/*START FOR HOME PAGE*/
/*Navigation dropdown css start*/
.signup-btn {
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    border-radius: 0px;
    padding: 2px 0;
    /*color: #077D3D;*/
    color: #808080;
    border:none;
    display: block;
    width: 100%;
    outline:none;
}

.signup-btn:focus, .signup-btn:active {
outline: none !important;
border: none !important;
}


button.btn.signup-btn:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}




.btn-drop {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    background-color: transparent;
    padding: 0;
}

.btn-drop:focus {
    box-shadow: none !important;
}

.dropdown-item.active:focus,
.dropdown-item:active:focus {
    background-color: #68B18C !important;
    border: none !important;
    outline: none !important;
}

/*Navigation dropdown css end*/
    .home_block {
        /*margin: -71px 0 0;*/
        margin:-37px 0 0;
    }

    .home_block .banner_block {
        background: url('../images/bg_hm_banner.jpg') no-repeat center;
        /*background-size: 100% 100%;*/
        background-size: cover;
        height: 800px;
        position: relative;
    }

.home_block .banner_block .inner_banner {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    text-align: center;
    width: 100%;
}

.home_block .banner_block .inner_banner .title {
    color: #AF7F32;
    font-size: 35px;
    letter-spacing: 0.35px;
    line-height: 40px;
    margin: 0;
    font-family: Arial;
    font-weight: 400;
    text-transform: uppercase;
}

.home_block .banner_block .inner_banner .subtitle {
    color: #AF7F32;
    font-size: 35px;
    letter-spacing: 0.35px;
    line-height: 40px;
    margin: 0;
    font-family: Arial;
    font-weight: 700;
}

.home_block .about_block {
    padding: 40px 0;
    text-align: center;
    background-color: #077D3D;
}

.home_block .about_block .title_block .head_title {
    position: relative;
    color: #FDCA79;
    line-height: 35px;
    letter-spacing: 2.4px;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 30px;
    display: inline-block;

}

.home_block .about_block .title_block .head_title:before,
.home_block .about_block .title_block .head_title:after {
    content: "";
    position: absolute;
    bottom: -5px;
}

.home_block .about_block .title_block .head_title:before {
    background: url("../images/leaf_left.svg");
    background-size: cover;
    left: -33px;
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.home_block .about_block .title_block .head_title:after {
    background: url("../images/leaf_right.svg");
    background-size: cover;
    right: -30px;
    width: 29px;
    height: 22px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.home_block .about_block .title_block .subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    color: #FDCA79;

}

.home_block .about_block .title_block .maintitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 30px;
    color: #FDCA79;

}

.home_block .about_block .title_block .desc {
    color: #fff;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    line-height: 24px;
    max-width: 740px;
    margin: 0 auto 30px;
    font-weight: 500;
}

.home_block .about_block .title_block .link {
    max-width: 160px;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    margin: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home_block .about_block .title_block .link:hover {
    text-indent: -9999px;
}

.home_block .about_block .title_block .link:after {
    content: "Read more";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background-color: #fff;
    color: #077D3D;
    text-align: center;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-indent: 0;
    white-space: nowrap;
}

.home_block .about_block .title_block .link:hover:after {
    width: 100%;
}

.home_block .follow_block {
    padding: 50px 0;
    background-color: #fff;
}

.home_block .follow_block .title_block {
    margin: 0 0 30px;
    text-align: center;
}

.home_block .follow_block .title_block .head_title {
    position: relative;
    color: #AF7F32;
    line-height: 35px;
    letter-spacing: 2.4px;
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 40px;

    display: inline-block;
}

.home_block .follow_block .title_block .head_title:before,
.home_block .follow_block .title_block .head_title:after {
    content: "";
    position: absolute;
    bottom: -5px;
}

.home_block .follow_block .title_block .head_title:before {
    background: url("../images/icon_left_green.svg");
    background-size: cover;
    left: -33px;
    width: 24px;
    height: 24px;
}

.home_block .follow_block .title_block .head_title:after {
    background: url("../images/icon_right_green.svg");
    background-size: cover;
    right: -30px;
    width: 29px;
    height: 22px;
}

.home_block .follow_block .inner_follow .grid_col {
    margin: 0 0 30px;
}

.home_block .follow_block .inner_follow .grid_col .box_follow {
    background-color: #fff;
    box-shadow: 0px 3px 6px #0000001A;
    border-radius: 10px;
    height: 270px;
}

.home_block .follow_block .link_explore {
    color: #027D3E;
    font-size: 14px;
    display: block;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}

.home_block .customer_block {
    background-color: #027D3E;
    background-size: cover;
    padding: 20px 0;
}

.home_block .customer_block .title_block {
    margin: 0 0 30px;
    text-align: center;
}

.home_block .customer_block .title_block .head_title {
    position: relative;
    color: #FDCA79;
    line-height: 35px;
    letter-spacing: 2.4px;
    font-weight: 700;
    font-size: 24px;
  /*  margin: 0 0 40px;*/
    display: inline-block;

}

.home_block .customer_block .title_block .head_title:before,
.home_block .customer_block .title_block .head_title:after {
    content: "";
    position: absolute;
    bottom: -5px;
}

.home_block .customer_block .title_block .head_title:before {
    background: url("../images/leaf_left.svg");
    background-size: cover;
    left: -33px;
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.home_block .customer_block .title_block .head_title:after {
    background: url("../images/leaf_right.svg");
    background-size: cover;
    right: -30px;
    width: 29px;
    height: 22px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.home_block .customer_block .customer_slider .customer_slide {
    text-align: center;
}

.home_block .customer_block .customer_slider .customer_slide .inner_slide {
    max-width: 630px;
    margin: 0 auto 100px;
    position: relative;
}

.home_block .customer_block .customer_slider .customer_slide .inner_slide .icon_quote {
    position: absolute;
    top: -20px;
    left: -60px;
    z-index: -1;
}

.home_block .customer_block .customer_slider .customer_slide .inner_slide .icon_quote_end {
    position: absolute;
    right: 0;
    bottom: -20px;
    display: block;
}

.home_block .customer_block .customer_slider .customer_slide .thumb .img_fit {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    object-fit: cover;
}

.home_block .customer_block .customer_slider .customer_slide .thumb .rating_block {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto 20px;
}

.home_block .customer_block .customer_slider .customer_slide .thumb .rating_block .icon {
    display: inline-block;
}

.home_block .customer_block .customer_slider .customer_slide .thumb .rating_block .icon img {
    width: 15px;
}

.home_block .customer_block .customer_slider .customer_slide .thumb .rating_block .icon:not(:last-child) {
    margin-right: 10px;
}

.home_block .customer_block .customer_slider .customer_slide .caption {
    position: relative;
    top: 30px;
    z-index: 9;
}

.home_block .customer_block .customer_slider .customer_slide .caption .desc {
    max-width: 630px;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    margin: 0 auto 15px;
    text-align: center;
    color: #FDCA79;
}

.home_block .customer_block .customer_slider .customer_slide .caption .subtitle {
    letter-spacing: 1.4px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #FDCA79;
    font-weight: 900;
    line-height: 21px;
}

.home_block .customer_block .customer_slider .slick-arrow {
    top: 40% !important;
    z-index: 999;
}

.home_block .customer_block .customer_slider .slick-arrow:before {
    display: none;
}

.home_block .customer_block .customer_slider .slick-prev {
    background: url(../../images/icon_prev.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
}

.home_block .customer_block .customer_slider .slick-next {
    background: url(../../images/icon_next.svg) no-repeat;
    width: 70px;
    height: 70px;
    display: block;
    background-size: cover;
}

/*MEDIA QUERIES*/
@media (min-width:1600px) {}



@media (min-width:992px) {
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }
}

/*991*/
@media (max-width:991px) {
    .btn.signup-btn a {
        color: #fff !important;
    }

    .home_block .banner_block {
        background-size: cover;
    }
}

/*767*/
@media (max-width:767px) {
    .home_block .about_block .title_block .link {
        height: 40px;
    }

    .home_block .about_block .title_block .maintitle {
        margin: 0 0 10px;
    }
}

/*320 to 500*/
@media (min-width:320px) and (max-width:500px) {}

/*END FOR HOME PAGE*/

.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/images/aranyakas.gif) center no-repeat #fff;
    background-size: 150px;
    background-color: rgba(255, 255, 255, 0.5);
}