/****custom css******/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    outline: none;
}
body {
	font-family: 'Montserrat', sans-serif;
}
a {
    text-decoration: none;
}
#medc_wrp {
    text-align: center;
    background: #FAC8C3;
    height: 100vh;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.section {
    height: 100vh !important;
}
.flex-item{
    align-self: center;
    text-align: center;
}
img{
	max-width: 100%;	
}
.medc, .about_us {
    max-width: 980px;
    display: block;
    position: relative;
    height: 460px;
    width: 100%;
    margin: auto;
}
img.medc-1 {
    position: relative;
    z-index: 1;
    max-width: 760px;
    bottom: -30px;
    left: 20px;
}
img.medc-2 {
    position: absolute;
    z-index: 1;
    bottom: 45px;
    max-width: 577px;
    left: 50%;
    margin-left: -338px;
}
img.medc-3,img.medc-4 {
    position: absolute;
    top: 0;
    left: 0;
}
img.medc-4 {
    max-width: 660px;
    left: 50%;
    margin-left: -350px;
    z-index: 1;
    top: 12px;
}
.bnt_msf {
    border: 2px solid #888;
    position: absolute;
    bottom: 20%;
    left: 50%;
    color: #888;
    background: transparent;
    padding: 7px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transform: translate(-50%);
    font-style: italic;
    font-size: 11px;
    transition: .2s ease-in-out all;
    letter-spacing: .081rem;
    z-index: 9;
}
.medc .bnt_msf {
    z-index: 9;
    bottom: 5%;
}
.bnt_msf:hover {
    background: #fff;
}
.about_us p {
    line-height: 2.2;
    font-weight: 600;
    font-size: 15px;
    font-style: italic;
    letter-spacing: .08rem;
    color: #fff;
}
h1 {
    font-size: 48px;
    font-style: italic;
    color: #444;
    margin-bottom: 35px;
}

.bnt_msf i.fa {
    padding-left: 2px;
    font-size: 10px;
}
.navigate {
    height: 382px;
    position: relative;
}
.navigate p {
    font-size: 21px;
    color: #888;
    font-weight: 700;
    font-style: italic;
    margin-top: 25px;
    letter-spacing: 1px;
    word-spacing: 1px;
}
g.bt_globe_list_1 a text,g.bt_globe_list_1 text {
    fill: #888 !important;
}
g.bt_globe_list_1 path {
    stroke: #888 !important;
}
.navigate h1 {
    margin-bottom: 30px;
    font-size: 38px;
}
.navigate > img {
    max-width: 400px;
}
.bt_globe {
    max-width: 570px;
    bottom: -585px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
.bt_globe ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    font-style: italic;
}
.bt_globe ul li {
    display: inline-block;
    color: #fff;
    position: relative;
    transform: rotate(-15deg);
    padding: 0 10px;
}
.bt_globe ul li:nth-child(2) {
    transform: rotate(1deg);
    top: -18px;
}
.bt_globe ul li:nth-child(3) {
    transform: rotate(18deg);
}
.bt_globe img.img1 {
    margin-bottom: -150px;
    max-width: 570px;
}
.hw_nav.flex-item {
    position: relative;
}
/* =====================  Bangladesh Page Css  ======================*/
.main_slide1 {
    position: relative;
}
.main_slide1 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.main_slide1 {
    height: 100vh;
    width: 100%;
    position: relative;
}
.main_slide1_in {
    position: absolute;
    max-width: 600px;
    top: 50%;
    left: 50%;
    height: 600px;
    width: 100%;
    transform: translate(-50%, -50%);
}
.main_slide1_in h1 {
    color: #fff;
    display: inline-block;
    top: 31%;
    position: absolute;
    z-index: 9;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    letter-spacing: -3px;
    left: 51%;
    font-size: 70px;
}
img.img_12 {
    transition: .8s ease-in-out;
    left: 11%;
    z-index: 10;
    max-height: 202px;
}
.view-stories {
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
    font-size: 12px;
    position: absolute;
    right: -50px;
    top: 46%;
    z-index: 9;
}
.view-stories a {
    color: #fff;
}
.main-parrax {
    display: inline-block;
    width: 600px;
    height: 80%;
    position: relative;
}
/* ================ Blog Details Page ============ */
.blogDetailsContainer {
    height: 100vh;
    width: 100%;
}
.blogDetailsSide {
    float: left;
    width: 50%;
    background: #fff;
}
.blogImageDetails {
    display: flex;
    height: 100vh;
    width: 50%;
    position: fixed;
    top: 0;
    right: 0;
}
.bdLogo img {
    max-width: 200px;
}
.bdLogo {
    text-align: left;
    padding: 15px 15px;
}
.bdContentDetails {
    text-align: left;
    padding: 10px 35px;
}
.con-heading {
    font-size: 15px;
    font-weight: 700;
    color: #cc9d52;
    font-style: italic;
    padding: 1.2rem 0.5rem 0.2rem;
}
.con-details {
    font-size: 13px;
    line-height: 1.4rem;
    margin: 1rem 1.2rem;
    color: #8e8e8e;
    letter-spacing: .05rem;
}
.bd-slider {
    position: relative;
    padding: 2rem;
}
.bd-slider .regular-slider {
    margin-bottom: 0px;
}
.slick-slide {
    background-color: #cc9d52;
    padding: 10px;
    padding-bottom: 6px;
}
.blogDetailsContain {
    position: relative;
}
.bAuthPro {
    float: left;
    padding: 10px;
}
.bAuthPro img {
    max-width: 110px;
    vertical-align: middle;
}
.baAuth {
    display: flex;
    max-width: 520px;
    width: 100%;
    padding: 20px 25px;
    text-align: left;
    margin: auto;
    align-items: center;
}
.baAuthName {
    display: inline-block;
    border-bottom: 2px solid lightgrey;
    color: #cc9e5c;
    font-size: 14px;
    padding: 10px 10px 5px 5px;
    margin-bottom: 10px;
}
.baAuthRole {
    padding: 0px 5px;
    font-weight: 600;
    color: #a2a2a2;
    font-style: italic;
    font-size: 14px;
}
.blog-par-img {
    position: absolute;
    width: 500px;
    height: 500px;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: center;
    transform: translate(-50%, -50%);
}
.blog-par-container {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: inline-block;
}
.blog-par-img img {
    position: absolute;
    bottom: 0;
    max-width: 100%;
    margin: auto;
}
.cls-btn {
    position: absolute;
    right: 0;
    top: 15%;
    background: rgba(255,255,255,.5);
    padding: 6px 22px;
    font-size: 12px;
    color: #5a7f77;
    border-radius: 14px 0px 0px 14px;
    cursor: pointer;
    z-index: 1000;
}
#medc_wrp:target .medc {
    display: none !important;
}
#medc_wrp:target .main_slide1 {
    display: flex !important;
}
.hw_nav.flex-item .bnt_msf.btn-nxt-bang {
    top: 60%;
    bottom: auto;
}
.menu-top .close-menu img {
    max-width: 16px;
    color: #797979;
}
/* ======================  Blog Post Images size set ========================== */
img.png4 {
    max-width: 230px;
}
img.png2 {
    max-width: 140px;
}
img.png3 {
    max-width: 130px;
    bottom: 113px;
}

/* ======================  Background color Details page  ======================================= */
.bgaac1a5 {
    background-color: #aac1a5;
}
.bgd8bb992 {
    background-color: #8bb992;
}
.bg999999 {
    background-color: #999;
}
.bgf1aoao {
    background-color: #f1a0a0;
}
.bga3c7a3 {
    background-color: #aac1a5;
}
.bg9fb5df {
    background-color: #9fb5df;
}
.bgb2b2b2 {
    background-color: #b2b2b2;
}
.bg53c3c9 {
    background-color: #53c3c9;
}
.bg7fb4a6 {
    background-color: #7fb4a6; 
}
.bg99cfb9 {
    background-color: #99cfb9;
}
.bgf6bfca {
    background-color: #f6bfca;
}

/* =================================  header css  ===================================== */


.header-container {
    position: absolute;
    z-index: 9;
    width: 100%;
}
li a {
    list-style: none;
    color: #000;
}

.menu-cont ul {
    background: #fff;
    color: #000;
    list-style: none;
   /* border-radius: 1% 0% 0% 105%;*/
    width: 200px;
    padding: 10px;
    /*height: 200px;*/
}
.header {
    display: inline-block;
    width: 100%;
}

.logo {
    float: left;
    padding: 20px 0px 0px 20px;
    max-width: 220px;
}
.menu-top {
    float: right;
    position: relative;
}
.menu-top .show-menu {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-top: 17px;
    padding-right: 17px;
    font-size: 28px;
    cursor: pointer;
}
.menu-cont li a {
    color: #696969;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    padding: 8px 10px;
    display: inline-block;
}
/*.menu-cont li:nth-child(3) {
    padding-left: 31px;
}
.menu-cont li:nth-child(2) {
    padding-left: 15px;
}
.menu-cont li:nth-child(4) {
    padding-left: 55px;
}
.menu-cont li:nth-child(5) {
    padding-left: 83px;
}*/
.menu-cont {
    position: absolute;
    right: 0;
    top: 0; 
}
.menu-cont.shMenu {
    transition: 1s ease-in-out all;
    visibility: visible;
}
.menu-top .close-menu {
    display: inline-block;
    text-align: right;
    position: absolute;
    top: 13px;
    right: 13px;
    font-size: 26px;
    cursor: pointer;
    color: dimgrey;
}
.zindex9 {
    z-index: 9;
}
.con-fb-share-details a i {
    font-size: 20px;
    vertical-align: middle;
    margin: 10px 6px;
}
/* =================================  globe on about us page ===================================== */
.footer.bt_globe_foot {
    display: flex;
    align-content: center;
    justify-content: center;
}
.bt_globe {
    max-width: 750px;
    bottom: -585px;
    margin: auto;
    position: absolute;
    left: unset;
    transform: unset;
    width: 100%;
}
.footer .bt_globe {
    bottom: -500px;
} 
a.active text {
    fill: #2d2d2d !important;
}

/* ===========================  Home page ======================= */
.hpimg1 {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 350px;
}
.hpimg2 {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 350px;
}
.hopa-title {
    display: inline-block;
    width: 100%;
    position: relative;
    font-size: 60px;
    font-weight: 800;
    color: #333333;
    font-style: italic;
}
.hopa-title img {
    position: absolute;
}
.hpimg7 {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 210px;
}
.btn-medc.bnt_msf img {
    position: absolute;
}
.medc {
    height: 250px;
}
.hopa-title img.hpimg3 {
    max-height: 160px;
    left: 39px;
    top: -40px;
}
.hopa-title img.hpimg6 {
    max-height: 170px;
    top: -29px;
    right: -13px;
}
.btn-medc.bnt_msf img.hpimg4 {
    left: -140px;
    top: -37px;
}
.btn-medc.bnt_msf img.hpimg5 {
    right: -210px;
    top: -13px;
}

/* =================  Country Css ======================== */ 

.sudan-slide h1 {
    left: 46%;
    z-index: 20;
}
.zimbawe-slide img.img_12 {
    top: 44%;
    left: 19%;
    z-index: 7;
}
.tajikstan img.img_12 {
    max-height: unset;
    max-width: 470px;
    left: 24%;
}
.png-slide .img_12 {
    max-height: unset;
    max-width: 440px;
    left: 0;
}
.png-slide .main_slide1_in h1 {
    left: 22%;
    width: 675px;
    text-align: left;
}
.png-slide .view-stories {
    right: 112px;
}
.nigeria-slider img.img_12 {
    max-height: unset;
    max-width: 500px;
    left: 21%;
}
.nigeria-slider .view-stories  {
    right: 13px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.tajikstan .view-stories {
    right: -64px;
}
.syria-slide img.img_12 {
    max-height: unset;
    max-width: 610px;
}
.syria-slide .view-stories {
    right: 93px;
}
.yemen-slide img.img_12 {
    max-height: 232px;
}
.yemen-slide .view-stories {
    right: 25px;
}
.jordan-slide  img.img_12  {
    max-height: 300px;
    left: 17%;
}
.jordan-slide img.img_11 {
    width: 100%;
    height: 350px;
}
.jordan-slide .view-stories {
    right: 20px;
}
.bangladesh-slide img.img_12 {
    max-height: 242px;
}
.zimbawe-slide .view-stories {
    right: -106px;
}
.sudan-slide .view-stories {
    right: -149px;
}
.bangladesh-slide .view-stories {
    right: -150px;
}
.header.country-set {
    position: absolute;
    width: 100%;
    overflow:hidden;
    z-index: 999;
    height: 210px;
}
.header.country-set .menu-top .show-menu {
    color: #111;
}
.divxtxt {
    min-width: 10px;
    min-height: 10px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.divxtxt span {
    min-width: 10px;
    min-height: 10px;
    position: relative;
}
.fp-tableCell {
    position: relative;
}
.underImage {
    max-width: 100%;
    display: block;
    position: absolute;
    width: 100%;
    margin: auto;
    bottom: 30px;
}
.underImage img.hp-msi {
    display: block;
}
.con-back-top {
    height: 250px;
    text-align: center;
    position: relative;
}
a.to-top-bot {
    height: 50px;
    transition: .3s ease-in-out all;
    width: 50px;
    border: 2px solid #fff;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 50%;
}
a.to-top-bot i {
    position: absolute;
    transform: translate(-50%, -50%) rotate(-46deg);
    left: 45%;
    top: 47%;
    font-size: 18px;
    color: #fff;
}
a.to-top-bot:hover {
    margin-top: -8px;
    background: #fff;
    box-shadow: 4px 4px 6px rgba(0,0,0,.3);
}
a.to-top-bot:hover i {
   color: #ee5856;
}
.con-fb-share-details {
    text-align: center;
    color: #8e8e8e;
    font-size: 13px;
    padding: 20px 0px;
}
.background-setter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-position: bottom;
    height: 100%;
    opacity: .1;
    background-size: cover;
}
blockquote {
    width: 420px;
    margin: auto;
    font-size: 18px;
    letter-spacing: .2rem;
    text-align: center;
    color: #333;
    margin-bottom: 30px; 
}
blockquote:before {
    content: "";
    width: 100%;
    background-image: url(images/quote-black.png);
    height: 40px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 29px;
}
h4 i {
    font-size: 12px;
    color: #333;
}
/* ======================= More From section ============================ */
.more-from-wrapper {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    background: #fff;
    padding: 6px 0 4px;
    width: 100%;
}
div.more-from .slick-slide {
    background-color: #fff;
    color: #7fb4a6;
    font-weight: 600;
    font-style: italic;
    padding: 4px 0;
}
div.more-from .slick-slide .item {
    text-align: center;
    max-width: 49.5vw;
    cursor: pointer;
}
div.more-from .slick-slide .item:hover {
    text-decoration: underline;
}
.more-from-wrapper h3 {
    display: inline-block;
    color: #CC9D51;
    font-style: italic;
    font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
.more-from-wrapper .title {
    text-align: center;
}
.more-from .slick-prev {
    left: 20px;
}
.more-from .slick-prev:before, .more-from .slick-next:before {
    color: #CC9D51;
    font-size: 17px;
}
.more-from .slick-next:before,.more-from .slick-prev:before {
    content: "\f054";
    font-family: fontawesome;
}
.more-from .slick-prev:before {
    content: "\f053";
}
.more-from .slick-prev, .more-from .slick-next {
    z-index: 9;
    top: 5px;
    font-weight: bold;
}
.more-from .slick-next {
    right: 20px;
}
.left-right-btn .left,.left-right-btn .right {
    position: absolute;
    top: 45%;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition:all 0.3s ease 0s;
}
.left-right-btn .right {
    right: 0;
}
.left-right-btn .left {
    left: 0;
}
.left-right-btn>div:hover {
   margin-top: 4px;
}
/* ======================= Heading color ============================ */
.hed53c3c9{
    color: #53c3c9;
}
.hed7fb4a6 {
    color: #7fb4a6;
}
.hed9dbedd {
    color: #9dbedd;
}
.hedaac1a5 {
    color: #aac1a5;
}
.hed99cfb9 {
    color: #99cfb9;
}
.hedf1a0a0 {
    color: #bfcabf;
}
.hed8bb992 {
    color: #8bb992;
}
.hedf0c9cc {
    color: #f0c9cc;
}
.hedb2b2b2 {
    color: #b2b2b2;
}
.hed333333 {
    color: #333;
}
.hed999999 {
    color: #999;
}
/* ======================= back to top color ============================ */
.td73a296 {
    background-color: #73a296;
}
.td89a5bf {
    background-color: #89a5bf;
}
.td8b9e87 {
    background-color: #8b9e87;
}
.tdce8b8b {
    background-color: #bfcabf;
}
.td79a593 {
    background-color: #79a593;
}
.tdd7b1b4 {
    background-color: #d7b1b4;
}
.td929292 {
    background-color: #929292;
}
#playAudiox, #playAudioxt {
    cursor: pointer;
}
#myAudiox {
    height: 0px;
    width: 0px;
}
.menu-top.menu-top-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}
.hopa-title.hopa-title-1 {
    margin-top: 30px;
}
g.bt_globe_list {
    width: 600px !important;
    min-width: 600px;
}
.blog-par-img {
    width: 100%;
    height: 640px;
}
.pop-up-bx {
    position: fixed;
    background: #fff;
    padding: 30px 25px;
    z-index: 9;
    border-radius: 10px;
    left: 50%;
    top: 100px;
    transform: translate(-50%);
    font-weight: 500;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.07);
}
.pop-up-bx i.fa {
    float: right;
    margin-top: -17px;
    margin-right: -10px;
    margin-left: 8px;
    cursor: pointer;
}
.work_msf {
    display: block;
    max-width: 170px;
    margin: 5px auto;
    border: 2px solid;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    padding: 5px 2px;
    border-radius: 20px;
}
.work_msf:hover {
    background: #f5f5f5;
}
.container {
    padding-top: 150px;
    text-align: center;
}
.banner_sec img {
    display: inline-block;
    vertical-align: top;
}
.banner_bt {
    margin: 55px 0;
    font-weight: 600;
    max-width: 1440px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
}
.banner_bt a {
    display: inline-block;
    color: #888;
}
.banner_bt a:hover {
    text-decoration: underline;
    color: #000;
}
.bn_title h3 {
    color: #666;
    font-style: italic;
    font-size: 22px;
}
.bn_title {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.banner_sec {
    margin-bottom: 100px;
    display: inline-block;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.bn_title h1 {
    font-size: 30px;
    padding-top: 10px;
}
.contact-wrapp {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    max-width: 1500px;
    border-radius: 5px;
}
body.contact-page .container {
    padding-top: 100px;
    padding-bottom: 50px;
}
.cont_left-sec,.cont_right-sec {
    flex-basis: 50%;
    max-width: 50%;
    padding: 50px 15px;
}
.cont_left-sec h3 {
    margin: 25px 0;
    font-size: 25px;
    font-weight: 600;
}
.cont_left-sec  p {
    line-height: 1.8;
    font-weight: 500;
    color: #777;
    font-size: 17px;
}
.cont_right-sec h2 {
    font-size: 32px;
    margin: 0 0 35px;
}
.cont_right-sec input[type="text"],.cont_right-sec input[type="email"],
.cont_right-sec textarea {
    display: inline-block;
    width: 100%;
    border: none;
    padding: 12px 20px 12px 48px;
    background: #F0F4F8;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 18px;
    height: 55px;
}
.cont_right-sec textarea {
    height: 160px;
    resize: none;
    padding: 12px 20px;
}
.cont_right-sec form .form-group {
    position: relative;
}
.cont_right-sec form .form-group i.fa {
    position: absolute;
    left: 18px;
    top: 18px;
    color: #777;
}
.cont_right-sec input.send {
    display: inline-block;
    background: #40b240;
    border: none;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 40px;
    min-width: 190px;
    color: #fff;
    cursor: pointer;
}
.cont_right-sec input.send:hover {
    opacity: .8;
}
.cont_right-sec form {
    display: inline-block;
    max-width: 415px;
}
.or {
    display: inline-block;
    width: 100%;
    max-width: 390px;
    position: relative;
    margin: 28px 0 0;
    color: #bbb;
    font-weight: 600;
}
.or::before,.or::after {
    content: "";
    position: absolute;
    border-top: 2px solid #ddd;
    left: 0;
    right: 58%;
    top: 50%;
}
.or::after {
    right: 0;
    left: 58%;
}
.contact-us {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 10px;
}
.contact-us .ct_box {
    text-align: left;
    margin-top: 30px;
}
.ctb {
    padding: 12px 20px 14px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    box-shadow: 0px 0px 12px #ddd;
    min-width: 140px;
}
.ctb i.fa {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 6px;
}
.contact-us .ct_box span {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    color: #777;
    font-size: 15px;
}
a.home_link {
    display: block;
    margin-top: 20px;
    color: #40b240;
}
a.home_link:hover {
    text-decoration: underline;
}
.pop-up-bx .play {
    margin-top: 10px;
    text-align: center;
}
.pop-up-bx .play button {
    border: 2px solid #888;
    border-radius: 15px;
    display: inline-block;
    padding: 4px 12px;
    cursor: pointer;
    background: #fff;
    font-weight: 600;
    color: #555;
    margin: 10px 4px 0;
}
.pop-up-bx .play button:hover {
    background: #eee;
}
/********Responsive css*********/
@media (max-width: 1100px){
    .medc .bnt_msf {
        bottom: -65px;
    }
    .medc {
        height: auto;
    }
    .pop-up-bx {
        width: 500px;
        max-width: 94%;
    }
    .blog-par-img {
        height: 500px;
    }

}

@media (max-width: 992px){
    .main_slide1_in h1 {
        font-size: 50px;
    }
    .bangladesh-slide img.img_12 {
        max-height: 177px;
    }
    img.img_12 {
        left: 20%;
    }
    .jordan-slide img.img_12 {
        max-height: 240px;
        left: 20%;
    }
    .bangladesh-slide .view-stories {
        right: -6px;
    }
    .nigeria-slider img.img_12 {
        max-width: 359px;
    }
    .png-slide .img_12 {
        max-width: 370px;
        left: 22%;
        margin-top: 30px;
    }
    .sudan-slide img.img_12 {
        max-height: 150px;
        margin-top: 20px;
    }
    .syria-slide .view-stories {
        right: 0;
    }
    .sudan-slide .view-stories {
        right: 5px;
    }
    .syria-slide img.img_12 {
        max-width: 407px;
        left: 25%;
    }
    .tajikstan img.img_12 {
        max-width: 390px;
    }
    .tajikstan .view-stories {
        right: 0;
    }
    .yemen-slide img.img_12 {
        max-height: 175px;
    }
    .zimbawe-slide img.img_12 {
        max-width: 415px;
        left: 25%;
    }
    .zimbawe-slide .view-stories {
        right: 0;
    }
    .blog-par-img {
        height: 370px;
    }
    .bdContentDetails {
        padding: 10px;
        padding-right: 0;
    }
}

@media (max-width: 767px){
    .hopa-title {
        font-size: 32px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .pop-up-bx {
        padding: 12px 15px;
        font-size: 15px;
        text-align: center;
    }
    .pop-up-bx i.fa {
        margin-top: -10px;
        margin-right: -7px;
    }
    .navigate h1 {
        font-size: 30px;
    }
    .navigate,
    .bt_globe {
        padding: 0 10px;
    }
    .navigate > img,
    .bt_globe img.img1 {
        max-width: 100%;
    }
    .bt_globe {
        max-width: 100%;
    }
    g.bt_globe_list.bt_globe_list_1.bt_globe_list_2 {
        width: 88% !important;
        min-width: unset;
    }
    svg#Layer_1 {
        width: 125%;
        margin-left: -10%;
    }
    .footer.bt_globe_foot .bt_globe {
        bottom: -381px !important;
    }
    .bt_globe img.img1 {
        margin-bottom: -90px;
    }
    .footer.bt_globe_foot.about .bt_globe {
        bottom: -290px !important;
        padding: 0;
    }
    img.img_12 {
        max-width: 50% !important;
        left: 25% !important;
    }
    .main_slide1_in h1 {
        font-size: 38px;
        left: 25%;
        top: 33%;
        max-width: 76%;
    }
    .main-parrax {
        width: 98%;
    }
    .view-stories {
        right: 10px !important;
    }
    .blogDetailsSide {
        width: 100%;
        order: 1;
    }
    .blogImageDetails {
        width: 100%;
        position: static;
        height: auto;
    }
    .blogDetailsContain {
        display: flex;
        flex-direction: column;
    }
    .header.country-set {
        height: auto;
        overflow: unset;
    }
    .blog-par-container {
        min-height: 480px;
    }
    .blog-par-img {
        transform: translate(-50%, 0);
        top: 105px;
    }
    div.more-from .slick-slide .item {        
        padding: 0 10px;
        max-width: unset;
    }
    .bdLogo {
        position: absolute;
        top: 0;
        padding-top: 8px;
        z-index: 1;
    }
    .cls-btn {
        top: 68px;
    }
    .menu-top .show-menu {
        margin: 0;
        padding-top: 20px;
        padding-right: 20px;
    }
    .more-from .slick-prev, .more-from .slick-next {
        top: -5px;
    }
    .bdContentDetails {
        padding-right: 10px;
    }
    blockquote {
        max-width: 100%;
    }
    .fp-tableCell {
        height: auto !important;
    }
    .underImage {
        bottom: 20px;
    }
    .bn_title h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .banner_sec {
        margin-bottom: 30px;
    }
    .banner_bt {
        margin: 30px 0;
        font-size: 15px;
    }
    .bn_title h3 {
        font-size: 18px;
    }
    .cont_left-sec, .cont_right-sec {
        max-width: 100%;
    }
    .contact-wrapp {
        display: block;
    }
}