
body {
    text-align: center;
    margin: 0 auto;
    font-size: 11pt;
    font-family: 'Poppins', sans-serif;
}

.top-fl {
    float: left;
    width: 100%;
    z-index: 1;
    /*position: absolute;*/
    padding: 5px 0 5px 0;
}

.top-oth-fl {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    background-color: #004990;
    border-bottom: 2px dashed #316da6;
}

.in_mn_tp {
    float: left;
    width: 100%;
    display: none;
    padding: 10px 0 10px 0;
    background-color: #000;
}

.mn_tp {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.mn_logo {
    float: left;
    width: 10%;
    display: none;
}

.mn_cmpttl {
    float: left;
    width: 90%;
    margin: 35px 0 0 0;
}

.logo {
    width: 10%;
    float: left;
    margin: 0 0 0 0;
}

.phone {
    float: right;
    color: #fff;
    margin: 0 0 0 0;
}

    .phone a {
        width: 100%;
        float: left;
        color: #fff;
        line-height: 1.2;
        font-size: 13pt;
        font-weight: 600;
        text-align: center;
        border-radius: 30px;
        padding: 4px 25px 2px 25px;
        background-color: #4f3260;
        text-decoration: none;
    }

        .phone a:hover {
            color: #000;
            text-decoration: none;
            background-color: #d3dce3;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

    .phone span {
        font-size: 9pt;
        font-weight: 500;
    }

    .phone > a img {
        top: 7px;
        margin-top: 0;
    }

.menu_bar {
    width: 80%;
    float: left;
    margin: 0 0 0 0;
}

.menu_left {
    width: 28%;
    float: left;
    margin: 0 0 0 17%;
}

.menu_right {
    width: 40%;
    float: left;
    margin: 0 0 0 15%;
}

.book_area {
    display: none;
}

.blk-bg {
    float: left;
    width: 100%;
    z-index: 1;
    position: absolute;
    margin: 105px 0 0 0;
}

.sldr {
    width: 100%;
    float: left;
}

.caro_hgt {
    width: 100%;
    height: auto;
}

.head-ttl {
    width: 100%;
    float: left;
    font-size: 20pt;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    padding: 8px 0 8px 20px;
    text-align: center;
    /*text-shadow: 0 1px 1px rgba(0,0,0,.6);
	box-shadow: 0 3px 5px rgba(0,0,0,.6);*/
    font-family: 'OPen Sans', sans-serif;
}

.pge_hed {
    width: 100%;
    float: left;
    padding: 20px 0px 20px 0px;
    background-image: url(images/oth-hdr-bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .pge_hed h1 {
        font-size: 35pt;
        text-align: left;
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin: 120px 0 70px 0;
        text-transform: uppercase;
        font-family: 'M PLUS 1p', sans-serif;
    }

.gen_area {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: 50px 0px 50px 0px;
}

.all_heading {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #ddd;
}

    .all_heading h1 {
        font-size: 30pt;
        color: #222;
        font-family: 'M PLUS 1p', sans-serif;
    }

.book-bg {
    float: left;
    width: 100%;
    /*background-image: url(images/book-bg.png);
	background-repeat:repeat-y;*/
    margin: 0;
    padding: 20px 0 50px 0;
}

.book-ttl {
    text-align: center;
    margin: 0 auto;
    background-color: #004990;
    color: #fff;
    width: 30%;
    font-size: 23pt;
    font-weight: bold;
    padding: 5px 0 5px 0;
}

.book-data {
    float: left;
    width: 70%;
    margin: 0 15% 0 15%;
    padding: 0 0 10px 0;
    background-color: #000;
    background-color: rgba(0,0,0,.85);
}

.book-inner {
    float: left;
    width: 100%;
}

.book-hd {
    width: 44%;
    float: left;
    margin: 0 auto;
    padding: 5px 0 5px 20px;
    text-align: left;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12pt;
    margin-left: 3%;
    margin-right: 3%;
    background-color: #004990;
}

.hdr_pnl {
    width: 100%;
    float: left;
    height: 520px;
    margin: 0 0 0 0;
    background-image: url(images/hdr_bg.webp);
    background-position: 50% 0;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

.hdr_ttl {
    width: 50%;
    float: left;
    line-height: 1.2;
    font-size: 17pt;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    margin: 10% 0 0 0;
    padding: 0 0 0 300px;
    text-shadow: 2px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.hdr_cow {
    width: 35%;
    float: left;
    margin: 10% 0 0 5%;
}

.bx_area {
    width: 100%;
    float: left;
    margin: 30px 0 50px 0;
}

    .bx_area h1 {
        width: 100%;
        float: left;
        font-size: 25pt;
        text-align: center;
        font-weight: 600;
        margin: 0 0 20px 0;
        line-height: 1.3;
    }

.bx_tmb {
    width: 72%;
    float: left;
    margin: 0 14% 0 14%;
}

.bx_tmb1 {
    width: 84%;
    float: left;
    margin: 0 8% 0 8%;
}

.sliderrr {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.caro_hgt {
    height: 690px;
}

.chos {
    float: left;
    width: 100%;
    padding: 10px 0;
    background-color: #004990;
}

    .chos h1 {
        font-size: 25pt;
        text-align: center;
        color: #fff;
        font-weight: 400;
        margin: 0 0 0 0;
        line-height: 1.3;
        text-transform: uppercase;
        font-family: 'M PLUS 1p', sans-serif;
    }

.wel {
    float: left;
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #fff;
}

    .wel h1 {
        font-size: 28pt;
        text-align: left;
        color: #fff;
        font-weight: bold;
        margin: 0 0 10px 0;
        line-height: 1.3;
        font-family: 'M PLUS 1p', sans-serif;
    }

.wel-ttl {
    font-size: 14pt;
    font-weight: bold;
    color: #000;
}

.wel-data {
    width: 100%;
    float: left;
    padding: 20px 20px 19px 20px;
    background-color: #f6841f;
    border-left: 1px solid #ffd9b8;
}

    .wel-data p {
        color: #ffd9b8;
    }

.welc_more {
    width: 15%;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    font-size: 13pt;
    font-weight: bold;
}

    .welc_more a {
        float: left;
        padding: 13px 24px;
        background-color: #fff;
        color: #000;
        text-decoration: none;
        border: 2px solid #4684c1;
    }

        .welc_more a:hover {
            background-color: #4684c1;
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            opacity: 0.8;
        }

.other-hdr-bg {
    float: left;
    width: 100%;
    height: 400px;
    background-color: #e5efe0;
    margin: 0 0 50px 0;
    /*background-image: url(images/oth_header.jpg);
    background-position: 50% 0;
    background-size: cover;*/
}

    .other-hdr-bg h1 {
        float: left;
        width: 50%;
        color: #4f3260;
        font-size: 30pt;
        font-weight: 700;
        text-align: right;
        margin: 250px 0 0 0;
        /*text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;*/
    }

.other-hdr-pic {
    float: left;
    width: 15%;
    margin: 100px 0 0 50px;
    padding: 0 0 0 0;
    position: relative;
}

.subttl {
    color: #953100;
    font-size: 15pt;
    font-weight: 600;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0;
}

.prd_ttl {
    width: 100%;
    float: left;
    color: #953100;
    font-size: 17pt;
    font-weight: 700;
    text-align: left;
    margin: 0px 0 5px 0;
    padding: 0;
}

.prd_ttl_1 {
    width: 100%;
    float: left;
    color: #953100;
    font-size: 17pt;
    font-weight: 700;
    text-align: left;
    margin: 20px 0 5px 0;
    padding: 0;
}

.con_time h4 {
    color: #fff;
    font-size: 15pt;
    font-weight: 600;
    text-align: center;
    margin: 15px 0 15px 0;
}

.fleet_area {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
    background-color: #004990;
}

.flt_tmb {
    width: 96%;
    float: left;
    margin: 2% 2% 2% 2%;
    padding: 20px 10px;
    background-color: #fff;
}

.flet_thmb {
    width: 96%;
    float: left;
    margin: 3% 2% 3% 2%;
    padding: 0 0;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

.flet_thmb_hd {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 10px 0;
    background-color: #004990;
}

    .flet_thmb_hd h1 {
        color: #fff;
        font-size: 13pt;
        font-weight: 700;
        margin: 0 0 5px 0;
    }

    .flet_thmb_hd span {
        color: #ccc;
        font-size: 11pt;
    }

.flet_thmb_data {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 20px 0;
    border: 1px dashed #ddd;
}


.flt_tmb2 {
    width: 100%;
    float: left;
    padding: 20px 10px;
    margin: 0 0 0 0;
    border-right: 1px dashed #e5e5e5;
}

.flt_tmb3 {
    width: 100%;
    float: left;
    padding: 20px 10px;
    margin: 0 0 0 0;
}

.fleet_area h1 {
    font-size: 25pt;
    text-align: left;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'M PLUS 1p', sans-serif;
}

.yt_panel {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.entbtn {
    width: 20%;
    float: left;
    color: #ffffff;
    margin: 20px 40% 20px 40%;
    display: none;
}

    .entbtn a {
        color: #fff;
        font-size: 14pt;
        font-weight: 600;
        padding: 10px 25px;
        border-radius: 5px;
        text-decoration: none;
        background-color: #dc0001;
    }

        .entbtn a:hover {
            color: #fff;
            padding: 10px 25px;
            text-decoration: none;
            background-color: #004990;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.rgtfix {
    float: left;
    color: #fff;
    margin: 0;
    top: 350px;
    position: fixed;
    right: 0 !important;
    z-index: 10;
    display: block;
}

    .rgtfix a {
        color: #fff;
        font-size: 14pt;
        font-weight: 600;
        padding: 7px 10px 7px 20px;
        background-color: #d5151b;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

        .rgtfix a:hover {
            color: #fff;
            padding: 7px 20px 7px 20px;
            background-color: #ec373c;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.wel-bg {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
    background-color: #e5efe0;
}

    .wel-bg h1 {
        font-size: 25pt;
        text-align: left;
        color: #4f3260;
        font-weight: 600;
        margin: 0 0 5px 0;
        line-height: 1.3;
    }

.wel-lt {
    width: 100%;
    float: left;
    padding: 20px 50px 0 50px;
}

.wel-rt {
    width: 100%;
    float: left;
    padding: 0 30px 0 0;
}

.wel-bg p {
    color: #333;
    text-align: justify;
}

.wel-bg-mor {
    width: 100%;
    float: left;
    color: #ffffff;
    margin: 0 0 0 0;
    margin-top: 10px;
    font-size: 11pt;
    text-align: left;
}

    .wel-bg-mor a {
        color: #333;
        text-decoration: none;
        padding: 10px 20px;
        font-weight: 500;
        margin: 0 0 0 0;
        border-radius: 50px;
        border: 1px solid #fff;
        background-color: rgba(255, 255, 255, 0.48);
    }

        .wel-bg-mor a:hover {
            color: #000;
            background-color: #fff;
            text-decoration: none;
            padding: 10px 20px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.wel-clr {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    opacity: 0.9;
    padding: 50px;
}

.bag_pnl {
    width: 100%;
    float: left;
    margin: 30px 0 30px 0;
}

    .bag_pnl h2 {
        width: 100%;
        float: left;
        color: #4f3260;
        font-size: 22pt;
        font-weight: 600;
        line-height: 1.3;
        text-align: center;
        margin: 0 0 10px 0;
    }

.bag_grp {
    width: 80%;
    float: left;
    margin: 0 10% 0 10%;
}

.bag_img {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.bag_mor {
    width: 100%;
    float: left;
    font-size: 11pt;
    margin-top: 30px;
}

    .bag_mor a {
        color: #333;
        margin: 0 0 0 0;
        font-weight: 500;
        padding: 7px 25px;
        border-radius: 50px;
        text-decoration: none;
        border: 1px solid #ccc;
        background-color: #f9f9f9;
    }

        .bag_mor a:hover {
            color: #000;
            background-color: #ccc;
            text-decoration: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

.prd_grp {
    width: 100%;
    float: left;
    margin: 0 0 25px 0;
}

.prd_hd {
    width: 100%;
    float: left;
    color: #ba0f0f;
    font-size: 18pt;
    font-weight: 600;
    margin: 0 0 15px 0;
    text-align: center;
}

.txt {
    color: #333;
}

.bag_area {
    width: 80%;
    float: left;
    padding: 0 0 0 0;
    margin: 0 10% 0 10%;
}

.enboost_ttl {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 20pt;
    font-weight: 600;
    padding: 5px;
    margin: 0 0 0 0;
    text-align: center;
    background-color: #606060;
}

.enboost_data {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-color: #e6e7e9;
    padding: 30px 30px 30px 30px;
    background-image: url(images/milk_bg.webp);
    background-position: 50% 0;
    background-size: cover;
}

.enboost_pic {
    width: 50%;
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.enboost_tbl {
    width: 50%;
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.enboost_tblhd {
    color: #fff;
    font-weight: 600;
    background-color: #606060;
}

.bag3_ttl {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 20pt;
    font-weight: 600;
    padding: 5px;
    margin: 0 0 0 0;
    text-align: center;
    background-color: #e2b436;
}

.bag3_data {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-color: #fef9af;
    padding: 30px 30px 30px 30px;
    background-image: url(images/milk_bg.webp);
    background-position: 50% 0;
    background-size: cover;
}

.bag_pic {
    width: 50%;
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.bag_tbl {
    width: 50%;
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.bag3_tblhd {
    color: #fff;
    font-weight: 600;
    background-color: #8c703a;
}

.bag5_ttl {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 20pt;
    font-weight: 600;
    padding: 5px;
    margin: 0 0 0 0;
    text-align: center;
    background-color: #0098da;
}

.bag5_data {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-color: #b6e4fb;
    padding: 30px 30px 30px 30px;
    background-image: url(images/milk_bg.webp);
    background-position: 50% 0;
    background-size: cover;
}

.bag5_tblhd {
    color: #fff;
    font-weight: 600;
    background-color: #07688e;
}

.bag8_ttl {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 20pt;
    font-weight: 600;
    padding: 5px;
    margin: 0 0 0 0;
    text-align: center;
    background-color: #f58734;
}

.bag8_data {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-color: #fdd5b9;
    padding: 30px 30px 30px 30px;
    background-image: url(images/milk_bg.webp);
    background-position: 50% 0;
    background-size: cover;
}

.bag8_tblhd {
    color: #fff;
    font-weight: 600;
    background-color: #8b7039;
}

.bag10_ttl {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 20pt;
    font-weight: 600;
    padding: 5px;
    margin: 0 0 0 0;
    text-align: center;
    background-color: #77438d;
}

.bag10_data {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-color: #ecd4e0;
    padding: 30px 30px 30px 30px;
    background-image: url(images/milk_bg.webp);
    background-position: 50% 0;
    background-size: cover;
}

.bag10_tblhd {
    color: #fff;
    font-weight: 600;
    background-color: #4f3260;
}

.calf_tblhd {
    color: #fff;
    font-weight: 600;
    background-color: #8bae30;
}

.calf_ttl {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 20pt;
    font-weight: 600;
    padding: 5px;
    margin: 0 0 0 0;
    text-align: center;
    background-color: #8bae30;
}

.calf_data {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-color: #e7eed4;
    padding: 30px 30px 30px 30px;
    background-image: url(images/milk_bg.webp);
    background-position: 50% 0;
    background-size: cover;
}

.heif_tblhd {
    color: #fff;
    font-weight: 600;
    background-color: #a35e4e;
}

.heif_ttl {
    width: 100%;
    float: left;
    color: #fff;
    padding: 5px;
    margin: 0 0 0 0;
    font-size: 20pt;
    font-weight: 600;
    text-align: center;
    background-color: #a35e4e;
}

.heif_data {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-color: #efe1de;
    padding: 30px 30px 30px 30px;
    background-image: url(images/milk_bg.webp);
    background-position: 50% 0;
    background-size: cover;
}

.trans_tblhd {
    color: #fff;
    font-weight: 600;
    background-color: #52658d;
}

.trans_ttl {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 20pt;
    font-weight: 600;
    padding: 5px;
    margin: 0 0 0 0;
    text-align: center;
    background-color: #52658d;
}

.trans_data {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    background-color: #ced2de;
    padding: 30px 30px 30px 30px;
    background-image: url(images/milk_bg.webp);
    background-position: 50% 0;
    background-size: cover;
}

.lt_icons {
    width: 50px;
    float: left;
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 99999;
}

.hwcan_area {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
}

.hwcan_data {
    width: 60%;
    float: left;
    border-radius: 10px;
    margin: 0 20% 0 20%;
    background-color: #f9ecce;
    padding: 40px 40px 20px 40px;
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

.hwcan_lft {
    width: 40%;
    float: left;
    font-size: 15pt;
    font-weight: 600;
    text-align: right;
    margin: 0 0 0 0;
    padding: 40px 20px 0 0;
}

.hwcan_rgt {
    width: 60%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.srv_bg {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
    /*background-color: #fafafa;
    border-top: 1px solid #eee; */
    background-image: url(images/must_seeds_bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .srv_bg h1 {
        font-size: 30pt;
        text-align: left;
        color: #953100;
        font-weight: 700;
        margin: 0 0 20px 0;
        text-align: center;
        text-transform: uppercase;
        font-family: 'M PLUS 1p', sans-serif;
    }

.srv_box {
    width: 90%;
    float: left;
    margin: 15px 5%;
    padding: 20px 15px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
}

.srv_box_a {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: center;
}

.srv_box_b {
    width: 100%;
    float: left;
    margin: 0;
    padding: 5px 0 5px 0;
    background-color: #0c555b;
}

.srv_box h3 {
    color: #fff;
    font-size: 10pt;
    margin: 0 0 0 0;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
}

.srv_box span {
    color: #eed02b;
}

.srv_box h4 {
    color: #004990;
    font-weight: 600;
    font-size: 16pt;
    margin: 10px 0 0 0;
    text-align: center;
}

.srv_box_c {
    width: 100%;
    float: left;
    padding: 0;
    color: #666;
    line-height: 1.7;
    text-align: center;
    margin: 10px 0 10px 0;
}

.bene_area {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
}

    .bene_area h1 {
        font-size: 30pt;
        text-align: left;
        color: #953100;
        font-weight: 700;
        margin: 0 0 20px 0;
        text-align: center;
        text-transform: uppercase;
        font-family: 'M PLUS 1p', sans-serif;
    }

.bene_box_1 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
    background-color: #6bbae9;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.bene_box_2 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
    background-color: #bb363f;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.bene_box_3 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
    background-color: #8cbb31;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.bene_box_4 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
    background-color: #953100;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.bene_box_5 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
    background-color: #8000ff;
    border-right: 2px solid #fff;
}

.bene_box_6 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
    background-color: #003366;
    border-right: 2px solid #fff;
}

.bene_box_7 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
    background-color: #e956db;
    border-right: 2px solid #fff;
}

.bene_box_8 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 40px 0 40px 0;
    background-color: #0c555b;
    border-right: 2px solid #fff;
}

.bene_box_img {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.bene_box_txt {
    width: 100%;
    float: left;
    color: #fff;
    font-weight: 600;
    margin: 10px 0 0 0;
}

.hpy {
    width: 100%;
    float: left;
    padding: 0;
}

.hpy_lft {
    width: 100%;
    float: left;
    background-color: #ddd;
    padding: 30px 0 30px 50px;
}

.hpy_rgt {
    width: 100%;
    float: left;
    padding: 30px 50px 30px 30px;
    background-color: #f5f5f5;
}

.serv_data {
    width: 100%;
    float: left;
    padding: 0 25px 25px 0;
    color: #333;
    text-align: left;
    font-size: 18pt;
}

    .serv_data ul {
        margin: 20px 0 20px 0;
        padding: 0;
        list-style: none;
    }

    .serv_data li {
        margin: 0 0 0 30px;
        padding: 4px 0 4px 0;
        list-style-image: url(images/serv_icon.png);
        border-bottom: 1px solid #fff;
    }

.drive {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(images/drv.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    background-attachment: fixed;
}

    .drive h1 {
        font-size: 25pt;
        font-weight: 700;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
        color: #fff;
        line-height: 1.3;
        text-transform: uppercase;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .drive p {
        font-size: 15pt;
        margin: 10px 0 30px 0;
        padding: 0;
        text-align: center;
        color: #ccc;
        line-height: 35px;
        font-weight: 300;
        text-transform: uppercase;
    }

        .drive p a {
            color: #fff;
            font-size: 30pt;
            font-weight: 700;
        }


.drivebtn {
    background-color: #3498db;
    color: #fff;
    text-decoraion: none;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 14pt;
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}

    .drivebtn a {
        color: #fff;
    }

.homepage_slider {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

.sldr_mar {
    margin-top: 120px;
}

.sldr_fnt {
    font-size: 13pt;
    color: #fff;
    line-height: 25px;
}

.genl {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px 0 20px 0;
    opacity: 0.8;
}

.contact_area {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
    background-color: #ddd;
}

    .contact_area a {
        color: #444;
    }

        .contact_area a:hover {
            color: #000;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

    .contact_area h1 {
        font-size: 30pt;
        font-weight: 700;
        margin: 20px 0 5px 0;
        text-align: left;
        color: #004990;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .contact_area p {
        font-size: 17pt;
        font-weight: 100;
        margin: 0 0 5px 0;
        text-align: left;
        color: #004990;
    }

.cont_pnl {
    width: 100%;
    float: left;
    padding: 30px 0 30px 0;
    background-color: #fff;
}

    .cont_pnl a {
        color: #444;
    }

        .cont_pnl a:hover {
            color: #000;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.ser_area_oth {
    width: 100%;
    float: left;
    padding: 40px 0;
    margin: 0;
    background-color: #fafafa;
}

.ser_oth_img {
    width: 100%;
    float: left;
    border: 5px solid #e5e5e5;
}

.ser_oth_data {
    width: 100%;
    float: left;
    background-color: #e5e5e5;
    text-align: center;
    padding: 0 0 5px 0;
    font-size: 13pt;
    color: #004990;
    font-weight: 600;
    margin-bottom: 20px;
}

.con_lft {
    width: 35%;
    float: left;
    margin: 0 0 20px 0;
    padding: 30px;
    background-color: #000;
}

.con_lft_hd {
    width: 100%;
    float: left;
    padding: 0;
    text-align: left;
    margin: 10px 0 5px 0;
    font-size: 20pt;
    font-weight: 700;
    color: #fff;
}

.con_subhd {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    color: #000;
    font-size: 22pt;
    font-weight: 700;
    letter-spacing: 1px;
}

.con_rgt {
    width: 65%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 30px;
}

.con_grp {
    width: 100%;
    float: left;
    margin: 30px 0 30px 0;
    padding: 0;
}

.con_grp_l {
    width: 20%;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;
}

.con_grp_r {
    width: 80%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.con_grp_ra {
    width: 100%;
    float: left;
    margin: 0 0 3px 0;
    padding: 0;
    font-size: 12pt;
    text-align: left;
    color: #fff;
    font-weight: 600;
}

.con_grp_rb {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0;
    color: #999;
    text-align: left;
}

    .con_grp_rb a {
        color: #999;
    }

        .con_grp_rb a:hover {
            color: #fff;
        }

.arpt {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(images/airp_trans.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    border-top: 2px solid #fff;
}

.arpt_inr {
    width: 60%;
    margin: 0 auto;
    background-color: #fff;
    opacity: 0.8;
    padding: 50px;
    border: 5px solid #222;
}

.arpt h1 {
    font-size: 30pt;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: center;
    color: #004990;
    text-transform: uppercase;
    font-family: 'M PLUS 1p', sans-serif;
}

.arpt p {
    font-size: 13pt;
    margin: 0 0 0 0;
    padding: 0;
    text-align: center;
    color: #666;
    line-height: 30px;
    font-weight: 100;
}

.prior {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
    background-color: #fff;
}

    .prior h1 {
        font-size: 30pt;
        font-weight: 700;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
        color: #222;
        text-transform: uppercase;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .prior p {
        font-size: 13pt;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
        color: #666;
        line-height: 30px;
        font-weight: 100;
    }

.termi {
    width: 100%;
    margin: 0 auto;
}

.all_main {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #fff;
}

    .all_main h3 {
        font-size: 15pt;
        font-weight: 500;
        text-align: left;
        padding: 0 0 0 0;
    }

.why_us {
    float: left;
    width: 100%;
    padding: 40px 0 30px 0;
    background-color: #f9f9f9;
}

    .why_us h1 {
        color: #0d565c;
        font-size: 30pt;
        text-align: left;
        font-weight: 700;
        margin: 0 0 25px 0;
        text-align: center;
        text-transform: uppercase;
        font-family: 'M PLUS 1p', sans-serif;
    }

.why_us_grp {
    width: 94%;
    float: left;
    padding: 10%;
    margin: 0 3%;
    border-right: 2px solid #eee;
}

.why_us_grp1 {
    width: 94%;
    float: left;
    padding: 10%;
    margin: 0 3%;
    border-right: 0;
}

.why_us_pic {
    width: 100%;
    float: left;
    text-align: center;
}

.why_us_ttl {
    width: 100%;
    float: left;
    color: #111;
    font-size: 15pt;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 10px 0;
}

.why_us_txt {
    width: 100%;
    float: left;
    color: #444;
    line-height: 1.5;
    text-align: center;
}

.testm_bg {
    width: 100%;
    float: left;
    padding: 50px 0 50px 0;
    margin: 0 0 0 0;
    /*background-color: #f7f7f7;*/
    background-image: url(images/mustard_oil_bg.jpg);
    background-position: 50% 0;
    background-size: cover;
}

    .testm_bg h1 {
        font-size: 30pt;
        text-align: left;
        color: #111;
        font-weight: 700;
        margin: 0 0 25px 0;
        text-align: center;
        text-transform: uppercase;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .testm_bg span {
        color: #fff;
        font-weight: 300;
    }

.testm_grp {
    width: 94%;
    float: left;
    padding: 10%;
    margin: 0 3%;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 2px 4px 5px 1px rgba(0,0,0,0.2);
}

    .testm_grp p {
        width: 100%;
        float: left;
        margin: 0;
        color: #333;
        line-height: 1.7;
    }

.testm_mor {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
    padding: 10px 0 10px 0;
    color: #0c555b;
    font-weight: 700;
    text-align: center;
    font-size: 13pt;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    font-family: 'Rajdhani', sans-serif;
}

.bott-full {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 30px 0 30px 0;
    background-color: #e5ecf3;
}

.bt-pic {
    float: left;
    width: 25%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.bt-data {
    float: left;
    width: 75%;
    margin: 0 0 0 0;
    padding: 50px 60px 50px 50px;
}

.bt-ttl {
    float: left;
    width: 100%;
    font-size: 18pt;
    font-weight: 600;
    text-align: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.bt-cont {
    float: left;
    width: 80%;
    margin: 0 0 0 0;
    padding: 20px 0 20px 50px;
    border-left: 1px solid #ccc;
}

.bt-mak {
    float: left;
    width: 20%;
    margin: 0 0 0 0;
    padding: 150px 0 0 0;
}

.bt-hd {
    float: left;
    width: 100%;
    color: #333;
    text-align: left;
    font-weight: 500;
    font-size: 12pt;
    margin: 0 0 5px 0;
}

.bt-txt {
    color: #444;
}

.bt-b2 {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    line-height: 30px;
}

    .bt-b2 a {
        color: #999;
        text-decoration: none;
    }

        .bt-b2 a:hover {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            opacity: 1;
        }

.bt-c2 {
    float: left;
    width: 100%;
    text-align: left;
    color: #999;
    line-height: 28px;
}

    .bt-c2 a {
        color: #999;
        text-decoration: none;
    }

        .bt-c2 a:hover {
            color: #fff;
            text-decoration: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            opacity: 1;
        }

.bt-d2 {
    float: left;
    width: 100%;
    color: #444;
    text-align: left;
}

    .bt-d2 a {
        color: #444;
        text-decoration: none;
    }

        .bt-d2 a:hover {
            color: #000;
            text-decoration: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            opacity: 1;
        }

    .bt-d2 p {
        text-align: left;
        line-height: 18px;
        margin: 5px 0 15px 0;
    }

.bt-grn {
    color: #7ab44c;
    font-weight: 600;
}

.bt-nme {
    width: 100%;
    float: left;
    color: #4f3260;
    font-weight: 600;
    font-size: 17pt;
    margin: 0 0 5px 0;
    text-align: left;
    text-transform: uppercase;
}

.bt-comn {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

.bt-fss {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0;
}

.footer {
    width: 100%;
    float: left;
    background: #d3dce3;
    padding: 25px 0 25px 0;
}

.ftr-lnk {
    float: left;
    width: 100%;
    color: #444;
    text-align: center;
}

    .ftr-lnk a {
        color: #444;
        text-decoration: none;
    }

        .ftr-lnk a:hover {
            color: #000;
            text-decoration: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            -o-transition: all .5s ease;
            opacity: 1;
        }

    .ftr-lnk ul {
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 20px;
    }

    .ftr-lnk li {
        padding: 0 10px 0 0;
        display: inline;
    }

.ftr-lt ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 20px;
}

.ftr-lt li {
    padding: 0 10px 0 0;
    display: inline;
}

.ftr-lt {
    width: 100%;
    float: left;
    text-align: center;
    width: 100%;
    color: #444;
}

    .ftr-lt a {
        color: #444;
        text-decoration: none;
    }

        .ftr-lt a:hover {
            color: #000;
            text-decoration: none;
        }

.ftr-rt {
    width: 100%;
    float: left;
    color: #444;
    text-align: center;
    width: 100%;
    margin: 5px 0 0 0;
}

    .ftr-rt a {
        color: #444;
        text-decoration: none;
    }

        .ftr-rt a:hover {
            color: #000;
            text-decoration: none;
        }











@media (max-width:480px) {

    .top-fl {
        float: left;
        width: 100%;
        padding: 5px 0 5px 0;
    }

    .logo {
        float: left;
        width: 37%;
        margin: 0;
        text-align: center;
    }

    .phone {
        width: 60%;
        float: right;
        margin: -80px 0 0 0;
    }

        .phone a {
            width: auto;
            float: right;
            color: #fff;
            line-height: 1.2;
            font-size: 12pt;
            font-weight: 600;
            text-align: center;
            border-radius: 30px;
            padding: 4px 15px 2px 15px;
            background-color: #4f3260;
            text-decoration: none;
        }

        .phone span {
            font-size: 8pt;
            font-weight: 500;
        }

        .phone > a img {
            top: 7px;
            margin: 0;
        }

    .book-ttl {
        width: 55%;
        font-size: 17pt;
    }

    .wel h1 {
        font-size: 20pt;
        text-align: center;
    }

    .ftr-lt {
        float: left;
        text-align: center;
    }

    .ftr-rt {
        float: left;
        text-align: center;
        width: 100%;
        margin: 2px 0 0 0;
    }

    .hedr-bg h1 {
        font-size: 20pt;
        color: #fff;
        font-weight: bold;
        margin-top: 40px;
    }

    .tp-rgt {
        width: 100%;
        float: left;
    }

    .eml {
        font-size: 11pt;
    }

    .mnavi {
        width: 20%;
        float: left;
        margin-left: 115px;
        margin-right: -150px;
        margin-top: 10px;
        font-size: 15pt;
        display: block;
        font-weight: bold;
    }

    .hpy_lft {
        width: 100%;
        float: left;
        padding: 30px 15px 30px 15px;
    }

    .hpy_rgt {
        width: 100%;
        float: left;
        padding: 30px 15px 30px 15px;
    }

    .serv_data {
        padding: 0 0 25px 0;
        text-align: left;
        font-size: 15pt;
    }

        .serv_data ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .serv_data li {
            margin: 0 0 0 30px;
            padding: 4px 0 4px 0;
            list-style-image: url(images/serv_icon.png);
            border-bottom: 1px solid #fff;
        }

    .srv_bg {
        width: 100%;
        float: left;
        padding: 20px 10px 30px 10px;
    }

        .srv_bg h1 {
            font-size: 20pt;
            text-align: center;
            line-height: 1.2;
            margin: 0 0 5px 0;
        }

    .sldr_mar {
        margin-top: 180px;
    }

    .contact_area p {
        font-size: 13pt;
        line-height: 1.2;
        text-align: center;
    }

    .contact_area h1 {
        font-size: 30pt;
        font-weight: 700;
        margin: 0 0 5px 0;
        text-align: center;
        color: #004990;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .head-ttl {
        width: 90%;
        font-size: 17pt;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        /*text-shadow: 0 1px 1px rgba(0,0,0,.6);*/
    }

    .wel-data {
        width: 100%;
        float: left;
        padding: 30px 20px 30px 20px;
        background-color: #f6841f;
        border-top: 1px solid #ffd9b8;
    }

    .menu_bar {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }

    .menu_left {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .menu_right {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .fleet_area h1 {
        font-size: 20pt;
        text-align: center;
        line-height: 1.2;
    }

    .fleet_area {
        width: 100%;
        float: left;
        padding: 50px 0 30px 0;
    }

    .flt_tmb {
        padding: 0 15px;
    }

    .wel-clr {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        opacity: 0.9;
        padding: 15px;
    }

    .arpt {
        width: 100%;
        float: left;
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: url(images/airp_trans.jpg);
        background-position: 63% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0;
        border-top: 2px solid #fff;
    }

    .arpt_inr {
        width: 100%;
        margin: 0 auto;
        background-color: #fff;
        opacity: 0.8;
        padding: 20px;
        border: 5px solid #222;
    }

    .arpt h1 {
        font-size: 20pt;
        font-weight: 700;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
        color: #004990;
        text-transform: uppercase;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .arpt p {
        font-size: 13pt;
        margin: 0 0 0 0;
        padding: 0;
        text-align: center;
        color: #666;
        line-height: 30px;
        font-weight: 100;
    }

    .prior h1 {
        font-size: 17pt;
        margin: 0 0 5px 0;
        line-height: 1.3;
    }

    .prior p {
        font-size: 13pt;
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center;
        color: #666;
        line-height: 1.4;
        font-weight: 100;
    }

    .termi {
        width: 100%;
        margin: 0 auto;
    }

    .book-hd {
        width: 92%;
        float: left;
        padding: 0 10px 0 10px;
        margin: 1% 4% 1% 4%;
        color: #fff;
        font-size: 11pt;
        text-align: left;
        line-height: 1.8;
    }

    .flt_tmb {
        width: 92%;
        float: left;
        border-right: 0;
        border-bottom: 0;
        margin: 3% 4% 3% 4%;
        padding: 20px 0;
        background-color: #fff;
    }

    .flt_tmb1 {
        border-bottom: 0;
    }

    .flt_tmb2 {
        width: 100%;
        float: left;
        padding: 0 10px;
        margin: 0 0 0 0;
        border-right: 0;
    }

    .flt_tmb3 {
        width: 100%;
        float: left;
        padding: 0 10px;
        margin: 0 0 20px 0;
    }

    .testi_grp {
        width: 100%;
        float: left;
        margin: 20px 0 20px 0;
        padding: 20px;
        border: 1px dashed #ccc;
        background-color: #f7f7f7;
    }

    .testi h1 {
        font-size: 20pt;
        font-weight: 700;
        margin: 0 0 35px 0;
        padding: 0;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .testi {
        height: 450px;
        padding: 50px 0 0 0;
    }

    .sldr_fnt {
        font-size: 12pt;
        color: #fff;
        line-height: 22px;
    }

    .book-data {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 20px 0;
        background-color: #000;
        opacity: 1;
    }

    .pge_hed h1 {
        font-size: 28pt;
        text-align: left;
        color: #fff;
        font-weight: bold;
        text-align: center;
        margin: 200px 0 50px 0;
        text-transform: uppercase;
        font-family: 'M PLUS 1p', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.6);
    }

    .book-inner {
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
    }

    .book_area {
        width: 100%;
        float: left;
        position: fixed;
        bottom: 0;
        z-index: 1;
        display: block;
    }

    .book_mor {
        color: #ffffff;
        margin: 0 0 0 0;
        font-size: 14pt;
        z-index: 1;
        text-align: left;
        text-transform: uppercase;
        font-family: 'Rajdhani', sans-serif;
    }

        .book_mor a {
            width: 49%;
            float: left;
            color: #fff;
            text-decoration: none;
            padding: 3px 12px;
            font-weight: 600;
            margin: 0 0.5% 0 0.5%;
        }

            .book_mor a:hover {
                color: #222;
                text-decoration: none;
                padding: 5px 12px;
                /*background-color:#ddd;
	border: 1px solid #666;
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;*/
            }

    .book_mor_1 {
        color: #ffffff;
        margin: 0 0 0 0;
        font-size: 14pt;
        z-index: 1;
        text-align: right;
        text-transform: uppercase;
        font-family: 'Rajdhani', sans-serif;
    }

        .book_mor_1 a {
            width: 49%;
            float: left;
            color: #fff;
            text-decoration: none;
            padding: 3px 12px;
            font-weight: 600;
            margin: 0 0.5% 0 0.5%;
        }

            .book_mor_1 a:hover {
                color: #222;
                text-decoration: none;
                padding: 5px 12px;
                /*background-color:#ddd;
	border: 1px solid #666;
	-webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;*/
            }

    .blk-bg {
        float: left;
        width: 100%;
        z-index: 0;
        position: absolute;
        margin: 180px 0 0 0;
        background-color: #000;
    }

    .chos {
        float: left;
        width: 100%;
        padding: 10px 0;
        margin: 860px 0 0 0;
        background-color: #004990;
    }

        .chos h1 {
            font-size: 18pt;
            text-align: center;
            color: #fff;
            font-weight: 400;
            margin: 0 0 0 0;
            line-height: 1.3;
            text-transform: uppercase;
            font-family: 'M PLUS 1p', sans-serif;
        }

    .wel-bg {
        width: 100%;
        float: left;
        padding: 20px 0 40px 0;
    }

        .wel-bg h1 {
            font-size: 20pt;
            line-height: 1.1;
            text-align: center;
            margin: 10px 0 5px 0;
        }

        .wel-bg span {
            font-size: 15pt;
            color: #0c555b;
        }

    .wel-pic {
        width: 70%;
        float: left;
        margin: 0 15% 0 15%;
    }

    .wel-bg p {
        color: #333;
        text-align: justify;
    }

    .wel-bg-mor {
        width: 40%;
        float: left;
        margin: 0 30% 0 30%;
        margin-top: 10px;
    }

    .bt-b2 {
        margin: 0 0 20px 0;
    }

    .bt-c2 {
        margin: 0 0 20px 0;
    }

    .srv_box {
        width: 48%;
        float: left;
        background-color: #fff;
        padding: 20px 15px;
        margin: 5px 1%;
        border: 1px solid #ebebeb;
    }

        .srv_box h3 {
            font-size: 10pt;
        }

        .srv_box h4 {
            font-size: 14pt;
        }

    .flet_thmb {
        width: 92%;
        float: left;
        margin: 3% 4% 3% 4%;
        padding: 0 0;
        box-shadow: 0 3px 5px rgba(0,0,0,.2);
    }

    .con_1 {
        font-size: 12pt;
    }

    .con_2 {
        font-size: 17pt;
    }

    .con_grp {
        width: 100%;
        float: left;
        margin: 10px 0 10px 0;
        padding: 40px 10px 30px 10px;
    }



    .drive {
        width: 100%;
        float: left;
        padding-top: 100px;
        padding-bottom: 100px;
        background-image: url(images/drv.jpg);
        background-position: 57% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        margin: 0;
        background-attachment: fixed;
    }

        .drive h1 {
            font-size: 20pt;
        }

        .drive p {
            font-size: 13pt;
        }

            .drive p a {
                font-size: 25pt;
            }

    .book-bg {
        float: left;
        width: 100%;
        /*background-image: url(images/book-bg.png);
	background-repeat:repeat-y;*/
        margin: 0;
        padding: 40px 0 50px 0;
    }

    .bene_area {
        width: 100%;
        float: left;
        padding: 30px 0 30px 0;
    }

        .bene_area h1 {
            font-size: 20pt;
            margin: 0 0 10px 0;
        }

    .bene_box_1 {
        width: 50%;
        float: left;
        height: 172px;
        margin: 0 0 0 0;
        background-color: #6bbae9;
        padding: 20px 5px 20px 5px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .bene_box_2 {
        width: 50%;
        float: left;
        height: 172px;
        margin: 0 0 0 0;
        border-right: 0;
        background-color: #bb363f;
        padding: 20px 5px 20px 5px;
        border-bottom: 2px solid #fff;
    }

    .bene_box_3 {
        width: 50%;
        float: left;
        height: 172px;
        margin: 0 0 0 0;
        padding: 20px 5px 20px 5px;
        background-color: #8cbb31;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .bene_box_4 {
        width: 50%;
        float: left;
        height: 172px;
        margin: 0 0 0 0;
        border-right: 0;
        background-color: #953100;
        padding: 20px 5px 20px 5px;
        border-bottom: 2px solid #fff;
    }

    .bene_box_5 {
        width: 50%;
        float: left;
        height: 172px;
        margin: 0 0 0 0;
        padding: 20px 5px 20px 5px;
        background-color: #8000ff;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .bene_box_6 {
        width: 50%;
        float: left;
        height: 172px;
        margin: 0 0 0 0;
        border-right: 0;
        background-color: #003366;
        padding: 20px 5px 20px 5px;
        border-bottom: 2px solid #fff;
    }

    .bene_box_7 {
        width: 50%;
        float: left;
        height: 172px;
        margin: 0 0 0 0;
        padding: 20px 5px 20px 5px;
        background-color: #e956db;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .bene_box_8 {
        width: 50%;
        float: left;
        height: 172px;
        border-right: 0;
        margin: 0 0 0 0;
        padding: 20px 5px 20px 5px;
        background-color: #0c555b;
        border-bottom: 2px solid #fff;
    }

    .testm_bg {
        padding: 30px 0 20px 0;
    }

        .testm_bg h1 {
            font-size: 20pt;
            margin: 0 0 10px 0;
        }

    .testm_grp {
        width: 100%;
        float: left;
        padding: 5%;
        margin: 0 0 15px 0;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 2px 4px 5px 1px rgba(0,0,0,0.2);
    }

    .why_us {
        float: left;
        width: 100%;
        padding: 30px 0 30px 0;
    }

        .why_us h1 {
            font-size: 20pt;
            margin: 0 0 0 0;
        }

    .why_us_grp {
        width: 100%;
        float: left;
        margin: 0;
        padding: 5%;
        border-right: 0;
        border-bottom: 2px solid #eee;
    }

    .why_us_grp1 {
        width: 100%;
        float: left;
        margin: 0;
        padding: 5%;
    }

    .why_us_ttl {
        font-size: 13pt;
    }

    .bt-fss {
        text-align: left;
    }

    .other-hdr-bg h1 {
        font-size: 25pt;
        margin: 70px 0 70px 0;
    }

    .bx_area {
        width: 100%;
        float: left;
        margin: 20px 0 20px 0;
    }

        .bx_area h1 {
            font-size: 20pt;
            margin: 0 0 10px 0;
            line-height: 1.1;
        }

    .bx_tmb {
        width: 90%;
        float: left;
        margin: 20px 5% 20px 5%;
    }

    .wel-rt {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
    }

    .bag_area {
        width: 100%;
        float: left;
        margin: 30px 0 10px 0;
    }

        .bag_area h2 {
            font-size: 18pt;
            line-height: 1.3;
            margin: 0 0 30px 0;
        }

    .bag_grp {
        width: 80%;
        float: left;
        margin: 0 10% 40px 10%;
    }

    .bag_mor {
        margin-top: 20px;
    }

    .bt-pic {
        float: left;
        width: 40%;
        margin: 0 30% 0 30%;
        padding: 0 0 0 0;
    }

    .bt-data {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 30px 10px 0 10px;
    }

    .bt-ttl {
        float: left;
        width: 100%;
        font-size: 14pt;
        font-weight: 600;
        text-align: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .bt-cont {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 20px 10px 20px 10px;
        border-left: 0;
        border-top: 1px solid #ccc;
    }

    .bt-hd {
        font-size: 11pt;
    }

    .bt-nme {
        width: 100%;
        float: left;
        font-size: 13pt;
        margin: 0 0 5px 0;
        text-align: left;
    }

    .bt-mak {
        float: left;
        width: 40%;
        margin: 0 30% 0 30%;
        padding: 0 0 0 0;
    }

    .hdr_ttl {
        width: 100%;
        float: left;
        font-size: 14pt;
        line-height: 1.2;
        text-align: center;
        margin: 42% 0 0 0;
        padding: 0 10px 0 10px;
    }

    .hdr_cow {
        width: 83%;
        float: left;
        margin: 5% 0 10% 14%;
    }

    .other-hdr-bg {
        float: left;
        width: 100%;
        height: 400px;
        background-color: #e5efe0;
        margin: 0 0 0 0;
    }

        .other-hdr-bg h1 {
            float: left;
            width: 100%;
            font-size: 20pt;
            text-align: center;
            margin: 50px 0 0 0;
        }

    .other-hdr-pic {
        float: left;
        width: 40%;
        margin: 30px 30% 0 30%;
        padding: 0 0 0 0;
        position: relative;
    }

    .con_lft {
        width: 100%;
        float: left;
        padding: 20px 20px 20px 15px;
        margin: 0 0 0 0;
        background-color: #0e0e0e;
    }

    .con_lft_hd {
        width: 100%;
        float: left;
        padding: 0;
        color: #fff;
        font-size: 15pt;
        font-weight: 600;
        text-align: left;
        margin: 10px 0 5px 0;
    }

    .con_rgt {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
        margin: 20px 0 0 0;
    }

    .con_1 {
        font-size: 12pt;
    }

    .con_2 {
        font-size: 17pt;
    }

    .con_grp {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
        border-right: 0;
    }

    .con_grp_l {
        width: 25%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: left;
    }

    .con_grp_r {
        width: 75%;
        float: left;
        margin: 0;
        padding: 0;
    }

    .con_subhd {
        width: 100%;
        float: left;
        font-size: 17pt;
        padding: 0 0 0 0;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 0 20px 0;
        text-align: center;
        letter-spacing: 1px;
    }

    .bag_area {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .enboost_ttl {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 20pt;
        font-weight: 600;
        padding: 5px;
        margin: 0 0 0 0;
        text-align: center;
        background-color: #606060;
    }

    .enboost_data {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        background-color: #e6e7e9;
        padding: 30px 10px 30px 10px;
        background-image: url(images/milk_bg.webp);
        background-position: 50% 0;
        background-size: cover;
    }

    .enboost_pic {
        width: 80%;
        float: left;
        padding: 0 0 0 0;
        text-align: center;
        margin: 0 10% 10px 10%;
    }

    .enboost_tbl {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

    .bag3_data {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 30px 10px 30px 10px;
    }

    .bag_pic {
        width: 80%;
        float: left;
        padding: 0 0 0 0;
        text-align: center;
        margin: 0 10% 10px 10%;
    }

    .bag_tbl {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .bag5_data {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 30px 10px 30px 10px;
    }

    .bag8_data {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 30px 10px 30px 10px;
    }

    .bag10_data {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 30px 10px 30px 10px;
    }

    .calf_data {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 30px 10px 30px 10px;
    }

    .heif_data {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 30px 10px 30px 10px;
    }

    .trans_data {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 30px 10px 30px 10px;
    }

    .all_main h3 {
        text-align: center;
    }

    .lt_icons {
        width: 50px;
        float: left;
        position: fixed;
        bottom: 20px;
        right: 10px;
        z-index: 99999;
    }

    .bag_pnl {
        width: 100%;
        float: left;
        margin: 30px 0 10px 0;
    }

        .bag_pnl h2 {
            font-size: 18pt;
            font-weight: 600;
            line-height: 1.3;
            text-align: center;
            margin: 0 0 20px 0;
        }

    .hwcan_area {
        width: 100%;
        float: left;
        margin: 0 0 50px 0;
    }

    .hwcan_data {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        border-radius: 10px;
        background-color: #f9ecce;
        padding: 30px 20px 20px 20px;
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
    }

    .hwcan_lft {
        width: 100%;
        float: left;
        font-size: 13pt;
        font-weight: 600;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 10px 0;
    }

    .hwcan_rgt {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .hdr_pnl {
        width: 100%;
        float: left;
        height: auto;
        margin: 0 0 0 0;
        background-image: url(images/hdr_bg.webp);
        background-position: 45% 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .rgtfix {
        float: left;
        color: #fff;
        margin: 0;
        top: 250px;
        z-index: 10;
        position: fixed;
        right: 0 !important;
        display: none;
    }

        .rgtfix a {
            color: #fff;
            font-size: 12pt;
            font-weight: 600;
            background-color: #d5151b;
            padding: 7px 10px 7px 20px;
            border-top-left-radius: 30px;
            border-bottom-left-radius: 30px;
        }

    .entbtn {
        width: 44%;
        float: left;
        color: #ffffff;
        display: block;
        margin: 20px 28% 20px 28%;
    }

        .entbtn a {
            color: #fff;
            font-size: 12pt;
            font-weight: 600;
            padding: 5px 15px;
            border-radius: 5px;
            text-decoration: none;
            background-color: #dc0001;
        }

            .entbtn a:hover {
                color: #fff;
                padding: 5px 15px;
                text-decoration: none;
                background-color: #ec373c;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
            }

    .caro_hgt {
        width: 100%;
        height: 170px;
    }

    /*.sldrwdh {
        width: 200%;
    }*/

    .in_mn_tp {
        float: left;
        width: 100%;
        display: block;
        padding: 10px 0 10px 0;
        background-color: #000;
    }

    .in_mn_logo {
        float: left;
        width: 18%;
    }

    .in_mn_cmpttl {
        float: left;
        width: 80%;
        color: #fff;
        font-size: 20pt;
        font-weight: 600;
        text-align: left;
        margin: 3px 0 0 2%;
        padding: 0 0 0 20px;
    }

        .in_mn_cmpttl a {
            color: #fff;
            text-decoration: none;
        }

            .in_mn_cmpttl a:hover {
                color: #ddd;
                text-decoration: none;
                -webkit-transition: all .6s ease-in-out;
                -o-transition: all .6s ease-in-out;
                transition: all .6s ease-in-out;
            }

    .prd_grp {
        width: 100%;
        float: left;
        margin: 0 0 0 0;
    }
}
