@font-face {
font-family: regular;
src: url(../fonts/Regular.woff);
}
@font-face {
font-family: bold;
src: url(../fonts/Bold.woff);
}

:root{
    --fo1:'Oswald', sans-serif;
}

html{
}
body{
    color: #3f3f41;
    overflow-x: hidden;
font-family: 'Oswald', sans-serif;
font-family: regular;


    font-weight: 400;
    background-color: #fff;
    background-image: url(../images/circuit.jpg);
    background-repeat: repeat;
    background-size: 50%;
    background-attachment: fixed;
}

section{
position:relative;
}
a{
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
text-decoration:none;
}
a:hover{
text-decoration:none;
}
button:focus{
	outline:none;
}
img{
width:100%;
}
input{
outline:none;
}
p{
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #666d71;
    letter-spacing: 0px;
    line-height: 21px;
}
b{
	font-weight:100;
}
h1,h2,h3,h4,h5,h6{
font-weight:100;
margin:0;
}

.btn{
	-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
 -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.btn:hover{
filter: brightness(110%);
}
.trans{
	-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.container{

}
header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 100;
    background-color: #fff;
    border-bottom: solid 1px #005ea412;
}

header .container{
justify-content: space-between;
    align-items: center;
    height: 100%;
	position:relative;
}
   
.navbar-expand-sm .navbar-collapse {
    justify-content: flex-end;
    flex-wrap: wrap;
}
.navbar-expand-sm .navbar-brand{
	padding: 0;
    margin: 10px 0px;
    max-width: 176px;
}
.navbar-expand-sm .navbar-nav .nav-link{
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 10px 0px;
    margin: 0px 10px;
    font-family: bold;

}
.navbar-expand-sm .navbar-nav .nav-link img{
    width: 14px;
    margin-top: -2px;
}
.navbar-expand-sm .navbar-nav .nav-link:hover{
	color:#005ea4;
}
.navbar-expand-sm .navbar-nav .nav-item:last-child .nav-link{
	    margin-right: 0;
}


.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
  z-index: 999;
  padding: 20px;
  cursor: pointer;
}

.mega-menu a {
  display: block;
  padding: 10px;
  color: #333; 
  text-decoration: none;
  transition: background-color 0.3s;

  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 10px 0px;
  font-family: bold;
  cursor: pointer;
}

.mega-menu a:hover {
  color: #005ea4;
} 

.mega-menu .submenu{
    column-count: 3;
}

.banner{
	position:relative;
}
#banner{
	margin-top:87px;
}

.banner h1{	
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 10%;
    top: 0;
    text-align: left;
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
font-family: 'Oswald', sans-serif;
	 -webkit-animation: dleayed 0s linear;	
	 	-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
	
}



.banner h1 span{
display: block;
	    font-size: 90px;
			 -webkit-animation: dleayed 0.8s linear;	
}
@-webkit-keyframes dleayed {
    from{
        padding-left:200px;
    }
    to{
      padding-left:0px;
    }
}



.homeabt{
    background-color: #edfaff;
    padding: 80px 0px;
    text-align: center;
}
.homeabt .row{
	align-items:center;
}
.homeabt .head{
    color: #005ea4;
    font-size: 34px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.homeabt p{
	max-width: 65%;
    margin: 0px auto;
    color: #666d71;
    padding: 0;
    font-size: 18px;
    line-height: 25px;
}

.homecats{
    padding: 90px 0px;
}

.homecats a{
display: block;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    border-radius: 10px;
    border: solid 1px #cccccc75;
}
.homecats a .btn{
	border: solid 1px #fff;
    color: #fff;
    font-weight: 500;
    margin-top: 30px;
}
.homecats a:before{
	content:'';
}
.homecats a img{
    opacity: 0;
    height: 420px;
}
.homecats a:hover{
	 background-size: 110%;
}
.homecats a:hover h2{
 letter-spacing:3px;
 color:#00a9ee;
}
.homecats a h2{
position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30%;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 0px 10%;
font-family: 'Oswald', sans-serif;
}
.homecats a h2 span{
	position:relative;
}
.homecats a h2 p{
text-transform: inherit;
    color: #fff;
    font-weight: 400;
    padding-top: 10px;
    letter-spacing: -0.5px;
    font-size: 16px;

}
.title{
text-align: center;
    color: #005ea4;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
font-family: 'Oswald', sans-serif;
}

.testimonials{}

.presence{
padding: 60px 0px 60px 0px;
    background-color: #fff;
}
.presence .row{
	margin-top:50px;
}
.presence .item{
	background-size: 100%;
    background-position: center;
	-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;	
}
.presence .item:hover{
		background-size: 110%;
}
.presence .item h3{
font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}
.presence .item p{
	color:#fff;
}
.presence .item a{
		color:#fff;
}
.presence .item a:hover{
	letter-spacing:1px;
}
.presence .item img{
	width:30px;
	margin-bottom:12px;
	margin-top:18px;
}
.presence .cover{
	    height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #005ea4cf;
    color: #fff;
}
.associates{
padding-bottom: 100px;
    background-color: white;
    padding-top: 100px;
}
.associates .title{
	margin-bottom:30px;
}
.associates .logos{
    background-image: url(../images/logos.jpg);
    height: 90px;
    background-position: center;
    background-repeat: repeat-x;
    background-size: 720px;
    animation: logosmove 20s infinite linea;
    -webkit-animation: logosmove 20s infinite linear;
}


@keyframes logosmove {
  from {
    background-position: 0px 0px }
  to {
    background-position: -1200px 0px } }

@-webkit-keyframes logosmove {
  from {
    background-position: 0px 0px }
  to {
    background-position: -1200px 0px } }


footer{
    background-color: #efefef;
padding:100px 0px;
background: rgba(0,94,164,1);
background: -moz-linear-gradient(-45deg, rgba(0,94,164,1) 0%, rgba(16,123,199,1) 47%, rgba(0,94,164,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,94,164,1)), color-stop(47%, rgba(16,123,199,1)), color-stop(100%, rgba(0,94,164,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,94,164,1) 0%, rgba(16,123,199,1) 47%, rgba(0,94,164,1) 100%);
background: -o-linear-gradient(-45deg, rgba(0,94,164,1) 0%, rgba(16,123,199,1) 47%, rgba(0,94,164,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,94,164,1) 0%, rgba(16,123,199,1) 47%, rgba(0,94,164,1) 100%);
background: linear-gradient(135deg, rgba(0,94,164,1) 0%, rgba(16,123,199,1) 47%, rgba(0,94,164,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ea4', endColorstr='#005ea4', GradientType=1 );
}
footer .row{
	/*justify-content: space-between;*/
}

footer .row.flagMain > div{
    padding-bottom: 50px;
    padding-left: 70px;
    position: relative;
}

footer .co{
	    width: 20%;
}
footer p{
    color: #fff;
    font-size: 14px;
}
footer b{
    font-size: 13px;
    display: block;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.5px;
}
footer a {
    color: #fff;
}

footer a:hover {
    opacity: 0.6;
    color: #fff;
}
footer .head{
    color: #fff;
      font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
font-family: 'Oswald', sans-serif;
}

footer form{
	position:relative;
}
footer form input{
width: 100%;
    border: 0;
    box-shadow: none;
    background: transparent;
    height: 50px;
    border-bottom: solid 1px #ccc;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}
footer form button{
    border: 0;
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: transparent;
    background-image: url(../images/send.svg);
    background-size: 35px;
    background-position: 130% 50%;
    background-repeat: no-repeat;
	opacity:0.5;
}
footer form button:hover{
opacity:1;	
}
footer .extracover{
margin-top: 30px;
    border-top: solid 1px #ffffff17;
    display: flex;
    justify-content: space-between;
}
footer .extracover a{
color: #fff;
    font-size: 14px;
    padding: 20px 0px 26px 0px;
}
footer .extracover a:hover{
	text-decoration:underline;
}
footer .flogo{
    background-color: #fff;
    border-radius: 10px;
    max-width: 104px;
    margin-bottom: 27px;
	    mix-blend-mode: soft-light;
}

footer .social{
display: flex;
    justify-content: space-between;
}
footer .social a{
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    margin-left: 20px;
    opacity: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .social a:hover{}
footer .social a img {
    width: 17px;
}
footer .social a:hover {
    opacity: 1;
}

.footerlogoWrapper{
    border-top: 1px solid #ffffff17;
    font-family: 'Oswald', sans-serif;
    color: #FFF;
  font-size: 18px;
  padding-top: 30px;
}
/* 
.footerlogo{ display: flex;
  align-items: end;
} */
.footerlogo img{
    max-width: 150px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.flag {
	position: absolute;
	margin-right: 0px;
	border-radius: 50%;
	border: 20px solid #dedbde;
	width: 31px;
	height: 33px;
	z-index: 5;
	bottom: 101px;
	left: 15px;
}

.flag::before {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	bottom: -61px;
	left: -19px;
	border: 19px solid transparent;
	border-top: 35px solid #dedbde;
	z-index: 10;
}
.flag::after {
	position: absolute;
	content: '';
	width: 25px;
	height: 7px;
	bottom: -46px;
	left: -13px;
	background: #004579;
	border-radius: 50%;
	z-index: 9;
}

.flag img {
	position: absolute;
	padding: 5px;
	z-index: 20;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border-radius: 50%;
}


@media (min-width: 768px) {
    .flag {bottom: 83px; left: 0px;}
}


.testimonials{
    padding: 70px 0px 100px 0px;
    background-color: #ebf7ff;
    border-top: solid 1px #ebf2f7;
}
.testimonials .carousel-indicators{
    position: static;
    margin: 0;
    padding: 0;
background-color: #005ea4;
    justify-content: space-between;
}
.testimonials .carousel-indicators [data-bs-target]{
    text-indent: 0;
    display: block;
    width: auto;
    height: auto;
    box-sizing: border-box;
    margin: 0;
    border: 0;
}
.testimonials .row{
	align-items:center;
}
.testimonials .title{
	margin-bottom:50px;
}
.testimonials .item{
	display:flex;
}
.testimonials .item .thumb{}
.testimonials .item .data{
    width: 70%;
    padding-left: 50px;
}
.testimonials .item .data .icon{
  width: 100px;	
}
.testimonials .item .data p{
    padding: 20px 0px;
}
.testimonials .item .data .name{	
font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.testimonials .item .data .name span{
    display: block;
    font-size: 11px;
    color: #858585;
}

.servicesbanner{
    margin-top: 88px;
    padding: 100px 0px;	
}
.servicesbanner h1{
	    text-transform: uppercase;
    font-weight: 700;
    font-size: 45px;
	padding-bottom:10px;
}
.servicesbanner p{}
.servicemenu{}
.servicemenu.navbar{
padding: 30px 0px;
    margin: 0;
    position: sticky;
    top: 100px;
}
.servicemenu.navbar .navbar-nav{
    width: 100%;
}
.servicemenu.navbar .navbar-nav .nav-item{
	    flex: auto;
    text-align: center;
}
.servicemenu.navbar .navbar-nav .nav-item .nav-link{
text-align: left;
    padding: 12px 0px;
    font-weight:700;
    font-size: 13px;
    padding-right: 50px;
}
.services{
position: relative;
background-color: #fff;
}


.services .container-fluid{
margin:0px;	
padding:0px;
}
.services .item{
    display: flex;
    padding: 0px 0px;
	width:100%;
		align-items:center;
}
.services .item.reverse{}
.services .item .data{
width:50%;	
padding: 0px 5%;
}
.services .item.reverse .data{

}
.services .item .data .btn{
    border: 0;
    color: #fff;
    background-color: #005ea4;
    border-radius: 20px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-family: bold;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 14px 20px 12px 20px;
    margin-top: 20px;
}
.services .item .thumb{
width:50%;
position:relative;	
}
.services .item .thumb:before{
	content:'';
}
.services .item .thumb img{
	border-radius:1px;
}
.art{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    mix-blend-mode: overlay;
}
.art .line{
    position: relative;
    background-color: #fff;
    width: 50%;
    height: 50px;
    margin: 5% 0%;
    border: solid 1px #fff;
}
.art .line:nth-child(1){
	animation: linemove 2s infinite alternate;	
}
.art .line:nth-child(2){
	animation: linemove 2.5s infinite alternate;	
}
.art .line:nth-child(3){
	animation: linemove 2.3s infinite alternate;	
}
.art .line:nth-child(4){
	animation: linemove 2.2s infinite alternate;	
}
.art .line:nth-child(5){
	animation: linemove 2.9s infinite alternate;	
}
.art .line:after{
    content: '';
    position: absolute;
    right: -16px;
    top: 50%;
    width: 16px;
    height: 16px;
    border: solid 2px #fff;
    border-radius: 50px;
    transform: translateY(-50%);
}
@keyframes linemove {
  from {width: 10%;}
  to {top: 100%;}
}
.services .item.reverse .thumb{
		
}
.services .item.reverse .thumb .art{
	left:0%;
}
.services .item .thumb .art .line {
    margin: 23% 0%;
}
.services .item h1{
font-weight: 700;
    font-size: 25px;
font-family: 'Oswald', sans-serif;	
}
.services .item ul{
	margin: 0;
    margin-top: 30px;
    padding: 0;
    list-style: none;
    display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.services .item ul li{
width: 46%;
    padding: 5px 0px;
    position: relative;
    padding-left: 23px;
	    font-size: 14px;
		    color: #11181d;
}
.services .item ul li:before{
    content: '';
    background-image: url(../images/right-arrow-circle.svg);
    position: absolute;
    left: 0;
top: 8px;
    width: 16px;
    height: 16px;
    background-size: cover;
	opacity: 0.6;
}



/* .services.ser2 */
.services.ser2 .item ul li{
    padding-left: 0;
    color: #11181d;
}
.services.ser2 .item ul li a{
    color: #11181d; 
}
.services.ser2 .item ul li a:hover{
    color: #005ea4;
}
.services.ser2 .item ul li:before{
    background-image:none;
}
.services.ser2 .item ul li img{
    max-width: 20px;
    margin-right: 10px;
}

.about-banner{
     background-color: #edfaff;
    margin-top: 87px;
    padding: 70px 0px;
	    text-align: center;

}

.about-banner .btn {
	border: 0;
	color: #fff;
	background-color: #005ea4;
	border-radius: 20px;
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	font-family: bold;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 14px 20px 12px 20px;
	margin-top: 20px;
}

.about-banner .btn a{
    color: #fff;
}


.about-banner h1{
text-transform: uppercase;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 34px;
    color: #005ea4;
    margin-bottom: 25px;
}
.about-banner p{
    font-size: 15px;
    line-height: 27px;
    max-width: 65%;
    margin: 0px auto;

}
.singleimg{
    height: 350px;
    background-image: url(../images/aboutbg1.jpg);
    background-size: 100%;
    /* background-attachment: fixed; */
    background-position: center bottom;
}
.vismis{
margin-top: 0px;
    padding-bottom: 100px;
	    background-color: #fff;
}
.vismis .icon{
background-color: #005ea4;
    width: 70px;
    height: 70px;
    margin-bottom: 0px;
    padding: 22px;
	border-radius: 0px 20px 0px 20px;
-webkit-border-radius: 0px 20px 0px 20px;
-moz-border-radius: 0px 20px 0px 20px;
    margin-top: -37px;
	    box-shadow: 0 40px 81px -16px rgb(50 50 93 / 25%), 0 24px 48px -24px rgb(0 0 0 / 30%);
		background: rgba(0,94,164,1);
background: -moz-linear-gradient(-45deg, rgba(0,94,164,1) 0%, rgba(0,169,238,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,94,164,1)), color-stop(100%, rgba(0,169,238,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,94,164,1) 0%, rgba(0,169,238,1) 100%);
background: -o-linear-gradient(-45deg, rgba(0,94,164,1) 0%, rgba(0,169,238,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,94,164,1) 0%, rgba(0,169,238,1) 100%);
background: linear-gradient(135deg, rgba(0,94,164,1) 0%, rgba(0,169,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005ea4', endColorstr='#00a9ee', GradientType=1 );
}
.vismis h2{
      margin-bottom: 20px;
    font-size: 27px;
    margin-top: 50px;
font-family: 'Oswald', sans-serif;
	    color: #005ea4;
}
.vismis p{
padding-right:10%;
}
.journey{
	    background-color: #005ea4;
    padding: 80px 0px 90px 0px;
	background: rgba(0,169,238,1);
background: -moz-linear-gradient(-45deg, rgba(0,169,238,1) 0%, rgba(0,94,164,1) 14%, rgba(0,94,164,1) 51%, rgba(0,94,164,1) 87%, rgba(0,169,238,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,169,238,1)), color-stop(14%, rgba(0,94,164,1)), color-stop(51%, rgba(0,94,164,1)), color-stop(87%, rgba(0,94,164,1)), color-stop(100%, rgba(0,169,238,1)));
background: -webkit-linear-gradient(-45deg, rgba(0,169,238,1) 0%, rgba(0,94,164,1) 14%, rgba(0,94,164,1) 51%, rgba(0,94,164,1) 87%, rgba(0,169,238,1) 100%);
background: -o-linear-gradient(-45deg, rgba(0,169,238,1) 0%, rgba(0,94,164,1) 14%, rgba(0,94,164,1) 51%, rgba(0,94,164,1) 87%, rgba(0,169,238,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(0,169,238,1) 0%, rgba(0,94,164,1) 14%, rgba(0,94,164,1) 51%, rgba(0,94,164,1) 87%, rgba(0,169,238,1) 100%);
background: linear-gradient(135deg, rgba(0,169,238,1) 0%, rgba(0,94,164,1) 14%, rgba(0,94,164,1) 51%, rgba(0,94,164,1) 87%, rgba(0,169,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a9ee', endColorstr='#00a9ee', GradientType=1 );
}
.journey .title{
	margin-bottom:70px;
	color:#fff;
}

.journey .artbox{	
display:flex;
justify-content:space-between;
}
.journey .artbox .item{	
width:14.2857143%;
    text-align: center;
}
.journey .artbox .item .round{	
        border-radius: 100px;
    width: 90px;
    height: 90px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    border: solid 10px #00a9ee;
    margin: 0px auto;
    color: #005ea4;
	position:relative;
font-family: 'Oswald', sans-serif;
}
.journey .artbox .item .round:before{
      content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 78px;
    height: 78px;
    border-radius: 100px;
    z-index: 1;
    border: solid 2px #00a9ee;
    border-left-color: #005ea4;

}
.journey .artbox .item .round.round1:before{
 -webkit-animation: rotating 3.5s linear infinite;	
}
.journey .artbox .item .round.round2:before{
	 -webkit-animation: rotating 3s linear infinite;
}
.journey .artbox .item .round.round3:before{
 -webkit-animation: rotating 2.5s linear infinite;	
}
.journey .artbox .item .round.round4:before{
 -webkit-animation: rotating 2s linear infinite;	
}
.journey .artbox .item .round.round5:before{
 -webkit-animation: rotating 1.5s linear infinite;	
}
.journey .artbox .item .round.round6:before{
 -webkit-animation: rotating 1s linear infinite;	
}
.journey .artbox .item .round.round7:before{
 -webkit-animation: rotating 0.5s linear infinite;	
}

.journey .artbox .item p {	
color:#fff;
padding:0px 15px;
margin-top:60px;
    line-height: 19px;
}
@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}
.journey .artbox .item .round:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -60px;
    height: 50px;
    background-color: #00a9ee;
    width: 1px;
}

.customers{
padding: 100px 0px;
    background-color: #fff;
    background-image: url(../images/customers.jpg);
    /*background-size: 100%;*/
    background-size: cover;
}
.customers .row{

}
.customers .title{
    margin-bottom: 50px;
    text-align: left;
    position: sticky;
    top: 200px;
	    color: #fff;
		font-size: 50px;
}
.customers .title p{
display: block;
    color: #fff;
    text-transform: initial;
    max-width: 70%;
    margin-top: 10px;
    font-family: regular;
	font-weight:100;
}
.customers .item{
width: auto;
    padding: 30px 0px;
    position: relative;
    padding-left: 100px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 5px;
}
.customers .item:last-child{
	border:0;
}
.customers .item .icon{
    max-width: 40px;
    margin-bottom: 10px;
    margin-left: 0;
    position: absolute;
    left: 25px;
    top: 19px;
}
.customers .item h3{
font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 10px;
    color: #005ea4;
}
.customers .item p{}

.customers.contact{
    padding: 100px 0px;
    position: relative;
	    text-align: center;
}
.customers.contact .title{
    top: 0;
    margin: 0;
			text-align:center;
}
.customers.contact h6 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
}
.customers.contact:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #015fa5c7;
}
.c-cover .row{
	align-items:center;
}
.c-cover .item {
margin-bottom: 10px;
width: 33.3333333%;
    padding: 50px 30px;
    text-align: center;
}
.c-cover{
	display:flex;
	justify-content:space-between;
	    margin-bottom: -8px;
}
.c-cover .item .icon{
	position: static;
    margin: 0px auto;
    display: table;
	margin-bottom:30px;
}
.c-cover .item h3 {
font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 10px;
    color: #005ea4;
}
.c-cover .item p a{
	    color: #666;
    font-weight: 500;
    font-size: 15px;
}
.c-cover .item p a:hover{
	    color: #015fa5;
}
.c-cover .item .icon{
	width:30px;
}
.counts{

    padding: 70px 0px 70px 0px;
}
.counts.counts2{
	padding:0;
}
.counts h1{
    font-family: 'bold';
    font-size: 35px;
    color: #005da4;
}
.counts h1 span{
		    color: #00aeef;
}
.counts p{
    font-size: 17px;
}
.counts .row{
	align-items:flex-end;
}
.counts .databox{

    display: flex;
    justify-content: space-between;


}
.counts .databox .item{
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 4% 5%;
}
.counts .databox .item b{
    color: #015fa5;
    margin-bottom: 10px;
font-family: 'Oswald', sans-serif;
    font-size: 30px;
}
.counts .databox .item i{
    font-style: normal;
    font-size: 15px;
    font-weight: 500;
}
.contact{
position: relative;
    background-image: url(../images/contactbg.jpg);
    padding: 100px 0px;
    margin-top: 88px;
    background-size: cover;
    background-position: center;
}
.contact h1{
	text-transform: uppercase;
    font-weight: 700;
font-family: 'Oswald', sans-serif;
    font-size: 50px;
    color: #fff;
}
.locs{
	display:flex;
	justify-content:space-between;
}
.locs .item{
    width: 33.3333333%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 400px;
    justify-content: center;
    background-position: center;
    background-size: 100%;
	position:relative;
		-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.locs .item .connect{
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translateX(-50%);
    display: flex;
    z-index: 10;	
}
.locs .item .connect a{
    border: solid 1px #fff;
    padding: 2px 15px 4px 15px;
    font-size: 12px;
    border-radius: 3px;
    margin: 0px 5px;
}
.locs .item .connect a:hover{
	border-color: #00a8ef;
}
.locs .item:hover{
	    background-size: 110%;
}
.locs .item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-right: solid 1px #ffffff4d;
    background-color: #001d337a;
}

.locs .item h3{
    color: #fff;
font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 34px;
	margin-bottom:15px;
	position:relative;
	z-index:2;
}
.locs .item a{
		color:#fff;
			position:relative;
	z-index:2;
}
.locs .item a:hover{
	    color: #00a9ee;
}

.locs .item .maplink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.locs .item .maplink a{display: block; 
    height: 100%;  }


.etd{
position: relative;
    padding: 80px 0px;
background-color:#ebf7ff;
}
.etd .art{
	width:40%;
}
.etd:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20%;
    height: 100%;
    background-image: url(../img/leftbg.jpg);
    background-position: center;
    background-size: cover;
	
}
.etd .title{
	text-align:left;
	    font-size: 34px;
}
.etd .title i {
    width: 73%;

    font-style: normal;
    text-transform: initial;
    display: block;
    font-size: 18px;
    color: #00a9ee;
    font-weight: 500;
}
.etd form{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 80px;
	justify-content:space-between;
}
.etd form .formcover{
	width:46%;
		position:relative;
		    margin-bottom: 40px;
}
.etd form .formcover:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: #00a9ee;
	-webkit-transition: all 1.5s ease;
-o-transition: all 1.5s ease;
transition: all 1.5s ease;
}
.etd form .formcover:hover:after{
	 width: 100%;
}
.etd form .formcover:nth-child(7):after, .etd form .formcover:nth-child(8):after{
	display:none;
}
.etd form .form-control{
    padding: 0px;
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px #a7bac7;
    font-size: 15px;
    height: 50px;
	background-color:transparent;
}

.etd form .form-control:focus{
	outline:none;
	box-shadow:none;
}
.etd form .btn{
	    background-color: #005ea4;
    width: 64px;
    height: 64px;
    border-radius: 50px;
    font-size: 0;
    float: right;
		background-image: url(../images/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: 36%;
}
.etd form .btn:hover{
	   background-color: #00a9ee;
}
.etd .art .line {
    height: 30px;
    margin: 16% 0%;
	background-color: #000;
	border:0;
}
.etd .art .line:after {
    right: -90px;
    width: 100px;
    height: 100px;
    border: solid 20px #000;
}
.etd form select{color: #7c858d;}
.etd form select option{ background: #FFF; }

.drop{
	position:relative;
}

.dropdown{background-color: #c1c1c1; position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    justify-content: space-between;
	overflow:hidden;
	border-radius:5px;
	border: solid 1px #efefef;
	box-shadow: 0 40px 81px -16px rgb(50 50 93 / 25%), 0 24px 48px -24px rgb(0 0 0 / 30%);
	display:none;
    flex-direction: column;
    z-index: 1010;
        
}
.drop:hover .dropdown{display: flex;}
.dropdown a{background-color: #fff; color: #737373; text-transform: uppercase; font-weight: bold;  font-size: 13px; padding:6px 20px;}
.dropdown a:first-child{padding-top: 15px;}
.dropdown a:last-child{padding-bottom: 15px;}
.dropdown a:hover{color: #005ea4;}

/* .dropdown{
    background-color: #c1c1c1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    justify-content: space-between;
	overflow:hidden;
	border-radius:5px;
	border: solid 1px #efefef;
	    box-shadow: 0 40px 81px -16px rgb(50 50 93 / 25%), 0 24px 48px -24px rgb(0 0 0 / 30%);
		display:none;
}
.drop:hover .dropdown{
    display: flex;	
}
.dropdown a{
    width: 50%;
    text-align: center;
    background-color: #fff;
    text-transform: uppercase;
font-family: 'Oswald', sans-serif;
    color: #005ea4;
    font-size: 21px;
    padding: 12px 0px;
}
.dropdown a:first-child{
border-right: solid 1px #efefef;
}
.dropdown a span{
	display:block;
	   font-size: 16px;
}
.dropdown a:hover{
	color:#00a9ee;
} */

.gallery h1{
    text-transform: uppercase;
font-weight: 700;
font-family: 'Oswald', sans-serif;
font-size: 34px;
color: #005ea4;
margin:70px 0 55px 0;
text-align: center;
}

.gallery{padding:70px 0px;background-color: #edfaff;}
.gallery a.item{ position: relative;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    display: block;
    border: solid 1px #f5f5f5;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:  0px;
		background-color:#fff;
}
.gallery a.item:hover{border: solid 1px #cad9df;}
.gallery a.item img{max-width: 100%;}




.products{
padding: 50px 0px;
    background-color: #fff;
}
.products a.item{
    position: relative;
    display: block;
    border: solid 1px #cfcfcf;
    overflow: hidden;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 45px 0px;
    background-color: #fff;
}
.products a.item:hover{
	border: solid 1px #cad9df;
}
.products a.item img{
	    max-width: 60%;
}
.products a.item h6{
	    font-family: 'Oswald';
    color: #005ea4;
    font-size: 19px;
}
.products a.item .btn{
	    font-family: bold;
    text-transform: uppercase;
    font-size: 12px;
    border: solid 1px #d7d7d7;
    margin-top: 20px;	
    border-radius: 0;
}
.products a.item:hover .btn{
	background-color: #00a9ee;
    color: #fff;
}
.end{
    justify-content: space-between;
    display: flex;
    border-top: solid 1px #cccccc33;
    padding: 50px 0px;
    align-items: center;
}
.end a{
	    color: #ffffffbd;
    font-size: 13px;
}
.end a:hover{
		    color: #fff;
}
.end p{
	    font-size: 13px;
		    color: #ffffffbd;
}
.scroll-line{
    position: fixed;
    background-color: #00a9ee;
    height: 2px;
    left: 0;
    z-index: 1000;
    top: 88px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.mobbanner{
	display:none;
}

.home-industries{
    padding: 60px 0px;
	    background-color: #edfaff;	

}
.home-industries .title{
	margin-bottom:40px;
}
.home-industries .btn{
    margin: 0px auto;
    display: table;
    margin-top: 50px;
    background-color: #005ea4;
    color: #fff;
    text-transform: uppercase;
    font-family: 'bold';
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 20px;	
}
.home-industries .btn img{
width: 20px;
    margin-left: 10px;
    border-radius: 50px;
    mix-blend-mode: overlay;	
}
.home-industries.home-services{

	    background-color: #fff;
}
.home-industries.home-services .owl-carousel .item{
padding: 0px;	
}
.home-industries.home-services .owl-carousel .owl-stage-outer {
border:0;
}
.home-industries.home-services .owl-carousel .item h6{
	padding: 20px 0px;
}
.owl-carousel{}
.owl-carousel .item{
border: solid 1px #dceaef;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    padding: 20px;
	    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
		
}
.owl-carousel .item img{

}
.owl-carousel .item h6{
	    font-family: 'bold';
    font-size: 12px;
}
.owl-theme .owl-nav {
    position: absolute;
    left: -2%;
    top: 36%;
    width: 104%;
    justify-content: space-between;
    display: flex;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-color: #015fa5;
    border-radius: 0px;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 27px;
    border-radius: 0px 10px 0px 10px;
    -webkit-border-radius: 0px 10px 0px 10px;
    -moz-border-radius: 0px 10px 0px 10px;
	      border: solid 1px #00a9ee;
		    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.owl-theme .owl-dots{
	display:none;
}
.owl-next span, .owl-prev span{
	    position: relative;
    top: -9px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #00a9ee;
}
.owl-carousel .owl-stage-outer {
    border-left: solid 1px #dfdfdf;
    border-radius: 7px;
    border-right: solid 1px #dfdfdf;
}
.sizer{
    overflow: hidden;
    max-height: 193px;
}
.sizer img{
    margin-top: -22%;
}

#enquiry, #getEnquiry{
	text-transform:capitalize;
}
#enquiry *, #getEnquiry *{
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;	
}
#enquiry .form-control, #getEnquiry .form-control{
    margin: 0px 0px;
    text-transform: capitalize;
    border: 0;
    border-bottom: solid 1px #c3c9cd;
    border-radius: 0;
    padding: 20px 0px;
    font-size: 13.2px;
    letter-spacing: 0px;
	color:#005ea4;
	    resize: none;
}
#enquiry .form-control:focus, #getEnquiry .form-control:focus{
	outline:none;
	box-shadow:none;
	border-bottom: solid 1px #005ea4;
}
#enquiry .btncover, #getEnquiry .btncover{
position: relative;	
margin-top: 20px;	
}
#enquiry .btn, #getEnquiry .btn {
width: 100%;
    margin-top: 0px;
    background-color: #005ea4;
    color: #fff;
    font-family: 'bold';
    font-size: 13px;
    letter-spacing: 1px;
    padding: 18px 10px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
#enquiry .formTitle, #getEnquiry .formTitle{
    border: 0;
    font-size: 19px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    height: 105px;
    overflow: hidden;
}

#enquiry .formTitle:focus, #getEnquiry .formTitle:focus{
    border: 0;
}


#loader{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 1;
   display:none;
}

#loader img{
    width: 30px;
    display: table;
    border-radius: 100px;
    float: right;
    margin-right: 15px;
    margin-top: 14px;
	position:relative;
	z-index:1;
}

#enquiry .offcanvas-body {
    display: flex;
    align-items: center;
    width: 100%;
}
#enquiry form{
	width:100%;
	    padding: 0px 8%;
}
#enquiry .offcanvas-header {
    justify-content: flex-end;
}

#enquiry select{color: #7e868d; } 

#enquiry .s-location, #getEnquiry .s-location{
background-image: url(../images/down-arrow.svg);
    background-size: 11px;
    background-position: 96% 50%;
    background-repeat: no-repeat;
}

.carousel-inner{max-height: 90vh;}
.logomove {
	background-image: url(../images/logos2.jpg);
	height: 130px;
	background-repeat: repeat-x;
	background-color: white;
	background-position: center left;
	background-size: 300%;
	animation: slideright 100s infinite linear;
	-webkit-animation: slideright 100s infinite linear;
	    border-bottom: solid 1px #e9e9e9;
}

@keyframes slideright {
from {
      background-position: 0px; }
    to {
      background-position: -10309px; } }
  
  @-webkit-keyframes slideright {
    from {
      background-position: 0px; }
    to {
      background-position: -10309px; } }


.getting{background: #005ea4; padding: 100px 0; color: #FFF; text-align:center}
.getting .cont{font-size: 14px;}
.getting h1, .getting h2{text-transform: uppercase;font-family:var(--fo1);}
.getting h1{font-size: 34px; margin-bottom: 10px;}
.getting h2{font-size: 24px;   margin-bottom: 10px; margin-top: 30px;}
.gettingMain{margin-bottom: 50px;}
.gettingIconMain{position: relative; overflow: hidden;z-index: 1; }
.gettingIconMain::after{position: absolute; content: ""; height: 5px; width: 100%; left:0; top: 50%; background:#00a9ee ; }
.gettingMain .cont{padding: 0 20px;}
.gettingIcon{width: 120px; height: 120px; background: #FFF; border-radius: 50%; border: 5px solid #00a9ee; margin: 0 auto; z-index: 2; position: relative; padding: 10px;  }

.eRepair{padding: 70px 0; font-size: 16px; background: #edfaff;}
.eRepair h1{font-family: var(--fo1);}
.eRepair ul{margin: 0; padding: 0; list-style: none;}
.eRepair li{ padding:5px 10px ; display: flex; align-items: center; font-weight: bold; text-transform: uppercase;
    font-size: 16px;}
.eRepairIcon{width: 40px;height: 40px; margin-right: 15px; /* background: #b3fff8;*/ background: #f0f0f0; border-radius: 50%; padding: 7px; }

.brands{background:#FFFFFF96; padding: 100px 0;}
.brands h1{font-family: var(--fo1);}
.brandsPic{margin:10px; background: #FFF; box-shadow: 0 10px 10px -11px #e1f2f7; padding: 10px 20px; margin-bottom: 30px;}
.brandsPic img{width: 100%; border-radius: 5px;}

.facilities{background: #FFF;}
.facilities .nav-tabs {border: none; margin-bottom: 15px;  }
.facilities .nav-tabs li{position: relative;}
.facilities .nav-tabs a.nav-link::before{position: absolute; content: ""; width: 20px; height: 20px; border-radius: 50%;  background: #FFF; outline: #c2c2c2 solid 1px; top: 23px; left: 10px;}
.facilities .nav-tabs a.nav-link.active::before{border: 4px solid #FFF; background: #00a9ee; outline: #c2c2c2 solid 1px;}
.facilities .nav-tabs .nav-link {color: #737373; border: none; padding: 15px 40px; font-size: 23px;text-transform: uppercase;font-family: var(--fo1);}
.facilities .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{ background: none; color: #005da4;}
.facilities img{border-radius: 5px; margin-bottom: 20px; border: 1px solid #FFF; box-shadow: 0 8px 16px -2px #ccc;}

.projects{background: #FFF; padding: 100px 0;}
.projects h1{font-family: var(--fo1);text-transform: uppercase;}
.projects .container > .row{box-shadow: 0 0 7px 1px #f2f2f2; border-radius: 5px; padding: 30px 20px; margin-bottom: 50px;}
.projects img{border-radius: 5px; margin-bottom: 20px; border: 1px solid #FFF; box-shadow: 0 8px 16px -2px #ccc;}
.projectsTitle{font-family: var(--fo1); font-size: 24px; margin-bottom: 20px; text-transform: capitalize;}
.projects .cont{margin-bottom: 20px;}

.clientScroll ul{margin: 0; padding: 0; list-style: none;  overflow: hidden!important;}
.clientScroll ul li{min-width: 120px; padding: 0 20px; animation: mymove 30s infinite linear; }

/* @keyframes mymove {
    from {left: 0px;}
    to {left: 300px;}
  } */


  @keyframes mymove {
    100% {
    transform: translateX(-6400px); }
  }  
   

  .marquee-wrapper{background:#FFF; margin: 0;}
  .marquee-wrapper .container-fluid{overflow:hidden; padding: 0; }
  .marquee-inner span{float:left; width:50%;}
  .marquee-wrapper .marquee-block{--total-marquee-items:72;  width: calc(120px * (var(--total-marquee-items))); height: 50px; overflow: hidden; box-sizing: border-box; position: relative; margin: 20px auto;  padding: 0px 0;}
  .marquee-inner{ display: block; width: 200%; position: absolute;}
  .marquee-inner.to-left{animation: marqueeLeft 70s linear infinite;}
  /* .marquee-inner.to-right{animation: marqueeRight 25s linear infinite;} */
  .marquee-item{width: 80px; height: auto; display: inline-block; margin: 0 20px; float: left; transition: all .2s ease-out;}
  .marquee-item img{max-width: 100%;}


  .marquee-inner:hover{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}
  
  @keyframes marqueeLeft{
    0% {left: 0;}
    100% {left: -100%;}
  }
  @keyframes marqueeRight{
    0% { left: -100%; }
    100% {left: 0; }
  }


/* 
.mq{width: 100%; height: 40px; font-size:x-large; background: rgb(255, 0, 0); text-align: center;  }
.mq:after{ content:"xs"; position: absolute;}
 @media (min-width: 576px) {.mq{ background: rgb(255, 251, 0); }.mq:after{ content: "sm"; position: absolute;}}
 @media (min-width: 768px) {.mq{ background: rgb(9, 255, 0);}.mq:after{ content: "md"; position: absolute;}}
 @media (min-width: 992px) {.mq{ background: rgb(0, 255, 242); }.mq:after{ content: "lg"; position: absolute;}}
 @media (min-width: 1200px) {.mq{ background: rgb(0, 130, 252); }.mq:after{ content: "xl"; position: absolute;}}
 @media (min-width: 1400px) {.mq{ background: rgb(255, 0, 149); }.mq:after{ content: "xxl"; position: absolute;}} */


 .autoSolution{background: #005ea4; color: #FFF; padding: 100px 0;}
 .autoSolution h1{ font-family: var(--fo1);
text-transform: uppercase;}
.autoSolutionIcon{width: 120px; height: 120px; background: #FFF; border-radius: 50%;
border: 5px solid #00a9ee; margin: 0 auto;  margin-bottom: 30px;
position: relative; padding: 10px; text-align: center;  font-family: var(--fo1); font-size: 18px;
text-transform: uppercase;}
.autoSolutionIcon img{margin-bottom: 24px;}



@media (min-width: 768px) {
    .gettingIconMain.le::after {left: 50%;}
    .gettingIconMain.ri::after {left: -50%}
    .gettingMain{margin-bottom: 0px;}
    .eRepairSub > div:nth-child(1){order: 2; -webkit-order: 2;}
    .eRepairSub > div:nth-child(2){order: 1; -webkit-order: 1;}
    .eRepairSub > div:nth-child(3){order: 3; -webkit-order: 3;}
    .eRepair ul.ri li{ flex-direction: row-reverse; text-align: right;}
    .eRepair ul.ri li .eRepairIcon{ margin-left: 20px;}
    .eRepair{font-size: 20px;}
    .eRepairIcon{width: 50px;height: 50px; margin-right: 20px;}
    .eRepair li{ padding: 10px ;}
    .projects .flex-md-row-reverse {text-align:right ;}
    .projects .container > .row{ padding:60px 40px;}
    .projects .cont{margin-bottom: 0px;}
}


#footer{
scroll-margin-top: 88px;
}
.svgmap{
    padding: 50px 0px;
     background-color: #afddff;
    overflow: hidden;
    max-height: 577px;
}
.svgmap .cover{
    position: relative;
    margin: 0px auto;
    max-width: 1000px;
	-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
    background-color: #fff;
}
.svgmap .cover:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    border: solid 2px #afddff;
}
.svgmap:hover .cover{
    transform: scale(2.4);
    margin-top: -4%;
	
}

.svgmap .cover svg{
	position: absolute;
    left: 10px;
    top: 0;
    width: 100%;
    height: 100%;
}
.svgmap .cover svg a{
	display:block;
	position:relative;
}
.svgmap .cover svg a:after{
	content:'';
}
.svgmap .cover svg .cls-1{
position:relative;
}


.path-1{-webkit-animation: maping 0.5s linear infinite alternate;}
.path-2{-webkit-animation: maping 1s linear infinite alternate;}
.path-3{-webkit-animation: maping 2s linear infinite alternate;}
.path-4{-webkit-animation: maping 1.3s linear infinite alternate;}
.path-5{-webkit-animation: maping 2.1s linear infinite alternate;}

@-webkit-keyframes maping {
from {     transform: translateY(0px);}
to {      transform: translateY(-3px);}
}


.processbar{}
.processbar .processbox{
 display:flex;
}
.processbar .processbox .item{}



.maplocation{height: 90vw; overflow: hidden;}
.maplocation img{transition:all .5s ease; transform: scale(3);margin-top: -1%;margin-left: -36%;}




/* Mobile View */

@media (min-width: 768px) {
    .maplocation{height: 40vw; overflow: hidden;}
    .maplocation img{transition: all 0.5s ease; transform: scale(0.8); margin-top: -18%; margin-left:0%}
    .maplocation img:hover{transform: scale(1.4); margin-top: -18%; margin-left: -17%;} 
}


.privacyPolicy{
    padding: 50px 0;
}
.privacyPolicy h5{
    padding-top: 5px;
    padding-bottom: 5px;
}
.privacyPolicy h5:first-child{
    padding-top: 0px;
}
.privacyPolicy ul{
    font-size: 15px;
    color: #666d71;
}
.privacyPolicy p{
    padding-bottom: 10px;
}
.privacyPolicy a{
    color: #3f3f41;
}
.privacyPolicy a:hover{
    color: #000;
}

.brochure{
    padding: 4%  0;
}

.brochure .items{
    padding: 20px;
    background: #FFF;
    border: solid 1px #cfcfcf;
}

/* .services.ser2 .item{
align-items: start;
} */
.services.ser2 .item .data{
    padding-top: 50px;
}
.services.ser2 .item .data .cont{ 
    padding-top: 15px;
}

.proDirEnquiry .btncover{
    margin-bottom: 30px;
}

.services.ser2 .electronicsrepairbg{
    background: url(../images/industrial-electronics-repair-services-bg.webp) no-repeat #004579;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.services.ser2 .electronicsrepairbg img{
    opacity: 0;
}


.proDirEnquiry .title {
    text-align: left;
	color: #005ea4;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
    padding-top: 30px;
}

.proDirEnquiry form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.proDirEnquiry .form-control {
	margin: 0px 0px;
	text-transform: capitalize;
	border: 0;
	border-bottom: solid 1px #c3c9cd;
	border-radius: 0;
	padding: 15px 0px;
	font-size: 13.2px;
	letter-spacing: 0px;
	color: #005ea4;
	resize: none;
    width:calc(50% - 10px) ;
}

.proDirEnquiry .form-control:focus {
	box-shadow:none;
}
.proDirEnquiry .form-control.full {
    width: 100%;
}
.proDirEnquiry .formTitle{
    display: none!important;
    background: #005da4;
}
.proDirEnquiry.detail{
    border-top: 5px solid #d7d7d7;
  margin-top: 30px;
}



.owl-carousel .owl-stage-outer {
	 border-left: 0;
	border-right: 0;
    padding-top: 30px;
}

.repairbarands .owl-carousel .item {
    border: 0;
    box-shadow:none;
}

.blog{
    padding: 4% 0;
    background: #FFF;
}
.blog .item{
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.blog .item:last-child{
    border: 0;
}
.blog .date{
    font-size: 11px;
	background: url(../images/date-icon.svg) no-repeat;
	padding: 2px 0;
    padding-left: 26px;
	background-size: 19px;
	color: #757575;
}
.blog .item h1,
.blog .bloglinkSet h1,
.blog .discr h1,
.blog .discr h2
 {
	font-weight: 700;
	font-size: 25px;
	font-family: 'Oswald', sans-serif;
    padding: 10px 0;
    padding-bottom: 15px;
    color: #005ea4;
}
.blog .bloglinkSet h1{
    font-size: 20px;
}
.blog .discr h2 {
    font-size: 20px;
}
.blog .discr img{
   margin-bottom: 20px; 
}



.blog .item .btn {
	border: 0;
	color: #fff;
	font-family: 'Inter', sans-serif;
	text-transform: uppercase;
	font-family: bold;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 25px;
    box-shadow:none;
    padding-left: 0;
    padding-right: 0;
    padding: 11px 20px;
    background-color: #005ea4;
    border-radius: 20px;

}
.blog .item .btn a{
    padding: 11px 20px;
    color: #FFF;
    border-radius: 20px;
    background-color: #005ea4;
}

.blog .cont, .blog .discr p{
    font-size: 14px;
    line-height: 24px;   
}
.blog .cont{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.blog .discr p{
    padding-bottom: 15px;
}
.blog .discr i{
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
}

.blog .bloglinkMain{
    border: 1px solid #d9d9d9;
    padding: 30px; 
    margin-left: 50px;
}
.blog .bloglinkSet ul{
    list-style: none;
    padding: 0;
    font-size: 14px;
}
.blog .bloglinkSet ul li{
    padding-bottom: 10px;
    padding-left: 30px;
}
.blog .bloglinkSet.ser ul li{
    background: url(../images/service-icon.svg) no-repeat;
    background-position: 0px 5px;
}
.blog .bloglinkSet.pre ul li{
    background: url(../images/list-icon.svg) no-repeat;
    background-position: 0px 5px;
}

.blog .bloglinkSet ul li a{
    color: #3f3f41;
}
.blog .bloglinkSet ul li a:hover{
    color: #000;
}
.blog .discr{
    border: 0;
}

.topContact{
text-align: end;
font-size: 13px;
  letter-spacing: 0.5px;
  padding: 5px 0px;
  font-family: regular;
  font-weight: 400;
}
.topContact a{
    color: rgba(0, 0, 0, 0.55);
    vertical-align: text-bottom;
}
.topContact a:hover{
    color: #005ea4;
}
.topContact img{
    max-width: 22px;
    margin-right: 5px;
  margin-left: 10px;
}
.topContact .getQ{
    background: #005DA3;
    color: #FFF;
    padding: 6px 13px;
    border-radius: 25px;
    margin-left: 20px;
    font-family: 'bold';
    text-transform: uppercase;
    font-size: 12px;
}
.topContact a:hover.getQ{
    color: #fff; 
    filter: brightness(110%);
}
.topContact .tel{
    font-size: 12px;
}
#getModal  .modal-title{
    color: #005ea4;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    padding-left: 10px ;
}

#getModal #getEnquiry form{
    padding: 0 10px;
}

#getModal #getEnquiry .form-control {
    padding: 15px 0px;
}



  

 



@media only screen and (max-width: 767px) {
	
	body{
		overflow-x:hidden;
		    background-size: 100%;
	}
    .customers .title {
        font-size: 30px;
    }

    .svgmap {
        padding: 0px 0px;
    }
    .svgmap .cover svg {
            left: 3px;
    }
    .svgmap .cover {
        transform: scale(4);
        left: -50%;
    }
    .svgmap:hover .cover {
        transform: scale(4);

    }
    .logomove {
    
        background-size: 4000px;

        }
        
    .navbar-expand-sm .navbar-brand {
        margin: 6px 0px;
        max-width: 109px;
    }
    #banner {
        margin-top: 62px;
    }
    .banner h1 span {
        font-size: 34px;
    }	
    .banner h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .scroll-line {
        top: 62px;
    }
    .homeabt {
        padding: 50px 0px;
    }
    .homeabt .head {
        font-size: 27px;
    }
    .homeabt p {
        max-width: 100%;
        color: #3d4448;
        font-size: 13px;
        line-height: 21px;
    }
    .title {
        font-size: 27px;
    }
    .presence {
        padding: 40px 0px 35px 0px;
    }
    .locs {
        display: table;
        width: 100%;
    }
    .locs .item {
        width: 100%;
        height: 290px;
        background-size: cover;
    }
    .locs .item h3 {
        font-size: 27px;
    }
    footer {
        padding: 50px 0px;
    }
    footer b {
        font-size: 14px;
        margin-bottom: 20px;
            padding: 0px 8px;
    }



    footer .extracover {
        padding: 0px 20px 20px 20px;
        display: block;
        margin-top: 0px;
        padding-top: 20px;
    }
    footer .extracover a {
        font-size: 15px;
        padding: 10px 0px 10px 0px;
        display: block;
    }
    footer .head {
        font-size: 18px;
        letter-spacing: 1px;
        padding: 0px 10px;
    }
    footer form input {
        height: 34px;
        color: #fff;
        font-size: 18px;
    }
    footer .social {
        width: 100%;
        border-bottom: solid 1px #ffffff24;
        border-top: solid 1px #ffffff30;
    padding: 10px 10%;
    }
    .end {
        margin: 0px;
        padding: 0px;
        display: block;
        text-align: center;
    }
    .end a {
        font-size: 13px;
        margin-top: 17px;
        display: block;
    }
    .end p {
        padding: 20px 0px;
    }
    footer .social a {
        justify-content: space-around;
        margin: 0;
    }
    footer .co {
        width: 100%;
    }
    .mobbanner{
        display:block;
    }
    .pcbanner{
        display:none;
    }
    .navbar-toggler:focus{
        box-shadow:none;
    }
    .contact {
        padding: 50px 0px;
    }
    .customers.contact {
        padding: 60px 0px;
            margin-top: 62px;
    }
    .products {
        padding: 13px 0px;
    }
    .products a.item {
        padding: 25px 0px;
        margin-bottom:15px;
    }
    .products a.item img {
        max-width: 50%;
    }
    .counts .databox .item b {
    margin-bottom: 10px;
        font-size: 16px;
    }
    .counts .databox .item i {
        font-size: 13px;
    }
    .counts .databox .item {
        padding: 4% 0%;
    }

    .services .item {
    flex-direction: column;
        border-bottom: solid 1px #ccc;
        margin-bottom: 0px;
    }
    .services .item.reverse {
        flex-direction: column-reverse;
    }
    .services .item .thumb {
        width: 100%;
        overflow: hidden;
        max-height: 220px;
        margin-bottom:15px;
    }
    .services .item .thumb img {
        border-radius: 0;
        position: relative;

    }
    .services .item h1 {
        font-size: 20px;
    }
    .services .item .data {
        width: 100%;
    }
    .services .item ul li {
        width: 100%;
        padding: 4px 0px;
        padding-left: 23px;
        font-size: 13px;
    }
    .services .item ul {
        margin-top: 15px;
    }
    .services .item .data .btn {
        padding: 10px 20px 9px 20px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .services {
        overflow-x: hidden;
    }
    .about-banner {
        margin-top: 62px;
        padding: 50px 0px;
    }
    .about-banner h1 {
        font-size: 27px;
        margin-bottom: 20px;
    }
    .about-banner p {
        font-size: 14px;
        line-height: 22px;
        max-width:100%;
    }
    .singleimg {
        height: 170px;
        background-size:cover;
    }
    .vismis .icon {
        width: 50px;
        height: 50px;
        margin-bottom: 0px;
        padding: 13px;
        margin: 0px auto;
    }
    .vismis h2 {
        margin-bottom: 10px;
        font-size: 22px;
        margin-top: 20px;
    }
    .vismis {
        margin-top: 0px;
        padding-bottom: 0px;
        padding-top: 50px;
        text-align: center;
    }
    .vismis p {
        padding-right: 0;
        padding-bottom: 50px;
    }
    .journey {
        padding: 50px 0px 50px 0px;
    }
    .journey .title {
        margin-bottom: 40px;
        color: #fff;
    }
    .journey .artbox .item .round {
        width: 60px;
        height: 60px;
        border: solid 6px #00a9ee;
        font-size: 18px;
    }
    .journey .artbox .item .round:before {
        left: -6px;
        top: -6px;
        width: 60px;
        height: 60px;
    }
    .journey .artbox .item {
        width: 100%;
    }
    .journey .artbox .item p {
        padding: 0px 10px;
        margin-top: 60px;
        line-height: 15px;
        font-size: 13px;
    }
    .journey .artbox {
        overflow-x: scroll;
    }
    .journey .container {
        padding: 0;
    }
    .customers {
        padding: 50px 0px;
        background-attachment: initial;
        background-size: cover;
        background-position: center;
    }
    .customers .title p {
        max-width: 100%;
        margin-top: 10px;
    }
    .customers .item h3 {
        font-size: 16px;
        width: 90%;
    }
    .customers .item p {
        width: 90%;
    }
    .customers .item .icon {
        max-width: 36px;
        left: 25px;
        top: 24px;
    }
    .counts {
        padding: 30px 0px 30px 0px;
    }
    .c-cover .item h3 {
        font-size: 15px;
    }
    .c-cover .item .icon {
        margin-bottom: 15px;
    }
    .c-cover .item {
        width: 100%;
            margin-bottom: 0;
                padding: 10px 30px;
    }
    .c-cover {
        display: block;
        margin-bottom: 0;
        padding: 30px 0px;
    }
    .etd {
        padding: 30px 0px;
    }
    .etd .title {
        text-align: left;
        font-size: 27px;
    }
    .etd .art {
    display:none;
    }
    .etd form .formcover {
        width: 100%;
        margin-bottom: 10px;
    }
    .etd form .form-control {
        font-size: 13px;
    }
    .etd form .btn {
        width: 48px;
        height: 48px;
    }
    .etd form {
        margin-top: 20px;
    }

    .navbar-expand-sm {
       box-shadow: -5px 22px 20px -30px #333; 
    }

    .navbar-expand-sm .navbar-collapse {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .topContactWrap{
        flex-direction: column-reverse;
        align-items: flex-start;
        display: flex;
        display: flex;
        text-align: start;
    }
    .topContact{
        text-align: start;
        display: flex;
        flex-direction: column;
        width: 100%;
        border-top: 1px solid #c8c8c8;
        margin-top: 10px;
        padding-top: 8px;
        font-size: 15px;
    }

    .topContact a{
        margin: 7px 0;
    }
    .topContact .tel{
        font-size: 15px;
    }
    .topContact .getQ {
        margin-left: 10px;
        padding: 10px 13px;
        text-align: center;
        margin-top: 10px;
    }
    .topContact img {
        margin-left: 8px;
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        font-size: 13px;
    }
    .navbar-toggler{
    position:relative;
    overflow:hidden;	
    }
    .navbar-toggler.trigger-bg{}
    .navbar-toggler.trigger-bg:after{
    content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
            background-image: url(../images/close.svg);
        background-repeat: no-repeat;
        background-size: 50%;
        background-color:#FFF;
        background-position:center;
    }
    .owl-carousel .item img {
        max-width: 55%;
    }
    .home-industries.home-services .owl-carousel .item img {
        max-width: 100%;
    }
    .home-industries {
        padding: 50px 0px;
    }
    .drpd{
        position: relative;
    }
    /*.mega-menu {*/
    /*    padding: 10px;*/
    /*    top: 40px;*/
    /*    padding: 5px 0;*/
    /*}*/
    /*.mega-menu a{*/
    /*    font-size: 13px;*/
    /*    padding: 7px 0px; */
    /*}*/
    /*.mega-menu .submenu{*/
    /*    column-count: 2;*/
    /*}*/
    .services.ser2 .electronicsrepairbg{
        background-position-y: -70px;
    }
    .blog .bloglinkMain{
        padding: 20px;
        margin-left: 0px;
    }
    
    .mega-menu{
        display:none!important;
    }
    .nav-item.drpd img{
        display: none;
    }
}


