@font-face {
    font-family: 'Lato'; /*src: url('../../fonts/Lato-light.ttf');*/
}

body {
    font-family: Lato;
    font-weight: 700;
}

a {
    outline: 0 none !important;
}

.logo img {
    width: 115%;
}

.header-1 {
    background-color: #EEE;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-2 {
    background-color: #262626;
    padding-top: 5px;
    padding-bottom: 5px;
}

.e-mail > span {
    font-size: 14px;
    font-family: inherit;
    color: #fff;
}

.phone > span {
    font-size: 14px;
    font-family: inherit;
    color: #fff;
}

.navbar-default {
    background-color: transparent;
    border: none;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
        color: #ffffa0;
    }

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #00461F;
    }

    .navbar-default .navbar-nav > li > a {
        color: #088041;
        font-size: 15px;
    }

.navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
}

.collapse {
    margin-top: 27px;
}

.header-1 p.sm-buttons {
    float: right;
    margin: 25px 15px 10px 0;
}

    .header-1 p.sm-buttons a {
        float: left;
        height: 20px;
        margin-right: 5px;
        overflow: hidden;
        position: relative;
        width: 20px;
        margin: 25px 15px 10px 0;
    }

        .header-1 p.sm-buttons a i.fa {
            border-radius: 50%;
            font-size: 11px;
            height: 20px;
            left: 0;
            line-height: 20px;
            position: absolute;
            text-align: center;
            top: 0;
            transition: top 0.4s ease 0s;
            width: 20px;
        }

            .header-1 p.sm-buttons a i.fa.cloned {
                background-color: #ffffff;
                color: #088041;
            }

        .header-1 p.sm-buttons a i.fa {
            background-color: #088041;
            color: #fff;
        }

        .header-1 p.sm-buttons a:hover i.fa {
            top: -20px;
        }

            .header-1 p.sm-buttons a:hover i.fa.cloned {
                top: 0;
            }

        .header-1 p.sm-buttons a i.fa.cloned {
            background-color: #D6E50A;
            top: 20px;
        }

.features-slider ul {
    padding: 0;
}

.banner .slick-next {
    right: 15px;
}

.banner .slick-prev {
    left: 6px;
}

.thumbnail {
    background-color: #efefef;
    transition: all 300ms linear 0ms;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}

.thumbnail-1 {
    background-color: #efefef;
    transition: all 300ms linear 0ms;
    overflow: hidden;
    cursor: pointer;
}

    .thumbnail-1 img {
        transition: all 300ms linear 0ms;
        width: 100%;
        border-radius: 3px 3px 0 0;
    }

        .thumbnail-1 img:hover {
            background-color: #088041;
            opacity: 1;
            transform: scale(1.2) rotate(5deg);
            overflow: hidden;
        }

.fix-night > li {
    list-style: none outside none;
}

.fix-night {
    line-height: 25px;
}

ul {
    margin: 0;
    padding: 0px;
}

.fix-night span {
    padding-left: 20px;
}

.btn-default {
    background-color: #088041;
    border: medium none;
    color: #fff;
}

    .btn-default:hover {
        background-color: #828282;
        border: medium none;
        color: #fff;
        transition: all 0.5s ease 0s;
    }

.caption > p {
    margin-top: 25px;
}

h5 {
    color: #000;
    font-size: 20px;
}

.scroll-img {
    background-image: url(../../images/HariChampa/scroll-img.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
    padding-top: 150px;
}

.v-1 {
    margin-top: 35px;
}

#perspective {
    margin: 0 auto;
    margin-top: 80px;
    width: 210px;
    height: 140px;
    position: relative;
    -webkit-perspective: 1100px;
    perspective: 1100px;
}

#carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg) translateZ(-288px);
}

    #carousel figure {
        display: block;
        position: absolute;
        background: #2ecc71;
        width: 186px;
        height: 116px;
        opacity: 0.6;
        margin: 12px;
        color: #fff;
        cursor: pointer;
        -webkit-transition: opacity 1s, -webkit-transform 1s;
        -moz-transition: opacity 1s, -moz-transform 1s;
        -o-transition: opacity 1s, -o-transform 1s;
        transition: opacity 1s, transform 1s;
    }

.news {
    margin-bottom: 10px;
}

    .news > span {
        color: #ffffff;
        font-size: 22px;
    }

.news-soc p.sm-buttons a {
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    width: 30px;
}

    .news-soc p.sm-buttons a i.fa {
        border-radius: 50%;
        font-size: 11px;
        height: 30px;
        left: 0;
        line-height: 30px;
        position: absolute;
        text-align: center;
        top: 0;
        transition: top 0.4s ease 0s;
        width: 30px;
    }

        .news-soc p.sm-buttons a i.fa.cloned {
            background-color: #ffffff;
            color: #088041;
        }

    .news-soc p.sm-buttons a i.fa {
        background-color: #fff;
        color: #088041;
    }

    .news-soc p.sm-buttons a:hover i.fa {
        top: -30px;
    }

        .news-soc p.sm-buttons a:hover i.fa.cloned {
            top: 0;
        }

    .news-soc p.sm-buttons a i.fa.cloned {
        background-color: #D6E50A;
        top: 30px;
    }

.news-soc {
    margin-top: 15px;
}


.footer {
    background-color: #088041;
    background-size: cover;
    padding: 40px 0;
    color: #fff;
}

.footer-logo a img {
    width: 300px;
}

h4 {
    color: #212121;
    margin-top: 30px;
}

hr {
    margin-top: -5px;
}

.address {
    margin-top: 25px;
}

    .address ul {
        list-style: none;
    }

    .address span {
        padding-left: 13px;
    }

.footre-menu > ul {
    list-style: none outside none;
}

.footre-menu a {
    font-size: 15px;
    line-height: 35px;
    color: #fff;
}

.post_img {
    float: left;
    margin-top: 12px;
}

.post_con {
    float: left;
}

    .post_con > span {
        color: #212121;
        padding-left: 20px;
    }

.post_date {
    font-size: 11px;
    font-weight: 700;
}

.footer_soc li {
    display: inline-block;
}

.facebook {
    background-image: url(../../images/HariChampa/facebook.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 88px;
    cursor: pointer;
    width: 86px;
    display: block;
}

    .facebook:hover {
        background-image: url(../../images/HariChampa/facebook_hover.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.twitter {
    background-image: url(../../images/HariChampa/twitter.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 88px;
    cursor: pointer;
    width: 86px;
    display: block;
}

    .twitter:hover {
        background-image: url(../../images/HariChampa/twitter_hover.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.google {
    background-image: url(../../images/HariChampa/google.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 88px;
    cursor: pointer;
    width: 86px;
    display: block;
}

    .google:hover {
        background-image: url(../../images/HariChampa/google_hover.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.youtube {
    background-image: url(../../images/HariChampa/youtube.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 88px;
    cursor: pointer;
    width: 86px;
    display: block;
}

    .youtube:hover {
        background-image: url(../../images/HariChampa/youtube_hover.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 263px;
}

.btnSubmit {
    float: right;
    width: 12%;
}

.row.slider_gallery {
    margin-bottom: 35px;
    margin-top: 35px;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

.ddl {
    width: 100%;
    text-align: left;
}

    .ddl::after {
        content: " ";
        display: inline-block;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        position: absolute;
        top: 49%;
        right: 10px;
    }

.about-us p {
    text-align: justify;
    font-size: 17px;
    line-height: 6mm;
}

.col-sm-12.text-center > h3 {
    margin-bottom: 20px;
}

.featuresSliderMulti {
    margin-bottom: 100px;
}

    .featuresSliderMulti .slick-prev, .featuresSliderMulti .slick-next {
        height: 30px;
        width: 30px;
    }

        .featuresSliderMulti .slick-prev:before, .featuresSliderMulti .slick-next:before {
            font-size: 30px;
            color: #212121;
        }

    .featuresSliderMulti .thumbnail {
        margin-bottom: 0;
    }

.package-desc {
    background-color: #EFEFEF;
    transition: all 300ms linear 0ms;
    overflow: hidden;
    padding: 15px;
}

.my-btn {
    background-color: #088041;
    border: medium none;
    color: #FFF;
    border-radius: 0 0 3px 3px;
    padding: 12px;
    width: 100%;
}

.enquiry {
    padding: 40px 0;
    background: none no-repeat center center fixed;
    background-size: cover;
}

    .enquiry h2 {
        color: #FFF;
        font-size: 40px;
        text-align: center;
    }

        .enquiry h2 + p {
            font-size: 16px;
            text-align: center;
            color: #ccc;
            padding-top: 10px;
        }

.contact-form-bottom {
    margin-top: 2em;
}

.enquiry span {
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 5px;
    display: block;
}

.contact-form-row input[type="text"], .contact-form-row textarea, .contact-form-row input[type="Phone"], .contact-form-row phone, .contact-form-row input[type="Email"], .contact-form-row Email, .contact-form-row input[type="Website"], .contact-form-row Website, .contact-form-row input[type="Date"], .contact-form-row Date {
    width: 100%;
    color: #ededed;
    font-size: 16px;
    padding: 7px 10px;
    border: none;
    outline: none;
    background: rgba(119, 119, 119, .7);
    border-radius: 5px;
}

.contact-form-row textarea {
    resize: none;
}

input.bussiness-btn {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 1.35em;
    letter-spacing: 2px;
    font-weight: 400;
    border: 1px solid rgb(0, 0, 0);
    padding: 10px 30px;
    outline: none;
    background: rgb(8, 128, 65);
    border-radius: 5px;
    margin: 0 auto;
    display: block;
    margin-top: 2em;
    margin-bottom: 20px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.content-section {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.services .content-section:nth-child(even) {
    background-color: #fff;
}

section {
    padding: 50px 0;
}

h3.title {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
}


body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

input[type="button"], input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

.contact_top {
    padding: 4em 0 3em;
}

.contact_left {
    margin-right: 5%;
    padding: 0;
    width: 47%;
}

    .contact_left h4 {
        color: #000000;
        font-size: 2em;
        font-weight: 700;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .contact_left p {
        color: #8a8888;
        font-size: 1.2em;
        font-weight: 500;
        line-height: 1.3em;
        text-align: left;
        width: 90%;
    }

.form_details input[type="text"], .form_details textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #8a8888;
    color: #8a8888;
    float: left;
    font-size: 1.2em;
    font-weight: 500;
    margin: 10px 0;
    outline: medium none;
    padding: 10px;
    width: 65%;
}

.sub-button {
    margin-bottom: 25px;
}

.form_details textarea {
    height: 200px;
    resize: none;
    width: 100%;
}

.form_details input[type="submit"] {
    background: #e24426 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 1em;
    outline: medium none;
    padding: 0.7em 1em;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}

.company-right {
    padding: 0;
    width: 48%;
}

.contact-map iframe {
    border: medium none;
    min-height: 285px;
    width: 100%;
}

.company-right {
    padding: 0;
    width: 48%;
}

.company_ad {
    margin-top: 2em;
}

    .company_ad h3 {
        color: #000000;
        font-size: 1.8em;
        font-weight: 600;
        text-transform: uppercase;
    }

    .company_ad span {
        color: #8a8888;
        font-size: 1.2em;
        font-weight: 400;
        line-height: 1.2em;
    }

address {
    margin-top: 1em;
}

.company_ad p {
    color: #8a8888;
    font-size: 1.1em;
    line-height: 1.3em;
    text-align: left;
}

.follow-us h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2em;
    font-weight: 600;
    margin-top: 1em;
    margin-bottom: 20px;
}

.follow-us i.facebook {
    background-position: -79px -69px;
}

.follow-us i {
    background: rgba(0, 0, 0, 0) url("../images/img-sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 45px;
    width: 45px;
}

    .follow-us i.twitter {
        background-position: -124px -69px;
    }

.follow-us i {
    background: rgba(0, 0, 0, 0) url("../images/img-sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 45px;
    width: 45px;
}

    .follow-us i.google-pluse {
        background-position: -169px -69px;
    }

.follow-us i {
    background: rgba(0, 0, 0, 0) url("../images/img-sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 45px;
    width: 45px;
}


/*-- responsive-design --*/
@media screen and (max-width:1366px) {
    .contact_left h4 {
        font-size: 1.8em;
    }

    .contact_top {
        padding: 3em 0 2em 0;
    }

    .contact_left p {
        font-size: 1.1em;
    }

    .form_details input[type="text"], .form_details textarea {
        padding: 6px 10px;
        font-size: 1.1em;
        margin: 8px 0px;
    }

    .form_details textarea {
        height: 170px;
    }

    .form_details input[type="submit"] {
        font-size: 1.2em;
        padding: 0.6em 1em;
    }

    .contact-map iframe {
        min-height: 225px;
    }

    .company_ad h3 {
        font-size: 1.6em;
    }

    .company_ad span {
        font-size: 1.1em;
    }

    .follow-us h3 {
        font-size: 1.8em;
    }
}

@media screen and (max-width:800px) {

    .contact-section-grid input.text {
        padding: 0.4em;
        margin: 1em 0;
    }

    .contact-section-grid input[type="submit"] {
        padding: 0.35em 1.2em;
    }

    .contact_left {
        width: 100%;
        margin-right: 0;
    }

    .company-right {
        width: 100%;
    }

    .contact-head h3 {
        font-size: 1.8em;
    }

    .contact-head {
        padding: 1.5em 0;
    }

        .contact-head p {
            margin: 0;
        }

    .contact_top {
        padding: 2em 0 1em 0;
    }

    .restaurent-logo {
        width: 25%;
        float: left;
    }
}


@media screen and (max-width:640px) {

    .contact-head h3 {
        font-size: 1.6em;
    }

    .contact-head p {
        font-size: 1.1em;
    }

    .contact_left h4 {
        font-size: 1.6em;
    }

    .form_details textarea {
        height: 150px;
    }
}

@media screen and (max-width:480px) {
    .follow-us h3 {
        font-size: 1.7em;
    }
}

@media screen and (max-width:320px) {

    .contact-section-grid {
        width: 100%;
        margin: 0 0 2em 0;
    }

        .contact-section-grid ul li.data {
            font-size: 14px;
        }

    .service-section-bottom-grid {
        padding: 0;
    }

    .icon {
        width: 22%;
    }

    .service-section-top-row {
        padding: 2em 0;
    }


    .form-list ul li {
        display: block;
        width: 88%;
    }

    .form-list span {
        font-size: 13px;
    }

    .form-list input.text {
        padding: 0.5em 0.4em;
        font-size: 12px;
        margin: 3px 0 5px 0;
    }

    .line {
        background: url(../images/line.png) no-repeat -360px 5px;
        margin: 0.2em 0 1em 0;
    }

    .contact-head h3 {
        font-size: 1.1em;
    }

    .contact-head p {
        font-size: 0.98em;
    }

    .contact-head {
        padding: 0.6em 0;
    }

    .contact_left h4 {
        font-size: 1.15em;
    }

    .contact_top {
        padding: 1.5em 0 1em 0;
    }

    .contact_left p {
        font-size: 1em;
    }

    .form_details input[type="text"], .form_details textarea {
        padding: 4px 10px;
        font-size: 1em;
        margin: 6px 0px;
    }

    .form_details textarea {
        height: 110px;
    }

    .form_details input[type="submit"] {
        font-size: 1em;
        padding: 0.4em 0.9em;
        margin-top: 0.5em;
    }

    .contact-map iframe {
        min-height: 180px;
    }

    .company_ad {
        margin-top: 1.5em;
    }

    .dropdown-button {
        width: 100%;
    }
}

.part-1 h4 {
    height: 40px;
    color: #fff;
}

.company_ad h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 20px;
}

.main {
    margin: 0 auto;
    width: 1170px;
}

.columnsWrap {
    margin-bottom: 80px !important;
    margin-top: 80px !important;
    overflow: hidden;
}

    .columnsWrap::after {
        clear: both;
        content: "";
        display: block;
        height: 0;
    }

    .columnsWrap > div {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

.sc_column_item {
    box-sizing: border-box;
    min-height: 1px;
}

.columns1_2 {
    float: left;
    margin: 0 2.5% 0 0;
    width: 43.5%;
}

.sc_title > .sc_highlight {
    font-weight: 300 !important;
}

.sc_content {
    overflow: hidden;
    padding-bottom: 5px;
}

.sc_image_align_left, .sc_alignleft {
    display: inline;
    float: left !important;
    margin-left: 0 !important;
    margin-right: 3em !important;
    text-align: left;
}

.sc_section:not(.sc_scroll_controls) {
    background-position: center center;
    overflow: hidden;
}

.columns1_2 .columns1_2 {
    margin: 0 5% 0 0;
    width: 45%;
    line-height: 23px;
}

b, strong, var {
    font-weight: 600;
}

b, strong, var {
    font-weight: 600;
}

.text_styling {
    font-style: italic;
    color: #088041;
}

.sc_content img {
    border-radius: 50%;
    height: 320px;
    margin-top: 20px;
    width: 320px;
}


.facebook {
    background-image: url(../../images/HariChampa/facebook.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    cursor: pointer;
    width: 86px;
    display: block;
    background-size: 45px;
}

    .facebook:hover {
        background-image: url(../../images/HariChampa/facebook-hover.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.twitter {
    background-image: url(../../images/HariChampa/twitter.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 50px;
    cursor: pointer;
    width: 86px;
    background-size: 45px;
    display: block;
}

    .twitter:hover {
        background-image: url(../../images/HariChampa/twitter-hover.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.google {
    background-image: url(../../images/HariChampa/google.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 88px;
    cursor: pointer;
    background-size: 45px;
    width: 86px;
    display: block;
}

    .google:hover {
        background-image: url(../../images/HariChampa/google-hover.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.youtube {
    background-image: url(../../images/HariChampa/youtube.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 88px;
    background-size: 45px;
    cursor: pointer;
    width: 86px;
    display: block;
}

    .youtube:hover {
        background-image: url(../../images/HariChampa/youtube-hover.png);
        background-position: center;
        background-repeat: no-repeat;
    }

.copp {
    color: #fff;
}

h3.heading {
    text-transform: uppercase;
    font-weight: 800;
}

    h3.heading:before {
        content: "";
        position: relative;
        width: 50px;
        display: block;
        height: 2px;
        background-color: #ccc;
        margin: 15px auto;
    }

    h3.heading:after {
        content: "";
        position: relative;
        width: 150px;
        display: block;
        height: 2px;
        background-color: #ccc;
        margin: 15px auto 50px auto;
    }

.m10 {
    margin: 10px;
}

.address .ic {
    width: 15%;
    float: left;
}

    .address .ic + p {
        float: left;
        width: 85%;
        min-height: 30px;
        padding-top: 5px;
    }

        .address .ic:after, .address .ic + p:after {
            clear: both;
        }

.notify .close {
    top: auto !important;
    right: 15px !important;
    margin-top: -2px;
}

.notify .notify-icon {
    float: left;
    padding-right: 5px;
}

.notify .notify-title {
    margin-top: -2px;
    font-weight: bold;
}

.notify .notify-message {
    padding-right: 20px;
}

.refreshButton {
    background-image: none;
    height: 60px;
    width: 60px;
    background-size: cover;
    background-position: center center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 0px;
    box-shadow: none;
    transition: all ease 0.5s 0s;
    font-weight: 400;
}

@media(max-width:1380px) {
    .CaptchPadding {
        padding-bottom: 8px;
    }
}

@media(min-width:1380px) {
    .CaptchPadding {
        padding-bottom: 23px;
    }
}

.padding {
    padding-top: 15px;
}


/*================================================== 
     gallery
 ================================================== */
.white-bg {
    background-color: #fff;
    padding: 40px;
}

#recent-works .col-xs-12.col-sm-4.col-md-3 {
    padding: 0;
}

#recent-works {
    padding-bottom: 70px;
}

.recent-work-wrap {
    position: relative;
}

    .recent-work-wrap img {
        width: 278px;
        height: 250px;
    }

@media(min-width:767px) {
    .recent-work-wrap img {
        width: 370px;
        height: 250px;
    }
}

@media(min-width:481px) {
    .recent-work-wrap img {
        width: 370px;
        height: 250px;
    }
}

.recent-work-wrap .recent-work-inner {
    top: 0;
    background: transparent;
    opacity: .8;
    width: 100%;
    border-radius: 0;
    margin-bottom: 0;
}

    .recent-work-wrap .recent-work-inner h3 {
        margin: 10px 0;
    }

        .recent-work-wrap .recent-work-inner h3 a {
            font-size: 24px;
            color: #fff;
        }

@media(min-width:760px) and (max-width:767px) {
    .recent-work-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 97%;
        height: 100%;
        opacity: 0;
        border-radius: 0;
        background: rgba(8, 128, 65, 0.56);
        color: #fff;
        vertical-align: middle;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;
        padding: 60px 20px 20px 20px;
    }
}

@media(min-width:768px) {
    .recent-work-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 0;
        background: rgba(8, 128, 65, 0.56);
        color: #fff;
        vertical-align: middle;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;
        padding: 60px 20px 20px 20px;
    }
}

@media(max-width:480px) {
    .recent-work-wrap img {
        width: 100%;
        height: 320px;
    }
}

.recent-work-wrap .overlay .preview {
    bottom: 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    background: transparent;
    text-align: center;
    color: #fff;
}

.recent-work-wrap:hover .overlay {
    opacity: 1;
}

h4.gallery-title {
    margin: 0px;
    padding: 0px;
}

div.col-md-3.gallery {
    margin: 0px;
    padding: 0px;
}

p.text-justify.gallery-p {
    padding-top: 10px;
}

h4.gallery-title {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}

.fa.fa-search {
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 22px;
    height: 50px;
    padding-top: 10px;
    text-align: center;
    width: 50px;
    cursor: pointer;
}

.search-padding {
    padding-top: 42px;
    text-align: center;
}

@media(min-widhth:760px) and (max-width:1400px) {
    .recent-work-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 97%;
        height: 100%;
        opacity: 0;
        border-radius: 0;
        background: rgba(8, 128, 65, 0.56);
        color: #fff;
        vertical-align: middle;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;
        padding: 60px 20px 20px 20px;
        margin: 0px;
    }
}

@media(min-width:320px) and (max-width:760px) {
    .recent-work-wrap .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 0;
        background: rgba(8, 128, 65, 0.56);
        color: #fff;
        vertical-align: middle;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;
        padding: 60px 20px 20px 20px;
        margin: 0px;
    }

    .slick-next {
        display: none !important;
    }
}
