/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}
.testimonial-full_width.dnd-section .dnd-column {
	padding: 0 0;
}

.dnd-row > .row-fluid , .kerckheart-container > .row-fluid {
	margin: 0 auto;
	max-width: 1235px;  
}
.testimonial-full_width .dnd-row > .row-fluid {
	margin: 0 auto;
	max-width: 100%;  
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .dnd-row > .row-fluid , .kerckheart-container > .row-fluid {
    max-width: 1200px; 
  }
  .testimonial-full_width .dnd-row > .row-fluid {
    margin: 0 auto;
    max-width: 100%;  
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .dnd-row > .row-fluid , .kerckheart-container > .row-fluid {
    max-width: 990px;
  }
  .testimonial-full_width .dnd-row > .row-fluid {
    margin: 0 auto;
    max-width: 100%;  
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dnd-row > .row-fluid , .kerckheart-container > .row-fluid {
    max-width: 750px;
  }
  .testimonial-full_width .dnd-row > .row-fluid {
    margin: 0 auto;
    max-width: 100%;  
  }
}

@media only screen and (max-width: 767px) {
  .dnd-row > .row-fluid , .kerckheart-container > .row-fluid {
    max-width: 540px;
  }
  .testimonial-full_width .dnd-row > .row-fluid {
    margin: 0 auto;
    max-width: 100%;  
  }
}
@media only screen and (max-width: 575px) {
  .dnd-row > .row-fluid , .kerckheart-container > .row-fluid {
    max-width: 100%;
  }
  .testimonial-full_width .dnd-row > .row-fluid {
    margin: 0 auto;
    max-width: 100%;   
  }
}

/* specifically to have the feature (icons) overlay the jumbotron */

.overlay-a-bit .row-fluid .dnd-column .dnd-row:nth-child(2) {
  position: relative;
  top: -50px;  
  padding: 0 6em;
}

.overlay-a-bit .row-fluid .dnd-column .dnd-row:nth-child(2) .dnd-column{
  padding:0;
}

/* .about-section .row-fluid-wrapper:first-child{
  border-radius: 1.5em;
} */ 
/* Responsive grids */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}

.row-fluid .span11 {
  width: 91.66666667%;
}

.row-fluid .span10 {
  width: 83.33333333%;
}

.row-fluid .span9 {
  width: 75%;
}

.row-fluid .span8 {
  width: 66.66666667%;
}

.row-fluid .span7 {
  width: 58.33333333%;
}

.row-fluid .span6 {
  width: 50%;
}

.row-fluid .span5 {
  width: 41.66666667%;
}

.row-fluid .span4 {
  width: 33.33333333%;
}

.row-fluid .span3 {
  width: 25%;
}

.row-fluid .span2 {
  width: 16.66666667%;
}

.row-fluid .span1 {
  width: 8.33333333%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  
  .row-fluid .span11 {
    width: 91.66666667%;
  }
  
  .row-fluid .span10 {
    width: 83.33333333%;
  }
  
  .row-fluid .span9 {
    width: 75%;
  }
  
  .row-fluid .span8 {
    width: 66.66666667%;
  }
  
  .row-fluid .span7 {
    width: 58.33333333%;
  }
  
  .row-fluid .span6 {
    width: 50%;
  }
  
  .row-fluid .span5 {
    width: 41.66666667%;
  }
  
  .row-fluid .span4 {
    width: 33.33333333%;
  }
  
  .row-fluid .span3 {
    width: 25%;
  }
  
  .row-fluid .span2 {
    width: 16.66666667%;
  }
  
  .row-fluid .span1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  
  .row-fluid .span11 {
    width: 91.66666667%;
  }
  
  .row-fluid .span10 {
    width: 83.33333333%;
  }
  
  .row-fluid .span9 {
    width: 75%;
  }
  
  .row-fluid .span8 {
    width: 66.66666667%;
  }
  
  .row-fluid .span7 {
    width: 58.33333333%;
  }
  
  .row-fluid .span6 {
    width: 50%;
  }
  
  .row-fluid .span5 {
    width: 41.66666667%;
  }
  
  .row-fluid .span4 {
    width: 33.33333333%;
  }
  
  .row-fluid .span3 {
    width: 25%;
  }
  
  .row-fluid .span2 {
    width: 16.66666667%;
  }
  
  .row-fluid .span1 {
    width: 8.33333333%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/*-------- Responsive --------*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-section .span3 {
    width: 50%;
  }
  .chef-section .span4 {
    width: 50%;
  } 
  .about-section .span6 ,
  .video-section .span5 ,
  .video-section .span7 ,
  .contact-map-and-form-section .span6 ,
  .reservation-section .span6{
    width: 100%;
  }
  
}

/*--- scss --*/
:root {
	--base-color: rgba(28, 27, 27, 1.0); 

	--primary-color: rgba(11, 66, 142, 1.0);

	--secondary-color: rgba(36, 79, 178, 1.0);

	--headings-color: rgba(28, 27, 27, 1.0);

	--link-color:rgba(36, 79, 178, 1.0);

	--link-hover-color: rgba(36, 79, 178, 1.0);

	--body-font-family: Poppins;
	--body-font-size: 16px;
	--body-font-weight: 400;

	--heading-one: 50px;
    --heading-one-style: font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;

    --heading-two-style: font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    --heading-two: 28px;

    --heading-three-style: font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    --heading-three: 24px;

    --heading-four-style: font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
    --heading-four: 20px;

    --heading-five-style: font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
    --heading-five: 18px;

    --heading-six-style: font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;  
    --heading-six: 16px;
	
	--form-header-text-color: rgba(28, 27, 27, 1.0); 

    --form-header-background-color: rgba(255, 255, 255, 1.0);  

    --form-inputs-text-color: rgba(135, 135, 135, 1.0); 

    --form-fieldBorder-color: rgba(230, 230, 231, 1.0);

    --form-fieldInput-bg-color: rgba(255, 255, 255, 1.0);

    --form-label-font-color: rgba(135, 135, 135, 1.0); 

    --form-help-text-font-color: rgba(28, 27, 27, 1.0);

    --form-input-border-color: rgba(230, 230, 231, 1.0);

    --form-input-focus-border-color: rgba(36, 79, 178, 1.0);

    --form-bg-color: rgba(255, 255, 255, 0.0);

    --form-border-color: rgba(255, 255, 255, 0.0);

    --form-btn-text-color: rgba(255, 255, 255, 1.0);

    --form-btn-border-color: rgba(240, 129, 0, 1.0);

    --form-btn-bg-color: rgba(240, 129, 0, 1.0);

    --form-btn-hover-text-color: rgba(255, 255, 255, 1.0); 

    --form-btn-hover-border-color: rgba(240, 129, 0, 1.0);

    --form-btn-hover-bg-color: rgba(240, 129, 0, 1.0);

    --form-errorMsgColor: rgba(170, 62, 57, 1.0);

    --form-successMsgColor: rgba(42, 70, 52, 1.0);

	
    --header-height: 100px;
    --header-background-color: rgba(255, 255, 255, 1.0);
    --header-border-color: rgba(255, 255, 255, 1.0);

    --menu-link-color: rgba(28, 27, 27, 1.0);

    --menu-link-hover-color: rgba(28, 27, 27, 1.0);

    --child-menu-link-color: rgba(28, 27, 27, 1.0);

    --child-menu-link-hover-color: rgba(28, 27, 27, 1.0);

    --dropdown-bg-color: rgba(255, 255, 255, 1.0);

    --footer-bg-color: rgba(255, 255, 255, 1.0); 

    --footer-link-color: rgba(28, 27, 27, 1.0);

    --footer-link-hover-color: rgba(11, 66, 142, 1.0); 

    --footer-border-color: rgba(255, 255, 255, 1.0);  

    --footer-bottom-text-color: rgba(28, 27, 27, 1.0);

	--body-line-height: 1.75;
	--headings-line-height: 1.39;
	--border-radius: 1em;
	--border-big-radius: 5em;
	--transition: all .3s ease 0s;
	--success: #1B7C59; /* Molton Green */
	--danger: #E8725D; /* Salmon Pink */
	--warning: #F27131; /* Active Orange */
	--info: #0DCAF0;
	--gray: #F8F8F8; /* Cultured Grey */
	--light: #F1F6FF; /* Gost White */
	--dark: #212529;
	--gossy-red: #FFF6F9; /* Gossy Red */
	--yellow: #FFF9EB;
	--orange: #F08100; /* Active orange*/

	/* collection colors */

	--sn-collection: #FF0000;
	--df-collection: #FFD966;
	--meister-collection : #FFC000;
	--classic-collection: #70AD47;
	--century-collection: #00B0F0;
	--american-collection: #000;
	--pride-collection: #833C0B;
	--triumph-collection: #7030A0;
	--steel-race-collection: #FF0066;
	--alu-race-collection: #AEAAAA;

	--swiper-theme-color: var(--primary-color);



}

/*-------- default css --------*/
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

body {
	font-family: var(--body-font-family);
	font-size: var(--body-font-size);
	font-weight: var(--body-font-weight);
	line-height: var(--body-line-height);
	color: #1C1B1B;
	font-style: normal;
	position: relative;
	visibility: visible;
	overflow-x: hidden;
	background-color: #ffffff;
}

 .body-container-wrapper {
	/*-------- start with content after the sticky header menu overlay --------*/
	padding-top: var(--header-height);
}

@media only screen and (max-width: 767px) {
	.body-container-wrapper {
		/*-------- start with content after the sticky header menu overlay --------*/
		padding-top: 120px;
	}
} 

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: var(--headings-line-height);
	margin-top: 0;
	margin-bottom: 10px;
}

h1,.h1 {
	font-weight: 700; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
	color: #1C1B1B;
	font-size: 50px;
	letter-spacing: 0px;
	text-transform: none;
}

h2,.h2 {
	font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	color: #1C1B1B;
	font-size: 28px; 
	letter-spacing: 0px;
	text-transform: none;
}

h3,.h3 {
	font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal; 
	color: #1C1B1B;
	font-size: 24px; 
	letter-spacing: 0px;
	text-transform: none;
}

h4,.h4 {
	font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
	color: #1C1B1B;
	font-size: 20px;  
	letter-spacing: 0px;
	text-transform: none;
}

h5,.h5 {
	font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal;
	color: #1C1B1B;
	font-size: 18px;
	letter-spacing: 0px;
	text-transform: none;
}

h6,.h6 {
	font-weight: 600; text-decoration: none; font-family: Poppins, sans-serif; font-style: normal; 
	color: #1C1B1B;
	font-size: 16px; 
	letter-spacing: 0px;
	text-transform: none;
} 

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1,
	.h1 {
		font-size: 40px !important;
	}
}

@media only screen and (max-width: 767px) {
	h1,
	.h1 {
		font-size: 35px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h2,
	.h2 {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 767px) {
	h2,
	.h2 {
		font-size: 25px !important;
	}
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

ul li,
ol li {
	list-style: none;
}

a {
	line-height: inherit;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: var(--link-color);
}


button {
	line-height: inherit;
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

span p {
	line-height: 1.75;
}

button span {
	line-height: 1;
}

a,
button,
input {
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}

*:focus {
	outline: none;
}

a:focus {
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: var(--link-hover-color); 
}

button,
input[type=submit] {
	font-family: var(--body-font-family);
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
}

ul {
	margin-top: 0;
	padding: 0;
}

ul:last-child {
	margin-bottom: 0;
}

hr {
	border-top-width: 2px;
}

/*------ Grid CSS -------*/
@media only screen and (min-width: 1200px) {
	/* .container {
		max-width: 1200px;
	} */
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	padding-right: calc(var(--bs-gutter-x) * .6);
	padding-left: calc(var(--bs-gutter-x) * .6);
}

.row {
	margin-right: calc(-.6 * var(--bs-gutter-x));
	margin-left: calc(-.6 * var(--bs-gutter-x));
}

.row>* {
	padding-right: calc(var(--bs-gutter-x) * .6);
	padding-left: calc(var(--bs-gutter-x) * .6);
}

:root {
	scroll-behavior: unset;
}

/*------ Button CSS -------*/
.btn {
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 28px;
	padding: 19px 40px;
	line-height: 1;
	border: 1px solid var(--orange) !important;
	background-color: var(--orange) !important;
}

.btn.btn-lg {
	padding: 21px 55px; 
}
.btn.btn-md {
	padding: 19px 40px;
}
.btn.btn-sm {
	padding: 14px 25px;
}

.btn.btn-radius {
	border-radius: 28px;
}
.btn.btn-filled {
	border-radius: 0px;
}
.btn.btn-outline {
	color: var(--headings-color);
	background-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.btn {
		padding: 19px 30px;
	}
	.btn.btn-lg {
		padding: 19px 30px;  
	}
	.btn.btn-md {
		padding: 19px 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.btn {
		padding: 19px 30px;
	}
	.btn.btn-lg {
		padding: 19px 30px; 
	}
	.btn.btn-md {
		padding: 19px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.btn {
		padding: 15px 25px;
	}
	.btn.btn-lg {
		padding: 15px 25px; 
	}
	.btn.btn-md {
		padding: 15px 25px;
	}

}

.btn.btn-shadow {
	-webkit-box-shadow: 0px 30px 35px rgba(244, 49, 39, 0.2);
	box-shadow: 0px 30px 35px rgba(244, 49, 39, 0.2);
}

.btn:hover {
	color: #FFFFFF;
	border: 1px solid var(--headings-color);
	background-color: var(--headings-color);
}

.btn-check:focus+.btn,
.btn:focus {
	color: #FFFFFF;
	background-color: var(--headings-color);
	border: 1px solid var(--headings-color);
	outline: 0;
}

.btn-check:active+.btn:focus,
.btn-check:checked+.btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-button .btn-check:active+.btn:focus,
.header-button .btn-check:checked+.btn:focus,
.header-button .btn.active:focus,
.header-button .btn.show:focus,
.header-button .btn:active:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*------ Section Padding CSS -------*/
.section-padding {
	padding: 130px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding {
		padding: 110px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 100px 0;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding {
		padding: 80px 0;
	}
}

.section-padding-top {
	padding-top: 130px;
}

.section-padding-bottom {
	padding-bottom: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding-bottom {
		padding-bottom: 110px;
	}
	.section-padding-top {
		padding-top: 110px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding-bottom {
		padding-bottom: 100px;
	}
	.section-padding-top {
		padding-top: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding-bottom {
		padding-bottom: 80px;
	}
	.section-padding-top {
		padding-top: 80px;
	}
}

.section-padding-bottom-100 {
	padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-padding-bottom-100 {
		padding-bottom: 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding-bottom-100 {
		padding-bottom: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.section-padding-bottom-100 {
		padding-bottom: 50px;
	}
}

/*------ Section Title CSS -------*/
.section-title-mb-60 {
	margin-bottom: 60px;
}
.section-title-mb-45 {
	margin-bottom: 45px;
}
.section-title-mb-30 {
	margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-title-mb-60 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section-title-mb-60 {
		margin-bottom: 30px;
	}
}

.section-title-mb-45 {
	margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
	.section-title-mb-45 {
		margin-bottom: 30px;
	}
}

.section-title span {
	color: var(--primary-color);
	display: block;
	margin: 0 0 5px;
	letter-spacing: 0.2em;
	text-transform: uppercase;

}

.section-title h2 {
	margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-title h2 {
		font-size: 35px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-title h2 {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 767px) {
	.section-title h2 {
		font-size: 22px !important;
	}
}
@media only screen and (max-width: 575px) {
	.section-title h2 {
		font-size: 25px !important;
	}
}

.section-title p {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.section-title p {
		margin-top: 10px !important;
	}
}

.newsletter-icon {
	width: 88px;
	height: 88px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 100%;
	color: #ffffff;
	margin: 0 0 41px;
	background-color: var(--primary-color);
	-webkit-box-shadow: 0px 25px 45px rgba(244, 49, 39, 0.3);
	box-shadow: 0px 25px 45px rgba(244, 49, 39, 0.3);
}

@media only screen and (max-width: 767px) {
	.newsletter-icon {
		width: 70px;
		height: 70px;
		margin: 0 0 20px;
	}
}

.newsletter-icon svg {
	width: 32px;  
	height: 32px;
}

.newsletter-icon svg path {
	stroke: currentColor;
	fill: currentColor;
} 


/*---------- Shape Common CSS -------*/
.shape {
	position: absolute;
	z-index: 1;
}

/*-------- Animation CSS ----------------*/
@-webkit-keyframes rotateIt {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotateIt {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ripple_3 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}

@keyframes ripple_3 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.15);
		transform: scale(1.15);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}

/*-- 
        - Google Maps
    -----------------------------------------*/
#googleMap {
	height:240px;
	border-radius: 30px;
	margin-right: 1em;
}


/*-- 
        - Margin & Padding
    -----------------------------------------*/
.mb-10 {
	margin-bottom: 10px !important;
}

.mb-n10 {
	margin-bottom: -10px;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-n20 {
	margin-bottom: -20px;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-n30 {
	margin-bottom: -30px;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-n40 {
	margin-bottom: -40px;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-n50 {
	margin-bottom: -50px;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-n60 {
	margin-bottom: -60px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-n10 {
	margin-top: -10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-n20 {
	margin-top: -20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-n30 {
	margin-top: -30px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-n40 {
	margin-top: -40px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-n50 {
	margin-top: -50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-n60 {
	margin-top: -60px;
}

/* Padding */
.pb-10 {
	padding-bottom: 10px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px; 
}

/*------------ Header CSS ------------*/
.header-area {
	background-color: var(--header-background-color);
	position: absolute;
	left: 0;
	top: 0; 
	width: 100%;
	z-index: 2;
	border-bottom: 1px solid var(--header-border-color);
	min-height: var(--header-height);
	align-items: center;
	display: flex;
}
.header-area.header-no-nav {
	padding: 22px 0;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area {
		padding: 20px 0px;
	}
}

@media only screen and (max-width: 767px) {
	.header-area {
		padding: 20px 0px;
	}
}

.header-area .container-fluid {
	padding: 0 120px;
}
@media only screen and (min-width: 1366px) and (max-width: 1600px) {
	.header-area .container-fluid {
		padding: 0 90px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
	.header-area .container-fluid {
		padding: 0 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .container-fluid {
		padding: 0 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .container-fluid {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 767px) {
	.header-area .container-fluid {
		padding: 0 15px;
	}
}

.header-right .header-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-right .header-toggle .toggle {
	padding: 0;
	border: 0;
	background: 0;
}

.header-right .header-toggle .toggle span {
	width: 25px;
	height: 2px;
	display: block;
	background-color: var(--primary-color);
	margin: 5px 0;
}

.header-area.sticky {
	-webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
	position: fixed;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	top: 0;
	width: 100%;
	z-index: 999;
	left: 0;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border-bottom: 1px solid transparent;
}

.header-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.main-menu {
		display: none;
	}
}

.main-menu nav>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 0 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu nav>ul {
		gap: 0 12px;
	}
}

.main-menu nav>ul>li {
	position: relative;
}

.main-menu nav > ul > li > a {
	color: var(--menu-link-color);
	font-weight: 500;
	line-height: 100px;
	position: relative;
}

.main-menu nav > ul > li >a::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	content: "";
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
	background-color: currentColor;
}

.main-menu nav > ul  li ul {
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0px;
	visibility: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 220px;
	margin-top: 20px; 
	padding: 20px 0px 12px;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
	opacity: 0;
	list-style: none;
	background-color: var(--dropdown-bg-color);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.main-menu nav > ul > li ul li {
	position: relative;
}
.main-menu nav > ul > li ul li a {
	padding: 0 25px 8px;
	color: var(--child-menu-link-color);
	display: block;
}

.main-menu nav>ul>li ul li a:hover {
	color: var(--child-menu-link-hover-color);
}

.main-menu nav>ul>li:hover>a {
	color: var(--menu-link-hover-color);
}

.main-menu nav>ul>li:hover>a::before {
	right: auto;
	left: 0;
	width: 100%;
}

.main-menu nav > ul li:hover > ul {
	visibility: visible; 
	margin-top: 0;
	opacity: 1;
}

.main-menu nav >ul > li ul li > .sub-menu-3 , 
.main-menu nav > ul > li ul li .sub-menu-3 li > .sub-menu-4 ,
.main-menu nav > ul > li ul li .sub-menu-3 li > .sub-menu-4 li > .sub-menu-5 ,
.main-menu nav > ul > li ul li .sub-menu-3 li > .sub-menu-4 li > .sub-menu-5 li > .sub-menu-6 {
	left: 100%;
	top: 0;
}

/*very ugly menu (optgroup) headers attempt for allround and race horseshoes*/

/*allround*/
.main-menu nav > ul > li:nth-child(4) > ul > li:nth-child(2) > ul > li:nth-child(1) > a > span, 
/*race*/
.main-menu nav > ul > li:nth-child(4) > ul > li:nth-child(2) > ul > li:nth-child(12) > a > span {
    font-weight: 500;
    line-height: 3em;
	text-decoration: underline;
	text-underline-offset: 0.2rem;
}

.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-right {
		gap: 0 12px;
	}
}
@media only screen and (max-width: 767px) {
	.header-right {
		gap: 0 14px;
	}
}









/*--
/*  3.2 - Offcanvas CSS
/*----------------------------------------*/
.offcanvas {
	width: 350px !important;
	background-color: #ffffff;
	z-index: 9999;
}

@media only screen and (max-width: 767px) {
	.offcanvas {
		width: 300px !important;
	}
}

.offcanvas-body {
	height: 100%;
}

.offcanvas .logo img {
	width: 130px;
}

.offcanvas .close {
	width: 25px;
	height: 25px;
	border: 0;
	background: none;
}

.offcanvas .close span {
	width: 25px;
	height: 2px;
	position: relative;
	display: block;
	background-color: var(--primary-color);
}

.offcanvas .close:hover span {
	background-color: #000000;
}

.offcanvas .close span:nth-child(1) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 1px;
}

.offcanvas .close span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -1px;
}

.offcanvas-backdrop {
	z-index: 999;
}

.mobile-menu {
	padding: 0 0 30px;
}

.mobile-menu ul li {
	position: relative;
}

.mobile-menu ul li a {
	display: block;
	width: 100%;
	background: none;
	text-align: left;
	padding: 10px 15px;
	border: 0;
	color: #060A10;
}

.mobile-menu ul li:hover>a {
	color: var(--primary-color);
}

.mobile-menu ul li .menu-expand {
	position: absolute;
	right: 0px;
	top: 6px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	background-color: var(--secondary-color);
}

.mobile-menu ul li .menu-expand::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 1px;
	top: 50%;
	left: 50%;
	background-color: var(--primary-color);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.mobile-menu ul li .menu-expand::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 16px;
	top: 50%;
	left: 50%;
	background-color: var(--primary-color);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.mobile-menu ul li.active>.menu-expand::after {
	height: 0;
}

.mobile-menu ul li ul {
	border-top: 0;
	display: none;
}

.mobile-menu ul li ul>li>a {
	padding-left: 12%;
}

.mobile-menu ul li ul li ul li a {
	padding-left: 18%;
}

		
/*-- Header Language --*/
.header__language-switcher {
  display: flex;
  align-items: center;
  color: var(--headings-color);
  position: relative;
  z-index: 999;
  transition: all .3s ease-in-out;
}

#hs_cos_wrapper_language-switcher_ {
  display: flex; 
}

.header__language-switcher:hover .lang_list_class {
  display: block;
  text-align: start;
}

.lang_list_class:after {
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
}

.globe_class {
  background-image: none !important;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
.globe_class:after {
  content: "\f0ac";
  margin-top: -5px;
  position: absolute;
  font-family: 'FontAwesome';
  padding-right: 3px;
  color: var(--headings-color);
  font-size: 18px;
}
.language.language-black .header__language-switcher--label-current{
  color: var(--headings-color);
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
	.language.language-black .header__language-switcher--label-current{
		display: none; 
	}
	.globe_class {
		margin-right: 0;
	}
}

.lang_list_class li a:hover{
  color: var(--link-hover-color) !important;
}

.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.language .lang_list_class li a {
  line-height: 2 !important;
  color: #000;
}

.language > a + a {
  margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.language > a + a {
  margin-left: 20px;
}
}

.language .lang_list_class li {
  letter-spacing: px;
  text-transform: ;
  color: var(--light);
  font-weight: 600;
  background-color: #fff; 
  text-decoration: none;
}	

.lang_list_class::after {
	border-bottom-color: #fff !important;
}	

.lang_list_class {
    /* display: none; */
    padding: 12px 0 0 !important;
	text-align: left !important;
}

/*-------- pagination --------*/
.swiper-pagination {
	position: static;
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 24px;
	margin: 56px 0 0;
}

@media only screen and (max-width: 767px) {
	.swiper-pagination {
		margin: 35px 0 0;
	}
}

.swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background: var(--primary-color);
	opacity: .4;
	margin: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

/*--------------- Top Shape -----------------*/
.top-shape {
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
}

.top-shape svg {
	width: 100%;
}

.top-shape img {
	width: 100%;
}
/*--------------- Common Form Style -----------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"], 
textarea,
select {
	width: 100% !important;
	height: 56px;
	padding: 3px 28px;
	color: var(--form-inputs-text-color);
	border: 1px solid var(--form-fieldBorder-color);
	outline: 0;
	background-color: var(--form-fieldInput-bg-color);
	border-radius: 28px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus ,
select:focus{
	border-color: var(--form-input-focus-border-color);
}
fieldset {
	max-width: 100% !important;
}
textarea {
	height: 200px; 
	padding: 30px 28px; 
	margin-bottom: 30px;
	transition: var(--transition);
}
@media only screen and (max-width: 767px) {
	textarea {
		height: 120px;
		padding: 20px 28px;
	}
}

form .hs-submit input {
	height: 56px;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 2px 39px;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 28px;
	border: 1px solid var(--form-btn-border-color);
	color: var(--form-btn-text-color);
	background-color: var(--form-btn-bg-color);
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
	text-align: center;
	font-weight: 600;
	-webkit-box-shadow: 0px 30px 35px rgba(244, 49, 39, 0.2);
	box-shadow: 0px 30px 35px rgba(244, 49, 39, 0.2);
}

form .hs-submit input:hover {
	color: var(--form-btn-hover-text-color);
	background-color: var(--form-btn-hover-bg-color);
	border: 1px solid var(--form-btn-hover-border-color);
}
 form {
	background-color: var(--form-bg-color); 
	border: 1px solid var(--form-border-color); 
} 

label, legend {
    margin: 0 0 8px;
}
label input {
    Margin-right: 10px;
}
form legend {
	color: var(--form-help-text-font-color);
}
label {
    display: block; 
    color: var(--form-label-font-color);
    line-height: 1.4;
}
form .hs-form-field {
    margin-bottom: 20px;
}
.form-title {
  color: var(--form-header-text-color);  
  background-color: var(--form-header-background-color);  
}


/*--------------- Blog Style -----------------*/
.blog-wrap .blog-img {
	position: relative;
	border-radius: 12px;
	overflow: hidden; 
}

.blog-wrap .blog-img img {
	width: 100%;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
}

.blog-wrap .blog-img .blog-date {
	position: absolute;
	left: 18px;
	top: 18px;
}

.blog-wrap .blog-img .blog-date p {
	padding: 15px 10px;
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #FCB302;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #ffffff;
	line-height: 1;
}

.blog-wrap .blog-img .blog-date p span {
	display: block;
	font-weight: 600;
	font-size: 20px;
	margin: 0 0 4px;
}

.blog-wrap .blog-content {
	background-color: #ffffff;
	border-radius: 6px;
	margin: -40px 18px 0 18px;  
	z-index: 2;
	position: relative;
	padding: 28px 24px 22px;
	-webkit-box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 25px 45px rgba(0, 0, 0, 0.06);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-wrap .blog-content {
		margin: -63px 10px 0 10px;
		padding: 28px 10px 22px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-wrap .blog-content {
		margin: -40px 10px 0 10px;
		padding: 28px 15px 22px;
	}
}
@media only screen and (max-width: 767px) {
	.blog-wrap .blog-content {
		margin: -30px 10px 0 10px;
		padding: 28px 15px 22px;
	}
}
.blog-wrap .blog-content .meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	gap: 0 25px;
}
.blog-wrap .blog-content.text-start .meta {
	justify-content: flex-start;
}
.blog-wrap .blog-content.text-center .meta {
	justify-content: center;
}
.blog-wrap .blog-content.text-end .meta {
	justify-content: flex-end;
}

.blog-wrap .blog-content .meta li {
	line-height: 1;
}

.blog-wrap .blog-content .meta li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 5px;
}

.blog-wrap .blog-content h3 {
	margin: 0 0 15px;
	line-height: 1.4; 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-wrap .blog-content .meta {
		gap: 0 10px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-wrap .blog-content h3 {
		font-size: 22px !important;
	}
	.blog-wrap .blog-content .meta {
		gap: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.blog-wrap .blog-content .meta {
		gap: 0 15px;
		display: flex;
	}
	.blog-wrap .blog-content h3 {
		font-size: 20px !important;
	}
}
@media only screen and (max-width: 575px) {
	.blog-wrap .blog-content .meta {
		display: block;
	}
	.blog-wrap .blog-content .meta li {
		margin-bottom: 10px;
	}
}
.blog-wrap .blog-content .blog-read-more {
	color: var(--primary-color);
}

.blog-wrap .blog-content .blog-read-more svg {
	width: 16px;
	height: 16px;
}

.blog-wrap .blog-content .blog-read-more svg path {
	stroke: currentColor;
}

.blog-wrap .blog-content .blog-read-more:hover {
	color: var(--headings-color);
}

.blog-wrap:hover .blog-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*------ Blog Details CSS -------*/
.blog-details-wrap .blog-details-img {
	margin: 0 0 30px;
}

.blog-details-wrap .blog-details-img img {
	width: 100%;
	border-radius: 4px; 
}

.blog-details-wrap .blog-details-meta {
	margin: 0 0 17px;
}

.blog-details-wrap .blog-details-meta ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 50px;
}

.blog-details-wrap .blog-details-meta ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.blog-details-wrap .blog-details-meta ul li i {
	color: var(--primary-color);
}

.blog-details-wrap h2 {
	margin: 0 0 26px;
}

.blog-details-wrap p {
	margin: 0 0 22px;
}

.blog-details-wrap .blog-quote-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0px 42px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	background-color: var(--secondary-color);
	padding: 38px 42px;
	margin: 30px 0 37px;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.blog-details-wrap .blog-quote-wrap {
		padding: 20px 20px;
		display: block;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-details-wrap .blog-quote-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.blog-details-wrap .blog-quote-wrap .blog-quote-shape {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.blog-details-wrap .blog-quote-wrap .blog-quote-shape img {
	width: 179px;
}

.blog-details-wrap .blog-quote-wrap .blog-quote-img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65px;
	flex: 0 0 65px;
}

@media only screen and (max-width: 767px) {
	.blog-details-wrap .blog-quote-wrap .blog-quote-img {
		margin: 0 0 10px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.blog-details-wrap .blog-quote-wrap .blog-quote-img {
		margin: 0 0 0px;
	}
}

.blog-details-wrap .blog-quote-wrap .blog-quote-content {
	position: relative;
	z-index: 2;
}

.blog-details-wrap .blog-quote-wrap .blog-quote-content h3 {
	line-height: 1.5;
}

@media only screen and (max-width: 767px) {
	.blog-details-wrap .blog-quote-wrap .blog-quote-content h3 {
		font-size: 18px;
	}
}

.blog-details-wrap>h3 {
	margin: 0 0 20px;
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.blog-details-wrap>h3 {
		font-size: 18px;
	}
}

.blog-details-wrap .blog-details-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 14px 0px;
	margin: 22px 0 21px;
}

.blog-details-wrap .blog-details-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	gap: 0 15px;
	font-weight: 600;
}
.blog-details-wrap .blog-details-list li i {
	color: var(--primary-color)
}

@media only screen and (max-width: 767px) {
	.blog-details-wrap .blog-details-list li {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}
}

.blog-details-wrap .tag-social-share-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #E6E7E7;
	border-bottom: 1px solid #E6E7E7;
	padding: 24px 0;
	margin: 37px 0 0;
}

@media only screen and (max-width: 767px) {
	.blog-details-wrap .tag-social-share-wrap {
		display: block;
	}
}

.blog-details-wrap .tag-social-share-wrap .blog-tag-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 15px;
}

@media only screen and (max-width: 767px) {
	.blog-details-wrap .tag-social-share-wrap .blog-tag-wrap {
		margin-bottom: 20px;
	}
}

.blog-details-wrap .tag-social-share-wrap .blog-tag-wrap>span {
	font-weight: 600;
	color: #060A10;
}

.blog-details-wrap .tag-social-share-wrap .blog-tag-wrap .blog-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.blog-details-wrap .tag-social-share-wrap .blog-tag-wrap .blog-tag a {
	color: var(--light);
	background-color: var(--secondary-color);
	font-weight: 500;
	font-size: 14px;
	padding: 5px 16px;
	border-radius: 16px;
}

.blog-details-wrap .tag-social-share-wrap .blog-tag-wrap .blog-tag a:hover {
	color: var(--gray);
	background-color: var(--primary-color);
}

.blog-details-wrap .tag-social-share-wrap .blog-social-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 15px;
}

.blog-details-wrap .tag-social-share-wrap .blog-social-wrap>span {
	font-weight: 600;
	color: #060A10;
}

.social-icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}

.social-icon-wrap a {
	width: 32px;
	height: 32px;
	color: var(--light);
	background-color: var(--secondary-color);
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-icon-wrap a svg {
	width: 16px;
	height: 16px; 
}

.social-icon-wrap a svg path {
	fill: currentColor;
}

.social-icon-wrap a:hover {
	color: var(--gray);
	background-color: var(--primary-color);
}

.comment-form-wrap {
    margin-top: 46px;
}

/*------------------ System Page -----------------------*/
.error-page {
    text-align: center;
  }
  
  .error-page h1 {
    line-height: 1;
    margin-bottom: 15px;
  }
  
  .error-500-page h2 {
    line-height: 1.3;
    margin-bottom: 25px;  
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .error-500-page h2 {
      margin-bottom: 20px; 
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-500-page h2 {
      margin-bottom: 20px; 
    }
  }
  @media only screen and (max-width: 767px) {
    .error-500-page h2 {
      font-size: 25px;
      margin-bottom: 12px;
    }
  }
  .error-page h2 {
    margin: 0px 0 20px;
  }
  @media only screen and (max-width: 767px) {
    .error-page h2 {
      font-size: 25px;
    } 
  }
  
  
  
 /* ======== Backup Unsubscribe CSS ========*/

  .systems-page-width {
    max-width: 670px; 
    margin: auto;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .systems-page-width {
      max-width: 600px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .systems-page-width {
      max-width: 100%;
    }
  }

 .page-header h1 {
    margin: 0 0 10px;
    line-height: 1.3;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header h1 {
      font-size: 40px;
    }
  }
 @media only screen and (max-width: 767px) {
   .page-header h1 {
     font-size: 32px;
   }
 }
  .page-header h2 {
    display: none;
  }
  .backup-unsubscribe{
   text-align: center;
 }
 .systems-page form {
   border: 1px solid #fff;
   background-color: #fff; 
 }
 .backup-unsubscribe .hs-input {
     width: 100% !important;
     font-size: 15px !important;
     padding: 12px 24px !important; 
     margin: 10px 0 20px; 
     border-radius: 28px;
     height: 56px !important;
     font-size: var(--body-font-size);
     border: 1px solid #e6e6e7;
 }
 .backup-unsubscribe .hs-input:focus {
    border: 1px solid var(--primary-color);
 }
 
 .backup-unsubscribe .hs-button,  
 .subscription-preferences .hs-button{
   font-weight: 700;
   text-transform: capitalize;
   padding: 18px 37px;
   line-height: 1;
   font-size: var(--body-font-size);
   background-color: var(--primary-color);
   color: #ffffff;
   cursor: pointer;
   display: inline-block; 
   text-align: center;
   vertical-align: middle; 
   border: 1px solid var(--primary-color);
   border-radius: 28px; 
   transition: all 0.3s ease-in-out;
   letter-spacing: .5px;
   width: auto;
 }
 
 .backup-unsubscribe .hs-button:hover, 
 .subscription-preferences .hs-button:hover {
   border: 1px solid var(--secondary-color);
   background-color: var(--secondary-color);
 }
 
 
 /* ======== membership login CSS ========*/
 .system-page-style {
   margin: 0 auto;
 }
 .padding-modify.breadcrumb-padding {
     padding: 110px 0 110px;
 }
 #hs-membership-form .hs-form-field label {
     display: inline-block;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .padding-modify.breadcrumb-padding {
     padding: 80px 0 90px;
   }
 }
 @media only screen and (max-width: 767px) {
   .padding-modify.breadcrumb-padding {
     padding: 60px 0 70px;
   }
 }
 #hs_cos_wrapper_content_ {
     text-align: center;
 }
 .system-page-style h1,
 .system-page-style h2 {
   line-height: 1.3;
   margin: 0 0 15px;
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .system-page-style h1 {
     font-size: 42px;
   }
 }
 @media only screen and (max-width: 767px) {
   .system-page-style h1,
   .system-page-style h2 {
     font-size: 25px;
   }
 }
 .password-prompt h2 {
   line-height: 1;
   margin: 0 0 15px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .password-prompt h2 {
     font-size: 42px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .password-prompt h2 {
     font-size: 42px;
   }
 }
 @media only screen and (max-width: 767px) {
   .password-prompt h2 {
     font-size: 34px;
   }
 }
 
 .system-page-style .form-container {
   text-align: left;
 }
 
 .system-page-style .form-container label, 
 .system-page-style .form-container label,
 .password-prompt form label {
  color: var(--base-color);
 }
 
 .system-page-style .form-container .hs-input, 
 .system-page-style .form-container input,
 .password-prompt form input {
   width: 100%;
   font-size: var(--body-font-size);
   color: var(--base-color);
   padding: 10px 20px !important;
   margin-bottom: 20px;
   background-color: #ffffff;
   border: 1px solid #e6e6e7;
   transition: all .3s ease 0s; 
   border-radius: 28px;
 }
 .system-page-style .form-container .hs-input::-webkit-input-placeholder , 
 .system-page-style .form-container input::-webkit-input-placeholder , 
 .password-prompt form input::-webkit-input-placeholder , 
 .system-page-style .form-container .hs-input::-moz-input-placeholder ,
 .system-page-style .form-container input::-webkit-input-placeholder,
 .password-prompt form input::-moz-input-placeholder {
    color: #7c7c7c;
    opacity: 1;
 }
 .system-page-style .form-container .hs-input:focus, .system-page-style .form-container input:focus{
   border: 1px solid var(--primary-color);
 }
 .system-page-style .form-container input{
   height: 56px !important;
   margin-top: 10px;
 }
 .system-page-style .form-container .hs-input[type=checkbox]{
   width: 20px !important;
   height: 20px !important;
   padding: 0 !important;
   margin: 0 10px 0 0;
   top: 3px;
   position: relative;
   float: left;
 }
 
 .system-page-style .form-container .hs-button,
 .password-prompt form .hs-button {
   font-weight: 700;
   text-transform: capitalize;
   padding: 15px 28px;  
   line-height: 1;
   background-color: var(--primary-color);
   color: #ffffff;
   cursor: pointer;
   display: inline-block; 
   text-align: center;
   vertical-align: middle;
   border: 1px solid var(--primary-color);
   font-size: var(--body-font-size);
   border-radius: 28px;
   transition: all 0.3s ease-in-out;
 }
 
 .system-page-style .form-container .hs-button:hover , 
 .system-page-style .form-container .hs-button:focus {
   background-color: var(--headings-color);
   border: 1px solid var(--headings-color);
 }

 
 .systems-page--search-results, .subscription-preferences, .subscription-confirmation{
   margin: auto;
 }
 .password-prompt{
 margin-top: 20px;
 text-align: center;
 }
 .subscribe-options p {
 margin-bottom: 15px;
 }
 

 
 .password-prompt form input {
   height: 56px !important; 
   margin-top: 0 !important;
   border: 1px solid #e6e6e7;
 }
 .password-prompt form input:focus {
    border: 1px solid var(--primary-color);
 }
 .password-prompt form .hs-button {
   padding: 17px 36px !important;
   margin: 17px 0 0px;  
   width: auto;
   height: auto !important;
 }
 .password-prompt form .hs-button:hover , 
 .password-prompt form .hs-button:focus {
   border: 1px solid var(--headings-color);
   background-color: var(--headings-color); 
 }
 .subscription-preferences .header {
   margin: 10px 0 10px;
   position: static;
 }
 .subscriptions-confirmation {
   text-align: center;
 } 
 .subscriptions-confirmation .page-header h1 {
   margin: 0;
 } 
 
 .subscriptions-confirmation .success {
   color: var(--primary-color);
   margin: 12px 0 0; 
 }
 
 .search-results {
   text-align: center;
 }
 
 .search-results h2 {
   margin: 0 0 0px;
 }
 
.item-inner .checkbox-row {
    margin: 10px 0 10px;
}

.item-inner p {
    margin: 0px 0 10px;
}




@-webkit-keyframes radiusChange {
	0% {
		border-radius: 1em 1em 1em 1em;
	}
	40% {
		border-radius: 3em 1em 3em 1em;
	}
	80% {
		border-radius: 1em 3em 1em 3em;
	}
	100% {
		border-radius: 1em 1em 1em 1em;
	}
}

@keyframes radiusChange {
	0% {
		border-radius: 1em 1em 1em 1em;
	}
	40% {
		border-radius: 3em 1em 3em 1em;
	}
	80% {
		border-radius: 1em 3em 1em 3em;
	}
	100% {
		border-radius: 1em 1em 1em 1em;
	}
}


.animage {
border-radius: 1em;
-webkit-animation: radiusChange 8s linear infinite;
animation: radiusChange 8s linear infinite;
}

.zoomable {
	display: inline-block;
	overflow: hidden; 
}

.cornerd {
	overflow: hidden; 
	/* border-radius: var(--border-radius); */
} 

.zoomable img {
display: block;
transition: transform .6s;   /* smoother zoom */
}

.zoomable:hover img {
transform: scale(1.3);
transform-origin: 50% 50%;
}


/*------------------ Global Breadcrumb -----------------------*/

	/*------------------ Jake Breadcrumb ---------------------*/

	.details-page .jake-breadcrumbs-list {
			padding-top: 0.75rem;
			padding-right: 1rem;
			padding-bottom: 0.75rem;
			padding-left: 0px;
			margin-top: 1rem;
			margin-bottom: 1rem;
			background-color: none;
			border-radius: 0px;
			border: 0px none;
			display: inline-flex;
			flex-wrap: wrap;
			list-style: none;
			margin:0;  
		}

		.details-page .jake-breadcrumb-item {
			margin:0;
			a, a:hover {
				color: var(--body-color);
			}
		}
		
		.details-page .jake-breadcrumb-item+.jake-breadcrumb-item::before {

			padding-right: 0.5rem;
			padding-left: 0.5rem;
			color: color: var(--body-color);
			content: "›";
			display: inline-block;
		}

		/* .details-page .jake-breadcrumbs-list > li:last-child::before {
			content: '';
		} */
	/*------------------ End Jake Breadcrumb ------------------*/

.breadcrumb-area {
	font-size: small;
	padding-bottom: 2em;
}

.breadcrumb-area button {
	border: none;
	border-radius: 0.5em;
	padding: 0.2em 0.4em;
}

.breadcrumb-area a {
	text-decoration: underline;
	color: var(--base-color) !important;
}

.breadcrumb-content.text-start ul {
    justify-content: flex-start;
}
.breadcrumb-content.text-center ul {
    justify-content: center;
}
.breadcrumb-content.text-end ul {
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
	.breadcrumb-area {
		padding-top: 3em;
	}
}

.breadcrumb-content h1 {
	margin-bottom: 6px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcrumb-content h1 {
		font-size: 40px !important;
	}
}

@media only screen and (max-width: 767px) {
	.breadcrumb-content h1 {
		font-size: 30px !important;
	}
}

.breadcrumb-content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.breadcrumb-content ul li {
	margin-right: 18px;
	position: relative;
}

.breadcrumb-content ul li:before {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(15deg);
	-ms-transform: translateY(-50%) rotate(15deg);
	transform: translateY(-50%) rotate(15deg);
	width: 2px;
	height: 15px;
	background-color: var(--base-color);
}

.breadcrumb-content ul li:last-child {
	margin-right: 0;
}

.breadcrumb-content ul li:last-child:before {
	display: none;
}

.contact-map .iframe_wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


input[type="submit"] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

article[data-testid="blog-post"] img {
	aspect-ratio: auto !important;
}

.hs-search-field__suggestions {
  background-color: #fff;
}