@font-face {
    font-family: Changa;
    src: url(../fonts/Changa-Medium.ttf);
}


@font-face {
    font-family: cairo;
    src: url(../fonts/cairo.ttf);
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
a{text-decoration: none !important}
*{outline: none !important; line-height: auto !important}

/*----------------------- body-home ---------------------- */

body {
    font-family: cairo;
    background: #fff;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.container-fluid ,.navbar-collapse{
    padding: 0;
}

.footers {
    float: right;
    width: 100%;
    background: #1D277E;
    padding: 12px 0;
    position: relative;
}
.footer:before{
    content: '';
    position: absolute;
    right: -70%;
    width: 100%;
    top: 70%;
    transform: translateY(-50%);
    background: url(../images/Logo-011.png) no-repeat center center;
    background-size: contain;
    z-index: 0;
    height: 150%;
}
section.footer {
    float: right;
    width: 100%;
    background: #2C389C;
    position: relative;
    overflow: hidden;
}
.rights_footer{
    float: right;
    width: 100%;
}
.rights_footer p{
    float: right;
    width: 100%;
    font-size: 16px;
    color: #fff;
}
.rights_footer ul li a:hover{
    color: #A7D400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.rights_footer ul li a{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 14px;
    /*font-weight: bold;*/
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.rights_footer ul li:first-child{
    border-left: 1px solid #eee;
}
.rights_footer ul li{
    float: right;
    min-width: 50%;
}
.rights_footer ul{
    float: right;
    width: 100%;
}
.footer_link ul li a:hover{
    color: #A7D400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer_link ul li a{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 16px;
    /*font-weight: 600;*/
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer_link ul li{
    display: inline-block;
    margin-left: 20px;
}
.footer_link ul{
    display: inline-block;
    /* text-align: center; */
    border-top: 1px solid rgba(238, 238, 238, 0.35);
    padding: 25px 10px 15px;
    /*margin-top: 15px;*/
}
.footer_link{
    float: right;
    width: 100%;
    /* padding: 18px 10px; */
    /* margin-top: 15px; */
    position: relative;
    text-align: center;
}
.footer_main h3:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    height: 1px;
    width: 43px;
    background: #fff;
}
.footer_main h3{
    float: right;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: normal !important;
    position: relative;
    margin-top: 15px;
    margin-bottom: 25px;
}
.footer_main .soial li a i{
    float: right;
    border: 1px solid #eee;
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin-left: 8px;
    text-align: center;
}
.footer_main .soial li a{
    float: right;
    width: 100%;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    padding: 8px;
    direction: initial;
}
.footer_main .soial li a:hover {
    color: #A7D400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer_main .soial li a:hover i{
    background: #A7D400;
    border-color: #A7D400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer_main .soial li{
    float: right;
    width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.footer_main .soial{
    float: right;
    width: 100%;
}
.footer_main {
    float: right;
    width: 100%;
    padding: 40px 0 20px;
}
.image_footer img {
    display: inline-block;
    max-width: 100%;
}
.footer_main p{
    float: right;
    width: 100%;
    /*line-height: 42px;*/
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.image_footer {
    float: right;
    width: 100%;
    margin-bottom: 0;
    margin-top: -20px;
    text-align: center;
}
.footer_image img{
    display: inline-block;
    max-width: 100%;
}
.footer_image{
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 5px;
}
.contents:before{
    content: '';
    position: absolute;
    left: -57%;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/Logo-010.png) no-repeat center center;
    background-size: contain;
    z-index: 0;
    height: 130%;
    /* opacity: 0.02; */
}
.contents{
    float: right;
    width: 100%;
    padding: 35px 0 15px;
    position: relative;
    overflow: hidden;
}
.content h2 span{
    display: inline-block;
    color: #A7D400;
}
.content h2:before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(0%);
    height: 3px;
    border-radius: 3px;
    background: #A7D400;
    width: 90px;
    max-width: 100%;
    bottom: -30px;
}
.content h2{
    float: right;
    width: 100%;
    color: #2C389C;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    line-height: 56px;
    margin-bottom: 30px;
}
.content{
    float: right;
    width: 100%;
    margin-top: 35px;
}
.content ul li a.active,
.content ul li a:hover{
    background: #A7D400;
    color: #fff;
    border-color: #A7D400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.content ul li a{
    float: right;
    width: 100%;
    font-size: 16px;
    color: #A7D400;
    font-weight: 600;
    padding: 8px;
    border-radius: 3px;
    border:1px solid #A7D400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.content ul li{
    display: inline-block;
    width: 170px;
    margin-left: 15px;
}
.content ul{
    float: right;
    width: 100%;
    margin: 30px 0;
    text-align: center;
}
.image_content img{
    display: inline-block;
    max-width: 100%;
}
.image_content{
    float: right;
    text-align: center;
    width: 100%;
}
.header-section:before {
    content: '';
    position: absolute;
    left: -71%;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/Logo-07.png) no-repeat center center;
    background-size: contain;
    height: 100%;
    width: 120%;
    z-index: 0;
    /*opacity: 0.03;*/
}
.header-section:after {
    content: '';
    position: absolute;
    right: -60%;
    top: 90%;
    transform: translateY(-50%);
    background: url(../images/Logo-06.png) no-repeat center center;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.header-section {
    float: right;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #F6F6F6;
    min-height: 100vh;
}
.header{
    float: right;
    width: 100%;
    position: relative;
    text-align: center;
}
.logo img{
    float: right;
    max-width: 100%;
    width: 170px;
    padding-top: 10px;
}
.logo{
    float: right;
    width: 280px;
    height: 115px;
}
.ul_menu{
    position: absolute;
    margin-top: 36px;
    left: 49%;
    display: none;
}
.ul_menu>a:hover{
    background: #A7D400;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.ul_menu>a{
    float: right;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    color: #A7D400;
    border:1px solid #A7D400;
    font-size: 24px;
    line-height: 45px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.registar a:hover{
    background: rgba(167, 212, 0, 0.7);
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.registar a{
    float: left;
    /*font-weight: 600;*/
    width: 155px;
    max-width: 100%;
    background: #A7D400;
    color: #fff;
    border-radius: 3px;
    border:1px solid #A7D400;
    font-size: 16px;
    padding: 8px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.registar{
    padding: 36px 0 0;
    float: left;
}
.ul_menu ul{
    display: none;
}
.cont_header:before{
    content: '';
    position: absolute;
    left: -13%;
    top: 70%;
    transform: translateY(-50%);
    background: url(../images/Group_385.png) no-repeat center center;
    background-size: contain;
    height: 100%;
    width: 56%;
    z-index: 0;
}
.cont_header{
    float: right;
    width: 100%;
    padding: 20vh 0 0;
    position: relative;
    z-index: 1;
}
.cont_header_con h3 span{
    display: inline-block;
    color: #A7D400;
}
.cont_header_con h3{
    float: right;
    width: 100%;
    font-family: Changa;
    color: #2C389C;
    font-size: 31px;
    /*font-weight: 600;*/
    /*margin-bottom: 15px;*/
    line-height: 60px;
}
.cont_header_con a:hover{
    background: transparent;
    background: rgba(255, 116, 6, 0.85);
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.cont_header_con a{
    float: right;
    width: 220px;
    max-width: 100%;
    border: 1px solid #ff7406;
    background: #ff7406;
    font-size: 20px;
    padding: 7px;
    /*font-weight: 600;*/
    border-radius: 3px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.cont_header_con p{
    float: right;
    width: 100%;
    margin-bottom: 25px;
    color: #6D6D6D;
    font-size: 19px;
    line-height: 42px;
}
.cont_header_con{
    float: right;
    width: 100%;
}
.forass{
    float: right;
    width: 100%;
    /*min-height: 100vh;*/
    padding: 50px 0;
    background: #F6F6F6;
}
.events{
    float: right;
    width: 100%;
    min-height: 100vh;
    padding: 30px 0;
}
.header_sec h3:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 160px;
    height: 3px;
    background: #A7D400;
    border-radius: 3px;
}
.header_sec h3{
    float: right;
    width: 100%;
    font-size: 30px;
    color: #707070;
    font-weight: 600;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
    padding: 10px 0;
}
.header_sec{
    float: right;
    width: 100%;
    position: relative;
}
.header_sec ul li a.active,
.header_sec ul li a:hover{
    background: #A7D400;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header_sec ul li:last-child{
    margin-left: 0;
}
.header_sec ul li a{
    float: right;
    width: 100%;
    color: #A7D400;
    font-size: 18px;
    /*font-weight: 600;*/
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #A7D400;
    text-align: center;
    width: 170px;
    max-width: 100%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header_sec ul li{
    float: left;
    margin-right: 15px;
}
.header_sec ul{
    position: absolute;
    left: 0;
    bottom: -20px;
    padding: 0 25px 0 0;
    background: #fff;
}
.events_tab.active{
    display: block;
}
.events_tab {
    float: right;
    width: 100%;
    display: none;
    padding: 30px 0;
}
.text_event h2{
    float: right;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 53px;
    color: #303030;
}
.text_event h4 i{
    display: inline-block;
    padding-left: 5px;
}
.text_event h4{
    float: right;
    width: 100%;
    font-weight: 600;
    line-height: 35px;
    font-size: 15px;
    color: #2C389C;
    border-bottom: 1px solid #ddd;
    padding: 0 0 0 0;
}
.text_event p{
    float: right;
    width: 100%;
    font-size: 15px;
    color: #6D6D6D;
    padding: 15px 0 5px;
    /*margin-bottom: 5px;*/
}
.text_event {
    float: right;
    width: 100%;
}
.event {
    float: right;
    width: 100%;
    border: 1px solid #DDDDDD;
    padding: 18px;
    border-radius: 3px;
    box-shadow: 1px 3px 10px 1px rgba(221, 221, 221, 0.5);
}
.img_event img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    transform: translate(-50%,-50%);
}
.img_event {
    float: right;
    width: 100%;
    height: 163px;
    overflow: hidden;
    position: relative;
    background: #F8F8F8;
    /*margin-bottom: 16px;*/
}
.text_foras ul li:last-child,
.text_event ul li:last-child{
    margin-right: 20px;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}
.text_event ul li i{
    display: inline-block;
    padding-left: 15px;
    color: #A7D400;
    font-size: 16px;
}
.text_event ul li{
    float: right;
    color: #888888;
    font-size: 14px;
}
.events_cont {
    float: right;
    width: 100%;
    padding: 20px 0;
}
.text_event ul{
    float: right;
    width: 100%;
    padding: 12px 0;
}
.text_event a i{
    float: left;
    padding-right: 10px;
    padding-top: 8px;
}
.text_event a{
    float: left;
    color: #FF5800;
    font-size: 16px;
}
.offices_con .show_all a {
    display: inline-block;
    border: 1px solid #A7D400;
    background: #A7D400;
    color: #fff;
    font-size: 18px;
    text-align: center;
    /*font-weight: 600;*/
    padding: 6px;
    border-radius: 3px;
    width: 125px;
}
.show_all {
    float: left;
    width: 100%;
    text-align: center;
    margin: 32px 0 0px;
    position: relative;
}
.offices{
    float: right;
    width: 100%;
    min-height: 100vh;
    padding: 30px 0;
    background: #2C389C;
    overflow: hidden;
    position: relative;
}
.offices:before {
    content: '';
    position: absolute;
    left: -60%;
    top: 22%;
    transform: translateY(-50%);
    background: url(../images/Logo-08.png) no-repeat center center;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: 0;
    /* opacity: 0.09; */
}
.offices:after {
    content: '';
    position: absolute;
    right: -68%;
    top: 75%;
    transform: translateY(-50%);
    background: url(../images/Logo-09.png) no-repeat center center;
    background-size: contain;
    height: 100%;
    width: 100%;
    z-index: 0;
    /*opacity: 0.09;*/
}
.offices .header_sec h3{
    color: #fff;
}
.offices_con{
    float: right;
    width: 100%;
    margin: 25px 0 15px;
    position: relative;
    z-index: 1;
}
.office {
    float: right;
    width: 100%;
    border: 1px solid #fff;
    padding: 17px;
    border-radius: 3px;
    background: #fff;
}
.img_office img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    transform: translate(-50%,-50%);
}
.img_office {
    float: right;
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    background: #FCFCFC;
    /*margin-bottom: 15px;*/
}
.text_office ul li:last-child{
    float: left;
}
.text_office ul li i{
    display: inline-block;
    padding-left: 5px;
    color: #DDDDDD;
    font-size: 18px;
}
.text_office ul li .number{
    display: inline-block;
    padding-left: 5px;
}
.text_office ul li{
    float: right;
    color: #303030;
    font-size: 14px;
}
.text_office ul{
    float: right;
    width: 100%;
    padding: 10px 0 12px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 13px;
}
.text_office a i{
    float: left;
    padding-right: 10px;
    padding-top: 8px;
}
.text_office a{
    float: left;
    color: #FF5800;
    font-size: 16px;
}
.show_all a:hover {
    background: #A7D400;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.show_all a {
    display: inline-block;
    border: 1px solid #A7D400;
    color: #A7D400;
    font-size: 18px;
    text-align: center;
    padding: 6px;
    border-radius: 3px;
    width: 125px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menusw ul li a:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 0%;
    top: -2px;
    height: 2px;
    background: #A7D400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menusw ul li.active a:before ,
.menusw ul li a:hover:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: -2px;
    height: 2px;
    background: #A7D400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menusw ul li a {
    float: right;
    width: 100%;
    color: #333;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    padding: 7px;
    position: relative;
}
.menusw ul li {
    display: inline-block;
    margin-left: 30px;
}
.menusw ul {
    float: right;
    width: 100%;
    text-align: center;
}
.menusw {
    float: right;
    width: 100%;
    border-top: 2px solid #ddd;
}

.text_office h2{
    float: right;
    width: 100%;
    font-size: 20px;
    color: #303030;
    /*line-height: 73px;*/
    font-weight: 600;
    margin-bottom: 5px;
}
.text_office h4 i{
    display: inline-block;
    padding-left: 5px;
}
.text_office h4{
    float: right;
    width: 100%;
    font-size: 15px;
    color: #2C389C;
    font-weight: 600;
    padding: 5px 0;
}
.text_office p{
    float: right;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #6D6D6D;
    padding: 5px 0;
    margin-bottom: 5px;
}
a{
    cursor: pointer;
}
.text_foras h2{
    float: right;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    color: #303030;
    border-bottom: 1px solid #ddd;
    padding: 0px 0 20px;
    text-align: center;
}
.text_foras h4 i{
    display: inline-block;
    padding-left: 5px;
}
.text_foras h4{
    float: right;
    width: 100%;
    font-size: 20px;
    color: #2C389C;
    font-weight: 600;
    padding: 0 0 26px;
    text-align: center;
}
.text_foras p{
    float: right;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #6D6D6D;
    padding: 5px 0;
    margin-bottom: 12px;
    text-align: center;
}
.text_foras {
    float: right;
    width: 100%;
    text-align: center;
}
.foras {
    float: right;
    width: 100%;
    border: 1px solid #DDDDDD;
    padding: 30px 22px 38px;
    border-radius: 3px;
    box-shadow: 1px 3px 10px 1px rgba(221, 221, 221, 0.7);
    background: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.forass_cont .show_all{
    margin: 27px 0 0px;
}
.forass_cont{
    float: right;
    width: 100%;
    padding: 45px 0;
}
.text_foras ul li:last-child{
    float: right;
}
.text_foras ul li i{
    display: inline-block;
    padding-left: 5px;
    color: #A7D400;
    font-size: 20px;
}
.text_foras ul li b{
    display: inline-block;
    padding-left: 5px;
}
.text_foras ul li{
    float: right;
    color: #888888;
    font-size: 16px;
}
.text_foras ul{
    float: right;
    width: 100%;
    padding: 21px 0 17px;
}
.foras:hover {
    background: #2C389C;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.foras:hover .text_foras h4,
.foras:hover .text_foras p,
.foras:hover .text_foras h2,
.foras:hover .text_foras li{
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.foras:hover .text_foras a{
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.foras:hover .text_foras a.is-btn{
    background: #A7D400;
    color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.text_foras a.is-btn{
    display: inline-block;
    width: 78%;
    color: #A7D400;
    font-size: 18px;
    border: 1px solid #A7D400;
    border-radius: 3px;
    /*font-weight: 600;*/
    padding: 6px;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.header_menu.active{
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
}
.header_menu{
    display: none;
}
.header-section.active:before{
    z-index: 1;
}
.header-section.active .header_menu.active .header .ul_menu{
    position: absolute;
    left: 48%;
}
.header-section.active .header_menu.active .header {
    display: block;
}
.header-section.active .cont_header,
.header-section.active .header{
    display: none;
}
body.active{
    overflow: hidden;
}
.menu ul li a:hover,
.menu ul li a.active{
    color: #fff;
    background: #A7D400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menu ul li a{
    float: right;
    width: 100%;
    color: #707070;
    font-size: 25px;
    padding: 12px;
    border-radius: 3px;
    /*font-weight: 600;*/
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.menu ul li{
    float: right;
    width: 100%;
}
.menu ul{
    display: inline-block;
    width: 260px;
}
.menu{
    float: right;
    width: 100%;
    text-align: center;
}
.text_office h4 img{
    float: right;
    padding-top: 4px;
    padding-left: 8px;
    width: 24px;
}
.text_event h4 img {
    float: right;
    padding-top: 7px;
    padding-left: 8px;
    width: 24px;
}

    .header_menu {
        display: none;
    }

@media(max-width:1200px){
    .menusw ul li{
        margin-right: 15px;
        float: right;
    }
    .ul_menu{
        display: none;
    }
}
@media(max-width:992px){
    .ul_menu{
        display: block;
    }
    .cont_header:before{
        display: none;
    }
    .content h2{
        text-align: center;
    }
    .event,.office,.foras{
        margin-bottom: 20px;
    }
    .menusw{
        display: none;
    }
}
@media(max-width:772px){
    .header_sec ul {
        position: relative;
        float: left;
        margin-bottom: 20px;
    }
}
@media(max-width:665px){
    .registar{
        display: none;
    }
    .ul_menu{
        float: left;
        left: 0;
    }
    .header-section.active .header_menu.active .header .ul_menu{
        float: left;
        position: relative;
        left: 0;
    }
    .header-section:after,
    .header-section:before{
        display: none;
    }
    .header_sec ul li{
        margin-bottom: 5px;
    }
}
@media(max-width:450px){
    .logo {
        float: right;
        width: 220px;
        padding-top: 8px;
    }
    .cont_header{
        padding: 5vh 0;
    }
    .rights_footer p{
        font-size: 14px;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .header-section .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .header-section .dropdown .dropdown-menu {
        width: 100%;
    }
}

.header-section .dropdown .dropdown-menu {
 margin-top: 0;
}

.header-section .dropdown i{
    display: inline-block;
    margin-right: 5px;
}