/*!
 * Start Bootstrap - Full Slider (https://startbootstrap.com/template-overviews/full-slider)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-slider/blob/master/LICENSE)
 */

p {margin-bottom:5px;}



.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 101% 100%;
}

.bg-light {background:transparent !important; border-bottom:6px solid #dc1f25; }

.navbar-nav li {
    padding: 0px 10px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
	margin: 0px 15px;
	cursor:pointer;
}



.navbar-nav li.active {
    background-color: #dc1f25 !important;
	color:#fff;
}
.navbar {padding:.2rem 1rem .2rem 0rem; margin: 0px 35px;}

.carousel-indicators li {
   
    
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 20px;
}
.carousel-indicators .active {
    background-color: #dc1f25;
  
}
.left-float {float:left;}
.carousel-caption {color:#000; position: absolute; bottom:unset; top:12%; text-align:left;}
.first-letter {
    color: #dc1f25;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 500;
}
.page-heading {color:#dc1f25; font-size:18px; text-transform:uppercase; margin-bottom: -12px;}
.page-heading span {color:#000;}
.page-content {font-size:20px;}
.service-marketing {color:#fff; background:#dc1f25; padding:5px 10px; text-align:center; margin-top:20px; float:left; font-size:20px;}
.text-center {text-align:center;}
.footer-address ul li i {
    margin-right: 10px;
    font-size: 15px;
    line-height: 22px;
    float: left;
    display: inline-block;
}
.footer-address span {
    overflow: hidden;
    display: block;
	font-size:15px;
}
.footer-address ul li i {
    margin-right: 10px;
    font-size: 15px;
    line-height: 22px;
    float: left;
    display: inline-block;
}
.footer-address ul {
   list-style:none;
   padding-left:0px;
}

.footer-address ul li {
    padding: 3px 0;
}
.footer-address ul li i.fa-map-marker {color: #9BCF50 !important;}
.footer-address ul li i.fa-phone {color: #ef403b !important}
.footer-address ul li i.fa-envelope-o, .footer-address ul li i.fa-globe {color: #0199e6 !important}

 .contact-text{   
	margin: -8px 6px 4px;
    padding: 0;
    color: #464646;
    font-family: 'Montserrat', sans-serif;
	font-size:20px;
 }
 .form-control {
    border: 0;
    border-bottom: 1px solid #c1c1c1;
    background: #fff;
    border-radius: 3px;
    height: 40px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
textarea.form-control {
    height: auto;
	width:100%;
}
.biz-btn-solid {
    display: inline-block;
    padding: 4px 30px;
    border: 1px solid #ef403b;
    border-radius: 4px;
    background-color: #dc1f25 ;
    color: #fff;
    font: 500 14px/30px "Montserrat", sans-serif;
    -o-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -webkit-transition: border .3s ease, background-color .3s ease, color .3s ease;
    -moz-transition: border .3s ease, background-color .3s ease, color .3s ease;
    transition: border .3s ease, background-color .3s ease, color .3s ease;
}
.biz-btn-solid {

    padding: 4px 10px;
    text-transform: uppercase;
    float: left;
    cursor: pointer;
    border-radius: 0px;
    padding: 3px 7px;

}

.service-buttons {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.modal-dialog-ad {
    width: 100% !important;
	float:left;
}
.main-head-text {

    text-align: right;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 44px;
    color: #999;
    font-weight: 600;
    margin-top: -15px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 38px;
    right: 62px;

}

.main-head-text-about {
    text-align: right;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 44px;
    color: #999;
    font-weight: 600;
    position: absolute;
    bottom: -195px;
    right: 190px;
}
	
.main-head-text-about span{font-size:44px; color:#dc1f25; }


.main-head-text span{font-size:44px; color:#dc1f25; }
.navbar-toggler-icon{height:50px; width:50px; background:#c1c1c1;}
.only-res-img {display:none;}
.carousel-indicators {margin-bottom:0px;}




.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 3% auto; /* 15% from the top and centered */
    padding: 0px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
.modal-content img {width:100%;}



/* The Close Button */
.close-button {
    color:#fff;
	background-color:#dc1f25;
	width:80px;
	margin-left:10px;
	margin-top:10px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-backdrop {
	    position: relative !important;
		
}
.modal-dialog {max-width:100% !important}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
#contact_submit {float: right;

margin-top: -60px;}
.footer-address ul {margin-bottom:12px;}
.form-message {color:#F00 !important; margin-top: -20px;}

.error{
	color:red;
}

#typed-strings {
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 300px;
    text-transform: uppercase;
}
.typed-string-about {
    bottom: -23% !important;
    right: 16% !important;
}






#typed-strings h1 {font-size: 50px;
    line-height: 55px;
    text-transform: uppercase; font-weight:700;}

#typed-strings  .typed{ font-size:50px; font-weight:700; }




#typed-strings span.label-text{
	text-transform: uppercase;
	font-size: 13px;
	padding-left: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-family: 'Montserrat', sans-serif;
}
#typed-strings span.label-text:before{
	position: absolute;
	content: '\f1d8';
	font-family: FontAwesome;
	left: 0;
	margin-right: 5px;
	color: #ef403b;

}
#typed-strings h1 span, .biz-slider-text h1 span, .slider-bg-contents-wrap h1 span, .hero-slider-text h1 span{
	color: #ef403b;
}
#toTop {display:none !important;}

.contact-page-content-section{ margin-left: -238px !important;
    margin-right: 230px;
    width: 100%;  }
	
.contact-page-content {font-size: 18px !important;
    width: 782px;
    float: left;
	}


@media (max-width: 1800px){
.main-head-text-about {
    bottom: -139px;
    right: 170px;
}	
	
	
	
	
	}


.footer-address li a{ color:#dc1f25; }

.pc-show{ display: block; }
.mob-show{ display: none; }




@media (max-width: 1450px){
	
.carousel-item {background-size:99% 97%;
                overflow:hidden;
				background-position:bottom;
}
.bg-light {background:transparent !important;}

.main-head-text-about {

    text-align: right;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 44px;
    color: #999;
    font-weight: 600;
    margin-top: -15px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: -67px;
    right: 152px;

}
.modal-content {
    
    margin: 4% auto; /* 15% from the top and centered */
    
    width: 70%; /* Could be more or less, depending on screen size */
}
.carousel-caption {top:10%;}
.no-margin-10{margin: -5px 0px;}
.page-content {
    font-size: 16px !important;
}

#typed-strings {
    bottom: 5%;
    right: 6%;
}



.typed-string-about {
  bottom: -20% !important;
 right: 18% !important;
}
.contact-page-content-section{ margin-left: -180px !important;
    margin-right: 180px;
    width: 100%;  }
	
.contact-page-content {font-size: 18px !important;
    width: 600px;
    float: left;
	}


}

@media screen and (max-width: 1380px) , screen and (max-height:800px) {

.navbar {
    padding: .2rem 1rem .2rem 0rem;
    margin: 0px 40px 0 30px; background: #fff!important;
}

}





@media (max-width: 1366px){
    
.carousel-item {background-size:99% 97%;
                overflow:hidden;
                background-position:bottom;
}
/*.bg-light {background:transparent !important;}*/

.main-head-text-about {

    text-align: right;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 44px;
    color: #999;
    font-weight: 600;
    margin-top: -15px;
    float: left;
    width: 100%;
    position: absolute;
    bottom: -67px;
    right: 152px;

}
.modal-content {
    
    margin: 4% auto; /* 15% from the top and centered */
    
    width: 70%; /* Could be more or less, depending on screen size */
}
.carousel-caption {top:10%;}
.no-margin-10{margin: -5px 0px;}
.page-content {
    font-size: 15px !important;
}

#typed-strings {
    bottom: 5%;
    right: 6%;
}



.typed-string-about {
  bottom: -20% !important;
 right: 18% !important;
}
.contact-page-content-section{ margin-left: -180px !important;
    margin-right: 180px;
    width: 100%;  }
    
.contact-page-content {font-size: 18px !important;
    width: 600px;
    float: left;
    }

#typed-strings h1 {
    font-size: 40px;
    line-height: 40px;}


#typed-strings .typed{  font-size: 40px;
}





}






@media screen and (min-device-width:769px) and (max-device-width: 1120px) { 
    /* STYLES HERE */

#contact_submit{ margin-top:0; }


.bg-light{ background: #fff !important; }
.contact-page-content-section{    margin-left: 0px !important;
    margin-right: 0px;
    width: 100%;}
.contact-page-content {
    font-size: 18px !important;
    width:auto;
    float: left;
}
#typed-strings h1 {
    font-size: 30px;
    line-height: 30px;}


#typed-strings .typed{  font-size: 30px;
}



}


@media (max-width: 990px){ 
#contact_submit{ margin-top:0; }
 .bg-light{ background: #fff !important; }
}
#typed-strings h1 {
    font-size: 30px;
    line-height: 30px;}


#typed-strings .typed{  font-size: 30px;
}

.carousel-item {
  }
  	
.navbar-nav {
    background-color: #dc1f25 !important;
    color: #fff;
    margin-top: 19px;
}	
	
.carousel-item{ background-size:100%; background-position:center; overflow:scroll;}	
.bg-light {background:#fff !important;}
.page-heading {font-size:20px;}
.page-content{font-size:16px;}



	
	}
	
@media (max-width: 768px){	
.carousel-item {
    height: 90vh;}
.carousel-item {
    background-size: 100%;
    background-position: 100% 12%;
    overflow: scroll;
}
.page-heading {font-size:20px;}
.page-content{font-size:14px;}
.modal-content {
    margin: 15% auto;
    width: 85%;
}
.main-head-text {
    bottom: 200px;
    right: 62px;

}
.contact-page-content-section {
    margin-left: -90px !important;
    margin-right: 90px;
}

}

@media (max-width:768px){  

.carousel-caption { left: 5%;
    right: 5%;}
.mob-show{ display: block;     position: inherit !important;}
.pc-show{ display: none; }


.carousel-item{ background-image:none !important;}
.only-res-img {display:block; width:100%; margin-bottom:20px;}

}


@media screen and (min-device-width:580px) and (max-device-width:768px) { 
    /* STYLES HERE */
.navbar {padding:.2rem 1rem .2rem 0rem; margin: 0px 10px;}

.contact-page-content-section{    margin-left: 0px !important;
    margin-right: 0px;
    width: 100%;}
.contact-page-content {
    font-size: 18px !important;
    width:auto;
    float: left;
}

}





@media (max-width: 580px){	

.navbar {padding:.2rem 1rem .2rem 0rem; margin: 0px 10px;}

.carousel-item{ background-image:none !important;}
.only-res-img {display:block; width:100%; margin-bottom:20px;}
.contact-page-content-section{    margin-left: 0px !important;
    margin-right: 0px;
    width: 100%;}
.contact-page-content {
    font-size: 18px !important;
    width:auto;
    float: left;
}

}






@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    
.carousel-item {

    background-size: 99% 98%;
    overflow: hidden;
    background-position: bottom;

}
.page-heading {font-size:18px;}
.page-content{font-size:16px;}
	
}}






