﻿.navbar-brand img {
    width: 150px;
}

.navbar {
    min-height: 43px;
    margin-bottom: 0;
}

.navbar-brand {
    height: 70px;
    padding: 3px 0;
}

.navbar-default {
    /*background-color: #2fa4e7;
    border-color: #1995dc;*/
    /*background-color: #313131;
    border-color: #292929;*/
    background: linear-gradient(#1c475d,#46a6e6);
    border-color: #191919;
    border-radius: 0;
    border: 0;
}

    .navbar-default .navbar-nav > li > a {
        color: #fff;
        font-weight: 600;
    }

        .navbar-default .navbar-nav > li > a:hover,
        .navbar-default .navbar-nav > li > a:focus {
            color: #fff;
            background-color: #178acc;
        }

.TopBar {
    position: relative;
    display: block;
}

    .TopBar .input-tracking {
        outline: none;
        z-index: 1;
        position: relative;
        background: none;
        width: 100%;
        height: 52px;
        border: 0;
        font-size: 24px;
        font-weight: 500;
        box-shadow: none;
        padding: 20px 10px 0;
    }

    .TopBar input:focus ~ .lblTracking {
        -webkit-transform: translate(-10%, -35%) scale(0.75);
        transform: translate(-10%, -35%) scale(0.75);
    }

input:valid ~ .lblTracking {
    -webkit-transform: translate(-10%, -35%) scale(0.75);
    transform: translate(-10%, -35%) scale(0.75);
}

.lblTracking {
    position: absolute;
    top: 0;
    left: 0;
    color: #737373;
    font-size: 18px;
    font-weight: 400;
    line-height: 56px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    padding-left: 6px;
}

.bar {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 0;
}

.TopBar .input-group {
    position: relative;
    top: 2px;
}

.btn-Track {
    background-color: #0093de;
    color: white;
    height: 54px;
    border-radius: 0;
    font-weight: 600;
    width: 110px;
    font-size: 20px;
    outline: 0;
}

    .btn-Track:hover {
        background-color: #027cb9;
        color: #fff;
        border: 1px solid #027cb9;
        transition: 1s;
    }

    .btn-Track:hover,
    .btn-Track:focus,
    .btn-Track:active {
        outline: 0;
    }

.TopBar .input-group-addon {
    padding: 0px !important;
    border: 0;
}

.loginGroup a {
    display: block;
    color: #fff !important;
    text-decoration: none !important;
    line-height: 3;
    font-size: 15px;
    padding: 0 15px;
}

    .loginGroup a:hover,
    .loginGroup a:focus {
        background-color: #178acc;
    }

.navbar-nav > li > a {
    line-height: 15px;
    font-size: 15px;
}

.TopBar .marquee-size {
    padding: 5px;
    font-size: 16px;
}

.TopBar .TopWidgets i {
    color: #178acc;
    /*color: #1ed509;*/
    padding-right: 5px;
    font-size: 16px;
    font-weight: 500;
}

.TopBar .TopWidgets span {
    color: #aaa;
    font-weight: 400;
}

.TopBar .TopWidgets .TopWidgets_subtitles {
    color: #474747;
    font-weight: 600;
    font-size: 15px;
}

.trackBox {
    position: relative;
    top: 6px;
    right: -25px;
}

    .trackBox .form-control {
        color: #fff !important;
        border-radius: 0 !important;
        border: 1px solid #ccc !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

        .trackBox .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff;
        }

        .trackBox .form-control::-moz-placeholder { /* Firefox 19+ */
            color: #fff;
        }

        .trackBox .form-control:-ms-input-placeholder { /* IE 10+ */
            color: #fff;
        }

        .trackBox .form-control:-moz-placeholder { /* Firefox 18- */
            color: #fff;
        }

    .trackBox .input-group-btn .btn {
        border: 1px solid #ccc !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        color: #fff;
    }

    .trackBox .input-group-btn .btn-default {
        background-image: none !important;
        background-color: #178acc !important;
        box-shadow: none !important;
    }

@media (max-width: 767px) {
    .navbar .dropdown-menu a {
        color: #333;
    }
}

.home-section {
    position: relative;
    margin: 0;
    background-image: url('../img/headerbg1.jpg');
    background-position: center;
    background-size: cover;
    /*background: -moz-linear-gradient(-45deg, #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%);
    background: -webkit-linear-gradient(-45deg, #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%);
    background: linear-gradient(160deg, #6db3f2 0%,#54a3ee 50%,#3690f0 50%,#1e69de 100%);*/
    /*background: -moz-linear-gradient(160deg, #6db3f2 0%,#54a3ee 50%,#218ce8 50%,#0b69de 100%);
    background: -webkit-linear-gradient(160deg, #6db3f2 0%,#54a3ee 50%,#218ce8 50%,#0b69de 100%);
    background: linear-gradient(160deg, #6db3f2 0%,#54a3ee 50%,#218ce8 50%,#0b69de 100%);*/
}

.Home-Mask {
    background-color: hsla(0,0%,0%,0.5);
    height: 400px;
}

.Banner-Content {
    text-align: center;
    color: white;
    padding: 40px 0;
}

    .Banner-Content h1, h2 {
        margin-bottom: 30px;
        font-weight: 600;
        color: white !important;
    }

    .Banner-Content h3 {
        color: white !important;
        font-weight: 600;
    }

    .Banner-Content p {
        font-size: 16px;
        font-weight: 600;
        margin: 50px 0;
        /*background-color: #3a5058b3;*/
    }

.home-section .h1-title {
    color: #fff;
    text-shadow: #e0e0e0 1px 1px 0;
    letter-spacing: 1px;
    font-size: 40px;
}

.Tracking-section {
    background-image: url('../img/b2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
    color: #fff;
}

    .Tracking-section .trackbox {
        height: 60px !important;
        padding: 8px 35px;
        font-size: 25px;
        color: #fff;
        background-color: transparent !important;
        border-radius: 50px;
        outline: none;
        outline-color: none;
        border: 0;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    }

.trackbox::placeholder {
    color: #ccc;
    opacity: 08;
}

.trackbox:-ms-input-placeholder {
    color: #ccc;
    opacity: 08;
}

.trackbox::-ms-input-placeholder {
    color: #ccc;
    opacity: 08;
}

.Tracking-section .input-group-btn {
    border-radius: 50px;
    outline: none;
}

.Tracking-section .input-group {
    position: relative;
    top: 10px;
}

.Tracking-section .track-btn {
    height: 60px !important;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 25px;
    background-color: transparent !important;
    border: 0;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
    color: #ccc;
    outline: none;
}

    .Tracking-section .track-btn:active:hover {
        background-color: transparent !important;
        outline: none;
        color: #fff;
    }

.service-section, .SeviceSection {
    padding: 60px 0;
}

.about-section {
    padding: 60px 0;
    background-color: #e8e8e8;
}

.btn-white {
    width: 100%;
    background-color: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 30px;
    outline: 0;
    box-shadow: none;
    background-image: none;
    padding: 9px 15px;
    font-size: 16px;
}

    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active {
        outline: 0 !important;
        box-shadow: none !important;
        background-image: none;
        border: 1px solid #178acc;
        color: #178acc;
    }

.service-pics {
    position: relative;
    display: block;
    overflow: hidden;
}

    .service-pics figcaption .caption-title {
        margin: 0;
        color: #fff;
        -webkit-transform: translateY(170px);
        transform: translateY(170px);
        transition: .35s;
        will-change: transform;
    }

    .service-pics figcaption .caption-btn {
        opacity: 0;
        -webkit-transform: translateY(250px) scale(.8);
        transform: translateY(250px) scale(.8);
        transition: .35s;
        will-change: transform;
    }

    .service-pics:hover figcaption .caption-title {
        -webkit-transform: translateY(140px);
        transform: translateY(140px);
        transition: .35s;
        will-change: transform;
    }

    .service-pics:hover figcaption .caption-btn {
        opacity: 1;
        -webkit-transform: translateY(200px) scale(1);
        transform: translateY(200px) scale(1);
        transition: .35s;
        will-change: transform;
    }

    .service-pics img {
        width: 100%;
        transition: .35s;
        will-change: transform;
    }

    .service-pics figcaption {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        border-radius: 6px;
        background-color: rgba(0, 0, 0, 0.3);
        transition: .35s all ease;
    }

    .service-pics:hover figcaption {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.7);
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }

.caption-btn {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 30px;
    outline: 0;
    box-shadow: none;
    background-image: none;
    padding: 9px 15px;
    font-size: 16px;
    color: #fff;
}

    .caption-btn:hover,
    .caption-btn:focus,
    .caption-btn:active {
        outline: 0 !important;
        box-shadow: none !important;
        background-image: none;
        border: 1px solid #178acc;
        color: #178acc;
    }

/*Footer*/
.footer-section {
    background-color: #104d5f;
    color: #fff;
}

.footer-section-top {
    position: relative;
    padding: 50px 0;
}

    .footer-section-top i {
        color: #2196F3;
        font-size: 30px;
        margin-bottom: 25px;
    }

.footer-section address {
    color: #fff;
    font-size: 15px;
}

    .footer-section address a {
        color: #fff;
        font-size: 15px;
        text-decoration: none;
    }

        .footer-section address a:hover {
            color: #0b69de;
        }

.footer-social-links ul li:hover {
    border: 1px solid #fff;
    background-color: #0e8bb1;
}

.footer-section-bottom {
    position: relative;
    text-align: center;
    font-size: 13px;
    padding: 15px 25px;
    background-color: #07323e;
}

    .footer-section-bottom a {
        color: white;
        text-decoration: none;
    }

        .footer-section-bottom a:hover {
            color: lightblue;
        }

.footer-section ul li {
    display: inline-block;
    list-style: none;
}

.footer-social-links ul {
    margin: 0;
    padding: 0;
}

.footer-social-links {
    border-bottom: 1px solid #464646;
    padding: 12px 0;
    background-color: #07323e;
}

    .footer-social-links ul li {
        border: 1px solid #ffffff;
        border-radius: 100px;
        width: 35px;
        height: 35px;
        margin: 0 15px;
    }

        .footer-social-links ul li a {
            text-decoration: none;
            font-size: 18px;
            line-height: 2;
            color: #ffffff;
        }
/*End Footer*/

.contact-section {
    padding: 60px 0;
    background-color: #e8e8e8;
    font-size: 16px;
}

fieldset {
    border: 1px solid #a5a5a5 !important;
    padding: 10px 25px;
}

    fieldset legend {
        width: auto;
        padding: 0 15px;
        margin-bottom: 8px;
    }

.form-control {
    height: 43px;
    border-radius: 0;
    border: 1px solid #a5a5a5;
    outline: none;
    background-image: none;
    box-shadow: none;
}

.Tracking-section h2 {
    color: #fff;
}

.contact-section .fa {
    font-size: 22px;
    color: #2196F3;
}

.about-section2 {
    padding: 60px 0;
}

/*-------services page------*/
.Service_section {
    padding: 50px 0px;
    background-color: #e8e8e8;
}

.ServiceTabs {
    background-color: #e8e8e8;
}

    .ServiceTabs > li {
        width: 50%;
        font-size: 40px;
    }

.service-content {
    background-color: white;
    border: 1px solid #dddddd;
    border-top: transparent;
    padding: 50px;
    text-align: justify;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #3dc5c5;
}

.colorservice p strong {
    color: #337ab7
}
/*-------End services page------*/

/*=======Business Process us Page=======*/
.Bussiness-section {
    background-color: #e8e8e8;
    padding: 50px 0px;
}

.BussinessPanel {
    position: absolute;
    top: 8%;
    width: 54%;
    padding: 23px;
    background-color: #71665e;
    font-size: 20px;
    color: white;
    border: 2px solid white;
}

/*=====End=Business Process us Page=======*/

/*=====Service Guide=========*/
.Title {
    font-size: 36px;
}

    .Title:first-letter {
        color: red;
    }

.Service-Guide {
    padding: 50px 0px;
    background-color: #e8e8e8;
}

.table-Guide {
    background-color: white;
    padding: 10px;
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    padding-left: 30px;
}
/*====End=Service Guide=========*/
.ServiceNewImg {
    background-image: url('../img/1.gif');
    background-size: cover;
    background-position: center;
    height: 500px;
}

.ServiceSideBg {
    background-color: #485261;
    height: 500px;
    width: 100%;
    text-align: center;
    /*padding-top: 44px;*/
}

.ServiceSideBg2 {
    background-color: white;
}

.MiniTitle {
    color: #0b887c;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #d4d4d4;
    font-weight: 600;
    padding: 5px;
}

.Services {
    min-height: 390px;
    border: 1px solid #bbbbbb;
    background-color: white;
}

    .Services p {
        padding: 5px;
    }