/**
====================================================================
  General Classes
====================================================================
*/

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  overflow-x: hidden;
}

html,
body {
  color: #2f2f2f;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  width: 100%;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
}

body {
  line-height: 1.7em;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f2f2f;
  clear: both;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
}

h1 {
  font-size: 32px;
  font-weight: 700;
}

h2 {
  font-size: 30px;
  font-weight: 700;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 22px;
  font-weight: 700;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 14px;
  font-weight: 700;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
  color: #2f2f2f;
}

a:hover {
  text-decoration: none;
  transition: 0.5s;
}

.textwidget p a,
.widget_recent_comments a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.comment-content p a,
.widget_text p a,
.content-area article p a {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"] {
  border: 1px solid #d0d0d0;
  color: #a1a1a1;
  height: 50px;
  padding: 0px 20px 0 10px;
  width: 100%;
  font-weight: 400;
}

textarea {
  border: 1px solid #d0d0d0;
  color: #0e3440;
  padding: 10px 20px 0 10px;
  width: 100%;
  font-weight: 400;
}

select {
  width: 100%;
  height: 50px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 0;
}

#footer select {
  background: #0e3440;
}

blockquote {
  background: transparent url(img/bquote.png) no-repeat scroll 100% 0;
  border: none;
  padding: 0 40px 0 0;
}

blockquote p {
  margin-top: 30px;
  overflow: hidden;
  margin-bottom: 8px !important;
}

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

td {
  border-top: 1px solid #ededed;
  padding: 6px 0 6px 10px;
}

caption,
td {
  font-weight: normal;
  text-align: right;
}

tr {
  font-weight: 700;
}

ul {
  margin-right: 0;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-right: 20px;
}

address {
  font-style: italic;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
  line-height: normal;
  font-family: inherit;
  word-wrap: break-word;
}

dd {
  margin: 0 20px 1.5em 0;
  padding: 0;
}

big {
  font-size: 125%;
}

small {
  font-size: 80%;
}

iframe {
  width: 100%;
}

.clearfix {
  clear: both;
}


/**
====================================================================
  Preloader
====================================================================
*/

.loader-wrapper {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100000;
}

#pre-loader {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 45%;
  right: 49%;
}

.loader-pulse,
.loader-pulse:before,
.loader-pulse:after {
  border-radius: 50%;
  width: 2.4em;
  height: 2.4em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader-pulse {
  color: #0e3440;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader-pulse:before,
.loader-pulse:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader-pulse:before {
  right: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader-pulse:after {
  right: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


/**
====================================================================
  Scroll Top
====================================================================
*/

a.btntoTop {
  position: fixed;
  left: 20px;
  bottom: 20px;
  font-size: 30px;
  background: #ffffff;
  color: #0e3440;
  border-radius: 50%;
  padding: 10px;
  border: 3px solid #0e3440;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

a.btntoTop.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

a.btntoTop:hover {
  background: #0e3440;
  color: #ffffff !important;
  border-color: #952d1c;
}

a#scrolltop i {
  color: #0e3440;
}

a.btntoTop:hover a#scrolltop i,
a#scrolltop i:hover {
  color: #fff;
}


/**
====================================================================
  Header
====================================================================
*/

.home.page-template div#content-header {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 84px;
  right: 0;
  left: 0;
  z-index: 9;
}

div#content-header {
  background: rgba(0, 0, 0, 0.7);
}

a.hdr-clnr-btn.btn {
  font-size: 14px;
  font-weight: 600;
  color: #0e3440;
  background: #fedb5c;
  border-radius: 5px;
  padding: 8px 40px;
  display: inline-block;
}

a.hdr-call-btn.btn {
  font-size: 14px;
  font-weight: 600;
  color: #0e3440;
  background: #ffffff;
  padding: 8px 36px;
  border-radius: 5px;
  display: inline-block;
}

div#topbar {
  background: #0e3440;
}

.follow-us i {
  color: #0e3440;
  background: #ffffff;
  border-radius: 50px;
  padding: 5px;
  display: flex;
  font-size: 14px;
  flex-wrap: wrap;
}

p.topbar-text,
div#countdown-timer {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}

.topbar-tckt a {
  font-size: 12px;
  color: #0e3440;
  font-weight: 600;
  background: #fedb5c;
  border-radius: 5px;
  padding: 0px 15px;
}

p.topbar-number,
p.topbar-email {
  color: #fedb5c;
  font-size: 14px;
  font-weight: 700;
}

.ri8-call {
  border-left: 1px solid #fedb5c;
}

.topbar-tckt a:hover,
a.hdr-clnr-btn.btn:hover,
a.btn-slid.btn:hover {
  background: #ffffff;
}

a.hdr-call-btn.btn:hover,
a.btn-outr-blog.btn:hover,
.blog-cat li a:hover,
.follow-us i:hover {
  background: #fedb5c;
}

.blog-cat li a:hover {
  color: #0e3440;
}

h6.news-inner-head a:hover {
  color: #0a80be;
}


/**
====================================================================
  Logo
====================================================================
*/

.logo img {
  max-width: 100%;
  height: auto;
}

.logo {
  display: flex;
  flex-direction: column;
}

.site-title {
  margin: 0;
}

.logo h1.site-title {
  font-size: 25px;
  padding: 0;
}

.has-logo h1.site-title,
.has-logo p.site-title {
  padding: 0;
}

p.site-title {
  padding: 1.5em 0 0;
}

header.style2 .logo h1.site-title a,
header.style2 .logo p.site-description {
  color: #fff;
}

.site-description {
  margin: 0;
  font-size: 14px;
}

h1.site-title a,
p.site-description,
p.site-title a,
.site-title a,
.site-description {
  color: #ffffff;
}


/**
====================================================================
  Navigation
====================================================================
*/

.main-navigation ul .menu-item.menu-item-has-children a,
.main-navigation ul .page_item.page_item_has_children a {
  position: relative;
}

.main-navigation .menu > li i,
.menu li i {
  font-size: 10px;
  color: #fcfdfd;
}

.main-navigation ul .menu-item.menu-item-has-children .sub-menu a:after,
.main-navigation ul .page_item.page_item_has_children .children a:after {
  content: none;
}

.main-navigation .menu ul {
  margin-bottom: 0px;
  padding: 0px;
}

.main-navigation .menu li {
  display: inline;
  position: relative;
  list-style: none;
}

.top-menu-wrapper ul {
  gap: 5px 40px;
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
}

.main-navigation .menu > li > a,
.page_item a {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #fcfdfd;
}

.page_item_has_children ul li a,
.main-navigation .menu .menu-item-has-children ul li a {
  font-size: 14px;
  position: relative;
  display: block;
  color: #0e3440;
  text-align: right;
  padding: 12px 20px !important;
  line-height: 22px;
  font-weight: 500;
}

#site-navigation .menu ul.sub-menu li a,
#site-navigation .menu ul.children li a {
  line-height: 1.5;
}

nav#site-navigation {
  padding: 0;
}

.main-navigation ul.sub-menu > li > a:hover,
.main-navigation ul.sub-menu > li > a:focus,
.main-navigation ul.children > li > a:hover,
.main-navigation ul.children > li > a:focus {
  color: #444 !important;
  background-color: #eaeaea !important;
  border-radius: 5px;
}

.main-navigation .menu {
  display: flex;
  gap: 5px 40px;
  flex-wrap: wrap;
}

div#mySidenav {
  display: inline-flex;
}

.main-navigation .menu > li,
.main-navigation .menu li {
  display: inline;
  position: relative;
}

.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a {
  color: #fedb5c;
  text-decoration: underline;
}

.main-navigation .menu > li > a:hover {
  color: #fedb5c;
}

.main-navigation .sub-menu,
.main-navigation .children {
  background-color: #ffffff;
  list-style: none;
  padding-right: 0;
  position: absolute;
  opacity: 0;
  right: -9999px;
  z-index: 99999;
  width: 200px !important;
}

.main-navigation .sub-menu > li > a:hover,
.main-navigation .sub-menu > li > a:focus,
.main-navigation .children > li > a:hover,
.main-navigation .children > li > a:focus {
  background: #000;
  color: #fff;
}

.main-navigation .sub-menu li ul.sub-menu,
.main-navigation .children li ul.children {
  right: 200px !important;
  top: -1px !important;
}

.main-navigation .sub-menu > li,
.main-navigation .children > li {
  display: block;
  float: none;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand,
.main-navigation .children > li.page_item_has_children .submenu-expand {
  display: inline-block;
  position: absolute;
  width: calc( 24px + 1rem);
  left: 0;
  top: calc( .125 * 1rem);
  bottom: 0;
  color: white;
  line-height: 1;
  padding: calc( .5 * 1rem);
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand,
.main-navigation .children > li.page_item_has_children .submenu-expand {
  margin-left: 0;
}

.main-navigation .sub-menu > li > a,
.main-navigation .sub-menu > li > .menu-item-link-return,
.main-navigation .children > li > .menu-item-link-return {
  color: #fff;
  display: block;
  padding: 15px;
  font-weight: 600;
}

.main-navigation .sub-menu > li > .menu-item-link-return,
.main-navigation .children > li > .menu-item-link-return {
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  text-align: right;
}

.main-navigation .sub-menu > li > a:empty,
.main-navigation .children > li > a:empty {
  display: none;
}

.main-navigation .sub-menu > li.mobile-parent-nav-menu-item,
.main-navigation .children > li.mobile-parent-nav-menu-item {
  display: none;
  font-size: 0.88889em;
  font-weight: normal;
}

@media screen and (min-width:1001px) {
  .main-navigation .menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
  .main-navigation .menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
  .main-navigation .menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
  .main-navigation .menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu,
  .main-navigation .menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu,
  .main-navigation .menu .page_item_has_children:not(.off-canvas):hover > .children,
  .main-navigation .menu .page_item_has_children:not(.off-canvas):focus > .children,
  .main-navigation .menu .page_item_has_children.is-focused:not(.off-canvas) > .children,
  .main-navigation .menu .page_item_has_children:not(.off-canvas)[focus-within] > .children,
  .main-navigation .menu .page_item_has_children:not(.off-canvas):focus-within > .children {
    display: block;
    right: 0;
    margin-top: 0;
    width: auto;
    min-width: 100%;
    opacity: 1;
    top: 100%;
    border: 1px solid #f3f3f3;
  }
}

.main-navigation .sub-menu > li:last-child,
.main-navigation .children > li:last-child {
  border-bottom: none;
}

.toggle-nav,
a.closebtn {
  display: none;
}

header.style1 header {
  border-bottom: 1px solid #dadada;
}

header.style2 ul.menu>li a {
  color: #fff;
}

.page-title p.main-title,
.page-title h1.main-title {
  text-align: center;
  margin: 0;
  color: #fff;
  padding: 35px 0;
  word-wrap: break-word;
}

.page-title.style1 p.main-title,
.page-title.style1 h1.main-title {
  padding: 50px 0;
}

.page-title.style2 p.main-title,
.page-title.style2 h1.main-title {
  padding: 180px 0 100px 0;
}

.page-title p.main-title {
  font-size: 32px;
  font-weight: 700;
}

header.style2 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  border-bottom: none;
}


/**
====================================================================
  Banner
====================================================================
*/

.main-banner-inner-box {
  position: relative;
  background: #000000;
}

.main-banner-inner-box img {
  width: 100%;
}

.main-banner-content-box.content-left {
  text-align: right;
  right: 15%;
  left: 40%;
}

.main-banner-content-box.content-center {
  text-align: center;
  right: 25%;
  left: 25%;
}

.main-banner-content-box.content-right {
  text-align: left;
  right: 40%;
  left: 15%;
}

.main-banner-content-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

h2.bnr-hd1 {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
}

p.bnr-txt {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

a.btn-slid.btn {
  font-size: 16px;
  font-weight: 600;
  color: #0e3440;
  background: #fedb5c;
  border-radius: 5px;
  padding: 10px 25px;
}

section#main-banner-wrap .owl-dots button.owl-dot {
  background: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 6px;
}

section#main-banner-wrap .owl-dots {
  position: absolute;
  bottom: 1%;
  left: 15%;
  display: inline-grid;
}

section#main-banner-wrap {
  position: relative;
}

section#main-banner-wrap .owl-carousel .owl-item img {
  width: 100%;
  height: 700px;
  opacity: 0.8;
}

section#main-banner-wrap .owl-dots button.owl-dot.active {
  background: #fddb5c;
  width: 16px;
  height: 16px;
  margin: 7px 4px;
}


/**
====================================================================
  home blog
====================================================================
*/

.lat-news-inn {
  background: #f8f8f8;
  border-radius: 5px;
}

img.blog-image {
  width: 100%;
  height: 255px;
  border-radius: 5px 5px 0px 0px;
}

.blog-cat li a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: #0a80be;
  border-radius: 5px;
  line-height: normal;
  padding: 3px 12px;
  margin-left: 5px;
}

.blog-cat ul {
  display: flex;
  flex-wrap: wrap;
}

h6.news-inner-head a {
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #1b3075;
  line-height: 25px;
}

p.news-date,
p.news-view {
  font-size: 14px;
  font-weight: 400;
  color: #414141;
}

.lat-news-inn:hover {
  filter: drop-shadow(0px 10px 12.5px rgba(0, 0, 0, 0.24));
  background: #ffffff;
}

a.btn-outr-blog.btn {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  background: #0e3440;
  padding: 10px 90px;
  border-radius: 5px;
}


/**
====================================================================
  Footer
====================================================================
*/

img.size-large,
#footer img {
  width: 100%;
  height: auto;
}

.woocommerce.widget_shopping_cart .buttons a {
  background: #ffffff;
  color: #0e3440;
}

#footer a.rsswidget.rss-widget-title,
#footer select,
#footer caption {
  color: #ffffff;
}

#footer {
  margin-top: 50px;
}

.footer-widgets-wrapper {
  display: flex;
  list-style-type: none;
  text-align: right;
  margin-bottom: 25px;
}

.footer-copyright {
  text-align: center;
  background: #000000;
  padding: 10px 0;
}

div.footer-widgets-wrapper #media_image-2 {
  max-width: 64%;
}

#footer .footer-widgets-wrapper .row {
  margin-top: 56px;
}

div.footer-widgets-wrapper p {
  margin-top: 26px;
  font-weight: 300;
  line-height: 23px;
}

.menu-quick-links-container,
.menu-feature-services-container,
.contact-footer {
  margin-top: 16%;
  line-height: 26px;
}

i.fa {
  padding-left: 12px
}

#footer {
  width: 100%;
  background-color: #0e3440;
  color: white;
}

#footer h2 {
  color: #ffffff;
  border-bottom: double;
  border-top: double;
  padding: 10px 0px;
}

footer h4 {
  color: #ffffff;
  margin: 15px 0px;
  padding: 0;
  font-size: 28px;
  border-bottom: double;
  border-top: double;
}

#footer .wp-block-button__link {
  background: #fff;
  color: #0e3440;
}

#footer table#wp-calendar td,
#footer table#wp-calendar td a,
#footer .wp-block-calendar caption,
#footer span.wp-calendar-nav-prev a {
  color: #ffffff;
}

div.footer-widgets-wrapper p.wp-block-tag-cloud a,
div.footer-widgets-wrapper .tagcloud a,
p.wp-block-tag-cloud a,
div.footer-widgets-wrapper .tag-cloud a {
  color: #0e3440;
  display: inline-block;
  font-size: 16px !important;
  line-height: 1.5;
  margin-bottom: 7px;
  padding: 5px 15px;
  background: #ffffff;
  font-weight: 400;
  border: 2px solid #0e3440;
  text-decoration: none;
}

div.footer-widgets-wrapper p.wp-block-tag-cloud a:hover,
div.footer-widgets-wrapper .tagcloud a:hover,
p.wp-block-tag-cloud a:hover,
div.footer-widgets-wrapper .tag-cloud a:hover {
  background: #1d1d1d;
  color: #ffffff;
}

.footer-widgets-wrapper>ol {
  list-style-type: none;
}

#footer li a {
  color: #fff !important;
}

footer .copyrights p {
  margin: 15px 0;
}

.copyrights a {
  color: #fff;
  text-decoration: underline;
}

.copyrights a:hover {
  color: #1587ab;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background: #0e3440;
  color: #ffffff;
}


/**
====================================================================
  Blog-section
====================================================================
*/

span.edit-link {
  padding: 0;
}

#blog-section #post-wrapper article {
  margin-bottom: 50px;
}

.archive.heading h1 {
  padding: 0;
}

#blog-section #post-wrapper .blog-post,
#blog-section .blog-post {
  padding: 20px 20px 40px;
  border-radius: 20px;
  border: 1px solid #dadee2;
  border-bottom: 6px solid #dadee2;
}

#blog-section #post-wrapper .sticky .blog-post {
  border: 1px solid #0e3440;
  border-bottom: 6px solid #0e3440;
}

#blog-section #post-wrapper {
  padding: 0 20px;
  padding-right: 25px;
  margin-top: 70px;
}

.blog-post img {
  max-width: 100%;
  height: auto;
  margin-top: 15px;
}

.blog-content-wrapper {
  padding: 0 25px;
}

#blog-section h2.entry-title {
  position: relative;
  word-break: break-all;
  padding: 0;
  margin-bottom: 15px;
}

h2.entry-title a {
  text-decoration: none;
}

#blog-section .meta {
  margin-top: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dadee2;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#blog-section .meta i {
  margin-left: 8px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #0e3440;
  border-radius: 1e3px;
  text-align: center;
  line-height: 29px;
  font-size: 12px;
}

#blog-section #post-wrapper article .meta>span:not(:last-child) {
  padding-left: 16px;
  margin-left: 16px;
  position: relative;
}

#blog-section .meta a,
#blog-section .meta span {
  color: #0e3440;
}

#blog-section .meta span {
  color: #0e3440;
  padding: 2px;
}

#blog-section .meta span a {
  color: #0e3440;
  vertical-align: baseline;
  margin-right: 3px;
}

#blog-section .meta span .blog-post {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 50px;
  margin: 54px 0px 0 110px;
  padding: 5px 0px;
}

.blog-image-wrapper {
  position: relative;
}

#blog-section .meta.has-image {
  position: absolute;
  bottom: 7px;
  left: 0;
  width: auto;
  max-width: 80%;
  padding: 20px;
  background: rgb(34 34 34 / 70%);
  color: #fff;
  box-sizing: border-box;
  z-index: 1;
}

#blog-section .meta.has-image .meta-item {
  margin-bottom: 5px;
}

#blog-section .meta.has-image a,
#blog-section .meta.has-image span {
  color: #fff;
}

#blog-section .read-more a {
  background: #0e3440;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  line-height: normal;
  font-weight: bold;
}


/**
====================================================================
  Single-blog-section
====================================================================
*/

.single .entry-title a {
  color: #9e6906;
  font-size: 21px;
  margin: -28px 0 0 0;
}

.single .entry-title {
  margin: 30px 0 10px 0;
  padding: 0;
  font-size: 28px;
  word-wrap: break-word;
}

.single .blog-post img {
  max-width: 100%;
  height: auto;
  margin-top: 38px;
}

.single .blog-post img {
  max-width: 100%;
  height: auto;
}

.single .meta {
  position: relative;
  margin: 10px 0px;
  padding: 15px 0;
  border-bottom: 1px solid #dadee2;
}

.single .meta>span {
  padding: 0 10px;
}

.single .meta span a {
  vertical-align: baseline;
  margin-right: 3px;
  text-decoration: none;
}

.single .blog-content-wrapper {
  background: #f8f8f8;
  padding: 55px;
  margin-top: -70px;
  padding-right: 30px;
}

.single #post-wrapper {
  padding: 50px;
  padding-top: 25px;
  padding: 0px 45px;
}

.single .blog-image-wrapper {
  padding-top: 39px;
  padding-bottom: 40px
}

.single .meta span .blog-post {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 50px;
  margin: 54px 0px 0 110px;
  padding: 5px 0px;
}

.single .blog .blog-content-wrapper h2.entry-title {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 2px;
}

.single .post-categories {
  margin: 10px 0;
}

.single ul.post-categories {
  display: inline-block;
}

.single nav.post-navigation {
  margin: 40px 0;
}


/**
====================================================================
  Comments
====================================================================
*/

.single #comments {
  margin: 0 auto;
  padding-top: 80px;
}

.single.single-right-sidebar #comments,
.single.single-left-sidebar #comments {
  width: 90%;
}

#blog-section .col-md-12 {
  margin: 70px 0 0 0;
}

ol.comment-list {
  margin-top: 30px;
  list-style-type: none;
  margin-right: 0;
}

ol.children {
  list-style-type: none;
}

.comment-metadata {
  margin: 10px 0;
  padding: 0px 70px;
  border-radius: 45px;
}

#respond {
  margin-top: 50px;
}

.comment-meta .reply {
  margin: 10px 0;
  float: left;
}

.post-tags {
  margin: 70px 0 10px 0;
}

.post-tags a {
  background: #efefef;
  padding: 5px 15px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.post-tags a:hover {
  background: #0e3440;
  color: #fff;
}

.comment-meta b.fn {
  display: block;
  margin-right: 70px;
  margin-top: -50px;
}

.comment-meta span.says {
  margin-right: 70px;
}

#respond h3#reply-title {
  margin-bottom: 5px;
}

.children .comment {
  padding-right: 50px;
}


/**
====================================================================
  Pagination
====================================================================
*/

.blog .pagination {
  display: block;
  text-align: center;
  margin: 24px 0px;
  border-radius: 13px;
}

.blog .pagination .page-numbers {
  margin: 0px 8px;
}

.blog .pagination .nav-links .current {
  background: #0e3440;
  color: #fff;
  padding: 10px 20px;
}

.nav-previous {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

.single .nav-previous span>i {
  padding-left: 10px;
}

.single .nav-next i {
  padding-right: 10px;
}

.nav-previous a .post-title {
  padding: 7px 0;
  font-size: 20px;
  font-weight: 500;
  color: #0e3440;
  margin: 0;
}

.nav-next a .post-title {
  padding: 7px 0;
  font-size: 20px;
  font-weight: 500;
  color: #0e3440;
}

.nav-next {
  display: inline-block;
  text-align: left;
  width: 50%;
  vertical-align: top;
}

.nav-links {
  border-top: 1px solid #01010121;
  padding: 12px;
  border-bottom: 1px solid #01010121;
}

.nav-links a {
  text-decoration: none;
}

.post-title:hover {
  text-decoration: none;
}

.post-navigation .nav-links span.screen-reader-text {
  pointer-events: none;
}


/**
====================================================================
  Search
====================================================================
*/

.search form input[type="submit"],
.search label.search-icon {
  display: none;
}

.search #post-wrapper {
  margin-top: 70px;
}

.search h1.page-search {
  margin: 0;
  padding: 0;
}


/**
====================================================================
  404 page
====================================================================
*/

.error404 form input[type="submit"],
.error404 label.search-icon {
  display: none;
}

.error404 #post-wrapper {
  margin-top: 70px;
}

.error404 h1.page-error {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}


/**
====================================================================
  Page
====================================================================
*/

.logo p.site-title {
  font-size: 25px;
  font-weight: 700;
  padding: 0;
}

.container .page-content-area {
  margin-top: 70px;
}

.container .page-content-area a {
  text-decoration: underline;
  font-size: 18px;
}

.single-entry-summary a,
.textwidget a {
  text-decoration: underline;
}


/**
====================================================================
  block-page
====================================================================
*/

.blog-post .blocks-gallery-grid,
.blog-post .wp-block-gallery {
  padding: 0px 0px 20px 10px;
}


/**
====================================================================
  Sidebar CSS
====================================================================
*/

#sidebar-wrapper,
.inn-sidebar,
div#inner-main .content-area,
main#inner-detail .content-area,
.detail-sidebar {
  margin-top: 70px;
}

#sidebar-wrapper .widget_pages ul,
#footer .widget_pages ul,
.inn-sidebar .widget_pages ul,
.detail-sidebar .widget_pages ul {
  display: block;
}

#sidebar-wrapper .search-form .search-submit,
.inn-sidebar .search-form .search-submit,
.detail-sidebar .search-form .search-submit {
  margin-top: 10px;
}

#sidebar-wrapper #calendar_wrap table,
.inn-sidebar #calendar_wrap table,
.detail-sidebar #calendar_wrap table {
  width: 100%;
}

#sidebar-wrapper h3.custom_title,
.inn-sidebar h3.custom_title,
.detail-sidebar h3.custom_title {
  margin-bottom: 25px;
  padding: 15px;
}

#sidebar-wrapper caption,
.inn-sidebar caption,
.detail-sidebar caption {
  color: #000000;
  font-size: 20px;
}

#sidebar-wrapper table,
#sidebar-wrapper th,
#sidebar-wrapper td,
.inn-sidebar table,
.inn-sidebar th,
.inn-sidebar td,
.detail-sidebar table,
.detail-sidebar th,
.detail-sidebar td {
  border: 1px solid #e1e1e1;
  text-align: center;
}

#sidebar-wrapper td,
.inn-sidebar td,
.detail-sidebar td {
  padding: 7px;
  color: #000000;
}

#sidebar-wrapper th,
.inn-sidebar th,
.detail-sidebar th {
  text-align: center;
  padding: 5px;
  color: #000000;
}

#sidebar-wrapper select,
.woocommerce .woocommerce-ordering select,
.inn-sidebar select,
.detail-sidebar select {
  padding: 10px 5px;
  border: solid 1px #e1e1e1;
  color: #000000;
  background: transparent;
}

#sidebar-wrapper h3,
#sidebar-wrapper .widget_block h3,
#sidebar-wrapper h2,
#sidebar-wrapper label.wp-block-search__label,
.inn-sidebar label.wp-block-search__label,
.inn-sidebar h2,
.inn-sidebar h3,
.inn-sidebar .widget_bloc h3,
.detail-sidebar h3,
.detail-sidebar .widget_block h3,
.detail-sidebar h2,
.detail-sidebar label.wp-block-search__label {
  padding: 20px 24px 20px 0;
  background-color: #0e3440;
  color: #fff !important;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-weight: 500;
  border-radius: 15px;
  margin-bottom: 10px;
}

#sidebar-wrapper .widget_block h3,
#sidebar-wrapper h2,
.inn-sidebar h2,
.inn-sidebar .widget_block h3,
.detail-sidebar .widget_blockh3,
.detail-sidebar h2 {
  padding: 15px;
}

#sidebar-wrapper .wp-block-latest-comments,
.inn-sidebar .wp-block-search__inside-wrapper,
.inn-sidebar .wp-block-latest-comments,
.detail-sidebar .wp-block-search__inside-wrapper,
.detail-sidebar .wp-block-latest-comments {
  margin-top: 20px;
}

#sidebar-wrapper .wp-block-search__inside-wrapper,
#footer .wp-block-search__inside-wrapper,
#sidebar-wrapper .search,
#footer .search,
.inn-sidebar .wp-block-search__inside-wrapper,
.inn-sidebar .search,
.detail-sidebar .wp-block-search__inside-wrapper,
.detail-sidebar .search {
  border-radius: 20px;
  padding: 5px 10px;
  border: 1px solid #dadee2;
  background: #ffffff;
}

#sidebar-wrapper .search,
#footer .search,
.inn-sidebar .search,
.detail-sidebar .search {
  display: flex;
}

#sidebar-wrapper input[type="search"]:focus,
#footer input[type="search"]:focus,
#sidebar-wrapper input[type="search"]:active,
#footer input[type="search"]:active,
#sidebar-wrapper input[type="search"]:focus-visible,
#footer input[type="search"]:focus-visible,
#sidebar-wrapper input[type="search"],
#footer input[type="search"],
#sidebar-wrapper input.search-field:focus-visible,
#footer input.search-field:focus-visible,
#sidebar-wrapper input[type="text"]:focus-visible,
#footer input[type="text"]:focus-visible,
.inn-sidebar input[type="search"]:focus,
.inn-sidebar input[type="search"]:active,
.inn-sidebar input[type="search"]:focus-visible,
.inn-sidebar input[type="search"],
.inn-sidebar input.search-field:focus-visible,
.inn-sidebar input[type="text"]:focus-visible,
.detail-sidebar input[type="search"]:focus,
.detail-sidebar input[type="search"]:active,
.detail-sidebar input[type="search"]:focus-visible,
.detail-sidebar input[type="search"],
.detail-sidebar input.search-field:focus-visible,
.detail-sidebar input[type="text"]:focus-visible {
  outline-color: #fff;
  border: none;
}

#sidebar-wrapper input[type="search"],
#footer input[type="search"],
#sidebar-wrapper input.search-field,
#footer input.search-field,
#sidebar-wrapper input[type="text"],
#footer input[type="text"],
.inn-sidebar input[type="search"],
.inn-sidebar input.search-field,
.inn-sidebar input[type="text"],
.detail-sidebar input[type="search"],
.detail-sidebar input.search-field,
.detail-sidebar input[type="text"] {
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 20px;
  color: #000000;
  border: none;
  width: 100%;
  padding: 5px;
  margin: 0;
  height: 40px;
  background: transparent;
}

#sidebar-wrapper .wp-block-search__button,
#footer .wp-block-search__button,
#sidebar-wrapper input[type="submit"],
#footer input[type="submit"],
#sidebar-wrapper .search input .button,
#footer .search input .button,
#sidebar-wrapper aside form #searchsubmit,
#footer aside form #searchsubmit,
.inn-sidebar button.wp-block-search__button.wp-element-button,
.inn-sidebar .wp-block-search__button,
.inn-sidebar input[type="submit"],
.inn-sidebar .search input .button,
.inn-sidebar aside form #searchsubmit,
.detail-sidebar button.wp-block-search__button.wp-element-button,
.detail-sidebar .wp-block-search__button,
.detail-sidebar input[type="submit"],
.detail-sidebar .search input .button,
.detail-sidebar aside form #searchsubmit {
  margin: 0;
  border-radius: 20px;
  padding: 0 10px;
  height: 40px;
}

#sidebar-wrapper .serach_inner input.search-field::placeholder,
#footer .serach_inner input.search-field::placeholder,
.inn-sidebar .serach_inner input.search-field::placeholder,
.detail-sidebar .serach_inner input.search-field::placeholder {
  color: #000000;
}

#sidebar-wrapper input[type="search"],
#footer input[type="search"],
.inn-sidebar input[type="search"],
.detail-sidebar input[type="search"] {
  margin-bottom: 0;
}

#sidebar-wrapper label,
#footer label,
.inn-sidebar label,
.detail-sidebar label {
  margin-bottom: 0;
  width: 100%;
  font-weight: 700;
}

#sidebar-wrapper .widget,
.inn-sidebar .widget,
.detail-sidebar .widget {
  margin-bottom: 35px;
  border: 1px solid #dadee2;
  border-radius: 20px;
  padding: 9px;
}

#sidebar-wrapper .widget p,
.inn-sidebar .widget p,
.detail-sidebar .widget p {
  color: #000;
}

#sidebar-wrapper ul,
.inn-sidebar ul,
.detail-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  margin-top: 12px;
  margin-bottom: 2px;
  position: relative;
  border: none;
}

div#sidebar-wrapper .wp-block-latest-comments__comment-author,
div#sidebar-wrapper .wp-block-latest-comments__comment-link,
.inn-sidebar .wp-block-latest-comments__comment-author,
.inn-sidebar .wp-block-latest-comments__comment-link,
.detail-sidebar .wp-block-latest-comments__comment-author,
.detail-sidebar .wp-block-latest-comments__comment-link {
  color: #0e3440;
}

#sidebar-wrapper article,
#footer .footer-widgets article,
.inn-sidebar article,
.detail-sidebar article {
  margin: 0;
}

#sidebar-wrapper .widget ul .dropdown i,
#footer .footer-widgets .section ul .dropdown i,
#footer .footer-widgets .widget ul .dropdown i,
.inn-sidebar .widget ul .dropdown i,
.detail-sidebar .widget ul .dropdown i {
  display: none;
}

#sidebar-wrapper .widget ul li a,
#footer .footer-widgets .section ul li a,
#footer .footer-widgets .widget ul li a,
.inn-sidebar .widget ul li a,
.detail-sidebar .widget ul li a {
  color: #0e3440;
  z-index: 1;
  font-size: 15px;
  letter-spacing: .8px;
  font-weight: 400;
  display: inline-block;
  align-items: center;
  padding: 0 !important;
  position: relative;
}

#sidebar-wrapper .widget ul,
#footer .footer-widgets .section ul,
#footer .footer-widgets .widget ul,
.inn-sidebar .widget ul,
.detail-sidebar .widget ul {
  list-style: none;
  padding: 0 !important;
  margin-top: 12px;
  margin-bottom: 2px;
  display: block;
  position: relative;
}

#footer .footer-widgets .widget ul,
#footer .footer-widgets .section ul {
  border: none;
  background-color: transparent;
}

#sidebar-wrapper .widget ul li,
#footer .footer-widgets .section ul li,
#footer .footer-widgets .widget ul li,
.inn-sidebar .widget ul li,
.detail-sidebar .widget ul li {
  padding: 10px 0;
  position: relative;
  background-color: transparent;
}

#sidebar-wrapper ul li:not(.recentcomments):hover a:before,
.inn-sidebar ul li:not(.recentcomments):hover a:before,
.detail-sidebar ul li:not(.recentcomments):hover a:before {
  transform: translateY(-50%) scale(1);
}

#sidebar-wrapper ul li:not(.recentcomments) a:before,
.inn-sidebar ul li:not(.recentcomments) a:before,
.detail-sidebar ul li:not(.recentcomments) a:before {
  position: absolute;
  content: '';
  top: 50%;
  right: -10px;
  transform: translateY(-50%) scale(0);
  width: 6px;
  height: 6px;
  transition: all .25s cubic-bezier(.645, .045, .355, 1);
  border-radius: 1e3px;
  background-color: #0e3440;
}

#sidebar-wrapper ul li:hover,
.inn-sidebar ul li:hover,
.detail-sidebar ul li:hover {
  margin-right: 10px;
  transition: 0.5s;
  color: #0e3440;
}

div#sidebar-wrapper p.wp-block-tag-cloud a:before,
div#sidebar-wrapper .tagcloud a:before,
div#sidebar-wrapper p.wp-block-tag-cloud a:before,
.inn-sidebar p.wp-block-tag-cloud a:before,
.inn-sidebar .tagcloud a:before,
.inn-sidebar p.wp-block-tag-cloud a:before,
.detail-sidebar p.wp-block-tag-cloud a:before,
.detail-sidebar .tagcloud a:before,
.detail-sidebar p.wp-block-tag-cloud a:before {
  position: absolute;
  content: '/';
  top: 0;
  left: 0;
  font-size: 15px !important;
  color: #0e3440;
}

#sidebar-wrapper .tagcloud a,
.inn-sidebar .tagcloud a,
.detail-sidebar .tagcloud a {
  font-size: 15px !important;
  color: #0e3440;
  line-height: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
  border: none;
  padding: 0px 0px 0px 15px;
  margin-left: 8px;
}

.tagcloud a:hover {
  text-decoration: underline;
}

#sidebar-wrapper h3 a.rsswidget,
.inn-sidebar h3 a.rsswidget,
.detail-sidebar h3 a.rsswidget {
  color: #000;
}

#sidebar-wrapper .tag-cloud-link,
.inn-sidebar .tag-cloud-link,
.detail-sidebar .tag-cloud-link {
  font-size: 16px !important;
  color: #000 !important;
  border: 1px solid;
  padding: 4px;
  margin: 10px;
}

.nav-previous,
.nav-next {
  margin: 1% 0 0 0;
}

.nav-next {
  float: left;
  text-align: left;
  font-size: 18px;
}

.nav-previous {
  text-align: right;
  font-size: 18px;
}

#footer #media_image-2 img {
  object-fit: contain;
  width: 110px;
  height: 100px !important;
}

#footer .text-2 {
  margin-top: 0;
}


/**
====================================================================
  Custom CSS for WooCommerce Inner Pages
====================================================================
*/

h1.woocommerce-products-header__title.page-title {
  padding: 20px;
  color: #ffffff;
}

.woocommerce .woocommerce-info .button,
button.woocommerce-Button.button {
  background: #0e3440;
  color: #ffffff;
}

.woocommerce a.added_to_cart {
  padding-right: 8px;
}

.yith-wcwl-share li.share-button i {
  padding: 0px;
}

nav.woocommerce-breadcrumb {
  margin-top: 10px !important;
}

.woocommerce span.onsale {
  background: #0e3440;
  padding: 10px 15px;
}


/* Single Product Page */

.single-product .product-title {
  font-size: 24px;
  color: #333;
}

.single-product .price {
  font-weight: bold;
  color: #0e3440 !important;
}

.woocommerce div.product form.cart .button {
  background: #0e3440;
}


/* Shop Page */

.woocommerce ul.products li.product {
  background-color: #f8f8f8;
  padding: 10px;
  border: 1px solid #ddd;
}

.woocommerce ul.products li.product .button {
  background: #0e3440;
  color: #ffffff;
}

.woocommerce ul.products li.product .price {
  color: #0e3440;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce .star-rating span::before {
  color: #efab07;
}

.wc-block-grid__product-rating .star-rating span:before {
  color: #efab07 !important;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 3em;
}

.detail-sidebar ul li a:hover,
.inn-sidebar ul li a:hover {
  color: #0e3440;
}


/* Cart Page */

.woocommerce-cart table.cart th {
  background-color: #f1f1f1;
  text-transform: uppercase;
  font-size: 14px;
}

.woocommerce-cart table.cart td {
  border-bottom: 1px solid #ddd;
}

.wc-block-grid__product-add-to-cart .wp-block-button__link {
  background: #0e3440;
  padding: 8px 25px;
}


/* My Account Page */

.woocommerce-account .woocommerce-MyAccount-content {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 10px;
}

nav.woocommerce-MyAccount-navigation ul li a {
  font-weight: 700;
  text-decoration: unset !important;
}

nav.woocommerce-MyAccount-navigation ul li {
  border: 3px solid #0e3440;
  margin: 10px 0px;
  padding: 15px;
  border-radius: 4px;
}

.woocommerce-MyAccount-content a {
  color: #0e3440;
}


/**
====================================================================
  Extra CSS
====================================================================
*/

button,
input[type="submit"] {
  padding: 10px 20px;
  background: #0e3440;
  color: #fff;
  border: none;
}


/**
====================================================================
  Alignment CSS
====================================================================
*/

.bypostauthor img {
  border-radius: 50%;
}

.gallery-caption,
figcaption.blocks-gallery-caption {
  font-weight: bold;
}

.wp-caption {
  background: #fff;
  border: 2px solid #efefef;
  max-width: 100%;
  padding: 10px 5px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 0 20px 20px;
}

.wp-caption p {
  color: #000;
}

.wp-caption.alignleft {
  margin: 5px 0 20px 20px;
}

.wp-caption.alignright {
  margin: 5px 20px 20px 0;
}

.wp-caption p.wp-caption-text,
.wp-caption-text {
  padding: 10px 0px 10px 10px;
}

.alignnone {
  margin: 5px 0 20px 20px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: left;
  margin: 5px 20px 20px 0;
}

.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignnone {
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}


/**
====================================================================
  Responsive CSS
====================================================================
*/

@media screen and (max-width: 1000px) {
  .main-navigation ul .menu-item.menu-item-has-children a:after,
  .main-navigation ul .page_item.page_item_has_children a:after {
    content: none;
  }
  .main-navigation .menu {
    display: inline-block;
    padding: 20px;
    margin-top: 65px;
  }
  .main-navigation .menu ul {
    display: inline-block;
  }
  .main-navigation .menu li {
    border: none;
  }
  ul#menu-testing-menu li.current-menu-item.current_page_item a {
    border: none;
    color: #ffffff;
  }
  .main-navigation ul.sub-menu li a,
  .main-navigation ul.children li a {
    color: #ffffff !important;
  }
  .main-navigation ul.sub-menu > li > a:hover,
  .main-navigation ul.sub-menu > li > a:focus,
  .main-navigation ul.children > li > a:hover,
  .main-navigation ul.children > li > a:focus {
    background: transparent;
  }
  .slider-box-btn {
    margin: 17px 0;
  }
  .toggle-nav.mobile-menu {
    text-align: center;
  }
  .nav-box {
    outline: none;
    background: transparent;
  }
  .main-navigation .sub-menu > li,
  .main-navigation .children > li {
    border: none;
  }
  .toggle-nav {
    display: none;
    cursor: pointer;
    z-index: 999999;
  }
  .toggle-nav i {
    font-size: 30px;
    color: #ffffff;
  }
  .toggle-nav button {
    border: none;
    background: transparent;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    overflow-x: hidden;
    transition: 0.5s;
    overflow-y: scroll;
    background: #1E192D;
    visibility: hidden;
  }
  .sidenav.show {
    visibility: visible;
    width: 300px;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 20px;
    margin-right: 10px;
    display: block;
    font-size: 30px;
    color: #fff;
    text-align: center;
    left: 14px;
  }
  .sidenav #site-navigation {
    width: 100%;
    background-color: #212529;
    padding-right: 6px;
  }
  .toggle-nav,
  .toggle-nav.mobile-menu,
  a.closebtn.mobile-menu,
  .main-navigation ul ul li,
  .nav ul li a {
    display: block;
  }
  .nav ul li ul li a:before {
    content: "\00BB \00a0";
  }
  .nav ul li ul li a {
    padding-right: 20px !important;
  }
  .nav ul li ul li ul li a {
    padding-right: 30px !important;
  }
  .main-navigation li {
    padding: 0;
  }
  .main-navigation ul li a,
  .main-navigation .menu > li > a,
  .main-navigation .sub-menu > li > a,
  .main-navigation .sub-menu > li > .menu-item-link-return,
  .main-navigation .menu > li > a,
  .main-navigation .children > li > a,
  .main-navigation .children > li > .menu-item-link-return,
  .menu ul li a {
    color: #ffffff !important;
    display: block;
    border: none;
    text-align: right;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
  }
  #site-navigation .menu ul li a:hover {
    color: #0e3440;
  }
  /*NEW*/
  .main-navigation .menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu {
    border: none;
  }
  .main-navigation .sub-menu li ul.sub-menu,
  .main-navigation .children li ul.children {
    right: 0px !important;
  }
  .navigation_header .nav,
  .navbar-expand-xl {
    display: inline-block;
  }
  .main-navigation .sub-menu,
  .main-navigation .children {
    background: transparent;
  }
  .caret {
    display: none;
  }
  /* mobile menu */
  .footer-widgets-wrapper .widget-column {
    margin: 70px 0;
  }
  .footer-widgets-wrapper .widget-column:last-child {
    margin-bottom: 0;
  }
  .main-navigation ul li ul a {
    background: 100% 0
  }
  .main-navigation ul li ul li ul li a {
    background: 100% 0;
    text-transform: uppercase;
    padding-right: 22px;
    font-size: 13px;
    color: rgba(255, 255, 255, .5)
  }
  .main-navigation a.current,
  .main-navigation li.current>a {
    color: #c5a47e
  }
  .main-navigation ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .15)
  }
  .main-navigation ul .dropdown:focus-within>ul {
    display: block !important
  }
  .main-navigation ul>li>ul {
    background-color: #2a2a2a
  }
  .main-navigation ul li a {
    background: 100% 0;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    padding: 12px 15px;
    position: relative;
    cursor: pointer;
    line-height: 24px;
    font-size: 12px;
    letter-spacing: 1px;
    width: 100%;
    text-align: right
  }
  .main-navigation ul.menu>li>ul>li>a {
    text-transform: uppercase;
    padding-right: 22px;
    font-size: 12px;
    color: rgba(255, 255, 255, .5)
  }
  .main-navigation ul.menu>li>ul>li.dropdown>a {
    padding-right: 22px
  }
  .main-navigation ul.menu>li>ul>li.dropdown {
    width: auto
  }
  .main-navigation ul li.dropdown .la {
    border-right: 1px solid rgba(130, 130, 130, .58);
    color: #fff;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
  }
  .main-navigation .menu .dropdown-menu {
    position: relative;
    z-index: 1;
    display: none;
    float: none;
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0 50px;
    font-size: 14px;
    text-align: center;
    list-style: none;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    border-radius: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important;
    right: 0 !important;
  }
  #site-navigation .menu li.dropdown .bi,
  .main-navigation .menu li i,
  .menu li.page_item ul.children i {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, .13);
    color: #b3b3b9;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
  }
  #site-navigation .menu li.dropdown .bi,
  .main-navigation ul li.dropdown .bi,
  .main-navigation .menu li i,
  ul.children.dropdown-menu li i,
  .menu li.page_item ul.children i {
    position: absolute;
    z-index: 99;
    width: 60px;
    left: 0;
    top: 0;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
  }
  .menu li.page_item i {
    left: -254px !important;
    top: -10px !important;
    width: 40px !important;
  }
  .menu li.page_item ul.children li.page_item i {
    left: 0 !important;
  }
  .main-navigation ul.menu>li {
    padding: 0;
  }
  .main-navigation ul li:last-child,
  .main-navigation ul.menu>li>ul>li:last-child,
  .main-navigation .menu>li>ul>li:last-child,
  .main-navigation .menu>li>ul>li>ul>li:last-child {
    border-bottom: none;
  }
  .slider-box-btn {
    margin: 17px 0;
  }
}

@media (max-width: 991px) {
  .style2 #header-main.sticky {
    margin-top: 0;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0px 2px 4px -2px;
    -webkit-box-shadow: 0px 2px 4px -2px;
    -moz-box-shadow: 0px 2px 4px -2px;
  }
  header.style1 {
    height: auto !important;
  }
  header.style1 ul.navigation>li a,
  header.style2 ul.navigation>li a {
    color: #fff;
  }
  .single .meta span a {
    vertical-align: baseline;
    margin-right: 3px;
  }
  .single .blog-post img {
    max-width: 100%;
    height: auto;
    margin-top: 38px;
  }
  .single #post-wrapper {
    padding: 30px;
  }
  .blog-post {
    max-width: 100%;
  }
  .bth-sidebars .container .col-left,
  .both-sidebars .container .col-right {
    float: none;
    width: 100%;
  }
  .both-sidebars .container .col-middle {
    width: 100%;
  }
  .single .title,
  .single .content {
    width: 100%;
    margin: 0 auto;
  }
  .single #comments {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
  .footer-menu ul>li {
    width: 100%;
  }
  .footer-menu ul>li.dropdown {
    margin-top: 30px;
  }
  .footer-widgets-wrapper {
    display: inline-block;
    list-style-type: none;
  }
  .related-posts.archive article {
    width: auto;
  }
  .archive article {
    width: 100%;
  }
  .footer-widgets-wrapper .widget-column {
    margin: 70px 0;
  }
  .footer-widgets-wrapper .widget-column:last-child {
    margin-bottom: 0;
  }
  @keyframes slide-in {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
  }
}

@media (max-width: 767px) {
  .alignfull {
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: auto;
  }
  .alignwide {
    max-width: 100vw;
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
  }
  .alignfull img {
    width: 100vw;
  }
  .home.page-template div#content-header {
    position: static;
  }
  a.hdr-clnr-btn.btn {
    margin: 8px 0px;
  }
  section#main-banner-wrap .owl-carousel .owl-item img {
    height: 300px;
  }
  h2.bnr-hd1 {
    font-size: 25px;
  }
  .main-banner-content-box.content-center {
    right: 5%;
    left: 5%;
  }
  section#main-banner-wrap .owl-dots {
    left: 5%;
  }
  a.hdr-call-btn.btn {
    padding: 8px 42px;
  }
  p.topbar-number,
  p.topbar-email {
    font-size: 12px;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  footer#footer div.col-md-3,
  footer#footer div.col-md-6 {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  section#main-banner-wrap .owl-carousel .owl-item img {
    height: 400px;
  }
  .home.page-template div#content-header {
    position: static;
  }
  .main-banner-content-box.content-center {
    right: 5%;
    left: 5%;
  }
}

@media (max-width: 1199px) and (min-width: 1024px) {
  ul.navigation>li a {
    font-size: 14px;
  }
  .top-menu .navigation {
    display: unset;
  }
  .top-menu .navigation li {
    margin: 0px 20px;
  }
  .follow-us i {
    padding: 3px;
  }
  p.topbar-text,
  div#countdown-timer {
    font-size: 11px;
  }
  .topbar-tckt a {
    padding: 0px 2px;
  }
  p.topbar-number,
  p.topbar-email {
    font-size: 9px;
  }
  a.hdr-clnr-btn.btn,
  a.hdr-call-btn.btn {
    padding: 8px 8px !important;
  }
  section#main-banner-wrap .owl-carousel .owl-item img {
    height: 500px;
  }
  .main-banner-content-box.content-center {
    right: 5%;
    left: 5%;
  }
}

@media (max-width: 1359px) and (min-width: 1200px) {
  .top-menu .navigation {
    display: unset;
  }
  .top-menu .navigation li {
    margin: 0px 20px;
  }
  .topbar-tckt a {
    padding: 0px 11px;
  }
  p.topbar-text,
  div#countdown-timer {
    font-size: 13px;
  }
  p.topbar-number,
  p.topbar-email {
    font-size: 12px;
  }
  a.hdr-clnr-btn.btn,
  a.hdr-call-btn.btn {
    padding: 8px 22px !important;
  }
  section#main-banner-wrap .owl-carousel .owl-item img {
    height: 600px;
  }
  .main-banner-content-box.content-center {
    right: 15%;
    left: 15%;
  }
}

@media (max-width: 1439px) and (min-width: 1360px) {
  .topbar-tckt a {
    padding: 0px 11px;
  }
  p.topbar-text,
  div#countdown-timer {
    font-size: 13px;
  }
  p.topbar-number,
  p.topbar-email {
    font-size: 12px;
  }
  a.hdr-clnr-btn.btn,
  a.hdr-call-btn.btn {
    padding: 8px 22px !important;
  }
  section#main-banner-wrap .owl-carousel .owl-item img {
    height: 600px;
  }
  .main-banner-content-box.content-center {
    right: 15%;
    left: 15%;
  }
}

@media (max-width: 1500px) and (min-width: 1440px) {
  section#main-banner-wrap .owl-carousel .owl-item img {
    height: 600px;
  }
}

@media (max-width: 2199px) and (min-width: 1920px) {}

@media (min-width: 2200px) {}

@media (max-width: 2560px) and (min-width: 1024px) {
  ul.sub-menu.dropdown-menu i,
  ul.children i {
    display: none;
  }
}