
@media screen and (min-width: 1200px) {

.center-txt-content h2{
  font-size: 29px;
}

}

@media screen and (max-width: 1944px) {

  .founder-sec .grid-item.sm-grid-item .grid-img {
    padding-bottom: 79.3%;
  }

  .founder-sec .main{
    max-width: 1440px;
  }
  


}


@media screen and (max-width: 1440px) {

  .founder-sec .main{
    max-width: 1200px;
  }

  .founder-sec .grid-content{
    padding-bottom: 0;
  }

  .founder-sec .grid-item:nth-child(3n) .grid-img {
    padding-bottom: 127.6% !important;
}



}


@media screen and (max-width: 1400px) {



  .get-touch-right-col{
    margin-bottom: 30px;
  }

  .form-checkbox-inline label {
    margin-right: 20px;
    display: block;
    margin: 0 0 6px;
}





}



@media screen and (max-width: 1199px) {


  
  .founder-sec .main{
    max-width: 991px;
  }

  .founder-sec .grid-item:nth-child(3n) .grid-img {
    padding-bottom: 123.6% !important;
}


  .logo-icn{
    top: 16px;
    left: 30px;
  }

  .logged-in.admin-bar .logo-icn {
    top: 48px;
}

  .sticky-btn{
    bottom: 15px;
    right: 15px;
  }



  .site-header {
    padding: 25px 0;
  }

  .logo {
    width: 65px;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu-list > ul > li {
    margin: 0 0 0 20px;
  }

  /* What we offer section */
  .what-we-offer-left-col {
    width: 35%;
  }

  .what-we-offer-right-col {
    width: 64%;
  }

  /* Gallery section */
  .image-grid {
    margin: 0 -15px;
  }

  .grid-item {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  /* Support section */
  .support-box {
    padding: 30px 20px;
    min-height: 260px;
  }

  /* Luma method section */
  .luma-method-img {
    height: 400px;
  }

  /* Desert CTA section */
  .desert-cta-content-col {
    width: 40%;
  }

  .signup-form-col {
    width: 45%;
  }

  .luma-method-sec{
    overflow: hidden;
  }

  .luma-method-slider .slick-list{
    padding-right: 50px;
    overflow: inherit;
  }


  .what-we-offer-sec{
    margin-bottom: 70px;
  }

  .center-dark-txt-sec{
    margin: 0 0 70px;
    min-height: 250px;
  }

  .home-banner-sec{
    min-height: calc(100vh - 105px);
    margin-bottom: 66px;
  }

  .inner-banner-sec{
    min-height: calc(100vh - 105px);
  }

  .support-sec{
    padding: 0 0 50px;
  }

  .testimonial-sec{
    padding: 50px 0;
    margin: 0 0 70px;
  }


  .testimonial-content blockquote{
    font-size: 24px;
  }


  .luma-method-top{
    padding: 0 0 50px;
  }


  .luma-method-slide{
    padding: 0 10px;
  }

  .luma-method-slider{
    margin: 0;
  }


  .luma-method-sec{
    padding: 0 0 70px;
  }

  .foo-quote-sec{
    padding: 50px 0;
    min-height: 300px;
  }

  
  .site-footer{
    padding: 70px 0;
  }

  .footer-logo{
    margin-top: 0;
  }

  .foo-right-col{
    width: 50%;
  }


  .form-col-2{
    width: 100%;
  }

  .get-touch-left-col{
    width: 54%;
  }

  .form-col{
    margin-bottom: 25px;
  }

  .inner-banner-sec{
    margin-bottom: 66px;
  }




}



@media screen and (max-width: 991px) {

  .founder-sec .grid-item:nth-child(3n) .grid-img{
    padding-bottom: 143% !important;
  }

  .founder-sec .grid-item.sm-grid-item .grid-img{
    padding-bottom: 61%;
  }

  .site-header{
    padding: 15px 0;
  }

  .logo-icn{
    width: 26px;
    display: none;
  }

  .menu-btn-toggle{
    width: 26px;
  }

  .menu-btn-toggle img{
    width: 100%;
    display: block;
  }

  .header-menu-col{
    order: 1;
    margin: 0;
  }

  .logo{
    position: relative;
    margin-left: auto;
    top: auto;
    transform: none;
    margin: 0;
    order: 2;
  }
  .home-banner-sec {
    min-height: calc(100vh - 85px);
}
.inner-banner-sec {
  min-height: calc(100vh - 85px);
}

.home-banner-content h1{
  line-height: 1.2;
}

  .header-menu-col{
    padding: 0;
  }


  .mobile-menu{
    display: flex !important;
  }

  .desktop-menu{
    display: none !important;
  }

  .menu-list > ul > li:hover > ul, .menu-list > ul > li:focus > ul{
    display: none;
  }

  .menu-icon {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99999999;
    visibility: hidden;
    opacity: 0;
    display: block;
}

.menu-btn-toggle{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.menu-btn-txt{
  display: inline-block;
  margin: 0 0 0 6px;
  color: var(--color-earthy-grey);
  font-size: 15px;  
  font-weight: 400;
  text-transform: capitalize;
}



.menu-box-wrap{
  height: 45px;
  width: 45px;
  border-radius: 50%;  
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}



.menu-box{
  width: 22px;
  display: block;
  margin: 0 auto;
}

.menu-box span{
  background:var(--color-earthy-grey);
  height: 2px;
  border-radius: 2px;
  display: block;
  margin: 0 0 6px;
  width: 100%;
}

.menu-box span:last-child{
  margin-bottom: 0;
}

.menu-main{
  position: fixed;
  left: 0;
  right: 0;
  display: block !important;
  padding: 0 !important;
  height: auto !important;
  text-align: left;
  margin: 0 !important;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  background: var(--color-light-grey  );
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  width: 100%;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
}

.body-menu-open .enumenu_ul {
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
}

.menu-top-row{
  display: flex;
  justify-content: space-between;
}


.menu-close{
 display: flex;
 flex-direction: row;
 flex-wrap: nowrap;
 align-items: center; 
 order: 1;
 position: relative;
 top: 3px;
}

.menu-close-txt{
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 0;
  color: var(--color-dark-green);
  position: relative;
  top: 0;
  order: 2;
}

.menu-close i{
  color: var(--color-dark-green);
  height: 26px;
  width: 22px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  font-weight: 700;
  font-size: 22px;
}

.menu-logo{
  max-width: 66px;
  display: block;  
  order: 2;
}

.menu-logo img{
  width: 100%;
  display: block;
}

.menu-top-row{
  padding: 23px 22px;
  align-items: center;
}

.menu-list > ul > li > a{
  font-size: 15px;
  padding: 2px 0;
}

.menu-list > ul > li.mob-get-touch-btn > a{
  display: inline-block;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-neuehaasunica);
    color: var(--color-earthy-grey);
    border: 1px solid var(--color-purple);
    background: var(--color-purple);    
    line-height: 1;
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 12px 12px;
    min-width: 145px;
    border-radius: 0;
    text-align: center;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
}

.menu-list > ul > li.mob-get-touch-btn > a:hover , .menu-list > ul > li.mob-get-touch-btn > a:focus{
  background: var(--color-earthy-grey);
  color: var(--color-light-grey);
  border-color: var(--color-earthy-grey);
}

.arrow {
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: var(--color-dark-green);
  cursor: pointer;
}

.arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: block;
}

.arrow.up {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.menu-list > ul > li ul{
  position: static;
  margin: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;

}

.menu-list > ul > li ul > li > a{
  padding: 15px 15px;
}


.menu-list > ul > li > a:after{
  display: none;
}

.menu-list > ul > li{
  margin: 0 0 10px;
  display: block;
  position: relative;
}


.menu-list{
  padding: 30px 15px;
  border: 1px solid var(--color-earthy-grey);
  width: calc(100% - 44px);
  margin: 0 auto;
  flex-grow: 1;
  justify-content: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  text-align: center;
  align-items: center;
  position: relative;
}



.menu-list-wrap{
  min-height: inherit;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-grow: 1;
  
}

.menu-flex-top {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}


.menu-logo-icn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 37px;
  max-width: 34px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.menu-logo-icn img{
  width: 100%;
  display: block;
}



.menu-list > ul > li.menu-hide{
  display: block;
}


/* What we offer section */
.what-we-offer-row {
  flex-direction: column;
}

.what-we-offer-left-col,
.what-we-offer-right-col {
  width: 100%;
}

.what-we-offer-left-col {
 
  order: 1;
  margin-bottom: 40px;
}

.what-we-offer-right-col {
order: 2;

}

.what-we-offer-left-content {
  max-width: 100%;
  text-align: center;
}

/* Support section */
.support-col {
  width: 100%;
  margin-bottom: 20px;
}

.support-box {
  min-height: 220px;
  padding: 30px 20px;
}

/* Testimonial section */
.testimonial-content blockquote {
  font-size: 24px;
}

/* Desert CTA section */
.desert-cta-content-row {
  flex-direction: column;
}

.desert-cta-content-col,
.signup-form-col {
  width: 100%;
}

.desert-cta-content-col {
  margin-bottom: 30px;
}

/* Footer section */
.footer-row {
  flex-direction: column;
}

.footer-logo-col,
.foo-right-col {
  width: 100%;
}

.footer-logo-col {
  margin-bottom: 40px;
  text-align: center;
}

.footer-logo {
  margin: 0 auto;
}

.footer-bottom-row {
  flex-direction: column;
  text-align: center;
}

.footer-copyright-col,
.footer-links-col {
  width: 100%;
  text-align: center;
}

.footer-copyright-col {
  margin-bottom: 15px;
}

.footer-contact-col.inner-footer-col ul li{
text-align: left;
}

.site-footer{
  padding: 50px 0;
}



.content-grid-item{
  width: 100% !important;
}

.founder-sec .grid-item.sm-grid-item{
  width: 100%;
}

.grid-content{
  padding: 0 0 30px;
}


.get-touch-left-col{
  width: 100%;
}

.get-touch-right-col{
  width: 100%;
}

.inner-get-touch-right-col{
  padding: 0;
}




}

@media screen and (max-width: 767px) {

 


  .home-banner-sec{
    
    margin: 0 auto 42px;
    justify-content: center;
    padding: 20px 10px;
  }

  .home-banner-content h1{
    font-size: 25px;
  }



  .home-banner-content .btn {
    display: inline-block;
    font-size: 11px;
    min-width: 145px;
    padding: 12px;
}

.inner-banner-content .btn {
  display: inline-block;
  font-size: 11px;
  min-width: 145px;
  padding: 12px;
}

.home-banner-content h1 {
  line-height: 1.1;
  margin: 0 0 33px;
}


.home-banner-content h3{
  margin: 0;
}
.sticky-btn{
  /* display: none; */
}

.center-txt-content h2{
  line-height: 1.3;
  font-size: 21px;
  margin: 0 0 26px;
}

.center-txt-content p{
  margin: 0 0 23px;
}

.center-txt-sec{
  padding: 0 0 49px;
}

.center-dark-txt-sec{
  min-height: 194px;
  padding: 50px 0;
  margin: 0 0 30px;
}


.what-we-offer-right-col{
    
}

.what-we-offer-left-col{
  margin: 0 0 21px;
}

.what-we-offer-left-content h2{
  margin: 0 0 19px;
}

.what-we-offer-left-content p{
  margin: 0 0 21px;
}


.what-we-offer-sec{
  margin-bottom: 18px;
}


/* Gallery section */
.grid-item{
  width: 100%;
  float: none;
  margin-bottom: 8px;
  padding: 0 4px;
}

.image-grid{
  margin: 0 -4px;
}


.grid-item:nth-child(2n) , .grid-item:nth-child(3n){
width: 50%;
}


.grid-item:nth-child(4n){
  width: 100%;
}


.grid-item:nth-child(2n) .grid-img,
.grid-item:nth-child(3n) .grid-img{
  padding-bottom: 143%;
}

.grid-item .grid-img, .grid-item:nth-child(4n) .grid-img {
  padding-bottom: 68%;
}

.grid-item.lg-grid-item .grid-img{
  padding-bottom: 143%;
}

.grid-item.sm-grid-item .grid-img{
  padding-bottom: 68%;
}



.gallery-sec{
  padding: 0 0 19px;
}

.support-top-content{
  padding: 0 0 3px;
}

.support-box{
  min-height: 106px;
  padding: 20px 10px;
}

.support-col{
  margin-bottom: 10px;
}

.support-box-content h3{
  font-size: 19px;
}


.support-sec {
  padding: 0 0 23px;
}

.testimonial-content blockquote{
  font-size: 19px;
  margin: 0 0 16px;
}

.testimonial-sec{
  padding: 68px 0 60px;
  margin: 0 0 46px;
}


.testimonial-name{
  font-size: 13px;
}

.testimonial-company{
  font-size: 13px;
}

.luma-method-top {
  padding: 0 0 2px;
}

.luma-method-slider .slick-list{
  padding-right: 25px;
}

.luma-method-img{
  height: auto;
  margin: 0 0 23px;
}

.luma-method-content h3{
  font-size: 23px;
  margin: 0 0 8px;
}

.luma-method-content h3{
  margin-top: 13px;
}

.luma-method-sec{
  padding: 0 0 43px;
}

.signup-email-col input[type="email"]{
  font-size: 11px;
}

.signup-form .btn{
  font-size: 11px;
  padding: 12px 0;
}


.inner-desert-cta-sec{
  padding: 30px 0;
}


.desert-cta-content-col{
  margin-bottom: 27px;
}

.desert-cta-content h2{
  margin-bottom: 11px;
}

.foo-quote-sec {
  padding: 57px 0;
  min-height: inherit;
}

.footer-logo-col {
  width: 42%;
}

.foo-right-col{
  width: 58%;
}

.footer-row{
  flex-direction: row;
}

.footer-contact-col, .footer-social-col{
  width: 100%;
}

.footer-contact-col.inner-footer-col ul li{
  text-align: right;
}


.inner-footer-col ul li{
  font-size: 13px;
  margin: 0 0 7px;
}

.footer-logo-col {
  margin-bottom: 0;
  text-align: center;
  justify-content: flex-end;
}


.footer-logo{
  width: 98px;
  margin: 0;
}

.footer-contact-col {
  margin: 0 0 0;
}

.footer-social-col.inner-footer-col ul li{
  margin: 0 0 7px;
}

.footer-social-col.inner-footer-col ul li:last-child{
  margin-bottom: 0;
}


.footer-bottom{
  margin-top: 26px;
  font-size: 13px;
  padding-top: 22px;
}

.footer-copyright-col{
  margin-bottom: 1;
}

.site-footer {
  padding: 50px 0 28px;
}



.desert-cta-sec{
  /* height: 150vh; */
  height: 100vh;
  aspect-ratio:inherit;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  background-attachment: unset;
}


.founder-sec .grid-item{
  width: 100% !important;
}


.form-col label{
  font-size: 16px;
}

.form-col input[type="text"], .form-col input[type="email"], .form-col input[type="url"], .form-col input[type="password"], .form-col input[type="search"], .form-col input[type="number"], .form-col input[type="tel"], .form-col input[type="range"], .form-col input[type="date"], .form-col input[type="month"], .form-col input[type="week"], .form-col input[type="time"], .form-col input[type="datetime"], .form-col input[type="datetime-local"], .form-col input[type="color"], .form-col textarea, .form-col select{
  font-size: 16px;
}

.get-touch-col{
  margin-bottom: 30px;
}


}



@media screen and (max-width: 640px) {


}


@media screen and (max-width: 480px) {





}


@media screen and (max-width: 370px) {

}