/* RESPONSIVE STYLES  */
@media (min-width: 991px){
	.in-line-form-comp div.wpforms-container-full:not(:empty){
		margin-top: 0;
	}
}
@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1237px;
    }
}
@media (max-width: 1600px) {
    .our-vision {
        padding: 15rem 0 8rem;
    }
    .advocacy-section {
        padding: 15rem 0 0;
    }
    .feature-section {
        padding: 10rem 0 8rem;
    }
    .latest-news-section {
        padding: 8rem 0 10rem;
    }
    .latest-news-hub,.resources-content-section {
        padding: 10rem 0 14rem;
    }
    .events-section {
        padding: 8rem 0 10rem;
    }
    .counter-section .counter-value {
        font-size: 9rem;
        line-height: 11rem;
    }
    .banner-style3-main{
        margin: 0 3rem 7rem;
    }
    .faq-grid-section {
        padding: 10rem 0 8rem;
    }
    /* Diverse Suppliers page */
    .supplier-feature-section {
        padding: 12rem 0 10rem;
    }
    /* State - Overview  */
    .state-installations-section{
        padding: 10rem 0 8rem;
    }
}
@media (max-width: 1440px) {
    .site-footer .rotate-text{
        left: -3rem;
    }
}
@media (min-width: 992px) {
    .sub-menu {
        max-height: 62.5rem;
    }
    body.menu-active:before {
        content: "";
        position: fixed;
        left: 0;
        opacity: 0.5;
        background: var(--SEIA-Primary-Blue, #112D46);
        right: 0;
        top: 9.rem;
        bottom: 0;
        min-height: calc(100vh - 9.4rem);
    }
    .sub-menu-wrap {
        position: relative;
    }
	.advanced-ads-carousel .owl-item img{
		height: revert-layer;
	}
	body.page-template-solar-marketing-insight .state-tab-section{
		    margin-top: -50px;
	}
}
@media (min-width: 991px) and (max-width: 1199px){
    .sub-menu-wrap .sub-menu-top .h5 {
        line-height: normal;
        margin: 0 0 20px;
    }
}
@media (max-width: 1300px) {
    .testimonial-slider .testimonial-thumbnail .testimonial-thumbnail-wrap {
        right: -4rem;
    }
    .testimonial-slider .video-thumbnail .testimonial-thumbnail-wrap{
        right: -10rem;
    }
}
@media (max-width: 1199px) {
    .navbar .header-right {
        margin-left: 6rem;
    }
    .banner-r-aligned .banner-caption {
        padding: 10.8rem 5rem 7rem 5rem;
    }
    .container.container-left {
        max-width: calc(50vw + 480px);
    }
    /* hub page  */
    .key-stats-grid .key-stats-info span {
        font-size: 9rem;
        line-height: 10.2rem;
    }
    body:not(.home) .newsletter-section {
        margin-top: -2rem;
    }
    /* join seia page  */
    .faq-grid .faq-right{
        padding-left: 6rem;
    }
    .site-footer .rotate-text {
        left: -40px;
    }
    .testimonial-slider .testimonial-slide {
        max-width: 83%;
        padding: 8rem 3rem 8rem 5rem;
    }
    .testimonial-slider .testimonial-left {
        max-width: 70%;
    }
    .testimonial-slider .owl-dots {
        width: 100%;
        max-width: 83%;
        padding: 0 0 0 5rem;
    }
    /* Diverse Suppliers page */
    .filter-top .single-filter {
        margin-right: 1.5rem;
    }
    .state-feature-section .state-feature {
        padding: 70px;
        margin-bottom: 50px;
    }
    .state-feature ul li p {
        padding-right: 30px;
    }
    .testimonial-slider .testimonial-thumbnail .testimonial-thumbnail-wrap {
        right: -6rem;
    }
    .testimonial-slider .video-thumbnail .testimonial-thumbnail-wrap {
        right: -15rem;
    }
    
}
@media (max-width: 991px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
        padding: 0 2rem;
    }
    .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: 106px 20px 70px;
        opacity: 1;
    }
    .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 .nav-item .nav-link:hover::before{}
    .top-header {
        z-index: 99;
        padding: 15px 0;
    }
    .change .bar2{display: none;}
    /* .top-header:before {
        content: "";
        position: absolute;
        background: var(--theme-color);
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        top: 0;
    }
    .top-header .header-bg{
        z-index: 99;
    } */
    .top-header, .header-transparent .top-header.fixed,.top-header.fixed{
        background-color: var(--theme-color);
    }
    .top-header .nav-item .nav-link{
        color: var(--white-color);
        margin: 0 0 2.5rem;
        line-height: 7.2rem;
        padding: 0;
    }
    .navbar .header-right {
        margin-left: 0rem;
        text-align: center;
    }
    
    .sub-menu-wrap{
        padding: 0 0 70px;
        height: auto;
       
    }
    .top-header  .curMenuLabel {
        border-bottom: 1px solid #20699C;
        margin-bottom: 4rem;
    }
    .top-header .curMenuLabel .nav-link{
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28" fill="none"><path d="M22.1663 13.9999H5.83301M5.83301 13.9999L13.9997 22.1666M5.83301 13.9999L13.9997 5.83325" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 4rem;
    }
    .navbar-nav .nav-item:hover .sub-menu,.navbar-nav .nav-item .sub-menu,.navbar-collapse .navbar-nav .nav-item .sub-menu{
        display: none;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        /* max-height: 100vh; */
        max-height: calc(100% - 9.4rem);
       height: 100%;
       padding-bottom: 7rem;
    }
   .navbar-collapse.open .navbar-nav .nav-item .sub-menu.show{
        display: block;
        z-index: 2;
        opacity: 1;
        visibility : visible;
        top: 9.4rem;
        /* top: 0; */
    }
    .sub-menu-wrap .sub-menu-top h5.h5 {
        border-bottom: 1px solid #20699C;
        font-family: "NexaText";
        font-weight: 400;
        font-size: 2.4rem;
        line-height: 4rem;
        padding: 0 0 1rem;
        margin: 0 0 2.2rem;
    }
    .sub-menu-wrap .sub-menu-top .h5 {
        font-size: 16px;
        margin: 0 0 20px;
        display: inline-block;
        width: 100%;
    }
    .sub-menu-wrap .sub-menu-top ul {
        margin: 0 0 25px;
    }
    .sub-menu-wrap .sub-menu-top .menu-link:after{
        display: none;
    }
    .top-spacing {
        margin-top: 8rem;
    }
    .banner-r-aligned-wrap .banner-r-aligned {
        margin-right: 0;
    }
    .banner-r-aligned-wrap {
        max-width: 90%;
    }
    .counter-section {
        padding: 15rem 0 0;
    }
    .advocacy-section {
        padding: 8rem 0 0;
    }
    .counter-section .counter-wrap {
        margin: 0 0 8rem;
    }
    .advocacy-bg-img {
        bottom: 57.4rem;
    }
    .feature-section {
        padding: 8rem 0 4rem;
    }
    .events-section {
        padding: 6rem 0;
    }
    .newsletter-right {
        margin-left: 0;
    }
    .site-footer .rotate-text {
        left: -47px;
        font-size: 10px;
    }
    .single-event.event-left{
        padding: 0 0 4rem;
    }
    .item-crop-slider.owl-carousel .owl-item.active {
        max-width: 330px;
        min-width: 330px;
    }
    /* landing page  */
    .what-we-do-single {
        width: calc(50% - 25px);
        flex: auto;
        margin: 0 0 25px;
    }
    .what-we-do .what-we-do-row {
        flex-wrap: wrap;
    }
    .what-we-do {
        padding: 70px 0 0;
    }
    .support-section {
        padding: 70px 0 110px;
    }
    .support-section .support-right .pattern {
        right: -20px;
    }
    .achievements-section {
        padding: 70px 0;
    }
    .achievements-section .dot {
        margin: 50px 0 0;
    }
    .key-stats-section, .research-section, .event-hub-section, .latest-news-hub,.meet-expert-section {
        padding: 70px 0;
    }
    .our-work-section .single-feature .feature-img {
        top: 0;
        height: auto;
    }
    
    .our-work-section {
        padding-bottom: 100px;
    }
    .single-exert-right{
        width: auto;
    }
    .join-seia-main {
        padding: 70px 40px;
    }
    .join-seia-section{
        padding-bottom: 70px;
    }
    .latest-news-single.ad-item {
        padding: 50px 30px;
    }
    /* content detail page  */
    .content-detail-block .content-detail-desc {
        padding: 50px;
    }
    .content-detail-main h3 {
        margin: 30px 0 20px;
    }
    .content-detail-main blockquote {
        margin: 70px auto;
    }
    .resources-content-section .latest-news-single.article-menu {
        margin-bottom: 30px;
    }
    body:not(.home) .newsletter-section {
        margin-top: -10rem;
    }
    .faq-section {
        padding-bottom: 70px;
    }
    /* join seai page  */
    .testimonial-slider .testimonial-thumbnail img {
        width: 180px;
        min-width: auto;
        height: 180px;
    }
    .testimonial-slider .testimonial-thumbnail .testimonial-thumbnail-wrap {
        right: -30px;
    }
    .single-benefit {
        height: 300px;
    }
    .faq-grid-section,.benefit-section,.testimonial-section {
        padding: 70px 0;
    }
    .faq-grid .faq-right {
        padding-left: 0;
    }
    .faq-accordions .accordion-item:last-child{
        margin-bottom: 0;
    }
    /* Diverse Suppliers page */
    .suppliers-database-top .dot-spacing{
        padding-top: 4rem;
    }
    .supplier-feature-right{
        padding-top: 0;
    }
    .video-slider-section .testimonial-slider .testimonial-thumbnail-wrap{
        right: -13rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .video-slider-section .testimonial-thumbnail-wrap .testimonial-video {
        width: 270px;
        height: 100%;
    }
    .filter-top {
        flex-wrap: wrap;
        margin: 0 0 20px;
    }
    .filter-top .single-filter {
        margin-bottom: 20px;
    }
    /* Diverse Suppliers page */
    .just-the-facts {
        margin: 40px 0 0;
        width: 99%;
    }
    .state-tab-section{
        padding: 40px 0 70px;
    }
    .just-the-facts {
        margin: 40px 0 0;
        width: 100;
    }
    .state-tab-section .nav-pills {
        padding-bottom: 30px;
    }
    .state-tab-section .tab-content{
        padding-top: 0;
    }
    .state-tab-content h2 {
        padding-bottom: 0;
    }
    .state-tab-content h3 {
        padding-top: 20px;
    }
    .state-installations-section {
        padding: 70px 0;
    }
    .map-section {
        padding: 40px 0 70px;
    }
    .state-installations-slider     .owl-nav {
        margin-top: 30px;
    }
    /* join form page  */
    .join-form-section {
        height: auto;
    }
    .join-left-img {
        position: relative;
        width: 100%;
        height: auto;
    }
    .join-right-content {
        padding: 70px 0 0;
    }
	 .suppliers-database-top .single-supplier .supplier-img img {
        height: 100%;
    }
	.banner-style3-right .banner-style3-img,.banner-style3-right .banner-style3-img img {
        height: 40rem;
    }
}
@media (max-width: 767px) {
    h1, .h1 {
        font-size: 4rem;
        line-height: 5rem;
    }
	h2, .h2 {
		font-size: 3rem;
		line-height: 3.8rem;
	}
	h3, .h3 {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }
    .pt-100 {
        padding-top: 60px;
    }
    .pb-100 {
        padding-bottom: 60px;
    }
    .container.container-left {
        max-width: 100%;
    }
    .article-menu{
        margin: 0 0 3rem;
        height: 51.2rem;
    }
    .article-menu img {
        height: 20.5rem;
    }
    .follow-menu {
        padding: 40px 0 0;
        border-top: 1px solid #20699C;
    }
    .sub-menu-wrap .sub-menu-top .footer-social {
        flex-wrap: wrap;
        justify-content: center;
    }
    .sub-menu-wrap .footer-social li {
        margin: 0 22px 26px 22px;
    }
    .home .top-spacing {
        margin-top: 0;
    }
    .home .top-header {
        background-color: transparent;
    }
    .home .top-header.fixed{
        background-color: var(--theme-color);
    }
    .home .top-spacing {
        margin-top: 0;
    }
    .home .top-header {
        background-color: transparent;
    }
    .banner-r-aligned-wrap {
        max-width: 100%;
        padding: 0;
    }
    .banner-r-aligned .banner-caption,.banner-style2 .banner-r-aligned .banner-caption {
        padding: 140px 20px 110px 20px;
    }
    .banner-caption h1 br {
        display: none;
    }
    .banner-caption p {
        margin: 0 0 40px;
        width: 275px;
    }
    .banner-r-aligned .banner-caption .dot {
        margin: 50px 0 0;
    }
    .ad-section {
        padding: 36px 0;
    }
    .our-vision {
        margin: 0;
        overflow-x: hidden;
        padding: 78px 0 129px;
        background: radial-gradient(133.6% 99.58% at 87.5% 8.5%, #20699C 0%, #112D46 100%);
    }
    .our-vision-right .our-vision-img {
        top: 200px;
        right: -61%;
        scale: 0.7;
    }
    .counter-section {
        padding: 257px 0 241px; 
    }
    .secondary-title {
        margin-bottom: 2.7rem;
    }
    .our-vision .our-vision-right p {
        font-size: 3.2rem;
    }
    .counter-section .counter-value {
        font-size: 5.8rem;
        line-height: 10.8rem;
    }
    .counter-section .counter-wrap {
        margin: 0 0 76px;
    }
    .advocacy-bg-img {
        background-size: 100%;
        bottom: -390px;
        z-index: -1;
    }
    .advocacy-section {
        padding: 0;
    }
    .advocacy-section .advocacy-row {
        margin: 100px 0 0;
    }
    .advocacy-section .advocacy-row {
        margin: 100px 0 0;
    }
    .advocacy-section .advocacy-single .advocacy-img img {
        width: 100%;
        display: none;
    }
    .advocacy-single .advocacy-info p {
        line-height: 22px;
        width: 85%;
    }
    .advocacy-section .advocacy-single {
        height: auto !important;
        margin: 0 0 50px;
    }
    .accordion-img-right,.our-work-section .single-feature .feature-img {
        position: relative;
        margin: 20px 0;
        width: 100%;
    }
    .ui-accordions {
        padding: 0 0 20px 20px;
    }
    .ui-accordions .accordion-button[aria-expanded="true"]:before {
        left: -27px;
    }
    .latest-news-section {
        padding: 70px 0;
    }
    .article-menu.no-image .article-menu-desc .article-menu-title {
        font-size: 24px;
        line-height: 28px;
    }
    .latest-news-single.article-menu {
        /* height: 520px; */
/*         height: 540px; */
		height: auto;
        margin-bottom: 0;
    }
    .events-section {
        padding: 80px 0 83px;
    }
    .footer-left h2 {
        font-size: 42px;
        line-height: 55px;
        margin: 30px 0 0;
    }
    .footer-left h2 br {
        display: none;
    }
    .single-event:not(.event-left){
        margin: 0;
        padding: 0 0 18px;
    }
    .members-section {
        padding: 125px 0 20px;
    }
    .newsletter-right {
        padding-top: 345px;
        position: relative;
    }
    .newsletter-section {
        margin-bottom: 124px;
    }
    .site-footer {
        padding: 20px 0 30px;
    }
    .banner-section .rotate-text {
        right: -40px;
        bottom: auto;
        left: auto;
        top: 68%;
        z-index: 1;
    }
    .footer-left .dot {
        margin: 70px 0 177px;
    }
    .footer-social li {
        /* margin-right: 20px; */
        margin: 0 44px 26px 0;
    }
    .footer-right .footer-social {
        margin: 0 0 10px;
    }
    .footer-bottom {
        margin: 50px 0 0;
    }
    .footer-bottom-right {
        margin: 0 0 100px;
    }
    .article-menu .article-menu-desc p{
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;  
        overflow: hidden;
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
    .single-benefit .benefit-top p{
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
    .resource-content .article-menu-desc p{
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;  
        overflow: hidden;
    }
    .newsletter-section .newsletter-img {
        right: 0;
    }
    /* resources page  */
    .resource-content .latest-news-single.article-menu {
        margin: 0 0 3rem;
    }
    .resource-tab-section {
        padding: 4.7rem 0;
    }
    .event-grid-page.events-section{
        padding-bottom: 0;
    }
    .nav-pills .nav-link{
        margin: 0 15px 0 0;
    }
    .nav-pills {
        overflow: auto;
        white-space: nowrap;
        display: block;
        padding-bottom: 20px;
    }
    .nav-pills .nav-item {
        display: inline-block;
    }
    .resource-content .tab-content {
        margin: 40px 0 0;
    }
    .resource-top-section {
        padding: 60px 0 0;
    }
    .feature-section {
        padding: 60px 0 30px;
    }
    /* landing page  */
    .support-section .support-right .pattern {
        right: -20px;
    }
    .banner-style3-right .banner-style3-img {
        height: 400px;
    }
    .banner-style3-main {
        padding: 60px 0 5.2rem;
        margin: 0 30px 199px;
    }
    .what-we-do-single {
        width: 100%;
    }
    .banner-style2 .banner-r-aligned-wrap{
        padding: 60px 0;
    }
    /* hub page  */
    .latest-news-single.article-menu .article-menu-desc span{
        margin: 0 0 1.5rem;
    }
    
    .key-stats-section, .research-section, .event-hub-section, .latest-news-hub, .meet-expert-section {
        padding: 60px 0;
    }
    .our-work-section .ui-accordions .accordion-button[aria-expanded="true"]:before{
        left: -20px;
    }
    .banner-style2 .banner-r-aligned-wrap .banner-r-aligned{
        border-right: 0;
    }
    .our-work-section {
        padding-bottom: 60px;
        padding-top: 0;
    }
    .single-exert-right{
        width: auto;
    }
    .join-seia-main {
        padding: 50px 20px;
    }
    .join-seia-section{
        padding-bottom: 60px;
    }
    .latest-news-single.ad-item {
        padding: 50px 30px;
    }
    .key-stats-grid .key-stats-info span {
        font-size: 50px;
        line-height: 45px;
    }
    .key-stats-grid .key-stats-info h3 {
        font-size: 20px;
        line-height: 28px;
    }
    .key-stats-grid .key-stats-single {
        height: 335px;
    }
    .event-hub-right .single-event.event-left .event-thumbnail, .single-event.event-left .event-tag {
        height: 300px;
    }
    .event-hub-right .single-event.event-left .event-thumbnail img {
        object-fit: cover;
    }
    .event-hub-right .single-event.event-left,.single-exert-section .single-exert-left {
        padding: 0;
    }
    /* content detail page  */
    .content-detail-block .content-detail-desc {
        padding: 50px;
    }
    .content-detail-main h3 {
        margin: 30px 0 20px;
    }
    .content-detail-main blockquote {
        margin: 70px auto;
    }
    .resources-content-section .latest-news-single.article-menu {
        margin-bottom: 30px;
    }
    .content-detail-block .content-detail-desc {
        padding: 20px;
    }
    .content-detail-main {
        padding-top: 30px;
    }
    .content-detail-main figure {
        margin: 50px 0 30px;
    }
    .content-detail-main blockquote {
        margin: 50px auto;
    }
    .content-download-sec {
        padding-top: 30px;
    }
    .faq-accordions .accordion-item h6 {
        padding-right: 35px;
    }
    .faq-accordions .accordion-button::after {
        position: absolute;
        right: 0;
        top: 0;
    }
    .banner-style2 .banner-r-layer {
        width: 100%;
    }
    .ad-style2 {
        padding: 25px 0 0;
    }
    .faq-section {
        padding-bottom: 60px;
    }
    /* join seia page  */
    .banner-style3-right .rotate-text {
        right: -102px;
        color: var(--yellow-color) !important;
    }
    .faq-grid-section,.benefit-section ,.testimonial-section{
        padding: 60px 0;
    }
    .testimonial-slider .testimonial-thumbnail .testimonial-thumbnail-wrap,.video-slider-section .testimonial-slider .testimonial-thumbnail-wrap {
        position: relative;
        right: auto;
        left: auto;
        height: 286px;
        top: auto;
        transform: none;
    }
    .testimonial-slider .testimonial-thumbnail .testimonial-thumbnail-wrap{
        /* width: 286px; */
        width: 100%;
    }
    .testimonial-slider .testimonial-slide {
        flex-wrap: wrap;
        max-width: 100%;
        height: auto;
        padding: 30px 30px 50px;
    }
    .testimonial-slider .testimonial-slide h4 {
        margin: 20px 0;
    }
    .testimonial-slider .owl-dots{
        max-width: 100%;
        padding: 0 0 0 30px;
        bottom: 20px;
    }
    .testimonial-slider .testimonial-left {
        order: 2;
        max-width: 100%;
        margin: 20px 0 0;
    }
    .testimonial-slider .testimonial-thumbnail {
        order: 1;
        width: 100%;
    }
    .testimonial-slider .testimonial-thumbnail img {
        margin: 0 0 20px;
        width: 100%;
        height: 100%;
    }
    /* Diverse Suppliers page */
    .single-supplier .supplier-img {
        position: relative !important;
        margin: 20px 0 0;
    }
    .supplier-feature-section {
        padding: 60px 0;
    }
    .video-slider-section .testimonial-thumbnail-wrap .testimonial-video {
        height: 280px;
        width: 100%;
    }
    .filter-top {
        flex-direction: column;
    }
    .filter-top .single-filter .form-select, .filter-top .single-filter .form-control {
        width: 100%;
    }
    /* Diverse Suppliers page */
    .state-overview-top {
        padding: 60px 0;
    }
    .state-tab-section .nav-pills {
        padding-bottom: 0px;
    }
    .state-highlight {
        padding-top: 20px;
    }
    .state-tab-section {
        padding: 40px 0 60px;
    }
    .state-installations-section {
        padding: 60px 0;
    }
    .state-feature-section .state-feature {
        padding: 30px;
    }
    .state-feature-section .state-feature h3 {
        margin: 0 0 20px;
    }
    .state-feature ul li {
        width: 100%;
        margin: 0 0 10px;
    }
    .map-section {
        padding: 30px 0 60px;
    }
    /* pagination  */
    .pagination .prev,.pagination .next {
        font-size: 0;
    }
    .pagination .page-numbers {
        width: 25px;
        height: 25px;
    }
    .advocacy-section .advocacy-single .advocacy-img {
        position: relative;
        display: flex;
        align-items: center;
    }
    .advocacy-section .advocacy-single .advocacy-img:before {
        content: "";
        position: absolute;
        width: 14px;
        height: 14px;
        background-color: #75DEC1;
        border-radius: 50%;
    }
    .advocacy-section .advocacy-single .advocacy-img:after {
        content: "";
        position: absolute;
        height: 0.5px;
        width: calc(100% - 20px);
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        border-top: 0.5px dashed var(--white-color);
        opacity: 0.5;
    }
    .advocacy-section .col-md-6:nth-child(2) .advocacy-single .advocacy-img:before{
        background-color: #99A9FF;
    }
    .advocacy-section .col-md-6:nth-child(3) .advocacy-single .advocacy-img:before{
        background-color: #FED6A5;
    }
    .advocacy-section .col-md-6:nth-child(4) .advocacy-single .advocacy-img:before{
        background-color: #FF9C54;
    }
	.comp-two-column-block {
		padding: 5rem 0;
	}
	 .event-hub-right .single-event.event-left .text-rotate {
        width: 300px;
        left: -123px;
        top: 123px;
        height: 54px;
        display: flex;
        /* flex-direction: column; */
        justify-content: flex-end;
        /* flex-wrap: wrap; */
        align-items: center;
    }
	div.single-event.event-left .event-thumbnail, div.single-event.event-left .event-tag {
		height: 30rem;
	}
	.single-event-top  .text-rotate {
		padding: 7px 5px;
	}
	.icon-slider-global {
		margin: 0 0 4.2rem;
	}
	.pb-60 {
		padding-bottom: 4rem;
	}
}
@media (max-width: 575px) {
    .item-crop-slider.owl-carousel .owl-item.active {
        max-width: 320px;
        min-width: 320px;
    }
    .event-slider .event-thumbnail img {
        height: 140px !important;
        object-fit: cover;
    }
    .footer-right .footer-social ,.sub-menu-wrap .sub-menu-top .footer-social{
        flex-wrap: wrap;
        justify-content: center;
        display: inline-block !important;
        text-align: center;
    }
    .footer-social li ,.sub-menu-wrap .footer-social li{
        margin: 0 22px 26px;
        display: inline-block;
    }
}
