/* DEFAULT CSS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
body{
    font-family: 'Montserrat', sans-serif;
}
ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
.place-card.place-card-large {
    display: none!important;
}
.gm-style .place-card-large {
    display: none!important;
}
.gm-style .place-card, .gm-style .default-card, .gm-style .directions-card{
    display: none!important;
}
p{
    color: #000;
    font-size: 1.2rem;
}
.light-bg{
    background: #F1F1F1;
}
.text-yellow{
    color: #FDA214;
}
.theme-bg{
    background: #5397AC;
}
a{
    text-decoration: none!important;
}
.w-100{
    min-width: 100%;
}
.h-100{
    height: 100%;
}
.bold .btn {
    font-weight: 700;
}
.btn-black {
    color: #000;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 1.2rem;
}
.btn-blue {
    color: #103A56;
    text-transform: uppercase;
    border: 2px solid #103A56;
    border-radius: 0;
    padding: 8px 15px;
    font-size: 1.1rem;
    background-color: #76B5CD;
}
.btn-theme{
    color: #fff;
    border: 2px solid transparent;
    border-radius: 0;
    font-weight: 600;
    padding: 8px 50px;
    font-size: 1.1rem;
    background-color: #5397AC;
}
.btn-red{
    color: #fff;
    border: 2px solid transparent;
    border-radius: 0;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 1.3rem;
    background-color: #CE2E45;
}
.btn-red:hover{
    background-color: transparent;
    border: 2px solid #CE2E45;
    color: #CE2E45;
}
.btn-theme:hover{
    color: #5397AC;
    border: 2px solid #5397AC;
    background: transparent;
}
.btn-blue:hover{
    background: #fff;
}
.btn-black:hover{
    color: #fff;
    background: #000;
}
.btn-blue.active{
    font-weight: 700;
    color: #fff;
    background: #5397AC;
    text-transform: uppercase;
    border: 2px solid #5397AC;
    border-radius: 0;
    padding: 10px 15px;
    font-size: 1.2rem;
}

.text-theme{
    color: #68A4B6;
}

h2{
    font-weight: 700;
}

.place-card.place-card-large {
    display: none;
}

















/* HEADER CSS */
header{
    position: relative;
    display: flex;
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
}
a.navbar-brand {
    margin-left: 10%;
}
ul.header-social  li{
    display: inline-block;
    margin: 0 7px;
}
ul.header-social li a{
   color: #7C7C7C;
   font-size: 14px;
   transition: .3s;
}
ul.header-social li a:hover{
    color: #5397AC;
}
a.navbar-brand img {
    max-width: 100px;
}
.header-btn {
    background: #5397AC;
    color: #fff;
    border-radius: 0;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    padding: 0 45px;
    height: 90px;
}
.navbar-nav a {
    color: #5397AC;
    padding: 0!important;
    transition: .3s;
    font-size: 14px;
    text-transform: uppercase;
}
.navbar-nav a:hover{
    color: #041A66;
}
.navbar-nav a.search {
    background-color: #5397AC;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 100;
}
ul.navbar-nav  li{
    padding: 0 15px;
}
.current-menu-item a{
    color: #041A66;
    border-bottom: 1px solid #FFB93F;
}




/* BANNER CSS */
.single-banner > img {
    height: 90vh!important;
    object-fit: cover;
    width: 100%;
}

.banner-detail h1{
    font-size: 2.3rem;
    color: #fff;
    text-align: right;
    margin-bottom: 30px;
    font-weight: 400;
}
.banner-detail h1 span{
    font-weight: 700;
    color: #DDBFB5;
}
.single-banner {
    position: relative;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url(../../img/banner-overlay.png);
    background-repeat: no-repeat;
    background-position: right;
}


.banner-content p{
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.banner-content p span{
    color: #DDBFB5;
    font-weight: 800;
    margin-right: 7px;
}
.banner-content .call{
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 25px;
}
.banner-content .call a{
    color: #fff;
    font-size: 1.2rem;
}
.banner-content .call img {
    width: 30px;
    height: 30px;
    margin-right: 7px;
}
.btn-donate {
    color: #000;
    text-transform: uppercase;
    font-weight: 800;
    background: #DDBFB5;
    transition: .3s;
    font-size: 1.2rem;
    border-radius: 30px;
    padding: 10px 25px;
}

/* Mission CSS */
.mission-area ul{
    display: flex
}
.mission-area p{
    color: #000;
    font-weight: 500;
}
/* Video CSS */
.video-heading{
    text-align: center;
}
.heading-wrap span{
    color: #5397AC;
    position:absolute;
    font-size: 24px;
}
.heading-wrap span.left {
    left: -50px;
    top: -10px;
}
.heading-wrap span.right{
    right: -50px;
    bottom: -10px;
}
.video-description{
    background: #DDBFB5;
    padding: 10px 100px;
}
.video-description p{
    color: #000;
    font-size: 0.9rem;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 0;
}

/* 
Footprint Css */
.footprint-heading{
    background: #5397AC;
    padding: 10px 0;
}
.footprint-heading h2{
    font-size: 3rem;
}
.footprint-wrapper{
    background: #A6C6C1;
    padding-bottom: 30px;
}
.footprint-wrapper p{
    text-align: justify;
    color: #fff;
    margin-bottom: 0;
    padding: 18px 0;
}
.footprint-content{
    background: #5397AC;
    text-align: center;
    padding: 20px 0;
    z-index: 9;
    position: relative;
}
.footprint-content h5{
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 0px;
    font-weight: 600;
}
.single-footprint{
    overflow: hidden;
    transition: .3s;
    margin: 15px 0;
    cursor: pointer;
    box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.31);
-webkit-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 2px 2px 16px 0px rgba(0,0,0,0.31);
}
.footprint-content p{
    color: #fff;
    font-size: 0.8rem;
    padding: 0;
    text-align: center;
}
.footprint-preview {
    position: relative;
}
.footprint-preview img{
    transition: ease .5s;
}
.footprint-preview .bg{
    z-index: -1;
}
.single-footprint:hover .footprint-preview .bg{
    transform: scale(1.2);
}
.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.map-overlay img {
    height: 100%!important;
    width: 100%;
}
/* RDF Css */

.rdf-area {
    padding-top: 50px;
}
h2.big{
    font-size: 2.5rem;
}

/* Testimonial CSS */
.testimonial-area{
    background-size: cover;
    background-position: 0 0;
    padding: 50px 0;
}
.testimonial-heading{
    text-align: center;
}
.testimonial-heading p{
    color: #000;
    font-weight: 600;
}
.single-slider{
    margin-top: 30px;
}
.small-preview img {
    margin: 0 auto;
}
.single-slider .small-preview img{
    border-radius: 50%;
    margin-bottom: 15px;
}
.single-slider .small-preview h5{
    color: #071D67;
    margin-bottom: 3px;
    font-weight: 700;
    font-size: 1.2rem;
}
.single-slider .small-preview p{
    color: #1C1B19;
    font-size: 1.1rem;
}
.slide-description p{
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 0.9rem;
    color: #000;
    font-weight: 600;
    font-style: italic;
    line-height: 1.8;

}

button.testimonial-arrow.left.slick-arrow {
    top: 50%;
    background: transparent;
    color: #5397AC;
    font-size: 40px;
    left: -15%;
}
button.testimonial-arrow.right.slick-arrow {
    top: 50%;
    background: transparent;
    color: #5397AC;
    font-size: 40px;
    right: -15%;
}
/* PARTNER CSS */


.partner-area{
    background-image: url('../../img/partner-bg.jpg');
}

.partner-content h2{
    color: #041A66;
}
.partner-content p{
    font-size: 1rem;
    color: #000;
    font-weight: 500;
}
/* Client Css */
.client-area{
    background: #FCF2EB;
    padding: 70px 0;
}
.single-client{
    margin: 0 10px;
}
button.slick-arrow {
    position: absolute;
    top: 0;
    background: #FFA300;
    border: none;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
}

button.slick-arrow.left {
    left: -7%;
}

button.slick-arrow.right {
    right: -7%;
}


/* FOOTER CSS */
.footer-area{
    background: #2A2A2A;
    padding-top: 50px;
    position: relative;
}
ul.footer-social li{
    display: inline-block;

}
ul.footer-social li a{
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    line-height: 0;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    margin-right: 10px;
    transition: .3s;
}
ul.footer-social li a:hover{
    background-color: #fff;
    color: #000;
}


.footer-widgets p{
    color: #fff;
    font-size: 12px;
    margin-top: 30px;
}

ul.footer-menu li{
    display: flex;
    margin-bottom: 35px;
}
ul.footer-menu address {
    margin: 0;
    color: #fff;
    font-size: 12px;
}

ul.footer-menu li a {
    font-size: 12px;
    color: #fff!important;
}
ul.footer-menu li img {
    max-width: 20px;
    margin-right: 20px;
}
.footer-widgets h3 {
    color: #FFA300;
    font-weight: 700;
    margin-bottom: 20px;
}

.copyright-area .top-border{
    border-top: 1px solid #FFA300;
    padding-bottom: 15px;
}

.copyright-area p{
    font-size: 9px;
    color: #FFA300;
    margin-bottom: 0;
    display: inline-block;
}

.copyright-area ul li{
    display: inline-block;
}

.copyright-area ul li a{
    color: #FFA300;
    font-size: 9px;
    position: relative;
    padding-left: 10px;
}
.copyright-area ul li:first-child{
    margin-right: 25px;
}
.copyright-area ul li a:after{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: -5px;
    background:#FFA300 ;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;

}
.copyright-area {
    padding-bottom: 15px;
}

.footer-map {
    border-top-left-radius: 50%;
    overflow: hidden;
    border-bottom-left-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 515px;
}
.footer-map iframe{
    height: 100%;
}
.mobile{
    visibility: hidden;
    display: none;
}


/* GLOBAL MOVEMENT CSS */

.page-links{
    background: #F5F5F5;
    padding: 10px 20px;
}
.page-links ul li{
    display: inline-block;
    
}
.page-links ul li a:not([href]):not([class]){ 
    
    color: #6c757d;
}
.page-links ul li a{ 
    color: #151853;
}

.page-title h2{
    color: #151853;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin: 30px 0;
}

/* Banner CSS */
.banner-preview:before {
    content: '';
    position: absolute;
    background: #00000070;
    left: 0;
    right: 0;
    height: 100%;
}
.banner-heading h2{
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
}
.banner-heading{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-content p{
    color: #000;
}

.driving-left{
    background: #F1F1F1;
    padding:25px 50px;
    padding-left: 0;
}
.driving-right {
    height: 100%;
    display: flex;
    align-items: center;
}

.driving-right img {
    margin-left: -50px;
    min-width: 114%;
}
.driving-force.vietnam .driving-right img {
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 40px;
}
.bg-gray{
    background: #F1F1F1;
}
.content-wrap.driving-force.second .driving-left{
    background: transparent;
    margin-right: -50px;
    z-index: 99;
    position: relative;
}
.content-wrap.driving-force.second .driving-right{
    background: #F1F1F1;
    padding:25px 50px;
}
.content-wrap.driving-force.second .driving-left img {
    margin-right: -50px;
    min-width: 114%;
}
.single-slide-item{
    margin: 0 10px;
}
.single-slide-item img{
    width: 100%;
}
.global-movement-slider ul.slick-dots li {
    display: inline-block;
}
.global-movement-slider ul.slick-dots  {
   text-align: center;
}
.global-movement-slider ul.slick-dots li button {
    font-size: 0;
    font-size: 0;
    border: none;
    background: #7C7C7C;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0px 5px;
    transition: .3s;
    margin-top: 20px;
}
.global-movement-slider ul.slick-dots li.slick-active button{
    background: #5397AC;
    width: 50px;
    border-radius: 30px;
}

.subpage-banner.about h3{
    font-weight: 700;
    text-align: center;
    font-size: 2rem;
}


.left-quote{
    max-width: 30px;
}

.right-quote{
    float: right;
    max-width: 30px;
}
.we-are-left{
    background: #5397AC;
    padding-left: 70px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.we-are-left h2{
    background: #5397AC;
}
.we-are-left p{
    color: #fff;
}

.statement-area{
    background: #FCF2EB;
    padding-top: 40px;
    padding-bottom: 70px;
}
.about-bg{
    background-size: cover;
    padding: 150px 0;
}

.step-forward ul li{
    position: relative;
    /* background-image: url(../../img/india/dot.png); */
    background-image: url(/img/india/dot.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    padding-left: 35px;
}
.step-forward ul li span{
   font-weight: 700;
   color: #5397AC;
}
.theme-box{
    padding: 43px 0;
}

    

.theme-box h3{
    color: #fff;
    font-weight: 700;
}
.light-box p{
    margin: 0;
}
.banner-text{
    background: #5397AC;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.banner-text h2{
    font-weight: 500;
    font-size: 1.5rem;
    margin-bottom: 0;
}
.phase-list{
    background: #FCF2EB;
    padding: 20px 0;
}
ul.phase-list li p{
    width: 80%;
    padding-left: 20px;
}
ul.phase-list li{
    display: flex;
    align-items: center;
    padding: 20px 0;
    flex-wrap: wrap;
}
ul.phase-list li img{
    width: 20%;
}
ul.phase-list li ul img{
    width: auto;
    margin-right: 20px;
}
ul.phase-list li ul li{
    padding: 10px 0;
    display: flex;
   
}

ul.phase-list li ul li p{
    color: #035397;
    
}
ul.phase-list li ul li p{
    padding-left: 0;
    margin-bottom: 0;
}
ul.phase-list li ul{
    width: 80%;
    padding-left: 20px;
}
.training-wrapper{
    background: #FCF2EB;
    padding: 30px 0;
}

.single-movement:hover .footprint-preview .bg{
    transform: scale(1.2);
}

.single-movement{
    padding: 20px 0;
}
section.training-area h2 {
    font-size: 1.4rem;
}


img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    max-width: 100%;
    height: 100%;
}
.news-section {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.position-relative a {
    /* display: block; */
}
h2.news-heading {
    color: #fff;
    font-size: 23px;
    padding: 0px 100px 0px 0px;
}
p.cat {
    background: #5397AC 0% 0% no-repeat padding-box;
    font-size: 13px;
    display: inline-block;
    color: #fff;
    padding: 4px 8px;
}
.news-time {
    font-size: 13px;
    display: inline-block;
    color: #fff;
}
.sqr-news_left .news-section h2, .sqr-news_rgt .news-section h2 {
    font-size: 12px;
    padding: 0px 40px 0px 0px;
}
.col-sm-12.rect-news.top-news.position-relative {
    /* max-height: 240px; */
    max-height:auto;
    overflow: hidden;
    margin-bottom: 15px;
}
h2.news-heading-tab a, p.news-heading-rgt a {
    color: #5397AC;
}
p.news-time-left-tab {
    color: #7C7C7C;
    font-weight: 600;
    font-size: 14px;
}
.news-img {
    position: relative;
    margin-bottom: 20px;
}

p.cat.tab {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
}
p.news-heading-rgt a {
    padding: 0px;
    line-height: 10px!important;
    font-weight: 600;
    font-size: 15px;
}
p.news-time-tab {
    bottom: 0;
    color: #7C7C7C;
    font-weight: 700;
    font-size: 14px;
}
p.news-heading-rgt {
    line-height: 1;
    margin-bottom: 10px;
}
.col-sm-6.right-news-tab.rgt_tab .row {
    margin-bottom: 15px;
}
.col-md-4.rect-news-img img {
    height: 100%;
    object-fit: cover;
}



/* TEAM CSS */
.team-details{
    background: #F1F1F1;
    padding: 20px 15px;
    border-bottom: 10px solid #5297AC;
}
.team-details h3{
    color: #000000;
    font-weight: 600;
}
.team-details span{
    color: #000000;
}

.team-hover{
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    top: 100%;
    left: 0;
    right: 0;
    background: #F1F1F1;
    transition: ease-in .4s;
}
.team-hover p{
    font-size: 14px;
 }
.team-hover ul li{
/*     display: inline-block; */
	display: none;
    margin-right: 15px;
}
.team-hover ul li a{ 
    color: #5297AC;
    font-size: 1.5rem;
}

.single-team{
    cursor: pointer;
    margin: 30px 0;
}
.single-team:hover .team-hover{
    top: 0;
}

.col-sm-12.btn-news {
    margin-top: 10px;
}


.col-sm-12.btn-news .row .col-sm-6:first-child {
    padding-right: 13px;
}
.col-sm-12.btn-news .row .col-sm-6:last-child{
    padding-left: 13px;
}



.pagination {
    justify-content: center;
    width: 100%;
    padding: 15px 0;
}
.page-numbers {
    color: #000;
    padding: 0 5px;
}

span.page-numbers.current {
    color: #5397AC;
    font-weight: 500;
}
h2.news-heading-tab {
    font-size: 1.5rem;
}



.box {
    display: flex;
    align-items: center;
    height: 50%;
}
.impact-count.box {
    justify-content: center;
}


section.impact-figures .slick-initialized .slick-slide img {
    max-height: 70px;
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.impact-count span{
    color: #5397AC;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
}
.impact-figures h3{
    font-weight: 400;
    margin-top: 20px;
    font-size: 25px;
    text-align: center;
}

.impact-figures .impact-wrapper{
    background: #FCF2EB;
    padding: 30px 0;
}


.inspection-heading {
    background: #5397AC;
}
.inspection-heading h2{
    color: #fff;
    text-align: center;
}
.inspection-wrapper{
    background: #FCF2EB;
}











@media(min-width:1900px){
    .banner-content{
        background-size: 50% 100%;
    }
    .theme-box{
        padding: 47px 0;
    }
}

@media(max-width:1360px){
    .footer-map{
        width: 465px;
    }
    .banner-content{
        background-size: 50% 100%;
    }
    ul.navbar-nav li {
        padding: 0 8px;
    }
}
@media(max-width:1260px){
    .footer-map{
        width: 400px;
    }
}
@media(max-width:1170px){
    .footer-map{
        width: 400px;
    }
    ul.navbar-nav li {
        padding: 0 10px;
    }
    .banner-heading h2{
        font-size: 2rem;
    }
    .page-links ul li a {
        font-size: 0.9rem;
    }
    section.rdf-area p {
        font-size: 1rem;
    }
    p,.banner-content p,.banner-content .call a{
        font-size: 1rem;
    }   
    .navbar-nav a{
        font-size: 12px;
    }
    h1,.banner-detail h1{
        font-size: 2rem;
    } 
    .driving-right img{
        min-width: 100%;
    }
    .content-wrap.driving-force.second .driving-left img{
        min-width: 100%;
    }
    .content-wrap.driving-force.second .driving-left{
        margin:0;
    }
}
@media(max-width:1070px){
    .navbar{
        z-index: 99;
        overflow: hidden;
    }
    body.menu-active {
        overflow: hidden;
    }
    .navbar-toggler{
        position: absolute;
        right: 0px;
        width: 32px;
        height: 25px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 0;
        z-index: 999;
	}
    .navbar .mobile-only{
		position: absolute;
		right: 15px;
		display: block;
		font-size: 12px;
		padding: 10px 15px;
	}
	.navbar-toggler span {
		width: 100%;
		background-color: #000;
		height: 2px;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
		background-image: none;
		outline: none;
		}
		.navbar-toggler span:nth-child(1) {
			top: 0;
		}
		.navbar-toggler span:nth-child(2) {
			top: 10px;
		}
		.navbar-toggler span:nth-child(3) {
			top: 20px;
		}
		.menu-active .navbar-toggler span:nth-child(1) {
			width: 100%;
			top: 8px;
			transform: rotate(135deg);
		}
		.menu-active .navbar-toggler span:nth-child(2) {
			opacity: 0;
			right: -60px;
		}
		.menu-active .navbar-toggler span:nth-child(3) {
			top: 8px;
			transform: rotate(-135deg);
		}
		.navbar-collapse {
			position: fixed;
			left: 0;
			width: 100%;
			height: 100%;
			top: 88px;
			z-index: 9;
			transition: .25s ease-in-out;
			background: #fff;
			display: block !important;
			left: -100%;
			padding-top:50px;
		}
		.menu-active .navbar-collapse {
			left: 0;
		}
		.navbar-nav a{
			padding:15px 20px;
			display:block;
			border-bottom:solid 1px #f7f7f7;
		}
        .desktop{
            display: none;
        }
        a.navbar-brand{
            margin-left: 0;
        }
        .navbar-nav a{
            padding: 10px!important;
            font-size: 13px;
        }
        ul.header-social {
            text-align: center;
            margin-top: 20px;
        }
        .mobile{
            visibility: visible;
            display: block;
        }
        .mobile-btn {
            position: absolute;
            top: 0;
            height: 85%;
            left: 0;
            right: 0;
            justify-content: center;
            display: flex;
            align-items: flex-end;
            bottom: 0;
            z-index: -1;
        }
        a.btn.header-btn.mobile {
            display: flex;
            font-size: 1rem;
            padding: 10px 70px;
            height: auto;
            transform: translateY(200px);
        }
        body.menu-active a.btn.header-btn.mobile{
            transform: translateY(0px);
            transition: .5s;
            transition-delay: 0.5s;
        }

       
}


@media(max-width:1024px){
    .video-description{
        padding: 10px 20px;
    }
    section.rdf-area p {
        font-size: 0.9rem;
    }
    .footer-map {
        position: static;
        border-radius: 0;
        width: 100%;
        padding: 0 15px;
        height: 200px;
        margin-bottom: 20px;
    }
    ul.phase-list li ul img{
        width: 15%;
    }
}

@media(max-width:991px){
    h2{
        font-size: 1.5rem;
    }
    h2.big,.footprint-heading h2{
        font-size: 2rem;
    }
    p, .banner-content p, .banner-content .call a{
        font-size: 0.9rem;
    }
    .btn-black{
        font-size: 1rem;
    }
    .btn-blue.active {
        font-size: 1rem;
    }
    .banner-content {
        background-size: 60% 100%;
    }
    .subpage-banner.about h3{
        font-size: 1.5rem;
    }
    .we-are-left{
        padding: 20px;
    }
}
@media(max-width:767px){
    .col-sm-12.btn-news .row .col-sm-6:first-child {
        padding-right: 0px;
        margin-bottom: 15px;
    }
    .left-news{
        margin-bottom: 15px;
    }
    .col-sm-12.btn-news .row .col-sm-6:last-child{
        padding-left: 0px;
    }
    .col-sm-12.rect-news.top-news.position-relative{
        margin-bottom: 10px;
    }
    .col-sm-6.right-news .news-section {
        margin-left: -15px;
    }
    h2.news-heading{
        font-size: 12px;
        padding: 0;
    }
    
    ul.phase-list li ul img {
        width: 10%;
        margin-left: 0;
    }
    section.training-area h2 {
        font-size: 1.2rem;
    }
    ul.phase-list li img {
        width: 15%;
        margin-left: 10px;
    }
    ul.phase-list li{
        padding: 10px 0;
    }
    
    .banner-content {
        background-size: 95% 100%;
    }
    .single-banner > img {
        min-height: 70vh;
    }
    .heading-wrap.position-relative {
        width: 80%;
        margin: 0 auto;
    }
    .heading-wrap.position-relative br{
        display: none;
    }
   
    .driving-force.second .driving-left{
        padding: 0;
    }
    .content-wrap.driving-force.second .driving-right{
        padding: 0px;
        margin-top: 20px;
    }
    .content-wrap.driving-force.second .driving-right{
        height: auto;
    }
    .content-wrap.driving-force.second .col-md-7.bg-gray{
        margin: 0 15px;
    }
    .full{
        padding: 0px 15px;
        max-width: 540px;
        margin: 0 auto;
    }
    .rdf-content {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 20px;
    }
    button.testimonial-arrow.right.slick-arrow{
        right: -10%;
    }
    button.testimonial-arrow.left.slick-arrow{
        left: -10%;
    }
    .heading-wrap span.right{
        right: -20px;
    }
    .heading-wrap span.left{
        left: -25px;
        top:-20px
    }
    .btn-red{
        font-size: 1rem;
    }
    button.testimonial-arrow.slick-arrow{
        font-size: 25px!important;
    }
    .partner-area img{
        max-width: 80%;
    }
    .footer-widgets h3{
        margin-top: 20px;
    }
    .mobile-btn{
        height: 78%;
    }
    .driving-left{
        padding: 20px 20px;
    }
    .driving-right img{
        min-width: 100%;
        margin-left: 0;
    }
    .banner-heading h2 {
        font-size: 1.5rem;
    }
    .background-content{
        padding:0 15px;
    }
    .page-title h2{
        font-size: 1.5em;
    }
}


@media(max-width:420px){

    h1, .banner-detail h1 {
        font-size: 1.6rem;
    }
    h3{
        font-size: 1.3rem;
    }
    .banner-content p{
        margin-bottom: 10px;
    }
    .btn-donate{
        font-size: 1rem;
    }
    button.slick-arrow.right {
        right: -12%;
    }
    button.slick-arrow.left {
        left: -12%;
    }
}
@media(max-width:320px){
    h3{
        font-size: 1.3rem;
    }
    .banner-heading h2 {
        font-size: 1.3rem;
    }
    .page-title h2{
        font-size: 1.5rem;
    }
    .page-links ul li a{
        font-size: 0.8rem;
    }
    a.navbar-brand img {
        max-width: 60px;
    }
}
