html{
  scroll-behavior: smooth;
        overflow-x: hidden;
}
body{
    overflow: hidden;
  margin: auto;
   scroll-behavior: smooth;
 font-family: 'Helvetica Neue'!important;
    
}

@media(min-width: 1366px){
.cmpad{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
}
@media(max-width: 1366px){
.cmpad{
  padding-left:80px;
  padding-right:80px;
}
}
@media(max-width: 991px){
.cmpad{
  padding-left:40px;
  padding-right:40px;
}

}
@media(max-width: 767px){
.cmpad{
  padding-left:15px;
  padding-right:15px;
}

}

p{
        margin-bottom: 0;
    color: #64655f;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

a{
  color: #1A1A1A;
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
   font-size: 16px;
  font-weight: 500;
}
a:hover{
  text-decoration: none !important;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
ul {
    padding-left: 0px;
    list-style-type: none;
    margin: 0;
}
img{
    display: block;
  max-width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.posrel{
  position: relative;
}
.btn{
      padding: 0;
    /* padding-left: 15px; */
    display: flex;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    gap: 10px;
    border-radius: 0;
}
.btn span{
  width: 24px;
}
.btn img{
      transform: rotate(-45deg);
      width: 24px;
}
@keyframes zoomIn {
    from {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3);
    }
  
    50% {
      opacity: 1;
    }
  }

.mybtn-primary {
    position: relative;
    color: #121212;
    background: transparent;
    overflow: hidden;
    border: none!important;
    height: 24px;
    z-index: 1;
    border: 1px solid transparent;
    position: relative;
    
}

.mybtn-primary:hover{
 background: transparent;
}
.mybtn-primary:hover .frst{
  width: 0;
      transform: rotate(-45deg) translate3d(27px, 0, 0);
}
.mybtn-primary .secnd{
  opacity: 0;
  width: 0px;
transform: rotate(-45deg) translate3d(-27px, 0, 0);
}
.mybtn-primary:hover .secnd{
width: 24px;
  opacity: 1;
      transform: rotate(-45deg) translate3d(0px, 0, 0);
}



.mybtn-secondary {
        position: relative;
    color: #ffffff;
    overflow: hidden;
    border: none !important;
    height: 34px;
    z-index: 1;
    padding: 10px 15px;
    border-radius: 27px;
    border: 1px solid transparent;
    position: relative;

     background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.35),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);

    transition: all 0.35s ease;
}
.mybtn-secondary img{
  filter: brightness(0) invert(1);
}
.mybtn-secondary:hover{
  color: #fff;
background: rgba(255, 255, 255, 0.18);
    box-shadow: 
        0 12px 30px rgba(0, 0, 0, 0.5),
        inset 0 1px 2px rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
}
.mybtn-secondary:hover .frst{
  width: 0;
      transform: rotate(-45deg) translate3d(27px, 0, 0);
}
.mybtn-secondary .secnd{
  opacity: 0;
  width: 0px;
transform: rotate(-45deg) translate3d(-27px, 0, 0);
}
.mybtn-secondary:hover .secnd{
width: 24px;
  opacity: 1;
      transform: rotate(-45deg) translate3d(0px, 0, 0);
}


.mybtn-fill {
   position: relative;
    color: #ffffff;
    background: transparent;
    background: #2060AD;
    border: 1px solid transparent;
    overflow: hidden;
    min-width: 161px;
    z-index: 1;
}
.mybtn-fill:hover{
  border: 1px solid #2060AD;
    background: transparent;
    color: #2060AD;
}

.mybtn-fill span{
  background:#ffffff;
      display: flex
;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.mybtn-fill:hover span{
background: #174985;
}
.mybtn-fill:hover span img{
  filter: brightness(0) invert(1);
}


.bnrhed{
      font-size: 55px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    text-transform: uppercase;
    line-height: 129%;
}
.mainhed {
  font-size: 28px;
  font-weight: 500;
  color: #121212;
}
.txtanm{
opacity: 0;
  transform: translateY(40px);
  filter: blur(6px);
}
 
.txtanm.animate {
  animation: fadeUpSoft 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@keyframes fadeUpSoft {
  0% {
    opacity: 0;
    transform: translateY(40px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.mainhed span{
  color: #64655f;
}





/* loader */
.ip-loader {
	    bottom: 0 !important;
    text-align: center !important;
    position: relative !important;
    margin-left: 0%;
    width: 100%;
    height: 100vh;
    display: flex
;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.loader {
  width: 150px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.loader {
  /* width: 100%; */
  height: 4.8px;
  display: inline-block;
  position: relative;
  background: #a8d0442e;
  overflow: hidden;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  width: 0;
  height: 4.8px;
  background: #A8D044;
  position: absolute;
  top: 0;
  left: 0;
  animation: animFw 3s linear infinite;
}

@keyframes animFw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}



/* haeder */

.header{
  position: relative;
    z-index: 11;
  /* padding: 25px 0px; */
  background: transparent;
  height: 0;
}
.hedr{
  padding-top: 25px;
}
.hedrfll{
  justify-content: space-between;
  align-items: center;
}
.logo{
  width: auto;
  float: left;
}
.logo img{
  width: 100%;
  height: 55px;
  /* max-width: 50px; */
  float: left;
}
.hdr-menu{
    height: 100%;
}
.menus{
  display: flex;
      gap: 12px;
    flex-direction: row;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}


.megalistcust{
        padding: 61px 40px !important;
    display: flex !important
;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}


/* Fixed header class */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 1px 11px #00000030;
  animation: slideDown 0.3s ease forwards;
  height: auto;
    padding: 10px 0px;
    background: #182100;
}

/* Optional animation */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}



/*mob*/
/* Wrapper */
/* Wrapper & Container */
.mobile-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  float: right;
  height: 100%;
  display: flex
;
    align-items: center;
}

.content {
  background: transparent;
  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: relative;   /* Use absolute for positioning inside the container */
  top: 7px;        /* 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: #2060ad;
  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: #134075;
}

.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;

}

.nav-links li a:hover,
.submenu-label:hover {
  color: #5794de;
}

/* 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: #0e3563;
}

.submenu li a {
  font-size: 16px;
  padding: 10px 40px;
  border-top: 1px solid #144b8aa8;
}

.has-submenu input[type="checkbox"]:checked ~ .submenu {
  display: block;
  padding-left: 0;
}

@media(min-width:992px){
  .mobile-wrapper{
    display: none;
  }
}
/*mob*/

.header_menu_area ul li a img{
  margin-left: 0px;
    width: 17px;
    filter: brightness(0) invert(1);
}

.header_menu_area {
    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 12px;
    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;
    display: flex;
    gap: 4px;
    float: left;
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    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: #A8D044;
}
/* .stable{
  color: #ffffff !important;
} */



.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 0px;
    padding: 0;
    width: 230px;
    position: absolute;
    right: 20px;
    padding-top: 30px;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 99999;
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
   
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transition: all .5s ease-out;
    height: auto;
    right: -80px;
}

.menu ul li a:hover, .menu ul li:hover>a {
        background: #396dab;
    color: #ffffff;
    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: 10px;
    display: block;
    color: #ffffff;
    background: #1e5aa1;
    text-align: -webkit-match-parent;
    text-decoration: none;
    /* border-radius: 30px; */
    /* margin-bottom: 10px; */
    text-align: left;
    border-bottom: 1px solid #356bab;
}



/*overlay*/

.side-menu-4 {
    position: relative;
    top: 0;
    right: 0;
    z-index: 999;
    width: auto;
    float: right;
}
.side-menu-4 .burger-menu{
      background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

   
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    height: 55px;
    width: 55px;
    position: relative;
    display: flex;
    justify-content: center;
}
   

.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: #1212120d;
}

.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;
    height: 100%;
    padding-top: 0;
}
.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: #194b88;
  color: white;
  text-align: left;
}

.right-area {
  background: #121212;
  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: relative;
    float: right;
    right: 0;
    width: 55px;
    height: 55px;
     background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

   
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.35),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    
    cursor: pointer;
    display: flex;
    z-index: 10;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
    justify-content: center;
    right: 0;
}

.overlay-menu .close:hover {
  opacity: 1;
}
.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;
}

.dskmn-top{
  position: absolute;
  width: 100%;
      z-index: 1;
      display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
        padding-right: 0;
   
}
.dskmn-top .logo-mnu {
    position: relative;
    float: left;
    width: 70px;
    display: flex;
    z-index: 10;
    transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dskmn-top .logo-mnu img{
      height: 55px;
  /* max-width: 50px; */
  
}
.mnulist{
  margin-top: 30px;
      display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    opacity: 0;
  transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mnulist li a{
         display: flex;
    color: #ffffff63;
    font-size: 28px;
    font-weight: 500;
    gap: 15px;
    align-items: center;
     transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mnulist li a img{
      transform: rotate(-45deg);
    width: 35px;
    opacity: 0;
    visibility: hidden;
    filter: brightness(0) invert(1);
     transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mnulist li a:hover{
  color: #fff;
   transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mnulist li a:hover img{
  opacity: 1;
  visibility: visible;
 transition: all 0.3s ease;
    transition: all 0.3s ease;}

.overlay-menu.active .mnulist{
  opacity: 1;
  transition: all 0.3s ease;
    transition: all 0.3s ease;
}




/* banner */
.bnr-carousel .owl-nav {
    display: none;
}


/* ===== TEXT SLIDE-UP FADE FOR SLIDER-BAN ===== */
@keyframes slideFadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}







.testimonial-card-hdr{
  

  display: flex;
    background: #242424;
  border-radius: 20px;
  padding: 20px;
  gap: 35px;
}
.profile img {
    width: 153px;
    height: 144px;
    object-fit: cover;
    border-radius: 15px;
}
.testimonial-card-hdr .desc{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}
.testimonial-card-hdr .desc p{
        font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 23px;
}
.compny span{
      font-size: 14px;
    color: #ffffffbb;
}
.compny h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.compny .icon {
  width: 40px;
  height: 40px;
  background: #111;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.compny .icon img{
width: 16px!important;
    object-fit: contain;
}
.compny {
    display: flex;
    align-items: center;
    gap: 16px;
}

.hdrtest-slider{
    width: 100%;
    height: 100%;
    display: flex;
       align-items: flex-start;
    position: relative;
    z-index: 11;
    height: 327px;
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
}

.overlay-menu.active .hdrtest-slider{
  opacity: 1;
  transition: all 0.3s ease;
}

/* Position dots vertically */
.hedrtest-carousel .owl-dots {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

/* Dot spacing */
.hedrtest-carousel .owl-dot {
    margin: 4px 0;
}

/* Dot style */
.hedrtest-carousel .owl-dot span {
    width: 8px;
    height: 8px;
    background: #ffffff7a;
    border-radius: 50%;
        display: block;
}

/* Active dot */
.hedrtest-carousel .owl-dot.active span {
    background: #ffffff;
}

.latest{
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffffff63;
  font-weight: 500;
}


.banner {
    height: 100vh;
    position: relative;
}
.banner::after{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
      top: 0;
    background: #00000091;
}
.banner .sldimg{
  width: 100%;
    /* float: left; */
    position: relative;
    height: 100vh;
    object-fit: cover;

}
.bnrvdo{
  position: absolute;
  width: 100%;
}
.banner2{
  position: relative;
    height: 100%;
    display: flex;
    top: 0;
    align-items: flex-end;
    padding-top: 96px;
    z-index: 1;
}


.spad{
  padding-top: 80px;
  padding-bottom: 80px;
}
.spad2{
   padding-top: 70px;
  padding-bottom: 70px;
}




/* services */

.service-card{
  position: relative;
  border-radius: 15px;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.service-card:hover{
   transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.service-card .card-hed{
        display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 0;
    padding: 26px 28px;
    width: 100%;
    justify-content: space-between;

}
.service-card .card-hed p{
  font-size: 12px;
  font-weight: 400;
  color: #f6f4f1;
  line-height: auto;
}
.service-card .card-hed h3{
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.service-card .card-hed .servc-arow{
  filter: brightness(0)invert(1);
      transform: rotate(-45deg);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.service-card:hover .card-hed .servc-arow{
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.service-card .card-img{
  overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.service-card .card-img::after{
      content: '';
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #000000 0%, transparent 32%);
}
.service-card .card-img img{
  object-fit: cover;
}
.service-card:hover .card-img img {
  
       filter: blur(4px);
}





/* footer */
.footer{
  padding-top: 150px;
  background: #121212;
}

.ft-social{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.ft-social a {
    width: 40px;
    height: 40px;
     background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

   
    box-shadow: 
        0 8px 24px rgba(0, 0, 0, 0.35),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.ft-social a span img{
  width: 17px;
}
.ft-social a:hover{
  background: rgba(255, 255, 255, 0.18);
    box-shadow: 
        0 12px 30px rgba(0, 0, 0, 0.5),
        inset 0 1px 2px rgba(255, 255, 255, 0.35);
}
.ft-social a:hover span img{
  
animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}

.ft-logos{
  margin-top: 100px;
}




@media(max-width: 1366px){
    

    .abtcont{
      gap: 16px;
    }
  }



@media (min-width:992px) and (max-width:1199px){

.header_menu_area > ul > li > a {
  font-size: 15px;
}
.header_menu_area > ul > li {
  padding: 0px 10px 0px 1px;
}
.whybox5 .man{
  max-width: 95%;
}
.whybox5 .whyrounded {
    bottom: -15%;
    left: -33%;
}
.nav-menu > li > a {
    padding: 0px 6px!important;
    font-size: 14px;
  }
  .nav-header {
    width: 120px;
}
}





@media(max-width: 991px){

.overlay-wrap{
  display: inline-grid;
}
.overlay-menu .close{
  right: 0;
}
.dskmn-top{
  padding-right: 0px;
}

.hdr-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bnrtext{
  width: 75%;
}
.bnrhed{
  font-size: 50px;
}

.shining:before{
  left: -106%;
}

.whybox{
  height: 280px;
}
.whybox4{
  height: 215px!important;
}
.whybox5 .man{
  max-width: 93%;
}
.whybox5 .whyrounded {
    bottom: -15%;
    left: -33%;
}
.count-cont h3{
  font-size: 30px;
}
.count-cont h4{
  font-size: 18px;
}
.certifications p{
  max-width: 100%;
}
.certificte{
  padding: 0;
}
.certficatelist{
  padding: 0;
  padding-top: 25px;
}
.certifications{
  padding: 18px!important;
}
.spad{
  padding-top: 60px;
  padding-bottom: 60px;
}
.spad2{
   padding-top: 60px;
  padding-bottom: 60px;
}
.quicklink{
  margin-bottom: 25px;
}
.abt{
  margin-top: 30px;
}
.service-card{
  margin-bottom: 0;
}

.footer {
          padding-top: 80px;
}
.ft-logos{
     margin-top: 75px;
}

}






@media(max-width: 767px){
.bnrhed{
  font-size: 40px;
}
.abtcont{
  padding-left: 0;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0;
}
.service-card .card-hed{
  padding: 23px;
}
    .service-card .card-hed h3 {
        font-size: 18px;
    }

.whybox{
  height: auto!important;
}
   
    .product-bx{
      height: 250px;
    }
    .product-bx img{
      height: 100%;
              width: 100%;
    }
    .product-bx .cont h3{
      font-size: 20px;
    }
    .product-bx .cont {
    padding: 15px 15px;
  }
  .countbx{
   margin-bottom: 0px;
        min-height: 230px;
  }
  .copy{
    flex-direction: column;
            gap: 10px;
                margin-top: 30px;
  }
  .copy p{
    text-align: center;
  }

  .callto-bx{
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 50px 25px;
  }
  .callto-bx p{
    max-width: 100%;
  }
 .whybox4 {
      margin-top: 15px;
        /* height: 215px !important; */
        width: 50%;
    }
  .whybox5{
            height: 340px !important;
     width: 50%;
             margin-top: 15px;
}
    .whybox5 .man {
        max-width: 50%;
    }
        .whybox5 .whyrounded {
        bottom: -30%;
        left: -36%;
    }
    .whybox4 img{
      bottom: -57%;
    }
.whyfull3{
  flex-direction: row;
  height: 100%;
}
.flavours-card{
  margin-bottom: 30px;
}
.globalmap {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    /* height: 380px; */
    display: flex
;
    justify-content: flex-start;
}
.globalmap img{
  height: auto;
}
.blogcard .card-date{
  flex-direction: column;
}
}


@media(max-width: 575px){
  .banner2{
    padding-top: 72px;
  }
.bnrtext{
  width: 100%;
          align-items: center;
        text-align: center;
}
.bnrhed{
  font-size: 38px;
}
.nav-header{
  width: 125px;
}
.abtmain{
  max-width: 100%;
}

    
.service-carousel .owl-nav{
  top: -10px;
  justify-content: flex-start;
}
.serviceslide{
  padding-top: 54px;
}
.service-carousel .owl-nav .owl-prev,
.service-carousel .owl-nav .owl-next {
    width: 36px !important;
    height: 36px !important;
}
.service-carousel .owl-nav img{
width: 18px;
}
.whybox2{
  width: 100%;
}
.whybox3{
  width: 100%;
}
.whyfull {
  height: auto!important;
}
.whyfull2 {
  height: auto!important;
}
.whybox2 img {
    margin: auto;
    width: auto;
    margin-top: 15px;
    margin-bottom: 50px;
    pointer-events: none;
}
.whybox{
  height: 280px!important;
}

.whyfull3{
  flex-direction: column;
  height: auto;
}
.whybox5{
  width: 100%;
}
    .whybox5 .man {
        height: calc(100% - 120px) !important;
        width: auto;
    }
        .whybox5 .whyrounded {
        bottom: -31%;
        left: -91px;
        max-width: 230px;
        width: 230px;
    }
.whybox4{
  width: 100%;
}
.product-bx {
        height: 210px;
    }
.circle-logo {
    width: 56px;
    height: 56px;
  }

  .stoppuls {
    width: 20px;
    height: 20px;
    bottom: -13px;}

    @keyframes pulseShadow {
  0% {
    box-shadow:
      0 0 0 5px rgba(47, 105, 174, 0.6),
      0 0 0 10px rgba(47, 105, 174, 0.5);
  }
  50% {
    box-shadow:
      0 0 0 8px rgba(47, 105, 174, 0.2),
      0 0 0 16px rgba(47, 105, 174, 0.1);
  }
  100% {
    box-shadow:
      0 0 0 5px rgba(47, 105, 174, 0.6),
      0 0 0 10px rgba(47, 105, 174, 0.5);
  }
}

.marquee-item p{
  font-size: 20px;
}
.marquee-track{
  animation: marquee-scroll 7s linear infinite;
}
.marquee-item img {
    height: 26px;
    width: 26px;
    margin-right: 20px;
  }
  .marquee-item {
margin-right: 20px;  
}

.spad{
  padding-top: 35px;
  padding-bottom: 35px;
}
.spad2{
   padding-top: 35px;
  padding-bottom: 35px;
}
.quicklink{
  margin-bottom: 16px;
}
.quicklink2{
  padding-top: 0px;
}
.circle-logo2 {
    width: 55px;
    height: 55px;
}
.ft-logo {
    max-width: 100%;
    width: 170px;
}
.foter-logo {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.slide-con li a {
           width: 42px;
        height: 38px;
      }

    .slide-con li a img{
  width: 22px;
}
.copy p br{
  display: block;
}
.copy p span{
  display: none;
}

.subhed {
  font-size: 15px;
}
    .cta{
      background: #182100 ;
    }
    .service-sec p br{
      display: none;
    }


.mainhed {
        font-size: 22px;
    } 
    .ft-social{
              margin-bottom: 20px !important;
        gap: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}













