@media only screen and (max-width: 1500px) {
	.testimonials_bottom{
	    margin-right: 0;
	    width: 45%;
	}
	.first-slide, .second-slide{
		width: 100px;
		overflow: hidden;
		margin: 0px 0px 0px 20px;
	}
	.first-slide img, .second-slide img{
		max-width: 100%;
	}
	.testimonials_slider{
		margin: auto;
	}
	.testimonials{

	}
}
@media only screen and (max-width: 1280px) {
	.header-container{
		max-width: calc(100% - 40px);
	}
	.custom-container {
	    max-width: calc(100% - 360px);
	}
	.testimonials_bottom{
		width: 55%;
	}
	.testimonials-wrap{
		flex-direction: column;
	}
}
@media only screen and (max-width: 1150px) {
	.custom-container {
	    max-width: calc(100% - 40px);
	}

	.banner-wrap .custom-container{
		margin: inherit;
	}
	.banner_content{
		left: 20px;
		right: 40vw;
	}
	.banner_left p{
		font-size: 14px;
	}
	.static_img img{
		width: 250px;
	}
	.static_img_ img{
		width: 200px;
	}
}
@media only screen and (max-width: 991px) {
	.banner-wrap{
		margin-top: 50px;
	}
	header img{
		max-width: 100px;
	}
	.header{
		padding: 15px 0px;
	}
	.services_list{
		grid-template-columns: 1fr 1fr;
		grid-row-gap: 7%;
	}
	.about_para{
		width: 80%;
	}
	.large-text{
		font-size: 55px;
    	line-height: 400px;
	}
	.scrool-text_content{
		width: 2050px;
	}
	h3{
		font-size: 34px;
	}
	.article{
		padding-top: 150px;
	}
	.sec_padding{
		padding-bottom: 50px;
	}
	.blog_single .blog_single_content h4{
		font-size: 18px;
	}
	.blog-content{
		display: inline;
	}
	.blog_left, .blog_right{
		width: 50%;
		float: left;
	}
	.blog_center{
		float: right;
		width: 44%;
		margin-right: 0px;
	}
	.blog_left{
		margin-bottom: 4%	;
	}
	.scrool-text_content{
		text-align: center;
	    -moz-transform: translateX(100%);
	    -webkit-transform: translateX(50%);
	    transform: translateX(50%);
	    -moz-animation: scrool-text_wrap 10s linear infinite;
	    -webkit-animation: scrool-text_wrap 10s linear infinite;
	    animation: scrool-text_wrap 10s linear infinite;
	}
	.banner_btn-wrap{
		font-size: 20px;
	}
	.banner_btn_text{
		width: 140px;
	    height: 40px;
	}
	.header .menu-wrap{
		display: none !important;
	}
	.services_left.w-50{
		width: 80% !important;
	}
	.mobile-nav{
		display: block;
	    position: fixed;
	    bottom: 10px;
	    left: 10px;
	    z-index: 11111;
	    background: linear-gradient( 
		45deg,#996CE1,#E36399,#F9AF72,#535AE1) border-box;
	    padding: 10px;
	    border-radius: 5px;
	    width: 50px;
	}
	#nav-icon.open span:nth-child(2){
		left: calc(50% - 8px);
		top: 5px;
	}
	#nav-icon.open span:nth-child(6){
		left: calc(50% - 8px);
		top: 5px;
	}
	.nav-left{
		width: 300px;
		padding: 30px;
	}
	.nav-right ul li{
		line-height: 50px;
		padding-left: 30px;
	}
	.nav-right ul li a{
		font-size: 18px;
	}
	.testimonials_bottom{
		width: 70%;
		margin-bottom: 50px;
	}
	.static_img img{
		width: 200px;
	}
	.static_img_ img{
		width: 150px;
	}
	.w-60{
		width: 75% !important;
	}
	.h-p{
		column-gap: 30px;
	}
	.company-values{
	    grid-template-columns: 1fr 1fr;
	}
	.services-sub{
		grid-template-columns: 1fr 1fr;
	}
	.services-sub_single h3{
		height: 40px;
    	width: 57px;
	}
	.portfolio_list{
	    max-width: 80%;
	}
}
@media only screen and (max-width: 767px) {
	.partners_single{
		width: 48%;
	}
	.team-wrapper{
		text-align: center;
	}
	.about-wrap h3:before{
		width: 70px;
    	height: 56px;
    	top: -80px;
    	background-size: contain;
	}
	.banner_content{
		right: 20vw;
	}
	.header_logo{
		margin: auto;
	}
	.banner-wrap{

	}
	.banner_video{
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		height: 100%;
	}
	.header .header-container{
		max-width: 100%;
	}
	#load img{
		width: 100%;
	}
	#myVideo{
		float: inherit;
	    position: absolute;
	    right: 0px;
	    margin: auto;
	    /*top: 0;*/
	    top: -220px;
	    bottom: 0;
	    width: 200%;
	    left: -200px;
	}
	.blog_right{
		float: right;
	    width: 47%;
	}
	.blog_center{
		width: 47%;
	}
	.blog_left{
		margin-bottom: 1%;
	}
	.footer-address.w-50{
		width: 100% !important;
	}
	.about_para{
		width: 100%;
	}
	.about_quote{
		width: 100%;
		margin-top: 24px;
	}
	.about-wrap{
		padding-bottom: 50px;
	}
	.large-text{

	}
	.large-text {
	    font-size: 35px;
	    line-height: 255px;
        height: 65px;
        /*font-weight: 900;*/
	}
	.scrool-text_wrap{
		height: 90px;
		margin-top: 50px;
	}
	.article{
	    padding-top: 50px;	
	}
	.about-wrap.article{
		 padding-top: 150px;
	}
	.services-wrap .custom-container.sec_padding{
		padding-bottom: 100px;
	}
	h1{
		font-size: 28px;
	}
	h3{
		font-size: 22px;
	}
	h4{
		font-size: 18px;
	}
	.footer-address{
		margin-top: 50px;
	}
	.services_list{
		grid-template-columns: 1fr;
	}
	.header-mail{
		display: none;
	}
	footer{
		
	}
	.footer-socialmedia{
		/*margin-top: 50px;
		float: left;
		padding-left: 0px;*/
		padding-left: 0px;
	}
	.footer-link {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-start;
	}
	.scrool-text_content{
		width: 1380px;
	}
	.banner-wrap{
		/*height: 80vh;*/
	}
	.nav-mail a{
		font-size: 24px;
	}
	.nav-left{
		width: 200px;
	}
	.nav-right ul li{
		padding-left: 0px;
		line-height: 45px;
	}
	.nav-right ul li a{
		font-size: 16px;
	}
	.nav-logo img{
		max-width: 80%;
	}
	.static_img img{
		width: 120px;
	}
	.static_img_ img{
		width: 80px;
	}
	.first-slide, .second-slide{
		width: 50px;
		height: 50px;
		margin: 0px 0px 0px 10px;
	}
	.testimonials_slider{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.third-slide:before{
		width: 40px;
   		height: 32px;
	    left: -60px;
	}
	.third-slide{
		margin-left: 60px;
		margin-top: 60px;
	}
	.testimonials_bottom{
		width: 90%;
	}
	.w-60{
		width: 90% !important;
	}
	.h-p{
		column-count: 1;
	}
	.company-values{
	    grid-row-gap: 7%;
	    grid-template-columns: 1fr ;
	    padding-bottom: 28%;
	}
	.services-sub{
		grid-template-columns: 1fr ;
		grid-row-gap: 0;
	}
	.services-sub_single{
		margin-bottom:50px;
	}
	.portfolio_list{
	    grid-template-columns: 1fr;
	    margin-top: 0px;
	}
	.portfolio_single:nth-child(even), .portfolio_single:nth-child(odd){
		margin-top: 0px;
	}
	.portfolio_single{
		padding-top: 0px;
	}
}
@media only screen and (max-width: 580px) {
	.blog_center, .blog_right, .blog_left{
		width: 100%;
		padding-top: 0px;
		margin-bottom: 0px;
	}
	footer .large-text{
		font-size: 24px;
		line-height: 158px;
	    height: 35px;
	}
	.nav-left{
		display: none;
	}
	.nav-mail a{
		font-size: 30px;
		line-height: 255px;
	}
}