@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
#accordionId .accordion-item {
  border: 0;
  margin-bottom: 30px;
}
#accordionId .accordion-item .accordion-header {
  padding: 0;
  border: 0;
}
#accordionId .accordion-item .accordion-header .accordion-button {
  display: block;
  width: 100%;
  text-align: left;
  border-radius: 0;
  background: linear-gradient(149.39deg, #6DA946 -9.6%, #2A4516 146.71%) !important;
  color: #fff !important;
  border-radius: 20px;
  padding: 20px 30px;
  font-size: 22px;
  line-height: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: normal;
  word-break: break-word;
}
#accordionId .accordion-item .accordion-header .accordion-button::after {
  content: "\f106";
  font-family: FontAwesome;
  font-size: 24px;
}
#accordionId .accordion-item .accordion-header .accordion-button.collapsed {
  background: #fff;
  color: blue;
}
#accordionId .accordion-item .accordion-header .accordion-button.collapsed::after {
  content: "\f107";
  font-family: FontAwesome;
}
#accordionId .accordion-item .accordion-body {
  background: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.accordion-button::after {
  background-image: none;
}

/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
.navbarBtn button {
  padding: 5px;
}
.navbarBtn button i {
  font-size: 35px;
  color: #f07c00;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

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

p {
  font-size: 25px;
  line-height: 36px;
  font-weight: 400;
  color: #686868;
}
@media (max-width: 1700px) {
  p {
    font-size: 18px;
    line-height: 24px;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
ul li {
  font-size: 16px;
  line-height: 20px;
  list-style: none;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.defaultButton {
  background: #F07C00;
  display: inline-block;
  border-radius: 50px;
  padding: 18px 30px;
  border: 0px;
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 0%;
}
.defaultButton:hover {
  background-color: #c96902;
  color: #fff;
}
.defaultButton:hover {
  background: #549728;
  color: #fff;
}
@media (max-width: 1700px) {
  .defaultButton {
    font-size: 18px;
    line-height: 20px;
    padding: 12px 20px;
  }
  .defaultButton svg {
    height: 15px;
  }
}
@media (max-width: 991px) {
  .defaultButton {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 20px;
  }
  .defaultButton svg {
    height: 12px;
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0px rgba(84, 151, 40, 0.3), 0 0 0 6px rgba(84, 151, 40, 0.3), 0 0 0 12px rgba(84, 151, 40, 0.1);
  }
  100% {
    box-shadow: 0 0 0 6px rgba(84, 151, 40, 0.3), 0 0 0 12px rgba(84, 151, 40, 0.2), 0 0 0 18px rgba(84, 151, 40, 0);
  }
}
.sectionTitle {
  display: flex;
  gap: 15px;
}
.sectionTitle .sectionText {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 1700px) {
  .sectionTitle .sectionText {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
.sectionTitle .tile {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}
.sectionTitle .tile::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #549728;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.sectionTitle .tile::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ripple 1.8s linear infinite;
}
.sectionTitle.sectionWhite .sectionText {
  color: #fff;
}
.sectionTitle.sectionWhite .tile {
  background: radial-gradient(56.67% 56.67% at 50% 50%, #549728 0%, #FFFFFF 100%);
}
.sectionTitle.sectionWhite .tile::after {
  background: #fff;
}

.whiteText {
  color: #fff !important;
}

.subHeading {
  color: #000;
  font-size: 60px;
  line-height: 80px;
  font-weight: 400;
  margin-bottom: 40px;
}
@media (max-width: 1700px) {
  .subHeading {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .subHeading {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .subHeading {
    font-size: 24px;
    line-height: 34px;
  }
}

.greenBg {
  background: linear-gradient(149.7deg, #6DA946 -9.82%, #2A4516 161.86%);
}

.orangeBg {
  background: linear-gradient(148.24deg, #FFFFFF 24.05%, #F07C00 235.13%);
}

.marBtm40 {
  margin-bottom: 40px;
}

.marTop40 {
  margin-top: 40px;
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
  position: relative;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #549728;
  color: #414141;
}
@media (max-width: 1700px) {
  .bullets li {
    font-size: 20px;
    line-height: 28px;
  }
}

.sectionPadding {
  padding: 150px 0px;
}
.sectionPadding.sectionPaddingTop0 {
  padding-top: 0px;
}
@media (max-width: 1700px) {
  .sectionPadding {
    padding: 80px 0px;
  }
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 70px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}

.sectionPaddingTop {
  padding-top: 100px;
}

@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
    padding: 0 30px;
  }
}
@media (max-width: 1400px) {
  .container {
    max-width: 90%;
    margin: auto;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
.mainHeader {
  padding: 25px 0;
  background: transparent;
  position: absolute;
  width: 100%;
  z-index: 11;
}
.mainHeader header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #fff;
  padding: 0px 20px;
  border-radius: 100px;
}
.mainHeader header .logo a {
  display: block;
}
@media (max-width: 991px) {
  .mainHeader header {
    padding: 5px 20px;
  }
}
.mainHeader header .navbarLink ul {
  align-items: center;
}
.mainHeader header .navbarLink ul li {
  text-transform: uppercase;
  margin-left: 30px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
.mainHeader header .navbarLink ul li a {
  color: #161616;
  font-size: 25px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 500;
  padding-bottom: 35px;
  padding-top: 35px;
}
@media (max-width: 1700px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 20px;
    padding: 30px 0px;
  }
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 35px;
    line-height: 40px;
    color: #fff;
    padding: 15px;
  }
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #F07C00;
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  margin: 0;
  min-width: 220px;
  border: 0;
  border-radius: 20px;
  transform: inherit !important;
  top: 100% !important;
  padding: 30px;
  backdrop-filter: blur(50px);
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1607843137);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  margin-bottom: 5px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #161616;
  padding: 10px;
  font-size: 20px;
  text-transform: capitalize;
}
@media (max-width: 1700px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    font-size: 18px;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: transparent;
  border-radius: 0px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #F07C00 !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    transform: rotate(0deg);
  }
}
@media (max-width: 1700px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 15px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
@media (max-width: 1700px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 40px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #549728;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 22%;
  }
  .mainHeader header .navbarLink .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: transparent;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 9999;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink #dismiss .fa.fa-times {
    font-size: 40px;
  }
}
@media (max-width: 1700px) {
  .mainHeader header {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .mainHeader .d-md-none {
    display: block !important;
  }
}
.mainHeader .logo img {
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1700px) {
  .mainHeader .logo img {
    height: 55px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 400px) {
  .mainHeader .logo img {
    height: 50px;
  }
}

.homebanner {
  position: relative;
}
.homebanner .bannerImage img {
  width: 100%;
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 100px;
}
.homebanner .bannerText .bannerDesc {
  font-size: 80px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.1em;
}
.homebanner .bannerText .bannerDesc span {
  display: block;
  font-weight: 700;
}
.homebanner .bannerText p {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  max-width: 700px;
}
@media (max-width: 1700px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 60px;
    margin-bottom: 15px;
  }
  .homebanner .bannerText p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerText {
    bottom: 40px;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 44px;
    line-height: 50px;
  }
  .homebanner .bannerText p {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerText {
    bottom: 30px;
  }
  .homebanner .bannerText .bannerDesc {
    font-size: 36px;
    line-height: 42px;
  }
  .homebanner .bannerText p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerImage img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.homeIntro {
  background: linear-gradient(180deg, #FFFFFF 27.09%, #D9FFBF 163.73%);
}
.homeIntro .homeContent {
  border-bottom: 2px solid #D9D9D9;
}
.homeIntro .homeContent .homeTitle {
  font-size: 80px;
  line-height: 100px;
  color: #000;
  max-width: 80%;
  font-weight: 400;
  margin-bottom: 50px;
}
.homeIntro .homeDesc {
  max-width: 700px;
  margin-left: auto;
}
.homeIntro .homeDesc p {
  margin-top: 50px;
  color: #686868;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 1700px) {
  .homeIntro .homeContent .homeTitle {
    font-size: 47px;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .homeIntro .homeDesc p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .homeIntro .homeContent .homeTitle {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 30px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .homeIntro .homeContent .homeTitle {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .homeIntro .homeDesc p {
    font-size: 18px;
    line-height: 22px;
    margin: 30px 0px;
  }
}

.boxChoose {
  display: flex;
  margin-left: -15px;
  flex-wrap: wrap;
}
.boxChoose li {
  flex: 0 0 33.3%;
  max-width: 33.3%;
  padding: 15px;
}
.boxChoose li .boxWhite {
  background: #fff;
  padding: 40px 30px;
  border-radius: 30px;
  backdrop-filter: blur(60px);
  box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.1490196078);
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}
.boxChoose li .boxWhite p {
  margin-bottom: 0px;
  color: #000000;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 1700px) {
  .boxChoose li .boxWhite {
    padding: 30px;
  }
  .boxChoose li .boxWhite p {
    font-size: 20px;
    line-height: 24px;
  }
  .boxChoose li .boxWhite img {
    height: 65px;
  }
}
@media (max-width: 1199px) {
  .boxChoose li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .boxChoose li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px 5px;
  }
  .boxChoose li .boxWhite {
    padding: 20px;
  }
  .boxChoose li .boxWhite p {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .boxChoose {
    margin: 0px;
  }
}

.certifiedSlider .slick-slide {
  padding: 0px 15px;
}
.certifiedSlider .certificateBox {
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  backdrop-filter: blur(60px);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1490196078);
  text-align: center;
}
.certifiedSlider .certificateBox img {
  margin: 0 auto;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1700px) {
  .certifiedSlider .certificateBox img {
    height: 70px;
  }
}

@media (max-width: 991px) {
  .counterList {
    display: flex;
    flex-wrap: wrap;
  }
}

.statistics .counterBox {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #FFC689;
  margin: 40px 0px;
  padding: 0px 15px 40px;
}
.statistics .counterBox:last-child {
  margin-bottom: 0px;
}
.statistics .counterBox .count, .statistics .counterBox .counterDigit {
  font-size: 70px;
  line-height: 70px;
  color: #000000;
  font-weight: 500;
}
.statistics .counterBox .counting {
  min-width: 65px;
}
.statistics .counterBox p {
  color: #414141;
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  padding-left: 60px;
  max-width: 270px;
  margin-bottom: 0;
}
@media (max-width: 1700px) {
  .statistics .counterBox {
    padding: 0px 15px 30px;
    margin: 25px 0px;
  }
  .statistics .counterBox .count, .statistics .counterBox .counterDigit {
    font-size: 50px;
    line-height: 50px;
  }
  .statistics .counterBox p {
    font-size: 20px;
    line-height: 30px;
    max-width: 240px;
  }
}
@media (max-width: 991px) {
  .statistics .counterBox {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .statistics .counterBox {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .statistics .counterBox p {
    max-width: 100%;
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  .mapGlobal {
    margin-bottom: 50px;
  }
}

.application .applicationSlider .slick-slide {
  padding: 0px 20px;
}

.applicationList {
  display: flex;
  flex-wrap: wrap;
}
.applicationList li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
}
.applicationList li .applicationBox .iconapp {
  margin: 0;
}
@media (max-width: 991px) {
  .applicationList li {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
}
@media (max-width: 767px) {
  .applicationList li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .applicationList li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.applicationBox .iconapp {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 4px 5px 5px rgba(0, 0, 0, 0.1490196078);
  padding: 50px 30px;
  border-radius: 30px;
  min-height: 450px;
  margin-top: 30px;
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: flex-start;
}
.applicationBox .iconapp img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.applicationBox .iconapp p {
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .applicationBox .iconapp {
    min-height: 350px;
    padding: 30px;
  }
  .applicationBox .iconapp img {
    height: 80px;
  }
  .applicationBox .iconapp p {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .applicationBox .iconapp {
    min-height: 300px;
    padding: 20px;
    margin-top: 10px;
  }
  .applicationBox .iconapp img {
    height: 70px;
  }
  .applicationBox .iconapp p {
    font-size: 25px;
    line-height: 35px;
  }
}

.csrSection .csrCounter {
  position: relative;
}
.csrSection .csrCounter .counterBox {
  position: absolute;
  bottom: 20px;
  right: 0;
  background: #F07C00;
  border-radius: 30px;
  text-align: center;
  padding: 37px 20px;
}
.csrSection .csrCounter .counterBox p {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
  color: #fff;
}
.csrSection .csrCounter .counterBox p span {
  display: block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .csrSection .sectionTitle {
    margin-top: 50px;
  }
}

.footer-section {
  background: url(../images/footer_bg.png) #272727;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #8F8F8F;
  padding: 100px 0px 0px;
  position: relative;
}
.footer-section .footer-brand {
  margin-bottom: 80px;
  position: relative;
}
@media (max-width: 1700px) {
  .footer-section .footer-brand {
    margin-bottom: 30px;
  }
}
@media (max-width: 1700px) {
  .footer-section .footer-brand img {
    height: 75px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-brand {
    justify-content: center;
  }
}
.footer-section a {
  color: #8F8F8F;
  text-decoration: none;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  transition: 0.3s;
}
.footer-section a:hover {
  color: #ffffff;
}
@media (max-width: 1700px) {
  .footer-section a {
    font-size: 18px;
    line-height: 26px;
  }
}
.footer-section p {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  color: #8F8F8F;
}
@media (max-width: 1700px) {
  .footer-section p {
    font-size: 18px;
    line-height: 26px;
  }
}
.footer-section .iconFooter {
  position: relative;
  padding-left: 35px;
  margin-bottom: 35px;
  color: #8F8F8F;
}
.footer-section .iconFooter span {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  color: #8F8F8F;
}
@media (max-width: 1700px) {
  .footer-section .iconFooter span {
    font-size: 22px;
  }
}
.footer-section .iconFooter img {
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: auto;
}
@media (max-width: 1700px) {
  .footer-section .iconFooter img {
    top: 6px;
  }
}
@media (max-width: 1700px) {
  .footer-section .iconFooter {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .footer-section .iconFooter {
    max-width: 450px;
    margin: auto;
    margin-bottom: 20px;
  }
}
.footer-section .footer-links {
  list-style: none;
  padding: 0;
  position: relative;
}
.footer-section .footer-links li {
  margin-bottom: 20px;
}
.footer-section .footer-links li.active a {
  color: #fff;
}
@media (max-width: 1700px) {
  .footer-section .footer-links li {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-links li {
    margin: 0px 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .footer-section .footer-links li {
    flex: 0 0 28.5%;
    max-width: 28.5%;
    margin-bottom: 24px;
  }
}
@media (max-width: 400px) {
  .footer-section .footer-links li {
    flex: 0 0 48.5%;
    max-width: 48.5%;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-links {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .footer-section .footer-links {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
.footer-section .social-icons {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 80%;
  position: relative;
}
@media (max-width: 991px) {
  .footer-section .social-icons {
    justify-content: center;
  }
}
.footer-section .social-icons a img {
  margin-left: 30px;
}
@media (max-width: 1700px) {
  .footer-section .social-icons a img {
    height: 30px;
  }
}
@media (max-width: 575px) {
  .footer-section .social-icons a:first-child img {
    margin-left: 0px;
  }
}
.footer-section .footer-bottom {
  border-top: 1px solid #3a3a3a;
  padding: 20px 0px;
  font-size: 20px;
  position: relative;
}
@media (max-width: 1700px) {
  .footer-section .footer-bottom {
    padding: 10px 0px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer-section .footer-bottom {
    text-align: center;
  }
}
.footer-section .footer-bottom p {
  margin-bottom: 0px;
}
@media (max-width: 1700px) {
  .footer-section .footer-bottom p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-bottom p {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .footer-section .footer-bottom p {
    font-size: 14px;
  }
}
@media (max-width: 1700px) {
  .footer-section {
    padding: 60px 0px 0px;
    background-position: right;
  }
}
@media (max-width: 991px) {
  .footer-section::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.8;
    z-index: 0;
  }
}

.inquiryForm {
  background: #f1f1f1;
}
.inquiryForm .form-group {
  margin-bottom: 25px;
}
.inquiryForm .defaultButton a {
  color: #fff;
}

.offcanvas {
  position: relative;
  visibility: visible;
}
.offcanvas .offcanvas-start {
  top: inherit;
  left: inherit;
  width: 100%;
  border-right: 0px;
  transform: translateX(0);
}
@media (max-width: 767px) {
  .offcanvas {
    position: fixed;
    visibility: hidden;
  }
  .offcanvas .contentMobile {
    display: none;
  }
  .offcanvas .offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    transform: translateX(15px);
  }
}

.innerBannerSec {
  position: relative;
}
.innerBannerSec::before {
  content: "";
  position: absolute;
  background: linear-gradient(237.89deg, rgba(74, 116, 44, 0) 38.17%, #4A742C 93.23%);
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
@media (max-width: 575px) {
  .innerBannerSec::before {
    background: linear-gradient(237.89deg, rgba(74, 116, 44, 0) -26%, #4A742C 100%);
  }
}
.innerBannerSec .bannerText {
  position: absolute;
  bottom: 125px;
}
.innerBannerSec .bannerText h1 {
  font-size: 80px;
  line-height: 80px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 1700px) {
  .innerBannerSec .bannerText h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 400px) {
  .innerBannerSec .bannerText h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1700px) {
  .innerBannerSec .bannerText {
    bottom: 80px;
  }
}
@media (max-width: 575px) {
  .innerBannerSec .bannerText {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
.innerBannerSec .innerbannerImg img {
  width: 100%;
}
@media (max-width: 991px) {
  .innerBannerSec .innerbannerImg img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.aboutusSec {
  background: linear-gradient(151.28deg, #FFFFFF 27.09%, #D9FFBF 163.73%);
  padding-bottom: 480px;
}
.aboutusSec .aboutDetail {
  border-bottom: 1px solid #d9d9d9;
}
.aboutusSec .aboutDetail h2 {
  font-size: 80px;
  line-height: 100px;
  max-width: 1428px;
  font-weight: 400;
  padding-bottom: 50px;
}
@media (max-width: 1700px) {
  .aboutusSec .aboutDetail h2 {
    font-size: 40px;
    line-height: 50px;
    max-width: 900px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .aboutusSec .aboutDetail h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .aboutusSec .aboutDetail {
    margin-bottom: 30px;
  }
}
.aboutusSec p {
  margin-top: 50px;
  font-size: 29px;
  line-height: 43px;
}
@media (max-width: 1700px) {
  .aboutusSec p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .aboutusSec p {
    margin-top: 0px;
  }
}
@media (max-width: 1700px) {
  .aboutusSec {
    padding-bottom: 300px;
  }
}
@media (max-width: 991px) {
  .aboutusSec {
    padding-bottom: 230px;
  }
}
@media (max-width: 767px) {
  .aboutusSec {
    padding-bottom: 50px;
  }
}

.historySec {
  background: linear-gradient(149.39deg, #6DA946 -9.6%, #2A4516 146.71%);
}
.historySec .historyImg {
  margin-top: -30%;
  margin-bottom: 150px;
}
.historySec .historyImg img {
  border-radius: 50px;
}
@media (max-width: 991px) {
  .historySec .historyImg img {
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .historySec .historyImg img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1700px) {
  .historySec .historyImg {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .historySec .historyImg {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .historySec .historyImg {
    margin-top: 0px;
  }
}
.historySec .sectionTitle .sectionText {
  color: #fff;
}
.historySec .subHeading {
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1700px) {
  .historySec .subHeading {
    margin-bottom: 30px;
  }
}
.historySec p {
  margin-bottom: 20px;
  color: white;
}
.historySec p:last-child {
  margin-bottom: 0px;
}

.mileston-sec .sectionText {
  margin-bottom: 70px;
}
@media (max-width: 1700px) {
  .mileston-sec .sectionText {
    margin-bottom: 40px;
  }
}
.mileston-sec .timeline .timeline-track {
  position: relative;
}
.mileston-sec .timeline .timeline-track::before {
  content: "";
  position: absolute;
  background: #fff;
  box-shadow: 0px 4px 20px 2px rgba(0, 0, 0, 0.2);
  width: 100%;
  border: 10px solid #fff;
  border-radius: 50px;
  top: 56%;
  margin: 10px;
  text-align: center;
}
@media (max-width: 575px) {
  .mileston-sec .timeline .timeline-track::before {
    margin: 0px;
  }
}
.mileston-sec .timeline .timeline-track .slick-slide {
  margin-top: 70px;
}
.mileston-sec .timeline .timeline-track .slick-slide .timeline-point {
  width: 20px;
  height: 20px;
  background: #ccc;
  border-radius: 50%;
  position: relative;
  margin: 40px auto;
  cursor: pointer;
}
.mileston-sec .timeline .timeline-track .slick-slide .timeline-point .year {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #aeaeae;
}
@media (max-width: 1700px) {
  .mileston-sec .timeline .timeline-track .slick-slide .timeline-point .year {
    font-size: 28px;
    line-height: 28px;
    top: -60px;
  }
}
@media (max-width: 575px) {
  .mileston-sec .timeline .timeline-track .slick-slide .timeline-point .year {
    top: -80px;
  }
}
@media (max-width: 575px) {
  .mileston-sec .timeline .timeline-track .slick-slide .timeline-point {
    margin-top: 16px;
  }
}
.mileston-sec .timeline .timeline-track .slick-slide.slick-current .timeline-point {
  background: #F07C00;
}
.mileston-sec .timeline .timeline-track .slick-slide.slick-current .timeline-point .year {
  font-size: 60px;
  line-height: 60px;
  color: #F07C00;
  top: -110px;
}
@media (max-width: 1700px) {
  .mileston-sec .timeline .timeline-track .slick-slide.slick-current .timeline-point .year {
    top: -85px;
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .mileston-sec .timeline .timeline-track .slick-slide.slick-current .timeline-point .year {
    top: -100px;
  }
}
.mileston-sec .timeline .timeline-info .event {
  font-size: 40px;
  line-height: 52px;
  max-width: 410px;
  margin: auto;
  text-align: center;
  color: #549728;
  font-weight: 600;
}
@media (max-width: 1700px) {
  .mileston-sec .timeline .timeline-info .event {
    font-size: 30px;
    line-height: 40px;
  }
}

.capabilitiesSec {
  position: relative;
  background: linear-gradient(151.28deg, #FFFFFF 27.09%, #D9FFBF 163.73%);
}
.capabilitiesSec .capabilitiesImg {
  text-align: end;
  position: relative;
}
.capabilitiesSec .capabilitiesImg img {
  position: relative;
}
.capabilitiesSec .capabilitiesImg::before {
  content: "";
  position: absolute;
  background: url(../images/sourcebg.png) no-repeat;
  width: 150%;
  height: 150%;
  top: -31%;
  background-size: contain;
}
@media (max-width: 1700px) {
  .capabilitiesSec .capabilitiesImg::before {
    width: 130%;
    height: 130%;
  }
}
@media (max-width: 991px) {
  .capabilitiesSec .capabilitiesImg::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .capabilitiesSec .capabilitiesImg {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .capabilitiesSec .row {
    flex-direction: column-reverse;
  }
}

.manufacturingSec .manufacturingImg {
  text-align: right;
}
@media (max-width: 991px) {
  .manufacturingSec .manufacturingImg {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .manufacturingSec .row {
    flex-direction: column-reverse;
  }
}

.qualityAssurance {
  background: url(../images/quality_assurance.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.qualityAssurance .sectionText {
  color: #fff;
}
.qualityAssurance p {
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 1700px) {
  .qualityAssurance p {
    font-size: 18px;
    line-height: 26px;
  }
}
.qualityAssurance img {
  border-radius: 30px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .qualityAssurance img {
    height: 400px;
    width: 100%;
    -o-object-position: top;
       object-position: top;
    margin-bottom: 40px;
  }
}
.qualityAssurance .row:first-child {
  margin-bottom: 100px;
}
@media (max-width: 1700px) {
  .qualityAssurance .row:first-child {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .qualityAssurance .row:first-child {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}

.standardizedSec .table-responsive {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1607843137);
}
.standardizedSec.singleColumnTable .table-responsive {
  margin-top: 20px;
}
.standardizedSec.singleColumnTable table tr td {
  white-space: wrap;
}
.standardizedSec table {
  width: 100%;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  overflow: hidden;
}
.standardizedSec table .heading {
  background: linear-gradient(149.39deg, #6DA946 -9.6%, #2A4516 146.71%) !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.standardizedSec table .heading th {
  padding: 24px 50px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: normal;
}
.standardizedSec table .heading th:first-child {
  border-top-left-radius: 20px;
}
.standardizedSec table .heading th:last-child {
  border-top-right-radius: 20px;
}
@media (max-width: 1700px) {
  .standardizedSec table .heading th {
    padding: 15px 30px;
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .standardizedSec table .heading th {
    white-space: nowrap;
  }
}
.standardizedSec table tr:nth-child(odd) {
  background: #ECFFE0;
}
.standardizedSec table tr td {
  padding: 36px 50px;
  color: #686868;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
}
@media (max-width: 1700px) {
  .standardizedSec table tr td {
    padding: 20px 30px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .standardizedSec table tr td {
    white-space: nowrap;
  }
}
.standardizedSec table #pagination {
  display: flex;
  justify-content: flex-end;
}
.standardizedSec table #pagination button {
  border: none;
  background: transparent;
  background: transparent;
  margin-left: 30px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  color: #686868;
  justify-content: center;
}
.standardizedSec table #pagination button:first-child {
  border: 2px solid #686868;
  border-radius: 100%;
}
.standardizedSec table #pagination button:last-child {
  border: 2px solid #686868;
  border-radius: 100%;
}
.standardizedSec table #pagination button img {
  height: 18px;
}
@media (max-width: 1700px) {
  .standardizedSec table #pagination button img {
    height: 15px;
  }
}
.standardizedSec table #pagination button.active {
  background: #F07C00;
  color: #fff;
  border-radius: 50%;
}
@media (max-width: 1700px) {
  .standardizedSec table #pagination button {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 20px;
    margin-left: 20px;
  }
}
.standardizedSec tfoot td {
  background: #fff;
}

.accordionTablePage .accordion-item {
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  overflow: hidden;
}
.accordionTablePage table {
  box-shadow: none !important;
  border-radius: 0px !important;
}

.card1 {
  display: flex;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  align-items: flex-start;
}
.card1 .item-arrow {
  display: none;
}
.card1 {
  /* LEFT SIDE */
}
.card1 .left {
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  max-width: 50%;
}
.card1 {
  /* ITEMS */
}
.card1 .items {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.card1 .item {
  border-bottom: 1px solid #D9D9D9;
  padding: 30px 0px;
  cursor: pointer;
  overflow: hidden;
}
.card1 .item .item-header {
  transition: padding 0.3s ease;
  padding: 0px;
}
.card1 .item .item-header .item-num {
  font-weight: 400;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0%;
  color: #686868;
  width: 0px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  display: inline-block;
}
.card1 .item .item-title {
  font-weight: 400;
  font-style: Regular;
  font-size: 50px;
  line-height: 50px;
  color: #AEAEAE;
}
.card1 .item .item-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
}
.card1 .item .item-body-inner {
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #686868;
  padding-top: 20px;
}
.card1 .item.active .item-body {
  max-height: 200px;
  opacity: 1;
}
.card1 .item.active .item-header .item-num {
  width: auto;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  padding-right: 20px;
}
.card1 .item.active .item-header .item-title {
  color: #000000;
}
.card1 {
  /* RIGHT SIDE */
}
.card1 .right {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card1 .venn {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 820px;
}
@keyframes rotateRing1 {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotateRing {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.card1 {
  /* Three overlapping dashed circles */
}
.card1 .circle-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px dashed;
  transition: opacity 0.4s, transform 0.4s;
  width: 450px;
  height: 450px;
}
@media (max-width: 1700px) {
  .card1 .circle-ring {
    width: 300px;
    height: 300px;
  }
}
.card1 .ring-1 {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #F07C00;
  animation: rotateRing 60s linear infinite;
}
.card1 .ring-2 {
  top: 0;
  bottom: 0;
  left: 0px;
  margin: auto;
  border-color: #549728;
  animation: rotateRing 60s linear infinite;
}
.card1 .ring-3 {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #F07C00;
  animation: rotateRing1 60s linear infinite;
}
.card1 .ring-4 {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
  border-color: #549728;
  animation: rotateRing1 60s linear infinite;
}
.card1 {
  /* Image circle */
}
.card1 .img-wrap {
  position: absolute;
  bottom: 0;
  top: 0px;
  left: 0;
  right: 0px;
  margin: auto;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
  z-index: 2;
}
.card1 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 0;
  transform: scale(1.06);
}
.card1 .img-wrap img.visible {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1700px) {
  .card1 .venn {
    min-height: 600px;
    max-height: 600px;
  }
  .card1 .img-wrap {
    width: 350px;
    height: 350px;
  }
  .card1 .left {
    padding-right: 20px;
  }
  .card1 .item {
    padding: 20px 0px;
  }
  .card1 .item .item-header .item-num {
    font-size: 32px;
    line-height: 42px;
  }
  .card1 .item .item-header .item-title {
    font-size: 32px;
    line-height: 42px;
  }
  .card1 .item .item-body-inner {
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .card1 .left, .card1 .right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .card1 .venn {
    margin: 30px 0px;
    min-height: 400px;
  }
  .card1 .item .item-header .item-num {
    font-size: 28px;
    line-height: 40px;
  }
  .card1 .item .item-header .item-title {
    font-size: 28px;
    line-height: 40px;
  }
  .card1 .item .item-body-inner {
    font-size: 16px;
    line-height: 24px;
  }
  .card1 .circle-ring {
    width: 250px;
    height: 250px;
  }
  .card1 .img-wrap {
    width: 280px;
    height: 280px;
  }
}

.contactForm {
  display: flex;
  flex-wrap: wrap;
  border-radius: 30px;
  overflow: hidden;
}
.contactForm .contactLeft {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 100px 70px;
  background: linear-gradient(242.99deg, #FFFFFF 36.79%, #D9FFBF 121.61%);
}
@media (max-width: 1700px) {
  .contactForm .contactLeft {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .contactForm .contactLeft {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
}
.contactForm .contactRight {
  flex: 0 0 50%;
  max-width: 50%;
}
.contactForm .contactRight img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .contactForm .contactRight {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .contactForm .contactLeft {
    padding: 50px;
  }
}

.form-group {
  margin-bottom: 30px;
}
@media (max-width: 1700px) {
  .form-group {
    margin-bottom: 20px;
  }
}

.form-control {
  background: #DCF4CD;
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  color: #686868;
  border: 0px;
  min-height: 60px;
  padding: 15px;
}
@media (max-width: 1700px) {
  .form-control {
    min-height: 50px;
    font-size: 16px;
    line-height: 16px;
  }
}

.contactPageForm {
  background: linear-gradient(200.06deg, #FFFFFF 10.41%, #D9FFBF 157.25%);
  padding: 80px 50px;
  box-shadow: 0px 4px 50px 5px rgba(0, 0, 0, 0.1607843137);
  border-radius: 30px;
}
@media (max-width: 1700px) {
  .contactPageForm {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .contactPageForm {
    padding: 40px 30px;
    margin-top: 50px;
  }
}

.mapSec iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 1700px) {
  .mapSec iframe {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .mapSec iframe {
    height: 400px;
  }
}
@media (max-width: 991px) {
  .mapSec iframe {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .mapSec iframe {
    height: 250px;
  }
}

.contactDetails {
  display: flex;
  flex-wrap: wrap;
}
.contactDetails li {
  margin: 25px 0px;
}
.contactDetails li:nth-child(1), .contactDetails li:nth-child(3) {
  flex: 0 0 65%;
  max-width: 65%;
}
.contactDetails li:nth-child(2), .contactDetails li:nth-child(4) {
  flex: 0 0 35%;
  max-width: 35%;
}
.contactDetails li > span {
  font-weight: 500;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000000;
  display: block;
  margin-bottom: 30px;
}
.contactDetails li p, .contactDetails li a {
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
  color: #8F8F8F;
  margin: 0px;
}
.contactDetails li p span, .contactDetails li a span {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}
.contactDetails li.social a {
  margin-right: 20px;
  display: inline-block;
}
@media (max-width: 1700px) {
  .contactDetails li > span {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .contactDetails li p, .contactDetails li a {
    font-size: 18px;
    line-height: 24px;
  }
  .contactDetails li p span, .contactDetails li a span {
    font-size: 20px;
  }
  .contactDetails li.social a {
    margin-right: 10px;
  }
  .contactDetails li.social a svg {
    height: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .contactDetails li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 15px 0px;
  }
  .contactDetails li > span {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .contactDetails li {
    margin: 15px 0px;
  }
  .contactDetails li p, .contactDetails li a {
    font-size: 20px;
    line-height: 26px;
  }
  .contactDetails li p span, .contactDetails li a span {
    font-size: 24px;
  }
  .contactDetails li.social a {
    margin-right: 15px;
  }
  .contactDetails li svg {
    height: 30px;
  }
  .contactDetails li > span {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .contactDetails li {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .contactDetails li p, .contactDetails li a {
    font-size: 18px;
    line-height: 24px;
  }
}/*# sourceMappingURL=style.css.map */