/* 

Theme Name: Habu - agency HTML template
Author: wpsmasher
Support: wpsmasher@gmail.com
Description: Responsive agency HTML template
Version: 1.0.0

------------------ Table of Contents -----------------------
1. index.html
    # Top Header Section
    # Menu Section
    # Banner Section
    # Features Section
    # Companies Section
    # Services Section
    # Projects Section
    # Speciality Section
    # Post Section
    # Review Section
    # Footer Section
    # Copyright Section

2. index-2.html
    # Menu Header Section
    # Banner Section
    # Features Section
    # Services Section

3. about.html
    # Page Header Section
    # About Section
    # Our Team Section
    # Experience Section

4. pricing.html
    # Pricing Section
    # Custom Project Section

5. portfolio.html
    # Portfolio Section

6. blog.html
    # Blog Section
    # Subscribe Section 

7. blog-details.html
    # Article Area
    # Comment Area
    # Sidebar Area

8. portfolio-details.html
    # Project Details Section

9. contact.html
    # Address Container
    # Contact Form Area

10. faq.html

11. career.html

12. team-member.html

*/

/* ##################### 1. index.html ##################### */

/* ------------- # Top Header Section ------------- */

/* .top-header {
    height: 50px;
    background-color: rgb(246, 246, 246)
}

.top-header-contact {
    display: inline;
    margin-right: 33px;
}

.top-header-contact svg {
    font-size: 16px;
    color: rgb(30, 42, 120);
    line-height: 1.125;
    margin-right: 10px;
}

.top-header-contact a {
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
    font-weight: 500;
    line-height: 1.385;
}

.top-header-social svg {
    margin-right: 19px;
    font-size: 16px;
    color: rgb(30, 42, 120);
    line-height: 1.125;
} */

/* ------------- # Menu Section ------------- */

.menu-header {
    height: 116px;
}

.menu-header img.logo {
    height: 40px;
}

/* Menu Area */

.menu-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-area ul li {
    display: inline;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.286;
    margin-right: 41px;
}

.menu-area ul li.current-menu-item>a, .menu-area ul li a:hover {
    color: rgb(34, 54, 69);
}

.menu-area ul li a {
    color: #647589;
}

.menu-area ul li:last-child {
    margin: 0;
}

.menu-area>ul>li {
    position: relative;
}

/* Menu Ends */

/* Submenu area */

.menu-area>ul>li>ul {
    position: absolute;
    top: 280%;
    left: -10px;
    min-width: 176px;
    z-index: 999;
    background: white;
    box-shadow: 0px 0px 20px 3px rgba(150, 176, 203, 0.15);
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}

.menu-area>ul>li>ul:before {
    content: ' ';
    background: transparent;
    width: 30px;
    height: 20px;
    position: absolute;
    z-index: 3;
    bottom: 100%;
    left: 10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
}

.menu-area>ul>li>ul>li {
    border-bottom: 1px solid #f6f6f6;
}

.menu-area>ul>li>ul>li:last-child {
    border-bottom: none;
}

.menu-area>ul>li>ul li {
    line-height: 2;
    margin: 0;
    position: relative;
    display: block;
    font-size: 13px;
    padding: 10px 15px;
}

.menu-area>ul>li:hover>ul {
    opacity: 1;
    transition: 0.3s;
    visibility: visible;
    top: 185%;
}

/* Submenu area ends */

/* Second submenu area */

.menu-area>ul>li>ul>li ul {
    position: absolute;
    top: 0;
    left: 170%;
    width: 120px;
    padding: 5px 10px;
    z-index: 999;
    background: white;
    box-shadow: 0px 0px 20px 3px rgba(150, 176, 203, 0.15);
    opacity: 0;
    transition: 0.3s;
}

.menu-area>ul>li ul>li:hover>ul {
    opacity: 1;
    transition: 0.3s;
    left: 100%;
}

/* Menu Header Dark */

.menu-header.menu-header-dark {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
    background: #151C4C;
    height: 90px;
    padding: 0;
    animation: scroll-header-animation 0.5s linear;
}

.menu-header-dark .menu-area > ul > li.current-menu-item > a, .menu-header-dark .menu-area > ul > li > a:hover {
    color: #fff;
}

.menu-header-dark .menu-area > ul > li > a {
    color: #b5b5b5;
}

.menu-header-dark a.large-blue-button.menu-button {
    background-color: #fff;
    color: rgb(30, 42, 120);
}

.menu-header-dark .mean-container a.meanmenu-reveal span {
	background: #fff;
}

.menu-header-dark .mean-container a.meanmenu-reveal {
	color: #fff;
	border: 2px solid #fff;
}

/* ------------- # Banner Section ------------- */
/* 
section.banner {
    background-color: #f6f6f6;
    position: relative;
    overflow: hidden;
}

.home-slider-content {
    padding-top: 188px;
    overflow: hidden;
    position: relative;
}

.home-slider-content-2 {
    overflow: hidden;
}

.home-slider .slick-arrow, .home-slider-2 .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    font-size: 25px;
    z-index: 55;
    transition: 0.3s;
    padding: 10px 16px;
}

.home-slider-2 .slick-arrow {
    color: #f6f6f6;
    background-color: rgb(30, 42, 120);
}

.home-slider .slick-arrow {
    color: rgb(30, 42, 120);
    background-color: #fff;
}

.home-slider .slick-prev, .home-slider-2 .slick-prev {
    left: 0;
}

.home-slider .slick-next, .home-slider-2 .slick-next {
    right: 0;
}

.home-slider .slick-arrow:hover {
    background-color: rgb(30, 42, 120);
    color: #fff;
    transition: 0.3s;
}

.home-slider-2 .slick-arrow:hover {
    color: rgb(30, 42, 120);
    background-color: #fff;
}

.banner-text h1 {
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    color: rgb(30, 42, 120);
    font-weight: 700;
    line-height: 1.333;
    text-align: left;
    margin: 0;
}

.banner-text p {
    font-size: 21px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.545;
    text-align: left;
    margin: 54px 0 51px 0;
}

.banner-image img {
    margin-bottom: 190px;
    position: relative;
    z-index: 2;
} */

/* shapes sizing */

/* .shape-03 {
    position: absolute;
    top: 0;
    width: 100%;
}

.shape-03 img {
    width: 275px;
    margin-top: -165px;
}

.bottom-arrow {
    position: absolute;
    animation: bottom-arrow-animation 1.5s infinite linear;
    width: 100%;
}

.bottom-arrow svg {
    fill: #1e2a78;
    height: 47px;
    margin-bottom: 33px;
}

.shape-01 {
    position: absolute;
    bottom: 84px;
    right: 0;
}

.shape-02 {
    position: absolute;
    top: -47px;
    right: -171px;
    z-index: 0;
    animation: shape-02-fade-in 4s;
}

.shape-02 img {
    animation: spin 8s 2s;
}

.shape-0 {
    position: absolute;
    top: -21px;
    left: 0;
    z-index: 0;
} */

/* banner floating text */

/* .banner-floating-text {
    position: absolute;
    bottom: 83px;
    left: -405px;
    height: 100%;
    width: max-content;
    transform: rotate(-90deg);
}

.banner-floating-text h1 {
    font-size: 200px;
    font-family: 'Poppins', sans-serif;
    color: rgba(30, 42, 120, 0.2);
    font-weight: 700;
} */

/* ------------- # Features Section ------------- */

/* section.features-area {
    padding-bottom: 125px;
}

.feature, .f-point {
    max-width: max-content;
}

.f-point {
    float: left;
    margin-right: 25px;
}

.feature {
    overflow: hidden;
}

.f-point h1 {
    font-size: 100px;
    font-family: 'Poppins', sans-serif;
    color: rgba(100, 117, 137, 0.102);
    font-weight: bold;
    line-height: 0.78;
}

.f-icon svg {
    height: 50px;
    width: auto;
}

.f-description {
    width: 100%;
}

.f-description h1 {
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: bold;
    margin-top: 22px;
    display: inline-block;
}

.f-description p {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
} */

/* ------------- # Companies Section ------------- */

/* .companies {
    height: 200px;
    background-color: #f6f6f6;
}

.companies img {
    max-height: 87px;
}

.companies .slick-slide {
    margin-right: 40px;
    margin-left: 40px;
}

.companies .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
} */

/* ------------- # Services Section ------------- */

/* section.services-area {
    padding-bottom: 90px;
}

.service-box {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15);
    padding: 40px;
    margin-bottom: 30px;
    transition: 0.3s;
}

.service-box:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.service-image svg {
    height: 55px;
}

.service-image {
    float: left;
    margin-right: 24px;
}

.service-text {
    overflow: hidden;
}

.service-text h1 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: bold;
}

.service-text p {
    font-size: 16px;
    font-family: myriad-pro, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #6e7e91;
} */

/* ------------- # Projects Section ------------- */

