/*
Template Name: Excelsior 
Template URI: http://capricorn-theme.net/html/exelsior
Description: Courier & Delivery Services HTMl Template 
Author: Mihir Kanti Ghosh
Author URI: mihir@neon-theme.net
Version: 1.0
 */

/* CSS Index
============

## Google Font Import 
## Common CSS
## Bacground Color & Overlay   
## Pre-loader
## Scroll Top 
## Sticky 
## Header Top Area
## Header Area  
## Main Menu 
## Hero Area Slider
## About Section # 01 
## Service Section # 01
## FAQ Section 
## Process Section 
## CTA Section 
## Logistics Section 
## Client Section 
## Newsletter Section
## Testimonial Section # 01 
## Blog Section 
## Footer Up Area
## Footer Area 

## About Section # 02
## Service Section # 02
## Choose Us Section
## Logistics Section # 02
## Process Section # 02
## CTA Section # 02
## Pricing Section 

## About Section # 03
## Counter Section 
## Logistics Section # 03
## Choose Section # 02
## Quotation Section 
## Team Section 
## Blog Section # 02

## Breadcrumb 
## Quotation Page 
## FAQ Page 
## Single Service Page 
## Single Blog Page
## Contact Page 
## Animation Effect 

/* Google Font Import 
======================= */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap');

/* Common CSS 
============== */

html,
body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    z-index: 1;
    background: #fff;
    color: #004976;
    overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    margin: 0;
    color: #19456B;
}


a {
    text-decoration: none;
    cursor: pointer;
    font-family: "Roboto", serif;
    color: #004976;
    font-size: 16px;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    position: relative;
    color: #7a838b;
    margin: 0;
}


button,
input,
textarea,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

i,
span,
a {
    display: inline-block;
}

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

table,
th,
tr,
td {
    border: 1px solid #cacaca;
}

th,
tr,
td {
    padding: 10px;
}

hr {
    border-top: 1px solid #eee;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 80px;
    margin: 0 auto;
}

/*Section Padding CSS*/

.section-padding {
    padding: 120px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-padding {
        padding: 100px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 60px 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-padding {
        padding: 50px 35px;
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding: 50px 20px;
    }
}

/*Margin & Padding */

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-200 {
    padding-bottom: 200px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}


.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-150 {
    margin-bottom: 150px;
}

.ml-auto {
    margin-left: auto ! important;
}

.mr-auto {
    margin-right: auto ! important;
}

.m-auto {
    margin: 0 auto;
}

.pl-70 {
    padding-left: 70px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.pl-150 {
    padding-left: 150px;
}


/*Section Title */


.section-title {
    position: relative;
}

.section-title h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin: 10px 0;
}

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

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

.section-title h5 {
    font-size: 16px;
    position: relative;
    padding-left: 60px;
}

.section-title h5:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 40px;
    height: 3px;
    background: #FFD57F;
    margin-top: -2px;
}

.process-area .section-title h5:before {
    margin: 0 auto;
    right: 70px;
}

.logistics-area .section-title h5:before {
    margin: 0 auto;
    right: 70px;
}

.testimonial-area .section-title h5:before {
    margin: 0 auto;
    right: 100px;
}

.testimonial-area-2 .section-title h5:before {
    margin: 0 auto;
    right: 110px;
}

.team-area .section-title h5:before {
    margin: 0 auto;
    right: 70px;
}

#service-2.service-area .section-title h5:before {
    margin: 0 auto;
    right: 100px;
}

.section-heading.white h5 {
    color: #fff;
}

.freight-area .section-title h5:before {
    margin: 0 auto;
    right: 120px;
}

.pricing-area .section-title h5:before {
    margin: 0 auto;
    right: 90px;
}


/*Button Style */

.main-btn {
    border-radius: 40px;
    display: inline-block;
    background: #fff;
    border: 2px solid #d4dfe9;
    padding: 12px 40px;
    position: relative;
    font-weight: 700;
    color: #004976;
    padding-right: 15px;
    cursor: pointer;
}

.main-btn.transparent {
    border: none;
}

.main-btn.blue {
    background: #004876;
    color: #fff;
    border: 2px solid #004876;
    margin-left: 20px;
}

.main-btn.yellow {
    background: #F7C355;
    color: #fff;
    border: 2px solid #F7C355;
    margin-left: 20px;
}

.main-btn.white {
    background: #fff;
    border: 2px solid #fff;
    color: #004976;
}

.main-btn:hover {
    background: #004876;
    border-color: #004876;
    color: #fff;
}

.main-btn .icon {
    width: 40px;
    height: 40px;
    background: #00baee;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 12px 0px #00bbee47;
    box-shadow: 0px 6px 12px 0px #00bbee47;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.main-btn .icon i:before {
    font-size: 20px;
}

.main-btn .icon.yellow {
    background: #ffd57f;
    color: #004976;
    -webkit-box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
    box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
}


/*Form Style CSS */

input,
textarea,
select {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 30px;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}

textarea {
    height: 150px;
    resize: none;
}


input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

/*Bootstrap CSS*/

.container-fluid {
    padding: 0;
}

/* Bacground Color & Overlay
============== */

.sky-bg {
    background: #F7FBFF;
}

.sky-bg-2 {
    background: #f0f5ff;
}


.gray-bg {
    background: #EEF3F7;
}

.white-bg {
    background: #fff;
}

.blue-bg {
    background: #004876;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 800px;
}

.overlay {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #024b78 0%, #017280 100%);
    opacity: .6;
    top: 0;
    left: 0;
    z-index: -1
}

.overlay-2 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #024b78 0%, #000 100%);
    opacity: .5;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 10px;
}

.overlay-3 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #024b78 0%, #017280 100%);
    opacity: .8;
    top: 0;
    left: 0;
    z-index: -1
}


/* Pre-Loader CSS 
============== */

#loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F3F8FB;
    z-index: 999999;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FCC741;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* Scroll Top 
============== */
.go-top {
    background-color: #0099F7;
    color: #FFF;
    width: 50px;
    height: 50px;
    bottom: 65px;
    right: 30px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    display: none;
    position: fixed;
    z-index: 1;
    border-radius: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .go-top {
        width: 40px;
        height: 40px;
        bottom: 5em;
        right: 2em;
        font-size: 15px;
        line-height: 40px;
    }
}

@media (max-width: 575px) {
    .go-top i:before {
        font-size: 14px;
    }

    .go-top {
        right: 1em;
        bottom: 6em;
        z-index: 1;
    }
}

.go-top:hover {
    background-color: #fff;
    color: #020E28;
}

/* Sticky CSS 
============== */

.header-area .is-sticky .sticky-area {
    background: #fff;
    box-shadow: 0 3px 16px -2px #d0cece;
    z-index: 999 !important;
    -webkit-animation: slideInDown .6s forwards;
    animation: slideInDown .6s forwards;
    margin-top: 0;
    height: 100px;
}

#header-2.header-area .is-sticky .sticky-area {
    box-shadow: 0 3px 16px -2px #4c4a4ade;
}

.header-area.absolute-header .is-sticky .sticky-area {
    background: #10102D;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
}

.header-area .is-sticky .sticky-area .logo {
    top: 20px;
}

#header-2.header-area .is-sticky .sticky-area .logo {
    top: 20px;
}

.is-sticky .main-menu li:hover .dropdown-menu {
    top: 100px;
}

#header-2 .is-sticky .main-menu li:hover .dropdown-menu {
    top: 100px;
}

.header-area .is-sticky .sticky-area .header-button-list {
    transform: translate(10px, 20px);
}

#header-2 .is-sticky .sticky-area .header-button-list {
    margin-top: 0px;
}


/* Header Top Area
============== */

.header-top {
    background: #eaf5ff;
    font-size: 15px;
    font-weight: 500;
    padding: 15px 0;
}

.contact-info i {
    color: #0099F7;
    font-size: 20px;
    margin-right: 2px;
}

.site-info .social-area {
    display: inline-block;
    margin-left: 10px;
}

.site-info .social-area i {
    font-size: 20px;
    padding-left: 10px;
}


/*Header Top Note */

.header-top-note {
    background: #eaf5ff;
    padding: 6px 0;
    border-radius: 0px 0px 10px 10px;
    margin: 0px 90px;
}

#header-3 .header-top-note {
    background: #00BAEE;
    margin: 0px 100px;
}

.header-top-note p {
    font-size: 15px;
}

#header-3 .header-top-note p {
    font-size: 15px;
    color: #fff;
}

.header-top-note a {
    color: #004976;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 15px;
}

#header-3 .header-top-note a {
    color: #fff;
}

.header-top-note a:hover {
    color: #00baee;
}

.header-top-note a::after {
    height: 2px;
    width: 100%;
    bottom: 2px;
    content: "";
    left: 0;
    background: #799ab6;
    position: absolute;
}

#header-3 .header-top-note a::after {
    background: #fff;
}

/* Header Area 
============== */

.header-area {
    height: 100px;
}

#header-2 .header-area {
    height: 90px;
}


.logo {
    position: absolute;
    top: -7px;
}


#header-2.header-area .logo {
    width: 190px;
    top: 20px;
    left: 0
}

.header-area .main-menu .navbar-nav .nav-link.active {
    color: #0099F7;
}

.header-area .header-btn.main-btn {
    padding: 14px 30px;
}

.header-area.absolute-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    /*	padding: 20px 0;*/
    -webkit-transition: .3s;
    transition: .3s;
}

.header-button-list .btn {
    width: 60px;
    height: 60px;
    line-height: 55px;
    color: #004976;
    border-radius: 50%;
}

#header-2 .header-button-list .btn {
    background: none;
}

#header-2 .header-button-list .btn:hover {
    color: #00BAEE;
}

#header-3 .header-button-list .btn {
    background: transparent;
    color: #fff;
}

.header-button-list .btn i:before {
    font-size: 24px;
}

.header-button-list .btn:hover {
    background: #004976;
    color: #fff;
    border-color: transparent;
}

.header-button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header-2 .header-button-list {
    margin-top: 20px;
}

.header-button-list .btn:not(:last-child) {
    margin-right: 15px;
}

.sticky-header .main-menu ul a {
    padding: 38px 0;
}

.sticky-header .header-info-left,
.sticky-header .header-info-right {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

/* Header Extra Info */

.extra-info {
    background: #004876 none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 350px;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.extra-info.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.close-icon {
    margin-top: -16px;
    text-align: right;
}

.close-icon > button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.close-icon > button i {
    color: #35b3f1;
}

.side-info {
    border-top: 1px solid #6d7fa1;
    padding-top: 25px;
}

.side-info .main-btn:hover {
    background: #00baee;
    border-color: #00baee;
}

.side-info .main-btn:hover .icon {
    background: #004976;
}

.contact-list h4 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-list p {
    color: #fff;
    margin: 0;
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 14px;
}

.contact-list p i {
    float: left;
    margin-top: 6px;
    width: 25px;
}

.contact-list p span {
    display: block;
    overflow: hidden;
}

.offcanvas-overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.offcanvas-overly.active {
    opacity: 0.5;
    visibility: visible;
}

.extra-info .site-logo-2 {
    width: 220px;
    text-align: center;
    margin-top: 20px;
}


/*-- Search Form --*/

.search-box button {
    text-decoration: none;
    outline: none;
    outline-width: 0 !important;
    border: none;
    background: none;
    position: absolute;
    top: 32px;
    right: 10px;
    font-size: 20px;
}

.search-box button:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -40px;
    height: 40px;
    border-left: 2px solid #eee;
    margin-top: -20px;
}

.search-box button:hover {
    cursor: pointer;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
    opacity: 1;
    visibility: visible;
}

.search-popup .search-inner {
    position: relative;
    background: #ffffff;
    padding: 25px 0 30px;
    z-index: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.search-popup .upper-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.search-popup .upper-text .text {
    font-size: 18px;
    letter-spacing: 1px;
}

.search-popup .close-search {
    position: absolute;
    right: 0;
    top: 0;
    color: #4C4C4D;
    font-size: 18px;
    line-height: 27px;
    z-index: 3;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    background: none;
}

.search-popup .form-group form {
    position: relative;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    padding: 10px 14px;
    height: 45px;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 10px;
    top: -5px;
    background: transparent;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    color: #333333;
    padding: 0;
    background: none;
    border: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


/* Main Menu 
============== */

.main-menu .navbar {
    padding: 0;
}

.main-menu li.nav-item {
    position: relative;
    margin-right: 30px;
}

.main-menu li.nav-item:last-child {
    margin-right: 0;
}

.main-menu .navbar-nav .nav-link {
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 40px 0px;
}

.header-area.absolute-header .main-menu .navbar-nav .nav-link {
    color: #fff;
}

.dropdown-menu {
    position: absolute;
    left: 0;
    top: 100px;
    min-width: 200px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 99;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

#header-2 .dropdown-menu {
    top: 100px;
}

.dropdown-menu::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #0099F7;
    visibility: hidden;
    opacity: 0;
}

.main-menu li.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 85px;
}

#header-2 .main-menu li.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100px;
}

.main-menu li.nav-item:hover .dropdown-menu::after {
    opacity: 1;
    visibility: visible;
}

.main-menu ul.dropdown-menu {
    list-style: none;
    padding: 20px 15px;
    margin: 0;
}

.main-menu .dropdown-menu li {
    display: block;
}

.main-menu .dropdown-menu li a {
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 12px;
    color: #004976;
    -webkit-transition: .3s;
    transition: .3s;
}

.main-menu .dropdown-menu li:hover > a {
    color: #0099F7;
}

.nav-link span i {
    margin-left: 5px;
}

.dropdown-toggle::after {
    display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: none;
}

/* Hero Area Slider CSS 
==================*/

.homepage-slides {
    position: relative;
    overflow: hidden;
}

.homepage-slides .single-slide-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ddd;
    width: 100%;
    height: 800px;
    display: table;
    align-items: center;
    position: relative;
    z-index: 1;
}

.homepage-slides .single-slide-item .image-layer {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1);
    transition: all 7000ms linear;
}

/*

.homepage-slides .active .single-slide-item .image-layer {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
*/

.single-slide-item h1 {
    color: #fff;
    font-size: 85px;
    line-height: 95px;
    margin: 30px 0;
}

.single-slide-item p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}


.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
    width: 60px;
    height: 60px;
    border: 2px solid;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 100;
    line-height: 16px;
    position: absolute;
    left: 35px;
    top: 50%;
    margin-top: -25px;
    color: #FFD57F;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
    left: auto;
    right: 15px;
}


.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
    visibility: visible;
    opacity: .3;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
    background: #FFD57F;
    color: #fff;
    border-color: #FFD57F;
    opacity: 1;
}

.hero-area-wrap {
    display: table-cell;
    vertical-align: middle;
}

.hero-area-wrap .main-btn {
    margin: 65px 0 0;
    margin-right: 20px;
}

.hero-area-content {
    padding-top: 270px;
    padding-bottom: 150px;
}

/*Pop up Video */

.pop-up-video a.video-play-btn {
    font-size: 20px;
    color: #fff;
    border: 2px solid #FFD57F;
    border-radius: 50%;
    padding: 15px;
    width: 80px;
    height: 80px;
    line-height: 48px;
    text-align: center;
    position: absolute;
    margin-top: -120px;
    background: #FFD57F;
    cursor: pointer;
    z-index: 9;
}

@-webkit-keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }

    100% {
        opacity: 0;
    }
}

.pop-up-video a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #FCD1C1;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}


/* Search Section */

.service-search-wrapper {
    background: #fff;
    -webkit-box-shadow: 0 8px 16px 0px #d9e1e9;
    box-shadow: 0 8px 16px 0px #d9e1e9;
    padding: 80px;
    padding-bottom: 60px;
    border-bottom: 4px solid #00baee;
    padding-top: 45px;
    margin-top: -95px;
    position: relative;
    z-index: 2;
    margin-bottom: 120px;
    border-radius: 7px;
}

.service-search-wrapper .form-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service-search-wrapper .form-group {
    margin: 0;
    position: relative;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    text-align: right;
}

.service-search-wrapper .form-group-wrapper .form-group:nth-child(1),
.service-search-wrapper .form-group-wrapper .form-group:nth-child(2) {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}

.service-search-wrapper .form-group-wrapper .form-group:nth-child(1) {
    margin-right: 15px;
}

.service-search-wrapper .form-group label {
    position: absolute;
    font-size: 16px;
    color: #00bbee;
    margin: 0;
    top: 31px;
    left: 0;
    z-index: 2;
}

.service-search-wrapper i:before {
    font-size: 25px;
}

.service-search-wrapper .form-group input {
    border: none;
    border-bottom: 2px solid #004876;
    font-size: 16px;
    color: #004876;
    font-weight: 600;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-top: 35px;
}

.service-search-wrapper .form-group input::-webkit-input-placeholder {
    font-weight: 600;
    opacity: 1;
}

.service-search-wrapper .form-group input::-moz-placeholder {
    font-weight: 600;
    opacity: 1;
}

.service-search-wrapper .form-group input:-ms-input-placeholder {
    font-weight: 600;
    opacity: 1;
}

.service-search-wrapper .form-group input::-ms-input-placeholder {
    font-weight: 600;
    opacity: 1;
}

.service-search-wrapper .form-group input::placeholder {
    font-weight: 600;
    opacity: 1;
}

.service-search-wrapper .form-group .nice-select {
    border: 0px;
    width: 100%;
    border-bottom: 2px solid #004876;
    padding: 30px;
    height: auto;
    padding-right: 0;
    padding-bottom: 14px;
    padding-top: 25px;
}

.service-search-wrapper .form-group .nice-select::after {
    display: none;
}

.service-search-wrapper .form-group .nice-select .list {
    width: 100%;
}

.service-search-wrapper .form-group .nice-select .current {
    font-size: 16px;
    font-weight: 600;
}

.service-search-wrapper .form-group:nth-child(2) {
    margin-left: 15px;
}

.service-search-wrapper input::placeholder {
    color: #004976;
}

.service-search-wrapper .site-btn {
    padding: 8px 36px;
    padding-right: 10px;
}


/*About Section # 01 */

.about-section .section-content {
    background: #fff;
    padding: 30px 30px 30px 40px;
    border-left: 4px solid #00bbef;
}

.about-section .section-content p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.about-list .single-item .icon {
    width: 40px;
    height: 40px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 12px 0px #d3dbe33d;
    box-shadow: 0 6px 12px 0px #d3dbe33d;
    margin-right: 20px;
}

.about-list .single-item span {
    font-weight: 600;
}

.about-list .single-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-section .main-btn {
    padding: 16px 40px;
    font-weight: 700;
    margin-left: 0;
}

.about-title h5 {
    font-size: 18px;
}


/*Service Section # 01 */

.service-section-content p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.service-section-content::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    background: #00bbef;
    height: 130px;
    width: 2px;
    margin-top: -85px;
}

.service-content {
    background: #fff;
    margin-left: 30px;
    margin-right: 30px;
    padding: 29px 30px;
    -webkit-box-shadow: 0 8px 12px 0px #d3dbe33d;
    box-shadow: 0 8px 12px 0px #d3dbe33d;
    position: relative;
    margin-top: -60px;
    border-radius: 12px;
}

.service-content .service-price {
    font-weight: 600;
    color: #00bbef;
    margin-bottom: 2px;
    display: block;
    transition: .2s;
}

.service-content .service-title {
    font-size: 24px;
    margin-bottom: 0;
}

.service-content .service-title a {
    display: inline-block;
    color: #004976;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

.service-content:hover .service-title a {
    color: #00BAEE;
}

.service-content:hover .service-price {
    color: #004976;
}

.service-content .service-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background: #F7C355;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 20px;
    top: -40px;
    -webkit-box-shadow: 0 8px 12px 0px #d3dbe33d;
    box-shadow: 0 8px 12px 0px #d3dbe33d;
}

.service-icon i:before {
    font-size: 40px;
    color: #fff;
}

.single-service-box .service-thumb {
    overflow: hidden;
}

.service-thumb img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 12px;
}

.single-service-box:hover .service-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.single-service-box:hover .service-icon {
    background: #00BBEF;
    color: #fff;
}

.service-note p {
    font-size: 16px;
}

.service-note a {
    color: #35b4f1;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.service-note a:hover {
    color: #004876;
}

.service-note a::after {
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #88cff6;
    position: absolute;
}

.service-box-area {
    position: relative;
    z-index: 1;
}

.service-box-area::after {
    background: #f7fbff;
    left: 0;
    bottom: -1px;
    content: "";
    width: 100%;
    height: 80%;
    position: absolute;
    z-index: -1;
}

.service-box-area::before {
    height: 165px;
    top: 2px;
    left: 0;
    content: "";
    background: #004876;
    position: absolute;
    width: 100%;
}

/*FAQ Section  */

.accordion.faqs .card .card-header {
    background: #fff;
    padding: 0;
    margin-bottom: 0px;
    border: none;
}

.accordion.faqs .card {
    margin-bottom: 20px;
    border: 2px solid #f3f5f8;
}

.accordion.faqs .card:last-child {
    margin-bottom: 0;
}

.accordion.faqs .card .card-header .btn-link {
    padding: 25px 40px;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #004976;
    width: 100%;
    display: block;
    text-align: left;
    position: relative;
    position: relative;
    text-decoration: none;
    border: none;
    padding-right: 95px;
}

.accordion.faqs .card .card-header .btn-link::after {
    right: 40px;
    content: "+";
    height: 50px;
    width: 50px;
    text-align: center;
    top: 50%;
    font-size: 25px;
    font-weight: 400;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    line-height: 51px;
    color: #004976;
    background: #F7C355;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.accordion.faqs .card .subtitle > button[aria-expanded="true"]::after {
    content: "-";
}

.accordion.faqs .card .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    padding-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordion.faqs .card .card-body .content {
    font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
    text-align: justify;
}

.accordion.faqs .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 2px solid #f3f5f8;
}

.faq-icon-box {
    position: absolute;
    width: 140px;
    height: 140px;
    background: #fff;
    top: 40%;
    right: 85px;
    margin-top: -70px;
    z-index: 2;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.faq-thumb {
    position: relative;
    z-index: 2;
}

.faq-icon-box img {
    -webkit-animation: 1.5s shake infinite;
    animation: 1.5s shake infinite;
    width: 80px;
    height: auto;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }

    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
    }
}

.faq-icon-box::after {
    width: 180px;
    height: 180px;
    -webkit-box-shadow: 0 8px 16px 0px rgb(130 139 148 / 30%);
    box-shadow: 0 8px 16px 0px rgb(130 139 148 / 30%);
    left: -20px;
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}


/*Process Section */

.single-process-box {
    padding: 60px 50px;
    background: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.single-process-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 3px;
    width: 0%;
    background: #35b3f1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    visibility: hidden;
}

.single-process-box.active::after {
    left: 0;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: width 0.4s ease;
    -o-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.process-box-title {
    font-size: 18px;
    margin-bottom: 18px;
}

.single-process-box .inline-btn {
    font-weight: 700;
    color: #00bbee;
    margin-bottom: 28px;
    display: inline-block;
}

.single-process-box .inline-btn i {
    margin-left: 8px;
}

.single-process-box .process-box-icon {
    margin-top: 33px;
}

.single-process-box .count-big {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 150px;
    font-weight: 700;
    line-height: 86px;
    top: 15%;
    z-index: -1;
    color: #f0f5f9;
    letter-spacing: -6px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.process-box-icon img {
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.single-process-box:hover .process-box-icon img {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


.cta-area {
    position: relative;
    z-index: 1;
}

.cta-area .pop-up-video a.video-play-btn {
    position: absolute;
    top: 30%;
    left: 180px;
    font-size: 30px;
    width: 100px;
    height: 100px;
    line-height: 65px;
}

.cta-area::before {
    background-image: url(../img/cargo-ship-3.jpg);
    width: 65%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    position: absolute;
    content: "";
    height: 100%;
    z-index: -2;
}

.cta-area::after {
    width: 35%;
    right: 0;
    height: 100%;
    content: "";
    background: #F7C355;
    position: absolute;
    top: 0;
    z-index: -1;
}

.cta-wrapper {
    background: #fff;
    padding: 80px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 16px 32px 0px #00497614;
    box-shadow: 0 16px 32px 0px #00497614;
    position: relative;
}

.cta-form .form-group input,
.cta-form .form-group textarea {
    width: 100%;
    border: none;
    background: #f3f8ff;
    color: #7a838b;
    padding: 22px 40px;
    padding-right: 0;
    margin-bottom: 15px;
}


.cta-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.cta-form .form-group label {
    position: absolute;
    right: 40px;
    top: 24px;
    color: #00bbee;
    margin-bottom: 0;
    z-index: 2;
}

.cta-form .from-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cta-form .from-group-wrapper .from-group {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.cta-form .main-btn {
    width: 100%;
    background: #f7c355;
    color: #004976;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 23px 30px;
}

.cta-form .site-btn:hover {
    background: #004976;
    color: #fff;
}

.cta-form .from-group-wrapper .form-group {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.form-group input[type=date]::-webkit-calendar-picker-indicator {
    width: 100%;
    color: #fff;
    right: 0;
    position: absolute;
    text-align: right;
    height: 100%;
    background: transparent;
}

.cta-form .from-group-wrapper .form-group:first-child {
    margin-right: 5px;
}

.cta-form .from-group-wrapper .form-group:last-child {
    margin-left: 5px;
}

.cta-form .form-group .nice-select {
    width: 100%;
    border: none;
    background: #f3f8ff;
    padding-left: 40px;
    height: 70px;
    line-height: 70px;
}

.cta-form .form-group .nice-select .current {
    font-size: 16px;
}

.cta-form .form-group .nice-select .list {
    width: 100%;
}

.cta-thumb {
    position: absolute;
    bottom: 0;
    left: -40px;
}

.cta-form i:before {
    font-size: 20px;
}


/*Logistics Section # 01*/

.single-logistics-item .logistics-content {
    background: #004876;
    color: #fff;
    margin-left: 30px;
    margin-right: 30px;
    padding: 32px 45px;
    position: relative;
    margin-top: -57px;
    position: relative;
    z-index: 2;
    padding-right: 120px;
    border-radius: 10px;
}

.logistics-content .sub-title {
    color: #00bbef;
    margin-bottom: 12px;
    font-size: 16px;
}

.logistics-content .logistics-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #ffd57f;
    display: inline-block;
    line-height: 55px;
    color: #004976;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s;
}

.logistics-icon i:before {
    font-size: 22px;
}

.single-logistics-item:hover .logistics-icon {
    color: #fff;
    background: #35b3f1;
}


.logistics-content .logistics-title {
    font-size: 18px;
    color: #fff;
}

.single-logistics-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.logistics-thumb {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.logistics-thumb img {
    border-radius: 10px;
}

.single-logistics-item .logistics-thumb::before {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: linear-gradient(90deg, #024b78 0%, #017280 100%);
    opacity: .1;
    transition: 0.3s;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    border-radius: 10px;
}

.single-logistics-item:hover .logistics-icon {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: -30px;
}

.single-logistics-item:hover .logistics-thumb::before {
    opacity: .6;
    visibility: visible;
    border-radius: 10px;
}

/* Client Section */

.single-logo-wrapper {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .5;
    transition: .3s;
}

.single-logo-wrapper:hover {
    opacity: 1;
}

/*Newsletter Section */

.newsletter-area {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletter-area .section-title {
    margin-bottom: 0;
}

.newsletter-form input {
    padding: 30px 35px;
    border-radius: 40px;
    border: none;
    color: #004976;
    width: 100%;
}

.newsletter-form {
    position: relative;
    margin-top: 15px;
}

.main-btn.boxed {
    background: #35b3f1;
    display: inline-block;
    color: #fff;
    border: none;
    padding: 18px 46px;
    -webkit-box-shadow: 0 6px 12px rgba(53, 178, 241, 0.3);
    box-shadow: 0 6px 12px rgba(53, 178, 241, 0.3);
    font-size: 16px;
    text-align: center;
}

.newsletter-form .main-btn {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.newsletter-area .section-heading.white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.newsletter-form .main-btn:hover {
    background: #004876;
}

/*Testimonial CSS */

.testimonial-carousel img {
    width: auto !important;
}

.testimonial-carousel {
    background: #fff;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 70px;
    padding-bottom: 60px;
    border-radius: 15px;
    position: relative;
    -webkit-box-shadow: 0px 6px 12px 0px #00497628;
    box-shadow: 0px 6px 12px 0px #00497628;
    z-index: 3 !important;
}

.testimonial-carousel::after,
.testimonial-carousel::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -20px;
    width: calc(100% - 40px);
    height: 20px;
    -webkit-box-shadow: 0px 6px 12px 0px #00497628;
    box-shadow: 0px 6px 12px 0px #00497628;
    z-index: -1;
    border-radius: 0px 0px 15px 15px;
}

.testimonial-carousel::before {
    left: 40px;
    bottom: -40px;
    width: calc(100% - 80px);
}

.single-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    background: #fff;
    z-index: 4;
}

.single-testimonial .thumb {
    position: relative;
    margin-left: 20px;
}

.single-testimonial .thumb img {
    width: 140px !important;
    border-radius: 50%;
}

.single-testimonial .content {
    -ms-flex-preferred-size: 82%;
    flex-basis: 82%;
    padding-left: 60px;
}

.single-testimonial .thumb::after {
    content: "";
    left: -20px;
    top: -20px;
    height: 180px;
    width: 180px;
    position: absolute;
    border: 2px solid #f6fbff;
    border-radius: 50%;
}

.single-testimonial .thumb .icon {
    position: absolute;
    top: -18px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: #ffd57f;
    text-align: center;
    line-height: 31px;
    border-radius: 50%;
    font-size: 14px;
    z-index: 2;
    -webkit-box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
    box-shadow: 0 6px 12px 0px rgba(198, 148, 31, 0.3);
}

.single-testimonial .content p {
    font-size: 18px;
    line-height: 1.5;
}

.testimonial-meta .name {
    font-size: 18px;
}

.testimonial-meta .designation {
    font-size: 16px;
    display: block;
    opacity: .5
}

.testimonial-carousel .owl-dots div {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #dceeff;
}

.testimonial-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 80px;
    top: 80px;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.testimonial-carousel .owl-dots div.active {
    background: #35b3f1;
}

.testimonial-carousel .owl-dots div:not(:last-child) {
    margin-right: 10px;
}


/* Blog Section 
============== */

.postbox-text {
    padding: 35px 30px;
    border: 1px solid #e2edf6;
    border-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 36px;
    padding-bottom: 30px;
    border-radius: 0 0 10px 10px;
}

.postbox {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.postbox:hover {
    -webkit-box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
    box-shadow: 0px 16px 32px 0px rgba(40, 89, 196, 0.1);
    border-radius: 0 0 10px 10px;
}

.postbox:hover .postbox-text {
    border-color: transparent;
}

.postbox .blog-title a {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px;
}

.postbox .blog-title a {
    color: #004976;
}

.postbox .blog-title a:hover {
    color: #00bbee;
}

.postbox .post-meta a {
    font-weight: 600;
    color: #004976;
    position: relative;
}

.postbox .post-meta a:hover {
    color: #00bbee;
}

.postbox .post-meta a i {
    font-size: 20px;
    color: #00bbee;
    margin-right: 5px;
}

.postbox .post-meta a:not(:last-child) {
    margin-right: 36px;
}

.postbox .post-meta a:not(:last-child)::after {
    content: "";
    height: 14px;
    width: 2px;
    background: #cfe0e5;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -17px;
}

.postbox-text p {
    font-size: 16px;
}

.postbox-thumb img {
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px 10px 0 0;
}

.postbox-thumb {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.postbox:hover .postbox-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-area .main-btn {
    margin-top: 45px;
}

/* Footer Up Area 
============== */

.ftu-box {
    background: #F7C355;
    -webkit-transform: translateY(120px);
    -ms-transform: translateY(120px);
    transform: translateY(120px);
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.ftu-box .ftu-title {
    font-size: 50px;
    margin: 0;
}

.ftu-title span {
    font-weight: 300;
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
}

.ftu-btns a {
    padding: 10px 27px;
    padding-right: 10px;
}

.ftu-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ftu-btns .main-btn.blue:hover {
    background: #fff;
    border-color: #fff;
    color: #004876;
}

.quote-note p {
    font-size: 20px;
}

.quote-note a {
    color: #004876;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-left: 30px;
}

.quote-note a:after {
    position: absolute;
    content: " ";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00BAEE;
}

.quote-note a:hover {
    color: #35b4f1;
}

/* Footer Section 
============== */

.footer-area {
    margin-top: -10px;
    z-index: 1;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.footer-area::before {
    z-index: -1;
}

.footer-widget .title {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
}

.footer-widget .title::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 4px;
    height: 20px;
    background: #ffd57f;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-widget ul li a {
    color: #fff;
    display: block;
    font-weight: 500;
}

.footer-widget ul li a:hover {
    color: #ffd57f;
}

.footer-widget ul li i {
    margin-right: 15px;
    color: #5b84a3;
}

.footer-widget ul li:not(:first-child) {
    margin-top: 26px;
}

.footer-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid rgb(14 49 74);
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.footer-contact-info .content {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
}

.footer-contact-info .content p {
    color: #fff;
}

.footer-contact-info .box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background: #efc266;
    padding: 14px 30px;
    margin-top: 10px;
    position: relative;
    padding-right: 50px;
    border-radius: 10px;
}

.footer-contact-info .box h2 {
    font-size: 30px;
    color: #002542;
    margin: 0;
}

.footer-contact-info .box h2 span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.footer-contact-info .box .icon {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #f0c877;
}

.footer-contact-info .content a {
    color: #ffd57f;
    display: inline-block;
    margin-top: 13px;
    font-weight: 500;
}

.footer-contact-info .content a i {
    margin-right: 20px;
}

.footer-social-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-social-info .content {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

.footer-social-info .social-links {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.footer-social-info .content a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.footer-social-info .content a:hover {
    color: #ffd57f;
}

.footer-social-info .content a span {
    color: #517fa2;
}

.social-links a {
    display: block;
    width: 40px;
    height: 40px;
    background: #0e4164;
    line-height: 41px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.social-links a:hover {
    background: #35b3f1;
    color: #fff;
}

.social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.social-links a i:before {
    font-size: 18px;
}

.social-links a:not(:last-child) {
    margin-right: 10px;
}

.footer-area .copyright {
    border-top: 2px solid rgb(14 49 74);
}

.footer-area .copyright p {
    color: #fff;
    font-size: 16px;
}

.site-footer-2 .footer-widget .title {
    color: #004976;
}

.site-footer-2 .footer-widget ul li a {
    color: #004976;
}

.site-footer-2 .content p {
    color: #004976;
}

.site-footer-2 .footer-social-info .content a {
    color: #004976;
}

.site-footer-2 .footer-contact-info .content a {
    color: #004976;
}

.site-footer-2 .footer-contact-info {
    border-color: #dde6f2;
}

.site-footer-2 .copyright {
    border-color: #dde6f2;
}

.site-footer-2 .footer-contact-info .box {
    background: #02c0f0;
}

.site-footer-2 .footer-contact-info .box h2 {
    color: #fff;
}

.site-footer-2 .footer-contact-info .box .icon {
    color: #000;
    opacity: 0.1;
}

.footer-area.site-footer-2 .copyright p {
    color: #004976;
    font-size: 16px;
    font-weight: 500;
}



/* Home # 02
====================================================== */


/* About Section # 02
============== */

.about-content-area p.highlight {
    position: relative;
    margin: 20px 0 0;
}

.about-content-area .main-btn {
    background: transparent;
    color: #FBA919;
    border: 2px solid;
    margin: 40px 0;
}


.about-note a {
    color: #004876;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin: 30px 0 40px;
}

.about-note a:after {
    position: absolute;
    content: " ";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00BAEE;
}


.about-featured-icon i:before {
    font-size: 60px;
    color: #35B3F1;
    margin-bottom: 25px;
    display: inline-block;
}

.about-featured-area {
    position: relative;
}

.col-lg-4:not(:last-child) .about-featured-area:after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #f1f1f1;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateX(0) translateY(-50%);
}

.about-img {
    position: relative;
    z-index: 1;
}

.about-img img {
    border-radius: 12px;
}

.about-founder {
    background: #FBA919;
    padding: 30px 40px 0px;
    position: absolute;
    left: 0px;
    bottom: -12px;
    border: 12px solid #fff;
    border-left: none;
}

.about-founder i:before {
    font-size: 45px;
    color: #fff;
}

.about-founder p {
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
    color: #fff;
    margin-top: 20px;
}

.about-featured-icon img {
    margin-bottom: 30px;
}


.about-thumb-box {
    position: absolute;
    background: #f7c355;
    padding: 44px 30px;
    text-align: center;
    -webkit-box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
    box-shadow: 0 16px 32px 0px rgba(247, 196, 85, 0.2);
    bottom: 0;
    left: 0;
    z-index: 5;
}

.about-thumb-box .title {
    color: #004876;
    font-size: 70px;
}

.about-thumb-box .title .year {
    font-size: 16px;
    display: block;
    margin-top: -5px;
}

.about-thumb-box .title .plus {
    font-size: 40px;
}

.about-thumb img {
    border-radius: 10px;
}

/* Service Section # 02  
==================== */

.single-service-bg {
    background-image: url(../img/service/01.jpg);
    height: 325px;
}

.service-bg-2 {
    background-image: url(../img/service/02.jpg);
}

.service-bg-3 {
    background-image: url(../img/service/03.jpg);
}

.service-bg-4 {
    background-image: url(../img/service/04.jpg);
}

#service-2 .single-service-area {
    padding: 50px;
    box-shadow: none;
    margin-top: 0;
    height: 325px;
    text-align: center;
    background: #fff;
    transition: .3s;
    box-shadow: 0 3px 9px -2px #d0cece;
}

.single-service-area h5 a {
    font-size: 20px;
    margin: 30px 0;
}

#service-2 .service-icon i:before {
    color: #017280;
    font-size: 55px;
}

#service-2 .single-service-area a.read-more {
    margin: 12px 0 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

#service-2 .single-service-area:hover {
    background: #F7C355;
}

#service-2 .single-service-area:hover .service-icon i:before {
    color: #fff;
}

#service-2 .single-service-area:hover h5 a {
    color: #fff;
}

#service-2 .single-service-area:hover p {
    color: #fff;
}


/*Choose Us Section # 01 
============== */

.chooseus-area .section-heading:after {
    margin: 0;
}

.single-feature-item .num {
    font-size: 24px;
    line-height: 24px;
    background: #0099F7;
    display: inline-block;
    padding: 10px;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    float: left;
    border-radius: 5px;
}

.feature-image img {
    width: 100%;
    box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
}

.feature-image {
    position: relative;
    z-index: 1;
}

.feature-img img {
    border-radius: 12px;
}

.feature-image:before {
    position: absolute;
    content: " ";
    top: -50px;
    right: -50px;
    width: 100%;
    height: 100%;
    background: #0099F7;
    z-index: -1;
}

.feature-content h5 {
    font-size: 20px;
    margin: 0;
}

.feature-content p {
    font-size: 17px;
    line-height: 26px;
    margin: 10px 0;
}

/* Logistics Section # 02
============== */

.freight-bg-1 {
    background-image: url(../img/freight/1.png);
}

.freight-bg-2 {
    background-image: url(../img/freight/2.png);
}

.freight-bg-3 {
    background-image: url(../img/freight/3.png);
}

.single-freight-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 2s ease-out;
}

.freight-icon {
    position: absolute;
    top: 50px;
    left: 35px;
}

.freight-icon i:before {
    font-size: 50px;
    color: #00BBEF;
}

.single-freight-area h5 {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 25px;
}

.single-freight-area h5:after {
    position: absolute;
    content: " ";
    width: 80px;
    height: 2px;
    background: #ffff;
    bottom: -15px;
    left: 0;
}

.single-freight-area .read-more {
    position: absolute;
    bottom: 25px;
    left: 25px;
    color: #0099F7;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.single-freight-area .read-more:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 0;
    margin-left: -5px;
    opacity: 0;
    visibility: hidden;
}


.freight-area .logistics-link {
    width: 60px;
    height: 60px;
    text-align: center;
    background: #ffd57f;
    display: inline-block;
    line-height: 62px;
    color: #004976;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.freight-area .logistics-link i:before {
    font-size: 22px;
}

.freight-area .logistics-link:hover {
    color: #fff;
    background: #35b3f1;
}

.single-freight-area img {
    transition: transform ease 0.3s;
    border-radius: 12px;
}

.single-freight-area img:hover {
    border-radius: 12px;
    transform: scale(1.3);
    transition: all 2s ease-out;
}

.single-freight-area:hover .logistics-link {
    color: #fff;
    background: #35b3f1;
}

/* Process Section # 2 */

.single-process-box-2 {
    padding: 0;
    background: transparent;
}

.single-process-box-2 .process-box-title {
    font-size: 20px;
    margin-bottom: 13px;
}

.single-process-box-2::after {
    display: none;
}

.single-process-box-2:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-process-box-2 .process-box-thumb {
    position: relative;
    background: transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 220px;
    margin: 0 auto;
}

.single-process-box-2 .process-box-thumb img {
    border-radius: 50%;
}

.single-process-box-2 .count-small {
    width: 60px;
    height: 60px;
    background: #fff;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0px 16px 32px 0px #0049764b;
    box-shadow: 0px 16px 32px 0px #0049764b;
    border-radius: 50%;
    font-weight: 700;
    line-height: 63px;
    position: absolute;
    left: 10px;
    top: 5px;
    z-index: 2;
}

.single-process-box-2 .count-big {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 120px;
    font-weight: 700;
    line-height: 86px;
    top: -55px;
    z-index: -1;
    color: #f0f5f9;
    letter-spacing: -6px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-process-box-2:hover .count-big {
    top: -65px;
}

/*CTA Area # 02*/

.cta-area-2 {
    position: relative;
    background: #f8f8f8;
    z-index: 1;
}

.cta-area-2::after {
    width: 35%;
    right: 0;
    height: 100%;
    content: "";
    background: #F7C355;
    position: absolute;
    top: 0;
    z-index: -1;
}

.cta-wrapper-2 {
    background: #fff;
    padding: 80px;
    -webkit-box-shadow: 0 16px 32px 0px #00497614;
    box-shadow: 0 16px 32px 0px #00497614;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    position: relative;
    border-radius: 12px;
}


/* Pricing Section */

.single-pricing-box {
    text-align: center;
    background: #fff;
    padding-top: 5px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 12px;
    box-shadow: 0 8px 12px 0px #d3dbe33d;
}

.single-pricing-box ul {
    text-align: left;
    padding: 0 60px;
    padding-top: 50px;
    padding-bottom: 40px;
}

.single-pricing-box .pricing-icon {
    background: #00baee;
    width: 140px;
    height: 140px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pricing-head {
    padding-top: 40px;
    font-size: 14px;
}

.pricing-head p {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0;
    color: #004976;
}

.pricing-head .sub-title {
    font-size: 18px;
    color: #00bbee;
    margin-bottom: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pricing-head .price {
    font-size: 60px;
    line-height: 75px;
    margin-bottom: 0;
    display: inline-block;
    margin-bottom: 8px;
}

.pricing-head .price span {
    font-size: 16px;
    line-height: 16px;
}

.single-pricing-box ul li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.single-pricing-box ul li i {
    color: #00bbee;
    margin-right: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-pricing-box ul li:not(:first-child) {
    margin-top: 12px;
}

.single-pricing-box .site-btn {
    border: none;
    background: rgb(231 235 241);
    padding: 18px 43px;
    margin-bottom: 60px;
    border-radius: 7px;
}

.single-pricing-box .site-btn:hover {
    background: #004876;
    color: #fff;
}

.single-pricing-box.active .site-btn:hover {
    background: #fff;
    color: rgb(0, 73, 118);
}

.single-pricing-box .icon-wrap {
    background: #f8fcff;
    padding-bottom: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-pricing-box.active {
    background: #f7c355;
}

.single-pricing-box.active .pricing-icon {
    background: #fff;
}

.single-pricing-box.active .icon-wrap {
    background: #f1bc4b;
}

.single-pricing-box.active .pricing-head .sub-title {
    color: #004976;
}

.single-pricing-box.active .site-btn {
    background: #004976;
    color: #fff;
}

.single-pricing-box.active ul li i {
    color: #004976;
}

.single-pricing-box .pricing-icon .hover {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 0;
}

.single-pricing-box.active .pricing-icon .default {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 0;
}

.single-pricing-box.active .pricing-icon .hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: auto;
}

.featured-item .icon {
    width: 60px;
    height: 60px;
    color: #00BBEF;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    box-shadow: 1px 5px 12px 0px #b4d0ec3d;
    margin-right: 20px;
    font-size: 25px;
}

/* Home # 03
====================================================== */


/*About Section # 03*/

.about-bg-wrapper {
    height: 100%;
}

.about-content-wrapper {
    padding: 80px;
    padding-top: 50px;
    background: #fff;
    margin-top: -40px;
    position: relative;
    z-index: 9;
    border-top: 10px solid #0099F7;
    border-radius: 7px;
}

.about-bg-wrapper {
    height: 100%;
    border: 10px solid #fff;
    border-right: 0;
    border-radius: 10px;
}

.about-bg-innner {
    background-image: url(../img/about/about.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
}

.key-feature {
    margin-top: 50px;
}

.key-feature h4 {
    font-size: 22px;
    margin: 20px 0 15px;
}

/* Counter Area */

.counter-area::before {
    background: #000;
}

.counter-area .container-fluid {
    padding: 0px;
}

.counter-area .pb-120 {
    padding-bottom: 120px;
}

.single-counter-box {
    padding: 90px 80px;
    background: #f6f6f6;
    position: relative;
    z-index: 1;
}

.counter-content-top .plus {
    font-size: 18px;
}

.counter-content-top .big {
    font-size: 80px;
}

.counter-content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.counter-content-top .conter-title {
    margin-right: 20px;
    font-size: 40px;
    letter-spacing: -2px;
}

.single-counter-box.yellow {
    background: #f7c355;
    border-radius: 0 0 0 10px;
}

.single-counter-box.yellow p {
    color: #fff;
}

.counter-area {
    position: relative;
    z-index: 1;
}

.counter-area .pop-up-video a.video-play-btn {
    font-size: 30px;
    color: #fff;
    border: 2px solid #FFD57F;
    border-radius: 50%;
    padding: 15px;
    width: 120px;
    height: 120px;
    line-height: 85px;
    text-align: center;
    position: absolute;
    top: 0;
    background: #FFD57F;
    cursor: pointer;
    z-index: 9;
    top: 50%;
    left: 120px;
}

.single-slide-item .main-btn {
    padding: 15px 35px;
    font-weight: 700;
    color: #004976;
    margin-right: 16px;
}

.single-slide-item .main-btn:hover {
    background: #004976;
    color: #fff;
}

/*Logistics Section # 03
========================*/

.logistic-service-area {
    background-image: url(../img/icon/air-freight.png);
    background-position: center;
    background-repeat: no-repeat;
}

.logistic-service-area.sea {
    background-image: url(../img/icon/sea.png);
}

.logistic-service-area.road {
    background-image: url(../img/icon/truck.png);
}

.logistic-service-area.rail {
    background-image: url(../img/icon/freight-wagon-bg.png);
}

.logistic-service-area.store {
    background-image: url(../img/icon/wholesale.png);
}

.logistic-service-area.ware {
    background-image: url(../img/icon/pallet.png);
}


.logistic-service-area {
    text-align: left;
    height: 320px;
    padding: 45px 40px;
}

.logistic-service-area:hover {
    border-color: #ddd;
}

.logistic-service-area h4 {
    font-size: 20px;
    color: #1d2143;
    margin: 30px 0 20px;
}

.logistic-service-area p {
    font-size: 16px;
}

#logistics .service-icon i:before {
    font-size: 50px;
    color: #00bbee;
}

.logistic-service-area .read-more {
    font-weight: 500;
    margin: 20px 0;
}

.logistic-service-area .read-more i:before {
    font-size: 17px;
    margin-right: 12px;
}

.logistic-service-area .read-more:hover {
    color: #00bbee;
}

.service-icon i {
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.logistic-service-area:hover i {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/* Choose Us Section # 02 */

.choose-us-area {
    background-image: url(../img/choose-bg.jpg);
    background-size: cover;
    height: 500px;
    position: relative;
    z-index: 1;
}

.choose-us-area .section-title h2 {
    color: #fff;
}

.choose-us-wrapper {
    background: #fff;
    margin-top: 50px;
    position: relative;
}

.choose-us-inner {
    text-align: center;
    padding: 50px 30px;
    border-right: 1px solid #eee;
}

.choose-us-inner h5 {
    font-size: 22px;
    margin: 40px 0 20px;
}

.choose-us-inner:nth-last-child(4) {
    border-right: none;
}

.choose-us-icon {
    position: relative;
    z-index: 1;
}

.choose-us-icon:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50px;
    width: 80px;
    height: 80px;
    background: #f6f6f6;
    border-radius: 50%;
    z-index: -1;
    transition: .3s;
}

.choose-us-inner:hover .choose-us-icon:after {
    width: 100px;
    height: 100px;
    top: -18px;
    left: 65px;
    background: #0099F7;
    opacity: .2;
}


/*Quotation Area*/


.quotation-area {
    background-image: url(../img/quotation-bg.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
}

.quotation-form .form-group input {
    background: transparent;
    color: #fff;
    border: 1px solid #5a9fb3;
    padding: 15px 35px;
    width: 100%;
}

.quotation-form .form-group input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.quotation-form .form-group input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.quotation-form .form-group input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.quotation-form .form-group input::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

.quotation-form .form-group input::placeholder {
    color: #fff;
    opacity: 1;
}

.quotation-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.quotation-form .form-group label {
    position: absolute;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    color: #fff;
    font-size: 22px;
}

.quotation-form .site-btn {
    padding: 13px 45px;
    padding-right: 10px;
    border: none;
}

.quotation-form .site-btn .icon {
    margin-left: 32px;
}

/* Team Section */

.singel-team-box {
    background: #f7fbff;
    padding: 40px 35px;
    position: relative;
    border-radius: 10px;
}

.singel-team-box::after,
.singel-team-box::before {
    content: "";
    left: 0;
    top: 110px;
    height: 58px;
    width: 4px;
    background: #00baee;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.singel-team-box::after {
    left: auto;
    right: 0px;
}

.singel-team-box:hover::after {
    top: 0;
}

.singel-team-box:hover::before {
    top: 0;
}

.singel-team-box .team-thumb img {
    border-radius: 50%;
}

.singel-team-box .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.singel-team-box .social-links a {
    background: #fff;
    color: #004976;
    -webkit-box-shadow: 0px 8px 16px 0px rgb(0, 73, 118, 0.1);
    box-shadow: 0px 8px 16px 0px rgb(0, 73, 118, 0.1);
}

.singel-team-box .social-links a:hover {
    background: #00baee;
    color: #fff;
}

.team-content .designation {
    font-size: 16px;
    color: #00bbef;
}

.team-content .name {
    font-size: 18px;
    margin-bottom: 6px;
}


/* Blog Section # 02 */

.news-area-3 .postbox-text {
    padding: 0;
    border: none;
    position: relative;
}

.postbox .post-cat {
    position: absolute;
    top: -18px;
    font-weight: 700;
    background: #02c0f0;
    color: #fff;
    display: inline-block;
    padding: 7px 19px;
    border-radius: 40px;
    font-size: 14px;
    left: 30px;
    z-index: 2;
}

.postbox-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 50px 40px;
    padding-top: 0;
    z-index: 2;
}

.news-area-3 .postbox-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 20px 35px;
    padding-top: 0;
    z-index: 2;
}


.post-meta a {
    font-size: 15px;
    margin-bottom: 10px;
}

.postbox-content .inline-btn {
    position: absolute;
    right: -20px;
    color: #004976;
    background: #f7c355;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    bottom: 20px;
}

.postbox-content .inline-btn:hover {
    background: #004876;
    color: #fff;
}

.news-area-3 .postbox .blog-title {
    margin-bottom: 0;
}

.news-area-3 .postbox .blog-title a,
.news-area-3 .post-meta a,
.news-area-3 .postbox .post-meta i {
    color: #fff;
}

.news-area-3 .postbox .post-meta a:not(:last-child)::after {
    background: #fff;
}

.news-area-3 .postbox-thumb::before {
    background: #000;
}

.postbox-thumb .overlay-2 {
    z-index: 1;
}

.news-area-3 .postbox .blog-title a:hover {
    color: #02c0f0;
}


/* Breadcrumb 
============== */

.breadcroumb-area {
    background-image: url(../img/bread-bg.jpg);
}

.breadcroumb-area {
    height: 450px;
    background-size: cover;
    background-position: center bottom;
    background-color: #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.breadcroumb-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #092c3e;
    opacity: .5;
    z-index: -1;
}

.breadcroumb-area .breadcroumb-title h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 40px;
    position: relative;
    padding-left: 30px;
}

.breadcroumb-area .breadcroumb-title h1:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-left: 4px solid #F7C355;
}

.breadcroumb-area h6 a {
    color: #fff;
}

.breadcroumb-area h6 {
    color: #aeb1b3;
    font-size: 16px;
    margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcroumb-area .breadcroumb-title h1 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcroumb-area .breadcroumb-title h1 {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .breadcroumb-area .breadcroumb-title h1 {
        font-size: 35px;
    }
}

/*Quotation Page */

.quote-form {
    margin-top: 50px;
}

.form-list {
    width: 100%;
    vertical-align: middle;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote-form input,
.quote-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 0;
}

.form-list select {
    color: #555;
}

.cost-center .btn-1 span {
    padding: 15px 25px;
    position: relative;
    text-align: left;
    background: #0C4D52;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    margin-right: -4px;
}

.cost-center .btn-1 .dark {
    background: #0099F7;
}

.quote-form .btn:hover {
    background: navy;
    color: #fff;
}

.cost-center .btn.btn-primary {
    margin-top: 10px;
}

/*FAQ Page*/

.question-section {
    background: #004876;
    padding: 40px;
}

.question-section h6 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
    font-size: 14px;
    color: #fff;
}

.question-section button {
    font-size: 14px;
    letter-spacing: 1px;
}

.question-section input,
.question-section textarea,
.question-section select {
    width: 100%;
    background: transparent;
    color: #fff;
    border: 1px solid #9ab5c5;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
}


/* Single Service Page
============== */

.service-list {
    background: #F6F6F6;
    padding: 30px;
    margin-bottom: 30px;
}

.service-list h5 {
    margin: 30px 0;
}

.service-list a {
    display: block;
    color: #333;
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
}

.service-list a.active {
    background: #0099F7;
    color: #fff;
}

.service-list a span {
    float: right;
}

.single-service h2 {
    font-size: 40px;
    margin: 30px 0;
}

.single-service h5 {
    font-size: 22px;
    margin: 20px 0;
}

.single-service p {
    font-size: 17px;
    line-height: 30px;
    text-align: justify;
}

.service-bg img {
    width: 100%;
}

.helpline-section {
    background: #F7C355;
    color: #fff;
    padding: 20px;
    margin-top: 35px;
    height: 272px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.helpline-section h4 {
    color: #19456B;
    margin-top: 15px;
    font-size: 28px;
    margin-bottom: 10px;
}

.helpline-section .main-btn {
    padding-right: 40px;
}

.helpline-section button {
    margin-top: 30px;
}

#service-page .single-service {
    padding: 40px;
    padding-top: 0;
}

.pagination-block {
    display: block;
    margin: 75px auto;
    margin-bottom: 0;
}

.pagination-block .page-numbers {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: inline-block;
    color: #656c76;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #e9eef6;
    border-radius: 7px;
    margin: 0 3px;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.page-numbers.current {
    background: #0099F7;
    color: #fff;
}

.pagination-block .page-numbers:hover {
    background: #0099F7;
    color: #fff;
}

/* Single Blog Page  
============== */

#blog-page .single-blog-item {
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 3px 9px -2px #d0cece;
}

#blog-page .blog-bg img {
    width: 100%;
    height: 100%;
}

#blog-page .blog-content p.blog-meta {
    font-size: 16px;
    color: #898a9c;
}

#blog-page .blog-content a {
    font-size: 24px;
    font-weight: 500;
    color: #00283F;
    margin-bottom: 20px;
}

#blog-page .blog-content a:hover {
    color: #0099F7;
}

#blog-page .blog-content a.read-more {
    text-transform: uppercase;
    font-size: 16px;
    color: #0099F7;
}

.blog-search input {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0;
    padding-bottom: 15px;
}

.blog-search button {
    background: none;
    margin: 0;
    padding: 0;
    display: none;
}

.blog-search button i {
    color: #191919;
    font-size: 20px;
    opacity: .5;
    position: absolute;
    top: 18px;
    right: 28px;
}

.blog-category h5,
.archive h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 25px 0;
}

.blog-category a,
.archive a {
    display: block;
    color: #191919;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
    color: #0099F7;
}

.blog-category a.active,
.archive a.active {
    color: #0099F7;
}

.recent-post h5 {
    margin: 30px 0;
    margin-top: 50px;
    font-weight: 600;
}

.recent-post img {
    float: left;
    width: 70px;
    height: 70px;
}

.single-recent-post h6 {
    margin: 0;
    line-height: 25px
}

p.blog-date {
    padding-left: 90px;
}

.single-recent-post {
    padding-bottom: 25px;
}

.single-recent-post .recent-post-content {
    display: block;
    padding-left: 110px;
}

.single-recent-post h6 a {
    color: #00B965;
    line-height: 1.5;
}

.popular-tag h5 {
    margin: 30px 0;
    margin-top: 50px;
    font-weight: 600;
}

.popular-tag span {
    padding: 8px 15px;
    background: #00283F;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 15px;
}

.popular-tag a {
    color: #fff;
    padding: 5px;
}

.popular-tag span.active {
    background: #0099F7;
}

.popular-tag span:hover {
    background: #0099F7;
}

.popular-tag span:hover a {
    color: #fff;
}

.author-profile img {
    width: 90px;
    height: 90px;
    float: left;
}

.comments-section h5 {
    font-size: 22px;
    margin: 40px 0;
}

.comments-section img {
    width: 90px;
    height: 90px;
    float: left;
}

.single-comments-section p {
    padding-left: 120px;
}

.single-comments-section p b {
    color: #333;
}

a.reply-btn {
    text-transform: uppercase;
    font-size: 14px;
}

.comments-form h3 {
    margin: 20px 0;
}

.author-info {
    padding-left: 120px;
}

.author-info h6 {
    margin: 10px 0;
}

.social-icon ul li {
    display: inline-block;
    margin-top: 20px;
}

.single-comments-section p span {
    padding-left: 50px;
    font-size: 15px;
}

.blog-search {
    border: 1px solid #ddd;
    padding: 15px;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
    border: 1px solid #ddd;
    padding: 10px 30px 20px;
    margin: 20px 0;
}

.blog-meta {
    margin: 20px 0;
}

.blog-meta span i {
    color: #0099F7;
    font-size: 20px;
    margin-right: 10px;
}

.single-blog-wrap h3 {
    font-size: 28px;
    margin: 20px 0;
}

.single-blog-wrap h5 {
    margin: 20px 0;
}

.helpline-section {
    background-size: cover;
    background-position: center center;
    height: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

.helpline-section {
    background-image: url(../img/helpline.jpeg);
}

.helpline-content h4 {
    color: #ffff;
}

.helpline-content p {
    color: #fff;
    margin-top: 20px;
}

.helpline-content button {
    z-index: 9;
    position: relative;
}

.comments-form textarea {
    margin-bottom: 20px;
    margin-top: 20px;
}

.comments-form .main-btn.blue {
    margin-left: 0;
    margin-top: 30px;
    padding-right: 40px;
}

/* Contact Page  
============== */

.contact-us-area {
    background-image: url(../img/contact-bg-1.jpg);
    background-size: cover;
    height: 500px;
    position: relative;
    z-index: 1;
}

.contact-us-wrapper {
    background: #fff;
    margin-top: 50px;
    position: relative;
}

.contact-us-inner {
    text-align: center;
    padding: 40px 30px;
    border-right: 1px solid #eee;
}

.contact-us-inner:nth-last-child(4) {
    border-right: none;
}

.contact-us-inner h5 {
    margin: 40px 0 20px;
}

.contact-us-inner a {
    text-transform: uppercase;
    color: #0099F7;
    font-size: 17px;
    font-weight: 500;
    margin: 20px 0 10px;
}

#contact-us .info-i {
    position: relative;
    z-index: 1;
}

#contact-us .info-i i:before {
    font-size: 50px;
    color: #0099F7;
}

#contact-us .contact-form .main-btn {
    margin-top: 30px;
}

.contact-section {
    background-image: url(../img/contact-bg.jpg);
}

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

.contact-form-wrapper input,
.contact-form-wrapper textarea {
    margin-bottom: 30px;
}

.contact-form-wrapper h6 {
    color: #fff;
    margin-top: 150px;
}

/* animation effect 
----------------------------------*/

@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
