/* Screen 1920px
--------------------------------------------- */
@media (min-width: 1920px) {
    .home-services .service-big {
        min-width: 400px;
    }

    
}

@media (max-width: 1920px) {
    .breadcrumbs .breadcrumb-list li:hover > .child{
        display: block;
    }
    .breadcrumbs li .child {
        position: absolute !important;
    }
}


/* Screen 1600px
--------------------------------------------- */
@media (min-width: 1600px) {
    .section-events .carousel-events{
        left: -80px;
        width: calc( 100% + 160px );
    }
}

@media (max-width: 1600px) {
    .brand-next {
      right: -10%;
    }
    .brand-prev {
      left: -10%;
    }
    
}

/* Screen 1366px
--------------------------------------------- */
@media (min-width: 1366px) {
    .text-right {
       text-align: right;
    } 
   
}
@media (max-width: 1366px) {
    .brand-next {
      right: -6%;
    }
    .brand-prev {
      left: -6%;
    }
    .section-location.service-energy .tab-title{
        height: auto;
        line-height: normal;
    }
    .section-location.service-energy .title-item{
        padding: 40px 30px;
    }

    

}

@media (min-width: 1366px) {
    .section-events .carousel-events {
        height: 850px;
    }
    .scrolled.popup-open .section-events .inner {
        height: 850px;
    }

}
@media (min-width:  1024px) {
    body.popup-open .py-100 {
      position: fixed;
      width: 100%;
      height: 100%;
      top: 0;
      z-index: 99999;
      padding: 50px 0;
    }
    body.popup-open .py-100 .section-heading {
          display: none;
    }    

}
/* Screen 1200px
--------------------------------------------- */
@media (max-width: 1200px) {
    .map-bg > .container{
        flex-wrap: wrap;
    }
    .breadcrumb-inner .child.opensub,
    .mobile-menu .sub-menu.opensub {
        display: block !important;
    }
    .breadcrumbs .breadcrumb-list li:hover > .child{
        display: none;
    }

    .breadcrumb-inner li.has-child > a::after{
        content: "+";
        font-size: 28px;
        color: #18341e;
        position: absolute;
        top: 2px;
        right: 0;
    }
    .breadcrumb-inner li>a.opensub::after {
        content: "-";
        font-size: 28px;
        color: #18341e;
        top: 0;
    }
    .breadcrumb-inner li.has-child > a{
        position: relative;
    }
}

/* Screen 1024px
--------------------------------------------- */
@media (max-width: 1024px) {
    .map-bg .map-preview{
        transform: scale(0.7);
        transform-origin: top left;
    }
    .map-bg .map-detail{
        padding-left: 0;
        transform: translateX(-100px);
    }
    .map-bg .service-list h3{
        white-space: nowrap;
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .map-bg .service-list ul li a{
        white-space: nowrap;
        font-size: 16px;
    }
    .map-bg .service-icon img{
        max-height: 60px;
    }
    .card-carousel .card-title{
        font-size: 18px;
    }
    .card-carousel .card-title br{
        display: none;
    }
    .counter-wrap .counter-number{
        font-size: 40px;
    }
    .home-services .overlay .icon-wrap img{
        max-height: 40px;
    }
    .home-services .overlay .icon-box{
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .home-services .overlay span br{
        display: none;
    }
    .home-services .service-item{
        height: 350px;
    }
    .home-services .service-item .img-box{
        height: 100%;
    }
    .section-news .post-title{
        font-size: 18px;
    }
    .home-services .service-big .overlay{
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-history .time-line span{
        font-size: 48px;
    }
    .site-header {
        height: 60px;
        padding-top: 22px;
        background: #006030;
    }
    .site-header .header-top {
        display: none;
    }
    .site-header .desktop-menu {
        display: none;
    }
    .site-header .header-main .site-branding {
        left: 0px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .site-header .header-main .site-branding img {
        max-height: 36px;
    }
    .site-header .mobile-nav-toggle,
    .breadcrumbs .breadcrumb-toggle {
        display: block;
    }


    .site-header .mobile-menu,
    .breadcrumbs .breadcrumb-inner {
        text-align: left;
        width: 100%;
        display: block;
        position: fixed;
        z-index: 9999;
        left: 0px;
        right: 0;
        top: 0;
        bottom: 0;
        visibility: hidden;
        overflow: auto;
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        transition: 0.4s all;
        opacity: 0;
    }

    .breadcrumbs {
        height: 50px;
        position: relative;
    }

    .breadcrumbs .breadcrumb-inner.open {
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: absolute;
        top: 38px;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: inherit;
        opacity: 1;
    }

    .site-header .mobile-menu.open {
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        position: absolute;
        top: 38px;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: inherit;
        opacity: 1;
    }

    .breadcrumbs .breadcrumb-inner ul,
    .site-header .mobile-menu ul {
        margin: 0;
        padding: 0;
        background: #ffffff;
    }

    .breadcrumbs .breadcrumb-inner ul li,
    .site-header .mobile-menu ul li {
        list-style: none;
        display: block;
        padding: 0 20px;
    }
    .breadcrumb-inner ul li .sub-menu,
    .mobile-menu ul li .sub-menu {
        border-bottom: 1px solid #18341e;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .breadcrumb-inner ul li .sub-menu li,
    .mobile-menu ul li .sub-menu li {
        padding: 0;
    }
    .breadcrumb-inner ul li .sub-menu li a,
    .mobile-menu ul li .sub-menu li a {
        font-weight: 500;
    }

    .breadcrumbs .breadcrumb-inner ul li a,
    .site-header .mobile-menu ul li a {
        display: block;
        font-size: 18px;
        color: #18341e;
        font-weight: 600;
        padding: 10px 0;
    }

    .breadcrumbs li .child {
        left: 0;
        width: 100%;
        padding-left: 10px;
    }
  

    .section-title {
        font-size: 50px;
    }
    .section-intro {
        padding: 60px 0;
    }
    .home-hero {
        height: auto;
    }
    .homepage-one .hero-item .hero-content {
        text-align: center;
        top: 50%;
        left: 50%;
        right: unset;
        bottom: unset;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
    }
    .home-hero .hero-item .hero-content h2 {
        font-size: 28px;
    }

    .home-hero .slick-dots {
        bottom: 10px;
    }

    .section-location {
        padding: 60px 0;
    }
    .section-location .tab-title {
        margin-bottom: 60px;
    }
    .section-location .tab-image {
        padding-right: 0;
    }
    .section-realestate .card-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-realestate .card-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .section-realestate > .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-realestate .card-image, 
    .section-news .card-image {
        margin-bottom: 30px;
    }

    .section-partner {
        padding: 50px 0;
    }
    .section-partner .section-heading {
        padding-bottom: 0;
    }
    .brand-prev,
    .brand-next {
        height: 80px;
        width: 40px;
    }
    .brand-prev {
        left: -30px;
    }
    .brand-next {
       right: -30px; 
    }
    .section-gallery {
        padding: 60px 0;
    }
    .section-gallery .section-heading {
        padding-bottom: 15px;
    }
    .section-gallery .carousel-nav .gallery-item:nth-child(even) {
        padding-left: 0;
        padding-right: 5px;
    }
    .section-gallery .carousel-nav .gallery-item:nth-child(odd) {
        padding-left: 5px;
        padding-right: 0;
    }
    .section-gallery .slick-arrow {
        height: 80px;
        width: 40px;
    }
    .section-gallery .gallery-next {
        right: 20px;
    }
    .section-gallery .gallery-prev {
        left: 20px;
    }
    .card-item .card-thumbnail{
        margin-bottom: 0;
    }
}

/* Screen 991px
--------------------------------------------- */
@media (max-width: 992px) {
    .carousel-events .slick-prev, .carousel-events .slick-next {
          width: 20px;
          height: 40px;
          z-index: 999;
        }
    .carousel-events .slick-next {
        right: 10px;
    }
    .carousel-events .slick-prev {
        left: 10px;
    }
    body.popup-open::before {
        z-index: 9;
    }
    .tab-image{
        margin-bottom: 10px;
    }
    .section-activity.section-location .tab-pane .pr-80{
        padding-right: 0;
    }
    .section-activity.section-location.mb-50{
        margin-bottom: 0 !important;
    }
    
    .section-members .section-inner{
        padding: 50px 50px 0 !important;
    }
    .section-products .section-inner{
        padding: 50px;
    }
    .counter-wrap .counter-number{
        font-size: 36px;
    }
    .section-products .counter-wrap{
        flex-wrap: wrap;
    }
    .counter-wrap .counter-item{
        margin-bottom: 20px;
        width: 100%;
    }
    .home-about .intro-item{
        margin-bottom: 30px;
    }
    .home-services .section-heading{
        padding: 40px;
    }
    .home-services .home-box-1 {
        order: 2;
    }
     .home-services .home-box-2 {
        order: 3;
    }
     .home-services .home-box-3 {
        order: 1;
    }
    .about-history .section-title{
        margin-bottom: 30px;
    }
    .showmore-trigger,
    .section-intro .showmore-trigger .btn-showmore{
        padding-top: 0;
    }
    .intro-counter.counter-wrap{
        margin-top: 30px;
    }
    .section-location .title-item{
        padding: 0;
        margin-right: 30px;
    }
    .section-location .tab-decs{
        padding: 20px 0 0;
    }
    .section-location.service-energy .tab-decs{
        padding: 40px;
    }
    .section-realestate .card-title br{
        display: none;
    }
    .card-item .card-thumbnail{
        margin-bottom: 20px;
    }
    .card-item .card-thumbnail img.card-image{
        margin-bottom: 0;
    }
    .section-realestate .card-item{
        margin-bottom: 30px;
    }
}

/* Screen 768px
--------------------------------------------- */
@media (max-width: 992px) {
    .home-about .about-counter {
        display: inline-block;
        width: 100%;
    }
    .home-services .service-item {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .map-bg .map-detail{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        transform: inherit;
    }
    .map-bg .map-preview {
        transform-origin: top center;
        height: 640px;
    }
    .map-bg .service-icon{
        width: auto;
    }
    .contact-info .content-inner{
        padding: 40px 20px;
    }
    .contact-info .nav-tabs{
        padding-bottom: 20px;
    }
    .pt-120{
        padding-top: 30px !important;
    }
    .section-contact.services-2{
        padding-top: 0;
    }
    .card-carousel .card-title{
        margin-bottom: 20px;
    }
    .card-carousel .card-title br{
        display: none;
    }
    .intro-brand{
        margin-bottom: 15px;
    }
    .section-location.service-energy .title-item{
        padding: 20px 15px;
    }
    .mb-100 {
        margin-bottom: 30px !important;
    }
    .project-grid .card-title br{
        display: none;
    }
    .project-grid{
        padding: 0 0 30px 0;
    }
    .about-history{
        padding: 40px 0 0;
    }
    .home-services .overlay{
        padding: 40px;
    }
    .plyr button {
        width: 40px;
        height: 40px;
    }
    .video-icon .plyr__control.plyr__control--overlaid{
        border-width: 2px !important;
        padding: 0;
    }

    .video-icon .plyr__control.plyr__control--overlaid svg {
        width: 16px;
        height: 16px;
        left: 2px;
        top: -2px;
    }

    .plyr__control svg {
        width: 15px;
        height: 20px;
        top: -13px;
        left: -2px;
        display: unset;
    }
    .home-about .intro-item{
        margin-bottom: 0;
    }
    body.popup-open:before{
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.6);
        z-index: 9;
    }
    .section-events .item img{
        width: 100%;
    }
    .section-events .carousel-events{
        left: 20px;
        right: 20px;
        width: auto;
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
    .section-events .pagination{
        margin-top: 0;
    }
    .section-events .inner .close{
        top: 28%;
        right: 40px;
        position: fixed;
    }
    .carousel-events .slick-prev, .carousel-events .slick-next{
        top: 50%;
        transform: translateY(-50%);
        width: 15px;
        height: 30px;
        z-index: 9;
        background: rgba(0,0,0,0.6);
        padding: 5px;
    }
    .carousel-events .slick-prev{
        left: 15px;
    }
    .carousel-events .slick-next{
        right: 20px;
    }
    .carousel-events .gallery-item > img{
        height: 390px;
        object-fit: cover;
    }
    .section-title {
        font-size: 32px;
    }
    .section-title.title-underline:after {
        height: 6px;
        bottom: 15px;
    }
    .section-title.title-underline {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .video-item .plyr{
        margin-bottom: 15px;
    }
    .video-item{
        margin-bottom: 30px;
    }
    .section-intro {
        padding: 40px 0;
    }
    .home-hero {
        margin-bottom: 0 !important;
    }
    .showmore-trigger {
        padding: 0;
    }
    .section-intro .showmore-trigger {
        margin-bottom: 40px;
    }
    .section-intro .showmore-trigger .btn-showmore {
        padding-top: 20px;
    }
    .section-location .title-item{
        font-size: 16px;
    }
    .section-location .tab-title {
        margin-bottom: 40px;
    }

    .section-realestate .section-heading {
        height: 280px;
    }
    .section-realestate .section-title {
        padding-top: 40px;
    }
    .section-realestate .card-item {
        margin-bottom: 30px;
    }

    .section-gallery .section-content {
        display: block;
    }
    .section-gallery .carousel-main {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-gallery .carousel-nav {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .home-about {
        padding: 40px 0;
    }

    .home-company {
        padding: 40px 0;
    }

    .section-news {
        padding: 40px 0 80px 0;
    }

    .section-news .card-title {
        font-size: 22px;
    }

    .section-news .showmore-trigger {
        padding-top: 30px;
    }

    .brand-prev {
        left: 0%;
    }
    .brand-next {
        right: 0%;
    }

    .home-about .about-counter {
        display: inline-block;
        width: 100%;
    }
    .home-about .counter-item {
        width: 100%;
    }
    .section-intro .counter-divider, .home-about .counter-divider {
        width: 100%;
    }

    .home-services .section-heading p,
    .section-news .post-inner p{
        margin-bottom: 0;
    }

    .home-about .about-intro .col-6:nth-child(1),
    .home-about .about-intro .col-6:nth-child(2) {
        margin-bottom: 10px;
    }
    .home-about .about-intro .col-6:nth-child(odd) {
        padding-right: 5px;
    }
    .home-about .about-intro .col-6:nth-child(even) {
        padding-left: 5px;
    }
    .home-about .intro-item .img-box .intro-link {
        font-size: 20px;
        letter-spacing: 0;
    }


    .home-services .service-big {
        height: 300px;
        width: 100%;
        min-width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .home-services .service-item .img-box {
        height: 300px;
    }
    .home-services .service-big .overlay {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-services .service-item {
        height: 300px;
        margin-bottom: 10px;
    }
    
    .section-full.home-services .service-item {
        margin-bottom: 10px;
    }

    .about-history .section-title {
        margin-bottom: 50px;
    }


    /* Footer */
    .site-footer .footer-newsletter {
        max-width: 100%;
        margin-bottom: 40px;
    }

    /* Utilities */
    .text-right {
        text-align: left !important;
    }

    .py-100{
        padding: 40px 0 !important;
    }
}

/* Screen 575px
--------------------------------------------- */
@media (max-width: 576px) {
    .map-bg{
        margin: 0;
    }
    .map-bg .map-preview{
        transform: scale(0.7);
        transform-origin: top left;
        height: 700px;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
    }
    .map-bg .service-list h3,
    .map-bg .service-list ul li a{
        white-space: inherit;
    }
    .contact-info .nav-tabs a{
        font-size: 16px;
        padding: 0 10px;
    }
    .section-members .bg-gray{
        padding: 30px;
    }
    .section-members .section-inner{
        padding: 15px !important;
    }
    .section-products .section-inner{
        padding: 30px;
    }
    .section-products .title-item {
        font-size: 14px;
        padding: 0;
    }
    .section-members .title-item {
        font-size: 24px;
        display: block;
    }
    .section-products .nav-tabs {
        display: block;
        text-align: center;
    }
    
    .section-products .nav-tabs{
        padding-bottom: 10px;
    }
    .section-products .title-item:not(:first-child)::before{
        padding-right: 15px;
        margin-left: 15px;
    }
    .counter-wrap .counter-item{
        width: 100%;
    }
    .section-location.service-energy .nav-tabs{
        display: inline-grid;
    }
    .section-location.service-energy .nav-tabs a{
        margin: 0;
    }
    .page-hero .slick-track .hero-background .plyr--video{
        height: 100%;
    }
    .section-medium{
        padding: 40px 0;
    }
    .about-history .time-line span:hover{
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    .section-news .post-title{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .home-about .about-counter{
        padding: 0 0 30px 0;
    }
    .section-news .post-inner p{
        margin-bottom: 0;
    }
    .section-news .showmore-trigger{
        padding-top: 0;
    }
    .home-hero .hero-item .hero-background{
        height: 300px;
    }
    .home-hero .hero-item .hero-background img{
        height: 100%;
        object-fit: cover;
    }
    .homepage-two .hero-item .hero-content {
      position: absolute;
      top: 50%;
      left: 15px;
      right: 15px;
      text-align: center;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
    }
    .video-info h3{
        font-size: 16px;
    }

    .py-100{
        padding-bottom: 0 !important;
    }

    .carousel-events .gallery-item > img{
        height: 240px;
    }
    .section-events .inner .close {
        top: 38%;
        right: 40px;
        padding: 5px;
        font-size: 1em;
    }
    .section-events .inner .close img {
        width: 20px;
    }
    .page-hero,
    .page-hero .slick-list,
    .page-hero .slick-track,
    .page-hero .slick-track .hero-background,
    .page-hero .slick-track .hero-background img{
        height: 400px;
        object-fit: cover;
    }

    .page-hero .hero-item .hero-content h2{
        margin: 0;
        text-align: center;
    }
    .page-hero .hero-item .hero-content{
        left: 15px;
        right: 15px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }

    .section-activity .activity-icon {
        max-width: 50px;
    }
    .section-activity .activity-content {
        padding-left: 30px;
    }

    .section-location .nav-tabs {
        display: inline-block;
        text-align: center;
    }

    .site-footer .widget-title {
        margin-bottom: 10px;
    }
    .footer-main .footer-nav {
        margin-bottom: 30px;
    }
    .footer-main .footer-nav:nth-child(2) {
         padding-left:  30px;
    }
}
