@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: "Poppins", serif; */
@font-face {
	font-family: "MyriadPro-Regular";
	src: url(../fonts/MyriadPro-Regular.otf) format("opentype");
}
@font-face {
	font-family: "MyriadPro-Semibold";
	src: url(../fonts/MyriadPro-Semibold.otf) format("opentype");
}
@font-face {
	font-family: "MyriadPro-Bold";
	src: url(../fonts/MyriadPro-Bold.otf) format("opentype");
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", serif;
	font-family: "MyriadPro-Regular";
	background-color: #010109;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
.yellowColor {
	color: #d6de23;
	font-family: "MyriadPro-Bold";a
	text-transform: uppercase;
}
.blueColor {
	color: #00adee;
	font-family: "MyriadPro-Bold";
	text-transform: uppercase;
}
.b {
	font-family: "MyriadPro-Bold";
	text-transform: uppercase;
}
/* header */

.web-header {
	width: 100%;
	position: absolute;
	z-index: 2;
	padding: 10px 0;
}
.navbar-nav .nav-item .nav-link {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 26px;
	color: #9ba0b1;
	font-weight: 200;
	padding: 0 0;
 transition: all .3s ease-in-out;
 font-family: "MyriadPro-Regular";
}
.navbar-nav .nav-item .nav-link:hover {
	color: #fff;
}
.navbar-nav .nav-item .nav-link.active {
	color: #fff;
	font-weight: 400;
}
.navbar-nav .nav-item {
	padding: 0 15px;
	position: relative;
}
 .navbar-nav .nav-item::before {
 content: "";
 position: absolute;
 top: 7px;
 right: 0;
 width: 2px;
 height: 13px;
 background-color: #9ba0b1;
}
 .navbar-nav .nav-item:last-child::before {
 display: none;
}
.navbar-nav {
	margin-left: auto !important;
}
.search-btn {
	color: #fff;
	font-size: 18px;
}
.sub-menu {
	position: absolute;
	top: 96%;
	left: -97%;
	width: 200px;
	display: flex !important;
	background: #fff;
	padding: 13px 15px !important;
	text-align: left;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	border-radius: 0px;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
 transition: all .5s ease;
 -webkit-transition: all .5s ease;
 -moz-transition: all .5s ease;
 -o-transition: all .5s ease;
 -ms-transition: all .5s ease;
 transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -ms-transition: all .5s ease-out;
	z-index: 2;
}
.sub-menu-inner {
	padding: 0 15px;
}
.sub-menu-inner p {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}
.sub-menu-inner li a {
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
	display: inline-block;
}
.sub-menu-inner li a:hover {
	color: #4249dc;
}
.tools-sub-menu {
	width: 248px !important;
}
.partnership-sub-menu {
	width: 248px !important;
	left: -38%;
	padding: 20px 18px !important;
}
.web-header .navbar .navbar-nav .nav-item:hover .sub-menu {
	opacity: 1;
	display: flex !important;
	flex-direction: column;
	visibility: visible;
	height: auto;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
.nav-link.active {
	color: #172b22;
	font-weight: 500
}
.home-shadow {
    background-image: url(../images/homeShadow.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
/* banner sec */

.banner-sec {
	width: 100%;
	/*background-color: #010109;*/
	position: relative;
	padding: 205px 0 75px 0;
}
.banner-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-inner {
	position: relative;
	width: 75%;
	margin: 0 auto;
}
.banner-text-cont h1 {
	font-size: 52px;
	letter-spacing: 1px;
	line-height: 62px;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	margin-bottom: 15px;
}
.banner-text-cont p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #9ba0b1;
	font-weight: 300;
	padding: 0 32px;
	text-align: center;
	margin-bottom: 40px;
}
.banner-text-cont ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.get-btn {
	display: inline-block;
	border-radius: 10px;
	background-image: linear-gradient(14deg, rgba(1, 1, 9, 0) 0%, rgba(35, 35, 74, 0.9999999999999999) 100%);
	font-size: 16px;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: 300;
	padding: 13px 18px;
	border: 0;
	margin-right: 20px;
 transition: all .3s ease-in-out;
}
.get-btn:hover {
	background-color: #00aced;
	color: #fff;
}
.book-btn {
    display: inline-block;
    border-radius: 10px;
    background-color: #d6de23;
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 300;
    padding: 13px 35px;
    border: 0;
    transition: all .3sease-in-out;
}
.book-btn:hover {
	background-color: #00aced;
	color: #fff;
}
.scroll-down-btn {
	border: 2px solid #fff;
	color: #00aced;
	width: 30px;
	height: 39px;
	border-radius: 45%;
	display: flex;
	align-items: end;
	justify-content: center;
	font-size: 19px;
	padding-bottom: 3px;
	animation: bounce2 2s ease infinite;
}
.scrol-down-sec {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 102px;
}
 @keyframes bounce2 {
 0%, 20%, 50%, 80%, 100% {
 transform: translateY(0);
}
 40% {
 transform: translateY(-30px);
}
 60% {
 transform: translateY(-15px);
}
}
/* map sec */

.map-sec {
	width: 100%;
	/*background-color: #010109;*/
}
.map-header h2 {
	font-size: 43px;
	letter-spacing: 1px;
	line-height: 53px;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	padding: 0 111px;
	margin-bottom: 15px;
}
.map-header p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #9ba0b1;
	font-weight: 300;
	text-align: center;
	padding: 0 133px;
}
.map-bottom {
	margin-top: 50px;
}
/* expart sec */

.expart-sec {
	width: 100%;
	/*background-color: #010109;*/
	padding: 80px 0;
}
.expart-cont {
	/* border: 2px solid #292a56;
    border-radius: 35px;
    padding: 50px 41px;
    background-color: #292a5642; */
    background-image: url(../images/expart-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 43px;
}
.expart-cont-inner h2 {
	font-size: 45px;
	letter-spacing: 1px;
	line-height: 53px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 20px;
}
.expart-cont-inner h2 .yellowColor, .expart-cont-inner h2 .blueColor{
    font-weight: 600;	
}
.expart-cont-inner p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #9ba0b1;
	font-weight: 300;
	margin-bottom: 15px;
}
.expart-img-sec {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.expart-img-box {
	position: relative;
}
.expart-img-box:before {
	content: "";
	position: absolute;
	top: 7px;
	right: -78px;
	width: 2px;
	height: 79%;
	background-color: #292a56;
}
 .expart-img-box:last-child::before {
 display: none;
}
.expart-img-box img {
	/*height: 80px;*/
	max-width: 100%;
}
.expart-video-sec {
	width: 100%;
	height: 100%;
}
.expart-video-img {
	width: 100%;
	height: 100%;
	position: relative;
}
.expart-video-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 35px;
}
.expart-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90px;
	transform: translate(-50%, -50%);
}
.expart-video-play img {
	width: 100%;
}
/* apps sec */

.apps-sec {
	width: 100%;
	/*background-color: #010109;*/
	padding: 80px 0;
}
.apps-bottom-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.apps-bottom-box {
	width: 100%;
	/* border-radius: 40px;
    background-image: linear-gradient(44deg, rgba(1, 1, 9, 0) 0%, rgba(35, 35, 74, 0.9999999999999999) 100%);
    border: 3px solid #292a56; */
    background-image: url(../images/apps-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
}
.apps-bottom-box-outer {
	position: relative;
}
.plus-btn {
	position: absolute;
	right: -110px;
	top: 50%;
	transform: translate(0, -50%);
}
.apps-bottom {
	margin-top: 50px;
}
.apps-bottom-btn-sec {
	text-align: center;
	margin-top: 60px;
}
/* platform-sec */

.platform-inner {
	width: 100%;
	/* border-radius: 40px;
    background-image: linear-gradient(0deg, rgba(1, 1, 9, 0) 0%, rgba(35, 35, 74, 0.9999999999999999) 100%);
    border: 3px solid ; */
    background-image: url(../images/platform-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 30px 55px;
}
.platform-inner h2 {
	font-size: 45px;
	letter-spacing: 3px;
	line-height: 65px;	
	color: #fff;
	font-weight: 300;
	text-align: center;
	margin-bottom: 22px;
}
.platform-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 -20px;
}
.platform-box {
	width: 25%;
	padding: 0 20px;
}
.platform-box-outer {
	border-radius: 22px;
	border: 1px solid #4c5178;
	padding: 17px 23px;
	cursor: pointer;
 transition: all .3s ease-in-out;
}
.platform-box-outer img {
	max-width: 100%;
}
.platform-box-outer:hover {
	border: 1px solid #00adee;
}
.platform-sec {
	width: 100%;
	padding-bottom: 50px;
}
/* worked on sec */

.worked-on-header h2 {
	font-size: 45px;
	letter-spacing: 3px;
	line-height: 65px;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 18px;
}
.worked-on-header {
	border-bottom: 2px solid #292a56;
}
.worked-on-left h3 {
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 35px;
    color: #ffffff;
    /* font-weight: 600; */
    font-family: "MyriadPro-Semibold";
    margin-bottom: 10px;
}
.worked-on-left p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #9ba0b1;
	font-weight: 300;
	margin-bottom: 35px;
}
.worked-on-left a {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 22px;
	color: #d6de23;
	font-weight: 300;
}
.worked-on-right-box {
	display: flex;
	align-items: center;
	border: 1px solid #292a56;
	border-radius: 23px;
	padding: 10px 17px;
}
.worked-on-right-box img {
	width: auto !important;
}
.worked-on-right-box p {
	font-size: 14px;
	letter-spacing: 1px;
	color: #9ba0b1;
	font-weight: 300;
	padding-left: 11px;
}
.worked-on-bottom {
	margin-top: 38px;
}
.worked-on-wrapper .owl-prev {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 75px;
	top: -111px;
	border-radius: 10px;
	background-image: linear-gradient(14deg, rgba(1, 1, 9, 0) 0%, rgba(35, 35, 74, 0.9999999999999999) 100%) !important;
}
.worked-on-wrapper .owl-prev:before {
	content: "";
	position: absolute;
	top: -14px;
	left: -13px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: 22px;
	opacity: 1;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	transform: rotate(180deg);
}
.worked-on-wrapper .owl-prev:hover {
	background-color: #00aced !important;
	color: #fff;
}
.worked-on-wrapper .owl-prev span {
	display: none;
}
.worked-on-wrapper .owl-next {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 11px;
	top: -111px;
	border-radius: 10px;
	background-image: linear-gradient(14deg, rgba(1, 1, 9, 0) 0%, rgba(35, 35, 74, 0.9999999999999999) 100%) !important;
 transition: all .3s ease-in-out;
}
.worked-on-wrapper .owl-next:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 14px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	opacity: 1;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	background-size: 22px;
}
.worked-on-wrapper .owl-next:hover {
	background-color: #00aced !important;
	color: #fff;
}
.worked-on-wrapper .owl-next span {
	display: none;
}
.worked-on-sec {
	width: 100%;
	padding: 50px 0 80px 0;
}
/* testimonials */

.testimonials-wrapper .testimonials-box {
	/* border-radius: 40px;
    background-image: linear-gradient(0deg, #010109 0%, #23234a 100%);
    border: 3px solid #292a56;*/
    padding: 15px;
	display: flex;
	align-items: center;
	background-image: url(../images/testimonial-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
    overflow: hidden;
    border-radius: 30px;	
}
.testimonials-cont {
	padding-left: 25px;	
}
.testimonials-cont h3 {
	font-size: 23px;
	letter-spacing: 1px;
	line-height: 37px;
	color: #ffffff;
	font-weight: 500;
}
.testimonials-cont span {
	display: block;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	color: #00adee;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 15px;
}
.testimonials-cont p {
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 22px;
	color: #9ba0b1;
	font-weight: 300;
	margin-bottom: 25px;
}
.testimonials-cont ul {
	display: flex;
	align-items: center;
}
.testimonials-cont ul li {
	margin-right: 5px;
}
.testimonials-cont ul li i {
	color: #d5de22;
}
.testimonials-inner {
	margin-top: 33px;
}
.testimonials-img {
	width: 30%;
}
.testimonials-cont {
	width: 70%;
text-align:left;;	
}
.testimonials-box-outer {
	/*padding: 0 40px;*/
}
.testimonials-wrapper .owl-prev {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 10px;
	background-color: transparent;
	background-image: linear-gradient(14deg, rgba(1, 1, 9, 0) 0%, rgba(35, 35, 74, 0.9999999999999999) 100%) !important;
	z-index:1;
}
.testimonials-wrapper .owl-prev:before {
	content: "";
	position: absolute;
	top: -14px;
	left: -13px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-size: 22px;
	opacity: 1;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	transform: rotate(180deg);
}
.testimonials-wrapper .owl-prev:hover {
	background-color: #00aced !important;
	color: #fff;
}
.testimonials-wrapper .owl-prev span {
	display: none;
}
.testimonials-wrapper .owl-next {
	width: 50px;
	height: 50px;
	position: absolute;
	right:30px;
	top: 50%;
	transform: translate(0, -50%);
	border-radius: 10px;
	background-color: transparent;
	background-image: linear-gradient(14deg, rgba(1, 1, 9, 0) 0%, rgba(35, 35, 74, 0.9999999999999999) 100%) !important;
 transition: all .3s ease-in-out;
 z-index:1;
}
.testimonials-wrapper .owl-next:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 14px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	opacity: 1;
	-webkit-filter: invert(100%);
	filter: invert(100%);
	background-size: 22px;
}
.testimonials-wrapper .owl-next:hover {
	background-color: #00aced !important;
	color: #fff;
}
.testimonials-wrapper .owl-next span {
	display: none;
}

.testimonials-wrapper .item {
		    text-align: center;		    
			
		    opacity: .2;
		    -webkit-transform: scale3d(0.8, 0.8, 1);
		    transform: scale3d(0.8, 0.8, 1);
		    -webkit-transition: all 0.3s ease-in-out;
		    -moz-transition: all 0.3s ease-in-out;
		    transition: all 0.3s ease-in-out;
		}
		.testimonials-wrapper .owl-item.active.center .item {
		    opacity: 1;
		    -webkit-transform: scale3d(1.4, 1.0, 1);
		    transform: scale3d(1.4, 1.0, 1);
		}
.testimonials-wrapper .owl-item.active.center .item .testimonials-box{
    background-image: linear-gradient(0deg, rgba(1, 1, 9, 0) 0%, rgba(35, 35, 74, 0.9999999999999999) 100%);
    border: 3px solid #292a56;	
    border-radius: 40px;	
}

.testimonials-wrapper .slick-slider {
  margin-left: -12%;
  margin-right: -12%;
}

.testimonials-wrapper .slick-list {
  padding-top: 5%!important;
  padding-bottom: 5%!important;
  padding-left: 15%!important;
  padding-right: 15%!important;
}

.testimonials-wrapper .slick-dots {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.testimonials-wrapper .slick-track {
  max-width: 100%!important;
  transform: translate3d(0, 0, 0)!important;
  perspective: 100px;
}

.testimonials-wrapper .slick-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  width: 100%!important;
  transform: translate3d(0, 0, 0);
  transition: transform 1s, opacity 1s;
     filter: blur(2px); 
}

.testimonials-wrapper .slick-snext,
.testimonials-wrapper .slick-sprev {
  display: block;
}

.testimonials-wrapper .slick-current {
  opacity: 1;
  position: relative;
  display: block;
  transform: translate3d(0, 0, 10px);
  z-index: 2;
      filter: blur(0px);
}
.testimonials-wrapper .slick-current .testimonials-cont p {
  color: #eff1f7;
}
.testimonials-wrapper .slick-snext {
  opacity: 0.5;
  transform: translate3d(20%, 0, 0px);
  z-index: 1;
}

.testimonials-wrapper .slick-sprev {
  opacity: 0.5;
  transform: translate3d(-20%, 0, 0px);
}
.testimonials-wrapper .slick-slide .testimonials-img img{
    max-width: 100%;
	width:100%;
}




.service-left {
	width: 100%;
	height: 100%;
}
.service-first-box {
	width: 100%;
	height: 100%;
	/* border-radius: 40px;
    background-image: linear-gradient(15deg, rgba(1, 1, 9, 0) 0%, rgba(35, 35, 74, 0.9999999999999999) 100%);
    border: 3px solid #1a1a30; */
    padding: 30px;
	background-image: url(../images/app-solution-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.service-secound-box {
	width: 100%;
	height: 100%;
	/* border-radius: 40px;
    background-image: linear-gradient(15deg, rgba(1,1,9,0) 0%, rgba(0,173,237,0.12156862745098038) 100%);
    border: 3px solid #00abec; */
    padding: 30px;
	background-image: url(../images/app-intregition-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.service-third-box {
	width: 100%;
	height: 100%;
	/* border-radius: 40px;
    background-image: linear-gradient(15deg, rgba(1,1,9,0) 0%, rgba(35,35,74,0.9999999999999999) 100%);
    border: 3px solid #181835; */
    padding: 30px;
	background-image: url(../images/pre-build-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.service-right h3 {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 48px;
	color: #ffffff;
	font-family: "MyriadPro-Semibold";
	margin-bottom:10px;
}
.service-right p {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #9ba0b1;
	font-weight: 300;
	margin-bottom: 10px;
}
.service-right a {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 16px;
	color: #00adee;
	font-weight: 300;
 transition: all .3s ease-in-out;
}
.yellowLink {
	color: #d6de23 !important;
}
.service-right a:hover {
	color: #fff !important;
}
.service-inner-box {
	margin-bottom: 80px;
}
/* dashboard sec */

.dashboard-inner {
	width: 100%;
	/* border-radius: 40px;
    background-image: linear-gradient(0deg, rgba(1, 1, 9, 0) 0%, rgb(191 157 254 / 27%) 100%);
    border: 3px solid rgb(191 157 254); */
    padding: 60px;
	background-image: url(../images/dashboard-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.dashboard-cont h2 {
	font-size: 45px;
	letter-spacing: 3px;
	line-height: 65px;
	color: #ffffff;
	font-weight: 600;
}
.dashboard-cont p {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #9ba0b1;
	font-weight: 300;
	margin-bottom: 30px;
}
.learn-more-btn {
    display: inline-block;
    border-radius: 10px;
    background-color: #c3a2fd;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #010109;
    font-weight: 300;
    padding: 8px 20px;
    border: 0;
    transition: all .3sease-in-out;
}
.learn-more-btn:hover {
	background-color: #00aced;
	color: #fff;
}
.automation-box {
	width: 100%;
	/* border-radius: 40px;
    background-image: linear-gradient(0deg, #010109 0%, #23234a 100%);
    border: 3px solid #23234a; */
    background-image: url(../images/automation-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px;
 transition: all .3s ease-in-out;
}
.automation-box:hover .automation-box-header img {
	transform: scale(1.1);
}
.automation-wrapper {
	margin: 0 -15px;
}
.automation-box-outer {
	padding: 0 15px;
}
.automation-box-bottom h3 a {
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 32px;
	color: #ffffff;
	font-family: "MyriadPro-Semibold";
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
 transition: all .3s ease-in-out;
}
.automation-box-bottom h3 a:hover {
	color: #d6de23;
}
.automation-box-bottom p {
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 22px;
	color: #9ba0b1;
	font-weight: 300;
	margin-bottom: 10px;
}
.automation-box-header {
    width: 100%;
    /* height: 163px; */
    overflow: hidden;
    border-radius: 26px;
    aspect-ratio: 16 / 9;
}
.automation-box-header img {
	width: 100%;
	height: 100%;
	object-fit: cover;
 transition: all .3s ease-in-out;
}
.automation-btn {
	background-color: #d6de23;
}
.automation-box-bottom {
	width: 100%;
	padding: 10px 10px 20px 10px;
}
.automation-sec {
	width: 100%;
	padding: 80px 0;
}
.find-inner {
	background: #00aded;
	border-radius: 18px;
	display: flex;
	align-items: center;
	padding: 30px;
	justify-content: space-between;
}
.find-inner h3 {
	font-size: 38px;
	letter-spacing: 3px;
	line-height: 65px;
	color: #ffffff;
	font-weight: 300;
}
.looking-btn:hover {
	background-color: #181835;
}
.advantage-sec .map-header h2 {
	padding: 0 76px;
}
.advantage-sec {
	width: 100%;
	padding: 80px 0;
}
.advanta-inner {
	margin-top: 40px;
}
.advantage-box {
	display: flex;
	align-items: center;
}
.advantage-left {
	width: 20%;
}
.advantage-left img {
	width: 100%;
}
.advantage-right {
	width: 70%;
	padding-left: 17px;
}
.advantage-right h3 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
    color: #ffffff;
    font-family: "MyriadPro-Semibold";
    margin-bottom: 5px;
}
.advantage-right p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 22px;
    color: #9ba0b1;
    font-weight: 300;
}
.find-inner h2 {
	font-size: 36px;
	letter-spacing: 0px;
	line-height: 65px;
	color: #ffffff;
	font-weight: 300;
}
.worked-on-header p {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 30px;
	color: #9ba0b1;
	font-weight: 300;
}
.protection-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}
.protection-box-outer {
	width: 33.33%;
	padding: 0 28px;
	margin-bottom: 45px;
}
.protection-box a {
	display: flex;
 transition: all .3s ease-in-out;
}
.protection-box a:hover .protection-box-right h3 {
	color: #d5de22;
}
.protection-box-left {
	width: 25%;
}
.protection-box-left img {
	width: 100%;
}
.protection-box-right {
	width: 75%;
	padding-left: 18px;
}
.protection-box-right h3 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    transition: all .3sease-in-out;
    margin-bottom: 5px;
}
.protection-box-right p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
    color: #9ba0b1;
    font-weight: 300;
}
.protection-box-border {
	position: relative;
}
 .protection-box-border::before {
 content: "";
 position: absolute;
 width: 2px;
 height: 100%;
 background-color: #212143;
 top: 0;
 right: 0;
}
.protection-bottom {
	margin-top: 50px;
}
.protection-inner .worked-on-header {
	border: 0;
}
.service-sec {
	width: 100%;
	padding-top: 50px;
}
.details-info-left h2 {
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 46px;
    color: #ffffff;
    font-weight: 300;
    padding-right: 30px;
}
.client-details-list li {
	display: flex;
	margin-bottom: 20px;
}
.client-details-list-right {
	padding-left: 13px;
}
.client-details-list-right p, .client-details-list-right p a {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 21px;
    color: #9ba0b1;
    font-weight: 300;
    transition: all .3sease-in-out;
}
.client-details-list-right p a:hover {
	color: #d6de23;
}
.client-details-list {
	margin-top: 20px;
}
.social-media-sec h3 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 10px;
}
.social-media-sec ul {
	display: flex;
	align-items: center;
}
.social-media-sec ul li {
	margin-right: 15px;
}
.social-media-sec ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	padding: 8px;
	background-image: linear-gradient(14deg, rgba(1, 1, 9, 0) 0%, rgba(35, 35, 74, 0.9999999999999999) 100%);
 transition: all .3s ease-in-out;
}
.social-media-sec ul li a:hover {
	background-color: #00aced;
}
.social-media-sec ul li a img {
	width: 100%;
	height: 100%;
	position: relative;
}
 .social-media-sec ul li a img::before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: #fff;
}
.details-form-inner {
	width: 100%;
	/* border-radius: 40px;
    background-image: linear-gradient(39deg, rgba(1, 1, 9, 0) 0%, rgba(35, 35, 74, 0.9999999999999999) 100%);
    border: 3px solid #212143; */
    padding: 30px;
	background-image: url(../images/automation-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.details-form-inner h3 {
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 48px;
	color: #ffffff;
	font-weight: 600;
}
.details-form-inner p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #9ba0b1;
    font-weight: 300;
    margin-bottom: 20px;
}
.details-from-inner-text {
	margin-bottom: 12px;
}
.details-from-inner-text input {
	width: 100%;
	height: 50px;
	border: 2px solid #212143;
	background: #010109;
	color: #fff;
	background-image: linear-gradient(39deg, rgba(1, 1, 9, 0) 0%, rgba(35, 35, 74, 0.9999999999999999) 100%);
	padding: 12px;
	font-size: 14px;
	font-weight: 300;
	border-radius: 15px;
}
.details-from-inner-text input:focus {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}
.details-from-inner-text textarea {
	width: 100%;
	height: 150px;
	border: 2px solid #212143;
	background: #010109;
	color: #fff;
	background-image: linear-gradient(39deg, rgba(1, 1, 9, 0) 0%, rgba(35, 35, 74, 0.9999999999999999) 100%);
	padding: 12px;
	font-size: 14px;
	font-weight: 300;
	border-radius: 15px;
	resize: none;
}
.details-from-inner-text textarea:focus {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}
 .details-from-inner-text input::placeholder, .details-from-inner-text textarea::placeholder {
 color: #9ba0b1;
}
.details-from-inner-btn {
	margin-top: 27px;
}
.protection-sec {
	width: 100%;
	padding: 50px 0;
}
.web-footer-top {
    width: 100%;
    /* border-radius: 60px 60px 0 0; */
    /* background-image: linear-gradient(0deg, rgba(1, 1, 9, 0) 0%, rgba(61, 65, 98, 0.9999999999999999) 100%); */
    background-color: #010109;
    background-color: #01010c;
    padding: 50px 0;
}
.web-footer-top-left-text {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 22px;
    color: #9ba0b1;
    font-weight: 300;
    margin-top: 17px;
}
.web-footer-top-left a {
	display: inline-block;
}
.web-footer-top-heading {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 10px;
}
.web-footer-top-center ul li{margin-bottom:15px;}
.web-footer-top-center ul li:last-child{margin-bottom:0px;}
.web-footer-top-center ul li a {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #9ba0b1;
	font-weight: 300;
 transition: all .3s ease-in-out;
}
.web-footer-top-center ul li a:hover {
	color: #d6de23;
}
.web-footer-top-center {
	padding-left: 19px;
}
.web-footer-top-right ul li p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 25px;
}
.web-footer-top-right-address {
	position: relative;
}
 .web-footer-top-right-address::before {
 content: "";
 position: absolute;
 width: 35px;
 height: 2px;
 background-color: #d5de22;
 bottom: -8px;
 left: 0;
}
.web-footer-bottom {
	width: 100%;
	background: #212144;
    background: #010109;
    border-top: 1px dashed #2b2f3e;
    background: #01010c;	
	padding: 15px 0;
}
.web-footer-bottom-inner p {
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 28px;
	color: #9ba0b1;
	font-weight: 300;
	text-align: center;
}
.web-footer-bottom-inner p a {
	color: #fff;
	font-weight: 500;
 transition: all .3s ease-in-out;
}
.web-footer-bottom-inner p a:hover {
	color: #d6de23;
}
.details-info {
	padding-bottom: 80px;
}
