.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    width: 227px;
    position: relative;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
    background: #fff;
    cursor: pointer;
    border: solid 1px #aaa;
    border-radius: 100%;
    text-align: center;
    z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1.6em;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 15px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: 15px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

.tour_media .slick-prev {
    left: 5px;
    z-index: 1;
}

.tour_media .slick-next {
    right: 5px;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    /*bottom: -25px;*/
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #aaa;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #555;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
.popup-inline-content .modal_content img{
	height: 447px !important;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
               * Remove all paddings around the image on small screen
               */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.fa,
.far,
.fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*.fa, .fas {
        font-weight: 900;
    }*/
.fa-envelope:before {
    content: "\f0e0";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-plane:before {
    content: "\f072";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-glass:before {
    content: "\f000";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-star:before {
    content: "\f005";
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-car:before {
    content: "\f1b9"
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone:before {
    content: "\f095";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-angle-down:before {
    content: "\f0d7";
}

.fa-clock:before {
    content: "\f017";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-plus:before {
    content: "\f067"
}

.fa-check:before {
    content: "\f00c"
}

.fa-list:before {
    content: "\f03a"
}

.fa-briefcase::before {
    content: "\f0b1";
}

.fa-plane::before {
    content: "\f072";
}

.fa-automobile::before,
.fa-car::before {
    content: "\f1b9";
}

.fa-group::before,
.fa-users::before {
    content: "\f0c0";
}

.fa-mobile:before {
    content: "\f10b"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::before,
::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.btn-toolbar::before,
.btn-toolbar::after,
.btn-group-vertical>.btn-group::before,
.btn-group-vertical>.btn-group::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after,
.pager::before,
.pager::after,
.panel-body::before,
.panel-body::after,
.modal-footer::before,
.modal-footer::after {
    content: " ";
    display: table;
}

.clearfix::after,
.container::after,
.container-fluid::after,
.row::after,
.form-horizontal .form-group::after,
.btn-toolbar::after,
.btn-group-vertical>.btn-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.pager::after,
.panel-body::after,
.modal-footer::after {
    clear: both;
}

html,
body {
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', Helvetica, Segoe UI, Arial, sans-serif;
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    color: #333333;
    padding: 0 !important;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

#main-header {
    background: #fff;
    transition: opacity .4s;
    -webkit-transition: opacity .4s;
    -moz-transition: opacity .4s;
    position: relative;
    -webkit-transform: translateZ(0px);
    z-index: 5300;
    padding: 12px 0 12px;
}

body.b1170 #header.style3 #main-header>.container,
body.b1170 #header.style4 #main-header>.container,
body.b1170 #header.style5 #main-header>.container,
body.b960 #header.style3 #main-header>.container,
body.b960 #header.style4 #main-header>.container,
body.b960 #header.style5 #main-header>.container,
#header.style3 #main-header,
#header.style4 #main-header,
#header.style5 #main-header {
    background: #26262e;
    color: #c8bc88;
    border-top: solid 13px #71797b;
}

#header.style4 #main-header,
#header.style6 #main-header {
    text-align: center;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.logo_side {
    text-align: left;
}

a {
    color: #999999;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

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

img,
iframe {
    max-width: 100%;
    border: none;
}

img {
    height: auto;
}

.logo {
    width: 30%;
    height: auto;
}

/* p {
    	margin: 0 0 10px;
    	font-size: 14px;
    	line-height: 30px;
    	color: #5f5f5f;
    } */
h1 {
    font-size: 2em;
    margin: .67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 15px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
}

h1 {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
}

h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin: 20px 0;
}

h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

h2:first-child {
    margin-top: 0;
    color: #000000;
}

.small-padding {
    padding-top: 40px;
}

.padding-bottom0 {
    padding-bottom: 0 !important;
}

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

.padding-bottom60 {
    padding-bottom: 60px;
}

.margin-bottom35 {
    margin-bottom: 35px;
}

.cont_info {
    margin-top: 17px;
    display: inline-block;
    text-align: left;
    /* padding-left: 80px; */
}

.cont_info .phone,
.cont_info .email {
    text-align: center;
    font-size: 20px;
    color: #1f141a;
    margin-bottom: 15px;
    /* font-weight: bold; */
}

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

.cont_info .phone a,
.cont_info .email a {
    color: #a69e77;
    font-size: 30px;
    /* margin-left: 20px; */
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.social-media {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-header ul,
#main-header ul li {
    display: inline-block;
}

#main-header .social-media,
#main-header .text-list {
    margin-top: 0px;
}

#main-header .social-media {
    display: block;
    text-align: center !important;
}

.social-media li {
    display: inline-block;
    -webkit-transform: scale(1) translateZ(0px);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: color 0.2s, opacity 0.2s;
    -webkit-transition: color 0.2s, opacity 0.2s;
    -moz-transition: color 0.2s, opacity 0.2s;
    margin-right: 7px;
}

#main-header ul,
#main-header ul li {
    display: inline-block;
}

.social-media li a {
    font-size: 17px;
    color: #bcac6e;
    background-color: #f3eed0;
    border-radius: 100%;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

#lower-header {
    background: #fff;
    background: rgba(255, 255, 255, .67);
    -webkit-transform: translateZ(0px);
    position: relative;
    z-index: 5400;
    /*height: 55px;
        padding: 15px 0;*/
    transition: height .3s, padding .3s, background .4s, opacity 0.3s;
    -webkit-transition: height .3s, padding .3s, background .4s, opacity 0.3s;
    -moz-transition: height .3s, padding .3s, background .4s, opacity 0.3s;
}

#header.style3 #lower-header,
#header.style4 #lower-header {
    background: #141d22;
    background: rgba(189, 172, 116, .9);
}

#header.style4 #lower-header,
#header.style6 #lower-header {
    text-align: center;
}

#main-nav,
#header div.menu>ul {
    text-transform: uppercase;
    font-size: 14px;
}

#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#lower-header ul,
#lower-header ul li {
    display: inline-block;
}

#lower-header #main-nav,
#lower-header div.menu {
    /* float: left; */
}

.headerstyle3 #lower-header #main-nav,
.headerstyle3 #lower-header div.menu,
.headerstyle5 #lower-header #main-nav,
.headerstyle5 #lower-header div.menu {
    float: none;
}

#main-nav>li>a,
#header div.menu>ul>li>a,
#main-nav>li>a,
#header div.menu>ul>li>a {
    display: block;
}

#main-nav>li>a,
#header div.menu>ul>li>a {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
}

#header.style3 #lower-header #main-nav a,
#header.style4 #lower-header #main-nav a,
#header.style3 #lower-header div.menu>ul a,
#header.style4 #lower-header div.menu>ul a {
    color: #080000;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    /*border-radius: 4px;*/
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#lower-header ul,
#lower-header ul li {
    display: inline-block;
}

#main-nav li ul,
#header div.menu>ul li ul {
    display: none;
    position: absolute;
    /* padding-top: 17px; */
    min-width: 180px;
    z-index: 10000;
}

#main-nav>li>ul,
#header div.menu>ul>li>ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: 0px;
    /*-webkit-transition-property: opacity, visibility, margin;
        -moz-transition-property: opacity, visibility, margin;
        -o-transition-property: opacity, visibility, margin;
        transition-property: opacity, visibility, margin;
        -webkit-transition-duration: .4s, 0s, .4s;
        -moz-transition-duration: .4s, 0s, .4s;
        -o-transition-duration: .4s, 0s, .4s;
        transition-duration: .4s, 0s, .4s;
        -webkit-transition-delay: 0s, .4s, 0s;
        -moz-transition-delay: 0s, .4s, 0s;
        -o-transition-delay: 0s, .4s, 0s;
        transition-delay: 0s, .4s, 0s;*/
}

#header.style4 #lower-header #main-nav li ul,
#header.style6 #lower-header #main-nav li ul,
#header.style4 #lower-header div.menu>ul li ul,
#header.style5 #lower-header div.menu>ul li ul {
    text-align: left;
    line-height: 5px;
}

.dropdown {
    position: relative;
}

#lower-header ul,
#lower-header ul li {
    display: inline-block;
}

#main-nav>li+li,
#header div.menu>ul>li+li {
    margin-left: 30px;
}

#main-nav>li.menu-item-has-children,
#header div.menu>ul>li.menu-item-has-children,
#main-nav>li.page_item_has_children,
#header div.menu>ul>li.page_item_has_children {
    margin-right: -11px !important;
}

#main-nav>li>a,
#header div.menu>ul>li>a,
#main-nav>li>a,
#header div.menu>ul>li>a {
    display: block;
}

#main-nav>li>a,
#header div.menu>ul>li>a {
    color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
}

#header.style3 #lower-header #main-nav a,
#header.style4 #lower-header #main-nav a,
#header.style3 #lower-header div.menu>ul a,
#header.style4 #lower-header div.menu>ul a {
    color: #080000;
}

#header.style3 #lower-header #main-nav a,
#header.style4 #lower-header #main-nav a,
#header.style3 #lower-header div.menu>ul a,
#header.style4 #lower-header div.menu>ul a {
    color: #080000;
}

/*#main-nav>li.menu-item-has-children>a::after,
    #header div.menu>ul>li.menu-item-has-children>a::after,
    #main-nav>li.page_item_has_children>a::after,
    #header div.menu>ul>li.page_item_has_children>a::after {
        content: '';
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: 1px;
        width: 11px;
        height: 11px;
        background: url('img/sprites/menu-arrows.webp') -11px 0 no-repeat;
    }*/

#main-nav li ul li,
#header div.menu>ul li ul li {
    display: block;
    position: relative;
    -webkit-perspective: 500px;
    perspective: 500px;
}

#header.style4 #lower-header #main-nav li:last-child,
#header.style6 #lower-header #main-nav li:last-child,
#header.style4 #lower-header div.menu>ul li:last-child,
#header.style6 #lower-header div.menu>ul li:last-child {
    margin-right: 0;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

#main-nav li ul li a,
#header div.menu>ul li ul li a {
    display: block;
    color: #CCCCCC;
    white-space: nowrap;
    /* background: #1b1b1b; */
    /* background: rgba(93,112,156,.9); */
    padding: 8px 20px;
    font-size: 13px;
    transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
}

#main-nav li ul li a:hover,
#header div.menu>ul li ul li a:hover {
    background-color: #a69e77;
}

#header.style3 #lower-header #main-nav a,
#header.style4 #lower-header #main-nav a,
#header.style3 #lower-header div.menu>ul a,
#header.style4 #lower-header div.menu>ul a {
    color: #080000;
}

#main-nav li:hover>ul,
#main-nav li ul li:hover>ul,
#header div.menu>ul li:hover>ul,
#header div.menu>ul li ul li:hover>ul {
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    visibility: visible;
}

/*
    .slide1 {
    	background: url("img/banner/vip-car-is-parked-runway-there-was-plane-parked-side-3d-render-illustration-min.webp") 50% 50% / cover no-repeat;
    	background-size:cover;
    	height: 800px;
    	position:relative;
	}
	.slide2
	{
    	background: url("img/banner/Group 47-min.webp") 50% 50% / cover no-repeat;
    	background-size:cover;
    	height: 800px;
    	position:relative;
	}
	.slide3
	{
    	background: url("img/banner/Group 48-min.webp") 50% 50% / cover no-repeat;
    	background-size:cover;
    	height: 800px;
    	position:relative;
	}
	.slide4
	{
    	background: url("img/banner/Group 49-min.webp") 50% 50% / cover no-repeat;
    	background-size:cover;
    	height: 800px;
    	position:relative;
	}
	.slide5
	{
    	background: url("img/banner/Group 50-min.webp") 50% 50% / cover no-repeat;
    	background-size:cover;
    	height: 800px;
    	position:relative;
	}
  */
.bann_content {
    position: relative;
    top: 100px;
    text-align: center;
}

.bann_content h2 {
    font-weight: 600;
    display: inline-block;
    margin: 0 0 20px;
    /* height: 40px; */
    padding: 0px 10px;
    font-size: 40px;
    /* line-height: 37px; */
    color: rgb(255, 255, 255);
    text-shadow: 4px 4px 5px #000000, 4px 4px 5px #000000;
    letter-spacing: 0.5px;
}

.slider_btns {
    position: absolute;
    bottom: 50px;
    display: block;
    width: 100%;
    text-align: center;
    /*left: 40%;*/
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.slider_btns a {
    margin: 0 15px;
    background-color: #f4ebb4 !important;
    padding: 10px 20px;
    color: #080000;
    font-size: 20px;
}

.image-box {
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-transition: 0.2s all ease-in-out;
    -moz-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.image-box-style4 .img-wrap {}

.image-box img {
    width: 100%;
    border-bottom: 8px solid #000000;
}

.image-box .text-wrap {
    padding: 26px 36px;
    text-align: center;
    position: relative;
}

.text-wrap.text-wrap-flexstyles {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image-box-style4 .text-wrap {
    padding: 16px;
    min-height: 540px;
}

.image-box .text-wrap h4 {
    font-weight: 400;
    font-size: 13px;
    color: #cc9215;
    line-height: 1.5;
    margin: 0;
    font-family: inherit;
    /* font-family: "Montserrat", Helvetica, sans-serif; */
    text-transform: uppercase;
    padding: 0 0 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.image-box .text-wrap h3 {
    color: #cf6e6e;
    font-size: 20px;
    line-height: 1.3;
    /*padding: 0 0 24px;*/
    font-weight: 400;
    margin: 0;
    font-family: inherit;
    text-transform: uppercase;
}

.image-box-style4 .text-wrap h3 {
    color: #384244;
}

.image-box-style4 .text-wrap h3 {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.12);*/
}

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

.image-box .text-wrap p {
    padding-top: 30px;
    color: #999999;
    font-size: 14px;
    line-height: 1.9;
    min-height: 250px;
}

.image-box-style4 .text-wrap p {
    color: #5f5f5f;
}

a.button,
button {
    background: #1b1b1b;
    color: #fff;
    font-size: 11px;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    margin: 5px 0;
    border: none;
}

a.button.biggest {
    padding: 20px 60px;
    font-size: 16px;
    margin-bottom: 20px;
}

.image-box:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}

#main-content {
    background: #f1eedd;
}

.marine-full_bg {
    /* background-color: #000000; */
    background-attachment: scroll;
    background-position: left top;
    background-size: 100% 100%;
    padding-top: 20px;
    margin-bottom: 20px;
}

.marine-special-projects-h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: bolder;
    text-align: center;
}

/*h2:first-child {
    	margin-top: 0;
    	color: #000000;
    }*/
.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 1.42857143;
}

.img-thumbnail,
.img-thumbnail img,
.rounded {
    border-radius: 4px;
}

.thumb-info {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    max-width: 100%;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.thumb-info img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 3px;
    position: relative;
}

.thumb-info:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.thumb-info .thumb-info-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(36, 27, 28, 0.9);
    bottom: 10%;
    color: #f7ebbb;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 2px;
    position: absolute;
    /* text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); */
    text-transform: uppercase;
    z-index: 1;
}

.thumb-info .thumb-info-type {
    background-color: #bdac74;
    color: #413630;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px -2px;
    padding: 5px 9px;
    text-transform: none;
}

.thumb-info .thumb-info-action {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(36, 27, 28, 0.9);
    bottom: 0;
    color: #FFF;
    filter: alpha(opacity=0);
    height: 100%;
    left: 0;
    opacity: 0.0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.thumb-info:hover .thumb-info-action {
    filter: alpha(opacity=100);
    opacity: 1;
}

.thumb-info .thumb-info-action-icon {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #CCC;
    border-radius: 0 0 0 25px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: -100px;
    text-align: center;
    top: -100px;
    width: 50px;
    background-color: #918800;
}

.thumb-info .thumb-info-action-icon i {
    font-size: 24px;
    left: 3px;
    position: relative;
    top: -4px;
}

#footer {
    font-size: 12px;
}

.smallest-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

#main-footer {
    background: #26262e;
    color: #999999;
}

#main-footer img {
    margin-bottom: 12px;
    width: 70%;
}

#footer h4 {
    color: #f4ebb4;
}

#main-footer h4 {
    margin-bottom: 30px;
}

.blog-post {
    margin-bottom: 35px;
    margin-top: 20px;
    overflow: hidden;
}

#main-footer .blog-post {
    /* border-bottom: 1px solid #333333; */
    margin-top: 10px;
    margin-bottom: 0;
}

#main-footer .blog-post .post-title {
    color: #8b8b8d;
    font-size: 16px;
    /* font-style: italic; */
}

.iconic-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar .categories,
.widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.iconic-list li {
    position: relative;
    /*padding-left: 35px;*/
    margin-bottom: 10px;
    font-size: 16px;
}

.iconic-list li i {
    margin-right: 15px;
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.iconic-list li i.fa-envelope {
    margin-left: 0;
    margin-right: 10px;
}

#main-footer .iconic-list li a {
    font-size: 16px !important;
}

#main-footer li {
    word-break: break-all;
    margin-top:10px;
}

#main-footer .widget li a {
    /* color: #bdd2dc; */
    font-size: 16px;
    /* font-style: italic; */
    text-transform: none;
}

#main-footer .widget li a:hover {
    color: #fff;
}

#main-footer .social-media {
    list-style: none;
    margin: -15px 0 0;
    padding: 0;
}

#main-footer .social-media li {
    display: inline-block;
    -webkit-transform: translateZ(0px);
    transition: color 0.2s, opacity 0.2s;
    -webkit-transition: color 0.2s, opacity 0.2s;
    -moz-transition: color 0.2s, opacity 0.2s;
    margin-right: 1px;
}

#main-footer .social-media li a {
    font-size: 17px;
    text-align: center;
    color: #272530;
    /* padding: 5px !important; */
}

#main-footer .social-media li a:hover {
    color: #000;
}

#main-footer .footer_logos {
    text-align: center;
    margin-top: 50px;
}

#main-footer .footer_logos img {
    width: auto;
    margin: 0 15px;
}

#lower-footer {
    color: #999999;
    background: #000;
    padding: 20px 0;
    border-top: solid 2px #f0dd98;
    border-bottom: solid 2px #fefefe;
}

#lower-footer>div:nth-child(1)>div:nth-child(1)>div:nth-child(2) {
    text-align: right;
}

.copyright {
    color: #cbbf99;
    font-size: 14px;
}

.iconic-list .icons {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
}

.icon-location-7::before {
    content: '\ef68';
}

.popup-inline-content {
    position: relative;
    display: none;
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.modal_content {
    background: #FFF;
    margin: 40px auto;
    max-width: 1170px;
    text-align: left;
    padding: 20px 30px;
}

.pop_close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.pop_close:hover,
.pop_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*.mfp-wrap .popup-inline-content {
    	display: block;
    }*/
@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-12 {
        width: 100%;
    }
}

#main-nav-button {
    width: 50px;
    height: 50px;
    padding: 7px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0px 0 0 !important;
    display: none;
}

#main-nav-button span {
    width: 35px;
    height: 3px;
    line-height: 0;
    background: #fff;
    display: block;
    margin: 0px 0 7px;
}



#reviewWrapper {
    background-color: #f6f7f1;
    padding-top: 30px;
}

#reviewWrapper h1 {
    margin-bottom: 35px;
}

#reviewWrapper .mainWrapper {
    background-color: #EFEFE4;
    /* padding: 70px; */
    padding: 70px 70px 30px;
    border-radius: 30px;
    margin-bottom: 50px;
}

#reviewWrapper .mainWrapper #reviewSlider .whiteWrapper {
    background-color: #FFF;
    padding: 50px;
    border-radius: 20px;
}

#reviewWrapper .mainWrapper #reviewSlider .slick-slide {
    position: relative;
}

#reviewWrapper .mainWrapper #reviewSlider .slick-slide .whiteWrapper .clientImage {
    display: none;
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 30px;
}

#reviewWrapper .mainWrapper #reviewSlider .slick-slide .whiteWrapper .clientInitials {
    position: absolute;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid white;
    background-color: #ffcaaf;
    color: #fff;
    margin-top: 10px;
}

#reviewWrapper .mainWrapper #reviewSlider .slick-slide .whiteWrapper .clientInitials .initial {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.sub_banner {
    background-size: cover;
    min-height: 500px;
}
.page-heading.style3 {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 0;
}
body.headerstyle3 .page-heading {
    padding-top: 55px;
    margin-top: -55px;
}
.page-heading.style3 h1 {
    text-transform: none;
    font-size: 24px;
    font-weight: 400;
    color: #2d363c;
    line-height: 1.2;
}
.breadcrumbs {
    display: block;
    margin-top: 25px;
    text-align: right;
    color: #fff;
}
.page-heading.style3 .breadcrumbs {
    color: #73848e;
    font-size: 13px;
    text-transform: capitalize;
}
.breadcrumbs .delimiter {
    margin: 0 8px 0 6px;
}
.project {
    border-right: 1px solid rgba(0, 0, 0, 0);
    color: #fff;
    overflow: hidden;
}
.project.light {
    margin-bottom: 30px;
}
.project-image {
    position: relative;
}
.project-image img {
    width: 100%;
    transition: transform 0.4s ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
}
.project:hover .project-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.project-hover {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
}
.project:hover .project-hover {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}


.project-hover > a {
    width: 58px;
    height: 58px;
    margin: 0 5px;
    display: inline-block;
    background-color: #2a3b45;
    background-color: rgba(0,0,0,0.4);
    background-image: url('https://idigitalise.org/notilimousine/V2/wp-content/uploads/2024/10/hover-icons.webp');
    border: 4px solid #eee;
    border: 4px solid rgba(238,238,238,0.12);
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding-top: 15px;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: transform .3s, opacity .6s, background .3s;
    -webkit-transition: -webkit-transform .3s, opacity .6s, background .3s;
    -moz-transition: -moz-transform .3s, opacity .6s, background .3s;
}
.project-hover > a.search-icon {
    background-position: 0 0;
}
.project:hover .project-hover > a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    /* opacity: 1; */
}
.project.light .project-hover > a {
    border: 3px solid rgba(255,255,255,.4);
    padding-top: 12px;
    height: 100%;
    width: 100%;
}

.project-meta {
    padding: 12px 20px 27px;
    position: relative;
    top: -6px;
    height: 100px;
    background: #2a3b45;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
}
.project-meta::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 20px;
    width: 10px;
    height: 10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 8px solid #2a3b45;
}
.project.light .project-meta::before {
    border-bottom-color: #fff;
}

.project.light .project-meta {
    background: #ffffff;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: auto;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-primary {
    color: #fff;
    background-color: #666666;
    border-color: #333333;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 12px 16px 10px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #333333;
}
.content {
    padding: 30px 0 50px;
}
.nt-img-wrapper img{
    min-height: 250px;
    height: 250px;
    object-fit: cover;
    background-color: #f2f2f2;
    width: 100%;
}
.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }
  .nt-row-content h4:hover{
    color: #999999;
  }
  .line-clamp p{
    line-height: 1.5;
  }


  .blog-sidebar-wraper {
    margin-top: 30px
}

.blog-sidebar-wraper .widget {
    padding-left: 30px;
    padding-right: 30px
}

.blog-sidebar-wraper .widget .widget-header {
    margin-bottom: 12px
}

.blog-sidebar-wraper .widget .xs-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px;
    padding: 0 0 15px
}

.blog-sidebar-wraper .widget .xs-title:before {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0;
    width: 50px;
    height: 2px;
    left: 0;
    z-index: 1;
    background-color: #e55372
}

.blog-sidebar-wraper .widget ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.blog-sidebar-wraper .widget ul li a {
    font-size: 17px;
    color: #000;
    text-decoration: none;
    outline: 0
}

.blog-sidebar-wraper .widget ul li:before {
    content: "";
    background-image: url('https://notilimousine.com/blog/wp-content/themes/wehiringblogs/images/chevron-down.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 7px;
    transform: translateY(20%) rotate(-90deg)
}

.blog-sidebar-wraper .widget ul li:hover a {
    color: #e55372
}

.blog-sidebar-wraper .widget ul li:hover:before {
    background-color: #e55372
}

.blog-sidebar-wraper .widget ul li:not(:last-child) {
    margin-bottom: 15px
}

.blog-sidebar-wraper .widget .tagcloud a {
    text-decoration: none;
    outline: 0;
    display: inline-block;
    padding: 4px 15px;
    color: #e55372;
    border: 1px solid #e55372;
    border-radius: 50px;
    margin-right: 9px;
    margin-bottom: 9px;
    font-size: 13px!important
}
.pum-theme-416, .pum-theme-default-theme{
    background-color: rgba(0,0,0,.5) !important;
}
#popmake-425,
#popmake-528,
#popmake-4691{
    padding: 0;
    background-color: transparent;
}
.pum-theme-416 .pum-content + .pum-close{
    color: #aaa !important;
    float: right;
    font-size: 28px !important;
    font-weight: 700 !important;
    background: none !important;
    box-shadow: none !important;
    top: 10px !important;
    right: 13px !important;
}
#popmake-425 .pum-content + .pum-close:hover,
#popmake-528 .pum-content + .pum-close:hover,
#popmake-4691 .pum-content + .pum-close:hover{
    color:#121212;
}
#popmake-425 .modal-content,
#popmake-528 .modal-content,
#popmake-4691 .modal-content{
    width: 100%;
    padding: 25px;
    max-width: 600px;
    width:600px;
}
@media (max-width: 767px) {
    #header .logo {
        width: 20%;
        /*padding-right: 70px;
        min-height: 20px;*/
    }

    h1 {
        font-size: 25px;
        line-height: 28px;
    }

    #header .text-list,
    #header .social-media,
    #upper-header .menu {
        display: block;
        font-size: 16px;
        text-align: center;
    }

    #header .social-media {
        margin-bottom: 10px;
    }

    #main-header div.col-lg-5:nth-child(2) {
        text-align: center !important;
    }

    #main-nav-button {
        display: block;
    }

    #lower-header {
        padding: 0;
    }

    #lower-header #main-nav {
        display: none;
    }

    #lower-header #main-nav.in {
        display: block;
    }

    #main-header,
    #lower-header,
    #upper-header {
        height: auto !important;
        /* padding: 20px 0; */
        overflow: visible;
    }

    .cont_info .phone,
    .cont_info .email {
        margin-bottom: 5px;
    }

    .cont_info .phone a,
    .cont_info .email a {
        font-size: 20px;
    }

    #header.style3 #lower-header,
    #header.style4 #lower-header {
        background: #999999;
    }

    #main-content #slider,
    body .portfolio-extended-image,
    body .google-map-heading {
        margin-top: 0 !important;
    }

    #main-nav,
    #header div.menu>ul {
        text-align: left;
        padding: 0 !important;
        margin-top: 0 !important;
        width: 100%;
    }

    #main-nav li,
    #header div.menu>ul li {
        display: block !important;
        margin: 0 !important;
        position: relative;
    }

    #main-nav li a,
    #header div.menu>ul li a {
        font-size: 16px;
        text-transform: none;
        padding: 8px 0;
        display: block;
        position: relative;
        height: auto;
        line-height: inherit;
    }

    #header div.menu>ul li a {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    #header ul.menu>li a i {
               position: absolute;
        right: 10px;
        top: 0;
        width: 100px;
        height: 38px;
        text-align: right;
        padding: 10px;
        padding-top: 5px;

    }

    #main-nav>li>ul.active {
        opacity: 1;
        visibility: visible;
        min-width: 100%;
        background: none;
        position: relative;
        box-shadow: none;
        border: none;
    }

    #main-nav>li>ul.active a {
        font-size: 13px;
        padding: 5px 10px 10px;
    }

    #slider .slick-slide {
        /*height: 200px !important;*/
        /* height: 100vh; */
    }

    /*
        .slide1 {
        	background: url("img/banner/Group 89.webp") 50% 50% / cover no-repeat;
        	background-size:cover;
        	height: 100vh;
    	}
    	.slide2 {
        	background: url("img/banner/Group 67-min.webp") 50% 50% / cover no-repeat;
        	background-size:cover;
        	height: 100vh;
    	}
    	.slide3 {
        	background: url("img/banner/Group 68-min.webp") 50% 50% / cover no-repeat;
        	background-size:cover;
        	height: 100vh;
    	}
    	.slide4 {
        	background: url("img/banner/Group 69-min.webp") 50% 50% / cover no-repeat;
        	background-size:cover;
    	}
    	.slide5 {
        	background: url("img/banner/Group 70-min.webp") 50% 50% / cover no-repeat;
        	background-size:cover;
        	height: 100vh;
    	}
      */
    .bann_content {
        top: 15px !important;
    }

    .bann_content h2 {
        font-size: 18px !important;
        line-height: 1.3em;
    }

    .slider_btns {
        bottom: 15px !important;
        /*left: 18% !important;*/
    }

    .slider_btns a {
        font-size: 15px !important;
        padding: 3px 10px 1px !important;
    }

    .marine-full_bg {
        padding-top: 0;
    }

    .marine-special-projects-h2 {
        font-size: 28px;
        margin: 0;
    }

    #footer #main-footer img {
        width: auto !important;
    }

    #main-footer h4 {
        margin-top: 40px;
    }

    #main-footer h4 {
        margin-top: 40px;
    }

    #footer #main-footer .footer_logos img {
        width: 50% !important;
    }

    #footer #main-footer .footer_logos img {
        margin-bottom: 20px;
    }

    #lower-footer>div:nth-child(1)>div:nth-child(1)>div:nth-child(2) {
        text-align: center;
    }
    .sub_banner {
        background-size: auto;
        background-size: cover !important;
        min-height: 150px;
    }
    #popmake-425 .modal-content,
    #popmake-528 .modal-content,
    #popmake-4691 .modal-content
    {
        max-width: 100%;
        width: 100%;
    }
    #reviewWrapper .mainWrapper {
        padding: 70px 30px 30px;
    }
    .page-heading.style3 .breadcrumbs,
    .page-heading.style3 h1 {
        text-align: center;
    }
    .sub-menu.dropdown-menu .menu-item a{
        padding-block:10px !important;
        line-height:1.2 !important;
    }
    #main-nav li ul, #header div.menu>ul li ul {
        min-width: 97%;   
    }
	.popup-inline-content .modal_content img {
		height: 100% !important;
	}
}

header #main-header .multistep-ride-booking-form .contact-form-container .contact-fields .ride-booking-field .wpcf7-form-control.wpcf7-recaptcha > div {
	max-width: 100%;
}

@media(max-width: 575px) {
    .slider_btns {
        display: none;
    }
}

#main-footer .footer_logos img {
    width: 200px;
    margin: 0 15px;
    object-fit: contain;
}
h1,h2{
	margin-bottom:20px !important;
}
.single-tours-events .page-heading.style3 h1{
	    text-transform: none;
    font-size: 24px;
    font-weight: 400;
    color: #2d363c;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
@media (min-width: 768px) {
    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important;
    }
}
.page-template-fleet-gallery .before-footer-cta-links{
    padding-bottom: 30px !important;
    margin-bottom: 0 !important;
}