.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;
    height: 600px;
}

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

.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;
    height: 600px;
}

.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;
}

[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;
    cursor: pointer;
    border: solid 1px #aaa;
    border-radius: 100%;
    text-align: center;
    z-index: 100;
}

.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: 25px;
}

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

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

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

.slick-next {
    right: 25px;
}

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

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

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

/* 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: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    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: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* 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;
}

@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;
    }
}


/*Default Rules*/
* {
    -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;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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;
    background-color: #fff;
    margin: 0;
    padding: 0 !important;
}

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

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

.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: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;
}

.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;
}

a {
    background: 0 0;
    text-decoration: none;
}

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

a:hover,
a:focus {
    color: #000000;
    /*text-decoration: underline;*/
}

img {
    vertical-align: middle;
}

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

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

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;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

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

h2,
.h2 {
    font-size: 30px;
}

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

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

h1 {
    font-size: 35px;
    font-weight: 800;
    line-height: 40px;
    color: #0E569E;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1.7em;
    margin: 20px 0;
    color: #0E569E;
    text-transform: uppercase;
}

h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5em;
    margin: 20px 0;
    color: #0E569E;
    text-transform: uppercase;
}

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

p {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
}

a.button,
button {
    background: #0E569E;
    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:hover {
    background: #000000;
}

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

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

.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;
}

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

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    display: block;
}

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

.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;
}


[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    /* font-size: 120%; */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

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

.fa {
    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-facebook:before {
    content: "\f09a";
}

.fa-tumblr:before {
    content: "\f173"
}

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

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

.fa-youtube:before {
    content: "\f167";
}

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

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

.fa-envelope:before {
    content: "\f0e0"
}

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

.fa-road:before {
    content: "\f018"
}

/*Default Rules*/

/*Header Rules*/
#header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    -webkit-transform: translateZ(0px);
}

#header.sticky-header {
    position: fixed;
}

.sticky-header.style1 #main-header,
.sticky-header.style3 #main-header,
.sticky-header.style4 #main-header,
.sticky-header.style5 #main-header,
.sticky-header.style6 #main-header,
body.b1170 .sticky-header.style1 #main-header,
body.b1170 .sticky-header.style3 #main-header,
body.b1170 .sticky-header.style4 #main-header,
body.b1170 .sticky-header.style5 #main-header,
body.b1170 .sticky-header.style6 #main-header,
body.b960 .sticky-header.style1 #main-header,
body.b960 .sticky-header.style3 #main-header,
body.b960 .sticky-header.style4 #main-header,
body.b960 .sticky-header.style5 #main-header,
body.b960 .sticky-header.style6 #main-header,
body.b1170 .sticky-header #upper-header,
body.b960 .sticky-header #upper-header,
.sticky-header #upper-header {
    height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

#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: 5px 0 0;
}

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: #fff;
    color: #456;
    border-top: solid 11px #71797b;
}

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

.logo {
    width: 35%;
    margin-top: 6px;
    height: auto;
}

.cont_info {
    margin-top: 12px;
    display: inline-block;
    text-align: left;
    margin-bottom: 5px;
}

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

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

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

.cont_info .email a {
    font-size: 15px;
}

#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: 10px;
}

.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: 3px;
}

.social-media li:hover {
    -webkit-transform: scale(1.1) translateZ(0px);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

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

.social-media li a {
    font-size: 18px;
    color: #24272e;
    background-color: #54cbf5;
    border-radius: 50%;
    padding: 3px !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

#lower-header {
    background: #fff;
    background: rgba(255, 255, 255, .67);
    -webkit-transform: translateZ(0px);
    position: relative;
    z-index: 5400;
    height: 55px;
    padding: 18px 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;
}

#lower-header:hover {
    background: rgba(255, 255, 255, .8);
}

.sticky-header.style1 #lower-header,
.sticky-header.style3 #lower-header,
.sticky-header.style4 #lower-header,
.sticky-header.style5 #lower-header,
.sticky-header.style6 #lower-header,
body.b1170 .sticky-header.style1 #lower-header,
body.b1170 .sticky-header.style3 #lower-header,
body.b1170 .sticky-header.style4 #lower-header,
body.b1170 .sticky-header.style5 #lower-header,
body.b1170 .sticky-header.style6 #lower-header,
body.b960 .sticky-header.style1 #lower-header,
body.b960 .sticky-header.style3 #lower-header,
body.b960 .sticky-header.style4 #lower-header,
body.b960 .sticky-header.style5 #lower-header,
body.b960 .sticky-header.style6 #lower-header {
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    height: 40px;
    padding: 7px 0;
}

.sticky-header.style1:hover #lower-header,
.sticky-header.style2:hover #lower-header,
.sticky-header.style3:hover #lower-header,
.sticky-header.style4:hover #lower-header,
.sticky-header.style5:hover #lower-header,
.sticky-header.style6:hover #lower-header,
.sticky-header.style7:hover #lower-header,
.sticky-header.style8:hover #lower-header,
.sticky-header.style1:hover #main-header,
.sticky-header.style2:hover #main-header,
.sticky-header.style3:hover #main-header,
.sticky-header.style4:hover #main-header,
.sticky-header.style5:hover #main-header,
.sticky-header.style6:hover #main-header,
.sticky-header.style7:hover #main-header,
.sticky-header.style8:hover #main-header {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

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

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

#header.sticky-header #lower-header {
    background: rgba(255, 255, 255, .80);
}

#header.sticky-header.style3 #lower-header,
#header.sticky-header.style4 #lower-header {
    background: #0E569E;
    padding: 15px 0;
    height: inherit;
    opacity: 1;
}

.tcp {
    margin-top: 15px;
    text-align: center;
    font-size: 15px;
    color: #808080;
}

#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;
}

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

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

#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: #ffffff;
    font-size: 18px;
    letter-spacing: 0.5px;
}

#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: #ffffff;
}

#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.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;

}*/
#main-nav>li>a:only-child:after,
#header div.menu>ul>li>a:only-child:after {
    display: none;
}

/*#main-nav>li:hover>a,
#main-nav>li.current-menu-item>a,
#main-nav>li.current-menu-ancestor>a,
#header div.menu>ul>li:hover>a,
#header div.menu>ul>li.current-menu-item>a,
#header div.menu>ul>li.current-menu-ancestor>a {
    background-position: 0px 0px;
}

#main-nav>li:hover>a:after,
#main-nav>li.current-menu-item>a:after,
#main-nav>li.current-menu-ancestor>a:after,
#header div.menu>ul>li:hover>a:after,
#header div.menu>ul>li.current-menu-item>a:after,
#header div.menu>ul>li.current-menu-ancestor>a:after {
    background-position: 0px 0px;
}*/

#main-nav ul:after,
div.menu>ul ul:after {
    display: none !important;
    border: none !important;
}

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

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

.sticky-header #main-nav li ul,
.sticky-header #header div.menu>ul li ul {
    padding-top: 15px;
}

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

#main-nav>li>ul,
#header div.menu>ul>li>ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: 40px;
    -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;
}

#main-nav>li:hover>ul,
#header div.menu>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition-delay: 0s, 0s, 0s;
    -moz-transition-delay: 0s, 0s, 0s;
    -o-transition-delay: 0s, 0s, 0s;
    transition-delay: 0s, 0s, 0s;
}

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

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

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

#main-nav>li>ul,
#header div.menu>ul>li>ul {
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: 40px;
    -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;
}

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

#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: 13px 20px;
    font-size: 11px;
    transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
}

#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: #ffffff;
}

/*Header Rules*/

/*Home Rules*/
#main-content {
    background: #edf0e5;
}

.sub_banner {
    background: url('../img/sub-pages.webp') no-repeat 50% 50%;
    background-size: cover;
    min-height: 425px
}

.sub_banner h1 {
    margin-top: 50px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 4px 4px 5px #000000, 4px 4px 5px #000000;
    text-align: center;
}

.page-heading {
    padding-top: 10px;
    padding-bottom: 10px;
}

.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;
}

.breadcrumbs {
    display: block;
    margin-top: 40px;
    text-align: right;
    color: #fff;
}

.page-heading.style3 .breadcrumbs {
    color: #73848e;
    font-size: 11px;
}

.breadcrumbs a {
    color: #fff;
}

.page-heading.style3 .breadcrumbs a {
    color: #666;
}

.breadcrumbs .delimiter {
    margin: 0 8px 0 6px;
}

.page-heading.style3 .breadcrumbs .current {
    color: #666666;
}

.left-timeline-item {
    padding-right: 40px;
    position: relative;
}

.left-timeline-item:before {
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    position: absolute;
    background: #000;
    top: 40px;
    right: -10px;
    background: #73848e;
    border: 5px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 100;
}

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

.blog-post.masonry {
    border: 1px solid #ddd;
    padding: 0;
    position: relative;
}

.post-footer {
    background: #f7f7f7;
    overflow: hidden;
    padding: 10px 20px !important;
}

.blog-post.masonry>div {
    padding: 0;
}

.blog-post.masonry .post-footer {
    border-top: 1px solid #e5e8ea;
}

.timeline-container .blog-post.masonry .post-footer {
    background: #f9fbfc;
    border-bottom: 1px solid #e7eaec;
    border-top: none;
}

span.post-date {
    display: block;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.post-footer .post-date {
    display: block;
    text-align: left;
}

.blog-post.masonry .post-date {
    font-size: 11px;
    color: #000000;
    font-weight: 400;
}

.timeline-container .blog-post.masonry .post-date {
    margin: -3px 0;
}

.post-meta {
    padding: 0;
    text-align: center;
}

ul.post-meta {
    list-style: none;
    padding: 0 0 10px;
    margin: 0;
    border-bottom: 1px solid #E5E8EA;
    overflow: hidden;
}

.timeline-container .blog-post ul.post-meta {
    border-bottom: none;
}

.blog-post.masonry .post-footer ul.post-meta {
    border-bottom: none;
}

ul.post-meta li {
    float: left;
    margin-right: 5px;
    color: #000000;
    font-size: 16px;
    text-transform: uppercase;
    background: url(../img/post-meta-square.png) left center no-repeat;
    padding-left: 15px;
}

ul.post-meta li:first-child {
    background: none;
    padding-left: 0;
}

.blog-post.masonry>div {
    padding: 0;
}

.post-thumbnail {
    position: relative;
    background: #fff;
}

.post-thumbnail img {
    width: 100%;
}

.timeline-container .post-thumbnail img {
    padding: 10px 10px 0;
}

.post-content {
    position: relative;
    background: #fff;
}

.blog-post.masonry .post-content {
    padding: 20px;
}

.left-timeline-item:after {
    content: '';
    display: block;
    position: absolute;
    right: 26px;
    top: 43px;
    width: 15px;
    height: 15px;
}

.right-timeline-item {
    padding-left: 40px;
    position: relative;
}

.right-timeline-item:before {
    width: 20px;
    height: 20px;
    content: '';
    display: block;
    position: absolute;
    background: #000;
    top: 40px;
    left: -10px;
    background: #73848e;
    border: 5px solid #fff;
    border-radius: 50%;
    z-index: 100;
}

.right-timeline-item:after {
    content: '';
    display: block;
    position: absolute;
    left: 26px;
    top: 43px;
    width: 15px;
    height: 15px;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: 20px;
    /* height: 100%; */
    border: 1px solid #fff;
    margin-left: -1px;
}

.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:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
}

.image-box-style4 .img-wrap {
    border-bottom: 8px solid #000000;
}

img {
    vertical-align: middle;
    height: auto;
}

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

.image-box img {
    width: 100%;
}

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

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

.image-box .text-wrap h4 {
    font-weight: 400;
    font-size: 18px;
    color: #0E569E;
    line-height: 1.5;
    margin: 0;
    font-family: "Montserrat", Helvetica, sans-serif;
    text-transform: uppercase;
}

.image-box .text-wrap h3 {
    color: #cf6e6e;
    font-size: 28px;
    line-height: 1.3;
    padding: 0 0 24px;
    font-weight: 400;
    margin: 0;
    font-family: "Montserrat", Helvetica, sans-serif;
    text-transform: uppercase;
}

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

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

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

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

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

h2:first-child {
    margin-top: 0;
}

.popup-inline-content {
    background: none repeat scroll 0 0 #FFF;
    margin: 40px auto;
    max-width: 1170px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
    display: none;
}

.mfp-wrap .popup-inline-content {
    display: block;
}

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

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

.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 .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: 16px;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px 2px;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.thumb-info .thumb-info-type {
    background-color: #0061ae;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    float: left;
    font-size: 13px;
    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;
}

.veh_slider.slick-slider,
.veh_slider .slick-track,
.veh_slider .slick-list {
    height: 260px;
}

.veh_slider .slick-prev,
.veh_slider .slick-next {
    top: 35%;
}

.content {
    background-color: #d3dfdf;
    padding: 30px 0;
}

.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(../img/sprites/hover-icons.png);
    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;
}

.project-meta {
    padding: 12px 20px 27px;
    position: relative;
    height: 100px;
    background: #2a3b45;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
}

.project.light .project-meta {
    background: #ffffff;
}

.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-meta h4 {
    margin-bottom: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}

.project.light:hover .project-meta h4,
.project.light:hover .project-meta h4 a {
    color: #000000;
}

.stats {
    text-align: center;
}

.passgs,
.luggs {
    display: inline-block;
    color: #26262e;
    margin: 20px 0;
    font-size: 20px;
}

.passgs {
    border-right: double 5px #26262e;
    padding-right: 10px;
}

.luggs {
    padding-left: 10px;
}

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

.fa-suitcase:before {
    content: "\f0f2"
}

.form-group {
    margin-bottom: 15px;
}

/*.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}*/
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

button,
input,
optgroup,
select,
textarea {
    /*color: inherit;*/
    font: inherit;
    margin: 0;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

.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;
}

.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: #0E569E;
    border-color: #0E569E;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #0E569E;
    border-color: #0E569E;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

/* Pricing Tables */
.pricing-table {
    margin: 10px 0;
    padding: 0 15px;
    text-align: center;
}

.pricing-table ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.pricing-table li {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.pricing-table h3 {
    color: #fff;
    font-size: 20px;
}

.pricing-table h3 {
    background-color: rgba(0, 97, 174, 1);
    border-radius: 2px 2px 0 0;
    font-size: 20px;
    font-weight: normal;
    margin: -20px -20px 50px -20px;
    padding: 20px;
}

.pricing-table h3 span {
    background: #FFF;
    border: 5px solid #FFF;
    border-radius: 100px;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    color: #777777;
    display: block;
    font: bold 25px / 100px Georgia, Serif;
    height: 100px;
    margin: 20px auto -65px;
    width: 100px;
    font-size: 18px;
}

.pricing-table .most-popular {
    border: 3px solid #CCC;
    box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    top: -10px;
    z-index: 2;
}

.pricing-table .most-popular h3 {
    background-color: #666;
    color: #FFF;
    padding-top: 30px;
    text-shadow: 0 1px #555;
}

.pricing-table .plan-ribbon-wrapper {
    height: 88px;
    overflow: hidden;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 85px;
}

.pricing-table .plan-ribbon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
    background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
    background-color: #bfdc7a;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    color: #333;
    font-size: 14px;
    left: -5px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
    top: 15px;
    width: 120px;
}

.pricing-table .plan-ribbon:before {
    left: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute;
}

.pricing-table .plan-ribbon:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute;
    right: 0;
}

.pricing-table [class*="col-md-"] {
    padding-left: 0;
    padding-right: 0;
}

.pricing-table .plan {
    background: #FFF;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
    margin-bottom: 35px;
    margin-right: 0;
    padding: 20px;
    position: relative;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}

.pricing-table .btn {
    margin-top: 5px;
}

/*Home Rules*/
/*Footer Rules*/
#footer {
    font-size: 12px;
}

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

#main-footer {
    background: #fff;
    color: #999999;
}

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

#main-footer .container {
    position: relative;
}

.pay_banners {
    position: absolute;
    bottom: 10px;
    right: 150px;
}

.pay_banners img {
    width: inherit !important;
    margin-right: 20px;
}

#footer h4 {
    color: #0E569E;
}

#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: #447;
    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;
}

#main-footer li {
    word-break: break-all;
}

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

/*.fa-mobile { font-size: 20px;
margin: 0 0 0 1px;
position: relative;
top: 3px; }*/
/*.icon-location-7:before {
content: '\ef68';
}
.icon-mobile-6:before {
content: '\ef75';
}
.icon-mail-7:before {
content: '\ef5a';
}*/
#main-footer .widget li a {
    color: #456;
    font-size: 15px;
    /* font-style: italic; */
    text-transform: none;
    margin-left: 5px;
}

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

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

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

.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: 3px;
}

#main-footer li {
    word-break: break-all;
}

#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;
}

.social-media li a {
    font-size: 18px;
    color: #24272e;
    background-color: #54cbf5;
    border-radius: 50%;
    padding: 3px !important;
}

.sidebar .categories a,
.widget>ul li a {
    color: #73848e;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    transition: color 0.3s, padding 0.3s;
    -webkit-transition: color 0.3s, padding 0.3s;
    -moz-transition: color 0.3s, padding 0.3s;
}

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

#main-footer .social-media li a {
    font-size: 16px;
    color: #272530;
    padding: 2px 5px 0 !important;
}

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

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

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

/*Footer Rules*/
@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .form-horizontal .control-label {
        text-align: left;
    }

    .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-2 {
        width: 16.66666667%;
    }

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

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

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

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

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

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

    .col-sm-10 {
        width: 83.33333333%;
    }

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

@media (max-width: 767px) {
    .logo_side {
        margin-top: 0 !important;
        /*margin-bottom: 30px !important;*/
    }

    .logo_side a {
        /*margin-top: 10px;*/
        display: inline-block;
    }

    #header .logo {
        /*padding-right: 70px;
	min-height: 20px;*/
        margin-top: 12px;
    }

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

    .item-content h2 {
        margin-top: 20px;
        font-size: 22px !important;
            line-height: 1.2em;
    }
    h2 { font-size: 22px; line-height: 1.5em; }
    h2.special-text {
        text-align: center;
        margin-bottom: 20px !important;
        font-size: 22px;
    	line-height: 1.5em;
    }

    .ca_slider .slick-track,
    .ca_slider .slick-list,
    .ca_slider.slick-slider {
        height: 98px;
    }

    .sub_banner h1 {
        margin-top: 10px;
        font-size: 20px;
        line-height: 1.2em;
        text-align: center;
        text-shadow: none;
        text-shadow: 4px 4px 5px #000, 4px 4px 5px #000;
    }

    .slider_content {
        font-size: 20px;
        margin-top: 30px;
    }

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

    .ca_slider .slick-prev {
        left: 5px;
    }

    h3 {
        line-height: 1em;
        font-size: 22px;
    }

    .page-heading,
    .page-heading .breadcrumbs {
        text-align: center;
        margin-top: 20px;
 		margin-bottom: 5px;
    }

    .masonry-container {
        height: inherit !important;
    }

    .left-timeline-item {
        padding-right: 15px;
        position: relative;
        margin-bottom: 10px;
        position: relative !important;
        top: inherit !important;
        left: inherit !important;
    }

    span.post-date,
    span.post-format {
        display: inline-block;
        margin: 0 10px;
    }

    .post-thumbnail img {
        width: 100%;
        margin: 10px 0;
    }

    .right-timeline-item {
        padding-left: 15px;
        position: relative;
        margin-bottom: 10px;
        position: relative !important;
        top: inherit !important;
        left: inherit !important;
    }

    .left-timeline-item:before,
    .left-timeline-item:after,
    .timeline-line,
    .right-timeline-item:before,
    .right-timeline-item:after {
        display: none;
    }

    .veh_slider .slick-track,
    .veh_slider .slick-list,
    .veh_slider.slick-slider {
        width: 360px;
        height: 350px;
    }

    .veh_slider .slick-slide {
        height: 300px !important;
    }

    .veh_slider .slick-slide img {
        object-fit: cover;
    }

    .miami_service {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .miami_service p {
        padding: 0 !important;
    }

    .pay_banners {
        position: relative;
        top: 20px;
        bottom: inherit;
        right: inherit;
    }

    footer #main-footer .textwidget div {
        margin-top: 0 !important;
    }

    #main-footer h4 {
        margin-top: 40px;
    }
    .continfo { padding-left: 30px !important; margin-top: 50px; }
}

@media screen and (max-width: 991px) {
    body {
        padding-top: 0 !important;
    }

    #main-header {
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
    }

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

    #lower-header {
        padding: 0;
    }

    #upper-header .row>div,
    #lower-header .row>div,
    #main-header .row>div {
        display: block;
        width: 100%;
    }

    #header.style3 #lower-header,
    #header.style4 #lower-header {
        background: rgba(0, 97, 174, 1);
    }

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

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

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

    #lower-header #main-nav,
    #header.style4 #lower-header #main-nav,
    #lower-header div.menu>ul,
    #header.style4 #lower-header div.menu>ul {
        display: none;
    }

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

    #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;
    }

    #main-nav li+li,
    #header div.menu>ul li+li {
        border-top: 1px solid #999;
    }

    #main-nav li ul,
    .csstransforms #main-nav li ul,
    #header div.menu>ul li ul,
    .csstransforms #header div.menu>ul li ul {
        display: none;
        width: auto;
        height: auto;
        margin-top: 0 !important;
        visibility: visible;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
        filter: alpha(opacity=100) !important;
        -moz-opacity: 1 !important;
        -khtml-opacity: 1 !important;
        opacity: 1 !important;
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        animation: none !important;
        -webkit-animation: none !important;
        padding: 0;
        left: 0 !important;
        margin-left: 0 !important;
        position: relative;
        border-top: 1px solid #999;
    }

    #main-nav li ul.active {
        display: block !important;
    }

    #main-nav li ul>li,
    #header div.menu>ul li ul>li {
        padding-left: 20px;
    }

    #main-nav li ul li a,
    #header div.menu>ul li ul li a {
        color: #333333;
        background: none !important;
        font-size: 16px;
        padding: 12px 0;
        display: block;
    }

    #main-nav .dropdown-button,
    #header div.menu>ul .dropdown-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 38px;
        height: 38px;
        /*background: url(../img/mobile-menu-icons.png) no-repeat;*/
        cursor: pointer;
    }

    #main-nav>li.menu-item-has-children>a {
        position: relative;
    }

    #main-nav>li.menu-item-has-children>a:after {
        display: none;
    }

    .menu-item-has-children i.fa-angle-down {
        position: absolute;
        right: 5px;
        top: 10px;
        display: inline-block;
    }

    #main-header .col-lg-5 {
        text-align: center !important;
    }
    .sub_banner {
	  background: url('../img/sub-pages_mobile.webp') no-repeat 50% 50%;
	    background-size: auto;
	  background-size: cover;
	  min-height: 150px;
	}
    .cont_info {
        margin-top: 12px;
        display: inline-block;
        text-align: left;
        margin-bottom: 5px;
    }

    .cont_info .phone,
    .cont_info .email {
        display: inline-block;
        margin: 0 10px;
    }

    .cont_info .phone a,
    .cont_info .email a {
        font-size: 15px;
        height: 35px;
        line-height: 35px;
        display: block;
    }

    .cont_info .email a {
        font-size: 15px;
    }

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

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

    #lower-footer .row {
        text-align: center;
    }

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

    a.button.biggest {
        padding: 10px 20px;
    }

    .marine-special-projects-h2 {
        font-size: 25px;
    }
    .side-item .row { margin-right: -15px !important; padding-right:0 !important; }
}

@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-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

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

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

    .col-md-4 {
        width: 33.33333333%
    }

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

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@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-2 {
        width: 16.66666667%;
    }

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

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

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

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

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

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

    .main-menu .main-menu__list>li>a,
    .stricky-header .main-menu__list>li>a {
        font-size: 16px;
    }
}

body .fl_block {
    height: 372px;
}

.fl_block:hover {
    border-color: #ddd;
    box-shadow: 0 0 5px #ddd;
}

.imager {
    position: relative;
    height: 189px;
    padding: 0;
    width: 100%;
    margin-bottom: 25px;
}

.imager img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0 10px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    width: auto;
}

.fl_block h4 {
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 1;
    text-align: center;
}

.fl_block ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
}

.fl_block ul li {
    float: none;
    font-size: 18px;
    padding: 0 0 0 23px;
    margin: 0 14px 10px 0;
}

.fl_block ul li:last-child {
    margin: 0;
}

.fl_block ul li.passen {
    background: url(../img/passes.png) no-repeat center left;
    background-size: contain;
}

.fl_block ul li.seat {
    background: url(../img/suitcase.png) no-repeat center left;
    background-size: contain;
}

.faqs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.item-content h2 { font-size:27px; }
.item-content h3 { font-size:24px; }
.side-item .row { margin-right:0; padding-right:15px; }
.lower_content h2 { font-size:25px; line-height:1.2em; text-transform:capitalize; }
.lower_content h3 { font-size:20px; line-height:1.2em; text-transform:capitalize; }
.lower_content li { font-size:14px; margin-bottom:5px; }