body
{
    /*  background: #f1f1f1; */
    margin: 0px;
    padding: 0px;
    font: normal 13px/18px Tahoma, Geneva, sans-serif;
    color: #363636;
    display: table;
    width: 100%;
}

p, h6, h5, ul, li, img, span, h3, h1, h2, h3, h4, a, input, div
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: none;
}

a
{
    text-decoration: none;
}

.main
{
    width: 100%;
    height: auto;
    margin: auto;
    background: none;
    display: block;
}

.header_wrapper
{
    width: 100%;
    height: auto;
    background: #4c4c4c;
}

.header
{
    width: 1170px;
    height: auto;
    margin: auto; /*background: pink;*/
}

.header_follow
{
    width: 250px;
    height: auto; /*background: green;*/
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.header_email
{
    width: 430px;
    height: auto; /*background: lightgreen;*/
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

    .header_email .fa-envelope:before
    {
        display: inline-block;
        font-size: 18px;
        font-family: FontAwesome;
        color: #e56a36;
        vertical-align: middle;
    }

    .header_email p
    {
        display: inline-block;
        font-family: Bradley Hand ITC;
        font-size: 18px;
        color: #fff;
        padding: 16px 5px;
        vertical-align: middle;
        font-weight: bold;
    }

.header_right
{
    width: 480px;
    height: auto; /*background: lightblue;*/
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

    .header_right ul
    {
    }

        .header_right ul li
        {
            list-style: none;
            display: inline-block;
            padding: 16px 0;
        }

            .header_right ul li a
            {
                text-decoration: none;
                color: #fff;
                font-family: Bradley Hand ITC;
                3font-size: 15px;
                padding: 0 2px;
                border-right: 1px solid #fff;
                font-weight: bold;
            }

                .header_right ul li a:hover
                {
                    color: #e56a36;
                }



.header_first
{
    width: 100%;
    height: auto; /*background: orange;*/
}

.header_first_wrapper
{
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: auto; /* background: skyblue; */
    padding: 0 5px;
}

.logo
{
    width: 164px;
    height: auto;
    display: inline-block; /* background: pink; */
    text-align: left;
    vertical-align: middle;
}

    .logo img
    {
        width: 163px;
        height: 142px;
    }

.name
{
    width: 535px;
    height: 138px;
    display: inline-block; /*background: blue;*/
    vertical-align: middle;
}

.location_call_centre
{
    width: 462px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.location_call
{
    width: 480px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

    .location_call ul
    {
    }

        .location_call ul li
        {
            list-style: none;
            display: inline-block;
            padding: 16px 0;
        }

    .location_call .fa-map-marker:before, .location_call .fa-phone:before
    {
        display: inline-block;
        font-size: 35px;
        font-family: FontAwesome;
        color: #23a0df;
        vertical-align: middle;
    }

    .location_call h3
    {
        display: inline-block;
        vertical-align: middle;
        color: #272727;
        font-family: calibri;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0 5px;
        border-right: 1px solid #888888;
    }

    .location_call font
    {
        color: #888888;
        font-family: Bradley Hand ITC;
        font-size: 12px;
        text-transform: capitalize;
        letter-spacing: 1px;
    }

.centre
{
    width: initial;
    height: auto;
    display: block;
    margin-top: 10px;
    text-align: right;
}

    .centre a
    {
        font-family: calibri;
        font-size: 15px;
        text-transform: capitalize;
        color: #fff;
        background: #087f00;
        padding: 8px 5px;
        border-radius: 6px;
        font-weight: normal;
        display: inline-block;
        margin: 0 6px 0 5px;
    }

    .centre .fa-comments:before
    {
        display: inline-block;
        font-size: 18px;
        font-family: FontAwesome;
        color: #fff;
        vertical-align: middle;
        padding: 0 5px;
    }

.menu_wrapper
{
    width: 100%;
    height: auto;
    background: #4c4c4c;
    border-bottom: 2px solid #212020;
}

.menu_payment
{
    width: 1170px;
    height: auto;
    margin: auto;
}

.menu
{
    width: 921px;
    height: auto;
    margin: auto; /*background: pink;*/
    display: inline-block;
    vertical-align: middle;
}

    .menu ul
    {
    }

        .menu ul li ul
        {
            display: none;
        }

        .menu ul li
        {
            display: inline-block;
            list-style: none;
            padding: 18px 0;
            position: relative;
        }

            .menu ul li a
            {
                color: #fff;
                text-align: center;
                border-right: solid 1px #292929;
                padding: 0px 6px;
                font-size: 14px;
                font-family: calibri;
                text-transform: uppercase;
                font-weight: bold;
                letter-spacing: 1px;
            }

            .menu ul li:hover ul
            {
                display: block;
                position: absolute;
                left: 0;
                top: 55px;
                z-index: 99;
                width: 200px;
                background: #4c4c4c;
                border-top: 2px solid #000;
            }

                .menu ul li:hover ul li
                {
                    display: block;
                    list-style: none;
                    padding: 10px 0;
                }



                    .menu ul li:hover ul li a
                    {
                        color: #fff;
                        text-align: left;
                        border-right: none;
                        padding: 0px 6px;
                        font-size: 14px;
                        font-family: calibri;
                        text-transform: uppercase;
                        font-weight: bold;
                        letter-spacing: 1px;
                    }

.patment_option
{
    width: 243px;
    height: auto;
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

    .patment_option img
    {
        width: 210px;
        height: 43px;
    }

.slider_wrapper
{
    width: 100%;
    height: auto; /* background: #e7e7e7; */
}



.slider_perpage
{
    width: 100%;
    height: auto;
    margin: auto; /* background:lightgrey; */
    margin: 0 0 6px;
}

    .slider_perpage img
    {
        width: 100%;
    }

.slider_shadow
{
    width: 100%;
    height: auto; /* background:pink; */
}

.slider_shadow_wrapper
{
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: auto;
    text-align: center;
}

.entrepreneurship_wrapper
{
    width: 100%;
    height: auto;
    display: block;
    background: #914747;
}

.entrepreneurship
{
    width: 1170px;
    height: auto;
    margin: auto;
    text-align: center;
    overflow: hidden;
    padding: 10px 0;
}

    .entrepreneurship img
    {
        width: 200px;
        height: 200px;
        display: inline-block;
        vertical-align: middle;
        margin: 0 13px 0 2px;
        border-radius: 100%;
        box-shadow: 0 4px 4px #6e2222;
        padding: 5px;
    }

    .entrepreneurship a
    {
        font-family: Calibri;
        font-size: 45px;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
        text-transform: uppercase;
        width: 939px;
        line-height: 50px;
    }

    .entrepreneurship font
    {
        color: #ffb27c;
    }

.three_links_perpage
{
    width: 100%;
    height: auto;
    margin: 25px 0;
}

.three_links_perpage_wrapper
{
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: auto; /* background:pink; */ /*border: 5px solid white;*/ /*box-shadow: 0px 0px 5px black;*/
}

.three_link_heading
{
    text-decoration: none;
    font-size: 18px;
    font-family: Georgia, Times New Roman, Times, serif;
    margin-left: 5px;
    color: black;
}

.three_link_image
{
    border: #cfcfcf 1px solid;
    padding: 5px;
    margin-top: 8px;
}

.three_links_1
{
    width: 212px;
    height: auto;
    overflow: hidden; /* border-right: #c9c9c9 1px solid; */
    padding-right: 20px;
    margin: 5px;
    display: inline;
    float: left; /* background:orange; */
}

    .three_links_1:last-child
    {
        border-right: none;
    }

.page_wrapper
{
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-bottom: 10px; /* background: #65c3f4; */
    background: transparent url("../images/pattern1.png") repeat scroll 0% 0%;
    box-shadow: inset 0 0px 46px #928787;
}

.page
{
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding: 0px 5px; /* background:pink; */
}

.page_welcome
{
    width: 1170px;
    height: auto; /*background: green;*/
    text-align: center;
}

    .page_welcome h1
    {
        font-family: Bradley Hand ITC;
        font-size: 45px;
        color: #000;
        text-transform: uppercase;
        padding: 40px 0 0 0;
        font-weight: normal;
        text-shadow: 0 2px 3px #000;
    }

    .page_welcome h2
    {
        font-family: Bradley Hand ITC;
        font-size: 37px;
        color: red;
        text-transform: uppercase;
        padding: 35px 0 0 0;
        font-weight: bold;
        text-shadow: 0 2px 3px #000;
    }

    .page_welcome h3
    {
        font-family: Calibri;
        font-size: 28px;
        color: #000;
        text-transform: none;
        padding: 26px 0;
        font-weight: bold;
    }

.page_box_div
{
    width: 1170px;
    height: auto;
    text-align: center;
    margin: 25px 0;
}


.box
{
    width: 239.5px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    margin: 0 12px;
    box-shadow: 0 4px 11px #045C80;
    text-align: center;
}

.box_heading
{
    width: 239.5px;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
}

    .box_heading h3
    {
        font-family: calibri;
        font-size: 21px;
        text-transform: uppercase;
        color: #F00;
        font-weight: bold;
        padding: 10px 0;
        text-shadow: 1px 1px 2px #000;
    }

.box_content
{
    width: 239.5px;
    height: 300px;
}

    .box_content p
    {
        font-family: Calibri;
        font-size: 17px;
        color: #000;
        text-align: justify;
        line-height: 21px;
    }

    .box_content a
    {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        padding: 5px;
        font-family: Calibri;
    }

        .box_content a:hover
        {
            color: red;
        }

        .box_content a.fa-angle-right:before
        {
            display: inline-block;
            font-size: 16px;
            font-family: FontAwesome;
            color: #000;
            vertical-align: middle;
            position: relative;
            left: -5px;
            padding: 0 10px;
            -moz-transition: 0.2s all;
            -o-transition: 0.2s all;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }

        .box_content a.fa-angle-right:hover:before
        {
            position: relative;
            left: -0px;
            -moz-transition: 0.2s all;
            -o-transition: 0.2s all;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
            color: red;
        }

.gallery_wrapper
{
    width: 100%;
    height: auto;
    margin: 50px 0;
}

.gallery
{
    width: 1170px;
    height: auto;
    margin: auto; /*background: pink;*/
}

.gallery_heading
{
    width: 1170px;
    height: auto;
    text-align: left;
}

    .gallery_heading p
    {
        padding: 10px 15px;
        background: #ef8944;
        color: #000;
        font-family: Calibri;
        font-size: 20px;
        font-weight: bold;
        box-shadow: 0 2px 2px #A5A5A5;
        width: 114px;
        border-radius: 6px;
        border-bottom: 2px solid #525252;
    }

    .gallery_heading font
    {
        color: #65c3f4;
    }

.gallery_img
{
    width: 1157px;
    height: 150px; /* border: 1px solid #FFFFFF; */
    box-shadow: 0 9px 10px #BFBFBF;
    padding: 5px;
    margin: 22px 0;
    border-radius: 6px;
}

    .gallery_img img
    {
        width: 210px;
        height: 137px;
        padding: 2px;
        margin: 5px 10px;
        border: 1px solid lightgrey;
        box-shadow: 0px 0px 1px black;
    }

.view
{
    width: 1170px;
    height: auto;
    margin: 10px;
    text-align: right;
}

    .view a
    {
        padding: 7px;
        background: #ef8944;
        color: #000;
        font-family: Calibri;
        font-size: 15px;
        font-weight: bold;
        box-shadow: 0 2px 2px #A5A5A5; /* width: 114px; */
        border-radius: 6px;
        border-bottom: 2px solid #525252;
        margin: 17px;
        -moz-transition: 0.2s all;
        -o-transition: 0.2s all;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .view a:hover
        {
            color: #fff;
            -moz-transition: 0.2s all;
            -o-transition: 0.2s all;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }

.projects_affiliations_wrapper
{
    width: 100%;
    height: auto;
    margin-top: 20px;
    background: #ef8843;
    padding: 17px 0;
}

.projects_affiliations
{
    width: 1170px;
    height: auto;
    margin: auto; /*background: pink;*/
}

.projects_affiliations_heading
{
    width: 1170px;
    height: auto;
    text-align: center;
    padding: 25px 0;
}

    .projects_affiliations_heading h2
    {
        padding: 10px;
        color: #F00;
        font-family: Bradley Hand ITC;
        font-size: 45px;
        text-transform: uppercase;
        text-shadow: 0 2px 3px #000;
    }

.projects_affiliations_centent
{
    width: 1170px;
    height: auto;
    padding: 20px 0;
}



    .projects_affiliations_centent img
    {
        width: 415px;
        height: 300px;
        box-shadow: 0 5px 11px #883805;
        display: inline;
        float: left;
        margin: 0 18px 1px 18px; /* text-align: justify; */
    }


    .projects_affiliations_centent p
    {
        font-family: calibri;
        font-size: 17px;
        display: inline-block;
        vertical-align: top;
        color: #2F2C2C;
        line-height: 25px;
        padding: 5px 0;
        text-align: justify;
    }
/*.page_welcome a
    {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        padding: 5px;
        font-family: Calibri;
    }

        .page_welcome a:hover
        {
            color: #fff;
        }

        .page_welcome a.fa-angle-right:before
        {
            display: inline-block;
            font-size: 16px;
            font-family: FontAwesome;
            color: #000;
            vertical-align: middle;
            position: relative;
            left: -5px;
            padding: 0 10px;
            -moz-transition: 0.2s all;
            -o-transition: 0.2s all;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }

        .page_welcome a.fa-angle-right:hover:before
        {
            position: relative;
            left: -0px;
            -moz-transition: 0.2s all;
            -o-transition: 0.2s all;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
            color: #fff;
        }*/
.footer_wrapper
{
    width: 100%;
    height: auto;
    background: #222222;
}

.footer
{
    width: 1170px;
    height: auto;
    margin: auto; /* background:pink; */
    padding: 30px 0;
}

.footer_welcome
{
    width: 370px;
    height: auto; /*background: lightgreen;*/
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    text-align: center;
}

.footer_welcome_logo
{
    width: initial;
    height: auto;
}

    .footer_welcome_logo img
    {
        width: 370px;
        height: auto;
    }

.footer_welcome_content
{
    width: initial;
    height: auto;
    padding: 5px;
}

    .footer_welcome_content p
    {
        font-family: Calibri;
        font-size: 16px;
        color: #A0A0A0;
        text-align: justify;
        line-height: 21px;
    }

.footer_links
{
    width: 265px;
    height: auto; /*background: lightgreen;*/
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

    .footer_links h2, .footer_contact_us h2, .footer_enquiry_now h2
    {
        font-family: Bradley Hand ITC;
        font-size: 26px;
        color: #fff;
        padding: 0px 11px 30px 11px;
        text-transform: uppercase;
    }

    .footer_links ul
    {
        width: 130px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }

        .footer_links ul li
        {
            list-style: none;
        }

            .footer_links ul li a
            {
                color: #A0A0A0;
                font-family: Kalinga;
                font-size: 15px;
                padding: 6px 13px;
                line-height: 25px;
            }

                .footer_links ul li a:hover
                {
                    color: #fff;
                }

.footer_contact_us
{
    width: 208px;
    height: auto; /*background: lightgreen;*/
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    text-align: center;
}

    .footer_contact_us .fa-phone:before
    {
        display: inline-block;
        font-size: 25px;
        font-family: FontAwesome;
        color: #A0A0A0;
        vertical-align: middle;
        padding: 0 8px;
    }

    .footer_contact_us .fa-envelope:before
    {
        display: inline-block;
        font-size: 18px;
        font-family: FontAwesome;
        color: #A0A0A0;
        vertical-align: middle;
        padding: 0 4px;
    }

    .footer_contact_us .fa-map-marker:before
    {
        display: inline-block;
        font-size: 25px;
        font-family: FontAwesome;
        color: #A0A0A0;
        padding: 0 8px;
        vertical-align: middle;
    }

    .footer_contact_us ul
    {
    }

        .footer_contact_us ul li
        {
            list-style: none;
            color: #A0A0A0;
            font-family: Kalinga;
            font-size: 15px;
            padding: 6px 0px;
            line-height: 25px;
        }


.footer_enquiry_now
{
    width: 297px;
    height: auto; /*background: lightgreen;*/
    display: inline-block;
    vertical-align: top;
}

    .footer_enquiry_now input[type=text]
    {
        display: inline-block;
        width: 91%;
        height: 15px;
        padding: 6px 12px;
        font-size: 14px;
        resize: none;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .footer_enquiry_now textarea
    {
        padding: 5px;
        width: 100%;
        height: 58px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 3px 0 0 0;
        border-radius: 4px;
        border: 1px solid lightgray;
        resize: none;
        color: #B3B3B3;
    }

    .footer_enquiry_now a
    {
        padding: 5px 16px;
        color: #fff;
        background: #65c3f4;
        font-size: 16px;
        font-weight: bold;
        font-family: Calibri;
    }

.footer_second_wrapper
{
    width: 100%;
    height: auto;
    background: #000;
    display: table;
}

.footer_second
{
    width: 1170px;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding: 10px 5px;
    color: #fff;
}

    .footer_second a
    {
        text-decoration: none;
        color: white;
    }

        .footer_second a:hover
        {
            color: #65c3f4;
        }

.page_about, .page_gallery, .page_courses, .page_registration, .page_contact, .page_chairman
{
    width: 1170px;
    height: auto; /*background: green;*/
    text-align: center;
}

    .page_about h1, .page_gallery h1, .page_courses h1, .page_registration h1, .page_contact h1, .page_chairman h1
    {
        font-family: Bradley Hand ITC;
        font-size: 45px;
        color: #FF0000;
        text-transform: uppercase;
        padding: 40px 0 20px;
        font-weight: normal;
        text-shadow: 0 2px 3px #000;
    }

    .page_about h2
    {
        font-family: Bradley Hand ITC;
        font-size: 37px;
        color: red;
        text-transform: uppercase;
        padding: 35px 0 0 0;
        font-weight: bold;
    }

    .page_about h3
    {
        font-family: Calibri;
        font-size: 28px;
        color: #000;
        text-transform: none;
        padding: 26px 0;
        font-weight: bold;
    }

    .page_about ul li
    {
        list-style: none;
        font-family: calibri;
        font-size: 17px;
        color: #000;
        line-height: 25px;
        padding: 5px 0;
        text-align: justify;
    }

    .page_about p
    {
        font-family: calibri;
        font-size: 17px;
        display: inline-block;
        vertical-align: top;
        color: #000;
        line-height: 25px;
        padding: 5px 0;
        text-align: justify;
    }

    .page_about table td label
    {
        font-size: 19px;
        font-family: Calibri;
        color: #000;
    }

.welcome_heading
{
    font-size: 18px;
    font-family: Georgia, Times New Roman, Times, serif;
    padding: 7px 0px 5px 0px;
    color: #9b1900;
    float: left;
    text-shadow: 0px 1px 0px black;
}

#gallery_content
{
    width: 1170px;
    height: auto;
    margin-top: 10px; /*background: pink;*/
}

    #gallery_content img
    {
        width: 214px;
        height: 180px;
        padding: 2px;
        margin: 5px;
        border: 1px solid lightgrey;
        box-shadow: 0px 0px 1px black;
    }


#courses_content
{
    width: 1170px;
    height: auto;
    margin: 35px 0 70px;
    text-align: center;
    /* background: pink; */
}

.courses_new_div
{
    width: 210px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    padding: 5px;
    box-shadow: 0 6px 10px #bdb8b8;
    text-align: center;
}

    .courses_new_div img
    {
        width: 200px;
        height: 200px;
    }

    .courses_new_div h1
    {
        font-size: 21px;
        padding: 10px 0;
        font-family: calibri;
        line-height: 20px;
        text-transform: uppercase;
    }

#contact_us_content
{
    width: 1170px;
    height: auto;
    margin-top: 20px; /* background:pink; */
}

.contactus_page_wrapper_data
{
    width: 1150px;
    height: auto;
    overflow: hidden;
    padding: 10px;
}

.contactus_page_wrapper_data_detail
{
    width: 1170px;
    height: auto;
    overflow: hidden; /* background:purple; */
}

.contactus_page_full_address
{
    width: 750px;
    height: auto;
    overflow: hidden; /* float: left; */ /* background: skyblue; */
    display: inline-block;
    text-align: left;
}

.for_map
{
    width: 727px;
    height: 230px;
    padding: 10px;
    margin-top: 20px; /* background:lightgreen; */
    border: 1px solid lightgrey;
}

.contactus_page_image
{
    width: 415px;
    height: auto;
    overflow: hidden; /* float: right; */ /* text-align: right; */
    display: inline-block;
}

.payment
{
    width: 750px;
    height: auto;
    margin: auto;
}

.col1pera
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #333333;
    text-align: left;
    height: auto;
    margin: 35px 0 0px 0;
    display: inline-block;
}

    .col1pera h3, .col1pera h4
    {
        font-size: 24.5px;
        line-height: 40px;
        margin: 10px 0;
        font-family: inherit;
        font-weight: bold;
        line-height: 20px;
        color: inherit;
        text-rendering: optimizelegibility;
    }

.offices_add
{
    width: 1170px;
    height: auto; /*background: red;*/
    padding: 15px 0;
    text-decoration-skip: center;
}

.offices_add_1
{
    width: 500px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 15px 0;
    box-shadow: 0 2px 5px #000;
    text-align: center;
    padding: 15px 0;
}

    .offices_add_1 h2, .offices_add_2 h2
    {
        font-family: calibri;
        font-size: 22px;
        color: #000000;
        text-transform: uppercase;
        padding: 10px 0 20px;
        font-weight: bold;
        text-shadow: 0 1px 1px #000;
    }

    .offices_add_1 h3, .offices_add_2 h3
    {
        font-family: Bradley Hand ITC;
        font-size: 25px;
        padding: 5px 0;
        color: red;
    }

.offices_add_2
{
    width: 500px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    box-shadow: 0 2px 5px #000;
    text-align: center;
    padding: 15px 0;
}

.chairman_message_content
{
    width: 1170px;
    height: auto;
    margin-top: 20px; /* background:pink; */
}

    .chairman_message_content img
    {
        width: 150px;
        height: 150px;
        float: left;
        margin-right: 10px;
        border: 2px solid white;
        box-shadow: 0px 0px 3px black;
    }

.paragraph
{
    text-align: justify;
    font-size: 17px;
    font-family: calibri;
    line-height: 22px;
    padding: 5px 0;
}

#index_content
{
    width: 820px;
    height: auto;
    margin-top: 41px; /* background:pink; */
}

.para
{
    text-align: justify;
    font-size: 14px;
    font-family: calibri;
    line-height: 26px;
}

.index_chairman_affiliation
{
    width: 820px;
    height: auto;
    overflow: hidden;
    margin-top: 10px; /* background:orange; */
}

.index_chairman
{
    width: 380px;
    height: auto;
    float: left;
    display: inline;
    margin: 10px;
    padding: 5px;
    background: #e7e7e7;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.index_chairman_content
{
    width: 380px;
    height: auto;
    margin-top: 40px; /* background:pink; */
}

    .index_chairman_content p
    {
        text-align: justify;
        font-size: 16px;
        font-family: calibri;
        line-height: 20px;
    }

.index_affiliation
{
    width: 380px;
    height: auto;
    float: left;
    display: inline;
    margin: 10px;
    padding: 5px;
    background: #e7e7e7;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.index_affiliation_content
{
    width: 380px;
    height: auto;
    margin-top: 40px; /* background:pink; */
}

    .index_affiliation_content p
    {
        text-align: justify;
        font-size: 16px;
        font-family: calibri;
        line-height: 20px;
    }

.index_gallery_video
{
    width: 320px;
    height: auto;
    overflow: hidden; /* background:pink; */
}

.index_gallery
{
    width: 314px;
    height: auto;
    float: left;
    display: inline;
    padding: 5px;
    margin: 10px 0;
    background: #e7e7e7;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.index_gallery_content
{
    width: 314px;
    height: auto;
    margin-top: 40px; /* background:lightgreen; */
}

    .index_gallery_content img
    {
        width: 74px;
        height: 68px;
        padding: 2px;
        margin: 5px 10px;
        border: 1px solid lightgrey;
        box-shadow: 0px 0px 1px black;
    }


.index_news_event
{
    width: 310px;
    height: auto;
    padding: 5px;
    background: #e7e7e7;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.index_news_event_content
{
    width: 290px;
    height: auto;
    margin-top: 41px;
    padding: 10px; /* background:pink; */
}




.field3
{
    width: 180px;
    height: auto;
    margin-top: 5px; /* background:orange; */
}

.send
{
    -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
    background: -moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: -ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
    background: linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
    background-color: #007dc1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #124d77;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    padding: 6px 10px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}

    .send:hover
    {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
        background: -moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: -ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
        background: linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
        background-color: #0061a7;
    }

    .send:active
    {
        position: relative;
        top: 1px;
    }




.fs11
{
    font-size: 12px;
    font-weight: bold;
}

#about_content
{
    width: 820px;
    height: auto;
    margin-top: 45px; /* background:pink; */
}




#examination_content
{
    width: 820px;
    height: auto;
    margin-top: 45px; /* background:pink; */
}

    #examination_content ul
    {
        padding: 0px 0px 0px 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        #examination_content ul li
        {
            list-style-image: url(../images/list-arrow.png);
            line-height: 20px;
            font-weight: bold;
            text-align: justify;
            font-size: 15px;
            font-family: calibri;
        }

#registration_content
{
    width: 1170px;
    height: auto;
    margin-top: 10px;
}

.reg_form
{
    width: 80%;
    height: auto;
    display: block;
    padding-top: 10px;
    margin: 0 auto;
}

    .reg_form table
    {
        display: table;
        border-collapse: separate;
        border-spacing: 2px;
        border-color: grey;
    }

    .reg_form td label
    {
        color: #59595b;
        font-family: calibri;
        font-size: 18px;
        text-align: center;
        line-height: 30px;
    }

    .reg_form input[type=text], .reg_form textarea, .reg_form select:focus
    {
        display: block;
        width: 100%;
        height: auto;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.428571429;
        color: #555;
        vertical-align: middle;
        background-color: #fff;
        background-image: none;
        border: 1px solid #828282;
        border-radius: 2px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        box-sizing: border-box;
        outline: none;
        resize: none;
    }

    .reg_form textarea
    {
        font-family: arial;
    }

    .reg_form input[type=radio]
    {
        display: inline-block;
        vertical-align: middle;
    }

    .reg_form input::-webkit-input-placeholder
    { /* Chrome/Opera/Safari */
        color: #9d9999;
    }

    .reg_form input::-moz-placeholder
    { /* Firefox 19+ */
        color: #9d9999;
    }

    .reg_form input:-ms-input-placeholder
    { /* IE 10+ */
        color: #9d9999;
    }

    .reg_form input:-moz-placeholder
    { /* Firefox 18- */
        color: #9d9999;
    }

    .reg_form textarea::-webkit-input-placeholder
    { /* Chrome/Opera/Safari */
        color: #9d9999;
    }

    .reg_form textarea::-moz-placeholder
    { /* Firefox 19+ */
        color: #9d9999;
    }

    .reg_form textarea:-ms-input-placeholder
    { /* IE 10+ */
        color: #9d9999;
    }

    .reg_form textarea:-moz-placeholder
    { /* Firefox 18- */
        color: #9d9999;
    }



.address_form
{
    width: 100%;
    height: auto;
    float: left;
    display: table;
    padding-top: 10px;
}

    .address_form table
    {
        display: table;
        border-collapse: separate;
        border-spacing: 2px;
        border-color: grey;
    }

    .address_form tbody
    {
        display: table-row-group;
        vertical-align: middle;
        border-color: inherit;
    }

    .address_form td
    {
        color: #59595b;
        font-family: calibri;
        font-size: 18px;
        text-align: center;
    }

    .address_form input[type=text], .address_form input[type=date], .address_form select, .address_form select:focus
    {
        width: 300px;
        height: 35px;
        margin-bottom: 5px;
        border: 1px solid #AAAAAA;
        margin-top: 5px;
        padding-left: 5px;
        border-radius: 5px;
        box-shadow: inset 0 0 15px 1px rgb(199, 198, 198);
        color: #000;
        outline: none;
    }

    .address_form textarea
    {
        margin: 0px;
        padding-left: 5px;
        font: normal 13px/18px Arial, Helvetica, sans-serif;
        margin-top: 5px;
        resize: none;
        border-radius: 5px;
        border: 1px solid #AAAAAA;
        box-shadow: inset 0 0 15px 1px rgb(199, 198, 198);
        color: #000;
    }

.submit
{
    background: -webkit-linear-gradient(#4788B8, #033B65);
    border-radius: 5px;
    line-height: 3; /* margin: 0 85px; */
    text-align: center;
    font-family: calibri;
    font-size: 19px;
    color: #fff;
    letter-spacing: 0px;
    padding: 8px 27px; /* margin-top: 5px; */
    font-weight: bold;
}

    .submit:hover
    {
        background: -webkit-linear-gradient(#033B65, #4788B8);
    }

.myButton
{
    background: -webkit-linear-gradient(#4788B8, #033B65);
    border-radius: 5px;
    text-align: center;
    font-family: calibri;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0px;
    padding: 5px;
    font-weight: bold;
    cursor: pointer;
}

    .myButton:hover
    {
        background: -webkit-linear-gradient(#033B65, #4788B8);
    }

.textbox
{
    padding: 5px;
    width: 85%;
    border: 1px solid #4788B8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: White;
    resize: none;
    color: Black;
}

    .textbox:focus
    {
        border-color: #4788B8;
        outline: none;
    }
