<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1600px){

	.demo_pages{
		margin: 0;
	}

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

	.first_screen{
		min-height: 530px;
	}
}

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

	.video-responsive {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.video-responsive iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	body{min-width:768px;}

	.navigation&gt;li:not(:last-child){
		padding-right: 30px;
	}

	.slider_title{
		font-size: 70px;
		line-height: 1;
		margin-bottom: 30px;
	}

	.first_screen_subtitle{
		font-size: 40px;
		line-height: 1;
	}

	.section_vertical_text{
		padding: 60px 30px;
	}

	.section_vertical_img{
		padding-top: 90px;
	}

	.reviews_slider{
		margin: 45px 0 0;
		padding: 30px 70px;
	}

	.owl-nav&gt;div.owl-prev{
		left: 20px;
	}

	.owl-nav&gt;div.owl-next{
		right: 20px;
	}

	.counter{
		font-size: 70px;
	}

	[class*='col-']:not(:last-child) .fact_item:before{
		right: 15px;
	}

	.footer_list1{
		float: right;
	}

	.box{
    margin-top: 0px;    
	}

	ul.box_address li:after{
		border-right: none !important;
	}
	ul.box_address li:last-child{
		padding-right: 65px;
    	margin-right: 70px;
	}
	.box_address li{
		padding: 12px 0;
	}
	ul.box_address{
		width: 400px;
 		margin-right: auto;
		margin-left: auto;
		float:none !important;
		margin-left: 90px;
	}
	.box_address li:first-child{
		margin-right: 0;
	}
	
	#references img{
		margin: 0 auto;
		display: block;
		max-width: 500px;
	}
	
	span#typed, .typed-cursor{
		font-size: 36px;
		line-height: 40px;
	}
	
	.type-wrap{
		padding: 0px;
		margin-bottom: -15px;
	}
	
	
}

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

	body{min-width:420px;}

	.xs-text-center{
		text-align: center;
		float: none !important;
	}

	.header_inner{
		display: none;
	}

	[class*='col-']:not(:last-child){
		margin-bottom: 30px;
	}

	.xs_dnone{
		display: none !important;
	}

	.section_offset{
		padding: 55px 0;
	}

	.blackout{
		padding: 70px 0;
	}

	.blackout2{
		padding: 90px 0;
	}

	.slider_title{
		font-size: 50px;
	}

	.first_screen_subtitle{
		font-size: 30px;
	}

	.btn{
		font-size: 20px;
	}

	.subtitle{
		font-size: 20px;
		line-height: 26px;
	}

	h2{
		font-size: 40px;
	}

	.icon_box_title{
		font-size: 20px;
		margin-bottom: 8px;
	}

	.review{
		font-size: 25px;
		line-height: 34px;
	}

	.video_btn_box span{
		font-size: 20px;
		line-height: 24px;
		bottom: -34px;
	}

	.blackout[class*='bg'],.blackout2[class*='bg']{
		background-position: 50% 0 !important;
		background-attachment: scroll;
	}

	nav{
		position: fixed;
		z-index: 9;
		width: 200px;
		top: 50px;
		bottom: 0;
		background-color: rgba(32,32,32,0.85);
		border-top: 1px solid #0066cc;
		right: -200px;
		text-align: left;
		padding: 0 20px 20px;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	nav.open_menu{
		right: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	.nav_btn{
		display: block;
	}

	.navigation{
		display: block;
	}

	.navigation&gt;li{
		float: none;
	}

	.navigation&gt;li:not(:last-child){
		padding-right: 0;
	}

	.slide_img_box{
		display: none;
	}

	.main_slider .slides li{
		padding-bottom: 50px !important;
		padding: 0 20px;
	}

	.section_vertical{
		display: block;
		width: auto;
	}

	.section_vertical&gt;*{
		display: block;
		width: auto;
	}

	.section_vertical_img{
		display: none;
	}

	.demo_pages{
		padding: 55px 0 0;
	}

	.product_img{
		margin-bottom: 15px;
	}

	.product_box:hover .product_img img{
		-webkit-transform: translate(0, -5px);
		-ms-transform: translate(0, -5px);
		-o-transform: translate(0, -5px);
		transform: translate(0, -5px);
	}

	.partner_list li{
		width: 48%;
	}

	.facts_box{
		padding: 55px 0 25px;
	}

	.counter{
		font-size: 40px;
	}

	.footer_list1{
		float: none;
	}

	.icons_container .col-xs-6:nth-child(odd){
		clear: left;
	}

	.video_btn_box{
		padding-bottom: 25px;
	}

	.video_btn{
		width: 50px;
		height: 50px;
		border-width: 1px;
		font-size: 20px;
	}

	.video_btn i{
		line-height: 48px;
	}

	.reviews_slider{
		margin: 30px 0 0;
		padding: 20px 30px;
	}

	.owl-nav&gt;div.owl-prev{
		left: 10px;
	}

	.owl-nav&gt;div.owl-next{
		right: 10px;
	}

	.owl-nav &gt; div:before{
		width: 20px;
		height: 20px;
	}

	.flex-direction-nav a::before{
		width: 20px;
		height: 20px;
	}

	.flexslider:hover .flex-direction-nav .flex-prev{
		left: 10px;
	}

	.flexslider:hover .flex-direction-nav .flex-next{
		right: 10px;
	}

	#references img{
		width: 60%;
		margin: 0 auto;
		display: block;
		max-width: 500px;
	}
	
	#isotope_container img{
		display: block;
		margin: auto;
	}
	
	.first_screen_inner{
		margin-top: -50px;
	}
	
	h4.service_title{
		font-size: 18px;
	}
	
	.servise_title_box{
		min-height: 140px;
	}
}

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

	body{min-width:300px;}

	#wave{
		display: none;
	}

	.xs-text-center{
		text-align: center;
		float: none !important;
	}

	.header_inner{
		display: none;
	}

	.icons_container .col-xs-6{
		width: 100%;
		float: none;
	}

	.slider_title{
		font-size: 35px;
	}

	.first_screen_subtitle{
		font-size: 20px;
	}

	.btn,
	.subtitle{
		font-size: 18px;
	}

	h2{
		font-size: 30px;
	}

	.icon_box_title{
		font-size: 18px;
	}

	.review{
		font-size: 18px;
		line-height: 25px;
	}

	.facts_box{
		padding: 40px 0;
	}

	.facts_box .col-xs-4{
		width: 100%;
		float: none;
	}

	[class*='col-']:not(:last-child) .fact_item:before{
		display: none;
	}
	
	ul.box_address{
		margin-left: 30px !important;
	}

}
</pre></body></html>