@media only screen and (max-width: 930px) {

.mobile-menu .mean-bar .mean-nav{
	overflow: scroll;
    max-height: 500px;
}
}

ul.footer-menu li {
 text-transform: capitalize;
}
.ezoenergy_menu>ul>li>a {
   text-transform: capitalize;

}
/* Slider 01 */
.boxserv{
	    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}
.boxserv .overflow-hidden a img:hover{
	transform: scale(1.2);
}
.boxserv .overflow-hidden a img{
	height:300px;
}
.product-box {
	height:90px;
}
.product-box a h4{
	text-align: center;
    padding: 10px;
}
.single-service-box:hover p {
    color: #fff;
}
.slider-style-01 .sliderbutton {
    color: #151515;
    display: inline-block;
    position: relative;
    padding: .5em 1em;
    margin-bottom: 0;
    font-weight: 400 !important;
    font-size: 14px;
    letter-spacing: .15em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    text-decoration: none;
    border: solid 1px;
    transition: color .4s ease;
}
.slider-style-01 .sliderbutton:active::after,
.slider-style-01 .sliderbutton:focus::after,
.slider-style-01 .sliderbutton:hover::after {
    width: 100%;
    padding-right: 25px;
}

.slider-style-01 .sliderbutton {
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    width: 13em;
    font-weight: 600;
    letter-spacing: .15em;
    color:#fff;
}
.slider-style-01 .sliderbutton::before{
    content: '';
    height: .1rem;
    width: 2rem;
    margin-right: .7rem;
    background: #fff;
    transition: width .3s ease;
}
.slider-style-01 .sliderbutton:hover::before {
    width: 3rem;
}

.slider-style-01 .swiper-container {
    width: 100%;
    height: calc(100vh - 100px);

}
.slider-style-01 .swiper-slide {
    overflow: hidden;
}
.slider-style-01 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 1;

    transition: all .65s ease;
}
.slider-style-01 .swiper-slide-duplicate-active .overlay,
.slider-style-01 .swiper-slide-active .overlay {
    opacity: .4;
    background-color:#000;
}
.slider-style-01 .slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
}
.slider-style-01 .image img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit:cover;
    transform: scale(1.07);
    -webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    -moz-transition: opacity .6s ease-in-out, transform 2s ease .7s;
    transition: opacity .6s ease-in-out, transform 2s ease .7s;
}
.slider-style-01 .swiper-slide-duplicate-active .image,
.slider-style-01 .swiper-slide-active .image {
    opacity: 1;
    transform: scale(1);
}

.slider-style-01 .swiper-button-prev,
.slider-style-01 .swiper-button-next {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .2em;
    line-height: 2em;
    font-size: 12px;
    width: auto;
    height: 24px;
    background-image: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slider-style-01 .swiper-button-prev {
    padding-left: 6em;
    left: 0;
    -webkit-transition: padding-left .3s ease;
    -moz-transition: padding-left .3s ease;
    transition: padding-left .3s ease;
}
.slider-style-01 .swiper-button-next {
    padding-right: 6em;
    right: 0;
    -webkit-transition: padding-right .3s ease;
    -moz-transition: padding-right .3s ease;
    transition: padding-right .3s ease;
}
.slider-style-01 .swiper-button-prev::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.slider-style-01 .swiper-button-next::after {
    content: "";
    width: 4em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: calc(50% - 1px);
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
}
.slider-style-01 .swiper-button-prev:hover {
    padding-left: 90px;
}
.slider-style-01 .swiper-button-prev:hover::after {
    width: 75px;
}
.slider-style-01 .swiper-button-next:hover {
    padding-right: 90px;
}
.slider-style-01 .swiper-button-next:hover::after {
    width: 75px;
}

.slider-style-01 .info {
    position: absolute;
    width: auto;
    min-height: 50px;
    bottom: 3em;
    padding-left: 3em;
    color: #fff;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slider-style-01 .swiper-slide-active .info {
    opacity: 1;
    transition: opacity 1s ease 1s;
}
.slider-style-01 .info h1 {
    margin: 10px 0;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.25em;
    font-size: 64px;
    color: #fff;
    width: 500px;
}
.slider-style-01 .slide--info__link {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 2px;
}
.slider-style-01 .swiper-slide--bottom {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.slider-style-01 .expanded-timeline {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 3;
    bottom: 2.8em;
    right: 3em;
    width: 40vh;
}
.slider-style-01 .swiper-pagination-progress {
    z-index: 4;
    width: 85%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
}
.slider-style-01 .swiper-pagination-progressbar {
    background: #fff !important;
}
.slider-style-01 .expanded-timeline__counter span {
    text-align: center;
    margin-left: 1.8em;
    margin-right: 100%;
    padding: .4em 0;
    color: #fff;
    display: block;
}
.slider-style-01 .scroll-message {
    position: absolute;
    right: 0;
    color: #fff;
    opacity: .5;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    letter-spacing: .15em;
}
.slider-style-01 .scroll-svg {
    width: 24px;
    margin: 0 auto 1.2em;
    display: block;
}

@media only screen and (max-width: 805px) {

    .slider-style-01 .swiper-button-prev,
    .slider-style-01 .swiper-button-next {
        bottom: 1.4em;
        top: auto;
    }
    .slider-style-01 .expanded-timeline {
        display: none;
    }
    .slider-style-01 .slide-inner--info {
        width: 100%;
        text-align: center;
        min-height: 50px;
        bottom: 10vh;
        padding-left: 0;
        color: #fff;
        z-index: 1;
        opacity: 0;
        transition: opacity 1s ease;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .slider-style-01 .sliderbutton {
        margin: 0 auto;
        display: inline-block;
        letter-spacing: .15em;
        background: #df1f29;
        color: #fff;
        padding: .5em 0;
    }
    .slider-style-01 .sliderbutton::before {
        content: '';
        display: none;
        width: 0;
    }
}

/* Slide 01 */

.owl-carousel .teastimonial-single-box2  img {
    width: 100%;
}

.no-radius:before {
    border-radius:0px !important;
}


.pt20 {
    padding-top:20px !important;
}

.pb20 {
    padding-bottom:20px !important;
}

.single-service-box img {
    display: block;
    max-height: 340px;
    object-fit: cover;
}

.contactimage {
    width: 100%;
    border-bottom-right-radius: 100px;
    min-height: 370px;
    object-fit: cover;
}

.bg-gray {
    background-color:#f5f5f7 !important;
}

.w100 {
    min-width:100% !important;

}

.mb0 {
    margin-bottom:0px !important;
}

.pb0 {
    padding-bottom:0px !important;
}

.bi-check-lg::before {
    color:#fff;
}



@media only screen and (max-width: 992px) {


    /* Slider 01 */


    .slider-style-01 .info {
        padding-left: 1em;
        padding-right: 1em;
        bottom:7em;
    }

    .slider-style-01 .info h1 {
        font-size: 2.5rem;
        width: 100%;
        text-align: center;
    }
    /* Slider 01 */

 .header-menu-right-btn {
     display:none;
 }

    .service-section:before {
        background:none;
    }

    .contact-section {
        display:none;
    }

    .widget-nav-menu {
        display:none;
    }

    .dreamhub-logo {
        text-align: center;
    }

    .company-info-desc {
        text-align:center;
    }

    .follow-company-icon {
        place-content: center;
        display: flex;
    }

    .contactimage {
        margin-bottom:30px;
    }

    .owl-nav {
        display:none;
    }

    .single-blog-box {
        margin-bottom:30px;
    }

    .row.cntc-bg2 {
        padding:0;
    }
}
@media only screen and (min-width: 992px) {


    .about-text {
        margin: 0 0px 0 -55px;
        padding-top: 50px;
    }

    .project-section {
        padding: 90px 0 70px;
        position: relative;
        z-index: 1;
        background: #f5f5f7;
    }

    .project-section:before {
        position: absolute;
        content: "";
        /* left: 0; */
        right: 14%;
        margin-top: 35px;
        padding-right: 50px;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/resource/service-bg.jpg);
        background-repeat: repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
        border-radius: 0px 100px 0 0;
    }


    .blog-section {
        padding: 90px 0 70px;
        position: relative;
        z-index: 1;
        background: #f5f5f7;
    }
    .blog-section:before {
        position: absolute;
        content: "";
        /* left: 0; */
        right: 14%;
        margin-top: 35px;
        padding-right: 50px;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/resource/service-bg.jpg);
        background-repeat: repeat;
        background-size: cover;
        background-position: center;
        z-index: -1;
        border-radius: 0px 100px 0 0;
    }

}



.pt50 {
    padding-top:75px !important;
}

.pb50 {
    padding-bottom:75px !important;
}

.pt100 {
    padding-top:100px !important;
}

.pb100 {
    padding-bottom:100px !important;
}


@media only screen and (max-width: 992px) {

    .slider-style-01 .image img {
        min-height: 100vh;
    }
    .pt50 {
        padding-top:25px !important;
    }

    .pb50 {
        padding-bottom:25px !important;
    }


    .mobile-logo {
        width: 133px;
        margin-left: 10px;
        margin-top: 10px;
        z-index: 999;
        top: 0;
        position: absolute;
        margin-bottom: 10px;
    }

    .mobile-menu-area {
        display: inline-table;
        justify-content: space-between;
    }
}


@media (min-width: 800px) and (max-width: 1499px) {

    .ezoenergy-section-title h1 {
        font-size:28px;
        line-height:38px;
    }

    .ezoenergy_menu>ul>li>a {
        font-size:14px !important;
    }

    .ezoenergy_menu ul .sub-menu li a {
        font-size:13px;
    }

    .widget-title {
    font-size:16px !important;
    }

    ul.footer-menu li a {
        font-size:14px !important;
    }

    ul.footer-menu li {
        padding: 5px 0 0;
    }

    .footer-bottom-content-copy p {
        font-size: 14px;
    }

    .contact-title {
        font-size: 16px !important;
    }

    .breatcam-section {
        height: 250px;
    }

    .breatcam-content h1 {
        font-size:28px;
    }

    .about-item-list ul li {
        font-size:14px;
    }

    .ezoenergy-button a {
        padding: 10px 25px;
    }

    /* Slider 01 */
    .slider-style-01 .info h1 {
        font-size:46px;
    }
    /* Slider 01 */

    .about-counter {
        display:none;
    }

    .service-section:before {
        left: 8%;
    }

    .project-section:before {
        right: 6%;
    }

    .blog-section:before {
        right:6%;
    }

}


.otgs-development-site-front-end{
	display:none!important;
}


 .gt_switcher .gt_selected a {
    /* border: 1px solid #ccc; */
    /* color: #666; */
	border: none!important;
	color: #062462!important;
    padding: 3px 5px!important;
    width: 107px!important;
}
.gt_switcher .gt_option{
	border: none!important;
}
.gt_switcher{
	width:auto!important;
	font-size:16px!important;
	    font-family: 'Poppins'!important;
}
.gt_switcher .gt_selected{
	background: #fff!important;
}
.gt_selected{
	background: #fff!important;
}

@media screen and (max-width:991px){
	.gt_selected a{
	
	    background: #f8f8f8!important;
    color: #232323!important;
    display: block!important;
    float: left!important;
    font-size: 14px;
    margin: 0;
    padding: 1em 5%!important;
    text-align: left!important;
    text-decoration: none!important;
    text-transform: capitalize;
    width: 90%!important;
}
	.gt_selected{
		padding-top: 10px;
		padding-left:15px;
	}
	.gt_container--yaxmj3{
		width:400px;
		padding: 40px 0;
		position:relative!important;
	}
	.mean-nav{
		
		padding-bottom:31px;
		background: #fff!important;
	}
}

.service-details{
    min-height: 100vh;
}
.property-img{
    border: 7px solid white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    z-index: 2;
    opacity: .7;
}
.service-dtls-all-items{
    position: relative;
}
.wp-block-media-text__media > img , .wp-block-image > img{
   border-radius: 10px;
   border: 7px solid white;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;

   
}



span.colored{
    position: absolute;
    top: 0;
    height: 400px;
    width: 100%;
    border-radius: 10px;
    border: 7px solid white;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgb(116, 14, 14) 35%, rgba(0,212,255,1) 100%);
      z-index: -1;
}


@media screen and (max-width:991px){
    .wp-block-media-text__media > img{
      margin-bottom: 20px;
      order: 2!important;
     }
     .wp-block-media-text__content{
        order: 1!important;
     }

     .property-img, span.colored{
        max-height: 300px;
     }
     
}