@import url(https://fonts.googleapis.com/css?family=Lato:400,900,300);
@import url(https://fonts.googleapis.com/css?family=Yesteryear);
body{
	background: #fffde9;
	font-family: 'Lato';
	font-family: 'Lato', sans-serif;
}
a, a:hover, a:focus, a:visited, a:active{
	outline: none !important;
}
.page-content-section p{
	line-height: 1.8;
	color: #3f130a;
}
.width-full{
	width: 100%;
	height: auto;
}
.main-header-container{
	/* background: url(../images/header-bg.png) bottom right; */
	position: absolute;
	width: 100%;
	z-index: 0px;
	height: 300px;
}
.main-header{
	display: block;
}
.main-header .header-top{
	margin: 10px 0px;
}
.header-nav-container{
	position: relative;
	margin-bottom: 30px;
}
.header-nav-container .header-logo-box{
	width: 300px;
	position: absolute;
	padding: 0px 20px;
}
.header-nav-container .header-logo-box img{
	width: 100%;
	height: auto;
}
.header-nav-container .main-nav-container{
	margin-left: 330px;
	background: #0b2404;
	color: #fff;
	border-radius: 30px 30px 30px 30px;
	height: 60px;
	position: relative;
	padding: 0px 20px;
	text-align: center;
}
.header-nav-container .main-nav-container:before{
	width: 30px;
	height: 30px;
	/* background: url(../images/curve-leftout-dark.png); */
	content: " ";
	position: absolute;
	display: block;
	left: -30px;
	top: 0px;
}
.header-nav-container .main-nav-container:after{
	width: 30px;
	height: 30px;
	/* background: url(../images/curve-leftout-dark.png); */
	content: " ";
	position: absolute;
	display: block;
	right: 0px;
	bottom: -30px;
}
.main-nav{
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
.main-nav > li{
	list-style: none;
	display: inline-block;
	margin: 20px 10px;
}
.main-nav > li > a{
	padding: 5px 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight:bold;
	color: #fffde9;
	text-decoration: none;
	transition: 0.3s all
}
.main-nav > li > a:hover, .main-nav > li.open > a{
	color: #f89f32;
}
.get-quote-box{
	text-align: center;
}
.quick-form-container{
	background: #ffe4b7;
	padding: 30px;
	border-radius: 30px 0px 30px 30px;
	position: relative; 
}
.quick-form-container:before{
	background: url(../images/curve-leftout-light.png);
	position: absolute;
	content: ' ';
	display: block;
	width: 30px;
	height: 30px;
	top:-30px;
	right: 0px;
}
.quick-form-container .form-group{
	margin-bottom: 15px;
}
.quick-form-container .form-group:last-child{
	margin: 0px;
}
.form-control{
	border-radius: 20px;
	outline: none;
	box-shadow: none !important;
	border: 0px;
	height: auto;
	padding: 12px 20px;
}
.btn{
	outline: none;
	box-shadow: none;
	border:0px;
	border-radius: 20px;
	padding: 12px 25px;
	text-transform: uppercase;
	font-weight: bold;
}
.btn-orange{
	background: #e18722;
	color: #fff;
}
.btn-orange:hover{
	background: #f6911f;
	color: #fff;
}
.main-banner-section{
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}
.section-title{
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: bold;
	color: #3f130a;
	/* text-transform: uppercase; */
	font-size: 25px;
}

.heading-container{
	background: #0b2404;
	height: 50px;
	/* border-radius: 30px; */
	margin: 30px 0px;
	position: relative;
	text-align: center;
}
.heading-container h3{
	display: inline-block;
	background: #fff;
	height: 50px;
	vertical-align: top;
	margin: 0px auto;
	line-height: 50px;
	padding: 0px 40px;
	text-transform: uppercase;
	font-weight: 900;
	position: relative;
	color: #e18722;
	border-radius: 30px 30px 0px 0px;
}
.heading-container h3:before{
	/* background: url(../images/curve-leftout-white.png);
	width: 30px; */
	height: 30px;
	content: " ";
	position: absolute;
	left: -29px;
	bottom: 0px;
}
.heading-container h3:after{
	/* background: url(../images/curve-rightout-white.png);
	width: 30px; */
	height: 30px;
	content: " ";
	position: absolute;
	right: -29px;
	bottom: 0px;
}
.heading-nav{
	position: absolute;
	width: 100%;
	top: 5px;
	left: 5px;
}
.heading-nav .heading-nav-prev{
	border-radius: 30px;
	background: #ffe4b7;
	color: #e18722;
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	font-size: 20px;
	line-height: 40px;
	cursor: pointer;
	left: 0px;
}
.heading-nav .heading-nav-next{
	border-radius: 30px;
	background: #ffe4b7;
	color: #e18722;
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	font-size: 20px;
	line-height: 40px;
	cursor: pointer;
	right: 10px;
}

.service-box{
	position: relative;
	display: block;
	/*margin-bottom: 30px;*/
}
.service-box .service-box-title{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 20px;
	background: #565012;
	color: #fff;
	padding-right: 30px;
	border-radius: 0px 30px 30px 0px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.service-slider{
	margin-bottom: 40px;
}
.service-slider .item{
	padding: 10px;
}

.section-title-container{
	display: block;
	position: relative;
	height: 50px;
	margin-bottom: 20px;
	/*background: #ddd;*/
}
.section-title-container:after{
	display: block;
	content: " ";
	clear: both;
}
.section-title-container .title-icon-box{
	background: #3f130a;
	display: inline-block;
	position: absolute;
	padding: 10px;
	left: 0px;
	width: 50px;
	height: 50px;
	border-radius: 40px 0px 40px 40px;
}
.section-title-container .title-icon-box:after{
	width: 30px;
	height: 30px;
	content: " ";
	background: url(../images/curve-rightout-dark.png);
	position: absolute;
	right: -30px;
	top: 0px;
}
.section-title-container .title-icon-box img{
	width: 100%;
}
.section-title-container .section-title{
	padding-left: 70px;
	line-height: 50px;
	color: #e18722;
	font-weight: 900;
}


.main-footer{
	margin-top: 30px;
	background: #0b2404;
	color: #e18722;
	position: relative;
}
.main-footer .footer-top{
	padding: 30px 0px;
	    background-color: black;
}
.main-footer .footer-bottom{
	background: #111c0e;
	text-align: center;
	padding: 15px 0px;
}
.footer-title{
	margin-top: 0px;
	color: #fff;
	font-weight: 800;
	font-size: 30px;
}
.main-footer .footer-link{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
.main-footer .footer-link-list{
	list-style: none;
	padding: 0px;
}
.main-footer .footer-link-list li{
	padding: 5px 0px;
}
.main-footer .footer-link-list li a{
	color: #bd9a93;
}
.footer-social a{
	margin: 5px;
}
.tick-list{
	padding: 0px;
	list-style: none;
	margin: 0px;
}
.tick-list li{
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 25px;
	background: url(../images/ico-tick.png) no-repeat left 3px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #3f130a;
}
.tick-list li a{
	color: #3f130a;
	text-decoration: none;
}
.tick-list li a:hover{
	color: #e18722;
}

.btn-icon-cont {
	position: relative;
	padding-right: 50px;
}
.btn-icon-cont .btn-icon{
	background: #3f130a;
	color: #ffe4b7;
	display: inline-block;
	position: absolute;
	height: 32px;
	width: 32px;
	top: 6px;
	right: 5px;
	border-radius: 50%;
	line-height: 32px;
}

.testimonial-box{
	display: block;
	position: relative;
	margin: 10px;
}
.testimonial-content{
	padding: 15px;
	border-radius: 5px;
	background: #ffe4b7;
	position: relative;
	display: block;
}
.testimonial-content:after{
	width: 0; 
	height: 0; 
	border-left: 00px solid transparent;
	border-right: 35px solid transparent;
	border-top: 40px solid #ffe4b7;
	content: " ";
	display: block;
	position: absolute;
	bottom:-40px;
	right: 30px; 
}
.testimonial-author{
	text-align: right;
	padding-right: 80px;
}
.testimonial-author h4{
	margin-bottom: 0px;
	font-weight: bold;
	color: #3f130a;
}
.testimonial-author h5{
	font-weight: bold;
	color: #e18722;
	margin: 0px;
}
.icon-text-box{
	display: inline-block;
     position: relative;
    background: #0c0c22;
    border-radius: 20px;
    padding: 7px 5px;
    font-weight: bold;
    color: #ffe2c1;
}
.icon-box-icon{
	    border-radius: 30px;
    background: #5e8130;
    color: #ffffff;
	padding: 5px;
	margin-right: 5px;
}

.main-nav-toogle{
	font-size: 28px;
	color: #fff;
	padding: 2px 17px;
	display: inline-block;
	background: #ffe4b7;
	color: #e18722;
	margin: 8px;
	border-radius: 5px;
	cursor: pointer;
}

.main-nav-toogle:hover{
	background: #fcebcf;
	color: #e18722;
}
.heading-container h3 {
  display: inline-block;
  background: #0b2404;
  height: 50px;
  vertical-align: top;
  margin: 0px auto;
  line-height: 50px;
  padding: 0px 40px;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  color: #ffffff;
  /* border-radius: 30px 30px 0px 0px; */
}
.page-content-section{
	position: relative;
	padding: 50px 0px;
}
.section-main-title{
	font-family: serif;
	font-size: 50px;
	margin-top: 0px;
	color: #f7972b;
}

.panel-menu{
	background: #ffe4b7;
	border:0px;
	border-radius: 20px 20px 20px 20px !important;
	display: block;
	margin-bottom: 10px !important;
}
.panel-menu .panel-heading{
	background: #0b2404;
    padding: 0px;
    color: #fff;
    transition: 0.3s all;
    border-radius: 0px;
    position: relative;
    /* border-radius: 20px 20px 20px 20px; */
    box-shadow: 0px 3px 0px rgba(90, 255, 5, 0.8);
}
.panel-menu .panel-heading .panel-head-icon{
	position: absolute;
	right: 3px;
	top: 3px;
	background: #e18722;
	padding: 10px;
	border-radius: 30px 30px 30px 30px;
}
.panel-menu .panel-heading:hover{
	background: #606600;
}
.panel-menu .panel-heading a{
	padding: 13px 15px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #ffe4b7;
}
.panel-menu .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #ddd;
}
.panel-menu .panel-body{
	padding: 20px;
}
.list-title{
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 15px;
}
.menu-list{
	padding-left: 17px;
	margin-bottom: 20px;
}
.menu-list li{
	margin:4px 0px;
	color: #3f130a;
}
.menu-list.no-bullet{
	list-style: none;
	padding: 0px;
}
.menu-list.no-bullet li{
	margin: 4px 0px;
}
.color-green{
	color: #00a651;
}
.color-red{
	color: #ed1c24;
}
.color-orange{
	color: #e18722;
}




.gal-thumbs a{
  width: 25%;
  margin: 0px;
  float: left;
  padding: 5px;
}
.gal-thumbs a img{
  width: 100%;
  max-width: 300px;
  max-height: 200px;
}
.contact-form .form-control{
	background: #ffe4b7;
}

.main-link{
	color: #3f130a;
	font-weight: bold;
	text-decoration: underline;
}
.main-link:hover{
	color: #e18722;
}
.about-page-section{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.main-header .dropdown-menu{
	/*border-radius: 20px;*/
	/*padding: 20px 0px;*/
	overflow: hidden;
	border: 0px;
	margin-top: 15px;
	background: #ffe4b7;
	min-width: 180px;
	position: absolute;
	overflow: visible;
}
.main-header .dropdown-menu:before{
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffe4b7;
	content: " ";
	display: block;
	position: absolute;
	top: -10px;
	left: 10px;
	/*margin-top: -10px;*/
}
.main-header .dropdown-menu li a{
	padding: 7px 20px;
}
.main-header .dropdown-menu li a:hover{
	background: #3f130a;
	color: #fff;

}
.service-header{
	padding: 60px 30px;
	border-radius: 25px;
	background: rgba(0,0,0,.2);
	position: relative;
	box-shadow: 0px 0px 150px rgba(0,0,0,0.2) inset;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	margin-bottom: 20px;
}
.service-header h1{
	margin-top: 0px;
	font-weight: 800;
	color:#fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 40px;
}
.service-header h3{
	margin-bottom: 0px;
	color: #ff9f34;
	font-weight: bold;
	margin-top: 10px;
}
.service-header.serv-head-bg1{
	background: url(../images/service-header-bg-1.jpg) center center no-repeat;
	background-size: cover;
}
.service-header.serv-head-bg2{
	background: url(../images/service-header-bg-2.jpg) center center no-repeat;
	background-size: cover;
}
.service-header.serv-head-bg3{
	background: url(../images/service-header-bg-3.jpg) center center no-repeat;
	background-size: cover;
}
.service-header.serv-head-bg4{
	background: url(../images/service-header-bg-4.jpg) center center no-repeat;
	background-size: cover;
}
.service-header.serv-head-bg5{
	background: url(../images/service-header-bg-5.jpg) center center no-repeat;
	background-size: cover;
}
.service-header.serv-head-bg6{
	background: url(../images/experience-header-bg-4.jpg) center center no-repeat;
	background-size: cover;
}
.service-image{
	border-radius: 30px;
}

.services-list{
	list-style: none;
	padding: 0px;
}
.services-list li{
	margin: 7px 0px;
}
.services-list li a{
	font-weight: bold;
	color: #3f130a;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
}
.services-list li a:hover{
	
}
.services-list li a i{
	margin-right: 5px;
}


.main-banner-section .owl-controls{
	position: absolute;
	top: 0px;
	right: 15px;
}
label.error{
	font-weight: normal;
	font-size: 12px;
	color: red;
	margin-bottom: 0;
}

.sticky-side{
	position: fixed;
	z-index: 99;
	top: 50%;
	right: -220px;
	margin-top: -110px;
	transition: 0.5s all;
}
.sticky-side:hover{
	right: 0px;
}
.blockquote{
	font-size: 20px;
	font-weight: bold;
	color: #e18722;
}
.side-sticky-title{
	float: left;
	margin-top: -1px;
}
.side-sticky-content{
	width: 220px;
	text-align: justify;
	background: #33426a; 
	float: left;
	padding: 15px;
	border-radius: 0px 0px 0px 30px;
	color: #fff;
}