/*-- Country detail --*/
.owl-carousel.owl-loaded {
    visibility: visible !important;
}

.header_title {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 20% center;
}

.header_title h1 {
    margin: 300px 0 0;
    background: #efefef;
    font-weight: bold;
    display: table;
    padding: 20px 100px;
    font-size: 50px;
    letter-spacing: 2px;
    border-bottom: 1px solid #7b7b7b;
    color: #313131;
    text-transform: uppercase;
}

.header_title_no_image h1 {
    background: #efefef;
    font-weight: bold;
    padding: 20px 0px;
    font-size: 50px;
    letter-spacing: 2px;
    border-bottom: 1px solid #7b7b7b;
    color: #313131;
}

.siblings_upper h5 {
    padding: 20px 0;
    margin: 0;
    position: relative;
    color: #313131;
    font-size: 16px;
}

.siblings_upper a {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    color: #313131;
}

.siblings_upper a i {
    font-weight: bold;
}

.siblings_section {
    background: #efefef;
    padding: 0 35px;
}

.siblings_list a {
    color: #313131;
    font-size: 14px;
    padding: 3px 8px;
    font-weight: bold;
    display: inline-block;
    line-height: 24px;
}

.siblings_list a i {
    color: #049cdb;
    font-weight: bold;
}

.siblings_list a:hover {
    background: #313131;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.siblings_list h4 {
    font-size: 14px;
    font-weight: normal;
    padding: 0 8px;
    margin: 4px 0;
}

.collaps_icon {
    border-top: 1px solid #7b7b7b;
    text-align: right;
    margin-top: 24px;
}

.collaps_icon a {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #313131;
    padding-right: 5px;
}

.collaps_icon a i {
    font-weight: bold;
}

.siblings_lower {
    display: none;
}

.country_content_right {
    margin-top: 30px;
}

.country_content_left {
    margin-top: 30px;
    border-left: 1px solid #efefef;
}

.country_content_right h1 {
    color: #049cdb;
    font-weight: bold;
    font-size: 50px;
    margin: 0 0 20px;
}

.country_content_left h1 {
    color: #049cdb;
    font-weight: bold;
    font-size: 50px;
    margin: 0 0 20px;
    /* display: none; */
}

.country_map {
    margin-bottom: 30px;
}

.country_map img {
    width: 100%;
}

.country_text {
    margin-bottom: 30px;
}

.country_text p {
    font-size: 14px;
    line-height: 20px;
}

.country_parameter {
    text-align: center;
    margin-bottom: 30px;
}

.country_parameter p {
    margin: 0;
    font-size: 16px;
    color: #313131;
}

.country_parameter span {
    font-size: 16px;
    font-weight: bold;
    color: #313131;
}

.country_slider {
    padding: 0 25px;
}

.country_slider .item img {
    border-radius: 10px;
}

.country_images h4 {
    margin: 0 0 21px;
}

.country_images h4 p {
    color: #049cdb;
    margin: 0;
    display: inline-block;
}

.country_images h4 span {
    color: #015595;
    font-weight: bold;
    font-size: 30px;
    display: inline-block;
}

.country_desc {
    margin-bottom: 26px;
    line-height: 24px;
}

.news_title {
    text-align: center;
}

.news_title h1 {
    font-weight: bold;
    color: #015595;
    margin: 18px 0 12px;
    line-height: 26px;
}

.news_title p {
    line-height: 16px;
    margin-bottom: 32px;
    color: #049cdb;
    font-size: 18px;
}

.country_content {
    margin-bottom: 30px;
}

.news_content_section {
    background: #049cdb;
    padding: 0 15px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0px -168px 230px -79px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px -168px 230px -79px rgba(0, 0, 0, 0.4);
}

.news_image {
    width: 150px;
    display: table-cell;
    vertical-align: middle;
}

.news_image img {
    width: 100%;
    border-radius: 4px;
}

.news_text {
    width: 78%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px;
}

.news_text h4 {
    color: #fff;
    margin: 0;
}

.news_text p {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    margin: 0;
}

.news_item {
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}

.news_item:last-child {
    border-bottom: none;
}

.news_link a {
    color: #049cdb;
    background: #fff;
    padding: 5px 16px;
    border-radius: 5px;
    font-size: 14px;
}

.news_link a:hover {
    text-decoration: none;
}

.news_link {
    text-align: center;
    width: 150px;
    display: table-cell;
    vertical-align: middle;
}

.country_news_content {
    margin-bottom: 58px
}

.opportunity_title {
    text-align: center;
}

.opportunity_title h1 {
    color: #015595;
    margin: 0 0 20px;
    font-size: 55px;
    font-weight: bold;
    line-height: 55px;
}

.opportunity_title h4 {
    color: #049cdb;
    font-size: 35px;
    margin: 0 0 24px;
    font-weight: normal;
}

.item_desc_block {
    background: #049cdb;
    text-align: center;
    padding: 24px 22px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.item_title_block h1 {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    font-size: 45px;
    line-height: 42px;
    text-align: left;
}

.item_title_block p {
    color: #fff;
    line-height: 24px;
    text-align: left;
}

.item_desc_block .opportunity_btn {
    font-weight: bold;
    color: #fff;
    font-size: 28px;
    background: #015595;
    border-radius: 4px;
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px 0;
    margin-top: 5px;
}

.item_desc_block .opportunity_btn:hover {
    text-decoration: none;
}

.opportunity_item:hover .item_desc_block {
    background: rgb(167, 220, 68);
}

.opportunity_item:hover .item_title_block h1 {
    color: #383838;
}

.opportunity_item:hover .item_title_block p {
    color: #383838;
}

.opportunity_item:hover .opportunity_btn {
    background: #383838;
}

.item_title_block {
    height: 200px;
    overflow: hidden;
}

.opportunity_item {
    -webkit-box-shadow: 9px 12px 35px rgba(0, 0, 0, 0.22);
    box-shadow: 9px 12px 35px rgba(0, 0, 0, 0.22);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.opportunity_item img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.country_slider .owl-nav [class*=owl-] {
    background: none;
    color: #313131;
    padding: 0;
    background: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.country_slider .owl-nav [class*=owl-] i {
    font-size: 37px;
    font-weight: bold;
}

.country_slider .owl-nav [class*=owl-]:hover {
    background: none;
    color: #313131;
}

.country_slider .owl-nav .owl-next {
    right: 0;
}

.country_slider .owl-nav .owl-prev {
    left: 0;
}

.country_slider .owl-nav {
    margin: 0;
}

.funding_opportunity {
    margin-bottom: 36px;
}

.featured_mission h2 {
    background: #049cdb;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    padding: 16px 28px;
    margin: 0 0 24px;
    line-height: 20px;
}

.featured_mission_img img {
    width: 100%;
}

.featured_mission_detail h4 {
    margin: 0 0 16px;
}

.featured_mission_desc p {
    line-height: 24px;
}

.more_mission_section h2 {
    background: #049cdb;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    padding: 16px 28px;
    margin: 0 0 24px;
    line-height: 20px;
}

.more_mission_detail h4 {
    margin: 15px 0 10px;
}

.more_mission_desc p {
    line-height: 24px;
}

.featured_mission {
    margin-bottom: 20px;
}

.more_mission_section {
    margin-bottom: 26px;
}

.more_mission_detail:nth-child(2n+1) {
    clear: left;
}

/*=============================== News Room page =======================================*/
.transparent_title h1 {
    background: rgba(253, 250, 245, 0.7);
    border: none;
}

.breadcrumb_section {
    background: #EFEFEF;
}

.breadcrumb_section .breadcrumb {
    background: #EFEFEF;
    margin-bottom: 0;
}

/*.breadcrumb_section ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumb_section ul li{
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #015595;
}
.breadcrumb_section ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #015595;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb_section ul li i{
    margin-left: 12px;
    color: #015595;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}*/
.news_block_title h1,
.news_block_title h2 {
    color: #393939;
    font-weight: bold;
    font-size: 42px;
    margin: 0;
}

.news_content .news_block_title {
    margin-bottom: 16px;
}

.news_content {
    margin-top: 32px;
}

.magazine_section .magazine_block {
    padding: 0 15px;
}

.magazine_section .bulletin_block {
    padding: 0 15px;
}

.magazine_section .reports_block {
    padding: 0 15px;
}

.magazine_section {
    margin-bottom: 50px;
}

.magazine_block a,
.reports_block a {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
    display: block;
    text-align: center;
    white-space: nowrap;
}

.magazine_block a i,
.reports_block a i {
    font-weight: bold;
    padding-left: 10px;
}

.magazine_block a:hover,
.reports_block a:hover {
    text-decoration: none;
}

.magazine_block p,
.reports_block p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    color: #fff;
}

.magazine_section .magazine_block .vc_column-inner,
.magazine_section .reports_block .vc_column-inner {
    padding-top: 36px;
    padding-bottom: 24px;
    -webkit-box-shadow: 9px 12px 35px rgba(0, 0, 0, 0.22);
    box-shadow: 9px 12px 35px rgba(0, 0, 0, 0.22);
}

.magazine_section .bulletin_block .vc_column-inner {
    padding-top: 36px;
    padding-bottom: 24px;
    -webkit-box-shadow: 9px 12px 35px rgba(0, 0, 0, 0.22);
    box-shadow: 9px 12px 35px rgba(0, 0, 0, 0.22);
}

.bulletin_block a {
    color: #393939;
    font-size: 27px;
    font-weight: 500;
    display: block;
    text-align: center;
}

.bulletin_block a i {
    font-weight: bold;
    padding-left: 10px;
}

.bulletin_block a:hover {
    text-decoration: none;
}

.bulletin_block p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-style: italic;
    color: #393939;
}

.magazine_section .magazine_text {
    margin-bottom: 0;
}

.news_upper_detail {
    background: #EFEFEF;
    padding: 18px 0px 5px;
}

.news_upper_detail .title_link {
    color: #049cdb;
    margin: 0 0 10px;
    font-size: 27px;
    font-weight: bold;
    line-height: 30px;
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .news_upper_detail .title_link {
        color: #049cdb;
        margin: 0 0 10px;
        font-size: 27px;
        font-weight: bold;
        line-height: 29px;
    }
}

@media screen and (min-width:1200px) {

    /*.news_upper_detail {
      background: #EFEFEF;
      padding: 18px 16px 26px;
      min-height: 420px;
      position: relative;
    }*/
    .news_upper_detail {
        background: #EFEFEF;
        padding: 18px 16px 26px;
        min-height: 288px;
        position: relative;
        width: 64%;
        float: right;
    }
}


.news_upper {
    background: #EFEFEF;
    padding: 20px;
    display: inline-block;
    /*min-height:390px;
    border-bottom: 1px solid #cdcdcd;*/
}

div.news_lower>div>img {
    width: 140px;
}

@media screen and (max-width: 500px) {
    div.news_lower>div>img {
        width: 110px;
    }
}

@media screen and (max-width: 1200px) {
    .news_item_detail h5 {
        color: #049cdb;
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        line-height: 29px;
    }
}

.news_upper_detail p {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 20px;
}

.news_upper_detail .read_story {
    display: block;
    text-align: center;
    background: #D81213;
    color: #fff;
    padding: 15px 0;
    line-height: 16px;
    border-radius: 4px;
    font-weight: 500;
}

@media screen and (min-width:1200px) {
    .news_upper_detail .read_story {
        display: block;
        text-align: center;
        background: #D81213;
        color: #fff;
        padding: 15px 0;
        line-height: 16px;
        border-radius: 4px;
        font-weight: 500;
        /*position: absolute;
        bottom: 10px;
        right: 10px;*/
        width: 90%;
        max-width: 300px;
        float: right;
    }
}



.news_upper_detail a:hover {
    text-decoration: none;
}

.news_upper_detail a i {
    font-weight: bold;
    font-size: 18px;
    padding-left: 4px;
}

.news_upper img {
    width: 33%;
    height: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media screen and (max-width:900px) {
    .news_upper img {
        width: 100%;
        height: auto;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
}

.news_lower {
    border: 2px solid #EFEFEF;
    padding: 18px 20px;
    background: #EFEFEF;
}

.news_list_item img {
    width: 35%;
    float: left;
    max-width: 140px;
}

.news_list_item .news_item_detail {
    width: 68%;
    float: left;
    margin-left: 10px;
    /*position:relative;*/
}

.news_item_detail.no_image_item {
    margin-left: 0;
}

.news_list_item {
    margin-bottom: 18px;
    position: relative;
}

.news_list_item:last-child {
    margin-bottom: 0;
}

.news_item_detail h5 {
    color: #049cdb;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}

.wpb-js-composer .vc_tta .vc_tta-tab {
    margin-bottom: 0px !important;
}

.vc_tta-tabs ul.vc_tta-tabs-list {
    border-bottom: 1px solid #ddd;
}

.vc_tta-tabs .vc_tta-tabs-list li.vc_tta-tab a {
    font-weight: bold;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background-color: #015595 !important;
    color: #fff !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-icon {
    font-weight: 700;
}


/*.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a>span.vc_tta-title-text:after {
    content: "\f103";
    font-family: FontAwesome;
    margin-left: 8px;
    font-size: 20px;
}*/

@media screen and (max-width:1200px) {
    .news_item_detail h5 {
        color: #049cdb;
        margin: 0;
        font-size: 29px;
        font-weight: bold;
        line-height: 31px;
    }
}

@media screen and (max-width:600px) {
    .news_item_detail h5 {
        color: #049cdb;
        margin: 0;
        font-size: 12.5px;
        font-weight: bold;
        line-height: 15px;
    }
}

/*.news_item_detail a, .news_content > div > div > div > div > div.news_lower > div > a, div.news_lower > div > a {
    color: #015595;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #015595;
    padding: 5px 20px;
    font-weight: bold;
    border-radius: 12px;
    position: absolute;
    right: 2%;
    bottom: 44%;
}*/


.prayer_sidebar {
    padding: 35px 15px 0 15px;
    background: #009edd url(/wp-content/uploads/2017/05/get-involved-bg.png?id=3857) !important;
    background-repeat: no-repeat !important;
    background-position: 220% center !important;
}

.prayer_sidebar h1 {
    color: #2f373a;
    text-align: center;
    font-weight: 900;
}

.prayer_sidebar h2 {
    font-size: 30px;
    color: #ffffff;
    line-height: 1.2;
    text-align: center;
}

.prayer_sidebar h3 {
    color: #ffffff;
    text-align: center;
}

.prayer_sidebar p {
    color: #ffffff;
    text-align: center;
}

.givenow_img {
    margin-bottom: 35px;
    text-align: center;
}

.givenow_img img {
    border-radius: 100%;
}

.sidebar_btn {
    text-align: center;
    margin-bottom: 21px;
}

.author_name {
    font-size: 12px;
}

.sidebar_btn a {
    padding: 14px 20px;
    background-color: #a7dc43;
    color: #3d373b;
    border: 1px solid #fff;
    text-transform: none;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
}

.sidebar_btn a:hover {
    background-position: 0 100%;
    text-decoration: none;
}

.poem_titlebar {
    padding-top: 40px;
    width: 90%;
    text-align: center;
    margin-bottom: 35px;
}

.poem_titlebar h2 {
    color: #004B8A;
    text-align: center;
    margin-top: 0;
    font-size: 26px;
}

.prayerlist_section ul li a {
    font-weight: bold;
}

.author_box {
    text-align: right;
    margin-top: 5px;
}

.author_box p {
    color: #337ab7;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.author_box h3 {
    margin: 0;
    font-size: 20px;
    line-height: 15px;
}

.author_box p span {
    font-size: 14px;
}

.poem_titlebar img {
    min-width: 400px;
    max-width: 100%;
    margin: 25px 0;
}

.donate_btn {
    display: inline-block;
    text-align: center;
    background: #D81213;
    color: #fff;
    padding: 15px 0;
    line-height: 16px;
    border-radius: 4px;
    font-weight: 500;
    width: 250px;
    margin: 20px 0 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
}

.donate_btn:hover {
    background-position: 0 100%;
    text-decoration: none;
    color: #fff;
}

.allpoem_btn {
    display: inline-block;
    text-align: center;
    color: #004b8a;
    padding: 10px 0;
    line-height: 16px;
    border-radius: 4px;
    font-weight: 500;
    width: 180px;
    margin: 10px 0 50px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .1)));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
    border: 1px solid #004b8a;
    font-size: 18px;
}

.allpoem_btn:hover {
    background-position: 0 100%;
    text-decoration: none;
    color: #004b8a;
}

.social-content-icons h3 {
    font-size: 20px;
    color: #004b8a;
    text-align: center;
}

.social-content-icons ul li a {
    font-size: 24px;
    color: #004b8a
}

@media screen and (max-width:600px) {
    #main>div.vc_row.wpb_row.vc_row-fluid.news_content div>p {
        font-size: 12.5px;
        line-height: 17px;
    }
}

.list_all {
    border: 2px solid #EFEFEF;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    text-align: center;
    padding: 5px 0;
}

.list_all a {
    color: #393939;
    font-weight: bold;
    font-size: 16px;
}

.list_all a i {
    font-weight: bold;
}

/*=============================== News single page =======================================*/
.news_sidebar {
    border-left: 2px solid #EFEFEF;
    padding-top: 26px;
}

.news_sidebar h2 {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
}

.latest_item h4 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #015595;
}

.latest_item img {
    width: 100%;
}

.latest_item {
    margin-bottom: 10px;
}

.magazine_item {
    margin-bottom: 18px;
    border: 1px solid #015595;
    height: 60px;
    padding: 0 14px;
    border-radius: 4px;
    position: relative;
    display: block;
}

.magazine_item .item_text {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.magazine_item p {
    margin: 0;
    font-weight: bold;
    color: #313131;
    font-size: 18px;
    line-height: 18px;
}

.magazine_item p i {
    padding-left: 5px;
    font-weight: bold;
}

.magazine_item span {
    font-style: italic;
    font-size: 13px;
    display: block;
    line-height: 14px;
    color: #313131;
}

.news_main {
    padding-top: 42px;
}

.author_block {
    margin-bottom: 30px;
}

.author_block p {
    color: rgba(49, 49, 49, 0.66);
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
}

.author_block p span {
    color: #000;
}

/* .news_main h1{
    margin: 0 0 6px;
    font-weight: bold;
    color: #015595;
} */
.post_desc p {
    line-height: 25px;
}

.magazine_sidebar {
    margin-top: 18px;
}

.news-widget-title {
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 16px;
}

#breadcrumbs {
    list-style: none;
    margin: 6px 0;
    overflow: hidden;
    padding: 0;
}

#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#breadcrumbs li a {
    color: #015595;
    font-size: 14px;
    font-weight: 500;
}

#breadcrumbs li strong {
    color: #015595;
    font-size: 14px;
    font-weight: 500;
}

#breadcrumbs .separator i {
    font-size: 16px;
    font-weight: bold;
    color: #015595;
}

.post_content {
    margin-bottom: 36px;
}

@media (max-width: 767px) {
    .siblings_list {
        max-height: 360px;
        overflow-y: scroll;
    }

    .siblings_list a {
        display: block;
    }

    .country_content_left h1 {
        display: block;
        text-align: center
    }

    .country_content_left {
        margin-top: 15px;
    }

    .country_text {
        text-align: center;
    }

    .country_content_right h1 {
        display: none;
    }

    .country_images h4 {
        margin: 0 0 10px;
    }

    .country_images h4 span {
        display: block;
        text-align: center;
    }

    .country_images h4 p {
        display: block;
        text-align: center;
    }

    .title_logo img {
        display: inline-block;
        width: 30px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .title_logo h1 {
        display: inline-block;
        vertical-align: middle;
    }

    .news_title p {
        margin-bottom: 15px;
    }

    .news_image {
        display: none;
    }

    .news_text p {
        display: none;
    }

    .news_text {
        width: 100%;
        display: block;
        padding: 0;
    }

    .news_link {
        text-align: center;
        width: 100%;
        display: block;
    }

    .news_text h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .news_link a {
        margin-top: 5px;
        display: inline-block;
    }

    .news_item {
        padding: 10px 0;
    }

    .country_news_content {
        margin-bottom: 24px;
    }

    .opportunity_title h1 {
        margin: 0 0 10px;
        font-size: 32px;
        line-height: 35px;
    }

    .opportunity_title h4 {
        font-size: 26px;
        margin: 0 0 16px;
        line-height: 23px;
    }

    .opportunity_item {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .opportunity_item {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 10px;
    }

    .item_title_block p {
        font-size: 16px;
    }

    .featured_mission_detail h4 {
        margin: 0 0 5px;
    }

    .featured_mission_img img {
        width: auto;
        max-width: 100%;
        margin: 0px auto;
        display: block;
    }

    .more_mission_section h2 {
        line-height: 26px;
    }

    .more_mission_detail h4 {
        margin: 0 0 5px;
    }

    .featured_mission {
        margin-bottom: 30px;
    }

    .magazine_block,
    .bulletin_block {
        margin-bottom: 20px;
    }

    .header_title h1 {
        margin: 130px 0 0;
        padding: 20px 40px;
        width: 100%;
        text-align: center;
    }

    .news_main {
        padding-top: 20px;
    }

    .author_block {
        margin-bottom: 20px;
    }

    .news_sidebar h2 {
        margin: 0 0 15px;
    }

    .news_upper_detail .title_link {
        font-size: 36px;
        line-height: 38px;
    }

    /*VS TAB*/
    .header_title_no_image h1 {
        text-align: center;
        font-size: 36px;
    }

    .vc_custom_heading.sub-heading {
        text-align: center !important;
        font-size: 26px !important;
    }

    #missionary_cooperative_content img {
        width: 100%;
        margin-left: 0;
    }


    .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
        overflow-x: scroll !important;
    }

    .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
        background-color: #015595 !important;
        color: #fff !important;
        border-radius: 5px !important;
        text-align: center !important;
        font-size: 18px !important;
    }

    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
        color: #fff !important;
    }

    .wpb-js-composer .vc_tta.vc_general .vc_tta-icon {
        display: none !important;
    }

    .wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a>span.vc_tta-title-text:after {
        content: "\f068";
        font-family: FontAwesome;
        margin-left: 8px;
        font-size: 20px;
        position: absolute;
        right: 20px;
    }

    .wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title>a>span.vc_tta-title-text:after {
        content: "\f067";
        font-family: FontAwesome;
        margin-left: 8px;
        font-size: 20px;
        position: absolute;
        right: 20px;
    }

    @media (max-width: 600px) {
        .news_upper_detail .title_link {
            font-size: 18px;
            line-height: 24px;
        }
    }


    .magazine_block a,
    .reports_block a {
        font-size: 20px;
    }

    .bulletin_block a {
        font-size: 20px;
    }

    #breadcrumbs li a {
        font-size: 12px;
    }

    #breadcrumbs li strong {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .opportunity_item {
        margin-bottom: 12px;
    }

    .news_text {
        width: 60%;
    }

    .magazine_block a,
    .reports_block a,
    .bulletin_block a {
        font-size: 16px;
    }

    .magazine_block p,
    .reports_block p,
    .bulletin_block p {
        font-size: 12px;
        line-height: 16px;
    }

    .news_upper_detail .title_link {
        font-size: 24px;
        line-height: 20px;
    }

    .news_block_title h1,
    .news_block_title h2 {
        font-size: 30px;
    }

    .news_content .news_block_title {
        margin-bottom: 10px;
    }

    .news_item_detail h5 {
        font-size: 27px;
        line-height: 29px;
    }

    .latest_item h4 {
        line-height: 18px;
        font-size: 14px;
    }

    .magazine_item p {
        font-size: 14px;
        line-height: 18px;
    }

    .magazine_item {
        height: 50px;
    }

    .magazine_item span {
        font-size: 10px;
    }

    .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
        overflow-x: scroll !important;
    }
}

body>div.content-wrap>div>div.country_news_content>div.news_content_section>div>div.news_link>a {
    white-space: nowrap;
}

@media screen and (min-width: 768px) and (max-width:991px) {
    .container {
        width: 100%;
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media screen and (min-width:1200px) {
    .main-post {
        min-height: 383px;
        position: relative;
    }

    .main-post a.read-more {
        position: absolute;
        bottom: 10px;
        width: 90%;
        left: 5%;
    }
}

@media screen and (max-width:600px) {
    .owl-carousel .owl-item img {
        position: relative;
        bottom: 35px;
    }
}

@media screen and (max-width:400px) {
    .owl-carousel .owl-item img {
        position: relative;
        bottom: 0px;
    }
}

.white-text {
    color: white;
}

.white-text a {
    color: white;
}

/* Mission Office Page */
@media screen and (min-width:767px) and (max-width:999px) {
    .vc_row.wpb_row.vc_row-fluid.image-blue-text-quadrant.vc_custom_1505230633441 {
        margin-right: 0% !important;
        margin-left: 0% !important;
    }
}

@media screen and (max-width:521px) {
    .vc_row.wpb_row.vc_row-fluid.image-blue-text-quadrant.vc_custom_1505230633441 {
        margin-right: 0% !important;
        margin-left: 0% !important;
    }
}


@media screen and (max-width:1020px) {

    .news_item_detail a.story-button-listed,
    .news_content>div>div>div>div>div.news_lower>div>a.story-button-listed,
    div.news_lower div a.story-button-listed {
        color: #015595;
        font-size: 12px;
        font-weight: 500;
        text-decoration: none;
        border: 1px solid #015595;
        padding: 5px 20px;
        font-weight: bold;
        border-radius: 12px;
        position: unset;
        margin: 10px auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .news_content .fa-angle-double-right:before,
    div.news_lower .fa-angle-double-right:before {
        content: "\f101";
        margin-left: 4px;
    }

    .news_item_detail a,
    .news_content>div>div>div>div>div.news_lower>div>a.no_image_button {
        width: 50%;
        margin-left: 0px;
    }


    .news_list_item .news_item_detail {
        width: calc(100% - 160px);
    }

    .news_item_detail.no_image_item {
        width: 98% !important;
    }
}

@media screen and (max-width: 500px) {
    .news_list_item .news_item_detail {
        width: 61%;
        float: right;
    }
}

@media screen and (max-width:900px) {

    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow img,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border img,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_border_circle img,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle,
    .wpb_single_image .vc_single_image-wrapper.vc_box_shadow_circle img {
        width: 100%;
    }
}

@media screen and (max-width: 330px) {
    .news_list_item .news_item_detail {
        width: 60%;
        float: right;
    }
}

@media screen and (max-width:500px) {

    .news_item_detail a,
    .news_content>div>div>div>div>div.news_lower>div>a.no_image_button {
        width: 50%;
        margin-left: 10px;
    }
}

@media screen and (max-width:400px) {

    .news_item_detail a,
    .news_content>div>div>div>div>div.news_lower>div>a.no_image_button {
        width: 98%;
        margin-left: 5px;
    }
}

li#menu-item-4580 a {
    white-space: nowrap;
}

h2.project-filter-mobile-addition-title {
    position: absolute;
    left: 20px;
}

@media screen and (min-width:768px) {
    h2.project-filter-mobile-addition-title {
        display: none;
    }
}

div#slider-wrapper {
    height: calc(100vw * 0.261128);
}

@media screen and (max-width:850px) {
    div#slider-wrapper {
        height: calc(100vw * 0.259);
    }
}

@media screen and (max-width:600px) {
    div#slider-wrapper {
        height: calc(100vw * .95);
    }
}

#slick2.slick-slider .slick-slide {
    display: none;
}

#slick2.slick-slider .slick-slide:first-child {
    display: block;
}

#slick2.slick-initialized.slick-slider .slick-slide,
#slick2.slick-initialized.slick-slider .slick-slide:first-child {
    display: block;
}


.left-project h2 {
    background: #049cdb;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    padding: 16px 28px;
    margin: 0 0 24px;
    line-height: 20px;
}

h2.desktop-title {
    color: #015595;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background-color: unset;
    text-transform: none;
    text-align: left;
}

.mobile_show {
    display: none;
}

.project-navigation {
    text-align: center;
    margin: 5px 0;
    background-color: #f6f6f6;
    font-weight: bold;
}

#more-projects {
    border-top: 1px solid #fff;
    padding: 10px 0;
}

#more-projects a {
    text-decoration: none;
    color: #000;
}

#nav-prev,
#nav-next {
    padding: 10px 0;
    font-size: 1.3rem;
}

.mobile-country {
    display: none;
}

.project_slider .owl-nav {
    background-color: #f6f6f6;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    bottom: 45px;
}

.project_slider .owl-nav .owl-prev,
.project_slider .owl-nav .owl-next {
    background-color: #f6f6f6;
    color: #000;
    font-size: 1.5rem;
    padding: 0 10%;
}

.location-block img {
    width: auto !important;
}

@media (max-width:767px) {
    .project_slider .owl-nav {
        display: none !important;
    }

    #more-projects {
        background-color: #015697;
        border-radius: 15px;
    }

    #more-projects a {
        color: #fff;
    }

    .mobile-country {
        display: block;
    }
}