@media (min-width: 1025px) {
	
}
@media (min-width: 1025px) and (max-width: 1334px) {
	.navbar .navbar-nav>li>a{
		font-size: 12px;
	}
	.slider-section{
		padding-bottom: 50px;
	}
	.slider-title h1 {
	    font-size: 50px;
	    line-height: 60px;
	}
	.about-text{
		text-align: justify;
	}
	.service-icon-box{
		display: none;
	}
	.service-title{
		font-size: 18px;
	}
	.service-text{
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.navbar .navbar-nav>li>a{
		font-size: 12px;
	}
	.slider-section{
		padding-bottom: 50px;
	}
	.slider-title h1 {
	    font-size: 50px;
	    line-height: 60px;
	}
	.about-text{
		text-align: justify;
	}
	.service-icon-box{
		display: none;
	}
	.service-title{
		font-size: 18px;
	}
	.service-text{
		margin-bottom: 30px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bottom-left {
	    width: 50%;
	}
	.bottom-left img {
	    width: 30%;
	}
	.bottom-right {
	    width: 50%;
	    text-align: right;
	}
	.navbar-toggler{
		background: #fff;
	}
	.slider-section{
		padding-bottom: 50px;
	}
	.slider-title h1 {
	    font-size: 50px;
	    line-height: 55px;
	}
	.about-text{
		text-align: justify;
	}
	.service-icon-box{
		display: none;
	}
	.service-block{
		text-align: center;
	}
	.service-inner-box{
		padding: 30px;
	}
	.ceo-image img{
		min-width: 100%;
    	max-width: 100%;
	}
	.ceo-sub-title h6{
		font-size: 16px;
	}
	.ceo-description p{
		text-align: justify;
	}
	.footer-top-title h2{
		font-size: 50px;
		margin-bottom: 30px;
	}
	.ceo-main-title h1{
		font-size: 40px;
	}
	.footer-social{
		gap:15px;
	}
	.footer-social-title h3{
		font-size: 25px;
	}
}
@media (min-width: 768px) {
	
}
@media (max-width: 767px) {
	#navbarSupportedContent {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 9;
	    top: 0;
	    right: -50px;
	    background-color: #fff;
	    /* overflow-x: hidden; */
	    transition: 0.5s;
	    padding-top: 30px;
	    display: block;
	    text-align: center;
	    border-color: transparent;
	}
	#navbarSupportedContent .closebtn {
	    display: block;
    	position: absolute;
    	padding: 9px 10px;
	    margin-right: 15px;
	    margin-top: 8px;
	    margin-bottom: 8px;
	    background-color: transparent;
	    background-image: none;
	    border: 1px solid #7243f2;
	    border-radius: 4px;
	    color: #7243f2;
	    width: 40px;
	    text-align: center;
	    margin-left: 10px;
	}
	.closebtn{
		width: 40px;
		height:40px;
		color: #fff;
	}
	.navbar{
		display: inline-block !important;
		text-align: right;
	}
	#navbarSupportedContent .navbar-nav>li>a{
		color: #000 !important;
	}
	#navbarSupportedContent .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
		color: #000 !important;
	}
	.sec-title h2{
		font-size: 35px;
	}
	.footer-top-title h2 {
    	font-size: 30px;
    }
    .footer-social-title h3{
    	font-size: 20px;
    }
    .about-text{
    	text-align: justify;
    }
    .ceo-description p{
    	text-align: justify;
    }
    .about-meta{
    	display: inline-block;
	    text-align: center;
	    width: 100%;
    }
    .about-meta .about-meta-contact{
    	display: none;
    }
    .service-inner-box{
    	text-align: center;
    }
    .service-icon-box{
    	display: none;
    }
    .ceo-description-inner{
    	margin-bottom: 0px;
    }
    .ceo-wrapper{
    	display: block;
    }
    .ceo-image-inner{
    	text-align: center;
    	margin-bottom: 30px;
    }
    .ceo-image img{
    	min-width: 100%;
    	max-width: 100%;
    }
    .ceo-main-title h1{
    	font-size: 19px;
    }
    .ceo-sub-title h6{
    	font-size: 15px;
    }
    .arrow-and-paragraph {
	    display: none;
	}
	.testimonial-wrapper .testimonal-content p{
		font-size: 18px;
	}
	.testimonial-wrapper .vector{
		display: none;
	}
	.testimonial-wrapper .testimonal-content{
		min-height:auto;
		margin-left: 10%;
		margin-right: 10%;
	}
	.testimonial-wrapper .testimonal-content .author-area .content h6{
		font-size: 15px;
	}
	.testimonial-wrapper .testimonal-content .author-area .content span{
		font-size: 13px;
	}
	.social-wrapper{
		padding-right: 15px;
		padding-left: 15px;
	}
	.footer-top-email-inner{
		max-width: 100%;
		font-size: 14px;
	}
	.footer-social{
		display: block;
	}
	.footer-social-title{
		margin-bottom: 20px;
		text-align: center;
	}
	.footer-social-list{
		max-width: 100%;
	}
	.footer-menu-wrap{
		display: block;
		text-align: center;
	}
	.footer-menu{
		display: inline-block;
	}
	.footer-menu li{
		display: inline-block;
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.footer-menu li:last-child{
		padding-right: 0;
	}
	.copyright-text{
		display: block;
		text-align: center;
	}
	.footer-top-wrapper {
	    padding-bottom: 0;
	}
	.top-left{
		width: 43%;
	}
	.top-right{
		width: 57%;
	}
	.bottom-left {
	    width: 50%;
	}
	.bottom-right {
	    width: 50%;
	    text-align: right;
	}
	.bottom-header:before{
		width: 40%;
	}
	.navbar-toggler{
		background: #fff;
	}
	.top-right ul li:last-child{
		margin-right: 0;
	}
	.service-text{
		margin-bottom: 30px;
	}
	.ceo-description-inner{
    	display: inline;
    }
    .social-wrapper{
    	display: inline;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
	.bottom-left img {
	    width: 40%;
	}
	.slider-section{
		padding-bottom: 40px;
	}
	.slider-title h1{
		font-size: 40px;
		line-height: 50px;
	}
	.service-inner-box{
		padding: 25px;
	}
	.project-info-box{
		min-width: 90%;
	}
	    .ceo-wrapper {
        display: flex;
    }
    
    .footer-social-list{
    	gap: 7px;
    }
    .footer-logo {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.footer-logo img {
	    width: 20%;
	}
	.project-title{
		font-size: 16px;
	}
}
@media (min-width: 481px) and (max-width: 575px) {
	.bottom-left img {
	    width: 35%;
	}
	.service-inner-box{
		padding: 25px;
	}
	.banner-button-area{
		display: none;
	}
}
@media (min-width: 321px) and (max-width: 480px) {
	.bottom-left img {
	    width: 35%;
	}
	.service-inner-box{
		padding: 25px;
	}
	.ceo-main-title h1 {
        font-size: 22px;
    }
    .ceo-sub-title h6 {
        font-size: 17px;
    }
    .footer-top-title h2{
    	margin-bottom: 30px;
    }
    .footer-logo {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.footer-logo img {
	    width: 25%;
	}
	.banner-button-area{
		display: none;
	}
}  
@media (max-width: 320px) {
	.sec-title h2 {
        font-size: 30px;
    }
    .footer-social-title h3 {
        font-size: 15px;
    }
    .footer-logo{
    	width: 100%;
    	margin-bottom: 20px;
    }
    .footer-logo img {
	    width: 50%;
	}
	.banner-button-area{
		display: none;
	}
	.single-location{
		padding-left: 15px;
		padding-right: 15px;
	}
	.single-location ul li{
		gap:2px;
	}
	.single-location .info{
		font-size: 12px;
	}
}