/* ------------------------------------------------
  Project:   Businos - Business Consulting Finance Accounting WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Box Shadow
  4. Pre Loader
  5. Scroll to Top
  6. Header
  7. Footer
  8. Page Title
------------------------ */

 a { text-decoration: none; color: var(--theme-text-dark-color); }
a:hover, a:focus { color: var(--theme-primary-color); text-decoration: none; }
a { outline: none !important; }


/* ------------------------
Transition
------------------------*/
a, i, .btn, button, img, span, ul, li, a:before, .dropdown-menu, .featured-item, .feature-icon, .service-item, .service-icon, .portfolio-desc, input[type="submit"].subscribe-btn, input[type="button"], input[type="reset"], input[type="submit"] { -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, .scroll-top a, .team-member, .team-social-icon li a, .footer-top, .award-items, .topbar-link i, .about-sec-2 .elementor-widget-call-to-action, .service-item.style-2
 { -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1); }


/* ------------------------
    Pre Loader
------------------------*/
#preloader { background: var(--theme-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 img{max-height: var(--loader-img-height);}


/* ------------------------
  Scroll to Top
------------------------*/
.scroll-top { position: fixed; bottom: 10px; right: 10px; z-index: 600; opacity: 0; visibility: hidden; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
.scroll-top a, .scroll-top a:visited { background-color: var(--theme-white-color); padding: 10px; font-size: 30px; font-weight: 600; color: var(--theme-primary-color); display: block; border-radius: 8px; border: 1px solid var(--theme-primary-color); }
.scroll-top a:hover, .scroll-top a:focus { background-color: var(--theme-primary-color); color: var(--theme-white-color); }
.scroll-top.scroll-visible { opacity: 1; visibility: visible; }


/* ------------------------
    Header
------------------------*/

/*--Header top--*/
.topbar-link a, .topbar-link { color: var(--theme-white-color); font-weight: 500; }
.topbar-link i { color: var(--theme-white-color); font-size: 20px; position: absolute; left: 0; top: 0; display: inline-block; }
.topbar-link a:hover { color: var(--theme-primary-color) }
.header-top { padding: 10px 0; position: relative; background-color: var(--theme-bg-dark-color); z-index: 9; overflow: hidden; }
.header-top ul { margin: 0; }
.header-top .topbar-link li { display: inline-block; margin-right: 30px; font-size: 14px; position: relative; padding-left: 30px; }
.header-top .topbar-link li:last-child { margin-right: 0; }
.header-top .topbar-link h6 { margin-bottom: 0; font-size: 14px; color: rgba(255, 255, 255, 0.5); font-weight: 400; }
.header-top .social-icons li { margin-bottom: 0; }
.header-top .social-icons li a { color: var(--theme-white-color); height: 30px; line-height: 30px; background: rgba(255, 255, 255, 0.2); border-radius: 50%; width: 30px; font-size: 16px; }
.header-top .social-icons li a:hover { color: var(--theme-text-dark-color); }
.header .primary-btn { margin-left: 30px; border-radius: 0; padding: 30px 30px; }

/* ------------------------
  Header
------------------------*/
#header-wrap { position: relative; z-index: 999; }
.admin-bar .header, .admin-bar .sticky-header.fixed-header { top: 30px; }
.sticky-header { padding: 10px 0; position: fixed; opacity: 0; visibility: hidden; left: 0px; top: 0px; width: 100%; z-index: 0; transition: all 500ms ease; -moz-transition: all 500ms ease; -webkit-transition: all 500ms ease; -ms-transition: all 500ms ease; -o-transition: all 500ms ease; box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05); background-color: var(--theme-white-color); }
.sticky-header.fixed-header { z-index: 999; opacity: 1; visibility: visible; -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 { margin-right: 0; padding: 10px 0;}
.logo img { max-height: var(--logo-desktop-height); }
.navbar { padding: 0; }
.navbar-nav .nav-item { margin: 0 15px;}
.navbar-nav .nav-item.dropdown .dropdown-menu .nav-item{margin: 0;}
.navbar-nav .nav-item.dropdown .dropdown-menu { background: var(--theme-white-color); box-shadow:0 0.5rem 1rem rgb(42 39 94 / 6%); border: none; border-radius: 8px; }
.navbar-nav .nav-link {padding: 0 !important; color: var(--theme-text-dark-color); font-size: 18px; border-radius: 0; position: relative; }
.navbar-nav .dropdown-menu .dropdown-item { font-size: 16px; background: none; padding: 5px 40px 5px 20px; color: var(--theme-text-dark-color); position: relative; border-radius: 8px;}
.nav-link.dropdown-toggle::after { border: solid var(--theme-body-color); border-width: 0 2px 2px 0; width: 0.425rem; height: 0.425rem; transform: rotate(45deg); -webkit-transform: rotate(45deg); vertical-align: 0.15em; margin-left: 5px; }
.dropdown-submenu { position: relative !important; box-shadow: none !important; display: block; }
.navbar-nav .dropdown-submenu > .dropdown-menu { top: 3% !important;}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu { top: 0 !important; }
.dropdown-submenu a.dropdown-toggle::after { font-family: 'Line Awesome Free'; font-weight: 900; content: "\f105"; border: none; font-size: 16px; transform: translateY(-50%); position: absolute; right: 20px; top: 50%; }
.dropdown-submenu .dropdown-menu { top: 0; left: 100%; margin-left: .1rem; margin-right: .1rem; margin-top: 0 !important; }
.dropdown-submenu > .dropdown-item { padding-right: 2.5rem; position: relative; }

@media (min-width:992px) {
    .navbar-nav .nav-link.active, .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover, .navbar-nav .show > .nav-link, .dropdown-item:focus, .dropdown-item:hover { color: var(--theme-primary-color); }
    .navbar-nav .nav-link.active.dropdown-toggle::after, .navbar-nav .nav-link.dropdown-toggle:hover::after, .navbar-nav .nav-link.dropdown-toggle:focus::after, .navbar-nav .show > .nav-link.dropdown-toggle::after  { border: solid var(--theme-primary-color); border-width: 0 2px 2px 0;}
    .navbar-nav .dropdown-menu { min-width: 14em !important; max-width: 20em !important; }
    .navbar-nav .dropdown > .dropdown-menu { padding: 15px; transform-origin: top center; opacity: 0; top: 130%; position: absolute; display: block; pointer-events: none; }
    .navbar-nav .dropdown:hover > .dropdown-menu { display: block; opacity: 1; pointer-events: auto; visibility: visible; top: 100%; -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-menu .dropdown-item.active, .navbar-nav .dropdown-menu .dropdown-item:active, .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-nav .dropdown-menu .dropdown-item:hover { padding-left: 30px; color: var(--theme-primary-color); }
    .nav-item.dropdown .dropdown-menu a:before { content: "\f069"; font-family: 'Line Awesome Free'; font-weight: 900; color: var(--theme-primary-color); font-size: 14px; position: absolute; left: 0; top: 5px; opacity: 0; }
    .nav-item.dropdown .dropdown-menu a.active:before, .nav-item.dropdown .dropdown-menu a:focus:before, .nav-item.dropdown .dropdown-menu a:hover:before{opacity: 1; left: 10px; color: var(--theme-primary-color); animation: rotate 5s ease-in-out infinite;}
}
@media (max-width:991.98px) {
    .navbar-nav .nav-item { margin: 0;}
    .navbar-toggler { background: none; border: 1px solid var(--theme-bg-dark-color); height: 40px; width: 40px; padding: 0; border-radius: 8px; margin-left: auto; margin-right: 20px; }
    .navbar-toggler:focus { box-shadow: none; }
    .ht-toggler svg { width: 40px; height: 40px; display: inline-block; }
    .ht-toggler .line { fill: none; stroke: var(--theme-bg-dark-color); stroke-width: 6; transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
    .ht-toggler .line1 { stroke-dasharray: 60 207; stroke-width: 3; }
    .ht-toggler .line2 { stroke-dasharray: 60 60; stroke-width: 3; }
    .ht-toggler .line3 { stroke-dasharray: 60 207; stroke-width: 3; }
    .ht-toggler[aria-expanded="true"] .line1 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 3; }
    .ht-toggler[aria-expanded="true"] .line2 { stroke-dasharray: 1 60; stroke-dashoffset: -30; stroke-width: 3; }
    .ht-toggler[aria-expanded="true"] .line3 { stroke-dasharray: 90 207; stroke-dashoffset: -134; stroke-width: 3; }
    .navbar-collapse { padding: 15px; border-radius: 8px; background: var(--theme-white-color); max-height: 400px; left: 0; position: absolute; z-index: 99; top: 100%; width: 100%; overflow: auto; -webkit-box-shadow: 0 0 45px rgb(5 28 141 / 10%); -moz-box-shadow: 0 0 45px rgb(5 28 141 / 10%); box-shadow: 0 0 45px rgb(5 28 141 / 10%); }
    .navbar-nav .dropdown-toggle::after { position: absolute; top: 50%; right: 10px; margin-top: -4px; }
    .navbar-nav .nav-link { padding: 10px 15px !important; }
    .navbar-nav .nav-item .nav-link.active { background: var(--theme-primary-color); color: var(--theme-white-color); }
    .navbar-nav .dropdown-menu .dropdown-item.active { background: none; color: var(--theme-primary-color); }
    .nav-item.dropdown .dropdown-menu a.active:before{opacity: 1; left: 0; color: var(--theme-primary-color); animation: rotate 5s ease-in-out infinite;}
    .navbar-nav .nav-item.dropdown .dropdown-menu { background: var(--theme-white-color); box-shadow: none;}
    .navbar-nav .dropdown-menu .dropdown-item { color: var(--theme-text-dark-color);}
    
}

/*--Header Search--*/
.search-icon a { font-size: 22px; color: var(--theme-primary-color); line-height: 1; display: block; }
.search-input { position: fixed; left: 0; width: 100%; text-align: center; background: var(--theme-white-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%; background: transparent; border: none; height: 100%; padding-right: 60px; }
.search-input .search-form button[type="submit"] { width: 0; height: 0; padding: 0; border: 0; font-size: 30px; right: 50px; position: absolute; top: 5px; }
.search-input .search-submit:hover { color: var(--theme-primary-color); }
.right-nav { position: relative; }
.search-input .search-form { margin: 0 auto; padding: 15px 10px; border-radius: 8px; border: 1px solid var(--theme-border-light-color); }
.close-search { position: absolute; bottom: -40px; right: 0; cursor: pointer; font-size: 30px; color: var(--themeht-white-color); }
.close-search:hover { color: var(--theme-primary-color); }


/* ------------------------
    Page Title
------------------------*/
.page-title { display: block; position: relative; padding: 100px 0; background: var(--theme-bg-dark-color); z-index: 9; background-attachment: fixed; }
.page-title::before { position: absolute; content: ''; background: var(--theme-bg-dark-color); width: 100%; height: 100%; top: 0; left: 0; opacity: 0.7; mix-blend-mode: multiply; z-index: -9; }
.page-title h1 { font-size: 50px; color: var(--theme-white-color); line-height: 60px; font-weight: 500;  word-break: break-word; text-transform: capitalize;}
.theme-breadcrumb-box{display: inline-block; }
.page-breadcrumb { display: inline-block; margin-top: 15px; background: var(--theme-white-color); padding: 7px 15px; border-radius: 8px; }
.breadcrumb { background: none; display: inline-block; margin: 0; text-transform: capitalize;}
.breadcrumb-item { display: inline-block; word-break: break-all; }
.breadcrumb-item a { color: var(--theme-text-dark-color) }
.breadcrumb-item.active, .breadcrumb-item a:hover { color: var(--theme-primary-color); }
.breadcrumb-item + .breadcrumb-item:before {color: var(--theme-primary-color); content: "\f054"; font-family: 'Line Awesome Free'; font-weight: 700;}


/* ------------------------
    Footer
------------------------*/
.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 { margin-top: 70px; position: relative; color: var(--theme-white-color); padding-bottom: 80px; background: url(../../assets/images/footer-pattern.png); background-repeat: no-repeat; background-position: center center; background-size: cover; background-color: var(--theme-bg-dark-color); }
.secondary-footer { background: var(--theme-bg-dark2-color); text-align: center; padding: 30px 0; font-size: 16px; color: var(--theme-white-color); }
.footer h5 { position: relative; color: var(--theme-white-color); }
.footer-logo { padding: 50px 40px; background: var(--theme-bg-light-color); display: inline-block; }
.footer-top { background: var(--theme-bg-dark2-color); padding-right: 40px; position: relative; top: -80px; display: inline-block; width: 100%; }
.media-icon { display: flex; align-items: flex-start; justify-content: space-between; }
.media-icon.list-inline li { display: inline-block; }
.media-icon li { margin-bottom: 0 !important; font-size: 18px; font-weight: 500; display: flex; align-items: flex-start; width: 33.33%; margin-right: 2%; }
.media-icon li:last-child { margin-right: 0; }
.media-icon li i { font-size: 24px; color: var(--theme-white-color); margin-right: 15px; width: 60px; height: 60px; line-height: 60px; text-align: center; border-radius: 50%; background-image: linear-gradient(135deg, var(--theme-primary-color), var(--theme-secondary-color) 87%); flex-shrink: 0; font-weight: normal; display: inline-block; }
.media-icon li span { display: block; color: rgba(255, 255, 255, 0.9); font-weight: 400; font-size: 16px; margin-bottom: 5px; }
.media-icon li a { color: var(--theme-white-color); }
.media-icon li a:hover { color: var(--theme-primary-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(--theme-white-color); position: relative; }
.footer-widget .menu li a:hover { color: var(--theme-primary-color); padding-left: 15px; }
.footer-widget .menu li a:before { content: ""; background: var(--theme-primary-color); width: 5px; height: 5px; position: absolute; left: -5px; top: 50%; margin-top: -2.5px; opacity: 0; }
.footer-widget .menu li a:hover:before { opacity: 1; left: 0; }
.footer-social { margin-top: 30px; }
.footer-widget.widget .social-icons.footer-social li { margin-bottom: 0; }
.social-icons.footer-social li a { border: 1px solid var(--theme-border-light-color); border-radius: 100%; height: 40px; width: 40px; line-height: 40px; font-size: 24px; color: var(--theme-text-dark-color); background: var(--theme-white-color); }
.social-icons.footer-social li a:hover { border: 1px solid var(--theme-primary-color); color: var(--theme-white-color); background: var(--theme-primary-color); }
.footer-box .footer-widget.widget_custom_html { margin: 0; }

/*---------------------------------------------------------------------
  Keyframes Animation
----------------------------------------------------------------------*/

@keyframes rotate {
  100% { transform: rotate(1turn); }
}


@-webkit-keyframes smoothScroll {
            0% {
               opacity: 0;
               -webkit-transform: translateY(-20px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateY(0);
            }
         }
         
         @keyframes smoothScroll {
            0% {
               opacity: 0;
               transform: translateY(-20px);
            }
            100% {
               opacity: 1;
               transform: translateY(0);
            }
         }