/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

a,

a:hover,
 
input[type="submit"],
 
button { 

    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}

*:focus ,button{

    outline: none!important;

}


header:not(.home header){
    background:#1B1B1B;
}
.home header:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 115px;
    top: 0;
    left: 0;
     backdrop-filter: blur(6px);
     -webkit-backdrop-filter: blur(6px);
    z-index: -1;
}

.main-button{
    position: relative;
    margin-right: 62px;
}
.main-button:hover{
    background-color: #77bf46!important;
}
.main-button:after{
    content: '';
    position: absolute;
    right: -60px;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background:#77BF46 url(images/arrow1.svg) no-repeat center;
}
.slider-sec .main-button:after{
    background:#a7d3af url(images/arrow2.svg) no-repeat center;
}
.main-banner h1 span, .inner-banner h1 span{
    color: #77BF46;
}

.main-banner::before, .inner-banner::before{
    border-radius: 0 0 120px 120px;
}
.gradient-text{
   /* background: linear-gradient(0deg, #FFF 0%, #E9F8E0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #E9F8E0;
}
.head1 span{
    color: #77BF46;
}
.head1 span b{
    color: #329946;
    font-weight: 600;
}
.title-box{
    position: relative;
    padding-left: 14px;
}
.title-box:after{
    content: '';
    position: absolute;
    left: 30px;
    top: 25px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:#77BF46;
}
.text-space1 p{
    padding-bottom: 5px;
}
.home-about1 h2.gradient-text,.home-services,
.home-sustain .head1,.home-our-team  .head1{
    position: relative;
}
.home-about1 h2.gradient-text:after,.home-our-team  .head1:after{
     content: '';
    position: absolute;
    right: 48px;
    top: 103px;
    width: 107px;
    height:92px;
    background: url(images/flower1.svg) no-repeat center;
   background-size: 100% 100%;
}
.home-services:after{
     content: '';
    position: absolute;
    right: 11.4%;
    bottom: 25%;
    width: 81.069px;
    height:89.702px;
    background: url(images/flower2.svg) no-repeat center;
   background-size: 100% 100%;
}

.home-sustain .head1:after{
     content: '';
    position: absolute;
    right: -8px;
    top:-135px;
    width:112px;
    height:92px;
    background: url(images/star.svg) no-repeat center;
   background-size: 100% 100%;
}
.home-our-team  .head1:after{
    right: -40px;
    top: 180px;
}
/* ====== DEMO CONTAINER ====== */
.demo { 
  height: 475px;
  display: grid;
  place-items: center;
  position: relative;
  opacity: 0;
}

/* ====== CARD STYLES ====== */
.card {
  position: absolute;
  width: 384px;
  height: 565px;
  border: 6px solid #77BF46;
  overflow: hidden;
  border-radius: 16px;
}
.card.active {
     border: 6px solid #fff;
}


.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-sec{
    position: relative;
}
.slider-sec:after{
   content: '';
    position: absolute;
    right: 0px;
    bottom: -100px;
    width: 452px;
    height: 490px;
    background: url(images/slide-icon1.svg) no-repeat center;
    background-size: 100% 100%;
}
.team_list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
   column-gap: 40px;
    row-gap: 40px;
   position: relative;
}
.team_list .pro_thum{
    border-radius: 30px 30px 0 0;
    background: #F0FAF2;
    border-bottom:4px solid #77BF46;
    min-height: 342px;
    max-width: 281px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.team_list .pt_inner{
    padding: 25px 0px;
    text-align: center;
}
.team_list .pt_inner h3{
    color: #2B3248;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 8px;
}
.team_list .pt_inner p{
    color: #329946;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; 
}
.team_list .pro_thum{
    background-image: url(images/shape1.svg);
    background-repeat: no-repeat;
    background-position: top center;
}
.team_list .main-team-list:nth-child(2) .pro_thum,
.team_list .main-team-list:nth-child(6) .pro_thum,
.team_list .main-team-list:nth-child(9) .pro_thum{
     background-image: url(images/shape2.svg);
}
.team_list .main-team-list:nth-child(3) .pro_thum,
.team_list .main-team-list:nth-child(7) .pro_thum,
.team_list .main-team-list:nth-child(10) .pro_thum{
     background-image: url(images/shape3.svg);
}
.team_list:after{
     content: '';
    position: absolute;
    left: -25px;
    bottom: -140px;
    width: 89.833px;
    height:94.894px;
    background: url(images/flower2.svg) no-repeat center;
   background-size: 100% 100%;
}

.home-testimonials .gradient-text{
    background: linear-gradient(0deg, rgba(50, 153, 70, 0.11) 0%, rgba(233, 248, 224, 0.11) 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.testimonial_list{
    border-radius: 20px;
    background: #FFF;
    padding: 26px 66px 26px 26px;
    position: relative;
    z-index: 99!important;
}
.testimo-list{
    display: flex;
    align-items: center;
    column-gap: 34px;
}

.testimo-list .pro_thum{
    width: 35%;
}
.testimo-list .pro_thum img{
   border-radius: 20px;
   width: auto!important;
}
.testimo-list .pt_inner{
    width: 65%;
}
.testimo-list .pt_inner .desc p{
    color: #2B3248;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px; 
    max-width: 648px;
}
.testimo-list .pt_inner .desc{
    min-height: 280px;
    border-bottom: 1px solid #D9D9D9;
}
.testimo-list .pt_inner .desc p strong{
    color: #77BF46;
    font-weight: 600;
}

.testimo-list .pt_inner .title1{
    margin-top: 36px;
    margin-bottom: 10px;
}
.testimo-list .pt_inner .title1 h3{
    color: #2B3248;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
}
.testimo-list .pt_inner .title1 p{
    color: #329946;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.home-testimonials .brxe-container:after{
      content: '';
    position: absolute;
    left: -135px;
    top: 172px;
    width: 386px;
    height:358px;
    background: url(images/testimonial-icon1.svg) no-repeat center;
   background-size: 100% 100%;
   z-index: 0;
}
.home-testimonials {
    position: relative;
}
.home-testimonials:after{
      content: '';
    position: absolute;
     left: 0;
    bottom: -90px;
    width: 349px;
    height: 489px;
    background: url(images/testimonial-icon2.svg) no-repeat center;
   background-size: 100% 100%;
   z-index: 9;
}
.home-testimonials .owl-nav,.home-testimonials .owl-dots{
    position: absolute;
    bottom: -54px;
    left: 0;
    right: 0;
    margin: auto;
    width: 325px;
}
.home-testimonials .owl-nav span{
    font-size: 0px;
}
.home-testimonials .owl-prev{
    left: 0;
    position: absolute;
    background: url(images/left-arrow.png) no-repeat!important;
    width: 50px;
    height: 50px;
    background-size: 100% 100%!important;
}
.home-testimonials .owl-next{
    right: 0;
    position: absolute;
     background: url(images/left-arrow.png) no-repeat!important;
    width: 50px;
    height: 50px;
    background-size: 100% 100%!important;
    transform: rotate(180deg);
}
.home-testimonials .owl-dots{
    background-color: #228034;
    border-radius: 25px;
     width: 210px;
     height: 49px;
     display: flex;
     justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-bottom: -49px;

}
 .testimonial_list .owl-dots .owl-dot {
    width:6px;
    height: 6px;
    background-color: #3AB552;
    border-radius: 100%;
}
 .testimonial_list .owl-dots .owl-dot.active {
    background-color: #8BE051;
    border-radius: 5px;
    width: 15px;
  
}
.home-woks .head1{
    position: relative;
}
.home-woks .head1:after {
    content: '';
    position: absolute;
    left: -270px;
    top: 0px;
    width: 112px;
    height: 92px;
    background: url(images/star.svg) no-repeat center;
    background-size: 100% 100%;
}
.work_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    column-gap: 1%;
}
.work_list .our-work-list{
    width: 24%;
    position: relative;

}
.work_list .pro_thum{
  position: relative;
}
.work_list .pro_thum:after{
   content: '';
    position: absolute;
    top: 0;
     left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.72) 66.09%, rgba(0, 0, 0, 0.83) 79.34%, rgba(0, 0, 0, 0.85) 100%)

}
.work_list .pt_inner{
    width: 100%;
    padding: 10px 20px;
    margin: 0 auto;
    margin-top: -115px;
    position: absolute;
    text-align: center;
}
.work_list .pt_inner h3{
    color: #FFF;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 5px;
}
.work_list .pt_inner p{
    color: #FFF;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.work_list .our-work-list:hover .pt_inner h3{
    color:#77bf46;
}

.our-clients .owl-carousel .owl-item img {
    width: auto !important;
}
.our-clients .bricks-layout-wrapper li {
    height: 140px;
    border-radius: 8px;
    border: 1px solid #77BF46;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-testimonials.insigits .owl-dots{
    display: none;
}
.home-testimonials.insigits .owl-nav{
    width: 118px;
    bottom: -75px;
}
.home-testimonials.insigits .brxe-container:after{
    left: auto;
    right: -165px;
}
.insights_list {
     z-index: 1000;
    position: relative;
}
.insig-list{
  border-radius: 30px;
  background: #FFF;

}
.insig-list .pro_thum img{
    border-radius: 30px 30px 0 0;
}
.insig-list .pt_inner{
    padding: 32px 36px 55px 36px;

}
.insig-list .pt_inner h3{
    color: #2B3248;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 17px;
    min-height: 65px;

}
.insig-list .pt_inner p a{
    color: #329946;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: underline;
    text-underline-offset: 8px;
}
.download-icon{
    display: flex;
    justify-content: space-between;
}
.download-icon img{
    width: 25px!important;
    height: 25px;
    margin-top: 5px;
}
.home-testimonials.insigits:after{
    bottom: -28px; 
}
footer .wpcf7-email::placeholder{
     color: #2D2D2D; 
}
footer .wpcf7-email{
    border-radius: 60px;
    border: 1px solid rgba(117, 190, 70, 0.46);
    background: #EFEFEF;
    max-width: 564px;
    height: 60px;
    padding: 0px 30px;
    color: #2D2D2D; 
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
 footer .wpcf7-submit{    
    width: 260px;
    height: 60px;
    border-radius: 60px;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Manrope";
    font-weight: 600;
    letter-spacing: 0.36px;
     padding-left: 48px;
    border: 0px;
    background: url(images/subscribe-bg.png)no-repeat;
    background-size: 100% 100%;
}
/*footer .wpcf7-submit:hover{
    background-color: #77bf46 !important;
}*/
.home  footer section{
    position: relative;
}
.home  footer section:after{
     content: '';
    position: absolute;
    left: 0px;
    top: -108px;
    width: 100%;
    height:180px;
    background: url(images/home-fot-bg.svg)no-repeat center top;
    background-size: auto !important;
    background-position: top !important;
}
  footer,footer .brxe-container{
    position: relative;
}
 footer:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 100px;
    width: 130px;
    height:256px;
   background: url(images/footer-img1.svg) no-repeat center;
    background-size: 100% 100%;
}
 footer:after{
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 346px;
    height:446px;
   background: url(images/footer-img2.svg) no-repeat center;
    background-size: 100% 100%;
}
 
 footer .brxe-container:after{
    content: '';
    position: absolute;
    right: -40px;
    top: -60px;
    width: 213px;
    height: 184px;
    background: url(images/flower1.svg) no-repeat center;
    background-size: 100% 100%;
}
.card{
    box-shadow:rgb(0 0 0 / 8%) 0px 22px 70px 4px !important;
}


.slider-1 .brxe-shortcode{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  
}

.slider-1 .nav-bullets{
    width: 5%;
}
.slider-1 .demo{ 
    width:55%;
    position: relative;
}
.slider-1 .demo:after{
    content: '';
    position: absolute;
    left:auto;
    bottom: -340px;
    width: 722px;
    height: 670px;
    background: url(images/slider-bg.svg) no-repeat center;
    background-size: 100% 100%;
    z-index: 0;
}
.slider-1 .content-panel{
    width:35%;
    padding-left:35px;
}
.slider-1 .content-panel div{display: none;}
.slider-1 .content-panel div.active{
    display: block;
}
.nav-bullets .bullet{
    width: 34px;
    height: 3px;
    border-radius: 60px;
    background: #77BF46;
    margin: 24px 0px;
}
.nav-bullets .bullet.active{
    width: 23px;
    background: #ffffff;
}
.slider-1 h2{
    color: #FFF;
    font-family: Manrope;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height:1.1;
    margin-bottom: 15px;
}
.slider-1 p{
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
    margin-bottom: 25px;
    }
.slider-1 .main-button {
    border-radius: 60px;
    background: #77BF46;
    color: #FFF;
    width: 200px !important;;
    height: 60px;
    text-align: center;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

  /* slide grid */
   .our-clients .carousel-slide-grid {
      display: grid;
      gap: 17px;
      align-items: start;
    }

    /* grid items */
    .our-clients .carousel-slide-grid .raw-item {
      background: #fff;
      border-radius: 8px;
      padding: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.06);
      text-align: center;
    }

   .our-clients  .carousel-slide-grid img {
      width: 100%;
      border-radius: 6px;
      display: block;
    }

    .our-clients .owl-carousel .owl-item { padding: 0 8px; }
     .our-clients   .brxe-image-gallery.owl-carousel{
        display: inherit!important;
    }

  .our-clients .owl-dots{
    display: block!important;
    margin-top: 65px
  }

    .our-clients .owl-dots .owl-dot.active {
    background-color: #8BE051;
    border-radius: 5px;
    width:23px;
}
  .our-clients .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    background-color: #3AB552;
    border-radius: 100%;
    margin-left: 5px;
    margin-right:5px;
}

.home-testimonials .owl-carousel .owl-stage, 
.home-testimonials .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
    touch-action: auto;
}
.ser-list{
    border-radius: 21px;
    background: #329946;
    padding: 20px 18px 20px 82px;
    margin-bottom: 20px;
    display: flex;
    gap: 30px;
    align-items: stretch;
    justify-content: space-between
}
.ser-list img{
    border-radius: 18px;
}
.ser-list .desc{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: space-between;
    max-width: 530px;
    padding-bottom: 65px;
}
.ser-list .desc h3{
    color: #FFF;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.ser-list .desc p{
    color: #FFF;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.team-sec .team_list:after{
    display: none;
}
.team-sec .head1:after {
    content: '';
    position: absolute;
    left: 150px;
    top: -75px;
    width: 107px;
    height: 92px;
    background: url(images/flower1.svg) no-repeat center;
    background-size: 100% 100%;
}
.team-popup .custom-modal-inner{
    display: flex;
    column-gap: 52px;
}
.team-popup .team-img{
    width: 280px;
}
.team-popup .team-content{
    width: 75%;
    text-align: left;
}
.team-popup .team-content h3{
    color: #2B3248;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}
.team-popup .team-content h6{
    color: #329946;
    font-family: Manrope;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.team-popup .team-content p{
    color: #2B3248;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.team-popup .team-img{
    border-radius: 30px 30px 0 0;
    background: #F0FAF2;
    border-bottom: 4px solid #77BF46;
   height: 342px;
    max-width: 281px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-image: url(images/shape3.svg);
    background-repeat: no-repeat;
}
.form-1{
    display: flex;
    column-gap: 2%;
    row-gap: 20px;
    flex-wrap: wrap;
}
.form-1>div {
    width: 49%;
}
.form-1 .full {
    width: 100%;
}
.form-1 .input,.form-1  input:not([type=submit]),.form-1  select,.form-1 textarea{
    border-radius: 60px;
    border: 1px solid rgba(117, 190, 70, 0.46);
    background: #EFEFEF;
    height: 60px;
    padding: 0px 30px;
    color: #2D2D2D;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom:5px;
   text-align: left;
}
.form-1 .wpcf7-not-valid-tip{
        text-align: left;
    padding-left: 20px;
}
.form-1 textarea{
     border-radius: 30px;
    height: 181px!important;
    resize: none;
    margin-bottom: 25px;
    padding-top: 10px!important;
}
.contact .submit-btn{
    text-align: right;
}
.contact .submit-btn .wpcf7-spinner {
    position: absolute;
    right: 20px;
    margin-top: 70px;
}
.contact .wpcf7-submit,.lets-talk .wpcf7-submit{
    width: 282px;
    height: 60px;
    border-radius: 60px;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Manrope";
    font-weight: 600;
    letter-spacing: 0.36px;
    padding-left: 42px;
    text-align: left;
    border: 0px;
    background: url(images/subscribe-bg2.png) no-repeat;
    background-size: 100% 100%;
}
::placeholder{
    color: #2D2D2D;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.overlay.active {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding:50px 60px 68px 60px;
  background: #fff;
  border-radius: 45px;
  max-width:580px;
  position: relative;
  transition: all 5s ease-in-out;
  top: 100px;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 30px;
  transition: all 200ms;
  color: #329946;
    font-family: Manrope;
    font-size: 64px;
    font-style: normal;
    font-weight: 250;
    z-index: 9;
    padding: 0;
    line-height: 72px;
    cursor: pointer;
  text-decoration: none;
 
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.lets-talk .form-1{
    row-gap: 8px;
}
.lets-talk .form-1>div {
    width: 100%;
}
.lets-talk .form-1 textarea{
    height: 116px !important;
}
.popup h2{
    color: #2B3248;
    text-align: center;
    font-family: Manrope;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 1; 
    margin-bottom: 40px;
}
.our-work-sec ul{
        padding-left: 20px;
}

.our-work-sec ul li{
    margin-bottom: 15px;
}
.results-sec .text-space1 strong{
    color:#329946;
}
.home-about1.context-sec h2.gradient-text:after{
    display: none;
}
.context-sec .brxe-block{
    position: relative;
}
.context-sec .brxe-block:after{
    content: '';
    position: absolute;
    right:-80px;
    bottom: -25px;
    width: 107px;
    height: 92px;
    background: url(images/flower1.svg) no-repeat center;
    background-size: 100% 100%;
}
.context-sec .brxe-block:before{
       content: '';
    position: absolute;
    left: -130px;
    top: -50px;
    width: 112px;
    height: 92px;
    background: url(images/star.svg) no-repeat center;
    background-size: 100% 100%;
}
.home-testimonials.results-sec .brxe-container:after{
     right: -150px!important;
    left: auto!important;
    top: 25px!important;
}
.our-work-sec{
    position: relative;
}
.our-work-sec:before{
        content: '';
    position: absolute;
    left: 20px;
    bottom:35%;
    width: 89.833px;
    height: 94.894px;
    background: url(images/flower2.svg) no-repeat center;
    background-size: 100% 100%;
        z-index: -1;
}
.results-sec ul li{
    margin-bottom: 20px;
}
.contact .submit-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}
.lets-talk .wpcf7-submit{
    margin-top: 25px;
}
.insights_list.owl-carousel .owl-stage{
    margin: 0 auto;
}