body {
    margin: 0 auto;
    font-size: 12pt;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.top-area {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    background-color: #f58200;
}

.tpadd {
    padding: 0 5px 0 0;
}

.tp_list {
    float: left;
    width: 100%;
}

.tp_list_grp {
    width: 33.33333333%;
    float: left;
    color: #fff;
}

    .tp_list_grp a {
        color: #000;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center;
    }

        .tp_list_grp a:hover {
            color: #fff;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.top-fl {
    float: left;
    width: 100%;
    z-index: 2;
    padding: 10px 0 10px 0;
    background-color: #1a1c20;
    /*background: rgba(0,0,0,.8);
	position: absolute;
	background-color: rgba(0,0,0,.8);*/
}

.btmfix {
    width: 3%;
    float: left;
    z-index: 10;
    right: 20px;
    display: block;
    margin: 0 0 0 0;
    position: fixed;
    text-align: right;
    padding: 5px 0 7px 0;
    bottom: 20px !important;
}

.btmmar {
    margin: 5px 0 0 0;
}

.logo {
    width: 12%;
    float: left;
    color: #000;
    font-size: 18pt;
    font-weight: 700;
}

.phone {
    color: #fff;
    float: right;
    font-size: 15pt;
    font-weight: 400;
    text-align: center;
    margin: 5px 0 0 0;
    border-radius: 5px;
    background-color: #f58200;
    /*padding: 6px 15px 5px 15px;*/
}

.phone_a {
    float: left;
    text-align: center;
    padding: 5px 13px 8px 13px;
    border-right: 1px solid #333;
}

.phone_b {
    float: left;
    font-size: 13pt;
    font-weight: 400;
    text-align: center;
    padding: 8px 15px 5px 15px;
}

.phone a {
    color: #000;
    font-size: 17pt;
    font-weight: 600;
    text-decoration: none;
}

    .phone a:hover {
        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;
    }

.phone > a img {
    top: 7px;
    margin-top: 0;
}

.imgLeft {
    padding: 0 20px 10px 0;
}

.menu_bar {
    width: 67%;
    float: left;
    margin: 10px 0 0 70px;
}

.sliderrr {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.slider_heading {
    color: #fff;
    font-size: 35pt;
    margin: 0 0 0 0;
    font-weight: 600;
    padding: 0 0 0 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,1.6);
}

.slider_sml {
    color: #fff;
    margin: 0 0 0 0;
    font-size: 25pt;
    font-weight: 300;
    padding: 0 0 0 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,1.6);
}

.blk-bg {
    float: left;
    width: 100%;
    /*background-image: url(../images/main-bg.jpg);
    background-position: 50% 0;
    background-size: cover;*/
}

/*.head-ttl
{   
    color: #fff; 
    font-size: 22pt;	
	font-weight: 600;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	background-color: #004990;
	text-shadow: 0 1px 1px rgba(0,0,0,1.6);
}*/

.hdr_bg {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-image: url(../images/hdr_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
}

.hdr_content {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background: rgba(0,0,0,.5);
    padding: 170px 15px 100px 15px;
}

    .hdr_content h1 {
        color: #f58200;
        font-size: 35pt;
        line-height: 1.3;
        padding: 0 0 0 0;
        font-weight: 600;
        text-align: center;
        margin: 0 0 10px 0;
        text-shadow: 0 1px 1px rgba(0,0,0,1.6);
    }

    .hdr_content p {
        color: #fff;
        font-size: 17pt;
        padding: 0 0 0 0;
        font-weight: 400;
        text-align: center;
        margin: 0 0 10px 0;
        text-shadow: 0 1px 1px rgba(0,0,0,1.6);
    }

.btnhd {
    font-size: 16pt;
    cursor: pointer;
    font-weight: 600;
    padding: 6px 20px;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: middle;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.btnhd-default {
    color: #fff;
    border-color: #f58200;
    background-color: #f58200;
}

    .btnhd-default:hover, .btnhd-default:focus, .btnhd-default:active, .btnhd-default.active, .open > .dropdown-toggle.btnhd-default {
        color: #f58200;
        border-color: #fff;
        background-color: #fff;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

    .btnhd-default:active, .btnhd-default.active, .open > .dropdown-toggle.btnhd-default {
        background-image: none;
    }

.frmwel_area {
    width: 100%;
    float: left;
    padding: 20px 0 0 0;
}

.bok-bg {
    float: left;
    width: 48%;
    z-index: 2;
    padding: 0 0 20px 0;
    margin: 0 1% 0 1%;
}

.bokonl-bg {
    float: left;
    width: 78%;
    z-index: 2;
    padding: 0 0 20px 0;
    margin: 0 11% 0 11%;
}

.sub-ttl {
    color: #fff;
    font-size: 20pt;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.book-bg {
    float: left;
    width: 74%;
    z-index: 2;
    position: absolute;
    padding: 0 0 10px 0;
    margin: 8% 13% 0 13%;
    /*background: rgba(0,0,0,.8);*/
}

.book-ttl {
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 23pt;
    font-weight: bold;
    padding: 5px 0 5px 0;
    background-color: #004990;
}

.book-data {
    float: right;
    width: 100%;
    margin: 0 0 0 0;
    border-radius: 10px;
    background: rgba(0,0,0,.8);
    padding: 20px 20px 20px 20px;
}

.book-data-airp {
    float: right;
    width: 100%;
    margin: 15px 0 0 0;
    background: rgba(0,0,0,.8);
    padding: 25px 20px 20px 20px;
}

.book-inner {
    float: left;
    width: 100%;
}

.book-hd {
    width: 50%;
    float: left;
    color: #fff;
    margin: 0 auto;
    font-size: 11pt;
    text-align: right;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px 0 5px 20px;
}

.book-hd-1 {
    width: 50%;
    float: left;
    color: #fff;
    margin: 0 auto;
    font-size: 11pt;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px 0 5px 20px;
}

.head-ttl {
    width: 100%;
    float: left;
    color: #fff;
    margin: 0 auto;
    font-size: 17pt;
    font-weight: 600;
    text-align: center;
    padding: 0 0 0 0;
    /*border-radius: 20px;		
	background-color: #eee;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	box-shadow: 0 3px 5px rgba(0,0,0,.6);*/
}

.info {
    width: 48%;
    float: left;
    margin: 0 1% 0 1%;
    border-radius: 10px;
    background-color: #000;
    padding: 20px 20px 20px 20px;
}

    .info h1 {
        color: #f58200;
        font-size: 20pt;
        font-weight: 600;
        line-height: 1.3;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .info p {
        color: #fff;
        line-height: 1.8;
        text-align: justify;
    }

.flet_area {
    float: left;
    width: 100%;
    padding: 40px 0 20px 0;
}

    .flet_area h1 {
        color: #0c1620;
        font-size: 30pt;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .flet_area p {
        color: #333;
        font-size: 14pt;
        text-align: center;
    }

.flet_grup {
    float: left;
    width: 100%;
    padding: 20px;
}

.flet_img {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.flet_txt {
    float: left;
    width: 100%;
    color: #000;
    font-size: 17pt;
    font-weight: 500;
    text-align: center;
    padding: 0 0 20px 0;
}

.flet_mor {
    color: #ffffff;
    margin: 0 auto;
    margin-top: 40px;
}

    .flet_mor a {
        color: #fff;
        font-size: 12pt;
        font-weight: 500;
        padding: 5px 25px;
        border-radius: 3px;
        text-decoration: none;
        background-color: #f58200;
        border: 1px solid #f58200;
    }

        .flet_mor a:hover {
            color: #f58200;
            text-decoration: none;
            background-color: #000;
            border: 1px solid #000;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.sht_serv_pnl {
    float: left;
    width: 100%;
    padding: 40px 0 40px 0;
}

    .sht_serv_pnl h1 {
        color: #000;
        font-size: 30pt;
        font-weight: 600;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .sht_serv_pnl p {
        color: #333;
        margin: 0 0 0 0;
        text-align: center;
    }

.sht_serv_grp {
    width: 94%;
    float: left;
    border-radius: 10px;
    margin: 15px 3% 15px 3%;
    border: 3px solid #f58200;
    padding: 20px 20px 30px 20px;
}

.sht_serv_pic {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.sht_serv_ttl {
    float: left;
    width: 100%;
    color: #000;
    font-size: 17pt;
    font-weight: 600;
    text-align: center;
    padding: 10px 0 10px 0;
}

.sht_serv_txt {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

    .sht_serv_txt p {
        color: #333;
        line-height: 1.7;
        text-align: center;
        padding: 0 0 20px 0;
    }

.sht_serv_mor {
    width: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
}

    .sht_serv_mor a {
        color: #f58200;
        font-size: 12pt;
        font-weight: 600;
        border-radius: 5px;
        margin: 0 10px 0 10px;
        background-color: transparent;
        border: 1px solid #f58200;
        padding: 7px 20px 7px 20px;
    }

        .sht_serv_mor a:hover {
            color: #fff;
            margin: 0 10px 0 10px;
            border: 1px solid #f58200;
            background-color: #f58200;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.datime {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    margin: 0 0 3px 0;
    padding: 0 0 0 0;
}

.abt_pnl {
    width: 100%;
    float: left;
    background-image: url(../images/abt_bg.webp);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.abt_pnl_ovly {
    width: 100%;
    float: left;
    padding: 40px 0 40px 0;
    background-color: rgba(0,0,0,.7);
}

.abt_pnl h2 {
    color: #f58200;
    font-size: 30pt;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 10px 0;
    text-align: left;
}

.abt_pnl p {
    color: #fff;
    line-height: 1.8;
    text-align: left;
}

.abt_mor {
    color: #ffffff;
    margin: 0;
    font-size: 11pt;
    margin-top: 40px;
    text-align: left;
}

    .abt_mor a {
        color: #f58200;
        font-weight: 600;
        padding: 5px 20px;
        text-decoration: none;
        border: 1px solid #f58200;
        background-color: transparent;
    }

        .abt_mor a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #f58200;
            border: 1px solid #f58200;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.why_chos {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 50px 0;
}

.why_chos_lft {
    width: 50%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.why_chos_rgt {
    width: 50%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 50px;
}

    .why_chos_rgt h2 {
        color: #f58200;
        font-size: 25pt;
        font-weight: 600;
        line-height: 1.3;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .why_chos_rgt h3 {
        color: #000;
        font-size: 18pt;
        font-weight: 600;
        line-height: 1.3;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .why_chos_rgt ul {
        margin: 0 0 0 30px;
        padding: 0 0 0 0;
    }

    .why_chos_rgt li {
        margin: 0 0 0 0;
        padding: 5px 0 5px 0;
        text-align: left;
        list-style-image: url(../images/arrow_icon.png);
    }

.txfar_pnl {
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
}

    .txfar_pnl h2 {
        float: left;
        width: 100%;
        color: #000;
        font-size: 28pt;
        font-weight: 600;
        text-align: center;
        margin: 0 0 20px 0;
    }

.txfar_inr {
    float: left;
    width: 100%;
    padding: 20px;
    margin: 0 0 30px 0;
    background-color: #eee;
}

.txfar_inrwht {
    float: left;
    width: 100%;
    padding: 0 20px;
}

.txfar_lft {
    float: left;
    width: 30%;
    padding: 0 0 0 0;
}

.txfar_lft_ttl {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 10px 0;
}

.txfar_lft_data {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

    .txfar_lft_data ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .txfar_lft_data li {
        line-height: 1.3;
        text-align: left;
        margin: 0 0 0 20px;
        padding: 5px 0 5px 0;
    }

.txfar_rgt {
    float: left;
    width: 70%;
    padding: 0 0 0 30px;
}

.txfar_rgt_tbl {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.txfar_rgt_mtr {
    float: left;
    width: 100%;
    line-height: 1.3;
    text-align: left;
    padding: 10px 30px 0 30px;
}

.tblclr {
    color: #fff;
    font-size: 14pt;
    font-weight: 600;
    background-color: #f58200;
}

.tblclrwht {
    font-size: 14pt;
    font-weight: 600;
}

.cbchrg_area {
    width: 100%;
    float: left;
    padding: 0 0 30px 0;
}

.cbchrg_ovly {
    width: 100%;
    float: left;
    padding: 70px 0 70px 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.cbchrg_area h3 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 28pt;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px 0;
}

.cbchrg_inr {
    width: 100%;
    float: left;
    border-radius: 10px;
    background-color: #000;
}

.cbchrg_lft {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}

.cbchrg_rgt {
    width: 50%;
    float: left;
    border-radius: 15px;
    padding: 30px 30px 30px 30px;
    /*background-color: #eee;*/
    background-color: rgba(0, 0, 0, 0.4);
}

.cbchrg_ttl {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 25pt;
    text-align: left;
    font-weight: 700;
    padding: 0 0 20px 0;
}

.cbchrg_sbttl {
    width: 100%;
    float: left;
    color: #f58200;
    font-size: 14pt;
    font-weight: 700;
    text-align: left;
    padding: 0 0 10px 0;
}

.cbchrg_txt {
    width: 100%;
    float: left;
    color: #fff;
    line-height: 1.7;
    text-align: justify;
    padding: 0 0 20px 0;
}

.cbchrg_pic {
    width: 100%;
    float: left;
    padding: 0 10px 0 10px;
    border-radius: 20px;
    border: 1px solid #333;
}

.welc {
    width: 100%;
    float: left;
    padding: 40px 0 0 0;
}

.welc_ap {
    width: 100%;
    float: left;
    color: #999;
    padding: 0;
}

    .welc_ap h1 {
        color: #004990;
        font-size: 30pt;
        font-weight: 600;
        line-height: 1.3;
        margin: 0 0 10px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .welc_ap span {
        color: #333;
        font-size: 20pt;
        font-weight: 600;
    }

    .welc_ap p {
        color: #666;
        text-align: center;
    }

.welc_mor {
    color: #ffffff;
    margin: 0 auto;
    font-size: 11pt;
    margin-top: 40px;
}

    .welc_mor a {
        color: #fff;
        font-weight: 400;
        padding: 10px 25px;
        text-decoration: none;
        background-color: #222;
        border: 1px solid #222;
    }

        .welc_mor a:hover {
            color: #fff;
            padding: 10px 25px;
            text-decoration: none;
            background-color: #004990;
            border: 1px solid #004990;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.flt_thumb {
    width: 94%;
    float: left;
    margin: 0 3% 25px 3%;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    border-top: 3px solid #004990;
    border-left: 3px solid #dddddd;
    border-right: 3px solid #dddddd;
    border-bottom: 3px solid #dddddd;
    /*box-shadow: 0 3px 3px rgba(0,0,0,.3);*/
}

.flt_grp {
    width: 90%;
    float: left;
    margin: 0 5% 25px 5%;
    padding: 10px 10px 10px 10px;
}

.flt_pic {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.flt_ttl {
    width: 100%;
    float: left;
    font-size: 16pt;
    font-weight: 500;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #f58200;
}

.flt_txt {
    width: 100%;
    float: left;
    color: #333;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
}

.flt_mor {
    width: auto;
    margin: 0 auto;
    padding: 0 0 0 0;
}

    .flt_mor a {
        color: #f58200;
        font-size: 12pt;
        font-weight: 600;
        border-radius: 5px;
        margin: 0 10px 0 10px;
        background-color: transparent;
        border: 1px solid #f58200;
        padding: 7px 20px 7px 20px;
    }

        .flt_mor a:hover {
            color: #fff;
            margin: 0 10px 0 10px;
            border: 1px solid #f58200;
            background-color: #f58200;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.drive {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    padding-top: 100px;
    padding-bottom: 130px;
    background-image: url(../images/airp_trans.webp);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

    .drive h1 {
        padding: 0;
        color: #fff;
        font-size: 30pt;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .drive h5 {
        padding: 0;
        color: #fff;
        font-size: 30pt;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-align: center;
        text-transform: uppercase;
        text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

    .drive p {
        color: #fff;
        font-size: 20pt;
        padding: 0 0 0 0;
        line-height: 35px;
        font-weight: bold;
        text-align: center;
        margin: 30px 0 30px 0;
        text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    }

.drive_mor {
    color: #ffffff;
    margin: 0 auto;
    font-size: 15pt;
    margin-top: 40px;
}

    .drive_mor a {
        color: #fff;
        font-weight: 700;
        padding: 10px 25px;
        text-decoration: none;
        background-color: #222;
        border: 1px solid #fff;
    }

        .drive_mor a:hover {
            color: #fff;
            padding: 10px 25px;
            text-decoration: none;
            border: 1px solid #fff;
            background-color: #004990;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.matr {
    width: 100%;
    float: left;
    padding: 20px 0 0 0;
}

    .matr h1 {
        color: #004990;
        font-size: 30pt;
        font-weight: 600;
        line-height: 1.3;
        margin: 0 0 10px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .matr p {
        color: #666;
        text-align: center;
    }

.bst {
    width: 100%;
    float: left;
    padding: 60px 0 60px 0;
    /*background-image: url(../images/offer_bg.jpg);
    background-position: 50% 0;
    background-size: cover;*/
}

    .bst h1 {
        color: #fff;
        font-size: 30pt;
        font-weight: 600;
        line-height: 1.3;
        margin: 0 0 30px 0;
        text-align: center;
    }

.bst_grp {
    width: 100%;
    float: left;
    height: 280px;
    margin: 0 0 0 0;
    padding: 35px 30px 30px 30px;
}

.bst_grp_1 {
    width: 100%;
    float: left;
    height: 280px;
    border-right: 0;
    margin: 0 0 0 0;
    padding: 30px 30px 30px 30px;
}

.bst_ico {
    width: 100%;
    float: left;
}

.bst_matt {
    width: 100%;
    float: left;
}

.bst_ttl {
    width: 100%;
    float: left;
    color: #000;
    font-size: 15pt;
    font-weight: 700;
    padding: 20px 0 10px 0;
}

.bst_txx {
    width: 100%;
    float: left;
    color: #666;
    line-height: 1.5;
}

.prior {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
    background-color: #fff;
}

    .prior h1 {
        padding: 0;
        color: #222;
        line-height: 1.2;
        font-size: 30pt;
        margin: 0 0 0 0;
        font-weight: 600;
        text-align: center;
    }

    .prior p {
        padding: 0;
        color: #666;
        font-size: 13pt;
        font-weight: 400;
        line-height: 30px;
        margin: 0 0 10px 0;
        text-align: center;
    }

.termi {
    width: 100%;
    margin: 0 auto;
}

.sector {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
}

.srvss_a {
    width: 50%;
    float: left;
    padding: 50px 15px 50px 15px;
}

.srvss_b {
    width: 50%;
    float: left;
}

.srvss_a h1 {
    color: #004990;
    font-size: 28pt;
    text-align: left;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.srvss_a ul {
    margin: 0;
    list-style: none;
    padding: 0 0 0 20px;
}

.srvss_a li {
    margin: 0;
    color: #666;
    font-size: 14pt;
    text-align: left;
    font-weight: 300;
    padding: 8px 0 8px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    /*list-style-image: url(../images/blu_arrw.png);*/
}

.ptxt {
    color: #444;
}

.srrvv_bg {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
    margin: 0 0 0 0;
}

    .srrvv_bg h1 {
        font-size: 30pt;
        text-align: left;
        color: #004990;
        font-weight: 600;
        margin: 0 0 0 0;
        text-align: center;
        text-transform: uppercase;
    }

.srrvv_img {
    width: 100%;
    float: left;
    padding: 0;
    margin: 30px 0 0 0;
}

.srrvv_ttl {
    width: 100%;
    float: left;
    font-size: 18pt;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 25px 0 0 0;
    padding: 0;
    text-transform: uppercase;
}

.srrvv_txt {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    margin: 15px 0 0 0;
    padding: 0;
}

.srrvv_back_ttl {
    width: 100%;
    float: left;
    font-size: 18pt;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin: 25px 0 0 0;
    padding: 0;
    text-transform: uppercase;
}

.srrvv_back_txt {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    margin: 15px 0 0 0;
    padding: 0;
}

.srrvv_back_call {
    width: 100%;
    float: left;
    margin: 35px 0 0 0;
}

.srrvv_grp {
    width: 94%;
    float: left;
    margin: 3% 3% 3% 3%;
}

.srrvv_back_call a {
    padding: 10px 20px;
    margin: 0;
    color: #fff;
    background-color: #004990;
}

    .srrvv_back_call a:hover {
        padding: 10px 20px;
        margin: 0;
        color: #fff;
        background-color: #004990;
    }

.flip-box {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #004990;
    color: black;
    padding: 10px 20px;
}

.flip-box-back {
    background-color: #000;
    color: white;
    padding: 10px 20px;
    transform: rotateY(180deg);
}

.srv_bg {
    width: 100%;
    float: left;
    padding: 50px 0 30px 0;
    margin: 0 0 0 0;
    background-image: url(../images/serv_bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .srv_bg h1 {
        font-size: 30pt;
        text-align: left;
        color: #fff;
        font-weight: 600;
        margin: 0 0 15px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .srv_bg h2 {
        font-size: 16pt;
        text-align: left;
        color: #ccc;
        font-weight: 400;
        margin: 0 0 20px 0;
        text-align: center;
        line-height: 1.3;
    }

.srv_box {
    width: 98.5%;
    float: left;
    padding: 15px;
}

.srv_box_img {
    width: 100%;
    float: left;
    text-align: center;
    padding: 20px 0 0 0;
}

.srv_box_a {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin: 0;
    text-align: center;
    font-size: 40pt;
    color: #fff;
    font-weight: 600;
}

.srv_box_b {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
}

.srv_box h3 {
    font-size: 20pt;
    color: #fff;
    font-weight: 600;
    margin: 0 0 0 0;
    text-align: center;
    padding: 20px 0 0 0;
}

.srv_box_c {
    width: 100%;
    float: left;
    padding: 20px;
    margin: 0 0 10px 0;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.serve_bg {
    width: 100%;
    float: left;
    padding: 20px 0 20px 0;
    margin: 0 0 0 0;
}

    .serve_bg h1 {
        font-size: 30pt;
        text-align: left;
        color: #333;
        font-weight: 700;
        margin: 0 0 15px 0;
        text-align: center;
        text-transform: uppercase;
    }

    .serve_bg h2 {
        font-size: 15pt;
        text-align: left;
        color: #aaa;
        font-weight: 400;
        margin: 0 0 20px 0;
        text-align: center;
    }

    /*.serve_bg h3
{
    font-size: 22pt;
	text-align:left;
	color: #004990;
	font-weight:400;
	margin: 0 0 20px 0;
	text-align: center;
	text-transform: uppercase;
	 
}*/

    .serve_bg h4 {
        color: #666;
        font-size: 15pt;
        text-align: left;
        font-weight: 100;
        margin: 0 0 20px 0;
        text-align: center;
        line-height: 1.3;
    }

.serve_box {
    width: 90%;
    float: left;
    margin: 20px;
    border: 1px solid #e5e5e5;
}

.serve_box_a {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    background-color: #f3f3f3;
}

.serve_box_c {
    width: 100%;
    float: left;
}

    .serve_box_c h3 {
        color: #222;
        font-size: 17pt;
        font-weight: 600;
        line-height: 1.2;
        margin: 0 0 1px 0;
        text-align: center;
        padding: 30px 0 5px 0;
    }

.serve_box_c1 {
    width: 100%;
    float: left;
    color: #444;
    line-height: 1.5;
    margin: 0 0 10px 0;
    text-align: center;
    padding: 0 30px 25px 30px;
}

.srvic_grp {
    width: 94%;
    float: left;
    margin: 3% 3% 3% 3%;
}

.srvic_img {
    width: 100%;
    float: left;
}

.srvic_txt {
    width: 100%;
    float: left;
    color: #fff;
    padding: 10px 0;
    margin: -43px 0 0 0;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0.7);
}

.tak {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #eee;
}

    .tak a {
        color: #f58200;
    }

        .tak a:hover {
            color: #000;
            -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: 40pt;
        text-align: center;
        font-weight: 600;
        margin: 0;
    }

    .tak h3 {
        color: #333;
        font-size: 30pt;
        line-height: 1.3;
        text-align: center;
        font-weight: 600;
        margin: 0 0 10px 0;
    }

.oth-hdr-bg {
    float: left;
    width: 100%;
    padding: 100px 0 110px 0;
    background-image: url(../images/oth-hdr-bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .oth-hdr-bg h1 {
        font-size: 30pt;
        color: #f58200;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .oth-hdr-bg p {
        color: #fff;
        margin: 0 0 20px 0;
        font-size: 18pt;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
    }

.airp-hdr-bg {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/airp_trans_hdr.webp);
    background-position: 50% 0;
    background-size: cover;
}

    .airp-hdr-bg h1 {
        font-size: 30pt;
        color: #f58200;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .airp-hdr-bg p {
        color: #fff;
        margin: 0 0 20px 0;
        font-size: 18pt;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
    }

.corp-hdr-bg {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/corp_trans_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .corp-hdr-bg h1 {
        font-size: 30pt;
        color: #f58200;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .corp-hdr-bg p {
        color: #fff;
        margin: 0 0 20px 0;
        font-size: 18pt;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
    }

.premtaxi-hdr-bg {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/prem_taxi_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .premtaxi-hdr-bg h1 {
        font-size: 30pt;
        color: #fff;
        font-weight: 600;
        margin: 0 0 0 0;
        text-align: center;
    }

    .premtaxi-hdr-bg p {
        color: #fff;
        margin: 0 0 20px 0;
        font-size: 18pt;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
    }

.crus-hdr-bg {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/crus_trans_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .crus-hdr-bg h1 {
        font-size: 30pt;
        color: #f58200;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .crus-hdr-bg p {
        color: #fff;
        margin: 0 0 20px 0;
        font-size: 18pt;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
    }

.race-hdr-bg {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/race_trans_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .race-hdr-bg h1 {
        font-size: 30pt;
        color: #f58200;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .race-hdr-bg p {
        color: #fff;
        margin: 0 0 20px 0;
        font-size: 18pt;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
    }

.inter-hdr-bg {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/inter_trans_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .inter-hdr-bg h1 {
        font-size: 30pt;
        color: #f58200;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .inter-hdr-bg p {
        color: #fff;
        margin: 0 0 20px 0;
        font-size: 18pt;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
    }

.events-hdr-bg {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/events_trans_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .events-hdr-bg h1 {
        font-size: 30pt;
        color: #f58200;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .events-hdr-bg p {
        color: #fff;
        margin: 0 0 20px 0;
        font-size: 18pt;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
    }

.wheel-hdr-bg {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/wheel_trans_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .wheel-hdr-bg h1 {
        font-size: 30pt;
        color: #f58200;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .wheel-hdr-bg p {
        color: #fff;
        margin: 0 0 20px 0;
        font-size: 18pt;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
    }

.parc-hdr-bg {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/parc_delv_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .parc-hdr-bg h1 {
        font-size: 30pt;
        color: #f58200;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .parc-hdr-bg p {
        color: #fff;
        margin: 0 0 20px 0;
        font-size: 18pt;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
    }

.babyseat-hdr-bg {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/baby_seat_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .babyseat-hdr-bg h1 {
        font-size: 30pt;
        color: #f58200;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .babyseat-hdr-bg p {
        color: #fff;
        margin: 0 0 20px 0;
        font-size: 18pt;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
    }

.cbncrew-hdr-bg {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/cbn_crew_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .cbncrew-hdr-bg h1 {
        font-size: 30pt;
        color: #f58200;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .cbncrew-hdr-bg p {
        color: #fff;
        margin: 0 0 20px 0;
        font-size: 18pt;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
    }

.hotl-hdr-bg {
    float: left;
    width: 100%;
    padding: 100px 0 100px 0;
    background-image: url(../images/hotl_trans_hdr.webp);
    background-position: 50% 50%;
    background-size: cover;
}

    .hotl-hdr-bg h1 {
        font-size: 30pt;
        color: #f58200;
        font-weight: 600;
        margin: 0 0 10px 0;
        text-align: center;
    }

    .hotl-hdr-bg p {
        color: #fff;
        margin: 0 0 20px 0;
        font-size: 18pt;
        font-weight: 400;
        padding: 0 0 0 0;
        text-align: center;
    }

.all_main {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
}

    .all_main h1 {
        color: #222;
        font-size: 25pt;
        font-weight: 600;
    }

    .all_main h2 {
        color: #f58200;
        font-weight: 600;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .all_main h3 {
        color: #000;
        font-weight: 600;
        margin: 20px 0 10px 0;
        text-align: left;
        font-size: 15pt;
    }

.all-contents {
    float: left;
    width: 100%;
    padding: 50px 0;
}

    .all-contents a {
        color: #004990;
    }

        .all-contents a:hover {
            color: #666;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

    .all-contents h2 {
        color: #222;
        font-size: 15pt;
        font-weight: 600;
    }

.img_Right {
    margin: 0 0 20px 20px;
}

.pag_mor {
    width: 100%;
    float: left;
    color: #ffffff;
    margin: 0 auto;
}

    .pag_mor a {
        color: #000;
        font-size: 15pt;
        font-weight: 600;
        padding: 5px 30px;
        margin: 0 5px 0 5px;
        border-radius: 5px;
        text-decoration: none;
        background-color: #f58200;
    }

        .pag_mor a:hover {
            color: #f58200;
            text-decoration: none;
            background-color: #fff;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.con_1 {
    width: 100%;
    float: left;
    padding: 0;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 15pt;
    font-weight: 600;
    color: #f58200;
}

.con_2 {
    font-size: 30pt;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: center;
    color: #333;
}

.con_grp {
    width: 100%;
    float: left;
    margin: 40px 0 70px 0;
    padding: 0;
    color: #444;
    border-right: 1px dashed #ccc;
}

    .con_grp a {
        color: #444;
    }

.con_grp_1 {
    width: 100%;
    float: left;
    margin: 40px 0 70px 0;
    padding: 0;
}

    .con_grp_1 a {
        color: #444;
    }

.fotrnm {
    color: #f58200;
    font-weight: 600;
}

.fotr {
    width: 100%;
    float: left;
    background-color: #1a1c20;
    padding: 20px 0 25px 0;
    color: #aaa;
    border-top: 1px solid #999;
}

    .fotr a {
        color: #f58200;
        text-decoration: none;
    }

        .fotr 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;
        }

    .fotr ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .fotr li {
        padding: 0 7px 0 0;
        display: inline;
    }

.fotr-left {
    width: 75%;
    float: left;
    text-align: left;
    font-weight: 500;
}

.fotr-right {
    width: 25%;
    float: left;
    text-align: right;
    margin: 20px 0 0 0;
    font-weight: 500;
}










@media (max-width:480px) {

    .logo {
        float: left;
        width: 45%;
        margin: 0 0 0 0;
        text-align: center;
    }

    .phone {
        width: 80%;
        float: left;
        display: none;
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        margin: 5px 0 0 25px;
    }

        .phone a {
            width: 100%;
            float: left;
            color: #fff;
            font-size: 23pt;
            font-weight: 600;
            line-height: .8;
            text-decoration: none;
        }

    .phone_b {
        width: 83%;
        float: left;
        color: #fff;
        font-size: 13pt;
        font-weight: 400;
        text-align: center;
        padding: 9px 15px 4px 15px;
    }

    .srv_bg {
        width: 100%;
        float: left;
        background-color: #fff;
        padding: 30px 10px 30px 10px;
    }

        .srv_bg h1 {
            font-size: 22pt;
            text-align: center;
        }

    .srv_box h3 {
        font-size: 18pt;
    }

    .head-ttl {
        color: #f58200;
        font-size: 15pt;
        margin: 0 0 5px 0;
        line-height: 1.2;
        padding: 0 10px 0 10px;
        /*text-shadow: 0 3px 5px rgba(0,0,0,1.6);*/
    }

    .book-bg {
        float: left;
        width: 100%;
        z-index: 1;
        margin: 158px 0 0 0;
        padding: 0 0 20px 0;
        position: absolute;
        background: rgba(0,0,0,.95);
    }

    .book-data {
        float: right;
        width: 100%;
        margin: 15px 0 0 0;
        background: rgba(0,0,0,.8);
        padding: 15px 5px 15px 5px;
    }

    .menu_bar {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }

    .caro_hgt {
        height: auto;
    }

    .top-fl {
        float: left;
        width: 100%;
        z-index: 2;
        padding: 5px 0 2px 0;
        /*position: absolute;
	    background: rgba(0,0,0,.6);
	    background-color: rgba(0,0,0,.8);*/
    }

    .srimg {
        width: 100%;
    }

    .welc {
        width: 100%;
        float: left;
        padding: 30px 0 0 0;
    }

    .welc_ap h1 {
        font-size: 22pt;
        font-weight: 600;
        color: #004990;
        margin: 10px 0 0 0;
        text-align: center;
        line-height: 1.1;
        text-transform: uppercase;
    }

    .welc_ap span {
        font-size: 18pt;
        font-weight: 600;
        color: #333;
    }

    .welc_ap p {
        color: #666;
        text-align: center;
    }

    .bst {
        width: 100%;
        float: left;
        padding: 40px 0 0 0;
        /*background-image: url(../images/offer_bg.jpg);
        background-position: 50% 0;
        background-size: cover;*/
    }

    .bst_grp {
        width: 100%;
        float: left;
        padding: 25px 30px 20px 30px;
        margin: 0 0 0 0;
        height: auto;
        border-right: 0;
        border-bottom: 1px dashed #ccc;
    }

    .srvss_a {
        width: 100%;
        float: left;
        padding: 20px 15px 10px 15px;
    }

    .srvss_b {
        width: 100%;
        float: left;
    }

    .srvss_a h1 {
        font-size: 22pt;
        text-align: center;
        margin: 0 0 0 0;
    }

    .srvss_a li {
        margin: 0;
        padding: 8px 0 8px 0;
        font-size: 12pt;
    }

    .srv_bg h2 {
        font-size: 13pt;
        text-align: left;
        color: #ccc;
        font-weight: 400;
        margin: 0 0 20px 0;
        text-align: center;
        line-height: 1.3;
    }

    .srv_box {
        width: 100%;
        float: left;
        padding: 0;
    }

    .tak {
        float: left;
        width: 100%;
        border-top: 0;
        padding: 10px 0 30px 0;
    }

        .tak h2 {
            font-size: 30pt;
        }

        .tak h3 {
            font-size: 21pt;
            font-weight: 600;
        }

    .fotr-left {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 12.5pt;
    }

    .fotr-right {
        width: 100%;
        float: left;
        text-align: center;
        margin: 10px 0 0 0;
        font-size: 12.5pt;
    }

    .fotr li {
        padding: 0 8px 0 0;
        line-height: 1.3;
    }

    .oth-hdr-bg {
        float: left;
        width: 100%;
        padding: 70px 0 70px 0;
        background-image: url(../images/oth-hdr-bg.jpg);
        background-position: 80% 0;
        background-size: cover;
    }

        .oth-hdr-bg h1 {
            font-size: 23pt;
            font-weight: 600;
            text-align: center;
            margin: 0 0 10px 0;
        }

        .oth-hdr-bg p {
            margin: 0 0 10px 0;
            font-size: 13pt;
            line-height: 1.5;
            font-weight: 400;
            padding: 0 0 0 0;
        }

    .airp-hdr-bg {
        float: left;
        width: 100%;
        padding: 70px 0 70px 0;
        background-image: url(../images/airp_trans_hdr.webp);
        background-position: 30% 50%;
        background-size: cover;
    }

        .airp-hdr-bg h1 {
            font-size: 23pt;
            font-weight: 600;
            text-align: center;
        }

        .airp-hdr-bg p {
            font-size: 13pt;
            line-height: 1.5;
            font-weight: 400;
            padding: 0 0 0 0;
            margin: 0 0 10px 0;
        }

    .corp-hdr-bg {
        float: left;
        width: 100%;
        padding: 70px 0 70px 0;
        background-image: url(../images/corp_trans_hdr.webp);
        background-position: 60% 50%;
        background-size: cover;
    }

        .corp-hdr-bg h1 {
            font-size: 23pt;
            font-weight: 600;
            text-align: center;
        }

        .corp-hdr-bg p {
            font-size: 13pt;
            line-height: 1.5;
            font-weight: 400;
            padding: 0 0 0 0;
            margin: 0 0 10px 0;
        }

    .premtaxi-hdr-bg {
        float: left;
        width: 100%;
        padding: 70px 0 70px 0;
        background-image: url(../images/prem_taxi_hdr.webp);
        background-position: 30% 50%;
        background-size: cover;
    }

        .premtaxi-hdr-bg h1 {
            color: #fff;
            font-size: 20pt;
            font-weight: 600;
            text-align: center;
            margin: 0 0 5px 0;
        }

        .premtaxi-hdr-bg p {
            margin: 0 0 5px 0;
            font-size: 13pt;
            line-height: 1.1;
            font-weight: 400;
            padding: 0 0 0 0;
        }

    .crus-hdr-bg {
        float: left;
        width: 100%;
        padding: 70px 0 70px 0;
        background-image: url(../images/crus_trans_hdr.webp);
        background-position: 30% 50%;
        background-size: cover;
    }

        .crus-hdr-bg h1 {
            font-size: 23pt;
            font-weight: 600;
            text-align: center;
            margin: 0 0 5px 0;
        }

        .crus-hdr-bg p {
            margin: 0 0 5px 0;
            font-size: 13pt;
            line-height: 1.1;
            font-weight: 400;
            padding: 0 0 0 0;
        }

    .race-hdr-bg {
        float: left;
        width: 100%;
        padding: 70px 0 70px 0;
        background-image: url(../images/race_trans_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

        .race-hdr-bg h1 {
            font-size: 23pt;
            font-weight: 600;
            text-align: center;
            margin: 0 0 10px 0;
        }

        .race-hdr-bg p {
            margin: 0 0 10px 0;
            font-size: 13pt;
            line-height: 1.1;
            font-weight: 400;
            padding: 0 0 0 0;
        }

    .inter-hdr-bg {
        float: left;
        width: 100%;
        padding: 70px 0 70px 0;
        background-image: url(../images/inter_trans_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

        .inter-hdr-bg h1 {
            font-size: 23pt;
            font-weight: 600;
            text-align: center;
            margin: 0 0 10px 0;
        }

        .inter-hdr-bg p {
            margin: 0 0 10px 0;
            font-size: 13pt;
            line-height: 1.1;
            font-weight: 400;
            padding: 0 0 0 0;
        }

    .events-hdr-bg {
        float: left;
        width: 100%;
        padding: 70px 0 70px 0;
        background-image: url(../images/events_trans_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

        .events-hdr-bg h1 {
            font-size: 23pt;
            font-weight: 600;
            text-align: center;
            margin: 0 0 10px 0;
        }

        .events-hdr-bg p {
            margin: 0 0 10px 0;
            font-size: 13pt;
            line-height: 1.1;
            font-weight: 400;
            padding: 0 0 0 0;
        }

    .wheel-hdr-bg {
        float: left;
        width: 100%;
        padding: 70px 0 70px 0;
        background-image: url(../images/wheel_trans_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

        .wheel-hdr-bg h1 {
            font-size: 23pt;
            font-weight: 600;
            text-align: center;
            margin: 0 0 10px 0;
        }

        .wheel-hdr-bg p {
            margin: 0 0 10px 0;
            font-size: 13pt;
            line-height: 1.1;
            font-weight: 400;
            padding: 0 0 0 0;
        }

    .parc-hdr-bg {
        float: left;
        width: 100%;
        padding: 70px 0 70px 0;
        background-image: url(../images/parc_delv_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

        .parc-hdr-bg h1 {
            font-size: 23pt;
            font-weight: 600;
            text-align: center;
            margin: 0 0 10px 0;
        }

        .parc-hdr-bg p {
            margin: 0 0 10px 0;
            font-size: 13pt;
            line-height: 1.5;
            font-weight: 400;
            padding: 0 0 0 0;
        }

    .babyseat-hdr-bg {
        float: left;
        width: 100%;
        padding: 70px 0 70px 0;
        background-image: url(../images/baby_seat_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

        .babyseat-hdr-bg h1 {
            font-size: 23pt;
            font-weight: 600;
            text-align: center;
            margin: 0 0 10px 0;
        }

        .babyseat-hdr-bg p {
            margin: 0 0 10px 0;
            font-size: 13pt;
            line-height: 1.1;
            font-weight: 400;
            padding: 0 0 0 0;
        }

    .cbncrew-hdr-bg {
        float: left;
        width: 100%;
        padding: 70px 0 70px 0;
        background-image: url(../images/cbn_crew_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

        .cbncrew-hdr-bg h1 {
            font-size: 23pt;
            font-weight: 600;
            text-align: center;
            margin: 0 0 10px 0;
        }

        .cbncrew-hdr-bg p {
            margin: 0 0 10px 0;
            font-size: 13pt;
            line-height: 1.1;
            font-weight: 400;
            padding: 0 0 0 0;
        }

    .hotl-hdr-bg {
        float: left;
        width: 100%;
        padding: 70px 0 70px 0;
        background-image: url(../images/hotl_trans_hdr.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

        .hotl-hdr-bg h1 {
            font-size: 23pt;
            font-weight: 600;
            text-align: center;
            margin: 0 0 10px 0;
        }

        .hotl-hdr-bg p {
            margin: 0 0 10px 0;
            font-size: 13pt;
            line-height: 1.1;
            font-weight: 400;
            padding: 0 0 0 0;
        }

    .all_main h1 {
        color: #222;
        font-size: 20pt;
        font-weight: 600;
    }

    .all_main h3 {
        color: #333;
        font-weight: 600;
        margin: 20px 0 10px 0;
        text-align: center;
        font-size: 14pt;
        line-height: 1.3;
    }

    .serve_bg {
        width: 100%;
        float: left;
        padding: 20px 0 20px 0;
        margin: 0 0 0 0;
    }

    .serve_box {
        width: 92.5%;
        float: left;
        margin: 10px 15px;
        padding: 0 0 0 0;
    }

    .all-contents {
        float: left;
        width: 100%;
        padding: 30px 0;
    }

    .con_1 {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0 0 0 0;
        font-size: 15pt;
        font-weight: 600;
        text-align: center;
    }

    .con_2 {
        padding: 0;
        color: #333;
        font-size: 20pt;
        font-weight: 600;
        margin: 0 0 5px 0;
        text-align: center;
    }

    .con_grp {
        width: 100%;
        float: left;
        color: #666;
        margin: 0 0 0 0;
        border-right: 0;
        padding: 30px 0 20px 0;
        border-bottom: 1px dashed #ccc;
    }

    .con_grp_1 {
        width: 100%;
        float: left;
        margin: 0;
        padding: 30px 0 20px 0;
    }

    .srrvv_bg {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 30px 10px 30px 10px;
    }

        .srrvv_bg h1 {
            font-size: 22pt;
        }

    .srrvv_grp {
        width: 100%;
        float: left;
        margin: 3% 0 0 0;
    }

    .prior h1 {
        font-size: 22pt;
        line-height: 1.2;
        margin: 0 0 10px 0;
    }

    .prior p {
        line-height: 25px;
    }

    .term_mar {
        margin-bottom: 15px;
    }

    .top-area {
        float: left;
        width: 100%;
        padding: 5px 0 5px 0;
    }

    .tp_list {
        float: left;
        width: 100%;
        color: #fff;
    }

    .tp_list_grp {
        width: 100%;
        float: left;
        color: #fff;
    }

        .tp_list_grp a {
            color: #000;
            font-size: 11pt;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
            text-align: center;
        }

            .tp_list_grp a:hover {
                color: #fff;
                -webkit-transition: all .6s ease-in-out;
                -o-transition: all .6s ease-in-out;
                transition: all .6s ease-in-out;
            }

    .slider_heading {
        color: #fff;
        font-size: 19pt;
        font-weight: 600;
        margin: 0 0 0 0;
        text-align: center;
        padding: 0;
        text-shadow: 0 1px 1px rgba(0,0,0,1.6);
    }

    .slider_sml {
        color: #fff;
        font-size: 17pt;
        font-weight: 300;
        margin: 0 0 0 0;
        text-align: center;
        padding: 0;
        text-shadow: 0 1px 1px rgba(0,0,0,1.6);
    }

    .book-hd {
        width: 100%;
        float: left;
        color: #fff;
        margin: 0 auto;
        font-size: 12pt;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 0;
        padding: 0 0 3px 0;
    }

    .book-hd-1 {
        width: 100%;
        float: left;
        color: #fff;
        margin: 0 auto;
        font-size: 12pt;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 0;
        padding: 0 0 5px 0;
    }

    .book-inner {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

    .book-data-airp {
        float: right;
        width: 100%;
        margin: 15px 0 0 0;
        background: rgba(0,0,0,.8);
        padding: 10px 10px 20px 10px;
    }

    .srvic_grp {
        width: 100%;
        float: left;
        margin: 3% 0 3% 0;
    }

    .flt_thumb {
        width: 100%;
        float: left;
        margin: 0 0 15px 0;
        background-color: #fff;
        padding: 10px 10px 10px 10px;
        border-top: 3px solid #004990;
        border-left: 3px solid #dddddd;
        border-right: 3px solid #dddddd;
        border-bottom: 3px solid #dddddd;
        /*box-shadow: 0 3px 3px rgba(0,0,0,.3);*/
    }

    .matr h1 {
        color: #004990;
        font-size: 22pt;
        font-weight: 600;
        line-height: 1.1;
        margin: 0 0 0 0;
        text-align: center;
        text-transform: uppercase;
    }

    .pag_mor {
        width: 100%;
        float: left;
        margin: 0 auto;
    }

        .pag_mor a {
            width: 70%;
            float: left;
            margin: 5px 15%;
            font-size: 15pt;
            padding: 5px 30px;
            text-decoration: none;
        }

            .pag_mor a:hover {
                padding: 5px 30px;
                text-decoration: none;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
            }

    .hdr_content {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 200px 15px 40px 15px;
        background: rgba(0,0,0,.5);
    }

        .hdr_content h1 {
            font-size: 17pt;
            line-height: 1.3;
            padding: 0 0 0 0;
            margin: 0 0 10px 0;
        }

        .hdr_content p {
            line-height: 1.3;
            font-size: 11pt;
            font-weight: 500;
            padding: 0 0 0 0;
            margin: 0 0 10px 0;
        }

    .bok-bg {
        float: left;
        width: 100%;
        z-index: 2;
        margin: 0 0 0 0;
        padding: 0 0 20px 0;
    }

    .bokonl-bg {
        float: left;
        width: 100%;
        z-index: 2;
        margin: 0 0 0 0;
        padding: 0 0 20px 0;
    }

    .hdr_bg {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        background-image: url(../images/hdr_bg.webp);
        background-position: 50% 50%;
        background-size: cover;
    }

    .flet_area {
        float: left;
        width: 100%;
        padding: 30px 0 20px 0;
    }

        .flet_area h1 {
            font-size: 20pt;
            margin: 0 0 0 0;
            line-height: 1.3;
        }

    .flet_grup {
        padding: 10px 0;
    }

    .flet_txt {
        font-size: 15pt;
        font-weight: 600;
        padding: 0 0 15px 0;
    }

    .info {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        border-radius: 10px;
        padding: 20px 20px 20px 20px;
        background-color: #000;
    }

    .abt_pnl h2 {
        color: #f58200;
        font-size: 23pt;
        font-weight: 600;
        line-height: 1.3;
        margin: 0 0 0 0;
        text-align: center;
    }

    .abt_pnl p {
        color: #fff;
        line-height: 1.8;
        text-align: center;
    }

    .abt_mor {
        color: #ffffff;
        margin: 0;
        margin-top: 0px;
        font-size: 11pt;
        margin-top: 40px;
        text-align: center;
    }

    .sht_serv_pnl h1 {
        color: #000;
        font-size: 23pt;
        font-weight: 600;
        text-align: center;
        margin: 0 0 0 0;
    }

    .sht_serv_grp {
        width: 100%;
        float: left;
        border-radius: 10px;
        margin: 15px 0 15px 0;
        border: 3px solid #f58200;
        padding: 15px 15px 30px 15px;
    }

    .sht_serv_ttl {
        font-size: 17pt;
    }

    .why_chos_lft {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .why_chos_rgt {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .why_chos_rgt h2 {
            font-size: 20pt;
            font-weight: 600;
            line-height: 1.3;
            margin: 10px 0 10px 0;
            text-align: left;
        }

        .why_chos_rgt h3 {
            font-size: 15pt;
            font-weight: 600;
            line-height: 1.3;
            margin: 0 0 10px 0;
            text-align: left;
        }

    .btmfix {
        width: 15%;
        float: left;
        z-index: 10;
        right: 10px;
        display: block;
        margin: 0 0 0 0;
        position: fixed;
        text-align: right;
        padding: 5px 0 7px 0;
        bottom: 20px !important;
    }

    .txfar_pnl {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
    }

    .txfar_pnl h2 {
        font-size: 20pt;
        line-height: 1.2;
        margin: 0 0 10px 0;
    }

    .txfar_lft {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
    }

    .txfar_rgt {
        float: left;
        width: 100%;
        padding: 10px 0 0 0;
    }

    .txfar_inr {
        float: left;
        width: 100%;
        padding: 13px;
    }

    .txfar_rgt_mtr {
        line-height: 1.3;
        text-align: left;
        padding: 10px 10px 0 10px;
    }

    .txfar_inrwht {
        float: left;
        width: 100%;
        padding: 0 0;
    }

    .cbchrg_area h3 {
        font-size: 20pt;
        line-height: 1.2;
        margin: 0 0 10px 0;
    }

    .cbchrg_rgt {
        width: 100%;
        float: left;
        padding: 30px 10px 30px 30px;
    }

    .cbchrg_lft {
        width: 100%;
        float: left;
        padding: 0 20px 0 0;
    }

    .cbchrg_rgt {
        width: 100%;
        float: left;
        border-radius: 15px;
        padding: 30px 15px 30px 15px;
        /*background-color: #eee;*/
        background-color: rgba(0, 0, 0, 0.4);
    }

    .cbchrg_ttl {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 15pt;
        text-align: left;
        font-weight: 700;
        padding: 0 0 20px 0;
    }

    .cbchrg_sbttl {
        width: 100%;
        float: left;
        font-size: 13pt;
        font-weight: 700;
        text-align: left;
        padding: 0 0 10px 0;
    }
}
