@charset "utf-8";



/*------------------------------------------------------------------
[Table of contents]

1. Small desktop
2. Tablet landskape
3. Tablet Portrait
4. Phone
5. Small Phone
6. Max Height 768
-------------------------------------------------------------------*/


/* ==============================
   Small desktop
   ============================== */

@media only screen and (max-width: 1366px) {
	
    	
    .inner-nav ul li {
        margin-left: 25px;
    }
	
}  

@media only screen and (max-width: 1200px) {
	
    .hs-wrap {
        max-width: 540px;
    }
    
    .alt-service-grid {
        margin-top: -40px;
    } 
    .alt-service-item {
        margin-top: 40px;
        padding-left: 48px;
    }
    .alt-services-title{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .alt-services-image{
        margin-top: 10px;
    }
    
}


/* ==============================
   Tablet landskape
   ============================== */

@media only screen and (max-width: 1024px) {
	
	.hs-wrap {
        max-width: 480px;
		padding-top: 37px;
		padding-bottom: 43px;
    }
	
    .hs-line-8 {
        font-size: 20px;
    } 
    .hs-line-9 {
        font-size: 71px;
    }
    
    .benefit-item {
        width: 300px;
        padding: 15px 32px;
    }
    .split-section-headings {
        width: 30%;
    }	
    .split-section-content {
        width: 70%;
    }
    
	.split-section-headings .section-title{
		font-size: 26px;
		letter-spacing: 2px;
	}
	.service-descr .service-title {
        margin-bottom: 20px;
    }
	
    .page-section{
        padding: 120px 0;
        
    }
    .page-section, .home-section{
        background-attachment: scroll;
    }
    .section-bot-image {
        margin: 120px 0 -120px;
    }
	
    #portfolio + .small-section {
        margin-top: -90px;
    }

}
  
@media only screen and (max-width: 992px) {
  	
	.split-section-headings,
	.split-section-content{
		float: none !important;
		width: auto;
	}
	
	.split-section-headings .section-title{
		font-size: 35px;
		letter-spacing: 5px;
	}
	
    .banner-text {
        text-align: center;
    } 
	.banner-button {
		margin-top: 40px;
        text-align: center;
    }
	
    .features-icon {
        font-size: 64px;
    } 
	.features-title {
        font-size: 20px;
        font-weight: 700;
    }
	.features-descr{
		font-size: 14px;
	}
    .form input.review-field{
        text-align: center;
        margin-top: 40px;
    }
    .form input.review-field::-webkit-input-placeholder{
        color: #f0f0f0;        
        text-align:center;
     }
     
         
    .contact-item{
	    text-align: center;
        padding-right: 0 !important;
	}
    .ci-icon{
        margin: 0 auto 7px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 2px solid rgba(255,255,255, .1);
        border-right: none;
    }
	
	
}
  
  
/* ==============================
   Tablet Portrait
   ============================== */
  
@media only screen and (max-width: 768px) {

	.hs-wrap {
        max-width: 400px;
    }
    
    .hs-line-7 {
        font-size: 50px;
    }
	
	.page-section {
        padding: 70px 0;
    }	
    .small-section {
        padding: 50px 0;
    }
    .small-title{
        font-size: 18px;
    }
	
	.section-bot-image {
        margin: 70px 0 -70px;
    }
    
    .service-item{
	    width: 50%;
    }
    
	#portfolio + .small-section {
        margin-top: -40px;
    }
	
    .tpl-minimal-tabs > li {
        padding: 0 5px;
    }
	
		
	.benefit-item{
		width: 264px;
	}
	
	.count-descr{
		margin-bottom: 30px;
	}	
    
	.alt-service-grid{
	margin-top: -30px;
    }
    .alt-service-item {
        margin-top: 30px;
    }
    .alt-service-butt{
        display: none;
    }
    
    

}

@media only screen and (max-width: 767px) {
	
	.hs-wrap {
        max-width: 320px;
		padding-top: 27px;
		padding-bottom: 33px;
    }	
	.hs-line-3 {
        font-size: 13px;
    }
    .hs-line-7 {
        font-size: 32px;
    }
	
    .hs-line-8 {
        font-size: 16px;
    } 
    .hs-line-9 {
        font-size: 48px;
    }
    
    .nbc-logo-wrap{
        min-width: 125px;
    }
	.nbc-logo-wrap{
		height: 50px;
	}
    .service-item {
        width: 100%;
        float: none;
    }
    
	.benefit-item{
		width: 230px;
		padding: 0;
	}
	
	.benefit-item:hover:after{
		display: none;
	} 
    
    blockquote p {
        font-size: 16px;
    }
    
    blockquote footer {
        margin-top: 0;
        font-size: 12px;
    }   
	
}


/* ==============================
   Phone
   ============================== */
  
@media only screen and (max-width: 480px) {
    
    .btn-mod.btn-large {
        padding: 12px 30px 11px;
        font-size: 13px;
    }
    .hs-line-7 {
        font-size: 28px;
    }
    .hs-line-9 {
        font-size: 42px;
    }
   
   .scroll-down {
        bottom: 10px;
		height: 34px;
		line-height: 34px;
    }	
	.scroll-down span{
		display: none;
	}
	
	.nav-bar-compact{
		top: 0;
		left: 0;
	}
	
	.page-section {
        padding: 50px 0;
    }
    .small-section {
        padding: 30px 0;
    }
	
	.section-bot-image {
        margin: 50px 0 -50px;
    }
	
	#portfolio + .small-section {
        margin-top: -20px;
    }
	
    .section-title,
	.split-section-headings .section-title {
        font-size: 24px;
		letter-spacing: 2px;
    }	
    .section-heading{
        font-size: 15px;
    } 
	.section-text {
        font-size: 15px;
        line-height: 1.7;
    }
	
	.tpl-minimal-tabs > li {
        padding: 0;
    }
    .tpl-minimal-tabs > li > a {
        padding: 6px 10px 5px;
    }
	
	.section-text, 
	.text{
		line-height: 1.7;
	}
		
	.count-number{
		font-size: 32px;
	}
	.count-title{
		font-size: 12px;
	}
	
	.form input.review-field{
        font-size: 16px;
        margin-top: 5px;
    }
    
    .cf-left-col,
    .cf-right-col{
        width: auto;
        margin-right: 0;
        float: none;
    }
}


/* ==============================
   Small Phone
   ============================== */


/* ==============================
   Max Height 768
   ============================== */

@media only screen and (max-height: 768px) {

    .service-descr .service-icon, .service-descr .service-title {
        display: none;
    }
	
}


/* ==============================
   IOS Background Fix
   ============================== */
  
.mobile .page-section, .mobile .home-section, .mobile .small-section{
    background-attachment: scroll;
}

/*
 * iPad Pro
 */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    html:not(.no-touch) .page-section, html:not(.no-touch) .home-section, html:not(.no-touch) .small-section{
        background-attachment: scroll;
    }
}