body {
      margin: 0;
      padding: 0;
      font-family: 'Conv_muli.regular';
      font-weight: 400;
      color: #151618;
    }
    h1, h2, h3, h4, h5, h6 {
        font-family: 'Poppins', sans-serif;
    }

    .content_position {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .nav_element {
      padding: 0 12px;
      cursor: pointer;
    }

    .site_btn {
      padding: 9px 14px;
      background: #4cb79e;
      border-radius: 20px;
    }

    .navbar_fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1030;
      background: rgba(0, 0, 0, 0.75);
    }

    

    .family_counter{
        width: 20%;
        text-align: center;
    }
    .number_counter{
        text-align: center;
        font-size: 55px;
        color: #1f1a17;

        line-height: .8;

    }
    .counter_txt{

        font-size: 16px;
        color: #1f1a17;
        text-align: center;
        line-height: 1.1;
        margin-top: 12px;
    }

    .fade-up {
        opacity: 0;
        transform: translateY(40px);
        transition: opacity 1.0s ease-out, transform 1.0s ease-out;
  }

  .fade-up.visible {
    opacity: 1;
    transform: translateY(0);
  }
  #imageSlider .carousel-inner img{
    height: 90vh;
  }
  .textCenter{
    text-align: center;
  }

  .sec_1_banner img{
    width: 100%;
    height: auto;

  }

  .contact_section_2{

        padding: 60px 60px 60px 200px;
    }


.address_div_bg{
  background: #4cb79e;
  color: #ffffff;
  border-radius: 15px;
  margin-top: 70px;

  
}
.address_div_bg h3{
  color: #ffffff;
  margin: 20px 0px;
}
.address_div_bg div{
    margin-bottom: 20px;
    font-size: 17px;
}
.address_div_bg i{
    color: #ffffff;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 5px;
}
.contact_form_container{
  background: #f8f8f8cf;
    border-radius: 15px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
/*    padding-left: 140px !important;*/
}

    

.contact_form{
  width: 85%;
  padding: 40px 40px 40px 0px;
}
.custom-dropdown {
  width: 100%;
  padding: 8px 12px;
  /*border-radius: 21px;*/
  border: 1px solid #4cb79e;
  font-size: 16px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}


.contact_form input, select{
    background: #f8f8f8cf;
    /*border-radius: 21px;*/
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border: 1px solid #4cb79e;

    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;

}

.contact_form textarea{
    background: #f8f8f8cf;
    /*border-radius: 15px;*/
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border: 1px solid #4cb79e;
    display: block;
    width: 100%;
    height: auto;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}

.contact_form input[type="checkbox"]{
/*  position: absolute;*/
   /* left: 12px;
    top: 5px;*/
    width: 30px;
    height: 18px;
    display: inline;
}

.contact_form .btn {
          background: linear-gradient(to left, #fff 50%, #4cb79e 50%) right;
          background-size: 200%;
          background-position: right;
          border-radius: 20px;
          padding: 6px 20px;
          border: solid 2px #4cb79e;
          color: #4cb79e;
          transition: all 0.4s ease-out;
          text-decoration: none;
          display: inline-block;
        }

        .contact_form .btn:hover {
          background-position: left;
          color: #fff;
        }


    

  .contact_section_3{
    background: #f8f8f8;
    padding: 60px 110px 110px 110px;

  }

   .contact_section_3 .row_1 h2{
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #151618;
    margin-bottom: 40px;
   }
   
   .map_image img{
    margin-bottom: -50px;
    margin-left: -80px;
   }
   
    
    
   .section_title {
      position: relative;
      display: inline-block;
    }

    .section_title::after {
      content: "";
      position: absolute;
      bottom: -10px;
      right: 0;         /* Aligns to the right */
      width: 50px;
      height: 5px;      /* Thickness of the "border" */
      background-color: #4cb79e;
    }

    @media screen and (max-width: 768px) {
      .contact_section_2 {
        padding: 0px 14px;
        
      }
      .contact_form{
        padding: 40px 0px 40px 0px;
      }
      .content_position{
        justify-content: center !important;
      }
      .section_1{
        margin-top: 80px;
      }
      .address_div_bg{
        margin-top: 14px;
      }
}


   /*.section_12{
            background: #212325;
            background: linear-gradient(to right, #1d1f21 40%, #212325 40%);
            padding: 20px 110px;
        }

        .section_12 img{
            height: 60px;
            margin-right: 20px;
        }

        .section_12 h3{
        font-size: 20px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: 28px;
        color: #fff;
        text-transform: uppercase;  
        }

        .section_12 h3 strong{
        font-weight: 600;
        font-size: 30px;
        letter-spacing: 1px;  
        }

        .section_12 .sec_12_col_2 div{
            position: relative;
            border-radius: 30px;
            background: #fff;
            
            
            width: 70%;
            
            border: none;
            outline: none;
            padding: 0 20px;
            height: 70%;
        }

        .section_12 .sec_12_col_2 input{
            border-radius: 30px;
            background: #fff;
            
            
            width: 100%;
            
            border: none;
            outline: none;
            padding: 0 20px;
            height: 100%;
        }

        .section_12 .sec_12_col_2 button{

            position: absolute;
            top: 0;
            right: 0;
            height: calc(100% - 8px);
            width: 120px;
            border: none;
            border-radius: 60px;
            outline: none;
            margin: 4px;
            padding: 0 20px;
            cursor: pointer;
            background: #4cb79e;
            color: #FFFFFF;
            transition: width .35s ease-in-out, background .35s ease-in-out;

        }*/
     
/*.footer{
    background: #12161a;
    padding: 20px 110px;
    color: #ffffff;
}

.footer .logo_div a img{
    width: 80%;
    margin-left: -20px;
}
.footer .logo_div h6{
color: #4cb79e;
margin: 20px 0px;
}

.footer .logo_div i{
    color: #ffffff;
    font-size: 25px;
    margin-right: 10px;
}
.footer .logo_div div{
    margin-bottom: 20px;
}

.footer .useful_links h6{
color: #4cb79e;
margin: 20px 0px;
}
.footer .useful_links div{
    margin-bottom:10px;
}
.address_div h6{
color: #4cb79e;
margin: 20px 0px;
}
.address_div div{
    margin-bottom: 20px;
}
.address_div i{
    color: #ffffff;
    font-size: 20px;
    margin-right: 10px;
    margin-top: 5px;
}
.copy_right_div{
    padding-left: 0px;
    padding-top: 20px;
}
.footer_section_2 a{
    text-decoration: none;
    color: #ffffff;
    padding-left: 20px;
}
.footer_section_2{
    padding-right: 0px;
}*/