@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;
	/* background-image: url(../images/bg1.jpg); */
}
a, a:hover, a:focus, a:visited, a:active{
	outline: none !important;
}
.page-content-section p{
	line-height: 1.8;
	color: #3f130a;
}
.whatsappWidget {
    height: 5.7em;
    width: 3.7em;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    display: table;
    z-index: 100;
    transition-property: top;
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
}

.widgetPosition-Bottom-Right {
    position: fixed;
    bottom: 20px;
    right: 15px;
}
.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;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    height: 84px;
    padding: 20px 0 0;
    font-size: 1.2em;
    line-height: 45px;
}
.navbar-brand span {
    display: block;
    font-size: .3em;
    line-height: 0.5;
    color:#FFDF00;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color:#FFFFFF;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: red;
    background: none;
    font-weight: 700;
}
.navbar-nav > li > a {
    padding:40px 0 0 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #151414;
}
.navbar-collapse {
    padding: 0;
    border-top: none;
    box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-right {
    float: left !important;
    margin-right: 0;
    margin-left: 5em;
}
.navbar-nav {
    float: none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.header-nav-container{
	position: relative;
	margin-bottom: 30px;
}
.header-nav-container .header-logo-box{
	width: 300px;
	position: absolute;
	padding: 5px 0px;
}
.header-nav-container .header-logo-box img{
	width: 100%;
	height: auto;
}
.header-nav-container .main-nav-container{
	margin-left: 330px;
	background: #f15f2a;
	color: #fff;
	border-radius: 0px 30px 0px 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: #1b1a1a;
	text-transform: uppercase;
	font-size: 25px;
}

.heading-container{
	background: #f15f2a;
	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: rgba(35, 34, 34, 0.57);
	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: #f15f2a;
	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: #fff;
	font-weight: 900;
}

.welcome {
    padding: 2em 0;
}
.welcome h3 {
    color: #000;
    font-family: sans-serif;
    margin: 0;
    font-size: 2em;
    margin-left: 15px;
    padding-left: 0.7em;
    position: relative;
}
.txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 35px;
    text-align: justify;
    color: #555;
}
.btn {
    background: #f15f2a;
    /* width: 150px; */
    height: 40px;
    line-height: 25px;
   /* border: 2px solid #5;*/
    border-radius: 20px;
}
.btn a {
    color: #fff;
    font-size: 16px;
}
.main-footer{
	margin-top: 30px;
	/* background: #000; */
	color: #f5f5f5;
	position: relative;
	/*background-image:  (../images/footerbg.jpg);*/
	background-image:  url(../images/footerbg.jpg);
}
.main-footer .footer-top{
	padding: 30px 0px;
}
.main-footer .footer-bottom{
	background:#f15f2a;
	text-align: center;
	padding: 15px 0px;
}
.footer-title{
	margin-top: 0px;
	color: #f15f2a;
	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: #f5f5f5;
}
.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: #ffe4b7;
	border-radius: 20px;
	padding: 7px 5px;
	padding-right: 10px;
	font-weight: bold;
	color: #3f130a;
}
.icon-box-icon{
	border-radius: 30px;
	background: #f15f2a;
	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: #fff;
  height: 50px;
  vertical-align: top;
  margin: 0px auto;
  line-height: 50px;
  padding: 0px 40px;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  color: #131212;
  border-radius: 30px 30px 0px 0px;
}
.page-content-section{
	position: relative;
	/* padding: 50px 0px; */
}
.section-main-title{
	font-family: "Yesteryear";
	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: #531c11;
	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(225,135,35,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: #3f130a;
}
.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-#f15f2a{
	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;
	/* background:  #fff; */
}

.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;
	height:  300px;
}
.service-header.serv-head-bg2{
	background: url(../images/service-header-bg-2.jpg) center center no-repeat;
	background-size: cover;
	height:  300px;
}
.service-header.serv-head-bg3{
	background: url(../images/service-header-bg-3.jpg) center center no-repeat;
	background-size: cover;
	height:  300px;
}
.service-header.serv-head-bg4{
	background: url(../images/service-header-bg-4.jpg) center center no-repeat;
	background-size: cover;
	height:  300px;
}
.service-header.serv-head-bg5{
	background: url(../images/service-header-bg-5.jpg) center center no-repeat;
	background-size: cover;
}
.service-header.serv-head-bgs{
	background: url(../images/menubg.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: #f15f2a;
	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: #e18722; 
	float: left;
	padding: 15px;
	border-radius: 0px 0px 0px 30px;
	color: #fff;
}
.top-bg1 {
    background-color: #3bc53b;
    border: 1px solid #3bc53b;
}
.top-bg1 {
    background-image: url(../images/clouds1.png);
    background-repeat: repeat-x;
    background-position: left top;
    margin: 0px;
}
.design_marright {
    margin-right: 20px;
}
h1 {
font-size: 29px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0px 0px 5px 8px;
    margin: 0px;
    letter-spacing: 2px;
}
.pat-bottomleft {
    background-image: url(../images/pattern-bottomleft.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 5px;
    width: 7px;
    margin: 0px 0px 0px 1px;
    float: left;
}
.pat-bottomright {
    background-image: url(../images/pattern-bottomright.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 5px;
    width: 7px;
    float: right;
}
.content_pat_bg {
    background: url(../images/patterns/cards/fabric_plaid.png) left top repeat;
    margin: 0px 7px;
    padding: 32px 35px 40px 35px;
    webkit-box-shadow: 0px 3px 20px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 3px 20px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 3px 20px rgba(50, 50, 50, 0.2);
    background-color: #f1f1f1;
}
.tag {
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    color: #919090;
    line-height: 30px;
    padding-bottom: 40px;
    font-weight: 300;
}
.tag span {
    color: #727272;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.green_bg {
    background-color: #3bc53b;
}
.green_bg {
    height: 45px;
}
h3 {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.white_bg {
    background: #f7f7f7 left top repeat;
    padding: 20px;
    min-height: 275px;
    height: auto;
}
.white_bg {
    background: #f7f7f7 left top repeat;
    padding: 20px;
    min-height: 275px;
    height: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
	#foot
{
	display: none;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {	
	#foot
{
	display: none;
}


}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	#foot
{
	display: none;
}

}
@media only screen and (min-width: 0px) and (max-width: 767px) {

#foot
{
	position: fixed;
    bottom: 0px;
    width: 100%;
}