html {
  overflow-x:hidden!important;
}

html,
body { 
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #000000;
  background-color: #ffffff; 
  font-family: "Founders Grotesk", "Helvetica", sans-serif;
  src: url("./../fonts/FoundersGrotesk-Regular.otf");
   overflow-x: hidden; 
} 

.body-border {
  pointer-events: none;
  background-size: cover;
  position: fixed;
  left: 0;
  right: 0; 
  top: 0;
  bottom: 0;
  z-index: 999;
  border: 5px solid #24438a; 
}
 
 
.error{
  color: red;
  padding: 15px 0px;
}

/* Number input tag */

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.page-content {
  position: relative; 
}


/* Font family */
@font-face {
  font-family: "Founders Grotesk";
  src: url("./../fonts/FoundersGrotesk-Regular.otf");
}

@font-face {
  font-family: "Helvetica";
  src: url("./../fonts/Helvetica.ttf");
}

/* Font Styles */
.founders-grotesk {
  font-family: "Founders Grotesk";
  src: url("./../fonts/FoundersGrotesk-Regular.otf");
}

.helvetica {
  font-family: "Helvetica";
  src: url("./../fonts/Helvetica.ttf");
}

/* Color Themes  */
.whiteColor {
  color: #ffffff;
}

.blueColor {
  color: #24438a;
}

.blackColor {
  color: #000000;
}

.greyCOlor {
  color: #2d2d2d;
}

.whiteColorBG {
  background-color: #ffffff;
}

.blueColorBG {
  background-color: #24438a;
}

.blackColorBG {
  background-color: #000000;
}

.greyCOlorBG {
  background-color: #2d2d2d;
}
.lightgreyColorBG {
  background-color: #e5e5e5;
}
/* Common Sec Spacing */
.common-sec-spacing {
  padding-right: 100px;
  padding-left: 100px;
}

.padding-zero {
  padding-left: 0px;
  padding-right: 0px;
}

.first-section {
  padding-top: 90px;
}

/* Header Style */
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1444649;
display: none;
float: left;
min-width: 5rem;
padding: 12px;
margin: 0px 0px; 
color: #808294;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgb(255, 255, 255);
border-radius: 2px;
-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.dropdown-item {
display: block;
width: 100%;
padding: 15px 15px;
clear: both;
font-weight: 400;
color: #181825;
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0; 
line-height: 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
color: #24438a;
text-decoration: none;
background-color: #eeeffd;
border-radius: 4px;
}
.dropdown-item:focus .dropdown-toggle::after, .dropdown-item:hover.dropdown-toggle::after {
color: #24438a;
}
.nav-item.dropdown {
    padding-right:40px;
}
@media(min-width:992px) {
.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; 
}
.dropdown:hover>.dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
}

.navbar .navbar-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar .navbar-toggler li {
  list-style: none;
}

.navbar .navbar-toggler li .nav-link {
  color: #ffffff;
}

.navbar-dark.bg-primary {
  background-color: transparent !important;
}

.nav-link i {
  margin: 0px 0px 0px 10px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 0rem;
  font-size: 15px;
  color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.eae-header .navbar.colorNav {
  background-color: transparent !important;
  height: 95px;
  transition: all 0.2s ease;
}

.eae-header .navbar.colorNav.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}

.eae-header .navbar.colorNav.navbar-dark .navbar-brand img {
  height: 75px;
  width: auto;
  transition: all 0.2s;
}

.eae-header .navbar.darkHeader {
  background-color: #24438a !important;
  height: 85px;
  transition: all 0.2s ease;
}

.eae-header .navbar.darkHeader.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}

.eae-header .navbar.darkHeader.navbar-dark .navbar-brand img {
  height: 60px;
  width: auto;
  transition: all 0.2s;
}

.bg-dark {
  background-color: #ffffff !important;
  height: 70px;
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.bg-dark {
  background-color: #ffffff !important;
  height: 70px;
  transition: all 0.2s ease;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}



.navbar-brand img {
  height: 60px;
  width: auto;
  transition: all 0.2s;
}

.navbar-brand {
  padding: 0px 5px;
  margin: 0;
      z-index: 999;
}

.navbar-toggler {
  padding: 0px 10px;
  z-index:999;
}

.right-side-links,
.left-side-links {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.bg-light {
  background-color: #ffffff !important;
  height: 60px;
}

.navactive.bg-light {
  height: 60px;
}

.navbar-brand {
  margin-right: 1rem;
  margin-left: 5px;
} 

.navbar-collapse.justify-content-end {
  justify-content: center !important;
}

.navbar .navbar-toggler {
  color: #24438a;
  border-color: transparent;
}

.navbar-collapse {
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0px;
  background-color: #24438a;
  z-index: 98;
  display: flex;
  flex-direction: column !important;
  justify-content: center !important;
  text-align: left !important;
   align-items: flex-start; 
  margin: 0;
  transition: all 500ms ease-in;
}

.navbar-collapse li { 
    padding-left:100px;
}

.eae-header .navbar-collapse .nav-link { 
  color: #fff;
    font-size: 3rem;
    line-height: 5rem;
  font-weight: 400;
  position:relative;
  display: inline-block;

}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
color: #00aaf2!important;
}
.navbar-dark .navbar-nav .nav-link:after {
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -3px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 4px solid #fff;
    content: '';
    padding-bottom: inherit;
}
.navbar-dark .navbar-nav .nav-link:hover:after{
    backface-visibility: hidden;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
        border-color: #00aaf2;
}
.lag-div{
        position: absolute;
    right: 200px;
}
.lag-div {
    display: flex;
    justify-content: center;
    align-items: center;
        padding-top: 10px;
    padding-right: 30px;
    color:#fff;
}
.lag-div  a{
    color:#fff;
    text-decoration:none;
}
.p-right {
        padding-right: 10px;
}
.p-left {
        padding-left: 10px;
}
.lag-div  a:hover {
    color: #00aaf2;
    text-decoration: none;
}
.lag-div  a p{
    margin-bottom:0rem;
}

/* Terms & conditions  */
.lag-div-blue{
  position: absolute;
right: 200px;
}
.lag-div-blue {
display: flex;
justify-content: center;
align-items: center;
  padding-top: 10px;
padding-right: 30px;
color:#24438a;
}
.lag-div-blue  a{
color:#24438a;
text-decoration:none;
}
.p-right {
  padding-right: 10px;
}
.p-left {
  padding-left: 10px;
}
.lag-div-blue  a:hover {
color: #00aaf2;
text-decoration: none;
}
.lag-div-blue  a p{
margin-bottom:0rem;
}

.navbar-collapse.collapsing {
  position: fixed !important;
}

.navbar-collapse.collapsing {
  right: -100%;
}

.navbar-collapse.show {
  right: 0px;
}

.navbar-toggler.collapsed~.navbar-collapse {
  transition: right 400ms ease-out;
}

.navbar .navbar-brand:focus-visible {
  outline: none;
}

.eae-header .navbar-brand img {
  height: 75px;
  width: auto;
  padding: 10px 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none; 
    padding-right: 0;
}

.navbar-toggler:active, 
.navbar-toggler:focus {
    outline: none;
}
.navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #24438a;
    border-radius: 50px;
    width: 50px;
    height: 50px;
        -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
}
.navbar-toggler:hover {
      -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.eae-header .navbar-toggler-icon {
     width: 24px;
    height: 18px; 
    background-image: none;
    position: relative; 
    border-bottom: 3px solid #24438a;
    transition: all 300ms linear;
}

.eae-header .navbar-toggler-icon:after,
.eae-header .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 3px;
    background-color: #24438a;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.eae-header .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

/*.navbar-toggler {*/
/*  float: right;*/
/*  border: none;*/
/*}*/

/*.navbar-toggler:active,*/
/*.navbar-toggler:focus {*/
/*  outline: none;*/
/*}*/

/*.navbar-light .navbar-toggler-icon {*/
/*  width: 24px;*/
/*  height: 17px;*/
/*  background-image: none;*/
/*  position: relative;*/
/*  border-bottom: 1px solid #ffffff;*/
/*  transition: all 300ms linear;*/
/*}*/

/*.navbar-light .navbar-toggler-icon:after,*/
/*.navbar-light .navbar-toggler-icon:before {*/
/*  width: 24px;*/
/*  position: absolute;*/
/*  height: 1px;*/
/*  background-color: #ffffff;*/
/*  top: 0;*/
/*  left: 0;*/
/*  content: "";*/
/*  z-index: 2; */
/*  transition: all 300ms linear;*/
/*}*/

/*.navbar-light .navbar-toggler-icon:after {*/
/*  top: 8px;*/
/*}*/

/*.navbar-toggler .navbar-toggler-icon {*/
/*  border-color: transparent;*/
/*}*/

/*.navbar .navbar-toggler-icon {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    z-index: 99;*/
/*    border-radius: 50px;*/
/*    background-image: none;*/
/*    background-color: #fff;*/
/*    position: relative;*/
    /* border-bottom: 2px solid #ffffff; */
/*    transition: all 300ms linear;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.navbar .navbar-toggler-icon {*/
  /*background-image: none !important;*/
/*}*/

/*.navbar .navbar-toggler { */
/*  border-color: #fff !important;*/
/*}*/

.gg-details-more {
   box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 29px;
    height: 14px;
    border: 2px solid transparent;
}
.gg-details-more::after,
.gg-details-more::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
}
.gg-details-more::before {
  box-shadow: 0 4px 0 0;
    top: 0;
    width: 25px;
}
.gg-details-more::after {
    width: 25px;
    bottom: 0
}

/*.navbar .navbar-toggler-icon:after,*/
/*.navbar .navbar-toggler-icon:before {*/
/*  width: 30px;*/
/*  position: absolute; */
/*  height: 2px;*/
/*  background-color: #000; */
/*  top: 0;*/
/*  left: 0;*/
/*  content: "";*/
/*  z-index: 2;*/
/*  transition: all 300ms linear;*/
/*}*/

.navbar .navbar-toggler-icon:after {
  /*top: 8px;*/
  /*top: 18px;*/
  /*height: 3px;*/
}

.navbar-toggler.collapsed .navbar-toggler-icon {
  /*border-bottom: 2px solid #ffffff;*/
}

/*.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {*/
/*  transform: rotate(45deg); */
/*  border-color:  #000;*/
/*  background-color:  #000;*/
/*}*/

/*.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {*/
/*  transform: rotate(-45deg);*/
/*  border-color: #000;*/
/*  background-color: #000;*/
/*}*/

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-bottom: none;
}

.navbar-brand {
  margin-right: 0rem;
  margin-left: 0px;
}

/* Banner Section Style Start */
.carousel-indicators-numbers li {
      text-indent: 0;
      margin: 0 2px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #fff;
      background-color: transparent;
      transition: all 0.25s ease; 
}
.carousel-indicators-numbers li.active {
       margin: 0 2px;
        width: 30px;
        height: 30px;
        background-color: transparent;    
}
.carousel-indicators-numbers li:hover {
      margin: 0 2px;
        width: 30px;
        height: 30px;
        background-color: transparent; 
}
 .carousel-indicators {
    position: relative!important;
    right: 0;
    bottom: 0;
    left: 0;
 }


.carousel-inner img {
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-item .overlay {
  background-color: #24438a;
  clear: float;
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
}

.overlay {
    background-color: #24438a;
    clear: float;
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
}

#main_banner .indicators_wrapper {
  z-index: 99;
}

#main_banner .indicators_wrapper .carousel-indicators li {
  position: relative;
  margin: 50px 0;
  color: hsla(0, 0%, 100%, .3);
  /* color: #ffffff; */
  font-size: 20px;
  cursor: pointer;
  text-transform: uppercase;
}

#main_banner .indicators_wrapper .carousel-indicators li.active {
  color: #ffffff;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#main_banner {
  display: flex;
  align-items: center;
}

#main_banner .indicators_wrapper .carousel-indicators li:not(:last-child):after {
  content: "";
  width: 1px;
  background-color: hsla(0, 0%, 100%, .3);
  height: 70px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateY(70%);
}

#main_banner .indicators_wrapper .carousel-indicators li.active:not(:last-child):after {
  background-color: #ffffff;
}

.indicators_wrapper {
  right: 65px;
}

#main_banner .caption {
  top: 0;
  z-index: 1;
  left: 100px;
  /* left: 15%;
    right: 15%; */
}

.banner-heading {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 50px;
}

.banner-para {
  font-size: 20px;
}

.section-heading {
  font-size: 40px;
  font-weight: bold;
}

.section-para {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 22px;
  /* color: #828282; */
}

.common-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-space-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-button {
  display: flex;
  text-decoration: none;
}

.section-button:hover {
  text-decoration: none;
}

.eae-btn-text {
  display: flex;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 400;
}

.arrow-container {
  display: flex;
  overflow: hidden;
  width: 35px;
  height: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #0000004d;
  border-radius: 100%;
}

.arrow-inner-container {
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.arrow {
  width: 14px;
}

.arrow-inner-inner-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-section {
  color: #ffffff;
}

.home-who-we-are-content p {
  width: 100%;
  padding-bottom: 20px;
}

.home-services-sec .common-head-div {
  padding-top: 75px;
  padding-bottom: 75px;
}

.home-services-sec .common-head-div p {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #ffffff;
}

.home-services-row {
  position: relative;
  border-top: 1px solid hsla(0, 0%, 100%, .3);
  /* border-bottom: 1px solid hsla(0,0%,100%,.3); */
}

.homer-services-bg-img {
  padding: 0;
  position: relative;
}

.homer-services-img {
  border-radius: 0;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.homer-services-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.7;
  transition: all 1s ease;
}

.homer-services-bg-img:hover .homer-services-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.homer-services-content {
  padding: 4.5rem;
}

.homer-services-content h4 {
  font-size: 3rem;
  line-height: 1;
  color: #ffffff;
}

.homer-services-content p {
  color: rgb(216 219 222);
  font-size: 1.2rem;
  margin: 17px 0px;
}


.eae-blue-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.eae-blue-btn> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.eae-blue-btn {
  border-left: 4px solid #24438a;
  --tw-border-opacity: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-weight: 700;
  color: #24438a;
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.eae-blue-btn i {
  margin-left: 1rem !important;
  display: block !important;
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 500ms !important;
}

.eae-blue-btn:hover {
  padding-left: 2rem;
  --tw-text-opacity: 1;
  color: #24438a;
  text-decoration: none;
}

.eae-blue-btn:hover i {
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


.eae-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.eae-btn> :not([hidden])~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.eae-btn {
  border-left: 4px solid #ffffff;
  --tw-border-opacity: 1;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.eae-btn i {
  margin-left: 1rem !important;
  display: block !important;
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 500ms !important;
}

.eae-btn:hover {
  padding-left: 2rem;
  --tw-text-opacity: 1;
  color: #ffffff;
  text-decoration: none;
}

.eae-btn:hover i {
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

*,
::before,
::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.contactus-sec {
  position: relative;
  padding: 100px 100px;
}


.eae-footer-sec {
  position: relative;
  padding: 75px 100px 0px 100px;
  background-color: #24438a;
  color: #ffffff; 
  left: 0;
  bottom: 0;
  width: 100%; 
}

/* .eae-footer-sec a{
  color: #ffffff;
  text-decoration: none;
}
.eae-footer-sec a:hover{
  color: #00aaf2;
  text-decoration: none;
} */

.footer-title {
  position: relative;
  color: #fff;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 30px;
}

.footer-title::before {
  content: '';
  position: absolute;
  background-color: #ffffff;
  width: 65%;
  height: 1.5px;
  bottom: -10px;
}

.footer-links-list p {
  margin-bottom: 10px;
  color: #fff;
  /* font-size: 1.2rem; */
}

.footer-links-list a {
  color: #fff;
  text-decoration: none;
}

.footer-links-list a:hover {
  color: #00aaf2;
  text-decoration: none;
}

.social-media-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}

.sociallinks-head {
  padding: 10px 0px;
  color: #ffffff;
  font-size: 25px;
}

.social-media-icons a {
  margin: 0px 10px 0px 0px;
  text-decoration: none;
}

.social-media-icons a {
  margin: 0px 10px 0px 0px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-media-icons a i {
  color: #ffffff;
  font-size: 20px;
}

.copyRightDiv {
  text-align: center;
  padding: 25px 0;
  border-top: 1px solid #ffffff;
}

.copyRightDiv p {
  margin-bottom: 0;
}

.copyRightDiv a {
  color: #fff;
  text-decoration: none;
}

.copyRightDiv a:hover {
  color: #00aaf2;
  text-decoration: none;
}

.footer-links-div {
  padding-bottom: 30px;
}

.footer-logo-div img {
  width: 150px;
  margin-bottom: 30px;
}

.location-address-container {
  position: relative;
  padding: 30px 0px;
}

.location-address-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.location-address-div {
  position: relative;
}

.location-address-list {
  padding: 30px;
}

.iframe-map iframe {
    width: 100%;
    height: 300px;
    object-fit: cover;
    position: relative;
    border: none;
    padding: 25px;
}

.no-of-address {
  padding-bottom: 20px;
}

.no-of-address h6 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #24438a;
}

.no-of-address p {
  /* font-size: 20px; */
  margin-bottom: 10px;
}

.no-of-address a {
  text-decoration: none;
  color: #000000;
}

.no-of-address a:hover {
  text-decoration: none;
  color: #24438a;
}

.contact-address-text {
  padding-left: 25px;
}

.contact-address-text i {
  font-size: 16px;
  color: #24438a;
}


.base_link.base_link-button_styles .arrow-icon {
  position: absolute;
  top: 50%;
  right: -6px;
  background: #24438a;
  height: 18px;
  width: 18px;
  border-radius: 22px;
  transition: width .33s ease, transform .33s ease;
  transform: translateY(-50%);
}

.base_link.base_link-button_styles {
  font-size: calc(12.37736px + .56604vw);
}

.base_link.base_link-button_styles {
  line-height: 1;
  letter-spacing: 0;
  color: #24438a;
  display: inline-block;
  padding-right: 25px;
  position: relative;
  font-size: 22px;
  padding-top: 4px;
  font-weight: 500;
}

.base_link-no_underline {
  background-size: 0 !important;
}

.base_link {
  text-decoration: none;
  cursor: pointer;
  transition: color .33s ease;
}

.base_link:hover {
  text-decoration: none;
  cursor: pointer;
  transition: color .33s ease;
}

.base_link.base_link-button_styles .arrow-icon svg {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.base_link.base_link-button_styles .arrow-icon .arrow-tip {
  transform: translateX(-2px);
  transition: transform .33s ease;
}

.base_link.base_link-button_styles:hover .arrow-icon {
  width: 28px;
  transform: translate(10px, -50%);
}

.base_link.base_link-button_styles .arrow-icon .arrow-line {
  transform: translateX(-4px) scaleX(0);
  transform-origin: right center;
  transition: transform .33s ease;
}

.base_link.base_link-button_styles:hover .arrow-icon .arrow-tip {
  transform: translateX(0);
}

.base_link.base_link-button_styles:hover .arrow-icon .arrow-line {
  transform: translateX(0) scaleX(1);
}

/* Let's Go section */
.cta_band {
  color: #fff;
  position: relative;
  height: 30vw;
}

.cta_band_progress {
  width: 2vw;
  height: calc(100% + 120px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: red;
  z-index: 999;
  visibility: hidden;
}

.cta_background {
  background: #24438a;
}

.base_image-cover {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.base_image {
  overflow: hidden;
}

.base_image-cover img,
.base_image-cover {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.base_image img {
  width: 100%;
  max-width: 100%;
  transition: opacity 1s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1);
  -o-object-fit: cover;
  object-fit: cover;
}

.cta_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.base_link.base_link-button_styles.base_link-button_light {
  color: #fff;
}

.base_link.base_link-button_styles.base_link-button_light .arrow-icon {
  background: #fff;
}

.base_link.base_link-button_styles.base_link-button_light .arrow-icon svg {
  color: #24438a;
}

.cta_title {
  font-size: 65px;
  font-weight: 600;
}

/* Services Section style start */
.services-sec {
  position: relative;
  padding: 100px 0px;
}

.services-sec::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 30%;
  background: #ffffff;
  right: 0%;
  top: auto;
  bottom: 0;
}

.services-wrap {
  width: 85%;
  margin-left: 7%;
}

.service-head-row {
  position: relative;
  margin-top: 75px;
  padding-bottom: 50px;
}

.service-head-row::before {
  position: absolute;
  content: '';
  top: -50px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}


.cursor-follower {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  border: 1px solid transparent;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(2px, 2px);
}

.cursor-follower.active {
  opacity: 1;
  transform: scale(3);
}

.cursor-follower.menu-active {
  opacity: 1;
  transform: scale(3);
}

.cursor-follower.hovered {
  opacity: 1;
}

.drag-text {
  opacity: 0;
}

.cursor-follower.draggable {
  background: #272727;
  transform: scale(1);
  opacity: 1;
  color: #ffffff;
  width: 70px;
  height: 70px;
}

.cursor-follower.draggable .drag-text {

  opacity: 1;
}


.service-swiper-slide-div {
  position: relative;
}

.services-swiper-text {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services-swiper-text:before {
  opacity: 0;
  transition: opacity .33s ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #24438a;
  mix-blend-mode: multiply;
}

.service-swiper-slide-div:hover .services-swiper-text:before {
  opacity: 1;
}

.services-swiper-text h3 {
  opacity: 0;
  transition: opacity .33s ease;
  position: relative;
  display: block;
  padding: 30px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
  font-size: 25px;
}
 
.service-swiper-slide-div:hover .services-swiper-text h3 {
  opacity: 1;
}

/* Services Page Styles start */
.services-page-banner{
  position: relative;
  display: flex;
  padding-top: 250px;
  padding-bottom: 150px;
   background-image: url('./../img/services/service.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-page-banner {
  background-image: url('./../img/about-us/comapny.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.services-page-wrap {
  padding: 0px 100px 0px 100px;
}
.services-banner-head-div h1{
  font-size: calc(28.71698px + 2.07547vw);
    font-weight: 600; 
}
.landing_hero_stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  margin-bottom: -60px;
}
.landing_hero_stats li {
  width: 47%;
  list-style-type: none;
  margin-bottom: 60px;
}
.services-banner-content-div p{
  font-size: calc(17.58491px + .37736vw);
  margin-bottom: 60px;
}
 
 
.landing_hero_stat { 
  font-size: calc(21.50943px + 2.26415vw);
  font-weight: bold; 
  /* margin-bottom: 20px;  */
}
.landing_hero_stat_caption{
  padding-top: 20px;
  border-top: 2px solid #fff;
  font-size: calc(12.37736px + .56604vw);
}
.services-banner-col {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.landing_hero_arrow {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  background: 0 0;
  color: currentColor;
  display: inline-block;
}
.landing_hero_arrow svg {
  width: 29px;
  height: auto;
}

.services-list-sec {
  padding: 100px 0px;
}

.services-list-card-img {
  width: 100%;
  position: relative;
  margin-bottom: 40px
}

.services-list-card:hover .services-list-card-overlay  {
  opacity: 1;
}

.services-list-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #24438a;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity .33s ease;
}

.services-list-head {
  margin-bottom: 80px;
}
.services-list-head  h2{
  font-size: calc(20.33962px + 1.50943vw);
  font-weight: bold;
}

.services-list-card-title h3 {
  transition: color .33s ease;
  position: relative;
  overflow: hidden; 
  font-size: calc(19.77358px + .66038vw);
  font-weight: bold;
}
.services-list-card-title h3 svg {
  position: absolute;
  width: 21px;
  height: auto;
  left: 0;
  top: calc(50% + -5px);
  opacity: 0;
  transform: translate(-100%,-50%);
  transition: transform .33s ease-in-out,opacity .33s ease;
}
.services-list-card-title h3 span {
  display: block;
  transition: transform .33s ease-in-out;
}
.services-list-card:hover .services-list-card-title h3 {
  color: #24438a;
}
.services-list-card:hover .services-list-card-title h3 svg {
  opacity: 1;
  transform: translateY(-50%);
}
.services-list-card:hover .services-list-card-title h3 span  {
  transform: translateX(35px);
}
.services-list-card {
  color: #000000;
}
.services-list-card:hover {
  text-decoration: none;
}
.services-list-card-col {
  margin-bottom: 30px;
}

.services-inner-banner {
  background-image: url('./../img/accident_repairs/accident_repair_banner-22.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
  width: 100%;
  position: relative;
  /* padding-bottom: 80px; */
}

.services-inner-body-work-banner {
  background-image: url('./../img/body_work/body_banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
  width: 100%;
  position: relative;
  /* padding-bottom: 80px; */
}

.services-inner-electronics-banner {
  background-image: url('./../img/electronic/electronics_banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
  width: 100%;
  position: relative;
  /* padding-bottom: 80px; */
}

.services-inner-automotive-banner {
  background-image: url('./../img/automotive/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
  width: 100%;
  position: relative;
  /* padding-bottom: 80px; */
}

.services-inner-car-banner {
  background-image: url('./../img/caroliner/banner-01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
  width: 100%;
  position: relative;
  /* padding-bottom: 80px; */
}

.services-inner-mechanical-banner {
  background-image: url('./../img/mechanical/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
  width: 100%;
  position: relative;
  /* padding-bottom: 80px; */
}
.services-inner-cleaning-banner {
  background-image: url('./../img/cleaning/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
  width: 100%;
  position: relative;
  /* padding-bottom: 80px; */
}

.services-inner-galllery-banner {
  background-image: url('./../img/cleaning/banner2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 750px;
  width: 100%;
  position: relative;
  /* padding-bottom: 80px; */
}


.services-banner-details {
  padding-top: 80px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: -4vw;
  width: calc(68.31683% + 4vw);
  padding-left: 7.92079%;
  padding-right: calc(7.92079% + 4vw);
}

.copy_sidebar_links{
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
}
.related-ser-lists h2 {
  margin-bottom: 40px;
  font-size: calc(19.77358px + .66038vw);
  font-weight: bold;
}
.copy_sidebar_links li  {
  margin-bottom: 20px;
}
.copy_sidebar_link {
  color: #24438a;
}
.base_link:not(.base_link-button_styles) {
  background-image: linear-gradient(currentColor,currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  transition: color .3s,background-size .3s;
  transition-timing-function: cubic-bezier(.89,.03,.21,.92);
  padding-bottom: 0.2em;
}
.base_link {
  text-decoration: none;
  cursor: pointer;
  transition: color .33s ease;
}
.base_link:not(.base_link-button_styles):focus, .base_link:not(.base_link-button_styles):hover {
  background-size: 0 2px;
  background-position-x: 100%;
   background-image: linear-gradient(#24438a,#24438a);
}
.services-inner-wrap {
  padding: 100px 100px;
}
.related-services-desc h2{
  margin-bottom: 40px;
  font-size: calc(19.77358px + .66038vw);
  font-weight: bold;
}
.related-services-desc p{
  font-size: calc(15.58491px + .37736vw);
}
.related-ser-lists, .related-services-desc {
  border-top: 3px solid #ddd;
  padding-top: 35px;
  width: 85%;
}
.breadcrumb { 
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.image-gallery-col {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-image-gallery-container {
  position: relative;
  border-top: 3px solid #ddd;
  max-width: 1300px;
  padding-top: 40px;

}
.service-image-gallery-container h2{
  font-size: calc(19.77358px + .66038vw);
  font-weight: bold;
  margin-bottom: 30px;
}

.services-inner-featured-prod .copy_sidebar_links li a{ 
  font-size: 60px;
  font-weight: bold;
  width: 100%;
  display: flex;
}
.services-inner-featured-prod  .related-ser-lists {
  border-top: 3px solid #ddd;
  padding-top: 35px;
  width: 100%;
}
.services-inner-featured-prod  .base_link:not(.base_link-button_styles) {
  background-image: linear-gradient(#24438a,#24438a);
}
.services-inner-featured-prod  .copy_sidebar_link {
  color: #000;
}
.featured-partner-container {
  position: relative; 
  max-width: 1300px; 
  padding: 0;
}
.featured-partner-sec .text-align-right {
  text-align: right;
}
.featured-partner-sec .row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.featured-par-head h2{
  font-size: 35px;
  font-weight: bold;
}
.partner-logo {
    margin-top: 20%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  
}
.partner-logo img{
    width: 100%;
    
}

.featured-partner-sec  {
  padding-bottom: 50px;
}
.nav-item .dropdown-toggle::after { 
  vertical-align: 3px;
}

/* Contact Us Page Style Start */
.contact-page-banner {
  background: #e5e5e5;
  position: relative;
  padding-top: 120px;
  padding-bottom: 60px;
}
.contact-page-wrap {
  position: relative; 
  max-width: 1300px; 
  padding-top: 60px;
  margin-top: 60px;
}
.contact-banner-col {
  position: -webkit-sticky;
  position: sticky;
  top: 120px; 
    transition: top .33s ease;
}
.contact-banner-head-div h1{
  font-size: calc(28.71698px + 2.07547vw);
  font-weight: bold;
  margin-bottom: 200px;
}
.contact_form_link {
  cursor: pointer;
  border: 0;
  padding: 0;
  margin: 0;
  background: 0 0;
  color: currentColor;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.01em;
  font-size: calc(17.58491px + .37736vw);
}
.contact_form_link svg {
  margin-right: 10px;
  height: 21px;
  width: auto;
  transform: rotate(90deg);
}

.contact-banner-content-div p {
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin-bottom: 80px;
  font-size: calc(17.58491px + .37736vw);
}
.contact-banner-content-div h3 {
  margin-bottom: 40px;
  font-size: calc(19.77358px + .66038vw);
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 0;
}

.contact-form-button {
     display: inline-block;
    border: 2px solid #000000;
    padding: 12px 30px 9px!important;
    background: transparent;
    outline: none;
    font-weight: 700;
    text-align: center;
    color: #000;
    text-decoration: none;
    border-radius: 50px;
}
.contact-form-button:hover { 
 border: 2px solid #e5e5e5; 
 background: #ffffff; 
 text-decoration: none;
 color: #000;
}
.contact-form-button-div {
  display: flex; 
  align-items: center;
}
.contact-form-button-div .contact-form-button:last-child{
  margin-right: 0px;
}
.contact-form-button-div .contact-form-button {
  margin-right: 20px;
}
.contact-form-div {
  margin-bottom: 80px;
}
.contact-form-div .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 25px 2px 25px!important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000!important;
  background-color: transparent!important;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #000!important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.iti {
  position: relative;
  display: block !important;
}

.contact-form-div .form-control-phone{
  display: block;
  width: 100%;
  height: auto;
  /* padding: 10px 25px 2px 25px!important; */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000!important;
  background-color: transparent!important;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #000!important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-form-div .form-control:hover, .contact-form-div .form-control:focus {
  color: #000000;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #000;
  outline: none;
  box-shadow: none; 
}
 
 
.contact_form_submit {
    cursor: pointer;
    border: 0;
    padding: 0;
    background: 0 0;
    color: currentColor;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 80px 0 0 0;
    color: #24438a;
    display: flex;
    align-items: center;
    font-size: calc(19.77358px + .66038vw);
    font-weight: bold;
}
.contact_form_submit span {
  margin-right: 15px;
}
.contact_form_submit svg {
  width: 29px;
  height: auto;
  position: relative;
  top: -3px;
  transition: transform .33s ease;
}
.contact_form_submit:hover svg {
  transform: translateX(10px);
}

.contact-directory-sec {
  position: relative;
  padding: 75px 0px 75px 0px;

}
.contact-directory-container {
  position: relative; 
  max-width: 1300px; 
  margin: 0 auto;
}
.contact-dir-head h3 {
  padding-top: 35px;
  font-size: calc(19.77358px + .66038vw);
  font-weight: bold;
  border-top: 3px solid #ddd;
}
.contact-location{
  position: -webkit-sticky;
  position: sticky;
  top: 43px;
  margin-bottom: 120px; 
  transition: top .33s ease-in-out;
}
.contact-dir-list {
  padding-top: 40px; 
  border-top: 3px solid #ddd;
}
.contact-location h3 {
  font-size: calc(19.77358px + .66038vw);
  font-weight: bold;
}
.contact-address h3 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-address a{
  text-decoration: none;
  color: #000;
  margin-bottom: 30px;
}
.add-div {
  margin-bottom: 20px;
}
.add-div p{
  margin-bottom: 5px;
}
/* Contact Us Page style end */

/* About Us page style */
.visions-sec{
 background-color: #ffffff;
 position: relative; 
 color: #000000;
}

.visions-sec {
  margin-top: 100px;
  margin-bottom: 100px;
}

.glance-sec  .section-heading {
  font-size: 65px;
}
.vision-row {
  padding-top: 15px;
}
.vision-row h4 {
  font-size: 35px;
  font-weight: bold;
}
.vision-row p {
  width: 85%;
}
.vision-text-div h4 {
  font-weight: bold;
  font-size: 25px;
}
.vision-text-div img{
   width: 15%;
    height: 100%;
    padding-bottom: 20px;
}
.vision-text-div .img-white{
     filter:  brightness(0) invert(1);
}
.visions-sec  p{
  width: 80%;
}
.vision-text-div i {
  font-size: 50px;
  opacity: 0.75;
  margin-bottom: 20px;
}
 .location-head-col .common-head-div {
        width: 55%;
        margin: 0 auto;
  }

.full-width-video {
        width: 100%; 
     height: 100%; 
    overflow: hidden;
    /*position: relative;*/
    z-index: 99;
}
.full-width-video  video{
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    z-index: -1;
}




/* Accordion style */

.related-ser-lists1 ul{
  list-style: none;
  padding: 0;
  margin: 0;

}
.related-ser-lists1 ul li{
  position: relative;
    padding-bottom: 4px;
    padding-top: 18px;
    border-bottom: 3px solid #e5e5e5;   
}
.related-ser-lists1 ul li input[type="checkbox"]{
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.related-ser-lists1 ul li i{
  position: absolute;
  transform: translate(-6px,0);
  margin-top: 16px;
  right: 0;
} 
.related-ser-lists1 ul li input[type=checkbox]:checked ~ p {
margin-top: 0;
max-height: 0;
opacity: 0;
transform: translateX(-50%);
}

.related-ser-lists1 ul li input[type="checkbox"]:checked~i::before{
  transform: translate(2px,0) rotate(45deg);
}
.related-ser-lists1 ul li input[type="checkbox"]:checked~i::after{
  transform: translate(-2px,0) rotate(-45deg);
}
.related-ser-lists1 ul li i::before,ul li i::after{
  content: "";
  position: absolute;
  background: #333;
  width: 3px;
  height: 9px;
}
.related-ser-lists1 ul li i::before{
  transform: translate(-2px,0)rotate(45deg);
}
.related-ser-lists1 ul li i:after {
transform: translate(2px, 0) rotate(-45deg);
}
.related-ser-lists1 p{
  font-size: 25px;
  color: #000;
  line-height: 40px;
  letter-spacing: 0px;
  position: relative;
  padding: 0 11px;
  max-height: 800px;
  margin-top: 25px;
  transform: translate(0,0);
  overflow: hidden;   
}
.related-ser-lists1 h1{
  font-size: 35px;
  font-weight: 600;
}
.related-ser-lists1 .transition, p, ul li i:before, ul li i:after {
transition: all 0.25s ease-in-out;

}
.related-ser-lists1 .flipIn, h1, ul li {
animation: flipdown 0.5s ease both;
}
.related-ser-lists1 ul li:nth-of-type(1) {
animation-delay: 0.5s;
}
.related-ser-lists1 ul li:nth-of-type(2) {
animation-delay: 0.75s;
}
.related-ser-lists1 ul li:nth-of-type(3) {
animation-delay: 1s;
}
.related-ser-lists1 ul li:last-of-type {
padding-bottom: 0;
}
/* About us page responsiveness style */

/* Privacy Policy Page style Start*/
.privacy-page-banner{
    background: #e5e5e5;
    position: relative;
    padding-top: 120px;
    padding-bottom: 60px;
}

.privacy-page-wrap{
  position: relative;
  max-width: 1300px;
  padding-top: 60px;
  margin-top: 60px;
}

.privacy-div{
  margin-bottom: 45px;
  position: relative;
}

.privacy-div ::after{
  display: block;
  content: '';
 width: 100%;
 height: 2px;
 background: #24438a;
 position: absolute;
 bottom: 0;
 left: 0;
}

.privacy-sub-div{
  margin-bottom: 25px;
}

.privacy-sub-div h4{
  font-weight: 400;
}

.privacy-banner-content-div p{
  font-weight: 200;
  line-height: 1.25;
  letter-spacing: -.01em;
  margin-bottom: 25px;
  font-size: 25px;
}

/*.partners-div-row{*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*}*/

/* Privacy Policy Page style End*/


/* Mobile to tab view */
@media only screen and (min-width: 320px) and (max-width: 767.5px) {
   .lag-div {
    position: absolute;
    right: 60px;
}

html,
body { 
   overflow-x: hidden; 
}
.glance-sec .section-heading {
    font-size: 25px;
}
.vision-text-div i {
    font-size: 25px;
}
.vision-text-div h4{
    font-size:20px;
    margin-top:10px;
}
  .visions-sec {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.visions-sec p {
  width: 85%;
  margin: 0 auto;
}
.glance-sec  {
  text-align: center;
}
.vision-row p {
  width: 100%;
  margin: 0 auto;
  padding-bottom:20px;
}
.home-who-we-are {
  text-align: center;
}
.langDropdown {
    margin-right: 10px;
}

.lag-div-blue {
  position: absolute;
  right: 60px;
}



 }
/* Tab Devices */
@media only screen and (min-width: 768px) and (max-width: 1023.5px) { 
    .visions-sec .section-heading {
        margin-top:20px;
    }
  .glance-sec .section-heading {
    font-size: 35px;
}
.visions-sec {
  margin-top: 30px;
  margin-bottom: 30px;
}
.visions-sec p {
    width: 100%;
}
.location-head-col .common-head-div {
    width: 75%;
    margin: 0 auto;
}
 .lag-div {
    position: absolute;
    right: 90px;
}
.lag-div-blue {
  position: absolute;
  right: 90px;
}


}

@media only screen and (min-width: 1024px) and (max-width: 1280px)  { 
    .lag-div {
        position: absolute;
        right: 100px;
    }

    .lag-div-blue {
      position: absolute;
      right: 100px;
    }

  .glance-sec .section-heading {
    font-size: 40px;
}
  .visions-sec {
    margin-top: 50px;
    margin-bottom: 50px;
}
.location-head-col .common-head-div {
    width: 75%;
    margin: 0 auto;
}
.border-none .close {
    top: 40px !important;
    right: 130px !important;
}
.border-none .numbertext {
    top: 95px !important;
    right: -140px !important;
    left: inherit !important;
}
.mySlides img {
    width: 600px !important;
    right: 140px !important;
}
}


/* Responsive Styles */
/* Mobile to tab view */
@media only screen and (min-width: 320px) and (max-width: 767.5px) { 

    
    .location-head-col .common-head-div {
        width: 100%;
        margin: 0 auto;
  }

  /* Home Page Responsive Style Start */
    /* Common Style */
  
    .common-sec-spacing {
      padding-right: 15px;
      padding-left: 15px;
  }
  
  
  /* Header Style */
  .eae-header .navbar-brand img {
      height: 50px;
      width: auto;
      padding: 10px 0px;
      -webkit-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
  }
  
  .navbar .navbar-toggler {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .navbar-collapse {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0px;
    background-color: #24438a;
    z-index: 98;
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: left !important;
    /* align-items: flex-start; */
    margin: 0;
    transition: all 500ms ease-in;
  }
  
  .eae-header .navbar-collapse .nav-link {
    color: #fff;
    font-size: 40px;
    line-height: 3rem;
    font-weight: 400;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -70px;
    /* right: -45px; */
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 3rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    /* width: 14px !important; */
  }
  .dropdown-menu.show { 
    display: block;
  }
  
  /* Banner Section Style */
  #main_banner .caption {
   top: 0px;
   z-index: 1;
   left: 20px;
   width: 100% !important;
   text-align:center;
  }

  .indicators_wrapper {
    /*left: -25px !important;*/
    /*right: inherit;*/
    display: none;
  }
  
  .banner-heading {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 23px;
  }
  .banner-para {
    font-size: 12px;
  }
  
  /* Home-who-we-are Section Style */
  .common-sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section-heading {
    font-size: 25px;
    width: 100%;
    font-weight: bold;
  }
  
  .home-who-we-are h1 {
    font-size: 22px !important;
    width: 100% !important;
  }
  .home-who-we-are-content p {
    width: 100%;
    padding-bottom: 10px;
  }
  
  .section-para {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
    /* color: #828282; */
  }
  
  .base_link.base_link-button_styles {
    line-height: 1;
    letter-spacing: 0;
    color: #24438a;
    display: inline-block;
    padding-right: 25px;
    position: relative;
    font-size: 22px;
    padding-top: 4px;
    font-weight: 500;
  }
  
  .base_link.base_link-button_styles .arrow-icon {
    position: absolute;
    top: 50%;
    right: -6px;
    background: #24438a;
    height: 18px;
    width: 18px;
    border-radius: 22px;
    transition: width .33s ease, transform .33s ease;
    transform: translateY(-50%);
  }
  
  /* Services Section Style */
  .services-sec {
    position: relative;
    padding: 20px 0px;
  }
  .services-head-div{
    margin-top: -30px;
  }
  
  .service-head-row {
    position: relative;
    margin-top: 65px;
    padding-bottom: 0px;
  }
  
  .services-head-div h2{
    font-size: 20px;
  }
  
  .services-swiper-div{
    margin: 30px;
  }
  
  .services-swiper-text h3{
    font-size: 20px;
  }
  
  /* Lets go Section Style */
  
  .cta_band {
    color: #fff;
    position: relative;
    height: 30vw;
    margin-top: 0px;
  }
  
  .cta_title {
    font-size: 25px;
    font-weight: 600;
  }
  
  /* Contact Us Section Style */
  .contactus-sec {
    position: relative;
    padding: 0px 0px 20px;
  }
  .contactus-sec p{
    font-size: 18px;
  }
  
  .location-address-container {
    position: relative;
    padding: 0px;
    margin-top: -25px;
    text-align: center;
  }
  .location-address-list {
    padding: 20px;
  }
  .no-of-address {
    padding-bottom: 10px;
  }
  .no-of-address h6 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #24438a;
  }
  .contact-address-text {
    padding-left: 0px !important;
  }
  
  .contact-address-text i {
    font-size: 18px;
    color: #24438a;
  }
  .no-of-address p { 
    margin-bottom: 10px;
  }
  
  .iframe-map iframe {
      width: 90%;
      position: relative;
      border: none;
      margin-bottom: 25px;
  }
  
  /* EAE Footer Style */
  .eae-footer-sec {
    position: relative;
    padding: 15px 15px 0px 15px;
    background-color: #24438a;
    color: #ffffff;
    position: -webkit-sticky;   
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: -35px;
  }
  .footer-logo-div img {
    width: 120px;
    margin-bottom: 30px;
  }
  
  .footer-links-div {
    padding-bottom: 15px;
  }
  
  .footer-title {
    position: relative;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    font-size: 30px;
  }
  
  .footer-title::before {
    content: '';
    position: absolute;
    background-color: #ffffff;
    width: 65%;
    height: 1.5px;
    bottom: 0px;
    left: 15px;
    /* text-align: center; */
  }
  
  .footer-links-list p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
  }
  .social-media-icons {
    margin-top: -18px;
    display: inline-block;
    justify-content: flex-start;
    align-items: center; 
  }
  .social-media-icons a {
    margin: 10px 10px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    justify-content: center;
    align-items: center; 
  }
  .social-media-icons a i {
    color: #ffffff;
    font-size: 20px;
    margin: 10px;
  }
  .copyRightDiv {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #ffffff;
  }
  .copyRightDiv p {
    margin-bottom: 0;
    font-size: 18px;
  }
  /* Home Page Responsive Style End */
  
  
  /* Services Page Responsive Style Start */
  /* Services-page-banner Section Style */

  .services-page-banner {
    position: relative;
    display: flex;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .services-page-wrap {
    padding: 0px 20px 0px 20px;
  }
  
  .services-banner-head-div h1 {
    font-size: 30px;
    font-weight: 600;
  }

  .landing_hero_arrow svg {
    width: 30px;
    height: auto;
    padding-left: 15px;
  }
 
  .services-banner-col { 
    display: flex;
    flex-direction: inherit;
    justify-content: inherit;
    align-items: flex-start;
  }

  .services-banner-content-div p {
    font-size: 20px;
    margin-bottom: 15px;
  }
.home-who-we-are-img  {
    margin-bottom: 20px;
}
  .landing_hero_stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 15px 20px;
    margin-bottom: -60px;
  }

  .landing_hero_stats li {
    width: 100%;
    list-style-type: none;
    margin-bottom: 20px;
  }

  .landing_hero_stat {
    font-size: 25px;
    font-weight: bold;
    /* margin-bottom: 20px; */
  }

  .landing_hero_stat_caption {
    padding-top: 20px;
    border-top: 2px solid #fff;
    font-size: 18px;
  }

  /* Services List Section Style */
  .services-list-sec {
    padding: 20px 0px;
  }

  .services-list-head {
    margin-bottom: 10px;
  }

  .services-list-head h2 {
    font-size: 25px;
    font-weight: bold;
 }

 .services-list-card-img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.services-list-card-title h3 {
  transition: color .33s ease;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
}

.services-list-card-col {
  margin-bottom: 0px;
}

.services-list-card-title{
  margin-bottom: 25px;
}
/* Services Page Responsive Style End */

/* Services Inner Page Responsive Style Start  */

.services-inner-banner { 
  background-size: contain;  
  background-position: inherit;
  height: 635px;
}
.services-inner-body-work-banner {
    height: auto;
}
.services-inner-electronics-banner {
    height: auto;
}
.services-inner-automotive-banner {
 height: auto;
}

.services-inner-car-banner {
  height: auto;
}

.services-inner-mechanical-banner {
 height: auto;
}
.services-inner-cleaning-banner {
 height: auto;
}
.services-banner-details {
    padding-top: 100px;
    background: transparent;
    position: relative; 
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; 
    padding-bottom: 40px;
    top: 0%;
}
.services-inner-galllery-banner {
  height: 100%;
}

.services-banner-details .base_link.base_link-button_styles {
        color: #ffffff;
}
.services-banner-details .base_link.base_link-button_styles .arrow-icon {
     color: #ffffff;
}
.services-banner-details .base_link.base_link-button_styles .arrow-icon svg {
    color: #000;
}
.services-banner-details .breadcrumb .breadcrumb-item {
        font-size: 15px;
            color: #ffffff;
}
.services-banner-details .breadcrumb .breadcrumb-item a {
        font-size: 15px;
            color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #ffffff;
    content: "/";
}
.breadcrumb-item.active {
    color: #ffffff;
}
.services-banner-details h1{
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.01em;
    font-size: 25px;
    color:#fff;
}

.services-banner-details p{
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.01em;
  font-size: 20px;
   color:#fff;
}

.related-services-sec{
  margin-top: 0px;
}

.services-inner-wrap {
  padding: 30px 30px;
}

.related-ser-lists, .related-services-desc {
  border-top: 0px solid #ddd;
  padding-top: 20px;
  width: 100%;
}

.related-ser-lists h2 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}

.copy_sidebar_links {
  margin-bottom: 20px;
  list-style: none;
  margin-left: -15px; 
  flex-wrap: wrap;
  display: flex;
}

.copy_sidebar_links li {
  margin-bottom: 20px;
  padding-left: 15px;
}

.related-services-desc h2 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.related-ser-lists1 h2 {
    font-size: 24px;
}
.related-services-desc p {
  font-size: 18px;
}

.service-image-gallery-sec{
  margin-top: -25px;
}

.service-image-gallery-container {
  position: relative;
  border-top: 3px solid #ddd;
  width: 85%;
  padding-top: 20px;
}

.service-image-gallery-container h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.services-inner-featured-prod{
  margin-top: -20px;
  margin-bottom: -45px;
}

.services-inner-featured-prod .related-ser-lists {
  border-top: 3px solid #ddd;
  padding-top: 20px;
  width: 100%;
}

.services-inner-featured-prod .copy_sidebar_links li a {
  font-size: 47px;
  font-weight: bold;
  width: 100%;
  display: flex;
}

.featured-partner-container {
  position: relative;
  /* max-width: 1300px; */
  width: 100%;
  padding: 30px;
}

.featured-partner-sec .text-align-right {
  text-align: left;
}

.partner-logo {
    margin-bottom: 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 60%;
}

.featured-partner-sec {
  padding-bottom: 0px;
}

.letsgo-sec{
  padding-bottom: 35px;
}
/* Services Inner Page Responsive Style End */


/* Contact Us Page Responsive Style Start */

.contact-page-banner {
  background: #e5e5e5;
  position: relative;  
  margin-top: -51px;
  padding-bottom: 10px;
}

.contact-page-wrap {
  position: relative;
  max-width: 1300px;
  padding: 60px 30px;
  margin-top: 0px;
}

.contact-banner-head-div h1{
  font-size: 35px;
}

.contact-banner-col {
  position: -webkit-sticky;
  position: relative;
  top: 0px;
  transition: top .33s ease;
}

.contact_form_link {
  cursor: pointer;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  background: 0 0;
  color: currentColor;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -.01em;
  font-size: 20px;
}

.contact_form_link svg {
  height: 13px;
}

.contact-banner-content-div {
  margin-top: -130px;
}

.contact-banner-content-div p {  
  margin-bottom: 40px;
  font-size: 20px;
}

.contact-form-button-div {
  display: grid;
  align-items: center
}
.contact-form-button-div .contact-form-button:last-child {
  margin-right: 15px;
}
.contact-form-button-div .contact-form-button {
  margin-bottom: 20px;
}

.contact-form-div {
  margin-bottom: 30px;
}

.contact-form-div .form-control {  
  font-size: 20px;  
}

.contact_form_submit {
  margin: 50px 0 0 0;
  font-size: 20px;
}

.contact-form-button {
  display: inline-block;
  border: 2px solid #000000;
  padding: 10px 20px 10px!important;
  background: transparent;
  outline: none;
  font-weight: 100;
  text-align: center;
  color: #000;
  text-decoration: none;
  border-radius: 50px;
}

.contact-directory-sec {
  position: relative;
  padding: 40px 25px 20px 25px;
}

.contact-dir-head h3 {
  padding-top: 15px;
  font-size: 25px;
  font-weight: bold;
  border-top: 3px solid #ddd;
}

.contact-dir-list {
  padding-top: 20px;
}

.contact-location {
  position: -webkit-sticky;
  margin-bottom: 25px;
}

.contact-location h3 {
  font-size: 25px;
}

.contact-address h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.add-div p {
  margin-bottom: 5px;
  font-size: 16px;
}

.contact-address a {
  font-size: 16px;
}


/* Contact Us Page Responsive Style End */

/* Privacy Policy Page Responsive Style */

.privacy-page-banner {
  padding: 20px 20px 45px;
}
.privacy-div {
  margin-bottom: 30px;
}
.privacy-banner-content-div p {
  margin-bottom: 15px;
  font-size: 20px;
}

/*Accordion Responsive Style*/
.breadcrumb {
 margin-top:1rem;   
}
.featured-par-head h2 {
    font-size: 25px;
    margin-top:8%;
}
.related-ser-lists1 h1 {
    font-size: 20px !important;
    margin-bottom:0px;
}

.related-ser-lists1 p {
    font-size: 18px !important;
    color: #000;
    line-height: 30px !important;
}

/*Modal Responsiveness style*/
.close {
    color: #040404;
    position: absolute !important;
    top: 35px !important;
    right: 35px !important;
    font-size: 40px;
    font-weight: bold;
}
.mySlides img {
    position: relative!important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}
.numbertext {
    color: #24438a;
    font-size: 25px;
    padding: 15px 15px;
    position: absolute;
    top: 125px !important;
    /* bottom: 30px; */
    left: -50px !important;
}

.caption-container {
    padding: 25px 16px;
    font-size: 25px;
    width: 90% !important;
    top: 400px !important;
    /* right: 0px; */
    left: 25px !important;
    color: #000;
    position: fixed;
}

.slide-cont-container {
    position: relative;
    /* float: right; */
    bottom: -160px !important;
    left: -20px !important;
}
.banner-section {
  margin-top: 76px;
}

.eae-header .navbar.colorNav{
    background-color: #24438a !important;
    height: 91px;
    transition: all 0.2s ease;    
}

.eae-header .navbar.darkHeader{
    height:70px;
}

.eae-header .navbar.darkHeader .navbar-toggler{
    top:-2px;
}
.eae-header .navbar.darkHeader.navbar-dark .navbar-brand img{
      height: 53px;
}
.eae-header .navbar.colorNav.navbar-dark .navbar-brand img {
  height: 60px;
}

.eae-header .navbar.colorNav{
    height: 76px;
}

}
  
  /* Tab Devices */
  @media only screen and (min-width: 768px) and (max-width: 1023.5px) {
.partner-logo {
    margin-top: 25%;
    margin-bottom: 25%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    } 
      
 .services-inner-body-work-banner {
    height: 850px;
}
.services-inner-electronics-banner {
    height: 850px;
}
.services-inner-automotive-banner {
 height: 850px;
}

.services-inner-car-banner {
  height: 850px;
}

.services-inner-mechanical-banner {
 height: 850px;
}
.services-inner-cleaning-banner {
 height: 850px;
}
    /* Home Page Responsive Style Start */
   /* Common Style */
    .common-sec-spacing {
         padding-right: 30px;
    padding-left: 30px;
  }
  
  /* Header Style */
  .eae-header .navbar-brand img {
    height: 75px;
    width: auto;
    padding: 15px 0px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  
  .navbar-collapse {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0px;
    background-color: #24438a;
    z-index: 98;
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: left !important;
    /* align-items: flex-start; */
    margin: 0;
    transition: all 500ms ease-in;
  }
  
  .dropdown-menu.show {
    display: block;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -70px;
    /* right: -45px; */
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 3rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    /* width: 14px !important; */
  }
  
  
  /* Banner Section Style */
  
  .indicators_wrapper {
    right: 0px;
    bottom: -30px;
    align-items: center;
    justify-content: center;
  }
  
  #main_banner .indicators_wrapper .carousel-indicators li {
    position: relative;
    margin: 22px 0;
    color: hsla(0, 0%, 100%, .3);
    /* color: #ffffff; */
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
  }
  
  #main_banner .indicators_wrapper .carousel-indicators li:not(:last-child):after {
    content: "";
    width: 1px;
    background-color: hsla(0, 0%, 100%, .3);
    height: 35px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateY(70%);
  }
  
  #main_banner .caption {
    top: 0;
    z-index: 1;
    left: 100px;
    width: 100%;
  }
  .banner-heading {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 40px;
    width: 600px;
  }
  
  .banner-para {
    font-size: 20px;
    width: 500px;
    line-height: 35px;
  }
  
  /* Home-who-we-are Section Style*/
  .common-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .home-who-we-are-content{
    width: 100%;
  }
  .section-heading {
    font-size: 30px;
    font-weight: bold;
  }
  
  .home-who-we-are-content p {
    width: 85%;
    padding-bottom: 20px;
  }
  
  .section-para {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    /* color: #828282; */
  }
  
  /* Services Section Style */
  .services-sec {
    position: relative;
    padding: 40px 0px;
  }
  
  .services-wrap {
    width: 90%;
    margin-left: 4%;
  }
  
  .service-head-row {
    position: relative;
    margin-top: 60px;
    padding-bottom: 25px;
  }
  
  .services-head-div h2{
    font-size: 30px;
    width: 100%;
  }
  
  .base_link.base_link-button_styles {
    line-height: 0;
    letter-spacing: 0;
    color: #24438a;
    display: inline-block;
    padding-right: 25px;
    position: relative;
    font-size: 31px;
    padding-top: 0px;
    font-weight: 500;
  }
  .services-swiper-text h3{
    font-size: 20px;
  } 
  
  /* Lets go Section Style */
  
  .cta_band {
    color: #fff;
    position: relative;
    height: 30vw;
    margin-top: 0px;
  }
  
  .cta_title {
    font-size: 50px;
    font-weight: 600;
  }
  
  /* Contact Us Section Style */
  
  .contactus-sec {
    position: relative;
    padding: 20px 10px;
  }
  
  .common-head-div h4{
    font-size: 35px;
  }
  .common-head-div p{
    font-size: 20px;
  }
  
  .location-address-container {
    position: relative;
    padding: 15px 0px;
  }
  
  .location-address-list {
    padding: 0px;
    width: 100%;
    margin-left: -30px;
  }
  
  .no-of-address {
    padding-bottom: 15px;
  }
  
  .no-of-address h6 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #24438a;
  }
  .contact-address-text {
    padding-left: 25px;
  }
  
  .contact-address-text i {
    font-size: 20px;
    color: #24438a;
  }
  
  .contact-address-text p{
    font-size: 20px;
  }
  .iframe-map iframe {
    width: 100%;
    height: 230px;
    object-fit: contain;
    position: relative;
    border: none;
  }
  
  /* Footer Style */
  .eae-footer-sec {
    position: relative;
    padding: 25px 25px 0px 25px;
    background-color: #24438a;
    color: #ffffff;
    position: -webkit-sticky;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  
  .footer-logo-div img {
    width: 130px;
    margin-bottom: 30px;
  }
  
  .footer-title {
    position: relative;
    color: #fff;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 25px;
  }
  
  .footer-links-list p {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
  }
  .footer-links-list i{
    font-size: 20px;
  }
  
  .social-media-icons a i {
    color: #ffffff;
    font-size: 18px;
  }
  
  .social-media-icons a {
    margin: 0px 10px 0px 0px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .copyRightDiv {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #ffffff;
  }
  .copyRightDiv p {
    margin-bottom: 0;
  }
  .footer-links-div  .col-md-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
   .footer-links-div  .col-md-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer-links-content-col.col-md-3 {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-links-content-col.col-md-3 .footer-links-content{
          /*width: 100%;*/
          width: 73%;
  }
  /* Home Page Responsive Style End */
  
  /* Services Page Responsive Style Start */

  .services-page-wrap {
    padding: 15px 30px 0px 30px;
  }

  .services-page-banner {
    position: relative;
    display: flex;
    padding-top: 85px;
    padding-bottom: 70px;
  }

  .services-banner-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .services-banner-head-div h1 {
      font-size: 45px;
      font-weight: 600;
  }

  .services-banner-content-div p {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .landing_hero_stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px;
    margin-bottom: -60px;
  }

  .landing_hero_stats li {
    width: 100%;
    list-style-type: none;
    margin-bottom: 30px;
  }

  .landing_hero_stat {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .landing_hero_stat_caption {
    padding-top: 15px;
    border-top: 2px solid #fff;
    font-size: 22px;
  }

 /* Services list Section Style */

  .services-list-sec {
    padding: 10px 0px;
  }

  .services-list-head {
    margin-bottom: 10px;
  }

  .services-list-head h2 {
    font-size: 40px;
    font-weight: bold;
  }

  .services-list-card-col {
    margin-bottom: 10px;
  }

  .services-list-card-img {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }

  .services-list-card-col {
    margin-bottom: 20px;
  }

  .services-list-card-title h3 {
    transition: color .33s ease;
    position: relative;
    overflow: hidden;
    font-size: 24px;
    font-weight: bold;
  }
  /* Services Page Responsive Style End */

  /* Services Inner Page Responsive Style Start */

 .services-banner-details {
    padding-top: 50px;
    background: #fff;
    position: absolute;
    bottom: -15px;
    right: -4vw;
    width: 80%;
    padding-left: 50px;
    padding-right: 60px;
    top: 360px;
  }

  .services-banner-details h1{
    font-size: 42px;
    font-weight: 600;
  }

  .services-banner-details p{
    font-size: 22px;
  }

  .services-inner-banner .base_link.base_link-button_styles {
    line-height: 1;
    letter-spacing: 0;
    color: #24438a;
    display: inline-block;
    padding-right: 25px;
    position: relative;
    font-size: 22px;
    padding-top: 4px;
    font-weight: 500;
  }

  .related-services-sec{
    margin-top: 10px;
  }

  .services-inner-wrap {
    padding: 40px 50px;
  }

  .related-services-sec .base_link.base_link-button_styles {
    line-height: 1;
    letter-spacing: 0;
    color: #24438a;
    display: inline-block;
    padding-right: 25px;
    position: relative;
    font-size: 22px;
    padding-top: 4px;
    font-weight: 500;
  }
.related-ser-lists1 h1 {
    font-size: 30px; 
}
  .service-image-gallery-container {
    position: relative;
    border-top: 3px solid #ddd;
    padding: 30px 50px 0px;
  }

  .service-image-gallery-container h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .related-ser-lists h2 {
    font-size: 30px;    
  }

  .services-inner-featured-prod .copy_sidebar_links li a {
    font-size: 55px;
  }

  .featured-partner-sec {
    /* padding-bottom: 50px; */
    padding: 10px 50px;
  }

  .featured-partner-container {
    /* position: relative; */
    /* max-width: 1300px; */
    padding: 0;
  }

  .featured-par-head h2 {
    font-size: 30px;
    font-weight: bold;
  }

  .featured-par-head p {
    font-size: 20px;
  }

  .featured-partner-sec .text-align-right {
    /* text-align: right; */
    right: 50px;
  }

  .featured-partner-sec .base_link.base_link-button_styles {
    line-height: 1;
    letter-spacing: 0;
    color: #24438a;
    display: inline-block;
    padding-right: 25px;
    position: relative;
    font-size: 30px;
    padding-top: 4px;
    font-weight: 500;
  }

  /* Services Inner Page Responsive Style End */


  /* Contact Us Page Responsive Style Start */

  .contact-page-banner {
    padding-bottom: 0px;
  }

  .contact-page-wrap {
    position: relative;    
    margin-top: 30px;
    padding: 30px 60px;
  }

  .contact-banner-col {
    position: relative;   
    top: 0px;
  }

  .contact-banner-head-div h1 {
    font-size: 55px;
  }

  .contact-banner-content-div p {
    margin-bottom: 40px;
    font-size: 25px;
  }

  .contact-form-div {
    margin-bottom: 40px;
  }

  .contact-banner-content-div h3 {
    margin-bottom: 35px;
    font-size: 30px;
  }

  .contact-form-button-div {
    display: flex;
    align-items: center;
  }

  /*.contact-form-button {*/
  /*  padding: 6px 5px 6px!important;*/
  /*  font-weight: 100;*/
  /*}*/
.contact-form-button {
    padding: 6px 10px 0px!important;
    font-weight: 100;
    font-size: 15px;
    /*padding: 6px 7px 0px!important;*/
    /*font-weight: 100;*/
}
.contact-form-button-div .contact-form-button {
    margin-right: 15px;
}
  .contact-directory-sec {
    position: relative;
    padding: 50px 60px 50px 60px;
  }

  .contact-dir-head h3 {
    padding-top: 25px;
    font-size: 40px;
  }

  .contact-dir-list {
    padding-top: 30px;
  }

  .contact-location {
    position: relative;
    top: 0px;
  }

  .contact-location h3 {
    font-size: 30px;
  }

  .contact-address h3 {
    font-size: 25px;
  }

  .add-div p {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .contact-address a {
    font-size: 20px;
  }



  /* Contact Us Page Responsive Style End */


  /* Privacy Policy Page Responsive style */
  .privacy-page-banner {    
    padding: 40px;
  }
  
  
  /*Modal Responsiveness Style*/
  
  .close {
    top: 40px !important;
    right: 50px !important;
    font-size: 60px !important;
    }
    
   .mySlides img {
    right: 128px !important;
    
    /*position: absolute!important;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*height: 100%;*/
    /*width: 100%;*/
    }

    .numbertext {
    font-size: 40px !important;
    bottom: -165px !important;
    left: -340px !important;
    top: inherit !important;
    }
    
    .caption-container {
   font-size: 30px !important;
    width: 80% !important;
    top: inherit !important;
    bottom: 215px !important;
    right: 100px !important;
    }
    
    .slide-cont-container {
    bottom: -225px !important;
    left: -78px !important;
}
    
    
    
  }
  
  /* Large Devices */
  @media only screen and (min-width: 1024px) and (max-width: 1280px)  { 
      
.partner-logo {
    margin-top: 20%;
    margin-bottom: 20%;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}  
    
  /* Home Page Responsive Style Start */
  /* EAE Header Style */
  .eae-header .navbar-collapse .nav-link {
    color: #fff;
    font-size: 3rem;
    line-height: 5rem;
    font-weight: 400;
  }
  
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: -70px;
    /* right: -45px; */
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 3rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    /* width: 14px !important; */
  }
  
  .navbar-collapse {
    position: fixed;
    width: 50% !important;
    height: 100% !important;
    top: 0px;
    background-color: #24438a;
    z-index: 98;
    display: flex;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: left !important;
    /* align-items: flex-start; */
    margin: 0;
    transition: all 500ms ease-in;
  }
  
  
  /* Banner Section Style */
  
  .indicators_wrapper {
    right: 80px;
  }
  
  #main_banner .indicators_wrapper .carousel-indicators li {
    position: relative;
    margin: 30px 0;
    color: hsla(0, 0%, 100%, .3);
    /* color: #ffffff; */
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
  }
  
  #main_banner .indicators_wrapper .carousel-indicators li:not(:last-child):after {
    content: "";
    width: 1px;
    background-color: hsla(0, 0%, 100%, .3);
    height: 45px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateY(70%);
  }
  
  .banner-heading {
    font-size: 45px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 50px;
    width: 550px;
  }
  
  .banner-para {
    font-size: 25px;
    width: 550px;
  }
  
  
  /* Home Who we are Section Style */
  
  .common-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .common-sec-spacing {
    padding-right: 30px;
    padding-left: 30px;
  }
  flex-space-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home-who-we-are-content{
    width: 500px;
  }
  
  .home-who-we-are-content p {
    width: 90%;
    padding-bottom: 20px;
  }
  
  .section-para {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 25px;
    /* color: #828282; */
  }
  
  .base_link.base_link-button_styles {
    font-size: 30px;
   }
  
  /* Service Section Style */
  .services-sec {
    position: relative;
    padding: 35px 0px;
  }
  
  .services-wrap {
    width: 90%;
    margin-left: auto;
  }
  
  .service-head-row {
    position: relative;
    margin-top: 60px;
    padding-bottom: 40px;
  }
  
  /* Contact us Section Style */
  
  .contactus-sec {
    position: relative;
    padding: 30px 30px;
  }
  
  .contactus-sec .section-heading {
    font-size: 50px;
    font-weight: bold;
  }
  
  .common-head-div p{
    font-size: 22px;
  }
  
  .location-address-container {
    position: relative;
    padding: 20px 0px;
  }
  
  .location-address-list {
    padding: 15px;
  }
  
  /* Footer Style */
  .eae-footer-sec {
    position: relative;
    padding: 30px 30px 0px 30px;
    background-color: #24438a;
    color: #ffffff;   
    left: 0;
    bottom: 0;
    width: 100%;
  }
  /* Home Page Responsive Style End */


  /* Services Page Responsive Style Start */

  /* Services Page Banner Style */
  .services-page-banner {
    position: relative;
    display: flex;
    padding-top: 90px;
    padding-bottom: 150px;
  }

  .services-banner-head-div h1 {
    font-size: 50px;
    font-weight: 600;
  }

  .services-page-wrap {
    padding: 30px 30px 0px 30px;
  }

  .services-banner-content-div p {
    font-size: 25px;
    margin-bottom: 50px;
  }

  .landing_hero_stats {
    margin-bottom: -150px;
  }

  .landing_hero_stats li {
    width: 40%;
    list-style-type: none;
    margin-bottom: 35px;
  }

  .landing_hero_stat {
    font-size: 35px;
    font-weight: bold;
    /* margin-bottom: 20px; */
  }

  .landing_hero_stat_caption {
    padding-top: 15px;
    border-top: 2px solid #fff;
    font-size: 25px;
  }

  /* Services List Section Style */
  .services-list-sec {
    padding: 10px 0px;
  }

  .services-list-head {
    margin-bottom: -10px;
  }

  .services-list-head h2 {
    font-size: 50px;
    font-weight: bold;
  }

  .services-list-card-title h3 {    
    font-size: 30px;    
  }

  .services-list-card-col {
    margin-bottom: 15px;
  }


  /* Services Page Responsive Style End */


  /* Services Inner Page Responsive Style Start */

  .services-banner-details {
    padding-top: 100px;
    background: #fff;
    position: absolute;
    bottom: -70px;
    right: -4vw;
    width: 80%;
    padding-left: 100px;
    padding-right: 60px;
    padding-bottom: 100px;
  }

  .services-inner-banner h1{
    font-size: 42px;
    font-weight: 600;
  }

  .services-inner-wrap {
    padding: 50px 70px;
  }

  .service-image-gallery-container {
    padding: 40px 65px;
    width: 90%;
  }

  .related-ser-lists h2 {
    margin-bottom: 25px;
    font-size: 30px;
  }

  .services-inner-featured-prod .copy_sidebar_links li a {
    font-size: 50px;
  }

  .featured-partner-sec {
    padding-bottom: 30px;
  }

  .featured-partner-container {
   width: 90%;
    padding: 20px;
  }


  .featured-partner-sec .base_link.base_link-button_styles {
    font-size: 25px;
  }

  .related-services-sec .base_link.base_link-button_styles {
    font-size: 25px;
  }

  .services-inner-banner .base_link.base_link-button_styles {
    font-size: 25px;
  }

  /* Services Inner Page Responsive Style End */


  /* Contact Us Page Responsive Style Start */

  .contact-page-banner {
    padding-bottom: 0px;
  }
  .contact-page-wrap {
    margin-top: 0px;
    padding: 45px 85px;
  }
  .contact-banner-col {
    position: relative;
    top: 0px;
    transition: top .33s ease;
  }

  .contact-banner-head-div h1 {
    font-size: 55px;
  }

  .contact_form_link svg {
    margin-right: 10px;
    height: 20px;
    width: auto;
    transform: rotate(90deg);
  }

  .contact-banner-content-div p {
    margin-bottom: 55px;
    font-size: 25px;
  }

  .contact-form-div {
    margin-bottom: 50px;
  }

  .contact-banner-content-div h3 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .contact-form-button {
    padding: 12px 25px 9px!important; 
    font-weight: 100;  
  }

  .contact-directory-sec {
    position: relative;
    padding: 60px 85px 40px 85px;
  }

  .contact-dir-head h3 {
    padding-top: 25px;
    font-size: 35px;
  }

  .contact-location {   
    position: relative;
    top: 0px;
  }

   /* Contact Us Page Responsive Style End */

   /* Privacy Policy Page Responsive Style */
   .privacy-page-banner {    
    padding: 40px;  
  }
  
  }
  
  
   .row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .column {
    float: left;
    width: 25%;
  }

  /* The Modal (background) */
.modal {
  display: none;
  position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fefefe;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 53%;
  border: 0;
}

/* The Close Button */
.close {
  color: #040404;
    position: absolute;
    top: 90px;
    right: 335px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.slide-cont-container{
  position: relative;
    /* float: right; */
    bottom: 350px;
    left: 650px;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */

.next {
  cursor: pointer;
    position: absolute;   
    width: auto;
    bottom: 10px;
    padding: 16px;
    color: black;
    align-items: center;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
}
.prev{
  left: -30px;
    cursor: pointer;
    position: absolute;
    width: 36px;
    bottom: 26px;
    /* padding: 16px; */
    color: black;
    align-items: center; 
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    user-select: none;
    -webkit-user-select: none;
}
/* .next img{
  transform: rotate(180deg);
} */ 
/* Position the "next button" to the right */
.next {
 
  /* right: 0; */
  /* border-radius: 3px 0 0 3px; */
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  /* background-color: rgba(0, 0, 0, 0.8); */
  color: #24438a;
}

/* Number text (1/3 etc) */
.numbertext {
 color: #24438a;
  font-size: 25px;
  padding: 15px 15px;
  position: absolute;
  top: 75px;
  /* bottom: 30px; */
  left: 210px;
}


.caption-container {
  padding: 25px 16px;
    font-size: 25px;
    width: 20%;
    top: 210px;
    right: 255px;
    /* left: 400px; */
    color: #000;
    position: fixed;
}

.mySlides img{
  width: 700px;
  height: 100%; 
  right: 170px;
  position: relative;

}

.demo {
  opacity: 0.6;
  display: none;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}





@keyframes flipdown {
0% {
  opacity: 0;
  transform-origin: top center;
  transform: rotateX(-90deg);
}
5% {
  opacity: 1;
}
80% {
  transform: rotateX(8deg);
}
83% {
  transform: rotateX(6deg);
}
92% {
  transform: rotateX(-3deg);
}
100% {
  transform-origin: top center;
  transform: rotateX(0deg);
}
}

.border-none{
  border:none;
  padding-bottom: 40px;
}


.home-who-we-are h1 {
    font-size: 30px;
    width: 75%;
}

