@charset "UTF-8";

@font-face {
  font-family: "Orator Std";
  src: url("OratorStd.woff2") format("woff2"),
    url("OratorStd.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1140px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    width: 1400px;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #2c2a2a;
}

.menu-section {
  font-family: "Orator Std", sans-serif;
}
.menu-section.fixed p {
  text-align: center;
}
.menu-top-text {
  
  font-family: "Thasadith", sans-serif;
    font-size: 30px;
    padding-right: 10px;
}
.nav-link {
  color: #2c2a2a;
}
@media (min-width: 768px) {
  .menu-section.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
  }
}

.navbar {
  padding: 0;
}
#navbarNav {
  border-top: 2px solid #C3955B;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  border-top: 4px solid #C3955B;
}

.group_menu .dropdown-menu {
  top: 20px !important;
}
.group_menu .dropdown-menu.show {
  transition: all 1s ease 0s;
}
.group_menu .dropdown-menu .dropdown-item {
  font-size: 0.9rem;
  line-height: 2.5;
}

/*slider*/
section.main-slider {
  margin: 10px 0 70px 0;
}

/* Section 1 Start */
.section1 {
  padding: 70px 0 130px 0;
}

.section1 .container .row {
  padding: 0 50px;
}

.section1-subhead {
  width: 100%;
}

.section1-subhead h2 {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e4251a;
  line-height: 0.1em;
  margin: 10px 0 20px;

  font-size: 1.4rem;
  font-weight: 200;
}

.section1-subhead h2 span {
  background: #fff;
  padding: 0 10px;
  color: #2c2a2a;
}

.section1-title {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.section1-title span {
  color: #bab9b9;
  font-weight: 400;
  line-height: 1.5;
}

.section1-left-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* Existing CSS */
/* ... Your existing styles ... */

/* Section 1 Mobile Start */
@media (max-width: 767px) {
  /* Bootstrap's break for small devices */
  .section1 {
    padding: 0px;
  }

  .section1 .container .row {
    padding: 0 20px; /* Reduce horizontal padding for mobile */
  }

  .section1-subhead h2 {
    font-size: 1rem; /* Slightly reduce font size for mobile */
  }

  .section1-title {
    font-size: 2rem; /* Reduce font size for mobile */
  }

  .section1-left-box {
    height: auto; /* Avoid forcing height, let it flow naturally on mobile */
  }

  .section2_img img {
    margin-top: 5px;
    margin-bottom: 24px;
  }
}
/* Section 1 Mobile End */

/* Section 2 Start */
.section2 {
  padding-top: 0px;
  padding-bottom: 100px;
}
.section2_img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section2_right {
  position: relative;
}

.section2-title {
  font-size: 4rem;
  font-weight: 100;
  color: #1d1c1c;
  text-align: right;
  text-transform: uppercase;
  position: relative;
}
.section2-title span {
  font-weight: 400;
}

.section2-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 2px solid #C3955B;
}

.section2-title-bottom {
}
.section2-head {
  font-size: 2.5rem;
  font-weight: 200;
  text-transform: uppercase;
  text-align: right;
  position: relative;
  margin-bottom: 40px;
}
.section2-head:before {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0;
  height: 1px;
  width: 39%;
  border-bottom: 2px solid #e4251a;
}

.section2-head span {
  color: #bab9b9;
  font-weight: 400;
  line-height: 1.5;
}

.section2-subtitle {
  text-align: right;
  margin-bottom: 40px;
}
.section2-subtitle p {
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 300;
}

.section2_right .description {
  display: table-cell;
  width: 94%;
  vertical-align: middle;
}

.section2_right .description {
  font-weight: 300;
  text-align: justify;
}

.section2-bottom .btn-custom {
  color: #070606;
  border-color: #2a2962;
  border-radius: 16px 16px 16px 16px;
  float: right;
}

/* Section 2 End */

/* Section 3 Start */
.section3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #ebebf5;
}

.section3-head {
  font-size: 4rem;
  color: #2c2a2a;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
}

.section3-head span {
  background-color: #C3955B;
  border-radius: 50%;
  padding: 0rem 1.2rem;
  color: white;
  font-weight: 300;
}

.section3-container {
}
.section3-container-inner {
  padding: 60px 60px 0px 60px;
}

.section3-title {
  font-size: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #2c2a2a;
  text-align: center;
  margin: 0px;
}
.section3-title span {
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #C3955B;
}
.section3-title span span {
  color: #2c2a2a;
  border-bottom: 1px solid #e4251a;
}

.section3-quote {
  display: table;
  margin: 35px auto;
  padding: 0px 20px 0px 30px;
  position: relative;
  text-align: justify;
}

.section3-quote blockquote {
  margin: 0 auto;
}

.section3-quote blockquote h1 {
  font-size: 4rem;
}

.section3-quote blockquote p {
  margin-bottom: 0;
  text-align: justify;
}

.section3-quote blockquote p::before,
.section3-quote blockquote p::after {
  content: "“";
  font-size: 5rem;
  margin: -2rem 0 0 -2rem;
  position: absolute;
  opacity: 0.5;
  color: #C3955B;
}

.section3-quote blockquote p::after {
  content: "”";
  margin: -1rem -4rem 0 0;
}

/* .section3-quote:after,
.section3-quote:before {
  content: "";
  position: absolute;
  font-family: fontAwesome;
  font-size: 50px;
  color: #C3955B;
}

.section3-quote:after {
  content: "\f10d";
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.section3-quote:before {
  content: "\f10e";
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
} */

.section3-desc {
  margin-top: 80px;
  text-align: justify;
  font-size: 14px;
  font-weight: 300;
}

.section3-title-desc {
  font-size: 14px;
  font-weight: 200;

  margin-top: 40px;
}

/* Section 3 End */
/* emp button */
.testBOx {
  background: black;
}

.expl-ami-btn {
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0.04em;
  display: inline-block;
}

.btn--svg {
  position: relative;
  height: 42px;
  width: 190px;
  overflow: hidden;
  border-radius: 21px;
}

.btn--svg:hover .btn--svg__circle circle {
  transform: scale(0);
}

.btn--svg:hover .btn--svg__label {
  color: #C3955B;
}

.btn--svg:hover .btn--svg__border--left path,
.btn--svg:hover .btn--svg__border--right path {
  stroke-dasharray: 61.8204345703 61.8204345703;
  stroke-dashoffset: 0;
  -webkit-transition-delay: 0.25s;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-property: stroke-dashoffset;
  -moz-transition-delay: 0.25s;
  -moz-transition-duration: 0.5s;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-property: stroke-dashoffset;
  -ms-transition-delay: 0.25s;
  -ms-transition-duration: 0.5s;
  -ms-transition-timing-function: ease-in-out;
  -ms-transition-property: stroke-dashoffset;
  transition-delay: 0.25s;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-property: stroke-dashoffset;
}

.btn--svg__label {
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: white;
  z-index: 3;
  width: 100%;
  transition: color 0.5s ease-in-out;
}

.btn--svg__circle circle {
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transform: scale(1.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transition: transform 0.5s ease-in-out;
  -moz-transform: scale(1.1);
  -moz-transform-origin: 50% 50%;
  -ms-transition: transform 0.5s ease-in-out;
  -ms-transform: scale(1.1);
  -ms-transform-origin: 50% 50%;
  transition: transform 0.5s ease-in-out;
  transform: scale(1.1);
  transform-origin: 50% 50%;
}

.btn--svg__border--left path,
.btn--svg__border--right path {
  stroke-dasharray: 61.8204345703 61.8204345703;
  -webkit-transition-duration: 0s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transition-property: stroke-dashoffset;
  -webkit-transition-delay: 0.5s;
  -moz-transition-duration: 0s;
  -moz-transition-timing-function: ease-in-out;
  -moz-transition-property: stroke-dashoffset;
  -moz-transition-delay: 0.5s;
  -ms-transition-duration: 0s;
  -ms-transition-timing-function: ease-in-out;
  -ms-transition-property: stroke-dashoffset;
  -ms-transition-delay: 0.5s;
  transition-duration: 0s;
  transition-timing-function: ease-in-out;
  transition-property: stroke-dashoffset;
  transition-delay: 0.5s;
}

.btn--svg__border--left path {
  stroke-dashoffset: -61.8204345703;
}

.btn--svg__border--right path {
  stroke-dashoffset: 61.8204345703;
}

.btn--svg svg,
.btn--svg__label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: translate(-50%, -50%);
  -moz-transform-origin: 50% 50%;
  -ms-transform: translate(-50%, -50%);
  -ms-transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  text-transform: uppercase;
}
/* emp button end */

/* Section 4 Start */
.section4 {
  margin-bottom: 100px;
  margin-top: 100px;
}
.section4-title h2 {
  color: #2c2a2a;
  font-size: 4rem;
  font-weight: 100;
  position: relative;
  text-transform: uppercase;
}
.section4-title h2 span {
  font-weight: 500;
}

.section4-title h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  border-bottom: 2px solid #C3955B;
}

.section4-head {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.section4_img {
  margin-top: 80px;
  margin-bottom: 20px;
}
.section4_img img {
}
.section4-desc {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* Section 5 Start */
.section5 {
  padding: 100px 0px;
  background: #ebebf5;
}

.section5 img {
  margin-top: 70px;
  margin-bottom: 15px;
}
.section5-box {
  text-align: center;
  padding-top: 70px;
  padding-left: 70px;
  padding-right: 70px;
}

.section5-box-title h2 {
  text-align: center;
  font-size: 1.25rem;
  color: #C3955B;
  font-weight: 700;
}

.section5 .horizontal-line {
  height: 0.2rem;
  width: 15%;
  margin: 0 auto !important;
  background-color: #C3955B;
}
.section5-box-desc {
  margin-top: 50px;
}

.section5 .explore-btn {
  margin-top: 40px;
}
/* Section 5 End */

.explore-btn {
  text-align: center;
}

.explore-btn .btn-custom {
  color: #2c2a2a;
  border-color: #C3955B;
  border-radius: 10px 10px 10px 10px;
  text-transform: uppercase;
}

/* Section 6 Start */
.section6 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section6-title {
}
.section6-title h2 {
  font-size: 4rem;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
}
.section6-subtitle h2 {
  font-size: 2.5rem;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
}
.section6-subtitle span {
  font-weight: 700;
}
.section6-desc {
  margin-top: 30px;
}
.section6-desc p {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 400;
}

.desktop-pro-btn {
  margin-top: 20px;
}

.slider {
  width: 100%;
  margin: 100px auto;
}
.slider .card {
  box-shadow: none;
  border: 1px solid #C3955B;
  background: #f8f8f8;
  min-height: 640px;
}
.slider .card-title {
  border-bottom: 2px solid #C3955B;
  margin-top: 20px;
  margin-bottom: 40px;
  float: left;
  text-transform: uppercase;
}
.slider .card-text {
  margin-top: 20px;
  font-size: 1rem;
  min-height: 215px;
}
.slider .card-button {
  border: 1px solid #C3955B;
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  background-position: 110px 5px;
  transition: background-position 0.5s ease, padding-left 0.5s ease;
  width: 110px;
  height: 37px;
  font-size: 0.9rem;
}
.slider .card-button a {
}

.slider .card-button:hover {
  transition: background-position 0.5s ease, padding-left 0.5s ease;
  background-position: 84px 5px;
  padding-left: 0;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  box-shadow: 2px 2px 5px #bcbcbc;
  transition: all ease-in-out 0.3s;
}

.slick-slide {
  transition: transform 0.3s;
}
.slick-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

.section7 {
  background: #ebebf5;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section7-title {
}
.section7-title h2 {
  color: #2c2a2a;
  font-size: 4rem;
  font-weight: 100;
  position: relative;
  text-transform: uppercase;
  text-align: left;
}

.section7-title h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  border-bottom: 2px solid #C3955B;
}

.section7 img {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section7-subtitle {
  text-align: center;
}

.section7-subtitle h2 {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
}

.section7-subtitle h2 span {
  font-weight: 500;
  color: #C3955B;
}
.section7-desc {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
.section7-desc p {
}

.section8 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section8-head {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.form-control {
  border: 1px solid #C3955B;
}

.section8 .btn-custom {
  color: #2c2a2a;
  border-color: #C3955B;
  border-radius: 10px 10px 10px 10px;
  text-transform: uppercase;
}

.foot-col-head h2 {
  text-transform: uppercase;
}

.activities-section4 {
  margin-bottom: 75px;
  margin-top: 70px;
}
.activities-section4-title h2 {
  color: #2c2a2a;
  font-size: 4rem;
  font-weight: 100;
  position: relative;
  text-transform: uppercase;
}
.activities-section4-title h2 span {
  font-weight: 500;
}

.activities-section4-title h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  border-bottom: 2px solid #C3955B;
}

.activities-section4-head {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
}
.activities-section4_img {
  margin-top: 68px;
  margin-bottom: 45px;
}
.activities-section4_img img {
}
.activities-section4-desc {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 30px;
}

.active-section2 {
  margin-top: 85px;
  margin-bottom: 100px;
}
.active-section2 .title {
}
.active-section2 .title h2 {
  font-size: 2.5rem;
  font-weight: 400;
  border-left: 5px solid #C3955B;
  padding-left: 15px;
  text-transform: uppercase;
}
.active-section2 .title h2 span {
  color: #050505;
  font-weight: 700;
}
.active-section2 .desc {
  font-size: 1.25rem;
  text-align: justify;
  margin-top: 6rem;
}

.active-section2 .mobile-img {
  display: none;
}
.active-section2 .desktop {
  display: block;
}

.active-section3 {
  margin-top: 0px;
  margin-bottom: 100px;
}
.active-section3 .title {
	margin-top: 35px;
}
.active-section3 .title h2 {
  font-size: 2.5rem;
  font-weight: 400;
  border-right: 5px solid #C3955B;
  padding-right: 15px;
  text-transform: uppercase;
  text-align: right;
}
.active-section3 .title h2 span {
  color: #050505;
  font-weight: 700;
}
.active-section3 .desc {
  font-size: 1.25rem;
  text-align: justify;
  margin-top: 4rem;
}

.active-section4 {
  margin-bottom: 100px;
}
.active-section4 .image-area {
}
.active-section4 .image-area img {
}
.active-section4 .title {
  text-align: center;
  margin-top: 25px;
}
.active-section4 .title h2 {
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
.active-section4 .title h2 span {
  color: #050505;
  font-weight: 700;
}
.active-section4 .desc {
  font-size: 1.25rem;
  text-align: center;
  margin-top: 2.5rem;
}

.active-section5 {
  margin-bottom: 150px;
}
.active-section5 img {
  float: right;
}
.active-section5 .title {
  border-bottom: 2px solid #C3955B;
  margin-top: 50px;
}
.active-section5 .title h2 {
  font-size: 2.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
.active-section5 .title h2 span {
  color: #050505;
  font-weight: 700;
  font-size: 3rem;
  margin-left: 126px;
}
.active-section5 .desc {
  font-size: 1.25rem;
  margin-top: 49px;
}

.why-us-section1 {
  margin-top: 70px;
}
.why-us-section1 .title {
  text-align: right;
}
.why-us-section1 .title h2 {
  color: #2c2a2a;
  font-size: 3rem;
  font-weight: 100;
  position: relative;
  text-transform: uppercase;
}

.why-us-section1 .title h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 2px solid #C3955B;
}

.why-us-section1 .title h2 span {
  font-weight: 500;
}
.why-us-section1 .desc {
  margin-top: 45px;
  margin-bottom: 45px;
}
.why-us-section1 .desc p {
  font-size: 1.25rem;
  border-left: 5px solid #C3955B;
  padding-left: 15px;
  text-transform: uppercase;
}
.why-us-section1 .ulli {
}
.why-us-section1 .ulli ul {
  list-style-image: url(../images/li-marker.png);
  font-weight: 600;
}
.why-us-section1 .ulli ul li {
}

.why-us-section5 {
  padding: 100px 0px;
  padding-top: 0px;
}

.why-us-section5 img {
  margin-top: 70px;
}
.why-us-section5-box {
  text-align: center;
  padding: 70px;
  padding-bottom: 8px;
}

.why-us-section5-box-title h2 {
  text-align: center;
  font-size: 1.25rem;
  color: #C3955B;
  font-weight: 700;
}

.why-us-section5 .horizontal-line {
  height: 0.2rem;
  width: 15%;
  margin: 0 auto !important;
  background-color: #C3955B;
}
.why-us-section5-box-desc {
  margin-top: 50px;
}

.sustainability-section1 {
  margin-top: 100px;
}

.sustainability-section1 .title {
  text-align: right;
}
.sustainability-section1 .title h2 {
  color: #2c2a2a;
  font-size: 4rem;
  font-weight: 100;
  position: relative;
  text-transform: uppercase;
}

.sustainability-section1 .title h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 2px solid #39b54a;
}

.sustainability-section1 .image-area {
  margin-top: 25px;
  margin-bottom: 15px;
}
.sustainability-section1 .desc {
  margin-bottom: 100px;
  text-align: center;
}
.sustain-detail {
}
.sustain-detail-head {
  color: #39b54a;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 600;
}
.sustain-detail p {
  margin-bottom: 35px;
  margin-left: 40px;
}
.sustain-detail-bottom {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 70px;
}

.double-line {
  position: relative;
  width: 200px;
  height: 12px;
  margin: 0 auto;
}

.double-line::before,
.double-line::after {
  content: "";
  position: absolute;
  height: 2px;
  /* thickness of the lines */
  background-color: green;
  left: 50%;
}

.double-line::before {
  width: 200px;
  /* full width for the first line */
  transform: translateX(-50%);
}

.double-line::after {
  width: 150px;
  /* smaller width for the second line */
  bottom: 0;
  transform: translateX(-50%);
}
.product-btn-area {
  margin-bottom: 15px;
}
.product-btn-mobi {
  color: #ffffff;
  background: #C3955B;
  border-radius: 35px 35px;
  text-transform: uppercase;
  font-size: 0.8rem;
  display: flex; /* Add this */
  align-items: center; /* Add this */
  justify-content: center; /* Add this */
  height: 8vh;
  text-align: center; /* Ensure the text is horizontally centered */
  width: 100%; /* Take the full width of the parent container */
}
.product-section1 {
  margin-bottom: 50px;
}
.product-section1 .title {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 36px;
}
.product-section1 .title h2 {
  border-bottom: 2px solid #C3955B;
  display: inline-block;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.product-section1 .desc {
  text-align: center;
}
.product-section1 .column-area {
  margin-top: 36px;
}
.product-section1 .column {
  text-align: justify;
}
.product-section1 .image-area {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 13px;
}
.product-section1 .image-area img {
}

.product-btn {
  font-size: 0.8rem;
}

.contact-section1 {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.contact-section1 .title {
}
.contact-section1 .title i {
  color: #C3955B;
}
.contact-section1 .title h2 {
  text-transform: capitalize;
}

.contact-section1 .desc {
}
.contact-section1 .desc i {
  color: #C3955B;
}
.contact-section2 {
}

/* Section 2 Mobile Start */
@media (max-width: 767.98px) {
  .section2 {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .section2_right {
    position: static; /* Reset to default for mobile */
  }

  .section2_right .description {
    width: 100%;
  }

  .section2-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .section2-title span {
  }
  .section2_img {
  }
  .section2_img img {
  }
  .section2-title-bottom {
    padding-top: 0; /* Reset top padding for mobile */
  }
  .section2-head {
    font-size: 2rem;
    text-align: left;
    position: static; /* Reset to default for mobile */
    margin-bottom: 20px;
  }
  .section2-head:before {
    display: none;
  }

  .section2-subtitle {
    text-align: left;
  }
  .section2-subtitle p {
    font-size: 0.8rem;
  }

  .section2_right .description {
    display: block; /* Reset to default for mobile */
    text-align: justify;
    font-size: 1rem;
  }

  .section2-bottom .btn-custom {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .section3-quote {
    font-size: 1rem;
  }

  .activities-section4 {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .activities-section4-title h2 {
    font-size: 2.5rem;
  }
  .activities-section4_img {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .activities-section4-head {
    font-size: 1.5rem;
  }
  .activities-section4-desc {
    margin-top: 10px;
  }
  .active-section2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .active-section2 .title h2 {
    font-size: 2rem;
  }
  .active-section2 .desc {
    margin-top: 2.5rem;
  }
  .active-section2 .mobile-img {
    display: block;
    margin-bottom: 50px;
  }
  .active-section2 .desktop {
    display: none;
  }
  .active-section3 {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .active-section3 .title h2 {
    font-size: 2rem;
  }
  .active-section3 .desc {
    margin-top: 3rem;
  }
  .active-section4 .title {
    text-align: center;
    margin-top: 50px;
  }
  .active-section4 .title h2 {
    font-size: 2rem;
  }
  .active-section4 .desc {
    margin-top: 2rem;
  }
  .active-section4 {
    margin-bottom: 45px;
  }
  .active-section5 .title {
    margin-top: 55px;
  }
  .active-section5 .title h2 {
    font-size: 2rem;
  }
  .active-section5 .title h2 span {
    font-size: 2rem;
  }
  .active-section5 .desc {
    margin-top: 2rem;
  }
  .active-section5 {
    margin-bottom: 0px;
  }
  .why-us-section1 {
    margin-top: 15px;
  }
  .why-us-section1 .title {
    text-align: left;
  }
  .why-us-section1 .title h2 {
    font-size: 2rem;
  }
  .why-us-section1 .desc {
    margin-top: 40px;
    margin-bottom: 37px;
  }
  .why-us-section1 .desc p {
    font-size: 1rem;
  }
  .why-us-section1 .ulli ul li {
    font-size: 1rem;
    line-height: 2;
  }
  .why-us-section5 {
    padding: 25px 0px;
    padding-top: 0;
  }
  .why-us-section5 img {
    margin-top: 35px;
    margin-bottom: 30px;
  }
  .why-us-section5-box {
    padding: 30px;
    padding-bottom: 0;
  }
  .why-us-section5-box-desc {
    margin-top: 25px;
    font-size: 1rem;
  }
  .why-us-section5-box-title h2 {
    font-size: 1rem;
  }

  .sustainability-section1 {
    margin-top: 30px;
  }
  .sustainability-section1 .title {
    text-align: left;
  }
  .sustainability-section1 .title h2 {
    font-size: 2.5rem;
  }
  .sustainability-section1 .image-area {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sustainability-section1 .desc {
    margin-bottom: 60px;
    font-size: 1.1rem;
  }
  .sustain-detail p {
    font-size: 1.1rem;
  }
  .sustain-detail-head {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .sustain-detail-bottom {
    margin-top: 60px;
    font-size: 1.1rem;
  }
  .product-section1 .title {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .product-section1 .desc {
    font-size: 1.2rem;
  }
  .product-section1 .column-area {
    margin-top: 36px;
  }
  .product-section1 .column {
    font-size: 1.2rem;
  }
  .product-section1 .image-area {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
/* Section 2 Mobile End */

/* Section 3 Mobile Start */
@media (max-width: 767px) {
  .section3 {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .section3-head {
    font-size: 2.5rem;
    text-align: center;
  }
  .section3-head span {
    display: block;
    margin: 0 auto;
    width: 64px;
    padding: 0rem 0rem;
  }

  .section3-container-inner {
    padding: 20px;
  }

  .section3-title {
    font-size: 1.8rem;
  }

  .section3-title span {
    font-size: 2rem;
  }

  .section3-title-desc {
    font-size: 0.9rem;
    margin-top: 30px;
  }

  .section3-desc {
    margin-top: 40px;
    font-size: 0.9rem;
  }
  .section3-quote:after,
  .section3-quote:before {
    font-size: 30px;
  }

  .section4-title h2 {
    font-size: 2.5rem;
    text-align: center;
  }
  .section4-title h2:before {
    left: 0;
  }
  .section4_img {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section4-head {
    font-size: 2rem;
  }

  .section5-box {
    padding-top: 35px;
    padding-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section5-box-desc {
    margin-top: 35px;
  }
  .section6-title h2 {
    font-size: 2.5rem;
  }
  .section6-desc p {
    font-size: 1.5rem;
  }
  .product-btn-mobi {
    height: 5vh;
  }
}

/* Section 4 Mobile Start */
@media (max-width: 767.98px) {
  .section4 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
/* Section 4 Mobile End */
/* Section 4 end */

@media (max-width: 767px) {
  /* For devices smaller than the Bootstrap medium breakpoint */
  .section5-subhead h2 {
    font-size: 1rem;
  }

  .section5-title h2 {
    font-size: 45px;
    margin-bottom: 50px;
  }

  .section6-title {
    font-size: 50px;
  }

  .section6-subtitle {
  }

  .section6-subtitle h2 {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .section7-title h2 {
    font-size: 2.5rem;
    text-align: center;
  }
  .section7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section7-desc {
    margin-top: 23px;
    margin-bottom: 50px;
    font-size: 1rem;
    text-align: justify;
  }
  .section8 {
    padding-bottom: 50px;
  }
  .section8-head {
    margin-top: 30px;
  }
  .section5 {
    padding: 50px 0px;
  }

  .section5-topBox {
    margin-bottom: 50px;
  }

  .section6 {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .desktop-pro-btn {
    margin-top: 0px;
  }
  .section7 img {
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .section7-subtitle h2 {
    font-size: 2rem;
  }

  .section5-topBox-head h6 {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .section5-bottomBox img {
    height: auto; /* revert to natural image height */
  }

  .section5 .card-title {
    font-size: 12px;
    letter-spacing: 3px;
  }

  .slider {
    margin: 50px auto;
  }
}

/**************************************/
/* .brand-desc {
  text-align: center;
  padding: 80px 45px;
} */

/* .bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background: transparent;
} */

/* #clients {
  padding: 100px 0px;
}
#clients .clients-wrap {
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients img {
  transition: all 0.4s ease-in-out;
} */

/*******************/

/* #news-slider {
  margin-top: 80px;
}
.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
} */
/* .owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
} */

/***************************/
.section9 .hr {
  border-top: 2px solid #ed3729;
  margin-top: 40px;
}
.svg-inline--fa {
  vertical-align: -0.2em;
}

.rounded-social-buttons {
  text-align: center;
  padding: 4rem 0rem;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 2.8rem;
  height: 2.8rem;
  border: 0.125rem solid transparent;
  padding: 7px;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  background: black;
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
  color: #2c2a2a;
  background: #fefefe;
  border-color: #2c2a2a;
}

.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
  color: #2c2a2a;
  background: #fefefe;
  border-color: #2c2a2a;
}

.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
  color: #2c2a2a;
  background: #fefefe;
  border-color: #2c2a2a;
}

.rounded-social-buttons .social-button.youtube:hover,
.rounded-social-buttons .social-button.youtube:focus {
  color: #2c2a2a;
  background: #fefefe;
  border-color: #2c2a2a;
}

.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
  color: #2c2a2a;
  background: #fefefe;
  border-color: #2c2a2a;
}

.rounded-social-buttons .social-button.email:hover,
.rounded-social-buttons .social-button.email:focus {
  color: #2c2a2a;
  background: #fefefe;
  border-color: #2c2a2a;
}

/*****************/
/* FOOTER START */
.bg-foot {
  background: #C3955B;
  color: white;
}
.footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
}

.foot-col-content {
  font-size: 1.1rem;
  font-weight: 100;
}
.foot-col-content ul {
  list-style: none;
  padding: 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300;
  word-spacing: 3px;
}

.foot-col-content ul li a {
  color: white;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.foot-col-content .btn-custom {
  color: #ffffff;
  border-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  text-transform: uppercase;
}
.bottom-box {
  border: 2px solid #ed3729;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  padding: 55px;
  font-size: 13px;
  border-bottom: 0;
}
.bottom-box p {
  padding-top: 85px;
}

/*** Large devices (desktops, 992px and up) ***/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* Footer Mobile Adjustments */
@media (max-width: 767px) {
  section#clients-mobile {
    padding: 80px 20px;
  }

  #clients-mobile .col-6 {
    border: 1px solid #d7d7d7;
  }

  #clients-mobile .client-logo {
    text-align: center;
    padding: 10px;
  }
  .footer-top {
    padding: 60px 0px; /* Reduced padding for mobile */
  }

  .foot-col-head h2 {
    font-size: 24px; /* Slightly smaller headings for mobile */
  }

  .foot-col-content {
    font-size: 1rem; /* Reduced font-size for mobile */
  }

  .foot-col-content ul li a {
    font-size: 1rem; /* Smaller link text for mobile */
  }

  .bottom-box {
    padding: 30px; /* Reduced padding for mobile */
    margin: 0 10px; /* Slight horizontal margin to ensure it doesn't touch the edges */
  }

  .bottom-box p {
    padding-top: 45px; /* Reduced padding-top for mobile */
    font-size: 12px; /* Smaller font-size for bottom box text */
  }
}

/*** Small devices (landscape phones, 576px and up)***/
@media (min-width: 576px) {
}

/*** Medium devices (tablets, 768px and up) ***/
@media (min-width: 768px) {
}

/*** Large devices (desktops, 992px and up) ***/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

#clients {
  padding-top: 40px;
}
#clients .clients-wrap {
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients img {
  transition: all 0.4s ease-in-out;
  height: auto;
  width: 120px;
}

.mg-box-img {
}
.mg-box1 {
  background-color: #e9e9e9;
}
.mg-box-img h1 {
  font-size: 24px;
  font-weight: 600;
}
.mg-box-img h3 {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #666;
}
.mg-box2 {
  background-color: #f5f5f5;
}
.mg-box-desc {
  padding: 30px;
  background-image: url("../images/Group.png");
  background-position: center;
  background-repeat: no-repeat;
}
.mg-box-desc p {
  text-align: justify;
  letter-spacing: normal;
  line-height: 1.5;
}
.key-info {
}
.key-info h1 {
  font-size: 1.4rem;
  font-weight: 700;
}
.key-info h3 {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1;
}
.modal-details {
}
.modal-details p {
  text-align: justify;
}
.btn-theme-custom {
  background: #2a2962;
  color: #ffffff;
}

.key-info .card {
  background: transparent;
  border: 0;
}
.key-info .card-body {
  padding: 0;
}
.card-p {
  font-weight: 500;
}

.key-info .btn:hover {
  color: #ffffff;
  background-color: #e4251a;
  border-color: #e4251a;
}
.copyright p {
	
	margin-top: 0;
    margin-bottom: 1rem;
	color:white;
	font-weight:300;
	text-align: center;
}

