* {
    padding: 0;
    margin: 0;
}

#main_banner {
    background: url(../images/gallery/shipping2.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px 150px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.btn-box4 {
    margin-bottom: 40px!important;
}
.btn-box a {
    float: left;
    color: #fafaff;
    background-color: #3c60b3;
    padding: 8px;
}
.col-white {
    color: #fff;
}

.small-text {
    font-size: 65px;
}

.no-pad {
    padding: 0px;
}

.no-pd-lf-rt {
    padding-left: 0px;
    padding-right: 0px;
}

.margin-space {
    margin: 70px 0px;
}

.margin-btm-space {
    margin-bottom: 70px;
}

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

.small-font {
    font-size: 13px !important;
}

.text-size {
    font-size: 18px;
}

.col-grey {
    color: #5b5b5b;
}

.col-white {
    color: #fff;
}

.banner-intro {
    margin-top: 15px;
}

.title {
    position: relative;
}

.div-center {
    margin: 0 auto;
}

.highlight-text {
    text-transform: uppercase;
    background: #d0ddfb;
    color: #e30000;
    padding: 2px 4px;
    font-weight: 600;
}

.text-zoom {
    display: inline-block;
    animation: zoomIn infinite;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 1.8s;
    /* don't forget to set a duration! */
}


/* --top header */

.top-header {
    background: #f5f5f5;
    padding: 10px;
}

.top-head span {
    padding-right: 15px;
    display: inline-block;
    font-weight: 600;
}


/* /top header */

.section-bg {
    background-color: #f2f2f2;
}

.bg-title {
    position: absolute;
    left: 34%;
    top: -35px;
    font-size: 45px;
    line-height: 61px;
    font-weight: 700;
    color: #cfd7f6;
    z-index: -1;
}

.flat-wd-100 {
    width: 100% !important;
}

.flat-wd-100 textarea {
    background: rgba(9, 27, 39, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #cecece;
}

.left-track {
    background-color: #203bab;
}

.right-track {
    background-color: #f0f3ff;
    padding: 45px;
    height: 681px;
    position: relative;
}

.track-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    width: 100%;
}

.track-link {
    font-size: 18px;
    color: #203bab;
    font-weight: 600;
    text-decoration: underline;
}

.track-link:hover {
    color: #203bab;
    text-decoration: underline;
}

.track-btn {
    margin-top:0px;
}
.text-box2 {
    padding-right: 35px;
}
.track-btn>a {
    border: 2px solid #203bab;
    padding: 15px 57px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    color: #203bab;
}

.intro-text>p {
    font-size: 16px;
    line-height: 26px;
}

.read_btn {
    font-weight: 700;
    position: relative;
    padding-left: 13px;
    color: #2691e4;
    line-height: 24px;
    display: block;
}

.rd_btn {
    position: relative;
}

.col-blue {
    color: #203bab;
}

.rd_btn:before {
    font-family: "FontAwesome";
    content: "\f101";
    font-size: 14px;
    color: #203bab;
    position: absolute;
    right: -12px;
    top: -3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rd_btn:hover {
    text-decoration: underline !important;
    color: #203bab;
}

.logo-xs-block {
    display: none;
}

.logo-lg-block {
    display: block;
}

.aboutus-bg {
    /* background: url(../images/page/aboutus.jpg); */
        background: url(../images/gallery/about-banner.jpg);

    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.services-bg {
    background: url(../images/page/services-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.enquiry-bg {
    background: url(../images/page/enquiry-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.contact-bg {
    /* background: url(../images/page/contact-bg.jpg); */
        background: url(../images/gallery/about-new.jpg);

    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.overlay-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(9, 27, 39, 0.5);
}

.paragraph-text {
    line-height: 29px;
    font-weight: 600;
}

.track-sec {
    background-color: #000;
    padding: 179px 0px;
    text-align: center;
    background-image: url("../images/page/track-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.track-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: -1;
    opacity: .8;
}

.track-btn_1 {
    margin-top: 0px;
}

.track-btn_1>a {
    border: 2px solid #fff;
    padding: 15px 57px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
}

.icons_set>i {
    font-size: 55px;
    color: #203bab;
    padding-bottom: 15px;
}

.icons_set>p {
    font-size: 16px;
    font-weight: 600;
}

.number h4 {
    color: #203bab;
}

@media (min-width: 320px) and (max-width: 767px) {
    .text-xs-center {
        text-align: center !important;
    }
    .logo-xs-block {
        display: block;
    }
    .logo-lg-block {
        display: none;
    }
    .small-text {
        font-size: 25px;
    }
    .cd-headline {
        font-size: 30px;
        line-height: 1.2;
    }
    #main_banner {
        height: 60vh;
        padding: 50px 0px;
    }
    .bg-title {
        left: 20%;
        top: -6px;
        font-size: 25px;
        line-height: 27px;
    }
    .right-track {
        height: 270px;
    }
    .track-btn>a {
        padding: 15px 25px;
    }
    .small-font-xs {
        font-size: 14px !important;
    }
    .track-btn_1>a {
        padding: 15px 8px;
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 990px) {
    #main_banner {
        height: 60vh;
        padding: 50px 0px;
    }
}