html{
        overflow-x: hidden;
}
body{
    overflow: hidden;
  margin: auto;
font-family: "DM Sans", sans-serif !important;
    
}

p{
    margin-bottom: 0;
}







.ip-loader{
    margin-left: 0px!important;
    bottom: 41%!important;
    
}
.loader {
  width: 195px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  animation: filter-animation 3s infinite;
  
}
.loading img {
    width: 190px;
    animation: reveal-bottom 2s ease-in-out forwards;
    clip-path: inset(100% 0 0 0); /* Start fully hidden from bottom */
}

@keyframes reveal-bottom {
  to {
    clip-path: inset(0 0 0 0); /* Fully revealed */
  }
}








.whatsapp {
    background-color: #062e42;
    z-index: 999;
    right: 1rem;
    bottom: 1rem;
    -webkit-box-shadow: 0 0 0 #0568a8;
    box-shadow: 0 0 0 #0568a8;
    -webkit-animation: 1.5s infinite pulse;
    animation: 1.5s infinite pulse;
    width: 4rem;
    height: 4rem;
    color: white;
    border-radius: 50%;
}

.whatsapp svg {
    width: 2rem;
    height: 2rem;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2eb843
    }

    70% {
        -webkit-box-shadow: 0 0 0 1.25rem rgba(5,103,168,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(5,103,168,0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #062e42;
        box-shadow: 0 0 0 0 #062e42
    }

    70% {
        -moz-box-shadow: 0 0 0 1.25rem rgba(5,103,168,0);
        box-shadow: 0 0 0 1.25rem rgba(5,103,168,0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(5,103,168,0);
        box-shadow: 0 0 0 0 rgba(5,103,168,0)
    }
}




/*#062e42*/











.bnr-carousel .owl-nav {
    display: none;
}


.wsideimg-inn {
    width: auto;
    float: left;
    position: absolute;
    right: -82px;
    top: 40px;
}
.wsideimg-inn img {
    width: 100%;
    float: left;
    max-width: 420px;
}


.ct-boxex{
  width: 100% !important;
}







/*mob*/
/* Wrapper */
/* Wrapper & Container */
.mobile-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  float: right;
}

.content {
  background: aliceblue;
  display: block;
  width: 100%;
  height: 100%;
}

nav {
  position: relative;
}

/* Hide native checkbox */
nav input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

/* Hamburger Icon */


.hamburger-label {
  position: absolute;   /* Use absolute for positioning inside the container */
  top: 39px;
  right: 20px;          /* Aligns to the right side */
  z-index: 1100;
  width: 30px;
  height: 24px;
  cursor: pointer;
}
.mobile-container {
  position: relative;
}


.hamburger-label::before,
.hamburger-label::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #e86027;
  left: 0;
  transition: 0.3s ease;
}

.hamburger-label::before {
  top: 0;
}

.hamburger-label::after {
  top: 10px;
}

/* Becomes X when open */
#hamburger1:checked + .hamburger-label::before {
  transform: rotate(45deg);
  top: 8px;
}

#hamburger1:checked + .hamburger-label::after {
  transform: rotate(-45deg);
  top: 8px;
}

/* Overlay full menu */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* Show overlay */
#hamburger1:checked ~ .overlay {
  opacity: 1;
  visibility: visible;
}

/* Navigation links */
.nav-links {
  margin: 0px 0 0 0;
 padding: 125px 0;
 background: #062d42;
}

.nav-links li {
  list-style: none;
  /*border-bottom: 1px solid #ddd;*/
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.nav-links li a,
.submenu-label {
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: white;
  background: #062d42;

}

.nav-links li a:hover,
.submenu-label:hover {
  color: #e86027;
}

/* Animate in when menu opens */
#hamburger1:checked ~ .overlay .nav-links li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

#hamburger1:checked ~ .overlay .nav-links li:nth-child(1) { transition-delay: 0s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(2) { transition-delay: 0.1s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(3) { transition-delay: 0.2s; }
#hamburger1:checked ~ .overlay .nav-links li:nth-child(4) { transition-delay: 0.3s; }

/* Submenu */
.has-submenu {
  position: relative;
}

.has-submenu input[type="checkbox"] {
  display: none;
}

.submenu {
  display: none;
  background: #f9f9f9;
}

.submenu li a {
  font-size: 16px;
  padding: 10px 40px;
  border-top: 1px solid #ddd;
}

.has-submenu input[type="checkbox"]:checked ~ .submenu {
  display: block;
  padding-left: 0;
}

@media(min-width:1025px){
  .mobile-wrapper{
    display: none;
  }
}
/*mob*/

.header_menu_area ul li a img{
  margin-left: 0px;
    width: 17px;
}

.header_menu_area {
    width: 100%;
    position: relative;
    text-align: center;
}
.header_menu_area > ul {
    padding-right: 0px;
    padding: 0px 0px 0px 0px;
    width: auto;
    float: left;
    vertical-align: middle;
}

.header_menu_area > ul > li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #000000;
    float: left;
    text-decoration: none;
    list-style-type: none;
    position: relative;
    padding: 0px 11px 0px 11px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.header_menu_area > ul > li > a {
    position: relative;
    float: left;
    color: #FFFFFF;
    text-decoration: none;
   
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.header_menu_area > ul > li > a:hover{
    color: #e86027;
}
.stable{
  color: #e86027 !important;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 0px;
    /* height: 0; */
    padding: 0;
    width: 230px;
    position: absolute;
    right: 20px;
    padding-top: 30px;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 99999;
    /* transform: translate(0, 20px); */
    /* transition: all .2s ease-out; */
    /* -webkit-transform: perspective(600px) rotateX(-90deg); */
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    /* transform: perspective(600px) rotateX(-90deg); */
    /* -webkit-transition: -webkit-transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end; */
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    /* transition: transform .5s ease, opacity .6s ease, max-height .6s step-end, max-width .6s step-end, padding .6s step-end; */
}
.lot-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
}

.menu ul li a:hover, .menu ul li:hover>a {
    background: #ffffff;
    color: black;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}








.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: left;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
    /* z-index: 9; */
    /* padding-bottom: 50px; */
}
.menu ul li a {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px;
    display: block;
    color: #ffffff;
  background: #062d42;
    text-align: -webkit-match-parent;
    text-decoration: none;
    /* border-radius: 30px; */
    /* margin-bottom: 10px; */
    text-align: left;
    border-bottom: 1px solid #ffffff;
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0, 0); */
    transition: all .5s ease-out;
    height: auto;
    right: -80px;
}

/*start*/
.header{
  width: 100%;
  float: left;
  position: relative;
    z-index: 11;
  padding-top: 25px;
}
.logo{
  width: 100%;
  float: left;

}
.logo img{
  width: 100%;
  max-width: 148px;
  float: left;
}
.hdr-menu{
  width: 100%;
  float: left;
}
.menus{
  width: 100%;
  float: left;
  padding-top: 40px;
  padding-left: 8px;
}
.banner {
    width: 100%;
    float: left;
    position: relative;
    margin-top: -125px;
}
.banner img{
  width: 100%;
  float: left;
  position: relative;
  height: 727px;
  object-fit: cover;

}
.bnrtext {
    width: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 227px;
}
.bnrtext h2{
  width: 100%;
  float: left;
  text-align: center;
  color: white;
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 112%;
  padding-bottom: 18px;
}
.bnrtext h2 span{
  font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
}
.bnrtext p{
  width: 100%;
  float: left;
  text-align: center;
  color: #F3F3F3;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 18px;
}
.more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.more a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #E36632;
  border-radius: 32px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 12px 24px;
  height: 48px;
  gap: 10px;
  overflow: hidden;
  z-index: 1;
}

.more a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #062D42;
  border-radius: 32px;
  z-index: 0;
  transition: width 0.4s ease-in-out;
}

.more a:hover::before {
  width: 100%;
}

.more a span,
.more a img {
  position: relative;
  z-index: 2;
}

.more img {
  width: 24px !important;
  height: auto;
}



.more.nw a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 32px;
  z-index: 0;
  transition: width 0.4s ease-in-out;
}

.more.nw a:hover::before {
  width: 100%;
}

.more.nw a:hover {
  color: #000000;
}

.more.nw a span,
.more.nw a img {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease, filter 0.3s ease;
}

.more.nw a img {
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1); /* default white image */
}

.more.nw a:hover img {
  filter: brightness(0); /* turns it black */
}









/*ftr*/


.more.ftr a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 32px;
  z-index: 0;
  transition: width 0.4s ease-in-out;
}

.more.ftr a:hover::before {
  width: 100%;
}

.more.ftr a:hover {
  color: #000000;
}

.more.ftr a span,
.more.ftr a img {
  position: relative;
  z-index: 2;
  transition: color 0.3s ease, filter 0.3s ease;
}

.more.ftr a img {
  width: 24px;
  height: auto;
  filter: brightness(0) invert(1); /* default white image */
}

.more.ftr a:hover img {
  filter: brightness(0); /* turns it black */
}


/*ftr*/















.section2{
  width: 100%;
  float: left;
  padding-top: 90px;
  padding-bottom: 100px;
}
.stion2-hds{
  width: 50%;
  float: left;
}
.mention {
  background: #BFE6FC;
  width: 131px;
  height: 33px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* space between dot and text */
}

.mention h6 {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #4A5E6D;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}


.mention span {
  width: 13px;
  height: 13px;
  background: #E86027;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0; /* Prevent shrinking inside flex */
}

.stion2-hds h2{
  padding: 16px 0;
  width: 100%;
  float: left;
  margin-bottom: 0;
  text-align: left;
  color: #032537;
  font-size: 55px;
  font-weight: 500;
  line-height: 127%;
  letter-spacing: -2px;
}
.stion2-hds p{
  width: 96%;
  float: left;
  text-align: left;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 400;
  line-height: 169%;
  padding-bottom:49px;
}
.nbluebx{
  transition: background 1s ease;
  position: relative;
  width: 435px;
  height: 229px;
  float: left;
  background: #062D42;
  border-radius: 16px;
  padding: 0px 21px 0px 26px;
  overflow: hidden;
}
.nbluebx h3 {
  padding-bottom: 16px;
  padding-top: 50px;
    width: auto;
    float: left;
    text-align: left;
    color: #E86027;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 0;
}
.nbluebx h4{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.white-rt{
  transition: background 1s ease;
  margin-top: 17px;
  width: 71px;
  height: 71px;
  float: right;
  background: white;
  border-radius: 100px;
  display: inline-flex;
    align-items: center;
    justify-content: center;
}
.white-rt img{
  width: 100%;
  float: left;
  max-width: 40px;
}
.line-line {
    width: auto;
    float: right;
    position: absolute;
    right: -165px;
    top: -168px;
}
.line-line img{
  width: 100%;
  float: left;
  max-width: 436px;
  animation: rotateLine 20s linear infinite; /* 20s = speed, adjust if needed */
}
@keyframes rotateLine {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.nbluebx:hover .white-rt {
    background: #E86027;
}





.stion2-img{
  width: 50%;
  float: left;
  position: relative;
}
.stion2-img1{
  width: 100%;
  float: right;
  position: relative;
    overflow: hidden;
}
.stion2-img1:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.stion2-img1:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}










.stion2-img1 img {
    width: 100%;
    float: right;
    max-width: 522px;
    height: 673px;
    object-fit: cover;
    border-radius: 30px;
    position: relative;
}
.stion2-img2 {
    position: absolute;
    float: left;
    left: -131px;
    bottom: 0;
}
.stion2-img2 img {
    width: 100%;
    float: left;
    max-width: 248px;
}

.section3{
  width: 100%;
  float: left;
  padding-bottom: 106px;

}
.stion3-hd{
  width: 100%;
  float: left;
  text-align: center;
}
.stion3-hd h2{
  padding-top: 16px;
  padding-bottom: 62px;
  width: 100%;
  float: left;
  text-align: center;
  color: #01131C;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 500;
  line-height: 127%;
  letter-spacing: -1px;
}
.stion3main{
  width: 100%;
  float: left;
  padding: 50px 19px;
  background: #C4EAFE;
  border-radius: 30px;
  transition: all 0.6s ease;
}
.stion3main:hover{
  background: #062D42;
  transition: all 0.6s ease;
}
.stion3main:hover h3{
color: white;
  transition: all 0.6s ease;
}
.stion3main:hover h2{
color: white;
  transition: all 0.6s ease;
}
.stion3main h3{
  width: 100%;
  float: left;
  color: #062D42;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 16px;
}
.stion3main h2{
  width: 100%;
  float: left;
  text-align: left;
  color: #062D42;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 127%;
  padding-bottom: 25px;
}

.stion3main p{
  width: 100%;
  float: left;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 159%;
  color:#6D6D6D;
  padding-bottom: 28px;
}
.stio3-twobx{
  width: 100%;
  float: left;
}
.s3whiteinn{
  width: 148px;
  height: 33px;
  float: left;
  background: white;
  border-radius: 100px;
  display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.s3whiteinn span {
    width: 13px;
    height: 13px;
    background: #062D42;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.s3whiteinn h6 {
    display: flex
;
    align-items: center;
    gap: 6px;
    color: #4A5E6D;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}
.stion3imgbx{
  width: 100%;
  float: left;
  position: relative;
    overflow: hidden;
}




.stion3imgbx:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.stion3imgbx:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}











.stion3imgbx img {
    width: 100%;
    float: left;
    /* max-width: 400px; */
    border-radius: 30px;
    height: 383px;
    object-fit: cover;
}

.sg {
    width: auto;
    float: right;
    position: absolute;
    right: -115px;
    top: 87px;
}
.sg img{
  width: 100%;
  float: left;
  max-width: 325px;
}
.section4{

  width: 100%;
  float: left;
  background: #062D42;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.section4 h2{
  width: 100%;
  float: left;
  color: white;
  font-size: 55px;
  font-weight: 500;
  line-height: 127%;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 62px;
}
.ser-stion4{
  width: 100%;
  float: left;
  padding: 20px 20px;
  background: white;
  border-radius: 16px;
  transition: all 0.6s ease;
  position: relative;
}
.ser-stion4 img{
  width: 100%;
  float: left;
  max-width: 340px;
  border-radius: 16px;
}
.ser-stion4 h2{
  width: 100%;
  float: left;
  text-align: left;
  color: #062D42;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  padding-top: 34px;
  padding-bottom: 20px;
}
.ser-stion4 p{

  width: 100%;
  float: left;
  text-align: left;
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}
.ser-stion4:hover{
background: #C4EAFE;
transition: all 0.6s ease;
}
.ser-arrow{
  width: auto;
  float: right;
  position: absolute;
  right: 35px;
    top: 180px;
    opacity: 0;
    transition: all 0.7s ease;
}
.ser-stion4:hover .ser-arrow{
   opacity: 1;
    transition: all 0.7s ease;
} 
.ser-arrow img{
  width: 100%;
  float: left;
  max-width: 67px;
  border-radius: unset;
}
.section5{
  width: 100%;
  float: left;
  padding-top: 137px;
  padding-bottom: 117px;

}
.section5-hd{
  width: 100%;
  float: left;
}
.section5-hd h2{
  width: 100%;
    float: left;
    color: #032537;
    font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 63px;
}
.section5-pera{
  width: 100%;
  float: left;
}

.section5-pera p{
color: #2F2F2F;
width: 100%;
float: left;
text-align: left;
font-size: 16px;
font-weight: 400;
line-height: 169%;
padding-bottom: 31px;
}
.enother{
  display: unset;
}
.hilats-main{
  width: 100%;
  float: left;
}
.hlat-scolrbx{
  width: 262px;
  float: left;
  border-radius: 16px;
  background:#C4EAFE;
  padding: 83px 13px 30px 17px;
  position: relative;
  margin-bottom: 16px;

}
.hlat-scolrbx h3{
  width: 100%;
  float: left;
  text-align: left;
  color: #062D42;
  font-size: 65px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 9px;
}
.hlat-scolrbx p{
  width: 100%;
  float: left;
  text-align: left;
  color: #1D4E68;
  font-size: 20px;
  font-weight: 500;
}
.hlat-right{
  width: 32px;
  height: 32px;
  background: white;
  position: absolute;
  right: 10px;
    top: 14px;
  border-radius: 100px;
  display: inline-flex
;
    align-items: center;
    justify-content: center;
}
.hlat-right span{
  width: 14px;
  height: 14px;
  background: #E86027;
  float: left;
    border-radius: 100px;
}
.hilats-main img{
  width: 100%;
  float: left;
  max-width: 278px;
  border-radius: 16px;

}
.frst-hlt {
    width: 25%;
    padding: 0;
}
.hlt-second{
  width: 100%;
  float: left;
}
.scond-hltimg{
  width:auto ;
  float: left;
}
.scond-hltimg img{
  width: 100%;
  float: left;
  max-width: 277px;
  border-radius: 16px;
}
.st-count{
  float: right;
}
.hlt-sctcol{
  width: 50%;
}
.st-thd{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.st-thd-inn {
    width: auto;
    float: left;
    position: absolute;
    top: 48px;
    right: -38px;
}
.st-thd-inn img{
  width: 100%;
  float: left;
  max-width: 351px;
}
.hlt-last{
  width: 100%;
  float: left;
}
.hlt-last img{
  width: 100%;
  float: left;
  height: 476px;
  object-fit: cover;
  max-width: 311px;
  border-radius: 16px;
}
.section6{
  width: 100%;
    float: left;
    background: #062D42;
    padding-top: 92px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}
.section5-mainhd{

}
.section5-mainhd h2 {
    width: 100%;
    float: left;
    color: white;
    font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 56px;
}
.section5-mainhd .mention{
  width: 179px;
}
.section5-allmain{
  width: 100%;
  float: left;
}
.st5img{
  width: auto;
  float: left;

  position: relative;
    overflow: hidden;
}





.st5img:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.st5img:before {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 23%) 0%, rgb(255 255 255 / 31%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}














.st5img img{
  width: 100%;
    float: left;
    max-width: 591px;
    border-radius: 16px;
    height: 657px;
    object-fit: cover;
}
.st5txt{
  width: 47%;
  float: left;
  padding-left: 48px;
}
.st5txt:hover .st5txt-fullcontant img{
filter: brightness(999999999999999);
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}












.st5txt-fullcontant {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 41px;
    background-image: repeating-radial-gradient(circle, #57798C 0px, #57798C 4px, transparent 2px, transparent 8px);
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 1px;
}
.st5txt-fullcontant img{
  width: 100%;
  float: left;
  max-width: 63px;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.st5txt-inn{
  padding-left: 15px;
  width: 85%;
  float: left;
}
.st5txt-inn h2{
  width: 100%;
  float: left;
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 16px;
}
.st5txt-inn p{
  width: 100%;
  float: left;
  text-align: left;
  color: #D4D4D4;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}
.st5txt-2{
padding-top:41px;
}
.st5txt-fullcontant-last{
  background-image: none;
  padding-bottom: 0; /* optional: remove extra spacing */
}
.section7{
  width: 100%;
  float: left;
  background: #C4EAFE;
  padding-top: 91px;
  padding-bottom: 130px;
  
}
.section7-mainhd{
  width: 100%;
  float: left;
  text-align: center;
}
.section7-mainhd h2{
padding-top: 16px;
    padding-bottom: 78px;
    width: 100%;
    float: left;
    text-align: center;
    color: rgb(1, 19, 28);
    margin-bottom: 0px;
    font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    letter-spacing: -1px;
  }
  .section7-mainhd .mention{
    background: white;

  }
  .section7-carusel{
    width: 100%;
    float: left;
    padding-left: 115px;
  }
  .stin7wht {
    overflow: hidden;
    width: 575px;
    height: 402px;
    float: left;
    background: #FFFFFF;
    position: relative;
    border-radius: 16px;
    padding: 25px 0px 30px 22px;
}
.stin7wht p br{
display: none;
}
    .stin7wht h3{
      width: 100%;
      float: left;
      text-align: left;
      color: #E86027;
      margin-bottom: 0;
      font-size: 56px;
      font-weight: 500;
      padding-bottom: 62px;
    }
        .stin7wht h4{
          width: 100%;
          float: left;
          text-align: left;
          color: #062D42;
          margin-bottom: 0;
          font-size: 32px;
          font-weight: 500;
          padding-bottom: 29px;
        }
         .stin7wht p{
          width: 66%;
          float: left;
          text-align: left;
          color: #4B6C7D;
          font-size: 20px;
          font-weight: 400;
        line-height: 155%;
         }
       .wsideimg {
    width: auto;
    float: left;
    position: absolute;
    right: -82px;
    top: 49px;
}
.wsideimg img{
  width: 100%;
  float: left;
  max-width: 420px;
}
.s7-carousel .owl-nav{
display: none;
}
.section8{
  width: 100%;
  float: left;
  padding: 91px 0;
}
.section8-all{
  width: 100%;
  float: left;
  background: #E86027;
  border-radius: 16px;
  padding: 67px 0px 86px 42px;
  position: relative;
}
.section8-all h2{
  padding-top: 16px;
width: 100%;
float: left;
text-align: left;
color: #F2FAFF;
font-size: 55px;
font-weight: 500;
line-height: 127%;
margin-bottom: 0;
padding-bottom: 21px;
}
.nw{
  justify-content: left;
}
.nw a{
background: #062D42;

}
.s8-img {
    width: auto;
    float: left;
    position: absolute;
    right: 0px;
    top: 0px;
}
.s8-img img {
    border-radius: 0 14px 14px 0;
    width: 100%;
    float: left;
    max-width: 651px;
    height: 411px;
    object-fit: cover;
}
.footer{
  width: 100%;
  float: left;
  background: #062D42;
  padding-top: 62px;
  padding-bottom: 36px;
}
.ftr-hd{
  width: 100%;
  float: left;
  padding-bottom: 54px;
  border-bottom: 1px solid #354d5a;

}
.ftr-hd h2{
  width: auto;
  float: left;
  text-align: left;
  color: #F2FAFF;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 500;
  line-height: 127%;
}
.ftr-hd h2 span{
  color: #E86027;
}
.ftr{
  padding-top: 74px;
display: unset;
    justify-content: center;
    align-items: center;
    width: auto;
    float: right;
}
.ftr-main{
  width: 100%;
  float: left;
 
  padding-bottom: 76px;
   border-bottom: 1px solid #354d5a;

}
.ftr-logo{
   padding-top: 58px;
  width: 100%;
  float: left;
}
.ftr-logo img{
  width: 100%;
  float: left;
  max-width: 148px;
}
.ftr-logo p{
  width: 100%;
  float: left;
  text-align: left;
  color: #B0C4CF;
  padding-top: 19px;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.ftr2main{
   padding-top: 58px;
  width: 100%;
  float: left;
}
.ftr2main h2{
  width: 100%;
  float: left;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 39px;
  margin-bottom: 0;
}
.ftr2main a{
  width: 100%;
  text-align: left;
  float: left;
  color: #B0C4CF;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
      padding-bottom: 25px;
      transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}
.ftr2main a:hover{
  color: white;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;

}

.copyright h3 a:hover{
  color: white;
  transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.ftr2main p{
  width: 100%;
  text-align: left;
  float: left;
  color: #B0C4CF;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 18px;
}
.ftrbx1{
  padding-left: 30px;
  width: 22%;
  float: left;

}
.ftrbx2 {
    padding-left: 47px;
    width: 38%;
    float: left;
}
.ftrbx3 {
    padding-left: 41px;
    width: 40%;
    float: left;
}
.copy{
  width: 100%;
    float: left;
    background: #062D42;
}
.copyright{
  padding: 31px 0;
   width: 100%;
    float: left;
    border-top: 1px solid #354d5a;
}
.copyright h2{
  width: 50%;
  float: left;
  text-align: left;
  color: #B0C4CF;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.copyright h3{
  width: 50%;
  float: left;
  text-align: right;
  color: #B0C4CF;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.copyright h3 a{
  text-decoration: none;
  color: #B0C4CF;
}

.innerpagehd{
  width: 100%;
  float: left;
 background-image: url('../images/innerhd.webp');
 background-size: cover;
  position: relative;
    margin-top: -125px;
}
.innerpagehd h2{
  padding-bottom: 50px;
    padding-top: 200px;
  width: 100%;
  float: left;
  text-align: left;
  background: #E86027;
background: linear-gradient(100deg, rgba(232, 96, 39, 1) 0%, rgba(125, 37, 0, 1) 100%);
-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 0;
}
.abtus{
  width: 100%;
  float: left;
  padding: 85px 0;
}
.inner-abtimg img {
    margin-bottom: 23px;
    max-width: 508px;
    float: left;
    width: 100%;
    margin-right: 46px;

}
.inner-abtimg h3 {
  
    width: auto;
    text-align: left;
    color: #01131C;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 500;
    line-height: 127%;
   letter-spacing: -1px;
}
.inner-abtimg p span {
    font-weight: 700;
    font-style: italic;
    font-family: "DM Sans";
}
.inner-abtimg p {
    width: auto;
    text-align: justify;
  color: #2F2F2F;
   font-size: 16px;
    font-weight: 400;
    line-height: 169%;
    margin-bottom: 0px;
    padding-top: 20px;
}
    .vmall {
    /* padding-top: 65px; */
    padding-bottom: 65px;
    width: 100%;
    float: left;
    /* background: #062D42; */
}
.vmall-hd {
    width: 100%;
    float: left;
}
.vmall-hd h2 {
    padding-bottom: 60px;
    width: 100%;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    letter-spacing: -1px;
    margin-bottom: 0px;
}.vmall-hd p {
    width: 100%;
    float: left;
    text-align: left;
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 400;
    line-height: 169%;
}
.v-m {
    background: #062d42;
    padding: 29px 44px;
    width: 100%;
    float: left;
    border-radius: 30px;
    transition: all 0.6s ease;
}

.v-m img {
    width: 80px;
    float: left;
    filter: invert(1);
}
.v-m:hover img{
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.why-fullcontant:hover img{
   transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}











.v-m h2 {
    padding-top: 13px;
    float: left;
    text-align: left;
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    float: left;
    width: 100%;
}
.v-m p {
    width: 100%;
    float: left;
    text-align: left;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 169%;
}
.vmall-hd img{
  width:100%;
  float: left;
  max-width: 100%;
  margin-bottom: 40px;
  border-radius: 30px;
}
.whyus-bx {
   
    width: 100%;
    float: left;
    padding: 85px 0;
}
.whyus-hd {
    width: 100%;
    float: left;
}
.whyus-hd h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000000;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    letter-spacing: -1px;
    padding-bottom: 30px;
}
.whyus-hd p {
    padding: 0 18%;
    width: 100%;
    float: left;
    text-align: center;
   color: #2F2F2F;
    font-size: 16px;
    font-weight: 400;
    line-height: 169%;
}
.why-fullcontant {
    height: 305px;
    padding: 35px 25px;
    border-radius: 30px;
    background:transparent;
    border: 1px solid #e8602761;
    width: 100%;
    float: left;
    position: relative;
    /* padding-bottom: 41px; */
    background-repeat: repeat-x;
    background-position: bottom left;
    background-size: auto 1px;
}
.why-fullcontant img {
    width: 100%;
    float: left;
    max-width: 63px;
}
.why-innbx {
  overflow: hidden;
  position: relative;
    width: 100%;
    float: left;
    padding-top: 40px;
}
.why-innbx-inn {
    /* padding-left: 15px; */
    width: 100%;
    float: left;
}
.why-innbx-inn h2 {
  padding-top: 16px;
    width: 100%;
    float: left;
    text-align: left;
   color: #062D42;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 16px;
}









.why-innbx-inn p {
   width: 100%;
    float: left;
    text-align: left;
    color: #2F2F2F;
    font-size: 18px;
    font-weight: 400;
    line-height: 155%;

}
.bounce2 {
    animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}
.chingimg {
    width: 100%;
    float: left;
}
.chingimg img {
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    max-width: ;
    margin-top: 253px;
}
.certificat{
  padding: 50px 0;
  width: 100%;
  float: left;
}
.cert-bx{
  width: 100%;
  float: left;
  margin-top: 30px;
    padding: 30px 20px;
}

.cer-right img{
  float: right !important;

}
.cer-right h2{
  text-align: right !important;
}
.cer-right p{
  text-align: right !important;
}
.cer-right-ctr img{
  float: none !important;
  margin: auto;
  display: block;
}
.cer-right-ctr h2{
  text-align: center !important;
}
.cer-right-ctr p{
  text-align: center !important;
}







.cert-bx img{
  width: 100%;
  float: left;
  max-width:100px;
}
.cert-bx h2{
  padding-top: 13px;
    float: left;
    text-align: left;
    font-size: 28px;
    color: #01131C;
    font-weight: 500;
    text-align: left;
    float: left;
    width: 100%;

}
.cert-bx p{
  width: 100%;
    float: left;
    text-align: left;
    color: #01131C;
    font-size: 16px;
    font-weight: 400;
    line-height: 169%;
}
.career-inn {
    width: 100%;
    float: left;
    padding: 85px 0px;
}
.cr-wd {
    margin-right: auto;
    margin-left: auto;
    width: 770px;
}
.cr-wd h2 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
   color: #01131C;
    font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    letter-spacing: -1px;
}
.cr-wd p {
  padding-bottom: 55px;
    width: 100%;
    float: left;
    text-align: center;
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 400;
    line-height: 169%;
}
.contact-label {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: black;
    font-weight: 300;
}
.mct_form {
    border: 1px solid #062d4278;
    color: #000000;
    display: block;
    font-weight: 300;
    font-size: 15px;
   /*text-transform: uppercase; */
    height: 59px;
    margin-bottom: 30px !important;
    padding: 0 20px;
    outline: none;
    width: 100%;
    padding-left: 0px;
    transition: all 500ms ease;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 17px;
    border-radius: 20px;
}.ct-left h6 {
    font-size: 18px;
    color: #fd4c69;
    font-weight: 300;
}
.ct-left h1 {
  padding-top: 17px;
color: #01131C;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    letter-spacing: -1px;
}

  
    
.ct-left p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    padding: 15px 0;
    float: left;
    width: 100%;
}.ct-box {
    float: left;
    width: 49%;
    background: #c4eafe00;
    margin-top: 10px;
    padding: 25px 20px;
    border-radius: 20px;
    margin-right: 1%;
    height: 160px;
    border: 1px solid #C4EAFE;
}
.ct-box h5 {
    font-size: 20px;
    color: #e86027;
    font-weight: 500;
}.ct-box h4 {
    color: #000;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    line-height: 180%;
}
.ct-box h4 a {
    color: #000;
    text-decoration: none;
}


    .ct-right {
      overflow: hidden;
      position: relative;
    width: 100%;
    float: left;
    padding: 45px;
    border-radius: 20px;
    background: #062d42;
    background-position: center;
}
.ct-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.ct-field label {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    float: left;
}
.ct-field input {
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 10px;
    border: 0;
    background: #fff;
    margin-top: 5px;
}
.ct-field textarea {
    width: 100%;
    float: left;
    padding: 15px;
    border-radius: 10px;
    border: 0;
    background: #fff;
}
.map{
  padding-top: 45px;
  width: 100%;
  float: left;
}
.ctct-hd{
  width: 100%;
  float: left;
}
.ctct-hd h3 {
    padding-top: 50px;
    padding-bottom: 40px;
    width: 100%;
    text-align: center;
    color: #01131C;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    letter-spacing: -1px;
}
#expertise-section {
    float: left;
    width: 100%;
    padding-top: 55PX;
    padding-bottom: 55PX;
}
.golden-img {
    width: 100%;
    float: left !important;
    margin-right: 0px;
    margin-left: 0px !important;
    margin-bottom: 20px;
    border-radius: 20px;
}
#expertise-section h1 {
    float: left;
    width: 100%;
     color: #01131C;
    margin-bottom: 0;
   font-size: 50px;
    font-weight: 500;
    line-height: 127%;
    letter-spacing: -1px;
    text-align: left;
    padding-bottom: 20px;


   
    
}
#expertise-section p {
    width: 100%;
    float: left;
    text-align: justify;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}



.sr-bg {
    float: left;
    width: 100%;
    /* border-radius: 20px; */
    /* padding: 15px; */
    background-color: #ffffff;
    /* margin-top: 25px; */
    /* padding-bottom: 25px; */
    margin-bottom: 25px;
    border-radius: 30px;
}


.sr-bg h4 {
    border-radius: 30px 30px 0px 0px;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    /* margin-top: 15px; */
    font-weight: 500;
    line-height: 30px;
    background: #062c41;
   padding: 15px;
    /* border-bottom-left-radius: 20px; */
    /* -webkit-box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 75%); */
    -moz-box-shadow: -1px 2px 30px -15px rgba(0, 0, 0, .75);
    /* box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 20%); */
    margin-bottom: 0px;
}
.srv-list {
    float: left;
    width: 100%;
}
.srv-nav-active {
    padding-left: 20px !important;
    background-color: #062c41 !important;
    color: #ffffff !important;
    /* border-bottom-left-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
}
.srv-nav {
    text-decoration: none;
    float: left;
    width: 100%;
    padding: 18px;
    color: black;
    font-size: 14px;
    padding-left: 25px;
    /* border-bottom-left-radius: 20px; */
}

.srv-nav:hover {
 /*   padding-left: 20px;*/
    background-color: #e86027;
    color: white;
    text-decoration: none !important;
}










.connectus-bg {
    float: left;
    width: 100%;
    border-radius: 20px;
    padding: 15px;
    background-color: #062d42;
}.connectus-bg h4 {
    float: left;
    width: 100%;
    color: #655f5f;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    font-weight: 500;
    line-height: 30px;
    background: white;
    padding: 15px;
    border-radius: 17px;
    -webkit-box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: -1px 2px 30px -15px rgba(0,0,0,.75);
    box-shadow: -1px 2px 30px -15px rgb(0 0 0 / 20%);
}
#expertise-section p {
    width: 100%;
    float: left;
    text-align: justify;
   color: #2F2F2F;
    font-size: 16px;
    font-weight: 400;
    line-height: 169%;
}
.connectus-bg p {
    float: left;
    width: 100%;
    color: #000000;
    font-size: 14px;
    padding: 15px;
    text-align: center !important;
    margin-bottom: 5px;
}
.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}
.mail-bg {
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    text-align: center;
    margin-bottom: 10px;
}
.mail-bg span {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    border-bottom: solid 1px rgb(70 85 98 / 12%);
    padding-bottom: 6px;
    margin-bottom: 10px;
    color: #e36632;
    font-weight: 600;
}.mail-bg strong {
    color: black;
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 5px;
}
.certification{
  width: 100%;
  float: left;
  padding: 85px 0px;
}
.fleets{
  width: 100%;
  float: left;
  padding: 85px 0;
}
.measures {
  position: relative;
    width: 100%;
    float: left;
    background: #062d42;
    padding: 60px 0;
}
.measures-main{
  width: 100%;
  float: left;
}
.measures-main img{
  margin-bottom: 23px;
    max-width: 508px;
    float: right;
    width: 100%;
    margin-left: 20px;
    border-radius: 30px;
}
.measures-main h3 {
  
    width: 100%;
    text-align: center;
    color: white;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 500;
    line-height: 127%;
    padding-bottom: 30px;
    letter-spacing: -1px;
}
.measures-main p{
  width: auto;
    text-align: left;
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 169%;
    margin-bottom: 0px;
    padding-top: 20px;
}
.measures-key{
    padding-top: 33px;
  width: 52%;
  float: left;
}
.measures-key h4{

  margin-bottom: 0;
width: 100%;
float: left;
text-align: left;
color: #E86027;
font-size: 35px;
    font-weight: 400;
}
.measures-key-dtl {
    display: inline-flex;
    align-items: center;
    justify-content: left;
    padding: 14px 0px;
    width: 100%;
}
.measures-key-dtl span{
    width: 13px;
    height: 13px;
    background: #E86027;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.measures-key-dtl h6 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    /*line-height: 1;*/
}
.measures2{
  background: white;
}
.mea-m h3{
color: black;
}
.mea-m p{
  color: black;
}
.dtl1 h6{
  color: black;
}
.mm-right img{
  float: left;
  margin-left: unset;
  margin-right: 27px;
}
.Industry-bn{
  width: 100%;
  float: left;
  padding: 85px 0;
}
.Industry-img img {
    margin-bottom: 23px;
    max-width: 508px;
    float: right;
    width: 100%;
    margin-left: 46px;
    border-radius: 30px;
}
.Industry-img h3 {
    padding-top: 35px;
    width: auto;
    text-align: left;
    color: #01131C;
    margin-bottom: 0;
    font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    letter-spacing: -1px;
}
.Industry-img p {
    width: auto;
    text-align: justify;
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 400;
    line-height: 169%;
    margin-bottom: 0px;
    padding-top: 20px;
}
.industry-main{
  height: 215px;
  margin-top: 15px;
  width: 100%;
  float: left;
  border-radius: 30px;
  border: 1px solid #a9a9a97a;
    padding: 25px 20px;

}
.industry-main img{
  width: 100%;
  float: left;
  max-width: 50px;
}
.industry-main h4 {
    padding: 14px 0;
    width: 100%;
    float: left;
    text-align: left;
    color: #01131C;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.industry-main p{
  width: 100%;
  float: left;
  text-align: left;
  color: #2F2F2F;
  font-size: 15px;
  font-weight: 400;
}
/*overlay*/

.side-menu-4 {
    position: relative;
    top: 0;
    right: 0;
    z-index: 999;
    width: auto;
    float: right;
}

.burger-menu img {
  width: 32px;
 
  cursor: pointer;
}

.overlay-menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 102;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  display: flex;
  background: rgba(0, 0, 0, 0.95);
}

.overlay-menu.active {
  opacity: 1;
  visibility: visible;
}

.overlay-wrap {
  display: flex;
  width: 100%;
  height: 100%;
}

.left-area,
.right-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
}
.right-areamain{
  width: 100%;
  float: left;
}
.right-areamain h2{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.right-areamain p{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 14px;
  font-weight: 400;
}







.left-area h6{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 55px;
    font-weight: 500;
    line-height: 127%;
    margin-bottom: 0;
}



.left-area {
  background: #062d42;
  color: white;
  text-align: left;
}

.right-area {
  background: #e36632cf;
  color: #A8A8A8;
  text-align: left;
}

.left-area nav ul {
  list-style: none;
  padding: 0;
}

.left-area nav li {
  margin-bottom: 20px;
}

.left-area nav a {
  color: white;
  font-size: 40px;
  text-decoration: none;
}
.close img{
  width: 100%;
  max-width: 30px;
}
.overlay-menu .close {
  position: absolute;
  right: 60px;
  top: 55px;
  font-size: 30px;
  color: white;
  cursor: pointer;
  opacity: 0.5;
  z-index: 10;
  transition: all 0.3s ease;
}

.overlay-menu .close:hover {
  opacity: 1;
}

.social-links {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.social-links a {
  color: #A8A8A8;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}

.social-links a:hover {
  color: #fff;
}

.social-links a::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -20px;
  top: 0;
  font-size: 16px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}

.social-links a:hover::after {
  transform: rotate(0);
}
.right-area-main{
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.right-area-main h2{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 35px;
  font-weight: 500;
}
.right-area-main p{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.right-area-main a{
  width: 100%;
  float: left;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}
.left-area form {
    width: 100%;
    float: left;
    margin-top: 40px;
    transition-delay: 300ms;
}
.ham-field {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.ham-field label {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.ham-field input {
    width: 100%;
    float: left;
    padding: 12px;
    border: 0;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    height: 51px;
}
.ham-field textarea {
    width: 100%;
    float: left;
    padding: 12px;
    border: 0;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 150px;
}
.btnadd {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
}
.more button{
  border: none;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    background: #E36632;
    border-radius: 32px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 12px 24px;
    height: 48px;
    gap: 10px;
}
.service-key {
    padding-top: 22px;
    width: 100%;
    float: left;
}
.service-key-dtl {
    margin: 7px 3px;
    height: 80px;
    display: inline-flex
;
    align-items: center;
    justify-content: left;
    padding: 14px 12px;
    width: 48%;
    border: 1px solid #e860274a;
    border-radius: 15px;
    background: #c4eafe80;
}
.service-key-dtl h6 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: black;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    line-height: 18px;
    /* border-radius: 24px; */
}
.service-key-dtl span {
    width: 13px;
    height: 13px;
    background: #062d42;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.ctr{
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none;
}






@media(max-width: 400px){
.bnrtext h2 {
        font-size: 35px !important;
    }


    .stion2-hds h2 {
        font-size: 35px !important;
      }



    .section5-hd h2 {
        font-size: 35px !important;
      }



    .hlat-scolrbx {
        width: 100% !important;
    }


.st-count {
  padding: 30px 13px 30px 17px !important;
}


.wsideimg {
  top: unset;
  bottom: 0;
}
    .wsideimg img {
        max-width: 181px !important;
    }



.ftr-hd h2{
  font-size: 35px !important;
}
    .ftr2main a {
        width: 100% !important;
      }


    .vmall-hd h2 {
      font-size: 35px !important;
    }



    .measures-main h3 {
        font-size: 29px !important;
    } 


}







@media(max-width: 575px){

.nbluebx {
  width: 100%;
}

.header_menu_area{
  display: none;
}

.side-menu-4{
  display: none;
}
.menus{
  padding-top: 0;
}

.bnrtext h2 br{
display: none; 

}
.bnrtext h2{
  font-size: 45px;
}

.bnrtext p br{
  display: none;
}
.bnrtext p {
  font-size: 16px;
  padding-left: 2%;
  padding-right: 2%;
}
.bnrtext{

    position: relative;
     left: unset; 
     top: unset; 
    background: #062d42;
    padding: 35px 0;
}
.banner {
   background: #062d42;
}

.banner img{
  height: 300px;
}
.more img{
  height: auto;
}

.stion2-hds {
    width: 100%;
    text-align: center;
  }

.section2 {
    padding-top: 60px;
    padding-bottom: 70px;
}

.stion2-hds h2{
  font-size: 45px;
  text-align: center;
}
.stion2-hds h2 br{
  display: none;
}

.stion2-hds p {
    width: 100%;
    text-align: center;
  }

.nbluebx{
  float: none;
  margin: auto;
}
.stion2-img {
    width: 100%;
    padding-top: 30px;
  }

.stion2-img2{
  left: -8px;
}

.stion2-img1 {
    margin: auto;
    float: none;
    display: block;
    text-align: center;
}

.stion2-img1 img {

    float: none;
    max-width: 402px;
    height: auto;
    border-radius: 30px;
    position: relative;
}

.stion3-hd h2{
  font-size: 45px;
  padding-bottom: 40px;
}



.stion3-hd h2 br{
  display: none;
}


.stion3main {
  padding: 33px 19px;
}

.stion3main h3{
  text-align: center;
}

.stion3main h2{
  padding-bottom: 20px;
  text-align: center;
}
.stion3main h2 br{
  display: none;
}
.stion3main p {
  text-align: center;
}



.stio3-twobx {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .s3whiteinn {
    float: none;
    margin: 5px !important;
  }

.stion3imgbx {
    margin: 20px 0;
}

.section4-mainhd{
  text-align: center;
}

.section4 h2 {
  font-size: 45px;
  padding-bottom: 40px;
}

.section4 h2 br{
  display: none;
}

.sg {
  opacity: 0.6;
    right: -157px;
    top: 50px;
}
.ser-stion4 img{
  max-width: 100%;
}
.section4 h2 {
  font-size: 30px;
  text-align: center;
}
.section4 h2 br{
display: none;
}
.ser-stion4 p {
  text-align: center;
}

.ser-arrow img {
    max-width: 67px !important;
  }

.ser-stion4 h2{
  padding-top: 34px;
    padding-bottom: 20px;
}
.ser-stion4 {
  margin-bottom: 25px;
}
.section5{
  padding-top: 60px;
  padding-bottom: 60px;
}

.section5-hd{
  text-align: center;
}
.section5-hd h2{
  font-size: 45px;
  padding-bottom: 22px;
}
.section5-hd h2 br{
  display: none;
}
.section5-pera p{
  text-align: center;
}
.section5-pera{
  padding-bottom: 30px;
  text-align: center;
}

.frst-hlt {
    width: 100%;
   padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.hlat-scolrbx{
  width: 49% !important;
}
.hilats-main img {
  
    float: right;
    max-width: 49%;
  object-fit: cover;
    height: 257px;
}

.hlt-sctcol {
    width: 100%;
}
.scond-hltimg {
    width: 49%;
  }
.scond-hltimg img {
    height: 258px;
    object-fit: cover;
}
    .st-thd {
      margin-top: 8px;
    width: 100% !important;
  }

.hlt-last img{
  height: auto;
  float: none;
  margin: auto;
  display: block;
  text-align: center;
  max-width: 100%;
}
.section5-mainhd{
  text-align: center;
}
.section5-mainhd h2 br{
  display: none;
}
.section5-mainhd h2{
  font-size: 45px;
  padding-bottom: 30px;
}
.st5img img{
  height: auto;
  margin: auto;
  display: block;
  text-align: center;
}
.st5txt {
    width: 100%;
    padding-left: 0;
  padding-top: 30px;
}

.st5txt-fullcontant img {
    width: 100%;
    float: none;
    max-width: 63px;
    margin: auto;
    display: block;
    text-align: center;
}
.st5txt-inn h2{
  text-align: center;
}
.st5txt-inn {
     padding-left: 0px; 
    width: 100%;
    padding: 15px 0;
    float: left;
}
.st5txt-inn p{
  text-align: center;
}

.st5txt-fullcontant{
  padding-bottom: 20px;
}
.section6{
  padding-bottom: 35px;
}
.section7-mainhd h2{
  font-size: 45px;
  padding-bottom: 50px

}
.section7-mainhd h2 br{
  display: none;
}
.stin7wht{
  width: 100%;
  height: auto;
}

.section7-carusel{
padding-right:15px;
    padding-left: 15px;
  }
.stin7wht h4{
  padding-bottom: 29px;
}
.stin7wht h3{
  padding-bottom: 57px;
}
.stin7wht p{
  font-size: 17px;
}
.wsideimg img {
    max-width: 333px;
}

.section7 {
    padding-top: 61px;
    padding-bottom: 83px;
}
.section8{
  padding: 50px 0;
}
.section8-all{
  text-align: center;
      padding: 0px 0px 42px 0px;
}
.section8-all h2{
  text-align: center;
  font-size: 45px;
  padding: 20px 15px;


}

.section8-all h2 br{
  display: none;
}
.s8-img{
  position: relative;
}
.s8-img img{
  height: auto;
  margin-bottom: 20px;
}
.nw {
    justify-content: center;
}
.ftr-hd h2{
  text-align: center;
  font-size: 45px;
}
.ftr-hd h2 br{
  display: none;
}
.ftr {
    padding-top: 45px;
  }
.ftr-hd{
  text-align: center;
}
.ftr {
    
    display: flex;
    width: 100%;
    float: right;
}
.footer {
    padding-top: 50px;
    padding-bottom: 10px;
}
.ftr-logo {
    padding-top: 35px;
  }
.ftr-logo img{
  float: none;
  margin: auto;
  display: block;
  text-align: center;
}
.ftr-logo p{
  text-align: center;
}
.ftr-logo p br{
  display: none;
}
.ftrbx1 {
    padding-left: 0;
    width: 100%;
  }
.ftr2main h2{
  text-align: center;
}
.ftr2main a {
    width: 50%;
    font-size: 18px;
    text-align: center;
  }
.ftrbx2 {
    padding-left: 0;
    width: 100%;
  }
.ftrbx3 {
    padding-left: 0;
    width: 100%;
  }
.ftr2main p {
  font-size: 18px;
    width: 100%;
    text-align: center;
  }

.copyright h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 7px;
  }
.copyright h3{
  text-align: center;
  width: 100%;
}
.copyright {
    padding: 15px 0;
  }
.ser-arrow{
  top: 257px;
}
.innerpagehd h2{
  text-align: center;
  font-size: 45px;
}
.inner-abtimg img {
    margin-bottom: 32px;
    max-width: 508px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.inner-abtimg h3{
  padding-top: 0;
  font-size: 45px;
  text-align: center;
}
.inner-abtimg h3 br{
  display: none;
}
.inner-abtimg p{
  text-align: center;
}


.abtus {
   padding-top: 65px;
  padding-bottom: 40px;
}

.vmall-hd h2 {
    padding-bottom: 45px;
    font-size: 45px;
  }
.v-m img{
  float: none;
  margin: auto;
  display: block;
  text-align: center;
}
.v-m h2{
  text-align: center;
}
.v-m p{
  text-align: center;
}
.v-m {
  margin-bottom: 20px;
}
.vmall {
    padding-bottom: 20px;
  }

.measures-main h3{
  font-size: 40px;
}
.measures-main img{
  margin: auto;
  float: none;
}
.measures-main p{
  text-align: center;
}
.measures-key h4 {
  font-size: 30px;
  text-align: center;
}
.measures-key{
  width: 100%;
}


.measures-key-dtl {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .measures-key-dtl h6 {
    justify-content: center;
    text-align: center;
  }
#expertise-section h1{
  text-align: center;
  font-size: 40px;
}
#expertise-section h1 br{
  display: none;
}
#expertise-section p{
  text-align: center;
}
.service-key-dtl{
  width: 100%;
}
.srv-nav {
  text-align: center;
}
.sr-bg {
    margin-top: 25px;
  }
 .service-key-dtl {
    justify-content: center;
    text-align: center;
  }

  .service-key-dtl h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    white-space: normal;
    flex-wrap: nowrap; /* prevent dot from breaking to new line */
  }

  .service-key-dtl span {
    flex-shrink: 0;
  }


.whyus-bx {
    padding: 60px 0;
}

.whyus-hd h2 {
  font-size: 45px;
}
.whyus-hd p{
  padding: 0;
}
.why-fullcontant {
    height: auto;
    text-align: center;
  }
.why-fullcontant img{
  float: none;
  margin: auto;
  display: block;
  text-align: center;
}
.why-innbx-inn h2{
  text-align: center;
}
.why-innbx-inn p{
  text-align: center;
}

.why-innbx{
  padding-top: 25px;
}

.cert-bx img{
  float: none;
  text-align: center;
  margin: auto;
  display: block;
}

.cert-bx h2{
  text-align: center;
}
.cert-bx p{
  text-align: center;
}

.cert-bx{
  margin-top: 0;
}
.chingimg img{
  margin-top: 0;
}
.certification {
    padding: 60px 0px;
}
.Industry-img img {
   
   
    float: none;
    width: 100%;
    margin-left: auto;
    border-radius: 30px;
    margin-right: auto;
    display: block;
    text-align: center;
}
.Industry-img h3{
  text-align: center;
  font-size: 45px;
}.Industry-img h3 br{
  display: none;
}
.Industry-img p{

  text-align: center;
}
.industry-main {
    height: auto;
    text-align: center;
  }
.industry-main img{
  float: none;
  margin: auto;
  display: block;
}
.industry-main h4{
  text-align: center;
}
.industry-main p{
  text-align: center;
}

.fleets {
   
    padding: 60px 0;
  }


.career-inn{
  padding: 60px 0;
}
.cr-wd h2{
  font-size: 45px;
}

.ct-left h1{
  text-align: center;
  font-size: 45px;
}
.ct-left p{
  text-align: center;
}
.ct-box h5{
  text-align: center;
}

.ct-box h4{
  text-align: center;
}
.ct-box{
  height: 130px;
}

.ct-right{
  padding: 30px;
}
.ct-right {
    margin-top: 25px;
  }


}







@media (min-width:576px) and (max-width:767px){




.header_menu_area{
  display: none;
}

.side-menu-4{
  display: none;
}
.menus{
  padding-top: 0;
}

.bnrtext h2 br{
display: none; 

}
.bnrtext h2{
  font-size: 45px;
}

.bnrtext p br{
  display: none;
}
.bnrtext p {
  font-size: 16px;
  padding-left: 2%;
  padding-right: 2%;
}
.bnrtext{

    position: relative;
     left: unset; 
     top: unset; 
    background: #062d42;
    padding: 35px 0;
}
.banner {
   background: #062d42;
}

.banner img{
  height: 300px;
}
.more img{
  height: auto;
}

.stion2-hds {
    width: 100%;
    text-align: center;
  }

.section2 {
    padding-top: 60px;
    padding-bottom: 70px;
}

.stion2-hds h2{
  font-size: 45px;
  text-align: center;
}
.stion2-hds h2 br{
  display: none;
}

.stion2-hds p {
    width: 100%;
    text-align: center;
  }

.nbluebx{
  float: none;
  margin: auto;
}
.stion2-img {
    width: 100%;
    padding-top: 30px;
  }

.stion2-img2{
  left: -8px;
}

.stion2-img1 {
    margin: auto;
    float: none;
    display: block;
    text-align: center;
}

.stion2-img1 img {

    float: none;
    max-width: 402px;
    height: auto;
    border-radius: 30px;
    position: relative;
}

.stion3-hd h2{
  font-size: 45px;
  padding-bottom: 40px;
}



.stion3-hd h2 br{
  display: none;
}


.stion3main {
  padding: 33px 19px;
}

.stion3main h3{
  text-align: center;
}

.stion3main h2{
  padding-bottom: 20px;
  text-align: center;
}
.stion3main h2 br{
  display: none;
}
.stion3main p {
  text-align: center;
}



.stio3-twobx {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }

  .s3whiteinn {
    float: none;
    margin: 5px !important;
  }

.stion3imgbx {
    margin: 20px 0;
}

.section4-mainhd{
  text-align: center;
}

.section4 h2 {
  font-size: 45px;
  padding-bottom: 40px;
}

.section4 h2 br{
  display: none;
}

.sg {
  opacity: 0.6;
    right: -157px;
    top: 50px;
}
.ser-stion4 img{
  max-width: 100%;
}
.section4 h2 {
  font-size: 30px;
  text-align: center;
}
.section4 h2 br{
display: none;
}
.ser-stion4 p {
  text-align: center;
}

.ser-arrow img {
    max-width: 67px !important;
  }

.ser-stion4 h2{
  padding-top: 34px;
    padding-bottom: 20px;
}
.ser-stion4 {
  margin-bottom: 25px;
}
.section5{
  padding-top: 60px;
  padding-bottom: 60px;
}

.section5-hd{
  text-align: center;
}
.section5-hd h2{
  font-size: 45px;
  padding-bottom: 22px;
}
.section5-hd h2 br{
  display: none;
}
.section5-pera p{
  text-align: center;
}
.section5-pera{
  padding-bottom: 30px;
  text-align: center;
}

.frst-hlt {
    width: 100%;
   padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.hlat-scolrbx{
  width: 49% !important;
}
.hilats-main img {
  
    float: right;
    max-width: 49%;
  object-fit: cover;
    height: 230px;
}

.hlt-sctcol {
    width: 100%;
}
.scond-hltimg {
    width: 49%;
  }
.scond-hltimg img {
    height: 230px;
    object-fit: cover;
}
    .st-thd {
      margin-top: 8px;
    width: 100% !important;
  }

.hlt-last img{
  height: auto;
  float: none;
  margin: auto;
  display: block;
  text-align: center;
  max-width: 100%;
}
.section5-mainhd{
  text-align: center;
}
.section5-mainhd h2 br{
  display: none;
}
.section5-mainhd h2{
  font-size: 45px;
  padding-bottom: 30px;
}
.st5img img{
  height: auto;
  margin: auto;
  display: block;
  text-align: center;
}
.st5txt {
    width: 100%;
    padding-left: 0;
  padding-top: 30px;
}

.st5txt-fullcontant img {
    width: 100%;
    float: none;
    max-width: 63px;
    margin: auto;
    display: block;
    text-align: center;
}
.st5txt-inn h2{
  text-align: center;
}
.st5txt-inn {
     padding-left: 0px; 
    width: 100%;
    padding: 15px 0;
    float: left;
}
.st5txt-inn p{
  text-align: center;
}

.st5txt-fullcontant{
  padding-bottom: 20px;
}
.section6{
  padding-bottom: 35px;
}
.section7-mainhd h2{
  font-size: 45px;
  padding-bottom: 50px

}
.section7-mainhd h2 br{
  display: none;
}
.stin7wht{
  width: 100%;
  height: auto;
}

.section7-carusel{
padding-right:15px;
    padding-left: 15px;
  }
.stin7wht h4{
  padding-bottom: 29px;
}
.stin7wht h3{
  padding-bottom: 57px;
}
.stin7wht p{
  font-size: 17px;
}
.wsideimg img {
    max-width: 333px;
}

.section7 {
    padding-top: 61px;
    padding-bottom: 83px;
}
.section8{
  padding: 50px 0;
}
.section8-all{
  text-align: center;
      padding: 0px 0px 42px 0px;
}
.section8-all h2{
  text-align: center;
  font-size: 45px;
  padding: 20px 15px;


}

.section8-all h2 br{
  display: none;
}
.s8-img{
  position: relative;
}
.s8-img img{
  height: auto;
  margin-bottom: 20px;
}
.nw {
    justify-content: center;
}
.ftr-hd h2{
  text-align: center;
  font-size: 45px;
}
.ftr-hd h2 br{
  display: none;
}
.ftr {
    padding-top: 45px;
  }
.ftr-hd{
  text-align: center;
}
.ftr {
    
    display: flex;
    width: 100%;
    float: right;
}
.footer {
    padding-top: 50px;
    padding-bottom: 10px;
}
.ftr-logo {
    padding-top: 35px;
  }
.ftr-logo img{
  float: none;
  margin: auto;
  display: block;
  text-align: center;
}
.ftr-logo p{
  text-align: center;
}
.ftr-logo p br{
  display: none;
}
.ftrbx1 {
    padding-left: 0;
    width: 100%;
  }
.ftr2main h2{
  text-align: center;
}
.ftr2main a {
    width: 50%;
    font-size: 18px;
    text-align: center;
  }
.ftrbx2 {
    padding-left: 0;
    width: 100%;
  }
.ftrbx3 {
    padding-left: 0;
    width: 100%;
  }
.ftr2main p {
  font-size: 18px;
    width: 100%;
    text-align: center;
  }

.copyright h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 7px;
  }
.copyright h3{
  text-align: center;
  width: 100%;
}
.copyright {
    padding: 15px 0;
  }
.ser-arrow{
  top: 287px;
}
.innerpagehd h2{
  text-align: center;
  font-size: 45px;
}
.inner-abtimg img {
    margin-bottom: 32px;
    max-width: 508px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.inner-abtimg h3{
  padding-top: 0;
  font-size: 45px;
  text-align: center;
}
.inner-abtimg h3 br{
  display: none;
}
.inner-abtimg p{
  text-align: center;
}


.abtus {
   padding-top: 65px;
  padding-bottom: 40px;
}

.vmall-hd h2 {
    padding-bottom: 45px;
    font-size: 45px;
  }
.v-m img{
  float: none;
  margin: auto;
  display: block;
  text-align: center;
}
.v-m h2{
  text-align: center;
}
.v-m p{
  text-align: center;
}
.v-m {
  margin-bottom: 20px;
}
.vmall {
    padding-bottom: 20px;
  }

.measures-main h3{
  font-size: 40px;
}
.measures-main img{
  margin: auto;
  float: none;
}
.measures-main p{
  text-align: center;
}
.measures-key h4 {
  font-size: 30px;
  text-align: center;
}
.measures-key{
  width: 100%;
}


.measures-key-dtl {
    display: flex;
    justify-content: center;
    text-align: center;
  }

  .measures-key-dtl h6 {
    justify-content: center;
    text-align: center;
  }
#expertise-section h1{
  text-align: center;
  font-size: 40px;
}
#expertise-section h1 br{
  display: none;
}
#expertise-section p{
  text-align: center;
}
.service-key-dtl{
  width: 100%;
}
.srv-nav {
  text-align: center;
}
.sr-bg {
    margin-top: 25px;
  }
 .service-key-dtl {
    justify-content: center;
    text-align: center;
  }

  .service-key-dtl h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    white-space: normal;
    flex-wrap: nowrap; /* prevent dot from breaking to new line */
  }

  .service-key-dtl span {
    flex-shrink: 0;
  }


.whyus-bx {
    padding: 60px 0;
}

.whyus-hd h2 {
  font-size: 45px;
}
.whyus-hd p{
  padding: 0;
}
.why-fullcontant {
    height: auto;
    text-align: center;
  }
.why-fullcontant img{
  float: none;
  margin: auto;
  display: block;
  text-align: center;
}
.why-innbx-inn h2{
  text-align: center;
}
.why-innbx-inn p{
  text-align: center;
}

.why-innbx{
  padding-top: 25px;
}

.cert-bx img{
  float: none;
  text-align: center;
  margin: auto;
  display: block;
}

.cert-bx h2{
  text-align: center;
}
.cert-bx p{
  text-align: center;
}

.cert-bx{
  margin-top: 0;
}
.chingimg img{
  margin-top: 0;
}
.certification {
    padding: 60px 0px;
}
.Industry-img img {
   
   
    float: none;
    width: 100%;
    margin-left: auto;
    border-radius: 30px;
    margin-right: auto;
    display: block;
    text-align: center;
}
.Industry-img h3{
  text-align: center;
  font-size: 45px;
}.Industry-img h3 br{
  display: none;
}
.Industry-img p{

  text-align: center;
}
.industry-main {
    height: auto;
    text-align: center;
  }
.industry-main img{
  float: none;
  margin: auto;
  display: block;
}
.industry-main h4{
  text-align: center;
}
.industry-main p{
  text-align: center;
}

.fleets {
   
    padding: 60px 0;
  }


.career-inn{
  padding: 60px 0;
}
.cr-wd h2{
  font-size: 45px;
}

.ct-left h1{
  text-align: center;
  font-size: 45px;
}
.ct-left p{
  text-align: center;
}
.ct-box h5{
  text-align: center;
}

.ct-box h4{
  text-align: center;
}
.ct-box{
  height: 130px;
}

.ct-right{
  padding: 30px;
}
.ct-right {
    margin-top: 25px;
  }


}



@media (min-width:768px) and (max-width:991px){


.header_menu_area{
  display: none;
}

.side-menu-4{
  display: none;
}
.menus{
  padding-top: 0;
}
.bnrtext h2{
  font-size: 55px;
}

.bnrtext{
  top: 250px;
}
.stion2-hds h2{
  font-size: 36px;
}

.stion2-img1 img{
  max-width: 340px;
    height: auto;
}
.stion2-img2 {
    left: -40px;
  }

.stion2-img2 img{
  max-width: 204px;
}
    .stion2-img1 {
        margin-top: 135px;
    }
.section2{
  padding-top: 60px;
}
.nbluebx {
  height: 210px;
  width: auto;
}

.stion2-img {
    width: 45%;
    float: right;
  }
.stion2-hds {
    width: 55%;
  }
.stion2-hds p{
  padding-bottom: 14px;
}
.stion3-hd h2{
  padding-bottom: 40px;
  font-size: 45px;
}
.stion3main {
  padding: 35px 15px;
}
.stion3main h2 br{
  display: none;
}
.section3 {
  padding-bottom: 60px;
}
.s3whiteinn {
    width: 140px;
  }


.stion3imgbx img {
    margin-bottom: 20px;
    height: 341px;
  
}

.section4 h2{
  padding-bottom:35px;
  font-size: 45px;
}
.ser-stion4 h2{
  font-size: 28px;
}

.ser-arrow{
  top: 165px;
}
.ser-stion4 {
    margin-top: 20px;
  }

.ser-stion4 img {
  max-width: 100%;
}
.ser-arrow img {
  max-width: 67px;
}
.section5{
  padding: 70px 0;
}
.section5-hd h2{
  font-size: 45px;
  padding-bottom: 30px;

}
.section5-pera{
  padding-bottom: 25px;
}
.frst-hlt {
    width: 100%;
  }

.hlat-scolrbx{
  width: 49% !important;
}

.hilats-main img {
    max-width: 49%;
   
    float: right;
    height: 172px;
    object-fit: cover;
}

.hlt-sctcol {
    width: 50%;
    padding: 0;
}
.st-thd {
    width: 100% !important;
  }

.hlt-last img {

}

.scond-hltimg {
    width: 100%;
  }
.scond-hltimg img {
 max-width: 100%;
        height: 185px;
        margin-bottom: 16px;
        object-fit: cover;
}
.hlt-sctcol .st-count{
  width: 100% !important;
}

.hlat-scolrbx{
  padding: 23px 13px 30px 17px;
}
.hlt-last img {
    width: 100%;
    float: right;
    height: 554px;
    object-fit: cover;
    max-width: 97%;
    border-radius: 16px;
}

.section5-mainhd h2{
  font-size: 45px;
}

.st5img {
    width: 50%;
  }

.st5img img {
    width: 100%;
    max-width: 554px;
    height: 732px;
}
.st5txt {
    width: 50%;
    padding-left: 27px;
}
.st5txt-fullcontant{
  padding-bottom: 24px;
}
.st5txt-fullcontant img{
  max-width: 53px;
}

.st5txt-inn {
    padding-left: 11px;
    width: 82%;
  }
.st5txt-inn p{
  font-size: 16px;
}

.st5txt-2 {
    padding-top: 30px;
}
.section7-mainhd h2{
  font-size: 45px;
}
.stin7wht{
  width: 100%;
  height: auto;
}
.stin7wht{
  padding-bottom: 60px;
}
.stin7wht p {
  font-size: 16px;
}

.stin7wht h3 {
  padding-bottom: 55px;
}
.section7-mainhd h2{
  padding-bottom: 50px;
}
.section7 {
    padding-top: 80px;
    padding-bottom: 90px;
}

.wsideimg img {
        max-width: 249px;
    }
.section8-all {
    padding: 43px 0px 38px 43px;
   
}

.s8-img img {

    max-width: 433px;
  height: auto;
}

.section8-all h2{
  font-size: 29px;
}
.ftr-hd h2 {
  font-size: 40px;
}
.ftr {
    padding-top: 45px;
  }

.ftr-logo p {
   padding-top: 31px;
        padding-left: 200px;
    width: auto;
    float: none;
  }

.ftr-logo p br{
  display: none;
}

.ftrbx1 {
    padding-left: 0;
  }

.ftrbx2 {
    padding-left: 23px;
  }

.ftrbx3 {
    padding-left: 18px;
  }

.wsideimg {
  right: -128px;
}


.inner-abtimg img {
    margin-bottom: 20px;
    margin-top: 45px;
    max-width: 320px;
    margin-right: 35px;
  }
.inner-abtimg h3{
  font-size: 40px;
  padding-top: 0;
}
.abtus{
  padding: 70px 0;
}

.vmall-hd h2{
  font-size: 45px;
}
.v-m {
  padding: 21px 21px;
}
.v-m img {
    width: 60px;
  }

.vmall-hd img{
  margin-top: 86px;
}
.measures-main h3{
  font-size: 40px;
}
.measures-main img{
  max-width: 335px;
}

.measures-key {
    width: 100%;
}
.mea-m .measures-key{
width: 48%;
}
.mm-right img{
height: 172px;
        object-fit: cover;
}
.mm-right .measures-key{
width: 100%;
}
#expertise-section h1{
  font-size: 35px;
}
.service-key-dtl{
  width: 100%;
}
.why-fullcontant {
    height: 430px;
  }
.cert-bx {
    width: 50%;
  }
.chingimg img{
  margin-top: 0;
}


    .cer-right-ctr {
        width: 50%;
    }

.cer-right img{
  float: left !important;
}


.cer-right h2{
  text-align: left !important;
}

.cer-right p{
  text-align: left !important;
}

.chingimg {
    margin-top: 90px;
    width: 50%;
  }
.cer-right-ctr img {
    float: left !important;
  }

.cer-right-ctr h2{
  text-align: left !important;
}
.cer-right-ctr p{
  text-align: left !important;
}

.Industry-img img{
  max-width: 360px;
  margin-left: 20px;
}
.Industry-img h3 {
     padding-top: 0px;
    }

.Industry-bn .col-lg-2{
display: none;
}

.cr-wd h2{
  font-size: 45px;
}
.ct-left h1{
  font-size: 45px;
}
.ct-right {
    margin-top: 35px;
    padding: 36px;
  }

}



@media (min-width:992px) and (max-width:1024px){


.header_menu_area{
  display: none;
}

.side-menu-4{
  display: none;
}
.menus{
  padding-top: 0;
}
.bnrtext h2{
  font-size: 55px;
}

.bnrtext{
  top: 250px;
}
.stion2-hds h2{
  font-size: 36px;
}

.stion2-img1 img{
  max-width: 340px;
    height: auto;
}
.stion2-img2 {
    left: -40px;
  }

.stion2-img2 img{
  max-width: 204px;
}
    .stion2-img1 {
        margin-top: 135px;
    }
.section2{
  padding-top: 60px;
}
.nbluebx {
  height: 210px;
  width: auto;
}

.stion2-img {
    width: 45%;
    float: right;
  }
.stion2-hds {
    width: 55%;
  }
.stion2-hds p{
  padding-bottom: 14px;
}
.stion3-hd h2{
  padding-bottom: 40px;
  font-size: 45px;
}
.stion3main {
  padding: 35px 15px;
}
.stion3main h2 br{
  display: none;
}
.section3 {
  padding-bottom: 60px;
}
.s3whiteinn {
  margin-top: 10px;
    width: 140px;
  }


.stion3imgbx img {
    margin-bottom: 20px;
    height: 417px;
  
}

.section4 h2{
  padding-bottom:35px;
  font-size: 45px;
}
.ser-stion4 h2{
  font-size: 28px;
}

.ser-arrow{
  top: 140px;
}
.ser-stion4 {
    margin-top: 20px;
  }

.ser-stion4 img {
  max-width: 100%;
}
.ser-arrow img {
  max-width: 67px;
}
.section5{
  padding: 70px 0;
}
.section5-hd h2{
  font-size: 45px;
  padding-bottom: 30px;

}
.section5-pera{
  padding-bottom: 25px;
}
/*.frst-hlt {
    width: 100%;
  }

.hlat-scolrbx{
  width: 49% !important;
}

.hilats-main img {
    max-width: 49%;
   
    float: right;
    height: 172px;
    object-fit: cover;
}

.hlt-sctcol {
    width: 50%;
    padding: 0;
}
.st-thd {
    width: 100% !important;
  }

.hlt-last img {

}

.scond-hltimg {
    width: 100%;
  }
.scond-hltimg img {
 max-width: 100%;
        height: 185px;
        margin-bottom: 16px;
        object-fit: cover;
}
.hlt-sctcol .st-count{
  width: 100% !important;
}

.hlat-scolrbx{
  padding: 23px 13px 30px 17px;
}
.hlt-last img {
    width: 100%;
    float: right;
    height: 554px;
    object-fit: cover;
    max-width: 97%;
    border-radius: 16px;
}*/
.frst-hlt .hlat-scolrbx {
    width: 100% !important;
  }
.st-count {
    float: right;
    width: 49% !important;
}
.scond-hltimg {
    width: 49%;
  }

.scond-hltimg img {
    height: 244px;
        object-fit: cover;
    max-width: 100%;
   
}
.hlat-scolrbx {
  padding: 67px 13px 30px 17px;
}

.section5-mainhd h2{
  font-size: 45px;
}
.hilats-main img {
    object-fit: cover;
    height: 246px;
  }









.st5img {
    width: 50%;
  }

.st5img img {
    width: 100%;
    max-width: 554px;
    height: 732px;
}
    .st5txt {
        width: 50%;
        padding-left: 55px;
        padding-top: 55px;
    }
.st5txt-fullcontant{
  padding-bottom: 24px;
}
.st5txt-fullcontant img{
  max-width: 53px;
}

.st5txt-inn {
    padding-left: 11px;
    width: 82%;
  }
.st5txt-inn p{
  font-size: 16px;
}

.st5txt-2 {
    padding-top: 30px;
}
.section7-mainhd h2{
  font-size: 45px;
}
.stin7wht{
  width: 100%;
  height: auto;
}
.stin7wht{
  padding-bottom: 30px;
}
.stin7wht p {
  font-size: 16px;
}

.stin7wht h3 {
  padding-bottom: 55px;
}
.section7-mainhd h2{
  padding-bottom: 50px;
}
.section7 {
    padding-top: 80px;
    padding-bottom: 90px;
}

.wsideimg img {
        max-width: 249px;
    }
.section8-all {
    padding: 43px 0px 38px 43px;
   
}

.s8-img img {

    max-width: 433px;
  height: auto;
}

.section8-all h2{
  font-size: 29px;
}
.ftr-hd h2 {
  font-size: 40px;
}
.ftr {
    padding-top: 45px;
  }

.ftr-logo p {
   padding-top: 31px;

  }
  .ftr-logo {
    padding-top: 117px;
  }

.ftr-logo p br{
  display: none;
}

.ftrbx1 {
    padding-left: 0;
  }

.ftrbx2 {
    padding-left: 23px;
  }

.ftrbx3 {
    padding-left: 18px;
  }

.wsideimg {
  right: -95px;
}


.inner-abtimg img {
    margin-bottom: 20px;
    margin-top: 45px;
    max-width: 320px;
    margin-right: 35px;
  }
.inner-abtimg h3{
  font-size: 40px;
  padding-top: 0;
}
.abtus{
  padding: 70px 0;
}

.vmall-hd h2{
  font-size: 45px;
}
.v-m {
  padding: 21px 21px;
}
.v-m img {
    width: 60px;
  }

.vmall-hd img{
  margin-top: 86px;
}
.measures-main h3{
  font-size: 40px;
}
.measures-main img{
  max-width: 335px;
}

.measures-key {
    width: 62%;
}
.mea-m .measures-key{
width: 48%;
}
.mm-right img{
height: 626px;
        object-fit: cover;
}
.mm-right .measures-key{
width: 61%;
}
#expertise-section h1{
  font-size: 35px;
}
.service-key-dtl{
  width: 100%;
}
.why-fullcontant {
    height: 339px;
  }


.Industry-img img{
  max-width: 360px;
  margin-left: 20px;
}
.Industry-img h3 {
     padding-top: 0px;
    }

.ct-box{
  padding: 25px 10px;
}

.cr-wd h2{
  font-size: 45px;
}
.ct-left h1{
  font-size: 45px;
}
.ct-right {

    padding: 36px;
  }

}



@media (min-width:1025px) and (max-width:1199px){

.inner-abtimg h3 br{
    display: none;
}

.menus {
  padding-left: 0;
}
.header_menu_area > ul > li > a {
  font-size: 15px;
}
.header_menu_area > ul > li {
  padding: 0px 10px 0px 1px;
}
.stion2-hds h2 {
  font-size: 47px;
}
.stion2-img2{
  left: -86px;
}

.s3whiteinn {
    margin-top: 10px;
  }

.stion3main {
  padding: 29px 19px;
}
.stion3main h2 {
  padding-bottom: 20px;
}

.stion3main p {
  padding-bottom: 10px;
}
.stion3imgbx img {
  height: 405px;
}
.ser-arrow {
  top: 148px;
}
.section5 {
  padding-top: 60px;
    padding-bottom: 60px;
}

.frst-hlt .hlat-scolrbx {
    width: 100% !important;
  }
.st-count {
    float: right;
    width: 49% !important;
}
.scond-hltimg {
    width: 49%;
  }

.scond-hltimg img {
    height: 244px;
        object-fit: cover;
    max-width: 100%;
   
}
.hlat-scolrbx {
  padding: 67px 13px 30px 17px;
}

.section5-mainhd h2{
  font-size: 45px;
}
.hilats-main img {
    object-fit: cover;
    height: 246px;
  }









.st5img {
    width: 50%;
  }

.st5img img {
    width: 100%;
    max-width: 554px;
    height: 732px;
}
    .st5txt {
        width: 50%;
        padding-left: 55px;
        padding-top: 55px;
    }
.st5txt-fullcontant{
  padding-bottom: 24px;
}
.st5txt-fullcontant img{
  max-width: 53px;
}

.st5txt-inn {
    padding-left: 11px;
    width: 82%;
  }
.st5txt-inn p{
  font-size: 16px;
}

.st5txt-2 {
    padding-top: 30px;
}
.section7-mainhd h2{
  font-size: 45px;
}
.stin7wht{
  width: 100%;
  height: auto;
}
.stin7wht{
  padding-bottom: 30px;
}
.stin7wht p {
  font-size: 16px;
}

.stin7wht h3 {
  padding-bottom: 55px;
}
.section7-mainhd h2{
  padding-bottom: 50px;
}
.wsideimg img {
  max-width: 255px;
}
.wsideimg{
  right: -110px;
}
.section7 {
  padding-top: 70px;
    padding-bottom: 70px;
}

.section8-all h2 {
  font-size: 40px;
}
.s8-img img {
  max-width: 590px;
  height: auto;
}
.ftrbx1 {
   padding-left:0px;
    }

.ftrbx2 {
    padding-left: 20px;
  }
.ftrbx3 {
    padding-left: 0;
  }
.inner-abtimg h3 {
    font-size: 40px;
    padding-top: 0px;
  }
.inner-abtimg img {
    max-width: 383px;
    margin-top: 86px;
    
}
.measures-key {
    width: 42%;
  }

.mm-right{

}

   .service-key-dtl {
    width: 100%;
   }

.why-fullcontant {
    height: 328px;
  }

.ct-box{
  padding: 25px 13px;
}
}


@media (min-width:1200px) and (max-width:1320px){
  
  .stin7wht{
    width: 100%;

  }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1198px;
    }


     .stin7wht{
    width: 100%;

  }
.stion2-img2 {
  left: -102px;
}
.stion3main p {
  font-size: 15px;
}
.stion3imgbx img{
  height: auto;
}
.ser-stion4 p {
  font-size: 17px;
}

/*.jwd{
  width: 100% !important;
}*/
/*.hilats-main img {
  max-width: 100%;
}*/

.scond-hltimg img {
  max-width: 284px;
}
.st-count {
  width: 285px;
}

.frst-hlt {
    width: 24%;
  }
.st5img img {
  height: 650px;
}


  }




.odometer-wrapper {
    display: inline-flex
;
    align-items: baseline;
    justify-content: center;
    font-size: 48px;
    font-weight: bold;
    font-family: "Instrument Sans", sans-serif;
}


/*odometer*/
 .counterup-section {
    position: relative;
    }

    .counterup-container {
     display: flex;
     /* flex-wrap: wrap; */
     /* justify-content: space-around; */
     /* gap: 40px; */
     float: left;
     width: 100%;
    }
.rt{
  width: 140px;
}