*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


/*header start*/

#header{
    width: 100%;
}
.header-top{
    width: 100%;
    background-color: #228848;
    padding-top: 5px;
}
.header-top-wrap{
    width: 93%;
    margin: auto;
    padding-top: 2px;
    display: grid;
    grid-template-columns: auto auto;
}
.header-contact-left{
    width: 30%;
    display: grid;
    grid-template-columns: auto auto;
}
.h-c-l-box-1 i{
    font-size: 32px;
    color: #fff;
}
.h-c-l-box-1 p{
    margin-bottom: 2px;
}
.header-contact-left p{
    font-size: 15px;
    color: #fff;
}
.header-socials-right p{
    float: right;
    font-weight: 600;
    padding-top: 10px;
}
.header-socials-right a{
    color: #fff;
    text-decoration: none;
    padding-right: 10px;
}

.header-main{
    width: 100%;
    background-color: #F7F3E7;
}
.header-main-wrap{
    width: 93%;
    margin: auto;
}
.navbar-brand img{
    width: 165px;
    margin-top: -8px;
}
.navbar-nav a{
    color: #000 !important;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{  color: #000 !important; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
.navbar-nav .nav-item{
    padding-right: 30px;
    font-weight: 500;
    height: 55px;
    margin: 0 5px;  
}
.navbar-nav .nav-item a{
    color: #000 !important;
}

/*header end*/



/*banner start*/


.banner{
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;    
}
.banner-overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.banner-content{
    text-align: center;
    position: relative;
    top: 35%;
}
.banner-content h1{
    color: #fff;
}
.banner-content p{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.banner-content form{
    padding-top: 20px;
}
.banner-content form input{
    width: 39%;
    height: 48px;
    border-radius: 50px 0 0 50px;
    border: none;
}
.banner-content form input[placeholder]{
    padding-left: 30px;
    font-size: 15px;
    font-weight: 600;
}
.banner-content form button{
    width: 80px;
    height: 50px;
    background-color: #228848;
    border-radius: 0 50px 50px 0;
    margin-top: -5px;
    border: none;
}
.ban-plans{
    width: 40%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 10px;
    margin: auto;
    padding-top: 10px;
}
.b-p-box-1{
    border: 3px solid #228848;
    border-radius: 5px;
    padding-top: 10px;
    margin: auto;
    padding: 10px 10px 5px 10px;
}
.b-p-box-1 p{
    font-size: 14px;
}


/*banner end*/


/*home page middle start*/

main{
    width: 100%;
}

/*home page section 1 start*/


.home-page-section-1{
    width: 100%;
    padding-top: 50px;
}
.h-m-s1-box-1{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    margin: 10px 0;
}
.h-m-s1-box1-wrap{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}
.h-m-s1-box1-left{
    background-color: #228848;
    border-radius: 10px 0 0 10px;
}
.h-m-s1-box1-left i{
    font-size: 35px;
    color: #fff;
    padding: 5px 15px;
}


/*home page section 2 start*/


.home-page-section-2 h1{
    font-weight: bold;
    color: #000;
}
.home-page-section-2 hr{
    width: 8%;
    padding-bottom: 5px;
    background-image: linear-gradient(120deg, #83C141, #228848);
    opacity: 1;
}

.home-page-section-2{
    width: 100%;
    padding-top: 50px;
}
.home-page-section2-wrap{
    width: 100%;
    padding-top: 20px;
}
.h-m-s3-box-1{
    border: 1px solid #aeaeae;
    margin: 10px 0;
}
.h-m-s3-box1-wrap{
    width: 85%;
    margin: auto;
    padding: 35px 0;
}
.h-m-s3-box1-wrap i{
    color: #228848;
    font-size: 50px;
    padding-bottom: 15px;
}
.h-m-s3-box1-wrap h5{
    font-weight: bold;
    color: #000;
}
.h-m-s3-box1-wrap p{
    padding-top: 12px;
    font-size: 15px;
    word-spacing: 3px;
    color: #7a7878
}
.h-m-s3-box-1 button{
    width: 100px;
    font-size: 12px;
    border-radius: 50px;
    margin-top: 10px;
    background-color: #228848;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    border: none;
}
.qty-btn{
    float: right;
    background: transparent !important;
    color: #000 !important;
}

/*home page section 2 end*/


/*home page section 3 start*/

.home-page-section-3{
    width: 100%;
}
.home-page-section-3 h1{
    text-align: center;
    padding-top: 80px;
}
.home-page-section-3 hr{
    width: 10%;
    margin: auto;
    padding-bottom: 5px;
    background-image: linear-gradient(120deg, #83C141, #228848);
    opacity: 1;
}
.home-page-section3-wrap{
    padding-top: 50px;
}
.h-m-p-s3-box-1{
    height: 520px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 10px 0;
}
.h-m-p-s3-box1-wrap{
    width: 87%;
    margin: auto;
    padding: 35px 0;
}
.h-m-p-s3-box-1 h5{
    text-align: center;
    font-weight: 700;
    padding-bottom: 35px;
}
.h-m-p-s3-price{
    font-size: 14px;
    text-align: center;
}
.h-m-p-s3-listing{
    padding-top: 50px;
    font-size: 14px;
    height: 250px;
}
.h-m-p-s3-listing i{
    padding-right: 15px;
    font-size: 16px;
    color: #228848;
}
.price-listings-button{
    text-align: center;
}
.price-listings-button button{    
    width: 100px;
    line-height: 30px;
    background-color: #659635;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}


/*home page section 3 end*/


/*home page section 4 start*/


.home-page-section-4{
    width: 100%;
    padding-bottom: 70px;
    text-align: center;
}
.home-page-section-4 h1{
    padding-top: 80px;
    color: #000;
}
.home-page-section-4 hr {
    width: 7%;
    margin: auto;
    padding-bottom: 5px;
    background-image: linear-gradient(120deg, #83C141, #228848);
    opacity: 1;
    margin-top: 40px;
}
.m-d-content-middle img{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.home-page-section-4 i{
    font-size: 40px;
}
.m-d-last{
    width: 100%;
    padding-top: 15px;
}
.m-d-last i{
    font-size: 40px;
}
.m-d-content-left h4{
    font-weight: bold;
    font-size: 20px;
    padding-top: 12px;
}
.m-d-content-left p{
    font-size: 15px;
    padding-top: 5px;
}

.m-d-content-right h4{
    font-weight: bold;
    font-size: 20px;
    padding-top: 12px;
}
.m-d-content-right p{
    font-size: 15px;
    padding-top: 5px;
}
.home-page-section-5{

}

/*home page section 4 end*/



/*home page testimonials start*/

.home-page-testimonial{
    width: 100%;
}
.home-page-testimonial-wrap{
    width: 85%;
    margin: auto;
}
.home-page-testimonial hr {
    width: 7%;
    margin: auto;
    padding-bottom: 5px;
    background-image: linear-gradient(120deg, #83C141, #228848);
    opacity: 1;
    margin-top: 40px;
}
.home-page-testimonial-wrap h1{
    text-align: center;
}
.owl-testimonials .owl-dots{
    display: none;
}
.owl-testimonials .owl-nav{
    display: none;
}
.testimonials-review-1{
    padding-left: 15px;
    padding-right: 15px;
}
.t-r-pic-wrap{
    padding: 0 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-bottom: 50px;
}
.t-r-pic-wrap img{
    width: 80px !important;
    height: 80px !important;  
    border-radius: 50%;  
    margin: auto;   
}
.t-r-pic h5{
    font-size: 18px;
    font-weight: 700;
    padding-top: 10px;
}
.t-r-pic i{
    font-size: 12px;
    color: #FFD203;
}
.testimonials{
    padding-top: 50px;
}


/*home page testimonials end*/



/*home page section 5 start*/


.home-page-section-5{
    width: 100%;
    padding: 40px;
    background-color: #F3F3F3;
}
.home-page-articles-carousel-wrap{
    width: 85%;
    margin: auto;
    padding-top: 30px;
}
.h-p-s5-heading{
    text-align: center;
    padding-bottom: 45px;
}
.home-page-section-5 hr{
    width: 8%;
    padding-bottom: 5px;
    background-image: linear-gradient(120deg, #83C141, #228848);
    opacity: 1;
    margin: auto;
}
.owl-theme .owl-nav{
    display: none;
}
.owl-carousel .home-page-article-1 img{
    width: 100%;
}
.owl-theme .owl-dots{
    padding-top: 50px;
}
.home-page-articles-carousel-wrap .item .home-page-article-1{
    padding-right: 15px;
    padding-left: 15px;
}
.home-page-article-1{
    border-radius: 3px;
}
.home-page-article1-content{
    background-color: #fff;
    padding: 30px 20px;
    border-radius: 5px;
}
.home-page-article-1 img{
    border-radius: 5px 5px 0 0;
}
.home-page-article1-content h5{
    font-weight: bold;
}
.home-page-article1-content p{
    font-size: 15px;
    line-height: 28px;
}
.home-page-article1-content button{
    width: 95px;
    border-radius: 50px;
    background-color: #228840;
    border: none;
    color: #fff;
    line-height: 30px;
}




/*home page section 5 end*/



/*home page section 6 start*/


.home-page-section-6{
    width: 100%; 
    background-color: #228848;   
}
.home-page-section6-wrap{
    width: 85%;
    margin: auto;
    padding: 40px 0;    
}
.home-page-request-consultation{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
}
.home-page-request-consultation input{
   width: 100%;
   line-height: 40px;
   outline: none;
}
.home-page-request-consultation input[placeholder]{
    padding-left: 10px;
    font-size: 14px;
}
.home-page-request-consultation button{
    width: 100%;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    font-size: 14px;
}


/*home page section 6 end*/



/*home page middle end*/


/*footer start*/

footer{
    width: 100%;
    padding-bottom: 10px;
    background-color: #002940;
}
.footer-top{
    padding-top: 20px;
}
.footer-top-wrap{
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
}
.footer-top-left img{
    width: 40%;
}
.footer-top-right{
    padding-top: 30px;
}
.footer-top-right p{
    float: right;
}
.footer-top-right p a{
    text-decoration: none;
    color: #fff;
    padding-right: 8px;
    font-size: 15px;
    color: #F7F3E7;
}

.footer-main{
    padding-top: 45px;
}
.footer-main h4{
    color: #fff;
    font-size: 20px;
}
.footer-main hr{
    width: 42px;
    background-color: #149CE0;
    padding-bottom: 3px;
    opacity: 1;
}
.footer-list-1 a{
    display: block;
    text-decoration: none;
    color: #7a7878;
    padding-bottom: 15px;
}
.footer-list-1 a:first-child{
    padding-top: 10px;
}

.footer-socials-country{
    padding-top: 40px;
}
.f-s-c-left p{
    float: left;
    color: #fff;
}
.f-s-c-left p:first-child{
    padding-right: 15px;
}
.f-s-c-left p i{
    padding-right: 10px;
    color: #83C141;
}
.f-s-c-middle select{
    width: 60%;
    width: 60%;
    background: transparent;
    border-top: none;
    border: left;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #83C141;
    color: #fff;
    font-weight: 600;
    padding-bottom: 8px;
    float: right;
}
.f-s-c-middle select option{
    background-color: #002940;
}
.f-s-c-right .f-s-c-r-socials{
    width: 75%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
}
.f-s-c-r-socials{
    float: right;
}
.f-s-c-r-socials i{
    color: #fff;
}
.fscrs-box-1{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #83C141;
    text-align: center;
}
.fscrs-box-1 i{
    padding-top: 10px;
    font-size: 12px;
}
.fscrs-box-1:hover{
    background-color: #fff;  
    transition: 0.2s ease-in-out;  
}
.fscrs-box-1:hover .fa-brands{
    color: #F3A712;
    transition: 0.2s ease-in-out;  
}
.footer-end p{
    color: #7a7878;
    text-align: center;
    font-size: 13px;
    padding-top: 30px;
}


/*footer end*/