/*
Theme Name: Crest Accountants
Theme URI: http://www.fivebyfive.com.au/
Description: A mobile responsive and HTML5 theme built.
Author: Five by Five
Author URI: https://www.fivebyfive.com.au/
Version: 4.0.1
Template: genesis/*
Theme Name: Crest Accountants
Theme URI: http://www.fivebyfive.com.au/
Description: A mobile responsive and HTML5 theme built.
Author: Five by Five
Author URI: https://www.fivebyfive.com.au/
Version: 4.0.1
Template: genesis
*/

div, p, span, table, ul, ol, li, a, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 15px;
}

body {
	font-family: 'Open Sans', Sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #343433;;
	-webkit-font-smoothing: antialiased;
	position: relative;
	background: #fff;
	margin: 0;
	padding: 0;
	transition: opacity .2s ease;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.25;
	color: #343433;
	font-family: 'Gotham Light', Sans-serif;
	font-weight: normal;
}

h1 { font-size: 63px; }
h2 { font-size: 47px; }
h3 { font-size: 24px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 { font-size: 18px; }

p {
	margin: 0 0 20px;
	padding: 0;
}

a, a:visited {
	color: inherit;
}

hr {
	border: none;
	border-bottom: 1px solid #E0E1E4;
	margin: 50px auto;
}

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

.fa, .fas, .fab, .far {
	font-family: "FontAwesome";
	font-style: normal;
}

.bookingiFrame,
.bookingiFrame div {
    height: 100vh;
    width: 100% !important;
    min-height: 700px !important;
}
    
.bookingiFrame iframe {
    height: 100% !important;
    width: 100% !important;
    display: block !important;
}

.site-header .wrap,
.nav-primary .wrap {
	width: 1500px;
	max-width: 100%;
	padding: 0 12px;
	margin: 0 auto;
}

.wrapper, .wrap,
.content-sidebar-wrap {
	width: 1296px;
	max-width: 100%;
	padding: 0 12px;
	margin: 0 auto;
}

.home .content-sidebar-wrap {
	width: 100% !important;
	padding:0 !important;
}
.wrap:after,
.wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.cols-wrapper {
	display: inline-block;
	width: 100%;
}

.container-fullwidth .content-sidebar-wrap {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* Pace */
.pace {
	pointer-events: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #343433;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 3px;
}

/* Header */
.site-header {
	background-color: #fff;
	padding: 10px 0;
	position: relative;
	z-index: 10;
}
.custom-elementor-header {
	z-index: 20;
}

.header-sticky .site-header {
	position: fixed;
	z-index: 100;
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 1px 10px -5px rgba(0, 0, 0, 0.1);
}
.header-sticky.admin-bar .site-header {
	margin-top: 32px;
}

.elementor-editor-active .site-header-container {
	pointer-events: none;
}

/* Menu */
.custom-elementor-header .menu-item a {
	color: #343433;
}
/* .custom-elementor-header .elementor-nav-menu > li > a,
.custom-elementor-header .elementor-nav-menu > li > a.highlighted,
.custom-elementor-header .elementor-nav-menu > li > a:focus,
.custom-elementor-header .elementor-nav-menu > li > a:hover {
	padding: 0 0 10px;
} */
.custom-elementor-header .elementor-nav-menu > li > a {
	font-size: 13px;
	margin: 0 25px;
}
.elementor-nav-menu--main .elementor-nav-menu > li:last-child > a {
	margin-right: 0;
}
.elementor-nav-menu .sub-menu{
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 15px 34px 0 rgba(38,42,53,0.14);
}
.elementor-nav-menu .sub-menu a {
	justify-content:center;
}
.custom-elementor-header .elementor-nav-menu .sub-menu a,
.custom-elementor-header .elementor-nav-menu .sub-menu a.highlighted,
.custom-elementor-header .elementor-nav-menu .sub-menu a:focus,
.custom-elementor-header .elementor-nav-menu .sub-menu a:hover {
	padding: 10px 20px;

}
.custom-elementor-header .sub-menu .menu-item a.highlighted,
.custom-elementor-header .sub-menu .menu-item a:hover {
	color: #fff;
}

/* Responsive Menu */
.responsive-menu-trigger-button {
	display: inline-block;
	width: 30px;
	height: 22px;
	background: none;
	position: relative;
	cursor: pointer;
	padding: 0;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.responsive-menu-trigger-button:hover {
	background: none;
}
.responsive-menu-trigger-button .lines,
.responsive-menu-trigger-button .lines:after,
.responsive-menu-trigger-button .lines:before {
	display: block;
	position: absolute;
	background-color: #020613;
	height: 2px;
}
.responsive-menu-trigger-button .lines:after,
.responsive-menu-trigger-button .lines:before {
	content: '';
	width: 30px;
}
.responsive-menu-trigger-button .lines {
	width: 15px;
	top: 1px;
	transition: background-color 0s 0.15s linear;
}
.responsive-menu-trigger-button .lines:before {
	top: 17px;
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.responsive-menu-trigger-button .lines:after {
	top: 9px;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.responsive-menu-trigger-button.active .lines {
	transition-delay: 0.32s;
	background-color: transparent;
}
.responsive-menu-trigger-button.active .lines:before {
	top: 7px;
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 2px, 0) rotate(45deg);
}
.responsive-menu-trigger-button.active .lines:after {
	top: 7px;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 2px, 0) rotate(-45deg);
}

.ff-responsive-menu {
	width: 370px;
	max-width: 100%;
	height: 100%;
	position: fixed;
	transition: transform 0.5s;
	top: 0;
	right: 0;
	background: #fff;
	color: #343433;
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	overflow: hidden;
}
.responsive-menu-open .ff-responsive-menu {
	transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	z-index: 99999;
}
.ff-responsive-menu-wrapper {
	max-height: 100%;
	overflow-y: auto;
	color: #343433;
}
.ff-responsive-menu-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	z-index: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.responsive-menu-open .ff-responsive-menu-mask {
	z-index: 1000;
	opacity: 1;
	pointer-events: auto;
	cursor: pointer;
}
.admin-bar .ff-responsive-menu {
	padding-top: 32px;
}

.ff-responsive-menu-header {
	padding: 20px 15px 12px 15px;
	box-shadow: 0 2px 17px 0 rgba(2,6,19,0.09);
}
.ff-responsive-menu-header .responsive-menu-trigger-button {
	float: right;
	margin: 9px 0 9px 10px;
	margin-left: 10px;
}
.ff-responsive-menu-header .responsive-menu-trigger-button .lines,
.ff-responsive-menu-header .responsive-menu-trigger-button .lines:after,
.ff-responsive-menu-header .responsive-menu-trigger-button .lines:before {
	background-color: #343433;
}
.ff-responsive-menu-header .responsive-menu-trigger-button.active .lines {
	background-color: transparent;
}

.ff-responsive-menu-footer {
	padding: 0px 0px;
	box-shadow: 0 -2px 14px 0 rgba(2,6,19,0.1);
}

.ff-responsive-menu-footer .btn{
	width: 100%;
	padding: 22px 20px;
}

.ff-responsive-menu-body {
	padding: 15px 0;
}

.ff-responsive-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ff-responsive-menu ul li {
	position: relative;
}

.ff-responsive-menu .menu-item a {
	display: block;
	padding: 13px 20px;
	line-height: 1;
	font-size: 13px;
	text-decoration: none;
	color: #343433;
	font-family: 'Gotham Light';
	font-weight: 600;
	text-transform: uppercase;
}
.ff-responsive-menu .menu-item a:hover {
	opacity: .7;
	text-decoration: underline;
}
.ff-responsive-menu .menu-item.menu-item-has-children > a {
	margin-right: 40px;
}

.ff-responsive-menu .sub-menu {
	display: none;
	padding: 10px 0 10px 15px;
	background: #F5F6F8;
}

.ff-responsive-menu .sub-menu a{
	padding: 13px 10px;
	font-weight: 400;
}

.ff-responsive-menu .sub-menu.active {
	display: block;
}
.ff-responsive-menu .sub-menu-trigger {
	display: inline-block;
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	text-align: center;
	cursor: pointer;
	height: 41px;
	line-height: 41px;
	background: transparent;
}
.ff-responsive-menu .sub-menu-trigger:hover {
	opacity: .7;
}
.ff-responsive-menu .sub-menu-trigger .fa:before {
	content: '\f078';
}
.ff-responsive-menu .sub-menu-trigger.active .fa:before {
	content: '\f077';
}

.ff-responsive-menu-sm-links {
	font-size: 20px;
	line-height: 1;
	margin-top: 20px;
	padding: 0px 20px;
}
.ff-responsive-menu-sm-links a {
	display: inline-block;
	margin: 5px 30px 5px 0;
	color: #343433;
}
.ff-responsive-menu-sm-links a,
.ff-responsive-menu-sm-links a:visited,
.ff-responsive-menu-sm-links a:focus {
	color: #343433;
}

/* Advance Search Form */
.asf-container {
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: #262A35;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	height: 100px;
	padding: 25px 0;
	color: #fff;
	position: fixed;
}
.admin-bar .asf-container {
    margin-top: 32px;
}
.asf-wrapper {
	position: relative;
}
.asf-container form {
	position: relative;
	height: 100%;
	margin-right: 60px;
}
.asf-container .search-submit {
	background: none;
	border: none;
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 50%;
	line-height: 1;
	margin-top: -13px;
	opacity: .7;
	padding: 0;
}
.asf-container .search-submit:hover {
	opacity: 1;
}
.asf-container input[type="search"] {
	width: 100%;
	color: #ffffff;
	outline: none;
	font-size: 1.6em;
	height: 100%;
	background-color: transparent;
	border: none;
	background-color: #1e222a;
	background: rgba(0, 0, 0, 0.2);
	padding: 8px 60px 8px 15px;
}
.asf-trigger-container {
	margin-left: 60px;
}
.asf-trigger {
	cursor: pointer;
	line-height: 0;
	display: inline-block;
}
.asf-trigger:hover {
	opacity: .7;
}

.asf-trigger {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 13px;
	font-family:'Gotham Book', Sans-serif;
}
.asf-trigger .fa::before {
	content: "\f002";
    font-family: 'FontAwesome';
	color: #FFF;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 16px;
	margin-right: 8px;
}
/* .asf-trigger .fa:before {
	display: none;
} */
.asf-close {
	cursor: pointer;
}
.asf-close {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 25px;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	opacity: .7;
}
.asf-close:hover {
	opacity: 1;
}
.asf-container.is-visible {
	-webkit-animation: cd-slide-in 0.3s;
	animation: cd-slide-in 0.3s;
	opacity: 1;
	visibility: visible;
}
.asf-container.is-visible .asf-close {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.asf-container.is-visible .search-submit {
	-webkit-animation: cd-slide-in 0.6s;
	-moz-animation: cd-slide-in 0.6s;
	animation: cd-slide-in 0.6s;
}

/* Footer */
.site-footer > .wrap {
	width: 100%;
	padding: 0;
}

.footer-row-1 .social-icons i {
	color: #343433;
    font-family: FontAwesome;
    font-size: 23px;
    line-height: 20px;
    text-align: center;
    margin-right: 30px;
}

.profile-item .s1.image {
    overflow: hidden;
}

.select-container select {
    background: none;
    padding: 0 40px 0 6px !important;
    height: 36px !important;
    line-height: 1.5 !important;
    color: #fff;
}

.select-container select option {
    background-color: #a6916b !important;
}

.select-container select:focus,
.select-container select:checked {
    background-color: #a6916b;
    border-color: #fff;
}

.form-control:focus::-ms-value {
    background-color: #a6916b;
    border-color: #fff;
}

.page-id-3753 .select-container select {
    color: #000;
}

/* Sticky Footer CTA */
body.with-footer-sticky-cta .site-footer {
	padding-bottom: 0px;
}

body.with-footer-sticky-cta .footer-bottom {
	padding-bottom: 68px !important;
}

.footer-sticky-cta-container {
	position: relative;
	z-index: 9999;
}
.footer-sticky-cta {
	display: none;
	position: fixed;
    width: 100%;
    padding: 0;
    color: #fff;
    left: 0;
    bottom: 0;
}
.footer-sticky-cta .wrapper {
    width: 1272px;
    padding: 10px 12px 4px 14px;
    background: #A6916B;
}
.footer-sticky-cta.stick {
	display: block;
}
.footer-sticky-cta.disabled {
	display: none;
}
.footer-sticky-cta .inner {
	position: relative;
	display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 0px;
}
.footer-sticky-cta .left {
	margin: 0 14px;
    font-family: 'Gotham Light';
    letter-spacing: 2px;
    line-height: 21px;
    font-weight: normal;
    font-size: 17px;
}

.footer-sticky-cta .left .blur{
	opacity: 0.64;
}
.footer-sticky-cta .right {
    margin: 0 6px;
}
.footer-sticky-cta .close-btn {
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-top: -16px;
	background: none;
	text-align: center;
	display: none;
}
.footer-sticky-cta .close-btn:hover {
	opacity: .7;
}

.sticky-f-mobile{
	display:none;
}
.sticky-f-mobile a{
	font-size:20px;
	font-family:'Gotham Book', Sans-serif;
	text-decoration:none;
}
.sticky-f-mobile a:hover{
	text-decoration:underline;
}

/* Fixes */
.custom-cart-popup {
	width: 0;
	height: 0;
	overflow: hidden;
}
div.elementor-menu-cart__container {
	z-index: 999999;
}

.searchBoxCon .media-boxes-search-container::before {
    content: '\f002' !important;
}

/* Buttons */
.elementor-button,
button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #343433;
	border: 1px solid #343433;
	color: #fff;
	border-radius: 1px;
	font-family: 'Gotham Book', Sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding: 16.5px 30px;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	outline: none;
	transition: .3s ease;
	text-align: center;
}

button,
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
.elementor-button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.btn:hover {
	background-color: #A6916B;
	border-color: #A6916B;
	color: #fff;
}
.btn:visited, .btn:focus {
	color: #fff;
}
.btn.secondary,
.secondary .elementor-button.elementor-size-md,
.btn.style-3{
	background:#fff;
	border-color:#A6916B;
	color:#343433;
}
.btn.secondary:hover,
.secondary .elementor-button.elementor-size-md:hover,
.btn.style-3:hover{
	background:#A6916B;
	color:#fff;
}

.btn.golden2,
.golden2 .elementor-button.elementor-size-md,
.btn.style-3{
	background:#A6916B;
	border-color:#A6916B;
	color:#fff;
}
.btn.golden2:hover,
.golden2 .elementor-button.elementor-size-md:hover,
.btn.style-3:hover{
	background:#fff;
	color:#A6916B;
}

.btn.style-3{
	padding:12px 30px;
}
.btn.terrain,
.terrain .elementor-button.elementor-size-md {
	background: transparent;
	border: 1px solid #FFF;
	color: #fff;
}
.btn.terrain:hover,
.terrain .elementor-button.elementor-size-md:hover {
	background: #A6916B;
	border-color: #A6916B;
	color: #FFF;
}
.btn.full {
	width: 100%;
	text-align: center;
}

.elementor-button.elementor-size-md {
	font-size: 14px;
	border-radius: 1px;
	padding:16.5px 30px;
}

/* Animations */
@-webkit-keyframes cd-slide-in {
	0% { transform: translateY(-100%); -webkit-transform: translateY(-100%); }
	100% { transform: translateY(0); -webkit-transform: translateY(0); }
}
@keyframes cd-slide-in {
	0% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }
	100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
}

@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
.fade-load {
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-ms-animation: fadein 2s;
	-o-animation: fadein 2s;
	animation: fadein 2s;
}

@-webkit-keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.animate-fade-in-up {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInUp;
	animation-name:         fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {  opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.animate-fade-in-down {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInDown;
	animation-name:         fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.animate-fade-in-left {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInLeft;
	animation-name:         fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.animate-fade-in-right {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInRight;
	animation-name:         fadeInRight;
}

@-webkit-keyframes slide-in-fwd-bottom{0%{-webkit-transform:translateZ(-1400px) translateY(800px);transform:translateZ(-1400px) translateY(800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}
@keyframes slide-in-fwd-bottom{0%{-webkit-transform:translateZ(-1400px) translateY(800px);transform:translateZ(-1400px) translateY(800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}
.slide-in-fwd-bottom{-webkit-animation:slide-in-fwd-bottom 1s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-fwd-bottom 1s cubic-bezier(.25,.46,.45,.94) both}

/* Post Item */
.post-item {
	width: 409px;
	max-width: 100%;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(2,6,19,0.12);
	line-height: 1;
}
.post-item .s2 {
	min-height: 124px;
	padding: 12px 15px 20px;
	line-height: 1.8;
	position: relative;
}
.post-item .image {
	line-height: 0;
	background-color: #F9FAFC;
}
.recent-news .post-item .image{
	height:170px;
	overflow:hidden;
}
.post-item .heading {
	margin-bottom: 8px;
	height: 60px;
    display: flex;
    align-items: center;
    color: #343433;
    font-family: 'Gotham Light';
	font-size: 22px;
	font-weight:normal;
    line-height: 28px;
}
.post-item .text {
	font-size: 14px;
    height: 75px;
    margin-bottom: 0px;
    line-height: 25px;
}
.post-item .link-container {
	margin-top: 10px;
}

a.more-link,
.more-link:focus,
.more-link:visited {
	color: #020612;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 600;
}
.more-link:hover {
	color: #020612;
	text-decoration: none;
}

.image-tag {
	display: inline-block;
	pointer-events: none;
	text-transform: uppercase;
	z-index: 1;
	color: #A6916B;
	font-family: 'Gotham Bold', Sans-serif;
	font-size: 10px;
	font-weight:normal !important;
	letter-spacing: 0.91px;
	line-height: 12px;
	text-shadow: none;
}

.with-loading-svg {
	background-image: url(images/svg/loading-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.b-lazy {
	opacity: 0;
	transition: opacity .5s ease;
}
.b-lazy.b-loaded {
	opacity: 1;
}

/* Form Styles */
#gform_submit_button_26, #gform_submit_button_28 {
    margin-top: 25px;
}

#gform_26_validation_container h2.gform_submission_error.hide_summary, #gform_28_validation_container h2.gform_submission_error.hide_summary {
    font-size: 15px;
}

ul#input_26_17, ul#input_28_17 {
    width: 80%;
}

input#choice_26_17_1, input#choice_28_17_1 {
    margin: 7px 5px;
}
li.gchoice.gchoice_26_17_1, li.gchoice.gchoice_28_17_1 {
    width: 400px;
    display: flex;
}


input[type="email"], input[type="number"], input[type="password"],
input[type="search"], input[type="tel"], input[type="text"],
textarea, select {
	background-color: #FFFFFF;
	outline: none;
	line-height: 1;
	padding: 14px 25px;
	border: 1px solid #E0E1E4;
	font-family: inherit;
	font-size: inherit;
	height: 50px;
	box-sizing: border-box;
	border-radius: 0;
	max-width: 100%;
}

textarea {
	height: initial;
}

textarea,
select.large,
input.large {
	width: 100%;
}

label {
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
}

.hide-label .gfield_label {
	display: none;
}

.gform_fields ul,
ul.gform_fields {
	list-style: none;
	padding: 0;
}
.gfield {
	margin-bottom: 10px;
}

.gfield_required {
	color: #FA7D5A;
	margin-left: 4px;
}
.gfield_error input,
.gfield_error textarea,
.gfield_error select {
	border-color: #FA7D5A;
}
.error label,
.gfield_error .gfield_label {
	color: #FA7D5A;
}
.validation_message {
	font-size: 12px;
	font-weight: 700;
	color: #FA7D5A;
	padding: 5px 0;
}
.validation_error {
	color: #FA7D5A;
	border: 2px solid #FA7D5A;
	border-left: none;
	border-right: none;
	font-weight: 700;
	text-align: center;
	clear: both;
	padding: 10px;
}

.gform_ajax_spinner {
	position: absolute;
	padding-left: 10px;
}

::-webkit-input-placeholder { opacity: 0.4; }
:-moz-placeholder { opacity: 0.4; }
::-moz-placeholder { opacity: 0.4;}
:-ms-input-placeholder { opacity: 0.4; }

/* Elementor Overrides */
span.elementor-heading-title,
.sub-heading-style,
.widget-sub-title {
	color: #004345;
	font-weight: 600;
	font-style: italic;
}

/* Helpers */
.ratio {
	display: inline-block;
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.ratio iframe,
.ratio object,
.ratio embed,
.ratio img {
	position: absolute;
	display: block;
	max-width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ratio-16-9 {
	padding: 56.25% 0 0 0;
}
.ratio-409-174 {
	padding: 42.542787% 0 0 0;
}

.bold {
	font-weight: 700;
}

.ml-auto { margin-left: auto; }
.mr-20 { margin-right: 20px; }

.truncate,
.truncate-text {
	overflow: hidden;
}

.hide {
	display: none!important;
}

.text-gold,
.gold{
	color:#a6916b;
}

/*Custom*/

.dash-top-title::before {
    content: '';
    height: 1px;
    width: 20px;
    border-top: 1px solid #A6916B;
    display: block;
    margin-bottom: 16px;
}

.dash-top-title-center::before {
    content: '';
    height: 1px;
    width: 20px;
    border-top: 1px solid #A6916B;
    display: inline-block;
    margin-bottom: 8px;
    text-align: center;
}

.testimonial-quote {
	
}

.testimonial-quote img{

}

.testimonials-carousel .slick-dots {
	padding: 0;
}

.testimonials-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.testimonials-carousel .slick-dots li.slick-active button {
    background: #AF976E;
}

.testimonials-carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 100%;
}

.fbf-footer a:after {
    content: '';
    position: absolute;
    background: url(/wp-content/themes/crestaccountants/images/svg/5x5-footer-icon.svg) no-repeat !important;
    background-position: center !important;
    display: inline-block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	margin-top:5px !important;
    width: 15px;
    height: 15px;
}


/*Enquire Form Slide*/
.enquire-form-slide #field_20_1 .gfield_label,
.enquire-form-slide #field_20_2 .gfield_label,
.enquire-form-slide #field_20_3 .gfield_label,
.enquire-form-slide #field_20_4 .gfield_label,
.enquire-form-slide #field_20_5 .gfield_label{
	display: none;
}

.enquire-form-slide #field_20_1 input,
.enquire-form-slide #field_20_2 input,
.enquire-form-slide #field_20_3 input,
.enquire-form-slide #field_20_4 input,
.enquire-form-slide #field_20_5 textarea{
	background: transparent;
	border: none;
    border-bottom: 1px solid #fff;
    padding: 14px 0px;
    color: #fff;
    font-family: "Open Sans";	
    font-size: 15px;	
    line-height: 28px;
}
.enquire-form-slide #field_20_5 textarea{
    height: 80px;
}

.enquire-form-slide ::placeholder,
.subscribe-form-slide ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.enquire-form-slide :-ms-input-placeholder,
.subscribe-form-slide :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.enquire-form-slide ::-ms-input-placeholder,
.subscribe-form-slide ::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

.enquire-form-slide #gform_submit_button_20 {
    background: #fff;
    padding: 16px 12px;
    border-radius: 1px;
}

.enquire-form-slide .gform_footer{
    float: right;
    margin-top: -70px;
}

.enquire-form-slide #field_20_6 {
	max-width: 500px;
}

.enquire-form-slide #field_20_6 .gfield_label {
	color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: underline;
}

.ls-1 a {
	letter-spacing: 1px;
}

/*Subscribe Form*/
.subscribe-form-slide li .gfield_label{
	display: none;
}

.subscribe-form-slide #gform_submit_button_13 {
    background: #fff;
    padding: 16px 12px;
    border-radius: 1px;
}

.subscribe-form-slide .gform_footer {
	float: right;
}


.subscribe-form-slide input,
.subscribe-form-slide input{
	background: transparent;
	border: none;
    border-bottom: 1px solid #fff;
    padding: 14px 0px;
    color: #fff;
    font-family: "Open Sans";	
    font-size: 15px;	
    line-height: 28px;
}

/*  Video Widget  */
.video-box{
	border: 1px solid #E0E1E4;	
	background-color: #FFFFFF;
	box-shadow: 0 0 34px 0 rgba(2,6,19,0.13);
	padding:10px;
	width:100%;
	max-width:585px;
	margin:auto;
	
}
.video-image{
	background: url(/wp-content/themes/immigate/images/testimonial-img.jpg) no-repeat;
	background-size: cover !important;
	background-position: center !important;
	min-height: 340px;
	width: 100%;
	margin:auto;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: center;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}

.home-mobile-top-banner{
	position:relative;
	width:300px !important;
	margin:auto;
}

.home-mobile-top-banner:after{
	content:'';
	background: url(/wp-content/uploads/2019/09/arrowl-left-white.svg) no-repeat;
	width:21px;
	height:12px;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.media-box-image {
    width: 100% !important;
    height: 100% !important;
}

/* added by Nure */

.col-4-bg .elementor-column-wrap {
    background: #3e3e3c;
    margin: 10px;
}

.col-4-bg .elementor-icon-box-wrapper {
    padding: 0 30px 30px !important;
}

.col-4-bg .elementor-icon {
    color: #a6916b !important;
}

.col-4-bg h4 {
    color: #fff !important;
    font-size: 22px !important;
}

.col-4-bg p {
    color: #fff !important;
}

.col-4-bg .elementor-widget-image {
    margin-bottom: 0 !important;
}

.col-4-bg .elementor-image img {
    max-width: 100px !important;
}

.small-info-box .elementor-column-wrap {
    background: #fff;
    margin: 10px;
    border-radius: 5px;
}

.small-info-box .elementor-widget-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.small-info-box .elementor-icon {
    color: #a6916b !important;
    font-size: 38px !important;
}

.small-info-box h4 {
    font-size: 22px !important;
    margin-bottom: 0 !important;
}

.small-info-box .elementor-icon-box-icon {
    margin-bottom: 0 !important;
}

.small-info-box .elementor-icon-box-wrapper {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}

.small-info-box .elementor-image img {
    max-width: 75px !important;
}

.small-info-box .elementor-widget-wrap > .elementor-element {
    margin-bottom: 0 !important;
}

.testimonials-container {
    color: #fff !important;
}

.testimonials-container .elementor-widget-wrap {
    max-width: 900px !important;
    margin: 0 auto;
}

.testimonials-container .section-title h2 {
    color: #fff !important;
}

.testimonials-container .quoteTxt {
    font-family: 'Gotham Light', Sans-serif;
    color: #fff !important;
    font-size: 136px !important;
    line-height: normal;
    position: absolute;
    top: 70px;
    z-index: 12;
}

.testimonials-container .elementor-widget-testimonial-carousel {
    padding: 50px 0 0 50px !important;
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text {
    font-style: normal !important;
    font-size: 15px !important;
}

.testimonials-container .swiper-pagination-bullet {
    border: 1px solid #a6916b !important;
}

.testimonials-container .swiper-pagination-bullet-active {
    background: #a6916b !important;
}

.darkBox h3 {
    color: #fff !important;
}

.darkBox,
.darkBox p {
    color: #a6916b !important;
}

.contactForm .gform_wrapper label {
    font-size: 15px !important;
    font-weight: normal !important;
    color: #fff !important;
}

.contactForm input[type="email"], 
.contactForm input[type="number"], 
.contactForm input[type="password"], 
.contactForm input[type="search"], 
.contactForm input[type="tel"], 
.contactForm input[type="text"], 
.contactForm textarea, 
.contactForm select {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.contactForm input[type="submit"] {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
}

.contactForm input[type="submit"]:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #a6916b !important;
}

.contactForm h2.gform_submission_error {
    color: #fff !important;
    margin-bottom: 0;
}

.btnAlt1 .elementor-button {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
}

.btnAlt1 .elementor-button:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #a6916b !important;
}

.btnAlt1 .elementor-shortcode {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16.5px 30px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    transition: .3s ease;
}

.btnAlt1 .elementor-shortcode:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #a6916b !important;
    transition: .3s ease;
}

.section1New h2 {
    font-size: 52px;
    color: #fff;
}

.section1New h3 {
    font-size: 38px;
    color: #fff;
    line-height: 1.2;
}

.section1New .elementor-text-editor,
.section1New .elementor-text-editor p{
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.section1New span.txtcolor {
    font-weight: bold;
    color: #a6916b;
}

.section1New .contactFormTop {
    background: #3e3e3c;
    padding: 40px !important;
}

.section1New .contactFormTop h3 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.section1New .contactFormTop input[type="email"], 
.section1New .contactFormTop input[type="number"], 
.section1New .contactFormTop input[type="password"], 
.section1New .contactFormTop input[type="search"], 
.section1New .contactFormTop input[type="tel"], 
.section1New .contactFormTop input[type="text"], 
.section1New .contactFormTop textarea, 
.section1New .contactFormTop select {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.section1New .contactFormTop .select-container {
    display: block !important;
}

.section1New .contactFormTop textarea {
    height: 90px;
}

.contactForm .gform_validation_container,
.section1New .contactFormTop .gform_validation_container {
  display: none !important;
}

.section1New .contactFormTop input[type="submit"] {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
    display: block;
    width: 100%;
}

.section1New .contactFormTop input[type="submit"]:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #a6916b !important;
}

.section1New h2.gform_submission_error {
    font-size: 15px !important;
    margin: 0 !important;
}

.img-box-border {
    border: 1px solid #e0e1e4;
    background-color: #fff;
    box-shadow: 0 0 34px 0 rgba(2,6,19,.13);
    padding: 10px;
    margin: auto;
}

.listStyle ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.listStyle ul li {
    padding-left: 30px !important;
}

.listStyle ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 14px;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 10px;
    margin: auto;
    color: #a6916b;
}

.landing-blog article.elementor-post {
    background: #fff;
    box-shadow: 0 7px 20px 0 rgba(2,6,19,0.12);
    border-bottom: 1px solid #F5F6F8;
}

.landing-blog .elementor-post > .elementor-post__text {    
    min-height: 165px;
    padding: 0 15px 15px;
    position: relative;
    overflow: hidden;
}

.landing-blog h3.elementor-post__title {
    margin-bottom: 12px !important;
}

.landing-blog h3.elementor-post__title a {
    font-size: 22px !important;
    line-height: 1.4;
    
}

.page-id-6654 .footer-sticky-cta-container {
    display: none !important;
}


.rhr-landing-1 h2 {
    font-size: 52px;
    color: #fff;
}

.rhr-landing-1 h3 {
    font-size: 38px;
    color: #fff;
    line-height: 1.2;
}

.rhr-landing-1 .elementor-text-editor,
.rhr-landing-1 .elementor-text-editor p{
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.rhr-landing-1 span.txtcolor {
    font-weight: bold;
    color: #a6916b;
}

.rhr-landing-1 .contactFormTop {
    background: rgba(166,145,107,0.7);
    padding: 40px !important;
}

.rhr-landing-1 .contactFormTop h3 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.rhr-landing-1 .contactFormTop input[type="email"], 
.rhr-landing-1 .contactFormTop input[type="number"], 
.rhr-landing-1 .contactFormTop input[type="password"], 
.rhr-landing-1 .contactFormTop input[type="search"], 
.rhr-landing-1 .contactFormTop input[type="tel"], 
.rhr-landing-1 .contactFormTop input[type="text"], 
.rhr-landing-1 .contactFormTop textarea, 
.rhr-landing-1 .contactFormTop select {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.rhr-landing-1 .contactFormTop .select-container {
    display: block !important;
}

.rhr-landing-1 .contactFormTop textarea {
    height: 90px;
}

.contactForm .gform_validation_container,
.rhr-landing-1 .contactFormTop .gform_validation_container {
  display: none !important;
}

.rhr-landing-1 .contactFormTop input[type="submit"] {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #a6916b !important;
    display: block;
    width: 100%;
}

.rhr-landing-1 .contactFormTop input[type="submit"]:hover {
    background: #343433 !important;
    border: 1px solid #343433 !important;
    color: #fff !important;
}

.rhr-landing-1 h2.gform_submission_error {
    font-size: 15px !important;
    margin: 0 !important;
}

.rhr-landing-2 .elementor-element-populated > .elementor-widget-wrap {
    background: #a6916b !important;
    padding: 0 !important;
    margin: 15px;
}

.rhr-landing-2 .elementor-icon-box-wrapper {
    padding: 0 25px 35px !important;
}

.rhr-landing-2 .elementor-icon-box-wrapper h4 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #fff !important;
    line-height: 1.3 !important;
}

.rhr-landing-2 .elementor-icon-box-wrapper p {
    font-weight: 500 !important;
    color: #fff !important;
    line-height: 1.5 !important;
}

.rhr-landing-col2bg .elementor-widget-wrap > .elementor-element {
    background: #a6916b !important;
    margin: 0 !important;
    padding-bottom: 20px;
}

.rhr-landing-col2bg h5 {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff !important;
}

.rhr-landing-col2bg .elementor-text-editor {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff !important;
}

.rhr-title-color h4 {
    color: #a6916b !important;
}

.btnAlt2 .elementor-button {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #a6916b !important;
}

.btnAlt2 .elementor-button:hover {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
    color: #fff !important;
}

.btnAlt2 .elementor-shortcode {
    background: #fff !important;
    border: 1px solid #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16.5px 30px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: #a6916b;
    transition: .3s ease;
}

.btnAlt2 .elementor-shortcode:hover {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
    color: #fff !important;
    transition: .3s ease;
}

.rhr-landing-casestudies > .elementor-container > .elementor-row {
    border: 1px solid #e0e1e4;
    background-color: #fff;
    box-shadow: 0 0 34px 0 rgba(2,6,19,.13);
    padding: 15px;
}

.rhr-landing-col2bg .elementor-column-wrap > .elementor-widget-wrap {
    padding: 0 0 0 15px !important;
}

.rhr-landing-col1bg .elementor-column-wrap > .elementor-widget-wrap {
    background: #f1f1f1 !important;
}

.testimonials-container.rhr-landing-testimonials .elementor-widget-testimonial-carousel {
    background: rgba(166,145,107,0.7);
    padding: 20px 20px 0 20px !important;
    margin-top: 35px;
    z-index: 11;
}

.boxTopbg {
    background: #fff;
    border-radius: 5px 5px 0 0 !important;
    padding: 0;
    margin: 0 !important;
    border: 1px solid #e0e0dc;
    border-bottom: 0;
}

.boxTopbg > .elementor-container > .elementor-row {
    background: #e0e0dc !important;
    border-radius: 4px 4px 0 0;
}

.boxTopbg .elementor-button {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
    border-radius: 0 4px 0 0;
    margin: 0;
    margin-right: -5px;
    padding: 16.5px 50px !important;
}

.boxTopbg h2 {
    font-size: 22px !important;
    color: #222 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.boxBottombg {
    background: #f6f6f6;
    border-radius: 0 0 5px 5px !important;
    box-shadow: 0 0 34px 0 rgb(38 42 53 / 14%) !important;
    border: 1px solid #e0e0dc;
    border-top: 0;
}

.boxBottombg .elementor-container > .elementor-row > .elementor-column:first-child,
.boxBottombg .elementor-container > .elementor-row > .elementor-column:nth-child(2) {
    border-right: 1px solid #E4E4E0;
}

.boxBottombg .borderBoth {
    border-bottom: 1px solid #E4E4E0;
    margin-bottom: 0 !important;
}

.boxBottombg .borderBothNone {
    
}

.boxBottombg .elementor-icon-box-wrapper {
    padding: 15px 20px;
}

.boxBottombg .elementor-icon {
    font-size: 16px !important;
    margin-top: 4px;
}

.boxBottombg h3 {
    font-size: 20px !important;
    margin-bottom: 2px !important;
}

.page-id-6816 .elementor-section-wrap,
.page-id-6838 .elementor-section-wrap {
    background: #fff;
}

.page-id-3753 input[type="email"], 
.page-id-3753 input[type="number"], 
.page-id-3753 input[type="password"], 
.page-id-3753 input[type="search"], 
.page-id-3753 input[type="tel"], 
.page-id-3753 input[type="text"], 
.page-id-3753 textarea {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.conbottomform input[type="text"] {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    padding: 14px 0px !important;
    color: #fff !important;
    font-family: "Open Sans" !important;
    font-size: 15px !important;
    line-height: 28px !important;
}

/*
.conbottomform .gfield_label {
    display: none !important;
}
*/

.conbottomform .hidetitle .gfield_label {
    display: none !important;
}


.sectionFloating {
    margin-top: -200px;
    background: none !important;
}

.shareNow .elementor-button {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #333 !important;
    border-radius: 42px;
    padding: 1px 1px 1px 50px !important
}

.shareNow .elementor-button .elementor-button-icon {
    background: #a6916b !important;
    padding: 18px;
    border-radius: 50%;
    color: #fff !important;
}

.shareNow .elementor-button .elementor-button-text {
    line-height: 48px;
}


/* Responsive Styles */
@media only screen and ( max-width: 1024px ) {
	.tablet-text-align-center .elementor-widget-container {
		text-align: center!important;
	}
	.tablet-text-align-left .elementor-widget-container {
		text-align: left!important;
	}
	.tablet-text-align-right .elementor-widget-container {
		text-align: right!important;
	}
	.tablet-ml-auto {
		margin-left: auto;
	}
	.tablet-mr-auto {
		margin-right: auto;
	}
	.tablet-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.formtable{
		width:1000px !important;
	}
}

@media only screen and (max-width: 767px) {

	h1, .h1 { font-size: 34px; }
	h2, .h2 { font-size: 30px; }
	h3, .h3 { font-size: 24px; }
	h4, .h4 { font-size: 22px; }
	h5, .h5 { font-size: 18px; }
	h6, .h6 { font-size: 16px; }
    
    .site-footer .elementor-nav-menu .elementor-item {
        display: block !important;
        text-align: center !important;
    }

	.mobile-text-align-center .elementor-widget-container {
		text-align: center!important;
	}
	.mobile-text-align-left .elementor-widget-container {
		text-align: left!important;
	}
	.mobile-text-align-right .elementor-widget-container {
		text-align: right!important;
	}
	.mobile-ml-auto {
		margin-left: auto;
	}
	.mobile-mr-auto {
		margin-right: auto;
	}
	.mobile-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	body.with-footer-sticky-cta .footer-bottom {
		padding-bottom: 50px !important;
	}
	.footer-sticky-cta .inner {
		display: block;
		text-align: center;
	}
	.footer-sticky-cta .left {
		margin: 0 0 10px;
	}
	.footer-sticky-cta .right {
		margin: 0;
	}
 
	.sticky-f-mobile{
		display:block;
	}
	.footer-sticky-cta .left,
	.footer-sticky-cta .right{
		display:none;
	}
    
    .section1New h2 {
        font-size: 30px;
    }

    .section1New h3 {
        font-size: 22px;
    }

    .section1New p {
        font-size: 18px;
    }
    
    .small-info-box .elementor-widget-wrap > .elementor-element {
        padding: 0 20px;
    }
    
    .boxTopbg h2 {
        padding: 16px;
        text-align: center;
    }
    
    .boxTopbg .elementor-button {
        margin: 0;
        border-radius: 0;
        width: 100%;
    }

    .boxBottombg .borderBothNone,
    .boxBottombg .borderOne {
      border-bottom: 1px solid #e4e4e0;
      margin-bottom: 0 !important;
    }
    
    .boxBottombg .elementor-icon-box-icon {
        margin-bottom: 5px !important;
    }
    
    .enquire-form-slide .gform_footer{
        margin-top: 0;
    }

}

@media only screen and (max-width: 600px) {
	.post-item .heading {
		font-size: 18px;
		line-height:20px;
	}

	.video-image{
		min-height: 240px;
	}
    
    .rhr-landing-2 .elementor-element-populated > .elementor-widget-wrap img {
        width: 100% !important;
    }
    
    .rhr-landing-casestudies > .elementor-container > .elementor-row {
        margin: 15px;
    }
    
    .rhr-landing-col2bg .elementor-column-wrap > .elementor-widget-wrap {
        padding: 0 !important;
        margin-top: 15px !important;
    }

}

@media only screen and (max-width: 420px) {
	.col-xxs-12 {
		width: 100%;
	}
	.home-ban{
		background: url(/wp-content/uploads/2021/02/mobile-img1.jpg) !important;
    	background-position-y: bottom !important;
    	background-position-x: left !important;
	}
}
.heateorSssSharingRound i{
	width:50px !important;
	height:50px !important;
}
ul.heateor_sss_sharing_ul{
	width: 69%;
    margin: 0 auto!important;
}


.divcovid::-webkit-scrollbar {
	-webkit-overflow-scrolling: auto !important;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
}
.divcovid::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.divcovid::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.divcovid::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.divcovid::-webkit-scrollbar-thumb:active {
  background: #fff;
}
.divcovid::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.divcovid::-webkit-scrollbar-track:hover {
  background: #666666;
}
.divcovid::-webkit-scrollbar-track:active {
  background: #333333;
}

.profile-item img{
	width:100%;
}
@media only screen and (min-width: 500px){
/*.home-ban{
		background:url(/wp-content/uploads/2020/06/Crest-banner-preload-1-1-1-1.jpg) !important;
	}
}*/

.slick-track{
	max-height:535px !important;
}


*/

div, p, span, table, ul, ol, li, a, :before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 15px;
}

body {
	font-family: 'Open Sans', Sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #343433;;
	-webkit-font-smoothing: antialiased;
	position: relative;
	background: #fff;
	margin: 0;
	padding: 0;
	transition: opacity .2s ease;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	padding: 0;
	line-height: 1.25;
	color: #343433;
	font-family: 'Gotham Light', Sans-serif;
	font-weight: normal;
}

h1 { font-size: 63px; }
h2 { font-size: 47px; }
h3 { font-size: 24px; }
h4 { font-size: 30px; }
h5 { font-size: 24px; }
h6 { font-size: 18px; }

p {
	margin: 0 0 20px;
	padding: 0;
}

a, a:visited {
	color: inherit;
}

hr {
	border: none;
	border-bottom: 1px solid #E0E1E4;
	margin: 50px auto;
}

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

.fa, .fas, .fab, .far {
	font-family: "FontAwesome";
	font-style: normal;
}

.site-header .wrap,
.nav-primary .wrap {
	width: 1500px;
	max-width: 100%;
	padding: 0 12px;
	margin: 0 auto;
}

.wrapper, .wrap,
.content-sidebar-wrap {
	width: 1296px;
	max-width: 100%;
	padding: 0 12px;
	margin: 0 auto;
}

.home .content-sidebar-wrap {
	width: 100% !important;
	padding:0 !important;
}
.wrap:after,
.wrapper:after {
	content: '';
	display: block;
	clear: both;
}

.cols-wrapper {
	display: inline-block;
	width: 100%;
}

.container-fullwidth .content-sidebar-wrap {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* Pace */
.pace {
	pointer-events: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #343433;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 3px;
}

/* Header */
.site-header {
	background-color: #fff;
	padding: 10px 0;
	position: relative;
	z-index: 10;
}
.custom-elementor-header {
	z-index: 20;
}

.header-sticky .site-header {
	position: fixed;
	z-index: 100;
	animation-duration: 0.8s;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 1px 10px -5px rgba(0, 0, 0, 0.1);
}
.header-sticky.admin-bar .site-header {
	margin-top: 32px;
}

.elementor-editor-active .site-header-container {
	pointer-events: none;
}

/* Menu */
.custom-elementor-header .menu-item a {
	color: #343433;
}
/* .custom-elementor-header .elementor-nav-menu > li > a,
.custom-elementor-header .elementor-nav-menu > li > a.highlighted,
.custom-elementor-header .elementor-nav-menu > li > a:focus,
.custom-elementor-header .elementor-nav-menu > li > a:hover {
	padding: 0 0 10px;
} */
.custom-elementor-header .elementor-nav-menu > li > a {
	font-size: 13px;
	margin: 0 25px;
}
.elementor-nav-menu--main .elementor-nav-menu > li:last-child > a {
	margin-right: 0;
}
.elementor-nav-menu .sub-menu{
	border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 0 15px 34px 0 rgba(38,42,53,0.14);
}
.elementor-nav-menu .sub-menu a {
	justify-content:center;
}
.custom-elementor-header .elementor-nav-menu .sub-menu a,
.custom-elementor-header .elementor-nav-menu .sub-menu a.highlighted,
.custom-elementor-header .elementor-nav-menu .sub-menu a:focus,
.custom-elementor-header .elementor-nav-menu .sub-menu a:hover {
	padding: 10px 20px;

}
.custom-elementor-header .sub-menu .menu-item a.highlighted,
.custom-elementor-header .sub-menu .menu-item a:hover {
	color: #fff;
}

/* Responsive Menu */
.responsive-menu-trigger-button {
	display: inline-block;
	width: 30px;
	height: 22px;
	background: none;
	position: relative;
	cursor: pointer;
	padding: 0;
	border: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
}
.responsive-menu-trigger-button:hover {
	background: none;
}
.responsive-menu-trigger-button .lines,
.responsive-menu-trigger-button .lines:after,
.responsive-menu-trigger-button .lines:before {
	display: block;
	position: absolute;
	background-color: #020613;
	height: 2px;
}
.responsive-menu-trigger-button .lines:after,
.responsive-menu-trigger-button .lines:before {
	content: '';
	width: 30px;
}
.responsive-menu-trigger-button .lines {
	width: 15px;
	top: 1px;
	transition: background-color 0s 0.15s linear;
}
.responsive-menu-trigger-button .lines:before {
	top: 17px;
	transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.responsive-menu-trigger-button .lines:after {
	top: 9px;
	transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.responsive-menu-trigger-button.active .lines {
	transition-delay: 0.32s;
	background-color: transparent;
}
.responsive-menu-trigger-button.active .lines:before {
	top: 7px;
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 2px, 0) rotate(45deg);
}
.responsive-menu-trigger-button.active .lines:after {
	top: 7px;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, 2px, 0) rotate(-45deg);
}

.ff-responsive-menu {
	width: 370px;
	max-width: 100%;
	height: 100%;
	position: fixed;
	transition: transform 0.5s;
	top: 0;
	right: 0;
	background: #fff;
	color: #343433;
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	overflow: hidden;
}
.responsive-menu-open .ff-responsive-menu {
	transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	z-index: 99999;
}
.ff-responsive-menu-wrapper {
	max-height: 100%;
	overflow-y: auto;
	color: #343433;
}
.ff-responsive-menu-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	z-index: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.responsive-menu-open .ff-responsive-menu-mask {
	z-index: 1000;
	opacity: 1;
	pointer-events: auto;
	cursor: pointer;
}
.admin-bar .ff-responsive-menu {
	padding-top: 32px;
}

.ff-responsive-menu-header {
	padding: 20px 15px 12px 15px;
	box-shadow: 0 2px 17px 0 rgba(2,6,19,0.09);
}
.ff-responsive-menu-header .responsive-menu-trigger-button {
	float: right;
	margin: 9px 0 9px 10px;
	margin-left: 10px;
}
.ff-responsive-menu-header .responsive-menu-trigger-button .lines,
.ff-responsive-menu-header .responsive-menu-trigger-button .lines:after,
.ff-responsive-menu-header .responsive-menu-trigger-button .lines:before {
	background-color: #343433;
}
.ff-responsive-menu-header .responsive-menu-trigger-button.active .lines {
	background-color: transparent;
}

.ff-responsive-menu-footer {
	padding: 0px 0px;
	box-shadow: 0 -2px 14px 0 rgba(2,6,19,0.1);
}

.ff-responsive-menu-footer .btn{
	width: 100%;
	padding: 22px 20px;
}

.ff-responsive-menu-body {
	padding: 15px 0;
}

.ff-responsive-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ff-responsive-menu ul li {
	position: relative;
}

.ff-responsive-menu .menu-item a {
	display: block;
	padding: 13px 20px;
	line-height: 1;
	font-size: 13px;
	text-decoration: none;
	color: #343433;
	font-family: 'Gotham Light';
	font-weight: 600;
	text-transform: uppercase;
}
.ff-responsive-menu .menu-item a:hover {
	opacity: .7;
	text-decoration: underline;
}
.ff-responsive-menu .menu-item.menu-item-has-children > a {
	margin-right: 40px;
}

.ff-responsive-menu .sub-menu {
	display: none;
	padding: 10px 0 10px 15px;
	background: #F5F6F8;
}

.ff-responsive-menu .sub-menu a{
	padding: 13px 10px;
	font-weight: 400;
}

.ff-responsive-menu .sub-menu.active {
	display: block;
}
.ff-responsive-menu .sub-menu-trigger {
	display: inline-block;
	font-size: 11px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	text-align: center;
	cursor: pointer;
	height: 41px;
	line-height: 41px;
	background: transparent;
}
.ff-responsive-menu .sub-menu-trigger:hover {
	opacity: .7;
}
.ff-responsive-menu .sub-menu-trigger .fa:before {
	content: '\f078';
}
.ff-responsive-menu .sub-menu-trigger.active .fa:before {
	content: '\f077';
}

.ff-responsive-menu-sm-links {
	font-size: 20px;
	line-height: 1;
	margin-top: 20px;
	padding: 0px 20px;
}
.ff-responsive-menu-sm-links a {
	display: inline-block;
	margin: 5px 30px 5px 0;
	color: #343433;
}
.ff-responsive-menu-sm-links a,
.ff-responsive-menu-sm-links a:visited,
.ff-responsive-menu-sm-links a:focus {
	color: #343433;
}

/* Advance Search Form */
.asf-container {
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	background: #262A35;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
	height: 100px;
	padding: 25px 0;
	color: #fff;
	position: fixed;
}
.admin-bar .asf-container {
    margin-top: 32px;
}
.asf-wrapper {
	position: relative;
}
.asf-container form {
	position: relative;
	height: 100%;
	margin-right: 60px;
}
.asf-container .search-submit {
	background: none;
	border: none;
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 50%;
	line-height: 1;
	margin-top: -13px;
	opacity: .7;
	padding: 0;
}
.asf-container .search-submit:hover {
	opacity: 1;
}
.asf-container input[type="search"] {
	width: 100%;
	color: #ffffff;
	outline: none;
	font-size: 1.6em;
	height: 100%;
	background-color: transparent;
	border: none;
	background-color: #1e222a;
	background: rgba(0, 0, 0, 0.2);
	padding: 8px 60px 8px 15px;
}
.asf-trigger-container {
	margin-left: 60px;
}
.asf-trigger {
	cursor: pointer;
	line-height: 0;
	display: inline-block;
}
.asf-trigger:hover {
	opacity: .7;
}

.asf-trigger {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 13px;
	font-family:'Gotham Book', Sans-serif;
}
.asf-trigger .fa::before {
	content: "\f002";
    font-family: 'FontAwesome';
	color: #FFF;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 16px;
	margin-right: 8px;
}
/* .asf-trigger .fa:before {
	display: none;
} */
.asf-close {
	cursor: pointer;
}
.asf-close {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	font-size: 25px;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	opacity: .7;
}
.asf-close:hover {
	opacity: 1;
}
.asf-container.is-visible {
	-webkit-animation: cd-slide-in 0.3s;
	animation: cd-slide-in 0.3s;
	opacity: 1;
	visibility: visible;
}
.asf-container.is-visible .asf-close {
	-webkit-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.asf-container.is-visible .search-submit {
	-webkit-animation: cd-slide-in 0.6s;
	-moz-animation: cd-slide-in 0.6s;
	animation: cd-slide-in 0.6s;
}

/* Footer */
.site-footer > .wrap {
	width: 100%;
	padding: 0;
}

.footer-row-1 .social-icons i {
	color: #343433;
    font-family: FontAwesome;
    font-size: 23px;
    line-height: 20px;
    text-align: center;
    margin-right: 30px;
}

/* Sticky Footer CTA */
body.with-footer-sticky-cta .site-footer {
	padding-bottom: 0px;
}

body.with-footer-sticky-cta .footer-bottom {
	padding-bottom: 68px !important;
}

.footer-sticky-cta-container {
	position: relative;
	z-index: 9999;
}
.footer-sticky-cta {
	display: none;
	position: fixed;
    width: 100%;
    padding: 0;
    color: #fff;
    left: 0;
    bottom: 0;
}
.footer-sticky-cta .wrapper {
    width: 1272px;
    padding: 10px 12px 4px 14px;
    background: #A6916B;
}
.footer-sticky-cta.stick {
	display: block;
}
.footer-sticky-cta.disabled {
	display: none;
}
.footer-sticky-cta .inner {
	position: relative;
	display: flex;
    justify-content: space-between;
	align-items: center;
	padding: 0px;
}
.footer-sticky-cta .left {
	margin: 0 14px;
    font-family: 'Gotham Light';
    letter-spacing: 2px;
    line-height: 21px;
    font-weight: normal;
    font-size: 17px;
}

.footer-sticky-cta .left .blur{
	opacity: 0.64;
}
.footer-sticky-cta .right {
    margin: 0 6px;
}
.footer-sticky-cta .close-btn {
	font-size: 20px;
	cursor: pointer;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	margin-top: -16px;
	background: none;
	text-align: center;
	display: none;
}
.footer-sticky-cta .close-btn:hover {
	opacity: .7;
}

.sticky-f-mobile{
	display:none;
}
.sticky-f-mobile a{
	font-size:20px;
	font-family:'Gotham Book', Sans-serif;
	text-decoration:none;
}
.sticky-f-mobile a:hover{
	text-decoration:underline;
}

/* Fixes */
.custom-cart-popup {
	width: 0;
	height: 0;
	overflow: hidden;
}
div.elementor-menu-cart__container {
	z-index: 999999;
}

/* Buttons */
.elementor-button,
button,
input[type="button"],
input[type="submit"],
.btn {
	background-color: #343433;
	border: 1px solid #343433;
	color: #fff;
	border-radius: 1px;
	font-family: 'Gotham Book', Sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing:1px;
	padding: 16.5px 30px;
	line-height: 1;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	outline: none;
	transition: .3s ease;
	text-align: center;
}

button,
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
}
.elementor-button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.btn:hover {
	background-color: #A6916B;
	border-color: #A6916B;
	color: #fff;
}
.btn:visited, .btn:focus {
	color: #fff;
}
.btn.secondary,
.secondary .elementor-button.elementor-size-md,
.btn.style-3{
	background:#fff;
	border-color:#A6916B;
	color:#343433;
}
.btn.secondary:hover,
.secondary .elementor-button.elementor-size-md:hover,
.btn.style-3:hover{
	background:#A6916B;
	color:#fff;
}
.btn.style-3{
	padding:12px 30px;
}
.btn.terrain,
.terrain .elementor-button.elementor-size-md {
	background: transparent;
	border: 1px solid #FFF;
	color: #fff;
}
.btn.terrain:hover,
.terrain .elementor-button.elementor-size-md:hover {
	background: #A6916B;
	border-color: #A6916B;
	color: #FFF;
}
.btn.full {
	width: 100%;
	text-align: center;
}

.elementor-button.elementor-size-md {
	font-size: 14px;
	border-radius: 1px;
	padding:16.5px 30px;
}

/* Animations */
@-webkit-keyframes cd-slide-in {
	0% { transform: translateY(-100%); -webkit-transform: translateY(-100%); }
	100% { transform: translateY(0); -webkit-transform: translateY(0); }
}
@keyframes cd-slide-in {
	0% { -webkit-transform: translateY(-100%); -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }
	100% { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
}

@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
@-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
.fade-load {
	-webkit-animation: fadein 2s;
	-moz-animation: fadein 2s;
	-ms-animation: fadein 2s;
	-o-animation: fadein 2s;
	animation: fadein 2s;
}

@-webkit-keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInUp {
	0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.animate-fade-in-up {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInUp;
	animation-name:         fadeInUp;
}

@-webkit-keyframes fadeInDown {
	0% {  opacity: 0; -webkit-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.animate-fade-in-down {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInDown;
	animation-name:         fadeInDown;
}

@-webkit-keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-20px); transform: translateX(-20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform: translateX(-20px); -ms-transform: translateX(-20px); transform: translateX(-20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.animate-fade-in-left {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInLeft;
	animation-name:         fadeInLeft;
}

@-webkit-keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(20px); transform: translateX(20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); transform: translateX(0); }
}
@keyframes fadeInRight {
	0% { opacity: 0; -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }
	100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }
}
.animate-fade-in-right {
	-webkit-animation-duration: 0.5s;
	animation-duration:         0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode:         both;
	-webkit-animation-name: fadeInRight;
	animation-name:         fadeInRight;
}

@-webkit-keyframes slide-in-fwd-bottom{0%{-webkit-transform:translateZ(-1400px) translateY(800px);transform:translateZ(-1400px) translateY(800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}
@keyframes slide-in-fwd-bottom{0%{-webkit-transform:translateZ(-1400px) translateY(800px);transform:translateZ(-1400px) translateY(800px);opacity:0}100%{-webkit-transform:translateZ(0) translateY(0);transform:translateZ(0) translateY(0);opacity:1}}
.slide-in-fwd-bottom{-webkit-animation:slide-in-fwd-bottom 1s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-fwd-bottom 1s cubic-bezier(.25,.46,.45,.94) both}

/* Post Item */
.post-item {
	width: 409px;
	max-width: 100%;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 7px 15px 0 rgba(2,6,19,0.12);
	line-height: 1;
}
.post-item .s2 {
	min-height: 124px;
	padding: 12px 15px 20px;
	line-height: 1.8;
	position: relative;
}
.post-item .image {
	line-height: 0;
	background-color: #F9FAFC;
}
.recent-news .post-item .image{
	height:170px;
	overflow:hidden;
}
.post-item .heading {
	margin-bottom: 8px;
	height: 60px;
    display: flex;
    align-items: center;
    color: #343433;
    font-family: 'Gotham Light';
	font-size: 22px;
	font-weight:normal;
    line-height: 28px;
}
.post-item .text {
	font-size: 14px;
    height: 75px;
    margin-bottom: 0px;
    line-height: 25px;
}
.post-item .link-container {
	margin-top: 10px;
}

a.more-link,
.more-link:focus,
.more-link:visited {
	color: #020612;
	text-decoration: underline;
	font-size: 12px;
	font-weight: 600;
}
.more-link:hover {
	color: #020612;
	text-decoration: none;
}

.image-tag {
	display: inline-block;
	pointer-events: none;
	text-transform: uppercase;
	z-index: 1;
	color: #A6916B;
	font-family: 'Gotham Bold', Sans-serif;
	font-size: 10px;
	font-weight:normal !important;
	letter-spacing: 0.91px;
	line-height: 12px;
	text-shadow: none;
}

.with-loading-svg {
	background-image: url(images/svg/loading-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.b-lazy {
	opacity: 0;
	transition: opacity .5s ease;
}
.b-lazy.b-loaded {
	opacity: 1;
}

/* Form Styles */
#gform_submit_button_26, #gform_submit_button_28 {
    margin-top: 25px;
}

#gform_26_validation_container h2.gform_submission_error.hide_summary, #gform_28_validation_container h2.gform_submission_error.hide_summary {
    font-size: 15px;
}

ul#input_26_17, ul#input_28_17 {
    width: 80%;
}

input#choice_26_17_1, input#choice_28_17_1 {
    margin: 7px 5px;
}
li.gchoice.gchoice_26_17_1, li.gchoice.gchoice_28_17_1 {
    width: 400px;
    display: flex;
}


input[type="email"], input[type="number"], input[type="password"],
input[type="search"], input[type="tel"], input[type="text"],
textarea, select {
	background-color: #FFFFFF;
	outline: none;
	line-height: 1;
	padding: 14px 25px;
	border: 1px solid #E0E1E4;
	font-family: inherit;
	font-size: inherit;
	height: 50px;
	box-sizing: border-box;
	border-radius: 0;
	max-width: 100%;
}

textarea {
	height: initial;
}

textarea,
select.large,
input.large {
	width: 100%;
}

label {
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
}

.hide-label .gfield_label {
	display: none;
}

.gform_fields ul,
ul.gform_fields {
	list-style: none;
	padding: 0;
}
.gfield {
	margin-bottom: 10px;
}

.gfield_required {
	color: #FA7D5A;
	margin-left: 4px;
}
.gfield_error input,
.gfield_error textarea,
.gfield_error select {
	border-color: #FA7D5A;
}
.error label,
.gfield_error .gfield_label {
	color: #FA7D5A;
}
.validation_message {
	font-size: 12px;
	font-weight: 700;
	color: #FA7D5A;
	padding: 5px 0;
}
.validation_error {
	color: #FA7D5A;
	border: 2px solid #FA7D5A;
	border-left: none;
	border-right: none;
	font-weight: 700;
	text-align: center;
	clear: both;
	padding: 10px;
}

.gform_ajax_spinner {
	position: absolute;
	padding-left: 10px;
}

::-webkit-input-placeholder { opacity: 0.4; }
:-moz-placeholder { opacity: 0.4; }
::-moz-placeholder { opacity: 0.4;}
:-ms-input-placeholder { opacity: 0.4; }

/* Elementor Overrides */
span.elementor-heading-title,
.sub-heading-style,
.widget-sub-title {
	color: #004345;
	font-weight: 600;
	font-style: italic;
}

/* Helpers */
.ratio {
	display: inline-block;
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
}
.ratio iframe,
.ratio object,
.ratio embed,
.ratio img {
	position: absolute;
	display: block;
	max-width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.ratio-16-9 {
	padding: 56.25% 0 0 0;
}
.ratio-409-174 {
	padding: 42.542787% 0 0 0;
}

.bold {
	font-weight: 700;
}

.ml-auto { margin-left: auto; }
.mr-20 { margin-right: 20px; }

.truncate,
.truncate-text {
	overflow: hidden;
}

.hide {
	display: none!important;
}

.text-gold,
.gold{
	color:#a6916b;
}

/*Custom*/

.dash-top-title::before {
    content: '';
    height: 1px;
    width: 20px;
    border-top: 1px solid #A6916B;
    display: block;
    margin-bottom: 16px;
}

.dash-top-title-center::before {
    content: '';
    height: 1px;
    width: 20px;
    border-top: 1px solid #A6916B;
    display: inline-block;
    margin-bottom: 8px;
    text-align: center;
}

.testimonial-quote {
	
}

.testimonial-quote img{

}

.testimonials-carousel .slick-dots {
	padding: 0;
}

.testimonials-carousel .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.testimonials-carousel .slick-dots li.slick-active button {
    background: #AF976E;
}

.testimonials-carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
    border-radius: 100%;
}

.fbf-footer a:after {
    content: '';
    position: absolute;
    background: url(/wp-content/themes/crestaccountants/images/svg/5x5-footer-icon.svg) no-repeat !important;
    background-position: center !important;
    display: inline-block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	margin-top:5px !important;
    width: 15px;
    height: 15px;
}


/*Enquire Form Slide*/
.enquire-form-slide #field_20_1 .gfield_label,
.enquire-form-slide #field_20_2 .gfield_label,
.enquire-form-slide #field_20_3 .gfield_label,
.enquire-form-slide #field_20_4 .gfield_label,
.enquire-form-slide #field_20_5 .gfield_label{
	display: none;
}

.enquire-form-slide #field_20_1 input,
.enquire-form-slide #field_20_2 input,
.enquire-form-slide #field_20_3 input,
.enquire-form-slide #field_20_4 input,
.enquire-form-slide #field_20_5 textarea{
	background: transparent;
	border: none;
    border-bottom: 1px solid #fff;
    padding: 14px 0px;
    color: #fff;
    font-family: "Open Sans";	
    font-size: 15px;	
    line-height: 28px;
}
.enquire-form-slide #field_20_5 textarea{
    height: 80px;
}

.enquire-form-slide ::placeholder,
.subscribe-form-slide ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.enquire-form-slide :-ms-input-placeholder,
.subscribe-form-slide :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

.enquire-form-slide ::-ms-input-placeholder,
.subscribe-form-slide ::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

.enquire-form-slide #gform_submit_button_20 {
    background: #fff;
    padding: 16px 12px;
    border-radius: 1px;
}

.enquire-form-slide .gform_footer{
    float: right;
    margin-top: -70px;
}

.enquire-form-slide #field_20_6 {
	max-width: 500px;
}

.enquire-form-slide #field_20_6 .gfield_label {
	color: #fff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-decoration: underline;
}

.ls-1 a {
	letter-spacing: 1px;
}

/*Subscribe Form*/
.subscribe-form-slide li .gfield_label{
	display: none;
}

.subscribe-form-slide #gform_submit_button_13 {
    background: #fff;
    padding: 16px 12px;
    border-radius: 1px;
}

.subscribe-form-slide .gform_footer {
	float: right;
}


.subscribe-form-slide input,
.subscribe-form-slide input{
	background: transparent;
	border: none;
    border-bottom: 1px solid #fff;
    padding: 14px 0px;
    color: #fff;
    font-family: "Open Sans";	
    font-size: 15px;	
    line-height: 28px;
}

/*  Video Widget  */
.video-box{
	border: 1px solid #E0E1E4;	
	background-color: #FFFFFF;
	box-shadow: 0 0 34px 0 rgba(2,6,19,0.13);
	padding:10px;
	width:100%;
	max-width:585px;
	margin:auto;
	
}
.video-image{
	background: url(/wp-content/themes/immigate/images/testimonial-img.jpg) no-repeat;
	background-size: cover !important;
	background-position: center !important;
	min-height: 340px;
	width: 100%;
	margin:auto;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	justify-content: center;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}

.home-mobile-top-banner{
	position:relative;
	width:300px !important;
	margin:auto;
}

.home-mobile-top-banner:after{
	content:'';
	background: url(/wp-content/uploads/2019/09/arrowl-left-white.svg) no-repeat;
	width:21px;
	height:12px;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.media-box-image {
    width: 100% !important;
    height: 100% !important;
}

/* added by Nure */

.col-4-bg .elementor-column-wrap {
    background: #3e3e3c;
    margin: 10px;
}

.col-4-bg .elementor-icon-box-wrapper {
    padding: 0 30px 30px !important;
}

.col-4-bg .elementor-icon {
    color: #a6916b !important;
}

.col-4-bg h4 {
    color: #fff !important;
    font-size: 22px !important;
}

.col-4-bg p {
    color: #fff !important;
}

.col-4-bg .elementor-widget-image {
    margin-bottom: 0 !important;
}

.col-4-bg .elementor-image img {
    max-width: 100px !important;
}

.small-info-box .elementor-column-wrap {
    background: #fff;
    margin: 10px;
    border-radius: 5px;
}

.small-info-box .elementor-widget-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.small-info-box .elementor-icon {
    color: #a6916b !important;
    font-size: 38px !important;
}

.small-info-box h4 {
    font-size: 22px !important;
    margin-bottom: 0 !important;
}

.small-info-box .elementor-icon-box-icon {
    margin-bottom: 0 !important;
}

.small-info-box .elementor-icon-box-wrapper {
    padding-top: 0 !important;
    padding-bottom: 15px !important;
}

.small-info-box .elementor-image img {
    max-width: 75px !important;
}

.small-info-box .elementor-widget-wrap > .elementor-element {
    margin-bottom: 0 !important;
}

.testimonials-container {
    color: #fff !important;
}

.testimonials-container .elementor-widget-wrap {
    max-width: 900px !important;
    margin: 0 auto;
}

.testimonials-container .section-title h2 {
    color: #fff !important;
}

.testimonials-container .quoteTxt {
    font-family: 'Gotham Light', Sans-serif;
    color: #fff !important;
    font-size: 136px !important;
    line-height: normal;
    position: absolute;
    top: 70px;
    z-index: 12;
}

.testimonials-container .elementor-widget-testimonial-carousel {
    padding: 50px 0 0 50px !important;
}

.elementor-widget-testimonial-carousel .elementor-testimonial__text {
    font-style: normal !important;
    font-size: 15px !important;
}

.testimonials-container .swiper-pagination-bullet {
    border: 1px solid #a6916b !important;
}

.testimonials-container .swiper-pagination-bullet-active {
    background: #a6916b !important;
}

.darkBox h3 {
    color: #fff !important;
}

.darkBox,
.darkBox p {
    color: #a6916b !important;
}

.contactForm .gform_wrapper label {
    font-size: 15px !important;
    font-weight: normal !important;
    color: #fff !important;
}

.contactForm input[type="email"], 
.contactForm input[type="number"], 
.contactForm input[type="password"], 
.contactForm input[type="search"], 
.contactForm input[type="tel"], 
.contactForm input[type="text"], 
.contactForm textarea, 
.contactForm select {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.contactForm input[type="submit"] {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
}

.contactForm input[type="submit"]:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #a6916b !important;
}

.contactForm h2.gform_submission_error {
    color: #fff !important;
    margin-bottom: 0;
}

.btnAlt1 .elementor-button {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
}

.btnAlt1 .elementor-button:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #a6916b !important;
}

.btnAlt1 .elementor-shortcode {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16.5px 30px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    transition: .3s ease;
}

.btnAlt1 .elementor-shortcode:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #a6916b !important;
    transition: .3s ease;
}

.section1New h2 {
    font-size: 52px;
    color: #fff;
}

.section1New h3 {
    font-size: 38px;
    color: #fff;
    line-height: 1.2;
}

.section1New .elementor-text-editor,
.section1New .elementor-text-editor p{
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.section1New span.txtcolor {
    font-weight: bold;
    color: #a6916b;
}

.section1New .contactFormTop {
    background: #3e3e3c;
    padding: 40px !important;
}

.section1New .contactFormTop h3 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.section1New .contactFormTop input[type="email"], 
.section1New .contactFormTop input[type="number"], 
.section1New .contactFormTop input[type="password"], 
.section1New .contactFormTop input[type="search"], 
.section1New .contactFormTop input[type="tel"], 
.section1New .contactFormTop input[type="text"], 
.section1New .contactFormTop textarea, 
.section1New .contactFormTop select {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.section1New .contactFormTop .select-container {
    display: block !important;
}

.section1New .contactFormTop textarea {
    height: 90px;
}

.contactForm .gform_validation_container,
.section1New .contactFormTop .gform_validation_container {
  display: none !important;
}

.section1New .contactFormTop input[type="submit"] {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
    display: block;
    width: 100%;
}

.section1New .contactFormTop input[type="submit"]:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #a6916b !important;
}

.section1New h2.gform_submission_error {
    font-size: 15px !important;
    margin: 0 !important;
}

.img-box-border {
    border: 1px solid #e0e1e4;
    background-color: #fff;
    box-shadow: 0 0 34px 0 rgba(2,6,19,.13);
    padding: 10px;
    margin: auto;
}

.listStyle ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.listStyle ul li {
    padding-left: 30px !important;
}

.listStyle ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 14px;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 10px;
    margin: auto;
    color: #a6916b;
}

.landing-blog article.elementor-post {
    background: #fff;
    box-shadow: 0 7px 20px 0 rgba(2,6,19,0.12);
    border-bottom: 1px solid #F5F6F8;
}

.landing-blog .elementor-post > .elementor-post__text {    
    min-height: 165px;
    padding: 0 15px 15px;
    position: relative;
    overflow: hidden;
}

.landing-blog h3.elementor-post__title {
    margin-bottom: 12px !important;
}

.landing-blog h3.elementor-post__title a {
    font-size: 22px !important;
    line-height: 1.4;
    
}

.page-id-6654 .footer-sticky-cta-container {
    display: none !important;
}


.rhr-landing-1 h2 {
    font-size: 52px;
    color: #fff;
}

.rhr-landing-1 h3 {
    font-size: 38px;
    color: #fff;
    line-height: 1.2;
}

.rhr-landing-1 .elementor-text-editor,
.rhr-landing-1 .elementor-text-editor p{
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

.rhr-landing-1 span.txtcolor {
    font-weight: bold;
    color: #a6916b;
}

.rhr-landing-1 .contactFormTop {
    background: rgba(166,145,107,0.7);
    padding: 40px !important;
}

.rhr-landing-1 .contactFormTop h3 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.rhr-landing-1 .contactFormTop input[type="email"], 
.rhr-landing-1 .contactFormTop input[type="number"], 
.rhr-landing-1 .contactFormTop input[type="password"], 
.rhr-landing-1 .contactFormTop input[type="search"], 
.rhr-landing-1 .contactFormTop input[type="tel"], 
.rhr-landing-1 .contactFormTop input[type="text"], 
.rhr-landing-1 .contactFormTop textarea, 
.rhr-landing-1 .contactFormTop select {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.rhr-landing-1 .contactFormTop .select-container {
    display: block !important;
}

.rhr-landing-1 .contactFormTop textarea {
    height: 90px;
}

.contactForm .gform_validation_container,
.rhr-landing-1 .contactFormTop .gform_validation_container {
  display: none !important;
}

.rhr-landing-1 .contactFormTop input[type="submit"] {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #a6916b !important;
    display: block;
    width: 100%;
}

.rhr-landing-1 .contactFormTop input[type="submit"]:hover {
    background: #343433 !important;
    border: 1px solid #343433 !important;
    color: #fff !important;
}

.rhr-landing-1 h2.gform_submission_error {
    font-size: 15px !important;
    margin: 0 !important;
}

.rhr-landing-2 .elementor-element-populated > .elementor-widget-wrap {
    background: #a6916b !important;
    padding: 0 !important;
    margin: 15px;
}

.rhr-landing-2 .elementor-icon-box-wrapper {
    padding: 0 25px 35px !important;
}

.rhr-landing-2 .elementor-icon-box-wrapper h4 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #fff !important;
    line-height: 1.3 !important;
}

.rhr-landing-2 .elementor-icon-box-wrapper p {
    font-weight: 500 !important;
    color: #fff !important;
    line-height: 1.5 !important;
}

.rhr-landing-col2bg .elementor-widget-wrap > .elementor-element {
    background: #a6916b !important;
    margin: 0 !important;
    padding-bottom: 20px;
}

.rhr-landing-col2bg h5 {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff !important;
}

.rhr-landing-col2bg .elementor-text-editor {
    padding-left: 15px;
    padding-right: 15px;
    color: #fff !important;
}

.rhr-title-color h4 {
    color: #a6916b !important;
}

.btnAlt2 .elementor-button {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #a6916b !important;
}

.btnAlt2 .elementor-button:hover {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
    color: #fff !important;
}

.btnAlt2 .elementor-shortcode {
    background: #fff !important;
    border: 1px solid #fff !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16.5px 30px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color: #a6916b;
    transition: .3s ease;
}

.btnAlt2 .elementor-shortcode:hover {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
    color: #fff !important;
    transition: .3s ease;
}

.rhr-landing-casestudies > .elementor-container > .elementor-row {
    border: 1px solid #e0e1e4;
    background-color: #fff;
    box-shadow: 0 0 34px 0 rgba(2,6,19,.13);
    padding: 15px;
}

.rhr-landing-col2bg .elementor-column-wrap > .elementor-widget-wrap {
    padding: 0 0 0 15px !important;
}

.rhr-landing-col1bg .elementor-column-wrap > .elementor-widget-wrap {
    background: #f1f1f1 !important;
}

.testimonials-container.rhr-landing-testimonials .elementor-widget-testimonial-carousel {
    background: rgba(166,145,107,0.7);
    padding: 20px 20px 0 20px !important;
    margin-top: 35px;
    z-index: 11;
}

.boxTopbg {
    background: #fff;
    border-radius: 5px 5px 0 0 !important;
    padding: 0;
    margin: 0 !important;
    border: 1px solid #e0e0dc;
    border-bottom: 0;
}

.boxTopbg > .elementor-container > .elementor-row {
    background: #e0e0dc !important;
    border-radius: 4px 4px 0 0;
}

.boxTopbg .elementor-button {
    background: #a6916b !important;
    border: 1px solid #a6916b !important;
    border-radius: 0 4px 0 0;
    margin: 0;
    margin-right: -5px;
    padding: 16.5px 50px !important;
}

.boxTopbg h2 {
    font-size: 22px !important;
    color: #222 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.boxBottombg {
    background: #f6f6f6;
    border-radius: 0 0 5px 5px !important;
    box-shadow: 0 0 34px 0 rgb(38 42 53 / 14%) !important;
    border: 1px solid #e0e0dc;
    border-top: 0;
}

.boxBottombg .elementor-container > .elementor-row > .elementor-column:first-child,
.boxBottombg .elementor-container > .elementor-row > .elementor-column:nth-child(2) {
    border-right: 1px solid #E4E4E0;
}

.boxBottombg .borderBoth {
    border-bottom: 1px solid #E4E4E0;
    margin-bottom: 0 !important;
}

.boxBottombg .borderBothNone {
    
}

.boxBottombg .elementor-icon-box-wrapper {
    padding: 15px 20px;
}

.boxBottombg .elementor-icon {
    font-size: 16px !important;
    margin-top: 4px;
}

.boxBottombg h3 {
    font-size: 20px !important;
    margin-bottom: 2px !important;
}

.page-id-6816 .elementor-section-wrap,
.page-id-6838 .elementor-section-wrap {
    background: #fff;
}


.sectionFloating {
    margin-top: -200px;
    background: none !important;
}

.shareNow .elementor-button {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #333 !important;
    border-radius: 42px;
    padding: 1px 1px 1px 50px !important
}

.shareNow .elementor-button .elementor-button-icon {
    background: #a6916b !important;
    padding: 18px;
    border-radius: 50%;
    color: #fff !important;
}

.shareNow .elementor-button .elementor-button-text {
    line-height: 48px;
}





/* Responsive Styles */
@media only screen and ( max-width: 1024px ) {
	.tablet-text-align-center .elementor-widget-container {
		text-align: center!important;
	}
	.tablet-text-align-left .elementor-widget-container {
		text-align: left!important;
	}
	.tablet-text-align-right .elementor-widget-container {
		text-align: right!important;
	}
	.tablet-ml-auto {
		margin-left: auto;
	}
	.tablet-mr-auto {
		margin-right: auto;
	}
	.tablet-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	.formtable{
		width:1000px !important;
	}
}

@media only screen and (max-width: 767px) {

	h1, .h1 { font-size: 34px; }
	h2, .h2 { font-size: 30px; }
	h3, .h3 { font-size: 24px; }
	h4, .h4 { font-size: 22px; }
	h5, .h5 { font-size: 18px; }
	h6, .h6 { font-size: 16px; }

	.mobile-text-align-center .elementor-widget-container {
		text-align: center!important;
	}
	.mobile-text-align-left .elementor-widget-container {
		text-align: left!important;
	}
	.mobile-text-align-right .elementor-widget-container {
		text-align: right!important;
	}
	.mobile-ml-auto {
		margin-left: auto;
	}
	.mobile-mr-auto {
		margin-right: auto;
	}
	.mobile-mx-auto {
		margin-left: auto;
		margin-right: auto;
	}
	body.with-footer-sticky-cta .footer-bottom {
		padding-bottom: 50px !important;
	}
	.footer-sticky-cta .inner {
		display: block;
		text-align: center;
	}
	.footer-sticky-cta .left {
		margin: 0 0 10px;
	}
	.footer-sticky-cta .right {
		margin: 0;
	}
 
	.sticky-f-mobile{
		display:block;
	}
	.footer-sticky-cta .left,
	.footer-sticky-cta .right{
		display:none;
	}
    
    .section1New h2 {
        font-size: 30px;
    }

    .section1New h3 {
        font-size: 22px;
    }

    .section1New p {
        font-size: 18px;
    }
    
    .small-info-box .elementor-widget-wrap > .elementor-element {
        padding: 0 20px;
    }
    
    .boxTopbg h2 {
        padding: 16px;
        text-align: center;
    }
    
    .boxTopbg .elementor-button {
        margin: 0;
        border-radius: 0;
        width: 100%;
    }

    .boxBottombg .borderBothNone,
    .boxBottombg .borderOne {
      border-bottom: 1px solid #e4e4e0;
      margin-bottom: 0 !important;
    }
    
    .boxBottombg .elementor-icon-box-icon {
        margin-bottom: 5px !important;
    }

}

@media only screen and (max-width: 600px) {
	.post-item .heading {
		font-size: 18px;
		line-height:20px;
	}

	.video-image{
		min-height: 240px;
	}
    
    .rhr-landing-2 .elementor-element-populated > .elementor-widget-wrap img {
        width: 100% !important;
    }
    
    .rhr-landing-casestudies > .elementor-container > .elementor-row {
        margin: 15px;
    }
    
    .rhr-landing-col2bg .elementor-column-wrap > .elementor-widget-wrap {
        padding: 0 !important;
        margin-top: 15px !important;
    }

}

@media only screen and (max-width: 420px) {
	.col-xxs-12 {
		width: 100%;
	}
	.home-ban{
		background: url(/wp-content/uploads/2021/02/mobile-img1.jpg) !important;
    	background-position-y: bottom !important;
    	background-position-x: left !important;
	}
}
.heateorSssSharingRound i{
	width:50px !important;
	height:50px !important;
}
ul.heateor_sss_sharing_ul{
	width: 69%;
    margin: 0 auto!important;
}


.divcovid::-webkit-scrollbar {
	-webkit-overflow-scrolling: auto !important;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
}
.divcovid::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.divcovid::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.divcovid::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
.divcovid::-webkit-scrollbar-thumb:active {
  background: #fff;
}
.divcovid::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
.divcovid::-webkit-scrollbar-track:hover {
  background: #666666;
}
.divcovid::-webkit-scrollbar-track:active {
  background: #333333;
}

.profile-item img{
	width:100%;
}
@media only screen and (min-width: 500px){
/*.home-ban{
		background:url(/wp-content/uploads/2020/06/Crest-banner-preload-1-1-1-1.jpg) !important;
	}
}*/

.slick-track{
	max-height:535px !important;
}

