/* Arijs */


@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*
	font-family: 'Heebo', sans-serif;
*/

@import url('font-awesome.css');
@import url('simple-line-icons.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');



/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Heebo', sans-serif;
	font-size:16px;
	color:#1B1B1B;
	line-height:1.50em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#AF9B64;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Heebo', sans-serif;
	font-weight:normal;
	margin:0 0 15px;
	background:none;
	line-height:1.30em;
}

input,button,select,textarea{
	font-family: 'Heebo', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

p{
	position:relative;
	line-height:1.50em;
	margin-bottom:20px;	
}

.text{
	position:relative;
	line-height:1.50em;
	margin-bottom:0px;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1400px;
	padding:0px 20px;
	margin:0 auto;
}

.medium-container{
	position:static;
	max-width:1210px;
	padding:0px 20px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	padding-left: 279px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 30px;
	padding: 13px 40px;
	color: #1B1B1B;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #373A3C;
	background: #ffffff;
	border-radius: 0px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-one span{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-one:hover{
	color: #ffffff;
	background: #AF9B64;
	border-color: #AF9B64;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 24px;
	padding: 8px 40px;
	color: #ffffff;
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border: 2px solid #AF9B64;
	background: #AF9B64;
	border-radius: 0px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-two span{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-two:hover{
	color: #AF9B64;
	background: none;
	border-color: #AF9B64;
}

.btn-style-three{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	line-height: 24px;
	padding: 8px 30px;
	color: #1B1B1B;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #373A3C;
	background: #ffffff;
	border-radius: 0px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-three span{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-three:hover{
	color: #ffffff;
	background: #AF9B64;
	border-color: #AF9B64;
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#AF9B64;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f6f7f8;	
}

.no-bg{
	background:none;	
}

.text-uppercase{
	text-transform:uppercase;	
}

.grey-color{
	color:#333333 !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg); display: none;}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:46px;
	height:50px;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	line-height:50px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:3px;
	background:#231f20;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#AF9B64;
}

/*** 

====================================================================
				Default Styling
====================================================================

***/

table{
	position:relative;
    border-collapse: collapse;
    width: 100%;
	margin-bottom:20px;
}

table td,
table th{
    border: 1px solid #ddd;
    padding: 8px;
}

table tr:nth-child(even){background-color: #f2f2f2;}

table tr:hover{background-color: #dddddd;}

table th{
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0f6936;
    color: white;
}

ul{
	margin:0px 0px 20px 30px;	
}

ul li{
	list-style-type:disc;	
}

ol{
	margin:0px 0px 20px 30px;	
}

ol li{
	list-style-type:decimal;	
}

h1{
	font-size: 72px;
}
h2{
	font-size: 48px;
}
h3{
	font-size: 36px;
}
h4{
	font-size: 24px;
}
h5{
	font-size: 22px;
}
h6{
	font-size: 20px;
}



/*** 

====================================================================
	Default Form Style
====================================================================

***/

form{
	position:relative;
}

form .form-group{
	position:relative;
	margin-bottom:20px;
}

form .row .form-group{
	padding: 0 20px;
}

form .form-group .field-label{
	position:relative;
	display:block;
	font-size: 15px;
	font-weight: 500;
	color: #222222;
	line-height:24px;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
}

form .form-group .field-inner{
	position: relative;
	display: block;
}

form .form-group .error-text{
	position: absolute;
	right: 0;
	top: -36px;
	font-size: 13px;
	color: #D9534F;
	line-height: 24px;
}

form .instruction{
	position: relative;
	display: block;
	padding: 10px 0 5px;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

form .form-group .field-inner .icon{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	color: #CDCDCD;
	text-align: center;
	pointer-events: none;
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="file"],
form textarea,
form select{
	position:relative;
	display:block;
	width:100%;
	color:#383838;
	line-height:32px;
	padding:15px 20px;
	height:64px;
	font-size:16px;
	font-weight: 400;
	background:#ffffff;
	margin:0px;
	border-radius: 0;
	border:1px solid #E3E3E3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

form input[type="file"]{
	cursor: pointer;
	height: 64px;
}

form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor: pointer;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

form select option{
	text-indent: 20px;
	cursor: pointer;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus{
	border-color:#AF9B64;
}


form .error input[type="text"],
form .error input[type="password"],
form .error input[type="tel"],
form .error input[type="email"],
form .error input[type="search"],
form .error input[type="file"],
form .error select,
form .error textarea{
	border-color:#D9534F;
	color: #D9534F;
}

form textarea{
	height:270px;
	resize:none;
}

form button,
form input[type="submit"],
form .theme-btn{
	position:relative;
	display:inline-block;
	margin: 0;
}

form button:hover,
form input[type="submit"]:hover,
form .theme-btn:hover{
	
}

form ::-webkit-input-placeholder{color: #B2B2B2;}
form ::-moz-input-placeholder{color: #B2B2B2;}
form ::-ms-input-placeholder{color: #B2B2B2;}

form .radio-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
	min-width: 280px;
    margin-right: 10px;
}

form .radio-block input{
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
}

form .radio-block label{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}

form .check-block{
    position: relative;
    display: block;
	vertical-align: top;
    margin-bottom: 15px;
}

form .check-block input{
    position: absolute;
    left: 0;
    top: 6px;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}

form .check-block label{
    position: relative;
    display: block;
    padding-left: 40px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #B2B2B2;
    cursor: pointer;
}

form .check-block label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 20px;
	height: 20px;
	border: 1px solid #B2B2B2;
}

form .check-block input:checked+label:before{
	background: #ffffff;
	border-width: 7px;
	border-color: #AF9B64;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0;
	top:0;
	width:100%;
	padding:0px 0px;
	min-height: 74px;
	background:none;
	z-index:999;
}

.main-header ul,
.main-header ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-header .nav-toggler{
	position:relative;
	float:right;
	padding:27px 0px 0px;
	display: none;
}

.main-header .nav-toggler button{
	position:relative;
	width:40px;
	height:30px;
	line-height:30px;
	padding: 0px 0px;
	background:none;
	color:#ffffff;
	font-size:20px;
	margin:0px;
	border-radius:0px;
	outline: none !important;
}

.main-header .nav-toggler button img{
	height: 20px;
}

.main-header .header-upper{
	position:relative;
	left: 0;
	top: 0;
	width: 100%;
	padding:0px 0px;
	width:100%;
	min-height: 80px;
	background: #ffffff;
}

.main-header .main-box{
	position:relative;
	padding:0px;
	width:100%;
}

.main-header .main-box .logo-box{
	position:absolute;
	float:left;
	width: 160px;
	height: 134px;
	left: 50%;
	margin-left: -80px;
	top: 0px;
	padding:20px 5px 14px;
	background: #1b1b1b;
	z-index:10;
	display: none;
}

.main-header .main-box .logo-box .logo{
	position:relative;
	display:block;
	text-align: center;
}

.main-header .main-box .logo-box .logo img{
	position: relative;
	display:inline-block;
	max-height:100px;
	z-index: 5;
}

.main-header .top-info{
	position: relative;
	float: left;
	padding: 25px 0px;
}

.main-header .top-info ul li{
	position: relative;
	float: left;
	line-height: 30px;
	color: #7F7F7F;
	margin-right: 35px;
}

.main-header .top-info ul li .icon{
	position: relative;
	top: -2px;
	vertical-align: middle;
	padding-right: 10px;
}

.main-header .top-info ul li a{
	position: relative;
	color: #7F7F7F;
}

.main-header .top-info ul li a:hover{
	color: #AF9B64;
}

.main-header .call-box{
	position: absolute;
	right: 0;
	top: 30px;
	display: block;
	padding: 13px 30px;
	color: #ffffff;
	background: #af9b64;
}

.main-header .call-box .inner{
	position: relative;
	display: block;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	min-height: 54px;
	padding-left: 55px;
	color: #ffffff;
}

.main-header .call-box .icon{
	position: absolute;
	left: 0;
	top: 0;
}

.main-header .call-box .phone{
	position: relative;
	display: block;
	font-weight: 300;
	font-size: 34px;
	line-height: 36px;
}

.main-header .call-box .txt{
	position: relative;
	top: 2px;
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

body.visible-sidebar{
	overflow-y: hidden;
}

.menu-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9990;
    background: rgba(0,0,0,0.50);
	opacity:0;
	visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-sidebar .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 280px;
	height: 100%;
	background: #1B1B1B;
	padding: 0px 0 80px;
	color: #ffffff;
	text-align: center;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.visible-sidebar{
	opacity: 1;
	visibility: visible;
	-ms-transform: translateX(0px);
	transform: translateX(0px);	
}

.hidden-bar ol,
.hidden-bar ol li,
.hidden-bar ul,
.hidden-bar ul li{
	list-style-type:none;
	margin:0px;
}

.hidden-bar.right-align .hidden-bar-closer {
	right: 3px;
}


.hidden-bar .hidden-bar-closer{
	position: absolute;
	right: 24px;
	top: 24px;
	padding: 0px 0px;
	line-height: 30px;
	cursor: pointer;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	display: none;
	z-index: 9999;
}

.hidden-bar .hidden-bar-closer svg{
	width: 24px;
	height: 24px;
	stroke-width: 2.5px;
}

.hidden-bar .social-links{
	position:absolute;
	left: 0px;
	right: 0px;
	bottom: 0;
	display:block;
	padding: 25px 10px;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.25);
}

.hidden-bar .social-links li{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	color: #ffffff;
}

.hidden-bar .social-links li a{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-links li a:hover{
	color: #AF9B64;
}

.hidden-bar .logo-box{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	padding: 30px 20px 0px;
}

.hidden-bar .logo-box img{
	max-height: 130px;
}

.hidden-bar-wrapper{
	position: absolute;
	left: 0;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding: 0px 0px;
}

.hidden-bar .side-menu-outer{
	position: absolute;
	display: table;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	padding: 290px 0 50px;
}

.hidden-bar .side-menu{
	position: relative;
	/*display: table-cell;
	vertical-align: middle;*/
	width: 100%;
}

.hidden-bar .side-menu ul li{
	position: relative;
	display: block;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.hidden-bar .side-menu > ul > li{
	margin-bottom: 30px;
}

.hidden-bar .side-menu > ul > li:last-child{
	margin-bottom: 0;
}

.hidden-bar .side-menu ul li a{
	position: relative;
	color: #ffffff;
	display: block;
	font-weight: 500;
	font-size:16px;
	line-height: 24px;
	text-transform: uppercase;
	padding: 3px 0px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current-menu-item > a,
.hidden-bar .side-menu ul > li > ul > li.current-menu-item > a {
	color: #AF9B64;
}

.hidden-bar .side-menu > ul > li > a:before{
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -20px;
	width: 20px;
	height: 20px;
	background: url(../images/icons/theme-tri.svg) center top no-repeat;
	opacity: 0;
	visibility: hidden;
}

.hidden-bar .side-menu ul > li.current-menu-item > a:before,
.hidden-bar .side-menu ul > li > ul > li.current-menu-item > a:before{
	opacity: 1;
	visibility: visible;
}

.hidden-bar .side-menu ul li ul{
	position: relative;
	padding-top: 30px;
}

.hidden-bar .side-menu ul li ul li a{
	font-size: 15px;
}

.hidden-bar .side-menu ul li .btn-expander{
	position: absolute;
	top: 20px;
	right: 0;
	background: none;
	color: rgba(0,0,0,0.70);
	font-size: 14px;
	height: 30px;
	width: 20px;
	line-height: 30px;
	border-radius: 0px;
	outline: none;
	cursor: pointer;
	z-index: 1;
}

/*** 

====================================================================
	Banner Slider Section
====================================================================

***/

.banner-call-box{
	position: absolute;
	left: 20px;
	width: 340px;
	bottom: -60px;
	display: block;
	padding: 13px 30px;
	color: #ffffff;
	background: #af9b64;
	display: none;
	z-index: 10;
}

.banner-call-box .inner{
	position: relative;
	display: block;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	min-height: 54px;
	padding-left: 55px;
	color: #ffffff;
}

.banner-call-box .icon{
	position: absolute;
	left: 0;
	top: 0;
}

.banner-call-box .phone{
	position: relative;
	display: block;
	font-weight: 300;
	font-size: 34px;
	line-height: 36px;
}

.banner-call-box .txt{
	position: relative;
	top: 2px;
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
}

.banner-section{
	position: relative;
	margin:0px 0px;
}

.banner-section:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 50%;
	border-bottom: 12px solid #AF9B64;
	z-index: 5;
}

.banner-section .banner-slider{
	position:relative;
	width:100%;	
}

.banner-section .slide-item{
	position: relative;
	width:100%;
	padding:0px;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.banner-section .slide-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	z-index: 1;
}

.banner-section .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-section .slide-item .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.20);
}

.banner-section .slide-item .content-box{
	position:relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 50px 0px 50px 25%;
	height: 760px;
	min-height: 300px;
	z-index: 10;
}

.banner-section .slide-item .content{
	position:relative;
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
	padding-bottom: 11%;
}

.banner-section .slide-item .inner{
	position: relative;
	display: block;
	width: 100%;
	opacity:0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-section .active .slide-item .inner{
	opacity:1;
	-webkit-transform:translate(0);
	-ms-transform:translate(0);
	transform:translate(0);
	-webkit-transition:all 1000ms ease 300ms;
	-ms-transition:all 1000ms ease 300ms;
	-o-transition:all 1000ms ease 300ms;
	-moz-transition:all 1000ms ease 300ms;
	transition:all 1000ms ease 300ms;
}

.banner-section .slide-item h2{
	font-size:70px;
	font-weight:400;
	line-height:1em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin:0px 0px;
}

.banner-section .slide-item h2 .light-text{
	position: relative;
	display: block;
	font-weight:200;
}

.banner-section .slide-item h2 .bold-text{
	position: relative;
	display: block;
	font-weight:700;
	font-family: 'Times New Roman', serif;
}

.banner-section .slide-item .sub-title{
	position: relative;
	display: block;
	padding-top: 15px;
	font-size:36px;
	font-weight:700;
	line-height:1.20em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin:0px 0px;
}

.banner-section .slide-item .sub-title span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 350px;
}

.banner-section .slide-item .sub-title span:before{
	content: '';
	position: absolute;
	left: 0;
	top: 48%;
	width: 320px;
	border-bottom: 1px solid rgba(255,255,255,0.30);
}

.banner-section .owl-dots{
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
	text-align: center;
	display: none;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span,
.banner-section .owl-dots .owl-dot:hover span{
	background: #AF9B64;
}

.banner-section .owl-nav{
	position: absolute;
	right: 100px;
	left: 100px;
	bottom: 100px;
}

.banner-section .owl-nav .owl-prev{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 24px;
	background: url(../images/icons/arrow-right.png) right center no-repeat !important;
	display: none;
	transform: rotate(180deg);
}

.banner-section .owl-nav .owl-next{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 24px;
	background: url(../images/icons/arrow-right.png) right center no-repeat !important;
}

.banner-section .owl-nav .owl-prev .fa,
.banner-section .owl-nav .owl-next .fa{
	display: none;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position: relative;
	padding: 160px 0 110px;
	background: #ffffff;
}

.about-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
}

.about-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.title-box{
	position: relative;
	margin-bottom: 35px;
}

.title-box.centered{
	max-width: 1080px;
	margin: 0 auto 70px;
}

.title-box h2{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.15em;
	margin: 0;
}

.title-box h2 strong{
	font-weight: 700;
}

.title-box .roman{
	font-weight:400;
	font-family: 'Times New Roman', serif;
}

.title-box .lower-text{
	position: relative;
	font-size: 16px;
	padding-top: 15px;
}

.about-section .image-col{
	position: relative;
	margin-bottom: 40px;
}

.about-section .image-col .inner{
	position: relative;
	display: block;
}

.about-section .image{
	position: relative;
	display: block;
}

.about-section .image img{
	display: block;
	width: 100%;
}

.about-section .text-col{
	position: relative;
	margin-bottom: 40px;
}

.about-section .text-col .inner{
	position: relative;
	display: block;
	padding-left: 70px;
	padding-top: 100px;
}

.about-section .link-box{
	position: relative;
	display: block;
	padding-top: 40px;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position: relative;
	padding: 120px 0 0px;
	background: #1B1B1B;
}

.services-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
}

.services-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.services-section .title-box{
	position: relative;
	text-align: center;
	color: #ffffff;
	margin-bottom: 100px;
}

.services-section .services{
	position: relative;
	display: block;
	margin-bottom: -140px;
	z-index: 1;
}

.services-section .services .row{
	margin: 0 -12px;
}

.service-block{
	position: relative;
	margin-bottom: 30px;
}

.services-section .services .row .service-block{
	padding: 0 12px;
}

.service-block .inner-box{
	position: relative;
	display: block;
	min-height: 100%;
	padding: 45px 20px;
	text-align: center;
	background: #FBFBFB;
	box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.07);
}

.service-block .image{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.service-block h4{
	position: relative;
	display: block;
	font-weight:700;
	font-family: 'Times New Roman', serif;
	text-transform: uppercase;
	color: #373A3C;
	margin-bottom: 16px;
}

.service-block h4 a{
	color: #373A3C;
}

.service-block h4 a:hover{
	color: #AF9B64;
}

.service-block .text{
	max-width: 320px;
	margin: 0 auto;
}

/*** 

====================================================================
	Funeral Register Section
====================================================================

***/

.funeral-reg-section{
	position: relative;
	padding: 270px 0 100px;
	background: #ffffff;
}

.funeral-reg-section .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

.funeral-reg-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.funeral-reg-section .title-box{
	position: relative;
	margin-bottom: 30px;
}

.funeral-reg-section .title-box h2:before{
	content: '';
	position: absolute;
	right: 0;
	bottom: -33px;
	margin-right: 140px;
	border-bottom: 3px solid #AF9B64;
	width: 1500px;
}

.funeral-reg-section .left-col{
	position: relative;
	margin-bottom: 40px;
}

.funeral-reg-section .left-col .inner{
	position: relative;
	display: block;
	padding-right: 30px;
	padding-top: 35px;
}

.funeral-reg-section .left-col .text{
	position: relative;
	font-weight: 300;
	line-height: 1.6em;
}

.funeral-reg-section .right-col{
	position: relative;
	margin-bottom: 40px;
}

.funeral-reg-section .right-col .inner{
	position: relative;
	display: block;
	margin-top: -18px;
	padding-left: 20px;
}

.funeral-reg-section .reg-list, .reg-list.ajaxreglist{
	position: relative;
}

.funeral-reg-section .reg-item, .reg-list.ajaxreglist .reg-item {
	position: relative;
	margin-bottom: 15px;
}

.funeral-reg-section .reg-item .name:before, .reg-list.ajaxreglist .reg-item .name:before{
	content: '';
	position: absolute;
	left: -30px;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url(../images/icons/theme-tri.svg) center top no-repeat;
	opacity: 0;
	visibility: hidden;
}

.funeral-reg-section .reg-item:hover .name:before, .reg-list.ajaxreglist .reg-item:hover .name:before{
	opacity: 1;
	visibility: visible;
}

.funeral-reg-section .reg-item:last-child, .reg-list.ajaxreglist .reg-item:last-child{
	margin-bottom: 0;
}

.funeral-reg-section .reg-item .data, .reg-list.ajaxreglist .reg-item .data{
	position: relative;
	display: block;
	padding: 5px 0px;
}

.funeral-reg-section .reg-item .name, .reg-list.ajaxreglist .reg-item .name{
	position: relative;
	display: block;
	color: #1B1B1B;
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
}

.funeral-reg-section .reg-item .name a, .reg-list.ajaxreglist .reg-item .name a {
	color: #1B1B1B;
}

.funeral-reg-section .reg-item:hover .name a, .reg-list.ajaxreglist .reg-item:hover .name a {
	color: #AF9B64;
}

.funeral-reg-section .reg-item .links, .reg-list.ajaxreglist .reg-item .links {
	position: absolute;
	right: 0;
	top: -3px;
	opacity: 0;
	visibility: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.funeral-reg-section .reg-item:hover .links, .reg-list.ajaxreglist .reg-item:hover .links {
	opacity: 1;
	visibility: visible;
}

.funeral-reg-section .reg-item .links a, .reg-list.ajaxreglist .reg-item .links a{
	position: relative;
	display:inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-bottom: 10px;
	line-height: 24px;
	padding: 9px 22px 8px;
	min-width: 130px;
	color: #1B1B1B;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #373A3C;
	background: none;
	border-radius: 0px;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.funeral-reg-section .reg-item .links a:hover, .reg-list.ajaxreglist .reg-item .links a:hover {
	color: #ffffff;
	background: #AF9B64;
	border-color: #AF9B64;
}
.reg-list.ajaxreglist ul {
    margin: 0px;
}
/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section{
	position: relative;
	background: #fefefe;
}

.map-section .map-box{
	position: relative;
	display: block;
	width: 100%;
	height: 650px;
	border-bottom: 15px solid #AF9B64;
}

.map-section .map-box .map-frame{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}

.map-section .map-box .image-layer,
.map-section .map-box .map-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: none;
	outline: none;
}

.map-section .auto-container{
	position: relative;
	height: 650px;
}

.map-section .image-box{
	position: absolute;
	right: 20px;
	bottom: -30px;
	width: 560px;
	max-width: 100%;
	z-index: 2;
}

.map-section .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.map-section .over-text{
	position: absolute;
	right: -30px;
	top: 100%;
	margin-top: -0px;
	color: #F8F8F8;
	font-family: 'Times New Roman', serif;
	font-size: 260px;
	line-height: 0.5em;
	z-index: 3;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
	color: #7F7F7F;
	font-weight: 300;
    background: #ffffff;
}

.main-footer ul,
.main-footer ul li{
	list-style: none;
	margin: 0;
}

.main-footer .upper-section{
	position: relative;
    padding: 100px 0 25px;
    z-index: 5;
}

.main-footer .upper-section .footer-column{
	position: relative;
	margin-bottom: 60px;
}

.main-footer .upper-section .inner-container{
	position: relative;
}

.main-footer .upper-section .widget-title{
	position: relative;
    font-size: 18px;
	font-weight:700;
	font-family: 'Times New Roman', serif;
    color: #1B1B1B;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.main-footer .upper-section .text{
	position: relative;
	line-height: 1.6em;
	max-width: 480px;
}

.main-footer .upper-section .info{
	position: relative;
}

.main-footer .upper-section .info li{
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding-left: 40px;
	margin-bottom: 30px;
}

.main-footer .upper-section .info li:last-child{
	margin-bottom: 0;
}

.main-footer .upper-section .info li a{
	position: relative;
	display: block;
	color: #7F7F7F;
	line-height: 24px;
}

.main-footer .upper-section .info li a:hover{
	color: #AF9B64;
	text-decoration: underline;
}

.main-footer .upper-section .info li .icon{
	position: absolute;
	left: 0;
	top: 0px;
	width: 24px;
	line-height: 24px;
	color: #AF9B64;
	text-transform: uppercase;
	text-align: center;
}

.main-footer .lower{
	position: relative;
	padding: 40px 0px 15px;
	border-top: 1px solid rgba(0,0,0,0.05);
	font-weight: 400;
}

.main-footer .copy-col{
	position: relative;
	order: 0;
}

.main-footer .copyright{
	position: relative;
	color: #B2B2B2;
}

.main-footer .copyright a{
	position: relative;
	color: #B2B2B2;
}

.main-footer .copyright a:hover{
	text-decoration: underline;
}

.main-footer .links-col{
	position: relative;
	text-align: center;
	order: 5;
}

.main-footer .links-col a{
	position: relative;
	color: #B2B2B2;
}

.main-footer .links-col a:hover{
	text-decoration: underline;
}

.main-footer .designer-col{
	position: relative;
	color: #B2B2B2;
	text-align: right;
	order: 12;
}

.main-footer .designer-col a{
	position: relative;
	color: #B2B2B2;
}

.main-footer .designer-col a:hover{
	text-decoration: underline;
}

/*** 

====================================================================
	Page Banner Section
====================================================================

***/

.page-banner{
	position: relative;
	padding:60px 0px;
	color: #ffffff;
}

.page-banner .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.page-banner .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.20);
}

.page-banner .inner{
	position: relative;
	display: block;
}

.page-banner h2{
	position: relative;
	display: block;
	font-size:70px;
	font-weight:700;
	font-family: 'Times New Roman', serif;
	line-height:1.2em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin:0px 0px;
}

.page-banner .bread-crumb{
	position:relative;
	display: block;
	padding-left: 210px;
	color:#ffffff;
	font-size: 18px;
	line-height: 25px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing: 0.04em;
	margin-top: 10px;
}

.page-banner .bread-crumb:before{
	content:'';
	position:absolute;
	left:0px;
	top: 12px;
	display:block;
	width:180px;
	height: 3px;
	opacity: 0.20;
	background:#ffffff;
}

.page-banner .bread-crumb ul{
	position: relative;
	margin: 0;
	padding: 0;
}

.page-banner .bread-crumb li{
	position:relative;
	float:left;
	list-style-type: none;
}

.page-banner .bread-crumb a{
	position:relative;
	display: inline-block;
	color:#ffffff;
	font-size: 16px;
	line-height: 30px;
	text-transform:uppercase;
	margin-right:52px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.page-banner .bread-crumb a:hover{
	color:#AF9B64;
}

.page-banner .bread-crumb a:after{
	content:'';
	position:absolute;
	right:-38px;
	top: 12px;
	display:block;
	width:20px;
	height: 3px;
	background:#ffffff;
}

/*** 

====================================================================
	Single Section
====================================================================

***/

.single-section{
	position: relative;
	padding:150px 0px 50px;
}

.single-section .inner-container{
	max-width: 920px;
	margin: 0 auto;
}

.single-section .title-box{
	position: relative;
}

.single-section .image-box{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.two-col{
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
}

.single-section .image-col{
	position: relative;
	margin-bottom: 30px;
}

.single-section .image-box img,
.single-section .image-col img{
	position: relative;
	display: block;
	width: 100%;
}

.single-section p{
	margin-bottom: 25px;
}

.single-section h3{
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.three-col{
	position: relative;
	padding-top: 10px;
	padding-bottom: 20px;
}

.single-section .service-block .inner-box{
	position: relative;
	border: 1px solid rgba(0,0,0,0.03);
}

.single-section .two-col p,
.single-section .three-col p{
	margin-bottom: 25px;
}

.single-section blockquote{
	position: relative;
	display: block;
	padding: 90px 20px 80px;
	background: #AF9B64;
	color: #ffffff;
	letter-spacing: 0.03em;
	font-weight: 300;
	font-size: 36px;
	line-height: 1.3em;
	margin-bottom: 40px;
}

.single-section blockquote p{
	line-height: 1.4em;
	font-weight: 300;
}

.single-section blockquote .info{
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.5em;
	font-weight: 700;
	margin: 0;
}

.single-section ul{
	position: relative;
	margin-left: 35px;
	margin-bottom: 25px;
}

.single-section ul li{
	position: relative;
	padding-left: 30px;
	list-style: none;
	line-height: 24px;
	margin-bottom: 12px;
}

.single-section ul li:last-child{
	margin-bottom: 0;
}

.single-section ul li:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 2px;
	width: 20px;
	height: 20px;
	background: url(../images/icons/theme-tri.svg) center top no-repeat;
}

.single-section ol{
	position: relative;
	margin-left: 40px;
	margin-bottom: 25px;
	counter-reset: list-count;
}

.single-section ol li{
	position: relative;
	line-height: 24px;
	text-indent: 5px;
	margin-bottom: 12px;
	list-style-type:none;
	padding-left: 35px;
}

.single-section ol li:before{
    position: absolute;
    left:0;
    top: 0;
    counter-increment: list-count;
    content: counter(list-count) ".";
    color: #AF9B64;
    font-weight: 800;
    font-size: 16px;
}

.single-section ol li:last-child{
	margin-bottom: 0;
}


/*** 

====================================================================
	Funeral Register 
====================================================================

***/

.funeral-register{
	position: relative;
	padding: 150px 0 0;
	background: #ffffff;
}

.funeral-register .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

.funeral-register .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.funeral-register .funeral-search{
	position: relative;
	margin-bottom: 55px;
}

.funeral-register .funeral-search .form-group{
	position:relative;
	margin:0px;	
}

.funeral-register .funeral-search .form-group input[type="text"],
.funeral-register .funeral-search .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height:32px;
	width:100%;
	height:64px;
	color:#555555;
	font-weight: 400;
	background:#ffffff;
	padding:15px 50px 15px 25px;
	border: 1px solid #E3E3E3;
	border-radius: 0px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.funeral-register .funeral-search .form-group input[type="text"]:focus,
.funeral-register .funeral-search .form-group input[type="search"]:focus{
	border-color: #AF9B64;
	color:#AF9B64;
}

.funeral-register .funeral-search .form-group button{
	position:absolute;
	right: 20px;
	top: 0px;
	width: 30px;
	height:64px;
	display:block;
	font-size:20px;
	color: #AF9B64;
	line-height:65px;
	background: url(../images/icons/row-reg-s-icon.png) center center no-repeat;
	background-size: 24px 24px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.funeral-register .funeral-search .form-group button:hover{
	color:#1B1B1B;
	opacity: 0.70;
}

.funeral-register .title-box{
	position: relative;
	margin-bottom: 25px;
}

.funeral-register .image-col{
	position: relative;
	margin-bottom: 40px;
}

.funeral-register .image-col .inner{
	position: relative;
	display: block;
}

.funeral-register .image-col img{
	display: block;
	width: 100%;
}

.funeral-register .text-col{
	position: relative;
	margin-bottom: 40px;
}

.funeral-register .text-col .inner{
	position: relative;
	display: block;
	padding-left: 40px;
}

.funeral-register .text-col .text{
	position: relative;
	margin-bottom: 55px;
}

.funeral-register .reg-list{
	position: relative;
}

.funeral-register .reg-list ul{
	position: relative;
	list-style: none;
	margin: 0 -15px;
}

.funeral-register .reg-list ul li{
	position: relative;
	list-style: none;
	padding: 0 15px;
	margin-bottom: 20px;
}

.funeral-register .reg-list ul li a{
	position: relative;
	display: block;
	color: #1B1B1B;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 30px;
	padding-left: 30px;
}

.funeral-register .reg-list ul li a:before{
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
	width: 20px;
	height: 20px;
	background: url(../images/icons/theme-tri.svg) center top no-repeat;
	opacity: 0;
	visibility: hidden;
}

.funeral-register .reg-list ul li a:hover:before{
	opacity: 1;
	visibility: visible;
}

.funeral-register .reg-list ul li a:hover{
	color: #AF9B64;
}

/*** 

====================================================================
			Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
	text-align: center;
	padding: 0px 0px;
	border-top: 3px solid #F3F3F3;
	margin-top: 50px;
	display: block;
}

.styled-pagination ul{
	position:relative;
	margin: 0;
	top: -3px;
	display:inline-block;
	vertical-align: top;	
}

.styled-pagination li{
	position:relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 2px;
	
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	vertical-align: top;
	min-width: 32px;
	text-align: center;
	line-height:30px;
	padding: 44px 0px;
	font-weight:500;
	font-size:14px;
	background:none;
	color:#1B1B1B;
	border-top:3px solid rgba(0,0,0,0);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li.active a, .styled-pagination li a.current{
	color:#AF9B64;
	border-color: #AF9B64;
}

/*** 

====================================================================
	Flowers Section 
====================================================================

***/

.flowers-section{
	position: relative;
	padding: 140px 0 100px;
	background: #ffffff;
}

.flowers-section .title-box{
	position: relative;
	margin-bottom: 20px;
}

.flowers-section .image-col{
	position: relative;
	order: 12;
	margin-bottom: 40px;
}

.flowers-section .image-col .inner{
	position: relative;
	display: block;
}

.flowers-section .image-col img{
	display: block;
	width: 100%;
}

.flowers-section .text-col{
	position: relative;
	order: 0;
	margin-bottom: 40px;
}

.flowers-section .text-col .inner{
	position: relative;
	display: block;
	padding-top: 100px;
	padding-right: 55px;
}

.flowers-section .text-col .text{
	position: relative;
}

.flowers-section .text-col .link-box{
	position: relative;
	padding-top: 20px;
}

.flowers-section .text-col .link-box .theme-btn{
	min-width: 180px;
}

.flowers-gallery{
	position: relative;
}

.flowers-gallery .content-box{
	position: relative;
	padding: 130px 0 0px;
	border-top: 3px solid #F3F3F3;
}

.flowers-gallery .content-box .title-box h2{
	font-size: 36px;
}

.flowers-gallery .image-layer{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}

.flowers-gallery .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.flowers-gallery .flowers{
	position: relative;
	padding-bottom: 20px;
}

.flowers-gallery .flowers .row{
	margin: 0 -12px;
}

.flower-block{
	position: relative;
	margin-bottom: 30px;
}

.flowers-gallery .flowers .row .flower-block{
	padding: 0 12px;
	margin-bottom: 24px;
}

.flower-block .inner-box{
	position: relative;
	display: block;
	min-height: 100%;
	padding: 30px 20px 50px;
	text-align: center;
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.05);
	box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.07);
}

.flower-block .image{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.flower-block h4{
	position: relative;
	display: block;
	font-weight:700;
	font-family: 'Times New Roman', serif;
	text-transform: uppercase;
	color: #373A3C;
	margin-bottom: 16px;
}

.flower-block h4 a{
	color: #373A3C;
}

.flower-block h4 a:hover{
	color: #AF9B64;
}

.flower-block .text{
	max-width: 320px;
	margin: 0 auto;
}

/*** 

====================================================================
	Services Section 
====================================================================

***/

.services-two{
	position: relative;
	padding: 140px 0 90px;
	background: #ffffff;
}

.services-two .title-box{
	position: relative;
	margin-bottom: 20px;
}

.services-two .image-col{
	position: relative;
	margin-bottom: 40px;
}

.services-two .image-col .inner{
	position: relative;
	display: block;
	padding-right: 50px;
}

.services-two .image-col img{
	display: block;
	max-width: 100%;
}

.services-two .text-col{
	position: relative;
	margin-bottom: 40px;
}

.services-two .text-col .inner{
	position: relative;
	display: block;
	padding-top: 110px;
}

.services-two .text-col .text{
	position: relative;
}

.services-two .text-col .link-box{
	position: relative;
	padding-top: 20px;
}

.services-two .text-col .link-box .theme-btn{
	min-width: 180px;
}

.services-three{
	position: relative;
	padding: 130px 0 100px;
}

.services-three .title-box{
	margin-bottom: 55px;
}

.services-three .title-box h2{
	font-size: 36px;
}

.services-three .services .row{
	margin: 0 -12px;
}

.services-three .services .row .service-block{
	padding: 0 12px;
	margin-bottom: 24px;
}

.services-three .services .service-block .inner-box{
	position: relative;
	border: 1px solid rgba(0,0,0,0.03);
}

.services-three .image-layer{
	position:absolute;
	left:0;
	top: -100px;
	bottom:0;
	width:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}

.services-three .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.services-slider-content{
	position: relative;
	display: block;
}

.services-slider-content .owl-theme .owl-dots{
	position: relative;
	width: 100%;
	text-align: center;
	display: none;
}

.services-slider-content .owl-theme .owl-nav{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
	width: 100%;
	height: 0;
}

.services-slider-content .owl-theme .owl-nav .owl-prev{
	position: absolute;
	left: -35px;
	top: 0;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	background: #AF9B64;
	color: #ffffff;
}

.services-slider-content .owl-theme .owl-nav .owl-next{
	position: absolute;
	right: -35px;
	top: 0;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	background: #AF9B64;
	color: #ffffff;
}

.services-slider-content .owl-theme .owl-nav .owl-prev:hover,
.services-slider-content .owl-theme .owl-nav .owl-next:hover{
	background: #1B1B1B;
	color: #AF9B64;
}

/*** 

====================================================================
	Contact Section 
====================================================================

***/

.contact-section{
	position: relative;
	padding: 130px 0 110px;
	background: #ffffff;
}

.contact-section .title-box{
	max-width: 1160px;
	margin: 0 auto 55px;
	padding-bottom: 50px;
	border-bottom: 2px solid #F7F7F7;
}

.contact-section .image-layer{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}

.contact-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.contact-section .form-box{
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}

.contact-section .form-box .row{
	margin: 0 -12px;
}

.contact-section .form-box .row .form-group{
	padding: 0 12px;
	margin-bottom: 24px;
}

.contact-form .wpforms-container .instruction{
    padding: 5px 0 12px !important;   
}

.contact-section .form-box .theme-btn{
	padding: 11px 40px;
	line-height: 26px;
	min-width: 190px;
}

/*** 

====================================================================
	Funeral Details Section 
====================================================================

***/

.fun-det-section{
	position: relative;
	padding: 130px 0 60px;
	background: #ffffff;
}

.fun-det-section .info-box{
	position: relative;
	max-width: 960px;
	margin: 0 auto 80px;
	text-align: center;
}

.fun-det-section .info-box h2{
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.fun-det-section .info-box .dates{
	position: relative;
}

.fun-det-section .info-box .date{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0 15px 15px;
}

.fun-det-section .info-box .date i{
	padding-right: 5px;
}

.fun-det-section .info-box .dob{
	color: #AF9B64;
}

.fun-det-section .info-box .text{
	position: relative;
}

.fun-det-section .info-box .link-box{
	position: relative;
	display: block;
	padding-top: 30px;
}

.fun-det-section .info-box .link-box .theme-btn{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 9px 20px;
	min-width: 180px;
}

.fun-det-section .image-col{
	position: relative;
	margin-bottom: 40px;
}

.fun-det-section .image-col .inner{
	position: relative;
	display: block;
	padding-right: 50px;
}

.fun-det-section .image-col img{
	display: block;
	width: 100%;
}

.fun-det-section .form-col{
	position: relative;
	margin-bottom: 40px;
}

.fun-det-section .form-col .inner{
	position: relative;
	display: block;
}

.fun-det-section .form-col h3{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

.fun-det-section .form-col .text{
	position: relative;
	font-size: 14px;
	margin-bottom: 30px;
}

.fun-det-section .form-box{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 40px 45px 20px;
	border: 1px solid rgba(0,0,0,0.05);
	box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.07);
}

.fun-det-section .form-box .form-group{
	margin-bottom: 24px;
}

.fun-det-section .form-box textarea{
	height: 150px;
}

.fun-det-section .form-box input,
.fun-det-section .form-box textarea{
    color: #B2B2B2;   
}

.fun-det-section .form-box .theme-btn{
	min-width: 150px;
}

.map-two{
	position: relative;
	background: #fefefe;
}

.map-two .map-box{
	position: relative;
	display: block;
	width: 100%;
	height: 420px;
}

.map-two .map-box .map-frame{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
}

.map-two .map-box .image-layer,
.map-two .map-box .map-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border: none;
	outline: none;
}

.condoles-section{
	position: relative;
	padding: 130px 0 0;
}

.condoles-section .image-layer{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100% auto;
}

.condoles-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
}

.condoles-section .condoles{
	position: relative;
	padding-bottom: 20px;
}

.condole-block{
	position: relative;
	margin-bottom: 30px;
}

.condoles-section .condoles .row{
	margin: 0 -12px;
}

.condoles-section .condoles .row .condole-block{
	padding: 0 12px;
	margin-bottom: 24px;
}

.condole-block .inner-box{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 55px 70px 50px 100px;
	box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.07);
}

.condole-block .inner-box:before{
	content: '';
	position: absolute;
	left: 42px;
	top: 42px;
	width: 36px;
	height: 36px;
	background: url(../images/icons/quotes.png) left top no-repeat;
}

.condole-block .text{
	position: relative;
	display: block;
	letter-spacing: 0.03em;
	font-weight: 300;
	font-size: 22px;
	line-height: 1.5em;
}

.condole-block .info{
	position: relative;
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1.5em;
	font-weight: 500;
	color: #222222;
	letter-spacing: 0.08em;
	padding-top: 20px;
	margin: 0;
}