@import url("font-awesome.css");
@import url("shortcodes.css");

/* Reset
-------------------------------------------------------------- */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

figure {
	margin: 0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
	/* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	border: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	background-color: #fff;
	color: #595959;
	letter-spacing: 0px;
}

a {
	color: #28293A;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #2bd8d9;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul,
ol {
	padding: 0;
}

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

b,
strong {
	font-weight: 900;
}

button {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 14px;
	font-weight: 700;
	color: #28293a;
	/*    text-transform: uppercase;*/
	padding: 12px 24px;
	background-color: #a6001b;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background-color: #ffffff;
	border: 2px solid #ebebeb;
	width: 100%;
	height: 40px;
	padding-left: 30px;
	font-size: 14px;
	outline: none;
	margin-bottom: 30px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

textarea:focus,
button[type="submit"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #2bd8d9;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0px;
}

textarea {
	width: 100%;
	height: 235px;
	padding: 30px 30px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	color: #b3b7c8;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #b3b7c8;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #b3b7c8;
	opacity: 1;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: #808080;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #656565;
	font-weight: 600;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}

h1 {
	font-size: 36px;
	line-height: 40px;
}

h2 {
	font-size: 30px;
	line-height: 35px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
}

h4 {
	font-size: 20px;
	line-height: 25px;
}

h5 {
	font-size: 16px;
	line-height: 20px;
}

h6 {
	font-size: 16px;
	line-height: 16px;
}

.shadow {
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.15);
}

/* Variables  
---------------------------------------------------------------*/
#mainnav-mobi ul.sub-menu>li>a,
.product .content-product .btn-card,
.product .content-product .name,
.product .content-product .mount,
.product .featured-product img {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#header.downscrolled {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header .logo,
#mainnav ul.submenu,
#mainnav ul.submenu>li>a,
aside.widget,
.product .box-product,
.entry .readmore:after,
.switcher-container h2 a,
.switcher-container h2 i,
.sw-pattern.pattern,
.entry,
.entry-border,
.item-border,
.item .featured-item a img,
.go-top,
.entry .featured-post a img,
.widget-nav-menu ul li::after,
.widget.widget-out-link ul li a:before,
.widget-nav-menu ul li,
.widget.widget-recent-new ul li span:before,
.top-search,
.top-search #searchform-all #searchsubmit,
.shopping-cart .subcart {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header.downscrolled {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15);
}

/* Color */
.menu.menu-extra li a:hover,
.flat-alert.msg-success,
.flat-information li i,
.start-pri i,
.item .content-item .title-item a:hover,
.comment .comment-body .comment-info h6 a:hover,
.product-single .social-links li a:hover,
.product-single .product_meta li a,
.widget-banner .sale,
.widget-shopby .price_slider_amount .price_label input,
.widget-shopby .ui-slider .ui-slider-handle,
.infomation-text span,
.breadcrumbs.color-661 ul li a:hover,
.item .readmore::after,
.item .readmore:hover,
.widget.widget-phone i,
.page-title.style2 .breadcrumbs ul li a:hover,
.flat-information.style2 li a:hover,
#mainnav.style2 ul.submenu>li>a:hover,
#mainnav.style2>ul>li.active>a,
#mainnav.style2>ul>li>a:hover,
.ttm-flat-menu li a:hover,
.ttm-flat-menu li.active a,
.social-links.color-white li a:hover,
.entry .readmore:after,
.project-dynamic .entry .content-post .title-post a:hover,
.project-dynamic .entry .readmore:hover,
.project-dynamic .entry .readmore:hover:after,
.entry .meta-data .meta-post li.author a,
#subscribe-msg .notification_error,
#subscribe-msg .notification_ok,
.breadcrumbs ul li a:hover,
.breadcrumbs ul li i,
.entry .content-post .title-post a:hover,
.entry .readmore:hover {
	color: #2bd8d9;
}

.social-links.style2 li a:hover,
.social-links.style3 a:hover,
.widget-shopby .ui-slider .ui-slider-handle span.shadow.dow,
.widget-shopby .ui-slider .ui-slider-range {
	background-color: transparent;
}

.widget-product ul li ins,
.product-single ul.product-style li .detail,
.testimonials .avatar span.name,
.product .content-product .mount,
.breadcrumbs.color-661 ul li a,
.breadcrumbs.color-661 ul li,
.breadcrumbs.color-661 ul li:before,
.item .readmore,
.item .content-item .title-item,
.widget.widget-phone span,
.page-title.style2 .page-title-heading h1,
.page-title.style2 .breadcrumbs ul li,
.page-title.style2 .breadcrumbs ul li a,
.page-title.style2 .breadcrumbs ul li i,
.page-title.style2 .breadcrumbs ul li:before,
.menu-extra.color-661 li a,
.entry .content-post .title-post a,
.entry .readmore,
.item .content-item .title-item a,
.single-post p,
#mainnav.color-661>ul>li>a {
	color: #0f3661;
}

.top.background-661,
.nav-absolute .nav-wrap {
	background-color: #0f3661;
}

.flat-header-wrap {
	background-color: #000;
}

.project-info ul li,
.widget-info.color35d .info-text p,
.product-single .product_meta li a:hover,
.product-single .product-style li,
.product-single p,
.product-single ins,
.widget-product ul li .product-name a,
.testimonials blockquote.whisper,
.careers-info .careers-text p,
.page-commingsoon .title-section.sub .title,
.product .content-product .name,
#mainnav ul.submenu>li>a,
.item .content-item p,
.wrap-formcontact.style2 p,
.list-author .info-author .contact-author h3 {
	color: #42435d;
}

.flat-alert.msg-success {
	text-align: center;
}

#mainnav>ul>li>a,
.project-dynamic .entry .content-post,
.project-dynamic .entry .category,
#mainnav.color-white>ul>li.active>a,
#mainnav.color-white>ul>li>a:hover,
#mainnav.color-white ul.submenu>li>a:hover,
.project-dynamic .entry .content-post .title-post a,
.social-links.color-white li a,
.project-dynamic .entry .readmore,
.infomation-text,
.widget.widget-nav-menu ul li a:hover,
.widget.widget-nav-menu ul li.active a,
.breadcrumbs ul li:before,
.breadcrumbs ul li a,
.breadcrumbs ul li,
.page-title-heading h1,
#mainnav-mobi ul.sub-menu>li>a:hover,
.menu-extra li a,
.social-links.style3 a:hover,
.top-search #searchform-all #searchsubmit,
.flat-information.before-white li i,
.btn-click.color-white .flat-button,
.ttm-textcolor-white,
.title-section .sub-title.ttm-textcolor-white,
.project-dynamic .entry .readmore:after,
.flat-language.color-white .current a,
.flat-information.style2 li a,
.ttm-bgcolor-darkgrey .title-section .title,
.ttm-bgcolor-skincolor .title-section .title,
.ttm-bgcolor-darkgrey .iconbox.style2 .box-content .box-title,
.ttm-bgcolor-darkgrey .iconbox.style3 .box-content .box-title,
.ttm-bgcolor-darkgrey .iconbox .box-content p {
	color: #4c4c4c;
}

.header .background-white,
#mainnav ul.submenu,
.shopping-cart .subcart,
.header.bg-white,
.header-style3.downscrolled {
	background-color: #ffffff;
}

/* Position */
.ttm-align-right.social-links,
#mainnav>ul>li>a,
#mainnav ul li,
.sw-odd .sw-image .sw-buy,
.product-single .product_meta li,
.comment-respond h2,
.flat-information,
.widget.widget-shopby form,
.widget.widget-shopby .ui-slider,
.wrap-breackcrum,
.product .content-product,
.main-history .wrap-step .data-step,
.main-history .wrap-step .info-step,
.item .readmore,
.flat-wrap-header,
.flat-header-wrap,
.topbar .menu.menu-extra,
.data-effect,
.slide-overlay,
.entry,
.item,
.top-search #searchform-all,
.entry .readmore,
.entry .meta-data ul li,
.widget-download .download a,
.widget.widget-nav-menu ul li a,
.widget.widget-testimonials .avatar span.name,
.widget.widget-testimonials .avatar,
.widget-nav-menu ul li,
.widget.widget-out-link ul li a,
.widget.widget-recent-new ul li span,
.menu-extra>li,
.nav-wrap,
.page-title,
.wrap-form.style2 span.flat-input {
	position: relative;
}

.widget-nav-menu ul li::before,
.product-single .product_meta li::after,
.comment-respond h2::after,
.topbar .menu.menu-extra::before,
.main-history .wrap-step .data-step::before,
.main-history .wrap-step .data-step::after,
.topbar.style2 .flat-information::before,
.widget.widget-nav-menu ul li a:before,
.widget.widget-testimonials .avatar span.name::after {
	position: absolute;
	content: "";
}

.breadcrumbs ul li:before,
.sw-odd .sw-image .sw-buy:after,
.item .readmore::after,
.entry .readmore:after,
.widget-download .download a:after,
.widget-nav-menu ul li::after,
.widget.widget-testimonials .avatar::after {
	position: absolute;
	font-family: "FontAwesome";
}

.widget.widget-out-link ul li a:before,
.widget.widget-recent-new ul li span:before,
.entry .meta-data ul.meta-comment li::before {
	position: absolute;
	left: 0;
	top: 0;
	font-family: "FontAwesome";
}





/* Opacity */
#mainnav ul.submenu,
.effect-animation,
.top-search,
.go-top,
.shopping-cart .subcart,
.product:hover .content-product .name,
.product:hover .content-product .mount {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	visibility: hidden;
}

#mainnav ul li:hover>ul.submenu,
.effect-animation.animated,
.go-top.show,
.top-search.show,
.shopping-cart:hover .subcart {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

/* Box-Shadow */
.shopping-cart .subcart,
#mainnav ul.submenu {
	box-shadow: 0px 20px 46px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow1 {
	box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow2 {
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.box-shadow3 {
	box-shadow: 0px 27px 51.33px 7.67px rgba(0, 0, 0, 0.15);
}

.border-shadow .entry-border,
.border-shadow .item-border {
	border: 1px solid #ebebeb;
}

.border-shadow .entry-border:hover,
.border-shadow .item-border:hover,
.product:hover .box-product,
.widget-banner img {
	box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
}

/* Effect */
.widget-nav-menu ul li::before {
	top: 50%;
	right: 101%;
	z-index: -1;
	margin: -20px 0 0 1px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #0f3661;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1, 2, 1);
	transform: scale3d(1, 2, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}

.widget-nav-menu ul li:hover:before,
.widget-nav-menu ul li.active:before {
	-webkit-transform: scale3d(9, 9, 1);
	transform: scale3d(-9, 9, 1);
}

/* Column */
.one-half {
	float: left;
	width: 50%;
}

.wrap-column,
.project-dynamic .data-effect {
	margin: 0px -15px;
}

.wrap-column .flat-column3 {
	float: left;
	width: 33.3333333333%;
	padding: 0px 15px;
}

.wrap-column2 {
	margin: 0px -25px;
}

.wrap-column2 .flat-column2 {
	float: left;
	width: 50%;
	padding: 0px 25px;
}

.header-overlay.downscrolled {
	background-color: rgba(255, 255, 255, 0.8);
}

/* Top 
---------------------------------------------------------------*/

.ttm-information li {
	display: inline-block;
	margin: 0px 60px 0px 0px;
}

.ttm-information li {
	line-height: 24px;
	font-size: 14px;
	position: relative;
}

.ttm-information li:last-child {
	margin-left: 10px;
}

.ttm-information li i {
	margin-right: 10px;
	font-size: 16px;
	color: #2bd8d9;
}

.topbar {
	padding: 14px 0px;
	background-color: #fff;
	color: #28293a;
	font-size: 14px;
}

.topbar ul li a:hover {
	color: #2bd8d9;
}

ul.ttm-flat-menu li {
	display: inline-block;
	padding: 0px 16px 0px 0px;
}

ul.ttm-flat-menu li a {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #dcdcdc;
}

ul.ttm-flat-menu li a:after {
	position: absolute;
	content: "|";
	padding-left: 8px;
	top: 0;
	color: #dcdcdc;
}

.ttm-information li a:after {
	position: absolute;
	content: "";
	display: block;
	height: 220%;
	width: 1px;
	top: -14px;
	right: -40px;
	background-color: rgba(0, 0, 0, .15);
}

ul.ttm-flat-menu li:last-child {
	padding: 0;
}

ul.ttm-flat-menu li:last-child a:after {
	content: "";
}

.ttm-information li:last-child a:after {
	display: none;
}

.ttm-align-right {
	float: right;
}

.ttm-align-right.social-links {
	padding-left: 27px;
	margin-left: 7px;
}

.ttm-align-right.social-links a {
	font-size: 16px;
}

.ttm-align-right li {
	position: relative;
}

/*.ttm-align-right.social-links li:after {
     content: "";
    height: 17px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    right: -3px;
    top: 4px;
}
.ttm-align-right.social-links li:last-child:after {
	content:none;
}*/
.social-links li {
	display: inline-block;
	padding: 0px 3px;
}

.social-links li:last-child {
	padding-right: 0;
}

/* Widget Header
-------------------------------------------------------------- */
.wrap-widget-header {
	padding: 37px 0px 30px;
}

.wrap-widget-header .widget-info {
	float: right;
	margin: 0 0 0 45px;
}

.wrap-widget-header .widget-info:last-child {
	margin-left: 0px;
}

.widget-info .info-icon {
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 5px 15px 0px 0px;
	color: #2bbbd8;
	font-size: 34px;
	vertical-align: middle;
}

.widget-info .info-text {
	overflow: hidden;
}

.widget-info .info-text h6 {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 30px;
}

.wrap-widget-header .widget-info .flat-button {
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
}

/* Header
-------------------------------------------------------------- */
#header {
	z-index: 999;
}

.header .logo {
	height: 106px;
	line-height: 95px;
}

.header.header-backgroundf61 {
	background-color: #1c0f61;
}

.header-classic.header-style1 {
	background-color: transparent;
}

.header-classic.header-style1 #mainnav-mobi>ul>li>ul>li.active>a,
.header-classic.header-style1 #mainnav-mobi ul>li>a {
	color: #111111;
}

.header-classic.header-style1 #mainnav>ul>li.active>a,
.header-classic.header-style1 #mainnav>ul>li>a:focus,
.header-classic.header-style1 #mainnav>ul>li>a:hover {
	color: #fff;
}

/* Header Fix */
.flat-header-wrap .header.downscrolled {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15);
	bottom: auto !important;
}

.header-absolute.downscrolled {
	background-color: #fff
}

.header.downscrolled #mainnav.style2>ul>li>a,
.header.downscrolled .menu-extra.style2 li a {
	line-height: 60px;
}

.header.header-style2.downscrolled .logo,
.header.header-style4.downscrolled .logo {
	margin-top: 15px;
}

.downscrolled .margin-top36 {
	margin-top: 19px;
}

.downscrolled .margin-top26 {
	margin-top: 6px;
}

.header.header-style3.downscrolled .logo {
	margin: 15px 0 0 21px;
}

.header-style3.downscrolled .btn-click.style2 .flat-button {
	padding: 17px 28px 19px 28px;
}

/* Menu Extra */
.menu.menu-extra li a {
	padding: 0px 12px;
	display: block;
}

.menu.menu-extra li:last-child a {
	padding-right: 2px;
}

/* Shopping-Cart
-------------------------------------------------------------- */
.shopping-cart .subcart {
	position: absolute;
	width: 300px;
	right: 0;
	top: 120%;
	padding: 40px 30px 20px 30px;
	z-index: 9999;
	text-align: left;
}

.shopping-cart:hover .subcart {
	top: 100%;
}

/* Navigation */
.nav-wrap .mainnav {
	float: left;
}

.header-style1 .nav-wrap .mainnav {
	margin-left: -15px;
}

.menu.menu-extra {
	padding-left: 20px;
	float: right;
}

.menu.menu-extra>li {
	display: inline-block;
	font-size: 16px;
}

#mainnav>ul {
	text-align: right;
}

#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav>ul>li {
	display: inline-block;
	margin-right: -5px;
}

#mainnav>ul>li>a {
	font-size: 14px;
	font-weight: 600;
	/*    text-transform: uppercase;*/
	display: block;
	position: relative;
	letter-spacing: 0.5px;
}

#mainnav>ul>li>a,
.menu-extra li a {
	padding: 0 16px 0px 16px;
	line-height: 100px;
}

#mainnav>ul>li>a:after {
	position: absolute;
	right: 3px;
	top: 16px;
	width: 4px;
	height: 4px;
	font: normal normal normal 14px/1 FontAwesome;
	/*content: ".";*/
	font-size: 40px;
	z-index: 9999;
	color: #fff;
	display: block;
}

#mainnav>ul>li:last-child>a:after {
	content: unset;
}

#mainnav>ul>li.active>a,
#mainnav>ul>li:hover>a {
	color: #2bd8d9;
}

.header-classic.header-style1 #mainnav ul li a:after {
	content: "";
	height: 21px;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.20);
	display: block;
	position: absolute;
	right: 0px;
	top: 20px;
}

.header-classic.header-style1 #mainnav ul li:last-child a:after {
	content: none;
}

/* submenu */
#mainnav ul.submenu {
	position: absolute;
	left: 0;
	top: 120%;
	width: 240px;
	text-align: left;
	z-index: 9999;
}

/* Right sub-menu */
#mainnav ul.right-sub-menu {
	left: auto;
	right: 0;
}

#mainnav ul li:hover>ul.submenu {
	top: 100%;
}

#mainnav ul li ul li {
	margin-left: 0;
}

#mainnav ul.submenu li ul {
	position: absolute;
	left: 240px;
	top: 0 !important;
}

#mainnav ul.submenu>li>a {
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	padding: 0 0 0 31px;
	line-height: 40px;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	background-color: #222222;
	z-index: 1000;
	top: 117px;
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav-mobi ul li {
	margin: 0;
	position: relative;
	text-align: left;
	border-top: 1px solid #333333;
	cursor: pointer;
}

#mainnav-mobi ul>li>a {
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	display: block;
	padding: 0 15px;
	color: #fff;
}

#mainnav-mobi ul.sub-menu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #333333;
}

#mainnav-mobi>ul>li>ul>li,
#mainnav-mobi>ul>li>ul>li>ul>li {
	position: relative;
	border-top: 1px solid #333333;
	padding-left: 15px;
}

#mainnav-mobi>ul>li>ul>li>ul>li a {
	padding-left: 45px !important
}

#mainnav-mobi ul.sub-menu>li>a {
	display: block;
	text-decoration: none;
	padding: 0 60px;
	border-top-color: rgba(255, 255, 255, .1);
}

#mainnav-mobi>ul>li>ul>li:first-child a {
	border-top: none;
}

/* Button menu mobile */
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	cursor: pointer;
	margin: 22px 0 22px;
	width: 26px;
	height: 16px;
	float: right;
	margin-right: 15px;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
	background-color: #2c2c2c;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	top: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
	position: absolute;
	right: 20px;
	top: 0;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 44px;
}

.btn-submenu:before {
	content: "\f107";
	color: #fff;
}

.btn-submenu.active:before {
	content: "\f106"
}

.btn-menu {
	display: none
}

/* Header Style2
-------------------------------------------------------------- */
.header.header-style2 .logo {
	margin-top: 33px;
}

#mainnav.style2>ul {
	text-align: left;
}

#mainnav.color-93a>ul>li>a {
	color: #28293a;
}

#mainnav.style2>ul>li>a {
	padding: 0 21px 0px 21px;
}

#mainnav.style2>ul>li:first-child>a {
	padding-left: 26px;
}

#mainnav.style2>ul>li:nth-child(4)>a {
	padding: 0px 23px 0px 22px;
}

#mainnav.style2>ul>li.active>a,
#mainnav.style2>ul>li>a:hover,
#mainnav.style2 ul.submenu>li>a:hover {
	background-color: transparent;
}

#mainnav.style2>ul>li>a,
.menu-extra.style2 li a {
	line-height: 100px;
}

.menu.menu-extra.style2 {
	padding-left: 0;
}

/* Header Style6
-------------------------------------------------------------- */
.nav-absolute .nav-wrap {
	margin-top: -25px;
	z-index: 99;
	position: absolute;
	width: 100%;
}

.widget-header-style2.nav-absolute .wrap-widget-header {
	padding: 37px 0px 65px;
}

.header.downscrolled.nav-absolute .nav-wrap {
	margin-top: 0;
}

.nav-absolute .nav-wrap .menu.menu-extra {
	padding-right: 27px;
}

.header-absolute {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.2);
}

/* Header Style7
-------------------------------------------------------------- */
.header.header-style4 {
	padding: 0px 75px;
}

.header.header-style4 .logo {
	margin: 34px 0 0 0;
}

.header-style4 .btn-click .flat-button {
	padding: 10px 30px 13px 27px;
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
	padding: 280px 0px 180px;
}

.page-title-heading h1 {
	margin-bottom: 11px;
	font-weight: 500;
	font-family: 'Playfair Display', serif;
	color: #fff;
}

.page-title {
	background-image: url(../images/parallax-1.jpg);
}

.page-title .section-overlay {
	background-color: rgba(0, 0, 0, 0.50);
}

.page-title-heading,
.breadcrumbs {
	text-align: center;
}

.page-animities .page-title {
	background-image: url(../images/gallery/gallery-one.jpg);
	background-position: center center !important;
}

.page-gallery .page-title {
	background-image: url(../images/gallery/gallery-three.jpg);
	background-position: right center !important;
}


/* Style2 */
.page-title.style2 {
	padding: 71px 0px 73px;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul {
	padding-top: 0;
}

.breadcrumbs ul li {
	display: inline-block;
	position: relative;
	padding-right: 21px;
	font-size: 16px;
	margin-right: 7px;

}

.breadcrumbs ul li a {
	color: #fff;
}

.breadcrumbs ul li.home {
	padding-right: 16px;
}

.breadcrumbs ul li i {
	margin-right: 12px;
}

.breadcrumbs ul li:before {
	right: 0px;
	top: 0;
	content: "\f105";
	color: #fff;
}

.breadcrumbs ul li:last-child::before {
	content: none;
}

/* widget banner */
.widget-banner {
	padding: 24px 0px 23px;
	background-color: #e6f5ff;
}

.widget-banner .big-offer {
	font-weight: 600;
	font-size: 14px;
	color: #232530;
}

.widget-banner .sale {
	font-weight: 500;
	margin-bottom: 15px;
}

.widget-banner img {
	margin-bottom: 32px;
}

.widget-banner .flat-button {
	padding: 2px 42px 4px 44px;
}

/* entry-section 
-------------------------------------------------------------- */
.entry-section {
	margin-top: -220px;
}

/* Services-section 
-------------------------------------------------------------- */
.services-section {
	margin-top: -302px;
	z-index: 99;
}

.flat-row.services-section .row {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.services-section .row .col-lg-4 {
	padding: 0;
	background-color: #fff;
}

.services-section .ttm-sbox-general {
	margin: 0 15;
	padding: 40px 30px 29px;
}

.services-section .ttm-sbox-general .ttm-icon {
	font-size: 36px;
	height: 77px;
	width: 77px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	display: block;
	line-height: 77px;
	/*background-color: #2bd8d9;*/
	margin-bottom: 16px;
}

.services-section .ttm-sbox-general .ttm-icon .ttm-icon-square .ttm-element-icon {
	height: 72px;
	width: 71px;
	line-height: 2;
	border: 1px solid #fff;
}

.services-section .sbox-content-header h3 {
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 16px;
	color: #000000;
	font-family: 'Playfair Display', serif;
}

.sbox-description p {
	font-size: 14px;
	font-weight: 600;
	color: #656565;
	letter-spacing: 0;
}

/* background-img1 
-------------------------------------------------------------- */
.flat-row.background-img1 {
	padding: 390px 0 100px;
	margin-top: -300px;
}


/* about-Section
-------------------------------------------------------------- */
.about-section {
	background-image: url(../images/about-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	margin: 60px 0px;
}

.about-section .left-content {
	padding: 70px 0 50px 100px;
}

.inner-row {
	margin-right: -100px;
}

.tm-bg-layer-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.tm-left-span .tm-col-wrapper-bg-layer {
	width: auto;
	margin-left: -500px;
	right: 0;
}

.tm-right-span .tm-col-wrapper-bg-layer {
	width: auto;
	margin-right: -500px;
	right: 0;
}

.tm-bg-layer {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

/* Feature-box 
-------------------------------------------------------------- */
.feature-row {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin: 48px 0px 0 0;
	position: relative;
}

.feature-row .col-lg-4,
.feature-row .col-lg-8 {
	padding: 0;
}

.feature-row .feature-box {
	border-right: 1px dashed rgba(255, 255, 255, 0.6);
	margin-top: 30px;
	margin-right: 14px;
}

.feature-row .col-lg-4:last-child .feature-box {
	border: 0;
}

.feature-box .fea-icon {
	font-size: 36px;
	color: #fff;
}

.feature-box .fea-content {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding-left: 20px;
	padding-right: 10px;
}

.feature-box .fea-icon,
.feature-box .fea-content {
	display: table-cell;
	vertical-align: middle;
}


/* Services 
-------------------------------------------------------------- */
.item {
	margin-bottom: 30px;
}

.item.item-details {
	margin-bottom: 17px;
}

.item.item-details .content-item {
	padding: 0px 15px 0px 1px;
}

.item-details .content-item p {
	color: #42435d;
}

.wrap-acadion h2 {
	font-weight: 600;
	margin: -9px 0px 31px;
}

/* Style2 */
.item.style2 .content-item {
	padding: 0;
}

.item.style2 .featured-item {
	margin-bottom: 22px;
}

.item.style2 .content-item .title-item {
	font-size: 16px;
	margin-bottom: 3px;
}

.item.style2 .content-item p {
	line-height: 26px;
	margin-bottom: 11px;
}

.item .readmore {
	display: inline-block;
	font-weight: 500;
	padding-right: 12px;
	font-size: 14px;
}

/* HomePage1
-------------------------------------------------------------- */
.section-iconbox .title-section.style3.left {
	margin-bottom: 72px;
}

/* HomePage2
-------------------------------------------------------------- */
.flat-row.section-counter .title-section.style2 {
	margin-bottom: 61px;
}

.section-about .title-section.style2 {
	margin-bottom: 44px;
}

.section-about .title-section.style2 .title {
	margin: -4px 0px 40px 0px;
	line-height: 36px;
}

.section-about .title-section.style2 .sub-title {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 5px;
}

.section-about .title-section.style2 .sub-title:last-of-type {
	margin-bottom: 0px;
	line-height: 24px;
}

.section-about .flat-button {
	padding: 11px 23px 10px 25px;
}

/* Home About Us
-------------------------------------------------------------- */
.featured-aboutus {
	width: 50.78125%;
}

.info-aboutus .title-section.style2.left {
	margin-bottom: 74px;
}

.info-aboutus .title-section .title {
	line-height: 36px;
	margin-bottom: 24px;
}

.info-aboutus .title-section .sub-title {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 4px;
}

.info-aboutus {
	width: 49.21875%;
	padding: 6.7% 18% 3% 3.8%;
}

.about-counter .flat-counter {
	width: 30%;
	margin-left: -4px;
}

.about-counter .flat-counter:nth-child(2) {
	width: 33%;
}

.about-counter .flat-counter:nth-child(3) {
	width: 37%;
}

/*About Us Page*/

/* Page Contact
-------------------------------------------------------------- */
.wrap-infobox {
	padding-bottom: 63px;
	margin-bottom: 0px;
}

.wrap-formcontact {
	padding-left: 2px;
	padding-bottom: 40px;
}

.wrap-formcontact h1 {
	font-weight: 600;
	margin: -16px 0px 53px 0px;
}

/* Style2 */
.wrap-formcontact.style2 h1 {
	font-weight: 600;
	margin: -8px 0px -1px 0px;
}

.wrap-formcontact.style2 p {
	font-size: 14px;
	margin-bottom: 45px;
}

/* Action Box
-------------------------------------------------------------- */
.ttm-actionbox {
	padding: 0px 30px 50px 30px;
}

.action-header.ttm-textcolor-white,
.action-content.ttm-textcolor-white {
	position: relative;
	z-index: 11;
}

.ttm-actionbox .action-header {
	padding: 50px 0px;
}

.action-header .titlesize30 {
	font-size: 30px;
	line-height: 48px;
}

.action-header .titlesize30:after {
	position: absolute;
	content: "";
	bottom: 22%;
	display: block;
	width: 100%;
	border: 1px solid #a6001b;
}

.action-content .action-icon {
	font-size: 60px;
	line-height: 72px;
	color: #a6001b;
	margin-right: 30px;
	margin-top: 30px;
}

.action-content .action-line span,
.action-header .sub-title {
	font-size: 24px;
	line-height: 24px;
	/*font-family: 'Niconne' ,cursive;*/
	font-family: 'Dancing Script', cursive;
	;
}

.action-content .action-line .cont-num {
	font-size: 48px;
	line-height: 60px;
}

.action-content .action-line p {
	font-size: 14px;
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
	position: fixed !important;
	right: -35px;
	bottom: 55px;
	width: 45px;
	cursor: pointer;
	background-color: #2bd8d9;
	height: 45px;
	line-height: 45px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.go-top.show {
	right: 15px;
	z-index: 99;
}

.go-top i {
	font-size: 16px;
	color: #fff;
	padding-bottom: 3px;
}

.go-top:hover {
	background-color: rgba(55, 57, 61, .85);
}

/* iconbox-section
-------------------------------------------------------------- */
.iconbox-section {
	margin-bottom: -100px;
}

.iconbox-section .row.box-icon-info {
	background-color: #2bd8d9;
}

.iconbox-section .iconbox .box-header .box-icon i {
	font-size: 24px;
	color: #fff;
	height: 51px;
	line-height: 51px;
	width: 51px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
}

.iconbox-section .iconbox .box-content .box-title {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.iconbox-section .iconbox .box-content p {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
}

.box-icon-info .col-lg-3,
.box-icon-info .col-lg-5,
.box-icon-info .col-lg-4 {
	padding: 0;
}

.tollfree {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

/* Footer
-------------------------------------------------------------- */
.footer {
	background-color: #121212;
}

.footer .first-footer-widget .widget {
	padding: 40px 0px 15px 20px;
}

.first-footer-widget .widget.widget-out-link ul.one-half {
	list-style: disc;
}

.site-footer-bg-layer.ttm-bg-layer {
	opacity: 0.90;
}

.widget-footer .widget .widget-title {
	color: #FFF;
	font-size: 24px;
	font-family: 'Playfair Display', serif;
	padding-left: 1px;
	margin-bottom: 40px;
	letter-spacing: .5px;
	position: relative;
	font-weight: 500;
}

.widget-footer .widget ul>li {
	padding: 0 0 6px 0px;
}

.widget-footer .widget ul {
	padding-left: 16px;
}

.footer .logo {
	margin-bottom: 17px;
}

.widget-logo p {
	padding-left: 3px;
	margin-bottom: 14px;
}

.flat-info i,
.flat-info strong {
	font-size: 16px;
	line-height: 25px;
	padding-right: 15px;
}

.flat-info p {
	font-size: 15px;
	line-height: 24px;
}

.footer .social-links {
	padding-top: 5px;
}

.footer .social-links li a {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 50%;
	border: 1px solid;
	display: block;
	font-size: 14px;
	text-align: center;
}

.footer .social-links li {
	padding: 0px 1px;
}

.footer .first-footer-widget .row .widget:nth-child(2) {
	padding-left: 100px;
}

.footer .first-footer-widget .row .widget:nth-child(3) {
	padding-right: 100px;
}

.first-footer-widget .widget-out-link ul {
	list-style: disc;
}

.first-footer-widget .widget ul>li a {
	font-size: 14px;
	/*    text-transform: capitalize;*/
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

.flat-mailchimp p.wrap-input-email input {
	margin-bottom: 10px;
	height: 45px;
	padding-left: 20px;
	background-color: #232323;
	border-color: #232323;
	color: rgba(255, 255, 255, .80);
}

.flat-mailchimp .flat-button {
	height: 45px;
	font-size: 16px;
	background-color: #2bd8d9;
	color: #fff;
	/*    text-transform: capitalize;*/
	text-align: center;
}

/* Bottom
-------------------------------------------------------------- */
.bottom {
	background-color: #2bd8d9;
	padding: 13px 0px 20px;
	text-align: center;
}

.copyright {
	margin: 10px 0px 0px 3px;
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

ul.footer-nav-menu li a:after {
	position: absolute;
	content: "|";
	padding-left: 10px;
}

ul.footer-nav-menu li:last-child a:after {
	content: unset;
}

.footer-nav-menu li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 20px;
}

.footer-nav-menu li:first-child {
	padding-left: 0px;
}

.text-align-center {
	text-align: center;
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax.parallax1 {
	background-image: url(../images/parallax-1.jpg);
	background-attachment: unset;
}

.parallax4 {
	background-image: url(../images/parallax-4.jpg);
	background-attachment: unset;
}

.parallax.parallax5 {
	background-image: url(../images/parallax-5.jpg);
	background-attachment: unset;
}

.parallax.parallax6 {
	background-image: url(../images/parallax-6.jpg);
	background-attachment: fixed;
}

.section-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.70);
}

.section-overlay.stylethree {
	background-image: url(../images/col-bg-three.jpg);
}

.section-overlay.style3 {
	background-color: rgba(15, 54, 97, 0.5);
}

.background-nopara {
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

.ttm-cta-styleone {
	background-image: url(../images/tm-cta-bgimage.jpg);
}

.background-img1 {
	background-image: url(../images/background-img1.jpg);
}

.background-img2 {
	background-image: url(../images/background-img2.png);
}

.background-img2 .section-overlay {
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 0.85);
}

/* Preload
-------------------------------------------------------------- */
#loading-overlay {
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: #fff;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
}

.loader:before,
.loader:after {
	position: absolute;
	display: inline-block;
	width: 60px;
	height: 60px;
	content: "";
	-webkit-animation: preloader-wave 1.6s linear infinite;
	animation: preloader-wave 1.6s linear infinite;
	border-radius: 50%;
	background: #2bbbd8;
}

.loader:after {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
}

@-webkit-keyframes preloader-wave {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: .5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

@keyframes preloader-wave {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: .5;
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0;
	}
}

/* paddings */

.padding-bottom30 {
	padding-bottom: 30px;
}

.padding-top30 {
	padding-top: 30px;
}

.padding-top20 {
	padding-top: 20px;
}

.padding-top40 {
	padding-top: 40px;
}

.title-section .title {
	font-size: 40px;
	line-height: 45px;
	color: #0a0a0a;
	margin-bottom: 40px;
	font-weight: normal;
	letter-spacing: 0;
	font-family: 'Playfair Display', serif;
}

/* about hotel info section home */
.section-about .title-section {
	margin-bottom: 0px;
}

.section-about .wrap-formrequest {
	padding-right: 50px;
	padding-bottom: 30px;
}

.section-about #contactform span.flat-input {
	padding: 0px 15px;
}

.section-about #contactform input[type="text"]::-webkit-input-placeholder,
.section-about #contactform select {
	color: #868686;
}

.section-about #contactform input[type="text"]:-moz-placeholder,
.section-about #contactform select {
	color: #868686;
}

.section-about #contactform input[type="text"]::-moz-placeholder,
.section-about #contactform select {
	color: #868686;
}

.section-about #contactform input[type="text"]:-ms-input-placeholder,
.section-about #contactform select {
	color: #868686;
}

.title-section h1 {
	font-weight: 500;
}

.about_lodge {
	padding-bottom: 40px;
}

.about_lodge .section-about {
	padding-top: 90px;
	padding-left: 65px;
}

/* services list points */

.our_services ul li {
	position: relative;
	padding: 6px 0px;
}

.our_services ul li i {
	position: absolute;
	left: 0px;
	top: 11px;
	font-size: 16px;
	color: #2bd8d9;
}

.our_services ul .list-li-content {
	display: inline-block;
	padding-left: 25px;
	color: #413d3d;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

/* services */

.available-services {
	background-image: url('../images/available-service-bg.jpg');
	background-attachment: fixed;
	background-position: right bottom;
}

.available-services .section-overlay.style2 {
	background-color: rgba(0, 0, 0, 0.75);
}

.flat-row.available-services .title-section.style2 {
	margin-bottom: 85px;
}

.ttm-services ul {
	background-color: transparent;
}

.ttm-services ul li:first-child {
	padding-right: 15px;
}

.ttm-services ul li:last-child {
	padding-left: 15px;
}

.ttm-services .wrap-iconbox {
	box-shadow: none;
}

.readmore {
	display: inline-block;
	font-weight: 500;
	padding-right: 12px;
	font-size: 14px;
	position: relative;
	margin-top: 15px;
}

.readmore:after {
	right: 0;
	top: 0;
	content: "\f101";
	position: absolute;
	font-family: "FontAwesome";
	color: inherit;
	font-size: 16px;
	line-height: 23px;
	right: -6px;
}

/* gallery */

/* booknow-section
-------------------------------------------------------------- */
.booknow-section {
	background-image: url(../images/booknow-bg-3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;

}

.booknow-section .left-content {
	padding: 70px 0 50px 100px;
}

.inner-row {
	margin-right: -100px;
}

.tm-bg-layer-inner2 {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.tm-left-span .tm-col-wrapper-bg-layer {
	width: auto;
	margin-left: -500px;
	right: 0;
}

.tm-right-span .tm-col-wrapper-bg-layer {
	width: auto;
	margin-right: -500px;
	right: 0;
}

.tm-bg-layer {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.ttm-boxes-spacing-5px {
	width: 100%;
	overflow: hidden;
}

.ttm-boxes-spacing-5px .multi-columns-row {
	margin-left: 0;
	margin-right: 0;
}

.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
	padding-right: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
}

.ttm-boxes-spacing-0px .row.multi-columns-row .ttm-box-col-wrapper {
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.flat-row.v4.padding-bottom30 {
	padding-bottom: 30px;
}

.wrapper {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-50%, -50%);
}

.box {
	width: 100px;
	height: 100px;
	background: #1867b1;
	border-radius: 50%;
	text-align: center;
	line-height: 130px;
	animation: animate 2s linear infinite;
	cursor: pointer;
}

.box i {
	color: #fff;
	font-size: 60px;
}

@keyframes animate {
	0% {
		box-shadow: 0 0 0 0 #efca4b;
	}

	40% {
		box-shadow: 0 0 0 50px rgba(239, 202, 75, 0);
	}

	80% {
		box-shadow: 0 0 0 50px rgba(239, 202, 75, 0);
	}

	100% {
		box-shadow: 0 0 0 rgba(239, 202, 75, 0);
	}
}

/* text center */

.center-text {
	text-align: center;
}

.ttm-box-view-gallery {
	position: relative;
	overflow: hidden;
}

.ttm-box-view-gallery .ttmlodge-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	background: rgba(43, 216, 217, 0.9);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.ttm-box-view-gallery .ttmlodge-icon-box.ttmlodge-media-link {
	left: 50%;
	margin-left: -22px;
	-webkit-transition: all 0.4s 0.2s;
	transition: all 0.4s 0.2s;
}

.ttm-box-view-gallery .ttmlodge-icon-box {
	position: absolute;
	top: 0;
	width: 44px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	-webkit-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
	opacity: 0;
}

.ttm-box-view-gallery .ttmlodge-icon-box a {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #0a0a0a;
	border-radius: 50%;
	font-size: 16px;
}

.ttmlodge-icon-box a {
	color: #0a0a0a;
}

.ttm-box-view-gallery .ttmlodge-icon-box a:hover {
	color: #0a0a0a;
	border: 1px solid #0a0a0a;
}

.ttm-box-view-gallery:hover .ttmlodge-overlay {
	opacity: 0.85;
}

.ttm-box-view-gallery:hover .ttmlodge-icon-box {
	margin-top: -20px;
	opacity: 1;
}

.ttm-box-view-gallery:hover .ttmlodge-icon-box {
	top: 50%;
}

.header-overlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.93);
}

.reservation-btn {
	display: block;
	float: right;
	margin-top: 26px;
	margin-left: 15px;
}

.flat-wrap-header {
	float: right;
}

#blance-s1 {
	position: relative;
}

.ttm-center-button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.heading-seperator {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 27%;
}

.heading-seperator:after {
	content: "";
	display: block;
	height: 3px;
	width: 30px;
	position: absolute;
	left: 50%;
	background-color: #2bd8d9;
}

.ttm-bgcolor-skincolor .heading-seperator:after {
	background-color: rgba(255, 255, 255, 0.70);
}

.title-section.ttm-title-align-left .heading-seperator:after,
.title-section.ttm-title-align-left .heading-seperator:before {
	left: 11%;
}

.title-section.center-text .heading-seperator:after {
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.title-section.title-has-desc .heading-seperator {
	margin-top: 0px;
}

.title-section.title-has-desc .ttm-subheading {
	padding-top: 20px;
	display: block;
	color: #656565;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif;
}

.ttm-bgcolor-skincolor .title-section.title-has-desc .ttm-subheading {
	color: #434343;
}

.services-leftimage img {
	height: 100%;
}

/* Blog Grid */

.post-grid .entry,
.post-masonry .entry,
.project-v2 .entry {
	margin-bottom: 49px;
}

.post-grid .entry .content-post,
.item .content-item {
	padding: 24px 35px 21px;
}

.post-grid .entry .category,
.item .category {
	margin-bottom: 6px;
}

.post-grid .entry .content-post .title-post,
.item .content-item .title-item,
.project-dynamic .entry .content-post .title-post,
.blog-shortcode.post-list .entry .content-post .title-post {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 12px;
}

.ttm-readmore {
	padding-top: 20px;
}

.item .content-item .title-item,
.item .content-item .title-item a:not(:hover) {
	color: #171717;
	font-weight: 500;
}

.item .content-item .ttm-readmore a {
	font-size: 16px;
}

.border-shadow .item-border {
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.07);
}

.ttm-btn3-center {
	text-align: center;
}

.ttm-subheading.ttm_sub_padding_lr_200 {
	padding: 0px 200px;
	display: block;
}

/*single-post*/
.single-post .single-text5 ol {
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 30px;
}

.single-post .single-text7 ul {
	list-style: square;
	margin-left: 30px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* seperator */

.ttm_sep_pos_align_center {
	margin-left: auto;
	margin-right: auto;
}

.ttm_sep_width_2 {
	width: 3%;
}

.ttm_sep_width_10 {
	width: 10%;
}

.ttm_separator {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.ttm_separator .ttm_sep_holder {
	height: 1px;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 10%;
}

.ttm_separator .ttm_sep_holder .ttm_sep_line {
	height: 1px;
	border-top: 1px solid #EBEBEB;
	display: block;
	position: relative;
	top: 1px;
	width: 100%;
}

.topbar.ttm-bgcolor-skincolor .ttm-align-right.social-links a:hover,
.topbar.ttm-bgcolor-skincolor a:hover {
	color: rgba(255, 255, 255, 0.80);
}

.flat-button.ttm-btncolor-skincolor:hover:before,
.flat-button.style2:hover:before {
	background-color: #2bd8d9;
}

.left-overlay-column {
	padding: 50px 40px 50px 40px;
	margin-top: -800px !important;
	margin-left: 200px !important;
	margin-right: -50px !important;
	position: relative;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	z-index: 11;
}

.ttm-bg-footer-box {
	padding: 65px 75px 70px 75px;
	margin: -40px 0 -90px 0;
	text-align: center;
}

.widget-seperator {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	display: block;
	width: 70%;
	margin: 0 auto;
}

.widget-seperator.style2 {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.widget ul>li {
	padding: 0 0 10px 0;
}

.widget ul>li a {
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	color: #8c8c8c;
}

.widget ul>li a span {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	display: block;
}

.first-footer-widget {
	padding-bottom: 30px;
	padding-top: 128px;
}

.first-footer-widget .box-header {
	position: absolute;
	right: 80px;
	bottom: 80px;
	z-index: -1;
}

.ttm_gallery_widget_wrapper a {
	overflow: hidden;
	display: block;
	margin: 0 6px 0 0;
	width: 60px;
	height: 60px;
	display: inline-block;
	background: none;
}

/*list-author*/
.list-author .info-author {
	margin-bottom: 65px;
}

.list-author .info-author:last-of-type {
	margin-bottom: 0;
}

.list-author .info-author .featured-author {
	margin-right: 43px;
}

.list-author .info-author .contact-author {
	overflow: hidden;
}

.list-author .info-author .contact-author h3 {
	font-weight: 600;
	margin: -7px 0px 14px;
}

.list-author .info-author .contact-author ul li {
	line-height: 30px;
	color: #636363;
}

/* item box */

.item .content-item {
	position: relative;
	overflow: hidden;
}

.item .content-item:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #2bbbd8;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	display: block;
}

.item:hover .content-item:before {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.item:hover .content-item .title-item,
.item:hover .content-item p,
.item:hover .content-item .ttm-readmore a,
.item:hover .content-item .title-item a:not(:hover) {
	color: #fff;
}


/* list style */

ul.ttm-liststyle-three li {
	font-size: 14px;
	line-height: 35px;
	font-weight: 400;
	list-style: none;
}

ul.ttm-liststyle-three li .ttm-right-text {
	text-align: right;
	float: right;
}

ul.list-styletwo li {
	padding: 6px 0;
	font-weight: 600;
}

ul.list-styletwo li i {
	padding-right: 15px;
	font-size: 20px;
	color: #0a0a0a;
}

.ttm-textbold {
	font-weight: 600;
	margin-bottom: 10px;
}

.ttm-liststyle-three li i {
	padding-right: 5px;
}

.flat-row .row .col-lg-6.img-width-100 img {
	height: 100%;
}

ul.list-styletwo li:not(:last-child) {
	border-bottom: 1px solid #e2e2e2;
}

ul.list-styletwo li {
	padding: 20px 10px 20px 10px;
	font-weight: 550;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.2px;
}

ul.list-styletwo li span {
	font-family: 'Playfair Display', serif;
}

.nearby-section h2,
.aminities-section h2,
.info-about-section h2 {
	color: #2bd8d9;
	font-family: 'Playfair Display', serif;
}

.nearby-section .right-content,
.nearby-section .flat-maps {
	margin-top: -120px;
	border: 1px solid #ebebeb;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.nearby-section .right-content {
	padding: 50px 30px;
	background-color: #fff;
}

.info-about-section ul {
	margin-left: 15px;
}

.info-about-section ul li {
	list-style: disc;
}

.top-section .left-content {
	padding: 50px 30px;
	background-color: #fff;
}

.top-section .left-content,
.top-section .flat-maps {
	margin-top: -120px;
	border: 1px solid #ebebeb;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.padingbotom .title-section.style2 {
	margin-bottom: 30px;
}

.ttm-box-col-wrapper .row .ttm-box-col-wrapper:nth-child(2) {
	padding: 0;
	margin-top: 0;
	padding-right: 10px;
}

.ttm-box-spacing-10px .row:nth-child(1) .ttm-box-col-wrapper {
	padding-right: 0;
}

.ttm-box-spacing-10px .ttm-box-col-wrapper:nth-child(4) {
	padding-left: 0;
}

.ttm-box-spacing-10px .ttm-box-col-wrapper:nth-child(2) {
	padding-right: 5px !important;
	margin-top: 10px !important;
}

.ttm-box-col-wrapper .row:not(:first-child) {
	padding-top: 15px;
}

.ttm-boxes-row-wrapper .ttm-box-col-wrapper.bounceIn {
	padding: 10px;
}

/*Rooms Page css Start*/
.card {
	border: 1px solid #b3b3ff;
	margin-bottom: 20px;
	transition: border 0.1s, transform 0.3s;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);

}

.card:hover {
	/*  border: 1px solid #333;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);*/
	cursor: pointer;
	transition: 1s;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.card .card-body h3 {
	color: #2bd8d9;
	padding: 10px 5px;
}

.card img:hover {
	opacity: 0.9;
}

.card .card-body .card-text {
	color: #333;
	padding: 5px 15px 5px;
}

.card-p i {
	color: #1a1aff;
	margin-right: 8px;
}

/*--------------------------------------------------------------
# ADA Page css start
--------------------------------------------------------------*/

.ada-details .list-stylethree {
	padding: 0;
}

.ada-details h5 {
	color: #2bd8d9;
}

.ada-details ul li {
	padding: 15px 0px;
	font-weight: 500;
	letter-spacing: 0.2px;
	font-size: 16px;
	color: #6f7e89;
	list-style: none;
}

.ada-details ul li i {
	margin-right: 15px;
	color: #2bd8d9;
}

ul.list-stylethree li:not(:last-child) {
	border-bottom: 1px solid #e2e2e2;
}

/*--------------------------------------------------------------
# ADA Page css ends
--------------------------------------------------------------*/



/*  Accessible Room Note style ria */
.ada-note-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 40px 10px;
	/* background-color: #625d9c; */
}

.ada-note-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	text-transform: capitalize;
	color: white;
	margin-bottom: 0px;
	letter-spacing: 0;
}

.ada-icon-wrap {
	display: block;
	margin-bottom: 20px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	background: #ffffff52;
}


.ada-icon-wrap img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

@media (max-width: 767px) {
	.ada-note-text {
		font-size: 20px;
		line-height: 1.5;
	}

	.ada-icon-wrap img {
		width: 30px;
		height: 30px;
	}

}

@media (max-width: 480px) {
	.ada-icon-wrap {
		margin-bottom: 16px;
	}

	.ada-icon-wrap img {
		width: 22px;
		height: 22px;
	}

	.ada-note-text {
		font-size: 16px;
	}
}



/* thins-to-do section start */
.things-to-do-wrapper .sec-page-title {
	font-size: 30px;
	font-family: 'Playfair Display', serif;
	font-weight: 500;
	color: #0a0a0a;
	margin-bottom: 40px;
}

.things-to-do-grid-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 40px;
}

.things-to-do-grid-item {
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	overflow: hidden;
	padding: 30px;
	background-color: #2bd8d9;
	/* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
}

.things-to-do-grid-image {
	position: relative;
	width: 100%;
	height: 360px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
}

.things-to-do-grid-image img {
	width: inherit;
	height: inherit;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.things-to-do-grid-image img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.things-to-do-grid-title {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #000;
	line-height: 1;

}


.things-to-do-grid-content {
	background-color: #fff;
	padding: 20px;
	line-height: 1;
	border-radius: 4px;
}

.things-to-do-grid-content p {
	font-size: 16px;
	line-height: 2.2;
	text-align: center;
}

@media (max-width: 991px) {
	.things-to-do-grid-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 575px) {
	.things-to-do-grid-title {
		font-size: 24px;
	}

	.things-to-do-grid-image {
		height: 300px;
	}
}

@media (max-width: 480px) {
	.things-to-do-grid-title {
		font-size: 22px;
	}

	.things-to-do-grid-item {
		padding: 20px 10px;
	}

	.things-to-do-grid-content {
		padding: 20px 10px;

	}

	.things-to-do-grid-content p {
		font-size: 14px;
		line-height: 2;
	}
}

/* thins-to-do section end */


/* Popup Start */
.popup {
	display: none;
	position: fixed;
	z-index: 1111;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
	position: relative;
	margin: 10% auto;
	padding: 20px;
	width: 80%;
	max-width: 800px;
	background-color: white;
	border-radius: 10px;
	text-align: center;
}

.popup-content img {
	width: 800px;
	height: 400px;
	border-radius: 10px;
}

.popup-content .close {
	position: absolute;
	top: 20px;
	right: 30px;
	color: #aaa;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
	z-index: 1111;
}

.popup-content .close:hover,
.popup-content .close:focus {
	color: white;
	text-decoration: none;
	cursor: pointer;
}


.promo-offer-card-wrapper {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 40px 30px;
	border-radius: 10px;
	background-color: #000;
}

.promo-offer-card-left-wrap,
.promo-offer-card-right-wrap {
	width: 50%;
}

.promo-offer-card-left-wrap {
	padding: 20px 20px 20px 0;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.promo-offer-card-left-wrap h3 {
	font-family: 'Playfair Display', serif;
	color: white;
	font-size: 32px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	line-height: 1.2;
}


.promo-offer-card-left-wrap p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.2;
	letter-spacing: 4px;
}

.promo-code {
	border: 1px solid #2bd8d9;
	border-radius: 2px;
	padding: 10px 20px;
	font-size: 16px;
	color: white;
	line-height: 1;
	margin-bottom: 20px;
}

.promo-offer-card-left-wrap h4 {
	font-family: 'Dancing Script', cursive;
	font-size: 18px;
	color:#2bd8d9;
	line-height: 1.2;
	margin-bottom: 20px;
}

.promo-offer-card-left-wrap h6 {
	font-size: 16px;
	color: white;
	line-height: 1.5;
	margin-bottom: 20px;
}

.popup-info a {
	font-size: 16px;
	margin-bottom: 16px;
	color: #fff;
	font-weight: 300;
}

.popup-info {
	display: flex;
	flex-direction: column;
}

.blink {
	transform: perspective(500px) rotateY(42deg);
	-webkit-transform: perspective(500px) rotateY(42deg);
	-moz-transform: perspective(500px) rotateY(42deg);
	-ms-transform: perspective(500px) rotateY(42deg);
	-o-transform: perspective(500px) rotateY(42deg);
	animation-name: rotate-windows;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}

@keyframes rotate-windows {
	0% {
		transform: perspective(500px) rotateY(42deg);
		-webkit-transform: perspective(500px) rotateY(42deg);
		-moz-transform: perspective(500px) rotateY(42deg);
		-ms-transform: perspective(500px) rotateY(42deg);
		-o-transform: perspective(500px) rotateY(42deg);
	}

	50% {
		transform: perspective(500px) rotateY(0deg);
		-webkit-transform: perspective(500px) rotateY(0deg);
		-moz-transform: perspective(500px) rotateY(0deg);
		-ms-transform: perspective(500px) rotateY(0deg);
		-o-transform: perspective(500px) rotateY(0deg);
	}

	100% {
		transform: perspective(500px) rotateY(42deg);
		-webkit-transform: perspective(500px) rotateY(42deg);
		-moz-transform: perspective(500px) rotateY(42deg);
		-ms-transform: perspective(500px) rotateY(42deg);
		-o-transform: perspective(500px) rotateY(42deg);
	}
}

.promo-offer-card-right-wrap {
	position: relative;
}

.promo-offer-card-image {
	width: 100%;
	height: 100%;
}

.promo-offer-card-image img {
	width: inherit;
	height: inherit;
	object-fit: cover;
}

.promo-offer-card-right-content {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
}

.promo-offer-card-right-content p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
	color: white;
}

.promo-offer-card-right-content span {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	color: #2bd8d9;
}

@media (max-width: 1599px) {
	.popup-info a {
		font-size: 14px;
		margin-bottom: 14px;
	}
}

@media (max-width: 991px) {
	.popup-content {
		padding: 16px;
		width: 90%;
		max-width: 100%;
		border-radius: 8px;
	}

	.promo-offer-card-wrapper {
		padding: 20px 10px;
		border-radius: 6px;
	}

	.promo-offer-card-left-wrap h3 {
		font-size: 26px;
	}

	.promo-offer-card-left-wrap {
		padding: 20px 10px 20px 0;
	}

	.promo-offer-card-left-wrap p {
		font-size: 14px;
	}

	.promo-code {
		padding: 8px 16px;
		font-size: 14px;

	}

	.promo-offer-card-left-wrap h4 {
		font-size: 16px;
		margin-bottom: 16px;
	}

	.promo-offer-card-left-wrap h6 {
		font-size: 12px;
	}

	.popup-info a {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.promo-offer-card-right-content p {
		font-size: 12px;
	}

	.promo-offer-card-right-content span {
		font-size: 16px;
	}
}

@media (max-width: 575px) {
	.popup-content .close {
		top: 12px;
		right: 20px;
		font-size: 20px;
	}

	.popup-content {
		margin: 28% auto;

	}

	.popup-content {
		padding: 10px;
	}

	.promo-offer-card-left-wrap {
		padding: 10px 10px 10px 0;
	}

	.promo-offer-card-left-wrap h3 {
		font-size: 22px;
		line-height: 1.5;
	}

	.promo-offer-card-left-wrap p {
		font-size: 11px;
		letter-spacing: 2px;
	}

	.promo-code {
		font-size: 12px;
	}

	.promo-offer-card-left-wrap h4 {
		font-size: 14px;
	}

	.promo-offer-card-left-wrap h6 {
		font-size: 11px;
		line-height: 2;
		margin-bottom: 0;
	}

	.popup-info {
		display: none;
	}

	.promo-offer-card-right-content {
		padding: 15px 10px;
	}

	.promo-offer-card-right-content p {
		font-size: 10px;
	}

	.promo-offer-card-right-content span {
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.popup-content {
		width: 96%;
		max-width: 100%;
		border-radius: 4px;
	}

	.promo-offer-card-wrapper {
		padding: 10px 6px;
		border-radius: 4px;
	}

	.promo-offer-card-left-wrap {
		padding: 10px 6px 10px 0;
	}

	.promo-offer-card-left-wrap h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.promo-offer-card-left-wrap p {
		font-size: 10px;
	}

	.promo-offer-card-left-wrap h4 {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.promo-offer-card-left-wrap h6 {
		font-size: 10px;
	}
}

/* popup end */

/* Virtual Tour Section Start */

.virtual-tour.sec-spacing {
    padding: 0 0 80px 0;
}

.virtual-tour-wrap {
    width: 100%;
    height: 600px;
    margin: 0 auto;
}


@media (max-width: 1599px) {
    .virtual-tour-wrap {
        height: 540px;

    }
}

/* Virtual Tour Section End */


/* FAQ Section Start */
/* .our-faq.sec-spacing{
	padding: 0 0 80px 0;
} */
.accordion-card{
	margin-bottom: 10px;
}
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
}

.collapsible-link::before {
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: 400 !important;
    color: #000;
}

.collapsible-link[aria-expanded="true"]::before {
    content: "\f068";
}

.faq-accordion .card-header button {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    padding: 0px;
    border: none;
    line-height: 1;
    height: auto;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
    word-break: break-word;
    white-space: unset;
}
.faq-accordion .card-header button:focus, 
.faq-accordion .card-header button.focus {
    outline: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.faq-accordion .card-header button:hover {
    background: transparent;
}

.faq-accordion .card h2 {
    line-height: 0;
}

.faq-accordion .card-header {
    padding: 20px;
    background-color: #f2fffe;
}


.faq-accordion .card-body {
    padding: 20px;
}

.faq-accordion .card-body p {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;

}


@media (max-width: 575px) {
    .faq-accordion .card .card-header {
        padding: 20px;
    }

    .faq-accordion .card-header button {
        font-size: 16px;
    }

    .collapsible-link::before {
        right: 0;
    }

    .faq-accordion .card-header button {
        line-height: 1.5;

    }
}


/* FAQ Section End */