/**
* Template Name: OnePage - v4.3.0
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    color: #444444;
    font-family: "Myriad Pro";
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #ed464d;
    text-decoration: none;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #ed464d;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #ad1a22;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #ed464d;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    transition: all 0.5s;
    background: #151d28;
    z-index: 997;
    border-bottom: 1px solid #e6f2fb;
}

#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-family: "Impact", sans-serif;
}

#header img {
    max-height: 40px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.align-items-center {
    align-items: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.d-flex {
    display: flex!important
}

.clearfix:after,
.dl-horizontal dd: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,
.clearfix:before,
.dl-horizontal dd:before,
.container:before,
.container-fluid:before,
.row:before,
.form-horizontal .form-group:before,
.btn-toolbar:before,
.btn-group-vertical>.btn-group:before,
.nav:before,
.navbar:before,
.navbar-header:before,
.navbar-collapse:before,
.pager:before,
.panel-body:before,
.modal-footer::before {
    display: none;
}

.mb-60 {
    margin-bottom: 60px;
}

.service-flex {
    display: flex;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/**
* Desktop Navigation 
*/

.navbar {
    padding-top: .8rem;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-size: 14px;
    color: #ebecee;
    white-space: nowrap;
    transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #ad1a22;
}


/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
    color: #ad1a22;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(10, 38, 58, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a {
    padding: 10px 20px;
    font-size: 15px;
    color: #ed464d;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #ad1a22;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    overflow: hidden;
}


/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
    padding: 60px 0;
}

.counts .count-box {
    width: 100%;
    text-align: center;
}

.counts .count-box span {
    font-size: 48px;
    line-height: 48px;
    display: block;
    font-weight: 700;
    color: #124265;
    margin-left: 80px;
    margin: auto;
}

.counts .count-box p {
    padding: 8px 0 0 0;
    font-family: "Impact", sans-serif;
    font-weight: 0;
    font-size: 14px;
    color: #1e6ca6;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    color: white;
    font-size: 14px;
    background: #555555;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #040509;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #ad1a22;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: white;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: white;
}

header.masthead {
    padding-top: 10.5rem;
    padding-bottom: 6rem;
    text-align: center;
    color: #fff;
    background-image: url("images/highlight.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

header.masthead .masthead-subheading {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: black;
    font-family: "Impact";
}

header.masthead .masthead-heading {
    font-size: 3.25rem;
    font-weight: 700;
    line-height: 3.25rem;
    margin-bottom: 2rem;
    color: black;
    font-family: "Impact";
}

header.masthead .masthead-subheading2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: white;
    font-family: "Myriad Pro";
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 29rem;
        padding-bottom: 12.5rem;
    }
    header.masthead .masthead-subheading {
        font-size: 3.25rem;
        margin-top: -211px;
        text-align: right;
        margin-right: 221px;
        color: black;
    }
    header.masthead .masthead-heading {
        font-weight: 700;
        line-height: 4rem;
        margin-bottom: 4rem;
        text-align: right;
        margin-right: 180px;
        font-size: 48px;
        color: black;
    }
    header.masthead .masthead-subheading2 {
        font-size: 15px;
        margin-top: -75px;
        text-align: right;
        margin-right: 180px;
        color: white;
    }
}

.search-pink {
    background: #ed464d;
    background-size: cover;
    padding: 15px 0;
}

.track-ship {
    background-color: #777777;
}

.track-ship-search {
    width: 40%;
    height: 37px;
    outline: none;
    margin-right: 10px;
}

@media screen and (max-width: 500px) {
    .track-ship-search {
        width: 100%;
        margin-bottom: 5px;
    }
}

.element-1 {
    font-size: 75px;
    color: rgb( 215, 215, 215);
    z-index: 1;
    font-weight: bold;
}

.element-2 {
    color: #5d5d5d;
    margin: -65px 0 0 170px;
    z-index: 2;
    font-weight: bold;
}

.container-service {
    display: flex;
    align-items: center;
    justify-content: center
}

.img {
    max-width: 100%;
}

.text {
    font-size: 12px;
    color: rgb( 85, 85, 85);
}


.float-right {
    float: right;
}

.float-left {
    float: left;
}

.mb-50 {
    margin-bottom: 50px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.facts-pink {
    background: #ed464d;
    background-size: cover;
    padding: 40px 0;
}

.facts {
    font-size: 100px;
    color: #f1787d;
    z-index: 1;
    font-weight: bold;
    margin-top: -30px;
}

.facts-2 {
    color: white!important;
    margin: -110px 0 0 7px!important;
    z-index: 2!important;
    font-weight: bold!important;
    font-family: "Impact";
}

.color-white {
    color: white!important;
    font-family: "Impact";
}

.element-about-2 {
    color: #5d5d5d;
    margin: -60px 0 0 85px;
    z-index: 2;
    font-weight: bold;
}

.about-bg-color {
    background-color: #f9f9f9;
    font-size: 16px;
    color: rgb( 105, 105, 105);
    line-height: 1.5;
    align-self: center;
    padding: 30px;
}

.mr-12 {
    margin-right: 12px;
}

.col-left {
    width: 40%;
    background-color: #f9f9f9!important;
}

.col-right {
    width: 60%;
    background: #ed464d;
    padding-bottom: 159px!important;
}

.logo-section {
    background-size: cover;
    padding: 15px 0;
}

.image {
    width: 15%;
    transform: translateY(80%);
}

.p-50 {
    padding: 50px;
}

.p-10 {
    padding: 10px;
}

.border-right {
    border-right: 1px solid white;
}

.text-center {
    text-align: center;
}

.ml-16 {
    margin-left: 16px;
}

.ml-20 {
    margin-left: 20px;
}

.line-h {
    line-height: 25px;
}

.pink {
    color: #ed464d;
}

@media(max-width: 820px) {
    .service-flex {
        display: block;
    }
    .second {
        order: 2;
    }
    .first {
        text-align: center !important;
    }
    .mr-12 {
        margin-right: 0px!important;
    }
    .col-left {
        order: 2;
        width: 100%!important;
        background-color: #f9f9f9!important;
    }
    .col-right {
        width: 100%!important;
        background: #ed464d!important;
        padding-bottom: 50px!important;
    }
    .image {
        width: 20%;
        transform: translateY(0%)!important;
    }
    .ml-20 {
        margin-left: 0px!important;
    }
    .mt-10 {
        margin-top: 10px;
    }
}

@media(min-width: 1500px) {
    .image {
        width: 15%;
        transform: translateY(0%)!important;
    }
}

#services>.position-relative>.mb-50:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: right;
}

*,
 ::after,
 ::before {
    box-sizing: border-box;
}

.dropdown.switch-langs .btn {
    background: transparent;
    color: #fff;
}

.languages.hide {
    display: none!important;
}

.languages:not(.hide) {
    display: block!important;
    text-align: left;
    border-radius: 5px !important;
    padding: 5px 0;
}

.dropdown-menu>.active>a {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}

.switch-langs-mobile {
    display: none !important;
    background-color: #ed464d;
    height: 40px;
}

.switch-langs-mobile ul {
    list-style: none;
    width: 100%;
    text-align: center !important;
    margin-bottom: 0;
    padding: 0;
}

.switch-langs-mobile ul li{
    display: inline-block;
    padding: 10px 5px;
}

.switch-langs-desktop {
    display: block;
}

.mobile-top {
    top: 0;
}

@media screen and (max-width: 992px) {
    .switch-langs-mobile {
        display: block !important;
    }

    .switch-langs-desktop {
        display: none;
    }

    .mobile-top {
        top: 40px !important;
    }
}

@media (max-width: 820px) {
    .ml-20 {
        margin-right: 0px!important;
    }
}

@media (min-width: 992px) {
    .navbar {
        width: 100%;
        padding-left: 20%;
    }
}

@media screen and (max-width: 992px) {
    .navbar-mobile ul {
        top: 75px;
    }

    .navbar-mobile .mobile-nav-toggle {
        top: 40px;
    }
}

.switch-langs-mobile ul {
    padding: 0 !important;
}

@media (max-width: 820px) { 
    .center-mobile {
        margin: auto;
        float: none;
    }
}

@media (max-width: 768px) {
    #services>.position-relative>.mb-50:nth-child(odd) {
        flex-direction: row-reverse;
        text-align: left;
    }
}