.container.make-relative {
    position: relative;
}
.content-right .nav-link {
    height: 40px;
}
.gtranslate_wrapper.gt_container--hich1m {
    position: relative;
    margin-left: 10px;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none !important;
}

html{
  overflow-x: hidden;
} 
body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif !important;
}
.footer .footer-links a{
  color: #fff;
}
.fs-big21{
    font-size:16px;
    font-weight:600;
}
i.fa-brands.fa-twitter:hover {
    color: #34ccff;
}
i.fa-brands.fa-instagram:hover {
    color: #34ccff;
}
i.fa-brands.fa-facebook-f:hover {
    color: #34ccff;
}
.goog-te-gadget .goog-te-combo {
  font-size: 14px;
  border: 0px;
  /* margin: 4px 0; */
  background: #3aa7dc;
  color: white;
}
select.goog-te-combo {
    font-size: 16px;
    border: 0px;
    margin: 0;
    background: #3aa7dc;
    color: white;
}
.w-100{width:100%}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgb(52 204 255);
  color: white;
  cursor: pointer;
  width: 4%;
  height: 62px;
  border-radius: 50px;
}

#myBtn:hover {
  background-color: #555;
}

 
 /* http://www.menucool.com */

#sliderFrame, #sliderFrame div {
  background-size: cover;
  box-sizing: content-box;
}
 #sliderFrame 
{
  width:100%;
 
} 

section.intro .col-lg-7  .iframe-container {
  padding-top: 12%;
  padding-bottom: 10%;
  
}
.intro{
    margin:45px 0px;
}




#slider, #slider .sliderInner {
  width:1580px;height:500px;/* Must be the same size as the slider images */
  border-radius:3px;
  background-size: cover!important;
}
#slider, #slider div.sliderInner  {
	background-size: cover !important;

}


#slider {
  background-color:white;
  position:relative;
  margin:0 auto; /*center-aligned*/
  transform: translate3d(0,0,0);
  box-shadow: 0px 1px 5px #999999;
}

/* the link style (if an image is wrapped by a link) */
#slider a.imgLink, #slider .video {
  z-index:2;
  cursor:pointer;
  position:absolute;
  top:0px;left:0px;border:0;padding:0;margin:0;
  width:100%;height:100%;
}
#slider .video {
  background:transparent url(video.png) no-repeat 50% 50%;
}

/* Caption styles */
#slider .mc-caption {
  position:absolute;
  width:100%;
  height:auto;
  padding:10px 0;/* 10px will increase the height.*/
  left:0px;
  bottom:0px;top:auto;
  overflow:hidden;
  font: bold 14px/20px Arial;
  color:#EEE;
  text-align:center;
  background:rgba(0,0,0,0.3);
}
#slider .mc-caption a {
  color:#FB0;
}
#slider .mc-caption a:hover {
  color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
#slider .navBulletsWrapper  {
  top:385px;
  text-align:left;
  background:none;
  position:relative;
  z-index:3;
  width:100%;
      margin-left: 100px;
    margin-right: 100px;
}
.navBulletsWrapper div {
       width: 17.5% !important;
    height: 113px !important;
}
/* each bullet */
#slider .navBulletsWrapper div{
  width:11px; height:11px;
  font-size:0;
  color:White;/*hide the index number in the bullet element*/
  background:transparent url(images/bullet.png) no-repeat 0 0;
  display:inline-block; *display:inline; zoom:1;
  overflow:hidden;cursor:pointer;
  margin:0 6px;/* set distance between each bullet*/
}

#slider .navBulletsWrapper .active {background-position:0 0px;}
.navBulletsWrapper .active {
    border-bottom: 2px solid #fff !important;
}
/* --------- Others ------- */

#slider img, #slider>b, #slider a>b {
  position:absolute; border:none; display:none;
}

#slider .sliderInner {
  overflow:hidden;
  position:absolute; top:0; left:0;
}


#slider>a, #slider video, #slider audio {display:none;}
#slider div {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}

/*----------- navigation buttons on both sides of the slider -----------*/
.group1-Wrapper 
{
    position:absolute;
    z-index:20;
    top:283px;
    /*margin-left:50%; position it in the middle of #sliderFrame */
    width:100%;
}
a.group1-Prev, a.group1-Next
{
    width:50px;height:150px;
    background:transparent url(images/navbuttons2.gif); 
    display:block; 
    cursor:pointer;
    position:absolute;
    top:0;
    user-select: none;
}
a.group1-Prev{background-position:0 0; left:2%;}
a.group1-Next {background-position:0 -150px;right:2%;}

a.group1-Prev:hover{background-position:50px 0;}
a.group1-Next:hover {background-position:50px -150px;}

.carousel-caption h1{padding: 30px 0 20px;font-size:50px;font-weight: 300;}
.carousel-caption p{padding-top:10px; font-size:18px;}

.carousel-caption.d-none.d-md-block {
    /*background: #364f6f8a;*/
    background: rgb(23 40 56 / 67%);
    width: 40%;
    text-align: left;
    top: 30%;
    left: 151px;
   padding: 60px 130px 0 50px;
    height: 350px;
    vertical-align: middle;
}
.rs-loader.spinner2:before {width:5px;animation: tp-scaleout 1.0s infinite ease-in-out;}
.rs-loader.spinner2 {
    width: 50px;
    height: 3px;
     background-color: #34ccff !important;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    /*border-radius: 100%;*/
    animation: tp-scaleout 1.0s infinite ease-in-out;
}
.rs-loader {
       top: 66px;
    left: 50px;
    position: absolute;
}
/*                  <-----------------------------------BODY CSS----------------------------------->                                 */

/*h2:before {
  margin-top: 0px;
  content: '';
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  margin-bottom: 33px;
  border-radius: 2px;
  margin-bottom: 35px;
}*/


.h2, h2 {
  font-size: 36px;
  margin: 0 0 32px;
  line-height: 42px;
  text-transform: uppercase;
  margin: 30px 0px;
  color: #183650;
  font-weight: 300;
}
.customerList li{
  font-size: 15px;
  color: #333;
  padding-bottom: 9px;
}

body {
  font-size: 17px;
  line-height: 1;
  color: black;
}
.footer a {
text-decoration: none;
color: #fff;
}
.header a {
  text-decoration: none;
}
body h1, h2, h3, h4, h5, h6 {
  font-size: 25px;
  line-height: 1;
}
/* <---------------------------------------------------- section top bar ----------------------------------------------------> */
.fa-language:before {
    font-size: 24px;
    content: "\f1ab";
}

section.top-bar-section .container-fluid{

  background: #2c4054;
  padding: 0;
  /*margin-bottom: -10px;*/
  /*margin-top:-5px;*/
}
.content-left {
  display: flex;
  flex-direction: row;
  align-content: space-around;
  justify-content: flex-start;
}
.content-right {
  padding: 0!important;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  position:absolute;
  right:0;
}
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}


@media only screen and (max-width: 600px) {
    .top-bar-section .eml_tp_br{
        margin-left:-25px;
    }
}


/* <---------------------------------------------------- section header ----------------------------------------------------> */
section.header .navbar .container a.navbar-brand {
  display: flex;
}
.logo_section img{
    position: absolute;
    background: white;
    width: 140px;
    padding: 10px;
    top: -6px;
    margin-left: 16px;
    right: auto;
    height: auto;
    left: auto;
    height:140px;
    border-radius:200px;
}
.goog-te-gadget .goog-te-combo {
    margin: 0px;
}
.nav {
  background-color: #294058da;
}
.nav a {
  color: #fff;
  font-size:12px;
  display: -webkit-inline-box;
}
.nav-link {
  display: block;
  padding: 15px 20px;
  color: #fff!important;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
li.nav-item.dropdown.office {
  background-color: #34ccff;
}
.dropdown-menu.show {
  background: #183650;
  display: block;
  /* color: white; */
}
a.dropdown-item:hover {
  background: #34ccff !important;
  color: #fff !important;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
a.nav-link.dropdown-toggle:hover {
  color: #fff !important;
}
.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

div#navbarNavDropdown {
  justify-content: end;
}
.for-nav{    
position: absolute!important;
    background: transparent;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 999;
}
nav.navbar.sticky-top.navbar-expand-lg.navbar-light {

  background-color:#fff ;
  padding-top:3px;
  padding-bottom:3px;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  /* text-decoration: revert; */
  color: rgba(84, 187, 234, 0.9)!important;
}
.navbar-light .navbar-nav .nav-item{
padding: 45px 20px 20px 20px!important;
line-height: 0;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 16px;
  /*padding: 45px 20px 20px 20px!important;*/
  /*color: rgba(0, 0, 0, 0.9)!important;*/
   color: rgb(255 255 255 / 90%)!important;

}
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(84, 187, 234, 0.9)!important;
}

.navbar-light .navbar-nav .nav-link:active {
  color: rgba(84, 187, 234, 0.9)!important;
}

@media only screen and (max-width: 991px) {
    .for-nav{
    display:none;
}

}




/* <---------------------------------Mobile Css ---------------------------------------------------------> */


* {
  padding: 0;
  margin: 0;
}

nav ul li {
  list-style: none;
}

.img-fluid{
    width:50px;
    height:50px;
    border-radius:50%;
}

nav {
  height: 50px;
  padding: 0 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  background: #fffbfd;
}

/* for iphone */

nav .m-menu__checkbox {
  display: none;
}
nav label.m-menu__toggle {
  cursor: pointer;
}
nav .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 450px;
  width: calc(100vw - 30px);
  height: 100vh;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 99999;
  overflow: hidden;
  background-color: #fff;
}
nav .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  right:0;
  z-index: 1;
  display: none;
}
nav .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}
nav .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
nav .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}
nav .m-menu ul {
  height: 100vh;
  overflow-y: auto;
  padding: 0;
}
nav .m-menu ul li a,
nav .m-menu ul li label {
  display: block;
  text-align: left;
  padding: 0 15px;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
nav .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}
nav .m-menu ul li .-invisible {
  border-bottom: 0;
}
nav .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
nav .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}
nav .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}



body {
  padding: 0;
  margin: 0;
}

.wrapper {
  display: none;
}
@media screen and (max-width: 991px) {
  .wrapper {
    display: block;
  }
}
@media screen and (min-width: 991px) {
  nav {
  background: transparent;
}
}














/*.abt-hdr{
    background-image: url(images/header_bg_13.jpg);
    background-repeat: no-repeat;
}*/

/* <---------------------------------------------------- SECTION INTRO ----------------------------------------------------> */

section.intro h2 {
  color: black;
  font-size: 36px;
  font-weight: 300;
  margin: 0 0 32px;
  line-height: 42px;
}
section.intro p {
  display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 26px;
    margin: 0 0 20px;
    font-size: 16px;
    text-align: justify;
    color: #333;
}

.fake-div {
  display: inline-flex;
  width: 100%;
  height: 60px;
  position: relative;
}
/* counter */
section.counter img{
  width: 55px;
}
.contain-counter.img-align {
  padding: 0px;
  text-align: end;
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

.counter-value {
  padding: 0px 7px;
  color: #183650;
  font-size: 42px;
  font-weight: 600;
  margin: 0 0 0px;
}
#counter .title {
 padding:0px 7px !important;;
  color: #183650;
  font-weight:600;
}
div#counter {
  padding: 45px 0px;
  clear:both;
 
}

/*section.counter {
  background-color: #34ccff;
}*/

text.OwnedVehicles:before {
  content: "";
  display: block;
  background: url("images/vehicle.png") no-repeat;
  width: 25px;
  height: 25px;
  float: left;
}

@media only screen and (max-width: 600px) {
    .section.intro{
        margin-top:3rem;
    }
    .banner_bottom_section{
        display:none;
    }
    
    .top-bar-section .cntct_inf{
        display:none;
    }
    .navBulletsWrapper{
        display:none;
    }
    #myBtn{
        width:35px;
        height:35px;
    }
    .banner{
        max-width:100%;
        height:auto;
    }
    #myBtn:hover {
    background-color: rgb(52 204 255);
    }
    .contactnow .col-md-4{
        display:none;
    }

}


/* <---------------------------------------------------- SECTION CAROUSEL ----------------------------------------------------> */
/*
section.carousel {
  height: 570px;
  padding: 60px 0px;
  color: white;
  background-color: #183650;
}
section.carousel .carousel-special-service p{

  color: rgb(238, 236, 236);
    font-size: 14px;
}

.item .item_wr .item_thumbnail .content h6{
  font-size: 36px;
color: #fff;
margin-bottom: 0;
}



.content p{
  color: #808080;
  font-size: 14px;
  text-align: left;
  padding-top: 9%;
}
.content ul li{
  color: #333;
  font-size: 14px;
  text-align: left;
}
section.carousel p {
  color: #333;
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  padding-top: 0;
}
section.carousel h2 {
  color: #ffff;
  font-size: 36px;
  margin: 0 0 39px;
  line-height: 42px;
  font-weight: 200;
  text-transform: capitalize;
}
.col-md-4.carousel-special-service {
  display: grid;
  justify-content: center;
  align-content: center;
  
}
.item_wr {
  margin: 0px 10px;
}

.content {
  padding: 20px 20px 0 20px;
  background-color: white;
  color: black;
  height: 265px;
  justify-content: center;
  display: grid;
}

.content h6 a {
  transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #183650 !important;
    margin-bottom: 0;
}
.content h6 a:hover {
  color: #34ccff;
  outline: none !important;
}

a.read_more {
  text-decoration: none;
  color: #34ccff!important;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}*/




.whatwedo-section .wt_section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 7px;
}

.wt_section-title {
  width: 100%;
  float: left;
  margin: 0 0 26px 0;
}

.wt_section-title h2 {
  margin-top: 0;
  letter-spacing: 0px;
  line-height: 68px;
  text-transform: capitalize;
  color: #fff;
  padding:15px 0px;
}

.whatwedo-section {
  width: 100%;
  float: left;
  padding: 0px 0px 0px 112px;
  overflow: hidden;
  position: relative;
}

.whatwedo-section::before {
  content: "";
  width: 2000px;
  height: 540px;
  top: -110px;
  background: #007aff;
  position: absolute;
  left: -2000px;
}

.whatwedo-container {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}

.whatwedo-main {
  width: 25%;
  float: left;
  display: block;
  border-right: 6px solid #fff;
  position: relative;
  text-align: center;
  background-color: #fff;
  background-position: center center !important;
  background-size: cover !important;
  height: 450px;
}

.whatwedo-inner {
  position: relative;
  z-index: 1;
  padding: 40px;
  height: 100%;
  display: block;
}

.titleset {
  position: absolute;
  left: 5%;
  bottom: 20px;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
  width: 90%;
}

.whatwedo-icon {
  width: 86px;
  height: 86px;
  display: inline-block;
  border: 3px solid white;
  padding: 18px;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.whatwedo-icon img {
  width: 100%;
  line-height: 72px;
  max-height: 44px;
  max-width: 44px;
}



.whatwedo-main h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  margin-top: 15px;
  line-height: 30px;
}

.whatwedo-inner h2 {
  margin-bottom: 10px;
}

.titleset h2 {
  min-height: 60px;
}

.whatwedo-info {
  color: #fff;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 0;
  text-align: left;
  font-size:16px;
}

.whatwedo-main::after {
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0px;
  position: absolute;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cc000000',GradientType=0 );
}

.whatwedo-info p {
  font-size: 16px;
  line-height: 27px;
}

p {
  float: none;
  margin: 0 0 22px 0;
  padding: 0;
}

.btn {
  background-color: transparent;
  border: 2px solid #333333;
  text-align: center;
  min-width: 196px;
  color: #191919;
  font-weight: 600;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 14px 28px;
  text-transform: uppercase;
  position: relative;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  -ms-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}

.read-more-btn .btn {
  border-color: #f4f4f4;
  color: #fff;
  min-width: 158px;
}

.read-more-btn .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn::before {
  content: "";
  position: absolute;
  width: 140%;
  height: 100%;
  left: -20%;
  top: 0;
  background: #34ccff;
  -ms-transform: translate(-110%, 0) skew(45deg);
  -webkit-transform: translate(-110%, 0) skew(45deg);
  transform: translate(-110%, 0) skew(45deg);
  -webkit-animation: outHover 0.5s ease 1 forwards;
  -moz-animation: outHover 0.5s ease 1 forwards;
  -o-animation: outHover 0.5s ease 1 forwards;
  animation: outHover 0.5s ease 1 forwards;
  border-radius: 0 !important;
  box-sizing: border-box;
  z-index: -1;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn i {
  margin-left: 18px;
  font-size: 22px;
  position: relative;
  top: 2px;
}

.read-more-btn .btn i {
  margin-left: 10px;
}

.fa-angle-right::before {
  content: "\f105";
}

.whatwedo-main:last-child:after {
  right: 0px;
}

.whatwedo-section:after {
  content: "";
  width: 100%;
  height: 540px;
  top: -110px;
  background: #183650;
  position: absolute;
  left: 0;
}

.whatwedo-main:last-child {
  border-right: none;
}

.whatwedo-main:hover .whatwedo-info {
  opacity: 1;
}

.whatwedo-main:hover .titleset {
  opacity: 0;
}

.whatwedo-main:hover .whatwedo-info h2 {
  text-shadow: inherit;
}

.read-more-btn .btn:hover,
.read-more-btn .btn:focus {
  border-color: #34ccff;
}

.whatwedo-main:hover:after {
  background: rgba(15, 15, 16, 0.95);
}

 .read-more-btn .btn:hover,
.btn:focus,
.btn:active {
  background-color: #34ccff;
  border-color: #34ccff;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.whatwedo_icon ol li{
    font-size:14px;
}

.btn {
    background-color: transparent;
    border: 2px solid #333333;
    text-align: center;
    min-width: 196px;
    color: #191919;
    font-weight: 600;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 14px 28px;
    text-transform: uppercase;
    position: relative;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
    -ms-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
}

.btn:hover, .btn:focus, .btn:active {
    background-color: #34ccff;
    border-color: #34ccff;
    color: #FFF;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.btn i {
    margin-left: 18px;
    font-size: 22px;
    position: relative;
    top: 2px;
}

.btn:before {
    content: "";
    position: absolute;
    width: 140%;
    height: 100%;
    left: -20%;
    top: 0;
    background: #34ccff;
    -ms-transform: translate(-110%,0) skew(45deg);
    -webkit-transform: translate(-110%,0) skew(45deg);
    transform: translate(-110%,0) skew(45deg);
    -webkit-animation: outHover .5s ease 1 forwards;
    -moz-animation: outHover .5s ease 1 forwards;
    -o-animation: outHover .5s ease 1 forwards;
    animation: outHover .5s ease 1 forwards;
    border-radius: 0!important;
    box-sizing: border-box;
    z-index: -1;
}

.btn:hover:before, .btn:focus:before, .btn:active:before {
    -webkit-animation-name: onHover;
    -moz-animation-name: onHover;
    -o-animation-name: onHover;
    -ms-animation-name: onHover;
    animation-name: onHover;
    background: #34ccff;
}

.btn.small {
    min-width: 160px;
    padding: 9px 22px;
}

@-moz-keyframes onHover {
    from {
        -moz-transform: translate(-110%, 0) skew(45deg);
        transform: translate(-110%, 0) skew(45deg)
    }

    to {
        -moz-transform: translate(0, 0) skew(45deg);
        transform: translate(0, 0) skew(45deg)
    }
}

@-webkit-keyframes onHover {
    from {
        -webkit-transform: translate(-110%, 0) skew(45deg);
        transform: translate(-110%, 0) skew(45deg)
    }

    to {
        -webkit-transform: translate(0, 0) skew(45deg);
        transform: translate(0, 0) skew(45deg)
    }
}

@keyframes onHover {
    from {
        -moz-transform: translate(-110%, 0) skew(45deg);
        -ms-transform: translate(-110%, 0) skew(45deg);
        -webkit-transform: translate(-110%, 0) skew(45deg);
        transform: translate(-110%, 0) skew(45deg)
    }

    to {
        -moz-transform: translate(0, 0) skew(45deg);
        -ms-transform: translate(0, 0) skew(45deg);
        -webkit-transform: translate(0, 0) skew(45deg);
        transform: translate(0, 0) skew(45deg)
    }
}

@-moz-keyframes outHover {
    from {
        -moz-transform: translate(0, 0) skew(45deg);
        transform: translate(0, 0) skew(45deg)
    }

    to {
        -moz-transform: translate(110%, 0) skew(45deg);
        transform: translate(110%, 0) skew(45deg)
    }
}

@-webkit-keyframes outHover {
    from {
        -webkit-transform: translate(0, 0) skew(45deg);
        transform: translate(0, 0) skew(45deg)
    }

    to {
        -webkit-transform: translate(110%, 0) skew(45deg);
        transform: translate(110%, 0) skew(45deg)
    }
}

@keyframes outHover {
    from {
        -moz-transform: translate(0, 0) skew(45deg);
        -ms-transform: translate(0, 0) skew(45deg);
        -webkit-transform: translate(0, 0) skew(45deg);
        transform: translate(0, 0) skew(45deg)
    }

    to {
        -moz-transform: translate(110%, 0) skew(45deg);
        -ms-transform: translate(110%, 0) skew(45deg);
        -webkit-transform: translate(110%, 0) skew(45deg);
        transform: translate(110%, 0) skew(45deg)
    }
}

@media screen and (max-width: 360px){

.whatwedo-inner { padding: 22px; } 
.whatwedo-info .whatwedo-icon { width: 50px; height: 50px; padding: 8px; } 
.whatwedo-info h2 { font-size: 19px; }
.whatwedo-info p { font-size: 14px; line-height: 24px; } 
.read-more-btn .btn { padding: 6px 12px; min-width: 132px; font-size: 12px; line-height: 26px; } 
}

@media only screen and (max-width: 600px) {
    .whatwedo-main{width:100%;float:left;border-right: none;}
.whatwedo-section{padding: 24px 15px 15px 15px;}
.whatwedo-main:after{right: 0px;}
.whatwedo-info .whatwedo-icon{width:66px;height:66px;padding: 11px;}

}







/* <---------------------------------------------------- SECTION YOUTUBE ----------------------------------------------------------> */


.container.iframe-container iframe {
  width: 100%;
  height: 300px;
  margin-top:10px;
  margin-bottom:0;
}

/* <---------------------------------------------------- SECTION CONTACT NOW ----------------------------------------------------> */

/* section contact now */
.list-style-none ul li{list-style:none;}
section.intro .container .row .col-lg-5 .col-md-5 {
  padding-right: 2%;
}
section.contactnow .container-fluid .container .row{
  padding-bottom: 0%;
}

section.contactnow .container-fluid{
  background-image: url(images/bg-cta-2.jpg); height: auto; background-size: cover; background-position:center;
  box-shadow: 1000px 1000px 1000px 1000px #ffffff96 inset ;
}

.col-md-6.img-center {
  text-align: center;
}

section.contactnow h4 {
  text-align: justify;
    display: block;
    color: #183650;
    font-size: 34px;
    font-weight: 300;
    margin: 45px 0 45px;
    line-height: 42px;
}

section.contactnow img {
  object-fit: contain;
  width: 441px;
  height: 333px;
  padding-bottom: 0;
}
section.contactnow p{
  
  color: #333;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 5%;
    font-size: 16px;
}
section.contactnow a{
  text-align: justify;
  display: inline-block;
}
section.contactnow .col-md-6.text-left {
  /* padding-top: 60px !important;
  padding-right: 0px !important;
  padding-bottom: 60px !important;
*/
display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}
section.contactnow button {
  font-weight: 400;
  padding: 15px 40px;
  border: 2px solid #34ccff;
  color: #fff;
  background-color: #34ccff;
  border-radius: 50px;
  background: #34ccff;
  border-color: #34ccff;
  /* border-width: 2px; */
}
section.contactnow button:hover {
  border-width: 2px solid #34ccff;
  color: black !important;
  background-color: #34ccff00;
}
section.contactnow button a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-right: 8px;
}
section.contactnow button a:hover {
  color: black !important;
  background-color: #34ccff00;
}

/* swiper js carousel */

/* section testimonial */
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
  padding: 0px 0px 30px;
}
.swiper-landing-page {
  padding: 0px 30px 0px 20px!important;
  background-color: #fff;
  width: 80%;
  height: 100%;
  margin: 0px 0px!important;
}

/* .swiper {
  padding: 20px 30px;
background-color: #fff;
  width: 80%;
  height: 100%;
} */

section.testimonial  {
 
  background-image: url(images/testimonial-img-bg2.jpg);
  object-fit: cover;
  /* background-position: 60%; */
  background-repeat: no-repeat;
  height: auto;
  background-size: cover;
  padding:45px 0px;
}

.swiper img {
  height: 40px;
  text-align: center;
  justify-content: center;
  width: 40px;
}
.swiper .div.text-center {
  background-color: white;
}

.swiper-slide .quote {
  /* padding: 20px 0px 0px; */
  line-height: 50px;
  color: #45d0ff;
}

.swiper-slide {
  line-height: 20px;
  display: inline-block !important;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide p {
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 500;
  margin: 0px;
  padding: 10px 40px;
  display: inline-block !important;
  text-align: center;


}
.swiper-slide h6 {
  color: #404040;
  margin: 0 0 0px;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 20px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* <---------------------------------------------------- SECTION BRANDS ----------------------------------------------------> */


.container.brandicons {
  cursor: pointer;
  display: flex;
    text-align: center;
    height: 150px;
    align-items: center;

}

.filtered:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.filtered {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.container.brandicons img {
  transform-style: preserve-3d;
  transition: all 0.3s ease;
  display: block;
  max-width: 60%;
  height: auto;
 
}

/* section requestquote  */
section.requestquote .col-md-6.form-bg h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 200;
}
section.requestquote {
    padding:0px;
    background-color: #f7f7f7;
}
section.requestquote .icon{
    padding:12px 0px;
   
}
section.requestquote .title{
  padding: 11px;
  font-weight: 200;
  color: #183650
   
}

section.requestquote button {
  padding: 10px 27px;
  border: 2px solid #34ccff;
  color: #fff;
  background-color: transparent;
  border-radius: 50px;
  /* background: #34ccff; */
  border-color: #34ccff;
  /* border-width: 2px; */
}
section.requestquote button:hover {
  border-width: 2px solid #34ccff;
  color: white !important;
  background-color: #34ccff;
}
section.requestquote button a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-right: 8px;
}
section.requestquote button a:hover {
  color: black !important;
  background-color: #34ccff00;
}
section.requestquote .col-md-6.form-list {
  line-height: 25px;
}
section.requestquote .form-button {
  padding: 25px 0px;
}
.form-bg {
  line-height: 25px;
  color: white;
  padding: 50px 30px 25px!important;
  background-color: #183650;
}
.IndexForm{
  padding-top: 50px;
  padding-bottom: 50px;
}
.whatsspecial .icon img {
  width: 90%;
}
.whats-special .title {
  font-weight: 400;
  line-height: 24px;
}
.col-md-6.whats-special h2 {
  color: #183650;
    font-size: 36px;
    margin: 50px 0 3px;
    line-height: 42px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-bottom:20px
}

section.requestquote .container .row .whats-special p{
  font-size: 16px;
  color: #333;
  padding-bottom:10px;
}
.col-md-6.whats-special p {
  line-height: 26px;
}
.col-md-6.whats-special  {
 padding: 45px;
}
.icon img {
  width: 80%;
}
.col-md-6.servicesicon-text {
    padding: 10px;
    display: inline-flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: center;
    align-items: center;
}

/* <---------------------------------------------------- SECTION FOOTER ----------------------------------------------------> */

.col-md-3.footer-links a li:hover {
  
  transition: ease-in-out 0.1s;
  color: #34ccff;
}
.div-head.para-head-space h6 {
  padding: 20px 0px;
}
.footer-links {
    padding: 0px 30px;
}

.footer-links a {
    display: -webkit-box;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
}

.footer-links a span {
    display: contents;
}

section.footer li {
    color:#fff;
  display: block;
  padding: 6px 2px;
} 
/*.div-para a{*/
/*  font-size: 14px;*/
/*  color: #0d6efd;*/
/*  font-weight:600;*/
/*}*/

.div-para p{color:#fff;}
.footer a {
    text-decoration: none;
    /*color: #484444 !important;*/
}
.footer-links i {
  padding-right: 5px;
  padding-top: 7px;
}

.footer .footer-links a {
    color: #fff !important;
}
.footer .footer-links a {
    overflow-wrap: anywhere;
}

section.foooter .footer-links a {color:#fff!important;}

i.fa-solid.fa-location-dot {
  padding-right: 16px;
}

section.footer .container-fluid {
    padding: 45px 0px 22px;
    color: #000;
    background-color: #183650;
}
section.footer .r1 img.img-responsive {
        width: 130px;
        
    margin-top: 0px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
}
/*section.footer .r1 img.img-responsive {*/
/*    width: 80%;*/
/*}*/
.col-md-3.socialmedia-icon img {
  width: 100%;
  opacity: 0.5;
}
.col-md-3.socialmedia-icon img:hover {
  width: 40%;
  opacity: 1;
}
section.footer h6 {
  position: relative;
  color: #fff;
  opacity: .7;
  margin: 0 0 27px;
  font-weight: 600;
  font-size: 1rem;
}
section.footer p {
  opacity: 0.7;
  font-size: 14px;
  padding-right: 4%;
  padding-top: 8%;
  line-height: 26px;
  color: #fff;
    text-decoration: none !important;
    font-weight: 400;
    transition: all 0.3s ease;
}
section.footer.para-head-space {
    line-height: 22px;
    padding: 20px 0px;
    font-size: 14px;
    font-weight: 300;
}
section.footer ul{
   opacity: 0.7;
   padding-top: 3px;
   padding-left:0px;
   line-height: 21px;
   list-style: none;
   font-size: 14px;
   font-weight: 400;
}
.socialmedia-icon{
  -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.socialmedia-icon:hover{
  -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.socialmedia-icon img{
  transform-style: preserve-3d;
    transition: all 0.3s ease;
}
section.footer form button {
  color: #79d5ff;
  border: 0px;
  background: transparent;
  padding: 0px 0px;
}
section.footer form input[type="text"] {
  padding: 10px 30px;
}
.fa-brands, .fab {
  font-size: 20px;
  font-weight: 400;
}
/* .socialmedia-icon img {
  transform-style: preserve-3d;
  transition: all 0.3s ease;
  width: 50%;
} */
.socialmedia-icon {
  width: 15%;
  padding: 0px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  margin: 0px;
}
.icon{
display: flex;
}
.col-md-12.c-1 p {
  margin: -12px!important;
  padding: 0px 0px;
  text-align:center;
}

button.email-button-absolute {
position: absolute;
    font-size: 18px;
    left: 30px;
    right: 918px;
    margin-top: 10px;
}


.form-select{
    border-radius:2px !important;
    font-size:14px !important;
}

.form-control{
    border-radius:2px !important;
    font-size:14px !important;
}


/* <---------------------------------------------------- OTHER PAGES CSS ----------------------------------------------------> */



/* <---------------------------------------------------- ABOUST US CSS ----------------------------------------------------> */
/* section header */


li.nav-item.dropdown.office {
  background-color: #3aa7dc;
  margin-top:-3px;
}


div#navbarNavDropdown {
  justify-content: end;
}

#header:before {
  content: "";
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 54, 80, 0.35);
}
#header {
  background-image: url(images/header_bg_13.jpg);
  background-repeat: no-repeat;
  object-position: 100%;
  object-fit: contain;
  background-size:cover;
      padding: 2px 0px;
}
#header .page_title h1 {
  text-transform: capitalize;
  margin: 0;
  color: #183650;
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 57px 0;
}

/* section intro */

section.intro h2 {
    text-transform: capitalize;
  color: #183650;
    font-weight: 300;
    font-size: 36px;
    margin: 30px 0 16px;
    line-height: 42px;
    letter-spacing: 0px;
    padding-bottom: 0;
}


section.abt_intro h2{
    text-transform: capitalize;
  color: #183650;
    font-weight: 300;
    font-size: 36px;
    margin: 35px 0 16px;
    line-height: 42px;
    letter-spacing: 0px;
    padding-bottom: 0;
}

section.abt_intro {
    margin-bottom: 10px;
}
section.intro .whoarewe p {
  margin: 0 0 26px;
    line-height: 26px;
    margin-top: 0;
    font-size: 14px;
    color: #333;
    padding-right: 5%;
    text-align: justify;
}



section.abt_intro .whoarewe p {
  margin: 0 0 26px;
    line-height: 26px;
    margin-top: 0;
    font-size: 14px;
    color: #333;
    text-align: justify;
}




section.intro .container.aboutus-img img {
  padding: 100px 16px;
    width: 100%;
}
.aboutus-img .img-responsive img{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


section.abt_intro .aboutus-img img {
  padding: 100px 0;
    width: 100%;
}


.fake-div {
  display: inline-flex;
  width: 100%;
  height: 60px;
  position: relative;
}
/*h2:before {
  /* margin-top: 30px; 
  content: "";
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: block;
  border-radius: 2px;
  margin-bottom: 35px;
 
}*/

.sec-heading h2:before{
    margin-left:47%;
} 

.h2,
h2 {
  color: #183650;
  font-size: 36px;
  margin: 0 0 9px;;
  line-height: 32px;
  font-weight: 200;
  text-transform: capitalize;
  letter-spacing: 0;
  padding-top: 0%;
    padding-bottom: 0%;
}
.contact-media {
  padding-bottom: 5%;
}
section.ourmission .container .row .col-md-6 li {
  font-size: 16px;
    font-weight: 200;
    color: #333;
    padding-right: 7%;
    text-align: justify;
}

/* section ourmission */
section.ourmission ul {
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 1rem;
  color: black;
  font-size: 18px;
}

section.ourmission {
  padding: 45px 0px;
}

/* section testimonial */
.swiper-slide .quote {
  /* padding: 20px 0px 0px; */
  line-height: 50px;
  color: #45d0ff;
}
.swiper-slide p {
  color: #333;
    font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 300;
  margin: 0px;
  padding: 20px;
  line-height: 30px;
  display: inline-block !important;
  text-align: center;

  /* background: #fff;
      display: flex;
      justify-content: center;
      align-items: center; */
}

.swiper-slide h6 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #183650;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.swiper-slide {
  line-height: 20px;
  display: inline-block !important;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper img {
  height: 40px;
  text-align: center;
  justify-content: center;
  width: 40px;
}

/* Mision-boxes Section*/

.ourmission_section{
    padding: 45px 0px;
    background-color: #f7f7f7;
}

.mission_boxex{
    -moz-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -2 4px 15px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.06);
    padding: 30px 20px 20px;
    height: 330px;
    text-align:center;
    background-color: white;
}
.mission_boxex img{
    margin-bottom: 25px;
}

.mission_boxex h5{
    text-align: center;
    font-size: 25px;
    font-weight: 500!important;
    padding-bottom: 20px;
    color:#183650;
}

.mission_boxex p{
    font-size: 14px;
    line-height: 26px;
}

.ourmission h2{
    text-align:center;
    padding:0px;
    padding-bottom:15px;
}


.ourmission h2:before{
    margin-left:48%;
}





.position {
  color: #333;
    font-size: 16px;
    font-weight: 300;
  padding: 0px 0px 30px 0px;
}

/* partner */
.swiper2 {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 80%;
  height: 100%;
  object-fit: cover;
}

/*      <-------------------------------------- TEAM CSS -------------------------------------------------------->      */

.team h2:before{
  content: "";
  border-bottom: 3px solid #34ccff;
  width: 50px;
  display: none;
  margin-bottom: 33px;
  border-radius: 2px;
  margin-bottom: 35px;
}

/*      <-------------------------------------- SERVICES CSS -------------------------------------------------------->      */
.div-btn-ccs span {
    margin-right: 20px;
    font-size: 20px;
    font-weight: 300;
}
.custom-btn a:hover {text-align: center; text-decoration: none; color: #fff;}
.custom-btn a {text-align: center; text-decoration: none; color: #fff;}

.custom-btn {
      width: 160px;
    height: 46px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

/* 11 */
.btn-11 {
  border: none;
  background: rgb(251,33,117);
    background: linear-gradient(122deg, rgb(33 138 251) 0%, rgb(23 200 209) 100%);
    color: #fff;
    overflow: hidden;
}
.btn-11:hover {
    text-decoration: none;
    color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
  opacity: .7;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}




/*      <-------------------------------------- SERVICES CSS -------------------------------------------------------->      */
/*section.Service-atyaf {
  padding-top: 7%;
  padding-bottom: 7%;
  background-color: #f4f4f4;
}
/*.Service-atyaf .col-lg-6 .service-address img{
  border-radius: 25%;
    width: 157px;
    height: 128px;
}*/

/*.Service-atyaf .col-lg-6 .service-address .services-title{
  color: #183650;
    font-size: 25px;
    font-weight: 300;
    padding-top: 35px;
    padding-bottom: 25px;
}*/
/*.Service-atyaf .col-lg-6 .service-address .services-para{
  color: #333;
  font-size: 25px;
  font-weight: 200;
  text-align: justify;
  line-height: 25px;
}*/

/*.service-data{
  color: black;
  box-sizing: border-box;
  padding-top: 25px;
  padding-right: 10px;
  border-right: 4px solid #0d6efd;
}

.service-dt1 .img{
  height: 300px;
  width: 200px;
  object-fit: cover;
  margin-top: -30px;
  margin-bottom: 25px;
  transition: 0.5s all ease-in-out;
  padding-left: 10px;
}

.service-data{
  margin-top: 50px;
  background-color: white;
  padding: 0px 10px;
  line-height: 25px;
  font-size: 15px;
}


/*.service-data .section-title{
  font-size: 15px;
}*/

/*.service-dt1 {
  width: 300px;
  overflow: hidden;
  margin-top: -30px;
}*/


/*.service-dt1:hover .img {
  transform: scale(1.1);
}*/


/*.service-address {
  padding: 7%;
  background-color: white;
    box-shadow: 3px 3px 50px rgb(0 0 0 / 8%);
}
.service-address-2 {
 padding: 10%;
  background-color: white;
    box-shadow: 3px 3px 50px rgb(0 0 0 / 8%);
}
.service-address-3 {
  padding: 10%;
  background-color: white;
    box-shadow: 3px 3px 50px rgb(0 0 0 / 4%);
}
*/

/*.services_atf {
  background-color: #f4f4f4;
  padding-top:50px;
  padding-bottom: 30px;
}

.serv_data {
  margin-bottom: 25px;
  display: block;
  background-color: white;
}

.imgg img {
  display: block;
  height: auto;
  max-width: 100%;
}

.contnt {
  border: 1px solid #e6e6e6;
  padding: 30px;
  font-size: 14px;
  line-height: 24px;
}

.contnt p {
  font-size: 14px;
  margin: 0 0 20px;
  letter-spacing: 0.04em;
  font-family: "Poppins", sans-serif;
}

.contnt .serv_hd{
    font-size: 20px;
  margin: 0 0 20px;
  letter-spacing: 0.04em;
  font-family: "Poppins", sans-serif;
  color:#183650;
}*/


section.expertise-page {
  padding-bottom: 0;
  margin-bottom:50px;
}

.page-content {
  width: 100%;
  float: left;
  padding: 65px 0px 75px 0px;
}

.middle-section {
  width: 100%;
  float: left;
  background-color:#fff;
}

.case-study-list {
  width: 100%;
  float: left;
  padding: 0px 0 0px 0;
}

.case-study-container {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 100px;
}

.case-study-thumb {
  width: 100%;
  max-width: 700px;
  float: left;
  background-color: #007aff !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 600px;
}

.case-study-detail {
  width: 100%;
  max-width: 560px;
  position: absolute;
  right: 0;
  top: 50%;
  padding: 50px 50px 50px 50px;
  background: rgba(255, 255, 255, 0.9);
  border-left: 5px solid #007aff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  font-size:16px;
  line-height:28px;
}
.case-study-detail h2 {
  font-size: 38px;
  line-height: 46px;
  margin: 0px 0 18px 0;
  font-weight: 500;
  letter-spacing: normal;
  padding:0;
}

.case-study-detail p {
  float: none;
  margin: 0 0 22px 0;
  padding: 0;
  font-size:16px;
  line-height:28px;
}

.case-study-container.even .case-study-thumb {
  float: right;
}

.case-study-container.even .case-study-detail {
  left: 0;
  right: auto;
}

.case-study-container .case-study-detail:hover:before {
  height: 100%;
}

.case-study-container .case-study-detail:before {
  width: 5px;
  background: #183650;
  height: 0;
  content: "";
  left: -5px;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.case-study-detail h2:before{
    border-bottom:none;
}





section.team {
    padding: 45px 0px;
}
section.team .team .col-lg-12.col-md-6.col-sm-6.col-xs-12.text-center h2 {
    margin: 20px 0px;
}

section.team .col-md-4.img-box.text-center img {
  width: 50%;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 1px rgb(224 224 224);
}
section.team .col-md-4.img-box.text-center .title h3 {
    padding:20px 0px 10px;
color: rgb(0 0 0);
  font-size: 24px!important;
}
section.team .col-md-4.img-box.text-center .title p {
  font-size: 16px!important;
  font-weight: 400;
  font-style: normal!important;
}

/*      <-------------------------------------- CONTACT-US CSS -------------------------------------------------------->      */
section.Contact-Us h1{
  display: flex;
  font-size: 38px;
  line-height: 48px;
  color: #3C368C;
  text-align: center;
  padding-left: 42%;
  font-weight: 600;
  padding-top: 2%;
  padding-bottom: 0;
}
section.Contact-Us p{
  display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center!important;
    background-color: #ffffff;
    color: #707070;
    font-size: 16px;
    line-height: 31px;
   padding-bottom: 2%;
    position: relative;
    overflow-x: hidden;
  
}
.Contact-Us{
  padding: 21px 0 30px;
}
.contact-address {
  box-shadow: 0px 8px 17px rgb(70 70 70 / 13%);
  padding: 30px 0 35px;
  margin-bottom: 40px;
  height:250px;
}
.contact-address img {
  margin-bottom: 20px;
}
 section.Contact-Us a{
     color: #707070;
    text-decoration: none;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
}
.Get-touch h1{
  font-size: 38px;
  color: #183650;
  font-weight: 600;
}
.Get-touch p{
  display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-align: center!important;
    background-color: #ffffff;
    color: #707070;
    font-size: 16px;
    line-height: 31px;
   padding-bottom: 2%;
    position: relative;
    overflow-x: hidden;
}

.Get-touch .ContactForm .Single-field input {
  border-radius: 11px;
  box-shadow: none;
  height: 46px;
  border: 1px solid #ced4da;
  margin-bottom: 30px;
  padding: 20px 19px;
  width: 40%;
  background-color: #ffffff;
  border-radius: 5px;
}
.Get-touch .ContactForm {
  text-align: center;
  margin-bottom:45px;
}
#f2 {
  padding-left: 2%;
}
#f4 {
  padding-left: 2%;
}
.Get-touch .ContactForm .form-control{
  border-radius: 11px;
  box-shadow: none;
  height: 203px;
  border: 1px solid #ced4da;
  margin-bottom: 30px;
  padding: 10px 6px;
  width: 90%;
  background-color: #ffffff;
  border-radius: 5px;
}
#f5 {
  padding-left: 9%;
}
button.buttonfx.angleindouble.color-1 {
  border: none;
}
.angleindouble.color-1 {
  background-color: #34ccff;
  color: #ffffff;
  cursor: pointer;
  padding-bottom: 1%;
    padding-top: 1%;
    border-radius:50px;
}
.buttonfx {
  background: transparent;
  padding: 10px 32px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 0.5s;
  font-size: 14px;
}
.Contact-submit {
  text-align: left;
  align-items: start;
}

/*------------------social media contact part start---------------------*/

.contact-media .cm-box i {
  display: block;
  font-size: 28px;
  margin-bottom: 20px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.contact-media .cm-box {
    border: 1px solid #dadada;
    border-radius: 5px;
    color: #2f2f35!important;
    display: block;
    font-size: 16px;
  font-weight: 500;
  line-height: .8;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 30px 15px;
}

.contact-media .cm-box:hover {
  background-color: #399fed;
  color: #fff!important;
}
.contact-media .cm-box:hover i {
  color: #fff!important;
}
.contact-media .cm-box i[class*="facebook"] {
  color: #3b5999;
}
/* .contact-media .cm-box i[class*="facebook"]:hover {
  color: #fff;
} */
.contact-media .cm-box i[class*="twitter"] {
  color: #1da1f2;
}
.contact-media .cm-box i[class*="instagram"] {
  color: #316d8c;
}
.contact-media .cm-box i[class*="vimeo"] {
  color: #1ab7ea;
}
.contact-media .cm-box i[class*="youtube"] {
  color: #eb1d1d;
}
.contact-media .cm-box i[class*="linkedin"] {
  color: #0077b5;
}



body .navBulletsWrapper div:nth-child(1) {
    background-image: url(http://atyafalmajd.com/test/images/truck.png) !important;
    background-size: 30% !important;
    border-bottom: 2px solid transparent;
    background-position: center !important;
}



body .navBulletsWrapper div:nth-child(2) {
    background-image: url(http://atyafalmajd.com/test/images/plane.png) !important;
    background-size: 25% !important;
    border-bottom: 2px solid transparent;
    background-position: center !important;
}

body .navBulletsWrapper div:nth-child(3) {
    background-image: url(http://atyafalmajd.com/test/images/ship.png) !important;
    background-size: 25% !important;
    border-bottom:2px solid transparent;
    background-position: center !important;
}

body .navBulletsWrapper div:nth-child(4) {
    background-image: url(http://atyafalmajd.com/test/images/home.png) !important;
    background-size: 25% !important;
    border-bottom: 2px solid transparent;
    background-position: center !important;
}

.navBulletsWrapper div:hover:nth-child(1) {
    border-bottom: 2px solid #fff !important;
}
.navBulletsWrapper div:hover:nth-child(2) {
    border-bottom: 2px solid #fff !important;
}
.navBulletsWrapper div:hover:nth-child(3) {
    border-bottom: 2px solid #fff !important;
}
.navBulletsWrapper div:hover:nth-child(4) {
    border-bottom: 2px solid #fff !important;
}

section.banner_bottom_section {
    background: #183650;
    padding: 20px 10px;
}

.banner_btm_box p {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    cursor: pointer;
}

.mc-caption {
    display: none;
}


/*service section*/
.section-title h2 {
  font-size: 36px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-bottom: 20px;
    position: relative;
    color: #183650;
    padding-top: 6%;
}
.service .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}
.pic img {
  width: 180px;
  height: 160px;
  border-radius: 100%;
}

.service .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.service .member .pic img {
  transition: ease-in-out 0.3s;
}

.service .member:hover {
  transform: translateY(-10px);
}

t.eam .member .member-info {
  padding-left: 30px;
}

.service .member h4 {
  font-weight: 200;
  margin-bottom: 44px;
  font-size: 27px;
  color: #183650;
  padding-left: 11%;
}

.service .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.service .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.service .member p {
  margin: 0px 0 0 0;
  font-size: 14px;
  padding-left: 11%;
}

.service .member .social {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10%;
}

.service .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.service .member .social a i {
  color: #183650;
  font-size: 16px;
  margin: 0 2px;
}

.service .member .social a:hover {
  background: #47b2e4;
}

.service .member .social a:hover i {
  color: #fff;
}

.service .member .social a+a {
  margin-left: 8px;
}
/*---------------------TEAM SECTION-----------------------*/
/*@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);*/

.members {
    color: #8d97ad;
    font-weight: 300;
}

.members h1,
.members h2,
.members h3,
.members h4,
.members h5,
.members h6 {
    padding-top: 4%;
    text-transform: uppercase;
    color: #183650;
    font-weight: 300;
    font-size: 36px;
}

.members .font-weight-medium {
    font-weight: 500;
}

.members .bg-light {
    background-color: #f4f8fa !important;
}

.members .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.members .pro-pic {
    min-height: 200px;
}

.members .pro-pic .card-img-overlay ul {
    top: 50%;
}

.members .pro-pic .card-img-overlay ul li a {
    -webkit-transition: 0.1s ease-in;
    -o-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
}

.members .pro-pic .card-img-overlay ul li a:hover {
    -webkit-transform: translate3d(0px, -5px, 0px);
    transform: translate3d(0px, -5px, 0px);
}

.members .pro-pic:hover .card-img-overlay {
    display: block;
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoJoomla:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}


#service .container .row .member-info{
  text-align: left;
  width: 75%;
}

.service .row h2 {
  color: #183650;
    font-size: 36px;
  padding-bottom: 2%;
  font-weight: 200;
  padding-top: 4%;
  justify-items: center;
  padding-left: 26%;
}
.members .container .row .lead{
  font-size: 14px;
  font-weight: 200;
  color: #808080;
}
.members .container .row .col-md-7 h6{
  color: #183650;
    font-size: 36px;
    font-weight: 200;
}
.members .container .row .col-md-7 p{
  font-size: 14px;
    font-weight: 200;
    color: #808080;
    text-align: justify;
    padding-left: 16%;
    padding-top: 1%;
}
.service .row {
  padding-left: 0%;
  padding-bottom: 5%;
}
.service .row h4{
 font-size: 25px;
    color: #183650;
    font-weight: 300;
    padding-left: 6%;
}
.service .row p {
  color: #808080;
    font-size: 14px;
    padding-left: 6%;
    text-align: justify;
    padding-top: 5%;
    line-height: 1rem;
    padding-right: 7%;
}
/*------------------------ Index Team -----------------------*/
section.index-team{
  padding:45px 0px;
}
section.index-team h1{
  font-size: 36px;
    color: #183650;
    text-align: center;
    padding-bottom: 20px;
}
section.index-team p{
  font-size: 16px;
  color:#333;
  line-height: 24px;
  text-align: center;
  padding-bottom: 15px;
}
section.index-team .our-team{
  border: 1px solid #d3d3d3;
  position: relative;
  overflow: hidden;
  text-align: left;
  align-items: left;
}


.team_nm h6{
    text-align:center;
    padding-top:10px;
    border-bottom:#007aff;
}



.our-team:before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.our-team:hover:before{
  background: rgba(0,0,0,0.7);
}
.our-team img{
  width: 100%;
  height: auto;
}
.our-team .team-content{
  width: 100%;
    height: 100%;
    position: absolute;
    top: 9px;
    left: -100%;
    padding: 29px 20px;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team-content{
  left:0;
}
.our-team .team-title{
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}
.teamSocial a{
  text-decoration: none;
  color: #fff;
  width: 10%;
  text-align: left;
    padding: 0px;
}
.teamSocial .fa-brands {
  padding: 0px;
    padding-left: 10px;
    font-size: 20px;
    width: 50px;
    text-align: left;
    text-decoration: none;
    margin: -35px -9px;
    padding-top: 16%;
}
.our-team .post{
  font-size: 14px;
  color: #ff928a;
}
.our-team .post:after{
  content: "";
  display: block;
  width: 20%;
  border-bottom: 1px solid #fff;
  margin: 15px 0 20px;
}
.our-team .description{
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: left;
  justify-content: left;
}
.our-team .read{
  width: 0;
  height: 0;
  border-width: 30px;
  border-style: solid;
  border-color: transparent #34ccff #34ccff transparent;
  position: absolute;
  bottom: 0;
  right: -100%;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.our-team:hover .read{
  right: 0;
}
.our-team .read i{
  position: relative;
  top: 2px;
  left: 6px;
}
@media only screen and (max-width: 990px) {
  .our-team{ margin-bottom: 20px; }
}


/*--------------New team section Css--------------*/

.tm_head {
  margin: 45px 0;
}

.teaam .tm_mmbr {
  position: relative;
  box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
  background: #fff;
  margin-bottom: 45px;
  padding: 40px;
}

.teaam .tm_mmbr .img_prts {
  padding: 0 30px 0 0;
}

.img_prts img {
  max-width: 100%;
  height: auto;
}

.teaam .tm_mmbr .tm_info {
  position: relative;
}

.teaam .tm_mmbr .tm_info .tm_designation {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: #3aa7dc;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: block;
}

.teaam .tm_mmbr .tm_info .ttle {
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
  color: #333;
}

.teaam .tm_mmbr .tm_info .srt_dsc {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 25px;
}

.prs_info {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.teaam .tm_mmbr .tm_info .sc_md_info .prs_info li span i:before {
  font-size: 16px;
  color: #666666;
  margin-right: 18px;
  position: relative;
  top: 2px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}

.teaam .tm_mmbr .tm_info .sc_md_info .prs_info a {
  color: #555;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}


.sc_info i{
    background-color:#183650;
    width:37px;
    height:37px;
    line-height:38px;
    color:#fff;
    border-radius:25px;
    padding-left:11px;
}


.teaam .tm_mmbr .tm_info .sc_md_info .prs_info li {
  margin: 5px 0 10px;
  padding: 0;
  display: block;
}

.teaam .tm_mmbr .tm_info .sc_md_info .sc_info {
  margin-top: 15px;
  padding-left:0;
}

.teaam .tm_mmbr .tm_info .sc_md_info .sc_info li {
  display: inline-block;
  margin-right: 5px;
}







/*---------------------End Index Team----------------------*/

@media (max-width:767px){
    .for-nav{
        top:0;
      position: relative!important;  
    }
section.header .navbar .container a.navbar-brand img{position: absolute;
    background: white;
    width: 100px;
    padding: 4px;
    height: 100px !important;
     top: 0px; 
    right: auto;
    height: auto;
    margin-left:0px;
    left: auto;
    
}
    #header .page_title h1{    font-size: 24px;
    padding-top: 75px;
    padding-bottom: 30px;}
    
    .navbar-toggler:focus{box-shadow:none;}
    .mt-25 {margin-top: 25px!important;}
    
.top-title h2 {font-size: 24px!important;}
section.intro h2{margin: 0 0 10px!important;}
.intro {margin: 30px 0px;}
section.intro p {font-size: 14px;}
.goog-te-gadget .goog-te-combo{font-size: 12px;} 
.content-right a.nav-link {padding: 8px 2px 6px 4px;}
.top-bar-section .eml_tp_br {padding: 10px 0px!important;margin-left: -5px!important;}
.whatwedo-main {height: auto!important; margin: 0 0 10px 0;}
div#counter{padding: 0 0 25px 0px;}
.counter-value{padding: 0; font-size: 26px; line-height: 27px; padding-top: 16px;}
section.counter img{width: 40px;}
#counter .title{font-size: 14px;}
.contain-counter.img-align{display: flex; justify-content: center;}
section.contactnow p{font-size:14px!important;}
section.contactnow h4{margin:0 0 25px 0!important; font-size:22px!important;line-height: 30px!important;}
section.contactnow button{padding: 7px 15px!important;font-size: 12px!important;}
section.contactnow .container-fluid{padding:30px 0 30px 0!important;}
section.index-team {padding: 30px 0px!important;}
section.index-team p{text-align: left!important; padding: 0 12px 0px 12px!important; font-size: 14px!important;}
section.index-team h1 {font-size: 28px!important;padding-bottom: 15px!important;}
.our-team {margin-bottom: 0px!important;}
.team_nm h6 { padding: 15px 0 25px 0!important; font-size: 18px!important;}
.servicesicon-text {display: flex!important; align-items: stretch!important;}
section.requestquote .form-button {padding: 25px 0 0 0px;}
section.requestquote .icon {padding: 12px 10px;}
.icon img {width: 58px;}
.swiper-slide p{padding:0 15px!important;font-size:14px!important;}
.swiper-landing-page{width:100%!important;padding:0!important;}
.whatwedo-main h2{font-size:16px!important;}
.counter-center{
    margin: 0 0 15px 0;
        text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}
section.ourmission {padding: 35px 0 35px 0px!important;}
.ourmission h2{padding-bottom:30px!important;}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
  padding: 0px 0px 10px!important;
}
.form-bg{background-color: #fff;margin: 0px 0px 0px 0px !important; padding: 30px 15px!important;}
.form-bg h2{margin-bottom: 20px; font-size: 22px!important; color:#000!important;}
section.requestquote .form-list {line-height: 15px!important;}
section.requestquote button{font-size: 12px; color:#000!important; padding: 7px 14px;}
.whats-special {padding:30px 15px 25px 15px!important;}
.whats-special h2{font-size: 22px!important; margin:0!important; padding-bottom: 10px!important;}
section.requestquote .container .row .whats-special p{font-size:14px!important;padding-bottom: 0px!important;}
.servicesicon-text {
    display: flex!important;
    flex-direction: column!important;
}
.iframe-container {padding: 0!important;}
.navbar-light .navbar-nav .nav-link{color: rgba(0, 0, 0, 0.9)!important; padding: 10px 0px 9px 10px!important;}
.container.iframe-container iframe{height: auto!important;}
section.footer .r1 img.img-responsive {width: 100px!important; height: 100px!important; margin-top: 0;}
section.footer h6{margin:0 0 7px!important;}
.pad-top-0{padding-top: 0!important;}
.pad-bottom-0 {padding-bottom: 0!important;}
.c-1 p {font-size: 12px!important; margin: 0;}
button.navbar-toggler{box-shadow: none!important;}
.wt_section-title h2{line-height: 20px!important; padding: 0 0 15px 0px!important;}
section.footer .container-fluid{padding: 30px 0px;}
.whatwedo-section:after{top:0!important;}


/*about-us*/

section.abt_intro h2{font-size: 28px; margin: 30px 0 16px;}
section.abt_intro .container.aboutus-img img {padding: 0;}
section.abt_intro .whoarewe p{padding-right: 0;}
.mission_boxex{padding: 20px; margin: 0 0 10px}
section.abt_intro {padding: 0 0 30px 0; margin-bottom: 0px;}
.ourmission_section {padding: 30px 0px;}
section.abt_intro .aboutus-img img {
  padding: 0px 0;
    width: 100%;
}

/*team*/
.teaam .tm_mmbr{margin-bottom:0; padding:20px 0!important;}
.teaam .tm_mmbr .tm_info .ttle {font-size: 22px; padding: 15px 0 8px;}
.teaam .tm_mmbr .tm_info .srt_dsc {font-size: 14px;margin-bottom: 15px;}
.teaam .tm_mmbr .tm_info .tm_designation {line-height: 24px;padding-bottom: 8px;}
ul.prs_info li {font-size: 14px;}
.teaam .tm_mmbr .img_prts {padding: 0;}
.tm_head {margin:0; padding:0;}
.teaam .tm_mmbr .tm_info .sc_md_info .sc_info {
    margin-bottom: 0;
}

/*@media (max-width:1200px) and (min-width:992px){*/
  
/*}*/


.tm_mmbr:nth-of-type(4) {
    padding: 10px 0 30px 0!important;
}

/*contact*/
.contact-address {
    box-shadow: 0px 8px 17px rgb(70 70 70 / 13%);
    padding: 30px 0 30px;
    margin-bottom: 10px;
    height: 230px;
}
.Get-touch h1 {font-size: 28px;}
.Get-touch p {margin: 10px 0 0!important; font-size: 13px; padding: 0 10px 15px!important;}
.Get-touch .ContactForm .form-control{height: auto!important; margin-bottom: 20px!important;width: 100%;}
.Get-touch .ContactForm .Single-field input{font-size: 14px!important; height: 24px!important; border: 1px solid #ced4da; margin-bottom: 15px!important; padding: 20px 12px!important; width: 48%!important;}
#f5 {padding-left: 0;}
.Get-touch .ContactForm { text-align: center!important; margin-bottom: 35px!important;}
.angleindouble.color-1{padding-bottom: 2%!important; padding-top: 2%!important;}

/*service*/
.page-content{padding: 35px 0px 0px 0px;}
.case-study-container{margin-bottom: 30px;}
.case-study-thumb{height: 266px;}
.case-study-detail{padding: 12px 20px;height: 268px;}
.case-study-detail h2{font-size: 24px;line-height: 30px; margin: 10px 0 5px 0;}
.case-study-detail p {margin: 0 0 10px 0; padding: 0;font-size: 14px; }
.case-study-detail ol li {font-size: 14px;}

}

@media (max-width:991px) and (min-width:768px){
    .contact_list{
        height: 285px !important;
        overflow-wrap: break-word;
        padding: 26px 12px 0px 22px!important;
    }
    /*banner*/
    #slider .navBulletsWrapper div {
    width: 11%!Important;}
    #slider .navBulletsWrapper{margin-left: 11px!important;}
    
    /*home*/
    button.navbar-toggler{box-shadow: none!important;}
    
    .logo img {
    position: absolute !important;
    width: 85px;
    background: #fff;
    height: 85px;
    padding: 5px;
    top: 50px;
    z-index: 99;
}
.carousel-caption.d-none.d-md-block {
    /* background: #364f6f8a; */
    background: rgb(23 40 56 / 67%);
    width: 59%;
    text-align: left;
    top: 17%;
    left: 104px;
    padding: 24px 45px 0 30px;
    height: 231px;
    vertical-align: middle;
}
.carousel-caption h1 {
    padding: 30px 0 8px;
    font-size: 30px;
    font-weight: 300;
}
.rs-loader {
    top: 32px;
    left: 35px;
    position: absolute;
}
    .navbar-light .navbar-nav .nav-link{padding:14px 0px 14px 5px!important;}
    .container{max-width:100%!important;}
    .intro {margin: 30px 0px;}
    section.intro h2{font-size: 30px; margin: 15px 0 15px;}
    .container.iframe-container iframe{height: auto; margin-top: 100px;}
    .mt-25 {margin: 25px 0 0!important;}
    .whatwedo-section:after{height: 100%; top:0px;}
    .whatwedo-main:last-child {border-right: 6px solid #fff;}
    .iframe-container{padding:0!important;}
    .whatwedo-section{padding: 0 15px;}
    .whatwedo-main {margin: 3px 0px!important; width: 50%;}
    .titleset {position: absolute; left: 17px; bottom: 0;}
    section.contactnow p{margin-bottom: 25px;}
    section.contactnow h4{margin: 25px 0; font-size: 28px;}
    section.contactnow img{margin-left: -95px;}
    .swiper-slide h6{padding-bottom: 0; padding-top: 0;}
    .swiper-slide p{padding: 10px 0 0px 0px;}
    section.testimonial{background-position: 57%;}
    section.ourmission {padding: 35px 0px;}
   .whats-special {
    padding: 45px 10px 35px 40px !important;
}
    .whats-special h2 {font-size: 24px!important; margin:0!important; padding-top: 5px!important; padding-bottom: 5px!important;}
     .whats-special p {font-size: 14px!important; margin: 0!important; padding-bottom: 5px !important;}
     .icon img {width: 70px;}
     section.requestquote .title {padding: 5px 0!important;}
     .form-bg {margin-bottom: 35px !important; margin-top: 35px !important; padding: 20px 20px 0px 20px !important;}
     .footer-links {padding: 0px 15px!important;}
     .servicesicon-text {justify-content:start!important; flex-wrap: wrap;}
     section.requestquote .form-bg h2{font-size: 26px!important;}
     .footer-links {padding: 0px 15px 0 10px !important;}
     .c-1 p {margin: 0px!important;}
     section.footer .r1 img.img-responsive {width: 120px; margin-top: -10px;}
     /*section.footer .r1 img.img-responsive {width: 100px; margin-top: -25px;}*/
     section.footer h6{margin: 0 0 15px;}
     .footer-links ul li {font-size: 12px;}
    section.footer p{font-size:12px;}
/*about-us*/
.mission_boxex{padding: 15px 20px 20px; height: 360px;}
section.abt_intro .container.aboutus-img img {padding: 100px 0;}
section.abt_intro .whoarewe p{padding-right: 0;}
.mission_boxex h5{padding-bottom: 5px;}

/*team*/
.teaam .tm_mmbr{padding: 12px;margin:30px 0!important;}

/*service*/
.case-study-container{margin-bottom: 30px!important;}
.case-study-thumb{max-width: 100%!important;height: 400px!important;}
.case-study-detail{padding: 20px 0px 20px 20px!important;}
.case-study-detail h2 {font-size: 30px;line-height: 40px; margin: 0px 0 9px 0; }  
.servicesicon-text {display: flex!important; flex-direction: column!important; align-items: stretch!important;}

} 

@media (max-width:1200px) and (min-width:992px){
    .contact_list{height: 220px !important; padding: 26px 15px !important;}
    
    .whatwedo-section{padding: 0px 0px 0px 40px;}
    .container.iframe-container iframe{height: auto!important; margin-top: 100px!important;}
    section.contactnow h4{margin: 30px 0 20px;}
    .icon img {
    width: 80px;
}

.carousel-caption h1 {
    padding: 30px 0 14px;
    font-size: 34px;
    font-weight: 300;
}
.rs-loader {
    top: 48px;
    left: 27px;
    position: absolute;
}
.carousel-caption.d-none.d-md-block {
    /* background: #364f6f8a; */
    background: rgb(23 40 56 / 67%);
    width: 60%;
    text-align: left;
    top: 34%;
    left: 151px;
    padding: 40px 45px 0 25px;
    height: 205px;
    vertical-align: middle;
}
/*service*/
.case-study-container{margin-bottom: 30px!important;}
.case-study-thumb{max-width: 100%!important;}
}

.d-block2
{
    display:block !important;
}

section.top-bar-section li.nav-item .cntct_inf {
    padding-left: 0;
    padding-top: 11px;
}

section.top-bar-section li.nav-item .eml_tp_br  {
    padding-left: 5px;
    padding-top: 11px;
} 

.contact_list {
       padding: 26px 26px;
    height: 200px;
    margin-bottom: 20px;
    box-shadow: 0px 8px 17px rgb(70 70 70 / 13%);
    background: #f4f4f403;
}

.contact_list h5 {
    padding-bottom: 6px;
    font-size: 20px;
    color: #2c4054;
}

.contact_list p {
    margin-bottom: 15px;
}

.contact_list p i {
    color: #fff;
    background: #2c4054;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
}

section.Get-touch1 {
    padding-bottom: 40px;
}

.desktopnone
{
    display:none;
}


@media(max-width:767px){
    .desktopnone{display:block !important;}

.logo img {
    position: absolute;
    width: 85px;
    background: #fff;
    height: 85px;
    padding: 5px;
    top: 57px;
    z-index: 99;
}

.mobilealign
{
    position: absolute;
    background: rgb(255, 255, 255);
    width: 93%;
    margin-top: 48px;
    z-index: 99;
    
}
.custom-btn { width: 130px; height: 33px; border-radius: 16px; padding: 0;}

.custom-btn a { font-size: 14px;}

.div-btn-ccs span {margin-right: 5px; font-size: 16px; font-weight: 300;}

}

.footer_lgc
{
    width:120px !important;
    height:120px !important;
}