/*:root {*/
/*  --gradient-color-from: #0036b0;*/
/*  --gradient-color-to: #00aeff;*/
/*}*/
root{
--gradient-color-from: #006cff;
  --gradient-color-to: #1227b8;
}

.ait_header_top {
	padding: 10px 0px;
	border-bottom: 1px solid #D2D2D2;
	box-shadow: 0 2px 6px rgba(0,0,0,0.8);
}
.ait_socialmenu{
	margin:0px;
	text-align:left;
}
.ait_socialmenu li {
	list-style: none;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding-right: 15px;
	padding-left: 5px;
	border-right: 2px solid #D2D2D2;
}
.ait_socialmenu li:first-child{
	padding-left: 0px;
}
.ait_socialmenu li:last-child{
	padding-right: 0px;
	border-right: 0px solid #D2D2D2;
}

.ait_socialmenu li a {
	color: #67687A;
}
.ait_socialmenu li a i {
	color: #006cff;
	padding-right: 0px;
	display: inline-block;
	font-size: 16px;
	width: 30px;
}
.ait_socialmenu li a span{
	
}
#site-navigation .navigation-branding{
    margin:0px !important;
}
.site-logo {
	position: relative;
	padding: 13px 115px 13px 40px;
	z-index: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.site-logo::before {
	content: '';
	position: absolute;
	top: 0;
	right: 40px;
	width: calc(100% + 60px);
	height: 100%;
	z-index: -1;
	background: linear-gradient(to right, #0036b0, #00aeff);
	transform: skewX(30deg);
}
.site-logo img {
	width: 180px;
	height: 85px;
}


.inside-navigation {
  display: flex;
  align-items: center;
}

.ait_header_right {
  margin-left: auto;
}
.ait_header_right_wrap {
	padding-right: 40px;
}
.ait_header_right_wrap ul {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ait_header_right_wrap ul li:first-child{
    padding-right:20px;
}
.ait_header_right_wrap ul li a {
  text-decoration: none;
}
.ait_header_right_wrap ul li.ait_call a {
  font-size: 40px;
  color: #C10808;
  font-weight:700;
}
.ait_header_right_wrap ul li.ait_btn a {
 padding: 0px 20px 0px 20px;
  border-radius: 58px 58px 58px 58px;
  font-size: 15px;
  line-height: 58px;
  box-shadow: 0px 6px 6px 0px rgba(54.99999999999999, 79.99999999999996, 244, 0.3);
  background-image: linear-gradient(
    90deg,
    #006cff 0%,
    #1227b8 50%,
    #006cff 100%
  );
  background-size: 200% auto;
  background-position: left center;

  transition: all 0.3s ease;
  color:#fff;
}
.ait_home_slider_title div {
	font-family: "Fira Sans", sans-serif !important;
	font-weight: 700;
	font-style: normal;
	line-height: 1.2 !important;
}
.ait_home_slider_description p {
	font-size: 20px !important;
	font-family: "Roboto", sans-serif !important;
}

.ait_home_slider_btn a {
	background: linear-gradient(90deg, rgb(0, 75, 190) 0%, rgb(0, 163, 248) 100%) !important;
	font-family: "Roboto" !important;
	height: auto;
	width: auto;
	color: rgb(255, 255, 255) !important;
	text-align: left;
	line-height: 38px !important;
	letter-spacing: 0px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	padding-left: 40px !important;
	border-radius: 40px !important;
	padding-right: 40px !important;
	backdrop-filter: none;
	filter: none !important;
	transform-origin: 50% 50% 0px !important;
	opacity: 1 !important;
	transform: translate(0px) !important;
	visibility: visible !important;
	border-width: 0px !important;
}

.ait_feature_box {
	position: relative;
	margin-top: -120px;
}
@keyframes animationFramesFive {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.ait_feature_box::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	width: 100px;
	height: 100%;
	background-image: url('/wp-content/uploads/2026/07/h5-box-shape1.png');
	background-size: 100%;
	background-repeat: no-repeat;
	left: -240px;
	top: -80px;
	animation: animationFramesFive 12s infinite linear alternate;
}
@keyframes particleToptoBottom {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.ait_feature_box::after {
	position: absolute;
	content: "";
	top: 0;
	left: auto;
	bottom: auto;
	right: 0;
	width: 200px;
	height: 100%;
	background-image: url('/wp-content/uploads/2026/07/h5-box-shape2.png');
	background-size: 100%;
	background-repeat: no-repeat;
	right: -270px;
	top: -80px;
	animation: particleToptoBottom 10s infinite linear alternate;
}

.ait_feature_single_box .ait-flaticon-box {
	padding: 36px 20px 32px 30px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0, 36, 119, 0.06);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	border-radius:5px;
}
.ait_feature_single_box .ait-flaticon-box .icon {
	margin-bottom: 15px;
	height: 65px;
}
.ait_feature_single_box .ait-flaticon-box .icon img{
    width:60px;
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.ait_feature_single_box .ait-flaticon-box .icon img.hover-icon{
    display:none;
}
.ait_feature_single_box .ait-flaticon-box h3 {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 10px;
	min-height: 60px;
}
.ait_feature_single_box .ait-flaticon-box .desc {
	color: #2b2b2b;
	margin-bottom: 15px;
	line-height: 24px;
	min-height: 50px;
}
.ait_feature_single_box .ait-flaticon-box a{
	font-size: 16px;
  font-weight: 700;
  font-family: 'Fira Sans', sans-serif;
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #0859D7;
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.ait_feature_single_box .ait-flaticon-box a i{
	padding-left:10px;
}

.ait_feature_single_box .ait-flaticon-box:hover{
	background-color: #c10708;
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	padding: 36px 20px 32px 30px;
}
.ait_feature_single_box .ait-flaticon-box:hover .icon img.normal-icon{
	display:none;
} 
.ait_feature_single_box .ait-flaticon-box:hover .icon img.hover-icon{
	display:block;
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
} 
.ait_feature_single_box .ait-flaticon-box:hover h3,.ait_feature_single_box .ait-flaticon-box:hover .desc,.ait_feature_single_box .ait-flaticon-box:hover a{
	color:#fff;
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.ait_about_us{
  background-size: 100% !important;
  background-position: center !important;
}
.ait_subtitle p {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	padding-left: 55px;
	margin-bottom: 20px !important;
}
.ait_subtitle p .ait_txt_blue{
	color: #0050D5;
}
.ait_subtitle p::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
	width: 60px;
	height: 55px;
	background-image: url('/wp-content/uploads/2026/07/city-hall-outline.gif');
	background-size: 70%;
	background-repeat: no-repeat;
	margin: auto;
}
.ait_maintitle h3 {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 30px !important;
	font-weight: 700;
	font-family: 'Fira Sans', sans-serif;
	margin-bottom: 20px !important;
}
.ait_maintitle h3 .ait_txt_blue{
	color: #0050D5;
}
.ait_txt_blue {
	color: #0050D5 !important;
}
.ait_about_subcontent p{
	font-size: 18px;
  line-height: 30px;
	color: #1C1D20;
}
.ait_about_subcontent a{
	color: #0050D5;
}
.ait_about_bottom_btn .wpb_wrapper{
	display:flex;
}

.ait_about_bottom_btn .vc_btn3 {
	font-size: 16px;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left:  0px !important;
  background-color: transparent !important;
	background-image:none !important;
	border:0px solid !important;
}
.ait_about_bottom_btn .vc_btn3-container{
	line-height:70px;
}

.ait_contact_team {
	position: relative;
	z-index: 1;
}
.ait-team-box{
	display:flex;
}
.ait-team-img{
	line-height:0px;
}
.ait-team-img img{
	width:60px;
	height:60px;
	border-radius:50%;
}
.ait-team-content .ait-team-title{
	font-size: 20px;
  margin-bottom: 2px;
  color: #fff;
}
.ait-team-content .ait-team-position{
	font-size: 15px;
  color: #8ba5cc;
	margin-bottom:0px;
}
.ait-team-content {
	padding-left: 20px;
	margin-top: 7px;
}

.ait_contact_team .vc_custom_heading {
	text-align: center !important;
	font-size: 24px;
	line-height: 1.23;
	font-family: 'Fira Sans', sans-serif;
	color: #fff;
	font-weight: 700;
}
.ait_contact_team .ait_btn a {
	background: linear-gradient(90deg, rgb(0, 75, 190) 0%, rgb(0, 163, 248) 100%) !important;
	font-family: "Roboto" !important;
	height: auto;
	width: auto;
	color: rgb(255, 255, 255) !important;
	text-align: left;
	line-height: 38px !important;
	letter-spacing: 0px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	padding-left: 40px !important;
	border-radius: 40px !important;
	padding-right: 40px !important;
	backdrop-filter: none;
	filter: none !important;
	transform-origin: 50% 50% 0px !important;
	opacity: 1 !important;
	transform: translate(0px) !important;
	visibility: visible !important;
	border-width: 0px !important;
}
.ait_contact_team::before {
	content: "";
	position: absolute;
	left: 0;
	width: 95%;
	height: 65%;
	right: 0;
	margin: auto;
	bottom: -17px;
	border-radius: 90px;
	background-color: #ccd3de;
	z-index: -1;
}
.ait_contact_team .vc_row {
	z-index: 1;
  position: relative;
  background-color: #002358;
  padding: 17px 30px;
  border-radius: 90px;
}

.ait_partner_atep {
	margin-top: 110px !important;
	padding-top: 110px !important;
	padding-bottom: 60px !important;
	position: relative;
  overflow: visible !important;
}
.ait_partner_atep .ait_subtitle p {
	color: #fff;
	padding-left: 0;
}
.ait_partner_atep .ait_subtitle p:before{
	display:none;
}
.ait_partner_atep .ait_maintitle h3{
	color:#fff;
}
.ait_step_box {
	margin-bottom: 30px;
}
.ait_step_number h2 {
	font-weight: 700;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-size: 100px;
	line-height: 1;
	position: relative;
	margin: 0 auto 12px auto;
	text-align: center;
}
.ait_step_icon {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 7px;
	left: 0;
	color: #fff;
	border-radius: 50px;
	background-color: #c10708;
	right: 0;
	margin: auto;
	margin-left: 60px;
	text-align: center;
	line-height: 50px;
	border: 2px solid #c10708;
}
.ait_step_icon i {
	font-size: 24px;
}
.ait_step_title {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}
.ait_step_description {
	font-size: 15px;
	line-height: 1.73;
	letter-spacing: 0.01em;
	color: #B7C1D1;
	text-align: center;
}
.ait_step_line{
	position:relative;
}
.ait_step_line:before {
	content: '';
	position: absolute;
	top: 52px;
	left: -83px;
	width: 126px;
	height: 0;
	border-bottom: 2px dashed rgba(216, 216, 217, 0.8);
}
.ait_step_boxes .vc_col-sm-3:first-child .ait_step_line:before{
	display:none;
} 
.ait_partner_atep::before {
	position: absolute;
	content: "";
	bottom: auto;
	right: auto;
	background-size: 100%;
	background-repeat: no-repeat;
	left: 130px;
	top: -100px;
  width: 200px;
  height: 100%;
  background-image: url('/wp-content/uploads/2026/07/h5-box-shape2.png');
  animation: particleToptoBottom 10s infinite linear alternate;
}
.ait_partner_atep::after {
	position: absolute;
	content: "";
	left: auto;
	bottom: auto;
	width: 100px;
	height: 100%;
	background-image: url('/wp-content/uploads/2026/07/h5-box-shape1.png');
	background-size: 100%;
	background-repeat: no-repeat;
	right: 130px;
	top: auto;
	animation: particleToptoBottom 10s infinite linear alternate;
}
.ait_services_section{
	margin-top: 70px !important;
	padding-bottom: 60px !important;
	position: relative;
  overflow: visible !important;
}

.ait_services_section .ait_subtitle p {
	padding-left:0px;
}

.ait_services_section .ait_subtitle p::before {
	display:none;
}

.ait_service_card {
	display: flex;
	flex-wrap: nowrap;
	padding: 40px 40px 33px;
	background-color: #fff;
	margin-bottom: 20px;
	position: relative;
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.ait_service_card:hover {
	box-shadow: 0 44px 43px rgba(0, 0, 27, 0.25);
}
.ait_service_card .ait_service_img {
	min-width: 72px;
	padding-right: 10px;
}
.ait_service_card .ait_service_img img {
	width: 50px;
}
.ait_service_card .ait_service_title {
	font-size: 22px;
	margin-bottom: 12px;
	margin-top: 0px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	min-height: 55px;
}
.ait_service_card .ait_service_title a{
	color: #0052F2;
}
.ait_service_card .ait_service_desc {
	font-size: 15px;
	line-height: 1.6;
	color: #1f1f1f;
	margin-bottom: 17px;
}
.ait_service_card .ait_service_btn a {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
	display: inline-block;
	color: #0052F2;
}


.ait_services_section .ait_btn a {
	background: linear-gradient(90deg, rgb(0, 75, 190) 0%, rgb(0, 163, 248) 100%) !important;
	font-family: "Roboto" !important;
	height: auto;
	width: auto;
	color: rgb(255, 255, 255) !important;
	text-align: left;
	line-height: 38px !important;
	letter-spacing: 0px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	padding-left: 40px !important;
	border-radius: 40px !important;
	padding-right: 40px !important;
	backdrop-filter: none;
	filter: none !important;
	transform-origin: 50% 50% 0px !important;
	opacity: 1 !important;
	transform: translate(0px) !important;
	visibility: visible !important;
	border-width: 0px !important;
	box-shadow: 0px 6px 27px 0px rgba(0, 64.00000000000003, 190, 0.34);
}
.ait_portfolio_section{
	padding-top: 100px !important;
	padding-bottom: 120px !important;
	position: relative;
  overflow: visible !important;
}
.ait_ctb_section{
	padding-top: 100px !important;
	position: relative;
  overflow: visible !important;
}
.ait_portfolio_section .ait_subtitle p::before{
	display:none;
}
.ait_portfolio_section .ait_subtitle p {
	color: #fff;
	padding-left: 0px;
}
.ait_portfolio_section .ait_maintitle h3 {
	color:#fff;
}

.ait_cs_banner .vc_column-inner {
	height: 430px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.ait_cs_details .vc_column-inner{
	background-color: #f6f7f8;
	padding: 36px 50px 40px;
	color: #6a6777;
	font-weight: 500;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 18px;
}
.ait-portfolio-details ul{
	margin:0px;
}
.ait-portfolio-details ul li{
	list-style:none;
	margin-bottom:20px;
}
.ait-portfolio-details ul li label {
	font-size: 14px;
	text-transform: uppercase;
	color: #00060f;
	font-weight: 700;
	display: block;
	margin-bottom: 2px;
}
.ait-portfolio-details ul li p{
	color: #6a6777;
  font-weight: 500;
  font-size: 18px;
	margin-bottom:0px;
}
.ait-share-links p {
	font-size: 14px;
	text-transform: uppercase;
	color: #00060f;
	font-weight: 700;
	display: block;
	margin-bottom: 2px;
}
.ait_cs_section h2.vc_custom_heading {
	font-size: 30px;
	margin-bottom: 19px;
	line-height: 1.1428;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
}
.ait_cs_section p {
	color: #666;
	font-size: 16px;
}
.ait_list ul{
	margin:0px;
}
.ait_list ul li {
	list-style: none;
	color: #666;
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}
.ait_list ul li::before {
	position: absolute;
	content: "\f00c";
	font-family: fontawesome;
	left: 0;
	top: 4px;
	bottom: auto;
	width: 30px;
	height: 30px;
	margin: auto;
	color: #006cff;
	font-size: 16px;
	font-weight: 700;
}

.ait_testimonial_card {
	background-color: #f6f7f8;
	padding: 40px 30px 38px 40px;
	position: relative;
	display: flex;
	border-radius: 8px;
}
.ait_testimonial_img {
	width: 114px;
	min-width: 114px;
	height: 114px;
	margin-right: 20px;
	padding: 13px;
	z-index: 1;
	position: relative;
	margin-top: 22px;
}
.ait_testimonial_img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:2px solid #006cff;
	border-radius: 114px;
	z-index: -2;
}
.ait_testimonial_img img{
	border-radius: 114px;
}
.ait_testimonial_card .ait_testimonial_content .ait_testimonial_description {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 21px;
}
.ait_testimonial_card .ait_testimonial_content .ait_testimonial_title {
	font-size: 20px;
	color: #000;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 500;
	margin-bottom: 5px;
}
.ait_testimonial_card .ait_testimonial_content .ait_testimonial_position{
	color: #006cff;
	font-size: 16px;
	font-weight: 500;
}
.ait_testimonial_card .ait_testimonial_icon {
	position:relative;
}
.ait_testimonial_card .ait_testimonial_icon::before {
	content: "";
	position: absolute;
	top: -185px;
	right: -90px;
	background-image: url('/wp-content/uploads/2026/07/quote_icon.png');
	background-size: 100%;
	width: 40px;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	background-repeat: no-repeat;
}

.ait_testimonial_card  .ait_testimonial_content{
	padding-left:30px;
}
.ait-brand-slider .ait_brand_item{
	text-align:center;
}
.ait-brand-slider .ait_brand_item a{
	display:inline-block;
}
.ait-brand-slider .ait_brand_item img {
	width: 250px;
	border: 1px solid #c7c7c7;
}
.ait-brand-slider .ait_brand_item img {
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.ait-brand-slider .ait_brand_item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.ait_first_letter {
	display: inline-block;
	float: left;
	margin: 5px 16px 0 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-box-shadow: 0 10px 30px rgba(15, 103, 246, 0.45);
	-khtml-box-shadow: 0 10px 30px rgba(15, 103, 246, 0.45);
	-moz-box-shadow: 0 10px 30px rgba(15, 103, 246, 0.45);
	-ms-box-shadow: 0 10px 30px rgba(15, 103, 246, 0.45);
	-o-box-shadow: 0 10px 30px rgba(15, 103, 246, 0.45);
	box-shadow: 0 10px 30px rgba(15, 103, 246, 0.45);
	color: #fff;
	background-color: #c10708;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	font-size: 30px;
	font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
}

.ait-portfolio-item {
	position:relative;
/* 	width:540px; */
}
.ait-portfolio-item:after{
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	top:auto;
	margin:auto;
	width:100%;
	height:85%;
	background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #1b1b1b);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.ait-portfolio-item:hover:after{
	opacity:1;
	background-image: linear-gradient(to bottom, rgba(27, 27, 27, 0), #0f67f6);
	z-index:1;
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.ait-portfolio-item .ait-portfolio-img{
	
}
.ait-portfolio-item .ait-portfolio-img img {
	width: 100%;
	height: 410px;
	object-fit: cover;
	object-position: center;
}

.ait-portfolio-item .ait-portfolio-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 32px 50px;
	z-index: 88;
}

.ait-portfolio-item .ait-portfolio-title{
	font-size: 24px;
	margin-bottom: 0;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	font-weight:500;
	z-index:10;
}
.ait-portfolio-item .ait-portfolio-category a{
	font-size: 15px;
	color: #fff;
	margin-bottom: 10px;
	z-index:10;
}

.ait-portfolio-slider{
	position:relative;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none; /* allows clicks only on buttons */
}

.owl-nav button {
    pointer-events: all; /* enable click */
}
.owl-nav button span {
	color: #fff;
	width: 50px;
	height: 50px;
	background-color: #393b56 !important;
	border-radius: 50%;
	display: inline-block;
	font-size: 40px;
	line-height: 43px;
	text-align: center;
	box-shadow: 0 0 13px rgba(1, 25, 59, 0.1) !important;
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.owl-nav button:hover span{
	background-image: linear-gradient(to left, #0036b0, #00aeff);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}
.owl-nav button.owl-prev{
	left:15px;
	right:auto;
}
.owl-nav button.owl-next{
	left:auto;
	right:15px;
}

.ait_ctb_section .ait_subtitle p::before{
	display:none;
}
.ait_ctb_section .ait_subtitle p{
	padding-left:0px;
}


.ait_cf7{
	
}

.ait_cf7 .ait_cf7_row{
	display:flex;
	flex-wrap:wrap;
}
.ait_cf7 .ait_cf7_row .ait_cf7_col{
	width:48%;
	margin-right:4%;
}
.ait_cf7 .ait_cf7_row .ait_cf7_col:last-child{
	margin-right:0;
}
.ait_cf7 .ait_cf7_row.fullwidth .ait_cf7_col{
	width:100%;
}
.ait_cf7 .ait_cf7_row .ait_cf7_col input, .ait_cf7 .ait_cf7_row .ait_cf7_col textarea {
	width: 100%;
	padding-left: 0px;
	border-top: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	background-color: transparent;
	border-bottom: 2px solid #e9e9e9;
	outline:none;
}
.ait_cf7 .ait_cf7_row .ait_cf7_col input:focus{
	outline:none;
	border-bottom: 2px solid #c10708;
}
.ait_cf7 .ait_cf7_row .ait_cf7_col textarea:focus{
	outline:none;
	border-bottom: 2px solid #c10708;
}
.wpcf7 input::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder {
    color: #000;
}

.wpcf7 input::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder {
    color: #000;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
    color: #000;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #000;
    opacity: 1;
}
.ait_cf7 .ait_submit {
	background: linear-gradient(90deg, rgb(0, 75, 190) 0%, rgb(0, 163, 248) 100%) !important;
	font-family: "Roboto" !important;
	height: auto;
	width: auto;
	color: rgb(255, 255, 255) !important;
	text-align: left;
	line-height: 50px !important;
	letter-spacing: 0px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	padding-left: 40px !important;
	border-radius: 40px !important;
	padding-right: 40px !important;
	backdrop-filter: none;
	filter: none !important;
	transform-origin: 50% 50% 0px !important;
	opacity: 1 !important;
	transform: translate(0px) !important;
	visibility: visible !important;
	border-width: 0px !important;
	box-shadow: 0px 6px 27px 0px rgba(0, 64.00000000000003, 190, 0.34);
}
.wpcf7-not-valid-tip {
	color: #c10708;
	font-size: 14px;
	font-weight: 500;
	display: block;
	font-style: italic;
}
.ait_contact_card {
	display: flex;
}
.ait_contact_card .ait_contact_icon {
	width: 46px;
  height: 46px;
  min-width: 46px;
  line-height: 46px;
  text-align: center;
  margin-right: 20px;
  background-color:#0052F2;
  -webkit-border-radius: 46px;
  -khtml-border-radius: 46px;
  -moz-border-radius: 46px;
  -ms-border-radius: 46px;
  -o-border-radius: 46px;
  border-radius: 46px;
  color: #fff;
  position: relative;
}
.ait_contact_card .ait_contact_content{
	
}
.ait_contact_card .ait_contact_title{
	font-weight: 600;
  font-size: 15px;
  color: #0052F2;
  margin-bottom: 8px;
}
.ait_contact_card .ait_contact_desc{
	font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #131215;
}

.ait_ctb_content .wpb_wrapper{
	display:flex;
	flex-wrap:wrap;
}
.ait_ctb_content .ait_contact_card{
	width:50%;
}
.ait_review_img {
	text-align:center;
}
.ait_review_img img {
	width: 83px !important;
	height: 83px;
	border-radius: 50%;
	display: inline-block !important;
}
.ait_review_content .ait_creview_txt p {
	font-size: 24px;
	color: #162541;
	line-height: 1.5;
	margin-bottom: 34px;
	padding: 0 20px;
	text-align: center;
}
.ait_review_icon{
	position:relative;
}
.ait_review_icon::before {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	background-image: url('/wp-content/uploads/2026/07/cr_icon.png');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.ait_review_content h4.ait_creview_title {
	text-align: center;
	font-size: 24px;
	color: #0c0022;
	font-weight: 700;
	margin-bottom: 2px;
}
.ait_review_content p.ait_creview_position{
	text-align:center;
	font-size:14px;
	font-weight: 700;
	color:#c10708;
}

.owl-dots {
	text-align: center;
}
.owl-dots button {
	width: 13px;
	height: 13px;
	background-color: rgba(15, 103, 246, 0.18) !important;
	border-radius: 50%;
	margin: 0px 5px;
}
.owl-dots button.active{
	background-color: #c10708 !important;
}

.ait_footer_top {
	background-color: #0F0F35;
}
.ait_ft_row {
	padding: 28px 40px;
	display: flex;
	flex-wrap: wrap;
}
.ait_ft_col.quater {
	width:70%;
}
.ait_ft_col.small {
	width:30%;
}
.ait_footer_top h2 {
	color: #FFF;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0px;
	font-family: 'Fira Sans', sans-serif;
	margin-top: 10px;
}
.ait_footer_top .ait_btn {
	background: linear-gradient(90deg, rgb(0, 75, 190) 0%, rgb(0, 163, 248) 100%) !important;
	font-family: "Roboto" !important;
	color: rgb(255, 255, 255) !important;
	text-align: left;
	line-height: 38px !important;
	letter-spacing: 0px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	padding-left: 40px !important;
	border-radius: 40px !important;
	padding-right: 40px !important;
	backdrop-filter: none;
	filter: none !important;
	transform-origin: 50% 50% 0px !important;
	opacity: 1 !important;
	transform: translate(0px) !important;
	visibility: visible !important;
	border-width: 0px !important;
	box-shadow: 0px 6px 27px 0px rgba(0, 64.00000000000003, 190, 0.34);
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}
.footer-widgets .widget_text{
	color:#9D9D9D;
}
.footer-widgets a.ait_btn{
	background: linear-gradient(90deg, rgb(0, 75, 190) 0%, rgb(0, 163, 248) 100%) !important;
	font-family: "Roboto" !important;
	color: rgb(255, 255, 255) !important;
	text-align: left;
	line-height: 38px !important;
	letter-spacing: 0px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	padding-left: 40px !important;
	border-radius: 40px !important;
	padding-right: 40px !important;
	backdrop-filter: none;
	filter: none !important;
	transform-origin: 50% 50% 0px !important;
	opacity: 1 !important;
	transform: translate(0px) !important;
	visibility: visible !important;
	border-width: 0px !important;
	box-shadow: 0px 6px 27px 0px rgba(0, 64.00000000000003, 190, 0.34);
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

.footer-widgets .widget-title {
	line-height: 1.5;
	font-weight: 700;
	text-transform: none;
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 20px;
	position: relative;
}
.footer-widgets .widget-title::before {
	position: absolute;
	content: "";
	left: 0;
	top: auto;
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #006CFF;
	margin-bottom: -5px;
}
.footer-widgets .widget_nav_menu ul{
	
}
.footer-widgets .widget_nav_menu ul li {
	margin-bottom: 3px !important;
}
.footer-widgets .widget_nav_menu ul li a,.footer-widgets .ait_footer_contact li a,.footer-widgets .ait_footer_contact li {
	font-size: 14px;
	font-weight: 400;
	color: #9D9D9D;
	line-height: 24px !important;
	margin-bottom: 0px !important;
	position:relative;
}
.footer-widgets .ait_footer_contact li::before {
	position: absolute;
	font-family: fontawesome;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color:#006CFF;
} 
.footer-widgets .ait_footer_contact li:nth-child(1)::before{
	content: "\f3c5";
}
.footer-widgets .ait_footer_contact li:nth-child(2)::before{
	content: "\f879";
}
.footer-widgets .ait_footer_contact li:nth-child(3)::before{
	content: "\f4fd";
}
.footer-widgets .ait_footer_contact li {
	padding-left: 40px;
	padding-bottom: 0;
	line-height: 28px !important;
}
.site-footer .site-info {
	display: none;
}
.site-footer{
	position:relative;
}

.site-footer:before{
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	background-image:url('/wp-content/uploads/2026/07/bg-footer1.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}

.site-footer .footer-widgets,.site-footer .ait_footer_bottom {
	position: relative;
	z-index: 1;
	background-color: transparent !important;
}
.site-footer .ait_footer_bottom p {
	margin-bottom: 0px;
	color: #fff;
	text-align: center;
}
.site-footer .ait_footer_bottom_wrap {
	padding: 18px 0px 18px 0px;
	border-top: 1px solid #0f0f46;
}

.page-hero.ait_inner_page {
	height: 330px;
}
.page-hero.ait_inner_page .inside-page-hero,.page-hero.ait_inner_page .ait_page_header{
	height:100%;
}
.page-hero.ait_inner_page .ait_page_header{
	width:100%;
	display:table;
}
.page-hero.ait_inner_page .ait_page_header_wrap{
	width:auto;
	height:auto;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.page-hero.ait_inner_page .ait_page_header_wrap h2 {
	color: #fff;
	font-size: 48px;
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
}
.page-hero.ait_inner_page .ait_page_header_wrap ul{
	margin:0;
	text-align:center;
}
.page-hero.ait_inner_page .ait_page_header_wrap ul li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
}
.page-hero.ait_inner_page .ait_page_header_wrap ul li.bcicon{
	padding:0px 10px;
}
.ait_small_title {
	font-size: 18px;
	font-weight: 700;
	color: #c10708;
	position: relative;
	margin-bottom: 10px !important;
}
.ait_bar{
	position:relative;
}
.ait_bar::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: 30px;
	right: 0;
	margin: auto;
	width: 33px;
	height: 20px;
	background-image: url('/wp-content/uploads/2026/07/bar.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.ait_section_title h3 {
	font-size: 42px;
	line-height: 48px;
	margin-bottom: 30px !important;
	font-weight: 700;
	font-family: 'Fira Sans', sans-serif;
	margin-bottom: 20px !important;
}
.ait_section_title .ait_txt_highlight{
	color: #c10708;
}

.ait_about_tab .tab_set1 .nav-tabs > li > a {
	top: 2px !important;
	padding-left: 13px;
	padding-right: 13px;
	color: #000000;
	transition: none;
}
.ait_about_tab .tab_set1 .nav-tabs > li.active > a,.ait_about_tab .tab_set1 .nav-tabs > li > a:hover,.ait_about_tab .tab_set1 .nav-tabs > li > a:focus,.ait_about_tab .tab_set1 .nav-tabs > li.active > a:hover {
	border-top: 0px solid #c17080 !important;
	border-left: 0px solid #c17080 !important;
	border-right: 0px solid #c17080 !important;
	border-bottom: 2px solid #c17080 !important;
	top: 2px !important;
}
.ait_about_tab .tab_set1 .bordered-tab-contents {
	border-bottom: 0px solid #c17080 !important;
	border-left: 0px solid #c17080 !important;
	border-right: 0px solid #c17080 !important;
	border-top: 2px solid #ccc !important;
}
.ait_about_tab .btabs .tab-content p {
	font-size: 17px;
	color: #888;
	line-height: 24px;
}
.ait_about_tab .tab_set1 .bordered-tab-contents .tab-content .tab-pane{
		padding-left:0px;
	padding-right:0px;
}
.ait_about_tab .tab_set1 .nav-tabs > li > a {
	font-size: 17px !important;
	color: #1a1a1a !important;
	font-weight: 700 !important;
	line-height: 47px !important;
	padding: 0 15px !important;
	margin-right: 12px !important;
	position: relative !important;
	cursor: pointer !important;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.ait_about_counter {
	position: absolute;
	padding: 27px 20px 27px 26px;
	width: 170px;
	top: -80px;
	left: -45px;
	z-index: 99;
	background-color: #0036b0;
	background-image: -webkit-gradient(linear, left top, right top, from(#0036b0), to(#00aeff));
	background-image: -webkit-linear-gradient(to right, #0036b0, #00aeff);
	background-image: -moz-linear-gradient(to right, #0036b0, #00aeff);
	background-image: -ms-linear-gradient(to right, #0036b0, #00aeff);
	background-image: -o-linear-gradient(to right, #0036b0, #00aeff);
	background-image: linear-gradient(to right, #0036b0, #00aeff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0036b0', endColorStr='#00aeff', gradientType='1');
	z-index: 1;
}

.ait_about_counter h4 {
	line-height: 1;
	font-size: 60px;
	font-weight: 700;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
	margin-bottom: 4px;
}
.ait_about_counter p {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.01em;
	margin-bottom: 0px;
}

.ait_about_counter::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(/wp-content/uploads/2026/07/counter-dots.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.ait_about_img_caption .ait_about_caption {
	background-color: #fff;
	-webkit-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
	-khtml-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
	-moz-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
	-ms-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
	-o-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
	box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
	-webkit-border-radius: 30px 30px 0 0;
	-khtml-border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0;
	-ms-border-radius: 30px 30px 0 0;
	-o-border-radius: 30px 30px 0 0;
	border-radius: 30px 30px 0 0;
	padding: 20px 30px;
	display: flex;
	flex-wrap: nowrap;
}

.ait_about_caption .ait_about_caption_content h4 {
	font-size: 24px;
	margin-bottom: 10px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	line-height: 30px;
}
.ait_about_caption .ait_about_caption_content p {
	font-size: 15px;
  line-height: 22px;
  color: #888;
}

.ait_about_banner {
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
}
.ait_about_banner .wpb_wrapper {
	position: relative;
	height: 100%;
}
.ait_about_img_caption {
	position: absolute;
	bottom: -38px;
	left: 18px;
	right: 18px;
	margin-bottom: 0px !important;
}

.ait_about_banner .wpb_column,.ait_about_banner .vc_column-inner {
	height:100%;
}
.ait_about_banner_area {
	position:relative;
}
.ait_about_banner_area::before {
	content: '';
	width: 550px;
	height: 550px;
	border: 66px solid #c10708;
	position: absolute;
	top: 0px;
	right: -100px;
	z-index: 1;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	animation: el-bounce 3s infinite linear alternate;
}
.ait_about_banner_area .vc_column-inner {
	position: relative;
	z-index: 1;
}

@keyframes el-bounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(15px);
  }
}
.ait_about_caption_icon {
	width: 80px;
}
.ait_about_caption_icon img {
	width: 65px;
}
.ait_about_caption_content {
	width: 330px;
}

.ait_about_detail_content  .ait_about_detail_txt,.ait_about_detail_content .ait_about_tab{
	padding-right:50px;
}

.ait_about_history{
	padding:70px 0px;
}

.ait_about_history{
	margin-top:150px !important;
	padding-top:70px !important;
	padding-bottom:70px !important;
}

.ait_about_history .vc_column-inner{
	padding-left:30px !important;
	padding-right:30px !important;
}


.ait_about_history .ait_history_box {
	text-align: center;
	position: relative;
	z-index: 1;
}
.ait_about_history .ait_history_box img {
	display: block;
	margin: 0 auto;
	background-color: transparent;
	width: 130px;
	height: 130px;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
}

.ait_about_history .ait_history_box .ait_history_title{
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	font-family: 'Fira Sans', sans-serif;
	line-height: 54px;
	position: relative;
	margin: 11px 24px 0;
}
.ait_about_history .ait_history_box .ait_history_title::before {
	content: '';
	border-width: 27px;
	border-style: solid;
	position: absolute;
	top: 0;
	right: -54px;
}
.ait_about_history .ait_history_box .ait_history_title span{
	position:relative;
}
.ait_about_history .ait_history_box .ait_history_title span::before, .ait_about_history .ait_history_box .ait_history_title span::after {
	content: '';
	border-width: 27px;
	border-style: solid;
	position: absolute;
}

.ait_about_history .ait_history_box .ait_history_title span::before {
	left: -80px !important;
}

.ait_about_history .ait_history_box .ait_history_title span::after {
	left: -80px !important;
}


.ait_about_history .ait_history_box .ait_history_main_title {
	font-size: 20px;
	line-height: 26px;
	margin-top: 17px;
	margin-bottom: 12px;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	font-family: 'Fira Sans', sans-serif;
	font-weight:700;
}

.ait_about_history .ait_history_box .ait_history_description {
	font-size: 15px;
	line-height: 22px;
	color: #6a6a6a;
}

.ait_about_history .wpb_column:nth-child(1) .ait_history_box .ait_history_title{
	background-color: #00C6FF;
}
.ait_about_history .wpb_column:nth-child(1) .ait_history_box .ait_history_title::before{
		border-color: transparent transparent transparent #00C6FF;
}
.ait_about_history .wpb_column:nth-child(1) .ait_history_box .ait_history_title span::before {
	border-color: #00C6FF #00C6FF transparent transparent;
	left: -80px !important;
}

.ait_about_history .wpb_column:nth-child(1) .ait_history_box .ait_history_title span::after {
	border-color: transparent #00C6FF #00C6FF transparent;
	left: -80px !important;
}

.ait_about_history .wpb_column:nth-child(2) .ait_history_box .ait_history_title{
	background-color: #2093FF;
}
.ait_about_history .wpb_column:nth-child(2) .ait_history_box .ait_history_title::before{
		border-color: transparent transparent transparent #2093FF;
}
.ait_about_history .wpb_column:nth-child(2) .ait_history_box .ait_history_title span::before {
	border-color: #2093FF #2093FF transparent transparent;
	left: -80px !important;
}

.ait_about_history .wpb_column:nth-child(2) .ait_history_box .ait_history_title span::after {
	border-color: transparent #2093FF #2093FF transparent;
	left: -80px !important;
}
.ait_about_history .wpb_column:nth-child(3) .ait_history_box .ait_history_title{
	background-color: #0D5BEE;
}
.ait_about_history .wpb_column:nth-child(3) .ait_history_box .ait_history_title::before{
		border-color: transparent transparent transparent #0D5BEE;
}
.ait_about_history .wpb_column:nth-child(3) .ait_history_box .ait_history_title span::before {
	border-color: #0D5BEE #0D5BEE transparent transparent;
	left: -80px !important;
}

.ait_about_history .wpb_column:nth-child(3) .ait_history_box .ait_history_title span::after {
	border-color: transparent #0D5BEE #0D5BEE transparent;
	left: -80px !important;
}


.ait_about_history .wpb_column:nth-child(4) .ait_history_box .ait_history_title{
	background-color: #0925AA;
}
.ait_about_history .wpb_column:nth-child(4) .ait_history_box .ait_history_title::before{
		border-color: transparent transparent transparent #0925AA;
}
.ait_about_history .wpb_column:nth-child(4) .ait_history_box .ait_history_title span::before {
	border-color: #0925AA #0925AA transparent transparent;
	left: -80px !important;
}

.ait_about_history .wpb_column:nth-child(4) .ait_history_box .ait_history_title span::after {
	border-color: transparent #0925AA #0925AA transparent;
	left: -80px !important;
}
.ait_about_history .vc_row{
	position:relative;
}
.ait_about_history .vc_row::before {
	content: '';
	height: 0;
	left: 0;
	right: 0;
	z-index: 1;
	border-bottom: 2px dotted #686663;
	position: absolute;
	top: 168px;
	width: 100%;
}
.ait_about_crcounter{
	padding-top:0px !important;
}
.ait_about_crcounter .vc_row {
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding: 55px 65px 55px 65px;
	background-size: cover;
	background-position: center;
}
.ait_crcounter_box .ait_crcounter_box_txt {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 4px;
}
.ait_crcounter_box .ait_crcounter_box_txt .ait_crcounter_icon {
	margin-right: 10px;
	line-height: 1;
}
.ait_crcounter_box .ait_crcounter_box_txt .ait_crcounter_icon i {
	font-size: 28px;
	color: #089BFF;
}
.ait_crcounter_box .ait_crcounter_box_txt .ait_crcounter_number {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	font-family: 'Fira Sans', sans-serif;
	display: inline-flex;
	margin-bottom: 0px !important;
}
.ait_crcounter_box .ait_crcounter_title {
	color: #E7E7E7;
	font-size: 18px;
	margin-bottom:0px !important;
}
.ait_client_feedback .ait_client_feedback_content{
	padding-top:100px;
	padding-bottom:60px;
}

/*
 * Client Feedback style
 * */

.ait_feedback_item .ait_feedback_img img {
	-webkit-border-radius: 80px;
	-khtml-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	-o-border-radius: 80px;
	border-radius: 80px;
	border: 1px solid #c10708;
	object-fit: cover;
	object-position: center;
}

.ait_feedback_item_wrap .ait_feedback_content_top {
	display: block;
	font-weight: 500;
	color: #888;
	margin-bottom: 30px;
	line-height: 1.5;
}
.ait_feedback_item_wrap .ait_feedback_content_bottom{
	display: flex;
}
.ait_feedback_item_wrap .ait_feedback_content_bottom .ait_feedback_img{
	width: 80px;
  min-width: 80px;
  margin-right: 16px;
}
.ait_feedback_content_wrap{
	
}
.ait_feedback_item_wrap .ait_feedback_content_bottom  .ait_feedback_title{
	font-size: 16px;
  margin-bottom: 4px;
	font-weight: 700;
	font-family: 'Fira Sans', sans-serif;
}
.ait_feedback_item_wrap .ait_feedback_content_bottom  .ait_feedback_position{
	font-size: 15px;
	color: #6e6e6e;
}

.single-ait_portfolio .site-content{
	margin:70px 0px;
}

.ait_brand_section {
	margin-top: 65px;
	margin-bottom: 100px;
}
.ait_brand_section .ait-brand-slider{
	margin-top: 65px;
}

.ait_our_services{
	margin-top: 65px;
}
.ait_our_services .ait_small_title{
	text-align:center;
}

.ait_our_service_card {
	position: relative;
	margin-bottom: 30px;
}
.ait_our_service_card .ait_service_image img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	object-position: center;
}
.ait_our_service_card .ait_service_content {
	position: absolute;
	bottom: 0;
	top:auto;
	left: 0;
	right: 0;
	padding: 50px 20px 25px;
	z-index: 99;
    -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
	transform-origin: bottom center;
	-webkit-transform-origin: bottom center;
}

.ait_our_service_card .ait_service_content::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #006cff;
	background-image: -webkit-gradient(linear, left top, right top, from(#006cff), to(#1227b8));
	background-image: -webkit-linear-gradient(to right, #006cff, #1227b8);
	background-image: -moz-linear-gradient(to right, #006cff, #1227b8);
	background-image: -ms-linear-gradient(to right, #006cff, #1227b8);
	background-image: -o-linear-gradient(to right, #006cff, #1227b8);
	background-image: linear-gradient(to right, #006cff, #1227b8);
	background-color: transparent;
	clip-path: polygon(0 25%, 100% 0, 100% 100%, 25% 100%, 0 100%);
	-webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 25% 100%, 0 100%);
	-moz-clip-path: polygon(0 25%, 100% 0, 100% 100%, 25% 100%, 0 100%);
	-ms-clip-path: polygon(0 25%, 100% 0, 100% 100%, 25% 100%, 0 100%);
	-o-clip-path: polygon(0 25%, 100% 0, 100% 100%, 25% 100%, 0 100%);
	background: linear-gradient(to right, #006cff, #1227b8);
	z-index: -1;
	transform: scaleY(1);
	transform-origin: bottom top;
	-moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
	opacity: 0.9;
}

/* HOVER EFFECT */
.ait_our_service_card:hover .ait_service_content::before {
	background-color: #006cff;
	background-color: transparent;
	clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%, 0 100%);
	-webkit-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%, 0 100%);
	-moz-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%, 0 100%);
	-ms-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%, 0 100%);
	-o-clip-path: polygon(0 0%, 100% 0, 100% 100%, 0% 100%, 0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#006cff), to(#1227b8));
	background-image: -webkit-linear-gradient(to bottom, #006cff), #1227b8);
	background-image: -moz-linear-gradient(to bottom, #006cff, #1227b8);
	background-image: -ms-linear-gradient(to bottom, #006cff, #1227b8);
	background-image: -o-linear-gradient(to bottom, #006cff, #1227b8);
	background-image: linear-gradient(to bottom, #006cff, #1227b8);
	z-index: -1;
	transform: scaleY(1);
	transform-origin: top bottom ;
	-webkit-transform-origin: top bottom;
	-moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
	opacity: 1;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#006cff', endColorStr='#1227b8');
}

.ait_our_service_card .ait_service_icon {
	position: absolute;
	top: -40px;
	left: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	border: 3px solid #c10708;
	text-align: center;
	right: 0;
	margin: auto;
	line-height: 115px;
}
.ait_our_service_card .ait_service_icon img{
	width:45px;
}
.ait_our_service_card .ait_service_title {
	margin-bottom: 0;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding-top: 10px;
	font-family: 'Fira Sans', sans-serif;
}
.ait_our_service_card .ait_service_desc,.ait_our_service_card .ait_service_btn {
	display:none;
	-moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.ait_our_service_card:hover .ait_service_content {
    display:table;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	-moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
	transform-origin: bottom top;
    -webkit-transform-origin: bottom top;
	transform: scaleY(1);
}
.ait_our_service_card:hover .ait_service_contentwrap {
    display:table-cell;
	width:100%;
	height:auto;
	vertical-align:middle;
	text-align:center;
}

.ait_our_service_card:hover .ait_service_desc,.ait_our_service_card:hover .ait_service_btn {
	display:block;
		-moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.ait_our_service_card:hover .ait_service_icon{
	display:none;
		-moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}

.ait_our_service_card:hover .ait_service_content {
	
}
.ait_our_service_card:hover  .ait_service_title {
	margin-bottom: 15px;
	padding-top: 0;
}
.ait_our_service_card:hover .ait_service_desc p {
	font-size: 15px;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 22px;
}
.ait_our_service_card:hover a.ait_service_btn {
	font-size: 14px;
	line-height: 35px;
	padding: 0 18px;
	background: #67a1ff;
	display: inline-block;
	color: #fff;
}
.ait_case_studies{
	margin-top:70px !important;
	background-color:#EDF1F7 !important;
}
.ait_wwa_boxes .wpb_single_image .vc_figure .vc_single_image-wrapper {
	margin-bottom: 16px;
	width: 76px;
	height: 76px;
	-webkit-border-radius: 76px;
	-khtml-border-radius: 76px;
	-moz-border-radius: 76px;
	-ms-border-radius: 76px;
	-o-border-radius: 76px;
	border-radius: 76px;
	border: 3px solid #c10708;
	position: relative;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 65px;
}
.ait_wwa_boxes .ait_wwa_single_box  .wpb_single_image .vc_figure .vc_single_image-wrapper img {
	width: 36px;
	vertical-align: middle;
}
.ait_wwa_boxes .ait_wwa_single_box .vc_custom_heading{
	font-size:20px;
	font-family: 'Fira Sans', sans-serif;
	font-weight:700;
}

.ait_wwa_boxes .ait_wwa_single_box .wpb_text_column {
	color: #888;
	line-height: 1.5;
}
.ait_wwa_boxes .ait_wwa_single_box  .wpb_single_image{
	margin-bottom:0px !important;
}

.ait_wwa_boxes_btn .ait_btn a {
	padding: 0px 28px 0px 28px;
	line-height: 43px;
	color: #000000 !important;
	border-style: solid !important;
	border-width: 2px 2px 2px 2px !important;
	border-color: #0F67F6 !important;
	background-color: transparent !important;
	background-image: none;
	font-weight: 700;
	font-size: 16px;
	transition: all 180ms linear 0ms;
}
.ait_wwa_boxes_btn .ait_btn a:hover{
	color: #fff !important;
	background-color: #0F67F6 !important;
	transition: all 180ms linear 0ms;
}

.ait_case_studies .ait_wwa_content {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 70px;
	padding-right: 70px;
}
.ait_case_studies .n2-ss-slide-backgrounds{
	position:relative;
}
.ait_case_studies .n2-ss-slide-backgrounds::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2026/07/case-overlay.png');
	z-index: 100;
}
.ait_case_studies .n2-ss-section-main-content{
	justify-content: end !important;
}

.ait_case_studies .n2-ss-slider .n2-ss-layer-row-inner {
	padding-bottom: 100px;
	padding-left: 100px;
}

.ait_case_studies .ait_csslider_title h4 {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #c10708 !important;
	margin-bottom: 20px !important;
	font-family: 'Fira Sans', sans-serif !important;
}
.ait_case_studies .ait_csslisdertitle h2 {
	margin-bottom: 20px !important;
	font-size: 30px !important;
	color: #fff !important;
	font-family: 'Fira Sans', sans-serif !important;
}

.ait_case_studies .ait_cssliderdesc p {
	color: #e1e1e1 !important;
	margin-bottom: 24px !important;
}

/*
 * Testimonial page Testimonial slider
 * */
.testimonial-slider{
    position:relative;
}

.testimonial-slider .owl-dots{
    position:absolute;
    right:-100px;
    top:50%;
    transform:translateY(-50%);
    display:flex;
    flex-direction:column;
    align-items:center;
}

/* Default dot */
.testimonial-slider .owl-dot{
    width:20px;
    height:20px;
    margin:10px 0;
    padding:0;
    border-radius:50%;
    border:2px solid #c10708;
    background:#c10708;
    overflow:hidden;
    transition:all .3s ease;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Hide image by default */
.testimonial-slider .owl-dot img{
    display:none;
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
}

/* Active dot */
.testimonial-slider .owl-dot.active{
    width:70px;
    height:70px;
    background:transparent;
    border:2px solid #c10708;
}

/* Show image only for active dot */
.testimonial-slider .owl-dot.active img{
    display:block;
}

.testimonial-item .description {
	font-size: 30px;
	line-height: 1.6;
	color: #081f47;
	margin-top: 10px;
	margin-bottom: 30px;
	position: relative;
	padding-left: 55px;
}
.testimonial-item .description::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 50px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url('https://accessit.iwdshowcase.com.au/wp-content/uploads/2026/07/quoteicon.png');
}

.testimonial-item h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	font-family: 'Fira Sans', sans-serif !important;
	padding-left: 55px;
}

.testimonial-item .position{
	font-size: 14px;
	color: #c10708;
	font-weight: 400;
	font-family: 'Fira Sans', sans-serif !important;
	padding-left: 55px;
}

/*
 * WPAIT Testimonial slider
 * */
.wpait-testimonial-item {
	background-color: #fff;
	padding: 32px 50px 40px 50px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 22px 27px rgba(0, 5, 36, 0.1);
	-khtml-box-shadow: 0 22px 27px rgba(0, 5, 36, 0.1);
	-moz-box-shadow: 0 22px 27px rgba(0, 5, 36, 0.1);
	-ms-box-shadow: 0 22px 27px rgba(0, 5, 36, 0.1);
	-o-box-shadow: 0 22px 27px rgba(0, 5, 36, 0.1);
	box-shadow: 0 22px 27px rgba(0, 5, 36, 0.1);
}
.wpait-testimonial-item {
	background-color: #fff;
	padding: 32px 50px 40px 50px;
	margin-bottom: 50px;
	-webkit-box-shadow: 0 22px 27px rgba(0, 5, 36, 0.1);
	-khtml-box-shadow: 0 22px 27px rgba(0, 5, 36, 0.1);
	-moz-box-shadow: 0 22px 27px rgba(0, 5, 36, 0.1);
	-ms-box-shadow: 0 22px 27px rgba(0, 5, 36, 0.1);
	-o-box-shadow: 0 22px 27px rgba(0, 5, 36, 0.1);
	box-shadow: 0 22px 27px rgba(0, 5, 36, 0.1);
}
.wpait-testimonial-item .wpait-testimonial-content {
	font-size: 20px;
	line-height: 1.5;
	color: #67687a;
	margin-bottom: 20px;
	font-weight: 400;
	margin-top: 20px;
}
.wpait-testimonial-item {
	font-size: 16px;
	font-weight: 700;
	width: 70%;
	margin: 50px auto;
}
.wpait-testimonial-item img {
	margin-right: 18px;
	padding: 3px;
	position: relative;
	min-width: 80px;
	width: 95px;
	height: 95px;
	overflow: hidden;
	z-index: 1;
	width: 80px !important;
	height: 80px;
	border-radius: 50%;
	border: 2px solid #c10708;
}

.wpait-testimonial-item h4{
	font-size: 24px;
	color: #0c0022;
	margin-bottom: 2px;
}

.wpait-testimonial-item {
	font-size: 16px;
	font-weight: 700;
}
.wpait-testimonial-item .wptest_position{
	font-size: 16px;
	font-weight: 700;
	color:#006cff;
}
.wpait-testimonial-item .wpait-rating {
	color: #fc0;
	margin-bottom: 18px;
}

.ait_single_contact_box {
	margin: 0px 0px 30px 0px;
	padding: 33px 50px 32px 50px;
	background-color: #EDF2FAB3;
}
.ait_contact_box {
	display: flex;
	flex-wrap: nowrap;
}
.ait_contact_box .ait_contact_icon {
	line-height: 1;
	width: 50px;
	margin-right: 24px;
}
.ait_contact_box .ait_contact_title {
	margin-bottom: 6px;
	font-size: 20px;
	font-family: 'Fira Sans', sans-serif !important;
	font-weight: 600;
}
.ait_contact_box .ait_contact_desc p{
	font-size: 15px;
  line-height: 25px;
	color: #666;
	margin-bottom:0px;
}
.ait_ccf7 .ait_ccf7_row {
	display: flex;
	flex-wrap: wrap;
}
.ait_ccf7 .ait_ccf7_col {
	width: 49%;
	margin-right: 2%;
}
.ait_ccf7 .ait_ccf7_col:last-child {
	margin-right: 0;
}
.ait_ccf7 .ait_ccf7_col.fullwidth {
	width:100%;
}
 .ait_ccf7 .ait_ccf7_col input, .ait_ccf7 .ait_ccf7_col select, .ait_ccf7 .ait_ccf7_col textarea{
	background-color: #fff;
  border: 1px solid #ececec;
  color: #888;
  padding: 6px 22px;
  font-size: 15px;
  font-weight: 400;
  transition: all 200ms linear 0ms;
  box-shadow: none;
  border-radius: 0px;
  width: 100%;
  outline: none;
}
.ait_ccf7 .ait_ccf7_col input, .ait_ccf7 .ait_ccf7_col select{
	height:50px;
}

.ait_ccf7 .ait_ccf7_col p label{
	font-size: 15px;
  color: #00060f;
  display: block;
  margin-bottom: 7px;
}
.ait_ccf7 .ait_ccf7_col p{
	margin-bottom: 20px;
}
.ait_ccf7 .ait_ccf7_col input:focus,.ait_ccf7 .ait_ccf7_col select:focus,.ait_ccf7 .ait_ccf7_col textarea:focus {
	border-color: #c10708;
	color: #000;
}

input[type="submit"] {
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	padding: 0 38px;
	line-height: 51px;
	-webkit-transition: all 180ms linear 0ms;
	-khtml-transition: all 180ms linear 0ms;
	-moz-transition: all 180ms linear 0ms;
	-ms-transition: all 180ms linear 0ms;
	-o-transition: all 180ms linear 0ms;
	transition: all 180ms linear 0ms;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	position: relative;
	overflow: hidden !important;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	border: none;
	z-index: 1;
	letter-spacing: 0em;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background-image: -webkit-linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	background-image: -moz-linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	background-image: -ms-linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	background-image: -o-linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	background-image: linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
	background-size: 200%, 1px;
	background-position: 0%;
	justify-content: center;
}
input[type="submit"]:hover {
	outline: medium none;
	text-decoration: none;
	color: #fff;
	background-image: -webkit-linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	background-image: -moz-linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	background-image: -ms-linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	background-image: -o-linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	background-image: linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
	background-position: 100%;
}
.ait_contact_detail {
	background-size: 100% !important;
	background-position: center !important;
}
.ait_cmap_section .wpb_gmaps_widget .wpb_wrapper{
	padding:0px !important;
}


.main-navigation .main-nav ul li > a::before {
	content: '';
	width: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	height: 5px;
	background-color: #006cff;
	background-image: -webkit-gradient(linear, left top, right top, from(#006cff), to(#1227b8));
	background-image: -webkit-linear-gradient(to right, #006cff, #1227b8);
	background-image: -moz-linear-gradient(to right, #006cff, #1227b8);
	background-image: -ms-linear-gradient(to right, #006cff, #1227b8);
	background-image: -o-linear-gradient(to right, #006cff, #1227b8);
	background-image: linear-gradient(to right, #006cff, #1227b8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#006cff', endColorStr='#1227b8', gradientType='1');
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a::before,.main-navigation .main-nav ul li > a:hover::before {
	content: '';
	width: 67%;
	position: absolute;
	bottom: 0;
	left: 20px;
	height: 5px;
	background-color: #006cff;
	background-image: -webkit-gradient(linear, left top, right top, from(#006cff), to(#1227b8));
	background-image: -webkit-linear-gradient(to right, #006cff, #1227b8);
	background-image: -moz-linear-gradient(to right, #006cff, #1227b8);
	background-image: -ms-linear-gradient(to right, #006cff, #1227b8);
	background-image: -o-linear-gradient(to right, #006cff, #1227b8);
	background-image: linear-gradient(to right, #006cff, #1227b8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#006cff', endColorStr='#1227b8', gradientType='1');
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.ait_single_service {
	margin-top: 100px;
	margin-bottom: 70px;
}

.ait_service_info_box .ait_service_info_inner {
	padding: 108px 60px 120px;
	text-align: center;
}
.ait_service_info_box .info_title {
	font-size: 15px;
	color: #08d9ff;
	margin-bottom: 3px;
}

.ait_service_info_box .support_title{
	font-size: 36px;
	color: #fff;
	border-bottom: 1px solid rgba(15, 103, 246, 0.32);
	padding-bottom: 6px;
	margin-bottom: 10px;
}
.ait_service_info_box .phone a {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	font-family: 'Fira Sans', sans-serif;
}
.ait_service_info_box .email {
	font-size: 19px;
	color: #fff;
	margin-bottom: 36px;
}
.ait_service_info_box .info_btn {
	line-height: 47px;
	padding: 0 72px 0 29px;
	background-color: #fff;
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.ait_service_info_box .info_btn i {
	position: absolute;
	top: 0;
	right: 0;
	height: 47px;
	width: 56px;
	line-height: 47px;
	background-image: -webkit-linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	background-image: -moz-linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	background-image: -ms-linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	background-image: -o-linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	background-image: linear-gradient(90deg, #006cff 0%, #1227b8 50%, #006cff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='', endColorStr='');
	background-size: 300%, 1px;
	background-position: 0%;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	color: #fff;
}
.ait_service_info_box .info_btn:hover i {
	background-position: 100%;
}

.ait_service_menu ul li a {
	display: block;
	background-color: #e6ebf4;
	font-size: 18px;
	color: #000917;
	font-weight: 700;
	font-family: 'Fira Sans', sans-serif;
	padding: 14px 20px;
	position: relative;
}
.ait_service_menu ul li a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	height: 0;
	background-color: #08d9ff;
	-webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	-o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
	width: 4px;
}

.ait_service_menu ul li a:hover {
	color: #fff;
	background-color: #c10708;
}
.ait_service_menu ul li a:hover::before {
	content: '-';
	margin-right: 4px;
}

.ait_service_menu ul li a:hover::after {
	height: 100%;
}

.ait_single_service .ait_single_servtitle {
	font-size: 34px;
	margin-bottom: 15px;
	line-height: 1.2;
	font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
}

.ait_single_serv_middle .ait_single_contact_box {
	margin: 0px 0px 30px 0px;
	padding: 15px 15px 15px 15px;
	background-color: transparent;
}

.ait_single_serv_middle .ait_single_contact_box .ait_contact_icon {
	line-height: 1;
	width: 70px;
	margin-right: 24px;
}

.ait_single_serv_middle .ait_single_contact_box .ait_contact_title {
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 10px !important;
}

.ait_single_serv_middle .ait_single_contact_box .ait_contact_desc p {
	color: #ABABAB;
	font-size: 16px;
	line-height: 24px;
}
.ait_single_service .vc_col-sm-8 .wpb_text_column p{
    color:#888;
    font-size: 17px;
  line-height: 29px;
  font-family: 'Roboto', sans-serif;
}

.ait_serv_feature_box.vc_message_box {
	color: #000;
	border-color: transparent;
	background-color: transparent;
	padding: 0px !important;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.ait_serv_feature_box .vc_message_box-icon {
	margin-right: 20px;
	width: 58px;
	height: 61px;
	min-width: 58px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	background-color: #000917;
}

.ait_serv_feature_box .vc_message_box-icon i{
    font-size: 34px;
    color: #08B6FF;
}
.ait_serv_feature_box h4 {
	font-size: 20px !important;
	margin-bottom: 0px !important;
	line-height: 24px;
	font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
}

.ait_list.ait_list_box ul {
	margin: 0px;
	border: 1px solid #ccc;
	padding: 15px;
}
.ait_cloud_list ul{
    margin-left:15px;
}
.ait_cloud_list li{
    color:#888;
}


.ait-cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(193, 7, 8, 0.7);
    background-color:rgba(193, 7, 8, 0.7);
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease, width 0.3s, height 0.3s;
    z-index: 9999;
}

.ait-portfolio-taxonomy {
	margin: 100px 0px !important;
}
.ait-portfolio-taxonomy .portfolio-grid {
	text-align: center;
}

.ait-portfolio-taxonomy .portfolio-item {
	display: inline-block;
	width: 49%;
	padding: 15px;
}
.ait-portfolio-taxonomy .portfolio-item-wrap {
	
}

.ait-portfolio-taxonomy .portfolio-item-wrap h3 {
	font-size: 20px !important;
	margin-bottom: 0px !important;
	line-height: 24px;
	font-weight: 600;
	font-family: 'Fira Sans', sans-serif;
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 15px;
	background-color: #007aff;
	color: #fff;
}
.ait-portfolio-taxonomy .portfolio-item-wrap a{
    position:relative;
    display:block;
}
.ait-portfolio-taxonomy .portfolio-item-wrap .portfolio-img{
    line-height:0px;
}
.ait-portfolio-taxonomy .portfolio-item-wrap .portfolio-img img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	object-position: center;
}





