
@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
 

}
a:focus {
	outline: none !important;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
ul {
	list-style: none;
}
.clear
{
	clear:both;
}
input,button,select,textarea:focus
{
	outline:none !important;
}
.btn:focus
{
	outline:none !important;
}
.navbar
{
	min-height: 0 !important;
}



/*font-family: 'Lobster Two', cursive;
font-family: 'Domine', serif;
font-family: 'Playball', cursive;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Cuprum', sans-serif;
font-family: 'Pacifico', cursive;
font-family: 'PT Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Muli', sans-serif;
font-family: 'Cinzel', serif;
*/

h1,h2,h3,h4,h5,h6,p,a,label,li,strong,b,small,button,input
{
}


.form-control::-moz-placeholder
{
	font-size:13px;
}

/* push up code starts
<div class="container">
<div class="row">
<div class="col-md-12">
<center>
<div id="back-top" class="uparrow" style="display: block;">
<a href="#top" title="Go to the top of the page">
<i class="fa fa-arrow-up"></i>
</a>
</div>
</center>
</div>
</div>
</div>
push up code ends
*/
 


/*push up style starts*/

#back-top {
    bottom: 30px;
    position: fixed;
    right: 20px;
    z-index: 99;
}

#back-top a {
    background: rgb(237, 28, 36) none repeat scroll 0 0;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 1000px;
    color: rgb(255, 255, 255);
    display: block;
 
    height: 45px;
 
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.2s ease 0s;
    width: 45px;
}
#back-top a:hover {
    background: rgb(85, 81, 81) none repeat scroll 0 0;
    color: rgb(241, 124, 104);
}
#back-top .fa {
    font-size: 35px;
    font-weight: 700;
}

/*push up style ends*/
 

.header h4
{
	font-family: 'Open Sans', sans-serif;
	/*color:#E60000;*/
	text-align:center;
	font-size:30px;
}
.header .highlight-txt
{
	margin:50px 0 0;
}

.highlight-txt2
{
	color:#E60000;
	text-align:center;
}

.call-bar 
{
	float:right;
	 margin: 50px 0 15px 50px;
}
.call-bar .fa
{
	font-size:26px;
	color:#fcfcfc;
	background-color:#f54949;
	width:45px;
	height:45px;
	padding:10px 0;
	border-radius:4px;
	text-align:center;
	float:left;
}
.call-bar .detail
{
	text-align:left;
	margin: 0 0 0 60px;
 
}
.call-bar h5
{
	font-family: sans-serif;
	/*color:#232020;*/
	text-transform:capitalize;
	font-weight:700;
	margin-bottom:5px;
	margin-top:0px;
	font-size:18px;
}
.call-bar span
{
	/*color:#8d8b8b;*/
	/*font-family: 'Oswald', sans-serif;*/
	font-family:'Open Sans', sans-serif;
}

#navigation-bar
{
	background-color:#0694d2;
	/*margin:10px 0;*/
	/*position: fixed;*/
}
.navbar
{
	margin-bottom:0 !important;
	float:right;
	/*border:none !important;  ***** it was without border before facelift  - 11/11/2018 */

}
.navbar-inverse
{
	background-color:#0694d2 !important;
}
.navbar-inverse .navbar-toggle
{
	border:none !important;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
{
	background-color:transparent !important;
}

.navbar ul li a
{
	color:#fcfcfc;/*menu text color - white*/ 
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	transition: all 0.2s ease 0s;
	font-size:14px;
	border-radius: 5px; 
}

.navbar ul li a:hover, .navbar ul li a:focus, .navbar ul li a.active
{
	color:#0694d2;/*menu text color - active, hover, etc - blue*/ 
	background-color:#fff;
	transition: all 0.2s ease 0s;
	font-size:14px;
 
}
.nav-txt
{
	text-align:left;
}
.nav-txt span
{
	color:#fbfbfb;
	font-size:25px;
	font-style:italic;
	font-family: 'Open Sans', sans-serif;
	line-height:50px;
}

/*.nav-txt a:hover
{
	color:#fbfbfb;
	opacity:0.8;
}*/

#billboard
{
	   margin: 25px 0 0;
	
}

#carousel-example-generic
{
		padding:5px;
	background-color: #eeeeee;
}

 

.carousel-inner .item .text-box
{
	position:absolute;
	bottom:0;
	right:0;
	background-color: rgba(255, 255, 255, 0.8);
	height:100px;
	width:300px;
	padding:10px 10px;
	text-align:center;
}
.carousel-inner .item .text-box h4
{
	/*color:#605d5d;*/
	color:#605d5d;
	text-shadow: 1px 1px 2px rgb(255, 255, 255);
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	text-shadow: 1px 0 2px #fff;
	font-size:16px;
}

#carousel-example-generic .carousel-indicators {
    left:0;
    margin-left: 30px;;
    text-align:left;
    width: 100%;
	display:none;
}
#carousel-example-generic .carousel-indicators li
{
	background-color:#fff;
	border:none;
	width:12px;
	height:12px;
}
#carousel-example-generic .carousel-indicators li.active
{

	background-color:#8d8d8d;

}

ul.check li {
    color: black;
// red - color: #E60000;
        font-size: 18px;
//line-height: 20px;
        line-height: 24px;
	overflow: hidden;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-style:italic;
     padding: 0 20px 15px;
    // padding: 0 0 5px 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}


// ::before and ::after is to insert char before the line or after the line
ul.check li::before {
    color: #028ac5;
    content: "\f061";
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    left: 0;
    position: absolute;
    font-weight:600;
}

//
//



.border-line
{
	border-top:10px solid #e9e9e9;
	margin:40px 0 0;
}


.services-box 

{
	 margin: 30px 0;
	
}


.box-contents {
    box-shadow: 0 0 3px 3px;
    color: #f1f0f0;
	 padding: 15px 50px 20px;
	 position:relative;
	 margin:15px 0;
	 width:325px;
	 min-height:200px;
	
}
.services-box .box-contents h4
{

}

.services-box .box-contents h4 a
{
	color:#c8604c;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	 transition: all 0.3s ease 0s;
}

.services-box .box-contents h4 a:hover
{
	color:#808080;
	 transition: all 0.3s ease 0s;
}


.text-next-to-slider
{
	padding:3px 3px;
	background-color: #eeeeee;
}
.box-icons
{
   background-color: #e20707;
    border-radius: 100%;
    height: 78px;
    left: -40px;
    padding: 20px;
    position: absolute;
    top:20px; /*position of circule from box top end*/
    text-align: center;
    width: 78px;
	  transition: all 0.3s ease 0s;
	
}

.box-icons:hover
{
	background-color:#808080;
	  transition: all 0.3s ease 0s;
}

.services-box .box-contents p
{
	color:#333;
/*	color:#777777;*/
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:20px;
}


.learn-more
{
	font-size:16px;
	color:#676868;
	font-family: 'Oswald', sans-serif;
}

.learn-more:before
{
	color:#676868;
	content: "\f0a9";
	 font-family: 'FontAwesome';
	 margin-right:7px;
	 font-size:16px;
}

.learn-more:hover:before
{
	color: #2a6496;
}

.home-texts
{
	margin:10px 0 30px;
}

.home-texts h3
{
	    color: #c8604c;
    font-family: "Oswald",sans-serif;
	margin:20px 0;
    
}

.home-texts h4
{
	    font-family: "Raleway",sans-serif;
  color: #028ac5;
    font-style: italic;
    font-weight: 600;
}
.home-texts h4 span
{
	color:#e20707;
}

.home-texts p
{
	font-size:16px;
	/*color:#676868;*/
	//color:#333;
	color:#000000
	font-family: 'Raleway', sans-serif;
	line-height:20px;
}

.home-texts p b
{
	font-size:16px;
}
.home-texts p span
{
	color:#e20707;
	font-size:16px;
}
.list-group li
{

	font-size:16px;
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	padding: 0 0 5px 30px;
	position: relative;
	transition: all 0.3s ease 0s;
}

.list-group li:before
{
    font-family: "FontAwesome";
	content: "\f00c";
	left: 0;
	position: absolute;
	font-size:11px;
	top:7px;
}
.logo-slider
{
	background-color:#dbdbdb;
	text-align:center;

}


.logo-slider .ca-item-main
{
	padding:25px 10px 25px 10px;
}

.logo-slider .ca-item-main2
{
	padding:54px 10px 25px 10px;
}

.logo-slider .ca-item-main3
{
	padding:45px 10px 25px 10px;
}


.footer
{
	background-color:#242323;
	padding: 10px 0 10px;
}
.footer h4
{
	color:#cac0c0;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	margin:30px 0;
}

.footer p
{
	font-size:16px;
	color:#aaa9a9;
	font-family: 'Open Sans', sans-serif;
	line-height:20px;
}
.footer-form .form-control
{
	background-color:#4c4c4c;
	border:none;
	border-radius:0;
	color:#aaa9a9;
	font-size:16px;
}

.footer-form .form-control:focus
{
 
	box-shadow:none;
}

.footer-form .form-control::-moz-placeholder
{
	color:#111111;
	font-size:12px;
	font-family: 'Oswald', sans-serif;
	
}

.footer-form textarea.form-control
{
	resize:none;
}
.contact-information .info
{
	padding:0 0 15px;
}
.contact-information .fa {
    color: #8a8a8a;
    float: left;
    margin-right: 12px;
    margin-top: 2px;
	font-size:16px;
}
.contact-information .fa-mobile
{
	font-size:20px;
}

.contact-information .detail
{
	overflow:hidden;
}

.contact-information .detail span, .contact-information .detail span a
{
	font-family: 'Lato', sans-serif;
	color:#8a8a8a;
	font-size:16px;
	   transition: all 0.3s ease 0s;
	 
}
.contact-information .detail span a:hover
{
	 color: #428bca;
	    transition: all 0.3s ease 0s;
	 
}
.footer .more-link
{
	font-family: 'Oswald', sans-serif;
	color:#bf3333;
	font-size:16px;
	transition: all 0.3s ease 0s;
}

.footer .more-link:hover
{
	opacity:0.6;
	transition: all 0.3s ease 0s;
}

.about-us-txts, .footer-form, .contact-information
{
	min-height:150px;
	 margin: 0 0 20px;
}

.copy-right {
    background-color: #212021;
    /*padding: 10px 0;*/
    text-align: center;
}

.copy-right h6 {
    color: #929191;
	font-size:15px;
	font-family: 'Oswald', sans-serif;
}

h1.page-title {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #c4c4c4;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    color: #808080;
    font-size: 30px;
    font-weight: 700;
	margin:10px 0;
    padding: 10px;
	font-family: "Cinzel",serif;
}

.services-list ul li
{
	margin:10px 0;
}

.services-list ul li a
{
	color: #c8604c;
    font-family: "Oswald",sans-serif;
    font-size: 16px;
    transition: all 0.3s ease 0s;
}


.services-list ul li a:hover {
    color: #808080;
    transition: all 0.3s ease 0s;
}
.flt-right
{
	float:right;
 
}

.map {
 
    margin-bottom: 15px;
    padding: 10px;
}
.map iframe {
    height: 310px;
    width: 100%;
}
.contact-details span
{
	   color: #8a8a8a;
    font-family: "Lato",sans-serif;
    font-size: 16px;
	display:block;
}

.main-contact-form .btn-group
{
	margin:10px 0;
}

.captcha
{
	margin:10px 0 0 0;
}

.main-contact-form .btn-primary 
{
	background-color:#c8604c;
		color:#fff;
 font-family: "Lato",sans-serif;
	 margin-right:10px;
	 font-size:16px;
	 border:none;
	 border-radius:0;
	 font-weight:700;
}

.individual-icons
{
	background-color: #e20707;
    border-radius: 100%;
    height: 78px;
    padding: 25px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -20px;
    transition: all 0.3s ease 0s;
    width: 78px;
}

.z-tabs.silver > ul > li > a
{
    background-color: #0694d2 !important;
	background-image:none !important;
    color: #ffffff !important;
	font-weight:700 !important;
	text-shadow:none !important;
	font-size:16px !important;
}


.z-tabs.silver > ul > li.z-active > a {

	
	background-color: #ffffff !important;
    color:#0694d2  !important;
    font-weight: 700 !important;
	text-shadow:none !important;
  
}

/***************************changes later*************************/

.footer-form .btn-group {
    margin: 10px 0;
}

.footer-form .btn-primary {
    background-color:#bf3333;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
}
