@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500&display=swap");
@import url("css2.css");

/* Normalize */
html {-webkit-text-size-adjust: 100%;}

/* Sections ========================================================================== */
body {margin: 0;}
main {display: block;}
h1 {font-size: 2em; margin: 0.67em 0;}

/* Grouping content ================================================================== */
hr {-webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible;}
pre {font-family: monospace, monospace; font-size: 1em;}

/* Text-level semantics ============================================================== */
abbr[title] {border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted;}
b, strong {font-weight: bolder;}
code, kbd, samp {font-family: monospace, monospace; font-size: 1em;}
small {font-size: 80%;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}

sub {bottom: -0.25em;}
sup {top: -0.5em;}

/* Embedded content ========================================================================== */
img {border-style: none;}

/* Forms ========================================================================== */
button, input, optgroup, select, textarea {font-family: inherit; font-size: 0.9rem; line-height: 1.2; margin: 0;}
button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {outline:none;}
button, input {overflow: visible;}
button, select {text-transform: none;}
button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none; padding: 0;}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}

fieldset {padding: 0.35em 0.75em 0.625em;}
legend {-webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal;}
progress {vertical-align: baseline;}
textarea {overflow: auto;}

[type="checkbox"], [type="radio"] {-webkit-box-sizing: border-box; box-sizing: border-box; padding: 0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}

::-webkit-file-upload-button {-webkit-appearance: button; font: inherit;}

/* Interactive ========================================================================== */
details {display: block;}
summary {display: list-item;}

/* Misc ========================================================================== */
template {display: none;}
[hidden] {display: none;}

/* Box sizing --------------------------------------------- */
html {-webkit-box-sizing: border-box; box-sizing: border-box;}

/*--------------------------------------------------------------
			# Base
--------------------------------------------------------------*/
/* Typography --------------------------------------------- */

h1, h2, h3, h4, h5, h6 {clear: both;}
p {margin-bottom: 1.5em;}
blockquote {margin: 0 1.5em;}
address {margin: 0 0 1.5em;}
pre {background: #eee; font-family: 'Noto Sans KR', sans-serif; line-height: 1.6; margin-bottom: 1.6em; max-width: 100%; overflow: auto; padding: 1.6em;}
code, kbd, tt, var {font-family: 'Noto Sans KR', sans-serif;}
abbr, acronym {border-bottom: 1px dotted #666; cursor: help;}
mark, ins {background: #fff9c0; text-decoration: none;}
big {font-size: 125%;}

/* Elements -------------------------------------------- */
embed, iframe, object {max-width: 100%;}
figure {margin: 1em 0;}
table {margin: 0 0 1em; width: 100%;}
a {color: #333;}

/*--------------------------------------------------------------
		# Components
--------------------------------------------------------------*/
/* Navigation --------------------------------------------- */
.main-navigation {display: block; width: 100%;}
.main-navigation ul {display: none; list-style: none; margin: 0; padding-left: 0;}
.main-navigation ul ul {-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999;}
.main-navigation ul ul ul {left: -999em; top: 0;}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {display: block; left: auto;}
.main-navigation ul ul a {width: 300px;}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {left: auto;}
.main-navigation li {position: relative;}
.main-navigation a {display: block; text-decoration: none;}

/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {display: block;}

@media screen and (min-width: 37.5em) {
  .menu-toggle {display: none;}
  .main-navigation ul {display: -webkit-box; display: -ms-flexbox; display: flex;}
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {margin: 0 0 1.5em;}
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {display: -webkit-box; display: -ms-flexbox; display: flex;}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {-webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50%;}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {text-align: end; -webkit-box-flex: 1; -ms-flex: 1 0 50%; flex: 1 0 50%;}

/* Posts and pages -------------------------------------------- */
.sticky {display: block;}
.post, .page {margin: 0 0 1.5em;}
.updated:not(.published) {display: none;}
.page-content, .entry-content, .entry-summary {margin: 1.5em 0 0;}
.page-links {clear: both; margin: 0 0 1.5em;}

/* Comments -------------------------------------------- */
.comment-content a {word-wrap: break-word;}
.bypostauthor {display: block;}

/* Widgets --------------------------------------------- */
.widget {margin: 0 0 1.5em;}
.widget select {max-width: 100%;}

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

/* logo image. */
.custom-logo-link {display: inline-block;}

/* Captions --------------------------------------------- */
.wp-caption {margin-bottom: 1.5em; max-width: 100%;}
.wp-caption img[class*="wp-image-"] {display: block; margin-left: auto; margin-right: auto;}
.wp-caption .wp-caption-text {margin: 0.8075em 0;}
.wp-caption-text {text-align: center;}

/* Galleries --------------------------------------------- */
.gallery {margin-bottom: 1.5em; display: -ms-grid; display: grid; grid-gap: 1.5em;}
.gallery-item {display: inline-block; text-align: center; width: 100%;}
.gallery-columns-2 {-ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr);}
.gallery-columns-3 {-ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr);}
.gallery-columns-4 {-ms-grid-columns: (1fr)[4]; grid-template-columns: repeat(4, 1fr);}
.gallery-columns-5 {-ms-grid-columns: (1fr)[5]; grid-template-columns: repeat(5, 1fr);}
.gallery-columns-6 {-ms-grid-columns: (1fr)[6]; grid-template-columns: repeat(6, 1fr);}
.gallery-columns-7 {-ms-grid-columns: (1fr)[7]; grid-template-columns: repeat(7, 1fr);}
.gallery-columns-8 {-ms-grid-columns: (1fr)[8]; grid-template-columns: repeat(8, 1fr);}
.gallery-columns-9 {-ms-grid-columns: (1fr)[9]; grid-template-columns: repeat(9, 1fr);}
.gallery-caption {display: block;}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll --------------------------------------------- */

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {display: none;}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {display: block;}

/*--------------------------------------------------------------
# Utilities
-------------------------------------------------------------- */
/* Accessibility --------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;}
.screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000;}

#primary[tabindex="-1"]:focus {outline: 0;}

/* Alignments --------------------------------------------- */
.alignleft {float: left; margin-right: 1.5em; margin-bottom: 1.5em;}
.alignright {float: right; margin-left: 1.5em; margin-bottom: 1.5em;}
.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto; margin-bottom: 1.5em;}

/*=======  Global   =======*/
* {box-sizing: border-box;}
body {font-family: 'Noto Sans KR', sans-serif; line-height: 1.66;}
img {max-width: 100%; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}

/* Scroll bar */
::-webkit-scrollbar {background-color: #d7dce1; width: 7px; height: 4px;}
::-webkit-scrollbar-thumb {background-color: #006600;}

.slick-slide img {display: inline-block;}
.img-fluid {width: 2400px;}

@media (max-width: 575px) {
	.featured_slick_gallery-slide-home .img-fluid {max-width: 200%; transform: translate(-25%, 0);}
	.featured_slick_gallery-slide-home.featured_slick_gallery-main .img-fluid {max-width: 200%; transform: translate(0);}
}
h1, h2, h3, h4, h5, h6 {font-weight: 700; margin: 0; font-family: 'Noto Sans KR', sans-serif;}
ul, ol {margin: 0; padding: 0; list-style-type: none;}
p {margin: 0; color: #4A5159;}

/*======= Input Styles =======*/
input, textarea, select {width: 100%; height: 45px; background-color: #fff; color: #0a5096; padding: 0 5px; font-size: 14px; border: none;}
.form-control:focus {-webkit-box-shadow: none; box-shadow: none;}
textarea {height: 170px; display: inherit; padding-top: 20px;}

::-webkit-input-placeholder {color: inherit; opacity: 1;}
:-ms-input-placeholder {color: inherit; opacity: 1;}
::-ms-input-placeholder {color: inherit; opacity: 1;}
::placeholder {color: inherit; opacity: 1;}

input[type="search"]::-ms-clear {display: none; width: 0; height: 0;}
input[type="search"]::-ms-reveal {display: none; width: 0; height: 0;}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {display: none;}

input[type=checkbox],
input[type=radio] {height: auto; width: auto;}

.form-group {position: relative;}

.form-group input, .form-group textarea, .form-group select {padding-right: 40px;}

.form-group .icon {position: absolute; right: 30px; z-index: 2; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #81a3bb; line-height: 1;}
.form-group.textarea-group .icon {-webkit-transform: translateY(0); transform: translateY(0); top: 20px;}

/*======= Common Class =======*/
.main-btn {height: 55px; padding: 0 22px; background-color: #025949; font-size: 16px; font-weight: 700; color: #fff !important; line-height: 55px; position: relative; z-index: 1; border: none; border-radius: 5px; font-family: 'Noto Sans KR', sans-serif;}

.main-btn::before {content: ""; position: absolute; left: 0; top: 0; width: 0; height: 100%; z-index: -1; border-radius: 5px; background-color: #051c35; -webkit-transition: 0.3s; transition: 0.3s; opacity: 0; visibility: hidden; border-radius: 5px;}
.main-btn:hover {color: #fff;}
.main-btn:hover::before {width: 100%; opacity: 1; visibility: visible;}
.main-btn i {margin-right: 5px; position: relative; top: 2px;}

h1.head {font-size: 62px; line-height: 1.16; font-weight: 700; color: #051c35;}
h2.breadd {font-size: 62px; line-height: 1.16; font-weight: 700; color: #051c35;}
h2.title {font-size: 35px; line-height: 1.28; font-weight: 700; color: #051c35;}
h3.subtitle {font-size: 24px; line-height: 1.41; font-weight: 700; color: #051c35;}
h3.blogtitle {font-size: 26px; line-height: 1.38; font-weight: 600; color: #051c35;}
h4.lasthead {font-size: 14px; line-height: 1.5; font-weight: 600; color: #051c35;}
h5 {font-size: 18px; line-height: 1.55; font-weight: 600; color: #051c35;}
p.text {font-size: 15px; line-height: 1.66; font-weight: 400; color: #4A5159;}

.section-head {margin-top: -4px;}
.section-head h2.title {padding-bottom: 11px;}

/*======= Preloader =======*/
div#preloader {margin: auto; position: fixed; width: 100%; height: 100%; background-color: #fff; z-index: 9999999; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
div#preloader .loader-cubes {top: 50%; left: 50%; margin-left: -25px; margin-top: -25px; width: 50px; height: 50px; position: absolute; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg);}
div#preloader .loader-cubes .loader-cube {float: left; width: 50%; height: 50%; position: relative; -webkit-transform: scale(1.1); transform: scale(1.1);}
div#preloader .loader-cubes .loader-cube::before {content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both; animation: sk-foldCubeAngle 2.4s infinite linear both; -webkit-transform-origin: 100% 100%;         transform-origin: 100% 100%; background: #025949;}
div#preloader .loader-cubes .loader-cube.loader-cube2 {-webkit-transform: scale(1.1) rotateZ(90deg); transform: scale(1.1) rotateZ(90deg);}
div#preloader .loader-cubes .loader-cube.loader-cube2::before {-webkit-animation-delay: 0.3s; animation-delay: 0.3s;}
div#preloader .loader-cubes .loader-cube .loader-cube4 {-webkit-transform: scale(1.1) rotateZ(270deg); transform: scale(1.1) rotateZ(270deg);}
div#preloader .loader-cubes .loader-cube .loader-cube4::before {-webkit-animation-delay: 0.9s; animation-delay: 0.9s;}
div#preloader .loader-cubes .loader-cube .loader-cube3 {-webkit-transform: scale(1.1) rotateZ(180deg); transform: scale(1.1) rotateZ(180deg);}
div#preloader .loader-cubes .loader-cube .loader-cube3::before {-webkit-animation-delay: 0.6s; animation-delay: 0.6s;}

/*=== Back to top css =======*/
.back-to-top {position: fixed; right: 30px; bottom: 30px; display: none; z-index: 999999;}
.back-to-top a {color: #fff; background: #0c59db; height: 50px; width: 50px; text-align: center; line-height: 50px; font-size: 20px;}

/*=======  Animations  =======*/
@-webkit-keyframes sticky {
	0% {top: -200px;}
	100% {top: 0;}
}
@keyframes sticky {
	0% {top: -200px;}
	100% {top: 0;}
}
@-webkit-keyframes spin {
	100% {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes spin {
	100% {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}
@-webkit-keyframes sk-foldCubeAngle {
	0%, 10% {-webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0;}
	25%, 75% {-webkit-transform: perspective(140px) rotateX(0); transform: perspective(140px) rotateX(0); opacity: 1;}
	100%, 90% {-webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0;}
}
@keyframes sk-foldCubeAngle {
	0%,	10% {-webkit-transform: perspective(140px) rotateX(-180deg); transform: perspective(140px) rotateX(-180deg); opacity: 0;}
	25%, 75% {-webkit-transform: perspective(140px) rotateX(0); transform: perspective(140px) rotateX(0); opacity: 1;}
	100%, 90% {-webkit-transform: perspective(140px) rotateY(180deg); transform: perspective(140px) rotateY(180deg); opacity: 0;}
}
@-webkit-keyframes pulseBtnBefore {
	0% {-webkit-transform: scale(1); transform: scale(1); opacity: 1;}
	100% {-webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0;}
}
@keyframes pulseBtnBefore {
	0% {-webkit-transform: scale(1); transform: scale(1); opacity: 1;}
	100% {-webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0;}
}
@-webkit-keyframes pulseBtnAfter {
	0% {-webkit-transform: scale(1); transform: scale(1); opacity: 1;}
	100% {-webkit-transform: scale(2); transform: scale(2); opacity: 0;}
}
@keyframes pulseBtnAfter {
	0% {-webkit-transform: scale(1); transform: scale(1); opacity: 1;}
	100% {-webkit-transform: scale(2); transform: scale(2); opacity: 0;}
}
@-webkit-keyframes rotate {
	0% {-webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
	100% {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}
@keyframes rotate {
	0% {-webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
	100% {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}
@-webkit-keyframes rotateTwo {
	0% {-webkit-transform: rotate(15deg); transform: rotate(15deg);}
	100% {-webkit-transform: rotate(-360deg); transform: rotate(-360deg);}
}
@keyframes rotateTwo {
	0% {-webkit-transform: rotate(15deg); transform: rotate(15deg);}
	100% {-webkit-transform: rotate(-360deg); transform: rotate(-360deg);}
}
@-webkit-keyframes scale {
	0% {-webkit-transform: scale(0); transform: scale(0);}
	50% {-webkit-transform: scale(2); transform: scale(2);}
	100% {-webkit-transform: scale(0); transform: scale(0);}
}
@keyframes scale {
	0% {-webkit-transform: scale(0); transform: scale(0);}
	50% {-webkit-transform: scale(2); transform: scale(2);}
	100% {-webkit-transform: scale(0); transform: scale(0);}
}
@-webkit-keyframes borosoto {
	0% {-webkit-transform: scale(1); transform: scale(1);}
	50% {-webkit-transform: scale(1.08); transform: scale(1.08);}
	100% {-webkit-transform: scale(1); transform: scale(1);}
}
@keyframes borosoto {
	0% {-webkit-transform: scale(1); transform: scale(1);}
	50% {-webkit-transform: scale(1.08); transform: scale(1.08);}
	100% {-webkit-transform: scale(1); transform: scale(1);}
}
@-webkit-keyframes pulse-border {
	0% {-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1;}
	100% {-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3); transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3); opacity: 0;}
}
@keyframes pulse-border {
	0% {-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); opacity: 1;}
	100% {-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3); transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3); opacity: 0;}
}

/*=======  Header  =======*/
.sticky-header .header-navigation {margin-top: 0;}
.header-navigation {background-color: rgba(0, 0, 0, 0); width: 100%; margin: 0 auto; padding: 0; -webkit-transition-duration: 0.5s; transition-duration: 0.5s;}
.header-navigation .container {padding: 0;}
.header-navigation .primary-menu {margin: 6px 0;}
.header-navigation .primary-menu li {display: inline-block; line-height: 5; position: relative; margin: 0 20px;}

@media (max-width: 1499px) {
	.header-navigation {padding: 0;}
}
@media (max-width: 1099px) {
	.header-navigation .primary-menu li {margin: 0 10px;}
}

.header-navigation .primary-menu li .dd-trigger {font-size: 14px; font-weight: 500; color: #b1b1b1; position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); line-height: 1; -webkit-transition: 0.3s; transition: 0.3s;}

@media (max-width: 1199px) {
	.header-navigation .primary-menu li .dd-trigger {right: -5px;}
	.header-navigation .primary-menu li a {padding: 8px; margin: 0 5px; font-size: 15px;}
}

.header-navigation .primary-menu li a.drop {margin-right: 18px;}
.header-navigation .primary-menu li a {font-size: 16px; color: #fff; padding: 10px; font-family: 'Noto Sans KR', sans-serif; text-transform: capitalize; margin: 0 10px; text-decoration: none; font-weight: 500;}

@media (max-width: 991px) {
	.header-navigation .container {padding: 0;}
}

.header-navigation .primary-menu li .submenu {position: absolute; left: 0; top: 110%; width: 180px; background-color: #fff; -webkit-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; z-index: 99; height: auto; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); border-top: 2px solid #025949; opacity: 0; visibility: hidden;}
.header-navigation .primary-menu li .submenu li {line-height: 1; margin: 0; display: block;}
.header-navigation .primary-menu li .submenu li:not(:last-child) {border-bottom: 1px solid rgba(0, 0, 0, 0.05);}
.header-navigation .primary-menu li .submenu li a {padding: 10px 15px; font-size: 15px; display: block; margin: 0; line-height: 1.73; color: #025949;}
.header-navigation .primary-menu li .submenu li a:hover {background-color: #025949; color: #fff;}
.header-navigation .primary-menu li .submenu li .dd-trigger {right: 20px;}
.header-navigation .primary-menu li .submenu li a:hover ~ .dd-trigger {color: #fff;}
.header-navigation .primary-menu li .submenu li .submenu {left: 100%; top: 20%;}
.header-navigation .primary-menu li .submenu li:hover > .submenu {top: 0;}
.header-navigation .primary-menu li:hover > .submenu {visibility: visible; top: 100%; opacity: 1;}

.header-navigation .primary-menu li.current > a,
.header-navigation .primary-menu li.current > .dd-trigger,
.header-navigation .primary-menu li a:hover,
.header-navigation .primary-menu li a:hover ~ .dd-trigger {color: #ef9e29;}

@media (max-width: 991px) {
	.header-navigation .primary-menu li.current > a,
	.header-navigation .primary-menu li.current > .dd-trigger,
	.header-navigation .primary-menu li a:hover,
	.header-navigation .primary-menu li a:hover ~ .dd-trigger {color: #fff;}
}
@media (max-width: 560px) {
	.header-navigation .site-logo {max-width: 100px;}
}
@media (min-width: 992px) {
	.header-left-icon {display: none;}
}
@media (max-width: 991px) {
	.header-navigation .container {justify-content: center !important;}
	.header-right {margin-right: 15px;}
	.header-left-icon, .site-logo {margin: 0 120px 0 60px !important; font-size: 24px;}
	.header-left-icon a i { color: #fff !important; transition: 0.3s all;}
	.header-left-icon a i:hover { color: #ef9e29 !important;}
}
@media (max-width: 767px) {
	.header-left-icon, .site-logo {margin: 0 60px 0 30px !important; line-height: 1.3;}
}
@media (max-width: 575px) {
	.header-left-icon, .site-logo {margin: 0 50px 0 30px !important;}
}
@media (max-width: 480px) {
	.header-left-icon, .site-logo {margin: 0 30px !important;}
}

.header-navigation .site-logo .sticky-logo {display: none;}
.header-navigation .search-icon {font-size: 18px; color: #555; margin-right: 30px;}

@media (max-width: 1199px) {
	.header-navigation .search-icon {margin-right: 20px;}
}

.header-navigation .search-icon:hover {color: #025949;}
.header-navigation .search-widget .search-form {position: fixed; left: 0; top: 0; width: 100vw; background-color: rgba(35, 35, 35, 0.9); 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; -webkit-transition: all 0.5s; transition: all 0.5s; will-change: transform, opacity; height: 0; z-index: -1; opacity: 0;}
.header-navigation .search-widget .search-form .search-close {font-size: 30px; color: #fff; position: absolute; right: 50px; top: 50px; line-height: 1;}
.header-navigation .search-widget .search-form form {width: 44%;}
.header-navigation .search-widget .search-form input {background-color: transparent; font-size: 20px; color: #fff; border-bottom: 2px solid rgba(255, 255, 255, 0.6); padding: 0 30px;}
.header-navigation .search-widget .search-form.opened {height: 100vh; opacity: 1; z-index: 99;}

.header-navigation .offcanvas-icon, .header-navigation .nav-toggler {position: relative; width: 24px; height: 24px; 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; line-height: 1; cursor: pointer; margin-right: 10px;}
.header-navigation .offcanvas-icon span, .header-navigation .nav-toggler span {background-color: #fff; height: 2px; width: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; -webkit-transition: 0.3s; transition: 0.3s; position: relative;}

.header-navigation .nav-toggler {display: none;}
.header-navigation .nav-toggler.menu-opened span:nth-child(1) {-webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); top: 8px;}
.header-navigation .nav-toggler.menu-opened span:nth-child(2) {opacity: 0;}
.header-navigation .nav-toggler.menu-opened span:nth-child(3) {-webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); top: -8px;}
.header-navigation .nav-close {display: none; font-size: 20px; color: #fff; position: absolute; right: 20px; top: 20px; line-height: 1;}
.header-navigation .navbar-btn {margin: 3px 0 0; width: 160px;}
.header-navigation .navbar-btn a {font-size: 15px; font-weight: 600; text-decoration: none; background-color: #ef9e29; color: #fff; text-shadow: 0.5px 0.5px 1px #333; border: 2px solid #ef9e29; border-radius: 5px; padding: 12px 22px; height: 55px; vertical-align: middle; transition: 0.3s all;}
.header-navigation .navbar-btn a:hover {background-color: transparent; border: 2px solid #fff; color: #fff;}
.header-navigation .navbar-btn a i {margin: 8px 5px 10px; position: relative;}

@media (max-width: 1199px) {
	.header-navigation .navbar-btn a {padding: 14px;}
	.header-navigation .navbar-btn a i {margin-right: 5px;}
	.header-navigation .primary-menu li {margin: 0;}
	.header-navigation .header-extra {margin-top: 3px;}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.container-menu-nav {max-width: 760px !important;}
}
@media (max-width: 767px) {
	.header-navigation .navbar-btn {margin-left: 20px;}
}
@media (max-width: 575px) {
	.header-navigation .navbar-btn {display: none;}
}

.site-logo {max-width: 100px;}

/*======= Sticky Header  =======*/
.sticky-header {position: absolute; z-index: 999; width: 100%; top: 43px;}
.sticky-header.sticky-on .header-navigation {position: fixed; top: 0; width: 100%; z-index: 999; -webkit-animation: sticky 1.2s; animation: sticky 1.2s; background-color: rgba(0, 0, 0, 0.8); -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.04);}
.sticky-header.sticky-on .header-navigation .sticky-logo {display: block;}
.sticky-header.sticky-on .header-navigation .main-logo {display: none;}
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li {line-height: 5.33;}
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li a {color: #fff;}
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li .submenu li a {color: #025949;}
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li .dd-trigger {color: #fff;}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li.current > a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li.current > .dd-trigger,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li a:hover,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li a:hover ~ .dd-trigger {color: #fff;}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu > li .submenu li a:hover {color: #fff;}
.sticky-header.sticky-on.header-four .navbar-btn a {background-color: #025949;}
.sticky-header.sticky-on.header-four .nav-toggler {border: 1px solid #025949;}
.sticky-header.sticky-on.header-four .nav-toggler span {background-color: #025949;}

/*=======  Header Navigation  =======*/
.header-navigation {z-index: 99999999999999;}
.header-navigation.breakpoint-on {padding: 10px 0 15px;}
.header-navigation.breakpoint-on .nav-toggler {display: -webkit-box; display: -ms-flexbox; display: flex;}
.header-navigation.breakpoint-on .site-nav-menu {position: fixed; top: 0; height: 100vh; width: 300px; padding: 50px 25px; background-color: #1b311a; z-index: 999; overflow-x: hidden; overflow-y: scroll; left: -300px; visibility: hidden; opacity: 0; -webkit-transition: 0.3s; transition: 0.3s;}
.header-navigation.breakpoint-on .site-nav-menu .nav-close {display: block;}
.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar {background-color: #495a48;}
.header-navigation.breakpoint-on .site-nav-menu.menu-opened {left: 0; visibility: visible; opacity: 1;}
.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar {width: 5px;}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li {margin: 0; padding: 0; display: block;}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a {color: #fff; display: block; padding: 15px 25px 15px 0; font-size: 16px; line-height: 1.66; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a:hover {color: #dfedde;}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger {display: block; top: 0; -webkit-transform: translate(0); transform: translate(0); right: 0 !important; height: 45px; width: 45px; color: #fff; cursor: pointer; text-align: center; line-height: 53px;}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger i {-webkit-transition: 0.3s; transition: 0.3s; vertical-align: middle;}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu {padding-left: 20px; -webkit-transition: 0; transition: 0; border: none;}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a {font-size: 15px; font-weight: 300; color: #fff !important; display: block; padding: 12px 25px 12px 0; line-height: 1.66;}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a:hover {background-color: transparent !important; color: #ccccff !important;}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu,
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li li .submenu {position: unset; top: 0; width: 100%; -webkit-transition: none; transition: none; visibility: visible; opacity: 1; background-color: transparent; -webkit-box-shadow: none; box-shadow: none; display: none;}
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li.current:before {position: absolute; left: -25px; top: 2px; bottom: 2px; width: 2px; background-color: #fff; content: "";}

.top-header-rightside {padding: 0; margin-left: auto;}
.top-header-rightside a {color: #fff; font-weight: 300; transition: 0.3s all;}
.top-header-rightside a:hover {color: #d7faff;}
.top-header-rightside ul {display: flex; justify-content: center;}
.top-header-rightside ul li {padding: 2px 0; font-size: 13px; font-weight: 200; margin: 0 5px;}
.top-header-rightside ul li i {padding: 0 4px; font-size: 12px;}

@media screen and (max-width: 1199px) {
	.top-header-rightside {padding: 2px 0;}
	.top-header-rightside ul li {padding: 0 3px;}
}
@media screen and (max-width: 991px) {
	.top-header {display: none;}
}
@media screen and (max-width: 767px) {
	.header-navigation.breakpoint-on {padding: 16px 0 21px;}
}
@media screen and (max-width:575px) {
	.header-navigation.breakpoint-on {padding: 10px 0 16px;}
}

/*=======  Footer Area START =======*/
.copyright {background: #011025;}
.copyright p.text {color: #8a8f9c;}
.copyright p.text a {color: #fff;}
.copyright p.text a:hover {text-decoration: underline;}

input[type=checkbox] {width: 16px; height: 16px; accent-color: #7f31ff; margin:0 4px 4px 0 !important; vertical-align: middle;}