@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700');
@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: 'ArialRegular';
	color: #000;
	background:#fff;
}
header{ padding:15px 0;}
header h1{font-family: 'Abril Fatface', cursive; font-size:40px; color:#3f3a36; text-align:center; text-transform:uppercase; padding:15px 0 0;}
header ul{ text-align:center;}
header ul li{ display:inline-block;}
header ul li a{font-family: 'times_new_romanregular'; font-size:16px; color:#999; display:block; background:url(../images/nav-bg.png) no-repeat right center; padding:0 20px 0 10px;}
.navbar-collapse{justify-content:center;}
header ul li:last-child a{background:none;}
.section-banner{width:1410px; max-width:100%; margin:0 auto; background:url(../images/banner.jpg) no-repeat top center; background-size:cover; text-align:center; padding:200px 0;}
.section-banner h2{font-family: 'Abril Fatface', cursive; font-size:36px; color:#fff;}
.section-banner p{ font-size:22px; color:#fff; margin:5px 0 0;}
.section-banner h5{ margin:25px 0 0;}
.section-banner h5 a{ display:inline-block; width:330px; max-width:100%; margin:0 auto; background:#000; font-size:16px; color:#fff; text-transform:uppercase; font-family:Montserrat; font-weight:500; padding:20px 15px;}
.section-header{ width:850px; max-width:100%; margin:0 auto; text-align:center;}
.section-header h2{font-family: 'Abril Fatface', cursive; font-size:30px; color:#000; text-align:center; margin:60px 0 0;}
.section-header p{font-size:18px; color:#000; margin:20px 0 0;}
.hover-block{text-align:center; position:absolute; top:0; width:84%; height:84%; top:8%; border:1px solid transparent; margin:0 auto; left:0; right:0; padding:30px;}
.hover-block h3{font-family: 'Abril Fatface', cursive;  font-size:30px; color:#fff;}
.hover-block p{ font-size:18px; color:#fff; margin:15px 0 0;}
.hover-block h5{margin:25px 0 0;}
.s-block{ position:relative;}
.hover-block:hover{border:1px solid #fff;}
.services-column{}
.services-column li{ margin-top:30px;}
.content-column{ margin-top:60px;}
.content-column p{ font-size:18px; color:#000;}
.column-5{ width:45.2%; float:left;}
.column-7{width:54.8%; float:left;}
.section-gallery{padding-bottom:60px; overflow:hidden;}
.section-gallery img{width:100%;}


.section-testimonial{ margin-top:30px;}
.section-testimonial h3{font-family:'ArialRegular'; font-size:50px; color:#000; text-align:center; margin:80px 0 0;}
.testimonials-box{ padding:25px; width:680px; max-width:95%; margin:0 auto; margin-top:30px; text-align:center;}
.testi-wrap{ border:1px solid #4d4d4d; padding:50px;}
.testimonials-box p{ font-size:28px; color:#000; line-height:44px; margin:15px 0 0; font-style:italic;}
.testimonials-box h4{font-family: 'ArialBold'; font-style:italic; font-size:20px; color:#000; margin:30px 0 0;}
.testimonials-box h5{ font-size:18px; color:#fff; line-height:34px;}
.star-rating{text-align:center; margin:25px 0 0;}
.star-rating img{margin:0 auto;}
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding:30px 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url(./ajax-loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; margin:0 auto; }
.slick-slide img.slick-loading { background: white url(./ajax-loader.gif) center center no-repeat; padding-bottom: 100%; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }


/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 19px; width: 21px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: 0; background:url(../images/prev.png) no-repeat; }

.slick-next { right: 0; background:url(../images/next.png) no-repeat; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 14px; width: 14px; margin: 0px 5px; padding: 0px; }
.slick-dots li a { display: block; height: 14px; width: 14px; background:#c2b9a1; outline: none; line-height: 0; font-size: 0; color: transparent; border-radius:50%; }
.slick-dots li.slick-active a{ background:#421a00;}
.price-block{ background:#000; padding:40px 40px; margin:30px 0 0;}
.price-block h3{font-family: 'ArialBold'; font-size:20px; color:#f0cbba;}
.price-block p{ font-size:14px; color:#fff; margin:10px 0 0;}
.price-block dl{ margin:30px 0 0;}
.price-block dl dt{ font-size:18px; color:#fff; line-height:36px;}
.price-block h5{ margin:40px 0 0;}
.price-block h5 a{font-family: 'ArialBold'; font-size:16px; color:#fff; font-style:italic; text-decoration:underline;}

.section-blog{background:#f2e7c9; padding:80px 0; margin:80px 0 0;}
.container-blog{ padding:0 15px; width:1410px; max-width:100%;}
.blog-column{width:600px; max-width:100%; margin:0 auto;}
.blog-column h3{font-family: 'Abril Fatface', cursive; text-transform:uppercase; font-size:30px; color:#000;}
.blog-column p{font-size:18px; color:#000; margin:15px 0 0;}
.blog-column h5{margin:25px 0 0;}

.section-subscribe{ padding-bottom:60px; overflow:hidden;}
.section-subscribe h3{font-family: 'Abril Fatface', cursive; font-size:30px; color:#000; text-align:center; margin:60px 0 0;}
.subscribe-block{width:650px; max-width:100%; margin:0 auto; margin-top:40px;}
.section-subscribe input[type=email]{ height:54px; background:#e6ddbd; padding-left:15px; height:54px; float:left; border:none; width:70%;}
.section-subscribe input[type=submit]{font-family: 'Abril Fatface', cursive;  background:#421a00; font-size:20px; color:#fff; height:54px; border:none; float:left; width:30%;}
.address-info{ background:#f7f1df; padding:50px; margin-top:10px;}
.address-info ul{ text-align:left;}
.address-info ul li{ font-size:20px; color:#000; display:block; line-height:30px; margin-top:20px;}
.address-info ul li strong{ display:block;}
.dotted{ border-bottom:2px dashed #421a00; display:block; width:100%; margin-top:12px;}
.social a{ font-size:18px; color:#000; display:inline-block; margin-right:15px;}
.copyright ul{ text-align:center;}
.copyright ul li{ display:inline-block;}
.copyright ul li a{font-family: 'times_new_romanregular'; font-size:20px; color:#000; display:block; background:url(../images/nav-bg2.png) no-repeat right center; padding:0 20px 0 10px;}
.navbar-collapse{justify-content:center;}
.copyright ul li:last-child a{background:none;}
.copyright p{ font-size:20px; text-align:center; margin:10px 0 0;}
.copyright p a{}
.copyright{ padding:60px 0;}


/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 13, 2020 */



@font-face {
    font-family: 'times_new_romanregular';
    src: url('../fonts/times_new_roman_400-webfont.woff2') format('woff2'),
         url('../fonts/times_new_roman_400-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'ArialRegular';
    src: url('../fonts/arial.eot');
    src: url('../fonts/arial.eot') format('embedded-opentype'),
         url('../fonts/arial.woff') format('woff'),
         url('../fonts/arial.ttf') format('truetype'),
         url('../fonts/arial.svg#ArialRegular') format('svg');
}
@font-face {
    font-family: 'ArialBold';
    src: url('../fonts/arialbd.eot');
    src: url('../fonts/arialbd.eot') format('embedded-opentype'),
         url('../fonts/arialbd.woff') format('woff'),
         url('../fonts/arialbd.ttf') format('truetype'),
         url('../fonts/arialbd.svg#ArialBold') format('svg');
}
