/* ------------------------------------------------
  Project:   Consultees - Business Finance Consulting WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Pre Loader
  4. Scroll to Top
  5. Header
  6. Footer
  7. Page Title

 
/* ------------------------
    General
------------------------*/
a, a:focus { text-decoration: none !important; }
a, a:visited { text-decoration: none; color: var(--themeht-text-color);}
a:focus, a:hover { color: var(--themeht-text-color); text-decoration: none !important; }
a, button, input { outline: medium none !important; }
*::-moz-selection { background: var(--themeht-text-color); color: var(--themeht-white-color); text-shadow: none; }
::-moz-selection { background: var(--themeht-text-color); color: var(--themeht-white-color); text-shadow: none; }
::selection { background: var(--themeht-text-color); color: var(--themeht-white-color); text-shadow: none; }


/* ------------------------
    Transition
------------------------*/
a,
.btn,
button,
img,
span,
input,
.dropdown-item,
.main-nav > ul > li > a:before,
.social-icons li:hover a,
.themeht-btn,
.themeht-btn::before,
.rounded-button i,
.featured-item,
.featured-item .featured-icon i,
.featured-item.style-2:before,
.service-item,
.service-desc,
.service-item.style-2 .service-image,
.service-item.style-3 .service-image,
.service-item.style-4 .service-icon,
.step-item,
.step-number,
.portfolio-item,
.portfolio-desc,
.portfolio-item.style-3:before,
.swiper-button-next, .swiper-button-prev,
.service-widget li a:before,
.service-widget li a:after{
  -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;
}

/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader { background: var(--themeht-white-color); bottom: 0; height: 100%; left: 0; overflow: hidden !important; position: fixed; right: 0; text-align: center; top: 0; width: 100%; z-index: 99999; display: flex;  justify-content: center; align-items: center; }
.loader { position: relative; }
.loader span { -webkit-animation-name: shakeX; animation-name: shakeX; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; color: var(--themeht-text-color); font-size: var(--loader-font-size); position: relative; line-height: 1; display: inline-block; font-family: var(--themeht-typography-secondary-font-family); font-weight: 400; }

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top { position: fixed; right: 50px; bottom: 50px; height: 60px; width: 60px; cursor: pointer; display: block; border-radius: 50px; box-shadow: inset  0 0 0 2px rgba(255, 255, 255, 0.2); z-index: 10000; opacity: 0; visibility: hidden; transform: translateY(15px); -webkit-transition: all 200ms linear; transition: all 200ms linear; background: var(--themeht-white-color); }
.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: var(--themeht-text-color); 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, var(--themeht-text-color), var(--themeht-text-color)); -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: var(--themeht-text-color); 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: var(--themeht-text-color);}
.topbar-link i{margin-right: 5px; color: var(--themeht-primary-color); font-size: 20px; vertical-align: middle;}
.topbar-link a:hover{color: var(--themeht-primary-color)}
.header-top {border-bottom: 1px solid var(--themeht-border-light-color); padding: 10px 0;}
.header-top ul{margin: 0;}
.header-top .topbar-link li {display: inline-block; border-right: 1px solid var(--themeht-border-light-color); margin: 0; padding: 0 20px; font-size: 14px;}
.header-top .topbar-link li:first-child { padding-left: 0;}
.header-top .topbar-link li:last-child {border-right: none; padding-right: 0;}
.header-top .social-icons li{ margin: 0 20px 0 0;}
.header-top .social-icons li a{color: var(--themeht-text-color); font-size: 16px; width: auto; height: auto; line-height: 1;}
.header .primary-btn{margin-left: 30px;}
.header-number { display: flex; align-items: center; border-left: 1px solid var(--themeht-border-light-color); padding: 20px 0 20px 20px; }
.header-number span { display: block; }
.header-number i { font-size: 20px; color: var(--themeht-white-color); background: var(--themeht-primary-color); width: 50px; height: 50px; display: inline-block; border-radius: 30px; text-align: center; line-height: 50px; margin-right: 10px; border-bottom-right-radius: 0; }
.header-number a:hover{color: var(--themeht-primary-color);}


#header-wrap { position: relative; z-index: 999;}
.admin-bar .header, .admin-bar #header-wrap.fixed-header { top: 30px; }

#header-wrap.fixed-header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: var(--themeht-white-color);
    border-bottom: 1px solid var(--themeht-border-light-color);
    -ms-animation-name: smoothScroll;
    -moz-animation-name: smoothScroll;
    -op-animation-name: smoothScroll;
    -webkit-animation-name: smoothScroll;
    animation-name: smoothScroll;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*--navigation--*/
.navbar-brand.logo { padding: 15px 0; margin-right: 30px; }
.logo img { max-height: var(--logo-desktop-height); }


.ht-navigation { flex-wrap: nowrap; justify-content: flex-start; position: relative; display: flex; align-items: center; }
.navigation-top { margin-right: auto; }
@media (min-width:1200px) {
	.main-nav .menu { flex-direction: row; display: flex; margin: 0; padding: 0; }
}
.main-nav li { position: relative; list-style-type: none; }
.main-nav > ul > li { margin: 0 15px; }
.main-nav > ul > li > a { font-weight: 600; color: var(--themeht-text-color); font-size: 14px; border-radius: 0; position: relative; text-transform: uppercase; padding-left: 15px; }
.main-nav > ul > li > a:before { content: ''; position: absolute; left: 0; top: 6px; width: 6px; height: 6px; background: var(--themeht-primary-color); border-radius: 50%; opacity: 0; }
.main-nav > ul > li > .sub-menu-toggle { display: none; }
.main-nav ul.sub-menu { opacity: 0; visibility: hidden; position: absolute; top: 110%; left: 0; z-index: 99999; background: var(--themeht-white-color); border: 1px var(--themeht-border-light-color); border-radius: 0; padding: 20px; margin: 0; -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; }
@media (min-width:1200px) {
	.main-nav ul li:hover > ul.sub-menu { top: 100%; opacity: 1; visibility: visible; }
	.main-nav ul.sub-menu li:hover ul.sub-menu { top: 0; }
	.main-nav > ul > li.menu-item-has-children > a::after { font-family: bootstrap-icons !important; content: "\F282"; border: none; margin-left: 0.3em; font-size: 14px; line-height: 1; vertical-align: middle; display: inline-block; }
}
.main-nav ul.sub-menu li ul { left: 100% !important; top: 0; }
.main-nav .sub-menu li{margin: 10px 0px;}
.main-nav .sub-menu li a {font-weight: 600; font-size: 15px; background-color: inherit; background-repeat: no-repeat; background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); transition: .9s cubic-bezier(.32, .32, .15, 1.17); background-size: 0 100%; display: inline; padding: 0; color: var(--themeht-text-color); position: static; }
.sub-menu-toggle { display: block; position: absolute; right: 0; top: 8px; cursor: pointer; color: var(--themeht-text-color); font-size: 14px; line-height: 14px; font-weight: 600; }
@media (min-width:992px) {
	.main-nav > ul > li > a:hover, .main-nav > ul > li.current-menu-item > a, .main-nav > ul > li.current-menu-parent > a { color: var(--themeht-primary-color); }
	.main-nav > ul > li > a:hover:before, .main-nav > ul > li.current-menu-item > a:before, .main-nav > ul > li.current-menu-parent > a:before{opacity: 1;}
	.main-nav ul.sub-menu { min-width: 14em !important; max-width: 20em !important; }
	.main-nav .sub-menu li a:hover, .main-nav ul li .sub-menu li.current-menu-item > a { color: var(--themeht-primary-color); background-size: 100% 100%; }
	.main-nav .sub-menu li:hover .sub-menu-toggle, .main-nav ul li .sub-menu li.current-menu-item .sub-menu-toggle { color: var(--themeht-primary-color); }
}
.ht-mobile-menu-bg { display: none; }
.nav-menu-toggle { box-shadow: none; border: none; background: none; padding: 0; font-size: 40px; line-height: 1; display: none; color: var(--themeht-primary-color); }
.closepanel { display: none; }
.closepanel i{ display: inline-block; font-size: 40px; color: var(--themeht-text-color); line-height: 1;}
@media (max-width:1200px) {
	.sub-menu-toggle { right: 20px; color: var(--themeht-body-color);}
	.main-nav .menu { padding-left: 0; padding-top: 80px; }
	.admin-bar .main-nav .menu { padding-top: 120px; }
	.closepanel { position: absolute; right: 30px; top: 30px; }
	.admin-bar .closepanel { top: 60px; }
	.nav-menu-toggle, .ht-mobile-menu-bg, .closepanel { display: block; }
	.main-nav > ul > li > .sub-menu-toggle { display: block; }
	.main-nav > ul > li { border-bottom: 1px solid var(--themeht-border-light-color); margin: 0 0 20px;
    padding-bottom: 20px; }
	.main-nav > ul > li > a { padding: 0 20px; display: inline-block; }
	.main-nav ul.sub-menu { position: static; display: none !important; box-shadow: none; border-radius: 0; padding: 0; border: none; }
	.main-nav .sub-menu li { border-bottom: none; }
	.main-nav .sub-menu li a { padding: 15px 0; }
	.main-nav ul.sub-menu.show { display: block !important; width: 250px; margin-left: 0; padding-left: 3rem; visibility: visible; opacity: 1; }
	.main-nav ul.sub-menu ul.sub-menu.show { padding-left: 1rem; }
	.main-nav .sub-menu .sub-menu-toggle { right: 0; top: 7px; font-size: 14px; }
	.main-nav { background-color: var(--themeht-white-color); position: fixed; top: 0; right: -400px; z-index: 1000; width: 300px; height: 100%; padding: 0; display: block; transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; -webkit-transform: translateX(400px); -ms-transform: translateX(400px); transform: translateX(400px); opacity: 0; }
	.main-nav.menu-active { right: 0px; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); visibility: visible; opacity: 1; overflow-y: scroll; -webkit-transition-delay: 600ms; -moz-transition-delay: 600ms; -ms-transition-delay: 600ms; -o-transition-delay: 600ms; transition-delay: 600ms; opacity: 1; }
	.ht-mobile-menu-bg { display: block; }
	.ht-mobile-menu-bg { position: fixed; right: 0; top: 0; width: 0%; height: 100%; z-index: 99; opacity: 0.8; background: var(--themeht-primary-color); -webkit-transform: translateX(101%); -ms-transform: translateX(101%); transform: translateX(101%); transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; -webkit-transition-delay: 300ms; -moz-transition-delay: 300ms; -ms-transition-delay: 300ms; -o-transition-delay: 300ms; transition-delay: 300ms; }
	.menu-active .ht-mobile-menu-bg { width: 100%; visibility: visible; transition: all 900ms ease; -moz-transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease; -o-transition: all 900ms ease; -webkit-transform: translateX(0%); -ms-transform: translateX(0%); transform: translateX(0%); }
}

/*--Header Search--*/
.search-icon a { font-size: 20px; color: var(--themeht-text-color); line-height: 1; }
.search-input { position: fixed; left: 0; width: 100%; z-index: 999; text-align: center; background: var(--themeht-white-color); border-bottom: 1px solid var(--themeht-primary-color); 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%; height: 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: var(--themeht-body-color); position: absolute; top: 15px; }
.search-input .search-submit:hover { color: var(--themeht-text-color); }
.right-nav { position: relative; margin-left: 30px; }
.close-search { position: absolute; bottom: -40px; right: 0; cursor: pointer; font-size: 30px; color: var(--themeht-body-color); }
.close-search:hover { color: var(--themeht-white-color); }


/* ------------------------
    Footer
------------------------*/
.footer { background-color: var(--themeht-bg-dark-color); overflow: hidden;}
.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: 80px 0;}
.secondary-footer{ border-top: 1px solid rgba(255,255,255,0.1); padding: 30px 0;color: var(--themeht-white-color);}
.footer h5{ position: relative; color: var(--themeht-white-color);}
.media-icon.list-inline li { display: inline-block; }
.media-icon li { margin-bottom: 25px !important; font-size: 16px; font-weight: 400; display: flex; align-items: flex-start;}
.media-icon li:last-child { margin-bottom: 0 !important; }
.media-icon li i { font-size: 20px; color: var(--themeht-white-color); vertical-align: middle; line-height: 20px; margin-right: 10px;}
.media-icon li a, .media-icon li p { color: var(--themeht-rgba-color); }
.media-icon li a:hover { color: var(--themeht-white-color); text-decoration: underline !important;}
.footer-widget .menu li { margin-bottom: 15px; text-transform: capitalize;}
.footer-widget .menu li:last-child { margin-bottom: 0; }
.footer-widget .menu li a {color: var(--themeht-rgba-color); position: relative; padding-left: 0 !important;}
.footer-widget .menu li a:hover {color: var(--themeht-white-color); text-decoration: underline !important;}
.footer-widget .menu li a:before{display:none;}
.social-icons.footer-social{margin-top: 30px;}
.footer-widget.widget .social-icons.footer-social li{margin-bottom: 0;}
.social-icons.footer-social li a {height: 40px; width: 40px; line-height: 40px; font-size: 18px; color: var(--themeht-rgba-color); border: 1px solid rgba(255,255,255,0.1);}
.footer-box .footer-widget.widget_custom_html { margin: 0; }
.widget_text.footer-widget.widget_custom_html{color: var(--themeht-rgba-color);}

.subscribe-form { display: flex; align-items: center; position: relative; margin-bottom: 10px; }
.subscribe-form input { border-radius: 0 !important; background: transparent !important; border: none !important; border-bottom: 1px solid var(--themeht-border-light-color) !important; color: var(--themeht-rgba-color) !important; padding: 16px 24px 16px 0 !important; }
.subscribe-form button { background: none; border: inherit; color: var(--themeht-white-color); line-height: inherit; position: absolute; right: 0; top: auto; padding: 0; font-size: 20px; }
.subscribe-form input[type="email"]:focus { color: var(--themeht-white-color); border: none !important; border-bottom: 1px solid var(--themeht-primary-color) !important; }
.subscribe-form ::-webkit-input-placeholder { color: var(--themeht-rgba-color) !important; opacity: 1; }
.subscribe-form :-moz-placeholder { color: var(--themeht-rgba-color) !important; opacity: 1; }
.subscribe-form ::-moz-placeholder { color: var(--themeht-rgba-color) !important; opacity: 1; }
.subscribe-form :-ms-input-placeholder { color: var(--themeht-rgba-color) !important; opacity: 1; }


/* ------------------------
    Page Title
------------------------*/
.page-title{background: var(--themeht-bg-light-color); padding: 50px 0 }
.breadcrumb { background: none; display: inline-block; margin: 0; text-transform: capitalize; margin-top: 20px;}
.breadcrumb-item { display: inline-block; font-weight: 600; }
.breadcrumb-item, .breadcrumb-item a { color: var(--themeht-text-color) }
.breadcrumb-item.active, .breadcrumb-item a:hover { color: var(--themeht-primary-color); }
.breadcrumb-item + .breadcrumb-item:before {color: var(--themeht-primary-color);}
.page-title h1 { color: var(--themeht-text-color); font-size: 50px; line-height: 60px; word-break: break-word; margin-bottom: 0; }
