@charset "utf-8";
/**=========================================================
 * Theme Name   :  Halley Aesthetics
 * Author       :  Gladys & Shashikant
 * Description  :  January 2022
 * File Name	:  style.css
=========================================================**/
@font-face {
  	font-family: 'OpenSans';
  	src: url('fonts/OpenSans-Light.woff') format('woff'),
		 url('fonts/OpenSans-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
  	font-family: 'OpenSans';
  	src: url('fonts/OpenSans-LightItalic.woff') format('woff'),
		 url('fonts/OpenSans-LightItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
	}

@font-face {
	font-family: 'OpenSans';
  	src: url('fonts/OpenSans-Regular.woff') format('woff'),
		 url('fonts/OpenSans-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'OpenSans';
  	src: url('fonts/OpenSans-Italic.woff') format('woff'),
		 url('fonts/OpenSans-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
  	font-family: 'OpenSans';
  	src: url('fonts/OpenSans-Semibold.woff') format('woff'),
		 url('fonts/OpenSans-Semibold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
  	font-family: 'OpenSans';
  	src: url('fonts/OpenSans-SemiboldItalic.woff') format('woff'),
		 url('fonts/OpenSans-SemiboldItalic.woff2') format('woff2');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
	font-family: 'OpenSans';
  	src: url('fonts/OpenSans-Bold.woff') format('woff'),
		 url('fonts/OpenSans-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
  	font-family: 'OpenSans';
  	src: url('fonts/OpenSans-BoldItalic.woff') format('woff'),
		 url('fonts/OpenSans-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
	font-family: 'OpenSans';
  	src: url('fonts/OpenSans-ExtraBold.woff') format('woff'),
		 url('fonts/OpenSans-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
  	font-family: 'OpenSans';
  	src: url('fonts/OpenSans-ExtraBoldItalic.woff') format('woff'),
		 url('fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2');
	font-weight: 800;
	font-style: italic;
	font-display: swap;
	}

@font-face {
	font-family: 'PlayfairDisplay';
  	src: url('fonts/PlayfairDisplay-Regular.woff') format('woff'),
		 url('fonts/PlayfairDisplay-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'PlayfairDisplay';
  	src: url('fonts/PlayfairDisplay-Italic.woff') format('woff'),
		 url('fonts/PlayfairDisplay-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
	}
	
@font-face {
	font-family: 'PlayfairDisplay';
  	src: url('fonts/PlayfairDisplay-Bold.woff') format('woff'),
		 url('fonts/PlayfairDisplay-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
	font-family: 'PlayfairDisplay';
  	src: url('fonts/PlayfairDisplay-BoldItalic.woff') format('woff'),
		 url('fonts/PlayfairDisplay-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
	}

/* Global Styles */

*, *:after, *:before {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	}

html {
    height: 100%;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}
	
html, body {
	height: 100%;
	}
	
body {
	font-family: OpenSans, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #2c2c2c;
	font-weight: 400;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #ffffff url(../images/ajax-loader.gif) center center no-repeat;
	overflow-x: hidden;
	}
	
::selection {
	background: #666666; /* Safari */
	color: #fff;
	}
	
::-moz-selection {
	background: #666666; /* Firefox */
	color: #fff;
	}
		
img {
  	max-width: 100%;
  	vertical-align: middle;
  	-ms-interpolation-mode: bicubic;
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    img {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    img {
        image-rendering: unset !important;
    }
}}
	
a, a:focus, a:hover {
	color: #e82644;
	outline: none;
	cursor: pointer;
	text-decoration: none;
    box-shadow: none !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
a:hover {
	color: #1f1f1f;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

:focus, ::-moz-focus-inner {
	border: none;
	outline: none !important;
	}

fieldset, a img {
	border: none;
	}

ol, ul {
	margin: 0px auto;
	padding-left: 15px;
    list-style-position: outside;
    /*list-style-type: none;*/
	}
	
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
	}
	
/* ClearFix */
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	}

.container:after {
	display: block;
	content: " ";
	clear: both;
	}
	
.clearfix:after {
    display: block;
    content: ".";
    height: 0px;
    clear: both;
    visibility: hidden;
	}
	
.clearfix {
	display: inline-table;
	}

/* Hides from IE-mac \*/
.clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
/* wrapper */
	
#wrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
    height: 100%;
    width: 100%;
	display: block;
	margin: 0 auto;
    overflow: hidden;
    /*max-width: 1920px;*/
	background: #ffffff;
	}
	
body,
#wrapper,
.footer-wrapper {
	opacity: 0;
	}
	
.container,
.header-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	max-width: 1200px;
	padding: 0px 30px;
	}

.wide-container {
    max-width: 1460px;
	}

.header-container {
    max-width: 100%;
	padding: 0px 60px;
	}

/* Header Styles */

#pageHeaderWrapper {
	position: absolute;
    top: 0px;
    left: 0px;
	width: 100%;
	z-index: 1001;
	display: block;
	margin: 0px auto;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	}

#pageHeader {
	position: relative;
	width: 100%;
	float: left;
	z-index: 1002;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	/*background: #ffffff;*/
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	}

.is-sticky #pageHeader {
    left: 0px;
    /*left: auto;
    max-width: 1920px;*/
	/*background: #ffffff;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);*/
	}

.headerTop {
	position: relative;
	width: 100%;
	float: left;
	z-index: 1003;
	display: block;
	margin: 0px auto;
	padding: 0px 0px;
	/*background: #ffffff;*/
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
    -o-transition: all 1s;
	transition: all 1s;
	}

.headerTop.active,
.thankyoupage .is-sticky .headerTop {
	/*background: #000000;*/
    background: rgba(0,0,0,0.5);
	}

/* Top Header Container */

.topHeaderContainer {
	position: relative;
	display: flex;
	margin: 0px auto;
    align-items: center;
    }

/* Top Right Header */
	
.topRightContainer {
	position: relative;
	display: block;
    font-size: 16px;
    line-height: 24px;
	margin: 0px 0px 0px auto;
	}

/* Logo */
	
.logo {
	position: relative;
	display: block;
    float: left;
	padding: 0px;
	width: 188px;
	height: 80px;
	z-index: 1001;
	overflow: hidden;
	margin: 30px 0px 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.logo a {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	}

.logo img {
	position: relative;
	display: block;
	height: auto;
	max-width: 100%;
	}

/* Header Group Container */
	
.headerGroupContainer {
	position: relative;
	float: right;
	display: block;
	padding: 0px 0px;
	margin: 0px 0px 0px auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.is-sticky .headerGroupContainer {
	}

/* Header Language Switcher Box */

.header-language-switcher-box {
	position: relative;
	padding: 0;
    height: 30px;
	display: inline-block;
    vertical-align: middle;
	margin: 15px 15px 15px 15px;
	}
	
.header-language-switcher-box > a {
	position: relative;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
    height: 30px;
	display: block;
    line-height: 30px;
	}

.header-language-switcher-box > a .fa {
	position: relative;
    font-size: 10px;
    line-height: 1;
	}

#header-language-switcher {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 30px;
    }

.header-language-switcher {
    font-family: Helvetica, Arial, "sans-serif";
	position: absolute;
	display: block;
	padding: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    font-weight: 400;
	list-style: none;
	margin: 0px 0px 0px;
    text-transform: uppercase;
	}
	
.header-language-switcher>li {
	position: relative;
    display: block;
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	margin: 0px auto 0px;
	}

.header-language-switcher>li a {
	position: relative;
    display: block;
    height: 30px;
    padding: 5px;
	color: #2c2c2c;
	line-height: 19px;
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
	}

.header-language-switcher>li a:hover,
.header-language-switcher>li.selected a {
    color: #e82644;
	}

/* Header Top Links */
	
.headerTopLinks {
	position: relative;
	float: right;
	padding: 0;
	display: block;
	list-style: none;
	margin: 15px -15px 15px 15px;
	}
	
.headerTopLinks>li {
	position: relative;
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 15px 0px 15px;
	}
	
.headerTopLinks>li.header-wishlist-menu,
.headerTopLinks>li.header-user-menu,
.headerTopLinks>li.header-cart-menu {
	display: none !important;
	}
	
.headerTopLinks>li a {
	position: relative;
    display: block;
    height: 30px;
	color: #ffffff;
	line-height: 30px;
	}

.headerTopLinks>li img {
    position: relative;
	z-index: 1;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 30px;
	margin: 0px auto;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	}

.headerTopLinks>li.header-cart-menu a span {
	position: absolute;
    color: #ffffff;
    right: -12px;
    z-index: 2;
    top: -12px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    background: #e82644;
    display: inline-block;
	}

.headerTopLinks>li img.showicon {
	display: block;
	}

.headerTopLinks>li img.hiddenicon {
	display: none;
	}

.headerTopLinks>li:hover>a img.showicon,
.headerTopLinks>li.selected>a img.showicon {
	display: none;
	}

.headerTopLinks>li:hover>a img.hiddenicon,
.headerTopLinks>li.selected>a img.hiddenicon {
	display: block;
	}

.headerTopLinks>li a:hover,
.headerTopLinks>li.selected a {
    color: #313131;
	}

/* Quick Header Search */

.quick-header-search .form-control {
	height: 50px;
	padding: 14px 15px;
	border-radius: 0px;
	border: 1px solid #ffffff;
	}
	
.quick-header-search .form-control:focus,
.quick-header-search .form-control:hover {
	border: 1px solid #cf122d;
	}

.quick-header-search .btn-1 {
	position: relative;
	border: none;
	height: 50px;
	color: #ffffff;
	line-height: 1;
	font-size: 16px;
	border-radius: 0;
	padding: 10px 20px;
	text-align: center;
	background: #cf122d;
	vertical-align: top;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.quick-header-search .btn-1:hover {
    color: #ffffff;
	background: #cf122d;
	border-color: #cf122d;
	}

.quick-header-search .close {
	position: absolute;
	color: #ffffff;
	opacity: 1;
	right: 0;
	top: -30px;
	text-shadow: none;
	}

.quick-header-search .close:hover {
	color: #ff0000;
	}
	
.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0px;
	}

.modal-backdrop.show {
	opacity: 0.8;
	}

/* Header Menu */

.headerMenu {
	position: fixed;
	height: 100%;
	top: 0;
	z-index: 999;
	padding: 0px;
	width: 250px;
	right: -250px;
	overflow: hidden;
	background-color: transparent;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.is-sticky .headerMenu {
	/*background: #000000;*/
    background: rgba(0,0,0,0.5);
	}
	
.headerMenu.show {
	right: 0px;
	}
	
.header-menu-wrapper {
	position: relative;
	display: block;
	width: 100%;
    color: #ffffff;
	padding: 170px 30px 60px;
	}
	
.header-menu-container {
	position: relative;
	display: block;
	overflow: hidden;
	}
	
.mainmenu ul {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	font-size: 15px;
    font-weight: 700;
	text-align: right;
	list-style-type: none;
	}
	
.mainmenu>ul>li {
	position: relative;
	display: block;
	line-height: 24px;
	margin: 0px auto 15px;
	}

.mainmenu>ul>li a {
	position: relative;
	display: block;
	color: #ffffff;
	overflow: hidden;
	line-height: 24px;
	padding: 0px 0px 0px;
	}

.mainmenu>ul>li a span {
	position: relative;
	display: block;
	height: 100%;
	z-index: 2;
	}

.mainmenu>ul>li:hover>a,
.mainmenu>ul>li.selected>a {
	color: #e82644;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}

.mainmenu>ul>li.selected>a {
	}

.mainmenu>ul ul,
.mainmenu>ul ul ul {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	font-size: 15px;
    font-weight: 400;
	margin: 0px auto;
	text-align: right;
	text-transform: none;
	list-style-type: none;
	}
	
.mainmenu ul ul ul {
	}

.mainmenu>ul ul a,
.mainmenu>ul ul ul a {
	position: relative;
	display: block;
	color: #ffffff;
	line-height: 24px;
	padding: 8px 0px 8px;
	}

.mainmenu>ul ul li:hover>a,
.mainmenu>ul ul li.selected>a,
.mainmenu>ul ul ul li:hover>a,
.mainmenu>ul ul ul li.selected>a {
	color: #e82644;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	}

/* Scroller Container */
	
.scroller-content-area {
	position: relative;
	display: block;
	width: 100%;
	/*height: 100%;*/
	overflow: hidden;
	}

.mCSB_inside > .mCSB_container {
	margin-right: 30px !important;
	}

.mCSB_scrollTools {
	z-index: 99999;
	opacity: 1 !important;
	}
	
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background: #dbdbdb !important;
	border: none !important;
	width: 5px !important;
	border-radius: 0px;
	}
	
.mCSB_scrollTools .mCSB_dragger {
	cursor: auto !important;
	}
	
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    cursor: pointer;
	border-radius: 0px;
	width: 5px !important;
	z-index: 99999 !important;
	background: #1f1f1f !important;
	}
	
.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 5px !important;
	}
	
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100% !important;
	margin: 0px !important;
	}
	
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    cursor: pointer;
	width: auto !important;
	height: 5px !important;
	min-width: 70px !important;
	margin: 0px auto !important;
	}
	
.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0px !important;
	margin-bottom: 10px;
	}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0px;
    }
	
/* Banner Styles */

.bannerWrapper {
	position: relative;
	display: block;
	width: 100%;
	z-index: 2;
	height: 100%;
	margin: 0px auto;
	}
	
.banner {
	position: relative;
	display: block;
	z-index: 0;
	margin: 0px auto;
	}

.homeBannerSlider {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
	}
	
[data-animation-in] {
	opacity: 0;
	}
	
.banner-slide {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	}
	
.banner-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	padding: 0px;
	margin: 0px auto;
	}
	
/*.banner-slide figure img {
	width: 100% !important;
	height: auto;
	}*/

.banner-slide figure img {
	position: relative;
    height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.bg-img {
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	background-size: cover;
	background-position: center center;
	}

.bg-img img {
	display: none !important;
	}

.main-slider .slick-slide,
.main-slider .slick-slide:before,
.main-slider .banner_caption {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	}

.main-slider .slick-slide:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.main-slider {
	position: relative;
	width: 100%;
	/*height: 38vw;
	min-height: 8vw;*/
	opacity: 0;
	/*height: 100%;
	min-height: 100%;*/
	overflow: hidden;
	margin-bottom: 0px;
	visibility: hidden;
	transition: all 1.2s ease;
	}

.main-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
	}

.main-slider .slick-slide,
.main-slider .slick-slide > div,
.main-slider .slick-slide .item {
	position: relative;
    padding: 0px;
	width: 100%;
    font-size: 0px;
    margin: 0px auto;
	/*height: 38vw;*/
    display: block !important;
	}
	
.main-slider .slick-slide .embed-responsive {
    height: 100%;
    }

.main-slider .slick-slide video {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	margin: 0px 0px 0px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    
    /*position: relative;
    height: 100%;
	width: 100%;*/
	}

.main-slider .slick-slide iframe {
	/*pointer-events: none;
	position: relative;*/
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	}

.main-slider .slick-slide .slide-image {
	opacity: 0;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: all .8s ease;
	}

.main-slider .slick-slide .slide-image.show {
	opacity: 1;
	}

.main-slider .slick-slide .image-entity {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	}

.main-slider .slick-slide .loading {
	position: absolute;
	top: 44%;
	left: 0;
	width: 100%;
	}

.main-slider .slick-slide .slide-media {
	-webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	}

.main-slider .slick-slide.slick-active {
	z-index: 1;
	}

.main-slider .slick-slide.slick-active .slide-media {
	-webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
	}

.main-slider .slick-slide.slick-active .banner_caption {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
	}

.main-slider .slick-slide.video .banner-slide-bg {
	display: none;
	}

.main-slider .slick-slide figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
    height: 100%;
	padding: 0px;
	margin: 0px auto;
	}

.main-slider .slick-slide figure img {
	position: relative;
    height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	opacity: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display: block;
	margin: 0px auto;
    background: rgba(0,0,0,0.2);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	}

.banner_caption:before {
	position: absolute;
	z-index: -1;
    content: '';
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
    background: url("../images/shadow1.png") 0px 0px repeat-x;
	}
	
.banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
    width: 100%;
	margin: 0px auto;
    max-width: 1200px;
	padding: 0px 30px;
	}
	
.banner_caption .captionContainer {
	position: relative;
	color: #28388d;
    padding: 100px 0px;
	display: table-cell;
	vertical-align: bottom;
	}
	
.banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px 0px;
    max-width: 750px;
	}

.banner_caption .captionContainer .bannerHeading1 {
	font-family: PlayfairDisplay;
	font-size: 80px;
	color: #ffffff;
	line-height: 1.1;
	font-weight: 400;
	padding-bottom: 0px;
	text-transform: none;
	letter-spacing: -1.6px;
	}
	
.banner_caption .captionContainer p {
	}
	
.video-toggle-btn,
.video-toggle-btn a {
    position: relative;
    display: none !important;
    color: #e82644;
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-top: 15px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    }

.video-toggle-btn a {
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 0px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #e82644;
    }

.playBtn.inactive,
.pauseBtn.inactive {
    display: none;
    }
	
.main-slider .slick-prev,
.main-slider .slick-next {
	}
	
.main-slider .slick-prev {
    left: 5px;
	}
	
.main-slider .slick-next {
    right: 5px;
	}
	
.main-slider .slick-dots {
	z-index: 5;
	left: 0px;
	width: 100%;
	bottom: 20px;
	font-size: 0px;
	text-align: center;
	margin: 0px auto 0px;
	}

@-webkit-keyframes slideIn {
	from {
		-webkit-filter: blur(15px);
		filter: blur(15px);
		}
	to {
		-webkit-filter: blur(0);
		filter: blur(0);
		}
	}

@keyframes slideIn {
	from {
		-webkit-filter: blur(15px);
		filter: blur(15px);
		}
	to {
		-webkit-filter: blur(0);
		filter: blur(0);
		}
	}

@-webkit-keyframes slideOut {
	from {
		-webkit-filter: blur(0);
		filter: blur(0);
		}
	to {
		-webkit-filter: blur(15px);
		filter: blur(15px);
		}
	}

@keyframes slideOut {
	from {
		-webkit-filter: blur(0);
		filter: blur(0);
		}
	to {
		-webkit-filter: blur(15px);
		filter: blur(15px);
		}
	}
	
/* Container Style */
	
.pt0 { padding-top: 0px !important; }
.pt5 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }
.pt60 { padding-top: 60px !important; }
.pt100 { padding-top: 100px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb5 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb100 { padding-bottom: 100px !important; }

.mt0 { margin-top: 0 !important; }
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt100 { margin-top: 100px !important; }

.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb100 { margin-bottom: 100px !important; }

.mg5 { margin: 5px !important; }
.p15 { padding: 15px !important; }
.ml0 { margin-left: 0px !important; }
.mr0 { margin-right: 0px !important; }
.ml5 { margin-left: 5px !important; }
.mr5 { margin-right: 5px !important; }
.ml10 { margin-left: 10px !important; }
.mr10 { margin-right: 10px !important; }
.ml15 { margin-left: 15px !important; }
.mr15 { margin-right: 15px !important; }
.ml20 { margin-left: 20px !important; }
.mr20 { margin-right: 20px !important; }

/* Main Content Wrapper */

.main-content-wrapper {
	position: relative;
    width: 100%;
    z-index: 2;
    overflow: hidden;
	margin: 0px auto;
	padding: 0px 0px;
    max-width: 1920px;
	}

.nopadding {
    position: relative;
	padding: 0px !important;
	}

.parallaxBgContainer {
	position: relative;
    width: 100%;
    overflow: hidden;
	margin: 0px auto;
	padding: 0px 0px;
    }

.parallax-bg {
    background-repeat: no-repeat;
    background-position: center top;
    }

.bg-fix {
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    }

/* Awards Container */

.awards-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
    background: #f8f4ee;
	padding: 90px 0px 90px;
	}

.achievement-top-text {
	position: relative;
	display: block;
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
    text-align: center;
	}

/* Awards Slider */

.awards-slider {
	position: relative;
	display: block;
	padding: 0px;
	margin: 40px -10px 40px !important;
	}

.award-slide-box {
	position: relative;
	display: flex;
	float: left;
	width: 20%;
	padding: 10px;
	font-size: 16px;
    line-height: 1.4;
	align-self: stretch;
	margin: 0px 0px 30px;
	}

.award-info-box,
.award-info-box a {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #111111;
    overflow: hidden;
    text-align: center;
	}

.award-info-box a {
    pointer-events: none;
	}

.award-info-box a:hover {
	}
	
.award-pic-container {
	position: relative;
	display: block;
	height: 216px;
    padding: 0px;
	overflow: hidden;
    margin: 0px auto 30px;
	}

.award-pic-container figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}
	
.award-pic-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

.awards-slider .slick-prev,
.awards-slider .slick-next {
    top: 80px;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -otransform: translate(0,0);
    transform: translate(0,0);
	}

.awards-slider .slick-prev {
	left: -70px;
	}
	
.awards-slider .slick-next {
	right: -70px;
	}

/* Why Us Container */

.whyus-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 170px 0px 100px;
    background: #ffffff url("../images/bg1.png") right top no-repeat;
    background-size: 100% auto;
	}

.innerpage .whyus-container {
    background: #f8f4ee;
	padding: 50px 0px 50px;
	}

.whyus-text {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    margin: 0px auto 40px;
	}

.whyus-text ul {
    font-family: PlayfairDisplay;
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 0px auto;
	list-style-type: none;
	}

.whyus-text ul>li {
	position: relative;
    display: block;
	padding: 0px;
	font-size: 35px;
    line-height: 1.4;
	margin: 25px 0px 0px;
	}

.whyus-text ul>li a {
	position: relative;
	display: block;
	padding: 0px;
	color: #1f1f1f;
	}

.whyus-text ul>li a:hover,
.whyus-text ul>li.selected>a {
	color: #e82644;
	}

.whyus-text ul.nav-tabs.tabstyle1 {
    font-family: PlayfairDisplay;
	font-size: 35px;
	font-weight: 400;
	text-align: left;
	margin: 0px auto 0px;
	}

.whyus-text ul.nav-tabs.tabstyle1 li.nav-item {
	flex: auto;
    width: 100%;
	font-size: 35px;
	line-height: 1.4;
	margin: 25px 0px 0px;
	}

.whyus-text ul.nav-tabs.tabstyle1 li.nav-item a {
    border: none;
	padding: 0px;
	line-height: 1.4;
	text-align: left;
    white-space: normal;
	}
	
.whyus-text ul.nav-tabs.tabstyle1 li.nav-item a:hover,
.whyus-text ul.nav-tabs.tabstyle1 li.nav-item a.active {
	color: #e82644;
	background: transparent;
	border-color: transparent;
	}

.whyus-text2 {
	position: relative;
	display: block;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    margin: 0px auto 40px;
    padding: 200px 50px 150px 160px;
    background: url("../images/shape-bg1.png") center center no-repeat;
    background-size: 100% 100%;
	}

.whyus-text3 {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
    max-width: 820px;
    margin: 20px 0px 0px;
	}

/* Testimonials Container */

.testimonials-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 140px 0px 140px 260px;
    background-color: #f1f1f1 !important;
	}

.inner-testimonials-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 140px 110px 100px;
	}

.testimonials-content-area {
    position: relative;
    display: table;
    width: 100%;
    margin: 0px auto;
    }

.testimonials-content-wrapper {
    position: relative;
    padding: 0px;
    display: table-cell;
    vertical-align: middle;
    }

.testimonials-content-box {
    position: relative;
    display: block;
    width: 500px;
    padding: 15px 100px 15px 0px;
    }

.inner-testimonials-container .testimonials-content-box {
    width: 100%;
    max-width: 400px;
    padding: 15px 0px;
    }

.testimonials-content-box .pageTitle span {
    display: block;
    }

/* Testimonials Slider Container */

.testimonials-slider-container {
    padding: 0px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    }

.inner-testimonials-container .testimonials-slider-container {
    display: block;
    width: 100%;
    }

/* Testimonials Slider */

.testimonials-slider,
.inner-testimonials-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 0px -15px 0px;
	}

.testimonial-block {
	position: relative;
	display: flex;
	float: left;
	width: 33.3333%;
	font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
	padding: 40px 15px;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

@media (min-width: 992px) {
	.testimonials-slider .testimonial-block { width: 550px !important; }
	}

@media (min-width: 1099px) {
	.testimonials-slider .testimonial-block { width: 620px !important; }
	}

.testimonial-block-inner {
	position: relative;
	display: block;
    width: 100%;
	height: 100%;
    color: #4a4a4a;
	margin: 0px auto;
    text-align: center;
    background: #ffffff;
	padding: 60px 70px 50px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.16);
	}

.testimonial-block-inner:before {
	position: absolute;
	content: '';
    z-index: 1;
	left: 30px;
	top: -35px;
    width: 99px;
    height: 66px;
	display: block;
	overflow: hidden;
    background: url("../images/quote-icon.png") center center no-repeat;
	}

.slick-current .testimonial-block-inner:before/*,
.testimonial-block-inner:hover:before*/ {
    background: url("../images/quote-icon2.png") center center no-repeat;
	}

.client-quote {
	position: relative;
	display: block;
	width: 100%;
    font-size: 20px;
    overflow: hidden;
    margin: 0px auto 0px;
    padding: 0px 0px 1px;
	}

.client-infobox {
    position: relative;
    display: block;
    width: auto;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    }

.clientThumb {
    position: relative;
    display: block;
    width: 72px;
    height: 72px;
    text-align: center;
    margin: 0px auto 15px;
    }

.clientThumb figure {
    position: relative;
    width: 72px;
    height: 72px;
    display: block;
    margin: 0px auto;
    overflow: hidden;
    border-radius: 100%;
    }

.clientThumb figure img {
    position: relative;
    height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
    }

.client-info {
    position: relative;
    display: block;
    padding: 0px;
    }

.clientName {
	position: relative;
	display: block;
	color: #1f1f1f;
	font-size: 17px;
    font-weight: 700;
	line-height: 25px;
    text-transform: uppercase;
    }
	
.customPrevBtn,
.customNextBtn {
    position: relative;
    cursor: pointer;
    display: block;
	z-index: 5;
	width: 57px;
	height: 57px;
	font-size: 0px;
	background: none;
    border-radius: 100%;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.14);
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}
	
.customPrevBtn {
	padding: 0px 0px 0px 57px;
	background: url(../images/slick-nav.png) left top no-repeat;
	}
	
.customNextBtn {
	padding: 0px 57px 0px 0px;
	background: url(../images/slick-nav.png) right top no-repeat;
	}
	
.customPrevBtn:hover,
.customPrevBtn:focus {
	background: url(../images/slick-nav.png) left bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.customNextBtn:hover,
.customNextBtn:focus {
	background: url(../images/slick-nav.png) right bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

/* Signature Treatments Container */

.st-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 140px 0px;
    background-color: #ffffff !important;
	}

.view-all-btn {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 700;
    }

.view-all-btn a {
    position: relative;
    display: block;
    color: #e82644;
    text-decoration: underline;
    }

.view-all-btn a:hover {
	color: #1f1f1f;
	}

/* Signature Treatments Slider */

.st-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 15px -15px 0px;
	}

.st-slide-item {
	position: relative;
	display: flex;
	float: left;
	width: 20%;
	padding: 15px;
	font-size: 15px;
    line-height: 1.4;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

.st-slide-item-inner,
.st-slide-item-inner a {
	position: relative;
	display: block;
	padding: 0px;
	width: 100%;
	height: 100%;
    color: #d4d4d4;
    overflow: hidden;
    text-align: center;
	}
	
.st-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
    background: #333333;
	padding-bottom: 124.3%;
	}

.st-photo-container figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
    }

.st-photo-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	}
	
.st-slide-item-inner a:hover .st-photo-container figure img {
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%);
    filter: gray; /* IE6+ */
	}

.st-content-box {
	position: absolute;
	display: flex;
	width: 100%;
	left: 0%;
	z-index: 3;
    bottom: 0px;
	overflow: hidden;
	margin: 0px auto;
    align-items: flex-end;
    padding: 75px 40px 40px;
    justify-content: center;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.st-slide-item-inner a:hover .st-content-box {
    bottom: -150%;
	}

.st-content-box h3 {
    color: #ffffff;
    padding-bottom: 0px;
	}

.st-mask-container {
	position: absolute;
	display: flex;
	width: 100%;
	left: 0%;
	z-index: 5;
	height: 100%;
    bottom: -150%;
	overflow: hidden;
	margin: 0px auto;
    align-items: center;
    justify-content: center;
    background: rgba(21,21,21,0.82);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.st-slide-item-inner a:hover .st-mask-container {
    bottom: 0px;
	}

.st-mask-content {
	position: relative;
	display: block;
    padding: 40px;
    font-size: 15px;
	overflow: hidden;
    text-align: center;
	}

.st-mask-content h3 {
    color: #ffffff;
	}

.st-mask-content p {
    padding: 0px 10px;
	}

.readMoreBtn {
	position: relative;
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
	overflow: hidden;
    line-height: 25px;
    text-align: center;
    background: #e82644;
    border-radius: 110px;
	display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 15px 50px 15px 30px;
	}

.readMoreBtn:after {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 0;
    height: 0;
    content: '';
    text-align: center;
    margin: -5px auto 0px;
    border-left: 8px solid #ffffff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }

/* Featured Services Container */

.featured-services-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 100px 0px;
    background-color: #ffffff !important;
	}

/* Featured Services Listing */

.FSListing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 30px -15px 30px;
	}
	
.FSListing>li {
	position: relative;
	display: flex;
	float: left;
	width: 33.3333%;
	font-size: 15px;
	line-height: 24px;
	padding: 0px 15px;
	align-self: stretch;
	margin: 0px 0px 30px;
	}
	
.FSListing>li>a {
	position: relative;
	display: block;
    /*padding: 0px;*/
	width: 100%;
	height: 100%;
	color: #151515;
	padding: 50px 45px;
	text-align: center;
    /*background: #ffffff;*/
    background: rgba(255,255,255,0.7);
	}

.FSListing>li>a:hover {
	color: #ffffff;
    background: #151515;
	}
	
.FSListing>li .FSPicContainer {
	position: absolute;
	display: block;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
	overflow: hidden;
	}
	
.FSListing>li .FSPicContainer figure {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	margin: 0px auto;
	text-align: center;
	}
	
.FSListing>li .FSPicContainer img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

.fs-content-box {
	position: relative;
	display: block;
    margin: 0px auto;
	/*padding: 50px 45px;*/
    padding: 0px 0px 1px;
	}
	
.fs-title {
	position: relative;
	display: block;
	color: #151515;
	font-size: 25px;
    font-weight: 700;
	line-height: 1.3;
    padding-bottom: 25px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.FSListing>li>a:hover .fs-title {
	color: #ffffff;
	}
	
.more-btn {
	position: relative;
	display: block;
    color: #e82644;
	padding: 0px;
	font-size: 15px;
    font-weight: 700;
	line-height: 24px;
    text-decoration: underline;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.FSListing>li>a:hover .more-btn {
	}

/* Latest News Container */

.latest-news-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 120px 0px 120px;
    background-color: #efefef !important;
	}

/* Latest News Slider */

.latest-news-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 30px -15px 0px;
	}

.latest-news-item {
	position: relative;
	display: flex;
	float: left;
	width: 20%;
	padding: 15px;
	font-size: 15px;
    line-height: 1.4;
	margin: 0px 0px 0px;
	}

.latest-news-item-inner,
.latest-news-item-inner a {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	color: #6a6a6a;
	}

.latest-news-item-inner a {
    overflow: hidden;
	}

.latest-news-item-inner a:hover {
	}

.latest-news-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 56%;
	}

.latest-news-photo-container figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}

.latest-news-photo-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	}
	
.latest-news-item-inner a:hover .latest-news-photo-container figure img {
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%);
    filter: gray; /* IE6+ */
	}

.latest-news-mask-container {
	position: absolute;
	display: flex;
	width: 100%;
	left: 0%;
	z-index: 5;
	height: 100%;
    bottom: -150%;
	overflow: hidden;
	margin: 0px auto;
    align-items: center;
    justify-content: center;
    background: rgba(29,29,29,0.82);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
	
.latest-news-item-inner a:hover .latest-news-mask-container {
    bottom: 0px;
	}

.latest-news-mask-content {
	position: relative;
	display: block;
    padding: 40px;
    font-size: 15px;
	overflow: hidden;
    text-align: center;
	}
	
.latest-news-info-box,
.latest-news-title-box,
.latest-news-text-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
	overflow: hidden;
	padding: 25px 0px 0px;
	}

.latest-news-title-box,
.latest-news-text-box {
	padding: 0px 0px 1px;
	}

.latest-news-title {
	position: relative;
	display: block;
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 5px;
	}

.latest-news-post-date {
	position: relative;
	display: block;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0px 0px 25px 25px;
    background: url("../images/calendar-icon.png") 0px 5px no-repeat;
    background-size: 12px 14px;
	}

.latest-news-info-box p:last-child {
    margin-bottom: 0px;
    }

/* TV And Radio Container */

.av-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 1;
	margin: 0px auto;
	padding: 140px 0px 140px;
    background: url("../images/bg4.png") right top no-repeat;
	}

.av-container:before {
	position: absolute;
	display: block;
    bottom: 0px;
    left: 0px;
    content: '';
    z-index: -1;
	padding: 0px;
    width: 945px;
    height: 274px;
	margin: 0px auto;
    background: url("../images/bg5.png") left bottom no-repeat;
	}

.innerpage .av-container {
    background: url("../images/bg9.jpg") right top no-repeat;
	}

/* Video Outer Container */

.video-outer-container {
	position: relative;
	display: block;
    width: 100%;
	padding: 0px;
	margin: 0px auto;
	}

/* Video Outer Slider Container */

.video-outer-slider-container {
    position: relative;
	display: block;
    width: 100%;
	padding: 0px;
	margin: 0px auto;
    }

/* Video Outer Slider */

.video-outer-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 0px -15px 0px;
	}

.video-outer-slide-block {
	position: relative;
	display: flex;
	float: left;
	width: 100%;
    line-height: 1.4;
    overflow: hidden;
	padding: 0px 15px;
	align-self: stretch;
	margin: 0px 0px 0px;
	}

/* Bootstrap Video Carousel */

.video-carousel {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    margin: 0px auto;
    }

.video-outer-slider-container .carousel-indicators {
    position: static;
    display: flex;
    width: auto;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    white-space: nowrap;
    flex-flow: row nowrap;
    margin: 0px 0px 30px;
    justify-content: flex-start;
    }

.video-outer-slider-container .carousel-indicators li {
    position: relative;
    display: flex;
    border: none;
    float: left;
    opacity: 1;
    width: 210px;
    height: auto;
    flex-shrink: 0;
    text-indent: 0px;
    box-sizing: border-box;
    margin: 0px 25px 0px 0px;
    }

.video-outer-slider-container .carousel-indicators li:last-child {
    margin-right: 0px;
    }

.video-outer-slider-container .carousel-indicators li .videoThumbSlide {
    padding: 0px;
    }

/* Main Video Gallery Container */
	
.mainVideoGalleryContainer {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px auto;
	}
	
.mainVideoGalleryBox {
	position: relative;
	overflow: hidden;
	display: block;
	}
	
.mainVideoSlideItem {
	position: relative;
	display: block;
	width: 100%;
	}
	
.mainVideoItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
    background: #ffffff;
	padding-bottom: 56.25%;
	}
	
.mainVideoItem figure {
	position: absolute;
	overflow: hidden;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
    display: block;
    text-align: center;
	margin: 0px auto !important;
	}
	
.mainVideoItem figure img {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
	}

.videoInfoContainer {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
    padding: 30px 0px 0px;
	}

.videoInfoContainer h5 {
    padding-bottom: 10px;
	}

.videoInfoContainer p:last-child {
    margin-bottom: 0px;
	}
	
.videoThumbSliderBox {
	position: relative;
	display: block;
    margin: 0px -12px;
	padding: 0px 0px 50px;
	}

/*.videoThumbSliderBox .slick-list {
    overflow: auto !important;
    }*/

.videoThumbSlide {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 12px;
	overflow: hidden;
	text-align: center;
	margin: 0px 0px 0px;
	}

@media (min-width: 768px) {
	.videoThumbSlider .videoThumbSlide { width: 235px !important; max-width: 235px !important; }
	}
	
.videoThumbItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto;
    background: #ffffff;
	padding-bottom: 56.25%;
	}
	
.slick-current .videoThumbItem {
	}
	
.videoThumbItem figure {
	position: absolute;
	padding: 0px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    overflow: hidden;
    text-align: center;
	margin: 0px auto !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.videoThumbItem figure img {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

/*.videoThumbSliderBox .slick-disabled {
	display: none !important;
	}*/

/* Radio/Audio Container */

.radio-outer-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 70px;
	}

/* CTA Section */

.cta-container {
	position: relative;
	display: block;
	padding: 0px;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
	margin: 0px auto;
	}

.cta-container figure {
	position: absolute;
	display: block;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: -1;
    bottom: 0px;
    margin: 0px auto;
    overflow: hidden;
	}

.cta-container figure img {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.cta-container-inner {
	position: relative;
	display: block;
    width: 100%;
    z-index: 2;
    color: #ffffff;
	margin: 0px auto;
	padding: 60px 0px;
    text-align: center;
    background: #e82644;
	}

.cta-container h1,
.cta-container h2,
.cta-container .pageTitle h1,
.cta-container .pageTitle h2 {
    color: #ffffff;
    font-size: 40px;
	}

.cta-content-area {
    position: relative;
    display: block;
    width: 100%;
    }

.cta-content-area p {
    margin: 0px auto;
    }

.cta-container .link-btn {
	}

.cta-container .link-btn a {
    background: #ffffff;
    color: #e82644 !important;
	}

.cta-container .link-btn a:after,
.cta-container .link-btn2 a:after {
    border-left-color: #e82644;
    }

/* About Container */

.about-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 90px 0px 120px;
    background: #ffffff url("../images/bg6.png") left bottom no-repeat;
	}

.about-container:before {
	position: absolute;
	display: block;
    bottom: -10px;
    right: 0px;
    content: '';
    z-index: -1;
	padding: 0px;
    width: 482px;
    height: 100%;
	margin: 0px auto;
    background: url("../images/shape-bg2.png") right bottom no-repeat;
	}

.about-content-area {
	position: relative;
	display: block;
    width: 100%;
	padding: 0px;
	margin: 0px auto;
    max-width: 980px;
	}

/* Doctor Info Container */

.doctor-info-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 80px 0px 0px;
    background-color: #f0f0f0;
	}

.reverse-container .row,
.reverse-row {
    flex-flow: row-reverse;
    }

.doctor-info-content-area {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 30px 0px;
    }

.doctor-info-content-area .pageTitle1 {
    padding-bottom: 40px;
    }

.doctor-info-content-area h2 {
    padding-bottom: 10px;
    letter-spacing: -0.7px;
    }

.doctor-info-content-area .photoContainer {
    margin: 40px auto 0px;
    }

.doctor-pic-container,
.doctor-pic-container figure {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    margin: 0px auto;
	}
	
.doctor-pic-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

/* Interactive Categorisation Container */

.ic-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 3;
	margin: 0px auto;
	padding: 90px 0px 120px;
    background: url("../images/bg4.png") right top no-repeat;
	}

.ic-container:before {
	position: absolute;
	display: block;
    bottom: 0px;
    left: 0px;
    content: '';
    z-index: -1;
	padding: 0px;
    width: 945px;
    height: 274px;
	margin: 0px auto;
    background: url("../images/bg5.png") left bottom no-repeat;
	}

.ic-content-area {
	position: relative;
	display: block;
    width: 100%;
	padding: 0px;
	margin: 0px auto;
	}

.ic-content-area p {
    max-width: 480px;
	}

.reverse-row .ic-content-area p {
    max-width: 525px;
	}

.ic-pic-container,
.ic-pic-container figure {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    overflow: hidden;
    margin: 0px auto;
	}
	
.ic-pic-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.samll-box-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
    max-width: 315px;
	padding: 40px 0px 0px;
	}

.samll-box-icon-container {
    position: relative;
    display: block;
    padding: 0px;
    width: 280px;
    height: 210px;
    overflow: hidden;
    margin: 0px 0px 40px;
	}

.samll-box-container .contactImgBox {
    margin-bottom: 20px;
    }

.samll-box-icon-container figure {
    position: absolute;
	overflow: hidden;
    display: block;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}
	
.samll-box-icon-container figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

/* Interactive Categorisation Container 2 */

.ic-container2 {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 60px 0px 60px;
	}

/* FAQ Container */

.faq-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 1;
	margin: 0px auto;
	padding: 70px 0px 100px;
    background: url("../images/bg11.jpg") left bottom no-repeat;
	}

/* Accordion */

.accordion-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 30px auto 0px;
	}

.accordion {
    }

.card {
	padding: 0px;
	border: none;
	margin: 0px auto;
	background: transparent;
	border-radius: 0px !important;
	}

.accordion .card {
    overflow: visible;
    }

.card + .card {
	margin-top: 20px;
	}

.card-header {
    font-family: OpenSans;
	padding: 0px;
	font-size: 20px;
	font-weight: 700;
	border-bottom: none;
    text-transform: none;
    margin-bottom: 0px !important;
	background-color: transparent;
	}

.card-header a {
	position: relative;
	color: #1f1f1f;
	display: block;
	font-weight: 700;
	line-height: 28px;
	background: #f8f4ee;
    border: 1px solid #e1d0b8;
	padding: 15px 90px 15px 50px;
	}
	
.card-header a:after {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	content: '\f067';
	right: -0px;
	top: 0%;
    width: 60px;
    height: 100%;
	display: flex;
    color: #ffffff;
    font-size: 15px;
	font-weight: 900;
	overflow: hidden;
	line-height: 30px;
    text-align: center;
    align-items: center;
    background: #e82644;
    justify-content: center;
	padding: 15px 15px 15px;
	}

.card-header a:hover,
.card-header a[aria-expanded="true"] {
	}
	
.card-header a[aria-expanded="true"] {
	}
	
.card-header a[aria-expanded="true"]:after {
	content: '\f068';
	}

.accordion .card-body {
    position: relative;
    display: block;
	padding: 40px 50px;
    background: #ffffff;
    border: 1px solid #e1d0b8;
	}

.responsive-img-container {
    position: relative;
    display: block;
    width: 100%;
    height: 0px;
    padding: 56.25%;
    overflow: hidden;
    margin: 0px 0px 0px;
	}

.embed-responsive .embed-responsive-item figure,
.embed-responsive figure,
.embed-responsive figure,
.embed-responsive figure,
.embed-responsive figure {
    position: absolute;
	overflow: hidden;
    display: block;
	padding: 0px;
    width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
    height: 100%;
	text-align: center;
	margin: 0px auto !important;
	}
	
.embed-responsive .embed-responsive-item figure img,
.embed-responsive figure img,
.embed-responsive figure img,
.embed-responsive figure img,
.embed-responsive figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

/* Services Container */

.services-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 1;
	margin: 0px auto;
	padding: 100px 0px 100px;
    background: url("../images/bg12.png") right top no-repeat;
	}

.services-container:before {
	position: absolute;
	display: block;
    bottom: 0px;
    left: 0px;
    content: '';
    z-index: -1;
	padding: 0px;
    width: 1068px;
    height: 240px;
	margin: 0px auto;
    background: url("../images/bg13.png") left bottom no-repeat;
	}

.services-container.new:before {
    display: none !important;
	}

.services-container.new .card-header a[aria-expanded="true"] {
    color: #e82644;
	}

.services-top-content-area,
.services-top-content-area2 {
	position: relative;
	display: block;
    width: 100%;
	padding: 0px;
    max-width: 920px;
    text-align: center;
	margin: 0px auto 30px;
	}

.services-top-content-area2 {
    max-width: 1000px;
	}

/* Inner Services Listing */

.services-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 30px -12px 0px;
	}

.services-listing>li {
	position: relative;
	display: flex;
	float: left;
	width: 50%;
	font-size: 17px;
    line-height: 1.4;
	padding: 0px 12px;
	align-self: stretch;
	margin: 0px 0px 24px;
	}

.service-item,
.service-item a {
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	color: #ffffff;
	}

.service-item a {
    overflow: hidden;
    background: #000000;
	}

.service-item a:hover {
	}

.service-item-photo-container {
	position: relative;
	display: block;
	height: 0px;
    z-index: 1;
	overflow: hidden;
	padding-bottom: 98.925%;
	}

.service-item-photo-container figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}

.service-item-photo-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.service-item-photo-container:after {
    position: absolute;
    display: flex;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 2;
    content: '';
    height: 100%;
    opacity: 0.6;
    margin: 0px auto;
	overflow: hidden;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	}

.service-item-name {
    font-family: PlayfairDisplay;
    position: absolute;
    display: block;
    width: 100%;
    z-index: 3;
    left: 0px;
    bottom: 0px;
    color: #ffffff;
    font-size: 35px;
    padding: 30px 60px;
    letter-spacing: -0.7px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.service-item a:hover .service-item-name {
    bottom: -150%;
	}
	
.service-item-mask-container {
    position: absolute;
    display: flex;
    width: 100%;
    left: 0px;
    z-index: 5;
    height: 100%;
    bottom: -150%;
    margin: 0px auto;
	overflow: hidden;
    align-items: center;
    justify-content: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.service-item-mask-container:before {
    position: absolute;
    display: block;
    width: 100%;
    left: 0px;
    top: 0px;
    content: '';
    z-index: -1;
    height: 100%;
    opacity: 0.8;
    margin: 0px auto;
	overflow: hidden;
    background: #e82644;
	}

.service-item a:hover .service-item-mask-container {
	bottom: 0px;
	}

.service-item-mask-content {
    position: relative;
    display: block;
    padding: 30px;
    color: #ffffff;
    max-width: 360px;
    text-align: center;
	}

.services-listing.listing2 .service-item-mask-content {
    max-width: 420px;
	}

.service-item-name-inner {
    font-family: PlayfairDisplay;
    position: relative;
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 35px;
    padding: 0px 0px 20px;
    letter-spacing: -0.7px;
	}

.view-details-btn {
	position: relative;
	display: block;
    font-size: 15px;
    font-weight: 700;
	}

/* Main Container */

.main-container {
	position: relative;
	display: block;
    width: 100%;
    z-index: 1;
	margin: 0px auto;
	padding: 100px 0px 100px;
    background: url("../images/bg12.png") right top no-repeat;
	}

.main-container:before {
	position: absolute;
	display: block;
    bottom: 0px;
    left: 0px;
    content: '';
    z-index: -1;
	padding: 0px;
    width: 1068px;
    height: 240px;
	margin: 0px auto;
    background: url("../images/bg13.png") left bottom no-repeat;
	}

hr {
	position: relative;
	display: block;
    width: 100%;
	margin: 40px auto;
    border-top: 1px solid #e5e5e5;
    }

/* Tabs Tabstyle 1 */

ul.nav-tabs.tabstyle1 {
    font-family: OpenSans;
	position: relative;
	border: none;
	width: auto;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	overflow: hidden;
	font-weight: 700;
	text-align: center;
    text-transform: none;
	list-style-type: none;
	margin: 0px -1px 15px;
	}

ul.nav-tabs.tabstyle1 li.nav-item {
	position: relative;
	border: none;
	float: left;
	flex: 1;
	color: #1f1f1f;
	font-size: 20px;
	line-height: 28px;
	align-self: stretch;
	margin: 0px 1px 1px;
	padding: 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

ul.nav-tabs.tabstyle1 li.nav-item a {
	position: relative;
	display: table;
    border: none;
	width: 100%;
	height: 100%;
	color: #1f1f1f;
	margin: 0px auto;
	overflow: hidden;
	line-height: 28px;
	padding: 15px 30px;
	text-align: center;
    white-space: nowrap;
	background: transparent;
	border-radius: 0px !important;
	text-decoration: none !important;
    border-bottom: 3px solid #e5e5e5;
	}

ul.nav-tabs.tabstyle1 li.nav-item a span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
ul.nav-tabs.tabstyle1 li.nav-item a:hover, ul.nav-tabs.tabstyle1 li.nav-item a.active {
	color: #1f1f1f;
	border-color: #e82644;
	background: transparent;
	}

/* Tabs Tabstyle 2 */

ul.nav-tabs.tabstyle2 {
    font-family: PlayfairDisplay;
	position: relative;
	border: none;
	width: auto;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
	overflow: hidden;
	font-weight: 700;
	text-align: center;
    text-transform: none;
	list-style-type: none;
	margin: 0px -1px -1px;
	}

ul.nav-tabs.tabstyle2 li.nav-item {
	position: relative;
	border: none;
	float: left;
	/*flex: 1;*/
	color: #4a4a4a;
	font-size: 20px;
	line-height: 28px;
	align-self: stretch;
	margin: 0px 1px 0px;
	padding: 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

ul.nav-tabs.tabstyle2 li.nav-item a {
	position: relative;
	display: table;
    border: none;
	width: 100%;
	height: 100%;
	color: #ffffff;
	margin: 0px auto;
	overflow: hidden;
	line-height: 28px;
	text-align: center;
    white-space: nowrap;
	background: #4a4a4a;
	padding: 12px 35px 12px;
	border-radius: 0px !important;
	text-decoration: none !important;
	}

ul.nav-tabs.tabstyle2 li.nav-item a span {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	}
	
ul.nav-tabs.tabstyle2 li.nav-item a:hover,
ul.nav-tabs.tabstyle2 li.nav-item a.active {
	color: #4a4a4a;
	background: #f4f4f4;
	border-color: #f4f4f4;
	}

/* Filter Box */

.filter-box,
.filter-box-bottom {
    font-family: OpenSans;
	position: relative;
	display: block;
    width: 100%;
	color: #4a4a4a;
    font-size: 15px;
	margin: 0px auto;
	padding: 0px 0px 0px;
	}

.filter-box-bottom {
	}
	
/* Filter Select */

.filter-select-box {
	position: relative;
	color: #4a4a4a;
	vertical-align: top;
	display: inline-block;
	margin: 5px 0px 5px 0px;
	}

.filter-select-box strong,
.filter-select-box b {
    font-weight: 600;
	}
	
.filter-select-text {
    font-family: OpenSans;
	position: relative;
	line-height: 30px;
	font-size: 15px;
    font-weight: 400;
	vertical-align: top;
	display: inline-block;
	margin: 10px 15px 10px 0px;
	}

.filter-select-text span {
	position: relative;
	color: #4a4a4a;
	}
	
.filter-select {
	position: relative;
	height: 50px;
	color: #4a4a4a;
	font-size: 15px;
    font-weight: 400;
    border-radius: 50px;
	background: #ffffff;
	vertical-align: top;
	display: inline-block;
    border: 1px solid #ebebeb;
	}
	
.filter-select:after {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	content: "\f107";
	font-size: 15px;
	height: 48px;
	width: 20px;
	right: 15px;
	top: 0px;
	color: #4a4a4a;
	font-weight: 900;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	}
	
.filter-select select {
	position: relative;
	display: block;
	border: none;
	width: 100%;
	z-index: 10;
	height: 48px;
	color: #4a4a4a;
	font-size: 15px;
	cursor: pointer;
    min-width: 50px;
    font-weight: 400;
	background: none;
	line-height: 30px;
    text-transform: none;
	padding: 9px 35px 9px 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
	
.filter-select select::-ms-expand {
    display: none;
	}

/* Products Listings */
	
.csm-products-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	text-align: center;
	list-style-type: none;
	margin: 0px -15px 0px;
	}
	
.csm-product-item {
	position: relative;
	display: flex;
	float: left;
	width: 25%;
	font-size: 13px;
	line-height: 1.4;
	align-self: stretch;
	margin: 0px 0px 30px;
	padding: 15px 15px 15px;
	}

.csm-product-item-inner,
.csm-product-item-inner > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	color: #6a6a6a;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}

.csm-product-item-inner > a {
    overflow: hidden;
    padding: 0px 0px 80px;
	}

.csm-product-item-inner:hover > a {
	}

/*.csm-product-item-inner:hover > a,*/
.csm-product-item-inner > a:hover {
	}

/*.csm-product-item-inner.OFS a {
    pointer-events: none !important;
    }*/
	
.csm-product-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
    background: #ececec;
	padding-bottom: 100%;
	}
	
.csm-product-photo-container figure {
	position: absolute;
	overflow: hidden;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	text-align: center;
	margin: 0px auto !important;
	}

.csm-product-photo-container figure img {
    position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

.csm-product-top-info-box,
.csm-product-description-box,
.csm-product-short-description-box {
    position: relative;
    display: block;
    width: 100%;
	overflow: hidden;
	padding: 5px 0px 0px;
	}

.csm-product-top-info-box {
	padding: 0px 0px 5px;
	}

.csm-product-short-description-box {
    text-align: center;
	padding: 0px 0px 15px;
	}

.csm-product-short-description-box p {
    margin: 0px auto !important;
	}

.csm-product-cat,
.csm-product-name,
.csm-product-price-box,
.csm-product-star-rattings {
    font-family: OpenSans;
	position: relative;
	display: block;
	width: 100%;
	padding: 0px;
	color: #6a6a6a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    padding-bottom: 10px;
	}

.csm-product-star-rattings {
    padding-bottom: 0px;
	}

.csm-product-cat {
    padding: 0px;
    text-align: left;
	line-height: 20px;
    text-transform: uppercase;
	}

.csm-product-name {
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 700;
    padding: 20px 0px 5px;
    border-top: 1px solid #d1d1d1;
	}

.csm-product-price-box {
    font-family: PlayfairDisplay;
    padding: 0px;
	color: #333333;
    font-size: 13px;
    font-weight: 400;
	}

.csm-product-price,
.csm-product-price-box span {
    position: relative;
    vertical-align: top;
    display: inline-block;
	}

.csm-product-price-box span + span {
    margin-left: 10px;
	}

.csm-product-price-box ins + del {
    margin-left: 10px;
	}

.csm-product-price-box del,
.csm-product-price-box del span,
.old-price,
.old-price span {
	color: #aaaaaa;
    font-size: 13px;
    font-weight: 700;
    text-decoration: line-through;
	}

.new-price {
	color: #333333;
    font-weight: 700;
	}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    }
	
.csm-product-item p {
	margin: 15px auto 0px;
	}

.csm-product-stock-wrapper {
	position: absolute;
    display: block;
    z-index: 11;
	top: 10px;
    left: 10px;
	}

.csm-product-stock {
	position: relative;
	font-size: 0px;
    height: 30px;
	min-width: 72px;
    font-weight: 400;
	overflow: hidden;
    line-height: 20px;
	text-align: center;
    white-space: nowrap;
    background: #22b6af;
    border-radius: 60px;
    padding: 5px 15px 5px;
    display: inline-block;
    margin: 0px 5px 5px 0px;
	color: #ffffff !important;
	text-transform: uppercase;
	}

.csm-product-stock span {
	position: relative;
    line-height: 20px;
	font-size: 13px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
	}

.csm-product-stock.sale {
    background: #d30000;
	}

.csm-product-stock.out-of-stock {
    background: #333333;
	}

.csm-product-stock.best-seller {
    background: #f0a73f;
	}

.addToWishlist-icon {
    position: absolute;
    z-index: 7;
    top: 15px;
    right: 15px;
    font-size: 18px;
    }

.yith-wcwl-add-button.addToWishlist-icon {
    position: relative;
    top: auto;
    right: auto;
    }

.addToWishlist-icon > a {
    position: relative;
    display: block;
    }

.addToWishlist-icon > a:before {
    font-family: 'Font Awesome 5 Free';
    position: relative;
    content: '\f004';
    color: #333333;
    }

.addToWishlist-icon a:hover:before,
.addToWishlist-icon.active a:hover:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f004';
    color: #f43b5f;
    }

.yith-wcwl-add-button.addToWishlist-icon a:hover:before,
.yith-wcwl-add-button.addToWishlist-icon.active a:hover:before {
    color: #ffffff;
    }

.reviewRatings span {
    color: #6c6c6c !important;
    }

.reviewRatings .far {
    color: #b7b7b7 !important;
    }

.csm-product-star-rattings,
.woocommerce .star-rating:before,
.wc-layered-nav-rating a,
.comment-form-rating .stars a {
    color: #de423c !important;
    }

.wc-layered-nav-rating a:hover,
.comment-form-rating .stars a:hover {
    color: #de423c !important;
    }

.csm-product-details-box .star-rating,
.reviewRatings .star-rating {
    float: none !important;
    }

/* Add To Cart Button */

.add-to-cart-btn {
    font-family: OpenSans;
	position: absolute;
    display: block;
    width: 100%;
    left: 0px;
    z-index: 7;
    bottom: 0px;
	color: #e82644;
	font-size: 15px;
    font-weight: 700;
	margin: 0px auto;
	line-height: 25px;
    padding: 0px 20px;
	text-align: center;
    white-space: nowrap;
    text-transform: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.add-to-cart-btn > a {
	position: relative;
    display: block;
	color: #e82644;
	margin: 0px auto;
	line-height: 25px;
    background: #ffffff;
    border-radius: 110px;
	padding: 15px 25px 15px;
	text-decoration: none !important;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.08) !important;
	}

.add-to-cart-btn > a:after {
	position: relative;
    content: '';
    z-index: 1;
	width: 17px;
    height: 17px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0px 0px 5px;
    background: url("../images/cart-icon.png") center center no-repeat;
    background-size: 17px 17px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.add-to-cart-btn.add_to_contact > a:after {
    display: none !important;
	}

.csm-product-item-inner:hover .add-to-cart-btn > a,
.add-to-cart-btn > a:hover {
	color: #ffffff;
    background: #e82644;
    }

.csm-product-item-inner:hover .add-to-cart-btn > a:after,
.add-to-cart-btn > a:hover:after {
    background-image: url("../images/cart-icon2.png");
	}

.csm-product-item-inner.OFS .add-to-cart-btn > a {
	color: #a7a7a7;
    background: #e0e0e0;
    }

.csm-product-item-inner.OFS .add-to-cart-btn > a:after {
    display: none !important;
    }

.csm-product-item-inner.OFS:hover .add-to-cart-btn > a,
.csm-product-item-inner.OFS .add-to-cart-btn > a:hover {
    opacity: 0.5;
	color: #ffffff;
    background: #333333;
    }
	
/* Product Slider Box */

.csm-products-slider {
	position: relative;
	display: block;
	padding: 0px 0px;
	margin: 15px -15px 0px;
	}
	
/* CSM Products Slider */
	
.csm-products-slider .csm-product-item,
.csm-products-slider .csm-product-item-inner {
    display: block;
	}

.csm-products-slider .csm-product-item {
    padding: 15px;
    margin: 0px auto;
    }
	
.csm-products-slider .slick-prev {
	left: -120px;
	}
	
.csm-products-slider .slick-next {
	right: -120px;
	}

/* Product Gallery Container */
	
.csm-productGalleryContainer {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px auto;
	}
	
.csm-productGalleryBox {
	position: relative;
	overflow: hidden;
	display: block;
    padding-bottom: 1px;
	}
	
.csm-productSlideItem {
	position: relative;
	display: block;
	width: 100%;
	background: #ececec;
	}
	
.csm-productImageItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding-bottom: 87.5%;
	}
	
.csm-productImageItem figure {
	position: absolute;
	overflow: hidden;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
    display: block;
    text-align: center;
	margin: 0px auto !important;
	}
	
.csm-productImageItem figure img {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}
	
.thumbSliderBox {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 50px 0px;
	}

.thumbSliderBox .slick-slide > div {
	position: relative;
	display: block;
	padding: 0px;
    margin: 0px;
    font-size: 0px;
	}

.thumbSlideItem {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	text-align: center;
	margin: 0px 0px 0px;
	}
	
.csm-productThumbItem {
	position: relative;
	display: block;
	height: 0px;
	width: 100%;
	cursor: pointer;
	margin: 0px auto;
	background: #ececec;
	padding-bottom: 87.5%;
    border: 1px solid #ececec;
	}
	
.slick-current .csm-productThumbItem {
    border-color: #e82644;
	}
	
.csm-productThumbItem figure {
	position: absolute;
	padding: 0px;
	top: 0px;
    left: 0px;
	right: 0px;
	bottom: 0px;
    display: block;
    overflow: hidden;
    text-align: center;
	margin: 0px auto !important;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
	
.csm-productThumbItem figure img {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: none;
	max-height: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}
	
.thumbSliderBox .slick-prev,
.thumbSliderBox .slick-next {
	width: 40px;
	height: 40px;
	}
	
.thumbSliderBox .slick-prev {
	left: -50px;
	padding: 0px 0px 0px 40px;
	background: url("../images/slick-nav-small.png") left top no-repeat;
	}
	
.thumbSliderBox .slick-next {
	right: -50px;
	padding: 0px 40px 0px 0px;
	background: url(../images/slick-nav-small.png) right top no-repeat;
	}

.thumbSliderBox .slick-prev:hover,
.thumbSliderBox .slick-prev:focus {
	background: url(../images/slick-nav-small.png) left bottom no-repeat;
	}
	
.thumbSliderBox .slick-next:hover,
.thumbSliderBox .slick-next:focus {
	background: url(../images/slick-nav-small.png) right bottom no-repeat;
	}

/*.thumbSliderBox .slick-disabled {
	display: none !important;
	}*/

/* Product Details Box */

.csm-product-details-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 0px;
	}

.csm-product-details-box .pageTitle {
    padding-bottom: 15px;
	}

.csm-product-details-box .csm-product-stock-wrapper {
    position: relative;
    left: auto;
    top: auto;
    margin: 0px auto 5px;
    }

.csm-product-details-box .csm-product-price-box {
	font-size: 24px;
    text-align: left;
    margin-bottom: 10px;
	}

.csm-product-details-box .csm-product-price-box span {
    vertical-align: middle;
	}

.csm-product-details-box .old-price {
    color: #888888;
	font-size: 15px;
    font-weight: 700;
	}

.csm-product-details-box .new-price {
    color: #e82644;
	font-size: 24px;
    font-weight: 700;
	}

.reviewRatings {
    position: relative;
    font-size: 15px;
    color: #e82644;
    }

.reviewRatings .fas,
.reviewRatings .far,
.reviewRatings .fa {
    font-size: 13px;
    }

.quantity-title {
	position: relative;
	display: block;
	color: #1f1f1f;
	font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    padding: 5px 5px 5px 0px;
    text-transform: uppercase;
	}

.csm-product-quantity {
	position: relative;
	font-size: 0px;
	display: flex;
    padding: 0px;
	color: #535353;
    max-width: 130px;
	white-space: nowrap;
    background: #ffffff;
    align-items: center;
    border-radius: 55px;
    border: 1px solid #e1e1e1;
    margin: 0px 0px !important;
    justify-content: space-between;
	}

.csm-product-quantity input[type=number]::-webkit-inner-spin-button,
.csm-product-quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
	}

.csm-product-quantity input[type=number] {
	-moz-appearance: textfield;
	}

.csm-product-quantity input {
	position: relative !important;
	min-width: 50px !important;
	height: 53px !important;
	margin: 0 !important;
    border: none !important;
	color: #535353 !important;
	font-size: 15px !important;
	max-width: 100% !important;
	overflow: hidden !important;
	box-shadow: none !important;
	padding: 5px 5px !important;
	line-height: 43px !important;
	text-align: center !important;
    border-radius: 0px !important;
    background: #ffffff !important;
	display: inline-block !important;
	vertical-align: middle !important;
	}

.csm-product-quantity input:focus {
	outline: 0;
	}

.quantity-button {
	position: relative;
	cursor: pointer;
	min-width: 40px;
    border: none;
	height: 53px;
	color: #c5c5c5;
	font-size: 13px;
	overflow: hidden;
	padding: 5px 5px;
	line-height: 43px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.quantity-button:hover {
	color: #e82644;
	}

.quantity-button.quantity-up {
    border-left: 1px solid #e1e1e1;
	}

.quantity-button.quantity-down {
    border-right: 1px solid #e1e1e1;
	}

/* Add To Cart Button */

.addToCartBtn {
    font-family: OpenSans;
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin: 0px auto 0px;
	text-transform: none;
	}

.addToCartBtn a {	
	position: relative;
	color: #ffffff;
    min-width: 100%;
	margin: 0px auto;
	line-height: 25px;
	text-align: center;
	white-space: nowrap;
	background: #e82644;
	vertical-align: top;
	border-radius: 110px;
	display: inline-block;
	padding: 15px 30px 15px;
	text-decoration: none !important;
	}

.addToCartBtn a:after {
	position: relative;
    content: '';
    z-index: 1;
	width: 17px;
    height: 17px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0px 0px 5px;
    background: url("../images/cart-icon2.png") center center no-repeat;
    background-size: 17px 17px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.addToCartBtn.addToContact a:after {
    display: none !important;
	}
	
.addToCartBtn a:hover,
.addToCartBtn a:focus {
	color: #ffffff;
    background: #000000;
	}

.addToCartBtn button,
.woocommerce button.button.alt {
    position: relative !important;
    font-family: OpenSans;
    min-width: 100%;
    white-space: nowrap;
    margin: 0px auto 0px;
    z-index: 1 !important;
    border: none !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 25px !important;
    text-align: center !important;
    background: #e82644 !important;
    vertical-align: top !important;
    text-transform: none !important;
    border-radius: 110px !important;
    display: inline-block !important;
    padding: 15px 30px 15px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.addToCartBtn button:after {
	position: relative;
    content: '';
    z-index: 1;
	width: 17px;
    height: 17px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0px 0px 5px;
    background: url("../images/cart-icon2.png") center center no-repeat;
    background-size: 17px 17px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.addToCartBtn button:hover,
.addToCartBtn button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus {
	color: #ffffff !important;
	background: #000000 !important;
	}

/* Add To Wishlist And View Product Button */

.addToWishlistBtn,
.viewProductBtn {
    font-family: OpenSans;
	position: relative;
	z-index: 1;
    padding: 0px;
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin: 0px auto 0px;
	text-transform: none;
	}

.addToWishlistBtn .yith-wcwl-add-to-wishlist {
    margin-top: 0px !important;
    }

.addToWishlistBtn a,
.viewProductBtn a {	
	position: relative;
	color: #535353;
    min-width: 100%;
	margin: 0px auto;
	line-height: 25px;
	text-align: center;
	white-space: nowrap;
	background: #ededed;
	vertical-align: top;
	border-radius: 110px;
	display: inline-block;
	padding: 15px 30px 15px;
	text-decoration: none !important;
	}

.addToWishlistBtn img {
    position: relative;
    height: 20px;
    vertical-align: top;
    display: inline-block;
	}

.addToWishlistBtn a:hover,
.addToWishlistBtn a:focus,
.viewProductBtn a:hover,
.viewProductBtn a:focus {
	color: #ffffff;
    background: #e82644;
	}

.addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist, 
.woocommerce .addToWishlistBtn a.delete_item.button.alt {
    position: relative !important;
    font-family: OpenSans;
    min-width: 100%;
    white-space: nowrap;
    margin: 0px auto 0px;
    z-index: 1 !important;
    border: none !important;
    color: #535353 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    text-align: center !important;
    background: #ededed !important;
    vertical-align: top !important;
    border-radius: 110px !important;
    text-transform: none !important;
    display: inline-block !important;
	padding: 15px 30px 15px !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}

.addToWishlistBtn a,
.addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a {
    width: 55px;
    height: 55px;
    padding: 15px 10px !important;
    border-radius: 100% !important;
	}

.addToWishlistBtn a img,
.addToWishlistBtn button img, 
.woocommerce .addToWishlistBtn a img {
    position: relative;
    height: 20px;
    vertical-align: top;
    display: inline-block;
	}

.addToWishlistBtn a:hover,
.addToWishlistBtn a:focus,
.addToWishlistBtn button:hover,
.addToWishlistBtn button:focus, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:hover, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:focus,
.woocommerce .addToWishlistBtn a.button.delete_item:hover, 
.woocommerce .addToWishlistBtn a.button.delete_item:focus {
    color: #ffffff !important;
    background: #e82644 !important;
	}

/* Product Sharing */

ul.csm-product-share {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
    align-items: center;
	list-style-type: none;
	margin: 20px -7px 0px;
	}
	
ul.csm-product-share li {
	position: relative;
	font-size: 16px;
	padding: 0px;
	color: #666666;
    font-weight: 400;
	line-height: 24px;
	margin: 7px 7px 7px;
	vertical-align: top;
	display: inline-block;
	}

ul.csm-product-share li a {
	position: relative;
	display: block;
    padding: 0px;
	color: #666666;
    overflow: hidden;
    line-height: 24px;
    text-align: center;
	}
	
ul.csm-product-share li a:hover,
ul.csm-product-share li a:focus {
	color: #1877f2;
	}

/* Product Info Container */

.product-info-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 80px 0px 0px;
	}

.product-info-container .reviewRatings .fas,
.product-info-container .reviewRatings .far,
.product-info-container .reviewRatings .fa {
    font-size: 20px;
    }

/* Review Reviews And Form Container */

.product-reviews-container,
.product-review-form-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 75px 120px;
    background: #f4f4f4;
	margin: 0px auto 0px;
	}

/* Reviews Listing */

.reviews-listing {
    position: relative;
    display: block;
	padding: 0px 0px;
    margin: 0px auto;
	list-style-type: none;
	}
	
.reviews-listing>li {
    position: relative;
    display: block;
	width: 100%;
	line-height: 1.4;
    margin: 0px 0px 30px;
	padding: 0px 0px 30px;
	border-bottom: 1px solid #d1d1d1;
	}

.reviews-listing>li:last-child {
	}

.reviews-listing>li h4 {
	}

.reviews-listing>li .reviewRatings {
    margin-top: 5px;
	}

.reviewerName,
.reviewDate {
	position: relative;
	display: block;
    color: #1f1f1f;
    font-weight: 400;
	}

.reviewDate {
    padding-left: 34px;
	}

.reviewDate:before {
	position: absolute;
	content: '';
	left: auto;
	top: 12px;
	width: 4px;
	height: 4px;
	overflow: hidden;
	margin-left: -17px;
    border-radius: 100%;
    background: #1f1f1f;
	}

.reviews-listing>li p {
    margin: 0px auto 20px;
	}

/* Relative Product Container */

.relative-product-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 80px 0px 0px;
	}

/* Price List Container */

.pricelist-container {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px;
	}

.pricelist-nav-container {
    position: relative;
    display: block;
    float: left;
    z-index: 2;
    width: 250px;
    will-change: min-height;
    }

.pricelist-nav-container-inner {
    position: relative;
    display: block;
    width: 100%;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
    }

.pricelist-nav {
    position: relative !important;
    top: 0px !important;
    z-index: 99;
    width: 100%;
    display: block;
    transition: all 0.5s ease-out;
    }

.pricelist-nav.fixed {
    top: auto !important;
    }

.pricelist-nav ul {
    font-family: PlayfairDisplay;
    position: relative;
    display: block;
    padding: 0px;
    margin: 0px auto;
    list-style-type: none;
    }

.pricelist-nav ul li {
    position: relative;
    display: block;
    z-index: 1;
    color: #1f1f1f;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0px auto 0px;
    list-style-type: none;
    letter-spacing: -0.36px;
    padding: 0px 0px 0px 30px;
    transition: all 0.5s ease-out;
    }

.pricelist-nav ul li:before {
    position: absolute;
    display: block;
    width: 12px;
    top: 50%;
    left: 0%;
    content: '';
    height: 12px;
    margin-top: -6px;
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid #e82644;
    transition: all 0.5s ease-out;
    }

.pricelist-nav ul li:after {
    position: absolute;
    display: block;
    width: 8px;
    top: 50%;
    left: 2px;
    content: '';
    height: 8px;
    margin-top: -4px;
    border-radius: 100%;
    background: transparent;
    transition: all 0.5s ease-out;
    }

.pricelist-nav ul li:hover:after,
.pricelist-nav ul li.active:after {
    background: #e82644;
    }

.pricelist-nav ul li span {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #e0e0e0;
    }

.pricelist-nav ul li:hover,
.pricelist-nav ul li.active {
    color: #e82644;
    }

.pricelist-nav ul li:last-child {
    }

.pricelist-container-inner {
    position: relative;
    display: block;
    width: 50%;
    margin: 0px 0px 0px auto;
    }

.pricelist-content-section {
    position: relative;
    display: block;
    padding: 0px 0px 0px;
    margin: 0px auto 0px 300px;
    }

.pricelist-info-block {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 30px;
    }

.pricelist-info-block .table-responsive,
.pricelist-info-block .table {
    margin: 0px auto 10px;
    }

.pricelistTitle {
    position: relative;
    display: block;
    color: #e82644;
    opacity: 0 !important;
    height: 0px !important;
    font-size: 0px !important;
    }

/* Blog Listing */

.blog-listing {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 0px;
	list-style-type: none;
	margin: 30px -15px 30px;
	}

.blog-listing>li.blog-item {
	position: relative;
	display: flex;
	float: left;
	width: 33.3333%;
    line-height: 1.4;
	padding: 0px 15px;
	align-self: stretch;
	margin: 0px 0px 30px;
	}

.blog-item-inner,
.blog-item-inner a {
	position: relative;
	display: block;
    height: 100%;
	width: 100%;
	padding: 0px;
	color: #404040;
	}

.blog-item-inner a {
	padding: 20px;
    overflow: hidden;
    background: #f7f7f7;
	}

.blog-item-inner a:hover {
	}

.blog-photo-container {
	position: relative;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-bottom: 100%;
	}

.blog-photo-container figure {
	position: absolute;
	overflow: hidden;
    display: block;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}

.blog-photo-container img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}
	
.blog-description-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
	overflow: hidden;
	padding: 0px 0px 20px;
	}

.blog-photo-container + .blog-description-box {
	padding: 20px 0px 20px;
	}

.blog-title {
    font-family: OpenSans;
	position: relative;
	display: block;
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
	}

.blog-info-box {
    position: relative;
    display: block;
    width: 100%;
    margin: 0px auto;
	overflow: hidden;
	padding: 0px 0px 0px;
	}

.blog-info-row,
.blog-cat,
.blog-date {
	position: relative;
    font-size: 15px;
    color: #6e6e6e;
	}

.blog-cat,
.blog-date {
	display: block;
	}

.blog-text-box {
	position: relative;
	display: block;
	}

.blog-description-box p {
    margin: 0px auto;
    }

.blog-description-box .read-more-btn {
    color: #6e6e6e;
    position: relative;
    font-style: italic;
    display: inline-block;
    vertical-align: middle;
    text-transform: lowercase;
    text-decoration: underline;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }

.blog-item-inner a:hover .blog-description-box .read-more-btn {
    color: #e82644;
    }

/* Article Details Section */

.article-details-container {
	position: relative;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 40px;
	}

.article-img,
.article-img img {
	position: relative;
	display: block;
    width: 100%;
	padding: 0px;
    overflow: hidden;
	margin: 0px auto;
	}

.article-img {
	margin: 0px 0px 30px;
	}

.article-details-container .blog-info-row,
.article-details-container .blog-cat,
.article-details-container .blog-date {
    font-size: 17px;
	}

.article-details-container .blog-cat {
    color: #e82644;
	}

.article-details-container .blog-info-row,
.article-details-container ul.csm-product-share {
    margin-top: 0px;
    }

.gray-content-box,
.quote-container {
    position: relative;
    display: block;
    z-index: 1;
    width: 100%;
    padding: 30px;
    background: #f7f7f7;
    margin: 0px auto 30px;
    }

.quote-container {
    padding: 50px;
    color: #000000;
    font-size: 20px;
    margin-top: 60px;
    }

.gray-content-box p:last-child,
.quote-container p:last-child {
    margin-bottom: 0px;
    }

.quote-container:before {
	position: absolute;
	content: '';
    z-index: -1;
	left: 20px;
	top: -35px;
    width: 150px;
    height: 132px;
	display: block;
	overflow: hidden;
    background: url("../images/quote-icon3.png") center center no-repeat;
	}

.article-btn {
    position: relative;
    display: block;
    padding: 0px;
    color: #6a6a6a;
    font-size: 15px;
    line-height: 1.4;
    margin: 0px auto 0px;
    text-transform: uppercase;
    }

.article-btn a {
    position: relative;
    display: block;
    padding: 0px;
    color: #6a6a6a;
    }

.article-btn a:hover {
    color: #e82644;
    }

/* Pagination */

.pagination-row {
    justify-content: center;
    }
	
/* Pagination */

.pagination,
.page-item .page-link {
	border-radius: 100% !important;
	}
	
.page-item:first-child .page-link {
	}
	
.page-item:last-child .page-link {
	}

.pagination {
    flex-wrap: wrap;
    margin: 0px -5px;
    }
	
.page-item {
    font-family: OpenSans;
    font-weight: 400;
	margin: 5px 5px;
	font-size: 15px;
    color: #535353;
    line-height: 28px;
    text-transform: uppercase;
	}
	
.page-link {
	position: relative;
	display: block;
	color: #1f1f1f;
	height: 28px;
	padding: 0px;
    border: none;
    font-weight: 400;
	margin: 0px auto;
	line-height: 28px;
	text-align: center;
    background: transparent;
	}

.page-item.page-prev .page-link,
.page-item.page-next .page-link {
    color: #1f1f1f;
	min-width: 28px;
	background: #ffffff;
    border-color: transparent;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.14) !important;
	}
	
.page-item.disabled .page-link {
	opacity: 0.1;
	}
	
.page-link:hover,
.page-link:focus,
.page-item.active .page-link {
	color: #e82644;
    background: transparent;
    border-color: transparent;
	text-decoration: none !important;
	}
	
.page-item.page-prev .page-link:hover,
.page-item.page-prev .page-link:focus,
.page-item.page-prev.active .page-link,
.page-item.page-next .page-link:hover,
.page-item.page-next .page-link:focus,
.page-item.page-next.active .page-link {
    color: #ffffff;
	background: #1f1f1f;
    border-color: transparent;
	}

/* Video Clips Container */
	
.videoClipsContainer,
.videoClipItemBlock,
.videoClipItem {
	position: relative;
	display: block;
    width: 100%;
    padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	}

.videoClipsContainer {
	padding: 120px 0px;
    background: #efefef;
	}
	
.videoClipItemBlock {
    margin-bottom: 30px;
	}

.videoClipInfoContainer {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto;
    padding: 20px 0px 0px;
	}

.videoClipInfoContainer h6 {
    padding-bottom: 10px;
	}

.videoClipInfoContainer p:last-child {
    margin-bottom: 0px;
	}

/* Content Style */

.inner-banner {
	position: relative;
	width: 100%;
	display: block;
	margin: 0px auto 0px;
	}

.fullHeightContainer,
.inner-banner figure {
	position: relative;
	display: block;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	margin: 0px auto;
    background: #000000;
	}

.fullHeightContainer {
    height: 100vh;
    }

.fullHeightContainer img,
.inner-banner img {
    position: relative;
    height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	}

.inner-banner figure:before {
	position: absolute;
    content: '';
	z-index: 2;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 0px;
    background: rgba(0,0,0,0.3);
	}

.inner-banner.no-overlay figure:before {
    background: none;
	}

.inner_banner_caption {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	padding: 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}

.inner_banner_caption .captionWrapper {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
    max-width: 1200px;
    padding: 0px 30px 0px;
	}
	
.inner_banner_caption .captionContainer {
	position: relative;
	color: #ffffff;
	padding: 0px;
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
	}
	
.inner_banner_caption .captionContainerInner {
	position: relative;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: center;
	}

.inner_banner_caption .captionContainer .innerBannerHeading1 {
	font-family: PlayfairDisplay;
	font-size: 60px;
	color: #ffffff;
	line-height: 1.2;
	font-weight: 400;
	padding-bottom: 0px;
	text-transform: none;
    letter-spacing: -1.2px;
	}

.inner-banner.no-overlay .inner_banner_caption .captionContainer,
.inner-banner.no-overlay .inner_banner_caption .captionContainer .innerBannerHeading1 {
	color: #ffffff;
	}

.inner_banner_caption .captionContainerInner p {
	}
	
.breadcrumb-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 20px 0px 0px;
	}
	
.breadcrumb-container ul {
	position: relative;
	display: block;
	color: #ffffff;
	font-size: 16px;
    font-weight: 700;
	margin: 0px auto;
	padding: 0px 0px;
    text-align: center;
	list-style-type: none;
    letter-spacing: 2.2px;
    text-transform: uppercase;
	}
	
.breadcrumb-container ul li {
	position: relative;
	line-height: 24px;
	vertical-align: top;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.breadcrumb-container ul li a {
	position: relative;
	color: #ffffff;
	display: block;
    font-weight: 400;
	overflow: hidden;
	line-height: 24px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.inner-banner.no-overlay .breadcrumb-container ul li a {
	color: #ffffff;
	}

.breadcrumb-container ul li a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: '/';
	vertical-align: top;
	display: inline-block;
	margin: 0px 3px 0px 10px;
	}
	
.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a,
.inner-banner.no-overlay .breadcrumb-container ul li a:hover,
.inner-banner.no-overlay .breadcrumb-container ul li.selected a {
	color: #ffffff;
	}

.breadcrumb-container ul li a:hover,
.inner-banner.no-overlay .breadcrumb-container ul li a:hover {
    text-decoration: underline;
	}

.pageTitle {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 0px 0px 20px;
	}

.pageTitle h1,
.pageTitle h2,
.pageTitle h3,
.pageTitle h4,
.pageTitle h5,
.pageTitle h6 {
	padding-bottom: 0px;
	}
	
.pageTitle h1,
.pageTitle h2 {
	font-size: 55px;
	line-height: 1.2;
    text-transform: none;
    letter-spacing: -1.1px;
	}
	
.uppercase {
	text-transform: uppercase !important;
	}
	
.NoUppercase {
	text-transform: none !important;
	}
	
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: PlayfairDisplay, Baskerville, "Times New Roman", "serif";
	position: relative;
	font-size: 40px;
	color: #1f1f1f;
	line-height: 1.2;
	font-weight: 400;
	margin: 0px 0px 0px;
	text-transform: none;
	padding: 0px 0px 15px;
	}

.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: OpenSans, Helvetica, Arial, "sans-serif";
    font-weight: 700;
	}
	
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong {
	font-weight: 700;
	}
	
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
	font-weight: 400;
    color: #e82644;
	}
	
h2, .h2 {
	font-size: 35px;
	}
	
h3, .h3 {
	font-size: 30px;
	}
	
h4, .h4 {
	font-size: 25px;
	}
	
h5, .h5 {
	font-size: 20px;
	}

h6, .h6 {
	font-size: 16px;
	}

p {
    margin: 0 0 30px;
	line-height: 1.6;
	}

p[align=center] {
    text-align: center !important;
    }

p[align=left] {
    text-align: left !important;
    }

p[align=right] {
    text-align: right !important;
    }

ul.ul-listing,
ul.ul-listing2,
ol.ol-listing {
	margin: 0px 0px 20px;
	display: block;
	padding: 0px;
	width: 100%;
	text-align: left;
	list-style-position: inside;
	}
	
ul.ul-listing.text-center,
ul.ul-listing2.text-center,
ol.ol-listing.text-center {
	text-align: center;
	}
	
ul.ul-listing li,
ul.ul-listing2 li {
	position: relative;
	line-height: 24px;
    margin-bottom: 5px;
	list-style-type: none;
	padding: 2px 0px 2px 18px;
	}

ul.ul-listing2 li {
	padding-left: 50px;
	}
	
ul.ul-listing li:before {
	position: absolute;
	content: '';
	left: auto;
	top: 10px;
	width: 11px;
	height: 8px;
	overflow: hidden;
	margin-left: -18px;
    background: url("../images/check.png") center center no-repeat;
	}

ul.ul-listing2 li:before {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	content: '\f058';
	left: auto;
	border: 0;
	top: 1px;
	width: 24px;
	height: 24px;
	color: #e82644;
	font-size: 14px;
	font-weight: 900;
	margin-left: -30px;
	}

ul.ul-listing ul,
ul.ul-listing2 ul {
	margin: 10px 0px 0px;
	}
	
ol.ol-listing {
	padding: 0px 0px 0px 15px;
	list-style-position: outside;
	}
	
ol.ol-listing li {
	line-height: 24px;
    margin-bottom: 10px;
	list-style-type: decimal;
	padding: 2px 0px 2px 0px;
	}
	
ol.ol-listing li ul.ul-listing li {
	list-style-type: none;
	}
	
.imgLeft {
	position: relative;
	float: left;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: left !important;
	margin: 5px 40px 40px 0px;
	}
	
.imgRight {
	position: relative;
	float: right;
	width: auto;
    height: auto;
	max-width: 100%;
	clear: right !important;
	margin: 5px 0px 40px 40px;
	}

/* Details Container */

.details-container {
	position: relative;
	display: block;
    width: 100%;
	padding: 30px;
	margin: 0px auto;
    background: #fbf9f6;
	}

.details-container:nth-child(odd) {
    background: #ffffff;
	}

.details-container .h5,
.ic-container3 .h6 {
    color: #e82644;
	}

.details-container b,
.details-container strong {
    font-weight: 600;
	}

.subTitle {
    font-family: OpenSans, Helvetica, Arial, "sans-serif";
    color: #1f1f1f;
    font-size: 17px;
    font-weight: 600;
	padding: 45px 0px 10px;
    background: url("../images/shape1.png") 0px 0px no-repeat;
    background-size: 45px 32px;
	}

.ic-container3 {
	position: relative;
	display: block;
    width: 100%;
	margin: 0px auto;
	padding: 260px 0px 100px;
    background: #f7f6f4 url("../images/bg14.png") right 0px no-repeat;
    background-size: 100% auto;
	}
	
/* Slick Slider */

.slick-dotted.slick-slider {
	margin-bottom: 0px;
	}
	
.slick-slide img {
	display: inline-block;
	}
	
.slick-prev,
.slick-next {
	background: none;
	z-index: 5;
	width: 57px;
	height: 57px;
	font-size: 0px;
    border-radius: 100%;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.14);
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}
	
.slick-prev:before,
.slick-next:before {
	display: none;
	}
	
.slider-nav {
	margin-left: 0px;
	margin-right: 0px;
	}
	
.slick-prev {
	left: 0px;
	padding: 0px 0px 0px 57px;
	background: url(../images/slick-nav.png) left top no-repeat;
	}
	
.slick-next {
	right: 0px;
	padding: 0px 57px 0px 0px;
	background: url(../images/slick-nav.png) right top no-repeat;
	}
	
.slick-prev:hover,
.slick-prev:focus {
	background: url(../images/slick-nav.png) left bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.slick-next:hover,
.slick-next:focus {
	background: url(../images/slick-nav.png) right bottom no-repeat;
	-webkit-transition: all 0s ease-out;
    -moz-transition: all 0s ease-out;
    -ms-transition: all 0s ease-out;
    -o-transition: all 0s ease-out;
    transition: all 0s ease-out;
	}

.slick-dots {
    width: 100%;
	z-index: 5;
	left: 0%;
	bottom: 0px;
	font-size: 0px;
	margin: 0px auto 0px;
	}
	
.slick-dots li {
    position: relative;
    border: none;
	width: 15px;
	height: 15px;
	margin: 0px 5px;
	overflow: hidden;
	border-radius: 100%;
	background: #c5c5c5;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	
.slick-dots li:hover,
.slick-dots li.slick-active {
	background: #e82644;
    border-color: #e82644;
	}
	
.slick-dots li button {
	width: 100%;
	height: 100%;
	}

.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}

.slick-dots li button:before {
	line-height: 15px;
	font-size: 0px;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	overflow: hidden;
	border-radius: 100%;
	background: transparent;
	}
	
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
	opacity: 1;
	background: #e82644;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	}
	
/* Link Button */

.link-btn,
.link-btn2 {
    font-family: OpenSans;
	position: relative;
	z-index: 1;
	display: block;
	font-size: 15px;
	font-weight: 700;
	margin: 0px auto 0px;
	text-transform: none;
	}

.link-btn a,
.link-btn2 a {
	position: relative;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	line-height: 25px;
    background: #e82644;
	vertical-align: top;
    border-radius: 110px;
	display: inline-block;
	padding: 15px 50px 15px 30px;
	text-decoration: none !important;
	}

.link-btn a:after,
.link-btn2 a:after {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 0;
    height: 0;
    content: '';
    text-align: center;
    margin: -5px auto 0px;
    border-left: 8px solid #ffffff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }

.link-btn.left-arrow a,
.link-btn2.left-arrow a {
	padding: 15px 30px 15px 50px;
	}

.link-btn.left-arrow a:after,
.link-btn2.left-arrow a:after {
    right: auto;
    left: 30px;
    border-left: none;
    border-right: 8px solid #ffffff;
    }
	
.link-btn a:hover {
	color: #ffffff;
    background: #1f1f1f;
	}

.link-btn2 a {
	color: #ffffff;
    background: #1f1f1f;
	}

.link-btn2 a:hover {
	color: #ffffff;
    background: #e82644;
	}
	
.photoContainer {
	position: relative;
	display: block;
	width: 100%;
    overflow: hidden;
    border-radius: 10px;
	margin: 0px 0px 40px;
	}

.photoContainer img {
	position: relative;
	display: block;
	width: 100%;
	}

/* Table Style */

.table {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 400;
    background: transparent;
	}

.table th,
.table td {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    background: #ffffff;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
	}

.table th {
    color: #1f1f1f;
    background: #f7f7f7;
	}

.titleStyle1 {
    color: #e82644 !important;
    }

.pricecol {
    width: 215px;
    }

.table tr:nth-child(2n) {
    background-color: #ffffff;
    }

.table tr th:first-child,
.table tr td:first-child {
    }

.table tr th:last-child,
.table tr td:last-child {
    }
	
/* Footer Styles */

.footer-wrapper {
    position: relative;
    width: 100%;
    display: block;
    margin: 0px auto;
    max-width: 1920px;
	background: #1a1a1a;
	}

/* Footer Top */

.footer-top {
    position: relative;
    display: block;
	color: #909090;
	font-size: 13px;
    font-weight: 400;
	overflow: hidden;
	line-height: 24px;
    background: #1f1f1f;
    padding: 65px 0px 35px;
	}
	
.footer {
	position: relative;
    padding: 0px 60px;
    max-width: 100%;
	}
	
.footer .row {
	position: relative;
	justify-content: space-between;
	}

.footer a {
    color: #909090;
	}

.footer a:hover {
    color: #ea221c;
	}
	
.footer p {
	text-align: inherit;
	}

.ftcol {
	position: relative;
	float: left;
	width: auto;
    max-width: 30%;
	padding: 0px 15px;
	}

.ftcol.ftcol1 {
    width: 320px;
	}

.ftcol.ftcol5 {
    width: 420px;
    max-width: 420px;
	}

/* Footer Head */
	
.footer-head {
    font-family: PlayfairDisplay;
	position: relative;
    color: #ffffff;
	display: block;
	font-size: 20px;
    font-weight: 400;
	padding: 0px 0px 0px;
	margin: 0px 0px 20px;
    letter-spacing: -0.4px;
	}

/* Footer Contact Info */

.footer-contact-info-box {
	position: relative;
	display: block;
	margin: 0px auto;
    padding: 0px 0px 15px;
	}

.footer-location, .footer-phone, .footer-email, .footer-whatsapp {
    position: relative;
    display: block;
	text-align: left;
    line-height: 20px;
    margin: 0px auto 15px;
    padding: 0px 0px 0px 24px;
    background: url("../images/location-icon.png") 0px 4px no-repeat;
	}
	
.footer-phone {
    background: url("../images/tel-icon.png") 0px 3px no-repeat;
	}

.footer-email {
    background: url("../images/email-icon.png") 0px 7px no-repeat;
	}

.footer-whatsapp {
    background: url("../images/whatsapp-icon-footer.png") 0px 4px no-repeat;
	}
	
/* Footer Nav */

ul.footer-nav {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px -15px;
	list-style-type: none;
	}

.ftcol2 ul.footer-nav {
    column-count: 2;
	}
	
ul.footer-nav li {
    position: relative;
	display: block;
    font-size: 13px;
	padding: 0px 15px;
    line-height: 20px;
	margin: 0px auto 10px;
	}

ul.footer-nav li a {
	position: relative;
	display: block;
    color: #909090;
	overflow: hidden;
    white-space: nowrap;
	}
	
ul.footer-nav li a:hover, ul.footer-nav li.selected a {
	color: #ea221c;
	}

/* Footer Social Nav */

ul.footer-social-nav {
	position: relative;
	display: block;
	padding: 0px;
    font-size: 0px;
	margin: 0px -15px;
	list-style-type: none;
	}
	
ul.footer-social-nav li {
    position: relative;
	display: block;
    font-size: 13px;
	padding: 0px 15px;
    line-height: 20px;
	margin: 0px auto 10px;
	}

ul.footer-social-nav li a {
	position: relative;
	display: block;
	color: #909090;
	}

ul.footer-social-nav li a .fa,
ul.footer-social-nav li a .fas,
ul.footer-social-nav li a .fab {
	color: #ffffff;
    min-width: 20px;
	}

ul.footer-social-nav li a:hover,
ul.footer-social-nav li.selected a {
	color: #ea221c;
	}

/* Newsletter Section */

.newsletter-container {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto;
	}

/* Newsletter Box */

.newsletter-box,
.mc4wp-form {
	position: relative;
	display: block;
	width: 100%;
	margin: 0px auto 0px;
	}

.newsletter-box .form-control {
    border: none;
	height: 55px;
	color: #555555;
	font-size: 13px;
    font-weight: 400;
	line-height: 25px;
	padding: 15px 175px 15px 20px;
	background: #ffffff !important;
    border-radius: 110px !important;
	}

.newsletter-box .form-control:hover,
.newsletter-box .form-control:focus,
.newsletter-box .form-control:focus:hover {
    border: none;
	}

.newsletter-box .send-btn {
	position: absolute;
	cursor: pointer;
	right: -1px;
	top: 0px;
	z-index: 5;
	width: 155px;
	border: none;
	height: 55px;
	color: #ffffff;
	font-size: 15px;
    font-weight: 700;
	overflow: hidden;
	line-height: 25px;
	text-align: center;
    white-space: nowrap;
	background: #e82644;
	vertical-align: top;
	border-radius: 110px;
	text-transform: none;
	display: inline-block;
	padding: 15px 50px 15px 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

.newsletter-box .send-btn:after {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 0;
    height: 0;
    content: '';
    text-align: center;
    margin: -5px auto 0px;
    border-left: 8px solid #ffffff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }

.newsletter-box .send-btn:hover {
	color: #ffffff;
	background: #000000;
	}

.newsletter-box .form-control::-webkit-input-placeholder,
.newsletter-box ::-webkit-input-placeholder {
	color: #909090;
    font-style: normal;
	}

.newsletter-box .form-control:-moz-placeholder,
.newsletter-box :-moz-placeholder { /* Firefox 18- */
	color: #909090;
    font-style: normal;
	}

.newsletter-box .form-control::-moz-placeholder,
.newsletter-box ::-moz-placeholder {  /* Firefox 19+ */
	color: #909090;
    font-style: normal;
	}

.newsletter-box .form-control:-ms-input-placeholder,
.newsletter-box ::-ms-input-placeholder {
	color: #909090;
    font-style: normal;
	}

/* Footer Bottom */

.footer-bottom {
    position: relative;
    display: block;
	color: #909090;
    font-size: 15px;
    font-weight: 400;
	overflow: hidden;
    line-height: 25px;
	padding: 15px 0px;
	}
	
.footer-bottom a {
	color: #909090;
	}

.footer-bottom a:hover {
	color: #ea221c;
	}

.fbcol {
	position: relative;
	float: left;
	width: auto;
	padding: 0px 15px;
	}

.fbcol.fbcol1 {
    order: 2;
	}

.fbcol.fbcol2 {
    order: 1;
	}

/* Copyright */

.copyright {
	position: relative;
	display: block;
	width: 100%;
	margin: 5px auto;
    line-height: 25px;
    text-align: center;
	}

/* Footer Payment Options */

ul.footer-payment-options {
	position: relative;
	display: block;
	padding: 0px;
    font-size: 0px;
	margin: 0px -5px;
	list-style-type: none;
	}
	
ul.footer-payment-options li {
    position: relative;
	padding: 0px 5px;
	line-height: 25px;
	margin: 5px auto 5px;
    display: inline-block;
    vertical-align: middle;
	}

ul.footer-payment-options li a,
ul.footer-payment-options li img {
	position: relative;
	overflow: hidden;
	display: block;
	}

ul.footer-payment-options li img {
    width: auto;
    height: 25px;
	}
	
ul.footer-payment-options li a:hover,
ul.footer-payment-options li.selected a {
	}

/* Floating Social Nav */

.floating-social-nav {
    position: fixed;
	display: block;
    z-index: 99;
    left: 0px;
    top: 50%;
	margin: 0px;
	padding: 0px;
    font-size: 0px;
    text-align: center;
	list-style-type: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	}
	
.floating-social-nav li {
	position: relative;
    display: block;
	padding: 0px;
    font-size: 18px;
	margin: 7px auto;
	}

.floating-social-nav .fa,
.floating-social-nav .far,
.floating-social-nav .fas,
.floating-social-nav .fab {
	position: relative;
    vertical-align: baseline;
	}

.floating-social-nav li a {
	position: relative;
	display: block;
	padding: 5px;
    width: 40px;
    height: 40px;
	color: #ffffff;
    overflow: hidden;
    line-height: 30px;
    text-align: center;
    background: #e82644;
	}

.floating-social-nav li a:hover,
.floating-social-nav li.selected>a {
	color: #ffffff;
    background: #aa162d;
	}

/* Contact Info Box */

.company-location,
.company-phone,
.company-email {
    position: relative;
    display: block;
    line-height: 24px;
    margin: 0px auto 15px;
    padding: 30px 0px 0px;
	}

.contactImgBox {
    position: relative;
    display: block;
    padding: 0px;
    width: 120px;
    height: 90px;
    overflow: hidden;
    margin: 0px 0px 0px;
	}

.contactImgBox figure {
    position: absolute;
	overflow: hidden;
    display: block;
	padding: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	margin: 0px auto !important;
	}
	
.contactImgBox figure img {
	position: relative;
	height: 100%;
	width: 100%;
	max-width: none;
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	}

.company-location a,
.company-phone a,
.company-email a {
    color: #1f1f1f;
	}

.company-location a:hover,
.company-phone a:hover,
.company-email a:hover {
    color: #e82644;
	}

/* Contact Form */
	
.contactForm {
	position: relative;
	display: block;
    width: 100%;
    padding: 60px 35px;
    background: #f9f9f9;
    box-shadow: 0px 3px 16px rgba(0,0,0,0.06);
	}

.contactForm p {
    max-width: 500px;
    margin: 0px auto 30px;
	}

.contactForm .btn-primary {
    min-width: 160px;
    vertical-align: top;
    width: auto !important;
    display: inline-block !important;
    }

.contactForm .wpcf7 .ajax-loader {
    margin: 13px 15px;
    vertical-align: top;
    display: inline-block !important;
    }
	
.control-label {
	font-family: OpenSans;
	display: block;
	color: #333333;
	font-size: 15px;
    font-weight: 400;
    line-height: 24px;
	}

.google-recaptch {
	position: absolute;
	bottom: 265px;
	right: -9px;
	}

.required-field {
	color: #e82644;
	}
	
.form-group,
.form-check,
.pofw-product-options-wrapper .field {
    position: relative;
    padding: 0px;
	margin-bottom: 20px;
	}
	
.form-control,
.form-custom-select {
	font-family: OpenSans;
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 30px;
	padding: 9px 20px;
	border-radius: 30px;
	background-image: none;
    outline: none !important;
	background-color: #ffffff;
    border: 1px solid #f9f9f9;
	}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle  {
    outline: none !important;
    box-shadow: none !important;
	}

.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select, .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
	}

.form-custom-select, .bootstrap-select .dropdown-item.disabled, .bootstrap-select .dropdown-item:disabled {
	color: #bebebe;
    box-shadow: none !important;
	}
	
.bootstrap-select .dropdown-toggle:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f107";
    font-size: 15px;
    color: #333333;
    border: 0;
	}
	
.bootstrap-select .dropdown-toggle[aria-expanded="true"]:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f106";
    font-size: 16px;
    color: #333333;
    border: 0;
	}

.form-custom-select:hover,
.form-custom-select:focus,
.bootstrap-select.show .form-custom-select {
    color: #666666;
	border: 1px solid #e1d0b8;
	}
	
.form-horizontal .checkbox,
.form-horizontal .radio {
    position: relative;
    min-height: 1px;
	font-weight: normal;
    display: inline-block;
    margin: 3px 5px 0px 0px;
	}

textarea.form-control {
	min-height: 154px;
    border-radius: 20px;
	height: auto !important;
	}
	
textarea {
	resize: none;
	}

.custom-control {
    padding-left: 0px;
    }

.custom-checkbox,
.custom-radio {
	position: relative;
	vertical-align: top;
	display: inline-block;
	}

.form-control:hover,
.form-control:focus,
.form-control:focus:hover {
	outline: 0;
	border: 1px solid #e1d0b8;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
.form-control::-webkit-input-placeholder, ::-webkit-input-placeholder {
	opacity: 1;
	color: #666666;
	}

.form-control:-moz-placeholder, :-moz-placeholder { /* Firefox 18- */
	opacity: 1;
	color: #666666;
	}

.form-control::-moz-placeholder, ::-moz-placeholder {  /* Firefox 19+ */
	opacity: 1;
	color: #666666;
	}

.form-control:-ms-input-placeholder, :-ms-input-placeholder {
	opacity: 1;
	color: #666666;
	}
	
.form-control:focus::-webkit-input-placeholder { color: transparent !important; }
.form-control:focus:-moz-placeholder { color: transparent !important; }
.form-control:focus::-moz-placeholder { color: transparent !important; }
.form-control:focus:-ms-input-placeholder { color: transparent !important; }

.btn-primary,
.btn-secondary {
	font-family: OpenSans;
    position: relative;
	font-weight: 700;
	font-size: 15px;
	color: #ffffff;
    border: none;
	width: 100%;
	display: block;
    min-width: 150px;
	line-height: 25px;
	padding: 15px 30px;
    text-align: center;
    border-radius: 110px;
	text-transform: none;
	}

.btn-primary { color: #ffffff; background: #e82644; border-color: #e82644; }
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus { color: #ffffff; background: #1f1f1f; border-color: #1f1f1f; box-shadow: none !important; }
.btn-primary.disabled,
.btn-primary:disabled { color: #ffffff; background-color: #e82644; border-color: #e82644; opacity: 0.4; }
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle { color: #ffffff; background-color: #e82644; border-color: #e82644; }
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus { box-shadow: none !important; }

.btn-secondary,
.yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary { color: #ffffff; background: #1f1f1f; border-color: #1f1f1f; }
.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:hover,
.yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary:focus,
.yith-wcan-pro.woocommerce .widget_price_filter .price_slider_amount button.btn-secondary.focus { color: #ffffff; background: #e82644; border-color: #e82644; box-shadow: none !important; }
.btn-secondary.disabled,
.btn-secondary:disabled {color: #ffffff; background-color: #1f1f1f; border-color: #1f1f1f; opacity: 0.4; }
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle { color: #1f1f1f; background-color: #1f1f1f; border-color: #1f1f1f; }
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus { box-shadow: none !important; }

/* Map Container */

.map-container {
	position: relative;
	display: block;
	width: 100%;
	height: 435px;
	overflow: hidden;
    background: #f9f9f9;
	margin: 0px auto 0px;
	}

.map-container iframe {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	}

/* Thank You Container */

.thank-you-container/*,
.thank-you-container figure,
.thank-you-container figure img*/ {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	}

/*.thank-you-container figure,
.thank-you-container img {
	z-index: 1;
	}*/
	
.thank-you-content-area {
	position: absolute;
	z-index: 7;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	}
	
.thank-you-content-area .captionWrapper {    
    position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0px auto;
    max-width: 1200px;
    padding: 0px 30px 0px;
	}
	
.thank-you-content-area .captionContainer {
	position: relative;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	}
	
.thank-you-content-area .thank-you-content {
	position: relative;
	display: block;
    width: 100%;
    color: #1f1f1f;
	}
	
.thank-you-content h1 {
    font-family: PlayfairDisplay;
    color: #333333;
	line-height: 1;
	font-size: 120px;
    font-weight: 700;
    letter-spacing: 0px;
	padding-bottom: 0px;
    margin: 0px auto 0px;
	}

.thank-you-content h3 {
    font-family: PlayfairDisplay;
    color: #333333;
	line-height: 1;
	font-size: 62px;
    font-weight: 700;
    letter-spacing: 0px;
	padding-bottom: 30px;
    margin: 0px auto 0px;
	}

.thank-you-content-area .thank-you-content p {
    max-width: 530px;
	}

.thank-you-content .link-btn a,
.thank-you-content .link-btn2 a {
    min-width: 196px;
	}

.thank-you-content .link-btn2 a {
    background: #ffffff;
    color: #e82644 !important;
	}

.thank-you-content .link-btn2 a:hover {
    background: #000000;
    color: #e82644 !important;
	}

.thank-you-content .link-btn2 a:after {
    border-left-color: #e82644;
    }
	
/* Scroll To Top */
	
#toTop {
	text-decoration: none;
	position: fixed;
	display: none;
	bottom: 50px;
	right: 10px;
	width: 50px;
	height: 50px;
	border: none;
	z-index: 1001;
	text-indent: 100%;
	background: url(../images/ui.totop.png) 0px 0px no-repeat;
	overflow: hidden;
	}

#toTopHover {
	background: url(../images/ui.totop.png) 0px -50px no-repeat;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	}

#toTop:active, #toTop:focus {
	outline: none;
	}
	
/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1699.98px) {
    .container, .header-container, .wide-container, .banner_caption .captionWrapper, .inner_banner_caption .captionWrapper, .footer { max-width: 1000px; padding: 0px 30px; }
    .wide-container { max-width: 1200px; }
    .header-container, .footer { padding: 0px 60px; max-width: 100%; }
    body, .mainmenu ul, .mainmenu > ul ul, .mainmenu > ul ul ul, .banner_caption .captionContainer, .award-slide-box, .clientName, .inner_banner_caption .captionContainer, .services-listing > li, .product-info-container .reviewRatings .fas, .product-info-container .reviewRatings .far, .product-info-container .reviewRatings .fa, .header-language-switcher>li { font-size: 14px; }
    .logo { margin: 15px 0px; width: 140px; height: 60px; }
    .headerTopLinks { margin: 10px -10px 10px 10px; }
    .headerTopLinks > li { line-height: 24px; margin: 0px 10px; }
    .headerTopLinks > li a { height: 24px; line-height: 24px; }
    .headerTopLinks > li img { max-height: 20px; }
    .headerTopLinks>li.header-cart-menu a span { right: -10px; top: -10px; width: 20px; height: 20px; font-size: 10px; line-height: 20px; }
    .header-menu-wrapper { padding: 110px 30px 60px; }
    .mainmenu > ul > li { margin-bottom: 10px; }
    .header-language-switcher-box { height: 24px; margin: 10px; }
    .header-language-switcher-box > a, .header-language-switcher>li a { height: 24px; line-height: 24px; padding: 0px; }
    .header-language-switcher>li a { height: 24px; line-height: 24px; padding: 0px 5px; }
    #header-language-switcher { top: 24px; }
    .header-language-switcher>li { line-height: 24px; }
    .banner_caption .captionContainer .bannerHeading1 { font-size: 60px; }
    .inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 50px; }
    .pageTitle h1, .pageTitle h2 { font-size: 45px; letter-spacing: -0.8px; }
    h1, .h1, .cta-container h1, .cta-container h2, .cta-container .pageTitle h1, .cta-container .pageTitle h2 { font-size: 30px; }
    h2, .h2, .service-item-name, .service-item-name-inner { font-size: 27px; }
    h3, .h3, .whyus-text ul > li { font-size: 24px; }
    h4, .h4 { font-size: 21px; }
    h5, .h5 { font-size: 18px; }
    h6, .h6, .card-header, .addToWishlist-icon { font-size: 15px; }
    .client-quote, .fs-title, .latest-news-title, .footer-head { font-size: 17px; letter-spacing: 0px; }
    .link-btn, .link-btn2, .readMoreBtn, .FSListing > li, .latest-news-item, .more-btn, .view-all-btn, .btn-primary, .btn-secondary, .add-to-cart-btn { font-size: 13px; }
    .link-btn a, .link-btn2 a, .readMoreBtn, .FSListing > li, .more-btn, .view-all-btn, .btn-primary, .btn-secondary, .add-to-cart-btn, .add-to-cart-btn > a { line-height: 20px; }
    .testimonials-container { padding: 90px 0px 90px 150px; }
    .testimonial-block-inner { padding: 50px 50px 40px; }
    .testimonials-content-box { width: 400px; padding-right: 50px; }
    .testimonial-block-inner:before, .slick-current .testimonial-block-inner:before { left: 20px; top: -25px; width: 69px; height: 46px; background-size: 69px 46px; }
    .clientThumb, .clientThumb figure { width: 52px; height: 52px; }
    .st-container, .featured-services-container, .latest-news-container, .av-container, .services-container, .main-container, .videoClipsContainer { padding: 80px 0px; }
    .av-container { padding-top: 120px; }
    .st-content-box { padding: 50px 25px 25px; }
    .st-mask-content { padding: 25px; font-size: 13px; }
    .FSListing>li>a { padding: 35px 30px; }
    .fs-title { padding-bottom: 15px; }
    .latest-news-title, .whyus-text2, ul.nav-tabs.tabstyle1, ul.nav-tabs.tabstyle1 li.nav-item, .blog-title, .quote-container, ul.nav-tabs.tabstyle2, ul.nav-tabs.tabstyle2 li.nav-item { font-size: 16px; }
    ul.nav-tabs.tabstyle1 li.nav-item, ul.nav-tabs.tabstyle1 li.nav-item a, ul.nav-tabs.tabstyle2 li.nav-item, ul.nav-tabs.tabstyle2 li.nav-item a { line-height: 24px; }
    .latest-news-post-date, .footer-top, ul.footer-nav li, .footer-bottom, .breadcrumb-container ul, .view-details-btn, .table, .table th, .table td, .blog-info-row, .blog-cat, .blog-date, .quantity-title { font-size: 12px; line-height: 20px; }
    .breadcrumb-container ul { letter-spacing: 1px; }
    .ftcol.ftcol5 { width: 350px; max-width: 350px; }
    .newsletter-box .form-control { height: 50px; line-height: 20px; padding: 15px 150px 15px 20px; }
    .newsletter-box .send-btn { font-size: 13px; height: 50px; line-height: 20px; width: 130px; padding: 15px 45px 15px 25px }
    .about-content-area { max-width: 800px; }
    .samll-box-icon-container{ width: 180px; height: 135px; }
    .card-header a { padding: 15px 90px 15px 30px; line-height: 24px; }
    .accordion .card-body { padding: 30px; }
    .ic-content-area p { max-width: 395px; }
    .reverse-row .ic-content-area p { max-width: 415px; }
    .samll-box-container { max-width: 260px; }
    .services-top-content-area { max-width: 760px; }
    .services-top-content-area2 { max-width: 820px; }
    .service-item-mask-content { max-width: 280px; }
    .inner-testimonials-container { padding: 100px 100px 60px; }
    .inner-testimonials-container .testimonials-content-box { max-width: 350px; }
    .testimonial-block-inner { padding: 40px 30px 30px; }
    .pricelist-nav ul li { font-size: 14px; line-height: 20px; }
    .pricelist-nav ul li span { padding: 10px 0px; }
    .table th, .table td { padding: 10px 15px; }
    .pricecol { width: 175px; }
    .pricelist-nav-container { width: 220px; }
    .pricelist-content-section { margin-left: 250px; }
    .pricelist-nav ul li { letter-spacing: 0.5px; }
    .pricelist-nav ul li:before { width: 10px; height: 10px; margin-top: -5px; }
    .pricelist-nav ul li:after { width: 6px; height: 6px; margin-top: -3px; }
    .cta-container-inner { padding: 40px 0px; }
    .quote-container { padding: 40px; }
    .quote-container:before { width: 114px; height: 100px; background-size: 114px 100px; }
    .contactImgBox { width: 90px; height: 68px; }
    .thank-you-content h1 { font-size: 90px; }
    .thank-you-content h3 { font-size: 47px; }
    .thank-you-content-area .thank-you-content p { max-width: 430px; }
    .thank-you-content .link-btn a, .thank-you-content .link-btn2 a { min-width: 180px; }
    .filter-box, .filter-box-bottom, .filter-select-text, .filter-select, .filter-select:after, .filter-select select, .page-item, .reviewRatings, .csm-product-name, .csm-product-price-box, .addToCartBtn, .addToWishlistBtn, .viewProductBtn, .control-label, .form-control, .form-custom-select { font-size: 13px; }
    .csm-product-stock { min-width: 60px; }
    .csm-product-stock span { font-size: 10px; }
    .csm-product-cat, .csm-product-star-rattings, .csm-product-item { font-size: 12px; }
    .reviewRatings .fas, .reviewRatings .far, .reviewRatings .fa { font-size: 11px; }
    .add-to-cart-btn > a:after, .addToCartBtn a:after, .addToCartBtn button:after { width: 15px; height: 15px; background-size: 15px 15px; }
    .csm-product-quantity { max-width: 130px; border-radius: 50px; }
    .csm-product-quantity input { height: 48px !important; font-size: 13px !important; line-height: 38px !important; }
    .quantity-button { height: 48px; font-size: 13px; line-height: 38px; }
    .addToCartBtn a, .addToWishlistBtn a, .viewProductBtn a { line-height: 20px; border-radius: 100px; }
    .addToCartBtn button, .woocommerce button.button.alt, .addToWishlistBtn button, .woocommerce .addToWishlistBtn a.button.add_to_wishlist, .woocommerce .addToWishlistBtn a.delete_item.button.alt { font-size: 13px !important; line-height: 20px !important; border-radius: 100px !important; }
    .addToWishlistBtn a, .addToWishlistBtn button, .woocommerce .addToWishlistBtn a { width: 50px; height: 50px; }
    .video-outer-slider-container .carousel-indicators li { width: 167px; }
    .reviewDate:before { top: 9px; }
    .whyus-text ul.nav-tabs.tabstyle1, .whyus-text ul.nav-tabs.tabstyle1 li.nav-item { font-size: 24px; }
    .ic-container3 { padding-top: 200px; }
	}

@media (max-width: 1439.98px) {
    .header-container, .footer { padding: 0px 30px; }
    .header-menu-wrapper { padding: 110px 15px 60px; }
    .header-menu-wrapper .mCSB_inside > .mCSB_container { margin-right: 20px !important; }
    .testimonials-container { padding: 90px 0px 90px 100px; }
    .about-content-area { max-width: 750px; }
	}

@media (max-width: 1365.98px) {
    .about-content-area { max-width: 600px; }
	}
	
@media (max-width: 1199.98px) {
    .banner_caption .captionContainer { padding: 50px 0px; }
    .banner_caption .captionContainer .bannerHeading1, .inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 50px; }
    .pageTitle h1, .pageTitle h2 { font-size: 40px; letter-spacing: 0px; }
    .awards-container, .st-container, .featured-services-container, .latest-news-container, .av-container, .about-container, .services-container, .main-container, .videoClipsContainer { padding: 60px 0px; }
    .whyus-container, .av-container { padding: 150px 0px 60px; }
    .testimonials-container { padding: 60px 30px; }
    .st-container .container-fluid.nopadding, .latest-news-container .container-fluid.nopadding { padding: 0px 30px !important; }
    .breadcrumb-container { padding-top: 10px; }
    .about-container:before { display: none; }
    .radio-outer-container { padding-left: 30px; }
    .inner-testimonials-container { padding: 60px 30px 30px; }
    .thank-you-content h1 { font-size: 70px; }
    .thank-you-content h3 { font-size: 35px; }
	.imgLeft, .imgRight { max-width: 40%; }
	.google-recaptch { display: none !important; }
    .ic-container3 { padding-top: 180px; }
	}
	
@media (max-width: 1023.98px) {
    .banner_caption { height: auto; top: auto; bottom: 0px; }
	}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
    .testimonials-content-area, .testimonials-content-wrapper, .testimonials-content-box, .testimonials-slider-container { display: block; width: 100%; max-width: 100%; }
    .testimonials-content-box { padding: 0px 0px 30px; }
    .whyus-container, .av-container, .ic-container, .faq-container { padding: 60px 0px; }
    .ic-container2 + .faq-container { padding-top: 30px; }
    .FSListing > li > a { padding: 25px 20px; }
    .radio-outer-container, .csm-product-details-box { padding: 40px 0px 0px; }
    .FSListing > li > a { background: #ffffff; }
    .reverse-container .row, .reverse-row { flex-flow: column; }
    .ic-content-area p, .reverse-row .ic-content-area p, .inner-testimonials-container .testimonials-content-box { max-width: 100%; }
    .ic-pic-container { margin: 0px auto 30px; }
    .ftcol2 ul.footer-nav { column-count: auto; }
    .fbcol { width: 100%; max-width: 100%; text-align: center; }
    .fbcol.fbcol1 { order: 1; }
    .fbcol.fbcol2 { order: 2; }
    .company-location, .company-phone, .company-email { padding-top: 15px; }
    .csm-product-item { width: 33.3333%; }
    .samll-box-container { max-width: 100%; }
    .samll-box-container { padding: 15px 0px 0px; }
    .thank-you-content h1 { font-size: 60px; }
    h1, h2, h3, h4, h5, h6 { letter-spacing: 0px !important; }
    .st-content-box { display: none; }
    .st-mask-container { bottom: 0px; }
    .ic-container3 { padding-top: 20%; padding-bottom: 60px; }
    .services-container.new .row.mb100, .ic-container3 .row.mb100 { margin-bottom: 30px !important; }
	}
	
@media (max-width: 800px) {
	}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
	.container, .header-container, .wide-container, .banner_caption .captionWrapper, .inner_banner_caption .captionWrapper, .footer { padding: 0px 15px; }
    .logo { margin: 15px 0px; width: 118px; height: 50px; }
    .headerTopLinks { margin: 0px -7px; }
    .headerTopLinks > li { margin: 7px; line-height: 20px; }
    .headerTopLinks > li a { height: 20px; line-height: 20px; }
    .headerTopLinks > li img { max-height: 20px; }
    .header-menu-wrapper { padding: 100px 15px 30px; }
    .header-language-switcher-box { margin: 5px 20px; }
    .map-container { height: 350px; }
    .testimonials-container, .inner-testimonials-container { padding: 60px 15px; }
    .st-container .container-fluid.nopadding, .latest-news-container .container-fluid.nopadding { padding: 0px 15px !important; }
    .FSListing > li, .blog-listing > li.blog-item, .csm-product-item { width: 50%; }
    .slick-prev, .slick-next, .customPrevBtn, .customNextBtn { width: 40px; height: 40px; }
    .slick-prev, .customPrevBtn { padding-left: 40px; background-image: url("../images/slick-nav-small.png"); }
    .slick-next, .customNextBtn { padding-right: 40px; background-image: url("../images/slick-nav-small.png"); }
    .slick-prev:hover, .slick-prev:focus, .customPrevBtn:hover, .customPrevBtn:focus { background-image: url("../images/slick-nav-small.png"); }
    .slick-next:hover, .slick-next:focus, .customNextBtn:hover, .customNextBtn:focus { background-image: url("../images/slick-nav-small.png"); }
    .card-body .embed-responsive { margin: 0px auto 30px; }
    .service-item-name, .service-item-mask-content { padding: 25px; }
    .service-item-name, .service-item-name-inner { font-size: 25px; }
    .ftcol.ftcol, .ftcol.ftcol1, .ftcol.ftcol5 { width: 100%; max-width: 100%; text-align: center; padding: 10px 15px; }
    .footer-top { padding: 50px 0px 35px; }
    .footer-head { margin-bottom: 10px; }
    .footer-contact-info-box { padding: 0px; }
    .footer-location, .footer-phone, .footer-email, .footer-whatsapp { display: table; margin: 0px auto 15px; max-width: 260px; }
    ul.footer-nav li, ul.footer-social-nav li { display: inline-block; vertical-align: middle; }
    .newsletter-container { max-width: 400px; }
    .pricelist-nav-container { display: none !important; }
    .pricelist-content-section { margin: 0px auto; width: 100%; }
    .pricelistTitle { opacity: 1 !important; height: auto !important; font-size: 24px !important; }
    h1 br, h2 br, h3 br, h4 br, h5 br, h6 br { display: none !important; }
    .contactForm, .product-reviews-container, .product-review-form-container { padding: 30px; }
    .banner_caption .captionContainer .bannerHeading1, .inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 40px; }
    .pageTitle h1, .pageTitle h2 { font-size: 35px; }
    .thank-you-content h1 { font-size: 50px; }
    .thank-you-content h3 { font-size: 24px; }
    .whyus-text2 { font-size: 14px; }
    .video-toggle-btn { display: block; }
	}

@media (min-width: 768px) {
    .video-toggle-btn { display: none; }
	}
	
@media (max-width: 575.98px) {
    .banner_caption .captionContainer .bannerHeading1, .inner_banner_caption .captionContainer .innerBannerHeading1 { font-size: 35px; }
    .pageTitle h1, .pageTitle h2 { font-size: 30px; }
    .thank-you-content h1 { font-size: 40px; }
    .thank-you-content h3 { font-size: 20px; }
    .newsletter-box .form-control { padding: 15px 20px; }
    .newsletter-box .send-btn { position: relative; right: auto; top: auto; width: 100%; margin: 15px auto 0px; }
    .FSListing > li, .services-listing > li { width: 100%; }
    .whyus-text2 { font-size: 13px; }
    .samll-box-container { text-align: center; }
    .samll-box-icon-container, .samll-box-container .contactImgBox { margin: 0px auto 30px; }
    .floating-social-nav li, .header-language-switcher > li { font-size: 12px; }
    .floating-social-nav li a { width: 24px; height: 24px; line-height: 24px; padding: 0px; }
	}

@media (max-width: 479.98px) {
    .header-language-switcher-box { margin: 0px 15px; font-size: 12px; }
    .logo { margin: 15px 0px; width: 80px; height: 34px; }
    .headerMenu { width: 220px; right: -220px; }
    .headerTopLinks { margin: 0px -4px; }
    .headerTopLinks > li { margin: 5px 4px; line-height: 16px; }
    .headerTopLinks > li a { height: 16px; line-height: 16px; }
    .headerTopLinks > li img { max-height: 16px; }
    .headerTopLinks > li.header-cart-menu a span { width: 16px; height: 16px; font-size: 8px; line-height: 16px; }
    .blog-listing > li.blog-item, .csm-product-item { width: 100%; }
    .whyus-text2 { padding: 120px 40px 80px 90px; }
    .accordion .card-body, .details-container { padding: 20px; }
	}
	
@media (max-width: 399.98px) {
	}

@media (max-width: 359.98px) {
    .logo { margin: 15px 0px; width: 56px; height: 24px; }
    ul.nav-tabs.tabstyle1 li.nav-item a, ul.nav-tabs.tabstyle2 li.nav-item a { padding: 10px 20px; }
	}

@-ms-viewport{ width: auto !important; }