@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}
html {
	font-size: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
label {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	max-width: 100%;
}
ol, ul {
	list-style: none;
}
:focus {
	outline: 0;
}
a, a:link {
	text-decoration: none;
	outline: none;
}
figure {
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	padding: 2px 0;
}
.clear {
	clear: both;
}
body {
	margin: 0 !important;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	color: #000;
	background: #faf9f9;
}
header {
	width: 100%;
	float: left;
	padding:20px 0 0;
}
.navigation {
	padding: 0 10px;
}
.navigation a.navbar-brand {
	padding: 0;
}
.navbar-toggler-icon i {
	color: #8a4d1e;
	font-size: 30px;
}
.navigation ul {
}
.navigation ul li {
	font-size: 16px;
	color: #262626;
	display: inline-block;	
	text-align: right;
	line-height:60px;
}
.navigation ul li a {
	color: #262626;
	font-weight:300;
	padding: 0 30px;
	display: inline-block;
}
.navigation ul li a:hover {
	color: #8a4d1e;
}
.navigation ul li a.active{
	color: #8a4d1e;
	font-weight:300;
}
.slider-sec{
	width:100%;
	float:left;
}
.second-sec{
	width:100%;
	float:left;
	padding-bottom:50px;
}
.second-sec h3{
	font-size:24px;
	font-weight:800;
	margin:50px 0 0;
}
.second-sec p{
	font-size:14px;
	color:#5e5e5e;
	line-height:30px;
	margin-top:40px;
}
a.learnmore{
	color: #fff;
	font-size: 14px;
	font-weight:300;
	text-decoration: none;
	display:block;
	background:#966036;
	line-height:59px;
	text-align:center;
	width:205px;
	border-radius:20px;
	margin-top:20px;
}
a.learnmore:hover{
	background:#000;
}
.white-sec{
	width:100%;
	float:left;
	padding:25px 0 45px;
	text-align:center;
	background:#fff;
}
.white-sec h3{
	font-weight:900;
	font-size:24px;
	color:#262626;
	text-transform:uppercase;
	margin-bottom:58px;
}
.white-sec h4{
	font-weight:800;
	font-size:16px;
	color:#121212;
	margin:12px 0 8px;
}
.white-sec p{
	font-size:14px;
	color:#5e5e5e;
	line-height:22px;
}
.why-caradox{
	width:100%;
	float:left;
	padding:90px 0;
	text-align:center;
}
.why-caradox h3{
	font-weight:900;
	font-size:24px;
	color:#262626;
	text-transform:uppercase;
	margin-bottom:80px;
}
.modal-dialog {
	max-width: 800px;
	margin: 30px auto;
}
.modal-body {
	position: relative;
	padding: 0px;
}
.close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}
.third-sec{
	width:100%;
	float:left;
	padding-bottom:55px;
}
.third-sec h3{
	font-weight:900;
	font-size:24px;
	color:#262626;
	margin:0 0 20px;
}
.third-sec p{
	font-size:14px;
	color:#5e5e5e;
	line-height:30px;
	margin-bottom:40px;
}
footer{
	width:100%;
	float:left;
}
.footer-sec{
	width:100%;
	float:left;
	background:url(../images/footerbg.png) left center no-repeat;
	border-top:#c2c2c2 solid 1px;
	padding:40px 0 65px;
}
.footer-sec h3{
	color:#5e5e5e;
	font-size:18px;
	font-weight:600;
	margin-bottom:27px;
}
.footer-sec p{
	font-size:14px;
	color:#5e5e5e;
	line-height:30px;
}
.footer-sec ul li{
	font-size:14px;
	color:#5e5e5e;
	margin-bottom:18px;
}
.footer-sec a{
	color:#5e5e5e;
}
.footer-sec a:hover{
	color:#966036;
}
.footer-sec strong{	
	color:#966036;
	font-weight:800;
}
.copyright-sec{
	margin:50px 0 0;
	font-size:14px;
	color:#5e5e5e;
}

/*===== BACK TO TOP =====*/

#back-to-top {
	position: fixed;
	bottom: 0;
	right: 20px;
	z-index: 999;
}
#back-to-top a {
	text-align: right;
	text-decoration: none;
	display: block;
	-moz-transition: color 1s;
	-webkit-transition: color 1s;
	-o-transition: color 1s;
}
#back-to-top a span {
	background: #d1d1d1;
	border-radius: 6px;
	display: block;
	margin-bottom: 5px;
	position: relative;
	top: 10px;
}