
:root {
	--header-height: 70px;
	--themecolor: #210704;
	--themecolorrgba: 33, 7, 4;
}

/* Container
-----------------------------------------------------------------*/

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}


header .container-fullwidth {
	max-width: 100%;
	margin: 0 40px;
}


h1, h2, h4 {
	font-family: 'Playfair Display', serif !important;
}

h3, p, span, a, .button {
	font-family: 'Montserrat', sans-serif !important;
}

.heading-block h1 {
	font-size: 40px;
	line-height: 60px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	margin-bottom: 34px;
	text-transform: capitalize;
}

.heading-block p {
	font-size: 20px;
	line-height: 35px !important;
	color: #fff;
	margin-bottom: 30px;
}

h1 {
	font-size: 36px;
	line-height: 69px;
	font-weight: bold;
	color: #210704;
}

h3, .button, .menu-link {
	font-size: 20px;
	line-height: 35px;
}


p {
	font-size: 16px;
	line-height: 30px !important;
}

span {
	font-size: 16px;
	line-height: 30px !important;
}


/* Primary menu
-----------------------------------------------------------------*/

a, .menu-link, .menu-item:hover > .menu-link, .menu-item.current > .menu-link {
	color: #210704;
}

.menu-link {
	padding: 33px 20px;
}

.menu-link.button {
	padding-top: 0;
	padding-bottom: 0;
}

.menu-link.social-item {
	padding-top: 0;
	padding-bottom: 0;
	padding: 0 0 0 20px;
}

.button {
	background-color: #210704;
	color: #fff;
	padding: 13px 24px !important;
	border-radius: 9px;
}

.primary-menu .button:hover {
	background-color: #6C5B59;
	color: #fff;

}

.button.bg-white {
	color: #210704;
	text-shadow: none;
}

.menu-item:not(:first-child) {
	border-top:  none;
}

.primary-menu-open #header,
.primary-menu-open #header-wrap {
	background-color: rgba(33, 7, 4, 0.93);
	color: #fff;
}

.primary-menu-open .menu-link,
.primary-menu-open .menu-item.current>.menu-link,
.primary-menu-open .header-contact-details a {
	color: #fff;
}

.primary-menu-open .svg-trigger path {
	stroke: #fff;
}

.primary-menu-open .menu-link {
	font-size: 20px;
	line-height: 35px;
	padding: 10px;
}

.primary-menu-open .menu-link.button {
	padding: 10px !important;
	margin: 0;
}

.primary-menu-open .menu-container {
	padding: 20px 0;
}

.fb-social-alt {
	display: none;
}

.primary-menu-open .fb-social-alt {
	margin-top: 20px;
	display: block;
}

.primary-menu-open .fb-social {
	display: none;
}

.sticky-header-shrink .menu-container > .menu-item > .menu-link:not(.menu-link.button) {
	padding-top: 39px !important;
	padding-bottom: 39px !important;
}


/* Leading image
-----------------------------------------------------------------*/
.leading-image-wrapper  {
	position: relative;
    width: 100%;
    overflow: hidden;
	max-height: calc(100vh - 100px); 
}

.wrapper-slide {
	position: relative;
    margin: 0;
    overflow: hidden;
	height: 100%;
	width: 100%;
	flex-shrink: 0;
}

.section-heading::after,
.section-text-block::before {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #210704;
}

.section-text-block::before {
	margin-top: 0;
	margin-bottom: 30px;
}

.page-title-container { 
	display: flex;
	align-items: flex-start;
}

.leading-image {
	/* background: url('../images/leading-image.png') no-repeat bottom 15% right -400px; */
	/* background: url('../images/leading-image.png') no-repeat center right -400px; */
	background: url('../images/leading-image.png') no-repeat center right -300px / auto 100%;

	background-size: cover;
}

.heading-logo-container {
	margin-left: -5vw;
	margin-top: 50px;
}

.heading-logo-container img {
	max-width: 347px;
}

.page-title-container .heading-block {
	transform: translate(0%, 20%);
}

.heading-container {
	opacity: 1 !important;
	height: 100%;
}

.d-xs-show {
	display: none;
}

.one-page-arrow {
	bottom: 100px;
}

.icon-angle-down {
    content: "";
    background-image: url('../images/icon-down.png');
    z-index: 10;
    width: 25px;
    height: 25px;
    display: inline-block;
    background-position:center;
    background-size:cover;
}

.animated {
    animation-duration: 1.5s;
}

.icon-angle-down:before {
    content: "";
}


/* Lists
-----------------------------------------------------------------*/

.custom-list-lg {
		list-style-image: url('../images/tick-lg.png');
		margin-left: 80px;
    /* padding-left: 25px; */
}

.custom-list-lg li h3 {
	padding-left: 30px;
	display: inline-block;
	vertical-align: middle;
}

.iconlist {
	list-style-image: url('../images/tick-sml.png');
	padding-left: 25px;
}


/* Clients section
-----------------------------------------------------------------*/
.clients {
	background-color: #6C5B59;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	padding: 60px 40px;
}

.clients-row {
	margin: 10px -40px;
	display: flex;
	flex-wrap: wrap;
}

.clients-container img {
	max-width: 80%;
}


/* Contact Us
-----------------------------------------------------------------*/

.section-form form {
	width: 100%;
	padding: 20px 0;
}

.section-contact-info {
	padding: 20px 0;
}


.section-form.col-md-6 {
	margin: 0 20px;
}

.section-form input, textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 16px 25px;
	border: 1px solid #6C5B59;
	border-radius: 7px;
}

.section-form input {
	/* max-width: 549px; */
}

.section-form input.button {
	min-width: 152px;
	width: auto;
	background-color: #6C5B59;
}

.col-left {
	padding-right: 20px;
}

.col-right{
	padding-left: 20px;
}



/* Footer
-----------------------------------------------------------------*/

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	padding: 16px 0;
}

#footer a {
	color: #fff;
}



/* demo css
-----------------------------------------------------------------*/
.bg-color {
	background-color: var(--themecolor, #210704) !important;
}

.hero-diagonal::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(33, 7, 4, 1) 45%, rgba(33, 7, 4, 0.5) 100%);
	-webkit-clip-path: none;
	clip-path: none;
	background-position: center center;
	background-size: cover;
	z-index: 2;
}


.owl-carousel .jumbotron { height: 500px; }

.owl-item .jumbotron {
	opacity: .5;
	transform: scale(0.95);
	transition: all .5s ease;
}

.owl-item .jumbotron-text {
	opacity: 0;
	transform: scale(0.9);
	transition: all .4s .2s ease;
}

.owl-item.active .jumbotron,
.owl-item.active .jumbotron-text {
	opacity: 1;
	transform: scale(1);
}

#oc-gallery .owl-nav [class*=owl-] {
	opacity: 1;
	left: 61px !important;
	top: 55%;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #333;
	background-color: transparent;
	font-size: 28px;
	border-radius: 0;
}

#oc-gallery.owl-nav .owl-next {
	left: auto;
	right: -61px;
}

#oc-gallery .owl-nav .owl-next {
	left: auto !important;
	right: 62px !important;
	border-radius: 0;
}

#oc-gallery .owl-nav [class*=owl-]:hover {
	transform: scale(1.3);
	background-color: transparent !important;
	color: #210704 !important;
	color: var(--themecolor, #210704) !important;
}

/* Owl Carousel - Responsive
-----------------------------------------------------------------*/
.device-md #oc-gallery .owl-nav .owl-prev { left: 67px !important; }
.device-md #oc-gallery .owl-nav .owl-next { right: 67px !important; }

.device-sm #oc-gallery .owl-nav .owl-prev,
.device-xs #oc-gallery .owl-nav .owl-prev { left: 27px !important; }

.device-sm #oc-gallery .owl-nav .owl-next,
.device-xs #oc-gallery .owl-nav .owl-next { right: 27px !important; }

.price-features {
	border: 1px solid #210704;
	border-color: var(--themecolor, #210704);
	border-radius: 10px;
}

.price-features > div { padding: 60px; }

.price-features .iconlist li {
	margin-bottom: 10px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif !important;
}

.text-title {
	position: relative;
	display: block;
	top: 15px;
	text-align: center;
}

.text-title h3 {
	display: inline;
	margin-bottom: 0;
	padding: 0 20px;
	background-color: #FFF;
}

.text-title h3 img {
	display: none;
}

@media (min-width: 1920px) {
	.page-title-container .heading-block {
		top: 50%;
		transform: translate(0%, 50%);
	}

	.leading-image {
		background: url(../images/leading-image.png) no-repeat bottom -100px right -400px / auto 100%;
		background-size: cover;
	}
}

@media (min-width: 992px) {

	.hero-diagonal::before {
		width: 60%;
		-webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	}

	img.mfp-img {
		max-width: 850px;
	}
	
}

@media (max-width: 1440px) {

	.menu-link, .menu-link.button {
		font-size: 18px;
		line-height: 26px !important;
	}

	.heading-logo-container img {
		max-width: 300px;
	}

	.heading-logo-container {
		margin-top: 25px;
	}
}

@media (max-width: 1280px) { 

	header .container-fullwidth {
		margin: 0 20px;
	}

	.heading-logo-container img {
		max-width: 250px;
	}

	.leading-image {
		/* background: url(../images/leading-image.png) no-repeat center right -300px; */
	}

	.page-title-container .heading-block {
		transform: translate(0%, 10%);
	}

	.button, .menu-link {
		font-size: 16px;
	}

	.menu-link {
		padding: 33px 10px;
	}

	.menu-link.social-item {
		padding: 0 0 0 10px;
	}

	.menu-link {
		word-wrap: break-word;
	}
}

@media (max-device-width: 1024px) and (orientation:landscape) {
	/* For landscape layouts only */
	.heading-logo-container {
		margin-top: 15px;
	}

	.heading-logo-container img {
		max-width: 200px;
	}

	.page-title-container .heading-block {
		transform: translate(0%, 2%);
	}

	.heading-block h1 {
		margin-bottom: 20px;
	}

	.heading-block p {
		margin-bottom: 15px;
	}

  }


@media (max-width: 991.98px) {

	.header-row {
		justify-content: space-between;
	}

	#primary-menu-trigger {
		left: 0;
	}

	.page-title-container .heading-block {
		transform: translate(0%, 20%);
	}

	.hero-diagonal::before {
		background: rgba(33, 7, 4, 0.66) !important;
	}

	.leading-image-wrapper  {
		max-height: calc(100vh - 60px); 
	}
	

	.leading-image {
		background: url('../images/leading-image.png') no-repeat center right 70% / auto 100%;
		/* background: url('../images/leading-image.png') no-repeat bottom 15% right -400px; */

	}

	.heading-block h1 {
		margin-bottom: 20px;
	}

	.heading-block p {
		margin-bottom: 15px;
	}
	
}

@media (max-width: 768px) {

	.section {
		margin: 30px 0;
		padding: 30px 0;
	}

	.heading-container {
		text-align: center;
	}

	.page-title-container {
		justify-content: center;
	}

	.col-left {
		padding-right: 0
	}

	.col-right {
		padding-left: 0;
	}

	.heading-logo-container img {
		max-width: 207px;
	}

	.custom-list-lg {
		list-style-image: url('../images/tick-lg.png');
		margin-left: 60px;
	}

	.custom-list-lg li p {
		padding-left: 20px;
	}

	.iconlist {
		width: 100px;
		margin: 0 auto;
	}

 }

@media (max-width: 576px) {

	.heading-block h1 {
		font-size: 26px;
		line-height: 40px;
	}

	h1 {
		font-size: 22px;
		line-height: 26px;
	}

	h3 {
		font-size: 18px;
		line-height: 26px;
	}

	.heading-block p, p, span, .button, .menu-link {
		font-size: 15px;
		line-height: 20px !important;
	}

	.page-title-container .heading-block {
		transform: translate(0%, 15%);
	}

	.heading-container {
		/* width: 75%; */
		max-width: 275px;
		margin: 0 auto;
	}

	.heading-container p {
		padding: 0 13px;
	}

	.heading-logo-container {
		margin-top: 20px;
	}

	.clients-container .row {
		display: flex;
		justify-content: center;
		text-align: center;
	}

	.clients .row img {
		padding: 10px 0;
		max-width: 145px;
	}

	.owl-carousel .jumbotron { 
		height: 308px; 
	}

	.text-title {
		top: 35px;
	}

	.text-title h3 {
		padding: 0 5px;
	}

	.d-xs-none {
		display: none !important;
	}

	.d-xs-show {
		display: block !important;
	}

	.section-contact-info img {
		width: 28px;
	}

	.one-page-arrow {
		bottom: 5%;
	}

	.custom-list-lg li h3 {
		padding-left: 20px;
	}

}


@media (max-width: 360px) {

	.heading-logo-container {
		margin-top: 10px;
	}

	.heading-logo-container img {
		max-width: 150px;
	}

	.page-title-container .heading-block {
		transform: translate(0%, 5%);
	}

	.header-contact-details a {
		font-size: 12px;
	}
}

@media (max-width: 360px) {

	.one-page-arrow {
		bottom: 2%;
	}
 }

