/* RESPONSIVE STYLES  */
@media (min-width: 1200px){
    .main-logo.home-logo{
        max-width: 32rem;
        position: absolute;
    }
	.container-right {
		margin-left: calc(50vw - 570px);
	}
}
@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1239px;
    }
	.container-right {
		margin-left: calc(50vw - 620px);
	}
}
@media (min-width: 1440px) {
   .main-logo.home-logo{
        max-width: 39rem;
    }
}
@media (max-width: 1199px) {
    h1, .h1 {
        font-size: 8rem;
        line-height: normal;
    }
    /* h2,.h2{
        font-size: 4rem;
        line-height: 5rem;
    }
    h3,.h3{
        font-size: 3rem;
        line-height: 3.6rem;
    }
    h4,.h4{
        font-size: 2.6rem;
        line-height: 3.2rem;
    } */
    .container-right {
        margin-left: calc(50vw - 480px);
    }
    .join-us-section {
        padding: 8rem 5rem;
    }
    .join-us-box {
        padding: 9rem 4.7rem 7.3rem 3rem;
    }
    .footer-top .footer-h2 {
        padding-top: 4rem;
        padding-bottom: 15rem;
    }
    .explore-issue-section {
        padding: 8rem 0;
    }
    .feature-slider-section .feature-slider {
        padding: 5rem 0 0;
    }
    .feature-section {
        padding-bottom: 8rem;
    }
    .banner-section .banner-text {
        padding: 19rem 0;
    }
    .feature-top img {
        max-width: 37rem;
    }
}
@media (max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
        padding: 0 15px;
    }
    .site-footer .footer-top {
        text-align: center;
    }
    .site-footer .footer-top ul {
        justify-content: center;
        column-gap: 50px;
        line-height: 78px;
        padding-bottom: 10px;
    }
    .pt-100 {
        padding-top: 70px;
    }
    .pb-100 {
        padding-bottom: 70px;
    }
     /* menu css starts */
     .offcanvas-collapse {
        z-index: 9;
        position: fixed;
        top: 5rem;
        bottom: auto;
        right: 0;
        width: 100%;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
        transform: translateY(-100%);
        opacity: 0;
    }
    .offcanvas-collapse.open {
        visibility: visible;
        /* transform: translateX(-100%); */
        transform: translateY(0);
        background-color: var(--theme-color);
        height: 100vh;
        top: 0;
        padding: 70px 20px 70px;
        opacity: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .header-right {
        padding-top: 25px;
    }
    .offcanvas-collapse.open .navbar-nav .nav-link{
        color: #fff !important;
    }
    .top-header .nav-item,.top-header .menu-item {
        margin: 0;
    }
    .top-header .offcanvas-collapse .theme-btn{
        margin: 13px 0 0;
        color: var(--white-color);
    }
    .top-header .offcanvas-collapse .theme-btn:hover{
        color: var(--theme-color) !important;
    }
    .top-header .offcanvas-collapse .theme-btn:hover:after{
        background-color: var(--white-color);
    }
    .top-header .offcanvas-collapse .transparent-btn:hover{
        color: var(--white-color) !important;
    }
    .navbar-brand {
        z-index: 999;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler .bar1, .navbar-toggler .bar2, .navbar-toggler .bar3 {background-color: #fff;
        width: 23px;
        height: 2px;
        margin: 3px 0;
        transition: 0.4s;
    }
    .change{position: relative;z-index: 99; top: 3px;}
    .change .bar3 {-webkit-transform: rotate(45deg) translate(-6px, -3px);
        transform: rotate(45deg) translate(-6px, -3px);
        width: 100%;
        margin: 0;
    }
    .change .bar1 {
        -webkit-transform:rotate(-45deg) translate(2px, -5px);
        transform: rotate(-45deg) translate(2px, -5px);
        margin: 0;
    }
    .header-transparent .top-header {
        background-color: transparent;
    }
    .top-header .nav-item .nav-link:hover{
        color: var(--white-color);
    }
    .top-header {
        z-index: 99;
    }
    .top-header.static-header,
    .top-header.fixed{
        padding: 8px 0;
    }
    .change .bar2{display: none;}
    .top-header .nav-item .nav-link , .top-header.fixed .navbar-nav .nav-link{
        color: var(--white-color);
        margin: 0;
        line-height: 6.4rem;
        padding: 0;
        font-weight: 700;
        font-family: 'nexa_text';
    }
    .home .top-header.fixed .open .default-logo {
        display: none;
    }
    .home .top-header.fixed .open .home-logo {
        display: inline-block;
    }
    .top-header.static-header .navbar-toggler .bar1, .top-header.static-header .navbar-toggler .bar2, .top-header.static-header .navbar-toggler .bar3,
    .top-header.fixed .navbar-toggler .bar1, .top-header.fixed .navbar-toggler .bar2, .top-header.fixed .navbar-toggler .bar3{
        background-color: var(--seconadary-color);
    }
    h1, .h1 {
        font-size: 6rem;
    }
    /* h2, .h2 {
        font-size: 3.2rem;
        line-height: 3rem;
    }
    h3, .h3 {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    h4,.h4{
        font-size: 2.4rem;
        line-height: 3.2rem;
    } */
    h5,.h5{
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .banner-box {
        margin-bottom: 20px;
    }
    .feature-box .feature-box-single {
        padding: 1.9rem 1.3rem 2rem;
    }
    .feature-top img {
        max-width: 23rem;
        top: 0;
        bottom: auto;
    }
    .section-header {
        padding: 0 0 1rem;
    }
    .container-right {
        margin-left: 15px;
    }
    .join-us-box .join-us-right {
        margin: 2rem 0 0;
        max-width: 100%;
    }
    .feature-bottom {
        padding: 5rem 0 0;
    }
    .map-section .map-section-top {
        padding: 8rem 0 0;
    }
    .top-header.fixed .default-logo,  
	.home .top-header:not(.fixed) .home-logo {
        display: inline-block;
    }
    .top-header.fixed .home-logo, 
	.home  .top-header:not(.fixed) .default-logo {
        display: none;
    }
    .top-header.fixed .navbar-toggler.change .bar1,.top-header.fixed  .navbar-toggler.change .bar2,.top-header.fixed  .navbar-toggler.change .bar3 {
        background-color: #fff;
    }
	header.top-header.mobile-menu-open img.default-logo{display:none !important}
	header.top-header.mobile-menu-open img.home-logo{display:block !important}
}
@media (max-width: 767px) {
    h1.h1 {
        line-height: 58px;
    }
    .mob-radius-0{
        border-radius: 0;
    }
    .footer-top h2 span {
        margin-left: 0;
    }
    .feature-box .feature-box-single {
        margin: 0;
        width: 160px;
        height: 160px;
    }
    .feature-top {
        margin-top: -77px;
    }
    .banner-section .banner-text {
        padding: 296px 0 126px;
    }
    .banner-section-slide {
        background-position-x: 40%;
        background-size: auto  338px;
    }
    .banner-section-slide::after,.banner-section::before {
        display: none;
    }
    .banner-section .theme-btn {
        margin-left: 0;
    }
    .banner-circle-img {
        width: 232px;
        height: 232px;
        top: 167px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }
    .feature-box {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        row-gap: 30px;
    }
    .feature-box .feature-box-single:nth-child(2) {
        top: 80px;
        position: relative;
    }
    .featured-campaign .theme-desc-img img {
        height: auto;
    }
    .banner-section {
        background-color: var(--grey-color);
    }
    .feature-bottom {
        padding: 76px 0 0;
    }
    .explore-issue-section {
        padding: 80px 0 163px;
    }
    .feature-slider-section .feature-slider {
        padding: 40px 0 0;
    }
    .featured-campaign .feature-bottom-right h2 {
        display: block;
    }
    .feature-section {
        padding-bottom: 60px;
    }
    .join-us-box {
        padding: 0 15px 126px;
        background-color: var(--grey-color) !important;
        background-size: auto 338px;
    }
    .join-us-section .container {
        padding: 0;
    }
    .join-us-box .join-us-right {
        margin: 0;
    }
    .join-us-section .container {
        padding: 0;
    }
    .join-us-box .join-us-right {
        margin: 0;
        top: -55px;
        position: relative;
    }
    .container-right {
        margin: 0;
        padding-left: 15px;
    }
    .join-us-section {
        padding: 120px 0px 0;
        background-image: none !important;
        background-color: var(--grey-color);
        margin-top: 5px;
    }
    .map-section .map-section-bottom {
        padding-bottom: 50px;
        box-shadow: 0px 4px 4px 0px #00000040;
    }
    .owl-nav {
        margin: 20px 0 0 10px;
    }
    .banner-box {
        padding: 20px;
        position: relative;
        z-index: 2;
    }
/*     .map-section .map-section-top {
        padding: 7px 0 0;
    } */
    .feature-slider-section .feature-slider .single-feature {
        height: 530px;
    }
    .footer-bottom .footer-bottom-link {
        margin: 20px 0 0;
        flex-wrap: wrap;
        order: 1;
        margin: 0 0 10px;
        justify-content: center;
        font-size: 14px;
    }
    .footer-bottom .footer-bottom-link li:first-child {
        /* order: 2; */
    }
    .footer-bottom .footer-bottom-link li:not(:first-child) {
        flex: 0 0 auto;
        width: 50%;
    }
    .footer-bottom .footer-bottom-link li:last-child {
        text-align: left;
    }
    .footer-bottom .footer-bottom-link li:last-child a {
        margin: 0;
    }
    .footer-bottom {
        padding: 210px 0 0;
        text-align: center;
    }
    .page-default-header{
        min-height: 300px;
    }
    .list-issues {
        margin-top: -40px;
    }
    .feature-top img {
        position: relative;
        max-width: 100%;
        top: auto;
    }
    .site-footer {
        background-size: auto 100%;
        background-position: top left;
        padding-top: 40px;
    }
    h2, .h2 {
        line-height: 55px;
    }
    h4, .h4 ,h3, .h3{
        line-height: 40px;
    }
    .footer-bottom .footer-bottom-link li:nth-child(2) {
        text-align: right;
    }
    .footer-bottom .footer-bottom-link li:nth-child(2) a{
        margin: 0;
        padding: 0 20px 0 0;
        border: 0;
        text-align: right;
    }
    .footer-bottom .container-right {
        padding-right: 15px;
    }
    .site-footer{
        background-image: url(../images/footer-bg-mob.png);
    }
	.footer-top h2{
		font-size: 3.4rem;
		line-height: 1.5;
	}
}
@media (max-width: 374px) {
    .feature-box .feature-box-single {
        width: calc(50% - 13px);
        height: auto;
    }
}