body {
    margin: 0 auto;
    font-size: 13pt;
    text-align: center;
    font-family: calibri;
}

.top_name {
    float: left;
    width: 100%;
    margin: 0;
    color: #333;
    display: none;
    font-size: 25pt;
    font-weight: 700;
    text-align: center;
    padding: 20px 0 20px 0;
}

.top_area {
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
}

.top_lft {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.top_rgt {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: right;
}

    .top_rgt a {
        color: #333;
        line-height: .8;
        font-size: 25pt;
        font-weight: bold;
    }

        .top_rgt a:hover {
            color: #004990;
        }

.heading_area {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0 30px 0;
    background-color: #004990;
}

    .heading_area h1 {
        margin: 0;
        color: #fff;
        font-size: 20pt;
        font-weight: 700;
        text-align: center;
    }

.hdr_area {
    float: left;
    width: 100%;
    margin: 0;
    padding: 150px 0 150px 0;
    /*background-color: #004990;*/
    background-image: url(images5/slide_2.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

    .hdr_area h1 {
        margin: 0;
        color: #fff;
        font-size: 25pt;
        font-weight: 700;
        text-align: center;
    }

.all_matr {
    float: left;
    width: 100%;
    margin: 0;
    padding: 30px 0 30px 0;
}

    .all_matr h1 {
        font-size: 30pt;
        font-weight: 700;
        text-align: center;
    }

    .all_matr h2 {
        font-size: 27pt;
        font-weight: 700;
        text-align: center;
    }

    .all_matr h3 {
        font-size: 24pt;
        font-weight: 700;
        text-align: center;
    }

    .all_matr h4 {
        font-size: 21pt;
        font-weight: 700;
        text-align: center;
    }

    .all_matr h5 {
        font-size: 18pt;
        font-weight: 700;
        text-align: center;
    }

    .all_matr h6 {
        font-size: 15pt;
        font-weight: 700;
        text-align: center;
    }

    .all_matr ul {
        list-style: none;
        padding: 0 0 0 0;
        margin: 0 0 20px 30px;
    }

    .all_matr li {
        margin: 0 0 0 0;
        line-height: 1.3;
        padding: 5px 0 5px 0;
        list-style-image: url(images/check_ico.png);
    }

        .all_matr li a {
            color: #333;
        }

            .all_matr li a:hover {
                color: #004990;
            }

.ptxt {
    color: #333;
}

.car_tt1 {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    text-align: center;
    padding: 0 10px;
}

.img-hover-zoom {
    /*height: 300px;*/ /* [1.1] Set it as per your need */
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

    /* [2] Transition property for smooth transformation of images */
    .img-hover-zoom img {
        transition: transform .5s ease;
    }

    /* [3] Finally, transforming the image when container gets hovered */
    .img-hover-zoom:hover img {
        transform: scale(1.3);
    }

.img_Right {
    margin: 0 0 20px 20px;
}

.cit_area {
    width: 100%;
    float: left;
    margin: 20px 0 10px 0;
}

.cit_ttl {
    width: 100%;
    float: left;
    color: #004990;
    font-size: 22pt;
    font-weight: 700;
    margin: 0 0 5px 0;
    text-align: center;
}

.tbl_area {
    width: 94%;
    float: left;
    margin: 0 3% 0 3%;
}

    .tbl_area a {
        color: #000;
    }

        .tbl_area a:hover {
            color: #004990;
        }

.trgry {
    background-color: #f3f3f3;
}

.blk-bg {
    width: 100%;
    float: left;
    background-image: url(images5/slide_2.jpg);
    background-position: 50% 50%;
    background-size: cover;
    padding: 40px 0 40px 0;
    /*background-color: rgba(0, 0, 0, .7);*/
}

.book-bg {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 0 20px 0;
}

.book-ttl {
    width: 30%;
    color: #fff;
    margin: 0 auto;
    font-size: 23pt;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 5px 0;
    background-color: #004990;
}

.book-hd {
    width: 50%;
    float: left;
    color: #fff;
    margin: 0 auto;
    font-size: 15pt;
    margin-bottom: 0;
    font-weight: bold;
    text-align: right;
    border-radius: 5px;
    padding: 5px 0 10px 20px;
}

.book-hd-1 {
    width: 48%;
    float: left;
    color: #fff;
    margin: 0 auto;
    font-size: 15pt;
    text-align: left;
    margin-bottom: 0;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 0 10px 20px;
}

.btn1 {
    margin: 0 0 0 0;
    font-size: 20px;
    cursor: pointer;
    font-weight: 700;
    padding: 6px 20px;
    text-align: center;
    white-space: nowrap;
    display: inline-block;
    line-height: 1.42857143;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn1-default {
    color: #fff;
    border-color: #333;
    background-color: #333;
}

    .btn1-default:hover, .btn1-default:focus, .btn1-default:active, .btn1-default.active, .open > .dropdown-toggle.btn-default {
        color: #fff;
        border-color: #004990;
        background-color: #004990;
    }

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}


.sht_serv_head {
    float: left;
    width: 100%;
    color: #000;
    line-height: 1;
    margin: 0 0 0 0;
    font-size: 30pt;
    font-weight: 600;
    text-align: center;
}

.sht_serv_grp {
    float: left;
    width: 94%;
    border-radius: 10px;
    margin: 15px 3% 15px 3%;
    background-color: #f7f7f7;
    padding: 30px 20px 30px 20px;
}

.sht_serv_pic {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

.sht_serv_ttl {
    float: left;
    width: 100%;
    color: #333;
    font-size: 17pt;
    font-weight: 600;
    text-align: center;
    padding: 20px 0 10px 0;
}

.sht_serv_txt {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

    .sht_serv_txt p {
        color: #666;
        line-height: 1.5;
        padding: 0 0 0 0;
        text-align: center;
    }

.sht_serv_mor {
    float: left;
    width: 100%;
    padding: 0 0 0 0;
}

    .sht_serv_mor a {
        color: #004990;
    }

        .sht_serv_mor a:hover {
            color: #000;
        }

.footer {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 20px 0 20px 0;
    background-color: #004990;
}

.foot_matr {
    float: left;
    width: 100%;
    color: #fff;
    text-align: center;
}

    .foot_matr a {
        color: #fff;
    }

        .foot_matr a:hover {
            color: #ccc;
            transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            -webkit-transition: all .6s ease-in-out;
        }








@media (max-width:480px) {

    .book-ttl {
        width: 100%;
        color: #fff;
        margin: 0 auto;
        font-size: 18pt;
        font-weight: bold;
        text-align: center;
        padding: 5px 0 5px 0;
        background-color: #004990;
    }

    .book-hd {
        width: 100%;
        float: left;
        margin: 0 auto;
        font-size: 13pt;
        margin-bottom: 0;
        font-weight: bold;
        text-align: center;
        border-radius: 5px;
        padding: 5px 0 0 0;
    }

    .book-hd-1 {
        width: 100%;
        float: left;
        margin: 0 auto;
        font-size: 13pt;
        margin-bottom: 0;
        font-weight: bold;
        border-radius: 5px;
        text-align: center;
        padding: 2px 0 10px 0;
    }

    .top_lft {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0 0 5px 0;
        text-align: center;
    }

    .top_rgt {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .img_Right {
        margin: 0 0 20px 0;
    }

    .tbl_area a {
        color: #000;
        font-size: 8pt;
    }

    .sht_serv_head {
        font-size: 20pt;
    }

    .sht_serv_ttl {
        font-size: 15pt;
    }

    .sht_serv_grp {
        float: left;
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .car_tt1 {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .hdr_area {
        float: left;
        width: 100%;
        margin: 0;
        padding: 100px 0 100px 0;
        /*background-color: #004990;*/
        background-image: url(images5/slide_2.jpg);
        background-position: 50% 50%;
        background-size: cover;
    }

        .hdr_area h1 {
            margin: 0;
            color: #fff;
            font-size: 22pt;
            font-weight: 700;
            text-align: center;
        }
}
