body, html {
    margin: 0px;
    overflow-x: hidden;
    font-family: roboto !important;
}
u { 
    text-decoration: underline;
}
ul {
    padding-left: 0px;
}



p {
    margin-bottom: 6px;
}

a:focus, a:hover {
    text-decoration: none;
}

.h3, h3 {
    font-size: 25px;
    color: #010101;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

.h5, h5 {
    font-size: 15px;
    color: #6d6f71;
    font-weight: 500;
}

.btn-warning {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.section-pad {
    padding: 0px 30px 0px 30px;
}

.v-align-middle {
    vertical-align: middle;
}

.break-word {
    word-break: break-all;
}

.orange-right-chevron {
    color: orange;
    padding-right: 5px;
}

img {
    max-width: 100%;
}

.top-bar .fa {
    color: #fff;
    margin: 4px;
}

.top-bar-number {
    padding: 30px;
}

    .top-bar-number > a {
        color: #fff;
    }

.list-inline {
    display: inline;
}

.top-wrapper ul {
    margin: 0px;
}

.navbar {
    margin: 0px;
}

.btn {
    white-space: normal;
}

.top-bar {
    background-color: #212121;
    width: 100%;
    line-height: 50px;
    text-align: right;
    color: #fff;
}

.number-dropdown {
    float: right;
}

    .number-dropdown .dropdown-menu {
        right: 8px;
        padding: 10px;
        left: auto;
        background: #000;
        border: 1px solid #fff;
        color: #fff;
        top: 34px;
    }

        .number-dropdown .dropdown-menu li > a {
            color: #fff;
        }

    .number-dropdown.open .btn-call-mob {
        position: relative;
    }

        .number-dropdown.open .btn-call-mob:after {
            position: absolute;
            border: 7px solid transparent;
            top: 100%;
            left: 50%;
            border-top-color: #fff;
            content: '';
            transform: translateX(-50%);
        }

.nav > li > a:focus, .nav > li > a:hover {
    background: none;
}

.navbar-inverse .navbar-nav > li > a {
    font-weight: 600;
}

.form-control[readonly] {
    background: #fff !important;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
}
/*global classes*/
.padd-zero {
    padding: 0px !important;
}





.mobile-aboutus-spacing {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu > li > a {
    color: #000;
}

.test-drive-custom-icon {
    color: #000;
    padding-left: 55px;
    float: right;
}

.border-left-form {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.section-header {
	line-height: 60px;
	font-weight: 700;
}
.padd-left-zero{padding-left:0px;}
.padd-right-zero{padding-right:0px;}

.padd-left-5 {
    padding-left: 5px;
}

.padd-right-5 {
    padding-right: 5px;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.padd-top-10 {
    padding-top: 10px;
}

.padd-top-8 {
    padding-top: 8px;
}

.width-100 {
    width: 100%;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-left-10 {
    margin-left: 10px;
}

.text-left {
    text-align: left;
}

.navbar-brand {
    padding: 0px 15px;
}

.navbar-nav {
    padding-top: 35px;
}

.navbar-inverse {
    background-color: #000;
    border-radius: 0px;
    border: none;
}

.margin-zero {
    margin: 0px !important;
}

.place-card-large {
    display: none;
}

.form-control::-webkit-input-placeholder {
    color: #000;
}

.datepicker .input-group {
    width: 100%;
}

span.input-group-addon {
    position: absolute;
    right: 0;
    right: 0px;
    width: 30px;
    background: transparent;
    border: 0;
}

.form-control:-moz-placeholder {
    color: #000;
}

.form-control::-moz-placeholder {
    color: #000;
}

.form-control:-ms-input-placeholder {
    color: #000;
}

input.form-control, input.form-control:focus {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}
/*header*/

/*section-1*/
.btn-group-lg > .btn, .btn-lg, .test-drive-btn {
    padding: 10px 10px;
    border-radius: 2px;
}

.stories-section > img {
    height: 400px;
    width: 100%;
}

.about-us-section > img {
    height: 190px;
    width: 100%;
}

.mob-buttons {
    margin-left: 20px;
    margin-top: 20px;
}

h4 a {
    color: #000;
}

/*about us*/
.aboutus-grid {
    overflow: hidden;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
}

.image-card {
    overflow: hidden;
}

    .image-card:hover .aboutus-grid {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -mz-transform: scale(1.1);
    }

.aboutus-grid-desktop-view > img {
    height: 113px;
}

.aboutus-grid-desktop-view {
    overflow: hidden;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
}

.image-card:hover .aboutus-grid-desktop-view {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -mz-transform: scale(1.1);
}

.about-us-info {
    font-size: 16px;
    color: #595a5c;
    line-height: 24px;
}

.more a {
    color: #f6ac52 !important;
}

@media screen and (min-width:768px) {
    .aboutus-grid {
        background-repeat: no-repeat;
        height: 226px;
        background-size: cover;
        background-position: center;
    }

    .about-wrap .col-two {
        padding-left: 7px;
        padding-right: 7px;
    }

    .padd-left {
        padding-left: 0px;
    }

    .padd-right {
        padding-right: 0px;
    }
}

@media screen and (max-width:767px) {
    .about-wrap .image-card {
        margin-bottom: 1rem;
    }

    .aboutus-grid > img {
        width: 100%;
    }
}
/*connect*/


.contact-form-width {
    padding-right: 20px;
}

.fa-mobile-phone:before, .fa-mobile:before {
    font-size: 22px;
}

.contact-form-width > input {
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #aaa;
    padding: 20px 0px 10px 0px;
    outline: none;
}

.contact-form-width > .location-box > .form-control {
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #989697 !important;
    padding: 20px 0px 10px 0px;
    outline: none;
}

.submit-btn-width {
    min-width: 206px;
}

.form-control-custom {
    font-size: 20px;
    font-weight: 300;
    padding: 0px 10px 14px 5px;
    outline: none;
    margin-top: 20px;
    border-radius: 0px;
    line-height: 36px;
}

.submit-btn {
    margin-top: 20px;
}

.connect-us-g2 {
    padding: 0px 50px 0px 50px;
    height: auto;
}

.shop-address {
    font-size: 16px;
    color: #595a5c;
    line-height: 23px;
}

.address-subheading {
    margin-top: 24px;
}

textarea.form-control {
    height: auto;
    border-bottom: 1px solid #aaa !important;
}

/*technology*/
.technology-sections {
    margin-top: 50px;
}

.technology-content {
    font-weight: 500;
}

/*contact-us*/

.fa-envelope{font-size: 15px;
    margin-right: 10px;}

.contact-us-tabs a {
    color: #000;
    font-weight: 700;
}

.contact-us-tabs {
    width: 15.5%;
    text-align: center;
    margin-right: 20px;
}


div#map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.address-wrap {
    padding-bottom: 15px;
}

#map-canvas {
    min-height: 340px;
    border: 2px solid #ccc;
}

    #map-canvas img {
        max-width: none !important;
    }

#PageContent.contact .directions {
    background-image: url(../img/address-direction.jpg);
}

#PageContent.contact .address {
    padding-left: 30px;
    padding-right: 30px;
    background-position: 2px 0;
    background-repeat: no-repeat;
}

#PageContent.contact .map {
    background-image: url(../img/address-pin.jpg);
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#PageContent.contact .address {
    padding-left: 30px;
    padding-right: 30px;
    background-position: 2px 0;
    background-repeat: no-repeat;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    #PageContent.contact .firstaddress div:after {
        position: absolute;
        background: #ccc;
        width: 1px;
        height: 200px;
        content: '';
        top: 0;
        left: -15px;
        right: auto;
    }
    div#map-canvas {
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    bottom: 0;
}

    .contact-us-map {
        padding-top: 40px;
    }

    .nav {
        padding-left: 20px;
    }
}

#footer {
    background: #000;
    margin-top: 40px;
}

    #footer ul {
        list-style: none;
    }

.footer-list-header {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    padding: 50px 2px 10px 2px;
}

.footer-link-color a {
    color: #a7aaac;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
}

.footer-logo-right {
    text-align: right;
    border-bottom: 1px solid #999;
    padding-bottom: 45px;
}

.footer-bottom-text > a {
    color: #fff !important;
}

.footer-bottom-text {
    color: #fff;
}

.footer-list-color > li > a {
    color: #a7aaac !important;
}

.footer-list-color > a {
    color: #a7aaac !important;
}

.stories-section {
    background-image: url("../img/ourstories.jpg");
    background-repeat: no-repeat;
    height: 410px;
    background-size: cover;
    background-position: center;
    margin-right: 8px;
}

.stories-section-two {
    background-image: url("../img/our-stories2.jpg");
    background-repeat: no-repeat;
    height: 410px;
    background-size: cover;
    background-position: center;
}

.navbar-header {
    MARGIN: 0 AUTO;
    TEXT-ALIGN: CENTER;
}

.logo {
    position: relative;
    top: 26px;
}

.navbar-toggle {
    float: left;
    border: none;
    margin-left: 5px;
}

/*.jeep-grid-column > img {
    width: 100%;
}*/


div.tab button:hover {
    background-color: #fff;
}

li.active a:hover {
    background-color: #fff;
    color: #000;
}

.right-logo {
    right: -20px;
    height: 35px;
}

.mega-dropdown {
    position: static !important;
}

.dropdown-menu {
    border: none;
}

.mega-dropdown-menu {
    padding: 20px 15px 15px;
    text-align: center;
    top: 92%;
    position: absolute;
    background: #fff;
    min-width: 850px;
    left: 20px;
    padding-top: 15px;
    height: 240px;
    z-index: 999;
    border: none;
}

li.mega-dropdown.open > a {
    background: #fff;
}
/* Style the tab */
div.tab {
    float: left;
    background-color: #f1f1f1;
    width: 30%;
    background: #fff;
}

.right-image {
    position: absolute;
    right: -85%;
    top: 0px;
}

.view-car-btn > a {
    top: 20%;
    margin-top: 25px;
    color: #000;
}
/* Style the buttons inside the tab */
div.tab button {
    display: block;
    background-color: #fff;
    color: black;
    padding: 10px 0px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    border-bottom: 1px solid #000;
}


    /* Change background color of buttons on hover */
    div.tab button:hover {
        background-color: #ddd;
    }


    /* Create an active/current "tab button" class */
    div.tab button.active {
        color: orange;
    }

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li.open > a {
    color: #000 !important;
    background-color: #fff !important;
}

/*products*/
#product-section-two {
    padding: 40px 0px 0px 0px;
}

.banner-button {
    position: absolute;
    right: 10%;
    bottom: 4%;
}

.modal {
    top: 30px;
}


.modal-content {
    padding: 30px;
    background: #000;
    color: #fff;
}

.brochure-modal > input {
    color: #fff;
    background: #000;
    font-size: 15px;
    max-width: 260px;
    display: block;
}

.brochure-modal > select {
    /*color: #fff;*/
    background: #000;
    font-size: 15px;
    max-width: 260px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.modal-close-btn {
    opacity: 0;
}

    .modal-close-btn:hover {
        color: #fff;
        opacity: 1;
        font-size: 40px;
    }



/*ABOUT-US PAGE*/
.about-us-tabs {
    width: 15.5%;
    text-align: center;
}

    .about-us-tabs a {
        color: #000;
        font-weight: 700;
    }

.about-us-tab-content {
	padding-top: 10px;
}

.custom-nav-pills > .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a {
    background-color: orange !important;
    color: #000 !important;
    font-weight: 600;
    border-radius: 0px;
}

.nav-pills > li {
    border-bottom: 2px solid orange;
}

.nav-justified {
    border-collapse: separate;
    border-spacing: 5px;
}

.about-us-text {
    COLOR: #595a5c;
    MARGIN-BOTTOM: 20PX;
    font-size: 15px;
    margin-top: 24PX;
}

.about-us-legacy-tab-content {
    padding-top: 45px;
}

.our-legacy-header-text {
    margin-top: 10px;
}

.fa-phone-square {
    width: 25px;
}

.fa-mobile {
    width: 25px;
    vertical-align: text-bottom;
}

/*form*/
.form-control {
    margin-bottom: 25px;
    padding: 5px 10px;
    border-bottom: 2px solid #999 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: none;
    height: auto;
    padding-left: 0;
    box-shadow: none;
    border-radius: 0px;
}

    .form-control option {
        padding: 2px 5px 2px 15px;
    }

.form-wrap {
    margin-top: 10px;
    padding-left: 0px;
}

#PageContent .form input[type="radio"] + label {
    position: relative;
    margin: 0 30px 0 0;
}

    #PageContent .form input[type="radio"] + label:before {
        content: '';
        width: 20px;
        height: 20px;
        border: 1px solid #333;
        display: inline-block;
        position: relative;
        left: -11px;
        vertical-align: middle;
    }

#PageContent .form input[type="radio"]:checked + label:before {
    background: #333;
}

#PageContent .form input[type="radio"] {
    display: none;
}

#product-section-three {
    margin-top: 20PX;
}

.privacy-policy > li {
    line-height: 12px;
    line-height: 22px;
    padding-bottom: 15px;
}

@media screen and (min-width:768px) {
    .content-ht {
        min-height: 290px;
        font-size: 16px;
    }
}


.flex-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.flex-col {
    width: 31%;
}

@media screen and (max-width:767px) {
    .flex-col {
        width: 100%;
        margin-bottom: 1rem;
    }

    .about-us-tabs {
        width: 50%;
        text-align: center;
    }

    .about-us-info {
        padding-top: 10px;
    }
}
/* Style the tab content */






/*media queries*/
@media screen and (max-width: 1024px) {
    .shop-address {
        font-size: 16px;
        color: #595a5c;
        line-height: 22px;
    }

    .mob-banner {
        width: 100%;
    }

    .stories-section {
        height: 222px;
        margin-top: 10px;
    }

    .stories-section-two {
        height: 222px;
        margin-top: 10px;
    }

    .stories-section-three {
        margin-top: 10px;
    }

    h4 {
        font-size: 18px;
        font-weight: 500;
    }

    .navbar-right {
        display: block;
    }

    .right-logo > a > li {
        padding: 0px;
    }

    .fb {
        height: 40px;
    }
}


@media screen and (max-width: 728px) {
    .stories-section {
        height: 152px;
        margin-right: 0px;
    }

    .stories-section-two {
        height: 190px;
        margin-right: 0px;
    }

    h4 {
        font-size: 13px;
        font-weight: 500;
    }

    h5 {
        font-size: 13px;
    }

    h2 {
        font-size: 24px;
    }

    .btn-group-lg > .btn, .btn-lg {
        font-size: 14px;
    }

    .submit-btn-width {
        width: 100%;
    }

    .section-header {
        line-height: 90px;
    }

    .footer-list-header {
        padding: 20px 2px 10px 2px;
    }

    .about-grid-responsive {
        height: 250px;
        margin-top: 10px;
    }

    .connect-us-g2 {
        padding: 0px 40px 0px 40px;
        height: auto;
    }

    .connect-us-g2 {
        padding: 0px 40px 0px 16px;
        height: auto;
    }

    .border-left-form {
        border: none;
    }

    h4 {
        font-size: 15px;
        font-weight: 600;
    }

    .contact-us-tabs {
        width: 100%;
        text-align: center;
        float: left !important;
    }

        .about-us-tabs.nav-justified > li > a {
            margin-top: 10px;
            margin-bottom: 0px;
        }

    .nav-justified > li > a {
        text-align: center;
        margin-top: 10px;
    }

    .about-us-tab-content {
        padding-top: 10px;
    }

    .navbar {
        min-height: 0px;
        border: none;
    }
}

@media screen and (max-width: 640px) {

    .glyphicon-chevron-right {
        font-size: 30px;
        color: #000;
        top: 35% !important;
        right: -1% !important;
        margin: 0px;
    }

    .gallery-padd {
        padding: 0px 10px 50px 10px !important;
    }

        .gallery-padd .owl-next {
            margin-right: -26px !important;
            font-size: 28px !important;
        }

        .gallery-padd .owl-prev {
            margin-left: -26px !important;
            font-size: 28px !important;
            ;
        }

    .glyphicon-chevron-left {
        font-size: 30px;
        color: #000;
        left: -1% !important;
        top: 35% !important;
        margin: 0px;
    }

    .footer-logo-right {
        text-align: center;
        padding-top: 10px;
        padding-bottom: 20px;
    }

        .footer-logo-right > img {
            text-align: center;
            height: 40px;
        }

    .footer-bottom-text {
        text-align: center;
    }

    .right-logo {
        display: none;
    }

    .section-pad {
        padding: 0px 10px 0px 10px;
    }

    .footer-link-color {
        font-size: 10px;
    }

    #demo {
        display: none;
    }

    .test-drive-custom-icon {
        color: #000;
        padding-left: 12px;
        float: right;
    }

    .about-gridtwo-mob {
        display: block !important;
        width: 100%;
    }

    .aboutus-grid-two {
        display: none;
    }

    .connect-us-g2 {
        height: auto !important;
    }

    .jeep-grid {
        display: none;
    }

    #section-one {
        display: none;
    }

    .section-header {
        line-height: 32px;
    }

    .carousel-control.right {
        background: transparent;
        margin-right: 10px;
    }

    .carousel-control.left {
        background: transparent;
        margin-left: 10px;
    }

    .about-gridtwo-mob {
        display: none;
    }

    .btn-call-mob:hover {
        color: #fff;
    }

    .btn-call-mob {
        /*float: right;*/
        background: transparent;
        margin-right: 0px;
        color: #fff;
        border: 1px solid #fff;
    }

    .jeep-mobile {
        float: right;
    }

    .banner-button {
        position: absolute;
        right: 4%;
    }

    .content-ht {
        min-height: 100px;
        padding-top: 20px;
    }


    .connect-us-g2 {
        padding: 0px 30px 0px 20px;
        height: auto !important;
    }
}

@media screen and (min-width: 992px) {
    .display-none {
        display: none;
    }

    #section-one-mob {
        display: none;
    }

    #myCarouseltwo {
        display: none;
    }

    .mob-banner {
        display: none;
    }

    /*.btn-call-mob {
        display: none;
    }*/

    .about-gridtwo-mob {
        display: none;
    }

    .mobile-view {
        display: none;
    }

    #section-one-desktop {
        margin-top: 135px;
    }

    #section-one {
        margin-top: 135px;
    }
}


@media (max-width:991px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
        display: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .jeep-mobile {
        float: right;
        height: 26px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
    }

    #section-one {
        display: none;
    }

    #section-one-desktop {
        display: none;
    }

    .btn-call-mob:hover {
        color: #fff;
    }

    .btn-call-mob {
        /*float: right;*/
        background: transparent;
        margin-right: 10px;
        color: #fff;
        border: 1px solid #fff;
    }

    .jeep-grid {
        display: none;
    }

    .carousel-control.right {
        background: transparent;
        margin-right: 10px;
    }

    .carousel-control.left {
        background: transparent;
        margin-left: 10px;
    }

    .about-gridtwo-mob {
        display: none;
    }

    .top-bar {
        display: none;
    }

    .connect-us-g2 {
        padding: 0px 30px 0px 20px;
        height: auto;
    }

    .desktop-view {
        display: none;
    }

    .logo {
        display: none;
    }

    .logo-mob {
        float: right;
        height: 26px;
        margin-top: 15px;
        margin-right: 10px;
    }
}

/*-------------------------------------------*/

@media screen and (max-width: 991px) {

    .wrapper.in {
        overflow: hidden;
        height: 100vh !important;
    }

        .wrapper.in #header {
            position: fixed;
            top: 0;
            left: 0;
            height: 100% !important;
            overflow-y: scroll;
        }

    #header .navbar .nav > li.dropdown.wide ul li:hover a {
        background: #575C5F;
        color: #fff;
    }

    #header .navbar .nav a {
        text-align: left;
    }

    #header {
        position: relative;
        background: #fff;
    }

        #header .container {
            width: 100%;
        }

        #header #logo-wrapper .mainheader {
            text-align: center;
        }

            #header #logo-wrapper .mainheader .navbar-header {
                display: block;
                float: none !important;
                clear: both;
            }

                #header #logo-wrapper .mainheader .navbar-header .navbar-nav {
                    float: none;
                    border: 0;
                    margin: 0 -15px;
                    background: #fff;
                }

        #header .navbar-header .navbar-toggle {
            display: none;
        }

        #header #logo-wrapper .mainheader .navbar-header .navbar-nav > li {
            float: none;
            display: inline-block;
        }

        #header .navbar .nav > li > a {
            color: #847248;
        }

        #header .navbar-header .navbar-collapse {
            max-height: none;
            overflow: hidden;
        }
}

#header .navbar-nav.mobilemenu {
    text-align: center;
}

    #header .navbar-nav.mobilemenu li {
        display: inline-block;
        width: 32%;
        vertical-align: top;
        padding-top: 8px;
    }

        #header .navbar-nav.mobilemenu li a {
            text-align: center;
            font-size: 12px;
            line-height: 1.5em;
            white-space: initial;
            color: #000;
            font-weight: 500;
        }

        #header .navbar-nav.mobilemenu li img {
            display: block;
            margin: 0 auto 5px;
            max-height: 75px;
        }

#section-three .about-us-tab-content .photo-item {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 0 13px 13px 0;
    width: 21%;
}

.lightbox {
    text-align: center;
}

.zoom-effect-container {
    margin: 0 auto;
    overflow: hidden;
}


@media screen and (min-width:992px) {
    .zoom-effect-container {
        max-height: 165px;
    }
}

/*footer*/
.sitemap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

    .sitemap .col {
        width: 14%;
    }

@media screen and (max-width:992px) and (min-width:768px) {
    .sitemap .col {
        width: 20%;
    }
}

@media screen and (max-width:767px) {
    .sitemap .col {
        width: 33%;
    }

    #section-three .about-us-tab-content .photo-item {
        width: 100%;
    }
}

@media screen and (min-width:992px) and (max-width:1067px) {
    .right-logo {
        right: -35px;
        top: -56px;
    }
}


.gallery-padd {
    padding: 0px 0 50px 0;
}

    .gallery-padd .owl-nav {
        top: 50%;
        position: absolute;
        width: 100%;
        transform: translateY(-50%);
        height: 2px;
    }

    .gallery-padd .owl-prev {
        margin-left: -26px;
        font-size: 35px;
        float: left !important;
    }

    .gallery-padd .owl-next {
        float: right !important;
        margin-right: -26px;
        font-size: 35px;
    }

.intrr-sec img {
    transition: linear 0.2s all 0s;
}

.intrr-sec img {
    width: 100%;
}

.intrr-sec:hover img {
    transform: scale(1.1,1.1);
}

.intrr-sec {
    background: #000;
    border-bottom: 1px solid #666;
    position: relative;
    overflow: hidden;
}

.intrr-caption {
    background: #000;
    padding: 2rem;
    background: url(../img/transparent-bg.png) repeat;
}

    .intrr-caption.right {
        right: 50px;
    }

    .intrr-caption.left {
        left: 50px;
    }

    .intrr-caption .caption-in {
        color: #fff;
    }

.review-section {
    padding-top: 20px;
}

.reviews-modal {
    padding: 0px;
    border: 1px solid #fff;
    top: 130px;
}

    .reviews-modal .close {
        position: relative;
        top: -11px;
        color: #fff;
        opacity: 1;
        border-radius: 50%;
        border: 1px solid #fff;
        line-height: 20px;
        width: 24px;
        left: 11px;
        z-index: 999999;
        background: #000;
    }

@media screen and (min-width:768px) {
    .intrr-caption {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 500px;
        height: 220px;
    }
}
