@import url('https://fonts.googleapis.com/css?family=Hind:400,600');

/* General CSS */

html,
body {
    height: 100%;
}

body {
    font-family: 'Hind', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto', sans-serif;
    color: #41464b;
    text-transform: uppercase;
}

a {
    font-family: 'Hind', sans-serif;
    color: #1a2754;
}

p {
    font-family: 'Hind', sans-serif;
    color: #64707b;
    font-size: 15px;
    font-weight: 300;
}

@media (min-width: 1600px) {
    p {
        font-family: 'Hind', sans-serif;
        color: #64707b;
        font-size: 16px;
        font-weight: 300;
    }
}

/*====================================================
                       NAVIGATION
======================================================*/

/*Top Navbar*/

.top-menubar-nav {
    display: none;
}

header .topmenu {
    background: #cc2026;
    border-top: solid 1px #cc2026;
    border-bottom: solid 1px #cc2026;
}

/*Top Contacts*/

header .topmenu ul {
    margin: 0;
}

header .topmenu .top-contacts {
    line-height: 25px;
}

header .topmenu .top-contacts li {
    color: #fff;
    padding: 5px 0;
    font-size: 12px;
    margin-right: 15px;
    display: inline-block;
}

header .topmenu .top-contacts li a {
    color: #fff;
}

header .topmenu .top-contacts i {
    color: #fff;
    font-size: 13px;
    margin-right: 3px;
}

/*Top Data*/

header .topmenu .top-data {
    text-align: right;
}

header .topmenu .top-data li {
    padding: 5px 11px;
    margin-left: -4px;
    display: inline-block;
    border-right: solid 0px #eee;
}

header .topmenu .top-data li:first-child {
    margin-left: 0;
    border-left: solid 0px #eee;
}

header .topmenu .top-data li a {
    font-size: 12px;
}

header .topmenu .top-data li a:hover {
    text-decoration: none;
}

/*Responsive Topbar*/

@media (max-width: 991px) {
    /*header .topmenu ul {
        text-align: left !important;
    }*/

    header .topmenu .top-data li {
        top: 1px;
        padding: 6px 5px;
        margin-left: 0px;
        position: relative;
        border: solid 0px #eee;
    }

    /**/
    header .topmenu .top-contacts {
        line-height: 10px;
        text-align: left !important;
    }

    /**/
    header .topmenu .top-data {
        text-align: right;
    }
}

/*Navbar*/

.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    /*box-shadow: 0px 0.5px 4px #c3c2c2;*/
}

.navbar {
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background: #1a2754;
}

.navbar-header {
    padding-left: 85px;
}

.justify-content-end {
    padding-right: 85px;
}

.navbar-nav {
    float: right;
}


.navbar-nav > li {
    height: 65px;
    line-height: 50px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    transition: all .5s ease-in-out;
}

.navbar-nav > li:hover,
.navbar-nav > li:active {
    border-bottom: 2px solid #1a2754;
    background: #1a2754;
}

.navbar-nav > li > a {
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    font-family: "hine", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 7px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:active {
    color: #cc2026 !important;
}


/*This is item search bar*

.navbar-nav li > .search {
    color: #aaa;
    cursor: pointer;
    font-size: 15px;
    z-index: 0;
    min-width: 30px;
    margin-top: 3px;
    padding: 28px 0;
    text-align: center;
    display: inline-block;
}

.navbar-nav li > .search:hover {
    color: #2196f3;
}

.navbar .search-open {
    right: 0;
    top: 65px;
    display: none;
    height: 50px;
    padding: 4px;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 3px #ddd;
    z-index: 1001;
}

.navbar .search-open input,
.navbar .search-open span {
    height: 40px;
    border-color: #2196f3;
    line-height: 50px;
}

.navbar .search-open span {
    background: #2196f3;
    color: #fff;
}*/

.navbar-toggle {
    background-color: rgba(0, 0, 0, 0.1);
    border: 10px solid #fff;
    border-radius: 0;
}

.navbar-toggle .navbar-toggler-icon {
    background-color: #fff !important;
}

.navbar-collapse {
    max-height: none !important;
}

.vesco-top-nav ul.navbar-nav > li > a.active {
    color: #2196f3 !important;
}

@media (min-width: 992px) {

    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
        position: absolute;
        left: -280px;
    }

    .dropdown-cust.mega-menu .dropdown-item {
        border-right: 1px solid #e0e0e0;
    }

    .dropdown-cust.mega-menu {
        margin-top: 0px;
        min-width: 450px;
        padding: 0;
        border-top: 2px solid #2196f3;
        border-left: 2px solid rgba(1, 1, 1, 0);
        border-right: 2px solid rgba(1, 1, 1, 0);
        border-bottom: 2px solid #2196f3;
        border-radius: 0;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu.mega-menu {
        position: absolute;
        left: -300px;
    }
}

.dropdown-cust {
    margin-top: 0px;
    min-width: 220px;
    padding: 0;
    border-top: 2px solid #2196f3;
    border-left: 2px solid rgba(1, 1, 1, 0);
    border-right: 2px solid rgba(1, 1, 1, 0);
    border-bottom: 2px solid #2196f3;
    border-radius: 0;
}

.dropdown-cust .dropdown-item {
    display: block;
    width: 100%;
    padding: 0px 1rem;
    margin: 0px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    clear: both;
    font-weight: 400;
    color: #61666b;
    text-align: inherit;
    white-space: nowrap;
    text-transform: uppercase;
    background: 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.dropdown-cust .dropdown-item:hover,
.dropdown-cust .dropdown-item.active {
    background: #f0f0f0;
}

.dropdown-cust.mega-menu .mega-menu-img img {}

@media (max-width: 991px) {

    .navbar > .container .navbar-nav {
        float: left;
        border-top: 1px solid #ddd;
        width: 100%;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        padding: 12px 0px;
        margin-left: -10px;
        /**/
        font-size: 16px;
    }

    .navbar-toggle {
        margin-right: 0;
    }

    .navbar .search-open {
        width: 100%;
    }

    .navbar-nav > li {
        height: auto;
        line-height: 35px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        transition: all .5s ease-in-out;
        border-bottom: 1px solid #ddd;
    }

    .navbar-nav > li.active,
    .navbar-nav > li:hover,
    .navbar-nav > li:active {
        border-bottom: 2px solid #ddd;
        background: #f0f0f0;
    }

    .navbar li > .search {
        display: none;
    }

    .navbar .search-open {
        right: 0;
        top: 0;
        display: block;
        height: auto;
        line-height: 50px;
        padding: 4px;
        position: relative;
        box-shadow: none;
        background: none;
        z-index: 1;
    }

    .dropdown-cust {
        margin-top: -2px;
        min-width: 220px;
        padding: 0;
        border-left: 2px solid rgba(1, 1, 1, 0);
        border-right: 2px solid rgba(1, 1, 1, 0);
        border-bottom: 2px solid #2196f3;
        border-radius: 0;
        z-index: 0;
        overflow: hidden;
    }
}

@media (max-width: 767px) {

    .affix {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        /*box-shadow: 0px 0.5px 4px #c3c2c2;*/
    }

    .top-menubar {
        display: none;
    }

    .container {
        max-width: 100%;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container .navbar-toggler,
    .navbar > .container-fluid .navbar-brand {
        margin: 8px 10px;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        padding: 8px 0px;
    }

    .navbar-nav > li {
        line-height: 25px;
        padding: 0 20px;
        border-bottom: 3px solid rgba(0, 0, 0, 0);
        transition: all .5s ease-in-out;
        border-bottom: 1px solid #ddd;
    }

    .navbar-nav > li:last-child {
        padding: 0px;
    }

    .navbar-nav > li.dropdown .dropdown-menu {
        margin-bottom: 15px;
    }

    .top-menubar-nav {
        display: block;
    }
}

@media (min-width: 1600px) {
    .dropdown-cust .dropdown-item {
        font-size: 15px;
    }
}

/*====================================================
                  BUTTON (Generic)
======================================================*/

.btn-general {
    background-color: transparent;
    text-align: center;
    border-width: 1px;
    border-radius: 0px;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.btn-white {
    border-color: #1a2754;
    background-color: #1a2754;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background-color: transparent;
    color: #1a2754;
    cursor: pointer;
}

.btn-green {
    border-color: #1a2754;
    color: #1a2754;
}

.btn-green:hover,
.btn-green:focus {
    background-color: #1a2754;
    color: #fff;
    cursor: pointer;
}

.btn-top {
    /*border-color: 1px #ff0000;*/
    color: #666;
}

.btn-top:hover,
.btn-top:focus {
    /**background-color: #666;*/
    border-color: #999;
    color: #999;
    cursor: pointer;
}

/*====================================================
               OTHER HOME PAGE
======================================================*/

.home-p {
    z-index: 1;
    padding: 100px 0;
    position: relative;
}

.home-p.breadcrumbs-lg {
    padding: 200px 0;
}

.home-p.pages-head1 {
    background: url(../img/img/banner-1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-p.pages-head2 {
    background: url(../img/head/carrier.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-p.pages-head3 {
    background: url(../img/img/banner-3.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-p.pages-head4 {
    background: url(../img/img/banner-4.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.home-p:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
}

.home-p h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}

.home-p p {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .home-p.breadcrumbs-lg {
        padding: 100px 0;
    }
}

@media (max-width: 768px) {

    .home-p,
    .home-p.breadcrumbs-lg {
        padding: 50px 0;
    }

    .home-p h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-p p {
        font-size: 18px;
    }
}

/*====================================================
               TITLE CONTENT (Generic)
======================================================*/

.title-bar {
    /*padding: 50px 0;*/
    padding-top: 50px;
}

.title-bar h1 {
    color: #41464b;
    text-align: center;
    font-weight: 700;
    margin: 20px auto 10px auto;
}

.title-bar .heading-border {
    width: 60px;
    height: 5px;
    background-color: #cc2026;
    margin: 0 auto 20px auto;
}

.heading-border-light {
    width: 30px;
    height: 5px;
    background-color: #cc2026;
    margin: 0 0 20px 0;
}

.title-bar p {
    color: #717171;
}

.title-bar p {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    padding-bottom: 40px;
    margin: 0 auto;
    max-width: 700px;
}

.title-bar .title-but {
    margin: 0;
    background-color: transparent;
    text-align: center;
}

@media (max-width: 575px) {

    .title-bar {
        /*padding: 50px 0;*/
        padding-top: 35px 0;
    }

    .title-bar h1 {
        color: #41464b;
        font-size: 30px;
        text-align: center;
        font-weight: 700;
        margin: 20px auto 10px auto;
    }

    .title-bar p {
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 40px;
        margin: 0 auto;
        max-width: 700px;
    }
}

@media (min-width: 1600px) {
    .title-bar p {
        font-size: 16px;
    }
}

/*====================================================
               COLOR (Generic)
======================================================*/

.cl-white {
    color: #fff;
}

.cl-atlantis {
    color: #fff;
}

.bg-white {
    background: #fff;
}

.bg-atlantis {
    background: #2196f3;
}

.bg-starship {
    background: #cdd613;
}

.bg-matisse {
    background: #0b385d;
}

.bg-chathams {
    background: #0aa1b9;
}

.bg-gray {
    background: #f0f0f0;
}

.bg-light-gray {
    background: #f9f9f9;
}

.bg-gradiant {
    background: -moz-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(34, 155, 242, 1)), color-stop(99%, rgba(0, 128, 129, 1)), color-stop(100%, rgba(0, 128, 128, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(45deg, rgba(34, 155, 242, 1) 0%, rgba(0, 128, 129, 1) 99%, rgba(0, 128, 128, 1) 100%);
    /* opera 11.10+ */
}

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

.footer-s1 .footer {
    padding: 70px 0;
    background: #1a2754;
}

.footer-s1 .footer .comp-desc-f p {
    margin-top: 10px;
    color: #ccc;
    font-size: 15px;
}

/*Heading Footer*/
.footer-s1 .heading-footer {
    text-align: left;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 2px;
}

.footer-s1 .heading-footer:after {
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    content: " ";
    background: #fff;
    position: absolute;
}

.footer-s1 .heading-footer h2 {
    color: #eee;
    font-size: 18px;
    text-transform: none;
}

/*Link link*/
.footer-s1 .footer .link-list {
    margin-bottom: 0;
}

.footer-s1 .footer .link-list li {
    padding: 0.5px 0px;
    border-bottom: solid 1px #666;
}

.footer-s1 .footer .link-list li:last-child {
    padding-top: 0;
    border-top: none;
}

.footer-s1 .footer .link-list li a {
    color: #fff;
    /*font-size: 15px;*/
    font-size: 12px;
    /*margin-bottom: 3px;*/
    margin-bottom: 3px;
    display: inline-block;
}

.footer-s1 .footer .link-list a:hover {
    color: #cc2026;
    text-decoration: none;
}

.footer-s1 .footer .link-list li small {
    color: #555;
    display: block;
}

/*Thumb list*/
.footer-s1 .footer .thumb-list > li {
    margin-bottom: 20px;
}

.footer-s1 .footer .thumb-list > li:before,
.footer-s1 .footer .thumb-list > li:after {
    content: " ";
    display: table;
}

.footer-s1 .footer .thumb-list > li:after {
    clear: both;
}

.footer-s1 .footer .thumb-list > li img {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 10px;
}

.footer-s1 .footer .thumb-list > li a {
    color: #777;
    display: block;
    padding-bottom: 8px;
}

.footer-s1 .footer .thumb-list > li a:hover {
    color: #bbb;
}

.footer-s1 .footer .thumb-list > li small {
    color: #555;
    font-size: 13px;
}

address.address-details-f,
address.address-details-f a {
    color: #ddd;
    /*font-size: 15px;*/
    font-size: 12px;
    line-height: 25px;
}

.social-icon-f li {
    float: left;
    margin: 10px;
}

/*footer bottom*/
#footer-bottom {
    background: #cc2026;
    padding: 30px 0;
}

#footer-copyrights p {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

#footer-copyrights p a:last-child {
    border-left: 2px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
    padding: 3px 15px;
    border-radius: 10px;
    display: none;
    /*background: #fff;*/
    /**/
    border: 1px solid #666;
    z-index: 1;
}

@media (min-width: 1600px) {

    address.address-details-f,
    address.address-details-f a {
        color: #ddd;
        font-size: 17px;
    }

}

@media (max-width: 767px) {
    .footer .container {
        width: 90%;
    }

    .footer-s1 .heading-footer h2 {
        color: #eee;
        font-size: 18px;
        margin-top: 50px;
        text-transform: none;
    }

    .footer-s1 .heading-footer {
        text-align: left;
        position: relative;
        margin-bottom: 10px;
        padding-bottom: 2px;
    }
}

/*certi*/

.certi {
    text-align: left;
}

.certi li {
    padding: 10px 10px 0px 0px;
    display: inline-block;
}

.certi li:first-child {
    margin-left: 0;
    border-left: solid 0px #eee;
}

.certi li a {
    font-size: 12px;
}

.certi li a:hover {
    text-decoration: none;
}
