﻿body
{
    font-family: 'Segoe UI';
    background-color: #a3b0b2;
    margin: 0;
    padding: 0;
}
.wrapper
{
    height: auto;
    width: 100%;
}
.menu_outer
{
    height: 38px;
    width: 100%;
    float: left;
    background-color: #f1f1f1;
    border-top: 5px solid #008cb2;
}
.small_logo_frame
{
    height: 38px;
    float: left;
    width: 200px;
}
.small_logo_frame > span
{
    font-size: 18px;
    font-weight: bold;
    color: #727199;
    float: left;
    margin: 5px 0 0 5px;
}
.small_logo
{
    height: 100%;
    width: auto;
    float: left;
    margin: 5px 0 0 10px;
}
.menubar_frame
{
    height: 38px;
    width: 1280px;
    margin: 0 auto;
}
.menubar_body
{
    height: 30px;
    width: 850px;
    margin: 0 auto;
}
.home_frame
{
    height: 38px;
    width: 40px;
    float: left;
}
.home_btn
{
    height: 26px;
    width: 29px;
    float: left;
    margin: 5px;
    background-image: url('images/home.png');
}
.home_btn:hover
{
    height: 26px;
    width: 29px;
    float: left;
    margin: 5px;
    background-image: url('images/home_hover.png');
    cursor: pointer;
}
.menubar
{
    height: 33px;
    width: 790px;
    float: left;
}
.menu_shadow_frame
{
    height: 24px;
    width: 100%;
    float: left;
}
.menu_left_shadow
{
    height: 24px;
    width: 524px;
    float: left;
    background-image: url('images/menu_left.png');
}
.menu_right_shadow
{
    height: 24px;
    width: 525px;
    float: right;
    background-image: url('images/menuright.png');
}
.page_frame
{
    height: auto;
    width: 1280px;
    margin: 0 auto;
}
.auto_height
{
    clear: both;
    visibility: hidden;
}
.page_left
{
    height: 571px;
    width: 301px;
    float: left;
}
.logo_box
{
    height: 235px;
    width: 301px;
    float: left;
}
.logo
{
    height: 100px;
    width: 99px;
    margin: 10px auto 0 auto;
    padding: 2px 0 30px 0;
    background-repeat: no-repeat;
}
.heading_frame
{
    height: 77px;
    width: 301px;
    float: left;
    background-color: #5a8276;
}
.heading_1
{
    height: 33px;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0 0 0;
    color: white;
}
.heading_2
{
    height: 19px;
    width: 256px;
    float: left;
    margin: 6px 0 0 20px;
    background-color: #26473c;
    padding: 3px 5px 2px 5px;
    font-size: 12px;
    color: White;
}
.abt_us_box
{
    height: 335px;
    width: 301px;
    float: left;
    background-color: #013e4c;
}
.abt_us_title
{
    height: 33px;
    padding: 2px 0 0 0;
    background-color: #01272d;
    width: 301px;
    float: left;
    margin: 4px 0 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: white;
}
.abt_us_content
{
    height: 295px;
    width: 295px;
    float: left;
    margin: 5px 0 0 2px;
    text-align: justify;
}

.page_mid
{
    height: auto;
    width: 775px;
    float: left;
}
.page_title
{
    height: 30px;
    width: 450px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 20px 0 20px;
    color: Black;
}
.page_content
{
    height: auto;
    width: 770px;
    color: White;
    float: left;
}
.banner_box
{
    height: 570px;
    width: 501px;
    float: left;
}
.banner
{
    height: 281px;
    width: 481px;
    float: left;
    border: 10px solid white;
    background-color: #e1e1df;
}
.map_box
{
    width: 480px;
    height: 234px;
    float: left;
    background-color: White;
    margin: 15px 0 0 0;
    border: 10px solid White;
}
.HwToTile_box
{
    height: 41px;
    width: 246px;
    float: left;
    margin: 5px 0 0 0;
    background-color: #013e4c;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    font-family: unset;
    padding: 5px 0 0 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}
.HwToTile_box:hover
{
    background-color: #FFF;
    cursor: pointer;
    color: #013e4c;
}
.hwToBullet
{
    height: 27px;
    width: 26px;
    float: left;
    margin: 4px 0px 0px 12px;
    background-image: url('images/how_toBullet.png');
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}
.hwToBullet:hover
{
    -webkit-transform: rotate(450deg);
    -moz-transform: rotate(450deg);
    -o-transform: rotate(450deg);
    -ms-transform: rotate(450deg);
}
.contact_box
{
    height: 60px;
    width: 230px;
    float: right;
}
.contact
{
    height: 30px;
    width: 230px;
    float: left;
    margin: 2px 0 0 0;
}
.contact > span
{
    color: rgba(119, 119, 119, 1);
    float: left;
    margin: 0px 0 0 2px;
    font-size: 12px;
    text-align: justify;
    width: 200px;
}
.contact_icon
{
    height: 100%;
    width: auto;
    float: left;
    padding: 3px;
    margin: -2px 0 0 0;
}
.contact_icon:hover
{
    opacity: 0.7;
}

.map
{
    width: 478px;
    height: 158px;
    float: left;
    margin: 10px 0 0 0;
}
.news_outer
{
    width: 266px;
    height: 570px;
    float: right;
}
.nws_frame
{
    height: 186px;
    width: 266px;
    float: left;
}
.nav_title
{
    height: 32px;
    width: 100%;
    background-color: #ffffff;
    border-top: 2px solid #a9ecfc;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #727199;
    padding: 5px 0 0 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}
.nav_title:hover
{
    background-color: #727199;
    color: #ffffff;
}
.gal_pic_frame
{
    height: 188px;
    width: 200px;
    float: left;
    margin: 10px 0 0 0;
    background-color: #013e4c;
}
.gal_pic
{
    height: 57px;
    width: 81px;
    float: left;
    margin: 12px 0 0 12px;
    background-color: White;
}

.nav_bullet
{
    height: 22px;
    width: 22px;
    float: left;
    margin: 4px 5px 0 5px;
    transform: rotate(-90deg);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}
.nav_bullet:hover
{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.gol
{
    height: 5px;
    width: 5px;
    border-radius: 25%;
    border: 8px solid black;
    float: right;
    background-color: white;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    border: 6px solid #000;
    float: right;
    background-color: #FFF;
    margin: 5px 10px 0 5px;
}
.gol:hover
{
    border: 6px solid White;
    background-color: #ff8500;
}
.nav_content
{
    height: 139px;
    width: 100%;
    float: left;
    background-color: #013e4c;
}
.social_box
{
    height: 105px;
    width: 266px;
    float: left;
    margin: 10px 0 0 0;
    background-color: White;
}
.social_box_title
{
    height: 20px;
    width: 266px;
    float: left;
}
.social_box_title > span
{
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 0 0 5px;
    float: left;
    color: black;
}
.social_icon_box
{
    width: 66px;
    height: 51px;
    float: left;
    background-color: #013e4c;
    margin: 0 0 0 18px;
}
.social_icon_frame
{
    height: 60px;
    width: 266px;
    float: left;
    border-bottom: 4px solid black;
    margin: 5px 0 0 0;
}
.social_icon
{
    height: 100%;
    width: auto;
    float: left;
    margin: 10px 18px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}
.social_icon:hover
{
    opacity: 0.7;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    cursor: pointer;
}
.color_bar
{
    height: 3px;
    width: 180px;
    float: right;
    margin: 12px 0px 0px;
    background-color: #013e4c;
}
.visitor
{
    height: 43px;
    width: 266px;
    float: left;
    margin: 20px 0 0 0;
    background-color: White;
}
.page_right
{
    height: 570px;
    width: 200px;
    float: right;
}
.jst_enquiry
{
    height: 40px;
    width: 200px;
    float: left;
    margin: 15px 0px 0px;
    background-color: #a9ecfc;
    border-bottom: 5px solid #56aebf;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: black;
    padding: 8px 0 0 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.jst_enquiry:hover
{
    border-radius: 20px;
    background-color: #FFF;
}
.apply_online
{
    height: 40px;
    width: 200px;
    float: left;
    margin: 15px 0px 0px;
    background-color: #f2eee7;
    border-bottom: 5px solid #d1c7b8;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
    color: black;
    padding: 8px 0 0 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.apply_online:hover
{
    border-radius: 20px;
    background-color: Black;
    color: #f2eee7;
}
.timer
{
    height: 43px;
    width: 200px;
    float: left;
    background-color: White;
    margin: 7px 0 0 0;
}

.footer1
{
    height: 25px;
    width: 100%;
    float: left;
    background: #008cb2;
}
.copyright-main
{
    width: 1024px;
    height: 21px;
    margin: 0 auto;
    padding: 4px 0 0 0;
}

.copyright-main div
{
    height: auto;
    float: left;
    padding: 0 1% 0 1%;
    font-family: 'Segoe UI';
    font-size: 12px;
    color: black;
}

.copyright-main div a
{
    color: black;
    text-decoration: underline;
    font-family: 'Segoe UI';
}

.copyright-main div a:hover
{
    color: red;
    text-decoration: underline;
    font-family: 'Segoe UI';
}

.page_content_text
{
    height: 30px;
    width: 350px;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 20px 0 20px;
    color: black;
    border: 1px solid #5A8276;
    border-right: 50px solid #5A8276;
}

.content_details
{
    height: auto;
    width: 760px;
    float: left;
    padding: 10px;
    color: black;
}

body::-webkit-scrollbar
{
    width: 5px;
}

body::-webkit-scrollbar-track
{
    background-color: black;
}
#hotlinks::-webkit-scrollbar-track
{
    background-color: black;
}

#hotlinks::-webkit-scrollbar-thumb
{
    background-color: white;
    height: 50px;
}
.timerji
{
    float: left;
    margin: 10px 0 0 5px;
}
