/*===========================
<--start-main-header-css-->
=============================*/


.main-header-area {
    background-color: #F5F7FA;
}

body {
    line-height: normal;
}

.site-main {
    padding: 50px 0;
}

.header_menu ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.header_menu ul.sub-menu {
    flex-direction: column;

    li a {
        padding: 15px 0;

    }

    li a:before {
        bottom: 12px;

    }
}

.header-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.header_menu {
    flex-shrink: 0;

    ul {
        align-items: center;
    }
}

/*--top-header--*/
.top-header-area {
    padding: 12px 0 0;
    display: none;
}

.top-bar-info a {
    font-size: 15px;
    color: #39374d;
    font-weight: 600;
}

h1.entry-title {
    margin-bottom: 25px;
}

.top-bar-info i {
    display: inline-block;
    color: #0B2E59;
    margin-right: 6px;
}

hr.add-boder {
    margin-top: 10px;
    border-bottom: 1px solid #0B2E59;
}

.custom-logo-link {
    img {
        max-width: 50px;
        height: auto;
    }
}

.header-site-title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.header-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 270px;
}

/*===========================
   <--start-header-css-->
=============================*/
.header_menu ul {
    display: inline-block;
    display: flex;
}

.header_menu ul li {
    display: inline-block;
    list-style: none;
}

.header_menu ul li a {
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
    padding: 32px 0;
    font-weight: 400;
    color: #39374d;
    position: relative;
}

.header_menu ul li a:hover {
    color: #0B2E59;
}

.header_menu ul li a:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 1px;
    left: 0;
    bottom: 29px;
    background: #0B2E59;
    transition: 0.5s;
}

.header_menu ul li a:hover:before {
    width: 100%;
}

.header_menu ul li i {
    display: inline-block;
    font-size: 16px;
    color: #39374d;
    font-weight: 600;
}

.header_menu ul li a:hover i {
    color: #0B2E59;
}

.header-button {
    display: inline-block;
}

.header-button a {
    display: inline-block;
    background: #0B2E59;
    color: #fff;
    padding: 10px 35px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

.header-button a:hover {
    color: #0B2E59;
    border: none;
}

.header-button a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #0B2E59;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.header-button a:hover:before {
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #0B2E59;
    background: #fff;
    color: #0B2E59;
}

.header_menu ul li {
    position: relative;
}

/*--sub-menu-css--*/
.header_menu ul li .sub-menu {
    position: absolute;
    text-align: center;
    background: #fff;
    padding: 0px 0;
    border-radius: 3px;
    top: 115%;
    left: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 9999;
    visibility: hidden;
    width: 215px;
    border-top: 3px solid #0B2E59;
    display: block;
    padding: 5px;
}

.add-new-menubar:hover .sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.header_menu ul li .sub-menu ul li {
    display: block;
}

.header_menu ul li .sub-menu ul {
    display: block;
    text-align: left;

}

.header_menu ul li .sub-menu ul li a {
    display: inline-block;
    padding: 6px 20px;
    font-size: 16px;
    color: #39374d;
    text-transform: capitalize;
    font-weight: 500;
    border: 1px solid #fff;
    width: 100%;
}

.header_menu ul li .sub-menu ul li a:hover {
    color: #0B2E59;
    background: #F5F7FA;
    width: 100%;
    border: 1px solid #0B2E59;
}

.header_menu ul li .sub-menu ul li a:before {
    position: inherit !important;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    transition: 0.5s;
    z-index: 9;
}

/*===========================
  <--start-hero-css-->
=============================*/
/* .hero-area {
    background: #0B2E59;
    background:
        linear-gradient(to right,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.3) 40%,
            rgba(0, 0, 0, 0) 100%),
        url(../images/banners-4.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 800px;
} */

.hero-area {
    position: relative;
    background: #0B2E59;
    /* чистый синий слева */
    height: 500px;
    overflow: hidden;

    .container {
        position: relative;
        z-index: 2;
    }
}


/* .hero-area::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;

    background: linear-gradient(to right, #0B2E59 0%, #0B2E59 38%,
        
            rgb(14 50 126) 48%, rgb(14 50 126 / 99%) 58%, rgb(14 50 126 / 55%) 68%, transparent 78%);
}


.hero-area::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;

    background: url(../images/banners-4.jpeg) right center / auto no-repeat;

    background-size: auto 100%;
} */

.hero-subtitle h4 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.hero-main-title h1 {
    font-size: 55px;
    color: #fff;
    line-height: 56px;
    text-transform: unset;
}

.hero-desc p {
    width: 53%;
    font-size: 16px;
    font-weight: 500;
    margin: 23px 0 0;
    color: #fff;
}

.hero-button a {
    color: #0B2E59;
    display: inline-block;
    background-color: #fff;
    /* border: 1px solid #ffffff88; */
    border-radius: 5px;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 33px;
    z-index: 1;
    position: relative;
}

.hero-button {
    display: flex;
    gap: 20px;
    align-items: center;
}

/* .hero-button a:hover {
    color: #0B2E59;
    border: none;
} */

.hero-button a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #0B2E59;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

/* .hero-button a:hover:before {
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #0B2E59;
    background: #fff;
    color: #0B2E59;
} */

.hero-button i {
    display: inline-block;
    margin-left: 10px;
    color: #0B2E59;
}

/*===========================
 <--start-serives-css-->
=============================*/
.services-area {
    background-color: #F5F7FA;
    padding: 50px 0 50px;
    position: relative;
    z-index: 1;
}

.single-services-box {
    border-radius: 5px;
    filter: drop-shadow(0 0 9px rgba(91, 50, 245, 0.1));
    background-color: #ffffff;
    padding: 37px 16px 16px;
    margin-bottom: 14px;
    height: 100%;

}

/*serives-inner-pages-add-class*/
.single-services-box.margin-bottom {
    margin-bottom: 32px;
}

.single-services-box.item-grid {
    margin-top: 20px;
}

/* .single-services-box:hover .services-box-ion img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
} */

.serivces-box-content h4 {
    color: #012068;
    font-size: 19px;
    margin: 12px 0 12px;
    text-align: center;
}

.services-box-ion img {
    height: 150px;
    object-fit: cover;
    width: 100%;
}

/* .post-type-archive-gromada .serivces-box-content {
    max-width: 150px;
    margin: 0 auto;
} */

.category__item {
    padding: 5px 5px;
    background: #0B2E59;
    color: #fff;
    max-width: fit-content;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    margin-top: 15px;
}

.serivces-box-content p {
    color: #696969;
    font-weight: 400;
    font-size: 16px;
}

.services-sinle-shape {
    position: absolute;
    left: 19%;
    top: 14%;
    z-index: -1;
}

/*--shape-animation--*/
.bounce-animate1 {
    animation-name: float-bob1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob1;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob1;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob1;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob1 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}


/*--section-title--*/
.col-lg-6.col-md-12.add-pdding-right {
    padding-left: 50px;
}

.section-main-title h1 {
    font-size: 35px;
    line-height: 45px;
    text-transform: unset;
}

.setion-sub-title h4 {
    font-size: 16px;
    color: #0B2E59;
    text-transform: uppercase;
    position: relative;
    margin-bottom: -6px;
    display: inline-block;
}

.setion-sub-title h4:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #0B2E59;
    right: -50px;
    top: 28px;
    display: inline-block;
}

.section-description p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 12px
}

.section-section-text p {
    font-size: 16px;
    font-weight: 400;
}

/*--section-desc-text-center--*/
.section-desc p {
    width: 61%;
    margin: auto;
    font-weight: 400;
    margin-top: 17px;
}

.services-button {
    flex-shrink: 0;
}

.services-button a {
    display: inline-block;
    color: #fff;
    background: #0B2E59;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 5px;
    z-index: 1;
    position: relative;
}

.services-button a:hover {
    color: #0B2E59;
    border: none;
}

.services-button a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #0B2E59;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.services-button a:hover:before {
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #0B2E59;
    background: #fff;
    color: #0B2E59;
}

.services-area-2 {
    padding: 80px 0;

    .services-box-ion img {
        object-fit: contain;
    }
}

/*===========================
  <--start-about-css-->
=============================*/
.about-area {
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
}

.about-button a {
    display: inline-block;
    background: #0B2E59;
    color: #fff;
    padding: 13px 36px;
    border-radius: 5px;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}

.about-button a:hover {
    color: #0B2E59;
    border: none;
}

.about-button a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #0B2E59;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.about-button a:hover:before {
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #0B2E59;
    background: #fff;
    color: #0B2E59;
}

.single-about-thumb img {
    width: 100%;
    margin-left: 30px;
}

.about-sinle-shape {
    position: absolute;
    right: 17.2%;
    bottom: 34%;
    z-index: -1;
}


/*===========================
<--start-why-chosse-css-->
=============================*/
.why-chosse-area {
    padding: 0 0 100px;
}

.why-chosse-thumb {
    position: relative;
}

.why-chosse-thumb img {
    width: 100%;
    margin-left: -22px;
}

.vedio-icon {
    position: absolute;
    left: 39%;
    bottom: 41%;
}

.vedio-icon i {
    display: inline-block;
    color: #0B2E59;
    background: #ffff;
    width: 75px;
    height: 75px;
    line-height: 57px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    border: 10px solid #0B2E59;
}

.chosse-list {
    margin-top: 16px;
    position: relative;
}

.chosse-list ul li {
    margin-top: 7px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
}

.chosse-list ul li i {
    display: inline-block;
    margin-right: 13px;
    background: #0B2E59;
    border-radius: 50px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 21px;
    color: #fff;
    font-size: 13px;
}

/*===========================
<--start-services-tow-css-->
=============================*/
.services-area-tow {
    padding: 90px 0 200px;
    background: #F5F7FA;
}

/*services-inner-pages*/
.services-area-tow.minus-padding-b {
    padding: 82px 0 62px;
    background: #F5F7FA;
}

.col-md-12.text-center {
    margin-bottom: 44px;
}

.services-box-tow {
    filter: drop-shadow(0 0 9px rgba(91, 50, 245, 0.1));
    background: #fff;
    padding: 16px 26px 19px;
    margin-bottom: 36px;
}

.ser-box-tow-title h4 {
    font-size: 20px;
    margin-bottom: 6px;
}

.services-box-tow-content {
    display: flex;
}

.services-box-icon {
    background-color: rgba(39, 174, 96, 0.1);
    width: 167px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 17px;
    margin-top: 7px;
    border-radius: 5px;
    position: relative;

}

.services-box-tow:hover .services-box-icon img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.services-box-icon:before {
    position: absolute;
    content: "";
    width: 61px;
    height: 60px;
    left: 0px;
    top: 0;
    background-color: rgba(39, 174, 96, 0.1);
    border-radius: 5px;
    transition: 0.5s;
}

.services-box-tow:hover .services-box-icon:before {
    transform: rotate(45deg);
}

.services-box-butn i {
    display: inline-block;
    margin-left: 7px;
    color: #0B2E59;
}

.services-box-tow-desc p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 14px;
}

.services-box-butn a {
    color: #0B2E59;
    font-weight: 400;
    margin-left: 80px;
    display: inline-block;
}


/*===========================
<--start-call-do-action-css-->
=============================*/
.coll-do-action-area {
    background-color: #F5F7FA;
    padding: 50px 0;
}

.row.add-backgrond {
    background-color: #0B2E59;
    padding: 50px 15px 50px;
    position: relative;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
}

.call-do-action-content {
    display: flex;
    justify-content: space-between;
}

.coll-do-action-sub-title {
    font-size: 28px;
    margin-bottom: 15px;
}

.coll-do-action-button {
    flex-shrink: 0;
}

.call-do-action-main-title {
    font-size: 16px;
    line-height: 40px;
    text-transform: unset;

    p {
        line-height: normal;
        margin-bottom: 10px;
    }
}

.coll-do-action-button a {
    background: #fff;
    border: 1px solid #ffffff88;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    font-size: 20px;
}

.coll-do-action-button a:hover {
    color: #0B2E59;
    border: none;
}

.coll-do-action-button a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #0B2E59;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.coll-do-action-button a:hover:before {
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #0B2E59;
    background: #fff;
    color: #0B2E59;
}

/*===========================
<--start-finance-planning-css-->
=============================*/
.finance-planning-area {
    background: url(../images/finance-plan-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: -150px;
    padding: 217px 0 327px;
    background-attachment: fixed;
}

/*srvices-inner-pages-add-section*/
.finance-planning-area.style-tow {
    background: url(../images/finance-plan-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 100px;
    margin-top: 0;
}

.finance-planning-title h4 {
    color: #fff;
    font-size: 20px;
}

.finance-planning-desc p {
    color: #fff;
    font-weight: 400;
    width: 88%;
    margin: 13px 0 28px;
}

.finance-planing-list ul li {
    list-style: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
}

.finance-planing-list ul li i {
    display: inline-block;
    color: #fff;
    margin-right: 13px;
    background: #0B2E59;
    height: 20px;
    width: 20px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}

/*===========================
 <--start-contact-one-css-->
=============================*/
.row.out-area {
    border-radius: 5px;
    filter: drop-shadow(0 0 23px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    margin-top: 80px;
    padding: 46px 48px 62px;
    position: relative;
    z-index: 1;
}

.contact-infor-box {
    display: flex;
    margin-bottom: 17px;
    align-items: center;
}

.infor-icon i {
    font-size: 29px;
    display: inline-block;
    background-color: #007bff38;
    color: #0B2E59;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    border-radius: 4px;
    margin-top: 11px;
    margin-right: 21px;
}

.infor-title h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.infor-title p {
    font-size: 16px;
    font-weight: 400;
    margin-top: -6px;
    margin-bottom: 0;
    position: relative;
}

.contact-form {
    padding-left: 100px;
    position: relative;
}

.contact-form-title h4 {
    font-size: 22px;
    color: #39374d;
    margin-bottom: 20px;
}

.contact-form-title p {
    font-size: 17px;
    color: #6d6d6d;
    font-weight: 400;
    margin: -6px 0 32px;
}

.contact-form input {
    width: 100%;
    height: 50px;
    background-color: #0B2E5921;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    outline: 0;
    padding-left: 13px;
    padding-right: 13px;
}

.contact-form textarea {
    display: inline-block;
    width: 100%;
    outline: 0;
    background-color: #e5f5ec;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    height: 120px;
    padding: 12px 15px 0;
}

label {
    width: 100%;
}

.wpcf7-submit {
    background-color: #0B2E59 !important;
    color: #fff;
    border: transparent;
    padding: 15px 37px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

/* .wpcf7-submit:hover {
    color: #0B2E59;
    border: none;
} */

/* .wpcf7-submit:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid #0B2E59;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.submit-button button:hover:before {
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid #0B2E59;
    background: #fff;
    color: #0B2E59;
} */

/*===========================
<--start-footer-css-->
=============================*/
.partners {
    /* background-color: #F5F7FA; */
    padding: 50px 0;
    margin-top: 50px;

    h2 {
        margin-bottom: 40px;
    }
}

.partners__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    align-items: center;

    img {
        width: 100%;
        max-height: 200px;
    }
}

.footer-area {
    background-color: #242324;
    padding: 40px 0 10px;
    position: relative;
}

.footer-area.add-inner {
    margin: 0;
    padding: 95px 0 0;
}

.row.add-before-boder {
    position: relative;
}

/* .row.add-before-boder::before {
    content: "";
    width: 98%;
    height: 1px;
    top: 23%;
    background: #1c4c30;
    position: absolute;
    left: 11px;
    display: inline-block;
} */

.footer-logo {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-direction: column;

    a {
        color: #fff;
        font-size: 14px;
        text-align: center;
    }

    .custom-logo-link {
        img {
            max-width: 90px;
        }
    }

}

.footer-desc p {
    margin-top: 47px;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}

.footer-social-address ul {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}

.footer-social-address ul li {
    display: inline-block;
    list-style: none;
}

.footer-social-address ul li i {
    display: inline-block;
    color: #fff;
    margin-right: 6px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    transition: 0.5s;
    margin-top: 9px;
}

.footer-social-address ul li i:hover {
    background: #0B2E59;
    color: #fff;
}

.footer-title h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 39px;
}

.footer-info ul li {
    list-style: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;

    a,
    i {
        color: #fff;
    }
}

.footer-menu ul li {
    list-style: none;
    margin-bottom: 12px;
}

.footer-menu ul li i {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    transition: 0.5s;
}

.footer-menu ul li a:hover i {
    color: #0B2E59;
}

.footer-menu ul li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.footer-menu ul li a:hover {
    color: #0B2E59 !important;
}

.footer-text p {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    width: 90%;
}

.footer-subscribe-form {
    position: relative;
    margin: 22px 0;
}

.footer-subscribe-form input {
    background: #0B2E59;
    border: transparent;
    height: 58px;
    border-radius: 5px;
    padding-left: 15px;
    width: 100%;
    outline: 0;
    padding-right: 51%;
    color: #fff;
}

.footer-subscribe-form input::placeholder {
    color: #fff;
}

.subcribe-button button {
    border: transparent;
    background: #fff;
    padding: 8px 19px;
    position: absolute;
    right: 5px;
    top: 7px;
    border-radius: 5px;
    color: #0B2E59;
}

/*--copy-right-area--*/
.copy-right-area {
    margin-top: 30px;
    border-top: 1px solid #0B2E59;
}

.maps img {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
}

.copy-rihgt-content p {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-top: 16px;
}

.copy-rihgt-content i {
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: 5px;
}

.copy-right-content-right ul li {
    display: inline-block;
}

.copy-right-content-right ul li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    margin-left: 19px;
    margin-top: 15px;
}

.copy-right-content-right ul li a:hover {
    color: #0B2E59;
}

/*===========================
 <--start-breadcumb-css-->
=============================*/
.breadcumb-area {
    background: #0B2E59;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 400px;
    padding: 50px 0 50px;
    position: relative;
}

/* .breadcumb-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(334deg, rgba(7, 85, 253, 0) 0%, #27ad5f 82%);
    top: 0;
    right: 0;
} */

.breadcubm-title h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
    margin-top: 50px;
}

.breadcubm-title ul li {
    display: inline-block;
    margin-right: 2px;
    color: #fff;
    font-size: 18px;
}

.breadcubm-title ul li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.breadcubm-title ul li i {
    display: inline-block;
    color: #fff;
    margin-left: 6px;
    font-size: 16px;
}

/*===========================
  <--start-counter-css-->
=============================*/
.counter-area {

    h2 {
        margin-bottom: 40px;
    }

    padding: 92px 0 94px;
}

.single-counter-box {
    background: #F5F7FA;
    padding: 20px;
    border-radius: 10px;
}

.single-counter-box {
    text-align: center;
}

.counter-box-content div {
    font-size: 50px;
    color: #0B2E59;
    display: inline-block;
    line-height: normal;
}

.counter-box-content span {
    display: inline-block;
    color: #0B2E59;
    font-size: 39px;
}

.counter-area {
    padding: 92px 0 94px;
    background: #fff;
}

.counter-area h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #0B2E59;
    font-weight: 700;
}

.single-counter-box {
    background: #fff;
    padding: 35px 20px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(14, 50, 126, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.single-counter-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(14, 50, 126, 0.12);
}

/* Іконки Font Awesome */
.counter-icon {
    font-size: 48px;
    color: #0B2E59;
    margin-bottom: 15px;
    display: block;
}

/* Числа */
.counterup {
    font-size: 52px;
    font-weight: 700;
    color: #0B2E59;
    line-height: 1;
}

.counter-box-content span {
    font-size: 39px;
    font-weight: 700;
    color: #0B2E59;
    vertical-align: top;
    margin-left: 4px;
}

.counter-box-content p {
    margin-top: 8px;
    color: #555;
    font-size: 17px;
    font-weight: 500;
    min-height: 48px;
}

.counter-box-content p {
    margin-top: 4px;
    color: #696969;
    font-size: 18px;
    margin-bottom: 0;
}

.counter-icon {
    font-size: 48px;
    color: #0B2E59;
    margin-bottom: 15px;
    display: block;
}

/* Якщо потрібно, щоб іконки були трохи більшими або з анімацією */
.single-counter-box:hover .counter-icon {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}

/*===========================
  <--start-team-css-->
=============================*/
.team-area {
    padding: 85px 0 100px;
}

.single-team-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.team-thumb {
    position: relative;
}

.team-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    background: rgba(39, 174, 96, 0.7);
    transform: scale(0);
    transition: 0.5s;
}

.single-team-box:hover .team-thumb:before {
    transform: scale(1);
}

.team-thumb img {
    width: 100%;
}

.team-social-icon {
    background: #fff;
    position: absolute;
    right: -53px;
    top: 32%;
    padding: 15px 18px;
    transition: 0.5s;
}

.single-team-box:hover .team-social-icon {
    right: 0px;
}

.team-social-icon ul li {
    list-style: none;
}

.team-social-icon ul li i {
    display: inline-block;
    color: #0B2E59;
    font-size: 14px;
}

.team-content {
    text-align: center;
    border-bottom: 5px solid #0B2E59;
    border-radius: 0 0 6px 6px;
    padding: 15px 0 16px;
}

.team-content h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 500;
}

.team-content p {
    color: #0B2E59;
    font-size: 16px;
    margin: 0;
    margin-top: -8px;
}

/*--why-choose-area-tow--*/
.why-chosse-area-tow {
    background: #F5F7FA;
    padding: 98px 0 100px;
}

/*===========================
<--start-contact-area-css-->
=============================*/
.contact-area-tow {
    padding: 100px 0 100px;
}

.row.tow-area {
    border-radius: 5px;
    filter: drop-shadow(0 0 23px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    padding: 44px 46px 61px;
}

.google-map iframe {
    width: 100%;
    height: 600px;
    border: 0;
}

/*===========================
<--start-sevices-details-css-->
=============================*/
.service-details {
    padding: 99px 0 100px;
    background: #f7f9fd;
}

.services__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.service-details-imgs {
    overflow: hidden;
}

.service-details-imgs img {
    width: 100%;
    border-radius: 5px;
    transition: 0.5s;
}

.service-details-imgs img:hover {
    transform: scale(1.1);
}

.services-datails-title h4 {
    margin: 11px 0 7px;
}

.service-details-text-1 p {
    text-align: justify;
    font-weight: 400;
}

.service-details-text-2 p {
    text-align: justify;
}

.service-details-text-3 p {
    margin-top: 26px;
    text-align: justify;
    font-weight: 400;
}

.planning-list ul li {
    list-style: none;
    margin-left: 31px;
    position: relative;
}

.planning-list ul li:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: -24px;
    top: 9px;
    background: #0B2E59;
    border-radius: 50px;
}

/*-services-details-sidber-*/
.sidebar-category {
    margin-left: 12px;
    background: #0B2E59;
    padding: 30px 0px 42px;
    border-radius: 5px;
}

.sidebar-category-list ul li {
    list-style: none;
}

.sidebar-category h4 {
    margin-left: 54px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.sidebar-category-list {
    margin-left: 50px;
    position: relative;
}

.sidebar-category-list ul li {
    background: #fff;
    margin-top: 15px;
    border-radius: 3px;
    width: 84%;
}

.sidebar-category-list ul li a {
    display: inline-block;
    padding: 7px 33px;
    font-size: 17px;
}

.sidebar-category-list ul li a:hover {
    color: #0B2E59;
}

.sidebar-need-help {
    background: #0B2E59;
    margin-top: 50px;
    margin-left: 15px;
    padding: 28px 0 40px;
    border-radius: 5px;
}

.need-help-phone {
    display: flex;
    margin-left: 90px;
    position: relative;
    margin-top: -7px;
}

.sidebar-help-title h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
}

.need-help-text {
    text-align: center;
}

.need-help-text p {
    color: #fff;
    font-weight: 400;
}

.phone-icon i {
    padding-right: 9px;
    font-size: 18px;
    color: #fff;
}

.phone-number span {
    font-size: 18px;
    color: #fff;
    display: inline-block;
}

/*===========================
  <--start-portfolio-css-->
=============================*/
.portfolio-area {
    padding: 82px 0 62px;
}

/* portfolio menu */
.portfolio_menu {
    text-align: center;
    padding: 0 0 45px;
}

li.current_menu_item {
    background: #0B2E59 !important;
}

.portfolio_menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    cursor: pointer;
    padding: 7px 30px;
    background: #39374d;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.portfolio_menu ul li:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #e91f4f;
    transform: scale(0);
    border-radius: 30px;
    transition: .5s;
}

.single-portfolio-box {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    margin-bottom: 30px;
}

.signle-portfolio-thumb {
    position: relative;
}

.signle-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(39, 174, 96, 0.7);
    transform: scale(0);
    transition: 0.5s;
}

.single-portfolio-box:hover .signle-portfolio-thumb:before {
    transform: scale(1);
}

.signle-portfolio-thumb img {
    width: 100%;
}

.portfolio-box-icon {
    position: absolute;
    left: 47%;
    bottom: 103%;
    transition: 0.5s;
}

.single-portfolio-box:hover .portfolio-box-icon {
    bottom: 42%;
}

.portfolio-box-icon i {
    color: #fff;
    font-size: 24px;
}

.poftolio-content {
    text-align: center;
    background: #fff;
    position: absolute;
    bottom: -50%;
    left: 5%;
    width: 90%;
    border-radius: 0;
    transition: 0.5s;
    height: 108px;
}

.single-portfolio-box:hover .poftolio-content {
    bottom: 0;
}

.poftolio-content h6 {
    font-size: 18px;
    color: #0B2E59;
    margin-top: 10px;
}

.poftolio-content h4 a {
    font-size: 22px;
    color: #222;
    margin-top: -16px;
    transition: 0.5s;
}

.poftolio-content h4 a:hover {
    color: #0B2E59;
}

/*===========================
<-- portfolio-details-css-->
=============================*/
.portfolio-details-area {
    padding: 100px 0 76px;
}

.row.box-shadow {
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 58px 70px 56px;
}

.portfolio-details-thumb img {
    width: 100%;
    margin-left: -29px;
}

.portfolio-details-content h4 {
    font-size: 25px;
    font-weight: 600;
}

.portfolio-details-content ul li strong {
    font-size: 18px;
    margin-right: 10px;
}

.portfolio-details-content ul li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
    font-weight: 500;
    text-transform: capitalize;
    color: #222;
    font-size: 16px;
}

.port-dtl-social-icon {
    display: inline-block;
    margin-top: 16px;
}

.port-dtl-social-icon span {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
}

.port-dtl-social-icon ul {
    display: inline-block;
}

.port-dtl-social-icon ul li {
    list-style: none;
    display: inline-block;
}

.port-dtl-social-icon ul li i {
    display: inline-block;
    border: 1px solid #0B2E59;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 34px;
    text-align: center;
    color: #0B2E59;
    margin-left: 6px;
    transition: 0.5s;
    font-size: 15px;
}

.port-dtl-social-icon ul li i:hover {
    background: #0B2E59;
    color: #fff;
}

.port-dlt-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 27px 0 10px;
}

.port-dlt-text p {
    text-align: justify;
}

/*=================================
   <--blog-grid-area-->
================================*/
.blog-grid-area {
    padding: 100px 0 70px;
    background: #F5F7FA;
}

.single-blog-box {
    position: relative;
    margin-bottom: 30px;
}

.blog-thumb {
    position: relative;
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box:hover .blog-thumb img {
    transform: scale(1.1);
}

.meta-blog {
    position: absolute;
    bottom: 0;
    left: 0;
}

.meta-blog span {
    display: inline-block;
    background: #0B2E59;
    color: #fff;
    font-size: 17px;
    padding: 7px 17px;
}

.blog-content {
    filter: drop-shadow(0 0 9px rgba(91, 50, 245, 0.1));
    background: #fff;
    padding: 28px 30px 25px;
    text-align: center;
}

.blog-content h4 a {
    font-size: 22px;
    line-height: 30px;
}

.single-blog-box:hover .blog-content h4 a {
    color: #0B2E59;
}

.blog-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
}

.blog-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.blog-button a:hover {
    color: #0B2E59;
}

/*--start-pagination-css--*/
.pagination-box {
    text-align: center;
    margin-top: 43px;
}

.pagination-box ul li {
    display: inline-block;
    list-style: none;
}

.pagination-box ul li a {
    display: inline-block;
    border: 1px solid #0B2E59;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #0B2E59;
    font-weight: 500;
    font-size: 18px;
    border-radius: 3px;
    margin-left: 5px;
}

.pagination-box ul li a:hover {
    background: #0B2E59;
    border: 1px solid #0B2E59;
    color: #fff;
}

.pagination-box ul .active a {
    background: #0B2E59;
    display: inline-block;
    color: #fff;
    border: 1px solid #0B2E59;
}

.pagination-box ul li i {
    display: inline-block;
    color: #0B2E59;
    font-size: 18px;
    transition: 0.5s;
}

.pagination-box ul li a:hover i {
    color: #fff;
}


/*=================================
   <--start-blog-details-css-->
================================*/
.blog-details-area {
    padding: 100px 0 100px;
}

.blog-details-area.tow-Column-blog {
    padding: 100px 0 70px;
}

.blog-details-area.blog-list-1 {
    padding: 100px 0 70px;
}

.bllog-thumb {
    overflow: hidden;
}

.bllog-thumb img {
    width: 100%;
    transition: 0.5s;
    /* height: 400px; */
    object-fit: cover;
}

.bllog-thumb img:hover {
    transform: scale(1.1);
}

.post-metainfo {
    margin-top: 16px;
}

.post-metainfo ul li {
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
}

.post-metainfo ul li i {
    display: inline-block;
    color: #0B2E59;
    font-size: 14px;
    margin-right: 7px;
}

.blog-details-title h1 {
    font-size: 30px;
    margin-top: 6px;
}

.blog-details-descption p {
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    margin-top: 13px;
    margin-bottom: 22px;
}

blockquote {
    background: #F5F7FA;
    padding: 18px 41px;
    margin: 0;
    font-size: 16px;
    border-left: 6px solid #0B2E59;
    border-radius: 5px;
    font-style: italic;
    line-height: 26px;
    font-weight: 500;
}

.blockquote-footer {
    display: block;
    font-size: 18px;
    color: #0B2E59;
    margin-top: 10px;
}

/*--tag-share--*/
.tag-share {
    display: flex;
    justify-content: space-between;
    display: none;
}

.item {
    display: flex;
}

.tag-name {
    margin-top: 5px;
    position: relative;
    margin-left: 18px;
    display: inherit;
}

.tag-name a {
    background: #0B2E59;
    padding: 7px 12px;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    border: 1px solid #0B2E59;
}

.tag-name a:hover {
    background: transparent;
    color: #0B2E59;
    border: 1px solid #0B2E59;
}

.social-icon ul li {
    display: inline-block;
    list-style: none;
    margin-left: 11px;
}

.social-icon ul li i {
    display: inline-block;
    transition: 0.5s;
}

.social-icon ul li i:hover {
    color: #0B2E59;
}

/*--Start-comment-area-css--*/
.author-comment-box {
    margin-top: 96px;
    position: relative;
}

.reply-btn {
    float: right;
}

.reply-btn a {
    background: #0B2E59;
    color: #fff;
    padding: 3px 23px;
    border-radius: 5px;
    font-size: 15px;
    display: inline-block;
}

.author-avatar-thumb {
    margin-right: 29px;
}

.author-avatar-thumb img {
    border-radius: 100%;
    width: 80%;
}

.author-comment-box p {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: -9px;
}

.comment-post-date span {
    font-size: 16px;
}

/*--Start-blog-details-comment-box-cs---*/
.blog-comment-box {
    border-top: 1px solid #0B2E59;
    margin-top: 32px;
}

.blog-comment-title h5 {
    font-size: 18px;
    margin-top: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.comment input {
    outline: 0;
    padding-left: 20px;
    width: 46%;
    margin-right: 24px;
    opacity: 0.5;
    height: 39px;
    border-radius: 5px;
    background-color: #e5f5ec;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding-right: 20px;
}

.comment textarea {
    width: 96%;
    margin-top: 36px;
    outline: 0;
    padding-left: 12px;
    padding-top: 9px;
    opacity: 0.5;
    border-radius: 5px;
    height: 200px;
    background-color: #e5f5ec;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.comment button {
    background: #0B2E59;
    border: transparent;
    color: #fff;
    padding: 7px 21px;
    margin-top: 34px;
    border-radius: 2px;
    transition: 0.5s;
    border: 1px solid #0B2E59;
}

.comment-button button {
    border-radius: 5px;
    padding: 5px 30px 5px 30px;
}

.comment button:hover {
    background: transparent;
    border: 1px solid #0B2E59;
    color: #0B2E59;
}

/*--blog-details-sidebar-css--*/
.blog-details-sidebar {
    padding: 0 0 0 24px;
}

.sidebar-title h4 {
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: 500;
}

.sidebar-search-box {
    position: relative;
}

.sidebar-search-box form {
    position: relative;
}

.sidebar-search-box input {
    height: 40px;
    width: 85%;
    outline: 0;
    padding-left: 13px;
    border-radius: 50px;
    border: 1px solid #0B2E59;
    padding-right: 48px;
}

.sidebar-search-box button {
    background: transparent;
    border: transparent;
    position: absolute;
    right: 55px;
    top: 15px;
}

.blog-details-sidebar-tags ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 17px;
}

.blog-details-sidebar-tags {
    margin-top: 34px;
}

.recent-title h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 34px;
    border-bottom: 1px solid #0B2E59;
}

.resent-news-box {
    display: flex;
    margin-top: 17px;
    border-bottom: 1px solid #0B2E59;
}

.resent-news-thumb img {
    padding-right: 25px;
    height: 80px;
    width: 100px;
    object-fit: cover;
}

.resent-news-content h4 a {
    display: inline-block;
    line-height: 25px;
    margin-top: 7px;
}

.resent-news-content h4 a:hover {
    color: #0B2E59;
}

.sidebar-tags {
    margin-top: 15px;
}

.resent-news-content p {
    margin-top: 5px;
    position: relative;
    color: #000;
}

.resent-news-content p i {
    display: inline-block;
    padding-right: 7px;
    color: #0B2E59;
}

.sidebar-tags ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 18px;
    margin-left: 8px;
    margin-top: 8px;
    position: relative;
}

.sidebar-tags ul li a {
    background: #0B2E59;
    color: #fff;
    padding: 9px 15px;
    border-radius: 2px;
    border: 1px solid #0B2E59;
}

.sidebar-tags ul li a:hover {
    background: transparent;
    border: 1px solid #0B2E59;
    color: #0B2E59;
}


/*=================================
    <--start-faqs-css-->
================================*/
.faqs-main-area {
    padding: 90px 0 100px;
    background: #f7f9fd;
}

.faqs-thumb img {
    width: 100%;
    margin-top: 16px;
    margin-left: 19px;
    transition: 0.5s;
}

.faq-content-title h4 {
    margin-bottom: 32px;
}

.accordion li {
    position: relative;
    list-style: none;
    background: #fff;
    margin-top: 22px;
    box-shadow: 0 0 1px #0B2E59;
    padding: 5px 0 5px;
}

.accordion li p {
    display: none;
    font-size: 16px;
    text-align: justify;
    font-weight: 400;
    font-style: italic;
}

.accordion h3 {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 3;
    font-size: 14px;
    font-size: 0.875rem;
    text-indent: 15px;
    user-select: none;
    font-size: 18px;
}

.accordion li h3 strong {
    height: 39px;
    width: 39px;
    background: #0B2E59;
    display: inline-block;
    line-height: 39px;
    border-radius: 50%;
    color: #fff;
    margin-right: 22px;
    position: relative;
    z-index: 1;
}

.accordion li h3 strong::before {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    height: 49px;
    width: 49px;
    line-height: 45px;
    background: rgba(39, 174, 96, 0.7);
    border-radius: 50%;
    opacity: 0.500;
    z-index: -1;
}

.accordion h3::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    position: absolute;
    right: 22px;
    content: " ";
    top: 29px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion p {
    font-size: 0.8125rem;
    line-height: 2;
    padding: 10px;
}

h3.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*--end-faqs-css--*/

/*=================================
  <--Start-error-area-css-->
 ================================*/
.error-area {
    padding: 300px 0 100px;
}

.error-content h1 {
    font-size: 100px;
    color: #0B2E59;
    margin-bottom: 60px;
}

.error-content h2 {
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.error-description p {
    width: 67%;
    margin: 0 auto 29px;
    font-size: 16px;
}

.error-back-button a {
    display: inline-block;
    background: #0B2E59;
    color: #fff;
    padding: 12px 35px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50px;
}

/*--end-error-area-css--*/


/*--scrollUp-section--*/
#scrollUp {
    bottom: 30px;
    background: #0B2E59;
    color: #fff;
    font-size: 30px;
    height: 46px;
    right: 49px;
    text-align: center;
    border-radius: 55px;
    width: 45px;
    line-height: 40px;
}

#scrollUp i {
    display: inline-block;
    font-size: 20px;
    color: #fff;
}





/*===========================
<-- DreamHub Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader::before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #0B2E59;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}


/* FORM */

.form-special {

    padding: 20px 15px 0px 15px;
    border-radius: 20px;
    background: #fff;


    p {
        margin-bottom: 0px;
    }

    select,
    input {
        width: 100%;
        margin-top: 5px;
    }

    .wpcf7 {
        max-width: 500px;
        margin: 0 auto;
    }

    .wpcf7 form {
        padding: 15px 0;
    }

    /* Отступы между полями */
    .wpcf7 p {
        margin-bottom: 18px;
    }

    /* Текст лейблов */
    .wpcf7 label {
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #1f2937;
        line-height: 1.4;
    }

    /* Все поля */
    .wpcf7 input[type="text"],
    .wpcf7 input[type="email"],
    .wpcf7 input[type="tel"],
    .wpcf7 select,
    .wpcf7 textarea {
        width: 100%;
        height: 48px;
        padding: 0 15px;
        margin-top: 8px;
        border: 1px solid #d6d9df;
        border-radius: 10px;
        background: #fff;
        font-size: 15px;
        transition: all .3s ease;
        box-sizing: border-box;
    }

    /* Текстовая область */
    .wpcf7 textarea {
        min-height: 120px;
        padding: 15px;
        resize: vertical;
    }

    /* Фокус */
    .wpcf7 input:focus,
    .wpcf7 select:focus,
    .wpcf7 textarea:focus {
        outline: none;
        border-color: #1e3a8a;
        box-shadow: 0 0 0 4px rgba(30, 58, 138, .12);
    }

    /* Select */
    .wpcf7 select {
        cursor: pointer;
    }

    /* Кнопка */
    .wpcf7 input[type="submit"] {
        width: 100%;
        height: 52px;
        border: none;
        border-radius: 10px;
        background: linear-gradient(135deg, #1e3a8a, #2563eb);
        color: #fff;
        font-size: 17px;
        font-weight: 600;
        cursor: pointer;
        transition: all .3s ease;
    }

    .wpcf7 input[type="submit"]:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(37, 99, 235, .25);
    }

    .wpcf7 input[type="submit"]:active {
        transform: translateY(0);
    }

    /* Сообщения */
    .wpcf7-response-output {
        margin-top: 15px;
        border-radius: 10px;
        font-size: 14px;
    }

    /* Ошибки */
    .wpcf7-not-valid-tip {
        margin-top: 5px;
        font-size: 13px;
        color: #dc2626;
    }


}


.arcticmodal-close {
    display: flex;
    justify-content: right;
    background: none;
    cursor: pointer;
}

.form__title {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

input,
textarea {
    background: none;
    border: 1px solid #424242;
    border-radius: 5px;
    /* color: #fff; */
    padding-left: 20px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 10px;

}

.thank__subtitle {
    font-size: 20px;
    text-align: center;
}

#thankModal .form-special {
    height: 300px;
}

.wpcf7-submit {
    border: none;
    margin: 0 auto;
    /* margin-top: 20px; */
}

/* input::placeholder {
    color: #000;
} */


@media screen and (max-width: 992px) {

    .partners__grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

}

@media screen and (max-width: 577px) {

    .partners__grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }

}


:root {
    --about-primary: #0B2E59;
    --about-primary-dark: #09265f;
    --about-accent: #f4c016;
    --about-ink: #102746;
    --about-text: #41556f;
    --about-border: #d7e2f1;
    --about-soft: #F5F7FA;
    --about-soft-accent: #fff9dd;
}

.about-office-page {
    position: relative;
}

.about-office-page .container {
    position: relative;
    z-index: 2;
}

.about-office-section {
    padding: 50px 0;
}

.about-office-section.about-soft {
    background: linear-gradient(180deg, var(--about-soft) 0%, #ffffff 100%);
}

.about-office-section.about-highlight {
    background: linear-gradient(180deg, #ffffff 0%, var(--about-soft-accent) 100%);
}

.about-office-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--about-primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-office-title {
    margin: 0 0 20px;
    color: var(--about-ink);
    font-size: clamp(30px, 4.2vw, 50px);
    line-height: 1.16;
}

.about-office-subtitle {
    margin: 0 0 28px;
    color: var(--about-text);
    font-size: clamp(18px, 2.2vw, 22px);
    line-height: 1.65;
    max-width: 980px;
}

.about-office-paragraph {
    margin: 0 0 16px;
    color: #fff;
    font-size: 17px;
    line-height: 1.85;
}

.about-office-page .about-office-paragraph {
    color: var(--about-text);
}

.about-office-heading {
    margin: 0 0 26px;
    color: var(--about-ink);
    font-size: clamp(26px, 3.2vw, 40px);
    line-height: 1.22;
}

.about-office-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.about-office-card {
    border: 1px solid var(--about-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(4, 46, 95, 0.08);
    padding: 24px;
}

.about-office-card h4 {
    margin: 0 0 12px;
    color: var(--about-ink);
    font-size: 22px;
    line-height: 1.32;
}

.about-office-card p {
    margin: 0;
    color: var(--about-text);
    font-size: 16px;
    line-height: 1.75;
}

.about-office-roadmap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.about-office-step {
    border: 1px solid var(--about-border);
    border-radius: 14px;
    background: #ffffff;
    padding: 20px;
}

.about-office-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-bottom: 12px;
    color: #ffffff;
    font-weight: 700;
    background: var(--about-primary);
}

.about-office-step h5 {
    margin: 0 0 10px;
    color: var(--about-ink);
    font-size: 18px;
}

.about-office-step p {
    margin: 0;
    color: var(--about-text);
    font-size: 15px;
    line-height: 1.7;
}

.about-office-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.about-office-stat {
    border: 1px solid var(--about-border);
    border-top: 4px solid var(--about-primary);
    border-radius: 14px;
    background: #ffffff;
    padding: 20px;
}

.about-office-stat strong {
    display: block;
    margin-bottom: 10px;
    color: var(--about-primary-dark);
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 1;
}

.about-office-stat p {
    margin: 0;
    color: var(--about-text);
    font-size: 15px;
    line-height: 1.65;
}

.about-office-note {
    border-left: 4px solid var(--about-accent);
    border-radius: 10px;
    background: #fffef3;
    padding: 18px 20px;
    color: var(--about-ink);
    font-size: 17px;
    line-height: 1.72;
}

.about-office-list {
    margin: 0;
    padding-left: 18px;
}

.about-office-list li {
    margin-bottom: 10px;
    color: var(--about-text);
    font-size: 16px;
    line-height: 1.7;
}

.about-office-contacts {
    border: 1px solid var(--about-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(4, 46, 95, 0.08);
    padding: 24px;
}

.about-office-contacts p {
    margin: 0 0 12px;
    color: var(--about-text);
    font-size: 16px;
    line-height: 1.72;
}

.about-office-contacts p:last-child {
    margin-bottom: 0;
}

.about-office-contacts a {
    color: var(--about-primary-dark);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
    word-break: break-word;
}

.mean-container .mean-bar::before {
    display: none;
}

.mobile-menu-area {
    display: flex;
    padding: 0 10px;
    position: relative;

}

.mobile-menu-area .header-logo {
    position: absolute;
    top: 0;
    /* padding-right: 50px; */
    top: 9px;
    z-index: 1000;
}

.mobile-menu.mean-container {
    overflow: hidden;
    margin-left: auto;
    width: 100%;
}

/* .mobile-menu-area:has(.meanclose) .header-logo {
    display: none;
} */

.mean-container a.meanmenu-reveal span {
    background: #0B2E59 !important;
}

.meanmenu-reveal.meanclose:hover,
.meanmenu-reveal.meanclose {
    color: #0B2E59 !important;
}

.mean-container .mean-bar {
    background: unset;
}

@media (max-width: 1199px) {
    .about-office-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .about-office-section {
        padding: 30px 0;
    }

    .about-office-grid,
    .about-office-roadmap,
    .about-office-stats {
        grid-template-columns: 1fr;
    }

    .lang-switcher {
        display: none;
    }

    .lang-switcher {
        display: none !important;
    }

    .mean-bar:has(.meanclose) .lang-switcher {
        display: block !important;
    }

    .mean-container .mean-bar:has(.meanclose) {
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {

    .about-office-card,
    .about-office-step,
    .about-office-stat,
    .about-office-contacts {
        padding: 18px;
    }
}

/*===========================
  <--gromada-focus-card-->
=============================*/
.gromada-focus {
    padding: 56px 0 64px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.gromada-focus__head {
    margin-bottom: 28px;
}

.gromada-focus__head h2 {
    margin: 0 0 10px;
    font-size: 34px;
    line-height: 1.2;
    color: #0f172a;
}

.gromada-focus__head p {
    margin: 0;
    max-width: 760px;
    font-size: 16px;
    line-height: 1.6;
    color: #475569;
}

.gromada-focus__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.gromada-focus__item {
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.gromada-focus__item h3 {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.35;
    color: #0B2E59;
}

.gromada-focus__item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.55;
    color: #334155;
}

.gromada-focus__item a {
    color: #0f172a;
    text-decoration: underline;
}

.gromada-focus__item--file a {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 10px;
    background: #0B2E59;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}

.gromada-focus__item--file a:hover {
    background: #1e40af;
}

.taxonomy-dream-btn-wrap .btn {
    border-radius: 8px;
    background: #ffffff;
    color: #0f2647;
    font-weight: 600;
}

.breadcumb-area {
    min-height: 200px;
}

.breadcumb-area-2 {
    min-height: 400px;
}

.g-projects {
    background: var(--g50);
    padding: 64px 0;
}

.g-projects__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.g-project-card {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 14px;
    overflow: hidden;
    border: 1.5px solid var(--g100);
    background: #fff;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    margin-top: 40px;
}

.g-project-card:hover {
    transform: translateY(-3px);
    border-color: var(--or);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1);
}

.g-project-card__steps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--g100);
    background: #fff;
}

.g-step {
    font-size: 12px;
    font-weight: 700;
    color: var(--g500);
    background: var(--g50);
    border: 1px solid var(--g100);
    border-radius: 8px;
    padding: 8px 10px;
    text-align: center;
}

.g-step.is-active {
    color: #111;
    background: #FFD500;
    border-color: #FFD500;
}

.g-project-card__bg {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 440px;
}

.g-project-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .78) 55%, rgba(0, 0, 0, .86) 100%);
}

.g-project-card__top,
.g-project-card__main,
.g-project-card__bottom {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px;
}

.g-project-card__top {
    padding-top: 14px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.g-project-card__top span {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 3px;
}

.g-project-card__top strong {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.g-project-card__main {
    padding-top: 18px;
}

.g-project-card__main h3 {
    margin: 0 0 14px;
    font-size: clamp(18px, 2.3vw, 26px);
    line-height: 1.35;
    font-weight: 800;
    color: #fff;
}

.g-project-card__meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.g-project-card__meta span {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, .68);
    margin-bottom: 4px;
}

.g-project-card__meta p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #fff;
}

.g-project-card__bottom {
    padding-top: 16px;
    padding-bottom: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.g-project-card__bottom span {
    display: block;
    font-size: 11px;
    color: rgba(255, 255, 255, .68);
    margin-bottom: 3px;
}

.g-project-card__bottom strong {
    font-size: 14px;
    font-weight: 800;
}

.g-project-card__desc {
    padding: 14px 16px 16px;
    border-top: 1px solid var(--g100);
    font-size: 14px;
    line-height: 1.65;
    color: var(--g700);
    background: #fff;
}

@media (max-width: 960px) {
    .g-project-card__top {
        grid-template-columns: 1fr 1fr;
    }

    .g-project-card__meta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .g-projects {
        padding: 44px 0;
    }

    .g-project-card__bg {
        min-height: 380px;
    }

    .g-project-card__bottom {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .gromada-focus {
        padding: 44px 0 52px;
    }

    .gromada-focus__grid {
        grid-template-columns: 1fr;
    }

    .gromada-focus__head h2 {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .gromada-focus__head h2 {
        font-size: 26px;
    }

    .gromada-focus__item {
        padding: 16px;
    }
}




/* Project Gromada: static project structure block */
.project-structure-area {
    padding: 70px 0;
    background: #f5f8fc;
}

.project-structure-section {
    background: #ffffff;
    border: 1px solid #e5ebf3;
    border-radius: 14px;
    padding: 28px 30px;
    margin-bottom: 18px;
    box-shadow: 0 8px 24px rgba(15, 38, 71, 0.06);
}

.project-structure-title {
    margin: 0 0 16px;
    padding: 0 0 10px;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 700;
    color: #0f2647;
    border-bottom: 2px solid #eaf0f8;
}

.project-structure-content p {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.75;
    color: #2c3d55;
}

.project-structure-content p:last-child {
    margin-bottom: 0;
}

.project-structure-content strong {
    color: #0f2647;
    font-weight: 700;
}

.project-structure-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.project-structure-list li {
    position: relative;
    margin: 0 0 10px;
    padding-left: 26px;
    font-size: 17px;
    line-height: 1.7;
    color: #2c3d55;
}

.project-structure-list li:last-child {
    margin-bottom: 0;
}

.project-structure-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2f80ed;
    box-shadow: 0 0 0 4px rgba(47, 128, 237, 0.15);
}

/* Breadcumb + heading tune */
.breadcumb-area .breadcubm-title h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 20px;
}


/* Responsive */
@media (max-width: 991px) {
    .project-structure-area {
        padding: 56px 0;
    }

    .project-structure-section {
        padding: 24px 22px;
    }

    .project-structure-title {
        font-size: 23px;
    }

    .project-structure-content p,
    .project-structure-list li {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .project-structure-area {
        padding: 44px 0;
    }

    .project-structure-section {
        border-radius: 12px;
        padding: 20px 16px;
        margin-bottom: 14px;
    }

    .project-structure-title {
        font-size: 20px;
        margin-bottom: 12px;
        padding-bottom: 8px;
    }

    .project-structure-content p,
    .project-structure-list li {
        font-size: 15px;
        line-height: 1.65;
    }

    .project-structure-list li {
        padding-left: 22px;
    }
}


.partners__grid {
    position: relative;
}

.partners__slider {
    padding: 0 38px;
}

.partners__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}

.partners__item {
    width: 100%;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e8eef6;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 8px 24px rgba(16, 39, 72, 0.06);
}

.partners__item img {
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
    display: block;
}

.partners__slider .slick-prev,
.partners__slider .slick-next {
    width: 42px;
    height: 42px;
    z-index: 3;
}

.partners__slider .slick-prev {
    left: -8px;
}

.partners__slider .slick-next {
    right: -8px;
}

.partners__slider .slick-prev:before,
.partners__slider .slick-next:before {
    color: #102748;
    font-size: 42px;
    opacity: 1;
}

.partners__slider .slick-track {
    display: flex;
    align-items: stretch;
}

.partners__slider .slick-slide {
    height: auto;
}

.maps {
    padding: 50px 0;
}

.email-description {
    margin-top: 5px;
}

.contact-emails-block {
    margin-top: 40px;
}

.mission-section {
    padding: 100px 0 0 0;
    overflow: hidden;
}

.mission-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
}

.mission-content {
    flex: 0 0 48%;
}

.mission-image {
    flex: 0 0 48%;
    text-align: right;
}

.mission-image img {
    width: 100%;
    max-width: 650px;
    height: auto;
    display: block;
    margin-left: auto;
}

.mission-title {
    margin: 0 0 24px;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 700;
    color: #0B2E59;
}

.mission-text {
    font-size: 18px;
    line-height: 1.8;
    color: #5A6472;
}

.mission-text p:last-child {
    margin-bottom: 0;
}

.single-services-box {
    height: auto;
}

.single .site-main {
    padding: 0 0 50px 0;
}

.contact-form-2 {
    padding-left: 0;
    margin-top: 50px;
    box-shadow: 0 5px 20px rgba(14, 50, 126, 0.08);
    padding: 15px;
    margin-bottom: 50px;
}

.page-content-area ul,
.content ul {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}

.page-content-area ul li,
.content ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.7;
}

.page-content-area ul li::before,
.content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .8em;

    width: 10px;
    height: 10px;

    background: #0B2E59;
    border-radius: 50%;

    box-shadow: 0 0 0 4px rgba(11, 46, 89, .12);
    transform: translateY(-50%);
}

@media (max-width:991px) {

    .mission-section {
        padding: 50px 0 0 0;
    }

    .mission-wrap {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .mission-content,
    .mission-image {
        flex: 0 0 100%;
        width: 100%;
    }

    .mission-image {
        text-align: center;
    }

    .mission-image img {
        margin: auto;
        max-width: 500px;
    }

    .mission-title {
        font-size: 34px;
    }

    .mission-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .partners {
        padding: 50px 0;
    }

    .partners__slider {
        padding: 0 24px;
    }

    .partners__item {
        min-height: 92px;
        padding: 14px;
    }

    .services__wrap {
        flex-direction: column;
        /* gap: 30px; */
        text-align: center;
    }

    h2 {
        font-size: 28px;
    }

    .services-area-2 {
        padding: 40px 0;

    }

    .single-services-box {
        height: auto;
    }

    .serivces-box-content h4 a {
        font-size: 16px;
    }

    .services-box-ion img {
        height: 110px;
    }

    .services-area-2 {

        .col,
        .col-1,
        .col-10,
        .col-11,
        .col-12,
        .col-2,
        .col-3,
        .col-4,
        .col-5,
        .col-6,
        .col-7,
        .col-8,
        .col-9,
        .col-auto,
        .col-lg,
        .col-lg-1,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9,
        .col-lg-auto,
        .col-md,
        .col-md-1,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-auto,
        .col-sm,
        .col-sm-1,
        .col-sm-10,
        .col-sm-11,
        .col-sm-12,
        .col-sm-2,
        .col-sm-3,
        .col-sm-4,
        .col-sm-5,
        .col-sm-6,
        .col-sm-7,
        .col-sm-8,
        .col-sm-9,
        .col-sm-auto,
        .col-xl,
        .col-xl-1,
        .col-xl-10,
        .col-xl-11,
        .col-xl-12,
        .col-xl-2,
        .col-xl-3,
        .col-xl-4,
        .col-xl-5,
        .col-xl-6,
        .col-xl-7,
        .col-xl-8,
        .col-xl-9,
        .col-xl-auto {
            padding-right: 10px;
            padding-left: 10px;
        }

    }

    .services-button {
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }

    .services__wrap {
        margin-bottom: 20px;
    }

    .call-do-action-content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        text-align: center;
    }

    .coll-do-action-sub-title {
        font-size: 24px;
    }

    .coll-do-action-area {
        padding-top: 0;
    }

    .coll-do-action-button {
        margin-top: 20px;
    }

    .partners {
        margin-top: 0;

        h2 {
            text-align: center;
        }
    }

    .about-office-paragraph {
        font-size: 14px;
        line-height: normal;
    }

    .about-office-subtitle {
        font-size: clamp(16px, 2.2vw, 20px);
        line-height: normal;

    }

    .bllog-thumb img {
        height: auto;
    }

    .about-office-page__button {
        margin: 0 auto;
        margin-top: 20px;
    }

    .breadcrumbs-list {
        text-align: left;
    }

    .footer-title h4 {
        font-size: 20px;
    }

    .footer-content {
        text-align: center;
    }

    .footer-info ul li {

        a,
        i {
            font-size: 14px;
            text-align: left;
        }
    }

    .contact-form {
        margin-top: 20px;
    }

    .infor-title p {
        font-size: 14px;
        margin-top: 0;
    }

}

@media (min-width: 320px) and (max-width: 479px) {
    .hero-area {
        height: auto;
        padding: 25px 0;
    }

    .hero-main-title h1 {
        font-size: 32px !important;
        line-height: normal;
        text-align: center;
    }

    .hero-area {
        height: auto !important;
    }

    .hero-button {
        justify-content: space-around;
    }


    .single-counter-box {
        padding: 20px 15px 15px;
        height: auto;
    }

    .counter-box-content div {
        font-size: 40px;
    }

    .serivces-box-content h4 a {
        font-size: 14px;
    }

    .single-services-box {
        margin-bottom: 10px !important;
    }

    .single-services-box {
        padding: 20px 10px 10px !important;
    }

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

    .footer-area {
        padding: 50px 0 50px !important;
    }

}

.ambassadors-area {
    padding: 50px 0;

    .slick-track {
        padding: 15px 0;
    }
}

.about-office-page__button {
    margin-top: 30px;

    a {
        font-size: 20px;
    }
}

.page-content-area {
    padding: 50px 0;
}


.serivces-box-content-2 h4 {
    text-align: left;
}

.single-ambassador-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid var(--about-border);
    border-radius: 16px;
}

.single-ambassador-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.ambassador-photo img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.ambassador-content {
    padding: 20px;
    text-align: center;
}

.ambassador-content h4 {
    margin: 0 0 8px 0;
    font-size: 1.35rem;
}

.position {
    color: #0B2E59;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 16px;
}

.description {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}

.single-services-box-3 img {
    height: 200px;
}

.lang-switcher ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lang-switcher .lang-item a {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #0B2E59;
    border: 1px solid #0B2E59;
    border-radius: 4px;
    background: transparent;
    transition: all 0.25s ease;
    margin-right: 0;
}

.lang-switcher .lang-item a:hover {
    background-color: #0B2E59;
    color: #fff;
}

.lang-switcher .lang-item.current-lang a {
    background-color: #0B2E59;
    color: #fff;
    pointer-events: none;
}

.mobile-lang-switcher ul {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}