/* CSS File 
	===================
	Template Name: Startup - Coming soon templete
	Author: ashishmaraviya
	Author URI: https://www.codester.com/ashishmaraviya/
	Version: 1.0
	Copyright 2020
===================*/
/*------------------------------------------------------------------
	[ Responsive css file ]
*/
@media (max-width: 1366px) {
	.about_sec {
		padding: 70px 0;
	}
	.portfolio_sec {
		padding: 70px 0 55px 0;
	}
	.contact_sec {
		padding: 70px 0 64px 0;
	}
	.global_title {
 		font-size: 38px;
 	}
 	.about_sec .detail h3 {
 		font-size: 16px;
 	}
 	.logo img{
		width: 180px;
	}
 	.hero-counter, .hero-container{
		max-width: 550px;
	}	
	.hero-container .title{
		font-size: 40px;
		line-height: 33px;
	}
	.main-info{
		width: 550PX;
	}
}
@media (max-width: 1199px) {
	.global_title{
		font-size: 37px;
	}
}
@media (max-width: 991px) {
 	.global_title {
 		font-size: 36px;
 	}
	.about_sec .about-img {
	    display: none;
	}
	.about_sec .social {
		margin-top: 0;
	}
	.contact_sec .cap_info .cap_info_icon {
		position: relative;
	}
	.contact_sec .cap_info .cap_info_text {
		margin: 0; 
		padding: 15px 0 0 0;
		text-align: center;
	}
	.map_info {
		margin-top: 20px;
	}
	.social{
		padding-top: 30px;
		position: relative;
		left: 0;
	}
	.footer_detail .footer-space > div:nth-last-child(-n + 2) {
	    margin-top: 30px;
	}
	.footer_detail h3 {
		margin: -4px 0 15px 0;
	}
}
@media (max-width: 767px) {
	.hero-container {
		margin: auto;
	    padding: 50px 30px;
	}
	.main-info{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0; 
		left: 0; 
		bottom: 0; 
		right: 0;
		z-index: 3;
	}
	.logo img {
    	width: 140px;
    	padding: 0;
    }
    #timer .date-box{
		width: 90px;
	    height: 90px;
		font-size: 28px;
	}
	.hero-container .title {
		font-size: 34px;
	}
	.nav-buttons button {
		height: 42px;
	}
	.about_sec {
		padding: 50px 0;
	}
	.portfolio_sec {
		padding: 50px 0 35px 0;
	}
	.contact_sec {
		padding: 50px 0 44px 0;
	}
	.about_sec .detail h3 {
	    font-size: 15px;
	    line-height: 28px;
	}
	.global_title {
 		font-size: 34px;
 	}
	.contact_sec .inner {
		background-image:none;
	}
	.map_info iframe{
		height: 350px;
	}
	.inn_hero, .inn_hero .inn-title {
    	height: 45vh;
	}
	.inn_hero .inn-title h1{
		font-size: 45px;
	}
}	
@media (max-width: 575px) {
	.hero-section{
		height: 100%;
	}
	.hero-container{
		width: 95%;
    	padding: 50px 30px;
	}
	.logo {
		margin: 0 auto 25px auto;
	}
	.hero-container .title {
		font-size: 32px;
		line-height: 38px;	
	}
	.hero-counter-desc {
		font-size: 13px;
		line-height: 24px;
	}
	.main-block{
		padding: 0;
		background-blend-mode: overlay;
    	background-color: rgba(0, 0, 0, .3);
	}
	.nav-buttons {
		max-width: 400px;
		margin: auto;
	}
	.about-img{
		margin: 60px 15px 0 15px;
	}
	.portfolio-tabs ul li {
	    padding: 8px 18px;
	    font-size: 14px;
	}
	.subscribe_now {
		width: 100%;
		padding: 0 15px;
	}
	.subscribe_now form input{
		margin-bottom: 15px !important;
		width: 100% !important;
		display: block;
	}
	.validation {
		width: 100%;
		top: 110px;
		text-align: center;
    }
	.subscribe_form .input-group-btn{
		margin: auto;
	}
	.footer_subscribe_form, .footer_subscribe_form .input-group-btn{
		margin: 0;
		max-width: 100%;
	}
	#newsletter_modal .modal-body {
    	padding: 50px 15px;
	}
	.wc-style .wc-panel{
	    width: 290px;
	}
	.inn_hero, .inn_hero .inn-title {
    	height: 40vh;
	}
	.inn_hero .inn-title h1{
		font-size: 40px;
	}
	ul.breadcrum li {
	    font-size: 15px
	}
	.footer_detail .footer-space > div:nth-last-child(-n + 3) {
	    margin-top: 30px;
	}
}
@media (max-width: 480px) {
	.hero-container {
		padding: 50px 15px;
	}
	.global_title {
 		font-size: 30px;
 	}
 	.about_sec .about-img:after {
 		width: 80px;
    	height: 80px;
 	}
 	.portfolio-tabs ul li {
	    padding: 6px 15px;
	    font-size: 13px;
	}
}