html{
        overflow-x: hidden;
}
body{
    overflow: hidden;
  margin: auto;
 font-family: Sora !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: #939393;
    font-size: 16px;
    font-weight: 400;
    line-height: 203%;
}

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: 10px 6px;
    /* padding-left: 15px; */
    display: flex
;
    font-weight: 500;
    text-align: center;
    clip-path: polygon(0% 8px, 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 0;
}


@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: #000000;
    background: #FFFFFF;
    overflow: hidden;
    min-width: 153px;
    z-index: 1;
    border: 1px solid transparent;
    position: relative;
}

.mybtn-primary:hover{
 background: transparent;
 color: #fff;
 border: 1px solid #A8D044;
}




.mybtn-secondary {
   position: relative;
    color: #ffffff;
    background: #A8D044;
    border: 1px solid transparent;
    overflow: hidden;
    min-width: 153px;
    z-index: 1;
}
.mybtn-secondary:hover{
   background: transparent;
 color: #A8D044;
 border: 1px solid #A8D044;
}


.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: 45px;
  font-weight: 500;
  color: #182100;
  text-transform: uppercase;
  line-height: 129%;
}
.mainhed span{
  background-image: linear-gradient(180deg, #2060AD, #79B0F2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}






/* 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%;
  }
}

.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: 25px;
}
.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: 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;
}

.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: #194b88;
  color: white;
  text-align: left;
}

.right-area {
  background: #2060AD;
  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;
}
.overlay-menu .close {
  position: absolute;
    right: 60px;
    top: 55px;
    font-size: 30px;
    background: white;
    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;
}


/* ===== TEXT SLIDE-UP FADE FOR SLIDER-BAN ===== */
@keyframes slideFadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bnr-carousel .owl-item.active .bnrtext h1,
.bnr-carousel .owl-item.active .bnrtext h2,
.bnr-carousel .owl-item.active .bnrtext p,
.bnr-carousel .owl-item.active .bnrtext a {
  animation: slideFadeUp 0.6s ease-out both; /* was 0.8s */
}

.bnr-carousel .owl-item.active .bnrtext h1 {
  animation-delay: 0.15s; /* was 0.2s */
}
.bnr-carousel .owl-item.active .bnrtext h2 {
  animation-delay: 0.15s; /* was 0.2s */
}
.bnr-carousel .owl-item.active .bnrtext p {
  animation-delay: 0.3s; /* was 0.4s */
}
.bnr-carousel .owl-item.active .bnrtext a {
  animation-delay: 0.45s; /* was 0.6s */
}


.bnr-carousel .owl-dots{
  position: relative;
    bottom: 47px;
    max-width: 1145px;
    display: flex
;
    margin: auto;
    justify-content: flex-end;
    padding-right: 15px;
}
.bnr-carousel .owl-dots .owl-dot span {
      background: #ffffff69;
    width: 35px;
    backdrop-filter: blur(16px);
    height: 4px;
    display: block;
    border-radius: 20px;
    margin: 0px 4px;
}

.bnr-carousel .owl-dots .owl-dot.active span {
  background: #FFFFFF; 
   backdrop-filter: unset;    
}
.banner {
    height: 100vh;
    position: relative;
}
.banner::after{
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
      top: 0;
    background: #0000005c;
}
.banner .sldimg{
  width: 100%;
    /* float: left; */
    position: relative;
    height: 100vh;
    object-fit: cover;

}
.bnrvdo{
  position: absolute;
  width: 100%;
}
.banner2{
  position: relative;
   
}
.brfull{
  display: flex;
      align-items: center;
      padding-top: 96px;
      height:100vh;
  
}
.bnrtext {
     display: flex;
      gap: 4px;
    height: 100%;
        width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.bnrtext p{
  color: #D8D8D8;
  line-height: 176%;
  margin-bottom: 10px;
}
.bnr-carousel{
  width: 50%;
}

.spad{
  padding-top: 80px;
  padding-bottom: 80px;
}
.spad2{
   padding-top: 70px;
  padding-bottom: 70px;
}

.slide-con {
    position: fixed;
    z-index: 1;
    right: 0;
    top: 56%;
    transform: translateY(-56%);
    /* bottom: 25%; */
    border-radius: 0.5rem;
    text-align: center;
    box-shadow: -1px 0px 8px #00000026;
    /* overflow: hidden; */
}

.slide-con li {
    border-bottom: 1px solid #C2C2C2;
    background-color: #fff;
    /* backdrop-filter: blur(4px); */
    transition: 0.3s;
    cursor: pointer;
    position: relative;
}
.slide-con li:hover {
    background-color: #2060AD;
}
.slide-con li:hover img{
animation-name: zoomIn;
    animation-duration: .5s;
    animation-iteration-count: 1;
    filter: brightness(0) invert(1);
}

.slide-con li:nth-child(3) {
    border-bottom: none;
}

.slide-con li a {
        width: 58px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .slide-con li img {
    width: 20px;
    margin: auto;
} */
.slide-con li:first-child {
    border-radius: 16px 0 0 0;
}
.slide-con li:last-child {
    border-radius: 0 0 0 16px;
}














/* about */
.abt{
  overflow: hidden;
    position: relative;
    width: 100%;
}
.abt img{
  object-fit: cover;
}

.abt1 p{
  line-height: 26px;
}
.abtmain{
  width: 340px;
  border-radius: 15px;
}
.abtmain img{
   border-radius: 15px;
   height: 100%;
    object-fit: cover;
}
.subhed{
     color: #505050;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.subhed span{
 color: #A8D044;
}
.abtcont{
      gap: 17px;
    padding-right: 20px;
    height: 100%;
    display: flex
;
    justify-content: center;
}
.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;
}


/* services */
.services{
  background: #182100;
}
.service-sec{
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
}
.service-sec h2{
  color: #fff;
  margin-top: 16px;
}
.service-sec .subhed{
 color: #C4C4C4; 
}

.serviceslide{
  padding-top: 40px;
}
.service-card{
  position: relative;
  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: column;
    align-items: flex-start;
    gap: 8px;
}
.service-card .card-hed h3{
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
  transition: all .3s ease;
    -webkit-transition: all .3s ease;
  
}

.service-card .card-img{
  overflow: hidden;
    position: relative;
}
.service-card .card-img img{
  object-fit: cover;
}
.service-card:hover .card-img img {
  
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.patern1{
 position: absolute;
    right: -20px;
    top: 7px;
    pointer-events: none;
}
.patern2{
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}


/* atributes */
.atributeimg{
      display: flex
;
    width: 100%;
    justify-content: flex-end;
}
.atributeimg img{
  right: -76px;
    position: relative;
}
.atributes-card{
  padding-bottom: 12px;
}
.atributes-card h3{
  font-size: 20px;
  font-weight: 500;
  color: #161F00;
  margin-bottom: 12px;
}
.atributes-card p{
  line-height: 155%;
}
.atributes-card2{
      padding-top: 43px;
    border-top: 1px solid transparent;
    border-image: repeating-linear-gradient(to right, #A8D044 0 5px, /* dash length */ transparent 5px 10px /* gap */) 1;
}
.atributesimg{
height: 513px;
width: 100%;
}



/* flavores */
.flavours{
  background: #FCFFF4;
}
.flavours-card{
  position: relative;
    text-align: center;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.flavours-card .card-hed{
position: absolute;
    bottom: 0;
    padding: 30px;
        width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    height: auto;
    justify-content: flex-end;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.flavours-card .card-hed h3{
  font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.flavours-card .card-hed h3 span{
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  display: none;
  color: #FEFEFE;
  margin-top: 7px;
}

.flavours-card .card-hed a{
  font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline!important;
    display: none;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width:0;
    opacity: 0;
}

.flavours-card .card-img{
  clip-path: polygon(0% 44px, 44px 0, 100% 0, 100% calc(100% - 44px), calc(100% - 44px) 100%, 0 100%);
}
.flavours-card:hover .card-hed{
      justify-content: space-between;
      height: 60%;
          animation-name: zoomdown;
    animation-duration: .5s;
    animation-iteration-count: 1;
      transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.flavours-card:hover .card-hed h3 span{
  display: block;
}
.flavours-card:hover .card-hed a{
display: block;
transition: all .3s ease;
    -webkit-transition: all .3s ease;
    width:auto;
    opacity: 1;
}
@keyframes zoomdown {
    from {
      opacity: 0;
      -webkit-transform: translateY(15px);
      transform: translateY(15px);
    }
  
    50% {
      opacity: 1;
    }
  }
.flavour-under .abtcont{
  gap:11px;
      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 */
.countbx{
    width: 51px;
    height: 44px;
    background: #182100;
    clip-path: polygon(0% 45px, 45px 0, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%);
    padding: 55px 24px 32px;
    min-height: 273px;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.countbx p{
  color: #DCDCDC;
   padding-top: 16px;
   font-size: 15px;
  border-top: 1px solid #DCDCDC;
}
.count-cont{
 
}
.count-cont h3{
    font-weight: 500;
    font-size: 64px;
    color: #A8D044;
    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{
  color:#FFFFFF;
}
.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: #182100 url(../img/images/cta-bac.webp) no-repeat;
  background-size: contain;
    clip-path: polygon(0% 45px, 45px 0, 100% 0, 100% calc(100% - 45px), calc(100% - 45px) 100%, 0 100%);
    height: 405px;
        background-position: right;
}
.cta-card{
      display: flex;
      height: 100%;
    flex-direction: column;
    align-items: flex-start;
        gap: 17px;
    justify-content: center;
    padding: 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: #182100;
}
.ft-p{
  color: #fff;
  line-height: 25px;
  margin: 20px 0;
}
.ft-logo{
  max-width: 100%;
  width: 165px;
}
.ft-logo img{
  width: 100%;
  margin-bottom: 25px;
}
.quicklink h2{
  font-size: 18px;
    font-weight: 500;
    color: #EDFFC2;
    margin-bottom: 21px;
}
.quicklink li{
      margin-bottom: 17px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}
.quicklink li a{
  color:#B2B3B1;
  font-size: 15px;
  font-weight: 400;
}

.quicklink li a:hover{
  color:#ececec;

}
.quicklink2{
  padding-left: 55px;
}
.copy{
margin-top: 50px;
    padding: 14px 0px;
    border-top: 1px solid #3C3C3C;
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ft-social{
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.ft-social a {
    width: 36px;
    height: 36px;
    background-color: #717668;
    border-radius: 8px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.ft-social a:hover{
  background: #A8D044;
}
.ft-social a:hover span img{
animation-name: zoomIn;
    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:1366px) and (max-width:1366px){
     .nav-menu > li > a {
        padding: 0px 9px !important;
        font-size: 14px;
    }
}
@media (min-width:1200px) and (max-width:1231px){
        .nav-menu > li > a {
        /*padding: 0px px !important;*/
        font-size: 14px;
    }
    
}
@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: 13px;
  }
  .nav-header {
    width: 120px;
}
}

@media(max-width: 1199px){
.service-card .card-hed h3{
  font-size: 22px;
}
}



@media(max-width: 991px){

.menus{
  display: none;
}
.side-menu-4{
  display: none;
}
.hdr-menu{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.bnrtext{
  width: 75%;
}
.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: 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: 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: 55px 15px 32px;
}
.cta{
  height: auto;
}
.cta-card {
  
    padding: 50px 40px;
}
.quicklink2{
  padding-left: 0px;
}
.footer {
  padding-top: 50px;
}
.ft-social{
  margin-bottom: 25px!important;
}

}






@media(max-width: 767px){
.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;
        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{
    
    width:100%!important;
  }
  .brfull{
      padding-top: 72px;
      height:600px;
  }
.bnrtext{
  width: 100%;
          align-items: center;
        text-align: center;
}
.flavour-under .abtcont{
    margin-top:0px;
}
.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: 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;
    }

.banner{
  height: 600px;
}    
.bnrvdo{
  height: 600px;
}    
.banner .sldimg{
  height: 600px;
}
}

@media(max-width: 400px){
   .bnrhed{
     font-size: 30px!important;
}
 
}

@media(max-width: 360px){
     .mainhed {
        font-size: 22px;
    } 



}













