body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #7DA640;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  height: calc(100vh - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(../images/bg_amk.png);
  background-size: cover;

  width: 100%;

}

.sub_page .hero_area {
  height: auto;
}

.sub_page .header_section .header_bottom {
  background-color: #090909;
}

.header_section {
  border-top: 15px solid #7DA640;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #020202;
}

.header_section .header_top .header_top_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header_section .header_top .contact_nav a i {
  margin-right: 5px;
  background-color: #159ec0;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_top .contact_nav a:hover i {
  background-color: #7DA640;
}

.header_section .header_top .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_section .header_top .social_box a i {
  margin-right: 5px;
  background-color: #159ec0;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  border-radius: 100%;
}

.header_section .header_top .social_box a:hover i {
  background-color: #da7426;
}

.header_section .header_bottom {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
}

.navbar-brand span {
  color: #7DA640;
}

.navbar-brand:hover {
  color: inherit;
}

.navbar_brand_mobile {
  display: none;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 30px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-nav .nav-item .nav-link i {
  margin-right: 5px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
  color: #7DA640;
}

.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
  color: #7DA640;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}

.header-premium {
  border-top: 0;
}

.header-premium .header_top {
  padding: 12px 0;
  background: linear-gradient(100deg, #030507 0%, #0e1116 100%);
  border-top: 14px solid #7DA640;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-premium .header_top .header_top_container {
  gap: 18px;
}

.header-premium .brand-logo img {
  max-height: 52px;
  width: auto;
}

.header-premium .header_top .contact_nav {
  gap: 16px;
}

.header-premium .header_top .contact_nav a {
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 8px 14px 8px 10px;
  min-height: 50px;
  transition: border-color .2s ease, background-color .2s ease;
}

.header-premium .header_top .contact_nav a span {
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #f0f5fc;
  white-space: nowrap;
}

.header-premium .header_top .contact_nav a i {
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background: linear-gradient(120deg, #169abf 0%, #2ab6dd 100%);
  box-shadow: 0 6px 12px rgba(23, 152, 186, 0.35);
}

.header-premium .header_top .contact_nav a:first-child i {
  background: linear-gradient(120deg, #7DA640 0%, #93bf4a 100%);
  box-shadow: 0 6px 12px rgba(125, 166, 64, 0.35);
}

.header-premium .header_top .contact_nav a:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.header-premium .header_top .social_box a i {
  width: 32px;
  height: 32px;
  margin-right: 0;
  background: linear-gradient(120deg, #179abf 0%, #2ab6dd 100%);
  box-shadow: 0 8px 16px rgba(23, 152, 186, 0.4);
}

.header-premium .header_bottom {
  background-color: rgba(44, 46, 51, 0.86);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 0;
}

.header-premium .nav-premium .navbar-nav .nav-item .nav-link {
  padding: 8px 22px;
  font-size: 15px;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #f3f5f8;
  border-radius: 10px;
}

.header-premium .nav-premium .navbar-nav .nav-item:hover .nav-link,
.header-premium .nav-premium .navbar-nav .nav-item.active .nav-link {
  color: #c0e189;
  background-color: rgba(125, 166, 64, 0.18);
}

.header-premium .nav-premium .nav_search-btn {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.08);
}

.header-premium .nav-premium .nav_search-btn:hover {
  color: #c0e189;
  background-color: rgba(125, 166, 64, 0.2);
}

/*end header section*/
/* slider section */
.hero-carousel {
  overflow: hidden;
  background-color: #111111;
}

.hero-carousel .carousel-item {
  height: calc(100vh - 155px);
  min-height: 320px;
}

.hero-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: -webkit-transform 5.2s ease, opacity 1s ease;
  transition: transform 5.2s ease, opacity 1s ease;
}

.hero-carousel .carousel-item.active img,
.hero-carousel .carousel-item.carousel-item-left img,
.hero-carousel .carousel-item.carousel-item-right img {
  -webkit-transform: scale(1.14);
  transform: scale(1.14);
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 8%;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.hero-carousel:hover .carousel-control-prev,
.hero-carousel:hover .carousel-control-next {
  opacity: 1;
}

@media (max-width: 767px) {
  .hero-carousel .carousel-item {
    height: calc(100vh - 120px);
    min-height: 240px;
  }

  .hero-carousel .carousel-control-prev,
  .hero-carousel .carousel-control-next {
    opacity: 1;
    width: 12%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-carousel .carousel-item img {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
}

.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section .dot_design {
  position: absolute;
  width: 450px;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 1;
}

.slider_section .dot_design img {
  width: 100%;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #7DA640;
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 3rem;
}

.slider_section .detail-box p {
  color: #6d6d6d;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 45px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn2 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #7DA640;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #7DA640;
}

.slider_section .detail-box .btn-box .btn2:hover {
  background-color: transparent;
  color: #7DA640;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn-box {
  position: absolute;
  right: 25px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 105px;
  height: 50px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.slider_section .carousel_btn-box a {
  position: unset;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 100%;
  color: #003471;
  font-size: 14px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slider_section .carousel_btn-box a:hover {
  background-color: #7DA640;
  color: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .img-box img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.about_section .detail-box p {
  color: #1f1f1f;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #7DA640;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #7DA640;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #7DA640;
}

.home-about {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 22%, rgba(125, 166, 64, 0.14), transparent 44%),
    radial-gradient(circle at 10% 85%, rgba(18, 68, 122, 0.07), transparent 38%),
    #ffffff;
}

.home-about:before {
  content: "";
  position: absolute;
  width: min(45vw, 520px);
  height: min(45vw, 520px);
  right: -15%;
  top: -35%;
  border-radius: 50%;
  background: rgba(125, 166, 64, 0.09);
  z-index: 0;
}

.home-about .row {
  position: relative;
  z-index: 1;
}

.home-about .about_copy {
  max-width: 560px;
}

.home-about .about_kicker {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #2e5d1a;
  background-color: rgba(125, 166, 64, 0.18);
}

.home-about .heading_container h2 {
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.home-about .about_text {
  color: #2b2b2b;
  font-size: 20px;
  line-height: 1.75;
  margin-top: 0;
  margin-bottom: 18px;
}

.home-about .about_cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 170px;
  padding: 14px 30px;
  border-radius: 12px;
  border: 1px solid #7DA640;
  background: linear-gradient(120deg, #7DA640 0%, #93bc4a 100%);
  box-shadow: 0 14px 26px rgba(125, 166, 64, 0.28);
  font-weight: 600;
  color: #ffffff;
  transition: transform .24s ease, box-shadow .24s ease, background-color .24s ease;
}

.home-about .about_cta:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 18px 30px rgba(125, 166, 64, 0.35);
  background: linear-gradient(120deg, #6e9635 0%, #88b542 100%);
}

.home-about .about_logo_frame {
  position: relative;
  margin-left: auto;
  max-width: 500px;
  min-height: 330px;
  padding: 36px;
  border-radius: 24px;
  border: 1px solid #e5eed5;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 35%, rgba(242, 249, 230, 0.98) 100%);
  box-shadow: 0 26px 48px rgba(25, 39, 65, 0.12);
}

.home-about .about_logo_frame:before {
  content: "";
  position: absolute;
  width: 76px;
  height: 76px;
  right: 18px;
  top: 18px;
  border-radius: 50%;
  border: 2px dashed rgba(125, 166, 64, 0.38);
}

.home-about .about_logo_frame img {
  width: 100%;
  max-width: 370px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}

.founder-story .about_logo_frame {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.98) 22%, rgba(227, 239, 202, 0.95) 100%);
}

.founder-story .about_logo_frame img {
  max-width: 320px;
}

.about-gallery {
  background: #f8faf5;
}

.about-gallery .carousel {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 46px rgba(18, 33, 53, 0.14);
}

.about-gallery .carousel-item {
  height: clamp(280px, 62vh, 700px);
}

.about-gallery .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #111111;
}

@media (max-width: 991px) {
  .home-about .about_logo_frame {
    margin: 38px auto 0;
    min-height: 280px;
  }

  .home-about .about_text {
    font-size: 18px;
  }

  .about-gallery .carousel-item {
    height: clamp(240px, 44vh, 420px);
  }
}

@media (max-width: 767px) {
  .home-about {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .home-about .heading_container h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .home-about .about_text {
    font-size: 17px;
    line-height: 1.65;
  }

  .home-about .about_logo_frame {
    border-radius: 18px;
    padding: 22px;
    min-height: 220px;
  }

  .home-about .about_logo_frame:before {
    width: 58px;
    height: 58px;
    right: 14px;
    top: 14px;
  }

  .about-gallery .carousel {
    border-radius: 16px;
  }
}

.portfolio_section {
  background-color: #003471;
  color: #ffffff;
  padding-top: 45px;
}



.portfolio_section .heading_container {
  margin-bottom: 25px;
}

.portfolio_section .filter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.portfolio_section .filter_box .owl-filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portfolio_section .filter_box .owl-filter-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 15px;
  border-radius: 2px;
  margin: 5px 0;
}

.portfolio_section .filter_box .owl-filter-bar a.active {
  color: #000000;
  background-color: #ffffff;
}

.portfolio_section .box {
  position: relative;
}

.portfolio_section .box .img-box {
  position: relative;
}

.portfolio_section .box .img-box img {
  width: 100%;
}

.portfolio_section .box .img-box .btn_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.portfolio_section .box .img-box .btn_overlay a {
  padding: 10px 45px;
  border: 1px solid #7DA640;
  color: #7DA640;
}

.portfolio_section .box .img-box .btn_overlay a:hover {
  background-color: #7DA640;
  color: #ffffff;
}

.portfolio_section .box .img-box:hover .btn_overlay {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.portfolio_section .owl-item.active.center .box .detail-box {
  opacity: 1;
  visibility: visible;
}

.portfolio_section .portfolio_carousel {
  margin-top: 35px;
}

.portfolio_section .portfolio_carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.portfolio_section .portfolio_carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  outline: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  color: #000000;
}

.portfolio_section .portfolio_carousel .owl-nav button:hover {
  background-color: #003471;
  color: #ffffff;
}

.portfolio_section .portfolio_carousel .owl-nav button.owl-prev {
  left: 25px;
}

.portfolio_section .portfolio_carousel .owl-nav button.owl-next {
  right: 25px;
}

.service_section {
  position: relative;
}

.service_section .box {
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_section .box .img-box {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
}

.service_section .box .detail-box p {
  margin: 0;
}

.service_section .box:hover {
  background-color: #7DA640;
  color: #ffffff;
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #7DA640;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #7DA640;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #7DA640;
}

.category-showcase {
  position: relative;
  background:
    radial-gradient(circle at 86% 12%, rgba(125, 166, 64, 0.1), transparent 45%),
    radial-gradient(circle at 10% 88%, rgba(0, 52, 113, 0.08), transparent 38%),
    #fdfdfb;
}

.category-showcase:before {
  content: "";
  position: absolute;
  inset: 18% auto auto -140px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(125, 166, 64, 0.08);
  z-index: 0;
}

.category-showcase .container {
  position: relative;
  z-index: 1;
}

.category-showcase .category-head {
  margin-bottom: 16px;
}

.category-showcase .category-kicker {
  display: inline-block;
  margin-bottom: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #254d10;
  background-color: rgba(125, 166, 64, 0.2);
}

.category-showcase .heading_container h2 {
  font-size: clamp(34px, 3vw, 46px);
  letter-spacing: -0.015em;
  margin-bottom: 10px;
}

.category-showcase .category-intro {
  max-width: 660px;
  margin: 0 auto 26px;
  color: #4d4d4d;
  line-height: 1.7;
  font-size: 17px;
}

.category-showcase .category-link {
  display: block;
}

.category-showcase .category-card {
  position: relative;
  margin-top: 22px;
  min-height: 100%;
  border-radius: 20px;
  border: 1px solid #e9eddc;
  background-color: #ffffff;
  box-shadow: 0 14px 35px rgba(15, 28, 44, 0.1);
  padding: 20px 18px 18px;
  overflow: hidden;
}

.category-showcase .category-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(165deg, rgba(125, 166, 64, 0.14), rgba(255, 255, 255, 0) 48%);
  opacity: 0;
  transition: opacity .35s ease;
}

.category-showcase .category-media {
  width: 100%;
  height: 168px;
  border-radius: 14px;
  background: linear-gradient(160deg, #ffffff 0%, #f4f8ee 100%);
  border: 1px solid #edf1e2;
  overflow: hidden;
}

.category-showcase .category-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  transition: transform .45s ease;
}

.category-showcase .category-body {
  margin-top: 14px;
}

.category-showcase .category-title {
  margin: 0;
  color: #172133;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
}

.category-showcase .category-cta {
  display: inline-block;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #6f9837;
  letter-spacing: 0.01em;
}

.category-showcase .category-cta:after {
  content: " ->";
}

.category-showcase .category-link:hover .category-card {
  transform: translateY(-8px);
  box-shadow: 0 22px 44px rgba(15, 28, 44, 0.16);
  border-color: #d7e5bf;
}

.category-showcase .category-link:hover .category-card:before {
  opacity: 1;
}

.category-showcase .category-link:hover .category-media img {
  transform: scale(1.05);
}

.category-showcase .category-link:hover .category-title {
  color: #5f8630;
}

.category-showcase .category-btn-wrap {
  margin-top: 52px;
}

.category-showcase .category-btn-wrap a {
  border-radius: 14px;
  padding: 14px 36px;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 28px rgba(125, 166, 64, 0.28);
  background: linear-gradient(120deg, #7DA640 0%, #91ba4d 100%);
  border: none;
}

.category-showcase .category-btn-wrap a:hover {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(125, 166, 64, 0.35);
  background: linear-gradient(120deg, #6f9538 0%, #86b348 100%);
}

@media (max-width: 991px) {
  .category-showcase .category-intro {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .category-showcase .category-media {
    height: 150px;
  }
}

@media (max-width: 767px) {
  .category-showcase {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .category-showcase .heading_container h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .category-showcase .category-intro {
    font-size: 15px;
    line-height: 1.6;
  }

  .category-showcase .category-card {
    border-radius: 16px;
    padding: 16px;
    margin-top: 16px;
  }

  .category-showcase .category-media {
    height: 142px;
  }

  .category-showcase .category-title {
    font-size: 20px;
  }

  .category-showcase .category-btn-wrap {
    margin-top: 36px;
  }
}

  .productlist-premium {
    background:
      radial-gradient(circle at 92% 10%, rgba(125, 166, 64, 0.11), transparent 38%),
      radial-gradient(circle at 6% 84%, rgba(0, 52, 113, 0.08), transparent 42%),
      #fbfcf9;
  }

  .productlist-premium .productlist-head {
    margin-bottom: 18px;
  }

  .productlist-premium .productlist-kicker {
    display: inline-block;
    padding: 6px 14px;
    margin-bottom: 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #285715;
    background-color: rgba(125, 166, 64, 0.18);
  }

  .productlist-premium .heading_container h2 {
    font-size: clamp(34px, 3vw, 46px);
    margin-bottom: 8px;
  }

  .productlist-premium .productlist-category {
    font-weight: 700;
    color: #1b2a3e;
    margin-bottom: 10px;
  }

  .productlist-premium .productlist-intro {
    max-width: 720px;
    margin: 0 auto 20px;
    color: #4f5b67;
    font-size: 16px;
    line-height: 1.7;
  }

  .productlist-premium .product-table-wrap {
    border-radius: 18px;
    border: 1px solid #e4e9d7;
    background-color: #ffffff;
    box-shadow: 0 18px 40px rgba(19, 33, 53, 0.12);
    overflow-x: auto;
  }

  .productlist-premium .product-table {
    min-width: 980px;
    color: #172133;
  }

  .productlist-premium .product-table thead th {
    border: none;
    background: linear-gradient(130deg, #7DA640 0%, #8db94a 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 16px 14px;
    vertical-align: middle;
    white-space: nowrap;
  }

  .productlist-premium .product-table tbody td {
    border-top: 1px solid #edf1e4;
    padding: 14px;
    font-size: 14px;
    line-height: 1.55;
    vertical-align: middle;
  }

  .productlist-premium .product-table tbody tr:nth-child(even) {
    background-color: #f8fbf3;
  }

  .productlist-premium .product-table tbody tr:hover {
    background-color: #eff6e5;
  }

  .productlist-premium .product-table tbody td:nth-child(1) {
    font-weight: 700;
    color: #27420f;
  }

  .productlist-premium .product-table-summary {
    margin-top: 14px;
    color: #4f5d49;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
  }

  .productlist-premium .product-table-pagination {
    margin-top: 22px;
    display: flex;
    justify-content: center;
  }

  .productlist-premium .product-table-pagination .pagination {
    margin-bottom: 0;
    gap: 6px;
  }

  .productlist-premium .product-table-pagination .page-link {
    border: 1px solid #d8e1c5;
    color: #2b4f17;
    border-radius: 10px;
    min-width: 42px;
    text-align: center;
    font-weight: 600;
    padding: 9px 12px;
  }

  .productlist-premium .product-table-pagination .page-item.active .page-link {
    color: #ffffff;
    border-color: #7DA640;
    background: linear-gradient(120deg, #7DA640 0%, #91ba4d 100%);
  }

  .productlist-premium .product-table-pagination .page-link:hover {
    color: #ffffff;
    border-color: #7DA640;
    background-color: #7DA640;
  }

  .productlist-premium .product-table-pagination .page-item.disabled .page-link {
    color: #8f9a87;
    background-color: #f5f7f0;
  }

  @media (max-width: 991px) {
    .productlist-premium .productlist-intro {
      font-size: 15px;
    }

    .productlist-premium .product-table thead th,
    .productlist-premium .product-table tbody td {
      padding: 12px;
    }
  }

  @media (max-width: 767px) {
    .productlist-premium {
      padding-top: 70px;
      padding-bottom: 70px;
    }

    .productlist-premium .heading_container h2 {
      font-size: clamp(28px, 8vw, 36px);
    }

    .productlist-premium .productlist-category {
      font-size: 20px;
    }
  }

.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 45px;
}

.contact_section .row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact_section .form_container {
  background-color: #7DA640;
  padding: 45px;
}

.contact_section .form_container .form-control {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.contact_section .form_container .form-control::-webkit-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control:-ms-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control::-ms-input-placeholder {
  color: #565554;
}

.contact_section .form_container .form-control::placeholder {
  color: #565554;
}

.contact_section .form_container .form-control.message-box {
  height: 95px;
}

.contact_section .form_container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_section .form_container .btn_box button {
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #7DA640;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #7DA640;
}

.product-title{
  color: #252525;
}

.contact_section .form_container .btn_box button:hover {
  background-color: transparent;
  color: #ffffff;
  border: 2px solid white;
}

.contact_section .map_container {
  height: 100%;
  min-height: 375px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.company-profile-section {
  padding: 52px 0 22px;
  background:
    radial-gradient(circle at 12% 12%, rgba(125, 166, 64, 0.11), transparent 38%),
    radial-gradient(circle at 84% 90%, rgba(0, 52, 113, 0.08), transparent 42%),
    #fbfcf9;
}

.company-profile-section .company-card {
  border: 1px solid #e4e8d8;
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(20, 35, 55, 0.12);
  padding: 24px 24px 12px;
  background-color: #ffffff;
  min-height: 100%;
}

.company-profile-section .company_deetails {
  margin-bottom: 12px;
}

.company-profile-section .main-header {
  margin: 0;
  color: #1b2d45;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.company-profile-section .contactus-body .formsrow {
  padding: 12px 0;
  border-bottom: 1px dashed #e7ecd9;
}

.company-profile-section .contactus-body .formsrow:last-child {
  border-bottom: none;
}

.company-profile-section .contactus-body span {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6d7b89;
  font-weight: 600;
}

.company-profile-section .contactus-body .tcs {
  color: #1f2a36;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .company-profile-section {
    padding-top: 32px;
  }

  .company-profile-section .company-card {
    margin-bottom: 14px;
    padding: 18px;
  }

  .company-profile-section .contactus-body .tcs {
    font-size: 15px;
  }
}

.contact-premium {
  position: relative;
  background:
    radial-gradient(circle at 8% 18%, rgba(125, 166, 64, 0.12), transparent 36%),
    radial-gradient(circle at 92% 82%, rgba(0, 52, 113, 0.08), transparent 42%),
    #fbfcf8;
}

.contact-premium .contact-head {
  margin-bottom: 28px;
}

.contact-premium .contact-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #2b5d15;
  background-color: rgba(125, 166, 64, 0.18);
}

.contact-premium .contact-intro {
  max-width: 680px;
  margin: 8px auto 0;
  color: #505b65;
  font-size: 17px;
  line-height: 1.7;
}

.contact-premium .form_container,
.contact-premium .map_container {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(15, 28, 44, 0.14);
}

.contact-premium .form_container {
  background: linear-gradient(160deg, #7da640 0%, #6b9335 100%);
  padding: 42px;
}

.contact-premium .form_container .form-control {
  height: 56px;
  border-radius: 12px;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.45);
  transition: border-color .25s ease, box-shadow .25s ease;
}

.contact-premium .form_container .form-control:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.24);
}

.contact-premium .form_container .form-control.message-box {
  min-height: 120px;
  padding-top: 16px;
}

.contact-premium .form_container .btn_box button {
  margin-top: 8px;
  border-radius: 12px;
  border: none;
  background: #103b10;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 13px 38px;
  box-shadow: 0 10px 18px rgba(16, 59, 16, 0.35);
}

.contact-premium .form_container .btn_box button:hover {
  color: #ffffff;
  border: none;
  background: #0c2d0c;
  transform: translateY(-1px);
}

.contact-premium .map_container {
  background: #e8edf3;
  min-height: 100%;
}

.contact-premium .map_container .map {
  position: relative;
}

.contact-premium .map-embed {
  width: 100%;
  height: 100%;
  min-height: 520px;
}

@media (max-width: 992px) {
  .contact-premium .contact-intro {
    font-size: 16px;
  }

  .contact-premium .form_container {
    padding: 32px 24px;
  }

  .contact-premium .map-embed {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .contact-premium {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .contact-premium .contact-intro {
    font-size: 15px;
    line-height: 1.6;
  }

  .contact-premium .form_container,
  .contact-premium .map_container {
    border-radius: 16px;
  }

  .contact-premium .map_container {
    margin-top: 18px;
  }

  .contact-premium .map-embed {
    min-height: 320px;
  }
}

.client_section .heading_container {
  margin-bottom: 45px;
}

.client_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client_section .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.client_section .client_id h5 {
  margin-top: 10px;
  margin-bottom: 0;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client_section .box .img-box {
  width: 145px;
  min-width: 145px;
  position: relative;
  border: 10px solid #7DA640;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  border: 1px solid #000000;
  padding: 15px;
  margin-bottom: 34px;
  margin-left: 1px;
}

.client_section .box .detail-box p {
  margin: 0;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.client_section .carousel-indicators li {
  background-color: #7DA640;
  width: 20px;
  height: 20px;
  border: none;
  background-clip: unset;
  margin: 5px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  background-color: #c70101;
}

/* info section */
.info_section {
  position: relative;
  background-color: #252525;
  color: #ffffff;
}

.info_section h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 45px;
}

.info_section .info_logo .navbar-brand {
  font-size: 28px;
}

.info_section .social_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_section .social_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  width: 30px;
  height: 30px;
  background-color: #7DA640;
  border-radius: 100%;
  margin-right: 5px;
}

.info_section p {
  margin-bottom: 0;
  color: #878585;
}

.info_section a {
  text-transform: none;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
  color: #878585;
}

.info_section .info_link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info_section .info_bottom .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_section .info_contact {
  margin: 15px 0;
}

.info_section .info_contact .link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0;
  color: #ffffff;
}

.info_section .info_contact .link-box i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid #7DA640;
  text-align: center;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 10px;
}

.info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_form form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 45px;
  border: none;
  padding-left: 10px;
}

.info_form form button {
  width: 45px;
  height: 45px;
  background-color: #7DA640;
  color: #ffffff;
  border: none;
  outline: none;
  font-size: 12px;
  margin: 0;
}

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  background-color: #ffffff;
  text-align: center;
}

.footer_section p {
  color: #252525;
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

.footer-premium {
  position: relative;
  background:
    radial-gradient(circle at 10% 8%, rgba(125, 166, 64, 0.16), transparent 34%),
    radial-gradient(circle at 88% 85%, rgba(0, 52, 113, 0.22), transparent 42%),
    #1f2227;
  color: #f6f7f9;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-premium h5 {
  color: #ffffff;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
}

.footer-premium .info_logo {
  margin-bottom: 18px;
}

.footer-premium .info_tagline {
  margin: 0 auto 38px;
  max-width: 640px;
  text-align: center;
  color: #aeb8c5;
  font-size: 16px;
  line-height: 1.65;
}

.footer-premium .info_main {
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-premium p,
.footer-premium ul li a {
  color: #bec7d2;
}

.footer-premium ul li {
  margin: 7px 0;
}

.footer-premium ul li a {
  transition: color .2s ease, padding-left .2s ease;
}

.footer-premium ul li a:hover {
  color: #cbe89a;
  padding-left: 3px;
}

.footer-premium .social_box a {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: linear-gradient(145deg, #7DA640 0%, #9dc95a 100%);
  box-shadow: 0 8px 18px rgba(125, 166, 64, 0.35);
}

.footer-premium .social_box a:hover {
  transform: translateY(-2px);
}

.footer-premium .info_bottom {
  padding-top: 12px;
}

.footer-premium .info_contact .link-box {
  color: #f5f7fa;
  margin: 10px 0;
}

.footer-premium .info_contact .link-box i {
  border-color: rgba(157, 201, 90, 0.55);
  background-color: rgba(255, 255, 255, 0.03);
  color: #bde385;
}

.footer-premium .info_form form {
  height: 48px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
}

.footer-premium .info_form form input {
  height: 100%;
  padding-left: 14px;
  color: #1f2933;
}

.footer-premium .info_form form button {
  width: 52px;
  height: 100%;
  font-size: 14px;
  background: linear-gradient(120deg, #7DA640 0%, #91ba4d 100%);
}

.footer-note {
  background-color: #14181d;
}

.footer-note p {
  color: #d8dde5;
  letter-spacing: 0.01em;
}

.footer-note p a:hover {
  color: #9dc95a;
}

@media (max-width: 991px) {
  .footer-premium .info_tagline {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .footer-premium .info_main .row > div {
    margin-bottom: 24px;
  }

  .footer-premium .info_bottom .row > div {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .footer-premium {
    text-align: center;
  }

  .footer-premium .social_box {
    justify-content: center;
  }

  .footer-premium .info_contact .link-box {
    justify-content: center;
    text-align: left;
  }
}

/*# sourceMappingURL=style.css.map */