a, a:focus { text-decoration: none !important; }
a, a:visited { text-decoration: none; color: #0E0E0E;}
a:focus, a:hover { color: #eb2124; text-decoration: none !important; }
a, button, input { outline: medium none !important; }
*::-moz-selection { background: #0E0E0E; color: #FFFFFF; text-shadow: none; }
::-moz-selection { background: #0E0E0E; color: #FFFFFF; text-shadow: none; }
::selection { background: #0E0E0E; color: #FFFFFF; text-shadow: none; }


/* ------------------------
    Transition
------------------------*/
a,
.btn,
button,
img,
span,
input,
.social-icons li:hover a,
.themeht-btn,
.service-item,
.featured-item,
.featured-icon,
.portfolio-item,
.price-table,
.service-menu li a:before,
.team-social-icon,
.swiper-button-next, .swiper-button-prev,
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after,
.site-main .comment-navigation .nav-links a i,
.site-main .posts-navigation .nav-links a i,
.site-main .post-navigation .nav-links a i{
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* ------------------------
    Box Shadow
------------------------*/
.box-shadow,
#header-wrap.fixed-header,
.scroll-top,
.service-item.style-1,
.service-item.style-1 .service-icon,
.main-timeline .timeline-icon,
.post-card.post-classic,
.comment-respond,
.portfolio-meta-info,
.featured-item.style-1,
.counter-icon,
.price-table,
.tab .nav-tabs .nav-link{
    -webkit-box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    -moz-box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
    box-shadow: 0px 25px 70px rgba(8, 10, 55, 0.08);
}



/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top { position: fixed; right: 50px; bottom: 50px; height: 60px; width: 60px; cursor: pointer; display: block; border-radius: 50px; z-index: 10000; opacity: 0; visibility: hidden; transform: translateY(15px); -webkit-transition: all 200ms linear; transition: all 200ms linear; background: #f4f9fd; }
.scroll-top.active-progress { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top::after { position: absolute; font-family: 'bootstrap-icons'; content: '\F145'; text-align: center; line-height: 60px; font-size: 30px; color: #0E0E0E; left: 0; top: 0; height: 60px; width: 60px; cursor: pointer; display: block; z-index: 1; -webkit-transition: all 200ms linear; transition: all 200ms linear; }
.scroll-top:hover::after { opacity: 0; }
.scroll-top::before { position: absolute; font-family: 'bootstrap-icons'; content: '\F145'; text-align: center; line-height: 60px; font-size: 30px; opacity: 0; background-image: linear-gradient(298deg, #0E0E0E, #0E0E0E); -webkit-background-clip: text; -webkit-text-fill-color: transparent; left: 0; top: 0; height: 60px; width: 60px; cursor: pointer; display: block; z-index: 2; -webkit-transition: all 200ms linear; transition: all 200ms linear; }
.scroll-top:hover::before { opacity: 1; }
.scroll-top svg path { fill: none; }
.scroll-top svg.scroll-circle path { stroke: #0E0E0E; stroke-width: 2; box-sizing: border-box; -webkit-transition: all 200ms linear; transition: all 200ms linear; }



/* ------------------------
    Header
------------------------*/
/*--Header top--*/
.topbar-link a, .topbar-link{color: #FFFFFF; font-weight: 600;}
.topbar-link i{margin-right: 5px; color: #eb2124; font-size: 20px; vertical-align: middle;}
.topbar-link a:hover{color: #eb2124}
.header-top { position: relative; background:#363a96;}
.header-top ul{margin: 0;}
.header-top .topbar-link li {display: inline-block;  margin: 0; padding: 0 10px; font-size: 13px;}
.header-top .topbar-link li:first-child { padding-left: 0;}
.header-top .topbar-link li:last-child {padding-right: 0;}
.header .social-icons li { margin: 0; }
.header .social-icons li a { color: #FFFFFF; font-size: 14px; width: 50px; height: 50px; line-height: 50px; background: inherit; border: none; border-left: 1px solid rgba(255, 255, 255, 0.1); }
.header .social-icons li a:hover { color: #eb2124; background: inherit; border-color: rgba(255, 255, 255, 0.1); }
.header-number { display: flex; align-items: center; }
.header-number span { display: block; font-size: 12px; line-height: 1em; font-weight: 400; color: #868686; margin-bottom: 2px; }
.header-number i { font-size: 40px; color: #010101; display: inline-block; line-height: 1; margin-right: 10px; }
.header-number a { font-weight: 600; }
.header-number a:hover { color: #010101; text-decoration: underline !important; }
.header-number i { line-height: 48px; height: 48px; width: 48px; text-align: center; border-radius: 50%; font-size: 22px; color: #fff; background-color: #eb2124; position: relative; margin-right: 20px; }
.header-number i:after { position: absolute; top: -7px; right: -7px; bottom: -7px; left: -7px; background-color: #eb2124; opacity: 0.1; border-radius: 50%; content: ""; }


#header-wrap.fixed-header .logo img { height: 55px; }
.header { position: relative; top: 0; width: 100%; z-index: 1200; }
#header-wrap { position: relative; padding: 20px 0 }
#header-wrap.fixed-header { animation: smoothScroll 1s forwards; position: fixed; top: 0; left: 0; width: 100%; z-index: 999 !important; background: #FFFFFF !important; }
.navbar-brand { margin-right: 30px; padding: 0; }
.logo img{max-height: 70px;}
.navbar { padding: 0; }
.navbar-nav .nav-item { margin: 0 15px; }
.navbar-nav .nav-item.dropdown .dropdown-menu { padding: 20px; background: #FFFFFF; top: 100%; border: none; border-radius: 0; border-top: 2px solid #eb2124; box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06); margin-top: 0; left: 0; }
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu { background: #FFFFFF; left: 100%; margin: 0; right: auto; top: 0; }
.navbar-nav .dropdown-submenu { display: block; position: relative; }
.navbar-nav .nav-link { font-family: "Host Grotesk", sans-serif; color: #0E0E0E; font-size: 16px; line-height: 30px; font-weight: 600; padding: 0 !important; border-radius: 0; text-transform: uppercase; position: relative; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active { color: #eb2124; }
.nav-item.dropdown .dropdown-menu li:last-child { margin-bottom: 0; }
.nav-item.dropdown .dropdown-menu a {font-family: "Host Grotesk", sans-serif; text-transform: uppercase; display: block; padding: 10px 0; line-height: 1; white-space: nowrap; position: relative; background: none; color: #0E0E0E; font-size: 14px; font-weight: 500; }
.nav-item.dropdown .dropdown-menu a:hover { color: #eb2124; padding-left: 10px; }
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle.show, .navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle:focus { color: #eb2124; padding-left: 10px; }
.nav-link.dropdown-toggle::after, .navbar-nav .dropdown-submenu .dropdown-toggle::after { border: none; content: '\F282'; font-family: bootstrap-icons !important; vertical-align: middle; font-size: 12px; line-height: 1; width: 10px; font-weight: 700; }
.navbar-nav .dropdown-submenu .dropdown-toggle::after { position: absolute; right: 0; top: 14px; content: '\F285'; font-size: 10px; }
@media (min-width:992px) {
    .navbar-nav .dropdown-menu { min-width: 14em !important; max-width: 20em !important; }
    .navbar-nav .dropdown > .dropdown-menu { opacity: 0; position: absolute; display: block; pointer-events: none; background: #FFFFFF; }
    .navbar-nav .dropdown:hover > .dropdown-menu { display: block; opacity: 1; pointer-events: auto; visibility: visible; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
    .navbar-nav .dropdown-submenu:hover .dropdown-menu { top: 0; }
    .navbar-nav.ms-auto .nav-item.dropdown .dropdown-menu { right: 0; }
    .navbar-nav.ms-auto .dropdown-menu .dropdown-submenu .dropdown-menu { left: auto; right: 100%; }
}
@media (max-width:991.98px) {
    .navbar-nav .dropdown-submenu .dropdown-menu { padding: 0; top: 0; }
}



/* ------------------------
    Footer
------------------------*/
.footer { background-color: #010101; overflow: hidden; position: relative; z-index: 9; clear: both; }
.footer-bg { background-repeat: no-repeat; background-position: left -100px center; background-size: cover; }
.footer .widget-title { margin-bottom: 30px; }
.footer-widget { margin-bottom: 0; }
.footer-widget.widget ul { margin-left: 0; padding-left: 0; margin-bottom: 0; }
.footer-widget.widget ul li { list-style-type: none; margin-bottom: 15px; }
.primary-footer { position: relative; z-index: 99; padding: 40px 0; }
.secondary-footer { position: relative; color: #FFFFFF; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.copyright { padding: 30px 0; position: relative; }
.copyright a { text-decoration: underline !important; color: #eb2124; }
.footer h5 { position: relative; color: #FFFFFF; }
.footer-menu li { margin-bottom: 15px; text-transform: capitalize; }
.footer-menu li:last-child { margin-bottom: 0; }
.footer-menu li a { position: relative; font-size: 16px; font-weight: 500; color: #FFFFFF }
.footer-menu li a:hover { color: #eb2124 }
.footer-menu .list-inline li { display: inline-block; margin: 0 10px; }

.media-icon.list-inline li { display: inline-block; }
.media-icon li { margin-bottom: 20px; padding-bottom: 20px; font-size: 16px; font-weight: 400; color: #FFFFFF; position: relative; padding-left: 40px; border-bottom: dashed 1px #374148; }
.media-icon li:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.media-icon li i { position: absolute; left: 0; top: 3px; font-size: 24px; color: #eb2124; }
.media-icon li a { color: #FFFFFF; }
.media-icon li a:hover { color: #eb2124; }

.social-icons.footer-social { display: inline-block; margin-top: 35px; }
.social-icons.footer-social li { margin: 0 20px 0 0; }
.social-icons.footer-social li a { height: auto; width: auto; line-height: 1; font-size: 20px; color: #FFFFFF; background-color: inherit; border: none; }
.social-icons.footer-social li a:hover { background-color: inherit; color: #eb2124; }

.subscribe-form { display: flex; align-items: center; position: relative; margin-top: 20px; }
.subscribe-form button { height: auto; background: #eb2124; border: inherit; color: #FFFFFF; line-height: inherit; position: absolute; right: 5px; top: 5px; padding: 0; width: 50px; height: 50px; }
.subscribe-form input[type="email"] { background: #010101; border: 1px solid rgba(255, 255, 255, 0.2); height: 60px; color: #FFFFFF !important; }
.subscribe-form input[type="email"]::placeholder { color: #FFFFFF !important; }
.subscribe-form input[type="email"]:focus { background: #010101; border: 1px solid #eb2124 !important; }
.subscribe-form button:hover { color: #010101; background: #FFFFFF; }
.footer-number-inner { position: relative; display: block; background-color: #181515; padding: 12px 21px 15px; }
.footer-number { position: relative; display: block; border: dashed 1px rgba(255, 255, 255, 0.12); padding: 6px; margin-top: 40px; margin-right: 25px; }
.footer-number span { font-size: 12px; text-transform: uppercase; font-weight: 700; color: #FFFFFF; display: block; }
.footer-number a { font-size: 20px; line-height: 1.2; margin-top: 3px; font-weight: 600; display: inline-block; color: #FFFFFF; font-family: "Host Grotesk", sans-serif; }
.footer-number a:hover { color: #eb2124; }
.footer-number i { position: absolute; top: 50%; right: -25px; transform: translateY(-50%) skewX(-17deg); height: 58px; width: 60px; font-size: 30px; color: #FFFFFF; display: flex; align-items: center; justify-content: center; text-align: center; background-color: #eb2124; }

@media (min-width: 992px) {
    .footer-menu1 {
        padding-left: 30px !important;
    }
}

/* ------------------------
    Page Title
------------------------*/
.page-title { background: #010101; position: relative; overflow: hidden; display: block; padding: 150px 0; z-index: 1; }
.page-title h1 { font-size: 50px; color: #FFFFFF; line-height: 60px; font-weight: 700; margin-bottom: 20px; }
.breadcrumb { padding: 6px 10px; background: #FFFFFF; display: inline-block;  margin: 0; text-transform: uppercase; font-size: 14px; color: #0E0E0E; font-weight: 600; z-index: 9; }
.breadcrumb-item { display: inline-block; }
.breadcrumb-item a { color: #0E0E0E }
.breadcrumb-item.active, .breadcrumb-item a:hover { color: #eb2124; }
.breadcrumb-item i { background: #eb2124; padding: 2px 5px;  color: #FFFFFF; }
.page-title::before { opacity: 0.9; position: absolute; top: 0px; left: 0px; content: ""; width: 100%; height: 100%; background: linear-gradient(90deg, #000000 42%, #00000080 50%, rgb(255 255 255 / 0%) 60%); opacity: 0.7; z-index: -1; }

.search-icon a { font-size: 18px; color: #FFFFFF; line-height: 1; }
.search-input { position: fixed; left: 0; width: 100%; z-index: 999; text-align: center; background: #FFFFFF; border-bottom: 1px solid #eb2124; z-index: 9999; top: 0; display: none; padding: 80px 0; }
.search-inner { padding: 15px 0; position: relative; }
.search-input label { width: 100%; }
.search-input .search-field { width: 100%; padding-right: 60px; }
.search-input .search-form button[type="submit"] { width: 0; height: 0; padding: 0; border: 0; font-size: 20px; right: 50px; color: #0E0E0E; position: absolute; top: 25px; }
.search-input .search-submit:hover { color: #eb2124; }
.close-search { position: absolute; bottom: -40px; right: 0; cursor: pointer; font-size: 30px; color: (--themeht-body-color); }
.close-search:hover { color: #eb2124; }