/* 

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_c0246d15bb9c3ee4 {
    height: 50px;
    background-color: rgb(246, 246, 246)
}

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

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

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

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

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

.menu-header {
    height: 116px;
}

.menu-header .row {
    align-items: center;
}



.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 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;
}

a.meanmenu-reveal {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    margin: 0 !important;
    float: none !important;
    width: 28px !important;
    height: 28px !important;
    line-height: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    border: none !important;
    background: transparent !important;
    text-decoration: none !important;
}

a.meanmenu-reveal span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    margin: 0 !important;
    background: currentColor !important;
}

/* ------------- # Banner Section ------------- */

article img {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 2rem;
}

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

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

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

.home-slider .slick-arrow_59a467bf3363c8af, .home-slider-2 .slick-arrow_59a467bf3363c8af {
    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_59a467bf3363c8af {
    color: #f6f6f6;
    background-color: rgb(30, 42, 120);
}

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

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

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

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

.home-slider-2 .slick-arrow_59a467bf3363c8af: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_6af69ecd866ec558 {
    position: absolute;
    top: 0;
    width: 100%;
}

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

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

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

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

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

.shape-02_a9f8eb9b1915210c 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_8aff6fd4d46e2555 {
    padding-bottom: 125px;
}

.feature_28fe42f1b111319e, .f-point_8e61c754264b5d17 {
    max-width: max-content;
}

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

.feature_28fe42f1b111319e {
    overflow: hidden;
}

.f-point_8e61c754264b5d17 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_c8674aefd6200656 svg {
    height: 50px;
    width: auto;
}

.f-description_6393739ebd041c92 {
    width: 100%;
}

.f-description_6393739ebd041c92 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_6393739ebd041c92 p {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
}

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

.companies_c76f1cd7ff87f9d5 {
    height: 200px;
    background-color: #f6f6f6;
}

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

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

.companies_c76f1cd7ff87f9d5 .slick-track_eddab54efc7aa2cb {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

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

section.services-area_f5a45cfde84b2f56 {
    padding-bottom: 90px;
}

.service-box_538090477c732dbc {
    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_538090477c732dbc:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

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

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

.service-text_86720cb400db9a77 {
    overflow: hidden;
}

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

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

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

section.projects-area_a6d1baa14a4104e3 {
    background: #fbfbfb;
    padding-top: 1px;
    padding-bottom: 120px;
}

.project-thumbnail_af35d465f1f418d0 img {
    width: 100%;
}

.project-thumbnail_af35d465f1f418d0 {
    position: relative;
}

.project-thumbnail_af35d465f1f418d0::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #1e2a78;
    opacity: 0;
    transition: 0.3s;
}

.project-text_b69ad6009c39df34 svg {
    height: 14px;
    fill: #fff;
    margin-top: -5px;
}

.project-text_b69ad6009c39df34 h3 {
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
    font-weight: 700;
    display: inline;
    text-transform: uppercase;
    margin-right: 7px;
}

.project-box_81721029aa11f44a {
    position: relative;
    margin-bottom: 30px;
}

.project-text_b69ad6009c39df34 {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.3s;
}

.project-box_81721029aa11f44a:hover .project-text_b69ad6009c39df34, .project-box_81721029aa11f44a:hover .project-thumbnail_af35d465f1f418d0::before {
    opacity: 1;
    transition: 0.3s;
}

.projects-holder_407046164a48a183 {
    padding-bottom: 70px;
}

/* ------------- # Speciality Section ------------- */

section.speciality-area_eb38ad4e4163c47f {
    margin-top: 121px;
    margin-bottom: 120px;
}

.sp-text_d2fa3256cb5528b4 {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.938;
    overflow: hidden;
    display: flex;
}

.sp-text_d2fa3256cb5528b4 p {
    display: inline-block;
    line-height: 1.5;
}

.sp-text_d2fa3256cb5528b4 svg {
    margin-right: 10px;
}

.speciality-text_eb5a0a63195074c0 {
    padding-right: 3rem;
}

/* speciality box */

.speciality-box_c91f702c88f43419 {
    width: 49%;
    height: 228px;
    padding: 12px;
}

.sp-box-text_9d563ea9113c13ea h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}

.sp-box-text_9d563ea9113c13ea p {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: rgb(51, 51, 51);
    line-height: 1.75;
}

.sp-box-text_9d563ea9113c13ea {
    margin-top: 20px;
}

.sp-first-box_fb737dd7aa707ba3 {
    border-right: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    padding-top: 67px;
    float: left;
}

.sp-second-box_d2c9651dc7a3f23a {
    border-left: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    padding-top: 67px;
    overflow: hidden;
}

.sp-third-box_276a50139006ed4c {
    border-right: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    padding-top: 44px;
    float: left;
}

.sp-fourth-box_c294a3b8ec21a021 {
    border-left: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    padding-top: 44px;
    overflow: hidden;
}

/* ------------- # Posts Section ------------- */

section.posts-area_25675d50af4a6d91 {
    background: #fbfbfb;
    padding-top: 1px;
    padding-bottom: 120px;
}

.post_80afc504df8c21eb {
    box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.05);
    background: #fff;
    margin-bottom: 30px;
}

.post-excerpt_1357017beb125b20 {
    padding: 30px 30px 28px 28px;
}

.post-excerpt_1357017beb125b20 a {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);
    border-radius: 2px;
    background-color: rgb(30, 42, 120);
    padding: 6px 16px;
}

.post-excerpt_1357017beb125b20 h2 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
    line-height: 1.556;
    margin-top: 16px;
    margin-bottom: 22px;
}

.post-excerpt_1357017beb125b20 h2>a {
    font-size: inherit;
    background: none;
    padding: 0;
    color: inherit;
}

.post-excerpt_1357017beb125b20 p {
    font-size: 17px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.765;
    margin-bottom: 31px;
}

.post-excerpt_1357017beb125b20 hr {
    background-color: rgb(246, 246, 246);
    height: 1px;
}

.post-extra_8ccfbc1ce9f5acc6 p {
    font-size: 14px;
    float: left;
}

.post-extra_8ccfbc1ce9f5acc6 a {
    background-color: inherit;
    color: rgb(51, 51, 51);
    font-weight: 700;
    float: right;
    padding: 0;
}

.post-extra_8ccfbc1ce9f5acc6 a:hover, .post-excerpt_1357017beb125b20 h2>a:hover {
    color: #1e2a78;
}

.post-extra_8ccfbc1ce9f5acc6 {
    height: 20px;
}

.post-thumbnail_e8a4b4ae80b86da0 img {
    width: 100%;
}

/* ------------- # Review Section ------------- */

section.review-area_977f0dd72807056c {
    padding-bottom: 120px;
    ;
}

.rating_3e844b42ea7f7d47 p {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
    font-weight: 400;
}

.rating_3e844b42ea7f7d47 span {
    margin-left: 17px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 12px 29px;
    background: #1e2a78;
    border-radius: 3px;
}

.rating_3e844b42ea7f7d47 svg {
    color: #ffc107;
}

.review_53dec11fcf7afc25 {
    border: 1px solid #eff0f5;
    box-shadow: 0px 10px 20px 0px rgba(150, 176, 203, 0.05);
}

.review-text_9eb4ec728f5c1015 {
    padding: 40px 30px 64px 30px;
}

.review-text_9eb4ec728f5c1015 p {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.625;
    margin-top: 16px;
}

.client-profile_7375ffb0b85960c1 {
    height: 119px;
    background-color: rgb(246, 246, 246);
    padding: 28px 0 27px 70px;
    position: relative;
}

.client-profile_7375ffb0b85960c1 img {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    float: left;
    margin-right: 24px;
}

.client-details_5ffc66662328c58c {
    overflow: hidden;
    margin-top: 8px;
}

.client-details_5ffc66662328c58c h2 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
}

.client-details_5ffc66662328c58c p {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
}

span.client-rating_4f92a254e3a0845d {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 12px 29px;
    background: #1e2a78;
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.client-rating_4f92a254e3a0845d svg {
    color: #ffc107;
}

/* slider settings */

.review-slider {
    position: relative;
}

.review-slider button.slick-arrow_59a467bf3363c8af {
    font-size: 20px;
    color: rgb(30, 42, 120);
    background: #f6f6f6;
    border: none;
    height: 40px;
    width: 40px;
    transition: 0.3s;
}

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

.review-slider .slide-next_ff4d341f0f6ba711 {
    position: absolute;
    top: 50%;
    right: -65px;
    transform: translateY(-50%);
}

.review-slider .slide-prev_dbc09330763b9a7d {
    position: absolute;
    top: 50%;
    left: -65px;
    transform: translateY(-50%);
}

/* ------------- # Footer Section ------------- */

section.footer-area_48b70b7168d5ce68 {
    background-color: #f6f6f6;
    padding: 120px 0;
}

section.footer-area_48b70b7168d5ce68 p.footer-header_d79401f55a88cdc9 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: rgb(30, 42, 120);
    font-weight: bold;
    margin-bottom: 45px;
}

section.footer-area_48b70b7168d5ce68 p, section.footer-area_48b70b7168d5ce68 li a {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 2.118;
}

section.footer-area_48b70b7168d5ce68 ul li a:hover {
    color: rgb(34, 54, 69);
}

section.footer-area_48b70b7168d5ce68 ul {
    list-style: none;
    display: flex;
    flex-flow: wrap column;
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* Safari 6.1+. iOS 7.1+ */
    -webkit-flex-flow: wrap column;
    /* Safari 6.1+ */
    padding-left: 30px;
    -moz-column-gap: 64px;
    -webkit-column-gap: 64px;
    column-gap: 64px;
    padding-right: 10 px;
}

section.footer-area_48b70b7168d5ce68 li {
    position: relative;
}


section.footer-area_48b70b7168d5ce68 li:before {
    content: "";
    border-color: transparent #777777;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -28px;
    top: 13px;
    position: absolute;
}

section.footer-area_48b70b7168d5ce68 .address-box_a1060ff8f8c48652 li:before {
    list-style: none ;
    display: block;
    height: 0;
    width: 0;
    left: -28px;
    top: 13px;
    position: absolute;
}


section.footer-area_48b70b7168d5ce68 input {
    background: transparent;
    margin: 0;
    float: left;
    color: #1e2a78;
    transition: 0.3s;
}

section.footer-area_48b70b7168d5ce68 input::placeholder {
    color: rgb(100, 117, 137);
}

section.footer-area_48b70b7168d5ce68 form {
    overflow: hidden;
    height: 37px;
}

section.footer-area_48b70b7168d5ce68 input[type="date"], section.footer-area_48b70b7168d5ce68 input[type="datetime"], section.footer-area_48b70b7168d5ce68 input[type="datetime-local"], section.footer-area_48b70b7168d5ce68 input[type="email"], section.footer-area_48b70b7168d5ce68 input[type="file"], section.footer-area_48b70b7168d5ce68 input[type="month"], section.footer-area_48b70b7168d5ce68 input[type="number"], section.footer-area_48b70b7168d5ce68 input[type="password"], section.footer-area_48b70b7168d5ce68 input[type="range"], section.footer-area_48b70b7168d5ce68 input[type="search"], section.footer-area_48b70b7168d5ce68 input[type="text"], section.footer-area_48b70b7168d5ce68 input[type="tel"], section.footer-area_48b70b7168d5ce68 input[type="time"], section.footer-area_48b70b7168d5ce68 input[type="url"], section.footer-area_48b70b7168d5ce68 input[type="week"] {
    padding: 7px 16px;
    width: 70%;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    border: 1px solid rgb(224, 224, 224);
    height: 37px;
}

section.footer-area_48b70b7168d5ce68 input[type="submit"], section.footer-area_48b70b7168d5ce68 input[type="button"] {
    width: 30%;
    background: #1e2a78;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 0;
    border: none;
    transition: 0.3s;
    height: 37px;
}

section.footer-area_48b70b7168d5ce68 input[type="submit"]:hover {
    background: #4554b4;
    transition: 0.3s;
}

section.footer-area_48b70b7168d5ce68 input[type="submit"]:active {
    background: #1e2a78;
    transition: 0.3s;
}

.footer-social_8908cf251f3d6e6b {
    padding-top: 30px;
    display: inline-block;
}

.footer-social_8908cf251f3d6e6b svg {
    margin-right: 19px;
    font-size: 16px;
    color: rgb(30, 42, 120);
    line-height: 1.125;
}

a.go-to-top_786093c176d39f23 {
    position: absolute;
    top: 93%;
    left: calc(100% + 256px);
    color: white;
    background: #1e2a78;
    padding: 12px 15px;
    font-size: 14px;
}

a.go-to-top_786093c176d39f23:hover {
    color: #1e2a78;
    background: white;
}

.footer-area_48b70b7168d5ce68 h2 {
    margin-top: 1.5rem;
}

.footer-area_48b70b7168d5ce68 .col-12_cacf8d7e8ecc2475:first-child h2 {
    margin-top: 0;
}

.capitalize-first_249d064ed7cf49cf::first-letter {
  text-transform: uppercase;
}

/* Общий сброс для списков в футере, если необходимо */
.footer-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Элементы списка меню */
.footer-list li {
    margin-bottom: 8px; /* аккуратный отступ между ссылками */
}

/* Блок контактов */
.footer-contact-list_14c376f895ce7551 li {
    display: flex;
    align-items: flex-start; /* Иконка всегда привязана к первой строке текста */
    margin-bottom: 12px;     /* Расстояние между телефоном и адресом */
}

/* Иконки в контактах */
.footer-contact-list_14c376f895ce7551 li i {
    width: 20px;          /* Фиксированная ширина, чтобы текст начинался строго на одном уровне */
    margin-right: 10px;   /* Отступ от иконки до текста */
    margin-top: 4px;      /* Легкая компенсация по высоте, чтобы иконка была ровно по центру первой строки */
    text-align: center;
    flex-shrink: 0;       /* Иконка не сожмется, если адрес будет очень длинным */
}

/* Текст в контактах */
.footer-contact-list_14c376f895ce7551 li span {
    line-height: 1.4;
}

/* ------------- # Copyright Section ------------- */

.copyright_69d8e7831ccf2515 p {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
    padding: 35px;
}

/* ##################### 2. index-2.html ##################### */

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

.menu-header {
    height: 116px;
    position: relative;
}

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

.menu-header .row {
    margin-left: 0;
    margin-right: 0;
}

.menu-header .col-auto {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 576px) {
    .menu-header {
        padding-left: 2px;
        padding-right: 2px;
    }

    .logo img {
        max-width: 100px;
        height: auto;
    }
    
    .menu-button a {
        padding: 8px 14px;
        font-size: 12px;
        max-width: 120px;
        .menu-button a {
    display: flex;
    align-items: center;
    justify-content: center;
}
    }

    .menu-button {
        margin-left: 6px;
    }

    .mean-bar {
    position: static !important;
    padding: 0 !important;
    min-height: unset !important;
    background: transparent !important;
}

    a.meanmenu-reveal {
        width: 24px !important;
        height: 24px !important;
        gap: 4px !important;
    }

    a.meanmenu-reveal span {
        width: 18px !important;
    }

}
/* 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 .menu-button {
    display: inline-flex !important;
    visibility: visible !important;
}

/* кнопка выше всего */
.menu-button {
    flex-shrink: 1;
    position: relative;
    z-index: 20;
    flex: 0 0 auto;
    height: auto;
    align-self: center;
    white-space: nowrap;
}

/* меню ниже */
.mean-nav {
    z-index: 10;
}

/* 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;
}

p a.large-blue-button.menu-button {
    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.home-02-banner_5741e84c5e98f4f7 {
    background-image: url('../pictures/banner/02_home_banner_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 188px;
    position: relative;
    overflow: hidden;
}

section.home-02-banner_5741e84c5e98f4f7::before {
    content: ' ';
    height: 100%;
    width: 100%;
    background-color: rgb(1, 9, 62);
    opacity: 0.902;
    position: absolute;
    top: 0;
    left: 0;
}

section.home-02-banner_5741e84c5e98f4f7 .bottom-arrow_d2c168fb243d6340 svg {
    fill: #fff;
    height: 47px;
    margin-bottom: 33px;
}

section.home-02-banner_5741e84c5e98f4f7 .banner-text h1 {
    color: #fff;
}

section.home-02-banner_5741e84c5e98f4f7 .banner-image {
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    width: -webkit-fit-content;
}

section.home-02-banner_5741e84c5e98f4f7 .banner-text p {
    color: #dedede;
}

/* video player */

section.home-02-banner_5741e84c5e98f4f7 .banner-image .banner-video-player_f82d8ebb71aa4d9a {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
}

section.home-02-banner_5741e84c5e98f4f7 .banner-image .banner-video-player_f82d8ebb71aa4d9a::before {
    background-color: #000;
    z-index: 5;
    opacity: 0.4;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
}

section.home-02-banner_5741e84c5e98f4f7 .vid-player-first-layer_3545a55b7320023b {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 144px;
    width: 144px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    color: rgb(30, 42, 120);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    align-items: center;
}

section.home-02-banner_5741e84c5e98f4f7 .vid-player-first-layer_3545a55b7320023b a {
    margin-left: auto;
    margin-right: auto;
    font-size: 70px;
    color: rgb(30, 42, 120);
}

section.home-02-banner_5741e84c5e98f4f7 .vid-player-second-layer_0a45b9368d8ba2bd {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 7;
    animation: video-player-animate 2s infinite linear;
}

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

section.home-02-features-area_58dad8601809ff6d .f-point_8e61c754264b5d17 {
    position: absolute;
    right: 51px;
    margin-right: 0;
}

section.home-02-features-area_58dad8601809ff6d .f-point_8e61c754264b5d17 h1 {
    font-size: 212px;
}

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

section.home-02-services-area_f19784807f012d76 .service-image_d84ed895d88bdd67 {
    float: inherit;
}

section.home-02-services-area_f19784807f012d76 .service-text_86720cb400db9a77 p {
    font-size: 15px;
}

section.home-02-services-area_f19784807f012d76 .service-text_86720cb400db9a77 {
    margin-top: 11px;
}

/* ##################### 3. about.html ##################### */

/* ------------- # Page Header Section ------------- */

.page-header {
    background-color: rgb(246, 246, 246);
    height: 304px;
    display: flex;
    align-items: center;
    position: relative;
}

/* shape-left */

.about-banner-shape-left {
    position: absolute;
    left: 0;
}

.about-banner-shape-left img.animate__animated.animate__pulse.animate__infinite {
    animation-duration: 1.5s;
}

/* shape-right */

.about-banner-shape-right {
    position: absolute;
    right: 0;
}

.page-header-text {
    position: relative;
}

.page-header h1.page-title {
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    color: rgba(30, 42, 120, 0.502);
    font-weight: 700;
}

@media (max-width: 767px) {
  .page-header h1.page-title {
    font-size: 20px !important;
  }
}

.page-header span {
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
}

.page-header span.span-divider {
    margin-left: 7px;
    margin-right: 7px;
}

.page-banner-shape-title {
    position: absolute;
    top: -19px;
    left: -19px;
}

/* ------------- # About Section ------------- */

.about-area-image_4b120c9c0228e1da img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ------------- # Our Team Section ------------- */

section.our-team_6615daea64a216b5 {
    margin-bottom: 100px;
}

.member-bio_fcee1f979daf836d {
    text-align: center;
    box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15);
    padding: 35px 50px;
}

.member-bio_fcee1f979daf836d img {
    height: 170px;
    width: 170px;
    border-radius: 50%;
}

.member-bio_fcee1f979daf836d h2 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: bold;
    margin-top: 23px;
    margin-bottom: 9px;
}

.member-bio_fcee1f979daf836d h4 {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
    margin-bottom: 18px;
}

.member-social-profile_a54d7912eebcc659 {
    border-radius: 2px;
    background-color: rgb(34, 54, 69);
    width: 30px;
    height: 30px;
    display: inline-block;
    padding-top: 2.5px;
    transition: 0.3s;
    margin: 0 4px;
}

.member-social-profile_a54d7912eebcc659 a {
    color: #fff;
}

.member-social-profile_a54d7912eebcc659:hover {
    background-color: #1e2a78;
    transition: 0.3s;
}

/* ------------- # Experience Section ------------- */

.experience_2ff3736a616df62f {
    background-color: #f6f6f6;
}

.experience_2ff3736a616df62f .row {
    margin: 0;
}

.experience_2ff3736a616df62f .speciality-box_c91f702c88f43419 {
    width: inherit;
    height: inherit;
    margin: 60px 0;
}

.experience_2ff3736a616df62f .sp-box-text_9d563ea9113c13ea p {
    margin: 0;
}

/* ##################### 4. pricing.html ##################### */

/* ------------- Pricing Section ------------- */

section.pricing-area_d65898a5126a88f9 {
    margin-bottom: 100px;
}

.price-box_f5c846b67461e003 {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15);
    padding: 40px 35px;
    margin: 15px 0;
}

.price-intro_1a66ce3de71b3ed1 {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(246, 246, 246);
}

.price-head_107951a99764266b h2 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: bold;
    margin-top: 14px;
}

.price_ca8d894ab5ca146c {
    margin-left: auto;
}

.price_ca8d894ab5ca146c h6 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: rgb(100, 117, 137);
}

.price_ca8d894ab5ca146c h3 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    background-color: rgb(30, 42, 120);
    padding: 7px 23px;
    border-radius: 3px;
    color: #fff;
}

/* ------------- Custom Project Section ------------- */

.custom-projects_9ae44c083408d965 {
    background-color: rgb(251, 251, 251);
    padding-bottom: 19px;
    position: relative;
    overflow: hidden;
}

.custom-projects_9ae44c083408d965 h1 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    color: rgb(30, 42, 120);
    font-weight: 700;
}

.custom-project-button_c59f9fa8a91a79a2 button {
    background-color: rgb(30, 42, 120);
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    padding: 25px 52px;
    transition: 0.3s;
    border: none;
    border-radius: 5px;
}

.custom-project-button_c59f9fa8a91a79a2 button:hover {
    background: #4554b4;
    transition: 0.3s;
}

/* shapes */

.custom-projects-shape-2_94e08a380cd609b3 {
    position: absolute;
    top: -40px;
    left: 82px;
    height: 174px;
    width: 174px;
}

.custom-projects-shape-2_94e08a380cd609b3 img {
    height: 100%;
    width: 100%;
    animation: spin 360s infinite linear;
}

/* circle-1 */

.custom-projects-circle-1_82b343f87c36b07b {
    position: absolute;
    bottom: -130px;
    left: -100px;
    height: 220px;
    width: 220px;
}

.custom-projects-circle-1_82b343f87c36b07b img {
    height: 100%;
    width: 100%;
}

/* circle-2 */

.custom-projects-circle-2_bae5a056a85b53a7 {
    position: absolute;
    bottom: -130px;
    right: 28%;
    height: 220px;
    width: 220px;
}

.custom-projects-circle-2_bae5a056a85b53a7 img {
    height: 100%;
    width: 100%;
    animation: spin 5s infinite linear;
}

/* circle-3 */

.custom-projects-circle-3_b73d3cdd60e0f587 {
    position: absolute;
    top: -86px;
    right: -86px;
    height: 220px;
    width: 220px;
}

.custom-projects-circle-3_b73d3cdd60e0f587 img {
    height: 100%;
    width: 100%;
}

.custom-projects-circle-4_40534fd99ea8cbc6 {
    border-radius: 50%;
    background-color: rgb(11, 179, 255);
    opacity: 0.569;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 50%;
}

/* ##################### 5. portfolio.html ##################### */

/* ------------- Portfolio Section ------------- */

.portfolio_3246f5cd5eac18d1 .section-heading_43bd2860fe02c2e8 {
    margin-bottom: 0;
}

.project-menu {
    margin-top: 35px;
    margin-bottom: 40px;
}

.project-menu button {
    border: none;
    background: transparent;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    color: #647589;
    margin-right: 15px;
    margin-bottom: 15px;
}

.project-menu button:hover, .project-menu button.active {
    color: #1e2a78;
}

/* ##################### 6. blog.html ##################### */

/* ------------- Blog Section ------------- */

section.blog-area_92889f03b6173255 {
    background: #fff;
    padding-top: 1px;
    padding-bottom: 120px;
}

section.blog-area_92889f03b6173255 .post_80afc504df8c21eb {
    box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.1);
}

/* ------------- Subscribe Section ------------- */

.subscribe-form_b1dbbb17ac7a8cf8 input[type="email"] {
    width: 63%;
    border: 1px solid rgb(30, 42, 120);
    background: #fff;
    padding: 14px 27px;
    color: rgb(30, 42, 120);
    border-radius: 3px 0 0 3px;
}

.subscribe-form_b1dbbb17ac7a8cf8 input[type="email"]::placeholder {
    color: rgb(183, 185, 200);
}

.subscribe-form_b1dbbb17ac7a8cf8 button {
    width: 37%;
    background-color: rgb(30, 42, 120);
    color: #fff;
    border: none;
    padding: 15px 0;
    font-weight: 700;
    transition: 0.3s;
    border-radius: 0 5px 5px 0;
}

.subscribe-form_b1dbbb17ac7a8cf8 button:hover {
    background: #4554b4;
    transition: 0.3s;
}

.subscribe-form_b1dbbb17ac7a8cf8 {
    width: 500px;
    display: flex;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    margin-left: auto;
}

/* ##################### 7. blog-details.html ##################### */

section.blog-details_4473bf2c29cd340f {
    margin-top: 120px;
}

section.blog-details_4473bf2c29cd340f a:hover {
    color: rgb(30, 42, 120);
    transition: 0.3s;
}

section.blog-details_4473bf2c29cd340f input[type="text"], section.blog-details_4473bf2c29cd340f textarea {
    border: none;
    border-bottom: 1px solid rgb(235, 235, 235);
    color: rgb(34, 54, 69);
    padding-bottom: 10px;
}

section.blog-details_4473bf2c29cd340f input[type="text"]::placeholder {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    color: rgb(161, 161, 161);
    line-height: 1.857;
}

/* ------------- # Article Area ------------- */

article table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 16px;
    text-align: left;
    overflow: hidden;
    border-radius: 6px;
}

/* Заголовок */
article table thead {
    background-color: #1E2A78;
    color: #fff;
}

article table th,
article table td {
    padding: 12px 15px;
}

/* Границы */
article table th,
article table td {
    border-bottom: 1px solid #ddd;
}

/* Зебра */
article table tbody tr:nth-child(even) {
    background-color: #f8f9fc;
}

/* Hover */
article table tbody tr:hover {
    background-color: #eef2ff;
    transition: 0.2s;
}

.article-details_125fa97dabcc8a16 {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-title_11d16563e2b0e80f h2 {
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
    margin-bottom: 30px;
}

.article-author_7c8dac802b803fe8 {
    width: max-content;
    display: inline-block;
}

.article-author_7c8dac802b803fe8 img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.article-author_7c8dac802b803fe8 h6, .article-author_7c8dac802b803fe8 a {
    display: inline-block;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
    font-weight: 400;
    transition: 0.3s;
}

.share-article_29d4392aa66096a0 {
    width: max-content;
    display: flex;
    align-items: center;
}

.share-article_29d4392aa66096a0 h6 {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 20px;
}

.share-article_29d4392aa66096a0 svg {
    font-size: 16px;
    color: rgb(100, 117, 137);
    margin-right: 15px;
}

.article-thumbnail_49853055185f1b7e img {
    width: 100%;
    height: auto;
}

.article-body_8936b56f37349ab0 {
    padding: 60px 50px;
    border-bottom: 1px solid rgb(30, 42, 120, 0.05);
}

article p {
    font-size: 17px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.765;
    margin: 0;
}

.article-body_8936b56f37349ab0 h2.article-subheading {
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
    line-height: 1.531;
    margin: 60px 0 50px 0;
}

.article-tags_3601b6b41a11b807 {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.article-tags_3601b6b41a11b807 h6 {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 5px;
}

.article-tags_3601b6b41a11b807 a, .article-tags_3601b6b41a11b807 span {
    font-weight: 700;
    font-size: 16px;
    color: rgb(100, 117, 137);
}

.article-tags_3601b6b41a11b807 span {
    margin-right: 5px;
}

.article-navigation_92452683fa084561 {
    padding: 60px 50px;
    border-bottom: 1px solid rgb(30, 42, 120, 0.05);
    border-top: 1px solid rgb(30, 42, 120, 0.05);
}

.article-navigation_92452683fa084561 a {
    font-size: 14px;
    color: rgb(34, 54, 69);
    font-weight: 700;
}


/* ------------- # Comment Area ------------- */

.comment-area_903f9b1c97186fad {
    color: #647589;
    padding: 60px 0;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
}

.comment-area_903f9b1c97186fad h2, .comment-area_903f9b1c97186fad h3 {
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
}

.comment-area_903f9b1c97186fad h2 {
    font-size: 18px;
}

.comment-area_903f9b1c97186fad h3 {
    font-size: 14px;
    margin-bottom: 0;
}

.comment-area_903f9b1c97186fad span {
    color: #647589;
    margin-left: 15px;
}

.comment-box_c13c76e1befb0aaf {
    display: flex;
    margin-top: 60px;
}

.comment-details_dcf7250cceb32605 {
    display: flex;
    align-items: center;
}

a.comment-date_18f3b6a66543f963 {
    font-size: 12px;
    font-style: italic;
    color: #647589;
    margin-left: 15px;
}

.comment-author-thumbnail_288571baa1f46e6c {
    margin-right: 13px;
}

.comment-author-thumbnail_288571baa1f46e6c img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.main-comment_cd020bba33984fd1 p {
    line-height: 1.714;
    margin-top: 10px;
}

.main-comment_cd020bba33984fd1 button {
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    color: rgb(30, 42, 120);
    font-weight: 700;
    border: none;
    background-color: transparent;
    padding-left: 0;
}

.comment-form_d814fc22cdbcc435 input, .comment-form_d814fc22cdbcc435 textarea {
    width: 100%;
    margin-bottom: 40px;
    padding-left: 12px;
}

.comment-form_d814fc22cdbcc435 textarea {
    height: 38px;
}

/* верх страницы */
.menu-header .nav-link {
  color: #151C4C;
}

/* после скролла */
.menu-header.scrolled .nav-link {
  color: #fff;
}

.comment-input_a4259cf5abd5c4d6 {
    margin: 60px 0;
}

.comment-form_d814fc22cdbcc435 {
    margin-top: 35px;
}

.comment-form_d814fc22cdbcc435 button {
    border: none;
    transition: 0.3s;
}

.comment-form_d814fc22cdbcc435 button:hover {
    transition: 0.3s;
}

.comment-form_d814fc22cdbcc435 input[type="text"]:focus {
    border-bottom: 1px solid #000;
}

.comment-form_d814fc22cdbcc435 textarea:focus {
    border-bottom: 1px solid #000;
}

/* ------------- # Sidebar Area ------------- */

h2.sidebar-widget-title {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: 700;
    line-height: 1.667;
    margin-bottom: 20px;
}

.search-form_9f1c68d994c0f132 {
    display: flex;
}

.sidebar-area_a89ca8de593decb2>div {
    margin-bottom: 50px;
}

.search-form_9f1c68d994c0f132 input {
    width: 87%;
}

.search-form_9f1c68d994c0f132 button {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgb(235, 235, 235);
    color: rgb(161, 161, 161);
    font-size: 18px;
}

.sidebar-area_a89ca8de593decb2 ul {
    list-style: none;
    padding-left: 23px;
}

.sidebar-area_a89ca8de593decb2 li {
    position: relative;
}

.sidebar-area_a89ca8de593decb2 li>a {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    color: rgb(159, 164, 175);
    line-height: 2.571;
}

.sidebar-area_a89ca8de593decb2 li:before {
    content: "";
    border-color: transparent #777777;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.recent-post_ae670ca46bdeacb2 {
    display: flex;
    margin-bottom: 20px;
}

.recent-post-thumbnail_be8606d0758375eb {
    margin-right: 15px;
}

.recent-post-thumbnail_be8606d0758375eb img {
    width: 100px;
    height: 120px;
}

.recent-post-title_d0a72e83cd2a2c87 h3 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: rgb(34, 54, 69);
    font-weight: bold;
}

.recent-post-title_d0a72e83cd2a2c87 span, .recent-post-title_d0a72e83cd2a2c87 a {
    font-size: 12px;
    font-family: 'Rubik', sans-serif;
    color: rgb(159, 164, 175);
}

.popular-tags_310100ddc1473200 a {
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    color: rgb(141, 141, 141);
    background-color: rgb(244, 244, 244);
    padding: 10px 18px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.ad-banner_975ae9a4cd28b086 img {
    width: 270px;
    height: auto;
}

/* ##################### 8. portfolio-details.html ##################### */

/* ------------- # Project Details Section ------------- */

.project-picture_651f319b35a7955c {
    width: 100%;
}

.project-picture_651f319b35a7955c img {
    width: 100%;
    height: auto;
}

.project-description_dcf025b3818c0c6d {
    width: 100%;
    padding: 45px 39px;
    box-shadow: 0px 5px 20px 0 rgb(150, 176, 203, 0.15);
}

.project-description-point_f97ec98cbb8e6608 {
    margin-bottom: 13px;
}

.project-description_dcf025b3818c0c6d h6, .project-description_dcf025b3818c0c6d a {
    font-family: 'Rubik', sans-serif;
    color: #223645;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 0;
}

.project-description_dcf025b3818c0c6d h5 {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    color: #223645;
    font-weight: 600;
    margin-right: 5px;
}

/* ##################### 9. contact.html ##################### */

section.contact-area_c253cb9d842d5c70 {
    background-image: url('../pictures/svgs_2cff3099b3/map-bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

/* ------------- # Address Container ------------- */

.address-box_a1060ff8f8c48652 {
    color: #fff;
    display: flex;
    width: 178px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.address-box_a1060ff8f8c48652 a {
    color: #ffffff;
    text-decoration: none;
    display: block;
}


.address-container_49594ad1bfa22b82 .col-sm-4_6fb8e389a08a6e6a {
    display: flex;
    justify-content: center;
    padding-top: 0px;
    border-right: 1px solid rgba(255,255,255,0.2);
    min-height: 160px;
}

.address-box_a1060ff8f8c48652 img {
    height: 40px; /* фиксируем высоту */
    width: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

.address-container_49594ad1bfa22b82 {
    padding: 47px 0;
    background: #1E2A78;
}

.address-container_49594ad1bfa22b82>.row>div::after {
    clear: both;
    content: ' ';
    background: #f6f6f6;
    position: absolute;
    right: 0;
    width: 0.5px;
    height: 100%
}

.address-container_49594ad1bfa22b82>.row>div:last-child::after {
    display: none;
}

/* ------------- # Contact Form Area ------------- */

.contact-form-area_40402e2976a20149 {
    margin-top: 114px;
    margin-bottom: 124px;
}

.contact-form-area_40402e2976a20149 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #223645;
    margin-bottom: 39px;
}

.contact-form-area_40402e2976a20149 form input[type=text], .contact-form-area_40402e2976a20149 form input[type=email], .contact-form-area_40402e2976a20149 form textarea {
    width: 100%;
    padding: 15px 20px;
    border: none;
    box-shadow: 0px 5px 20px 0px rgba(150, 176, 203, 0.15);
    margin-bottom: 30px;
    transition: 0.3s;
}

.contact-form-area_40402e2976a20149 form input[type=text]:focus, .contact-form-area_40402e2976a20149 form input[type=email]:focus, .contact-form-area_40402e2976a20149 form textarea:focus {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.contact-form-area_40402e2976a20149 form textarea {
    height: 300px;
}

.contact-form-area_40402e2976a20149 form input[type="submit"] {
    border: none;
}

/* ##################### 10. faq.html ##################### */

/* Контейнер */
.faq-box_1c558633bfd45153 {
    margin-bottom: 105px;
}

.faq-box_1c558633bfd45153 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
}

/* Карточка */
.card_fcb36965d1e937df {
    border: 2px solid #000;
    border-radius: 0;
    margin-bottom: 20px;
    background-color: #fff;
    transition: all 0.25s ease;
}

/* Заголовок */
.card-header {
    background: #fff;
    border: none;
    padding: 18px 25px;
}

/* Кликабельная зона */
/* БАЗОВОЕ СОСТОЯНИЕ (закрыто) */
.card-header a {
    display: block;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #647589;              /* черный текст */
    background: #fff;         /* белый фон */
    text-decoration: none;
    padding: 18px 25px;
    margin: -18px -25px;      /* перекрываем padding header */
    position: relative;
    transition: all 0.25s ease;
}

/* Иконка справа */
.card-header a[aria-expanded="false"]:before {
    content: "\f055";
    font-family: FontAwesome;
    font-size: 25px;
    color: #1E2A78;
    float: right;
    transition: 0.3s;
}

/* Меняем иконку */
.card-header a[aria-expanded="true"]:before {
    content: "\f056";
    font-family: FontAwesome;
    font-size: 25px;
    color: #fff;
    float: right;
    transition: 0.3s;
}

/* Подсветка заголовка */
.card-header a[aria-expanded="true"] {
    background: #151C4C;
    padding: 18px 25px;
    margin: -18px -25px; /* чтобы перекрыть padding header */
    color: #fff;
}

/* Тело */
.card-body_03c8c1713af74f7e {
    padding: 20px 25px;
    background-color: #f8fbff;
    color: #333;
}

/* Плавность раскрытия (оставляем bootstrap, но чуть улучшим) */
.collapsing {
    transition: height 0.25s ease;
}

/* ##################### 11. career.html ##################### */

.job-intro_f3f3631edab86845 {
    display: flex;
    padding-bottom: 15px;
    margin-bottom: 23px;
    border-bottom: 2px solid rgb(246, 246, 246);
}

.price_ca8d894ab5ca146c h5 {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: #647589;
    font-weight: 400;
    margin-top: 15px;
}

.price_ca8d894ab5ca146c h5>span {
    font-weight: 700;
}

.job-apply_b614509348496f35 a {
    border: none;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 13px;
    color: #fff;
    background: #1E2A78;
}

.job-offer_09b89a42a78d48e3>div {
    margin-bottom: 23px;
    border-bottom: 2px solid rgb(246, 246, 246);
}

.job-offer_09b89a42a78d48e3>div:last-child {
    border-bottom: none;
}

.job-offer_09b89a42a78d48e3>div>div {
    padding-bottom: 4px;
}

.job-text_859c7b4fd36ec4d0 {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: rgb(100, 117, 137);
    line-height: 1.938;
    display: flex;
}

.job-text_859c7b4fd36ec4d0 p {
    display: inline-block;
    line-height: 1.5;
}

.job-text_859c7b4fd36ec4d0 svg {
    margin-right: 10px;
}

/* ------------- # Not Found Section ------------- */

.not-found_a1b1f5202cbba7b2 {
    text-align: center;
    padding: 110px 0;
}

.large-outline-button_4d2bc6bb395d8cdb {
    border: 2px solid #1E2A78;
    color: #1E2A78;
    font: large-blue-button;
    padding: 10px 13px;
    border-radius: 6px;
    transition: 0.3s;
    
}

/* ##################### 12. team-member.html ##################### */

section.member-skills_dde2dc4da3fc43e2 {
    margin-bottom: 110px;
}

.team-member-details_50af2ec2f1e7109a h2 {
    color: #1E2A78;
}

.team-member-rating_db4440cbdb3b2568 {
    margin-top: 12px;
    margin-bottom: 16px;
}

.team-member-details_50af2ec2f1e7109a h4 {
    margin-top: 10px;
    color: #647589;
    font-size: 25px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}

.team-member-rating_db4440cbdb3b2568 span {
    font-size: 14px;
    color: #1e2a78;
    font-weight: 700;
    border-radius: 3px;
}

.team-member-rating_db4440cbdb3b2568 svg {
    color: #ffc107;
    margin-left: 7px;
}

.specialities_0d666dc0fe8ba8ce h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #1E2A78;
}

/* ------------- # Member Experience Area ------------- */

.member-experience-area_a0bc1166daaef4e7 {
    padding: 110px 0;
    background: #F6F6F6;
}

.experience-box .title {
    display: flex;
    justify-content: center;
}

.experience-box .title h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #1E2A78;
    height: 72px;
    text-align: center;
    display: flex;
    align-items: center;
}

.experience-box .time p {
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #647589;
    text-align: center;
}

.experience-box .company_e1838b681b3dfeae p {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #647589;
    text-align: center;
}

.experience-box .shape .outer {
    width: 20px;
    height: 20px;
    border: 3.5px solid #1E2A78;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
}

.experience-box .shape .inner {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1e2a78;
    margin-left: auto;
    margin-right: auto;
}

.shape {
    margin-bottom: 10px;
    position: relative;
}

.experience-box .shape .before {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 4px;
    width: calc(50% - 9px);
    background: #1E2A78;
    animation-timing-function: linear;
}

.experience-box .shape .after {
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 4px;
    width: calc(50% - 9px);
    background: #1E2A78;
    animation-timing-function: linear;
}

.experiences > div:first-child .experience-box .shape .before,
.experiences > div:last-child .experience-box .shape .after {
    display: none;
}

.error-area_9adc6588f8a0315a {
    min-height: 100vh;
    padding: 80px 0;
    background-image: url(/pictures/404.png);
    background-size: cover;
}