/* Zuberia - HTML Template */

@media only screen and (max-width: 1800px) {
	.main-slider .slider-wrapper .image img {
		width: auto;
	}
}

@media only screen and (max-width: 1300px) {
	.page-wrapper {
		overflow: hidden;
	}
}

@media only screen and (min-width: 1200px) {
	.five-column {
		max-width: 20%;
	}
}

@media only screen and (max-width: 1199px) {
	.page-wrapper {
		margin-bottom: 0px !important;
	}
	.container {
		max-width: 100%;
	}
	.header-top .phone-info {
	padding: 2px;
	}
	.service-block-two .icon {
	    position: relative;
	    top: 0;
	    right: 0;
	    margin-bottom: 20px;
	}
	.service-block-two .inner-box {
	position: relative;
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	transition: .5s ease;
	height: auto;
}
	.case-section .cases-tab .cases-tab-btns {
		text-align: left;
	}
	.case-section .cases-tab .cases-tab-btns .p-tab-btn {
		margin-left: 0px;
	}
	.main-header .menu-right-content .link-btn {
		display: none;
	}
	.main-header .menu-right-content {
		display: none;
	}
}

@media only screen and (min-width: 992px) {
	.row.row-revers-lg {
	  -webkit-box-orient: horizontal !important;
	  -webkit-box-direction: reverse !important;
	  -ms-flex-direction: row-reverse !important;
	  flex-direction: row-reverse !important;
	}
}


@media only screen and (max-width: 991px) {
	.testimonial-section .quote {
		position: relative;
		left: 0;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.main-footer .footer-bottom .container-wrapper {
		justify-content: center;
	}
	.main-footer .footer-bottom .container-wrapper .logo {
		width: 100%;
		margin-bottom: 30px;
	}
	.main-footer .footer-bottom ul {
	    margin: 10px 0;
	}
	.main-header .menu-right-content {
		display: block;
	}
	.success-block .inner-box {
		margin-bottom: 30px;
	}
	
}

@media only screen and (max-width: 767px) {
	.header-bottom .left-column .text {
		display: none;
	}
	.main-slider .banner-tab .banner-tab-btns {
		margin: 0px;
	}
	.main-slider .banner-tab .banner-tab-btns .b-tab-btn {
		width: 100%;
		margin: 0 0 30px;
	}
	.video-section .outer-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.subscribe-form {
	    width: 100%;
	    margin-top: 20px;
	}
	.project-solution .graph .graph-wrapper,
	.about-section-two .graph .graph-wrapper {
		background: none;
		padding-left: 0;
	}
}


@media only screen and (max-width: 599px) {
	.main-slider h1 {
		font-size: 29px;
		line-height: 50px;
	}
	.about-text-block .year-of-service {
	    position: relative;
	    transform: rotate(0deg);
	    left: 0;
	    top: 0;
	}
	.newsletter-section .title-content h4 {

    font-size: 20px;
    font-weight: 600;
    color: #fff;
    vertical-align: middle;

}
.service-block .inner-box {

    position: relative;
    z-index: 9;
    margin-bottom: 15px;
    background: green;

}

.main-slider h1 {

    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 0px;
    text-transform: capitalize;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
        transition-delay: 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-family: 'Poppins', sans-serif;
    padding-bottom: 50px;

}.sp-two {
	padding: 10px 0 0px;
}

	.about-text-block .lower-content {
	    padding-left: 0;
	}
	.blockquote {
	    padding-left: 25px;
	    padding-right: 25px;
	}

	.comments-area .comment-box.reply-comment {
	    margin-left: 0;
	}

	.author-box .wrapper-area .img-box, .author-box .wrapper-area .text {
	    display: block;
	}

	.author-box .wrapper-area .text {
	    padding-left: 0;
	    margin-top: 20px;
	}

	.blog-post-pagination .prev-post {
	    width: 100%;
	    margin-bottom: 20px;
	}

	.blog-post-pagination .next-post {
	    width: 100%;
	}

	.blog-post-pagination:after {
	    opacity: 0;
	}
	.testimonial-section .owl-nav {
		display: none;
	}
}

