/* ------------------------------------------------
  Project:   Psyocare - Psychology and Counseling WordPress Theme
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Table of Contents

  1. General
  2. Transition
  3. Box Shadow
  4. Pre Loader
  5. Scroll to Top
  6. Header
  9. Footer
  10. 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-secondary-color); text-decoration: none !important; }
a, button, input { outline: medium none !important; }
*::-moz-selection { background: var(--themeht-primary-color); color: var(--themeht-white-color); text-shadow: none; }
::-moz-selection { background: var(--themeht-primary-color); color: var(--themeht-white-color); text-shadow: none; }
::selection { background: var(--themeht-primary-color); color: var(--themeht-white-color); text-shadow: none; }


/* ------------------------
    Transition
------------------------*/
a,
.btn,
button,
img,
span,
input,
.dropdown-item,
.nav-item.dropdown .dropdown-menu a:before,
.marquee-btn,
.social-icons li:hover a,
.featured-item,
.service-item,
.service-icon,
.service-icon2,
.swiper-button-next, .swiper-button-prev,
.service-image:before,
.team-images,
.team-description,
.footer-list li a:before,
.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;
}

/* ------------------------
    Box Shadow
------------------------*/
.box-shadow, .dropdown-menu, .sticky-header, .navbar-nav ul, .btn, .featured-item.style-1, .year-counter .counter, .project-desc, .progress-parcent, .team-member .team-description, .swiper-button-next, .swiper-button-prev,
 .service-widget.widget, .elementor-widget-service-grid .service-item.style-1, .service-item.style-2 .service-icon, .post-card.style-1, .post.sticky .post-card, .single-post .post-card, .post-card.style-2, .comment-author img, .comment-reply-link, .elementor-accordion .elementor-accordion-item, .team-single-page .team-img, .testimonial.style-1 .testimonial-content
 { -webkit-box-shadow: 0 5px 22px 0px rgba(15,53,103,.05); -moz-box-shadow: 0 5px 22px 0px rgba(15,53,103,.05); box-shadow: 0 5px 22px 0px rgba(15,53,103,.05); }

/* ------------------------
    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 img{max-height: var(--loader-img-height);}


/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top { position: fixed; bottom: 30px; right: 30px; z-index: 600; opacity: 0; visibility: hidden; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; -webkit-transform: translate3d(0, 200%, 0); -ms-transform: translate3d(0, 200%, 0); transform: translate3d(0, 200%, 0); }
.scroll-top a, .scroll-top a:visited { display: block; height: 60px; width: 60px; line-height: 60px; text-align: center; -webkit-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; font-size: 32px; color: var(--themeht-white-color); background: var(--themeht-primary-color); }
.scroll-top a:hover, .scroll-top a:focus { color: var(--themeht-primary-color); background: var(--themeht-white-color); }
.scroll-top.scroll-visible { opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* ------------------------
    Header
------------------------*/

/*--Header top--*/
.topbar-link a, .topbar-link{color: var(--themeht-white-color);}
.topbar-link i{margin-right: 5px; color: var(--themeht-primary-color); font-size: 24px; vertical-align: middle;}
.topbar-link a:hover{color: var(--themeht-primary-color)}
.header-top {line-height: 50px; background-color: var(--themeht-bg-dark-color);}
.header-top ul{margin: 0;}
.header-top .topbar-link li {display: inline-block; border-right: 1px solid var(--themeht-border-dark-color); margin: 0; padding: 0 20px; font-size: 15px;}
.header-top .social-icons li{margin-bottom: 0;}
.header-top .social-icons li a{color: var(--themeht-white-color); height: 35px; line-height: 35px; background: var(--themeht-rgb-color); border-radius: 50%; width: 35px; font-size: 16px;}
.header .primary-btn{margin-left: 30px;}
.header-number { display: flex; align-items: center; }
.header-number span { display: block; }
.header-number i { font-size: 24px; color: var(--themeht-white-color); background: var(--themeht-primary-color); width: 50px; height: 50px; display: inline-block; border-radius: 50%; text-align: center; line-height: 50px; margin-right: 10px; }

/* ------------------------
  Header
------------------------*/
#header-wrap { position: relative; z-index: 999; padding: 15px 0;}
.admin-bar .header, .admin-bar .sticky-header.fixed-header { top: 30px; }
.sticky-header { position: fixed; opacity: 0; visibility: hidden; left: 0px; top: 0px; padding: 10px 0; 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; background-color: var(--themeht-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; }

@-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);
            }
         }

/*--navigation--*/
.navbar-brand.logo { margin-right: 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(--themeht-white-color); box-shadow:0 0.5rem 1rem rgb(42 39 94 / 6%); border-radius: 0; padding: 0; border: none; }
.navbar-nav .nav-link {padding: 0 !important; color: var(--themeht-text-color); font-size: 18px; border-radius: 0; position: relative; }
.navbar-nav .dropdown-menu .dropdown-item { background: none; padding: 10px 40px 10px 20px; color: var(--themeht-text-color); position: relative; border-bottom: 1px dashed var(--themeht-border-light-color); }
.navbar-nav .dropdown-menu li:last-child .dropdown-item { border-bottom: none; }
.nav-link.dropdown-toggle::after { font-family: flaticon_mycollection !important; content: "\f136"; border: none; margin-left: .255em; vertical-align: middle; font-size: 12px; }

.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: flaticon_mycollection !important; content: "\f136"; border: none; font-size: 12px; 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(--themeht-secondary-color); }
    .navbar-nav .dropdown-menu { min-width: 14em !important; max-width: 20em !important; }
    .navbar-nav .dropdown > .dropdown-menu { transform-origin: top center; transform: scaleY(0); opacity: 0; top: 100%; position: absolute; display: block; pointer-events: none; background: var(--themeht-white-color); }
    .navbar-nav .dropdown:hover > .dropdown-menu { transform: scaleY(1); 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; background: var(--themeht-primary-color); color: var(--themeht-white-color); }
    .nav-item.dropdown .dropdown-menu a:before { content: "\f069"; font-family: 'Line Awesome Free'; font-weight: 900; color: var(--themeht-text-color); font-size: 14px; position: absolute; left: 0; top: 10px; 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(--themeht-white-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(--themeht-primary-color); height: 40px; width: 40px; padding: 0; border-radius: 0; margin-left: auto; }
    .navbar-toggler:focus { box-shadow: none; }
    .ht-toggler svg { width: 40px; height: 40px; display: inline-block; }
    .ht-toggler .line { fill: none; stroke: var(--themeht-primary-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 { background: var(--themeht-white-color); max-height: 400px; left: 0; position: absolute; z-index: 99; top: 100%; width: 100%; overflow: auto; border: medium none; -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; transform: translateY(-50%); }
    .navbar-nav .nav-link { padding: 10px 15px !important; }
    .navbar-nav .nav-item .nav-link.active { background: var(--themeht-primary-color); color: var(--themeht-white-color); }
    .navbar-nav .dropdown-menu .dropdown-item.active { background: none; color: var(--themeht-primary-color); }
    .nav-item.dropdown .dropdown-menu a.active:before{opacity: 1; left: 0; color: var(--themeht-primary-color); animation: rotate 5s ease-in-out infinite;}
    .navbar-nav .nav-item.dropdown .dropdown-menu { background: var(--themeht-white-color); box-shadow: none;}
    .navbar-nav .dropdown-menu .dropdown-item { color: var(--themeht-text-color);}
    
}

/*--Header Search--*/
.search-icon a { font-size: 22px; color: var(--themeht-white-color); line-height: 40px; background: var(--themeht-primary-color); width: 40px; display: block; height: 40px; text-align: center; }
.search-input { position: fixed; left: 0; width: 100%; z-index: 999; text-align: center; background: var(--themeht-bg-dark-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(--themeht-primary-color); }
.right-nav { position: relative; }
.search-input .search-form { margin: 0 auto; background: var(--themeht-white-color); padding: 15px 10px; border-radius: 10px; }
.close-search { position: absolute; top: -40px; right: 0; cursor: pointer; font-size: 30px; color: var(--themeht-white-color); }
.close-search:hover { color: var(--themeht-primary-color); }


/* ------------------------
    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 { background: var(--themeht-bg-dark-color);  position: relative; z-index: 99; color: var(--themeht-white-color); padding: 80px 0;}
.secondary-footer{background: var(--themeht-bg-dark-color); border-top: 1px solid var(--themeht-border-dark-color); padding: 30px 0; font-size: 16px; 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: 24px; color: var(--themeht-white-color); vertical-align: middle; line-height: 24px; margin-right: 10px;}
.media-icon li a { color: var(--themeht-white-color); }
.media-icon li a:hover { color: var(--themeht-secondary-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-white-color); position: relative;}
.footer-widget .menu li a:hover {color: var(--themeht-secondary-color); padding-left: 15px;}
.footer-widget .menu li a:before{content: ""; background: var(--themeht-secondary-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-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: 24px; color: var(--themeht-white-color); background: var(--themeht-border-dark-color);}
.footer-box .footer-widget.widget_custom_html { margin: 0; }
.footer-subscribe { background: var(--themeht-secondary-color); padding: 30px; }
.footer-logo { background: white; width: 100%; padding: 15px 30px; }


/* ------------------------
    Page Title
------------------------*/
.page-title { display: block; position: relative; padding-top: 100px; background: var(--themeht-bg-light-color); z-index: 9; background-attachment: fixed; }
.page-title::before { position: absolute; content: ''; background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0.5) 4%, rgba(255,255,255,0) 100%); width: 100%; height: 100%; top: 0; left: 0; z-index: -9;}
.page-title h1 { font-size: 60px; line-height: 70px; word-break: break-word; margin-bottom: 100px; }
.page-breadcrumb{background: var(--themeht-primary-color); padding: 20px; display: inline-block;}
.breadcrumb { background: none; display: inline-block; margin: 0; text-transform: capitalize; color: var(--themeht-white-color); font-weight: 500; }
.breadcrumb-item { display: inline-block; }
.breadcrumb-item a { color: var(--themeht-white-color) }
.breadcrumb-item.active, .breadcrumb-item a:hover { color: var(--themeht-white-color); }
.breadcrumb-item + .breadcrumb-item:before {color: var(--themeht-white-color); content: "\f054"; font-family: 'Line Awesome Free'; font-weight: 700;}


@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg); 
    -moz-transform: rotate(0deg);
  }
  50% { 
    -webkit-transform: rotate(360deg); 
    -moz-transform: rotate(360deg);
  }
  100% { 
    -webkit-transform: rotate(720deg); 
    -moz-transform: rotate(720deg);
  }
}