html {
  min-height: 100%;
  scroll-behavior: smooth;
}

:root {
  --themeColor: #2d7438;
  --themeSecondColor: #e5df18;
  --headingFont: "Poppins", sans-serif;
  --headingFontSize: 100px;
  --headingFontWeight: 700;
  --headingLineheight: 65px;
  --headingFontColor: #2d7438;
  --headingTextTransform: capitalize;
  --bodyFont: "Poppins", sans-serif;
  --bodyFontColor: #0c0c0c;
  --paraFontsize: 20px;
  --paraFontLineheight: 30px;
  --paraFontWeight: 500;
}


* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: 0;
}

a{
  text-decoration: none;
}
a:hover
{
  color: #fff;
}

body,
ul {
  padding: 0;
  margin: 0;
  font-family: var(--bodyFont);
}

li {
  list-style: none;
}

* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  height: auto;
}
/*.space-top-bottom.intro-sec {*/
/*  padding: 165px 0;*/
/*  padding-right: 200px;*/
/*}*/

.space-top-bottom {
    padding: 100px 0;
    padding-right: 45px;
    float: left;
    width: 100%;
}


.bg-grey {
  background: #f2f2f2;
}


/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2d7438;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #2d7438;
}

.banner-img {
  padding: 15px 0;
}

.banner-img img {
  width: 265px;
}

.banner-info {
  padding: 80px 0;
}

.main-banner {
  background: #e4eaf4;
  margin-bottom: 50px;
}

.banner-content .inter-text-para h1 {
  font-family: var(--headingFont);
  font-size: var(--headingFontSize);
  color: var(--themeSecondColor);
  font-weight: var(--headingFontWeight);
  line-height: var(--headingLineheight);
  text-transform: var(--headingTextTransform);
  margin: 5px 0;
  background: var(--themeColor);
  position: relative;
  text-transform: uppercase;
  float: left;
  padding: 23px 12px;
}


.inter-text-para p {
  font-family: var(--bodyFont);
  color: var(--bodyFontColor);
  font-size: var(--paraFontsize);
  line-height: var(--paraFontLineheight);
  font-weight: var(--paraFontWeight);
  position: relative;
  margin-bottom: 20px;
}
.banner-content .inter-text-para label {
  font-family: var(--bodyFont);
  font-size: 55px;
  float: left;
  width: 100%;
  font-weight: 700;
  line-height: 60px;
}
.inter-text-para label {
  font-family: var(--bodyFont);
  font-size: 27px;
}

.banner-info ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.banner-info ul li {
  flex: 0 0 39%;
}

/* .banner-info ul li:last-child {
  flex: 0 0 50%;
} */


.banner-main-img img {
  width: 70%;
}

.others-logo img {
  width: 63%;
  margin-top: 70px;
}

.inter-text-para h2 {
  font-family: var(--headingFont);
  font-size: 44px;
  color: var(--headingFontColor);
  font-weight: var(--headingFontWeight);
  line-height: var(--headingLineheight);
  text-transform: var(--headingTextTransform);
  margin: 15px 0 20px;
  position: relative;
  text-transform: uppercase;
}

.inter-text-para h2 span {
  color: var(--themeSecondColor);
  font-size: 60px;
  line-height: 70px;
}
.inter-text-para h3 {
  font-family: var(--headingFont);
  font-size: 42px;
  color: var(--headingFontColor);
  font-weight: var(--headingFontWeight);
  line-height: var(--headingLineheight);
  text-transform: var(--headingTextTransform);
  margin: 0 0 25px;
  position: relative;
  text-transform: uppercase;
}


.inter-text-para p span
{
  color: var(--headingFontColor);
  font-weight: 800;
}

.video-large {
  position: relative;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 35px;
}

section.footer-sec {
  background: var(--themeColor);
  padding: 13px 0;
  color: #fff;
  text-align: center;
}


.form-sec {
  background: #e4edf7;
  padding: 50px 30px;
}

.form-group.contact-sec i {
  position: absolute;
  left: 0;
  color: #fff;
  top: 8px;
}

.form-sec h2 {
  color: var(--themeColor);
  font-size: 25px;
  text-align: left;
  margin-bottom: 35px;
  font-family: var(--headingFont);
}

.form-sec h4 {
  color: #000;
  font-size: 25px;
  text-align: left;
  margin-bottom: 25px;
  font-family: var(--headingFont);
  margin-top: 25px;
}

.form-sec h2 span {
  font-weight: 100;
}

.sidemenu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}


.contact-sec {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  position: relative;
}

.contact-sec input[type="text"], .contact-sec input[type="email"], .contact-sec input[type="tel"] {
  border: 0;
  border-radius: 0 !important;
  /* border-bottom: 1px solid var(--themeColor); */
  background: #f5f5f5;
  outline: none;
  color: var(--themeColor);
  box-shadow: none;
  padding: 15px 20px;
  font-size: 17px;
  /* padding-left: 0; */
  font-family: var(--headingFont);
  font-weight: 500;
}
.subbttn {
  background: var(--themeColor);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px 22px;
  font-family: var(--headingFont);
  float: left;
  width: 100%;
  font-size: 17px;
  text-align: center;
}



.form-control {
  background: transparent;
  color: var(--themeColor);
}

.form-control:focus {
  background: transparent;
  color: var(--themeColor);
}

.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--themeColor);
  opacity: 0.8;

  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--themeColor);
  opacity: 0.8;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--themeColor);
  opacity: 0.8;
}

.subhold.text-right {
  text-align: right;
}

.subhold img {
  width: 20px;
  margin-left: 10px;
  transition: 0.3s;
}

.sticky-panel {
  position: fixed;
  top: 15%;
  z-index: 9;
}


.with-grey-background::before {
  content: '';
  position: absolute;
  right: -42px;
  background: #f2f2f2;
  width: 5000px;
  top: 0;
  height: 100%;
  z-index: -1;
  left: -100%;
}

.with-theme-background::before {
  content: '';
  position: absolute;
  right: -42px;
  background: var(--themeColor);
  width: 5000px;
  top: 0;
  height: 100%;
  z-index: -1;
  left: -100%;
}

/* .with-background-img::after {
  content: url(../images/banner.jpg);
  position: absolute;
  background: var(--themeColor);
  width: 5%;
  top: 0;
  height: 100%;
  z-index: -1;
  right: 0;
} */

.moble-con {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  width: 100%;
  text-align: center;
  cursor: pointer !important;
  background-color: var(--themeColor);
}

.moble-con-f {
  float: left;
  padding: 19px 10px;
}

.bar-en {
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  display: inline-block;
  background-color: #fff;
}

.pointer {
  cursor: pointer !important;
  background-color: #ffd300;
  color: #000;
  display: block;
}

.moble-con:hover {
  background: #1e5126;
}

.copyright a {
  color: #fff;
  text-decoration: none;
}


.main-banner-img {
  width: 100%;
  margin-top: -163px;
}

.form-sec h3
{
  font-family: var(--bodyFont);
  color: #000;
}

.form-sec h3 b
{
  font-family: var(--bodyFont);
  color: var(--themeColor);
}

.copyright {
  font-family: var(--bodyFont);
}


.bg-thank-you {
  background: var(--themeColor);
}

.bg-thank-you .sec-hm-position {
  background: #fff;
  padding: 90px 0;
  float: left;
  width: 100%;
  margin-top: 160px;
}

.bg-thank-you .sec-hm-position p
{
  font-size: 28px;
}


.main-logo-img {
  background: #e4eaf4;
}

a.btn-details {
  background: #2d7438;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}

ul.about-matrix {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
}

ul.about-matrix li {
    flex: 0 0 23%;
    text-align: center;
    border: 1px solid #2d743873;
    margin-top: 40px;
    padding: 18px 0;
}
ul.about-matrix li label {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 10px;
    color: #2d7438;
}
ul.about-matrix li img {
    width: 85px;
    /* position: absolute; */
    /* top: 0; */
    margin-top: -80px;
    background: #f2f2f2;
    padding: 8px 3px;
}

.inter-text-para h3.sub-extra {
    font-family: var(--headingFont);
    font-size: 47px;
    color: var(--themeSecondColor);
    font-weight: var(--headingFontWeight);
    line-height: var(--headingLineheight);
    text-transform: var(--headingTextTransform);
    margin: 5px 0;
    background: var(--themeColor);
    position: relative;
    text-transform: uppercase;
    float: left;
    padding: 4px 6px;
    width: 97%;
    margin-top: 20px;
    margin-bottom: 39px;
}

.inner-facts ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.inner-facts ul li {
    flex: 0 0 49%;
    background: var(--themeColor);
    margin-top: 20px;
    padding: 25px;
    box-shadow: 5px 5px var(--themeSecondColor);
    
}

.inner-facts ul li label {
    color: var(--themeSecondColor);
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 20px;
    cursor: pointer;
}

.inner-facts ul li p {
    color: #fff;
    margin-top: 6px;
}

span.left-myth img {
    width: 200px;
}


span.left-myth img{
    width: 200px;
    float: left;
}


span.right-facts img{
    width: 200px;
     float: right;
}

p.txt-myth,
p.txt-fact {
    margin-bottom: 0;
}


.gallery-list ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.gallery-list ul li {
    flex: 0 0 32%;
    margin-bottom: 18px;
    border: 1px solid #e5df1878;
    /*box-shadow: 5px 5px #f2f2f2;*/
}

.gallery-list ul li img {
    width: 100%;
}

.post-label {
    width: 87%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2d7438;
}

/*.post-label label {
    text-transform: uppercase;
    padding: 0 12px;
    font-family: var(--headingFont);
    font-size: 44px;
    color: var(--themeSecondColor);
    font-weight: var(--headingFontWeight);
    line-height: var(--headingLineheight);
}*/
.post-label label {
    padding: 0 30px;
    font-family: var(--headingFont);
    color: #4c4c40;
    font-family: var(--bodyFont);
    color: #e5df18;
    font-size: 30px;
    line-height: var(--paraFontLineheight);
    font-weight: var(--paraFontWeight);
    position: relative;
}

.post-label a {
    background: #084a12;
    padding: 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}

/*-------------Responsive-    -----------------------------------------------*/


@media screen and (min-width: 1300px) and (max-width: 1600px){
  .banner-info ul li {
    flex: 0 0 32%;
}
.banner-content .inter-text-para label {
  font-size: 50px;
  line-height: 54px;
}
.banner-content .inter-text-para h1 {
  font-size: 90px;
}
.inner-facts ul li label.left-txt {
    font-size: 20px;
}
}

@media screen and (min-width: 992px) and (max-width: 1024px){
  .banner-info ul li {
    flex: 0 0 32%;
}
.banner-content .inter-text-para label {
  font-size: 40px;
  line-height: 54px;
}
.banner-content .inter-text-para h1 {
  font-size: 75px;
  padding: 9px 12px;
}
.inter-text-para h2 {
    font-size: 35px;
}
.space-top-bottom {
  padding-right: 75px;
}
ul.about-matrix li {
    flex: 0 0 48%;
    margin-top: 40px;
    margin-bottom: 50px;
}
.inter-text-para h2 span {
    font-size: 46px;
    line-height: 55px;
}
  .post-label {
    width: 100%;
}
.post-label label {
    padding: 0 10px;
    font-size: 18px; 
}
}



@media screen and (max-width: 767px) {
    .post-label a {
    padding: 12px;
    font-size: 15px;
}
    .post-label {
    width: 100%;
}
.post-label label {
    padding: 0 10px;
    font-size: 18px;
}
    .gallery-list ul li {
    flex: 0 0 49%;
    margin-bottom: 10px;
}

  .banner-info ul {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }

  .banner-info ul li:first-child {
    flex: 0 0 100%;
  }

  .banner-info ul li:last-child {
    flex: 0 0 100%;
  }

  .banner-content .inter-text-para h1 {
    font-size: 44px;
    padding: 6px 12px;
}

.banner-content .inter-text-para label {
  font-size: 30px;
  line-height: 34px;
}
.main-banner-img {
  width: 100%;
  margin-top: 0;
}
  .inter-text-para h2,
  .inter-text-para h3 {
    font-size: 30px;
    line-height: 45px;
}

  img.main-logo {
    width: 170px;
  }

  .banner-main-img {
    text-align: center;
  }

  .banner-main-img img {
    width: 50%;
  }

  .others-logo img {
    width: 50%;
    margin-top: 25px;
  }

  .space-top-bottom, .space-top-bottom.intro-sec {
    padding: 55px 20px;
    padding-right: 20px;
}
  .form-sec {
    margin-bottom: 50px;
    margin-top: 50px;
}
  .inter-text-para h2 span {
    color: var(--themeSecondColor);
    font-size: 40px;
    line-height: 10px;
}
.main-banner {
  margin-bottom: 0;
}
.inter-text-para p {
  font-size: 18px;
}
.bg-thank-you .sec-hm-position p {
  font-size: 20px;
  padding: 0 50px;
}
.inter-text-para h3.sub-extra {
    font-size: 39px;
    line-height: 50px;
}
ul.about-matrix li {
    flex: 0 0 48%;
    margin-top: 40px;
    margin-bottom: 50px;
}
.inner-facts ul li {
    flex: 0 0 100%;
}
}