@charset "utf-8"; /****   Developed by https://www.freetimelearning.com/    *****/
/* CSS Document */
/* (#) means ID Based */
/* (.) means class Based */
*{
	margin-left:auto;
	margin-right:auto;
}
.row{ margin:0px;}
body{
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
	margin:0px;
	}
.clearfix{ clear:both;}
#wrapper{ 
	width:1022px; 
	margin:0px auto; 
	background:#FFF; 
	border:1px solid #CCC;
}
.m10_0{ margin:10px auto;} .m20_0{ margin:20px auto;} .m30_0{ margin:30px auto;} .m40_0{ margin:40px auto;} .m50_0{ margin:50px auto;}
@media only screen and (min-width:320px) and (max-width:480px){ #wrapper{ width:375px;} }
@media only screen and (min-width:600px) and (max-width:768px){#wrapper{ width:768px;} }

/********* Start Header Top ***********/
.header-top{padding:5px 22px; background:#d85600;	}
.header-top-btn{ 
	background:#993d00; color:#FFF; padding:5px 15px; border-radius:2px; font-size:13px;
	cursor:pointer; border:1px solid #993d00; text-decoration:none;
}	
.header-top-btn:hover{background: #6B2727;color:#FFF;}	
/********* End Header Top ***********/

/********* Start Header Bottom ***********/
.header-bottom{padding:10px 0; background:#fff0e5;}
.search{ padding:12px 15px; border-radius:2px; height:40px; margin-top:35px;}
.search_btn{ background:#d85600; color:#FFF; padding:12px 15px; border-radius:2px;  margin-top:35px;}
.search_btn:active, .search_btn:focus, .search_btn:hover{ background:#6B2727; color:#FFF;}
.btn:focus{ outline:none !important;}
.social-links{float:left; padding-top:40px; padding-left:20px;}
.social-links ul{ list-style:none;}
.social-links ul li{ float:left; padding:0px 10px;}
@media only screen and (min-width:320px) and (max-width:480px){
	.search{ margin-top:10px;}
	.search_btn{ margin-top:10px;}
	.social-links{padding-bottom:10px;}
}
@media only screen and (min-width:600px) and (max-width:768px){.social-links ul li{ padding:0px 7px;} }
/********* Start Header Bottom ***********/


/*********** Start Menu **********/
.navbar-default{ 
	border-radius:2px; 
	background:#CCC; 
	margin-bottom:0px; 
}
.navbar-default ul{ padding:7px 0px 0px;}
.navbar-default .navbar-nav>li>a{ 
	color:#000; 
	text-align:center; 
	padding:7px 47px; 
	font-size:14px; 
	font-weight:600;
	text-transform:uppercase;
}
.navbar-default .navbar-nav>li>a:hover{ background:#d85600; color:#FFF; border-radius:2px;}
@media only screen and (min-width:600px) and (max-width:768px){
	.navbar-default .navbar-nav>li>a{padding:7px 25px; }
	}
/*********** End Menu **********/

/****** Start Content **********/
.header-font{ font-size:24px; color:#000; text-align:center; padding:20px 0px 5px; font-weight:600;}
.header-font-border{ border-bottom:2px solid #333; text-align:center; width:100px; margin-bottom:20px;}
.font-17{ font-size:17px; font-weight:600; color:#000; padding:10px 0px;}
.content-text{ width:93%; margin:10x auto !important; font-size:11pt; color:#666; line-height:24px;}

/****** Start Content **********/

/****** Start Testimonials *****/
.testimonials{ background:#EEE; padding:10px 0px 30px;}
.testimonials-parts{background:#fff0e5; color:#000; line-height:26px; font-size:17px; margin-top:30px;}
/****** End Testimonials ********/

/******* Start Our Clients **********/
.our-clients-list{ list-style:none; float:left;}
.our-clients-list ul{ list-style:none;}
.our-clients-list ul li{ float:left; padding:0px 16px;}
@media only screen and (min-width:320px) and (max-width:480px){.our-clients-list ul li{ float:left; padding:0px 22%;}}
/******* End Our Cliets **********/


/****** Start Footer ********/
.footer{color:#FFF; background:#d85600; padding:20px 0px 10px; margin-top:20px;}
.footer-heading{ font-size:16px; font-weight:600; padding:5px 0px 15px;}
.footer-right{padding:0px 2px; margin-top:-7px;} 
.footer-right ul{ list-style:none; padding:0px;}
.footer-right ul li{ font-size:14px; padding:5px 0px;}
.footer-right ul li a{ text-decoration:none; color:#FFF;}
.footer-right ul li a:hover{ color:#999;} 

.footer_bottom{ color:#FFF;}
.footer_bottom a{ color:#FFF; text-decoration:none;}
.footer_bottom a:hover{ color:#CCC;}
/****** End Footer ********/