@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/
html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

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

h2 {
    font-size: 32px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

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

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}




/*misc*/
.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #014397;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;
}

.btn-primary {
    background: #014397 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #4d4d4d !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

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

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/* .navigationBar {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 90px;
    padding: 0;
    transition: all 500ms;
    background: #fff;
} */


/*navigationBarContent*/

.navbar-section {
    position: relative;
    clear: both;
}

.custom-navbar {
    background: #ffffff;
    border: none;
    border-radius: 0;
    margin-bottom: 0 !important;
    min-height: 70px;
}

.custom-navbar .navbar-brand {
    height: auto;
    padding: 10px 0;
}

.custom-navbar .navbar-brand img {
    max-height: 70px;
}

.custom-navbar .navbar-nav>li {
    margin-left: 10px;
}

.navbar-default .navbar-nav>li>a {
    color: #000000 !important;
}

.custom-navbar .navbar-nav>li>a {
    color: #000000;
    font-size: 16px;
    height: 90px;
    line-height: 90px;
    padding: 0 20px;
    transition: all 0.3s ease;
}

.custom-navbar .navbar-nav>li.active>a,
.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus {
    background: transparent !important;
    color: #f1241f !important;
}

.custom-navbar .dropdown-menu {
    background: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.custom-navbar .dropdown-menu>li {
    border-bottom: 1px solid #eeeeee;
}

.custom-navbar .dropdown-menu>li:last-child {
    border-bottom: none;
}

.custom-navbar .dropdown-menu li a {
    color: #333333;
    padding: 12px 20px;
    font-size: 14px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:active {
    outline: none;
    box-shadow: none;
    background: transparent;
}

.custom-navbar .dropdown-menu>li>a:hover {
    background: #f1241f;
    color: #ffffff;
}

.navbar-toggle {
    margin-top: 18px;
    border: none;
}

.navbar-toggle .icon-bar {
    background: #333;
}


/* BANNER SECTION */

.banner-section {
    position: relative;

}

.banner-slider {
    position: relative;
}

.banner-slider .item {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner-img {

    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* left:0;
    top:0; */
}

/* DARK OVERLAY */

.banner-slider .item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.70);
    z-index: 1;
}

/* CONTENT */

.banner-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
}

.banner-text h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
}

.banner-text span {
    color: #f1241f;
}

.banner-text {
    position: absolute;
    left: 100px;
    z-index: 20;
}

.banner-text p {
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
}

/* OWL BUTTONS */

#bannerSlider .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

#bannerSlider .owl-prev {
    position: absolute;
    left: 25px;
}

#bannerSlider .owl-next {
    position: absolute;
    right: 25px;
}

#bannerSlider .owl-prev,
#bannerSlider .owl-next {
    color: #fff !important;
    font-size: 70px !important;
    background: none !important;
}

.about-section {
    padding: 90px 0;
    background: #f8fbff;
}

.section-title {
    margin-bottom: 60px;
}

.section-title span {
    color: #f1241f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-title h2 {
    color: #001e40;
    font-size: 42px;
    font-weight: 700;
    margin: 15px 0;
}

.section-title h2 span {
    color: #f1241f;
}

.section-title p {
    max-width: 700px;
    margin: auto;
    color: #666;
    line-height: 28px;
}

.about-section {
    padding: 90px 0;
    background: #fff;
}

.about-image {
    overflow: hidden;
    border-radius: 12px;
}

.about-image img {
    width: 100%;
    border-radius: 12px;
    transition: .5s;
}

.about-image:hover img {
    transform: scale(1.05);
}

.about-content {
    padding-left: 30px;
}

.about-tag {
    color: #f1241f;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-content h2 {
    font-size: 38px;
    color: #001e40;
    font-weight: 700;
    margin: 8px 0 12px;
    line-height: 48px;
}

.about-content p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 17px;
}

.about-list {
    margin-bottom: 15px;
}

.about-item {
    margin-bottom: 18px;
    color: #001e40;
    font-size: 17px;
    font-weight: 600;
}

.about-item i {
    width: 28px;
    height: 28px;
    background: #f1241f;
    color: #fff;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 12px;
}

.theme-btn {
    display: inline-block;
    background: #f1241f;
    color: #fff;
    padding: 14px 34px;
    border-radius: 5px;
    text-decoration: none;
    transition: .3s;
}

.theme-btn:hover {
    background: #001e40;
    color: #fff;
    text-decoration: none;
}

.counter-row {
    margin-top: 70px;
}

.counter-box {
    text-align: center;
    padding: 35px 20px;
    border: 1px solid #ececec;
    border-radius: 10px;
    transition: .3s;
}

.counter-box:hover {
    border-color: #f1241f;
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.counter-box h3 {
    font-size: 42px;
    color: #f1241f;
    margin-bottom: 10px;
    font-weight: 700;
}

.counter-box span {
    color: #001e40;
    font-size: 16px;
    font-weight: 600;
}

.fleet-section {
    padding: 90px 0;
    background: #f8f9fc;
}

.fleet-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
    transition: .3s;
    margin: 10px;
}

.fleet-item:hover {
    transform: translateY(-8px);
}

.fleet-img {
    overflow: hidden;
}

.fleet-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .4s;
}

.fleet-item:hover img {
    transform: scale(1.08);
}

.fleet-content {
    padding: 25px;
}

.fleet-content h3 {
    color: #001e40;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.fleet-content ul {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

.fleet-content ul li {
    margin-bottom: 12px;
    color: #555;
    font-size: 15px;
}

.fleet-content ul li i {
    color: #f1241f;
    width: 20px;
}

.fleet-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #f1241f;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: .3s;
}

.fleet-btn:hover {
    background: #001e40;
    color: #fff;
    text-decoration: none;
}

#fleetSlider .owl-buttons div {
    background: #001e40;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    opacity: 1;
}

#fleetSlider .owl-page span {
    background: #f1241f;
}

.why-section {
    padding: 90px 0;
    background: #ffffff;
}

.why-box {
    background: #fff;
    padding: 35px 30px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
    transition: all .3s ease;
}

.why-box:hover {
    transform: translateY(-8px);
    border-color: #f1241f;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.why-icon {
    width: 75px;
    height: 75px;
    background: #001e40;
    color: #fff;
    margin: 0 auto 25px;
    border-radius: 50%;
    line-height: 75px;
    font-size: 28px;
    transition: .4s;
}

.why-box:hover .why-icon {
    background: #f1241f;
    transform: rotateY(180deg);
}

.why-box h3 {
    color: #001e40;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 18px;
}

.why-box p {
    color: #666;
    line-height: 28px;
    font-size: 15px;
}

.section-title .highlight {
    color: #f1241f;
    font-size: inherit;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}

/*==============================
      TOUR SECTION
===============================*/

.tour-section {
    padding: 90px 0;
    background: #f8f9fc;
}

.tour-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    margin-bottom: 30px;
    transition: .4s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .05);
}

.tour-card:hover {
    transform: translateY(-8px);
    border-color: #f1241f;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .12);
}

.tour-image {
    position: relative;
    overflow: hidden;
}

.tour-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s;
}

.tour-card:hover img {
    transform: scale(1.08);
}

.tour-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(to top,
            rgba(0, 30, 64, .95),
            rgba(0, 30, 64, .2));
}

.tour-overlay h3 {
    color: #fff;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
}

.tour-overlay span {
    color: #fff;
    font-size: 15px;
}

.tour-body {
    padding: 25px;
}

.tour-table {
    width: 100%;
    margin-bottom: 20px;
}

.tour-table th {
    color: #001e40;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.tour-table td {
    padding: 12px 0;
    border-bottom: 1px dashed #eee;
    color: #555;
}

.tour-table td:last-child {
    color: #f1241f;
    font-weight: 700;
}

.tour-includes {
    margin: 20px 0;
}

.tour-includes span {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    color: #001e40;
    font-size: 14px;
}

.tour-includes i {
    color: #f1241f;
}

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

.enquiry-btn,
.call-btn {
    width: 48%;
    display: inline-block;
    text-align: center;
    padding: 13px;
    border-radius: 5px;
    font-weight: 600;
    transition: .3s;
    text-decoration: none;
}

.enquiry-btn {
    background: #001e40;
    color: #fff;
}

.enquiry-btn:hover {
    background: #f1241f;
    color: #fff;
    text-decoration: none;
}

.call-btn {
    background: #f1241f;
    color: #fff;
    float: right;
}

.call-btn:hover {
    background: #001e40;
    color: #fff;
    text-decoration: none;
}

/*==============================
        TESTIMONIAL
===============================*/

.testimonial-section {

    position: relative;
    padding: 50px 0;

    background: url("../images/testimonial-bg.jpg") center center no-repeat;

    background-size: cover;

    background-attachment: fixed;

}

.testimonial-section:before {

    position: absolute;

    content: "";

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: rgba(0, 30, 64, .52);

}

.testimonial-section .container {

    position: relative;
    z-index: 2;

}

.testimonial-section .section-title h2 {
    color: #fff;
}

.testimonial-section .section-title p {
    color: #d9d9d9;
}

.testimonial-box {

    background: rgba(255, 255, 255, .96);

    border-radius: 12px;

    padding: 22px;

    transition: .4s;

}

.rating i {

    color: #ffc107;

}

.client h4 {

    color: #001e40;

}

.testimonial-box:hover {

    transform: translateY(-8px);

}



.testimonial-box p {
    font-size: 15px;
    line-height: 26px;
    color: #666;
    margin-bottom: 25px;
    min-height: auto;
    /* remove fixed height */
    margin: 15px 0;
}

.rating {

    margin: 10px 0 15px;

}

.rating i {

    color: #ffc107;
    font-size: 18px;

}

.client {

    display: flex;
    align-items: center;

}

.client-icon {

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background: #f1241f;

    color: #fff;

    text-align: center;

    line-height: 50px;

    font-size: 20px;

    margin-right: 15px;

}

.quote-icon {

    color: #f1241f;

    font-size: 30px;

    margin-bottom: 10px;

}

.client h4 {

    margin: 0;
    font-size: 22px;
    color: #001e40;
    font-weight: 700;

}

.client span {

    color: #888;
    font-size: 14px;

}

#testimonialSlider .owl-page span {

    background: #fff;

}

#testimonialSlider .owl-page.active span {

    background: #f1241f;

}

#testimonialSlider .item {
    padding: 15px;
}

.testimonial-box {
    margin: 0;
}







/*=========================
        FOOTER
==========================*/

.footer-section {


    background: #001e40;

    background-size: cover;

    color: #fff;


    position: relative;

    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 50px;

}

.footer-section:before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background:
        radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .05) 0, transparent 180px),
        radial-gradient(circle at 85% 80%, rgba(241, 36, 31, .08) 0, transparent 220px);

    pointer-events: none;

}

/* CTA */

.footer-cta {

    background: #f1241f;
    max-width: 1000px;
    margin: 70px auto 70px;

    border-radius: 15px;

    padding: 70px 30px;



    margin-bottom: 70px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .20);

}

.booking-box {

    background: linear-gradient(135deg, #f1241f, #d71920);

    border-radius: 18px;

    padding: 55px 50px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .15);

}

.footer-section .container {

    position: relative;

    z-index: 2;

}

.footer-cta h2 {

    margin: 0 0 10px;

    font-weight: 700;

    color: #fff;

}

.footer-cta p {

    margin: 0;

    color: #fff;

}

.cta-btns {

    margin-top: 15px;

}

.footer-book-btn,
.footer-call-btn {

    display: inline-block;

    padding: 12px 28px;

    border-radius: 50px;

    text-decoration: none;

    font-weight: 600;

    transition: .3s;

}

.footer-book-btn {

    background: #fff;

    color: #001e40;

    margin-right: 10px;

}

.footer-book-btn:hover {

    background: #001e40;

    color: #fff;

    text-decoration: none;

}

.footer-call-btn {

    background: #001e40;

    color: #fff;

}

.footer-call-btn:hover {

    background: #fff;

    color: #001e40;

    text-decoration: none;

}

/* Footer */

.footer-logo {

    max-width: 180px;

    margin-bottom: 20px;

}

.footer-about {

    color: rgba(255, 255, 255, .75);

    line-height: 28px;

    margin-bottom: 25px;

}

.footer-section h3 {

    color: #fff;

    margin-bottom: 25px;

    font-size: 22px;

    position: relative;

}

.footer-section h3:after {

    content: "";

    width: 45px;

    height: 3px;

    background: #f1241f;

    display: block;

    margin-top: 10px;

}

.footer-section ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.footer-section ul li {

    margin-bottom: 12px;

}

.footer-section ul li a {

    color: rgba(255, 255, 255, .75);

    transition: .3s;

    text-decoration: none;

}

.footer-section ul li a:hover {

    color: #f1241f;

    padding-left: 8px;

}

.footer-contact li {

    color: rgba(255, 255, 255, .75);

}

.footer-contact li a {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
    transition: .3s;
}

.footer-contact li a:hover {
    color: #f1241f;
}

.footer-contact i {

    width: 22px;

    color: #f1241f;

}

.footer-social a {

    width: 42px;

    height: 42px;

    display: inline-block;

    line-height: 42px;

    text-align: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, .10);

    color: #fff;

    margin-right: 10px;

    transition: .3s;

}

.footer-social a:hover {

    background: #f1241f;

    transform: translateY(-5px);

}



/* Responsive */




.footerStrip {
    display: block;
    clear: both;
    background: #3a3d3d;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    font-size: 15px;
}


.footerStrip a {
    color: #eee;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #fff;
}







/**********scrollUp**********/
.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #014397;
    z-index: 200;
}

.scrollup:hover {
    background: #4d4d4d;
    opacity: 1;
    color: #fff;
}

/*Media queries*/


@media(max-width:767px) {


    .navbar-toggle {

        margin-top: 25px !important;

    }

    .custom-navbar .navbar-nav>li>a {

        height: 40px;
        line-height: 40px;
        padding: 0 30px;
        transition: all 0.3s ease;
    }


    .banner-slider .item {
        position: relative;
        height: 50vh;
        overflow: hidden;
    }

    .banner-img {
        width: 100%;
        height: 50vh;
        object-fit: cover;
    }

    .banner-text {

        position: absolute;

        top: 50%;

        left: 50%;

        transform: translate(-50%, -50%);

        width: 90%;

        text-align: center;

        padding: 0;

    }

    .banner-text h1 {

        font-size: 20px;

        line-height: 46px;

    }

    .banner-text p {

        font-size: 14px;

        line-height: 25px;

        margin-top: 18px;

    }

    #bannerSlider .owl-prev,
    #bannerSlider .owl-next {
        color: #fff !important;
        font-size: 40px !important;
        background: none !important;
    }

    #bannerSlider .owl-buttons {
        position: absolute;
        width: 100%;
        top: 39%;
        transform: translateY(-50%);
        z-index: 20;
    }

    .about-image img {
        width: 100%;
        border-radius: 12px;
        margin-bottom: 30px;
        transition: .5s;
    }

    .about-section {
        padding: 60px 0;
    }

    .about-content h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .about-item {
        font-size: 16px;
    }

    .why-section {
        padding: 60px 0;
    }

    .why-box {
        padding: 30px 20px;
    }

    .tour-section {
        padding: 60px 0;
    }

    .tour-btns a {
        width: 100%;
        margin-bottom: 10px;
    }

    .call-btn {
        float: none;
    }

    .cta-btns {

        text-align: center;

        margin-top: 25px;

    }

    .footer-section {

        margin-top: 80px;

    }

    .footer-cta {
        text-align: center;

        margin: 50px;
    }



}

@media(max-width:767px) {



    .footer-book-btn,
    .footer-call-btn {

        display: block;

        width: 100%;
        text-align: center;

        margin: 15px 0;

    }

    .footer-cta h2 {
        margin: 0 0 15px;
        font-weight: 700;
        color: #fff;
    }

    .copyright {

        text-align: center;

    }

    .copyright .text-right {

        text-align: center;

        margin-top: 10px;

    }

    .footer-section .col-sm-6 {

        margin-bottom: 35px;

    }

}