html{
        overflow-x: hidden;
}
body{
    overflow: hidden;
  margin: auto;
 font-family: 'Creato Display'!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: #1F1F1F;
    font-size: 16px;
    font-weight: 400;
    line-height: 177%;
}

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{
    display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: auto;       
  height: 48px;    
  
  border: 1px solid transparent;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
  font-weight: 500;
  font-size: 15px;
  border-radius: 0;
   transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
@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 .text {
      flex: 1;
    text-align: center;
    color: #000;
    padding: 0 15px;
    background-color: #fff;
    height: 100%;
    display: flex
;
    align-items: center;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mybtn-primary .arrow {
  background-color: #FF3B00;
  color: #fff;
  width: 36px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mybtn-primary:hover .text{
  background-color: #FF3B00;
  color: #fff;
}
.mybtn-primary:hover .arrow{
  background-color: #fff;
}



.mybtn-secondary .text {
      flex: 1;
    text-align: center;
    color: #ffffff;
    padding: 0 15px;
    background-color: #121416;
    height: 100%;
    display: flex
;
    align-items: center;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mybtn-secondary .arrow {
  background-color: #FF3B00;
  color: #fff;
  width: 36px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mybtn-secondary:hover .text{
  background-color: #FF3B00;
}
.mybtn-secondary:hover .arrow{
  background-color: #121416;
}
.mybtn-secondary:hover .arrow IMG{
  filter: brightness(0) invert(1);
}

/* Outer framed container with corner marks */
.frame{
position: relative;
    padding: 1px;
    border: 1px solid #00000030;
    display: inline-block;
}

/* Decorative crop/corner marks (small L shapes) */
.frame::before, .frame::after,
.frame .spn::before, .frame .spn::after{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border: 2px solid #111;
    box-sizing: border-box;
    background: transparent;
}
/* top-left */
.frame::before{ left:-2px; top:-2px; border-right:none; border-bottom:none; }
/* top-right */
.frame::after{ right:-2px; top:-2px; border-left:none; border-bottom:none; }
/* We'll use span pseudo-elements for bottom corners */
.frame .spn::before{ left:-2px; bottom:-2px; border-right:none; border-top:none; }
.frame .spn::after{ right:-2px; bottom:-2px; border-left:none; border-top:none; }

/* whitecorner */
.framew{
  position: relative;
    padding: 1px;
    border: 1px solid #ffffff4d;
    display: inline-block;
    }

/* Decorative crop/corner marks (small L shapes) */
.framew::before, .framew::after,
.framew .spn::before, .framew .spn::after{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border: 2px solid #fff;
    box-sizing: border-box;
    background: transparent;
}
/* top-left */
.framew::before{ left:-2px; top:-2px; border-right:none; border-bottom:none; }
/* top-right */
.framew::after{ right:-2px; top:-2px; border-left:none; border-bottom:none; }
/* We'll use span pseudo-elements for bottom corners */
.framew .spn::before{ left:-2px; bottom:-2px; border-right:none; border-top:none; }
.framew .spn::after{ right:-2px; bottom:-2px; border-left:none; border-top:none; }





.mybtn-third .text {
      flex: 1;
    text-align: center;
    color: #000;
    padding: 0 15px;
    background-color: #fff;
    height: 100%;
    display: flex
;
    align-items: center;
     transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.mybtn-third .arrow {
  background-color: #121416;
  color: #fff;
  width: 36px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mybtn-third .arrow img{
  filter: brightness(0) invert(1);
}
.mybtn-third:hover .text{
  background-color: #121416;
  color: #fff;
}
.mybtn-third:hover .arrow{
  background-color: #fff;
}
.mybtn-third:hover .arrow img{
  filter: unset;
}






.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: 69px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
   
    line-height: 110%;
}
.mainhed{
  font-size: 55px;
  font-weight: 500;
  color: #fff;
  line-height: 129%;
}
.mainhed span{
  color: #FD421B;
}






/* 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: #fd411b3b;
  overflow: hidden;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  width: 0;
  height: 4.8px;
  background: #FD421B;
  position: absolute;
  top: 0;
  left: 0;
  animation: animFw 3s linear infinite;
}

@keyframes animFw {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.c-leaf {
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: #ffffff;
  transform: scale(1);
  border-radius: 15px;
}

.c-leaf__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100px;
  height: 107px;
  fill: white;
}

.c-leaf__fill {
  width: 100px;
  height: 100px;
  background: #2060AD;
  -webkit-animation: fillUp 1.5s ease-in-out infinite;
  animation: fillUp 1.5s ease-in-out infinite;
}

@-webkit-keyframes fillUp {
  0% {
    transform: translate(0, 100px);
  }
  100% {
    transform: translate(0, -100px);
  }
}

@keyframes fillUp {
  0% {
    transform: translate(0, 100px);
  }
  100% {
    transform: translate(0, -100px);
  }
}





/* haeder */

.header{
  position: relative;
    z-index: 11;
  /* padding: 25px 0px; */
  background: transparent;
  height: 0;
}
.hedr{
  padding-top: 22px;
}
.nav-header{
  max-width: 173px;
}

.hedrfll{
  justify-content: space-between;
  align-items: center;
}
.logo{
  width: 190px;
  float: left;

}
.logo img{
  width: 100%;
  max-width: 153px;
  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: 35px 20px !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;
}

.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: #121416;
  color: white;
  text-align: left;
}

.right-area {
  background: #FD421B;
  color: #A8A8A8;
      box-shadow: -1px 0px 13px #10346057;
  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;
  filter: brightness(0) invert(1);
}
.overlay-menu .close {
  position: absolute;
    right: 60px;
    top: 55px;
    font-size: 30px;
    background: #121416;
    border-radius: 30px;
    cursor: pointer;
    opacity: 0.5;
    z-index: 10;
    transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.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;
}
.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: none!important;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    height: 51px;
    outline:none!important;
}
.ham-field textarea {
    width: 100%;
    float: left;
    padding: 12px;
      border: none!important;
    border-radius: 10px;
    font-size: 16px;
    color: #000;
    height: 150px;
    outline:none!important;
}



/* banner */
.bnr-carousel .owl-nav {
    display: none;
}
.bnrtxt-carousel .owl-nav {
    display: none;
}

.bnr-carousel .owl-dots{
  position: relative;
    bottom: 47px;
    max-width: 1145px;
    display: flex;
    margin: auto;
    justify-content: flex-end;
    padding-right: 15px;
    display: none;
}
.banner {
  position: relative;
  /* padding-bottom: 90px; */
  height: 100vh;
  background-position: center;
  /* padding-top: 160px; */}
.banner::after{
     content: '';
    background: url(../img/images/bnrefct.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 379px;
    left: 0;
    top: 0;
    background-position: top;
    z-index: 1;
}


.bnrtxt-slider{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 35px;
}

.bnrimg-sec{
  position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}
.bnrimg-p{
      position: absolute;
    bottom: 2%;
    left: 73%;
}
.bnrimg-p p{
  color: #fff;
}
.bnrimg-p .mrgn{
margin-right: 5px;
}
.banner .sldimg{
      width: 100%;
    float: left;
    position: relative;
    /* max-width: 582px; */
    height: 100vh;
    object-fit: cover;
}
.bnrtext {
      display: flex;
      gap: 22px;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 40px;
}
.bnrtext p{
  color: #FFFFFF;
  opacity: 70%;
  max-width: 70%;
}
.bnrsub{
    
    text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  opacity: 50%;
}


.spad{
  padding-top: 80px;
  padding-bottom: 80px;
}
.spad2{
   padding-top: 70px;
  padding-bottom: 70px;
}

.slide-con {
    position: fixed;
    z-index: 1;
    right: 23px;
    top: 56%;
    transform: translateY(-56%);

    text-align: center;
    
    /* overflow: hidden; */
}

.slide-con li {
    border: 1px solid #CBD5E1;
       background-color: #2c2e3042;
    backdrop-filter: blur(9px);
    margin-bottom: 14px;
    transition: 0.3s;
    cursor: pointer;
    position: relative;
    border-radius: 35px;
}
.slide-con li:hover {
    background-color: #222021;
}
.slide-con li:hover img{
animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
    filter: brightness(0) invert(1);
}
@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;
    }
  }

.slide-con li:nth-child(3) {
    margin-bottom: 0;
}

.slide-con li a {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .slide-con li img {
    width: 20px;
    margin: auto;
} */

.bnr-contnt {
       width: 100%;
    height: 100%;
    display: flex
;
    align-items: flex-start;
    flex-direction: column;
    height: 100vh;
    padding-bottom: 35px;
    justify-content: flex-end;
    max-width: 436px;
    float: right;
    gap: 15px;
    position: relative;
    z-index: 1;
}
.bnr-contnt p{
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.bnr-second{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}



/* about */
.abt{
  overflow: hidden;
    position: relative;
    width: 100%;
}
.abt img{
  object-fit: cover;
  border-radius: 8px;
}

.abt1 p{
  line-height: 26px;
}
.abtmain{
  width: 340px;
  border-radius: 15px;
}
.abtmain img{
   border-radius: 15px;
   height: 100%;
    object-fit: cover;
}
.subhed{
     color: #1F1F1F;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    align-items: center;
}

.subhed span{
     background: #FD421B;
    border-radius: 50px;
    width: 11px;
    height: 11px;
}
.abtcont{
      gap: 47px;
    padding-right: 20px;
    height: 100%;
    display: flex
;
    
}
.shining{
      position: relative;
    overflow: hidden;
}
.shining:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
.shining:before {
    position: absolute;
    top: 0;
    left: -92%;
    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%;
  }
}
.abt-card{
  padding: 18px 22px;
  border-radius: 16px;
  background: #F3F4F5;
}
.abt-card:hover .card-hed img{
animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
}
.abt-card .card-hed{
  gap: 12px;
  margin-bottom: 15px;
}
.abt-card p{
  color: #6D6D6D;
}
.abt-card .card-hed p{
font-size: 20px;
color: #000000;
font-weight: 500;
}

.about-sect p{
      font-size: 38px;
    line-height: 53px;
    margin-bottom: 24px;
}


/* services */
.services{
  background: #121416;
}
.service-sec{
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
}
.service-sec h2{
  color: #fff;
  margin-top: 16px;
}
.service-sec .subhed{
 color: #C4C4C4; 
}
.servicecrain{
margin-top: -80px;
    margin-left: auto;
        pointer-events: none;
}
 .animate_pulse{
  animation: wind 8s infinite;
}   
@keyframes wind {
from {
  -webkit-transform: rotate3d(1, 1, 1, 
-6deg);
  transform: rotate3d(1, 1, 1, 
-6deg);
}

50% {
  -webkit-transform: rotate3d(1, 1, 1, 
6deg);
  transform: rotate3d(1, 1, 1, 
6deg);
}

to {
  -webkit-transform: rotate3d(1, 1, 1, 
-8deg);
  transform: rotate3d(1, 1, 1, 
-6deg);
}
}

.services-wrapper {
    display: flex;
    height: 599px;
    overflow: hidden;
    border: 1px solid #7D7D7D;
  }

  .servicecard {
    flex: 1;
    background: transparent;
    border-left: 1px solid #7D7D7D;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    transition: all 0.5s ease;
    cursor: pointer;
    overflow: hidden;
  }

  .servicecard:first-child {
    border-left: none;
  }

  .servicecard.active {
    flex: 4;
   
  }

  .servicecard-hed {
       display: flex
;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    width: 100%;
    text-align: center;
    position: relative;
    height: 100%;
    align-content: space-between;
    align-items: center;
  }

  .servicecard .icon {
    position: relative;
    width: 49px;
  }

  .servicecard h3 {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    transition: all 0.4s ease;
    margin: 0;
  }

  .sercontent {
    opacity: 0;
    transition: opacity 0.5s ease;
    padding: 0;
    width: 0;
    text-align: left;
    height: 438px;
    
  }

  .servicecard.active .sercontent {
        opacity: 1;
    padding: 20px;
    width: auto;
  }

  .sercontent img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
  }

  .sercontent p {
       color: #A2A2A2;
    font-size: 18px;
  }

  /* Responsive */

 @media (max-width: 1199px){
 .sercontent{
  height: auto;
 }
 }
 

  @media (max-width: 992px) {
    .services-wrapper {
      flex-direction: column;
      height: auto;
    }

    .servicecard {
      flex: 1 1 100%;
      flex-direction: column;
      border-left: none;
      border-top: 1px solid #222;
    }

    .servicecard h3 {
      writing-mode: horizontal-tb;
      transform: none;
      font-size: 18px;
      text-align: left;
    }

    .servicecard.active {
      flex: 1.2;
    }
.servicecard-hed{
  flex-direction: row-reverse;
}
.servicecard .icon {
width: 30px;
}
.servicecard-hed {
  padding: 20px;
}
    .sercontent {
      opacity: 1;
      height: 0;
    }
    .servicecard.active .sercontent{
      height: auto;
    }
  }



.patern1{
 position: absolute;
    right: -20px;
    top: 7px;
    pointer-events: none;
}
.patern2{
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}


/* logistics */
.blck{
  color: #1F1F1F!important;
}
.atributeimg{
      display: flex
;
    width: 100%;
    justify-content: flex-end;
}
.atributeimg img{
  right: -76px;
    position: relative;
}
.atributes-card{
  padding-bottom: 12px;
  border-bottom: 1px solid #FD421B;
  transition: all 0.4s ease;
}
.atributes-card h3{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 12px;
  transition: all 0.4s ease;
}
.atributes-card p{
  line-height: 155%;
  font-size: 18px;
  color: #484848;
  transition: all 0.4s ease;
}
.atributes-card2{
      padding-top: 35px;
}

.logisticscard .cont{
  position: absolute;
    bottom: 0;
    padding: 23px;
    display: flex
;
align-items: flex-end;
    gap: 15px;
}
.logisticscard .cont p{
color: #D8D8D8;
}
.logisticscard .cont a{
flex: 1 0 auto;
}
    
.logisticscard .cont a img{
width: 27px;
}
/* .atributesimg{
height: 513px;
width: 100%;
} */



/* variations */
/* .variations-full{
  padding-top: 142px!important;
} */
.variations{
  padding: 0 80px;
}

.variations h2{
  color: #818181;
  text-align: center;
  font-weight: 400;
}
.whycontainer{
    position: relative;
    width: 118px;
    height: 201px;
    top: 0;
    display: inline-block;
}
.whygroup{
      position: relative;
    width: 164px;
    display: inline-block;
    top: -5px;
    height: 59px;
}
.whyship{
      position: relative;
    width: 186px;
    display: inline-block;
    top: 13px;
}
.whybac{
      position: relative;
    right: 0;
    left: 0;
    /* top: 0; */
    bottom: 50px;
    pointer-events: none;
    width: 100%;
}


/* whyschoose */
.featurecard{
  padding: 23px 19px;
  background: url(../img/images/whybx-bac.webp);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  height: 100%;
}
.featurecard2{
  background: url(../img/images/whybx-bac2.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.featurecard span{
background: #fff;
border-radius: 10px;
display: flex;
width: 54px;
align-items: center;
    justify-content: center;
height: 54px;
margin-bottom: 45px;
}
.featurecard img{
    width: 35px;
}
.featurecard:hover img{
animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1; 
}
.featurecard .desc{
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2px;
}
.featurecard .cont{
  font-size: 18px;
  color: #EBEBEB;
  margin-bottom: 0;
  line-height: 24px;
}



/* features */
  .f-card{
  padding-bottom: 34px;
  
  transition: all 0.4s ease;
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.f-card h3{
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 13px;
  transition: all 0.4s ease;
}
.f-card p{
  line-height: 155%;
  font-size: 18px;
  color: #A2A2A2;
  transition: all 0.4s ease;
}
.f-card .icn{
  width: 57px;
  height: 57px;
  border-radius: 5px;
  background: #fff;
  display: flex;
      align-items: center;
    justify-content: center;
}
.f-card .cont{
width: calc(100% - 73px);
}
.f-card2{
      padding-top: 34px;
          border-top: 1px solid transparent;
    border-image: repeating-linear-gradient(to right, #57798C 0 4px, /* dash length */ transparent 4px 8px /* gap */) 1;

}
.f-top{
  position: absolute;
  top: 64px;
  right: 0;
}
.f-btm{
  margin-top: 70px;
}



/* CONTACTFROM */
.con-field{
    margin-bottom: 12px;
}
.con-desc {
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  
}

.con-desc .cont-img {
 width: 36px;
    height: 36px;
    background: #2e7bd7;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-desc p {
  margin-bottom: 0;
  width: calc(100% - 51px);
  color: #ffffff;}
.con-desc p a{
    color: #ffffff!important;
    font-weight:400;
}
.cont-img img {
  width: 22px;
}

.con-field label {
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}
.con-field input {
    width: 100%;
    float: left;
    padding: 14px;
    border: 1px solid #C6C6C6;
    border-radius: 8px;
    font-size: 16px;
    color: #74757D;
        background: #FDFDFD;
    height: 60px;
    outline:none!important;
}
.con-field textarea {
    width: 100%;
    float: left;
         background: #FDFDFD;
    padding: 12px;
      border: 1px solid #C6C6C6;
    border-radius: 8px;
    font-size: 16px;
    color: #74757D;
    height: 170px;
    outline:none!important;
}


/* group */
.groupsec{
  text-align: center;
  align-items: center;
  max-width: 900px;
  margin: auto;
  padding-top: 70px;
}
.groupsec p{
  font-size: 18px;
  color: #A2A2A2;
}
.goc-logo{
     width: 210px;
    height: 100px;
    border-radius: 10px;
    padding: 10px;
    display: flex
;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    margin-top: 20px;

}


/* contactcta */
.con-cta{
  background: url(../img/images/con-cta.webp) no-repeat;
  background-size: cover;
    border-radius: 8px;
        background-position: center;
}
.con-cta .cta-card{
      display: flex;
      height: 100%;
    flex-direction: column;
    align-items: flex-start;
        gap: 24px;
    justify-content: center;
        padding: 40px 30px 100px;
        max-width: 50%;
        position: relative;
}
.con-cta .subhed span{
  background: transparent;
    border-radius: unset;
    width: auto;
    height: auto;
    margin-left: 3px;
}
.con-cta-round{
     position: absolute;
    right: -56px;
    margin-top: -60px;
}

/* market */
.market .service-sec{
gap:18px;
}
.marketcard .cardno{
  position: relative;
  margin-bottom: 15px;
  overflow-x: hidden;
}
.marketcard .cardno span{
      width: 51px;
    height: 44px;
    color: #161F00;
    background: #FFFFFF;
    clip-path: polygon(0% 8px, 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.cardno::after{
  content: '';
    position: absolute;
    background: #AEB59A;
    height: 0.5px;
    width: 100%;
    left: 62px;
    top: 50%;
}
.marketcard .cardcont h3{
  font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 10px;
}    
.marketcard .cardcont p{
  color: #828282;
  margin-bottom: 14px;
  line-height: 155%;
}
.marketcard:hover .cardno span{
background: #A8D044;
transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.marketcard .card-img img{
width:100%;
max-width: 100%;}



/* counter */
.countsection{
  background: url(../img/images/count-bac.webp);
  background-repeat: no-repeat;
  background-size: cover;
  
}
.whte{
  color: #fff;
}
.countbx{
    
    display: flex
;
    width: 100%;
    flex-direction: column;
    border-top: 1px dashed #323232;
}
.countbx p{
   font-size: 20px;
   font-weight: 500;
}
.count-cont{
     margin-left: -21px;
}
.count-cont h3{
    font-weight: 500;
    font-size: 180px;
    background: linear-gradient(
180deg, #F54815, #8D2000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    display: flex
;
    letter-spacing: 4px;
    align-items: center;
}

.count-cont h4{
font-weight: 500;
font-size: 22px;
color: #000;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value{
  background: linear-gradient(
180deg, #F54815, #8D2000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.countsection .count-cont h3{
  font-size: 78px;
  font-weight: 500;
  color: #FD421B;
      -webkit-text-fill-color: unset;
}
.countsection .odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value{
  color: #FD421B;
      -webkit-text-fill-color: unset;
}
.countsection .count-cont{
  margin-left: 0;
}
.countsection .countbx{
  border-top: none;
  align-items: center;
    gap: 8px;
    text-align: center;
}
.countsection .countbx p{
  color: #fff;
  font-size: 24px;
  font-weight: 400;

}
    




.globalmap{
  position: absolute;
    top: 80px;
    right: 0;
    width: 50%;
    /* height: 380px; */
    display: flex
;
    justify-content: flex-end;
}
.globalmap img{
object-fit: contain;
    height: 380px;
    position: relative;
    right: 0;
}

.globlhed{
font-size: 42px;
}
/* cta */
.cta{
  background: url(../img/images/enqcl-bac.webp) no-repeat;
  background-size: cover;
    border-radius: 8px;
        background-position: center;
}
.cta-card{
      display: flex;
      height: 100%;
    flex-direction: column;
    align-items: flex-start;
        gap: 24px;
    justify-content: center;
        padding: 70px 40px;
}
.cta-card h2{
  color: #fff;
}


/* blogs */
.blogcard p{
  color: #AFAFAF;
  line-height: 150%;
}
.blogcard .card-img{
  overflow: hidden;
    position: relative;
}
.blogcard .card-img img{
  object-fit: cover;
}
.blogcard:hover .card-img img {
  filter: grayscale(0.5);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.blogcard .card-date{
      display: flex
;
    justify-content: space-between;
    padding: 15px 0px 11px;
    border-bottom: 1px solid #92929285;
}
.blogcard .card-date .date{
      display: flex;
    gap: 8px;
    align-items: center;
}
.blogcard .card-date .date span{
background: #ABABAB;
width: 3px;
height: 3px;
border-radius: 30px;
}
.blogcard .card-hed{
  margin-top: 15px;
}
.blogcard .card-hed h3{
  font-size: 18px;
  font-weight: 500;
  color: #182100;
  margin-bottom: 11px;
}
    

.menuimg{
  clip-path: polygon(0% 44px, 44px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%);
}




/* footer */
.footer{
  padding-top: 75px;
  background: #DDDBDB;
}
.ft-top{
      display: flex;
    justify-content: space-between;
        align-items: flex-end;
padding-bottom: 44px;
border-bottom: 1px solid #949494;
margin-bottom: 44px;
}
.ft-p{
  color: #fff;
  line-height: 25px;
  margin: 20px 0;
}
.ft-logo{
  max-width: 100%;
  width: 165px;
  margin-bottom: 30px;
}
.ft-logo img{
  width: 100%;
}
.quicklink h2{
  font-size: 20px;
    font-weight: 500;
    color: #F54815;
    margin-bottom: 18px;
}
.quicklink li{
      margin-bottom: 17px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.quicklink li a{
  color:#363636;
  font-size: 16px;
  font-weight: 400;
}
.quicklink li p{
   color:#363636;
  font-size: 16px;
  font-weight: 400;
}

.quicklink li a:hover{
  color:#000000;

}
.quicklink2{
  padding-left: 55px;
}
.copy{
margin-top: 50px;
    padding: 14px 0px;
    border-top: 1px solid #949494;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ft-social{
    display: flex;
    flex-direction: row;
    gap: 25px;
}
.ft-social a {
       width: 36px;
    height: 36px;
    /* background-color: #717668; */
    border: 1px solid #ABAAAA;
    border-radius: 27px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.ft-social a span img{
  filter: brightness(0);
}
.ft-social a:hover span img{
animation-name: zoomIn;
filter: unset;
    animation-duration: .5s;
    animation-iteration-count: 1;
}

.copy p a{
  color: #808080;
}
.copy p a:hover{
  color: #b3b3b3;
}
.copy p br{
  display: none;
}
.copy p span{
  padding: 0 5px;
}
/* .ft-social a span img{
    height: 17px;
    width: 17px;
} */












@media(max-width: 1366px){
    
.mainhed{
      font-size:45px;
    }
    .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: 1199px){
  .bnrtext{
    padding-right: 25px;
  }
  .bnrhed{
    font-size: 50px;
  }
.service-card .card-hed h3{
  font-size: 22px;
}
.count-cont h3{
  font-size: 125px;
}
.about-sect p {
    font-size: 27px;
    line-height: 38px;
}
.countsection .count-cont h3{
  font-size: 45px;
}
.countsection .countbx p{
  font: 18px;
}
}



@media(max-width: 991px){

.menus{
  display: none;
}
.side-menu-4{
  display: none;
}
.hdr-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bnrtext{
  padding-right: 15px;
}
.bnrhed{
  font-size: 50px;
}

.shining:before{
  left: -106%;
}
.mainhed {
        font-size: 35px;
    }
.whybox{
  height: 280px;
}
.whybox4{
  height: 215px!important;
}
.whybox5 .man{
  max-width: 93%;
}
.whybox5 .whyrounded {
    bottom: -15%;
    left: -33%;
}
.count-cont h3{
  font-size: 75px;
}
.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: 15px;
}
.service-card{
  margin-bottom: 30px;
}
.atributes-card {
    padding-top: 25px !important;
}
.flavours-card .card-hed h3{
  font-size: 22px;
}
.flavour-under .mainhed{
  font-size: 26px;
}
.flavour-under p br{
  display: none;
}
.countbx {
  padding: 30px 15px;
}
.cta{
  height: auto;
}
.cta-card {
  
    padding: 50px 40px;
}
.quicklink2{
  padding-left: 0px;
}
.footer {
  padding-top: 50px;
}
.ft-social{
  margin-bottom: 25px!important;
}
.servicecrain {
    margin-top: -60px;
    max-width: 165px;
}
.countsection .count-cont h3{
  font-size: 30px;
}
.countsection .countbx p{
  font-size: 16px;
}
.countsection .countbx{
  padding: 15px 0;
}
.variations{
  padding: 0;
}
.f-top{
  width: 280px;
}

.groupsec{
  padding-top: 0px;
}


}






@media(max-width: 767px){
  .banner{
    height: auto;
  }
.bnrtxt-slider {
    height: auto;
    padding-top: 274px;
    padding-bottom: 35px;
}
.bnr-contnt {
    height: auto;
    max-width: 100%;
    float: left;
}
.whyship {
  width: 140px;
}
.whygroup {
    width: 140px;
    top: 0px;
}

.bnrhed{
  font-size: 40px;
}
.abtcont{
  padding-left: 0;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0;
}
    .service-card .card-hed h3 {
        font-size: 20px;
    }

.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;
   padding-bottom: 0px;
  }
  
  .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;
}
.servicecrain {
        margin-top: 0;
        max-width: 90px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }
    .service-sec{
      position: relative;
      z-index: 1;
    }
    .f-top{
      display: none;
    }
    .con-cta{
      background: #121416;
    }
    .con-cta .cta-card{
      max-width: 75%;
      padding: 50px 30px;
    }
}


@media(max-width: 575px){
    .banner .sldimg{
        filter: brightness(0.5);
    }
.con-cta .cta-card{
  max-width: 100%;
  width: 100%;
}
.con-cta-round{
  display: none;
}
.ft-top{
  flex-direction: column;
      align-items: flex-start;
      padding-bottom: 20px;
      margin-bottom: 20px;
      gap: 15px;
}
    .countbx {
      padding-top: 15px;
    }
    .atributes-card h3 {
      font-size: 19px;
    }
.bnrhed{
  font-size: 38px;
}
.nav-header{
  width: 125px;
}
.abtmain{
  max-width: 100%;
}
.mainhed {
        font-size: 30px;
    }
    
.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: 42px;
      }

    .slide-con li a img{
  width: 22px;
}
.copy p br{
  display: block;
}
.copy p span{
  display: none;
}

.subhed {
  font-size: 15px;
}
    .cta-card {
        padding: 50px 15px;
    }
    .service-sec p br{
      display: none;
    }
.whycontainer{
  display: none;
}
.variations-full{
  padding-top: 40px !important;
}
.whygroup{
  width: 65px;
  height: 29px;
}
    .whyship {
        width: 70px;
        top: 0;
        height: 22px;
    }
    .f-btm {
    margin-top: 20px;
}
.f-card h3 {
font-size: 21px;
margin-bottom: 10px;
}
}


@media(max-width: 360px){
     .mainhed {
        font-size: 22px;
    } 
    .bnrtxt-slider {
        padding-top: 190px;
    }


}











