
@font-face { font-family: bebas; src: url('../fonts/bebas.ttf'); } 



body{font-family: georgia;}

.bg-gradient{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232337+44,4b4b5f+100 */
background: #232337; /* Old browsers */
background: -moz-linear-gradient(top, #232337 44%, #4b4b5f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #232337 44%,#4b4b5f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #232337 44%,#4b4b5f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232337', endColorstr='#4b4b5f',GradientType=0 ); /* IE6-9 */
}

.container-full-width{
	max-width: 1330px;
	margin-left: auto;
	margin-right: auto;
}

.navbar{
	background-color: #fff;
}
.active{
	color: #EA1E27 !important;
}

.nav li a{
	color: #232337;
	font-family: bebas;
	opacity: .7;
	letter-spacing: 1px;
}


.nav li a:hover{
	color: #232337;
	opacity:  .9; 
}

.nav li a:active{
	color: #232337 !important;
	opacity: 1;
}

.navbar-inverse .navbar-toggle{
	margin-top: 15px;
	border-color: #1A90E4;
	
}
.navbar-inverse .navbar-toggle .icon-bar{
	background-color: #1A90E4;
}



.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 25%;
    left: 34%;
    border-top: 3px solid #EA1E27;
}

#magic-line {
	position:absolute;
	bottom:8px;
	left:0;
	width:100px;
	height:2px;
	background:#000;
	z-index:1;
}




.blue{
		color: #1A90E4;
}
.blue:hover{
	text-decoration: none;
}
.dark-blue{
	background-color: #323245;
}
.white{ color: #fff;}

.phone{ 
	font-family: bebas;
	 float: left;
	 margin-top: 22px;
}

.phone:hover{
	 text-decoration: none;
	 color: #1A90E4;
 } 
 
.phone:before{
  display: inline-block;
  content: ' ';
  background-image: url('../images/phone-red.png');
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  margin-bottom: -4px;
 
  
  }
    .email{ 
	 font-family: bebas;
	 float: left;
	 margin-top: 22px;
}

 .email:hover{
	 text-decoration: none;
	 color: #1A90E4;
 } 
  
  
  

.email:before{
  display: inline-block;
  content: ' ';
  background-image: url('../images/email-red.png');
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  margin-bottom: -4px;
 
  
  }
  
  .email2:before{
  display: inline-block;
  content: ' ';
  background-image: url('../images/email.png');
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  

  
  }
  .phone2:before{
  display: inline-block;
  content: ' ';
  background-image: url('../images/phone.png');
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  margin-right: 5px;

  
  
  }
  .location:before{
  display: inline-block;
  content: ' ';
  background-image: url('../images/location.png');
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  margin-right: 5px;
 
  }
  
  
 .pad-top-150{
	 padding-top: 150px;
 }
  .ml20{
	  margin-left: 20px;
  }
  .px30{
	  font-size: 30px;
	  font-family: georgia;
	  
  }
   .mt90{
	  margin-top: 90px;
	  
  }
  .mt120{
	  margin-top: 120px;
	  
  }

.border-top{
	border-top: 1px solid #818195;
	padding-top: 50px;
	
}



    
.z-index{
	position: relative;
	 z-index: 8888;
}

.left{
	height: 250px;
	}
	
.name-left{
	
	height: 100px; 
	
	padding: 0;
	margin-bottom: 10px;
	
}
.footer-h1{
	font-size: 48px;
}

h1{
	  font-family: bebas;
	  font-size: 64px;
	  line-height: 77px;
	  letter-spacing: -3px;
	  word-spacing: 10px;
	  margin-bottom: 25px;
}
h2{
	  font-family: bebas;
	  letter-spacing: 1px;
}
h4{
	  font-family: bebas;
}
h5{
	  font-family: bebas;
	  color: #BEBEC3;
}
.border-bottom:after {
  content : "";
  position: absolute;
  left    : 0px;
  bottom  : 0;
  height  : 9px;
  width   : 7%;  /* or 100px */
  border-bottom:9px solid #fff;
  margin-left: 15px;

 
  margin-bottom: -5px;
}
  .head-p{
	  margin-top: 30px;
	  font-size: 30px;
	  line-height: 46px;
  }
  
  .satisfied{
	  font-size: 14px;
  }
  
  .no-padding{
	  padding: 0;
  }

	
.bottom-align-text{
	position: absolute;
    bottom: 0;
    left: 0px;
    margin-bottom: 0;
}

.no-margin{
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}

.testimonials{
	font-size: 24px;
	line-height: 40px;
	color: #fff;
}

.top-section{
	margin-top: -400px;
	z-index: 8888;
}
.lead{
	margin-top: 15px;
}
.fill { 
    min-height: 100%;
    height: 100%;
}
#grad1 {
    height: 100%;
    background: none; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left bottom, #323245, rgba(0, 0, 0, 0) ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top right, #323245, rgba(0, 0, 0, 0) ); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top right, #323245, rgba(0, 0, 0, 0)  ); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top right, #323245, rgba(0, 0, 0, 0)  ); /* Standard syntax (must be last) */
}

.z99{
	z-index: 9000;
	margin-top: 40px;
}
.navbar{
	z-index: 9999;
}
.btn1{
	color: #fff;
	background-color: #1A90E4; 
	border-radius: 0;
	margin-top: 20px;
	border: 1px solid #1A90E4;
	font-family: bebas;
	padding: 13px 43px;
	letter-spacing: 1px;
	font-size: 16px; 
}

.btn1:hover{
	background-color:  #18A2DF;
	color: #fff;
	
}
.btn1:active{
	background-color: #0084C1;
	color: #fff;
	
}




.btn2{
	border: 1px solid #fff;
	border-radius: 0;
	margin-left: 2px;
	color: #fff;
	margin-top: 20px;
	font-family: bebas;
	padding: 13px 46px;
	letter-spacing: 1px;
	font-size: 16px;
}
.btn2:hover{
	color: #1A90E4;
	border: 1px solid #1A90E4;
}
.stroke{
	background-image: url("../images/blue-stroke.png");
	background-size: cover;
}
.stroke2{
	background-image: url("../images/blue-stroke2.png");
	background-size: cover;
}
.copyright{
	text-align: center;
	padding-top: 300px;
	font-size: 14px;
	font-family: bebas;
	letter-spacing: 1px;
	
}

.copyright2 {
	text-align: center;
	padding-top: 175px;
	font-size: 14px;
	font-family: bebas;
	letter-spacing: 1px;
}

.footer-links:hover{
	color: #1A90E4;
	text-decoration: none;
}



/*services*/

.border-bottom-service{
	border-bottom: 1px solid #818195;
	
}

.services{
	color: #fff;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 40px;
	margin-top: 30px;
	
}
.head-top{
	margin-top: 80px;
}

.mt-120{
	margin-top: 120px;
}

/*About*/

.thanks{
	font-family: bebas;
	font-size: 16px;
	color:#fff;
	margin-top: 30px;
	

}

/*tips*/

.mt-60{
	margin-top: 90px;
}

.tips-p{
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	
}

.tips-h5{
	font-family: bebas;
	font-size: 20px;
	color: #fff;
	padding: 15px 0;
	
}

.tips-ul{
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	padding-left: 20px;
	
}

.tips-ul li{
	padding-top: 10px;
}

.services2{
	color: #fff;
	font-size: 36px;
	font-family: bebas;
	padding-bottom: 20px;
	
	  word-spacing: 5px;
	
}


#magic-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #ff0000;
}

@media (max-width: 1200px){
	h1{
		font-size: 48px;
		line-height: 60px;
		letter-spacing: -1px;
	}
	.head-p{
	  margin-top: 15px;
	  font-size: 24px;
	  line-height: 30px;
  }
}



@media (max-width: 768px) {
	.name-left{
	height: 70px; 
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin-bottom: 0px;
	text-align: center;
	
}
.no-padding{
	  padding-left: 15px;
  }
.left{
	height: 50px;
	text-align: center;
	}
	.top-section{
	margin-top: -360px;
}

.bottom-align-text{
	 position: relative;
    
   
   text-align: center; 
   margin-left: auto; margin-right: auto;
   padding-left: 0;
   padding-right: 0;
   left: 0;
}
.testimonials{
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
.testimonials3{
	margin-top: 25px;
}

.copyright{
	text-align: center;
	padding-top: 100px;
	
}
.services{
	
	font-size: 28px;
	line-height: 28px;
	
}
	}
	
	@media (max-width: 558px) {
		h1{
			font-size: 42px;
			line-height: 50px;
			
		}
			.top-section{
	margin-top: -300px;
}

	.services{
	line-height: 24px;
	font-size: 24px;
	
}
		
		}
		@media (max-width: 373px) {
			.navbar-brand{
				padding: 7px 1px;
				margin-left: -15px;
			}
			.navbar-toggle{
				margin-right: 0;
					}
			
			h1{
			font-size: 36px;
			line-height: 40px;
			
		}
		.left{
	height: 20px;
	text-align: center;
	}
	
			
			}
