* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    outline: 0;
    box-sizing: border-box;
    
}

@font-face {
    font-family: Meta;
    src: url(../fonts/MetaOT-CondBook.ttf);
}

body{
    font-family: Meta !important;
}

header,main,footer{
width: 100%;
position: relative;
display: flex !important;
}

header{
    height: 220px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    justify-content: center;
}

#h_top{
    width: 100%;
    min-width: 900px;
    max-width: 1560px;
    padding-left: 4%;
    padding-right: 5%;
    display: flex;
    justify-content: center;
}

#h_sol,#h_sag{
    display: block;
    width: 220px;
}

#h_sol a,#h_sol img,
#h_sag a,#h_sag img{
    display: block;
    width: 100%;
}
#h_sol img,#h_sag img{
    padding: 11% 10% 10%;
}

#h_orta{
    width: calc(100% - 400px);
}

#h_orta_top{
    display: table;
    width: 100%;
    height: 160px;
}

#h_ort_sol,#h_ort_sag{
    display:table-cell;
    width: 50%;
    font-size: 2rem;
    text-transform: uppercase;
    vertical-align: middle;
}

#h_ort_sag{
    text-align: right;
}






#h_orta_bottom{
    display: flex;
    width: 100%;
    height: 60px;
}

#h_ort_sol_b{
    display: block;
    width: 70%;
}

#h_ort_sol_b ul{
    display: table;
    width: 80%;
    max-width: 600px;
    height: auto;
}
#h_ort_sol_b ul li{
    display: table-cell;
    line-height: 60px;
    text-align: center;
}

#h_ort_sol_b ul li:hover ul{
    display: grid;
}


#h_ort_sol_b ul li ul{
    display: none;
    width: 100%;
    max-width: 200px;
    height: auto;
    position: absolute;
    z-index: 150;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#h_ort_sol_b ul li ul li{
    display: table-cell;
    line-height: 40px;
    text-align: left;
    text-indent: 20px;
    border-bottom: 1px solid #ccc;
}
#h_ort_sol_b ul li ul li:last-child{
    border:0px
}

#h_ort_sol_b ul li ul li:hover{
    background: #29dea7;
    
    cursor: pointer;
}
#h_ort_sol_b ul li ul li:hover a{
    color: #fff !important;
}


#h_ort_sol_b ul li:nth-child(2) a::after{
    content: "▼";
    color:#1aa437;
    padding-left: 5px;
    text-decoration: none !important;
}


/* #h_ort_sol_b ul li:nth-child(2) a::after,
#h_ort_sol_b ul li:nth-child(5) a::after{
    content: "▼";
    color:#1aa437;
    padding-left: 5px;
    text-decoration: none !important;
} */


#h_ort_sol_b ul li:nth-child(2) ul li a::after,
#h_ort_sol_b ul li:nth-child(5) ul li a::after{
    content: '';
}


#h_ort_sol_b ul li a{
    display: block;
    width: 100%;
    line-height: auto;
    color: #000;
    text-transform: uppercase;
    font-size: 16px !important;
}
#h_ort_sol_b ul li a:hover{
    color: #999;
    text-decoration: underline;
}

#h_ort_sag_b{
    display: block;
    width: 30%;
}

#h_ort_sag_b ul{
    display: table;
    width: 100%;    
    height: auto;
}
#h_ort_sag_b ul li{
    display: table-cell;
    line-height: 60px;
    text-align: center;
}


#h_ort_sag_b ul li a{
    display: block;
    width: 100%;
    line-height: auto;
    color: #000;
    text-transform: uppercase;
}
#h_ort_sag_b ul li a:hover{
    color: #999;
}






#mainbg{
    display: grid;
    width: 100%;
}




#mainbg_in{
    display: grid;
    width: 100%;
    padding-top: 30px;
}





#slayd{
    display: flex;
    width: 100%;
    height: 450px;
    background: #ccc;    
}

#slayd #sl_img{
    display: block;
    width: 50%;
    background: url("../img/demo.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}



#slayd #sl_sag{
    display: block;
    width: 50%;
    background: #f5f5f7;
}


#control_bg{    
    position: absolute;
    display: flex;
    width: 100%;
    height: 250px;
    justify-content: center;
    top: 5%;
}


#slayd #sl_control{
    display: flex;
    width: 750px;
    height: 250px;
    z-index: 10;
    margin-left: 15%;
    grid-gap: 15px;
}

#slayd #sl_control #con_a{
    width: 32%;
    height: 100%;
    background: #2fe0aa;
    justify-items: start;
    border-radius: 5px;
    color: #fff;
    box-shadow: 5px 5px #edebeb;
}

#slayd #sl_control #con_a h1,
#slayd #sl_control #con_b h1,
#slayd #sl_control #con_c h1{
    display: flex;
    width: 90%;
    margin-left: 5%;
    height: 100px;
    line-height: 100px;
    text-align: left;
    
}

#slayd #sl_control #con_a span,
#slayd #sl_control #con_b span,
#slayd #sl_control #con_c span{
    display: flex;
    width: 20%;
    margin-left: 5%;
    height: 3px;
    background: #333;
}

#slayd #sl_control #con_a #qisaoz,
#slayd #sl_control #con_b #qisaoz,
#slayd #sl_control #con_c #qisaoz{
    display: flex;
    width: 90%;
    margin-left: 5%;
    height: 60px;
    margin-top: 15px;
}





#slayd #sl_control #con_b{
    width: 32%;
    height: 100%;
    background: #fff;
    justify-items:center;
    border-radius: 5px;
    color: #000;
    box-shadow: 5px 5px #edebeb;
}

#slayd #sl_control #con_c{
    width: 32%;
    height: 100%;
    background: #fff;
    justify-items: end;
    border-radius: 5px;
    color: #000;
    box-shadow: 5px 5px #edebeb;
}

#slayd #con_play{
    display: flex;
    position: absolute;
    z-index: 20;
    width: 660px;
    height: 50px;
    top: 40%;
    margin-left: 15%;
}
#slayd #con_play #left_p{
    width: 50px;
    height: 50px;
    background: #2fe0aa;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -70px;
    box-shadow: 1px 1px #1a916d;
    opacity: 1;
}

#slayd #con_play #right_p{
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -70px;
    box-shadow: 5px 5px #edebeb;
    opacity: 1;
}
#slayd #con_play #left_p:hover,
#slayd #con_play #right_p:hover{
    background-color: #2fe0aa;
    cursor: pointer;
}

/* about */
#m_haq{
    display: grid;
    width: 100%;
    height: 550px;
    background: #fff;
}

#m_haq_in{
    display: grid;
    width: 100%;
    height: 100%;
    background: #fff;
}

#m_haq_top{
    display: grid;
    width: 100%;
    height: 40px;
    background: #f0f0f0;
    justify-content: right;
    border-top: 5px solid #fff;
}

#m_haq_top img{
    display: block;
    position: absolute;
    z-index: 10;
    right: 6%;
    height: 110px;
    margin-top: -75px;
}



#m_haq_center{
    display: flex;
    width: 100%;
    height: 480px;
    justify-content: center;
}

#m_haq_center_bg{
    display: flex;
    width: 90%;
    min-width: 900px;   
    max-width: 1560px;
    height: 480px;   
}


#m_haq_center_in{
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

#m_haq_center_bg_in{
    display: flex;
    width: 90%;
    min-width: 900px;   
    max-width: 1560px;
    height: 100%;   
}


#m_haq_left{
    display: grid;
    width: 250px;
    height: 100%; 
    align-items: flex-end;
    justify-items: flex-end;
}
#m_haq_left img{
    position: absolute;
    height: 200px; 
    margin-right: -60px;
}




#m_haq_mid{
    padding-top: 100px;
    display: block;
    width: calc(100% - 750px);
    height: 100%;
    background: #fff;
}


#m_haq_mid_in{
    padding-top: 100px;
    display: block;
    width: calc(100% - 750px);
    height: 100%;
    background: #fff;
}

#m_haq_mid_in h3{
    text-align: right;
    color: #fc1f5f;
    font-size: 20px;
}
#m_haq_mid_in h2{
    text-align: right;
    color: #000;
    font-size: 22px;
}




#m_haq_mid h3{
    text-align: right;
    color: #fc1f5f;
    font-size: 20px;
}
#m_haq_mid h2{
    text-align: right;
    color: #000;
    font-size: 22px;
}

#m_haq_mid #home_about{
    padding-top: 20px;
    padding-left: 100px;
    text-align: right;
    color: #000;
    font-size: 16px;
}


#m_haq_mid #home_about_in{
    padding-top: 20px;
    padding-left: 100px;
    text-align: right;
    color: #000;
    font-size: 16px;
    position: relative;
    z-index: 500000000;
    background: #fff;
}


#m_haq_mid_in #home_about_in{
    padding-top: 20px;
    padding-left: 100px;
    text-align: justify;
    color: #000;
    font-size: 16px;
    position: relative;
    z-index: 500000000;
    background: #fff;
}









#m_haq_right{
    display: block;
    width: 500px;
    height: 100%;
}
#m_haq_right img{
    height: 520px;
    position: absolute;
    margin-top: -40px;
    margin-left: -60px;
}


#haqq_cont{
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 10px;
}


#haqq_cont a{
    float: right;
    margin-right: 10px;
}

#haqq_cont a.con_but{
    width: 120px;
    height: 30px;
    background: #ee0a0a;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}



#m_haq_bottom{
    display: block;
    width: 100%;
    height: 40px;
    background: url(../img/dots.png);
    background-size: contain;
}





/* about end */


















#m_news{
    display: flex;
    width: 100%;
    height: auto;
    background: #fff;
    justify-content: center; 
}

.newstitle{
    text-align: center;
    font-weight: bold;
    height: 50px;
    font-size: 24px;
    text-transform: uppercase;
}

.morereng{
    background: #2fe0aa !important;
    border: 1px solid #2fe0aa !important;
    color: #000 !important;
}

.morereng:hover{
    background: #23c594 !important;
    border: 1px solid #23c594 !important;
    color: rgb(61, 60, 60) !important;
}


.morerengiki{
    background: #e63c12 !important;
    border: 1px solid #e63c12 !important;
    color: #fff !important;
    padding: 2px 7px !important;
    float: right;
    margin-right:10px;
}

.morerengiki:hover{
    background: #d12f06 !important;
    border: 1px solid #d12f06 !important;
    color: #fff !important;
}






#m_events{
    display: grid;
    width: 100%;
    min-width: 900px;
    max-width: 1560px;
    padding-left: 5%;
    padding-right: 5%;
    justify-content: center;    
}






















footer{
    height: 240px;
    border-top: 1px solid #ccc;    
    justify-content: center;
}
#bottomob{
    width: 100%;
    max-width: 1560px;
}


#alt_bottom{
    width: 100%;
    min-width: 900px;
    max-width: 1560px;
    display: flex;
    justify-content: center;
    position: relative;
}

#a_sol{
    display: table-cell;
    width: 40%;
}
#a_sol #uclogo{
    display: flex;
    width: 90%;  
    margin-left: 4%;  
}

#a_sol #uclogo img{
    display: flex;
    width: 30%;
    margin: 20px 5px;
}


#a_sag{
    display: table-cell;
    width: 50%;
    height: 220px;
}


#a_sagbg{
    display: flex;
    width: 100%;
}


#altmenu{
    display: flex;
    width: 45%;    
    justify-content: space-between;
    padding-right: 20px;
    height: 220px;
}

#altmenu ul{
    display: table;
    padding-top: 20%;
    vertical-align: middle;   
}
#altmenu ul li a{
    color:#000;
}

#altmenu ul li a:hover{
    text-decoration: underline;
}

#altform{
    display: table;
    width: 54%;
    justify-items: right;
}

#altform form{
    width: 70%;
    display: table;
    float: right;
    margin-top: 30px;
}
#altform form input{
    width: 80%;
    display: table-cell;
    border-radius: 5px;
    border:1px solid #29dea7;
    padding: 2px 10px;
}
#altform form input[type=submit]{
    background: #29dea7;
    color: #fff;
    height:20px;
    width: 30%;
    float: right;
    margin-right: 20%;
    margin-top: 10px;
}

#altform ul{
    width: 40%;
    display: table;
    float: right;
    margin-right: 10%;
    margin-top: 20px;
}
#altform ul li{
    display: table-cell;
}
#altform ul li a{
    color: #0081c8;
}


#copysign{
    width: 100%;
    min-width: 900px;
    display: flex;
    height: 50px;
    line-height: 40px;
    justify-content: center;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

#copysign #copy{
    display: table-cell;
    width: 42%;
    margin-left: 3%;
}
#copysign #createdby{
    display: table-cell;
    width: 45%;
    text-align: right;
    justify-items: end;
}


/* .container{
    width:104% !important;
    height: 500px !important;
    margin-left: -30px !important;
} */


/* .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    height:450px !important
} */



.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
    height: 450px !important;
}

#mob_menu_close{
    display: none;
}
