﻿
   
   

.logo_main_sec {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.main_logo {
    width: 100%;
    float: left;
    text-align: center;
}

a.peShiner {
    display: block;
    margin: 4px auto 0;
}

.slider_sec {
    width: 100%;
    float: left;
    margin-top: 0px;
    position: absolute;
}

.logo_container {
    width: 100%;
    height: 200PX;
    //background: url(/images/logo_back.png) no-repeat top center;
    float: left;
    background-size: 100%;
    position: relative;
    z-index: 4;
    margin-top: 50px;
}

.icon_se {
    width: 250px;
    float: right;
    padding-right: 10px;
    position: relative;
    top: 20px;
}

    .icon_se ul {
        text-align: center;
    }

.icon_se ul li {
    display: inline-block;
    margin: 12px 16px;
}

    .icon_se ul li a {
        position: relative;
    }

        .icon_se ul li a:hover i {
            color: #bfbfbf;
            transition: 0.6s ease-in-out;
            -webkit-transition: 0.6s ease-in-out;
        }


.logo_sec {
    width: 485px;
    float: left;
}

.add_icon {
    //width: 200px;
    width: auto;
    float: left;
    text-align: center;
    margin-left: 210px;
    background: url(/images/add_back.png) no-repeat bottom center;
    height: 43px;
    line-height: 43px;
    position: relative;
    top: 29px;
}

    .add_icon a {
        color: #3e4095;
        font-weight: 500;
        text-decoration: none;
    }

.tooltip {
    position: absolute;
    bottom: -31.5px;
    left: -43px;
    border-radius: 3px;
    font-size: 13px;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1;
    background: url(/images/small_i.png);
    width: 109px;
    height: 21px;
    color: #ffffff;
    visibility: hidden;
}

.icon_se ul li a:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.notice_sec_01 {
    width: 100%;
    float: left;
    margin: 10px 0px 49px;
    position: relative;
}

.read_more a {
    display: block;
    width: 120px;
    background: #3e4095;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    text-transform: uppercase;
    line-height: 38px;
}


.read_more a:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fe4148;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all .3s linear;
    font-weight: 300;
}

.read_more a:hover:before {
    top: -115px;
    left: -50px;
    width: 300px;
    height: 300px;
}

.read_more span {
    position: relative;
    z-index: 1;
}

.read_more a.a2:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background: #fe4148;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all .25s linear .15s;
}

.read_more a.a2:hover:after {
    top: -115px;
    left: -50px;
    width: 300px;
    height: 300px;
}

.heading_sec {
    width: 363px;
    float: left;
    position: relative;
    height: 100px;
}

img.notice_left {
    left: 23%;
    position: absolute;
    bottom: 5px;
    cursor: pointer;
}

img.notice_right {
    left: 27%;
    position: absolute;
    bottom: 5px;
    cursor: pointer;
}

h1.head_all {
    color: #424242;
    font-size: 30px;
    font-weight: 500;
    position: relative;
}

    h1.head_all span {
        margin: 0 14px 0 0;
        display: inline-block;
        vertical-align: -7px;
    }

    h1.head_all:after {
        content: "";
        background: url(../img/icon/bor_n.png) no-repeat;
        position: absolute;
        width: 100%;
        bottom: -9px;
        height: 28px;
        left: 53px;
    }

.notice_slide {
    width: 780px;
    float: right;
}

p.date_01 {
    color: #cacaca;
    font-size: 22px;
    font-weight: 200;
    position: relative;
}

    p.date_01:after {
        content: "";
        background: url(../img/icon/date_b.png) no-repeat;
        position: absolute;
        width: 100%;
        bottom: 1px;
        height: 3px;
        left: 0;
    }
    p.date_01 {
	background: url(../img/icon/noticeNo.png) 0 0 no-repeat;
	width: 59px;
	height: 67px;
	display: inline-block;
	float: left;
	text-align: center;
	padding-top: 25px;
	line-height: 19px;
	color: #2962b0;
	font-size: 25px;
	margin-right: 10px;
}
.notice_slide_01 ul li {
    margin: 0 30px;
}

p.up_01 {
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

p.con_01 {
    margin-top: 8px;
    color: #000;
    margin-bottom:0;
    font-size:19px;
}

.up_01 {
    margin-top: 4px;
}


.About_us_01 {
    width: 100%;
    float: left;
    margin-bottom: 70px;
}

h1.head_all_01 {
    color: #424242;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.heading_sec_01 {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

h1.head_all_01:after {
    content: "";
    background: url(../img/icon/quick_a.png) no-repeat center;
    position: absolute;
    width: 100%;
    bottom: -15px;
    height: 28px;
    left: 0;
}

.About_us_01 p {
    text-align: justify;
    margin-top: 40px;
    width: 100%;
    float: left;
    font-weight: bold;
}

.read_more_01 {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .read_more_01 a {
        margin: 0 auto;
    }

.link_aff_01 {
    width: 1200px;
    margin: 0 auto 70px;
}

.quick_link_01 {
    width: 350px;
    float: left;
}

.panel {
    float: left;
    width: 100%;
}

.link_01 p {
    text-align: center;
    margin-top: 10px;
    transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
    color: #333;
}

.link_01 {
    width: 155px;
    text-align: center;
    float: left;
    overflow: hidden;
}

    .link_01 a {
        display: block;
        position: relative;
        z-index: 1;
        padding: 18px 0;
    }

    .link_01 li img {
        top: 10px;
        position: relative;
        transition: .6s ease-in-out;
    }

.link_main:after {
    content: "";
    clear: both;
    display: block;
}

.link_main {
    width: 312px;
    margin: 48px auto 0;
}

.link_01:nth-child(odd) {
    border-right: 1px solid #eae9e7;
}

.link_01 {
    border-bottom: 1px solid #eae9e7;
    position: relative;
}

    .link_01:nth-child(5), .link_01:nth-child(6) {
        border-bottom: none;
    }

    .link_01:before {
        content: "";
        position: absolute;
        background: #f1f0f0;
        transition: .5s;
        width: 0;
        height: 0;
        bottom: 0;
        left: 0;
    }

    .link_01:hover a p {
        color: #3e4095;
    }

    .link_01:hover img {
        display: none;
    }

        .link_01:hover img.hover {
            display: block;
        }

img.hover {
    display: none;
    margin: 0 auto;
}

.link_01:nth-child(odd):before {
    right: 0;
    left: auto;
    background: #f1f0f0;
}

.link_01:hover:before {
    width: 100%;
    height: 100%;
}

h1.head_all_01_2:after {
    background: url(../images/quick_a.png) no-repeat center;
}

.achi_01 {
    width: 785px;
    float: left;
    margin-left: 65px;
    position: relative;
}



.achi_slider, .faci_slider {
    width: 290px;
    text-align: left;
    margin: 43px auto 0;
}

.a_notice {
    float: left;
    position: absolute;
    left: 54px;
    bottom: -10px;
}

img.notice_left_01, img.notice_left_02 {
    right: 80px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

img.notice_right_01, img.notice_right_02 {
    right: 40px;
    position: absolute;
    bottom: 0;
    cursor: pointer;
}

.messages_sec_01 {
    width: 1130px;
    margin: 0 auto 70px;
}

.msg_hover {
    width: 100%;
    top: 100%;
    height: 100%;
    background: rgba(62,64,149,0.90);
    position: absolute;
    text-align: left;
    padding: 40px 33px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}

    .msg_hover h2 {
        color: #fff !important;
        text-align: left !important;
        opacity: 0;
        font-size: 20px !important;
    }

ul.branches_hover li:hover img {
    transform: scale(1.6);
}


.msg_01 {
    width: 320px;
    height: 370px;
    text-align: center;
    background: #eaeaea;
    float: left;
    overflow: hidden;
    margin-right: 85px;
    position: relative;
}

    .msg_01:hover .msg_hover {
        opacity: 1;
        visibility: visible;
        top: 0;
    }

    .msg_01 img {
        margin: 15px auto 20px;
        display: block;
        max-width: 290px;
    }

    .msg_01 H2 {
        color: #3e4095;
        text-align: center;
        font-weight: 600;
        font-size: 21px;
        transition: .6s ease-in-out;
    }

.messages_sec_01:after {
    clear: both;
    content: "";
    display: block;
}

.msg_01:hover h2 {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s;
    opacity: 1;
}

.msg_01:hover .msg_hover p:nth-child(2) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s;
    opacity: 1;
}

.msg_01:hover .msg_hover p:nth-child(3) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    transition-delay: 1.5s;
    opacity: 1;
}

.msg_hover a {
    color: #fff;
    opacity: 0;
    margin-top: 18px;
    float: left;
    transition: .6s ease-in-out;
}

.msg_01:hover .msg_hover a {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    transition-delay: 2s;
    opacity: 1;
}

.msg_hover p {
    transition: .6s ease-in-out;
    opacity: 0;
}

.icon_01 ul {
    text-align: left;
}

    .icon_01 ul li {
        margin: 0 25px 0 0;
    }

.icon_01 {
    width: 100%;
    margin-top: 10px;
    transition: .6s ease-in-out;
}

    .icon_01 ul li a:hover i {
        color: #fff;
    }

    .icon_01 li i {
        color: #fff;
    }

    .icon_01 .tooltip {
        display: none;
    }

.our_branches {
    width: 100%;
    float: left;
    height: 440px;
    background: #3e4095 url(/images/layer.png);
    margin-bottom: 70px;
    background-size: 100% 100%;
}

.branches_01 {
    width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
}

h1.head_all_02:after {
    background: url(/images/bor_n_2.png) no-repeat center;
}

ul.branches_hover {
    margin-top: 45px;
    margin-top: 45px;
    text-align: left;
    width: 100%;
    float: left;
}

    ul.branches_hover li {
        display: inline-block;
        position: relative;
        overflow: hidden;
        margin-right: 13px;
    }

.hover_l {
    text-align: center;
    color: #333;
    text-transform: uppercase;
    background: rgba(255,255,255,0.81);
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 7px 0;
    transform: translatey(-50%);
}

ul.branches_hover li a img {
    transition: 1.6s ease-in-out;
}

.hover_l span {
    font-size: 13px;
    border-top: 1px solid #3e4095;
    padding: 8px 10px 0;
}

.hover_l p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

ul.branches_hover li:hover img {
    transform: scale(1.2);
}

ul.branches_hover li:last-child {
    margin-right: 0;
}

.main_msg {
    width: 100%;
    float: left;
    margin-top: 45px;
}

.toppers_birth_01 {
    width: 100%;
    float: left;
    margin-bottom: 70px;
}

.auto_01 {
    margin: 0 auto;
    width: 1060px;
}

.topper_01 {
    width: 470px;
    float: left;
}

.birthday_01 {
    width: 470px;
    float: right;
}

.top_div {
    width: 100%;
    float: left;
    margin-top: 35px;
    text-align: center;
}

.slider_n_01, .slider_n_03 {
    width: 215px;
    position: relative;
    float: left;
}

.slider_n_02, .slider_n_04 {
    width: 215px;
    position: relative;
    float: right;
}

img.top_left_01, img.top_left_02, img.top_left_03, img.top_left_04 {
    position: absolute;
    left: 0;
    top: 35%;
    cursor: pointer;
}

img.top_right_01, img.top_right_02, img.top_right_03, img.top_right_04 {
    position: absolute;
    right: 0;
    top: 35%;
    cursor: pointer;
}

.slider_top_1, .slider_top_2, .slider_top_3, .slider_top_4 {
    width: 100%;
    margin: 15px auto;
}

    .slider_top_1 ul li img, .slider_top_2 ul li img, .slider_top_3 ul li img, .slider_top_4 ul li img {
        margin-bottom: 20px;
    }

.thought_01 {
    width: 100%;
    float: left;
    background: #3e4095 url(../images/layer.png);
    height: auto;
}

.center_01 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

    .center_01::before {
        background: url(../img/icon/comma.png);
        content: "";
        position: absolute;
        top: -70px;
        left: 0;
        height: 140px;
        width: 140px;
    }

blockquote {
    margin-left: 150px;
    line-height: 21px;
    width: 90% !important;
}

    blockquote span {
        font-size: 18px;
        color: #fff;
        font-style: italic;
    }

h2.Thought_h {
    background: url(../img/icon/bk.png) no-repeat 0 -6px;
    height: 59px;
    text-align: center;
    width: 332px;
    line-height: 50px;
    font-size: 25px;
    font-style: italic;
    color: #3e4095;
    margin-left: 150px;
}

.footer_sec {
    width: 100%;
    height: 500px;
    background: url(../images/footer_b.jpg) no-repeat;
    float: left;
    position: relative;
    background-size: 100% 100%;
}

.footer_sec_con::before {
    background: url(../images/phn.png) no-repeat;
    content: "";
    position: absolute;
    top: -47px;
    right: 150px;
    height: 495px;
    width: 233px;
}

.footer_01 {
    width: 100%;
    float: left;
    padding: 25px;
    text-align: center;
}

.panel_01 {
    height: 3305px !important;
}

.con_footer {
    width: 610px;
    float: left;
    margin-top: 50px;
    margin-left: 215px;
    text-align: center;
}

p.h_01 {
    font-size: 20px;
    color: #fff;
}

.download_all_app ul li {
    display: inline-block;
    margin: 0 8px;
}

.download_all_app {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .download_all_app ul {
        text-align: center;
    }

.code_01 {
    width: 100%;
    float: left;
    color: #fff;
    margin-top: 12px;
}

    .code_01 ul {
        text-align: center;
        margin-top: 15px;
    }

        .code_01 ul li {
            display: inline-block;
            padding: 0 8px;
            border-right: 1px solid #fff;
            margin: -3px;
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
        }

            .code_01 ul li:nth-child(1) {
                border-left: 1px solid #fff;
            }

.photo_gallery {
    width: 100%;
    float: left;
    height: 580px;
    background: #3e4095 url(../img/bg/layer.png);
    margin-bottom: 17px;
    padding: 50px 0;
    background-size: 100% 100%;
}

.div_01 {
    width: 1060px;
    margin: 0 auto;
}

.link_aff_01:after {
    clear: both;
    display: block;
    content: "";
}

.gal_sec {
    float: left;
    width: 100%;
}

.photo_gry {
    width: 834px;
    float: left;
    height: auto;
    margin: 108px 0 0;
}

.photo_full {
    width: 100%;
    float: left;
    margin: 1px 0 23px;
    padding: 0;
}

.photo_head {
    margin: auto;
    background: url(../images/photo_head.png) no-repeat center center;
    width: 233px;
    height: 126px;
    font-size: 25px;
    text-transform: uppercase;
    color: #bd2050;
    padding: 63px 6px 0 0;
    font-weight: 700;
    margin-top: 50px;
}

#glry {
    float: left;
    width: 480px;
    height: 320px;
    overflow: hidden;
}

.photo_in {
    margin: 45px auto;
    width: 1060px;
}

.left_gallery {
    width: 565px;
    float: right;
}

.pho_content {
    width: 100%;
    float: left;
    margin-top: 8px;
    min-height: 90px;
}

.date_pho {
    width: 75px;
    height: 77px;
    background: #1193d0;
    float: left;
    text-align: center;
}

.date_no {
    font-size: 19px;
    color: #fff;
    float: right;
    text-align: right;
}

.con_full {
    float: left;
    width: 100%;
}

.head_pho_in {
    color: #fff;
    font-size: 21px;
    float: left;
    width: 318px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_in {
    float: left;
    font-size: 15px;
    color: #fff;
    margin-top: 18px;
    text-align: justify;
}

.switcher {
    width: 100%;
    float: left;
}

    .switcher ul {
        margin: 0;
        padding: 0;
    }

        .switcher ul li {
            width: 178px;
            height: 121px;
            float: left;
            margin: 0 5px 11px;
        }

            .switcher ul li img {
                width: 178px;
                height: 121px;
                opacity: .5;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
                border-radius:5px;
            }

.tab-nav .flex-active img {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.photo_sliders {
    width: 100%;
    float: left;
    margin-right: -100%;
    position: relative;
    opacity: 0;
    display: block;
    z-index: 1;
}

.photo_in:after {
    content: "";
    clear: both;
    display: block;
}

.back-to-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    display: none;
    z-index: 9999;
}

    .back-to-top img {
        animation: pulse 1.5s infinite;
        border-radius: 50%;
    }

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 10 0 rgba(0,0,0,0.5);
        box-shadow: 0 0 0 0 rgba(0,0,0,0.5);
    }

    70% {
        -moz-box-shadow: 0 0 0 20px rgba(204,169,44,0);
        box-shadow: 0 0 0 20px rgba(204,169,44,0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44,0);
        box-shadow: 0 0 0 0 rgba(204,169,44,0);
    }
}

.logo_container_master {
    width: 100%;
    float: left;
    border-top: 3px solid #3e4095;
    padding: 0px;
}

.menu_container_01 ul li .submenu {
    top: 100%;
    top: 100%;
    bottom: auto;
}


.icon_se_01 ul {
    line-height: 90px !important;
    margin-top: 5px;
}

.icon_se_01 {
    padding-right: 0;
    width: 230px;
}

    .icon_se_01 ul .tooltip {
        display: none;
    }

    .icon_se_01 ul {
        text-align: right;
    }

        .icon_se_01 ul li {
            margin: 0 0 0 30px;
        }

.head_con_01 {
    width: 1200px;
    margin: 0 auto 60px;
}

h1#headtitle {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.footer_02 {
    width: 100%;
    float: left;
    text-align: center;
    background: #3e4095;
    color: #fff;
    padding: 15px 0;
}

.master_page_01 {
    width: 100%;
    float: left;
}

img.left_01 {
    float: left;
    margin: 5px 38px 18px 0;
}

.add_icon_1 ul li {
    display: inline-block;
    margin: 8px 10px;
    position: relative;
}

    .add_icon_1 ul li a {
        color: #929292;
    }

.content_01 {
    width: 1200px;
    margin: 35px auto 0;
    min-height: 280px;
}

.con_01 p {
    text-align: justify;
    word-spacing: 2px;
}

.content_01:after {
    content: "";
    display: block;
    clear: both;
}

.all_con {
    width: 100%;
    float: left;
    margin-top: 45px;
}

.add_icon_1 {
    width: 310px;
    float: left;
    margin: 47px 0 0 18%;
}

    .add_icon_1 ul li:after {
        content: "|";
        position: absolute;
        top: 0;
        left: -13px;
        color: #929292;
    }

    .add_icon_1 ul li:nth-child(1):after {
        content: "";
    }

    .add_icon_1 ul li a:hover {
        color: #3e4095;
    }

.main_logo_res {
    display: none;
}

a.about_1 {
    background: #52549f;
    color: #fff;
    padding: 8px;
    position: relative;
    bottom: 0px;
    margin: 0 auto;
    bottom: -21px;
    text-transform: uppercase;
    display: none;
}

.wrap_01 {
    position: absolute;
    float: left;
    width: 100%;
    left: 0px;
}

.main_wrapper_01 {
    float: left;
    width: 100%;
}

.photo_in div#glry ul.flex-direction-nav {
    position: absolute;
    top: 0px;
}


ul.tab-nav li {
    display: none;
}


    ul.tab-nav li:nth-child(1), ul.tab-nav li:nth-child(2), ul.tab-nav li:nth-child(3) {
        display: block;
    }

.notice_slide_01 ul li {
    margin: 0 30px;
    width: 300px !important;
    height: 111px !important;
}

.slider_top_4, .slider_top_3 ul li {
    height: 226px !important;
}

.school-img {
    width: 100%;
    position: relative;
    float: left;
}


.hover_2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    top: 50%;
    padding: 7px 0;
    transform: translatey(-50%);
}


    .hover_2 p {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 3px;
        text-align: center !important;
    }

    .hover_2 span {
        text-transform: capitalize;
        font-weight: 200;
        font-size: 15px;
    }


.school-in {
    width: 363px;
    float: left;
    height: 375px;
    box-shadow: 1px 1px 15px 3px #d0cdcd4a;
    margin: 0px 55px 55px 0px;
}

.info_1 {
    width: 100%;
    float: left;
    padding: 20px 0px 12px 20px;
}

    .info_1 p {
        margin-bottom: 15px;
    }

.new_table tr td {
    margin: 0;
    padding: 10px 30px;
}


table.new_table {
    border: .3px solid #e2e2e8;
    color: #555555ad;
}

.table_left {
    width: 49%;
    float: left;
}

.sitemaph_s {
    width: 261px;
    margin-right: 50px;
    margin-bottom: 47px;
}

.info_1 p, .info_1 a {
    font-size: 14px;
}

.table_right {
    width: 49%;
    float: right;
}



.new_table tr:nth-child(odd) {
    background: rgba(62, 64, 149, 0.05);
}

.new_table tr:nth-child(even) {
    background: rgba(246, 246, 246, 0.18823529411764706);
}

.sitemaph_s h1 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    background: #3e4095;
    color: #ffffff;
    padding: 8px 25px;
}

ul.sitemap li {
    background: #EFEFEF;
    border-bottom: 1px solid rgba(216, 216, 216, 0.4196078431372549);
    transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
}

    ul.sitemap li a {
        display: block;
        padding: 10px 0px 10px 25px;
    }

    ul.sitemap li:hover {
        background: #D1D1D1;
    }

h1.inner_head {
    color: #3e4095;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.content_01 > p {
    margin: 5px 0px;
    text-align: justify;
}

img.float_r {
    float: right;
    margin: 0px 0px 20px 25px;
}

.msg_01 > p {
    text-align: center;
}

.accordionHeader_Y {
    color: #969895;
    font-weight: 400;
    background: #fcf8ed url(../images/ajax-arrow1.png) 99% center no-repeat;
    width: 100%;
    line-height: 40px;
    padding: 0px 0px 0px 18px;
    margin-top: 5px;
    cursor: pointer;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 1px solid rgba(62, 64, 149, 0.17);
}

.prayer_imp .accordionContent_Y center p {
    background-image: url(../images/prayer_new.png),url(../images/prayer_new1.png);
    background-repeat: no-repeat;
    background-position: left 150px center,right 150px center;
    min-height: 180px;
}

.accordionHeader_selected {
    margin-top: 5px;
    font-weight: 400;
    color: #ffffff;
    background: #3e4095 url(../images/ajax-arrow.png) 99% center no-repeat;
    line-height: 40px;
    padding: 0px 0px 0px 18px;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid rgba(99, 191, 80, 0.11);
}

.accordionContent_Y {
    width: 100%;
    border: 1px solid rgba(62, 64, 149, 0.11);
    border-top: none;
    padding: 25px 0px;
    box-sizing: border-box;
    float: left;
}

fieldset {
    border: 0px solid #63bf50;
    text-align: center;
}

legend {
    background: #3e4095;
    padding: 5px 17px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: -16px;
    z-index: 1;
    position: relative;
}

table.table2 {
    border-collapse: collapse;
}

p.un1 {
    font-size: 16px;
    font-weight: 500;
}

td.weather {
    text-transform: uppercase;
    font-weight: 500;
    color: #3e4095;
    padding: 15px 0px !Important;
}

table.table2 td {
    padding: 10px 15px;
}

.table_data {
    background: #f0f0f0;
}

table.table2 {
    border-collapse: collapse;
    border: 1px solid #e2e2e8;
}

.master_ct ul li {
    background: url(../images/list_icon.png) no-repeat 0 5px;
    margin: 15px 0;
    text-align: justify;
    list-style: none;
    line-height: 25px;
    font-size: 14px;
    margin-left: 0;
    padding-left: 28px;
}

#ctl00_ContentPlaceHolder1_embedLnk {
    width: 100%;
}

img.time {
    float: left;
    margin: 0 60px 47px 0;
}

table.new_table {
    border: 1px solid #d8d8db;
    text-align: center;
    color: #1b1a1a;
    margin-top: 60px;
}

p.twe {
    color: #a71b28;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 500;
}

p.twe1 {
    color: #293f9c;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 500;
}

table.new_tablesec tr td img {
    margin-bottom: 11px;
    outline: 4px solid #ecebeb;
    border: 10px solid rgba(236, 235, 235, 0.67);
}

canvas#canvas {
    width: 480px !important;
    height: auto !important;
}

.noticeDynamic a img {
    margin-left: 10px;
}

.footer_sec_con {
    margin: 0 auto;
    width: 1348px;
    position: relative;
}

.main_logo_res_01 {
    display: none;
}



table.group_photo1 tr td {
    vertical-align: top;
}

table.group_photo1 TR TD {
    padding: 0px 0px;
    color: #293f9c;
}

span#ctl00_ContentPlaceHolder1_LBLERROR1 {
    float: left;
}

span#ctl00_ContentPlaceHolder1_lblErrorCaptcha {
    float: left;
}







@-moz-document url-prefix() {

    .slider_top_4, .slider_top_3 ul li {
        height: 234px !important;
    }

    p.con_01 {
        margin-top: 3px;
    }
}


.out-moto_res {
    display: none;
}


.main_logo {
    display: none;
}

.download_all_app ul li a {
    display: block;
}



body {
    overflow-x: hidden;
}






audio {
    width: 100%;
}

li.photo_sliders a img {
    width: 100%;
    border-radius:5px;
    height:250px;
}

.voice_div b {
    font-weight: 500;
    color: rgba(53,48,48,0.62);
}

.voice_div1 {
    color: #333;
    padding-bottom: 16px;
    padding-top: 6px;
}

.vsms_box {
    width: 31%;
    margin-bottom: 20px;
    padding: 1%;
    background: #dfdbdb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    /* margin: 18px auto; */
    float: left;
    margin: 7px 1px;
}

.accordionHeader_Y {
    background: #3e4095 url(./images/ajax-arrow1.png) 99% center no-repeat;
    padding: 10px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    color: #fff;
}

.accordionHeaderSelected {
    color: #fff;
    background: #3e4095 url(./images/ajax-arrow.png) 99% center no-repeat;
    padding: 10px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    color: #fff;
}

.accordionHeader_Selected {
    color: #fff;
    background: #3e4095 url(./images/ajax-arrow.png) 99% center no-repeat;
    padding: 10px 10px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    color: #fff;
}

.accordionContent_Y {
    background-color: #fff;
    padding: 25px;
    padding-top: 22px;
    border: 1px solid #223c93;
}
