p.lead {
  font-family: AvenirNextCondensed-Medium;
}

#header
  .header-nav.header-nav-links:not(.header-nav-light-text)
  nav
  > ul
  > li
  > a,
#header
  .header-nav.header-nav-line:not(.header-nav-light-text)
  nav
  > ul
  > li
  > a {
  color: #df033f;
}

.home
  #header
  .header-nav.header-nav-links:not(.header-nav-light-text)
  nav
  > ul
  > li
  > a,
.home
  #header
  .header-nav.header-nav-line:not(.header-nav-light-text)
  nav
  > ul
  > li
  > a {
  color: #ddd;
}

#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active {
  color: #df033f;
}

.home
  #header
  .header-nav.header-nav-links
  nav
  > ul:not(:hover)
  > li
  > a.active {
  color: #ddd;
}

html.sticky-header-active
  .home
  #header
  .header-nav.header-nav-links:not(.header-nav-light-text)
  nav
  > ul
  > li
  > a {
  color: #df033f;
}

html.sticky-header-active
  .home
  #header
  .header-nav.header-nav-links
  nav
  > ul:not(:hover)
  > li
  > a.active {
  color: #df033f;
}

.home #header .header-nav-features .header-nav-top-icon {
  color: #ddd;
}
html.sticky-header-active
  .home
  #header
  .header-nav-features
  .header-nav-top-icon,
#header .header-nav-features .header-nav-top-icon {
  color: #df033f;
}

html.sticky-header-active #header .header-body {
  /* background-color: #af0030; */
  background-color: #f1f1f1;
  /* background-image: url(../img/bg/top-bg.png); */
  background-repeat: no-repeat;
  background-position: 100% 0%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.main_heading {
  font-size: 40px;
  font-family: AvenirNextCondensed-Bold;
}

.sub_heading {
  font-size: 30px;
  font-family: AvenirNextCondensed-Bold;
  margin-bottom: 15px;
}

/* #header body.home .header-body {
  background-color: #af0030;
  background-color: #f1f1f1;
} */

.product_range .card,
.product_range .card .flip-front {
  aspect-ratio: 379/350;
  background-color: #383f48;
  /* box-shadow: 0px 0px 44px -10px rgb(0 0 0 / 15%); */
}

.product_range .card .flip-front {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.card_shadow {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

#footer .footer-copyright {
  background: #ffe906 !important;
}

#footer {
  background: #007834;
  border-top: 4px solid transparent;
}

#footer .footer-ribbon {
  background: #e52c2a;
  box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
}

#footer .footer-ribbon:before {
  border-right-color: #af1110;
  border-left-color: #af1110;
}

#footer a:not(.btn):not(.no-footer-css) {
  color: #fffdfd;
  transition: all 0.1s ease-in-out;
}

#footer .footer-copyright a:not(.btn):not(.no-footer-css) {
  color: #333;
  transition: all 0.1s ease-in-out;
  font-size: 1em;
  font-weight: 600;
}

#footer p {
  color: #fffdfd;
}

#footer .footer-copyright p {
  color: #555;
  font-size: 1em;
  font-weight: 600;
}

.footer_links li {
  padding-left: 0 !important;
}

.footer_links a {
  color: #ffe906 !important;
  margin-left: 0 !important;
}

.btn-custom:hover {
  color: #ffe906;
}

/* #footer {
  background: linear-gradient(rgba(0, 120, 52, 1), rgba(0, 120, 52, 0.4)),
    url(../img/bg/seamless-green-grass.jpg);
} */

/* Page Header */
.bg-color-custom {
  background-color: #007834;
}

.btn-custom-2 {
  background-color: #007834;
  color: #ffe906;
  letter-spacing: 0.8px;
  font-size: 1em;
}

.btn-custom-2:hover {
  color: #fff;
}

.shadow-type-1 {
  /* box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.bg-yellow {
  background-color: #ffe906 !important;
}
.bg-pink {
  background-color: #df033f;
}
.bg-green {
  background-color: #007834;
}

.home-vision .card {
  border-radius: 0.25em !important;
  border: 0px;
}

.home-vision .card-border:after {
  background-color: #007834;
}

.border-corner {
  border: 3px solid #f2f2f2;
}

/* .border-corner {
  position: relative;
  max-width: 250px;
  margin-right: auto !important;
  margin-left: auto !important;
} */

/* .border-img {
  border: 3px solid #747474;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
} */

/* .border-sp-01 {
  max-width: 250px;
  padding: 1rem;
  position: relative;
  background: rgb(92, 92, 92);
  background: -moz-radial-gradient(
    circle,
    rgb(255 255 255) 0%,
    rgb(255 255 255) 68%,
    rgb(0 0 0) 135%
  );
  background: -webkit-radial-gradient(
    circle,
    rgb(255 255 255) 0%,
    rgb(255 255 255) 68%,
    rgb(0 0 0) 135%
  );
  background: radial-gradient(
    circle,
    rgb(255 255 255) 0%,
    rgb(255 255 255) 68%,
    rgb(0 0 0) 135%
  );
  padding: 3px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

/* .border-corner img {
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
} */

/* .border-corner:before {
  display: block;
  content: "";
  background: transparent;
  position: absolute;
  top: -3px;
  right: -3px;
  height: 40%;
  width: 40%;
  border-top: 3px solid #e52c2a;
  border-right: 3px solid #e52c2a;
  transition: all 1s linear;
}
.border-corner:after {
  content: "";
  background: transparent;
  position: absolute;
  bottom: -3px;
  left: -3px;
  height: 40%;
  width: 40%;
  border-bottom: 3px solid #e52c2a;
  border-left: 3px solid #e52c2a;
  transition: all 1s linear;
}

.border-corner:hover:before {
  height: 102%;
  width: 102%;
}
.border-corner:hover:after {
  height: 102%;
  width: 102%;
} */

.bg-light-blue {
  background-color: #f4f9fd !important;
}
.bg-light-red {
  background-color: #fff5f1 !important;
}

.custom-cards.custom-cards-slider .cards-container {
  margin: -70px auto 0;
}

/*  */

.custom-top-bg {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 70%;
  /* left: 25%; */
  right: 0;
}

.hero_img {
  width: 100%;
  aspect-ratio: 105/73;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.bottom_green {
  position: absolute;
  bottom: 38px;
  background-color: #007834;
  width: 100%;
  height: 100%;
}
.hero-wrap {
  /*overflow-x: hidden;*/
  /*width: 100vw;*/
}

.hero-text {
  font-size: 70px;
  line-height: 95px;
  font-family: AvenirNextCondensed-Bold;
  color: #f8f400;
  transform: translateX(-90px);
}

.hero-subtext {
  transform: translateX(-90px);
}

.leader_slider {
  /* margin: 0px 80px; */
  width: 70%;
  margin: 0 auto;
  position: relative;
}

.leader_slider::after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  background: url("../img/bg/comma-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 70%;
  z-index: 222;
}

.leader_slider .owl-nav .owl-prev {
  /* margin-left: -35px; */
}

.leader_slider > .owl-carousel .owl-nav button.owl-prev {
  left: -35px;
}

.leader_slider > .owl-carousel .owl-nav button.owl-next {
  right: -35px;
}

.owl-carousel .owl-nav button.owl-prev:before {
  left: -4px;
  top: 2px;
}
.owl-carousel .owl-nav button.owl-next:before {
  left: 2px;
  top: 2px;
}

/* product_range Home */
.product_range {
  padding: 80px 0px 150px 0px;
  background-image: url("../img/bg/range-bg.png");
  background-size: cover;
  background-position: center center;
  position: relative;
  background-repeat: no-repeat;
  width: 100vw;
}

.product_range:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 700px;
  background-color: #df033f;
}

.product_range .range_bg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
}

.product_range .range_bg img {
  width: 100vw;
}

.product_range .range_tab {
  position: relative;
  z-index: 2;
}

.product_range .range_tab .nav-tabs {
  height: 100%;
  align-items: center;
  flex-direction: column;
}

.product_range .range_tab .nav-tabs .nav-item {
  width: 80%;
  /* background-color: #fff; */
}

.product_range .range_tab .nav-tabs .nav-item a {
  background: #fff !important;
  border-radius: 30px !important;
  border: none;
  color: #df033f !important;
}

.product_range .range_tab .nav-tabs .nav-item a.active {
  border: none !important;
  background: #f8f400 !important;
}

.product_range .range_tab .nav-tabs .nav-item a:hover {
  border: none;
}

.product_title {
    font-weight: 600;
    font-size: 18px;
    margin-top:10px;
}

.product_title a{
   color: #df033f;
   display:inline-block;
   padding:0.375rem 0.75rem;
   /*border:3px solid #007833;*/
   /*border-radius:0px 0px 50px 50px;*/
   /*border-top:0px;*/
   
   border:3px solid #007833;
   border-radius:35px;
   border-width: 0px 0px 3px 0px;
   transition:all 0.4s ease-in-out;
}

.product_title a:hover{
    text-decoration:none;
    /*border-width: 3px;*/
    /*background-color:#007833;*/
    color: #007833;
    border-color: #df033f;
}

.btn_box_wrapper a:active, .btn_box_wrapper a:focus{
    color: #ffffff;
}

.btn-more-range {
  color: #f8f400 !important;
  background-color: transparent;
  background-image: none;
  border-color: #f8f400 !important;
}

.btn-more-range:hover {
  color: #484848 !important;
  background-color: #f8f400 !important;
}

.home_range_tab {
  position: relative;
}

.home_range_tab::after {
  content: "";
  width: 150%;
  height: 70%;
  background-color: #e93062;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  /* margin: auto 0; */
}

/* Clients Home */
.row-2 {
  transform: translateX(100px);
}

.clients .logo_box {
  padding: 15px 0px;
}

.clients .logo_box img {
  filter: grayscale(100%);
  transition: all 0.4s linear;
}
.clients .logo_box img:hover {
  filter: grayscale(0%);
}

/* leadership page start */
.leader_big_img_wrapper img {
  box-shadow: 7px 7px 0px #ffe906;
}

.leader_big_text_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}

.leader_big_text_in h1 {
  line-height: 50px;
  font-family: AvenirNextCondensed-Bold;
}

.leader_big_text_in p {
  font-size: 26px;
  text-transform: uppercase;
}

.leader_big_desc {
  padding: 30px 0px;
}

.leaders_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 100px;
}

.leader_small_wrapper {
  margin: 40px 0;
}
/* leadership page end */

/* Contact Page Start */
.office_locations {
  padding: 80px 0px 20px 0px;
}
/* Contact Page End */

/* Responsive */
@media (max-width: 2560px) {
  /* #header .header-body {
    background-position: 100% 16%;
  } */
}

@media (max-width: 1440px) {
  /* #header .header-body {
    background-position: 200% 6%;
  } */
}

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
  .hero-text,
  .hero-subtext {
    transform: translateX(50px);
  }

  .row-2 {
    transform: translateX(0px);
  }

  /* #header .header-body {
    background-position: -75% 6%;
  } */
}

@media (max-width: 767px) {
  /* #header .header-body {
    background-position: -26% 6%;
  } */
  .leaders_box {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
  }

  .small_map {
    margin-top: 20px;
  }

  .home_range_tab::after {
    width: 90%;
    height: 70%;
  }
}

@media (max-width: 576px) {
  .hero-text {
    transform: translateX(50px);
    font-size: 50px;
    line-height: 70px;
  }

  .leader_slider {
    margin-top: 20px;
    width: 90%;
  }
  /*
  #header .header-body {
    background-position: -13% 6%;
  } */

  .leaders_box {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 480px) {
  .hero-text,
  .hero-subtext {
    transform: translateX(13px);
    font-size: 28px !important;
    line-height: 70px;
  }
  .leaderCarousel.stage-margin .owl-stage-outer {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /*
  #header .header-body {
    background-position: -10% 11%;
  } */
}

@media (max-width: 390px) {
  .hero-text {
    transform: translateX(15px);
    font-size: 36px;
    line-height: 48px;
  }
}

/* About Us */
.about_img_wrap {
  position: relative;
}
.about_img_inner {
  width: 90%;
  aspect-ratio: 4/3;
  background: #ffe906;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.about_img_wrap::after {
  /* content: "";
  position: absolute;
  width: 231%;
  height: 185%;
  background-color: #005825;
  z-index: 1;
  left: 4.4%;
  top: -4.3%;
  transform: rotate3d(-65, 57, 50, 71.4deg); */
  /* content: "";
  position: absolute;
  width: 243%;
  height: 187%;
  background-color: #005825;
  z-index: 1;
  left: 3.4%;
  top: -4.3%;
  transform: perspective(600px) rotate3d(-67, 57, 50, 71.4deg); */

  content: "";
  position: absolute;
  width: 186%;
  height: 158%;
  background-color: #005825;
  z-index: 1;
  left: 22.4%;
  top: -4.3%;
  transform: rotate3d(-68, 56.5, 50, 62deg);
}

/*@media (min-width: 1400px) {*/
/*  .about_img_wrap::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 242%;*/
/*    height: 187%;*/
/*    background-color: #005825;*/
/*    z-index: 1;*/
/*    left: 5.4%;*/
/*    top: -4.9%;*/
/*    transform: rotate3d(-68, 56.5, 50, 70.8deg);*/
/*  }*/
/*}*/

html .btn-outline.btn-yellow {
  color: #ffe906;
  background-color: transparent;
  background-image: none;
  border-color: #ffe906;
}

html .btn-outline.btn-yellow:hover,
html .btn-outline.btn-yellow.hover {
  color: #df033f;
  background-color: #ffe906;
  border-color: #ffe906;
}

.about-pg-part {
  overflow: hidden;
}

.core_values .card {
  aspect-ratio: 7/6;
  border-radius: 0px !important;
  border: 0px;
  margin-top: 36px;
}

.core_values .card .card-body {
  position: relative;
}

.core_values .card-border {
  overflow: inherit;
}

.core_values .card-border:after {
  background-color: #ffe906;
}

.core_values .card .core_v {
  position: absolute;
  bottom: -25px;
  padding: 12px 30px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
}

.gx-6 {
  --bs-gutter-x: 6rem;
}

html
  .accordion-modern-status-primary.accordion-modern-status
  > .card
  .card-header
  a:not(.collapsed) {
  background-color: #007833;
  color: #fff;
}

html
  .accordion-modern-status-primary.accordion-modern-status
  > .card:hover
  .card-header
  a.collapsed {
  color: #007833 !important;
}

@media (max-width: 991px) {
  .core_values .card {
    margin-top: 50px;
  }

  .gx-6 {
    --bs-gutter-x: 1rem;
  }
}

/* Product Range */
.product_range_text_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.btn-product-range {
  width: 100%;
  display: inline-block;
  background-color: #007833;
  color: #fff;
  padding: 8px 12px;
  margin-top: 10px;
  text-decoration: none;
}

.btn-product-range:hover {
  text-decoration: none !important;
  color: #fff;
  background-color: #df033f;
}

/* btb portfolio start */
.portfolio_single_wrap {
  margin-top: 50px;
  margin-bottom: 100px;
  height: 490px;
  overflow: hidden;
  position: relative;
  /* background-image: linear-gradient(to bottom, #fff 0%, #f00 80%); */
}

.portfolio_single_wrap::before {
  content: "";
  width: 100%;
  height: 100px;
  background-color: #fff;
  top: 0;
  position: absolute;
}

@media (min-width: 576px) and (max-width: 1399px) {
  .portfolio_single_wrap::before {
    height: 20px;
  }
}

.portfolio_single_inner {
  position: relative;
  z-index: 10;
}

.portfolio_img_inner {
  text-align: center;
}

.portfolio_text_wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

@media (max-width: 575px) {
  .portfolio_single_wrap {
    height: 100%;
    overflow: hidden;
    position: relative;
    /* background-image: linear-gradient(to bottom, #fff 0%, #f00 80%); */
  }
}
/* btb portfolio End */

/* Our History start */
.history_heading h1 {
  line-height: 75px;
  font-family: AvenirNextCondensed-Bold;
}

.tie_text_wrap {
  height: 100%;
  padding: 30px;
  /* margin-top: 40px; */
}
.tie-chain {
  position: relative;
}
.tie-chain::after {
  content: url("../img/history/chain.png");
  /* width: 20px; */
  /* height: 20px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-color: forestgreen; */
}

.gx-tie {
  --bs-gutter-x: 6rem;
}

@media (max-width: 991px) {
  .gx-tie {
    --bs-gutter-x: 4rem;
  }
}
@media (max-width: 767px) {
  .tie-chain::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}

/* Our History end */

/* Our Culture Start */
.culture-cascade-images-wrapper {
  position: relative;
  min-height: 500px;
}

.cs_img,
.cs_box {
  position: absolute;
  /* width: 250px; */
}

.cs_img_1 {
  left: 5%;
  z-index: 1;
}
.cs_img_2 {
  left: 30%;
  top: 10%;
  z-index: 2;
  max-width: 400px;
}

.cs_img_2 img {
  outline: 3px solid #df033f;
  outline-offset: 8px;
}
.cs_img_3 {
  bottom: 0;
  left: 24%;
  z-index: 10;
  border: 10px solid #007834;
}
.cs_img_4 {
  bottom: 0;
  right: 9%;
  z-index: 3;
}

.cs_img_5 {
  bottom: -41px;
  right: 8%;
  z-index: 0;
}
.cs_img_6 {
  top: -4%;
  left: 3.5%;
  z-index: 2;
}
.cs_img_7 {
  top: 28%;
  right: 6%;
  z-index: 4;
  transform: rotate(90deg);
}

.cs_box_1 {
  aspect-ratio: 1/1;
  width: 150px;
  background-color: #ffe906;
  left: 23%;
  top: -5%;
}
.cs_box_2 {
  aspect-ratio: 2/1.1;
  width: 273px;
  background-color: #007834;
  right: 12%;
  top: -3%;
  padding: 15px;
}


@media (max-width: 767px) {
  .cs_img{
      position:static;
      display:grid;
      grid-template-rows: 1fr auto;
      break-inside: avoid;
  }
  
  .cs_img > img {
      grid-row: 1 / -1;
      grid-column: 1;
      width:100%;
    }
    
    .culture-cascade-images-wrapper{
        column-count: 2;
        column-gap: 10px;
    }

  
  .cs_box{
      display:none;
  }
  
  .cs_img_5, .cs_img_6, .cs_img_7{
      display:none;
  }
  
  .cs_img_2 img{
     outline:none;
  }
  
  .cs_img_3{
      border:none;
  }
}

@media (max-width: 480px) {
    .culture-cascade-images-wrapper{
        column-count: 1;
        /*display: grid;*/
        /*grid-template-columns: repeat(2, 1fr);*/
        /*grid-template-rows: masonry;*/
        /*masonry-auto-flow: next*/
    }
    
    .cs_img > img{
        width:100%;
    }
    
    .cs_img_2{
        max-width:100%;
    }

}

/* Our Culture End */
.product_list_wrapper{
    margin-bottom:35px;
}
.product_single_img{
    /*background-color: #ffe906;*/
}

/* Step 1: Define the blinking animation */
@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

/* Step 2: Create a CSS class to apply the animation */
.blink-me {
  animation: blink 1s linear infinite; /* 1s duration, linear timing, infinite repetition */
}
