a{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
body.admin-bar #header.new_header{
    top: 32px;
}
#header.new_header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    height: auto;
    background: none;
    width: 100%;
    border: none;
}
#header .inner_header{

}
#header .top_header .wrap_languages{
    position: relative;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    justify-content: flex-end; -webkit-justify-content: flex-end; -ms-flex-pack: flex-end;
    padding: 12px 0;
}

.top_header .lang-link {
    position: relative;
    display: inline-block;
}
.top_header .lang-link a{
    color: #fff;
}
.top_header .lang-link ul{
    display: block;
}
#header .main_header {
    position: relative;
    display: block;
    background: #fff;
}
#header .main_header .inner{
    position: relative;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
    justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between;
}
#header .main_header .logo{
    position: relative;
    display: inline-block;
    width: 30%;
}
#header .main_header .logo a{
    position: absolute;
    display: block;
    bottom: -36px;
    left: 0;
    z-index: 99;
}
/** Header menu **********/
.wrap_menu {
    position: relative;
    padding: 17px 0;
}
.wrap_menu ul#main-menu{
    position: relative;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    flex-direction: row;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
    float: none;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.wrap_menu #main-menu li {
    padding: 0 12px;
}
.wrap_menu ul#main-menu li a{
    font-size: 17px;
    color: #666666;
}
.wrap_menu ul#main-menu li a:focus,
.wrap_menu ul#main-menu li a:hover{
    color: #0d5180;
}
.wrap_menu ul#main-menu li.current-menu-item a{
    font-weight: bold;
    color: #0e507f;
}
/** New Home page *********************/
.section_top {
    position: relative;
    display: block;
}
.section_top .bg_image{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section_top .inner_top {
    position: relative;
    display: block;
    height: 656px;
    /* padding-top: 101px;  // header height */
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto 100%;
    background-position: 100% 0;
    background-image: none!important;

}
.section_top .inner_top .container-1200{
    position: relative;
}
.section_top .inner_top .container-1200::before{
    content: '';
    background: #ffffff8c;
    position: absolute;
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    bottom: -140%;
}
.section_top .inner_top .text{
    font-size: 37px;
    font-weight: bold;
    color: #0d5180;
    line-height: 1.2em;
    height: 100%;
    /* height: calc(100% - 100px); */
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
    position: relative;
    max-width: 500px;
    margin: auto;
    font-size: 2.2rem;
    margin-top: -30px;

}
.section_top .bottom_blue {
    background: url(../images/top_blue_stripe.png) no-repeat bottom center;
    background-size: cover;
    position: relative;
    display: block;
}
.section_top .bottom_blue .text{
    position: relative;
    display: block;
    padding: 40px 0;
    color: #fff;
    font-size: 28px;
    line-height: 1.5em;
    text-align: center;
}
.section_top .bottom_blue .arrow_bottom {
    text-align: center;
    position: relative;
    display: block;
    padding-bottom: 20px;
}
.fade-in-top{-webkit-animation:fade-in-top 2s ease-in-out infinite both;animation:fade-in-top 2s ease-in-out infinite both;}
@-webkit-keyframes fade-in-top{0%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-top{0%{-webkit-transform:translateY(-30px);transform:translateY(-30px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}


/** Activities Blocks ****/
.section_blocks {
    position: relative;
    display: block;
    padding: 80px 0;
}
.blocks_container {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
}
.blocks_container .block {
    position: relative;
    flex: 1;
    max-width: 548px;
    width: 100%;
    height: auto;
}
.blocks_container .circle_title{
    position: absolute;
    left: -20px;
    top: -45px;
    display: flex;
    width: 143px;
    height: 143px;
    border-radius: 50%;
    z-index: 9;
    font-size: 25px;
    line-height: 1.1em;
    font-weight: bold;
    color: #fff;
    align-items: center;
    border: 5px solid #fff;
}
.blocks_container .block .content{
    font-size: 20px;
    line-height: 1.4em;
    color: #231f20;
    margin-bottom: 10px;
}
.blocks_container .circle_title span{
    position: relative;
    padding-left: 25px;
}
.blocks_container .block .image {
    position: relative;
    height: 350px;
}
.blocks_container .block .image a {
    position: relative;
    display: block;
}
.blocks_container .block .image a img{
    max-height: 350px;
}
.blocks_container .block .read_more {
    display: block;
    margin-top: 10px;
    height: 42px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
}
.blocks_container .block.block_2 .read_more {
    left: 50px;
}
.blocks_container .block .read_more img {
    position: relative;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 10px;
    left: 0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.blocks_container .block .read_more a {
    font-size: 20px;
    font-weight: bold;
    color: #bcbcbc;
    line-height: 2em;
}
.blocks_container .block .read_more a:hover img{
    left: 7px;
}
.blocks_container .block.owl-carousel .owl-controls{
    /* position: relative;
    top: 100%; */
    margin-top: 10px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
}
.blocks_container .block.owl-carousel .owl-controls .owl-nav{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 42px;
}
.blocks_container .block.owl-carousel .owl-stage-outer{
    /* height: 100%; */
}
.blocks_container .block.owl-carousel .owl-controls .owl-next,
.blocks_container .block.owl-carousel .owl-controls .owl-prev{
    top: 0;
    text-indent: inherit;
    background: none;
    display: flex;
    align-items: center;
}
/*******/
.blocks_container .block.owl-carousel .owl-controls .owl-prev{
    left: 0;
    width: auto;
}
.blocks_container .block.owl-carousel .owl-controls .owl-prev span.txt,
.blocks_container .block.owl-carousel .owl-controls .owl-next span.txt{
    font-size: 20px;
    font-weight: bold;
    color: #bcbcbc;
    line-height: 2em;
}
.blocks_container .block.owl-carousel .owl-controls .owl-prev span.arr{
    position: relative;
    display: inline-block;
    height: 42px;
    width: 42px;
    margin-right: 10px;
}
.blocks_container .block.owl-carousel .owl-controls .owl-next{
    right: 0;
    width: auto;
    flex-direction: row-reverse;
}
.blocks_container .block_1.owl-carousel .owl-controls .owl-prev span.arr,
.blocks_container .block_1.owl-carousel .owl-controls .owl-next span.arr{
    background: url(../images/read_more_blue.png) center center no-repeat;
}
.blocks_container .block_2.owl-carousel .owl-controls .owl-prev span.arr,
.blocks_container .block_2.owl-carousel .owl-controls .owl-next span.arr{
    background: url(../images/read_more_orange.png) center center no-repeat;
}
.blocks_container .block.owl-carousel .owl-controls .owl-next span.arr{
    position: relative;
    display: inline-block;
    height: 42px;
    width: 42px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 10px;
}
.blocks_container .wrap_block{
    position: relative;
}
/** Block 1 ***********/
.blocks_container .block.block_1 .circle_title,
.blocks_container .circle_title.title_01 {
    background: #00a6d7;
}
.blocks_container .block.block_1 h3.block_title a {
    color: #00a6d7;
}
.blocks_container .block.block_1 {
    margin-right: 50px;
}
/** Block 2 ***********/
.blocks_container .circle_title.title_02 {
    background: #e78324;
}
.blocks_container .block.block_2 h3.block_title a {
    color: #e78324;
}
.blocks_container .block.block_2 {
    margin-left: 50px;
}
.blocks_container .block.block_2 .inner{
    padding-bottom: 52px;
}
/** Section Collaboration ****************/
.section_collaboration{
    background: url(../images/dibur_bg.png) no-repeat top center;
    position: relative;
    display: block;
    margin-top: 150px;
}
.flex_container{
    position: relative;
    display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex;
    justify-content: space-between; -webkit-justify-content: space-between; -ms-flex-pack: space-between;
}
.section_collaboration .facebook_wrapper {
    position: relative;
    display: block;
    padding: 50px 0;
}
.section_collaboration .facebook_wrapper .flex_container{
    border-top: 1px solid #0d5180;
}
.section_collaboration .flex_container.collab{
    padding: 110px 0 20px 0;
    margin-bottom: 40px;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}
.section_collaboration .flex_container .main_content{
    position: relative;
    flex: 1;
}
.section_collaboration .flex_container .main_content .title {
    margin-bottom: 10px;
}
.section_collaboration .flex_container .main_content .content{
    color: #5d5d5d;
    font-size: 20px;
    line-height: 1.6em;
    min-height: 225px;
}
.section_collaboration .video_wrapper {
    position: relative;
    flex: 1;
    display: block;
}
.video_wrapper a.popup-youtube{
    position: absolute;
    display: block;
    max-width: 477px;
    width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.video_wrapper a.popup-youtube img{
    border-radius: 50%;
    border: 5px solid #fff;
}
.video_wrapper a.popup-youtube svg{
    position: absolute;
    display: block;
	width: 60px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -30px;
	z-index: 80;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.video_wrapper a.popup-youtube:hover svg path.ytp-large-play-button-bg{
	fill: #bb0000;
}
/**  Footer *******************************/
#footer{
    height: auto !important;
}
#footer .bottom_footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 15px;
}
body.page-template-template-home #footer{
    margin-top: 0;
}
#footer .inner_footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 0 0;
}
#footer .inner_footer .logo_footer{
    width: 40%;
}
#footer .inner_footer .wrap_menu{
    width: 60%;
}
#footer ul#footer-menu{
    position: relative;
    display: flex;
    justify-content: space-between;
}
#footer ul#footer-menu li{
    padding: 0 15px;
}
#footer ul#footer-menu li:last-child{
    padding-right: 0;
}
#footer ul#footer-menu li a{
    color: #fff;
    font-size: 18px;
    border: none;
    padding: 0;
}
#footer ul#footer-menu li a:hover,
#footer ul#footer-menu li a:focus{
    color: #858585;
}
#footer ul#footer-menu li.current-menu-item a{
    font-weight: bold;
}
/** Page About Us ***************************/
#page-wrap.aboutus .section{
    margin-bottom: 60px;
}
#page-wrap.aboutus .section h2.section_title{
    color: #00a6d7;
    font-size: 43px;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0 0 30px 0;
}
#page-wrap.aboutus .section.top_banner{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 505px;
}
.section.top_banner .container-1200{
    position: relative;
}
.section.top_banner .banner_content {
    text-align: center;
    padding-top: 120px;
    color: #fff;
}
.section.top_banner .banner_content .text{
    color: #fff;
}
.section.top_banner .banner_content .title {
    font-size: 68px;
    font-weight: bold;
    line-height: 1.2em;
}
.section.top_banner .banner_content .text {
    font-size: 30px;
    line-height: 1.4em;
}
.section_2 .our_way_content {
    position: relative;
    display: block;
    text-align: center;
}
.section .text {
    font-size: 20px;
    line-height: 1.5em;
    color: #231f20;
}
.section_2 .our_way_content .top.text {
    font-size: 25px;
    line-height: 1.3em;
    margin-bottom: 50px;
}
.icons_repeater{
    position: relative;
    margin-bottom: 60px;
}
.icons_repeater .icon_box .icon{
    position: relative;
    margin-bottom: 15px;
    height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.icons_repeater .icon_box .title{
    font-size: 25px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
}
/************************/
.container-940 {
    position: relative;
    display: block;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}
.section_3 .flex_container{
    margin: 0 -20px;
}
.flex_container .col {
    position: relative;
    flex: 1;
    padding: 0 20px;
}
.section_2 .wrap_title {
    height: 170px;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.section_2 .wrap_title .section_title{
    margin-bottom: 0 !important;
}
/*********/
.section_4_bg {
    position: relative;
    display: block;
    padding: 75px 0;
    background: #42b6e9;
}
.section_4_bg:before,
.section_4_bg:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 134px;
    display: block;
    background: url(../images/about_unique_bg.png) no-repeat top center;
    top: -134px;
    left: 0;
    z-index: 99;
}
.section_4_bg:after{
    top: auto;
    bottom: -134px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.section_4 .flex_container {
    flex-wrap: wrap;
}
.section_4 .flex_container .icon_box {
    width: 50%;
    position: relative;
    display: block;
}
.section_4 .flex_container .icon_box.mb {
    margin-bottom: 75px;
}
.section_4 .flex_container .icon_box .icon{
    margin-bottom: 25px;
}
.section_4 .flex_container .icon_box .inner_box{
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center; -webkit-align-items: center; -ms-flex-align: center;
    text-align: center;
}
.section_4 .flex_container .icon_box .text{
    color: #fff;
}
.section_4 .flex_container .icon_box .title{
    font-weight: bold;
}
/***********/
.circle_boxes{
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.circle_boxes .circle_box{
    position: relative;
    display: block;
    margin-left: -42px;
    flex: 1;
}
.circle_boxes .circle_box:first-child{
    margin-left: 0;
}
.circle_boxes .circle_box .circle{
    position: relative;
    height: 257px;
    width: 257px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    cursor: pointer;
    font-weight: bold;
    line-height: 1.2em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.circle_boxes .circle_box .circle .arrow_bottom {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -15px;
    z-index: 9;
}
.circle_boxes .circle_box .hidden_text{
    position: relative;
    display: block;
    text-align: center;
    margin-top: 35px;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.circle_boxes .circle_box.active .hidden_text{
    opacity: 1;
}
.circle_boxes .circle_box .hidden_text .text{
    line-height: 1.3em;
}
.circle_boxes .circle_box .hidden_text .text ul{
    list-style: none;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
.circle_boxes .circle_box .hidden_text .text ul li:after{
    content: '';
    height: 3px;
    max-width: 188px;
    width: 100%;
    position: relative;
    display: block;
    left: 50%;
    margin-left: -99px;
}
.circle_boxes .circle_box .hidden_text .text ul li:last-child:after{
    display: none;
}
#footer .footer-dots{
    top: -10px;
    right: 50%;
    margin-right: -47.5px;
    z-index: 99;
}
/*** template team members  *****************************/
#page-wrap.team_members .section.top_banner{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    height: 618px;
}
#page-wrap.team_members .section.top_banner .banner_content .title{
    margin-bottom: 70px;
}
#page-wrap.team_members .section.top_banner .banner_content{
    text-align: center;
    padding-top: 120px;
    color: #fff;
}
.flex_icons {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.flex_icons .icon_box {
    position: relative;
    flex: 1;
    max-width: 130px;
    margin: 0 8px;
    width: 100%;
}
.flex_icons .icon_box .icon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #fff;
}
.flex_icons .icon_box img.ic{
    max-width: 75px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.flex_icons a.icon_box:hover img.ic{
    max-width: 60px;
}
.flex_icons a.icon_box #ajaxsearchlite1{
    background: none !important;
    box-shadow: none !important;
    width: 100% !important;
    border-bottom: 1px solid #000;
}
.flex_icons a.icon_box #ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
    margin: 0;
    padding: 0;
    background: transparent;
}
.flex_icons a.icon_box  .proinput form{
    background: none !important;
}
.flex_icons a.icon_box ::-webkit-input-placeholder { color: red !important; font-family: 'Open Sans', sans-serif !important; background: none !important;}
.flex_icons a.icon_box ::-moz-placeholder { color: red !important; font-family: 'Open Sans', sans-serif !important; background: none !important;}
.flex_icons a.icon_box :-ms-input-placeholder { color: red !important; font-family: 'Open Sans', sans-serif !important; background: none !important;}
.flex_icons a.icon_box :-moz-placeholder { color: #2d2d2d; font-family: 'Open Sans', sans-serif !important; background: none !important;}

.flex_icons a.icon_box #ajaxsearchlite1 .probox .proinput input,
.flex_icons a.icon_box  div[id*="ajaxsearchlite"] .probox .proinput input{
    font-size: 20px;
    background: none !important;
    color: #2d2d2d !important;
    line-height: 1.3em !important;
    font-family: 'Open Sans', sans-serif !important;
}
div#ajaxsearchlite1 * {
    background: none !important;
}
.flex_icons .icon_box img.arr{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -8px;
    z-index: 9;
}
.flex_icons .icon_box .name {
    font-size: 20px;
    color: #2d2d2d;
    line-height: 1.3em;
    margin-top: 15px;
}
.people_category{
    position: relative;
    display: block;
}
.people_category:first-child{
    margin-top: -128px;
}
.people_category .category_content{
    position: relative;
    padding: 128px 0;
}
.people_category .category_content .inner_wrap{
    position: relative;
    display: block;
    padding: 35px 0;
}
.people_category .category_content h3.name{
    color: #fff;
    margin: 0 0 15px 0;
    font-size: 40px;
}
.people_category .category_content .description{
    color: #fff;
    font-size: 20px;
    line-height: 1.3em;
}
.people_category .category_content .description p {
    margin: 0 0 20px 0;
}
.category_content .arc{
    position: absolute;
    z-index: 99;
    background-color: transparent;
    left: 0;
    width: 100%;
    height: 128px;
}
.category_content .arc.top{
    top: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.category_content .arc.bottom{
    bottom: 0;
}
.members_group {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.members_group .member {
    position: relative;
    width: 32%;
    margin: 0 2% 30px 0;
}
.members_group .member.first {
    margin-right: 0;
}
.members_group .member a.member_link{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
.members_group .member a.member_link .people-image{
    float: none;
    display: inline-block;
    padding: 15px 15px 5px 5px;
    border-radius: 50%;
    width: auto;
    box-sizing: border-box;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.members_group .member a.member_link .people-text {
    float: none;
    text-align: left;
    padding: 0px 15px 0 20px;
    width: auto;
}
.members_group .member a.member_link .people-text .role{
    color: #333333;
    font-size: 0.6em;
    line-height: 1em;
}
.members_group .member a.member_link:hover .people-image{
    opacity: 0.7;
}
.members_group .member a.member_link:hover .people-image .news-image-in{
}
.members_group .member a.member_link .people-image .news-image-in{
    width: 95px;
    height: 95px;
    box-sizing: border-box;
}
/** Living Together Center ***********************/
#page-wrap.lt_center .section.top_banner{
    height: 712px;
}
#page-wrap.lt_center .section.top_banner .banner_content .title {
    margin-bottom: 50px;
}
#page-wrap.lt_center .section_2 .icons_repeater .icon_box {
    position: relative;
    margin: 0 20px;
    max-width: 360px;
    width: 100%;
}
#page-wrap.lt_center .section_2 .icons_repeater .icon_box .text {
    font-size: 17px;
}
#page-wrap.lt_center .section_projects{
    position: relative;
    display: block;
    margin-bottom: 0;
}
.section_projects:before{
    position: absolute;
    content: "";
    height: 128px;
    top: 0;
    left: 0;
    background:url(../images/projects_top_bg.png) no-repeat top center;
    width: 100%;
    display: block;
}
.section_projects .projects_title{
    position: relative;
    display: flex;
    background: url(../images/projects_title_bg.png) no-repeat top center;
    text-align: center;
    color: #fff;
    height: 166px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    z-index: 10;
}
.section_projects .inner_projects{
    position: relative;
    display: block;
    background: #ebebeb;
    margin-top: -40px;
    padding: 80px 0;
}
.section_projects .projects_list .single_project {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #0d5180;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.section_projects .projects_list .single_project:last-child {
    margin-bottom: 0;
}
.section_projects .projects_list .single_project .excerpt p{
    margin: 0;
}
.section_projects .projects_list .single_project .title{
    font-size: 25px;
    line-height: 1.2em;
}
.section_projects .projects_list .single_project .icon {
    width: 10%;
    text-align: center;
}
.section_projects .projects_list .single_project .post {
    width: 75%;
}
.section_projects .projects_list .single_project .post .excerpt {
    color: #231f20;
    font-size: 17px;
}
body.page-template-template-center #footer{
    margin-top: 0;
}
/**** Events and Activities *******************************/
#page-wrap.events_activities .flex_icons {
    justify-content: space-around;
}
#page-wrap.events_activities .flex_icons .icon_box .name{
    font-weight: bold;
    font-size: 38px;
    color: #fff;
}
#page-wrap.events_activities .flex_icons .icon_box{
    max-width: 175px;
}
#page-wrap.events_activities .flex_icons .icon_box .icon{
    height: 165px;
    width: 165px;
}
#page-wrap.events_activities .flex_icons .icon_box img.ic{
    max-width: 100px;
}
#page-wrap.events_activities .flex_icons a.icon_box:hover img.ic{
    max-width: 70px;
}
.section.section_posts {
    position: relative;
    display: block;
    padding: 80px 0;
}
.posts_list {
    position: relative;
    display: block;
}
.posts_list .post_item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 50px;
}
.posts_list .post_item:last-child {
    margin-bottom: 0;
}
.posts_list .post_item a.thumb {
    max-width: 180px;
    width: 100%;
    margin-right: 40px;
    opacity: 1;
}
.posts_list .post_item a.thumb:hover {
    opacity: 0.7;
}
.posts_list .post_item .post_content {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-bottom: 1px solid #5d5d5d;
    padding-bottom: 10px;
}
.posts_list .post_item .post_content p{
    margin: 0 0 0px 0;
}
.section_posts .posts_wrapper{
    position: relative;
    display: block;
    margin-bottom: 100px;
}
.section_posts .posts_wrapper:last-child{
    margin-bottom: 0;
}
.section_posts .posts_wrapper h2.category_title {
    font-weight: bold;
    border-bottom: 1px solid #5d5d5d;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.posts_list .post_item .post_content .cat_title,
.posts_list .post_item .post_content .date{
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    line-height: 1.3em;
}
.posts_list .post_item .post_content .cat_title a:hover,
.posts_list .post_item .post_content .cat_title a:focus{
    color: #bcbcbc !important;
}
.posts_list .post_item .post_content .meta{
    position: relative;
    width: 78%;
}
.posts_list .post_item .post_content .meta .excerpt {
    margin-top: 5px;
}
.posts_list .post_item .post_content a.read_more,
.section_projects .projects_list .single_project a.read_more {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 22%;
    font-size: 20px;
    font-weight: bold;
    color: #bcbcbc;
}
.section_projects .projects_list .single_project a.read_more {
    width: 15%;
    align-self: flex-end;
}
.section_projects .projects_list .single_project a.read_more .arr,
.posts_list .post_item .post_content a.read_more .arr {
    position: relative;
    right: 10px;
    margin-left: 15px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.section_projects .projects_list .single_project a.read_more:hover .arr,
.posts_list .post_item .post_content a.read_more:hover .arr {
    right: 0px;
}
/*****************/
.project-single .news-image{
    max-width: 250px;
}
.mobile_menu_button {
    position: relative;
    display: none;
}
#page-wrap.project-page .top_banner {
    position: relative;
    height: 187px;
    margin-bottom: 40px;
    background-size: cover !important;
}
#page-wrap.project-page .top_banner .wrap_project_title{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page-wrap.project-page h1.project_title{
    color: #fff;
    margin: 0;
}


/* DISABLE ARABIC OPTION */
.lang-item-ar {
  display: none !important;
}

body.acp-readable #acp-toolbar, body.acp-marklinks #acp-toolbar, body.acp-dark #acp-toolbar, body.acp-bright #acp-toolbar, #acp-toolbar{
    display: block;
}
.access{
    text-align: left;
}
.page-template-page-accessibility .main-container{
    padding: 15px;
}
.page-template-page-accessibility h2{
    margin-bottom: 10px;
}
