@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Roboto', sans-serif;
}
.header-strip{
	background:#890705;
    color: #FCE39D;
    border-bottom: 1px solid #F29934;
	padding: 2px 0px;
}
.header-strip p{
	margin:0px;
	font-family: 'Fira Sans', sans-serif;
	font-size:13px;
	line-height:19px;
}
.header{
	background:rgba(204, 204, 204, 0.14);
}
.logo img{
	height:70px;
}
.menu{
	background:#890705;
}
.menu ul li a{
	text-transform:uppercase;
}
.no-margin{
	margin:0px !important;
	background-color: #890705 !important;
	padding:0px !important;
	border:0px !important;
}
.slider{
	width:100%;
	position:relative;
}
.slider-bg img{
	position:absolute;
	z-index:1;
	width:100%;
}
.slider-from{
	width:100%;
	position:absolute;
	z-index:100;
}
.form-index{
	position:absolute;
	float:right;
}
.srvc{
	font-size: 30px;
    padding: 9px 0px;
}
.srvc a{
	color:#333;
}
.srvc i{
	margin-right:5px;
}
.search-icon{
	padding: 15px 0px;
}
.search-icon input[type=text] {
    width: 130px;
	height:40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

/* When the input field gets focus, change its width to 100% */
.search-icon input[type=text]:focus {
    width: 100%;
}
.form-group textarea{
	resize:none;
}
.index-form{
	background: rgba(0, 0, 0, 0.7);
	padding-left: 60px;
	color:#fff;
	text-transform: uppercase;
}
.index-main{
	position:relative;
	margin-top:34%;
}
.process{
	text-align:center;
	padding:10px 0px;
}
.process h3{
	font-family: 'Roboto', sans-serif;
	font-size:25px;
	color:#890705;
	margin-bottom:30px;
}
.process img{
	width:100%;
}
.about-index{
	padding-left:10px;
}
.about-index h3{
	font-family: 'Roboto', sans-serif;
	font-size:25px;
	color:#890705;
}
.about-index p{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
    line-height: 19px;
}
.about-index h3 span{
	font-size:18px;
}
/*****************************************************************testimonial***************************************************/
.testimonial{
	background:rgba(204, 204, 204, 0.22);
}
.no-border{
	border:none !important;
	border-radius:0px;
	background: none !important;
}
.text-info{
	color:#890705;
}
.carousel-indicators .active{ background: #31708f; } 
.content{ margin-top:0px; } 
.adjust1{ float:left; width:100%; margin-bottom:0; } 
.adjust2{ margin:0; } 
.carousel-indicators li{ border :1px solid #ccc; } 
.carousel-control{ color:#31708f; width:5%; } 
.carousel-control:hover, .carousel-control:focus{ color:#31708f; } 
.carousel-control.left, .carousel-control.right { background-image: none; } 
.media-object{ margin:auto; margin-top:15%;height:150px; }
@media screen and (max-width: 768px) { .media-object{ margin-top:0; } }
/*****************************************************************testimonial***************************************************/
.index-btm-add{
	background:#333;
	color:#fff;
}
.border-right{
	border-right:2px solid #fff;
}
.photo-index h3{
	text-align:center;
	color:#890705;
}
.photo-index img{
	width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    background: #333;
}
.all-photos-btn{
	margin:10px 0px;
	text-align:center;
	display:block;
}
.all-photos-btn button{
	background: #a50000;
	border:0;
	color:#fff;
	padding:5px 10px;
}
footer{
	background:#000;
	color:#fff;
}
.address{
	margin:20px 0px;
	padding-right:20px;
}
.address h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.address p{
	font-size:15px;
	line-height:20px;
	margin-bottom:20px;
}
.address p:hover{
	color:#ccc;
}
.address p i{
	margin-right:10px;
	font-size: 20px;
}
.address a i{
	margin-right:10px;
	color:#fff;
	font-size: 25px;
}
.address a i:hover{
	color:#4e4e4e;
}
.form-footer input[type=email]{
	border: 0px;
    margin: 0px;
    border-radius: 0;
}
.form-footer button{
	border: 0px;
    margin: 0px;
    border-radius: 0;
	padding: 7px 10px;
}
.test-text{
	font-size:13px;
	line-height:19px;
}
.quick-link h3{
    font-size: 20px;
    margin-bottom: 20px;
}
.quick-link ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.quick-link ul li a{
	color:#fff;
}
.quick-link ul li a:hover{
	color:#4e4e4e;
}
.copyright-strip{
	border-top:1px solid #4e4e4e;
    margin-bottom: 20px;
	padding-top:20px;
}
.copyright-strip p{
	color:#4e4e4e;
}
.copyright-strip p img{
	height:20px;
}
.sitemap{
	text-align:right;
}
.top-image img{
	width:100%;
}
.content h3{
	font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #890705;
}
.content p{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	line-height:19px;
	text-align:justify;
    color: #4e4e4e;
}
.degrees{
	font-size: 14px;
    line-height: 30px;
}
.degrees img{
    height: 20px;
    margin-left: 10px;
}
.services-content h3{
	font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: #890705;
}
.services-content p{
	font-family: 'Roboto', sans-serif;
    font-size: 13px;
	line-height:19px;
	text-align:justify;
    color: #4e4e4e;
}
.address-contact h3{
    color: #890705;
}
.heading{
    color: #890705;
}
.address-contact p{
	font-size:13px;
	line-height:21px;
}
.address-contact p i{
	margin-right:10px;
}