.overlay_green:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0c442a;
    opacity: 0.7;
    z-index:99;
    pointer-events: none;
    -webkit-transition: ease opacity 300ms 100ms;
    transition: ease opacity 300ms 100ms;
}

.readon.light-btn {
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 10px 22px !important;
}


.overlay_greenl:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2f9264;
    opacity: 0.4;
    z-index:99;
    pointer-events: none;
    -webkit-transition: ease opacity 300ms 100ms;
    transition: ease opacity 300ms 100ms;
    border-radius:10px;
}

.full-width-header .rs-header.home2style .logo-area img {
    max-width: 300px !important;
}
.logo-area img {
    max-height: 100px !important;
}

.rs-services.icon-style {
    margin-top: -270px !important;
}

.rs-slider.rs-slider2 .single-slide .content-part {
    padding-top: 250px !important;
}

.full-width-header .rs-header .main-menu .rs-menus .nav-menu li a, .full-width-header .rs-header .main-menu .rs-menu .nav-menu li a {
    color: #000 !important;

}

.full-width-header .rs-header.home2style {
    position:relative !important;
    
}

.rs-services-style4.home-style2 .services-wrap .services-item .services-icon img {
    width: 200px;
}

.rs-portfolio .portfolio-slider .portfolio-item .portfolio-img {
    max-height:500px !important;
}


.rs-services-style3.home-style3 .content-services .rs-servicest-item .services-icon img {
    width: 450px !important;
}

.rs-porfolio-details .inner-services .desc-content {
    box-shadow: 0 0 150px #eee;
    background: #fff;
    padding-top: 60px;
    padding-right: 50px;
    padding-left: 55px;
    padding-bottom: 60px;
}

.address-item {
    height:275px !important;
}

#gmap_canvas {
    height: 600px !important;
}

.services-wrap {
    min-height: 450px;
}


.rs-services-style4.home-style2 .services-wrap .services-item .services-desc .title {
    font-size: 23px !important;
}



.nav-link{
    text-transform: uppercase !important;
    color:#2f9264 !important;
    font-weight: bold !important;
    font-size:18px !important;
}

.nav-link:hover{
    font-weight: bold !important;
    color: #000 !important;
}


@media (max-width: 992px) {


    .rs-porfolio-details .inner-services p {
        font-size: 18px !important;
    }

    .bcrumbs {
        line-height: 285px;
    }

    .readon {
        text-align: center !important;
    }

    .full-width-header .rs-header.home2style {
        padding:10px 0px !important;
    }

    #rs-header {
        margin-top:0px !important;
    }

    .readon {
        width:100% !important;
        margin-left:0px !important;
        margin-bottom:15px;
        padding:0px;
    }


    .rs-porfolio-details .inner-services p {
        font-size: 18px !important;
    }

    .navbar-collapse {
        position: fixed;
        top: 50px; /* adjust to height of navbar */
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
        background-color: #fff;
        padding: 50px;
    }

    .menu-sticky {

        position:fixed !important;
        background-color:#fff  !important;

    }

    #rs-header {
        padding-top:0px !important;
    }

    .home2style .rs-menu-area {
        position: relative !important;
    }

    .pt-100 {
        padding-top:20px !important;
    }

    .pr-55 {
        padding-right: 15px !important;
    }

    .dropdown-item {
        white-space: normal !important;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}