body {
    padding: 0;
    margin: 0;
    color: #424242;
    background-color: #f7f7f7;
}

body,
input,
select,
textarea,
button,
.btn {
    font: 16px/1.75em 'Nunito Sans', sans-serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.row:after,
.row:before,
.container:before,
.container:after {
    content: none;
}

blockquote {
    padding: 0;
    margin: 0;
    font-size: inherit;
    border-left: none;
}

iframe {
    min-height: 740px;
}

::selection {
    background: #0C3C60;
    color: #fff;
    text-shadow: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Ubuntu', sans-serif;
    color: #c09551;
    font-weight: bold
}

.h1,
h1 {
    font-size: 46px;
}

.h3,
h3 {
    font-size: 28px;
}

.h4,
h4 {
    font-size: 22px;
}

p {
    font-size: 18px;
    color: #252525;
}

p.intro-text {
    font-size: 20px
}

a,
a:hover {
    color: #c09551;
}

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 0 0 25px;
    text-transform: capitalize
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 25px;
    margin: 6px 0;
    font-size: 15px;
    line-height: 21px;
    text-transform: none;
}

ul.list li {
    text-shadow: none;
    width: auto;
    float: none;
    color: #fff
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "Ionicons";
    content: "\f375";
    color: #0C3C60;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 22px;
}

ul.list li:before {
    content: "\f2fc";
    color: #fff
}

.pop-body .title,
dd.cta_phone_number {
    font-family: 'Ubuntu', sans-serif;
}

.form-container {
    background-color: rgba(42, 51, 59, 0.7);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .53);
    margin: 70px 0
}

.pop-body form {
    padding: 15px 25px 10px
}

.form-control {
    display: block;
    width: 100%;
    line-height: 1.42857143;
    color: #3c3c3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-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;
    outline: 0;
    font-size: 13px;
    height: auto;
    padding: 6px 15px;
    border: 2px solid #a5a5a5;
    background: #fff;
    box-shadow: none;
    border-radius: 3px
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block
}

.form-label {
    text-shadow: none;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
    font-weight: bold
}

.form-label span {
    color: red;
}

.input-group {
    margin-bottom: 5px;
    width: 100%;
}

input.form-control {
    width: 100%;
}

textarea.form-control {
    max-width: 100%;
    /* height: 105px; */
}

input[type=date].form-control {
    line-height: 24px;
}

.cta-sub {
    font-size: 13px;
    color: #fff;
    display: block;
    margin-top: 12px;
    text-shadow: none;
    text-align: center
}

.button,
a.button {
    -moz-transition: .1s transform ease-in, .2s background ease-in;
    -o-transition: .1s transform ease-in, .2s background ease-in;
    -webkit-transition: .1s -webkit-transform ease-in, .2s background ease-in;
    border: 0;
    display: inline-block;
    font-family: "NewTransport-Bold", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 400;
    cursor: pointer;
    font-size: 22px;
    font-size: 18px;
    text-transform: capitalize;
    letter-spacing: .003em;
    line-height: 20px;
    line-height: 2rem;
    outline: 0;
    padding: 19px 27px;
    padding: 1.4rem 2.7rem;
    position: relative;
    text-decoration: none;
    transition: .1s transform ease-in, .2s background ease-in
}

.button.primar {
    -moz-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    background: #fc0;
    background: -moz-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 204, 0, 1) 0, rgba(249, 184, 0, 1) 100%);
    border: 1px solid #ffc400;
    border: .1rem solid #ffc400;
    box-shadow: inset 0 1px 0 #fff0b3, 0 0 10px rgba(0, 0, 0, .2);
    color: #1d1d1d;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#f9b800', GradientType=0);
    transform: scale(1);
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4)
}

.button.primar:hover {
    background: #ffe065;
    background: -moz-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 224, 101, 1) 0, rgba(255, 204, 5, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffe065', endColorstr='#ffcc05', GradientType=0)
}

.button.primar:active,
.button.primar:focus {
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    -webkit-transform: scale(.95);
    box-shadow: inset 0 0 10px rgba(178, 143, 4, .35);
    transform: scale(.95)
}

#footer {
    background: #080808;
    padding: 10px 0;
    z-index: 9999;
    position: relative
}

#footer p {
    color: #fafafa;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px
}

#floating-number {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    padding: 0 0 20px 20px
}

#floating-number .holder {
    padding: 10px 15px;
    border-radius: 6px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, .5);
    -webkit-transition: all 350ms ease-in-out 0;
    -moz-transition: all 350ms ease-in-out 0;
    -ms-transition: all 350ms ease-in-out 0;
    -o-transition: all 350ms ease-in-out 0;
    transition: all 350ms ease-in-out 0;
    background-color: #0C3C60;
    box-shadow: inset 0 1px 0 #28458e, 0 0 10px rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0 1px 0 #28458e, 0 0 10px rgba(0, 0, 0, .2);
    -wenkit-box-shadow: inset 0 1px 0 #28458e, 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 1px 0 #28458e, 0 0 10px rgba(0, 0, 0, .2);
    display: inline-block
}

#floating-number a {
    display: block;
    border-radius: 6px;
    color: #fff;
    text-decoration: none
}

#floating-number a:hover .holder {
    color: #fff;
    background-color: #353d42
}

#floating-number a:active .holder {
    background-color: #231f20;
    box-shadow: inset 0 2px 4px #231f20;
    color: #fff
}

#floating-number a:hover .holder h3 {
    color: #fff
}

#floating-number p {
    font-size: 18px;
    margin-bottom: 5px;
    padding-left: 2px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    color: #fff;
}

#floating-number h3 {
    color: #fff;
    font-size: 40px;
    margin: 0
}

#header {
    background-image: url("../img/header-bg.webp");
    background-size: cover;
    position: relative;
    background-position: center
}

#header ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#header ul li {
    display: inline-block;
    width: 32.333%;
    color: #fefefe;
    opacity: 0.9;
    font-weight: bold;
    line-height: 1;
    margin: 3px 0;
}

#header ul li i {
    color: #c09551;
    margin-right: 10px;
    font-size: 20px;
}

.overlay {
    background-color: #101931;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
}

.header-logo {
    margin-top: 20px;
}

.logo-holder {
    margin-bottom: -105px;
    display: inline-block;
    padding: 5px 10px 10px;
    border-radius: 5px;
    background-color: #020202;
}

.form-container h4.title.small {
    color: #fff;
    text-align: center;
    padding: 20px 10px 0;
    font-size: 25px;
    margin-bottom: 0
}

.form-container h4.title.small span {
    font-family: 'Nunito Sans', sans-serif;
    display: block;
    font-weight: normal;
    margin: 10px 0 0;
    font-size: 15px;
    color: #fff
}

#header h1,
#header h3 {
    color: #fff
}
#header h1 span {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
}
#header h3 {
    font-weight: normal;
    font-size: 27px;
    line-height: 31px;
}

.header-content {
    padding: 165px 0 150px;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000
}

.heading-style1 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 24px
}

.heading-style1 span {
    font-weight: bold
}

.cta {
    background: #DBEAFE;
    padding: 55px 0;
    text-align: center;
    font-weight: normal
}

.cta h3 {
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-weight: normal;
    color: #2f2f2f
}

.cta h3 a {
    font-weight: bold
}

.cta-inverse {
    background-color: #232323
}

.cta-inverse h3,
.cta-inverse h3 a {
    color: #fff
}

.cta-inverse h3 a {
    text-decoration: underline
}

.cta-style2 {
    background-color: #0C3C60;

}

.cta-style2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.cta-style2 ul li {
    color: #fff;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
    width: 32.3334%;
    text-align: left;
    margin: 5px 0;

}

.cta-style2 ul li i {
    color: #a5a5a5;
    margin-right: 10px;
    font-size: 20px;
}

.cta-style2 h3 {
    color: #fff;
    font-size: 24px;
}

.cta-style2 h3 a {
    color: #fff;
    text-decoration: underline;
}

.cta-style3 {
    background-color: #232323;

}

.cta-style3 h3 {
    color: #fff;
    font-size: 24px;
}

.cta-style3 h3 a {
    color: #fff;
    text-decoration: underline;
}

#into-text {
    padding: 150px 0;
    background-image: url('../img/bg-light.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center
}

#into-text h4 {
    font-weight: normal
}

#into-text h2 {
    color: #383637;
    margin-top: 0;
    margin-bottom: 15px
}
.inline-cta {
    background-color: #26252b;
    border-radius: 5px;
    color: #fff;
    padding: 15px 20px;
    word-wrap: break-word;
}

.inline-cta p,
.modal-body .inline-cta p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
}

.inline-cta p a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

#services {
    padding: 65px 0 100px;
}

#services h2 {
    margin: 0;
    font-size: 43px;
    color: #0C3C60;
}

.service-wrapper {
    position: relative;
    margin-bottom: 72px;
}

.service-wrapper .content {
    position: absolute;
    background-color: #fff;
    opacity: 0.95;
    max-width: 450px;
    padding: 25px 32px;
    text-align: center;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.service-wrapper .content h5 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 25px;
    text-transform: capitalize;
    color: #0C3C60;
}

.service-wrapper .content p {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 15px;
}

.dir-left {
    top: 34%;
    left: -33%;
}

.dir-right {
    top: 34%;
    right: -36%;
}

.service-wrapper img {
    /* max-height: 550px; */
}

.phone-number {
    display: inline-block;
    font-weight: bold
}

.section-headline {
    margin-bottom: 45px;
}

#testimonials {
    background-color: #f6f6f6;
    padding-bottom: 50px;
    padding-top: 35px;
    z-index: 9999;
    position: relative
}

#testimonials .padding {
    padding: 6px 20px
}

.testimonial {
    max-width: 850px;
    margin: 0 auto;
    font-style: italic;
    font-size: 16px;
    font-weight: 600
}

.testimonial p.name {
    color: #2e2e2e;
    font-weight: 700
}

ul.reviews-list li {
    /* display: inline-block; */
    width: 75%;
    margin: 5px;
    margin-bottom: 20px;
}

.testimonial-body {
    padding: 15px;
    border-radius: 5px;
    background-color: #fff !important;
    position: relative;
    box-shadow: 0px 3px 4px -1px rgba(153, 156, 168, 0.25);
}

.testimonial-body:before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -10px;
    left: 17px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.testimonial-body p {
    height: 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: inherit !important;
    overflow: auto !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}

.testimonial-body p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
}

.testimonial-body p::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1)
}

.testimonial-body p::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6)
}

.testimonial-body p::-webkit-scrollbar-thumb:hover {
    background: #555
}

.testimonial-card .rating {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.testimonial-card .rating .stars-indicator {
    margin: 4px 0;
}

.testimonial-card .testimonial-body .google-icon {
    width: 24px !important;
    float: right;
}

.testimonial-author {
    padding: 14px 8px 0;
    line-height: 1;
}

.testimonial-author * {
    display: inline-block;
    vertical-align: middle;
}

.testimonial-author h6 {
    margin: 0;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    font-family: sans-serif;
    color: #000;
}

.testimonial-author img {
    margin-right: 5px;
}

.testimonial-author h6 span {
    /* display: block;
    font-weight: normal;
    color: #000;
    opacity: 0.8;
    margin-top: 5px; */
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.testimonial-card .testimonial-author p {
    font-size: 11px;
    display: block;
    color: rgba(0, 0, 0, 0.7);
}

.testimonial-card p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-bottom: 0;
}

.pre-footer-form-header {
    color: #fefefe;
    -webkit-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -khtml-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -moz-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -ms-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    -o-text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-shadow: 0 -1px rgba(0, 0, 0, .5);
    text-align: center;
    background: #0C3C60;
    letter-spacing: 2px;
    padding-bottom: 1px;
    padding: 10px 5px;
    margin-top: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold
}

.pre-footer-form-header span {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: normal;
    display: block;
    margin-top: 6px;
    font-size: 16px
}

#testimonials .field-wrp {
    padding: 0 5px
}

#testimonials .field-wrp label {
    font-weight: 600;
    margin-bottom: 2px;
    color: #111
}

#testimonials h2 {
    color: #323b40;
    text-align: center;
    font-weight: normal
}

#testimonials h2 b {
    color: #0C3C60
}

.form-control.error {
    border-color: rgba(206, 32, 32, 0.8)
}

#header .value-prop {
    background-color: rgba(17, 17, 17, 0.7);
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 0 #000;
    position: relative;
    margin-bottom: 15px;
    padding: 15px 15px 15px 90px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
    font-weight: 600
}

#header .value-prop p {
    margin-bottom: 0
}

#header .value-prop i {
    position: absolute;
    top: 1px;
    left: 1px;
    font-size: 50px;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding: 8px 1px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    color: #cc1e1f;
    text-shadow: none;
    margin: 8px 8px
}

h1 span.subhead {
    display: block;
    font-size: 30px
}

.cta a {
    display: inline-block
}

.thank_you .form-container {
    background-color: rgba(67, 80, 98, 0.58)
}

#navbar {
    position: relative;
    z-index: 9;
    padding: 18px 0 15px;
    background: #26252B;
    -webkit-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 7px -2px rgba(0, 0, 0, 0.16);
}

#navbar .h1 {
    font-family: 'Ubuntu', sans-serif;
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 39px;
}

#navbar ul.nav-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#navbar ul.nav-ul li {
    display: inline-block;
}

#navbar ul.nav-ul li a {
    color: #fefefe;
    /* #fefefe */
    /* padding: 3px 30px; */
    font-size: 15px;
    display: block;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

#navbar ul.nav-ul li a:hover {
    color: #d1e0eb;
    text-decoration: none;
}

.get-a-quote {
    margin: 0;
    position: relative;
    /* z-index: 99; */
    background: #F60419;
    padding: 8px 12px;
    display: inline-block;
}

.get-a-quote:hover {
    cursor: pointer;
    background-color: #1c1c1c;
}

.get-a-quote a:hover {
    text-decoration: none;
}

.get-a-quote .quote-text {
    color: #fff;
    text-shadow: 0px 0px 1px #000;
    margin-bottom: 5px;
    margin-top: 0;
    text-align: right;
    font-size: 2.371rem;

}

.get-a-quote b {
    text-shadow: 0px 0px 1px #000;
    color: #c09551;
}

.bg-white {
    background: #fff;
}

.get-a-quote.bg-white h2.quote-text {
    color: #000;
    text-shadow: none;
}

.get-a-quote.bg-white a:hover h2.quote-text {
    color: #fefefe;
}

.separator {
    color: #c09551;
    position: relative;
    margin-top: 30px;
    margin: auto;
    opacity: 1;
    width: 80%;
    margin-top: 20px;
}

.separator:before {
    background: url('../img/zigzag.png') repeat-x right;
    width: 44%;
    height: 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
}

.separator:after {
    background: url('../img/zigzag.png') repeat-x left;
    width: 44%;
    height: 4px;
    content: "";
    position: absolute;
    right: 0;
    top: 8px;
}

.btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid #0c3c60;
    border-radius: 2px;
    padding: 0 25px;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: 5px 20px;
    margin: 0 7px;
    background: #fff;
    text-shadow: none;
    min-width: 165px;
    box-shadow: 0 1px 0 #0c3c60;
    color: #0c3c60;
}

.btn:hover {
    background-color: transparent;
    color: #fff;
    border: 2px double;
}

.btn-submit:hover {
    background-color: #0c3c60;
    border: 2px solid #0c3c60;
}

.btn-learnmore {
    background-color: #0c3c60;
    border: 2px solid #0c3c60;
    color: #fff;
}

.btn-learnmore:hover {
    background-color: rgba(255, 255, 255, 0.012);
    color: #0c3c60;
}

.header-nav {
    margin-top: 40px;
}

img.man {
    border: 9px solid white;
    margin: 55px 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
}

#why_us {
    padding: 50px 0 75px;
    background-color: #fefefe;
}

#why_us h2 {
    color: #252525;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

#why_us h2 b {
    color: #0c3c60;
    display: block;
    font-size: 31px;
    margin-top: 5px;
}

#why_us p {
    font-size: 17px;
}

section#captain {
    padding: 85px 0;
    background-color: #f7f7f7;
}
#captain h2 {
color: #0c3c60;
}
#captain img.man {
    transform: rotate(-4deg);
}
.about_content {
    /* margin: 80px 0; */
}

.separator-1 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.separator-1:before {
    position: absolute;
    left: 0;
    top: 9px;
    background: url('../img/zigzag.png') repeat-x;
    width: 100%;
    height: 4px;
    content: "";
    z-index: 2;
}

.separator-1 i.fa {
    color: #c2c2c2;
    background-color: #fefefe;
    padding-left: 20px;
    padding-right: 20px;
    transform: rotate(8deg);
    z-index: 5;
    position: relative;
}

.parallax-mirror {
    z-index: 55555
}

#tours {
    padding-top: 70px;
    padding-bottom: 100px;
    text-align: center;
    overflow: hidden;
    box-shadow: 5px 5px 50px rgba(23, 23, 23, 0.7) inset, -5px -5px 50px rgba(23, 23, 23, 0.7) inset;
    background: url(../img/marine-1.jpg) repeat-y center center;
    background-attachment: fixed;
    background-size: cover;
}

#tours h1 {
    color: #232323;
    margin-bottom: 50px;
    text-shadow: 0 0 5px #ffffff;
}

.tour-card {
    box-shadow: 0 0 25px rgba(23, 23, 23, 0.6);
}

.tour-card p {
    margin-bottom: 0;
    padding: 9px 0;
    font-size: 16px;
    font-weight: bold;
}

.tour-card .title {
    background-color: #0C3C60;
    color: #fff;
}

.tour-card .price {
    background-color: #fff;
    padding: 5px 0;
}

.tour-card a {
    display: block;
    background-color: #b18847;
    color: #fff;
    font-weight: bold;

}

.tour-card a.btn-details {
    padding: 6px 0;
}

.tour-card a:hover {
    background-color: #987640;
}

ul.gallery-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

ul.gallery-ul li {
    width: 24.5%;
    /* float: left; */
    margin: 5px 4px;
}

ul.gallery-ul li.gallery-image {
    position: relative;
}

ul.gallery-ul li.gallery-image img {
    width: 500px;
    object-fit: cover;
}

ul.gallery-ul li a:after {
    font-family: "Ionicons";
    content: "\f442";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    /* padding-top: 176px; */
    color: rgba(255, 255, 255, 0);
    font-size: 50px;
    background: rgba(27, 68, 90, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.gallery-ul li a:hover:after {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    background: rgba(33, 54, 108, 0.7);
}

.testimonial.facebook {
    padding: 12px 12px 0;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    background-color: #fff;
    margin-right: -40px;
    margin-top: 10px
}

.testimonial.facebook .row,
.testimonial.facebook .col-md-12 {
    margin: 0;
    padding: 0;
}

.testimonial.facebook .row.testimonial-header {
    margin-bottom: 11px;
    position: relative;
}

.testimonial.facebook .row.testimonial-header img.fb-logo {
    position: absolute;
    top: 0;
    right: 0;
}

.testimonial.facebook .testimonial-header p.author {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 2px;
    color: #040404;
    font-style: normal;
}

.testimonial.facebook .testimonial-header img.author-img {
    height: 40px;
    width: 40px;
    float: left;
    margin-right: 8px;
}

.testimonial.facebook .testimonial-header img.stars-rating {
    /* width: 100px; */
    margin-left: 2px;
    margin-top: 2px;
}

.testimonial.facebook .testimonial-body p {
    font-size: 15px;
    line-height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    color: #1d2129;
    font-weight: normal;
    font-style: normal;
}

.modal-backdrop.in {
    z-index: 10000;
}


.modal {
    background-image: url(../img/lighthouse.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: 99999;
}

.modal p {
    font-size: 16px;
    line-height: 22px;
}

.modal-header {
    padding: 0;
    border: 0;
}

.modal-header .close {
    background: #87969a;
    color: #fff;
    text-shadow: none;
    font-weight: 100;
    padding: 8px 9px 11px;
    margin-top: 0;
    opacity: 1;
    line-height: 10px;
    border-bottom-left-radius: 5px
}

.modal-header .close:hover {
    opacity: 0.8;
}

.modal-title {
    margin: 0;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
    color: #184668;
}

.modal-header p {
    max-width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
    line-height: 20px;
}

.model-btns {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.modal-content {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    background: #f8f8f8;
    border: 0;
}

.modal-body {
    padding: 15px 25px 15px 25px;
}

@media(max-width:990px) {
    #header {
        background-position: center
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (max-width:768px) {
    #navbar {
        background-position: center;
        /* margin-top: 97px */
    }


    .header-content {
        padding: 10px 0
    }

    .row {
        margin-left: 0;
        margin-right: 0
    }

    #navbar .h1 {
        font-size: 30px;
        text-align: center;
    }

    #floating-number {
        padding: 0;
        right: 0;
        top: 0;
        bottom: auto
    }

    #floating-number .holder,
    #floating-number a {
        border-radius: 0
    }

    #floating-number .holder {
        width: 100%;
        text-align: center
    }

    .form-container {
        z-index: 999;
        position: relative;
        margin: 40px 0
    }

    body.display-offer {
        padding-top: 0
    }

    ul.intro-list li {
        text-shadow: none;
        width: auto;
        float: none
    }

    ul.gallery-ul li {
        width: 47.6%;
    }

    #about .content-block:before {
        left: -50%;
        width: 200%
    }

    #about .content-block {
        padding: 50px 0
    }

    #services .services-card {
        padding: 20px 0
    }

    .tour-card {
        margin-bottom: 20px;
    }

    .testimonial.facebook {
        margin-right: 0px;
    }

    #header ul li,
    .cta-style2 ul li {
        display: block;
        width: 100%;
    }

    #why_us {
        overflow: hidden;
    }

    .btn {
        padding: 8px 20px;
        margin-bottom: 15px;
    }

    .service-wrapper {
        margin-bottom: 150px;
    }

    .service-wrapper .content {
        max-width: 600px;
        text-align: center;
    }

    .dir-left,
    .dir-right {
        top: inherit;
        bottom: 0;
        left: 5%;
        margin-bottom: -133px;
    }
}

@media all and (max-width:575px) {
    .get-a-quote {
        width: 100%;
    }

    .get-a-quote .quote-text {
        text-align: center;
    }

    ul.reviews-list li {
        width: 100%;
    }

    #services {
        padding: 75px 0;
    }

    .service-wrapper .content {
        width: 275px;
        left: 8%;
        bottom: 25px;
        padding: 20px 25px;
    }

    .service-wrapper .content h5 {
        margin-bottom: 20px;
    }

    .service-wrapper .content p {
        display: none;
    }

    .service-wrapper .content .btn {
        margin-bottom: 0;
    }

    .modal-body {
        padding: 10px;
    }
    #floating-number h3 {
        font-size: 30px;
    }
}

.contat-options label input {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 4px
}

.contat-options label:last-child {
    margin-left: 10px
}

.form-control:focus {
    border-color: #0786ea;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(7, 134, 234, 0.5), 0 0 8px rgba(102, 175, 233, 0.8)
}