/*!
Theme Name: eheme
Theme URI: https://goldenfs.org/
Author: Eather Ahmed
Author URI: https://www.eather.pro/
Version: 1.0.0
Text Domain: eheme
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #15110d;
    background: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.gray-font {
    color: #635c57;
}
.site-content {
    margin-top: 70px;
}




/* Bootstrap 
===========================================
*/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-md-5, .col-md-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.col-xs-6, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-6 {
  width: 50%;
}
@media (min-width: 768px) {
  .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 992px) {
 .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}


hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.button {
    padding: 15px 25px;
    color: #fff;
    background: #f16334;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0062b3;
    text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #003866;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}


/*--------------------------------------------------------------
## Animation
--------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Tada */
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* Post Edit Link */
.post-edit-link {
    position: fixed;
    left: 20px;
    bottom: 20px;
    display: inline-block;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    color: #26282d;
    font-size: 16px;
    border-radius: 25px;
    box-shadow: 0 29px 60px 0 rgba(54,57,73,.09);
    z-index: 10;
}
.post-edit-link:hover {
    color: #fff;
    background: #f16334;
    transition: all ease-in-out .2s;
}


/*--------------------------------------------------------------
## SVG
--------------------------------------------------------------*/
.ico-svg {
	position: relative;
	display: inline-block;
	width: auto;
	height: 14px;
	fill: #202121;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	transition: all 0.3s ease-in-out;
}

/* Hot Topic */
.lds-ripple {
	float: left;
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	margin-top: 20px;
	margin-right: 10px;
}
.lds-ripple div {
  position: absolute;
  border: 3px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 20px;
    left: 20px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    opacity: 0;
  }
}
.hot-topic {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ff474a;
	color: #fff;
	height: 80px;
	border-bottom: 1px solid #fff;
	z-index: 302;
	box-sizing: border-box;
}
.hot-topic .message {
	float: left;
	line-height: 1;
	margin-top: 21px;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}
.hot-topic .message strong {
	font-weight: 700;
}
.hot-topic .message .condition {
	display: block;
	font-size: 12px;
	margin-top: 5px;
	font-weight: 300;
}
.hot-topic .ht-cta {
	display: flex;
	align-items: center;
	float: right;
	background: #fff;
	color: #ff474a;
	height: 60px;
	padding: 0 20px;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
	box-sizing: border-box;
}
.hot-topic .ht-cta:hover {
	background: #0062b3;
	color: #fff;
}
.hot-topic .ht-cta .cta-text {
	display: inline-block;
}
.hot-topic .ht-cta .number {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 300;
}
.hot-topic .ht-cta-tablet {
	display: none;
}
.hot-topic .ht-cta-mobile {
	display: none;
}
@media (max-width: 991px) {
	.hot-topic .ht-cta-desktop {
		display: none;
	}
	.hot-topic .ht-cta-tablet {
		display: inline-block;
	}
	.hot-topic .message {
		margin-top: 17px;
		font-size: 16px;
	}
	.hot-topic .message .condition {
		margin-top: 3px;
		width: 580px;
		line-height: 1.3;
	}
	.hot-topic .ht-cta-tablet {
		width: 60px;
		padding: 0;
		margin-top: 10px;
		border-radius: 50%;
		line-height: 60px;
		text-align: center;
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.hot-topic .container {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.hot-topic .message {
		display: none;
	}
	.lds-ripple {
		display: none;
	}
	.hot-topic .ht-cta {
		float: none;
	}
	.hot-topic .ht-cta-desktop {
		display: none;
	}
	.hot-topic .ht-cta-tablet {
		display: none;
	}
	.hot-topic .ht-cta-mobile {
		display: block;
		margin: 0;
		padding: 0;
		height: 80px;
		text-align: center;
		line-height: 80px;
		background: transparent;
		color: #fff;
		text-transform: uppercase;
	}
	.hot-topic .ht-cta-mobile:hover {
		background: #0062b3;
		color: #fff;
	}
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

#header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:70px;
    font-size:16px;
    font-weight:400;
    background: rgba(255,255,255,0.9);
    border-bottom: 1px solid RGB(227, 238, 245);
    backdrop-filter: blur(10px);
    z-index:302;
    transition: all ease-in-out .2s;
}
#header.sticky {
    transition: all ease-in-out .2s;
}
#header .header-main {
	position: relative;
	display: flex;
	height: 70px;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

#header .header-main{
    position:relative;
    display:flex;
    height:70px;
}


.logo-header {
    
}
.logo-header img {
    vertical-align: middle;
}

.navigation-menu {
    
}
.navigation-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.navigation-menu ul li {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
}
.navigation-menu ul li a {
    color: #635c57;
    text-decoration: none;
}
.navigation-menu ul li a:hover, .navigation-menu ul li a:focus {
    color: #15110d;
}

.navigation-menu-mobile {
	font-size: 16px;
	font-weight: 400;
	background: rgba(255,255,255,0.9);
	border-bottom: 1px solid RGB(227, 238, 245);
	backdrop-filter: blur(10px);
	z-index: 302;
	transition: all ease-in-out .2s;
}
.navigation-menu-mobile .menu-new-header-menu-container {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}
.navigation-menu-mobile .menu-new-header-menu-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.navigation-menu-mobile .menu-new-header-menu-container ul li {
    display: block;
}
.navigation-menu-mobile .menu-new-header-menu-container ul li a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid RGB(227, 238, 245);
    color: #635c57;
    font-size: 14px;
}
.navigation-menu-mobile .menu-new-header-menu-container ul li a:hover {
    padding: 20px 0;
    color: #15110d;
}
.navigation-menu-mobile .menu-new-header-menu-container ul li:last-child a {
    border-bottom: none;
}


/* Sub Header */
#sub-header {
    position: relative;
    width: 100%;
    padding: 60px 0;
    text-align: left;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.gradient-bg {
	background-image: radial-gradient(circle at 20% 10%,#fae4cc99,#0000 30%),radial-gradient(circle at 80% 30%,#c4dce866,#0000 35%),radial-gradient(circle at 50% 100%,#f5eee0cc,#0000 45%);
	inset: 0;
	position: absolute;
	opacity: .9;
}
#sub-header .hero-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
#sub-header h1 {
    margin: 0;
    font-size: 88px;
    max-width: 700px;
    line-height: 1.1;
}
@media (max-width: 991px) {
    #sub-header h1 {
        font-size: 60px;
    }
}
@media (max-width: 767px) {
    #sub-header h1 {
        font-size: 42px;
    }
}

.content-part {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.page-template-about .content-part {
    margin: 0 auto !important;
}

.important-notice {
    padding: 32px;
    margin: 60px 0;
    background: #fbf4e8;
    border: 1px solid #c8b39c;
    border-radius: 12px;
    color: #291f18;
}
.important-notice .notice-heading {
    display: flex;
    align-items: center;
    gap: 12px;
}
.important-notice .notice-heading .notice-icon {
	border: 1px solid #c8b39c;
	border-radius: 50%;
	display: inline-flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
}
.important-notice .notice-heading h3 {
    font-size: 20px;
    margin: 0;
}
.important-notice p {
    margin-bottom: 15px;
}
.important-notice p:last-child {
    margin-bottom: 0;
}

.text-section {
    padding: 60px 0;
    
}
.text-section.border-top {
    border-top: 1px solid RGB(227, 238, 245);
}
.text-section.border-bottom {
    border-bottom: 1px solid RGB(227, 238, 245);
}
.text-section .text-section-title h2 {
    margin: 0;
}
.text-section .text-section-content p:first-child {
    margin-top: 0;
}
.text-section .text-section-content p:last-child {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .text-section .text-section-content p:first-child {
        margin-top: 12px;
    }
    .important-notice {
        padding: 20px;
        margin-bottom: 40px;
    }
    .text-section {
        padding: 40px 0;
        margin-bottom: 40px;
    }
}

.section {
    padding: 60px 0 0;
}
.section.white {
    background: #fff;
    margin-top: 60px;
    padding-bottom: 60px;
}
.section-title {
    position: relative;
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto 60px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
    padding-top: 30px;
    text-transform: capitalize;
}
.section-title .section-title-divider {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 40px;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.section-title .section-title-divider {
    left: 50%;
    margin-left: -20px;
}
.section-title .section-title-divider, .section-title .section-title-divider:before, .section-title .section-title-divider:after {
    background: #ff7d00;
}

.section-title .section-title-divider:before, .section-title .section-title-divider:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.section-title .section-title-divider:before {
    left: -20px;
}
.section-title .section-title-divider:after {
    right: -20px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
    padding: 40px 0;
    border-top: 1px solid RGB(227, 238, 245);
}
.footer .footer-content {
    display: flex;
    width: 90%;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.footer .copyright {
    color: #635c57;
    font-size: 14px;
}
.footer .footer-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-navigation ul li {
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
}
.footer .footer-navigation ul li a {
    color: #635c57;
}
.footer .footer-navigation ul li a:hover {
    color: #15110d;
}
.footer .footer-disclosure {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    margin-top: 20px;
}
.footer .footer-disclosure p {
    width: 100%;
    max-width: 600px;
    margin: 0;
    padding: 0;
    color: #635c57;
    font-size: 14px;
    font-style: italic;
}


.back-to-top {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    bottom: 0;
    right: 20px;
    background: #fff;
    color: #15110d;
    font-size: 20px;
    border-radius: 50%;
    box-shadow: 0 29px 60px 0 rgba(54,57,73,.6);
    cursor: pointer;
    opacity: 0;
    z-index: 100;
    transition: all ease-in-out .2s;
}
.back-to-top.active {
    bottom: 20px;
    opacity: 1;
    transition: all ease-in-out .2s;
}
@media (max-width: 991px) {
    .footer .footer-social span {
        display: block;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .footer .footer-social span::after {
        display: none;
    }
}
@media (max-width: 699px) {
    .footer .line .table-cell {
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer .line:last-child .table-cell:first-child {
        margin-bottom: 20px;
    }
    .footer .line .table-cell.footer-logo {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer .line .table-cell.footer-nav {
        width: 100%;
    }
}


/* Lead Options */
.lead-options {
    
}
.lead-options {
    position: relative;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.lead-options .lead-option {
    display: table-cell;
    width: 45%;
    height: 70px;
    vertical-align: middle;
}
.lead-options .lead-option.or {
    width: 10%;
    color: #fff;
}
@media (max-width: 767px) {
    .lead-options {
        height: auto;
        display: block;
        padding: 10px;
    }
    .lead-options .lead-option {
        display: block;
        width: 100%;
        height: auto;
    }
    .lead-options .lead-option.or {
        width: 100%;
        text-align: center;
        line-height: 70px;
    }
}


.blog-subheading {
	display: block;
	text-align: center;
	font-size: 20px;
	margin-top: 5px;
	letter-spacing: 0.5px;
	font-weight: 400;
}