@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


body{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #1C3114;
    margin: 0;
}
#Aboutus,
#Services,
#Gallery,
#Contactus{
    position: relative;
    top: -120px;
}
.app-header{
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background-color: #FFF;
    z-index: 9999;
}
.app-header .navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}
.app-header .navbar-nav .nav-item .nav-link{
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    color: #1C3114;
}
.app-header .navbar-nav .nav-item .nav-link:hover{
    color: #19864a;
}
.menu {
    width: 20px;
    height: 20px;
    filter: invert();
}
.app-header .navbar-toggler{
    border: unset;
}
.app-header .navbar-toggler:focus{
    box-shadow: unset;
}
.app-header .navbar-nav .nav-item:not(:first-child){
    margin-left: 10px;
}
.app-banner{
    width: 100%;
    height: 100vh;
    background-image: url('../assets/images/banner/banner-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 50px;
}
.app-banner-wrapper{
    height: calc(100vh - 0px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-banner-wrapper-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.app-banner-wrapper-content h1{
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    color: #FFF;
    /* color: #19864A; */
    margin: 0px 0px 10px 0px;
}
.app-banner-wrapper-content h1 span{
    color: #FFF;
    /* color: #70492E; */
}
.app-banner-wrapper-content p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* text-align: center; */
    color: #FFF;
    margin: 0;
    width: 600px;
}
.about-us{
    margin: 80px 0px;
}
.about-us-content h2{
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    color: #232A42;
    text-align: left;
    /* width: 600px; */
    margin: 0px 0px 10px 0px;
}
.about-us-content h2 span{
    color: #2DA884;
}
.about-us-content p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    /* width: 800px; */
    text-align: justify;
}
.ourmission_ourvision{
    margin-top: 50px;
}
.mission_box{
    background-color: hsl(0, 0%, 100%);
    box-shadow: 18px 15px 35px 0px #00000017;
    border-radius: 16px;
    padding: 30px 20px;
}
.mission_box img{
    margin-bottom: 5px;
}
.mission_box h3{
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 10px 0;    
}
.mission_box h3 span{
    color: #2DA884;
}
.mission_box p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.our_vision{
    margin-top: 40px;
}
.aboutus_image img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
}
.features{
    margin-top: 120px;
}
.features-content h2{
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    margin: 0 0 10px 0;  
}
.features-content h2 span{
    color: #2DA884;
}
.features-content p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.know_more{
    display: flex;
    margin-top: 30px;
}
.know_more a{
    background-color: #2DA884;
    border-radius: 10px;
    padding: 20px 30px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}
.services{
    margin: 80px 0px;
}
.services-title h2{
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    color: #232A42;
    text-align: left;
    /* width: 600px; */
    margin: 0px 0px 10px 0px;
}
.services-title h2 span{
    color: #2DA884;
}
.services-title p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    /* width: 800px; */
    text-align: justify;
}
.services_main{
    margin-top: 60px;
}
.services-box{
    background-color: hsl(0, 0%, 100%);
    box-shadow: 18px 15px 35px 0px #00000017;
    border-radius: 16px;
    padding: 30px 20px;
    display: block;
    transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    /* cursor: pointer; */
    height: 100%;
}
/* .services_image{
    margin-bottom: 10px;
    background-color: hsl(162, 58%, 42%);
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
} */
/* .services_image:hover{
    background-color: #FFF;
}
.services-box:hover .services_image{
    background-color: #FFF;
} */
.services_image img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 5px;
}
.services-box h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 05px 0; 
}
.services-box h3 span{
    color: #2DA884;
}
.services-box p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.services-box:hover{
    background-color: hsl(162, 58%, 42%);
    cursor:pointer;
}
.services-box:hover h3{
    color: #FFF;
}
.services-box:hover h3 span{
    color: #FFF;
}
.services-box:hover p{
    color: #FFF;
}
.our_gallery_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.our_gallery_title h2{
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    color: #232A42;
    text-align: left;
    margin: 0px 0px 10px 0px;
}
.our_gallery_title h2 span{
    color: #2DA884;
}
.our_gallery_title p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    text-align: center;
    width: 800px;
}
.our_gallery_first_image img{
    width: 100%;
    height: 516px;
    object-fit: cover;
    border-radius: 10px;
}
.our_gallery_middle_image{
    display: flex;
    justify-content: space-between;
}
.middle-1{
    width: 50%;
}
.middle-1:nth-child(1){
    margin-right: 20px;
}
.middle-1 img{
    width: 100%;
    border-radius: 10px;
}
.our_gallery_first_image_2{
    margin-top: 20px;
    height: 200px;
}
.our_gallery_first_image_2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.contact_us{
    margin: 80px 0px;
}
.contact_us_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.contact_us_title h2{
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    color: #232A42;
    text-align: left;
    margin: 0px 0px 10px 0px;
}
.contact_us_title h2 span{
    color: #2DA884;
}
.contact_us_title p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    text-align: center;
    width: 800px;
}
.contactus_image_main{
    width: 40%;
}
.contactus_image{
    width:100%;
    height: 400px;
    background-image: url('../assets/images/gallery/conatact-us.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
.contact_us_form_right{
    width: 42%;
}
.contact_us_form{
    background-color: hsl(162, 58%, 42%);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 30px 30px 30px 20px;
    height: 100%;
}
.contact_us_main{
    display: flex;
    justify-content: center;
    height: 400px;
}
.main_form .form-label{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #FFF;
}
.main_form .form-control{
    color: #FFF;
}
.main_form .form-control:focus{
    background-color: unset;
    box-shadow: unset;
}
.submit_button{
    width: 100%;
    margin-top: 20px;
}
.submit_button button{
    width: 100%;
    background-color: #FFF;
    border: unset;
    padding: 10px 0px;
    border-radius: 50px;
    color: #2DA884;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    
}
.main_form .form-control{
    background-color: unset;
    border-radius: 50px;
}
::placeholder {
    color: #FFF !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;    
    opacity: 1; /* Firefox */
  }
  
  ::-ms-input-placeholder { /* Edge 12-18 */
    color: #FFF !important;
  }
.app-footer{
    background-color: hsl(162, 58%, 42%);
    padding: 50px 0px 0px 0px;
}
.footer_main{
    display: flex;
    width: 100%;
}
.footer_list_1,
.footer_list_2,
.footer_list_3,
.footer_list_4{
    width: 25%;
}
.footer_list_1 .footer_logo img{
    margin-bottom: 30px;
}
.footer_list_1 .footer_logo p{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #FFF;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.footer_list_2 .quick_link,
.footer_list_4 .quick_link{
    margin-left: 40px;
}
.quick_link p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #FFF;
    margin: 0;
}
.quick_link ul{
    margin: 0;
    padding: 15px 0px 0px 0px;
}
.quick_link ul li{
   list-style: none;
}
.quick_link ul li:not(:first-child){
    margin-top: 10px;
}
.quick_link ul li a{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: baseline;
}
.quick_link ul li a img{
    margin-right: 5px;
}
.qr_main{
    margin-left: 30px;
}
.qr-code{
    margin-top: 15px;
}
.sub_footer{
    margin-top: 40px;
    border-top: 1px solid #FFF;
    padding: 05px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub_footer p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #FFF;
    margin: 0;
}
.sub_footer ul{
    padding: 0;
    margin: 0;
    display: flex;
}
.sub_footer ul li{
    list-style: none;
}
.sub_footer ul li a{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
}
.sub_footer ul li:not(:first-child){
    margin-left: 15px;
}
.privacy-policy{
    margin-top: 55px;
    background-color: #2DA884;
    padding: 100px 0px;
}
.privacy-policy h1{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}
.privacy-policy-content{
    margin: 50px 0px;
}
.privacy-policy-content h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px 0;
}
.privacy-policy-content p{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.privacy-description h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 05px 0;
    text-align: left;
}
.privacy-description h4{
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    margin: 10px 0 05px 0;
    text-align: left;
}
.privacy-description ul{
    padding: 0 0 0 15px;
    margin: 10px 0 0 0;
}
.privacy-description ul li{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.privacy-description ul li span{
    font-weight: 600;
}
.privacy-description ul li:not(:last-child){
    margin-bottom: 10px;
}
.privacy-description{
    margin-top: 20px;
}
.privacy-description a{
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 14px;
    font-weight: 7  00;
    line-height: 24px;
    color: #2DA884;
    text-decoration: none;
}
.privacy-description p span{
    font-weight: 700;
}
























@media (min-width:320px) and (max-width:767px) {
.app-banner{
    height: unset;
    padding: 150px 0px;
}
.app-banner-wrapper{
    height: unset;
}
.app-header .navbar-nav .nav-item:not(:first-child){
    margin: 0;
}
.app-banner-wrapper-content{
    justify-content: center;
    align-items: center;
}
.app-banner-wrapper-content h1{
    font-size: 30px;
    line-height: 40px;
}
.app-banner-wrapper-content p{
    width: auto;
    text-align: center;
}
.about-us{
    margin: 30px 0px;
}
.about-us-content h2{
    font-size: 30px;
    line-height: 40px;
    width: auto;
}
.about-us-content p{
    width: auto;
}
.ourmission_ourvision{
    margin: 30px 0px 0px 0px;
}
.aboutus_image{
    margin: 30px 0px 0px 0px;
}
.aboutus_image img{
    width: 100%;
    height: 100%;
}
.features{
    margin-top: 30px;
}
.features-content h2{
    font-size: 30px;
    line-height: 40px;
    width: auto;
}
.services{
    margin: 30px 0px;
}
.services-title h2{
    font-size: 30px;
    line-height: 40px;
    width: auto;
}
.services-title p{
    width: auto;
}
.services_main{
    margin-top: 30px;
}
.services-box{
    background-color: hsl(162, 58%, 42%);
}
.services-box h3{
    font-size: 20px;
    line-height: 29px;
    color: #FFF;
}
.services-box p{
    color: #FFF;
    font-size: 15px;
}
/* .services-box .services_image{
    background-color: #FFF;
} */
.services-box h3 span{
    color: #FFF;
}
.our_gallery_title h2{
    font-size: 30px;
    line-height: 40px;
}
.our_gallery_title p{
    width: auto;
}
.our_gallery_title{
    margin-bottom: 30px;
}
.our_gallery_first_image img{
    width: 100%;
}
.our_gallery_middle_image{
    margin-top: 20px;
}
.our_gallery_first_image_2{
    margin-bottom: 20px;
}
.contact_us{
    margin: 30px 0px;
}
.contact_us_title h2{
    font-size: 30px;
    line-height: 40px;
}
.contact_us_title p{
    width: auto;
}
.contact_us_main{
    display: flex;
    flex-direction: column;
    margin-top: 130px;
    margin-bottom: 120px;
}
.contactus_image_main{
    width: 100%;
}
.contactus_image{
    width: 100%;
    height: 200px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.contact_us_form_right{
    width: 100%;
}
.contact_us_form{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
}
.footer_main{
    display: flex;
    flex-direction: column;
}
.footer_list_1 .footer_logo img{
    margin-bottom: 10px;
}
.footer_list_1, .footer_list_2, .footer_list_3, .footer_list_4{
    width: 100%;
}
.footer_list_3, .footer_list_4{
    margin-top: 15px;
}
.footer_list_2 .quick_link{
    margin: 0px 0px 0px 0px;
}
.quick_link ul{
    padding: 10px 0px 0px 0px;
}
.footer_list_4 .quick_link{
    margin: 10px 0px 0px 0px;
}
.quick_link ul li a{
    font-size: 14px;
    line-height: 24px;
}
.qr-code img{
    width: 120px;
}
.sub_footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sub_footer ul{
    margin-top: 05px;
}
.privacy-policy{
    margin-top: 55px;
    background-color: #2DA884;
    padding: 80px 0px;
}
.privacy-policy h1{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}
.privacy-policy-content{
    margin: 30px 0px;
}
.privacy-policy-content h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px 0;
    text-align: left;
}
}
@media (min-width:768px) and (max-width:991px) {
.app-banner{
    height: unset;
    padding: 150px 0px;

}
.app-banner-wrapper{
    height: unset;
}
.app-header .navbar-nav .nav-item:not(:first-child){
    margin: 0;
}
.app-banner-wrapper-content h1{
    font-size: 30px;
    line-height: 40px;
}
.app-banner-wrapper-content p{
    width: 375px;
}
.about-us{
    margin: 30px 0px;
}
.about-us-content h2{
    font-size: 30px;
    line-height: 40px;
    width: auto;
}
.about-us-content p{
    width: auto;
}
.ourmission_ourvision{
    margin: 30px 0px 0px 0px;
}
.aboutus_image{
    margin: 30px 0px 0px 0px;
}
.aboutus_image img{
    width: 100%;
    height: 400px;
}
.our_misssion{
    display: flex;
}
.our_vision{
    margin: 0px 0px 0px 20px;
}
.features{
    margin-top: 30px;
}
.features-content h2{
    font-size: 30px;
    line-height: 40px;
    width: auto;
}
.features .aboutus_image{
    margin: 0;
}
.features .aboutus_image img{
    width: 100%;
    height: 500px;
}
.features-content p{
    font-size: 14px;
}
.services{
    margin: 30px 0px;
}
.services-title h2{
    font-size: 30px;
    line-height: 40px;
    width: auto;
}
.services-title p{
    width: auto;
}
.services_main{
    margin-top: 30px;
}
.services-box{
    background-color: hsl(162, 58%, 42%);
}
.services-box h3{
    font-size: 20px;
    line-height: 29px;
    color: #FFF;
}
.services-box p{
    color: #FFF;
    font-size: 15px;
}
/* .services-box .services_image{
    background-color: #FFF;
} */
.services-box h3 span{
    color: #FFF;
}
.our_gallery_title h2{
    font-size: 30px;
    line-height: 40px;
}
.our_gallery_title p{
    width: auto;
}
.our_gallery_title{
    margin-bottom: 30px;
}
.our_gallery_first_image img{
    width: 100%;
    height: 388px;
}
.our_gallery_middle_image{
    margin-top: 20px;
}
.our_gallery_first_image_2{
    margin-bottom: 20px;
}
.contact_us{
    margin: 30px 0px;
}
.contact_us_title h2{
    font-size: 30px;
    line-height: 40px;
}
.contact_us_title p{
    width: auto;
}
.contactus_image_main{
    width: 50%;
}
.contact_us_form_right{
    width: 50%;
}
.footer_main{
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
}
.footer_list_1, .footer_list_2, .footer_list_3, .footer_list_4{
    width: 50%;
}
.footer_list_1 .footer_logo img{
    margin-bottom: 10px;
}

.footer_list_3, .footer_list_4{
    margin-top: 15px;
}

.footer_list_2 .quick_link{
    margin: 0px 0px 0px 0px;
}
.quick_link ul{
    padding: 10px 0px 0px 0px;
}
.footer_list_4 .quick_link{
    margin: 10px 0px 0px 0px;
}
.quick_link ul li a{
    font-size: 14px;
    line-height: 24px;
}
.privacy-policy{
    margin-top: 55px;
    background-color: #2DA884;
    padding: 80px 0px;
}
.privacy-policy h1{
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
}
.privacy-policy-content{
    margin: 30px 0px;
}
.privacy-policy-content h3{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px 0;
    text-align: left;
}
}
@media (min-width:992px) and (max-width:1199px) {
.app-banner-wrapper-content h1{
    font-size: 50px;
}
.app-banner-wrapper-content p{
    width: 550px;
}
.our_gallery_first_image img {
    width: 100%;
    height: 425px;
}
}
@media (min-width:1200px) and (max-width:1399px) {
.our_gallery_first_image img {
    width: 100%;
    height: 470px;
}
.app-banner-wrapper-content h1{
    font-size: 50px;
}
.app-banner-wrapper-content p{
    width: 550px;
}
}