@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

body {
	font-family: "Sofia Sans", sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0;
	height: 100%
}

html {
	scroll-behavior: smooth
}

h1 {
	font-size: 40px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 15px
}

h2 {
	font-size: 40px;
	line-height: 45px;
	margin-bottom: 15px;
	margin-top: 0
}

h3 {
	font-size: 20px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 15px
}

h4 {
	font-size: 20px;
	line-height: 25px;
	margin-top: 0;
	margin-bottom: 15px
}

h5 {
	font-size: 18px;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 15px
}

h6 {
	font-size: 14px;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 15px
}

p {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px
}

section {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 35px;
	float: left;
	width: 100%
}

.btn,
a.btn {
	background: #ab194e;
	border: 1px solid #ab194e;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
	letter-spacing: .02em;
	padding: 15px 40px 15px 25px;
	position: relative;
	text-transform: uppercase;
	transition: all 300ms cubic-bezier(.54, .3, .2, 1) 0ms;
	cursor: pointer;
	display: inline-block;
	width: auto;
	text-decoration: none;
	font-size: 16px
}

.btn:hover,
a.btn:hover {
	background-color: #ab6389;
	color: #fff;
	border-color: #ab6389
}

.btn.focus,
.btn:focus,
.btn:active,
.btn:focus-visible {
	background-color: #ab6389 !important;
	color: #fff;
	border-color: #ab6389 !important;
	outline: none !important
}

.btn:before,
a.btn:before {
	content: "\f054";
	display: inline-block;
	font-family: 'FontAwesome';
	position: absolute;
	color: #fff;
	font-size: 14px;
	right: 18px;
	top: 18px;
	transition: all .3s ease-in-out
}

.btn:hover:before {
	transform: translateX(3px)
}

section.main-slider .banner-content a.btn {
	margin: 0 2px
}

.title {
	display: inline-block;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #dfdfdf
}

.ViewAll {
	text-align: center;
	padding-top: 10px
}

.CmsEditor ul,
.CmsEditor ol {
	padding-left: 20px;
	margin-bottom: 15px
}

.CmsEditor a {
	color: #000;
	text-decoration: underline
}

.CmsEditor a:hover {
	text-decoration: none
}

.CmsEditor p.Para1Black {
	color: #333
}

.CmsEditor p.Para1Red {
	color: #ab194e
}

.CmsEditor p.Para1Green {
	color: #115a4f
}

.CmsEditor p.Para1Gold {
	color: #ad9766
}

.CmsEditor h1.H1Black {
	color: #333
}

.CmsEditor h1.H1Red {
	color: #ab194e
}

.CmsEditor h1.H1Green {
	color: #115a4f
}

.CmsEditor h1.H1Gold {
	color: #ad9766
}

.CmsEditor h2.H2Black {
	color: #333
}

.CmsEditor h2.H2Red {
	color: #ab194e
}

.CmsEditor h2.H2Green {
	color: #115a4f
}

.CmsEditor h2.H2Gold {
	color: #ad9766
}

.CmsEditor h3.H3Black {
	color: #333
}

.CmsEditor h3.H3Red {
	color: #ab194e
}

.CmsEditor h3.H3Green {
	color: #115a4f
}

.CmsEditor h3.H3Gold {
	color: #ad9766
}

.CmsEditor h4.H4Black {
	color: #333
}

.CmsEditor h4.H4Red {
	color: #ab194e
}

.CmsEditor h4.H4Green {
	color: #115a4f
}

.CmsEditor h4.H4Gold {
	color: #ad9766
}

header .headertop {
	border-bottom: solid 1px #ccc;
	font-size: 13px;
	padding: 5px 0;
	width: 100%;
	transition: all 300ms linear 0ms
}

header .headertop .headerbox {
	display: flex;
	justify-content: space-between
}

header .headertop .phonebox ul {
	list-style: none;
	padding: 0;
	margin: 0
}

header .headertop .phonebox ul li {
	float: left;
	margin-right: 30px;
	font-weight: 400;
	color: #000;
	font-size: 16px
}

header .headertop .phonebox li i {
	color: #000;
	font-size: 18px;
	padding-right: 10px
}

header .headertop .phonebox ul li a {
	color: #000;
	text-decoration: none
}

header .socalmediafooter ul {
	margin: 0 0 33px 0;
	padding: 0;
	text-align: center
}

header .socalmediafooter ul li {
	list-style: none;
	display: block;
	margin: 10px 0
}

header .socalmediafooter ul li a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 23px;
	transition: all 0.5s;
	padding: 0;
	width: 23px;
	height: 23px;
	background: #003c4e;
	border-radius: 50%;
	text-align: center
}

header .socalmediafooter ul li a:hover {
	background-color: #ad9766;
	color: #fff
}

header .headerMenu {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%
}

header .logo-left {
	float: left;
	padding: 4px 4px 13px 4px;
	width: auto;
	text-align: center
}

header .logo-left img {
	max-width: 100%
}

header .logo-left a {
	display: inline-block;
	padding: 3px;
	background: #fff
}

header ul.RegistrationBox {
	float: right;
	margin: 0;
	position: relative;
	padding: 0 0 0 20px
}

header ul.RegistrationBox li.displaynone1 {
	display: none
}

header ul.RegistrationBox li {
	display: inline-block;
	padding: 10px 0 0 0
}

header ul.RegistrationBox li a {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	padding: 0;
	display: inline-block;
	text-decoration: none;
	text-transform: none
}

header ul.RegistrationBox li.LogInbtn a.red i {
	display: none
}

header ul.RegistrationBox li.LogInbtn a.red i {
	display: none
}

.headerMobile {
	position: fixed;
	width: auto;
	z-index: 9999;
	top: 50%;
	left: 13px
}

.headerMobile .container {
	width: auto;
	padding: 0
}

.headerMobile ul.RegistrationBox li ul.submenuCandidates,
.headerMobile ul.RegistrationBox li:hover ul.submenuCandidates {
	display: none
}

.headerMobile .open_mobileview {
	display: inline-block !important;
	cursor: pointer
}

.headerMobile ul.RegistrationBox li .btn.blueBtn {
	display: none
}

.MobileMenuBox ul.RegistrationBox li ul.submenuCandidates {
	position: relative;
	width: 100%;
	display: block;
	text-align: center
}

.headerMobile ul.RegistrationBox li .btn.red {
	padding: 0;
	margin: 0;
	background: #fff0;
	border: #fff0
}

.headerMobile ul.RegistrationBox li .btn.red:hover {
	background: #fff0
}

.headerMobile ul.RegistrationBox li .btn.red .LogIn {
	display: none
}

header ul.RegistrationBox li a.btn.red .fa.fa-users {
	display: none
}

.headerMobile .open_mobileview.closebtn .fa-bars {
	display: none
}

.headerMobile .open_mobileview .fa-times {
	display: none
}

.headerMobile .open_mobileview.closebtn .fa-times {
	display: inline
}

.headerMobile .open_mobileviews.closebtn .fa-user {
	display: none
}

.headerMobile .open_mobileviews .fa-times {
	display: none
}

.headerMobile .open_mobileviews.closebtn .fa-times {
	display: inline
}

.sidenav.MobileMenu .MobileMenuBox .RegistrationBox .open_mobileviews {
	display: none
}

.headerMobileBox .open_mobileviews span.open_mobileviews {
	cursor: pointer
}

.headerMobile ul.RegistrationBox li.displaynone1 {
	display: none
}

.open_mobileview {
	display: none
}

.scrollBox {
	height: 100%;
	overflow-x: auto;
	padding: 70px 0 0 0
}

.headerMobileBox {
	display: flex;
	justify-content: space-between;
	padding: 15px 20px;
	margin: 24px 0 0 5px
}

.headerMobile i {
	color: #fff;
	font-size: 30px
}

.sidenav {
	height: 100%;
	display: none;
	width: 100%;
	position: fixed;
	z-index: 999;
	top: auto;
	bottom: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 0
}

#mySidenavright {
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	left: 97px;
	background-color: #ab194e;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align: center;
	z-index: 999;
	display: inline-block !important;
	max-width: 996px
}

.sidenav .closebtn {
	background: #d51f38 none repeat scroll 0 0;
	color: #fff;
	font-size: 36px;
	height: 30px;
	line-height: 21px;
	margin-left: 5px;
	padding: 0;
	margin-bottom: 10px;
	position: relative;
	right: auto;
	left: 0;
	text-align: center;
	text-decoration: none;
	top: 5px;
	width: 30px;
	display: inline-block
}

.MobileMenuBox .RegistrationBox {
	list-style: none;
	padding: 0;
	margin-top: -16px
}

.sidenav .closebtn:hover {
	text-decoration: none;
	color: #f17b8b
}

.MobileMenuBox .RegistrationBox li a.btn.red {
	background: #d51f38;
	border-color: #d51f38
}

.MobileMenuBox .RegistrationBox li a.btn.red:hover {
	background: #078fb6;
	border-color: #078fb6;
	color: #fff
}

.MobileMenuBox .RegistrationBox li a.btn.blueBtn:hover {
	background: #078fb6;
	border-color: #078fb6;
	color: #fff
}



header ul.RegistrationBox .open_mobileviews {
	display: none
}

section.section_gallery {
	margin-top: 20px
}

.jobbox {
	float: left;
	width: 100%
}

.jobbox .Mainjobbox {
	float: left;
	text-align: center;
	transition: all 0.5s;
	height: auto;
	position: relative;
	width: 100%;
	margin-bottom: 5px;
	overflow: hidden;
	padding: 50px 30px;
	background: #f0f0f0;
	min-height: 115px;
	border-top: solid 5px #a22423;
	border-bottom: solid 5px #a22423
}

.jobbox .Mainjobbox .mask {
	display: block;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: rgb(162 36 35 / .7);
	transition: all 200ms ease-out
}

.jobbox .Mainjobbox .mask a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	justify-content: center;
	padding: 20px
}

.jobbox .Mainjobbox:hover .mask {
	opacity: 1
}

.jobbox .Mainjobbox1 {
	padding: 0;
	border-right: solid 5px #fff
}

.jobbox .Mainjobbox a {
	text-decoration: none;
	color: #000
}

.jobbox .jobstitle {
	color: #000;
	padding: 0 0;
	margin: 0 0;
	overflow: hidden;
	min-height: 45px
}

.jobbox .jobstitle>h3 {
	line-height: 21px;
	height: 40px
}

.jobbox .Mainjobbox .Specialitybox {
	margin-top: 10px;
	text-transform: none;
	height: 45px;
	line-height: 22px;
	display: block;
	overflow: hidden
}

.jobbox .btnbox {
	display: block;
	margin-top: 10px
}

.jobbox .Mainjobbox .btnbox span.Salarybox {
	padding: 6px 0 10px 0;
	margin-bottom: 0;
	min-height: 60px
}

.jobbox .Mainjobbox .btnbox span {
	display: block;
	margin-bottom: 10px;
	color: #000
}

.jobbox .contentbox {
	padding: 0;
	margin-bottom: 0;
	display: none
}

.jobbox .Mainjobbox:hover {
	background-color: #eee;
	color: #fff
}

section.detail.JobsResults .MainLeftSide .jobbox .contentbox {
	display: block
}

.MainRightSide section.section_gallery {
	margin-top: 0
}

.LiveListings {
	float: left;
	width: 100%;
	margin: 10px 0 20px 0
}

.LiveListings a {
	color: #000
}

.service-box {
	float: left;
	text-align: center;
	margin-bottom: 15px
}

.service-box .iconbox {
	align-items: center;
	border: 3px solid #fff;
	border-radius: 50%;
	display: flex;
	margin: 0 auto
}

.service-box .iconbox>img {
	margin: 0 auto;
	width: 100%;
	height: 100%
}

.service-box h3 {
	margin: 15px 0 10px 0;
	text-transform: none
}

.service-box h3 a {
	font-weight: 400;
	margin: 0;
	color: #000;
	text-decoration: none
}

.service-box h3 a:hover {
	text-decoration: none
}

.service-box p.ServicesContentBox {
	min-height: 180px;
	margin-bottom: 0
}

.service-box p {
	margin: 0;
	line-height: 25px
}

.Servicelisting p.ServiceSummary {
	min-height: 210px
}

.Servicelisting .services-content a:hover {
	text-decoration: none
}

.service-box.full .iconbox {
	float: left;
	margin-right: 20px
}

.service-box.full {
	text-align: left
}

.service-box.full P {
	margin-top: 0;
	margin-bottom: 15px
}

.insightsBox {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	transition: box-shadow 0.3s ease 0s;
	float: left
}

.insightsBox img {
	max-width: 100%
}

.insightsBox .news-block {
	border: none;
	border-radius: 0;
	background: none;
	padding: 15px;
	text-align: left;
	overflow: hidden
}

.blog-feature {
	position: relative
}

.insightsBox .dateBox,
.blog-feature .dateBox {
	text-transform: none;
	color: #fff;
	float: left;
	position: absolute;
	top: 30px;
	background: #ab194e;
	border-radius: 0 30px 30px 0;
	padding: 5px 15px 8px 10px
}

.Insights3 {
	overflow: hidden;
	position: relative
}

.insightsBox a {
	text-decoration: none;
	color: #3B454C
}

.insightsBox .publisheddate {
	margin-bottom: 10px
}

.insightsBox span.BlogPostCategorys {
	margin-bottom: 5px;
	display: block
}

.insightsBox h3 {
	overflow: hidden;
	padding: 0 0;
	text-transform: none;
	display: block;
	height: 33px
}

.insightsBox .news-block h3 a {
	color: #000;
	text-decoration: none
}

.insightsBox .news-block h3 a:hover {
	text-decoration: underline
}

.insightsBox .news-short {
	margin-bottom: 15px;
	min-height: 55px
}

.insightsBox .news-block .news-short p {
	line-height: 25px
}

.insightsBox a.link:hover {
	text-decoration: underline
}

a.link {
	color: #000;
	text-decoration: none;
	font-weight: 600
}

.blogCategoryBox ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.blogCategoryBox ul li {
	margin-bottom: 10px;
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px
}

.blogCategoryBox ul li a {
	text-decoration: none
}

.blogCategoryBox ul li a:hover {
	text-decoration: underline
}

.category_insights,
.blogCategoryBox {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 10px rgb(0 0 0 / .08);
	-moz-box-shadow: 0 3px 10px rgb(0 0 0 / .08);
	-ms-box-shadow: 0 3px 10px rgb(0 0 0 / .08);
	box-shadow: 0 3px 10px rgb(0 0 0 / .08);
	border-radius: 5px;
	border: solid 1px #eee;
	padding: 15px;
	margin-bottom: 20px
}

.category_insights ul.latest-post {
	list-style: none;
	padding: 0;
	margin: 0
}

.category_insights ul li {
	margin-bottom: 10px;
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px
}

.category_insights .latest-post li figure {
	float: left;
	height: 33px;
	width: 100px;
	margin: 0 10px 0 0;
	height: 70px;
	overflow: hidden
}

.category_insights .latest-post li figure img {
	max-width: 100%;
	height: 70px
}

.category_insights .TextContent {
	padding-left: 0
}

.category_insights .TextContent a.text-extra-dark-gray {
	display: block;
	line-height: 18px;
	color: #000;
	height: 40px
}

.blogdetail .Bloglist .blog-feature img {
	width: 100%;
	margin-bottom: 20px
}

.Subscribeblogs {
	background: #f5f5f5;
	border: #ddd solid 1px;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 25px;
	margin-top: 30px
}

.customFlashMsg {
	position: relative
}

.Subscribeblogs h3 {
	margin-bottom: 10px
}

.BlogSubscribers {
	position: relative
}

.BlogSubscribers #BlogSubscriberForm {
	padding: 0
}

.BlogSubscribers .inputBox {
	float: left;
	width: 100%;
	margin-bottom: 10px
}

.MainFaqs .Titlebox {
	text-align: center;
	margin: 0 0 20px 0
}

.MainFaqs .Titlebox h2 {
	color: #fff
}

.MainFaqs h6 {
	margin-bottom: 10px
}

.MainFaqs .panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.MainFaqs .panel {
	margin-bottom: 20px
}

.MainFaqs .panel-body {
	padding: 15px 0
}

.MainFaqs .panel-body ul {
	padding: 0 0 15px 20px
}

.MainFaqs .panel-group .panel-heading {
	border-bottom: 0;
	padding: 0
}

.MainFaqs .panel-group {
	margin-bottom: 0
}

.MainFaqs .panel-heading a:hover {
	color: #000
}

.MainFaqs .panel-heading a {
	padding: 10px 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: block;
	margin-bottom: 0;
	position: relative;
	color: #000;
	font-weight: 700
}

.MainFaqs .panel-heading a[aria-expanded="false"] i:before {
	content: "\f067";
	position: absolute;
	right: 0;
	font-family: 'FontAwesome';
	font-style: normal
}

.MainFaqs .panel-heading a[aria-expanded="true"] i:before {
	content: "\f068";
	position: absolute;
	right: 0;
	font-family: 'FontAwesome';
	font-style: normal
}

.MainFaqs .collapse {
	display: none
}

.MainFaqs .collapse.in {
	display: block
}

.MainFaqs .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility
}

.footermain {
	background-color: #000;
	padding: 50px 0 0 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	float: left
}

.footermain ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.footermain ul li {
	text-align: left;
	margin: 0;
	line-height: 25px;
	width: 100%
}

.footer-menu ul li strong {
	color: #ef3f38;
	font-size: 20px;
	line-height: 32px;
	text-transform: none;
	font-weight: 400;
	margin-bottom: 15px;
	display: inline-block;
	text-align: left
}

.footermain ul li a {
	color: #ef3f38;
	text-decoration: none
}

.footermain ul li a:hover {
	text-decoration: underline
}

.FooterBox h3 {
	color: #ef3f38;
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 18px;
	font-weight: 400;
	margin: 0 0 15px 0;
	text-align: left
}

.footermain .FootreMenu .socalmediafooter {
	float: left;
	margin: 10px 0 0 -10px
}

.footermain .socalmediafooter ul li {
	margin-left: 5px;
	width: auto;
	display: inline-block
}

.footermain .socalmediafooter ul li a {
	color: #ef3f38;
	display: inline-block;
	font-size: 16px;
	height: auto;
	line-height: 20px;
	width: 30px;
	transition: all 0.5s;
	text-align: center
}

.footermain .footer-bottom .Copyrightbox {
	float: left;
	width: 100%;
	text-align: center
}

.logo-footer {
	float: left;
	max-width: 110px
}

.logo-footer img {
	max-width: 100%
}

.Copyright01 {
	color: #000;
	font-weight: 400;
	float: left;
	margin-left: 0;
	width: 100%
}

.footermain .Copybox1 {
	margin-bottom: 0
}

span.firstpipe {
	margin: 0 5px
}

.footermain .Menulike {
	text-align: center
}

.footermain .footer-bottom .Copyrightbox a {
	color: #212121;
	text-decoration: none
}

.footermain .footer-bottom .Copyrightbox a:hover {
	text-decoration: underline
}

.WSlinkBox {
	margin: 8px 0 0 0;
	float: right;
	width: 100%
}

.WSlinkBox a {
	color: #555;
	text-decoration: none
}

section.JobsByIndustry {
	position: relative;
	margin-top: 15px
}

.JobsByIndustry ul {
	padding: 0 0 0 15px;
	margin-bottom: 0
}

.JobsByIndustry ul li {
	text-align: left;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0;
	padding: 10px;
	width: 32.3%;
	margin: 0 10px 10px 0;
	position: relative;
	opacity: 1
}

.JobsByIndustry ul li a {
	color: #212121;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 0;
	line-height: 55px;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 0 0 0;
	background: #fff;
	display: block;
	text-overflow: ellipsis
}

.tooltip .tooltiptext {
	visibility: hidden;
	background-color: #eee;
	color: #000;
	text-align: center;
	border-radius: 6px;
	padding: 5px 10px;
	position: absolute;
	z-index: 1;
	bottom: 106%;
	left: 60%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 0.3s;
	text-transform: none;
	line-height: 18px;
	white-space: normal
}

.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #eee #fff0 #fff0 #fff0
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1
}

.JobsByIndustry ul li:last-child {
	margin-right: 0
}

.JobsByIndustry ul li:first-letter {
	font-size: 50px;
	background: #eee;
	color: #000;
	width: 80px;
	float: left;
	height: 60px;
	line-height: 66px;
	text-align: center;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 700;
	border-radius: 0;
	margin-right: 15px
}

.WSlinkBox {
	margin: 8px 0 0 0;
	float: right;
	width: 100%
}

.WSlinkBox a {
	color: #555;
	text-decoration: none
}

.back_to_top {
	position: fixed;
	display: inline-block;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	background-color: #ab194e;
	border: 1px solid #ab194e;
	border-radius: 0;
	overflow: hidden;
	transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 30px;
	cursor: pointer
}

.service.CmsPage {
	clear: both;
	float: none;
	padding: 45px 0 0 0;
	color: #888;
	position: relative;
	margin: 0
}

.service.CmsPage .title {
	margin-bottom: 0;
	text-align: center;
	border: none
}

.service.CmsPage h1 {
	font-size: 55px;
	line-height: 65px;
	letter-spacing: .05em;
	margin: 0 0 15px 0;
	color: #000
}

.service.CmsPage h2 {
	color: #000;
	font-size: 30px
}

.service.CmsPage .sub-title {
	text-align: center
}

.service.CmsPage .sub-title a {
	color: #888
}

.service.CmsPage .titleBox {
	position: relative;
	z-index: 9
}

.service.CmsPage .overlay {
	display: block !important;
	z-index: 1;
	position: absolute;
	background-color: #ef3f38;
	opacity: .73;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	top: 0
}

.shareThisBox {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 15px
}

.shareThisBox h4 {
	font-size: 18px;
	margin: 0 0 20px 0;
	letter-spacing: .05em
}

.shareThisBox ul.sharethis {
	margin-left: 0;
	margin-bottom: 0
}

.shareThisBox ul li {
	display: inline-block
}

.shareThisBox .sharethis li a {
	color: #fff;
	border-radius: 50%;
	border: solid 1px #003c4e;
	background-color: #003c4e;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	display: inline-block
}

.shareThisBox .sharethis li a:hover {
	border: solid 1px #000
}

section.testimonials {
	position: relative;
	margin-bottom: 0;
	background-color: #fff;
	background-size: cover;
	padding: 0 0 60px 0;
	margin-top: 15px;
	background-attachment: fixed
}

section.testimonials .MainTitle {
	display: none
}

section.testimonials .TestimonialsBox .iq1 {
	color: #f7f6f8;
	font-size: 135px;
	font-weight: 600;
	left: 0;
	line-height: 1;
	position: absolute;
	top: 0
}

section.testimonials .TestimonialsBox .content11 {
	padding: 0 30px 20px 30px;
	color: #000;
	text-align: center;
	position: relative;
	z-index: 9
}

section.testimonials .TestimonialsBox .content11 p {
	font-size: 16px
}

section.testimonials .qodef-e-quotes {
	color: #115a4f;
	font-size: 30px;
	line-height: 18px;
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	margin: 0 0 20px 0
}

.owl-dots {
	text-align: center
}

.owl-dots button.owl-dot {
	background-color: #ad9766 !important;
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px
}

.owl-dots button.owl-dot.active {
	background-color: #9bb6d3 !important
}

section.testimonials .TestimonialsBox .iq2 {
	bottom: 0;
	color: #f7f6f8;
	font-size: 135px;
	font-weight: 600;
	line-height: 1;
	position: absolute;
	right: 0;
	transform: rotate(180deg)
}

.testimonialPages .testimonialBox:nth-child(2n+0) {
	background-color: #f5f5f5
}

.testimonialPages .testimonialBox {
	overflow: hidden;
	padding: 20px;
	box-shadow: 0 0 3px rgb(0 0 0 / .1);
	background-color: #fff;
	margin: 0 0 20px 0
}

.testimonialPages .testimonialBox:nth-child(2n+0) .testimonial-left {
	float: right;
	transform: rotate(-177deg)
}

.testimonialPages .testimonialBox .testimonial-left {
	float: left;
	margin-right: 15px;
	max-width: 38px;
	opacity: .2
}

.testimonialPages .testimonialBox:nth-child(2n) span {
	float: right;
	margin-top: 5px;
	text-align: right;
	width: 100%
}

.testimonialPages .testimonialBox:nth-child(2n+0) p,
.testimonialPages .testimonialBox:nth-child(2n+0) span {
	padding-left: 0;
	padding-right: 50px;
	text-align: right
}

.testimonialPages .testimonialBox span {
	display: block;
	font-weight: 700
}

.testimonialPages {
	margin-bottom: 30px
}

.jb-jobs-header {
	font-size: 14px;
	padding: 20px 0 20px 0;
	border-top: 1px solid #eceff1;
	border-bottom: 1px solid #eceff1;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden
}

.layout-grid {
	float: left;
	margin: 0 0 0 0
}

.tab-slider--nav {
	width: 100%;
	float: left;
	margin-bottom: $base-margin
}

.tab-slider--tabs {
	margin: 0 !important
}

.tab-slider--trigger {
	text-transform: uppercase;
	text-align: center;
	position: relative;
	z-index: 2;
	cursor: pointer;
	display: inline-block;
	transition: color 250ms ease-in-out;
	color: #8d8d8d;
	padding: 0 40px 0 40px;
	margin-left: 0 !important;
	border-right: solid 1px #ddd
}

.tab-slider--trigger i {
	margin-right: 5px
}

.JobsResults {
	padding-bottom: 10px;
	overflow: hidden;
	background-color: #f8f9f9;
	padding-top: 35px;
	margin-top: 0;
	margin-bottom: 20px
}

.jobspages .jobbox.Listingbox .Mainjobbox {
	background-color: #fff;
	margin-bottom: 18px;
	border: 1px solid #ebebeb;
	-moz-box-shadow: 0 3px 10px rgb(0 0 0 / .08);
	-ms-box-shadow: 0 3px 10px rgb(0 0 0 / .08);
	box-shadow: 0 3px 10px rgb(0 0 0 / .08);
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	color: #040e24;
	min-height: 100%;
	text-align: left;
	padding: 20px
}

.jobspages .jobbox.Listingbox .Mainjobbox .jobstitle {
	color: #040e24;
	font-weight: 600;
	min-height: 100%;
	text-transform: uppercase
}

.jobspages .jobbox.Listingbox .Mainjobbox .jobstitle h3 {
	font-weight: 600;
	height: auto
}

.jobspages .jobbox.Listingbox .btnbox span.Salarybox {
	min-height: 100%
}

.jobspages .jobbox.Listingbox .btnbox span {
	color: #040e24
}

.jobspages .jobbox.Listingbox .btnbox span {
	color: #040e24
}

.jobspages .jobbox.Listingbox .Mainjobbox a:hover .jobstitle>h3,
.jobspages .jobbox.Listingbox .Mainjobbox a:hover .Specialitybox,
.jobspages .jobbox.Listingbox .Mainjobbox a:hover .btnbox span,
.jobspages .jobbox.Listingbox .Mainjobbox a:hover .contentbox p,
.jobspages .jobbox.Listingbox .Mainjobbox a:hover .Permanent {
	color: #666
}

.createAlertBoxLink {
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
	float: left
}

.MainLeftSide {
	width: 69%;
	float: none;
	margin-left: 0;
	display: inline-block
}

.MainRightSide {
	float: right;
	width: 28%;
	margin-bottom: 15px
}

.FullWidth .MainLeftSide {
	width: 100%
}

.LeftPanl .MainRightSide {
	float: left;
	margin-right: 20px
}

.RightPanl .MainRightSide {
	float: right
}

.jobs_seperated .section_gallery .container {
	width: 100%;
	padding: 0
}

.jobs_seperated .section_gallery .jobbox .Mainjobbox {
	width: 100%
}

.jobs_seperated .section_gallery .jobbox .Mainjobbox1 {
	width: 100%
}

.CandidateReg.advance_pages {
	margin-bottom: 20px
}

.jobbox.AllSavedJob .jobstitle {
	padding-top: 20px
}

ul.CvList {
	list-style: none;
	padding-left: 0
}

section.SectionInsights.IndustryNews ul.latest-post {
	padding: 0
}

section.SectionInsights.IndustryNews .latest-post .insightsBox {
	width: 32.1%;
	float: left;
	margin-right: 20px
}

section.SectionInsights.IndustryNews .latest-post .insightsBox:nth-child(3) {
	margin-right: 0
}

section.CmsEditor {
	padding-top: 0;
	margin-top: 120px
}

section.CmsEditor.contactPage {
	margin-bottom: 0;
	padding-bottom: 10px;
	margin-top: 0;
	padding-top: 70px
}

.contactPage .MainAddress {
	overflow: hidden;
	margin-bottom: 35px
}

.contactPage .box {
	padding: 0;
	overflow: hidden;
	min-height: 170px
}

.contactPage .AddressBox .Cntbox {
	width: 100%;
	text-align: left;
	float: left;
	height: auto
}

.contactPage .AddressBox .Cntbox span {
	font-weight: 700;
	display: block;
	padding-bottom: 8px
}

.contactPage .AddressBox .Cntbox p {
	display: block;
	margin-bottom: 15px;
	margin-right: 10px
}

.contactPage .AddressBox .Cntbox ul {
	padding: 0;
	margin: 0 0 10px 0
}

.contactPage .AddressBox .Cntbox li {
	list-style: none;
	float: left;
	margin-right: 5px
}

.contactPage .AddressBox .Cntbox li a {
	width: 23px;
	height: 23px;
	display: inline-block;
	background: #003c4e;
	text-align: center;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	text-decoration: none
}

.contactPage .AddressBox .Cntbox li a:hover {
	background-color: #ad9766;
	color: #fff
}

.contactPage .AddressBox .Cntbox a {
	text-decoration: none
}

.contactPage .AddressBox .Cntbox a:hover {
	color: #ab194e
}

.Mapbox {
	clear: both;
	margin-top: 0;
	margin-bottom: -10px;
	float: left;
	width: 100%
}

.Mapbox iframe {
	width: 100%;
	height: 500PX
}

.contact_from {
	margin-bottom: 30px
}

.contact_from .form-horizontal .form-group label.col-sm-2.None {
	display: none
}

.contact_from .form-horizontal .form-group {
	margin: 0 20px 20px 0;
	width: 48.5%;
	float: left
}

.contact_from .form-horizontal .form-group.event-requirements {
	width: 100%;
	margin-bottom: 0
}

.contact_from .form-horizontal .form-group.last-name,
.contact_from .form-horizontal .form-group.contact-no {
	margin-right: 0
}

.contact_from .form-horizontal .form-group.message {
	width: 100%
}

.contact_from .form-horizontal .form-group .col-sm-12 {
	padding: 0
}

.contact_from .submitbox {
	float: left;
	width: 100%;
	text-align: center
}

.contact_from textarea.form-control {
	height: 120px
}

span.text-primary {
	color: #ab194e
}

.container.LoginPages {
	max-width: 1030px
}

.Loginbox {
	width: 70%;
	float: right
}

.Loginbox h2.contact-page-title {
	text-align: left;
	line-height: 25px;
	width: 100%;
	position: relative;
	margin: 0 0 20px
}

.Loginbox .inputBox {
	margin-bottom: 0;
	width: 48.5%;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative
}

.Loginbox .inputBox label {
	margin-bottom: 5px;
	display: block
}

.Passbtn {
	position: absolute;
	right: 0;
	top: 25px
}

.Passbtn .btn.btn-primary {
	margin-left: 10px;
	padding: 5px 20px;
	height: 42px;
	border: none;
	background: #ddd;
	border-radius: 0 4px 4px 0
}

.LoginPages .ForgottenBox.inputBox {
	padding-top: 13px;
	width: auto
}

.LoginSubmit.inputBox {
	float: right;
	width: auto;
	margin: 0
}

.registerboxnew.Loginbox {
	text-align: center;
	border: solid 1px #ddd;
	width: 27%;
	margin: 0 30px 20px 0
}

.registerboxnew.Loginbox .registerboxbox01 {
	padding: 35px
}

.registerboxnew.Loginbox h2.contact-page-title {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 30px;
	text-align: center
}

.registerboxnew.Loginbox a.btn.blueBtn {
	border: solid 2px #ddd
}

label.error {
	color: red;
	font-weight: 400;
	position: relative
}

label.error:before {
	content: "\f071";
	font-family: 'FontAwesome';
	margin-right: 5px
}

.form-control {
	height: 44px;
	padding: 10px 12px;
	border-radius: 0;
	font-size: 16px
}

label.Checkboxes.custom-control {
	padding: 0 20px 0 0
}

.Checkboxes .custom-control-label {
	font-weight: 400;
	padding-left: 30px;
	display: inherit
}

.Checkboxes .custom-control-label p {
	line-height: initial
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #ef3f38;
	background-color: #ef3f38
}

.Checkboxes.custom-control input {
	margin: 7px 0 0;
	opacity: 0;
	position: absolute
}

.custom-checkbox .custom-control-label::before {
	border-radius: 0
}

.contact-form.Getintouch .Checkboxes .custom-control-label a {
	color: #ef3f38
}

.contact-form.Getintouch .Checkboxes .custom-control-label a:hover {
	color: #ef3f38
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.custom-control-label::before {
	background-color: #fff;
	border: 1px solid #ef3f38;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 16px
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #fff;
	border-image: none;
	border-style: solid;
	border-width: 0 2px 2px 0;
	height: 10px;
	left: 6px;
	top: 1px;
	transform: rotate(45deg);
	width: 5px
}

.Checkboxes.custom-control.custom-checkbox {
	position: relative
}

.Checkboxes.custom-control.custom-checkbox label.error {
	bottom: -25px;
	font-size: 14px;
	left: 30px;
	position: absolute
}

.checkBxtext {
	margin-bottom: 20px
}

.CandidateReg .Checkboxes.custom-control.custom-checkbox label.error {
	bottom: -15px;
	left: 30px
}

.custom-radio.custom-control-inline .custom-control-label {
	padding: 1px 0 0 30px
}

.custom-radio.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 20px
}

.custom-radio .custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-radio {
	position: relative;
	margin-bottom: 10px;
	vertical-align: top
}

.custom-radio .custom-control-label::before {
	border-radius: 50%
}

.custom-radio .custom-control-label::before,
.custom-radio .custom-file-label,
.custom-radio .custom-select {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.custom-radio .custom-control-label::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #ef3f38 solid 1px
}

.custom-radio .custom-control-label::after {
	position: absolute;
	top: .25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%;
	background-color: #fff
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #ef3f38;
	background-color: #ef3f38
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background: #ef3f38 none repeat scroll 0 0;
	border-radius: 50%;
	height: 14px;
	left: 4px;
	top: 4px;
	width: 14px
}

.dropbox_GooglePicker {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	background: #fff;
	padding-left: 10px;
	border-left: solid 1px #ccc
}

.dropbox_GooglePicker a,
.dropbox_GooglePicker a {
	border: 1px solid #ddd;
	border-radius: 0;
	color: #ef3f38;
	display: block;
	float: left;
	line-height: 18px;
	margin-right: 10px;
	max-width: 170px;
	overflow: hidden;
	padding: 11px 10px;
	text-align: center;
	text-decoration: none
}

.CandidateReg .form-group.PositionFixedBox {
	text-align: center;
	width: 100%;
	margin-bottom: 20px
}

.forgotPasswordNew .Loginbox .inputBox {
	width: 100%
}

.forgotPasswordNew .LoginSubmit.inputBox {
	width: auto;
	margin: 0 0 0 0
}

.forgotPasswordNew .ForgottenBox.inputBox {
	width: auto;
	padding-top: 14px
}

.JobDiv .js-basic-job-search-section {
	position: relative;
	bottom: auto;
	top: 0;
	margin: 0
}

.JobDiv.custom_fieldDiv {
	float: left;
	width: 100%;
	padding: 35px 0;
	background: #eee;
	display: none
}

.JobDiv .Searchcolor {
	background: #fff0
}

.JobDiv .QuickSearches {
	display: none
}

.MainLeftSide.MainFull {
	width: 100%
}

.JobDiv h1 {
	font-weight: 400;
	font-size: 35px;
	text-align: center
}

ul.RegistrationBox li ul.submenuCandidates {
	background: #fff;
	display: none;
	height: auto;
	position: absolute;
	width: 225px;
	z-index: 200;
	margin: 0;
	right: 0;
	padding: 0
}

ul.RegistrationBox li:hover ul.submenuCandidates {
	display: block
}

ul.RegistrationBox li ul.submenuCandidates li {
	padding: 0 0;
	display: block;
	width: 100%
}

ul.RegistrationBox li ul.submenuCandidates li a {
	text-transform: none;
	padding: 10px 10px;
	border-bottom: solid 1px #ddd;
	display: block;
	font-size: 14px;
	color: #555;
	text-decoration: none
}

ul.RegistrationBox li ul.submenuCandidates li a:hover,
ul.RegistrationBox li ul.submenuCandidates li.active a {
	background-color: #000;
	color: #fff
}

ul.RegistrationBox li ul.submenuCandidates li.redBOX {
	background: red;
	color: #fff;
	text-align: center
}

ul.RegistrationBox li ul.submenuCandidates li.redBOX a {
	color: #fff
}

ul.RegistrationBox li.menuCandidates a {
	padding-right: 0
}

.Candidated_Form .form-group .fileUpload02 {
	position: relative;
	width: 100%
}

.Candidated_Form .form-group .PasswordBox1 {
	float: left;
	margin-right: 20px;
	width: 48.4%;
	position: relative
}

.form-group {
	overflow: hidden
}

.form-group.PositionFixedBox {
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0
}

.jobbox .deleteApplied {
	position: absolute;
	top: 0;
	right: 0
}

.smallbtn {
	padding: 0 10px;
	margin-bottom: 5px;
	line-height: 25px;
	font-size: 16px;
	display: inline-block;
	background: #ef3f38;
	color: #fff !important
}

.jobbox.AllSavedJob .Mainjobbox a.smallbtn.Deletebtn {
	position: relative;
	right: 0;
	top: 0
}

.Deletebtn {
	background: #d51f38;
	color: #fff
}

.modal-body.ModalBox .formDiv.tabsbox ul.facet-links {
	width: 100%
}

.ModalBox .tabsbox .facet-links li {
	padding: 5px 0;
	border-bottom: solid 1px #DDD;
	text-align: left;
	width: 100%
}

.modal-body.ModalBox {
	text-align: center
}

.modal-body.ModalBox button.btn.btn-default {
	margin-top: 10px
}

.bootbox .modal-footer {
	text-align: center
}

.bootbox .modal-footer button.btn.btn-default {
	background: #4b4b4d;
	border: solid 2px #4b4b4d;
	color: #fff;
	border-radius: 0
}

.bootbox .modal-footer button.btn.btn-primary {
	background: #d51f38;
	border: solid 2px #d51f38;
	color: #fff;
	border-radius: 0
}

.bootbox .bootbox-close-button.close {
	background: #d51f38 none repeat scroll 0 0;
	color: #fff;
	float: right;
	height: 30px;
	margin-right: -45px;
	margin-top: -15px !important;
	opacity: 1;
	width: 30px;
	border: none;
	line-height: 16px;
	cursor: pointer;
	font-size: 20px
}

.bootbox .modal-content {
	border: none;
	border-radius: 0
}

nav.main-menu.pageBtn ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center
}

nav.main-menu.pageBtn ul li {
	display: inline-block
}

nav.main-menu.pageBtn ul li a {
	display: inline-block;
	padding: 25px 60px;
	border: solid 1px #ddd;
	text-decoration: none
}

nav.main-menu.pageBtn ul li a:hover {
	background-color: #000;
	border: solid 1px #000;
	color: #fff
}

.landing_page .DeleteAccountbox {
	text-align: center;
	margin-bottom: 25px
}

.create_alertpages .form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
	overflow: initial;
	margin-bottom: 25px
}

.create_alertpages .form-horizontal label.error {
	position: absolute
}

.create_alertpages .CreateJobInput {
	margin: 0 0 25px 0
}

.create_alertpages .ms-options-wrap>.ms-options {
	left: 15px;
	width: 97.5%;
	font-weight: 400
}

section.main-slider a.advanceSearchLink {
	float: right
}

.stickyfooterBtn {
	float: left;
	width: 100%
}

.stickyfooterBtn .btn {
	display: inline-block !important
}

.TeamBox {
	text-align: center
}

.TeamContent {
	margin: 15px 0 0 0
}

.our-team .MainTitleBoxH3.title {
	text-align: left
}

.getintouch {
	margin-bottom: 30px
}

.getintouch ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.getintouch ul li {
	text-align: center;
	width: 33%;
	display: inline-block
}

.getintouch ul li h5 {
	font-weight: 700
}

.getintouch ul.Socialbox li {
	width: auto;
	margin: 0 10px
}

.jobsearch-inner {
	margin-top: 30px;
	float: left;
	width: 100%
}

.jobsearch-inner .jobsearchright .searchBox .Searchselect {
	margin: 0 15px 10px 0;
	width: 43%
}

.jobsearch-inner a.advanceSearchLink {
	float: right
}

.our-team ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.our-team ul li {
	border: solid 1px #ddd;
	float: left;
	width: 25%;
	margin-right: 20px;
	padding: 10px;
	min-height: 620px
}

.our-team ul li img {
	width: 100%;
	margin-bottom: 10px
}

.our-team ul li p.profilename {
	font-weight: 700
}

.text-small {
	padding-bottom: 10px
}

.job-newsletter.box-modern .submitbox {
	position: absolute;
	float: right;
	margin: 0;
	background: #fff;
	top: 25px;
	right: 0
}

.job-newsletter.box-modern {
	position: relative
}

.job-newsletter.box-modern .submitbox .btn {
	padding: 11px 20px
}

.MainRightSide .container {
	width: auto;
	padding: 0
}

.MainRightSide section.MainFaqs.cellFaqs {
	margin-top: 0;
	margin-bottom: 30px
}

.MainRightSide section.JobsByIndustry ul li {
	width: 100%
}

.MainRightSide .jobsearchright {
	margin-bottom: 30px
}

.MainRightSide .jobsearchright .searchBox .Searchselect {
	width: 100%;
	margin-bottom: 10px
}

.MainRightSide .jobsearchright a.advanceSearchLink {
	float: none
}

.MainRightSide section.section_gallery .Mainjobbox1 {
	width: 100%
}

.MainRightSide .job-newsletter label.col-sm-2 {
	width: 100%
}

.MainRightSide section.service .MainserviceBox {
	width: 100%
}

.MainRightSide section.our-team ul li {
	width: 100%;
	margin-bottom: 10px;
	margin-right: 0
}

.MainRightSide section.our-team .row {
	margin: 0
}

.MainRightSide section.getintouch ul li {
	width: 100%
}

.MainRightSide section.getintouch ul.Socialbox li {
	width: auto !important
}

.MainRightSide.LeftPanl .container {
	padding: 0
}

.MainRightSide .NewinsightsBox {
	width: 100%
}

.MainRightSide .contactForm .col-sm-2 {
	width: 100%
}

.MainRightSide .contactForm .submitbox {
	text-align: center
}

.MainRightSide .Loginbox {
	width: 100%;
	margin: 20px 0 0 0
}

.MainRightSide .Loginbox .inputBox {
	width: 100%
}

.MainRightSide section.SectionInsights .Main_insights .insightsBox {
	width: 100%
}

.tab-slider--container {
	margin: 150px 0 0 0
}

.banner_Map {
	width: 100%;
	float: left;
	position: relative
}

.banner_Map .tab-slider--nav {
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
	display: flex;
	text-align: center
}

.banner_Map .tab-slider--tabs {
	margin: 0 auto !important;
	padding: 0;
	text-align: center;
	width: auto;
	list-style: none
}

.banner_Map .tab-slider--tabs li {
	background: #ef3f38;
	color: #fff;
	padding: 10px 20px;
	position: relative;
	z-index: 2;
	float: left;
	border: none
}

.banner_Map .tab-slider--tabs li.active {
	background: #000
}

.banner_Map .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 1;
	width: 100%;
	background: #000;
	opacity: .2
}

.banner_Map .tab-slider--tabs li.BorRadleft {
	border-radius: 20px 0 0 20px
}

.banner_Map .tab-slider--tabs li.BorRadRight {
	border-radius: 0 20px 20px 0
}

.banner_Map .tab-slider--tabs li.ListBor {
	border-left: solid 1px #444;
	border-right: solid 1px #444
}

.tab1Box {
	display: block
}

.MainRightSide section.SectionInsights.IndustryNews .latest-post .insightsBox {
	width: 100%
}

section.SectionInsights.IndustryNews .TitleBox {
	text-align: center
}

section.SectionInsights .Main_insights .insightsBox {
	width: 32%;
	margin-right: 20px
}

section.SectionInsights .Main_insights .insightsBox:nth-child(3) {
	margin-right: 0
}

.rss_listing .blog .insightsBox {
	width: 32%;
	margin-right: 20px
}

.rss_listing .blog .insightsBox:nth-child(3n+3) {
	margin-right: 0
}

.rss_listing .blog .insightsBox h3 {
	height: 50px
}

.rss_listing .blog .insightsBox .news-short {
	min-height: 80px
}

section.SectionInsights .Main_insights .owl-item .insightsBox {
	width: 100%
}

.MainRightSide .shareThisBox {
	margin-top: 0;
	margin-bottom: 30px
}

.Tabbox {
	border-bottom: 1px solid #ddd;
	float: left;
	margin: 0 0 15px -15px;
	padding: 0 30px 0 0;
	text-align: center;
	width: 104.6%
}

.Tabbox>ul {
	margin: 0 0 0 0;
	list-style: none
}

.Tabbox li {
	float: left;
	text-align: center;
	width: 35%;
	margin-right: 10px
}

.Tabbox li a {
	padding: 8px 20px;
	display: block;
	border: solid 1px #ddd;
	border-bottom: #fff0;
	position: relative;
	bottom: -3px;
	background: #fff
}

.Tabbox li a.btn {
	background: #747e88;
	height: auto !important;
	border: 1px solid #747e88;
	border-radius: 0;
	color: #fff !important;
	cursor: pointer;
	display: block;
	float: none !important;
	font-size: 16px;
	line-height: 25px;
	padding: 8px 20px 8px 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s ease 0s;
	bottom: -1px
}

.modal-body.contact-form.fly_loginPopup {
	overflow: hidden
}

.AllmodalBoxPopup .modal-dialog .form-popup {
	float: left;
	width: 60%
}

.modalBoxPopup .modal-body .registerboxnew {
	padding: 37px 10px;
	margin-bottom: 5px;
	margin-top: 25px;
	margin-right: 0
}

.modal-body .registerboxnew {
	text-align: center;
	background: #ff8300;
	color: #fff;
	width: 100%;
	padding: 5px
}

.RegisterNowLeft {
	float: right;
	width: 37%;
	margin: 0;
	padding: 0
}

.RegisterNowLeft a.btn.blueBtn {
	color: #fff;
	padding: 10px 15px
}

.modal-body.contact-form.fly_loginPopup .ForgottenBox.inputBox {
	float: left
}

.modal-body.contact-form.fly_loginPopup .modal-footer {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0
}

.modal-body.contact-form.fly_loginPopup .modal-footer button.btn {
	background: #000;
	color: #fff
}

.modal-body.contact-form.fly_loginPopup .inputbox {
	margin-bottom: 20px
}

section.image-slider {
	display: none
}

.Productspags .MainLeft {
	float: right
}

.MainLeft {
	width: 72%;
	float: left
}

.Productspags .MainRight {
	float: left
}

.MainRight {
	float: right;
	width: 25%
}

.toolbox-left {
	float: left;
	margin-right: 0;
	width: 21%
}

a.Filterbtn.btn {
	display: none
}

.toolbox .toolbox-item.toolbox-show {
	float: right;
	margin: 11px 0 0 20px
}

.Productspags .MainProductBox {
	flex: auto;
	max-width: 33%;
	margin-bottom: 30px
}

.MainProductBox .productbox {
	text-align: left;
	margin-top: 0;
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 0;
	animation: zoomIn .5s ease
}

.MainProductBox .productbox h3.product-title {
	text-transform: none;
	margin: 0 0 10px 0;
	height: 50px;
	padding: 0 0 0 0;
	overflow: hidden;
	line-height: 17px;
	text-align: center
}

.MainProductBox .productbox figure {
	max-width: 100%;
	margin: 0 0 10px 0;
	overflow: hidden
}

.MainProductBox .productbox .descriptionbox {
	padding: 10px 0;
	overflow: hidden;
	height: 80px;
	text-align: center;
	display: none
}

.MainProductBox .productbox .CountryRegion {
	padding: 10px 0 0 0;
	font-weight: 700;
	text-align: center
}

.MainProductBox .productbox .AddCart {
	float: right;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 10px
}

.MainProductBox .productbox .AddCart button.btn {
	padding: 0;
	background-color: #333
}

.MainProductBox .productbox .AddCart button.btn span {
	display: none
}

.MainProductBox .productbox .AddCart button.btn {
	padding: 4px 10px 5px 10px;
	margin-left: 0;
	border-radius: 0;
	width: 45px;
	height: 45px;
	border: none
}

.MainProductBox .productbox .AddCart select.form-control {
	width: 80px
}

.MainProductBox .productbox .AddCart input.form-control {
	width: 60px;
	text-align: center;
	height: 45px;
	margin: 0 0 0 0;
	background: #1f1f1f;
	border: solid 4px #333;
	color: #ddd
}

.MainProductBox .productbox .AddCart button.btn:after {
	border-radius: 0
}

.MainProductBox .productbox .sold-out-tag {
	left: auto;
	right: -20px;
	top: -20px;
	bottom: auto;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	z-index: 9
}

.MainProductBox .productbox .sold-out-tag {
	margin: 0;
	position: absolute;
	height: 85px;
	width: 85px;
	line-height: 65px;
	background: #d63030;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	padding: 5px;
	margin: auto;
	display: none
}

.MainProductBox .productbox .sold-out-tag .tag {
	float: none;
	width: 85%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	padding: 28px 0 0;
	font-weight: 700
}

.MainProductBox .productbox .sold-out-tag .tag {
	background: 0 0;
	color: #eee;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	margin: 39px 0 0 7px;
	width: 60px
}

.Productspags .MainProductBox .productbox .btn_wrapper {
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.MainProductBox .productbox .btn_wrapper {
	position: absolute;
	top: 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	text-align: center;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
	display: flex;
	justify-content: center;
	align-items: center
}

.MainProductBox .productbox:hover .btn_wrapper {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible
}

.MainProductBox .productbox .ProductImg img {
	bottom: 0;
	top: 0;
	left: 0;
	margin: 0 auto;
	position: relative;
	right: 0;
	transform: scale(1);
	transition: all .5s ease-in-out 0s
}

.MainProductBox .productbox:hover .ProductImg img {
	opacity: .5;
	transform: scale(1.2);
	visibility: visible
}

.cartbtn span {
	display: none
}

a.cartbtn {
	background: #333;
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	padding: 0;
	border: none
}

a.cartbtn i {
	color: #fff
}

a.cartbtn:hover,
button.btn.cartbtn:hover {
	border: none;
	background: #ef3f38
}

button.btn.cartbtn {
	width: 50px;
	height: 50px;
	padding: 0;
	background: #333;
	font-size: 18px;
	line-height: 50px;
	border: none;
	border-radius: 50%
}

button.btn i {
	color: #fff;
	font-size: 13px
}

.ProductImg:before {
	content: "";
	background: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	opacity: .3
}

.MainProductBox .productbox h3.product-title a:hover {
	text-decoration: underline
}

.MainProductBox .productbox h3.product-title a {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none
}

.ProductImg {
	position: relative
}

.price-box {
	text-align: center;
	font-weight: 700
}

.container.Productspags {
	margin-top: 40px
}

.product-single-details {
	float: left;
	width: 50%
}

div#VariationDetails {
	width: 48%
}

.Productsdetail .washing {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0
}

.quantity.buttons_added {
	border-radius: 0;
	padding: 0 10px 0 0;
	text-align: center;
	display: flex
}

.Productsdetail .selectBox.selectfull button.btn {
	width: auto;
	padding: 6px 20px;
	border-radius: 0;
	margin-right: 10px;
	float: left
}

.Productsdetail .quantity.buttons_added button.btn {
	width: 40px !important;
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
	background: #333;
	border: solid 1px #333
}

.Productsdetail .product-action.product-all-icons .form-control {
	background: #fff;
	border: solid 1px #333;
	color: #999;
	position: relative;
	top: 0;
	text-align: center;
	display: inline-block;
	height: 43px;
	width: 50px !important;
	border-radius: 0;
	margin: 0 0
}

.Productsdetail .AddtoWishlist .btn.add-wishlist.btn-add-wishlist {
	top: 0;
	padding: 7px 10px
}

.Outofstock {
	display: flex;
	align-items: center
}

.Savebtn {
	margin-left: 10px
}

.Productsdetail .avail_quantity {
	display: flex
}

.Productsdetail .AddtoWishlist {
	margin-left: 10px;
	display: flex;
	align-items: center
}

.Productsdetail .product-item img {
	max-width: 100%
}

.Productsdetail .price-box {
	text-align: left
}

.product-single-container.product-single-default {
	display: flex;
	justify-content: space-between
}

.Productsdetail .SizeBox.washing {
	display: flex
}

header {
	position: fixed;
	left: 0;
	width: 97px;
	height: 100%;
	z-index: 999;
	background: #ab194e;
	box-shadow: 0 0 3px 0 #453F78
}

.qodefnumber {
	width: 50px;
	height: 50px;
	background-color: #003c4e;
	border-radius: 50%;
	color: #fff;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: -15px;
	right: -15px;
	margin: 0;
	font-family: "Sofia Sans", sans-serif;
	font-size: 22px;
	letter-spacing: -.02em;
	z-index: 5;
	display: none
}

.qodeficon {
	display: block;
	border: solid 3px #fff;
	width: 110px;
	height: 110px;
	border-bottom: solid 4px #fff;
	position: relative
}

.containerfull {
	width: 100%;
	margin: 0 auto
}

.PrivateBox {
	background: #F1F2F2;
	padding: 90px 30px
}

.PrivateBox h3 {
	font-weight: 400;
	color: #000;
	font-size: 20px;
	line-height: 1.1em;
	margin: 15px 0;
	height: 45px
}

.PrivateBox h3 a {
	color: #000
}

a.lineRead {
	color: #333
}

a.lineRead:after {
	content: "";
	width: 38px;
	height: 2px;
	display: block;
	background-color: #ab194e
}

a.lineRead:hover:after {
	background-color: #ae638a
}

a.lineRead:hover {
	color: #ae638a;
	text-decoration-line: none
}

.backgroundwhite {
	background: #fff
}

.rowPrivateOffice {
	display: flex;
	justify-content: space-between
}

.rowPrivateOffice .PrivateOffice {
	width: 25%
}

.rowPrivateOffice .PrivateOffice p {
	min-height: 151px
}

section.MainPrivateOffice {
	margin: 0
}

mainboxfor4 {
	width: 25% !important
}

.mainboxfor4 .elementor-widget-wrap {
	padding: 0 30px 0 30px !important
}

.section-padding {
	padding: 80px 0 50px 0
}

.bg-cream {
	background-color: rgb(173 151 102 / .5)
}

overflow:hidden
}

.section-subtitle {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 6px;
	margin-bottom: 5px
}

.section-title {
	font-size: 40px;
	text-align: center;
	font-weight: 400;
	color: #222;
	position: relative;
	margin-bottom: 20px;
	line-height: 1.25em
}

.rooms1 .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px
}

section.section.rooms1.section-padding.bg-cream {
	overflow: hidden;
	margin: 0 0 0 0;
	position: relative
}

section.section.rooms1.section-padding.bg-cream p.textroom {
	display: none
}

.portfolio-left {
	position: absolute;
	left: 0;
	top: 10%
}

.portfolio-right {
	position: absolute;
	right: -170px;
	bottom: 60px;
	width: 30%;
	z-index: auto
}

.rooms1 .item {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	z-index: 9
}

.rooms1 .item:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.09, 1.09);
	transform: scale(1.09, 1.09);
	-webkit-filter: brightness(70%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease
}

.rooms1 .item:hover .con {
	bottom: 0;
	height: auto
}

.rooms1 .item img {
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%
}

.rooms1 .item .category {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 99;
	writing-mode: vertical-rl;
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	text-orientation: mixed;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	background: #fff0;
	border: 1px solid rgb(255 255 255 / .5);
	padding: 10px 3px;
	line-height: 1.5em
}

.rooms1 .item .category:hover {
	background: #ab194e;
	border: 1px solid #ab194e
}

.rooms1 .item .category a {
	color: #fff
}

.rooms1 .item .category:hover {
	color: #fff
}

.rooms1 .vertical .item .OverlayContent .con {
	bottom: 5px
}

.rooms1 .item .OverlayContent {
	padding: 20px;
	position: absolute;
	bottom: -200px;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: left;
	z-index: 20;
	height: 100%;
	box-sizing: border-box
}

.DevMeetings .rooms1 .item:hover .OverlayContent {
	height: 100%;
	bottom: 0;
	background-color: rgb(0 0 0 / .5)
}

.rooms1 .item:hover .OverlayContent {
	height: 100%;
	bottom: 0;
	background-color: rgb(0 0 0 / .5)
}

.rooms1 .item:hover .OverlayContent .con {
	background-color: #fff0
}

.rooms1 .item .con {
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-align: left;
	z-index: 20;
	height: auto;
	box-sizing: border-box;
	background-color: rgb(0 0 0 / .5)
}

.rooms1 .item .con h6,
.rooms1 .item .con h6 a {
	position: relative;
	color: #fff;
	font-size: 16px;
	display: inline;
	letter-spacing: 3px;
	text-transform: uppercase
}

.rooms1 .item .con h6 i {
	font-size: 6px;
	margin-right: 2px
}

.rooms1 .item .con h5,
.rooms1 .item .con h5 a {
	position: relative;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none
}

.rooms1 .item .con h5 a:hover {
	color: #ad9766
}

.rooms1 .item .con p {
	color: #fff;
	font-size: 16px;
	line-height: 20px
}

.rooms1 .item .con i {
	color: #fff;
	font-size: 18px
}

.rooms1 .item .con i:hover {
	color: #fff
}

.rooms1 .item .con .butn-light {
	margin-left: 0;
	border-radius: 30px;
	border-color: #666;
	padding: 11px 30px
}

.rooms1 .item .con .butn-light:hover {
	border-color: #f79b7a
}

.rooms1 .item .line {
	text-align: center;
	height: 1px;
	width: 60px;
	background-color: rgb(255 255 255 / .2);
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	margin: auto 0 15px
}

.rooms1 .item:hover .line {
	width: 100%;
	transition-property: all;
	transition-duration: 0.8s;
	transition-timing-function: ease-in-out
}

.rooms1 .facilities ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.rooms1 .facilities ul li {
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 1.2em;
	padding-bottom: 10px;
	float: left;
	margin-right: 10px
}

.rooms1 .facilities ul li img {
	height: 20px;
	width: auto !important
}

.rooms1 .facilities ul li i {
	margin-right: 0
}

.rooms1 .item .con .permalink {
	font-size: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	height: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: inline
}

.rooms1 .item .con .permalink a {
	color: #fff;
	text-align: right;
	text-decoration: none
}

.rooms1 .item .con .permalink i {
	font-size: 10px;
	text-align: right
}

.rooms1 .item .con .permalink a:hover,
.rooms1 .item .con .permalink i:hover {
	color: #ad9766;
	text-decoration: none
}

.rooms2 {
	position: relative
}

.rooms2:last-child {
	margin-bottom: 20px
}

.rooms2 figure {
	margin: 0;
	position: relative;
	width: 66.666667%;
	margin-left: auto
}

.rooms2.left figure {
	margin-left: 0;
	margin-right: auto
}

.rooms2 figure img:hover {
	transform: scale(.98)
}

.rooms2 .caption {
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	width: 50%;
	padding: 4% 4% 4% 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.rooms2.left .caption {
	left: auto;
	right: 0;
	background: #fff;
	padding: 4% 0 4% 4%
}

.rooms2 .caption.padding-left {
	padding-left: 4%
}

.rooms2.left .caption.padding-left {
	padding-right: 4%
}

.rooms2 .caption h4,
.rooms2 .caption h4 a {
	font-size: 35px;
	color: #222;
	margin-bottom: 5px
}

.rooms2 .caption h3,
.rooms2 .caption h3 a {
	font-size: 24px;
	color: #ab8a62;
	margin-bottom: 0
}

.rooms2 .caption h3 span {
	font-size: 16px;
	color: #666
}

.rooms2 .caption h6 {
	display: inline-block;
	color: #666;
	font-weight: 400;
	font-size: 10px;
	margin-bottom: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.rooms2 .caption .info-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.rooms2 .caption .info-wrapper .more {
	color: #666;
	text-decoration: none;
	font-size: 14px
}

.rooms2 .caption .info-wrapper .more i {
	color: #666;
	font-size: 10px
}

.rooms2 .caption .info-wrapper .date {
	color: #222;
	font-size: 16px;
	background: #fff0;
	border: 1px solid #ab8a62;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 3px 12px
}

.rooms2 .caption .info-wrapper .date:hover {
	background: #fff0;
	border: 1px solid #222;
	color: #222
}

@media (max-width:991.98px) {
	.rooms2 figure {
		width: auto;
		margin: 0
	}

	.rooms2 .caption {
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		padding: 30px 20px;
		-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.rooms1 .facilities ul li i.chair img {
	width: 18px;
	opacity: 1
}

.AllcapacityItem {
	display: flex;
	width: 100%;
	justify-content: center;
	padding-top: 15px
}

.rooms1 .item .capacityItem {
	flex-direction: column;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 0 10px
}

.rooms1 .item .capacityItem img {
	width: 30px;
	height: 30px
}

.rooms1 .item .capacityItem h6 {
	margin: 0
}

.rooms1 .facilities ul li i.chair img {
	width: 20px
}

.tooltip {
	position: relative;
	border-bottom: 1px dotted #000;
	opacity: 1
}

.tooltip:before {
	content: attr(data-tooltip);
	position: absolute;
	width: 130px;
	background-color: #115a4f;
	color: #fff;
	text-align: center;
	padding: 10px;
	line-height: 1.2;
	border-radius: 6px;
	z-index: 1;
	opacity: 0;
	transition: opacity .6s;
	bottom: 125%;
	left: 50%;
	margin-left: -60px;
	font-size: .75em;
	visibility: hidden;
	font-size: 14px
}

.tooltip:after {
	content: "";
	position: absolute;
	bottom: 105%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	opacity: 0;
	transition: opacity .6s;
	border-color: #115a4f #fff0 #fff0 #fff0;
	visibility: hidden
}

.tooltip:hover:before,
.tooltip:hover:after {
	opacity: 1;
	visibility: visible
}

.qodefReadmore {
	margin-top: 13px
}

.imgbox img {
	max-width: 100%
}

.MainMarginleft {
	padding-left: 0;
	width: 100%;
	float: left
}

section.Welcome.Originaldrinks {
	margin: 0
}

section.Welcome.Originaldrinks .col-md-6 {
	padding-left: 0;
	padding-right: 0
}

section.Welcome.Originaldrinks h4 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 20px
}

section.Welcome.Originaldrinks p {
	color: #fff
}

section.Welcome.Originaldrinks .row.colordark,
section.Welcome.Originaldrinks .row.colorgrey {
	display: flex;
	justify-content: space-between;
	margin: 0
}

section.Welcome.Originaldrinks .animate-box {
	display: flex;
	align-items: center;
	text-align: center
}

section.Welcome.Originaldrinks .Welcomeleft,
section.Welcome.Originaldrinks .Welcomeright {
	padding: 100px
}

.colorgrey {
	background: #4c8691
}

.colordark {
	background: #282828
}

section.Availableservices {
	margin: 70px 0 50px 0
}

.servicesdiv {
	display: flex;
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 30px
}

.Mainservices {
	background-color: #9cb7d4;
	width: 33.3%;
	text-align: center;
	padding: 30px;
	height: 260px;
	position: relative
}

.Mainservices h6 a {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	margin: 15px 0 10px 0;
	text-decoration: none
}

.Mainservices.Serviceswhite h6 a {
	color: #000
}

.Mainservices.Serviceswhite p a {
	color: #000
}

.Mainservices .Divhover {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(calc(-50% + 25.9091px));
	transition: transform .3s ease-in-out;
	will-change: transform;
	left: 0;
	right: 0;
	margin: 0 auto
}

.Mainservices:hover .Divhover {
	transform: translateY(-50%) !important;
	text-decoration: none
}

.Divhover .icons-1,
.Divhover .icons-7,
.Divhover .icons-8 {
	margin: 0 0 20px 0;
	display: inline-block
}

.Mainservices p a {
	opacity: 0;
	color: #fff;
	z-index: 7;
	padding: 0 4%;
	transition: opacity .3s ease-in-out;
	will-change: opacity;
	margin: 0;
	display: inline-block
}

.Mainservices:hover p a {
	opacity: 1;
	text-decoration: none
}

.Mainservices:hover h6 a {
	text-decoration: none
}

.Mainservices.Serviceswhite {
	background-color: #fff
}

.Mainservices.Servicesblue {
	background-color: #6e293a
}

.Mainservices.Servicesblue h6 a,
.Mainservices.Servicesblue p a {
	color: #fff
}

.Availableservices .qodef-section-title {
	text-align: center
}

.logofooter.californialogo {
	width: 60px
}

.Footer .PancrasHotelsGroup.footerlogo {
	display: block
}

.PancrasHotelsGroup.footerlogo,
.PancrasHotelsGroup.footerlogo1,
.PancrasHotelsGroup.footerlogo2 {
	display: none
}

.Footer {
	background: #000;
	overflow: hidden;
	float: left;
	width: 100%
}

.Footer footer.footermain {
	background: #fff0
}

.Footer .FooterBox.contactdetails ul li,
.Footer .FooterBox h3 {
	color: #fff
}

.Footer .FooterBox.contactdetails ul li strong {
	font-weight: 400
}

.Footer .MainFooterBox.footer-menu a,
.Footer .social.socalmediafooter ul li a {
	color: #fff
}

.Footer .social.socalmediafooter ul li a:hover {
	color: #d10373
}

.Footer .FooterBox.contactdetails ul li.envelope-call a,
.Footer .footer-bottom .Copyrightbox a,
.Footer .Copybox1,
.Footer .WSlinkBox a,
.Footer .Copyright01 {
	color: #fff
}

.Footer .FooterBox.contactdetails ul li.envelope-call a:hover,
.Footer .MainFooterBox.footer-menu a:hover,
.Footer .footer-bottom .Copyrightbox a:hover {
	color: #d10373;
	text-decoration: none
}

.Footer .MainFooterBox.footer-menu a:before {
	background: #d10373
}

.Footer .footer-bottom .Copyrightbox,
.Footer1 .footer-bottom .Copyrightbox {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	text-align: center;
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 20px 0 10px 0
}

.Footer1 .FooterBox.contactdetails p {
	color: #000
}

.Footer .footermain .footer-bottom .Copyrightbox a {
	color: #fff
}

.Footer .footermain .Copybox1 {
	color: #fff
}

.Footer .FooterBox.contactdetails ul li:nth-child(2n+0) {
	color: #fff
}

.Footer1 footer.footermain,
.Footer1 .PancrasHotelsGroup,
.Footer1 .WSlinkBox {
	background: #fff
}

.Footer1 .PancrasHotelsGroup.footerlogo1 {
	display: block
}

.Footer1 .FooterBox.contactdetails ul li,
.Footer1 .FooterBox h3 {
	color: #000
}

.Footer1 .MainFooterBox.footer-menu a,
.Footer1 .social.socalmediafooter ul li a {
	color: #000
}

.Footer1 .social.socalmediafooter ul li a:hover {
	color: #d10373
}

.Footer1 .FooterBox.contactdetails ul li.envelope-call a,
.Footer1 .footer-bottom .Copyrightbox a,
.Footer1 .Copybox1,
.Footer1 .WSlinkBox a,
.Footer1 .Copyright01 {
	color: #000
}

.Footer1 .FooterBox.contactdetails ul li.envelope-call a:hover,
.Footer1 .MainFooterBox.footer-menu a:hover,
.Footer1 .footer-bottom .Copyrightbox a:hover,
.Footer1 .WSlinkBox a:hover {
	color: #d10373;
	text-decoration: none
}

.Footer1 .MainFooterBox.footer-menu a:before {
	background: #d10373
}

.Footer1 .footer-bottom .Copyrightbox {
	border-top-color: #ccc;
	border-bottom-color: #ccc
}

.Footer1 .PancrasHotelsGroup.whiteimg {
	display: block
}

.Footer2 {
	background: #d10373;
	overflow: hidden;
	float: left;
	width: 100%
}

.Footer2 .PancrasHotelsGroup.footerlogo2 {
	display: block
}

.Footer2 footer.footermain,
.Footer2 .PancrasHotelsGroup,
.Footer2 .WSlinkBox {
	background: #d10373
}

.Footer2 .FooterBox.contactdetails ul li,
.Footer2 .FooterBox h3 {
	color: #fff
}

.Footer2 .MainFooterBox.footer-menu a,
.Footer2 .social.socalmediafooter ul li a {
	color: #fff
}

.Footer2 .social.socalmediafooter ul li a:hover {
	color: #fff
}

.Footer2 .FooterBox.contactdetails ul li.envelope-call a,
.Footer2 .footer-bottom .Copyrightbox a,
.Footer2 .Copybox1,
.Footer2 .WSlinkBox a,
.Footer2 .Copyright01 {
	color: #fff
}

.FooterBox.contactdetails ul li a {
	color: #fff
}

.FooterBox.contactdetails ul li a:hover {
	color: #ab194e;
	text-decoration: none
}

.Footer2 .FooterBox.contactdetails ul li.envelope-call a:hover,
.Footer2 .MainFooterBox.footer-menu a:hover,
.Footer2 .footer-bottom .Copyrightbox a:hover {
	color: #fff;
	text-decoration: none
}

.Footer2 .MainFooterBox.footer-menu a:before {
	background: #fff
}

.Footer2 .footer-bottom .Copyrightbox {
	border-top-color: #ccc;
	border-bottom-color: #ccc
}

.Footer2 .PancrasHotelsGroup {
	display: none
}

.Footer2 .PancrasHotelsGroup.whiteimg {
	display: block
}

.FooterBox.contactdetails p {
	color: #fff
}

.FooterBox h3 {
	font-size: 20px;
	color: #222;
	margin-bottom: 20px;
	font-family: 'Rockwell Nova'
}

.footermain ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.FooterBox.contactdetails ul li {
	color: #333;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 8px
}

.FooterBox.contactdetails ul li:nth-child(2n+0) i {
	margin-right: 5px
}

.FooterBox.contactdetails ul li.envelope-call {
	margin-top: -8px !important
}

.FooterBox.contactdetails ul li:nth-child(2n+0) {
	color: #333
}

.FooterBox.contactdetails ul li.envelope-call a {
	color: #333;
	display: inline-block;
	line-height: normal;
	font-size: 16px
}

.FooterBox.contactdetails ul li.envelope-call a:after {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d10373;
	content: "";
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.footermain .MainFooterBox.footer-menu ul li {
	display: inline-block;
	width: 49%
}

.footermain ul li a {
	position: relative;
	color: #333;
	line-height: 30px;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s
}

.footermain .MainFooterBox.footer-menu a:hover {
	padding-left: 0;
	color: #d10373;
	text-decoration: none
}

footer.footermain .Tripone {
	width: 50%;
	float: left;
	height: 85px;
	overflow: hidden
}

footer.footermain .Tripone #CDSWIDWRM.widWRMWrapper {
	width: 100% !important
}

footer.footermain .widWRMReview {
	display: none !important
}

footer.footermain .Triptwo.fulllogo {
	float: left;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	height: 50px
}

footer.footermain .Tripone .TA_cdswritereviewnew {
	margin: 0 0 0 0
}

footer.footermain .Tripone #CDSWIDFRR.cx_brand_refresh {
	margin: 0;
	width: 96%;
	height: 84px
}

footer.footermain .Tripone #CDSWIDWRM .widWRMInnerWrapperWithBorder {
	padding: 10px 11px
}

footer.footermain .Triptwo.fulllogo .cdsROW.wide {
	width: 100% !important;
	overflow: hidden
}

footer.footermain .cdsROW.wide .cdsROWContainer .cdsComponent {
	max-width: 50% !important
}

footer.footermain .cdsROW.wide .cdsRating {
	padding-right: 12px;
	white-space: normal;
	line-height: 15px
}

.footermain .footer-bottom {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 0;
	margin-top: 20px;
	margin-bottom: 15px
}

.footermain .footer-bottom .Copyrightbox {
	float: left;
	width: 100%;
	text-align: center;
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	padding: 15px 0
}

.Copyright01 {
	color: #000;
	font-weight: 400;
	float: left;
	margin-left: 0;
	width: 100%
}

.WSlinkBox {
	margin: 8px 0 20px 0;
	float: right;
	width: 100%;
	text-align: center
}

.footermain .footer-bottom .Copyrightbox a:hover {
	color: #d10373
}

.PancrasHotelsGroup {
	float: left;
	width: 100%;
	margin: 0 0 0 0
}

.fulllogo.Pancraslogo {
	min-height: auto;
	margin-bottom: -1px
}

.Pancraslogo {
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.fulllogo.Pancraslogo img {
	max-width: 200px
}

.meeting-rooms1 img {
	max-width: 100%
}

.Pancraslogo .logofooter {
	width: 60px;
	margin: 0 auto;
	padding: 5px 0
}

.col-md-12.col-sm-12.fulllogo.Pancraslogo {
	justify-content: center
}

.Pancraslogo .logofooter img {
	height: 60px;
	max-width: 100%
}

.Pancraslogo .logofooter.californialogo img {
	height: auto
}

.border-right {
	border-right: 0
}

.logofooter.californialogo {
	width: 55px
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener {
	display: block;
	position: absolute;
	bottom: 50%;
	transform: translateY(-50%)
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--svg-path .qodef--open svg circle {
	fill: #9bb6d3
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--svg-path .qodef--open svg circle:nth-child(3) {
	fill: #4e738a
}

span.open_mobileview.tel .qodef-m-icon.qodef--close {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden
}

span.open_mobileview.tel.closebtn .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon {
	visibility: hidden
}

span.open_mobileview.tel.closebtn .qodef-vertical-sliding-menu-opener:not(.qodef-source--predefined) .qodef-m-icon.qodef--close {
	visibility: visible
}

.qodef-opener-icon.qodef-source--svg-path.qodef-fullscreen-menu-opener:hover .qodef--open svg circle,
.qodef-opener-icon.qodef-source--svg-path.qodef-side-area-opener:hover .qodef--open svg circle,
.qodef-opener-icon.qodef-source--svg-path.qodef-vertical-sliding-menu-opener:hover .qodef--open svg circle {
	animation-name: qode-node;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	animation-fill-mode: forwards
}

.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path.qodef-fullscreen-menu-opener:hover .qodef--open svg circle,
.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path.qodef-side-area-opener:hover .qodef--open svg circle,
.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path.qodef-vertical-sliding-menu-opener:hover .qodef--open svg circle {
	animation-name: qode-node
}

.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path.qodef-fullscreen-menu-opener:hover .qodef--open svg circle,
.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path.qodef-side-area-opener:hover .qodef--open svg circle,
.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path.qodef-vertical-sliding-menu-opener:hover .qodef--open svg circle {
	animation-name: qode-node-light
}

.qodef-opener-icon.qodef-source--svg-path.qodef-fullscreen-menu-opener:hover .qodef--open svg circle:first-child,
.qodef-opener-icon.qodef-source--svg-path.qodef-side-area-opener:hover .qodef--open svg circle:first-child,
.qodef-opener-icon.qodef-source--svg-path.qodef-vertical-sliding-menu-opener:hover .qodef--open svg circle:first-child {
	animation-delay: .2s
}

.qodef-opener-icon.qodef-source--svg-path.qodef-fullscreen-menu-opener:hover .qodef--open svg circle:nth-child(2),
.qodef-opener-icon.qodef-source--svg-path.qodef-side-area-opener:hover .qodef--open svg circle:nth-child(2),
.qodef-opener-icon.qodef-source--svg-path.qodef-vertical-sliding-menu-opener:hover .qodef--open svg circle:nth-child(2) {
	animation-delay: .3s
}

.qodef-opener-icon.qodef-source--svg-path.qodef-fullscreen-menu-opener:hover .qodef--open svg circle:nth-child(3),
.qodef-opener-icon.qodef-source--svg-path.qodef-side-area-opener:hover .qodef--open svg circle:nth-child(3),
.qodef-opener-icon.qodef-source--svg-path.qodef-vertical-sliding-menu-opener:hover .qodef--open svg circle:nth-child(3) {
	fill: #000;
	animation-delay: 0s
}

.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path.qodef-fullscreen-menu-opener:hover .qodef--open svg circle:nth-child(3),
.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path.qodef-side-area-opener:hover .qodef--open svg circle:nth-child(3),
.qodef-skin--dark .qodef-opener-icon.qodef-source--svg-path.qodef-vertical-sliding-menu-opener:hover .qodef--open svg circle:nth-child(3) {
	fill: #000
}

.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path.qodef-fullscreen-menu-opener:hover .qodef--open svg circle:nth-child(3),
.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path.qodef-side-area-opener:hover .qodef--open svg circle:nth-child(3),
.qodef-skin--light .qodef-opener-icon.qodef-source--svg-path.qodef-vertical-sliding-menu-opener:hover .qodef--open svg circle:nth-child(3) {
	fill: #fff
}

.qodef-opener-icon.qodef-source--svg-path.qodef-fullscreen-menu-opener:hover .qodef--open svg circle:nth-child(4),
.qodef-opener-icon.qodef-source--svg-path.qodef-side-area-opener:hover .qodef--open svg circle:nth-child(4),
.qodef-opener-icon.qodef-source--svg-path.qodef-vertical-sliding-menu-opener:hover .qodef--open svg circle:nth-child(4) {
	animation-delay: .1s
}

@keyframes qode-node {

	0%,
	70% {
		fill: #000
	}

	30% {
		fill: #2a3cb7
	}
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--svg-path .qodef--close svg circle {
	fill: #4e738a;
	transition: transform .3s ease-in-out
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--svg-path .qodef--close svg circle:first-child {
	fill: #4c8691
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--svg-path .qodef--close:hover svg circle:first-child {
	transform: translate(6px, -6px)
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener.qodef-source--svg-path .qodef--close:hover svg circle:nth-child(2) {
	transform: translate(-7px, 7px)
}

.qodef-opener-icon.qodef-vertical-sliding-menu-opener .qodef-m-icon.qodef--close .qodef--closetext,
span.qodef--opentext {
	font-family: Jost, sans-serif;
	font-size: 16px;
	letter-spacing: .02em;
	color: #fff;
	margin-right: 15px;
	display: inline-block;
	transform: rotate(270deg);
	top: 20px;
	left: -8px;
	position: relative
}

section.main-slider.CmsBanner .banner-content h1 {
	font-size: 20px;
	font-family: "Sofia Sans", sans-serif;
	font-weight: 400
}

section.main-slider.CmsBanner .banner-content p {
	font-weight: 400;
	font-family: "Sofia Sans", sans-serif;
	margin-bottom: 0 !important
}

.text-align {
	text-align: center
}

.BookMeeting {
	text-align: center;
	margin: 0 0 40px 0;
	border-top: solid 1px #ddd;
	padding-top: 15px
}

.BookMeeting a.btn {
	text-decoration: none;
	color: #fff
}

.AllRoomDiv section.section.rooms1 {
	margin: 0
}

.CmsEditor h1 {
	font-size: 20px;
	text-transform: uppercase
}

.CmsEditor h2 {
	font-weight: 400
}

.MainRoomFacilities.row {
	margin-top: 40px
}

.ViewOurBrochure {
	padding-top: 15px
}

.CmsEditor a.btn {
	color: #fff;
	text-decoration: none
}

.SectionDiv {
	margin-bottom: 0;
	margin-top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.SectionDiv .ImgDiv {
	margin-bottom: 0;
	width: 50%
}

.SectionDiv .ImgDiv img {
	max-width: 100%
}

.SectionDiv .ContentDiv {
	width: 50%;
	padding: 0 20px
}

.SectionDiv.rightimages {
	flex-flow: row-reverse;
	text-align: right
}

.SectionDiv.rightimages .getIntouchBtn i {
	float: left
}

.searchbox-bg {
	background: url(/img/Front/menuTransSub.png) repeat scroll 0 0 #fff0;
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 9998;
	top: 0;
	left: 0
}

.search-close {
	right: 40px;
	top: 40px
}

.search-close {
	z-index: 100000;
	position: fixed;
	font-size: 30px;
	cursor: pointer;
	right: 10px;
	top: 20px
}

.searchbox-wrapper {
	top: 200px
}

.searchbox-wrapper {
	position: fixed;
	z-index: 10000;
	width: 300px;
	top: 12%;
	left: 50%;
	margin-left: -150px
}

searchbox-wrapper h3 {
	width: 100%;
	text-align: center
}

.DevMeetings.private-events .SectionDiv {
	margin-bottom: 50px;
	align-items: normal
}

.newmenu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
	width: 100%;
	padding: 87px 0 12px 0
}

.newmenu ul.MobileMenuBox {
	padding: 0;
	text-align: right;
	margin: 0
}

.newmenu ul.MobileMenuBox li {
	display: inline-block;
	margin-left: 45px
}

.newmenu ul.MobileMenuBox li a {
	font-size: 20px;
	line-height: 20px;
	padding: 0
}

section.main-slider .ContentColor {
	display: inline-block;
	background-color: rgb(0 0 0 / .3);
	padding: 20px
}

.FooterBox.contactdetails label.col-sm-2.None {
	display: none
}

.NewsLetter_Form form {
	position: relative
}

.NewsLetter_Form .submitbox {
	position: absolute;
	top: 0;
	right: 0
}

.NewsLetter_Form button.btn {
	padding: 10px 40px 10px 25px
}

.NewsLetter_Form button.btn:before {
	top: 13px
}

p.getIntouchBtn {
	cursor: pointer;
	font-weight: 700;
	display: block;
	border-top: solid 1px #ab194e;
	border-bottom: solid 1px #ab194e;
	padding: 7px 0 10px 0
}

p.getIntouchBtn:hover {
	color: #ab194e
}

.getIntouchForm {
	margin-bottom: 20px
}

.getIntouchForm .btn.footerClickTarget {
	display: none;
	padding: 15px 25px;
	float: right;
	position: relative;
	top: -54px
}

.getIntouchForm .btn.footerClickTarget:before {
	content: "\f00d";
	position: relative;
	top: -3px;
	right: 0
}

.getIntouchForm .btn i {
	display: none
}

.getIntouchForm label.col-sm-2.None {
	width: 100%;
	padding: 0
}

.getIntouchForm .col-sm-12 {
	width: 100%;
	padding: 0
}

.getIntouchForm .form-horizontal .form-group {
	width: 49%;
	margin-left: 0;
	margin-right: 10px;
	float: left
}

.getIntouchForm .form-horizontal .form-group.email {
	margin-right: 0
}

.getIntouchForm .form-horizontal .form-group.number-of-guests {
	margin-right: 0
}

.getIntouchForm .form-horizontal .form-group.message {
	width: 100%
}

.getIntouchForm .form-horizontal .form-group.event-requirements {
	width: 100%
}

.getIntouchBtn i {
	float: right;
	position: relative;
	top: 6px
}

[aria-expanded="false"].getIntouchBtn i.fa.fa-minus {
	display: none
}

[aria-expanded="true"].getIntouchBtn i.fa.fa-plus {
	display: none
}

.rooms1 .col-md-4 .item p.textroom {
	height: 103px;
	overflow: hidden
}

.rooms1 .col-md-6 .item p.textroom {
	height: 103px;
	overflow: hidden
}

.SectionDiv .ImgDiv video {
	width: 100%;
	height: 100%
}

.homepage .newmenu {
	background: transparent !important;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99 !important
}

.homepage .newmenu .NewLeftlogo {
	display: inline-block;
	background-color: #fff;
	padding: 0;
	max-width: 200px
}

.homepage .newmenu .NewLeftlogo img {
	max-width: 100%
}

.homepage .headerMenu {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.newmenu ul.MobileMenuBox li a {
	color: #000
}

.newmenu ul.MobileMenuBox li a:hover {
	color: #ab194e
}

.homepage header .logo-left a {
	display: none !important
}

.newmenu .container {
	padding: 0 60px;
	width: 100%
}

.draggable-item {
	-webkit-transition: transform .25s ease-in-out;
	-moz-transition: transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	-webkit-transition: box-shadow .25s ease-in-out;
	-moz-transition: box-shadow .25s ease-in-out;
	-o-transition: box-shadow .25s ease-in-out;
	transition: box-shadow .25s ease-in-out;

	&:hover {
		cursor: pointer
	}
}

.draggable-item.ui-sortable-helper {
	transform: scale(1.015);
	z-index: 100
}

.draggable-item.ui-sortable-placeholder {
	-
}

.formbg {
	padding: 0 0 10px 0;
	border-bottom: solid 1px #ddd;
	margin: 0
}

.poundicon .input {
	position: relative
}

.poundicon .input:before {
	content: "\f154";
	position: absolute;
	font-family: 'FontAwesome';
	top: 6px;
	left: 10px
}

.rateicon .input:before {
	content: "%";
	position: absolute;
	top: 6px;
	left: 10px;
	font-weight: 700
}

.poundicon.rateicon .input input.form-control {
	padding-left: 30px
}

.poundicon .input input.form-control {
	padding-left: 20px
}

p.note.bg-info.additionalbox {
	padding: 10px;
	margin: 0 0 10px 0
}

.panel-group .panel {
	border-radius: 0
}

.MainAdditional {
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding: 15px 15px 0 15px
}

.MainAdditional .labelbox.Maintitlediv {
	width: 70%;
	padding-right: 20px
}

.Additionallabel .labelbox {
	width: 20%;
	padding-right: 20px
}

.Additionallabel .labelbox.Maincheckboxdiv {
	width: auto;
	padding-right: 0
}

.MainAdditional h3 {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #ddd;
	font-size: 20px;
	font-weight: 700
}

.MainAdditional span.duration_set {
	line-height: 30px;
	color: #ab194e;
	top: -2px;
	position: relative
}

.Additionallabel {
	display: flex;
	margin-bottom: 15px;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 5px;
	cursor: pointer;
	flex-direction: column;
	width: 100%
}

.Additionallabel .sub-service-box {
	width: 100%;
	align-items: center
}

.Additionallabel .tcb-inline label {
	margin-bottom: 0;
	position: relative;
	top: -2px
}

.Additionallabel:hover,
.Additionallabel.active {
	background-color: #fff5f8;
	border: solid 1px #ffd8e4
}

.Additionallabel .labelbox h5 {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 0
}

.Additionallabel .labelbox p {
	font-weight: 400;
	margin: 0
}

.labelbox.Maintitlediv {
	display: flex
}

.labelbox.Maintitlediv span {
	width: 30px;
	display: inline-block;
	margin-right: 10px
}

.labelbox.Maintitlediv span img {
	width: 100%
}

.PlasticBottles {
	text-align: center;
	border: solid 1px #ddd;
	padding: 20px;
	border-radius: 5px
}

.PlasticBottles img {
	height: 80px;
	margin-bottom: 20px
}

.PlasticBottles h4 {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 16px
}

.yellow {
	background-color: #ffd71f;
	border-color: #ffd71f;
	color: #000
}

.RightForm .width50 {
	width: 49%;
	margin-right: 8px;
	margin-bottom: 10px
}

.RightForm .textboxdiv {
	margin-bottom: 10px
}

.textboxdiv .AddressLookup .input {
	position: relative
}

.textboxdiv .AddressLookup button.FindMyAddress {
	position: absolute;
	top: 0;
	right: 0;
	height: 44px;
	line-height: 12px;
	padding-right: 15px;
	padding-left: 15px
}

.textboxdiv .AddressLookup button.FindMyAddress:before {
	display: none
}

.AddCart {
	display: flex;
	text-align: center;
	max-width: 150px
}

.AddCart input.form-control {
	text-align: center;
	width: 55px;
	height: 35px
}

.RoomBookingForm .AddCart button.btn:before {
	display: none
}

.RoomBookingForm .AddCart button.btn {
	padding: 0 10px;
	background-color: #07584f;
	border-color: #07584f;
	line-height: 10px
}

button.btn.minus {
	border-radius: 0
}

button.btn.plus {
	border-radius: 0
}

.AddressLookup {
	background: #eee;
	padding: 10px 10px 10px 10px !important;
	border: solid 1px #ddd;
	width: 100%
}

.MainMeetingRooms,
.RoomRentalBox {
	border: solid 1px #ddd;
	padding: 15px;
	width: 100%;
	margin-top: 0;
	overflow: hidden
}

.Pancrasbox h4 {
	font-weight: 400;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0
}

.boardroomright img {
	max-width: 110px;
	border-radius: 20px
}

.RoomRentalBox .calendar i.fa {
	margin-right: 5px;
	color: #07584f;
	transform: none !important
}

.RoomRentalBox .displayflex.calendar {
	border: none;
	padding: 0;
	margin: 0;
	align-items: center;
	justify-content: space-between;
	width: 100%
}

.RoomRentalBox .portlet-body .rowdiv.displayflex {
	padding-top: 0
}

.MainMeetingRooms .RoomRentalBox .portlet-heading a {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.MainMeetingRooms .RoomRentalBox .MB_BookingFunnel {
	border-top: solid 1px #ddd;
	padding-top: 6px;
	margin-top: 10px
}

.RoomRentalBox .calendar {
	color: #07584f;
	border-bottom: solid 1px #ddd;
	font-weight: 700;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.RoomRentalBox {
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 15px
}

.rowdiv.displayflex {
	padding: 10px 0;
	justify-content: space-between
}

.rowdiv .coldiv {
	padding-right: 20px
}

.rowdiv .col.text-right {
	font-weight: 700
}

.colorbg {
	color: #07584f
}

.submitrequest {
	float: left;
	width: 100%;
	margin-top: 25px;
	text-align: center
}

.submitrequest button.btn {
	width: auto
}

.Pancrasbox {
	padding-right: 10px
}

.Pancrasbox p {
	margin-bottom: 0
}

.SubTotal .rowdiv {
	font-weight: 700
}

.SubTotal .rowdiv .colorbg button.btn {
	padding: 3px 15px 3px 30px
}

.SubTotal .rowdiv .colorbg button.btn.next {
	padding-right: 30px;
	padding-left: 15px
}

.SubTotal .rowdiv .colorbg button.btn:before {
	right: auto;
	left: 10px;
	top: 5px;
	transform: rotate(-180deg)
}

.SubTotal .rowdiv .colorbg button.btn.next:before {
	top: 6px;
	right: 10px;
	left: auto;
	transform: none
}

.SubTotal .rowdiv .colorbg a.btn {
	padding: 3px 15px 3px 30px
}

.SubTotal .rowdiv .colorbg a.btn.next {
	padding-right: 30px;
	padding-left: 15px
}

.SubTotal .rowdiv .colorbg a.btn:before {
	right: auto;
	left: 10px;
	top: 5px;
	transform: rotate(-180deg)
}

.SubTotal .rowdiv .colorbg a.btn.next:before {
	top: 6px;
	right: 10px;
	left: auto;
	transform: none
}

ul.nav.nav-tabs.tab-color-dark.SubmenuTabs li a {
	background-color: #07584f
}

ul.nav.nav-tabs.tab-color-dark.SubmenuTabs li.active a {
	background-color: #FFF
}

ul.nav.nav-tabs.tab-color-dark.SubmenuTabs {
	border-bottom: solid 1px #ddd;
	margin: 0 -16px 0 -15px;
	padding-left: 15px
}

.displayflex {
	display: flex
}

.RoomBookingForm {
	margin: 0 0 50px;
	float: left;
	width: 100%
}

.RoomBookingForm .portlet-heading a {
	border-bottom: solid 1px #ddd;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	padding: 10px 15px;
	margin-bottom: -1px;
	border-radius: 0
}

.RoomBookingForm .portlet-heading a:hover {
	color: #ab194e
}

.RoomBookingForm .portlet-heading a[aria-expanded="true"] {
	color: #ab194e
}

.RoomBookingForm .portlet-heading a[aria-expanded="true"] i.fa {
	transform: rotate(0deg)
}

.RoomBookingForm .portlet-heading a[aria-expanded="false"] i.fa {
	transform: rotate(180deg)
}

.RoomBookingForm .portlet-heading a h4 {
	margin: 0;
	font-weight: 400
}

.RoomBookingForm .RightForm {
	background: #f6f6f6;
	padding: 15px
}

.switch input[type="checkbox"] {
	position: relative;
	width: 60px;
	height: 30px;
	-webkit-appearance: none;
	background: #ab194e;
	outline: none;
	border-radius: 20px;
	box-shadow: inset 0 0 5px rgb(255 0 0 / .2);
	transition: 0.7s
}

.switch input:checked[type="checkbox"] {
	background: #07584f
}

.switch input[type="checkbox"]:before {
	content: 'No';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 20px;
	top: 0;
	left: 40px;
	background: #fff;
	transform: scale(1.1);
	box-shadow: 0 2px 5px rgb(0 0 0 / .2);
	transition: .5s;
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 12px
}

.switch input:checked[type="checkbox"]:before {
	left: 0;
	content: 'Yes'
}

.MainBookinglistBox {
	padding: 0;
	border: solid 1px #ddd;
	margin-bottom: 30px
}

.MainBookinglistBox.active {
	box-shadow: 0 2px 9px 0 #ffb9d2;
	border-color: #ffb9d2
}

.AllRoomDiv.RoomBookingForm {
	min-height: 400px
}

.MainBookinglistBox .boardroomimg {
	float: left;
	margin-right: 20px;
	height: 280px;
	overflow: hidden;
	width: 250px
}

.MainBookinglistBox .boardroomimg img {
	width: 100%
}

.MainBookinglistBox .facilities ul {
	padding: 0
}

.MainBookinglistBox .facilities ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px
}

.MainBookinglistBox .facilities ul li img {
	width: 25px;
	background-color: #085950;
	padding: 5px;
	border-radius: 3px;
	margin-right: 5px
}

.MainBookinglistBox .facilities ul li i.chair img {
	width: 17px
}

.MainBookinglistBox .facilities ul li i {
	color: #085950
}

.MainBookinglistBox .capacityItem img {
	width: 30px;
	height: 30px
}

.Bookingwidth {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	border-top: solid 1px #ddd;
	padding: 10px
}

.Bookingwidth .AllcapacityItem {
	padding-top: 0;
	width: auto
}

.Bookingwidth .AllcapacityItem .capacityItem {
	margin-right: 20px;
	border: none;
	text-align: center
}

.Bookingwidth .AllcapacityItem .capacityItem h6 {
	margin-bottom: 0;
	margin-top: 5px
}

.MainBookinglistBox .OverlayContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px
}

.Bookingwidth .category {
	display: flex;
	align-items: center
}

.Bookingwidth .pricenew {
	margin-right: 20px;
	font-size: 20px;
	font-weight: 700;
	color: #085950
}

.MainBookinglistBox .OverlayContent h6 {
	text-transform: uppercase;
	font-size: 16px
}

.MainBookinglistBox .OverlayContent h5 {
	font-size: 20px;
	text-decoration: none
}

.MainBookinglistBox .OverlayContent h5 a {
	text-decoration: none;
	color: #085950
}

.MainBookinglistBox .OverlayContent h5 a:hover {
	text-decoration: none;
	color: #ab194e
}

.MainMeetingRooms .submitrequest {
	margin-top: 0
}

.MainBookinglistBox a.book-btn2.btn {
	background: #fff;
	border: 1px solid #ab194e;
	color: #ab194e;
	padding: 15px 25px 15px 25px
}

.btn[disabled] {
	background-color: #ab194e !important;
	opacity: .5;
	color: #ab194e
}

.MainBookinglistBox a.book-btn2.btn:hover {
	background-color: #ab194e;
	color: #fff
}

.MainBookinglistBox a.book-btn2.btn:before {
	display: none
}

.MainBookinglistBox .book-btn1 {
	text-decoration: none
}

.Durationtop {
	padding-top: 15px
}

select.form-control {
	padding: 7px 12px 10px 12px
}

.MainBookinglistBox .boardroomimg.horizontal {
	display: flex;
	justify-content: center
}

.MainBookinglistBox .boardroomimg.horizontal img {
	width: auto;
	margin: 0 auto;
	max-width: 447px
}

.MainBookinglistBox .boardroomimg.fullimage {
	display: flex;
	justify-content: center
}

.MainBookinglistBox .boardroomimg.fullimage img {
	width: auto;
	max-height: 290px
}

.MainMeetingRooms .form-group {
	margin-left: -15px;
	margin-right: -15px
}

.MainMeetingRooms .displayflex.titalBox {
	justify-content: space-between
}

.portlet1.SustainabilityOptions {
	float: left;
	width: 100%;
	margin: 30px 0 30px 0
}

.portlet1.SustainabilityOptions .portlet-heading,
.portlet.ContactDetail .portlet-heading {
	border-bottom: solid 1px #ddd;
	padding: 0 0 10px 0;
	margin-bottom: 20px
}

.portlet1.SustainabilityOptions .portlet-heading h4,
.portlet.ContactDetail .portlet-heading h4 {
	margin: 0;
	color: #07584f
}

.portlet.ContactDetail .form-group {
	margin-right: -15px;
	margin-left: -15px
}

.portlet.ContactDetail .form-group label.error {
	position: relative
}

span.duration_set {
	font-size: 12px;
	margin-right: 10px;
	color: #000
}

span.Unavailable {
	color: #fff;
	background: #ab194e;
	border-radius: 3px;
	padding: 1px 6px 3px 6px;
	line-height: 14px
}

.promotionaldiscount {
	position: absolute;
	top: 0;
	padding: 20px 50px 20px 20px;
	color: #fff;
	z-index: 99;
	font-size: 16px
}

.promotionaldiscount p.discountdiv {
	margin: 0 0 10px 0 !important;
	line-height: 18px !important;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #fff !important
}

.promotionaldiscount .date {
	color: #a29166 !important;
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 18px !important
}

section.main-slider.CmsBanner .promotionaldiscount {
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	width: 100%;
	background-color: rgb(0 0 0 / .5);
}

section.main-slider.CmsBanner .promotionaldiscount p.discountdiv {
	margin: 0 !important
}

section.main-slider.CmsBanner .promotionaldiscount p.date {
	margin: 0 0 0 2px !important
}

section.main-slider.CmsBanner .Maindiscountdiv {
	display: flex;
	justify-content: center
}

.visitFrom h4 {
	display: none
}

.visitFrom .form-group label {
	text-align: left
}

.Studioimg {
	display: block;
	padding-bottom: 0
}

.Studioimg img {
	width: 100%;
	height: auto
}

.MainBookinglistBox .OverlayContent.Notavailable {
	padding: 20px
}

.IntroducingStudioBtn {
	position: absolute;
	bottom: 20px;
	z-index: 9;
	left: 0;
	right: 0;
	text-align: center
}

.IntroducingStudioBtn a.btn {
	background-color: #000;
	border-color: #000
}

.IntroducingStudioBtn a.btn:hover {
	background-color: #ab194e;
	border-color: #ab194e
}

.sidebar-item {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.make-me-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 0
}

.Miandisplayflex {
	display: flex;
	justify-content: space-between;
	position: relative
}

.padding-bottom {
	padding-bottom: 10px
}

.displayflex.AvailableServices {
	justify-content: space-between;
	width: 95%;
	align-items: center
}

.modal-body.loadPages {
	padding-top: 30px;
	padding-bottom: 30px
}

.modal-body.loadPages h6 {
	font-size: 20px
}

.modal-body.loadPages h2 {
	font-size: 40px;
	line-height: 40px
}

.modal-body.loadPages .ReadMore a.btn {
	padding: 15px 40px 15px 25px;
	border-radius: 0
}

.modal-body.loadPages .Studioimg {
	border-top: solid 1px #ddd;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px
}

.emstyle {
	font-style: inherit
}

.modal-body.loadPages a.btn1 {
	position: absolute;
	right: 0;
	top: 0;
	background: #ab194e;
	width: 30px;
	height: 30px;
	line-height: 27px;
	color: #fff;
	cursor: pointer
}

.Additionallabel .input.text.noteclass {
	margin: 5px 0 5px 5px
}

span.service_set {
	color: #ab194e;
	font-weight: 700
}

span.note_set {
	color: #a29166;
	display: block;
	line-height: 15px
}

.FontSize12 {
	font-size: 12px
}

.agree .Checkboxes .custom-control-label {
	line-height: 15px
}

.MarketingOptIn {
	margin-top: 15px;
	display: inline-block;
	clear: both
}

.MarketingOptIn .Checkboxes .custom-control-label p {
	line-height: 18px
}

body.scrolling_down .submitrequest,
body.scrolling_up .submitrequest {
	position: sticky;
	bottom: 0;
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;
	background: #fff;
	border-top: solid 1px #666;
	padding-top: 8px
}

.PaymentBookingDetail .titlediv p.roomstyle {
	font-weight: 700;
	color: #07584f;
	margin-bottom: 5px
}

.PaymentBookingDetail .coldiv p {
	color: #000;
	font-weight: 400;
	margin-bottom: 0
}

.PaymentBookingDetail .Bookingdivright {
	margin-bottom: 20px;
	padding: 0
}

.PaymentBookingDetail .backgroundbg {
	background: #f5f5f5
}

.PaymentBookingDetail .Bookingdivright .rowdiv.displayflex {
	padding: 10px;
	margin-bottom: -1px;
	border: solid 1px #ddd
}

.PaymentBookingDetail .rowdiv.displayflex {
	padding: 0 0 10px 0
}

.PaymentBookingDetail h4 {
	font-weight: 700;
	font-size: 16px
}

.BookingCost {
	padding-top: 20px
}

.PaymentBookingDetail a.btn {
	margin-bottom: 15px
}

.PaymentBookingDetail .SubTotal {
	margin-bottom: 15px;
	margin-top: 20px
}

.AllRoomDiv.RoomBookingForm.MainPaymentBooking {
	margin: 60px auto 0 auto;
	padding-top: 50px;
	float: none;
	padding-bottom: 50px;
	border-top: solid 1px #ddd
}

.PaymentBookingDetail .rowdiv.displayflex .col.text-right.p-0 {
	font-weight: 400
}

.PaymentBookingDetail {
	padding: 30px 0 0 0
}

.rowdiv.displayflex.EnquiryRef {
	margin-bottom: 20px;
	border-bottom: solid 1px #ddd
}

.titlediv span.date {
	color: #ab194e
}

a.btn.green {
	background-color: #085950;
	border-color: #085950
}

a.btn.green:hover {
	background-color: #000;
	border-color: #000
}

.SubTotal .rowdiv.Promotion .coldiv {
	font-weight: 400
}

.SubTotal .rowdiv.Promotion .col {
	font-weight: 400
}

.SubTotal .rowdiv.displayflex.Promotion {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px 0 14px 0;
	margin-bottom: 10px
}

.PaymentBookingDetail .submitrequest {
	display: flex;
	justify-content: center;
	margin-bottom: 30px
}

.PaymentBookingDetail .submitrequest a.btn {
	margin: 0 10px
}

.AllcapacityItem.roomDetail {
	margin-bottom: 20px
}

.AllcapacityItem.roomDetail .tooltip:after {
	margin-left: 0;
	bottom: 109%
}

.AllcapacityItem.roomDetail .capacityItem {
	margin: 0 5px;
	text-align: center;
	border-bottom: 0;
	z-index: auto
}

.AllcapacityItem.roomDetail .capacityItem img {
	max-width: 50px;
	background: #ab194e;
	border-radius: 2px;
	padding: 4px
}

.AllcapacityItem.roomDetail .capacityItem h6 {
	margin: 10px 0 0 0;
	border-bottom: none
}

.MainRoomFacilities .RoomFacilities ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left
}

.MainRoomFacilities .RoomFacilities ul li {
	margin: 5px 0 10px 0;
}

.MainRoomFacilities .RoomFacilities ul li img {
	max-width: 30px;
	background-color: #ab194e;
	padding: 5px;
	border-radius: 2px
}

.fulllogo {
	text-align: center
}

.fulllogo img {
	max-width: 100%
}

.MainProgressbar {
	float: left;
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 30px
}

.MainProgressbar .progressbar {
	margin: 0;
	padding: 0;
	counter-reset: step;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between
}

.MainProgressbar .progressbar li {
	list-style-type: none;
	width: 100%;
	float: left;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	color: #7d7d7d
}

.MainProgressbar .progressbar li:before {
	width: 15px;
	height: 15px;
	content: '';
	line-height: 30px;
	border: 2px solid #7d7d7d;
	background-color: #7d7d7d;
	display: inline-block;
	text-align: left;
	margin: 0 0 0 0;
	border-radius: 50%;
	transition: all .8s
}

.MainProgressbar .progressbar li:after {
	width: 100%;
	height: 4px;
	content: '';
	position: absolute;
	background-color: #7d7d7d;
	top: 9px;
	left: 0;
	z-index: -1;
	transition: all .8s
}

.MainProgressbar .progressbar li:first-child:after {
	left: 11px;
	background-color: #7d7d7d
}

.MainProgressbar .progressbar li.active span {
	color: #ab194e
}

.MainProgressbar .progressbar li.active:before {
	border-color: #ab194e;
	background-color: #ab194e;
	transition: all .8s
}

.MainProgressbar .progressbar li.active:after {
	background-color: #ab194e;
	transition: all .8s
}

.MainProgressbar .progressbar li.active.current:after {
	background-color: #7d7d7d
}

.MainProgressbar .progressbar li.Step02 span {
	left: -15px
}

.MainProgressbar .btn-container {
	text-align: center;
	margin: 20px 0 30px 0;
	float: left;
	width: 100%
}

.MainProgressbar .progressbar li.Step03:after {
	display: none
}

.MainProgressbar .progressbar li.Step03 {
	width: auto
}

.MainProgressbar .progressbar li.Step03 span {
	left: -32px;
	width: 120px;
	top: 20px
}

.MainProgressbar .progressbar li span {
	position: absolute;
	bottom: -20px;
	left: 0;
	color: #333;
	font-weight: 700
}

.NewBookinglist .formatBox {
	width: 31.5%;
	float: left;
	margin-right: 20px
}

.NewBookinglist .MainMeetingRooms {
	margin-bottom: 40px
}

.NewBookinglist .Bookinglist .MainBookinglistBox {
	width: 31.5%;
	float: left;
	margin-right: 30px
}

.NewBookinglist .Bookinglist .MainBookinglistBox:nth-child(3n+0) {
	margin-right: 0
}

.NewBookinglist .MainBookinglistBox .boardroomimg {
	margin-bottom: 20px;
	width: 100%
}

.NewBookinglist .MainBookinglistBox .OverlayContent {
	clear: both;
	padding: 0 15px 15px 15px;
	min-height: 410px
}

.NewBookinglist .MainBookinglistBox .facilities ul li {
	display: block
}

.NewBookinglist .MainBookinglistBox .Bookingwidth {
	justify-content: center;
	flex-direction: column
}

.NewBookinglist .MainMeetingRooms.Miandisplayflex {
	display: block
}

.NewBookinglist .Bookingwidth .category {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	border-top: solid 1px #ddd;
	padding-top: 15px;
	margin-top: 15px;
	height: 70px
}

.NewBookinglist .MainMeetingRooms .displayflex.titalBox {
	justify-content: flex-start;
	align-items: center
}

.NewBookinglist .MainMeetingRooms .displayflex.titalBox .Pancrasbox {
	margin-left: 20px
}

.NewBookinglist .portlet-body .formatBox {
	width: 31.5%
}

.NewBookinglist .formatBox.RoomStyleSelect {
	width: 100%;
	margin: -41px 0 30px 0;
	border: solid 1px #ddd;
	padding-top: 10px;
	background: #eee
}

.NewBookinglist .panel-group .coldiv.p-0.colorbg {
	position: absolute;
	left: 19%;
	margin: 1px 0 0 0
}

.NewBookinglist .coldiv.p-0.colorbg a.btn {
	padding: 2px 10px 4px 10px !important;
	background-color: #23527c;
	text-transform: none;
	font-size: 12px;
	line-height: 17px;
	border-radius: 4px
}

.NewBookinglist .coldiv.p-0.colorbg a.btn:hover {
	background-color: #ab194e;
	color: #fff
}

.NewBookinglist .coldiv.p-0.colorbg a.btn:before {
	display: none
}

.RoomBookingForm .NewAvailableServices .portlet-heading a[aria-expanded="true"] {
	background-color: #ab194e;
	color: #fff
}

.RoomBookingForm .NewAvailableServices .portlet-heading a[aria-expanded="false"] {
	background-color: #23527c;
	color: #fff
}

.PopupPageload .modal-dialog {
	max-width: 375px
}

.PopupPageload .modal-body.loadPages {
	padding: 7px 0
}

.PopupPageload .modal-body .ReadMore {
	padding-top: 7px
}

.MobileViewFooterLogo .Allsitelogo {
	display: flex;
	align-items: center;
	background-image: url(../../../img/Front/footerbglogo.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 37px 40px 31px 40px;
	justify-content: space-between;
	background-size: contain;
	max-width: 855px;
	gap: 30px;
	margin: 0 auto;
}

.MobileViewFooterLogo .Allsitelogo img {
	max-width: 100%
}

section.main-slider.HomeBanner .newmenu .headerMenu {
	background: #fff;
	padding: 20px;
	display: flex
}

section.main-slider.HomeBanner.CmsBanner .newmenu {
	display: none
}

section.main-slider.HomeBanner.CmsBanner .newmenu .headerMenu {
	align-items: center;
	justify-content: center
}

section.main-slider.HomeBanner.CmsBanner .newmenu ul li {
	margin-left: 0;
	margin-right: 48px
}

.tilerow1.StudioOne {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 10px 10px 0 10px;
	margin-top: -360px;
	position: relative;
	z-index: 9
}

.tilerow1.StudioOne .tile1 {
	background: #003c4e;
	color: #fff;
	width: 65%;
	padding: 20px
}

.tilerow1.StudioOne .tile2 {
	width: 40%;
	display: flex;
	overflow: hidden;
	height: auto
}

.tilerow1.StudioOne .tile2>.tile-inner {
	width: 100%;
	height: auto;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative
}

.tilerow1.StudioOne .tile-text {
	width: 100%;
	height: 100%;
	display: table
}

.tilerow1.StudioOne .overlay {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	background-color: rgb(0 0 0 / .1);
	position: absolute;
	top: 0
}

.tilerow1.StudioOne .tile2>.tile-inner .PortlandPlace img {
	width: 100%;
	transition: all .5s
}

.tilerow1.StudioOne .tile2>.tile-inner:hover .PortlandPlace img {
	transform: scale(1.3);
	transition: all .5s
}

.tilerow1.StudioOne .tile-text h2 {
	width: 100%;
	height: 100%
}

.tilerow1.StudioOne .tile-text h2 a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration-line: none;
	color: #fff
}

.tilerow1.StudioOne a {
	color: #fff
}

.MainOccasions {
	padding-top: 70px
}

.blog-row {
	display: flex;
	flex-wrap: wrap
}

article.blog-item {
	flex: 1 1 calc(50% - 20px);
	margin-left: 20px;
	margin-top: 50px;
	max-width: calc(50% - 20px)
}

article.blog-item .PostImage {
	width: 100%;
	height: 320px;
	overflow: hidden;
	margin-bottom: 20px
}

article.blog-item:hover .PostImage img {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1)
}

article.blog-item .PostImage img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: auto;
	width: 100%
}

article.blog-item a {
	text-decoration-line: none
}

.GetInTouchNew.getIntouchForm {
	float: left;
	width: 100%;
	margin: 50px 0 0 0
}

.GetInTouchNew.getIntouchForm .submitbox {
	float: left;
	width: 100%;
	text-align: center
}

.bloglist {
	padding-bottom: 40px
}

.ElementStudioOne {
	display: none
}

header.headernew {
	background: #fcfaf7 !important;
	width: 100%;
	height: auto;
	z-index: 9999;
	padding: 10px;
	transition: 0.5s;
	top: 0
}
header.headernew .logo img { max-width: 160px; width: 100%; }
header.headernew .NewLeftlogo {
	transition: 0.5s;
	margin: 0 auto;
	max-width: 180px;
	display: inline-block
}

header.headernew .NewLeftlogo img {
	max-width: 100%;
	transition: 0.5s
}

header.headernew.sticky .NewLeftlogo {
	max-width: 150px;
	transition: 0.5s
}

header.headernew .headerMenu {
	flex-direction: initial;
	align-items: center
}

header.headernew .EnquireNow {
	width: 12.6%
}

header.headernew .EnquireNow .open_mobileview {
	display: inline-block
}

header.headernew .EnquireNow .open_mobileview svg {
	width: 40px;
	color: #000
}

#mySidenavright {
	left: 0;
	top: 0;
	padding-top: 73px;
}

#mySidenavright .scrollBox {
	padding: 0
}

.StudioOnenone {
	display: none
}

.ElementStudioOne {
	display: inline-block;
	margin-top: 0
}

header.headernew .EnquireNow .open_mobileview .MenuCloseIcon {
	display: none
}

header.headernew .EnquireNow .open_mobileview.closebtn .MenuCloseIcon {
	display: inline-block
}

header.headernew .EnquireNow .open_mobileview.closebtn .menuiconbar {
	display: none
}

section.CmsEditor.FullWidth.roomDetailtop {
	margin-top: 50px
}

.ChristmasdivImg .tz-gallery img {
	width: 100%
}

.ChristmasdivImg .tz-gallery .col-sm-4.col-md-4 {
	padding: 0
}

.tz-gallery .row {
	margin: 0
}

.tz-gallery a.lightbox {
	display: inline-block;
	border: solid 5px #fff
}

.tz-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
	position: relative
}

.tz-gallery .lightbox:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	font-family: 'Glyphicons Halflings';
	content: '\e003';
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s
}

.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgb(46 132 206 / .7);
	content: '';
	transition: 0.4s
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
	opacity: 1
}

.baguetteBox-button {
	background-color: transparent !important
}

section.main-slider.CmsBanner {
	height: auto;
	margin-top: -8px
}

.tilerow1.StudioOne .open_mobileview1 {
	position: absolute;
	right: 0;
	top: -46px;
	background: #ab194e;
	width: 50px;
	height: 46px;
	text-align: center;
	line-height: 76px;
	display: none
}

.tilerow1.StudioOne span.open_mobileview1 svg {
	width: 40px;
	height: 40px
}

.tilerow1.StudioOne span.open_mobileview1 a.MenuCloseIcon {
	display: none
}

.tilerow1.StudioOne span.open_mobileview1.closebtn1 a.MenuCloseIcon {
	display: inline-block
}

.tilerow1.StudioOne span.open_mobileview1.closebtn1 a.menuiconbar {
	display: none
}

.sidenav a.MenuCloseIcon {
	width: 40px;
	display: inline-block;
	color: #fff
}

#mySidenav {
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: auto;
	background-color: #ab194e;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align: center;
	z-index: 999;
	display: inline-block !important;
	max-width: 996px
}

.Demandbox {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	font-size: 14px
}

.Demandbox span {
	width: 40px;
	height: 20px;
	margin-right: 10px;
	display: inline-block
}

.Demandbox.High span {
	background-color: #95140d
}

.Demandbox.Medium span {
	background-color: orange
}

.Demandbox.Low span {
	background-color: #51bd88
}

.MainMeetingRooms1 {
	padding: 20px 20px 15px 20px;
	clear: both;
	border: solid 1px #ddd;
	margin-top: 20px
}

.PortlandPlace.ChristmasBtn {
	padding: 20px;
	height: 100%;
	border: solid 1px #ddd
}

.PortlandPlace.ChristmasBtn a.btn {
	display: block;
	margin: 0 0 5px 0
}

.rooms1 .fullimage.StudioOneNew .item .OverlayContent {
	bottom: -180px
}

.rooms1 .fullimage.StudioOneNew .item:hover .OverlayContent {
	bottom: 0
}

.textroom.heightbox {
	min-height: 75px
}

section.main-slider.CmsBanner video {
	width: 100%
}

.DevMeetings .AllRoomDiv .rooms1 .item .OverlayContent {
	bottom: -247px
}

.DevMeetings .AllRoomDiv .rooms1 .item:hover .OverlayContent,
.DevMeetings .AllRoomDiv .rooms1 .fullimage .item:hover .OverlayContent {
	height: 100%;
	bottom: 0
}

.DevMeetings .AllRoomDiv .rooms1 .item .con {
	top: 0
}

.DevMeetings .AllRoomDiv .rooms1 .fullimage .item .OverlayContent {
	bottom: -305px
}

.categories_top_Box ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px 0;
	display: flex
}