body {
    text-align: center;
    margin: 0 auto;
    font-size: 11pt;
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 1200px) {
    .container {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .container {
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .container {
        width: auto !important;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    .navbar-left {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        margin: 0;
        float: none !important;
        display: inline-block;
    }
}

.navbar-default {
    border-color: transparent !important;
    background-color: transparent;
}

    .navbar-default .navbar-nav > li > a {
        font-size: 12pt;
        color: #fff !important;
    }

.nav > li > a {
    text-align: left;
    padding-top: 10px;
    padding: 10px 25px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #ddd !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #ddd !important;
    background-color: transparent !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    /*color: #555;*/
    background-color: transparent !important;
}

.navbar-nav {
    margin: 0 !important;
}

.dropdown-menu > li > a {
    font-size: 12pt;
    color: #444 !important;
    padding: 5px 20px !important;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #fff !important;
        background-color: #004990 !important;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

.dropdown-menu .divider {
    height: 1px;
    margin: 3px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.navbar {
    min-height: auto !important;
    margin-bottom: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.navbar-toggle {
    margin-right: 0 !important;
    margin-top: -105px !important;
    background-color: #fff !important;
    border-radius: 0 !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: transparent !important;
}

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #333 !important;
    }

.nav .nav-divider {
    margin: 0 0 !important;
    background-color: #333 !important;
}

.navbar-collapse {
    border-top: none !important;
    border-top-color: transparent !important;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
    -webkit-overflow-scrolling: auto !important;
}

.col-lg-offset-1 {
    margin-left: 3.333% !important;
}

a:focus, a:hover {
    text-decoration: none !important;
}

.open .dropdown-menu {
    background-color: #f5f5f5 !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.btn-default {
    color: #fff;
    border-color: #004990;
    background-color: #004990;
}

    .btn-default:hover {
        color: #fff;
        border-color: #000;
        background-color: #000;
    }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.top-fl {
    float: left;
    width: 100%;
    z-index: 2;
    position: fixed;
    padding: 10px 0 10px 0;
    /*background: rgba(0,0,0,.8);*/
    background-color: rgba(0,0,0,.6);
}

.logo {
    width: 10%;
    float: left;
    color: #000;
    font-size: 18pt;
    font-weight: 700;
}

.phone {
    float: right;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin: 13px 0 0 0;
    font-family: 'Montserrat', sans-serif;
}

    .phone a {
        color: #fff;
        font-size: 15pt;
        font-weight: 600;
        border-radius: 5px;
        text-decoration: none;
        background-color: #004490;
        padding: 10px 20px 10px 20px;
    }

        .phone a:hover {
            color: #000;
            background-color: #fff;
            text-decoration: none;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.imgLeft {
    padding: 0 20px 10px 0;
}

.menu_bar {
    width: 73%;
    float: left;
    margin: 12px 0 0 0;
}

.lt_icons {
    width: 50px;
    float: left;
    right: 10px;
    bottom: 50px;
    z-index: 99999;
    position: fixed;
}

.ico_fix {
    float: left;
    margin: 0 0 10px 0;
}

.hdr_1 {
    width: 25%;
    float: left;
    margin: 45px 0 0 0;
}

.hdr_2 {
    width: 55%;
    float: left;
    color: #222;
    font-size: 22pt;
    font-weight: 600;
    margin: 40px 0 0 0;
}

    .hdr_2 a {
        color: #222;
    }

        .hdr_2 a:hover {
            color: #004990;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

.hdr_3 {
    width: 20%;
    color: #fff;
    float: right;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    background-color: #004990;
}

    .hdr_3 a {
        float: left;
        width: 100%;
        color: #fff;
        padding: 13px 0;
        background-color: #004990;
    }

        .hdr_3 a:hover {
            float: left;
            width: 100%;
            color: #000;
            padding: 13px 0 13px 0;
            background-color: #e5e5e5;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

.blk-bg {
    float: left;
    width: 100%;
}

.rsform {
    float: left;
    width: 100%;
    z-index: 1;
    position: absolute;
    margin: 110px 0 0 0;
    background: transparent;
    /*background-image: url(../images/blue_bg.jpg);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;	*/
}

.book-bg {
    float: left;
    width: 80%;
    border-radius: 5px;
    border-radius: 5px;
    margin: 0 10% 0 10%;
    padding: 10px 0 15px 0;
    background-color: #fff;
}

    .book-bg p {
        float: left;
        width: 100%;
        margin: 0;
        font-weight: 700;
        text-align: center;
        padding: 0 0 5px 0;
    }

.book-bg-rt {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 50px 0;
}

.book-ttl {
    width: 97%;
    float: left;
    color: #004990;
    font-size: 20pt;
    font-weight: 700;
    padding: 0 0 0 0;
    text-align: center;
    border-radius: 5px;
    margin: 0 1.5%;
    text-transform: uppercase;
}

.book-data {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 5px 0 0 0;
    opacity: .9;
}

.book-inner {
    float: left;
    width: 100%;
}

.book-hd {
    width: 48%;
    float: left;
    margin: 0 auto;
    font-weight: bold;
    padding: 0 0 10px 20px;
    text-align: right;
    margin-bottom: 0;
    color: #333;
    font-size: 13pt;
    border-radius: 5px;
}

.book-hd-1 {
    width: 48%;
    float: left;
    margin: 0 auto;
    font-weight: bold;
    padding: 0 0 10px 20px;
    text-align: left;
    margin-bottom: 0;
    color: #333;
    font-size: 13pt;
    border-radius: 5px;
}

.prior {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
    background-color: #fff;
}

    .prior h1 {
        font-size: 26pt;
        font-weight: 700;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
        color: #222;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
    }

    .prior p {
        font-size: 13pt;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
        color: #666;
        line-height: 30px;
        font-weight: 400;
    }

.termi {
    width: 100%;
    margin: 0 auto;
}

.sldr-arrw {
    margin-top: 320px;
}

.sldr_fnt {
    font-size: 55pt;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-shadow: 3px 0px 5px rgba(0,0,0,.6);
}

.crs_area {
    float: left;
    width: 100%;
    padding: 20px 0;
    margin: 0;
}

    .crs_area h1 {
        font-size: 30pt;
        text-align: center;
        color: #222;
        font-weight: 700;
        margin: 0 0 5px 0;
        line-height: 50px;
        text-transform: uppercase;
    }

    .crs_area p {
        color: #999;
        font-weight: 400;
    }

.crs_grp {
    width: 96.5%;
    float: left;
    padding: 10px 30px;
    margin: 0;
}

.crs_grp_a {
    width: 100%;
    float: left;
    padding: 15px 0 20px 0;
    margin: 0;
    text-align: center;
}

.crs_grp_b {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
}

.crs_grp h3 {
    font-size: 15pt;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
}

.crs_grp_c {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
    color: #777;
    text-align: justify;
    font-size: 12pt;
    line-height: 1.8;
}

.rea_area {
    float: left;
    width: 100%;
    padding: 60px 0;
    margin: 0;
    background-image: url(../images/rea_bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .rea_area h1 {
        font-size: 30pt;
        text-align: center;
        color: #fff;
        font-weight: 700;
        margin: 0 0 15px 0;
        line-height: 50px;
        text-transform: uppercase;
    }

    .rea_area p {
        color: #ccc;
        font-weight: 400;
        line-height: 2;
    }

    .rea_area a {
        font-size: 40pt;
        color: #fff;
        font-weight: 700;
    }

        .rea_area a:hover {
            color: #ccc;
            font-weight: 700;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

.wel {
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/cam_bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
}

    .wel h1 {
        font-size: 30pt;
        text-align: center;
        color: #fff;
        font-weight: bold;
        margin: 0 0 20px 0;
        line-height: 50px;
        text-transform: uppercase;
    }

    .wel span {
        font-size: 25pt;
        color: #aaa;
    }

.wel-ttl {
    font-size: 14pt;
    font-weight: bold;
    color: #000;
}

.wel-data {
    width: 100%;
    float: left;
}

    .wel-data p {
        color: #ccc;
        margin: 0 0 20px 0;
    }

.srv_bg {
    width: 100%;
    float: left;
    background-color: #f2f2f2;
    padding: 50px 0 50px 0;
    margin: 0;
}

    .srv_bg h1 {
        font-size: 40pt;
        text-align: left;
        color: #004990;
        font-weight: bold;
        margin: 0 0 5px 0;
        text-align: center;
    }

    .srv_bg h2 {
        font-size: 20pt;
        text-align: left;
        color: #000;
        font-weight: bold;
        margin: 0 0 20px 0;
        text-align: center;
    }

.srv_box {
    width: 96.5%;
    float: left;
    background-color: #fff;
    padding: 20px;
    margin: 15px 5px;
    border-top: 5px solid #5d99d3;
    border-bottom: 5px solid #5d99d3;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.srv_box_a {
    width: 100%;
    float: left;
    padding: 15px 0 20px 0;
    margin: 0;
    text-align: center;
}

.srv_box_b {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
}

.srv_box h3 {
    font-size: 22pt;
    color: #000;
    font-weight: bold;
    margin: 0;
    text-align: center;
}

.srv_box_c {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
    color: #777;
    text-align: justify;
    font-size: 14pt;
    line-height: 1.4;
}

.testi {
    width: 100%;
    float: left;
    padding: 80px 0 0 0;
    height: 500px;
    /*background-color: #222;*/
    background-image: url(../images/testi_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .testi h1 {
        font-size: 30pt;
        font-weight: 700;
        margin: 0 0 50px 0;
        padding: 0;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }

.testi_grp {
    width: 93%;
    float: left;
    margin: 30px 15px 30px 15px;
    padding: 20px;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.25);
    box-shadow: 5px 5px 5px rgba(0,0,0,.25);
}

.testi_img {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0 15px 0;
}

.testi_data {
    width: 100%;
    float: left;
}

.testi_aa {
    width: 100%;
    float: left;
    text-align: justify;
    line-height: 1.5;
}

.testi_bb {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    color: #222;
    font-weight: 600;
    text-align: center;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    font-size: 11pt;
}

.testm-name {
    width: 95%;
    float: left;
    color: #fff;
    text-align: right;
    padding: 3px 20px 4px 0;
    font-weight: 100;
    font-size: 14pt;
    background-color: #004990;
    margin: 0 0 0 10px;
    border-bottom-right-radius: 2px;
}

.all-hdr {
    float: left;
    width: 100%;
    padding: 150px 0 100px 0;
    background-image: url(../images/top_header.jpg);
    background-position: 50% 0;
    background-attachment: fixed;
    background-size: cover;
}

    .all-hdr a {
        color: #fff;
    }

        .all-hdr a:hover {
            color: #aaa;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    .all-hdr h1 {
        font-size: 27pt;
        color: #fff;
        font-weight: 700;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.2;
    }

    .all-hdr h2 {
        font-size: 13pt;
        color: #fff;
        font-weight: 500;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.6;
        margin: 0;
    }

    .all-hdr h3 {
        font-size: 25pt;
        color: #fff;
        font-weight: 700;
        padding: 10px 0 0 0;
        text-align: center;
        line-height: 1.6;
    }

.all-hdr-mor {
    color: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    margin-left: 50px;
    text-align: center;
    font-size: 11pt;
}

    .all-hdr-mor a {
        color: #fff;
        font-weight: 600;
        background-color: #004990;
        text-decoration: none;
        padding: 10px 25px;
        border-radius: 5px;
    }

        .all-hdr-mor a:hover {
            color: #333;
            background-color: #fff;
            text-decoration: none;
            padding: 10px 25px;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.all-hdr-serv {
    float: left;
    width: 100%;
    padding: 150px 0 100px 0;
    background-image: url(../images/top_header.jpg);
    background-position: 50% 0;
    background-attachment: fixed;
    background-size: cover;
}

    .all-hdr-serv h1 {
        font-size: 27pt;
        color: #fff;
        font-weight: 700;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.2;
    }

    .all-hdr-serv h2 {
        font-size: 13pt;
        color: #fff;
        font-weight: 500;
        margin: 0;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.6;
    }

.all-hdr-serv-mor {
    color: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    margin-left: 50px;
    text-align: center;
    font-size: 11pt;
}

    .all-hdr-serv-mor a {
        color: #fff;
        font-weight: 600;
        background-color: #004990;
        text-decoration: none;
        padding: 10px 25px;
        border-radius: 5px;
    }

        .all-hdr-serv-mor a:hover {
            color: #333;
            background-color: #fff;
            text-decoration: none;
            padding: 10px 25px;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.hdr-ovly {
    padding: 150px 0 100px 0;
    background-color: rgba(0,0,0,.5);
}

.door-hdr {
    float: left;
    width: 100%;
    background-image: url(../images/door-to-door-hdr.webp);
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}

    .door-hdr h1 {
        font-size: 27pt;
        color: #fff;
        font-weight: 700;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.2;
    }

    .door-hdr p {
        font-size: 13pt;
        color: #fff;
        font-weight: 500;
        margin: 0;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.6;
    }

.airp-hdr {
    float: left;
    width: 100%;
    background-image: url(../images/airport-hdr.webp);
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}

    .airp-hdr h1 {
        font-size: 27pt;
        color: #fff;
        font-weight: 700;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.2;
    }

    .airp-hdr p {
        font-size: 13pt;
        color: #fff;
        font-weight: 500;
        margin: 0;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.6;
    }

.corp-hdr {
    float: left;
    width: 100%;
    background-image: url(../images/corporate-hdr.webp);
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}

    .corp-hdr h1 {
        font-size: 27pt;
        color: #fff;
        font-weight: 700;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.2;
    }

    .corp-hdr p {
        font-size: 13pt;
        color: #fff;
        font-weight: 500;
        margin: 0;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.6;
    }

.event-hdr {
    float: left;
    width: 100%;
    background-image: url(../images/event-hdr.webp);
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}

    .event-hdr h1 {
        font-size: 27pt;
        color: #fff;
        font-weight: 700;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.2;
    }

    .event-hdr p {
        font-size: 13pt;
        color: #fff;
        font-weight: 500;
        margin: 0;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.6;
    }

.maxi-hdr {
    float: left;
    width: 100%;
    background-image: url(../images/maxicab-hdr.webp);
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}

    .maxi-hdr h1 {
        font-size: 27pt;
        color: #fff;
        font-weight: 700;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.2;
    }

    .maxi-hdr p {
        font-size: 13pt;
        color: #fff;
        font-weight: 500;
        margin: 0;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.6;
    }

.babys-hdr {
    float: left;
    width: 100%;
    background-image: url(../images/babyseat-hdr.webp);
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}

    .babys-hdr h1 {
        font-size: 27pt;
        color: #fff;
        font-weight: 700;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.2;
    }

    .babys-hdr p {
        font-size: 13pt;
        color: #fff;
        font-weight: 500;
        margin: 0;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.6;
    }

.parc-hdr {
    float: left;
    width: 100%;
    background-image: url(../images/parcel-hdr.webp);
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}

    .parc-hdr h1 {
        font-size: 27pt;
        color: #fff;
        font-weight: 700;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.2;
    }

    .parc-hdr p {
        font-size: 13pt;
        color: #fff;
        font-weight: 500;
        margin: 0;
        padding: 0 300px 0 300px;
        text-align: center;
        line-height: 1.6;
    }

.miss_area {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}

.miss_lft {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0 20px 0 0;
}

    .miss_lft p {
        text-align: justify;
    }

.miss_lft_head {
    width: 100%;
    float: left;
    font-size: 16pt;
    font-weight: 700;
    color: #333;
    text-align: left;
    padding: 0 0 10px 0;
}

.miss_rgt {
    width: 50%;
    float: left;
    padding: 20px 0 0 0;
}

.simg {
    width: 100%;
}

.sub_head {
    font-size: 16pt;
    color: #333;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    margin: 0 0 5px 0;
}

.our_commit {
    width: 100%;
    float: left;
    margin: 20px 0 20px 0;
}

.our_commit_lft {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0 20px 0 0;
}

.our_commit_subhd {
    width: 100%;
    float: left;
    font-size: 14pt;
    font-weight: 700;
    color: #004990;
    text-align: center;
    padding: 0 0 5px 0;
}

.our_commit_head {
    width: 100%;
    float: left;
    font-size: 22pt;
    font-weight: 700;
    color: #333;
    text-align: center;
    padding: 0 0 20px 0;
}

.our_commit_img {
    width: 100%;
    float: left;
}

.our_commit_ttl {
    width: 100%;
    float: left;
    font-size: 18pt;
    font-weight: 700;
    color: #333;
    text-align: center;
    padding: 10px 0 10px 0;
}

.our_commit_txt {
    width: 100%;
    float: left;
    text-align: justify;
    padding: 0 20px 0 20px;
    color: #444;
    line-height: 1.6;
}

.our_commit_rgt {
    width: 50%;
    float: left;
    padding: 0 0 0 0;
}

.tak {
    float: left;
    width: 100%;
    padding: 80px 0 80px 0;
    background-image: url(../images/top_header.jpg);
    background-position: 50% 0;
    background-attachment: fixed;
    background-size: cover;
}

    .tak a {
        color: #fff;
    }

        .tak a:hover {
            color: #ddd;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

    .tak h2 {
        color: #222;
        font-size: 35pt;
        text-align: center;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

    .tak h3 {
        color: #fff;
        font-size: 28pt;
        text-align: center;
        font-weight: 600;
        padding: 0;
        margin: 0 0 30px 0;
        line-height: 1.2;
    }

.tak_mor {
    color: #ffffff;
    margin: 0 auto;
    margin-top: 50px;
    margin-left: 0;
    text-align: center;
    font-size: 13pt;
}

    .tak_mor a {
        color: #fff;
        font-weight: 600;
        background-color: #004990;
        text-decoration: none;
        padding: 13px 35px;
        border-radius: 5px;
    }

        .tak_mor a:hover {
            color: #333;
            background-color: #fff;
            text-decoration: none;
            padding: 13px 35px;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.pnfnd {
    float: left;
    width: 96%;
    color: #444;
    font-size: 20pt;
    font-weight: 600;
    margin: 0 2% 0 2%;
    padding: 80px 0 80px 0;
    text-align: center;
    border-radius: 5px;
    background-color: #f5f5f5;
}

.thnk_area {
    float: left;
    width: 50%;
    color: #444;
    font-size: 13pt;
    font-weight: 500;
    margin: 0 25% 0 25%;
    padding: 0 0 40px 0;
    text-align: center;
    line-height: 1.6;
}

    .thnk_area a {
        color: #004990;
    }

.svbox_area {
    width: 100%;
    float: left;
    margin: 20px 0 20px 0;
}

.svbox_lft {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0 50px;
}

.svbox_area p {
    text-align: justify;
    line-height: 1.7;
}

.svbox_head {
    width: 100%;
    float: left;
    color: #333;
    font-size: 19pt;
    font-weight: 700;
    text-align: left;
    padding: 0 0 10px 0;
}

.svbox_rgt {
    width: 50%;
    float: left;
    padding: 50px;
}

.bktaxi {
    float: left;
    width: 100%;
    padding: 50px 0 80px 0;
    background-color: #004990;
}

    .bktaxi a {
        color: #fff;
    }

        .bktaxi a:hover {
            color: #ddd;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

    .bktaxi h2 {
        margin: 0;
        color: #222;
        font-size: 35pt;
        text-align: left;
        font-weight: 700;
        padding: 0 400px 0 50px;
    }

    .bktaxi h3 {
        color: #fff;
        opacity: .8;
        font-size: 28pt;
        text-align: left;
        font-weight: 600;
        line-height: 1.2;
        margin: 20px 0 20px 0;
        padding: 0 400px 0 50px;
    }

.bktaxi_mor {
    float: left;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 50px;
    margin-left: 50px;
    text-align: center;
    font-size: 13pt;
}

    .bktaxi_mor a {
        color: #fff;
        font-weight: 600;
        padding: 13px 35px;
        border-radius: 5px;
        text-decoration: none;
        background-color: #3e6e9c;
    }

        .bktaxi_mor a:hover {
            color: #333;
            padding: 13px 35px;
            text-decoration: none;
            background-color: #fff;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.safe_area {
    float: left;
    width: 100%;
    margin: 0 0 100px 0;
    padding: 80px 0 50px 50px;
    background-image: url(../images/top_header.jpg);
    background-position: 50% 0;
    background-size: cover;
}

.safe_head {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 30pt;
    text-align: left;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
}

.safe_grup {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0 50% 0 0;
}

.safe_lft {
    float: left;
    width: 10%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
}

.safe_rgt {
    float: left;
    width: 90%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.safe_ttl {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20pt;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    text-align: left;
}

.safe_txt {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12pt;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    line-height: 1.5;
}

.servbtn {
    float: none;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    font-size: 12pt;
}

    .servbtn a {
        color: #fff;
        font-weight: 600;
        padding: 10px 25px;
        border-radius: 5px;
        text-decoration: none;
        background-color: #004990;
    }

        .servbtn a:hover {
            color: #fff;
            padding: 10px 25px;
            text-decoration: none;
            background-color: #666;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.con_1 {
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
    margin: 0 0 5px 0;
    font-size: 13pt;
    font-weight: 600;
    color: #004990;
}

.con_2 {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
    color: #666;
    line-height: 1.4;
    font-size: 14pt;
    font-weight: 600;
}

.con_pnl {
    width: 90%;
    float: left;
    margin: 20px 0 20px 0;
    padding: 0;
    border-bottom: 1px dashed #ccc;
}

.con_img {
    width: 14%;
    float: left;
    margin: 0 0 0 0;
    text-align: left;
    padding: 10px 0 10px 0;
    border-right: 1px dashed #004990;
}

.con_p {
    width: 70%;
    float: left;
    font-size: 13pt;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-align: justify;
    padding: 0 0 0 0;
    line-height: 1.4;
}

.con_grp {
    width: 84%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
}

    .con_grp a {
        color: #777;
    }

        .con_grp a:hover {
            color: #222;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

.fleet_area {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 50px 0;
}

.fleet_img {
    float: left;
    width: 50%;
    margin: 0 0 0 0;
    padding: 0 50px 0 50px;
}

.fleet_data {
    float: left;
    width: 50%;
    margin: 0 0 0 0;
    padding: 20px 50px 0 0;
}

.fleet_head {
    float: left;
    width: 100%;
    font-size: 20pt;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    text-align: left;
    text-transform: uppercase;
}

.fleet_subhd {
    float: left;
    width: 100%;
    font-size: 14pt;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    text-align: left;
}

.fleet_txt {
    float: left;
    width: 100%;
    color: #444;
    font-size: 12pt;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: justify;
    line-height: 1.7;
}

.fleet_mor {
    float: left;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    font-size: 13pt;
}

    .fleet_mor a {
        color: #fff;
        font-weight: 600;
        background-color: #004990;
        text-decoration: none;
        padding: 13px 35px;
        border-radius: 5px;
    }

        .fleet_mor a:hover {
            color: #fff;
            background-color: #333;
            text-decoration: none;
            padding: 13px 35px;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.atus {
    background-color: #004990;
    margin: 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 12pt;
}

    .atus ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .atus li {
        margin: 0 0 0 30px;
        padding: 3px 0;
        list-style-image: url(../images/check-icon.png);
        text-align: left;
        color: #fff;
        font-size: 11pt;
    }


.contact_area {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
    background-color: #111;
}

    .contact_area h1 {
        color: #fff;
        font-size: 40pt;
        text-align: left;
    }

    .contact_area p {
        font-size: 17pt;
        font-weight: bold;
        margin: 0 0 5px 0;
        text-align: left;
        color: #fff;
    }

    .contact_area a {
        color: #777;
    }

.all_main {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

.txt {
    color: #444;
}

.ser_pro {
    width: 100%;
    float: left;
    padding: 20px 0;
    margin: 0;
}

.ser_pro_img {
    width: 100%;
    float: left;
}

.ser_pro_data {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
    font-size: 15pt;
    color: #666;
    margin: 5px 0 30px 0;
    font-weight: 100;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    /*text-shadow: 0 1px 2px rgba(0,0,0,.6);*/
}

.ser_padd {
    padding: 0 10px;
}

.conto {
    width: 100%;
    float: left;
}

    .conto h1 {
        font-size: 23pt;
        color: #333;
        text-align: left;
        text-transform: uppercase;
        font-weight: 700;
    }

    .conto p {
        font-size: 16pt;
        color: #777;
        text-align: left;
        margin-bottom: 40px;
    }

.footer-area {
    width: 100%;
    float: left;
    padding: 40px 0 30px 0;
    background-image: url(../images/ftr_bg.jpg);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.bttm-1 {
    float: left;
    width: 100%;
}

.bttm-hed {
    float: left;
    width: 100%;
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-size: 12pt;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.bttm-txt {
    color: #999;
    font-size: 11pt;
}

.bttm-data {
    float: left;
    width: 100%;
}

.bttm-b2 {
    float: left;
    width: 100%;
    text-align: left;
    color: #999;
    line-height: 30px;
    font-size: 11pt;
}

    .bttm-b2 a {
        color: #999;
        text-decoration: none;
    }

        .bttm-b2 a:hover {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.bttm-c2 {
    float: left;
    width: 100%;
    text-align: left;
    color: #999;
    line-height: 28px;
    font-size: 11pt;
}

    .bttm-c2 a {
        color: #999;
        text-decoration: none;
    }

        .bttm-c2 a:hover {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .6s ease;
            -moz-transition: all .6s ease;
            -ms-transition: all .6s ease;
            -o-transition: all .6s ease;
        }

.bttm-2 {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 11pt;
    margin: 30px 0 0 0;
    padding: 30px 10px 0 10px;
    color: #666;
    line-height: 1.6;
    border-top: 1px solid #333;
}

    .bttm-2 a {
        color: #999;
        text-decoration: none;
    }

        .bttm-2 a:hover {
            color: #fff;
            text-decoration: none;
        }

.bttm-rpad {
    padding-right: 200px;
}

.banner-add {
    position: absolute;
    top: 250px;
    width: 60%;
    z-index: 1;
    margin: 0 0 0 50px;
}

    .banner-add a {
        color: #004990;
    }

        .banner-add a:hover {
            color: #004990;
            opacity: .8;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
        }

    .banner-add h3 {
        font-size: 50px;
        color: #004990;
        /*text-shadow: 1px 1px 2px #000;*/
        margin: 0px 0px 30px 0;
        text-align: left;
        font-weight: 700;
    }

    .banner-add h4 {
        color: #2b2c2e;
        font-size: 31px;
        text-shadow: 1px 0px 5px #fff;
        font-weight: bold;
        text-align: left;
        margin: 0px 0px 30px 0;
        text-transform: uppercase;
    }

    .banner-add h1 {
        /*text-shadow: 1px 1px 2px #000;*/
        color: #004990;
        font-size: 60px;
        margin: 0px 0px 20px 0;
        text-align: left;
        font-weight: bold;
    }

    .banner-add p {
        color: #000;
        font-size: 17px;
        text-shadow: 1px 1px 1px #fff;
        line-height: 30px;
        text-align: left;
        font-weight: 400;
        text-transform: uppercase;
    }

.rnd_area {
    width: 100%;
    float: left;
    padding: 70px 0 50px 0;
    background-image: url(../images/rnd_bg.jpg);
    background-position: 70% 100%;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .rnd_area h2 {
        font-size: 15pt;
        font-weight: 600;
        text-transform: uppercase;
    }

.rnd_grp {
    width: 100%;
    float: left;
    padding: 0;
}

.con {
    float: left;
    width: 95%;
    padding: 30px 0;
    font-weight: 600;
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.25);
    box-shadow: 5px 5px 5px rgba(0,0,0,.25);
}

.svc_pnl {
    width: 92.5%;
    float: left;
    padding: 20px;
    height: 570px;
    border: 1px solid #eee;
    margin: 20px 5px 20px 5px;
    background-color: #f9f9f9;
    -webkit-box-shadow: 5px 8px 3px rgba(0,0,0,.15);
    -moz-box-shadow: 5px 8px 3px rgba(0,0,0,.15);
    box-shadow: 5px 8px 3px rgba(0,0,0,.15);
}

.svc_pnl_a {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 0 0 20px 0;
}

.svc_pnl_b {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
}

.svc_pnl h3 {
    color: #004990;
    font-size: 12pt;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 5px 0;
    text-align: center;
    text-transform: uppercase;
}

.svc_pnl_c {
    width: 100%;
    float: left;
    padding: 0;
    color: #777;
    line-height: 1.6;
    font-size: 11.7pt;
    margin: 0 0 10px 0;
    text-align: justify;
}










@media (max-width:480px) {

    .logo {
        float: left;
        width: 50%;
        padding: 0;
        text-align: center;
    }

    .book-ttl {
        width: 92%;
        font-size: 13pt;
        margin: 0 4% 0 4%;
    }

    .wel h1 {
        font-size: 18pt;
        text-align: center;
        line-height: 27px;
    }

    .ftr-lt {
        float: left;
        text-align: center;
        font-size: 11pt;
    }

    .ftr-rt {
        float: left;
        text-align: center;
        width: 100%;
        font-size: 11pt;
        margin: 5px 0 0 0;
    }

    .tp-rgt {
        width: 100%;
        float: left;
    }

    .srv_bg {
        width: 100%;
        float: left;
        background-color: #f2f2f2;
        padding: 30px 10px 30px 10px;
    }

        .srv_bg h1 {
            font-size: 25pt;
            text-align: center;
        }

        .srv_bg h2 {
            font-size: 17pt;
            text-align: center;
            color: #333;
        }

    .srv_box h3 {
        font-size: 18pt;
    }

    .contact_area p {
        font-size: 15pt;
        line-height: 1.2;
    }

    .wel-data {
        width: 100%;
        float: left;
    }

    .book-bg {
        float: left;
        width: 100%;
        margin: 0;
        padding: 10px 0 0 0;
    }

    .book-bg-rt {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 30px 0 30px 0;
    }

    .caro-hgt {
        height: 450px;
    }

    .menu-bar {
        width: 100%;
        float: left;
        margin: 0;
    }

    .book-data {
        margin: 0 0 0 0;
        padding: 5px 0 15px 0;
    }

    .wel span {
        font-size: 15pt;
        color: #aaa;
    }

    .contact_area h1 {
        color: #fff;
        font-size: 25pt;
        text-align: center;
    }

    .contact_area p {
        text-align: center;
    }

    .ser_padd {
        padding: 0;
    }

    .conto h1 {
        font-size: 20pt;
    }

    .conto p {
        font-size: 14pt;
    }

    .tp1 {
        text-align: center;
    }

    .sldr-arrw {
        display: none;
    }

    .sldr_fnt {
        font-size: 20pt;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        text-shadow: 3px 0px 5px rgba(0,0,0,.6);
    }

    .hdr_1 {
        float: left;
        width: 100%;
        margin: 5px 0 0 0;
    }

    .hdr_2 {
        float: left;
        width: 100%;
        font-size: 18pt;
        margin: 5px 0;
    }

    .hdr_3 {
        float: left;
        width: 100%;
        color: #fff;
        margin: 0;
    }

    .banner-add h3 {
        font-size: 15px;
        margin: 0px 0px 6px 0;
    }

    .banner-add {
        position: absolute;
        top: 270px;
        width: 60%;
        z-index: 1;
        margin: 0 0 0 10px;
    }

        .banner-add h4 {
            font-size: 10px;
            text-shadow: 1px 0px 2px #fff;
            margin: 0px 0px 6px 0;
        }

        .banner-add h1 {
            /*text-shadow: 1px 1px 2px #000;*/
            color: #004990;
            font-size: 20px;
            margin: 0px 0px 5px 0;
            text-align: left;
            font-weight: bold;
        }

        .banner-add img {
            width: 13px;
        }

        .banner-add p {
            color: #000;
            font-size: 9px;
            text-shadow: 1px 1px 1px #fff;
            line-height: 13px;
            text-align: left;
            font-weight: 400;
            text-transform: uppercase;
        }

    .crs_area {
        padding: 20px 0;
    }

        .crs_area h1 {
            font-size: 18pt;
            text-align: center;
            color: #222;
            font-weight: 700;
            margin: 0 0 5px 0;
            line-height: 28px;
            text-transform: uppercase;
        }

        .crs_area p {
            color: #999;
            font-weight: 400;
        }

    .crs_grp {
        width: 100%;
        float: left;
        padding: 10px 10px;
        margin: 0;
    }

        .crs_grp h3 {
            font-size: 13pt;
        }

    .wel {
        float: left;
        width: 100%;
        padding-top: 70px;
        padding-bottom: 70px;
        background-image: url(../images/cam_bg.jpg);
        background-position: 20% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0;
    }

    .rnd_grp {
        width: 100%;
        float: left;
        padding: 20px 0;
    }

    .rea_area {
        float: left;
        width: 100%;
        padding: 30px 0;
        margin: 0;
        background-image: url(../images/rea_bg.jpg);
        background-position: 55% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .rea_area h1 {
            font-size: 18pt;
            text-align: center;
            color: #fff;
            font-weight: 700;
            margin: 0 0 0 0;
            line-height: 50px;
            text-transform: uppercase;
        }

        .rea_area a {
            font-size: 22pt;
            color: #fff;
            font-weight: 700;
        }

    .footer-area {
        width: 100%;
        float: left;
        padding: 40px 0 30px 0;
        background-image: url(../images/ftr_bg.jpg);
        background-position: 53% 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .bttm-txt {
        margin: 0 0 30px 0;
    }

    .bttm-b2 {
        margin: 0 0 30px 0;
    }

    .bttm-c2 {
        margin: 0 0 20px 0;
    }

    .svc_pnl {
        width: 100%;
        float: left;
        height: auto;
        margin: 15px 0 15px 0;
    }

    .testi_grp {
        width: 100%;
        float: left;
        margin: 20px 0 20px 0;
        padding: 20px;
        border: 1px solid #eee;
        background-color: #f7f7f7;
        -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,.25);
        -moz-box-shadow: 5px 5px 5px rgba(0,0,0,.25);
        box-shadow: 5px 5px 5px rgba(0,0,0,.25);
    }

    .con {
        float: left;
        width: 100%;
        padding: 30px 0;
        font-size: 11pt;
        margin: 0 0 30px 0;
    }

    .all-hdr {
        float: left;
        width: 100%;
        padding: 140px 0 50px 0;
        background-image: url(../images/top_header.jpg);
        background-position: 71% -133px;
        background-size: cover;
    }

        .all-hdr h1 {
            margin: 0;
            font-size: 18pt;
            padding: 20px 0 0 0;
            text-align: center;
        }

        .all-hdr h2 {
            font-size: 11pt;
            color: #fff;
            padding: 0 0 0 0;
            text-align: center;
            line-height: 1.6;
        }

    .all-hdr-mor {
        float: none;
        color: #ffffff;
        margin: 0 auto;
        margin-top: 25px;
        text-align: center;
        font-size: 11pt;
    }

        .all-hdr-mor a {
            color: #fff;
            font-weight: 600;
            background-color: #004990;
            text-decoration: none;
            padding: 10px 25px;
            border-radius: 5px;
        }

            .all-hdr-mor a:hover {
                color: #333;
                background-color: #fff;
                text-decoration: none;
                padding: 10px 25px;
                -webkit-transition: all .6s ease;
                -moz-transition: all .6s ease;
                -ms-transition: all .6s ease;
                -o-transition: all .6s ease;
            }

    .all-hdr-serv {
        float: left;
        width: 100%;
        padding: 140px 0 50px 0;
        background-image: url(../images/top_header.jpg);
        background-position: 71% -133px;
        background-attachment: fixed;
        background-size: cover;
    }

        .all-hdr-serv h1 {
            margin: 0;
            font-size: 18pt;
            padding: 20px 0 0 0;
            text-align: center;
        }

        .all-hdr-serv h2 {
            font-size: 11pt;
            color: #fff;
            padding: 0 0 0 0;
            text-align: center;
            line-height: 1.6;
        }

    .all-hdr-serv-mor {
        float: none;
        color: #ffffff;
        margin: 0 auto;
        margin-top: 25px;
        text-align: center;
        font-size: 11pt;
    }

        .all-hdr-serv-mor a {
            color: #fff;
            font-weight: 600;
            background-color: #004990;
            text-decoration: none;
            padding: 10px 25px;
            border-radius: 5px;
        }

            .all-hdr-serv-mor a:hover {
                color: #333;
                background-color: #fff;
                text-decoration: none;
                padding: 10px 25px;
                -webkit-transition: all .6s ease;
                -moz-transition: all .6s ease;
                -ms-transition: all .6s ease;
                -o-transition: all .6s ease;
            }

    .hdr-ovly {
        padding: 150px 0 50px 0;
        background-color: rgba(0,0,0,.5);
    }

    .door-hdr {
        float: left;
        width: 100%;
        background-image: url(../images/door-to-door-hdr.webp);
        background-position: 50% 50%;
        background-attachment: fixed;
        background-size: cover;
    }

        .door-hdr h1 {
            margin: 0;
            font-size: 18pt;
            padding: 20px 0 0 0;
            text-align: center;
        }

        .door-hdr p {
            font-size: 11pt;
            color: #fff;
            padding: 0 0 0 0;
            text-align: center;
            line-height: 1.6;
        }

    .airp-hdr {
        float: left;
        width: 100%;
        background-image: url(../images/airport-hdr.webp);
        background-position: 50% 50%;
        background-attachment: fixed;
        background-size: cover;
    }

        .airp-hdr h1 {
            margin: 0;
            font-size: 18pt;
            padding: 20px 0 0 0;
            text-align: center;
        }

        .airp-hdr p {
            font-size: 11pt;
            color: #fff;
            padding: 0 0 0 0;
            text-align: center;
            line-height: 1.6;
        }

    .corp-hdr {
        float: left;
        width: 100%;
        background-image: url(../images/corporate-hdr.webp);
        background-position: 50% 50%;
        background-attachment: fixed;
        background-size: cover;
    }

        .corp-hdr h1 {
            margin: 0;
            font-size: 18pt;
            padding: 20px 0 0 0;
            text-align: center;
        }

        .corp-hdr p {
            font-size: 11pt;
            color: #fff;
            padding: 0 0 0 0;
            text-align: center;
            line-height: 1.6;
        }

    .event-hdr {
        float: left;
        width: 100%;
        background-image: url(../images/event-hdr.webp);
        background-position: 50% 50%;
        background-attachment: fixed;
        background-size: cover;
    }

        .event-hdr h1 {
            margin: 0;
            font-size: 18pt;
            padding: 20px 0 0 0;
            text-align: center;
        }

        .event-hdr p {
            font-size: 11pt;
            color: #fff;
            padding: 0 0 0 0;
            text-align: center;
            line-height: 1.6;
        }

    .maxi-hdr {
        float: left;
        width: 100%;
        background-image: url(../images/maxicab-hdr.webp);
        background-position: 50% 50%;
        background-attachment: fixed;
        background-size: cover;
    }

        .maxi-hdr h1 {
            margin: 0;
            font-size: 18pt;
            padding: 20px 0 0 0;
            text-align: center;
        }

        .maxi-hdr p {
            font-size: 11pt;
            color: #fff;
            padding: 0 0 0 0;
            text-align: center;
            line-height: 1.6;
        }

    .babys-hdr {
        float: left;
        width: 100%;
        background-image: url(../images/babyseat-hdr.webp);
        background-position: 50% 50%;
        background-attachment: fixed;
        background-size: cover;
    }

        .babys-hdr h1 {
            margin: 0;
            font-size: 18pt;
            padding: 20px 0 0 0;
            text-align: center;
        }

        .babys-hdr p {
            font-size: 11pt;
            color: #fff;
            padding: 0 0 0 0;
            text-align: center;
            line-height: 1.6;
        }

    .parc-hdr {
        float: left;
        width: 100%;
        background-image: url(../images/parcel-hdr.webp);
        background-position: 50% 50%;
        background-attachment: fixed;
        background-size: cover;
    }

        .parc-hdr h1 {
            margin: 0;
            font-size: 18pt;
            padding: 20px 0 0 0;
            text-align: center;
        }

        .parc-hdr p {
            font-size: 11pt;
            color: #fff;
            padding: 0 0 0 0;
            text-align: center;
            line-height: 1.6;
        }

    .lt_icons {
        width: 45px;
        float: left;
    }

    .phone {
        width: 100%;
        float: left;
        margin: 20px 0 0 0;
    }

        .phone a {
            font-size: 15pt;
            color: #fff;
            border-radius: 5px;
            font-weight: 600;
            padding: 10px 70px 10px 70px;
            text-decoration: none;
        }

    .menu_bar {
        width: 100%;
        float: left;
        margin: 15px 0 0 0;
    }

    .rsform {
        float: left;
        width: 100%;
        z-index: 1;
        position: absolute;
        background: transparent;
        margin: 150px 0 0 0;
    }

    .book-bg p {
        padding: 10px 0 0 0;
    }

    .book-hd {
        width: 100%;
        float: left;
        margin: 0 0 5px 0;
        padding: 0 0px 0 0px;
        font-size: 10pt;
        text-align: center;
    }

    .book-hd-1 {
        width: 100%;
        float: left;
        margin: 0 0 10px 0;
        padding: 0 0px 0 0px;
        font-size: 10pt;
        text-align: center;
    }

    .prior h1 {
        font-size: 16pt;
        line-height: 1.2;
    }

    .prior p {
        font-size: 11pt;
        line-height: 22px;
    }

    .miss_area {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
    }

    .miss_lft {
        width: 100%;
        float: left;
        text-align: left;
        padding: 0 0 0 0;
    }

    .miss_lft_head {
        width: 100%;
        float: left;
        font-size: 16pt;
        font-weight: 700;
        color: #333;
        text-align: center;
        padding: 0 0 0 0;
    }

    .miss_rgt {
        width: 100%;
        float: left;
        padding: 20px 0 0 0;
    }

    .sub_head {
        font-size: 16pt;
        color: #333;
        font-weight: 700;
        text-align: center;
        line-height: 1.2;
        margin: 0 0 5px 0;
    }

    .our_commit {
        margin: 0px 0 0 0;
    }

    .our_commit_subhd {
        font-size: 14pt;
        padding: 0 0 0 0;
    }

    .our_commit_head {
        font-size: 18pt;
        text-align: center;
        padding: 0 0 10px 0;
    }

    .our_commit_lft {
        width: 100%;
        float: left;
        text-align: left;
        padding: 0 0 0 0;
    }

    .our_commit_rgt {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
    }

    .our_commit_ttl {
        font-size: 15pt;
        padding: 10px 0 5px 0;
    }

    .our_commit_txt {
        padding: 0 0 15px 0;
        line-height: 1.6;
    }

    .tak {
        float: left;
        width: 100%;
        padding: 30px 0 50px 0;
        background-image: url(../images/top_header.jpg);
        background-position: 50% 0;
        background-attachment: fixed;
        background-size: cover;
    }

        .tak h3 {
            font-size: 18pt;
            text-align: center;
            padding: 0 0 0 0;
            margin: 0 0 10px 0;
            line-height: 1.3;
        }

        .tak h2 {
            font-size: 25pt;
            text-align: center;
            margin: 0;
            padding: 0 0 0 0;
        }

    .tak_mor {
        float: none;
        color: #ffffff;
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
        font-size: 12pt;
    }

        .tak_mor a {
            color: #fff;
            font-weight: 600;
            background-color: #004990;
            text-decoration: none;
            padding: 10px 25px;
            border-radius: 5px;
        }

            .tak_mor a:hover {
                color: #333;
                background-color: #fff;
                text-decoration: none;
                padding: 10px 25px;
                -webkit-transition: all .6s ease;
                -moz-transition: all .6s ease;
                -ms-transition: all .6s ease;
                -o-transition: all .6s ease;
            }

    .bttm-2 {
        text-align: center;
        font-size: 11pt;
        margin: 0 0 0 0;
        padding: 20px 10px 0 10px;
    }

    .fleet_area {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 50px 0;
    }

    .fleet_img {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .fleet_data {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .fleet_head {
        font-size: 16pt;
        margin: 0 0 5px 0;
        padding: 0 0 0 0;
        text-align: center;
    }

    .fleet_subhd {
        font-size: 12pt;
        margin: 0 0 5px 0;
        padding: 0 0 0 0;
        text-align: center;
    }

    .fleet_txt {
        font-size: 11pt;
        margin: 0 0 20px 0;
        padding: 0 0 0 0;
    }

    .fleet_mor {
        float: none;
        color: #ffffff;
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
        font-size: 11pt;
    }

        .fleet_mor a {
            color: #fff;
            font-weight: 600;
            background-color: #004990;
            text-decoration: none;
            padding: 10px 25px;
            border-radius: 5px;
        }

            .fleet_mor a:hover {
                color: #fff;
                background-color: #333;
                text-decoration: none;
                padding: 10px 25px;
                -webkit-transition: all .6s ease;
                -moz-transition: all .6s ease;
                -ms-transition: all .6s ease;
                -o-transition: all .6s ease;
            }

    .con_p {
        width: 100%;
        float: left;
        font-size: 11pt;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .con_pnl {
        width: 100%;
        float: left;
        margin: 10px 0 20px 0;
        padding: 0;
        border-bottom: 1px dashed #ccc;
    }

    .con_img {
        width: 20%;
        float: left;
        margin: 0 0 0 0;
        text-align: left;
        padding: 10px 0 10px 0;
        border-right: 1px dashed #004990;
    }

    .con_grp {
        width: 80%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 10px;
    }

    .con_1 {
        margin: 0 0 5px 0;
        font-size: 11pt;
    }

    .con_2 {
        width: 100%;
        float: left;
        margin: 0 0 20px 0;
        padding: 0;
        text-align: left;
        color: #666;
        line-height: 1.4;
        font-size: 11pt;
        font-weight: 600;
    }

    .svbox_area {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }

    .svbox_lft {
        width: 100%;
        float: left;
        text-align: left;
        padding: 0;
    }

    .svbox_area p {
        text-align: justify;
    }

    .svbox_head {
        font-size: 15pt;
        font-weight: 700;
        color: #333;
        text-align: center;
        padding: 10px 0 10px 0;
    }

    .svbox_rgt {
        width: 100%;
        float: left;
        padding: 0;
    }

    .bktaxi {
        float: left;
        width: 100%;
        padding: 30px 0 40px 0;
        background-color: #004990;
    }

        .bktaxi a {
            color: #fff;
        }

            .bktaxi a:hover {
                color: #ddd;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
            }

        .bktaxi h2 {
            color: #222;
            font-size: 25pt;
            text-align: center;
            font-weight: 700;
            margin: 0 0 10px 0;
            padding: 0 0 0 0;
        }

        .bktaxi h3 {
            color: #fff;
            font-size: 17pt;
            text-align: center;
            font-weight: 600;
            padding: 0 0 0 0;
            margin: 0 0 10px 0;
            line-height: 1.2;
            opacity: .8;
        }

    .bktaxi_mor {
        float: none;
        color: #ffffff;
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
        font-size: 12pt;
    }

        .bktaxi_mor a {
            color: #fff;
            font-weight: 600;
            background-color: #3e6e9c;
            text-decoration: none;
            padding: 10px 25px;
            border-radius: 5px;
        }

            .bktaxi_mor a:hover {
                color: #333;
                background-color: #fff;
                text-decoration: none;
                padding: 10px 25px;
                -webkit-transition: all .6s ease;
                -moz-transition: all .6s ease;
                -ms-transition: all .6s ease;
                -o-transition: all .6s ease;
            }

    .safe_area {
        float: left;
        width: 100%;
        margin: 0 0 100px 0;
        padding: 40px 0 0 0;
        background-image: url(../images/top_header.jpg);
        background-position: 50% 0;
        background-size: cover;
    }

    .safe_head {
        font-size: 23pt;
        text-align: center;
        margin: 0 0 20px 0;
        padding: 0 0 0 0;
    }

    .safe_grup {
        float: left;
        width: 100%;
        margin: 0 0 40px 0;
        padding: 0 0 0 0;
    }

    .safe_lft {
        float: left;
        width: 100%;
        margin: 0 0 8px 0;
        padding: 0 0 0 0;
        text-align: center;
    }

    .safe_rgt {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .safe_ttl {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 17pt;
        font-weight: 600;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center;
    }

    .safe_txt {
        float: left;
        width: 100%;
        color: #fff;
        font-size: 12pt;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center;
        line-height: 1.5;
    }

    .bttm-rpad {
        padding-right: 0;
    }
}
