/*** slider css start ***/
#home-slider .caption h1 span 
{
    color: #ff6633;
}
#home-slider:hover .left-control:hover 
{
    background-color: #ff6633;
	border-color: #ff6633;
}
#home-slider:hover .right-control:hover 
{
    background-color: #ff6633;
	border-color: #ff6633;
}
#home-slider .caption .btn:hover 
{
    background-color: #ff6633;
	border: 1px solid #fff;
}
.preloader
{
	color: #ff6633;
}
/*** slider css end ***/


/**********************
/*** nav css start ***/
header .main-nav
{
	background-color: darkgray;
}
/*** nav css end ***/
/**********************/


/**********************
/*** nav css start ***/
#about-us p
{
	text-align: justify;
}
/*** nav css end ***/
/**********************/


/**********************
/*** services css start ***/
.our-services .service-icon 
{
        background-color: darkgray;
}
.our-services .col-sm-4:hover .service-icon 
{
        background-color: #ff6633;
}
/*** services css end ***/
/**********************/

/**********************
/*** portfolio css start ***/
#portfolio 
{
    padding-bottom: 0px;
}
#portfolio .folio-link
{
	display: none;
}
/*** portfolio css end ***/
/**********************/

/*** pricing css start ***/
#pricing .table-hover>tbody>tr:hover 
{
    background-color: #a9a9a9;
}
#pricing thead
{
	font-size: 25px;
}
#pricing thead th
{
	text-align: center;
	color: #000;
}
#pricing thead tr
{
	background-color: #ff6633;
}
#pricing tbody td
{
	font-size: 20px;
	    color: #000;
}
/*** pricing css end***/

/*** footer css start ***/
#footer
{
	background-color: #fff;
}
#contact .heading
{
	padding-bottom: 30px;
}
#contact ul.address li
{
	font-size: 15px;
}
#contact .address a:hover
{
	color: #ee7b42;
}
 #footer .footer-bottom
 {
	border-top: 1px solid #a9a9a9;
 } 
 #footer .footer-bottom p
 {
	color: #000;
 } 
 #footer .footer-bottom p span
 {
	color: #ee7b42;
 } 
 #footer .footer-bottom  a
 {
	 color: #9f1b1f;
 }
/*** footer css end ***/

/* lg */ 
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
 	
}

/* xs */
@media (max-width: 767px) 
{
	.navbar-brand img
	{
		height: 100px;
		width: 100px;
	}	
}

/* XS Portrait */
@media (max-width: 479px) {
  
	
}

