@media (max-width: 992px){
	.big-title{
		font-size: 48px !important;
	}

	.white_title{
		font-size: 50px !important;
	}
}

@media (max-width: 768px){
	.big-title{
		font-size: 33px !important;
	}

	.white_title{
		font-size: 40px !important;
	}

	.wpb_row {
		padding-top: 0 !important;
	}

	.wpb_wrapper{
		margin-top: 50px;
	}

	.about_right p {
		font-size: 32px !important;
		line-height: 55px !important;
	}


	.video_in_modal{
		width: calc(100% - 100px);
    height: calc(100% - 200px);
	}
}

@media (max-width: 576px){

	.toggler{
		margin-left: 18px;
	}

	#logo::before{
		margin-left: 6px;
	}

	.owl-nav{
		display: none !important;
	}

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

	.white_title{
		font-size: 18px !important;
	}

	.wpb_wrapper{
		margin-top: 50px;
	}

	h1{
		font-size: 36px;
	}

	.about_right p {
		font-size: 16px !important;
		line-height: 36px !important;
	}


	.main_slider .owl-stage-outer, .main_slider .owl-stage, .main_slider .owl-item{
		width: 100% !important;
	}

}



@media(max-width:476px)
{
	.project_title_cont span{
		width: 50%;
	    font-size: 19px;
        line-height: 34px;
	}

	.project_title_cont h2{
		    display: flex;
		    flex-direction: column;
		    align-items: center;
		    justify-content: center;
	}

	#main{
		padding:15px 15px !important;
	}

	.vc_column_container>.vc_column-inner{
		padding: 0px !important;
	}

	.video_in_modal{
		    height: calc(100% - 396px);
	}


	footer{
		    padding: 23px 0;
	}


.add_scroll_animation{
	transition: all 0.5s;
	opacity: 0;
	z-index: -1;
	transform:translateX(-150%);
}


.add_scroll_sidebar{
	transition: all 0.5s !important;
	opacity: 0 !important;
	z-index: -1 !important;
	transform:translateX(150%) !important;
}
}



.services-number:hover .number{

	color: #ed1a3a !important;	
}

.wpcf7-submit:hover{
	background-color: #ed1a3a !important;
}
