@import url("css2.css");
@import url("css21.css");

a {
    color: unset;
    text-decoration: none
}

a:focus {
    outline: 0 solid
}

a:hover {
    text-decoration: none;
    color: unset
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
    font-family: "Barlow", sans-serif;
    color: #0A031D;
    font-weight: 500;
    text-transform: uppercase
}

html,
body {
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    color: #6B808D;
    font-weight: 400;
    font-size: 14px;
    background-color: #F6FCFF
}

p {
    margin-bottom: 0
}

input:focus,
textarea:focus,
button:focus {
    outline: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

i.bx {
    vertical-align: middle
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important
}

.mt-120 {
    margin-top: 120px
}

.mt-60 {
    margin-top: 60px
}

.mt-24 {
    margin-top: 24px
}

.mt-36 {
    margin-top: 36px
}

.mb-96 {
    margin-bottom: 96px
}

.pt-120 {
    padding-top: 120px
}

.pt-60 {
    padding-top: 60px
}

.pt-96 {
    padding-top: 96px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-96 {
    padding-bottom: 96px
}

.pb-120 {
    padding-bottom: 120px
}

.bg-white {
    background-color: #fff
}

.shape {
    position: absolute;
    z-index: -1
}

.positioning {
    position: relative;
    z-index: 2
}

.common-btn {
    position: relative;
    padding: 22px 38px;
    border-radius: 5px;
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    overflow: hidden;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    z-index: 1
}

.common-btn::before {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0575BC;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1;
    border-radius: 5px
}

.common-btn::after {
    width: 100%;
    height: 100%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0575BC;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1;
    border-radius: 5px
}

.common-btn:hover {
    color: #fff;
    background: #0A031D
}

.common-btn:hover::before {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.common-btn:hover::after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg)
}

.section-title h4 {
    color: #0575BC;
    font-size: 16px
}

.section-title h1 {
    font-size: 42px
}

.section-title.white-1 h4 {
    color: #fff
}

.section-title.white-2 h1 {
    color: #fff
}

.icon-btn {
    display: inline-block;
    background: rgba(5, 117, 188, 0.2);
    border-radius: 50px;
    padding: 0 19px;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.icon-btn i {
    font-size: 19px;
    color: #0A031D;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.icon-btn:hover {
    background: #0575BC
}

.icon-btn:hover i {
    color: #fff
}

.icon-btn.white-blue {
    background: #0575BC
}

.icon-btn.white-blue i {
    color: #fff
}

.icon-btn.white-blue:hover {
    background: #fff
}

.icon-btn.white-blue:hover i {
    color: #0A031D
}

.owl-carousel .owl-item img {
    display: unset;
    width: unset
}

.owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px
}

.owl-nav button {
    border: 0;
    border-radius: 50px;
    padding: 6px 27px 4px;
    margin-right: 20px;
    -webkit-transition: all .4s;
    transition: all .4s
}

.owl-nav button i {
    font-size: 26px;
    line-height: 1;
    -webkit-transition: all .4s;
    transition: all .4s
}

.owl-nav button:last-child {
    margin-right: 0
}

.breadcrumb-area {
    padding: 283px 0 130px;
    background-image: url(../image/breadcrumb-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1
}

.breadcrumb-area::before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-image: url(../image/breadcrumb-shape.png);
    z-index: -1
}

.breadcrumb-area .section-title h1 {
    font-size: 55px
}

.logo,
.main-nav,
.menu-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.main-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-btn-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.hamburger {
    position: relative;
    width: 40px;
    height: 30px;
    cursor: pointer;
    border: 5px solid transparent;
    margin-top: 10px;
    display: none;
    z-index: 1
}

.hamburger span {
    width: 100%;
    height: 2px;
    background: #0575BC;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.hamburger span.h-top {
    top: 0
}

.hamburger span.h-bottom {
    bottom: 0;
    width: 27px
}

.hamburger span.h-middle {
    top: 50%;
    margin-top: -1px;
    width: 25px
}

.hamburger.h-active span {
    width: 100%
}

.hamburger.h-active span.h-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px
}

.hamburger.h-active span.h-middle {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0
}

.hamburger.h-active span.h-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px
}

.main-nav>ul>li {
    display: inline-block;
    position: relative;
    padding: 33px 21px
}

.main-nav > ul > li.has-child-menu:after {
    position: absolute;
    right: 3px;
    top: 33px;
    font-family: "boxicons";
    content: "\ea4c";
    font-size: 17px;
    color: #333;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.main-nav>ul>li:hover.has-child-menu:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.main-nav>ul>li>a {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #0A031D
}

.main-nav>ul>li>a::before {
    position: absolute;
    left: 0;
    bottom: -34px;
    height: 2px;
    width: 0;
    background: #0575BC;
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-nav>ul>li>a.active {
    color: #0575BC;
    position: relative
}

.main-nav>ul>li>a.active::before {
    position: absolute;
    left: 0;
    bottom: -34px;
    height: 2px;
    width: 100%;
    background: #0575BC;
    content: "";
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-nav>ul>li:hover>a {
    color: #0575BC
}

.main-nav>ul>li:hover>a::before {
    width: 100%
}

.main-nav>ul>li:hover>a:after {
    opacity: 1
}

.main-nav ul li .sub-menu {
    position: absolute;
    top: 93px;
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fff;
    -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
    box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
    border-radius: 4px;
    border: 1px solid #ddd
}

.main-nav ul li .sub-menu li .sub-menu {
    right: -200px;
    left: inherit;
    top: 0
}

.main-nav ul li .sub-menu>li {
    display: block;
    margin: 0;
    position: relative
}

.main-nav ul li .sub-menu>li a {
    display: block;
    padding: 15px 18px;
    line-height: 1;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.main-nav ul li .sub-menu>li a:last-child {
    border: 0
}

.main-nav ul li .sub-menu>li a:hover {
    color: #0575BC
}

.main-nav .fl {
    width: 30px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 999;
    display: none;
    cursor: pointer
}

.main-nav .fl:before {
    font-size: 14px;
    text-align: center;
    line-height: 35px
}

.main-nav>ul>li+li>.sub-menu {
    left: 15px
}

.main-nav>ul>li:hover>.sub-menu,
.main-nav ul li .sub-menu li:hover>.sub-menu,
.main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.search-wrap {
    padding-left: 63px
}

.search-wrap .search-icon.active i.cancel {
    opacity: 1;
    pointer-events: auto
}

.search-wrap .search-icon.active i.search {
    opacity: 0;
    pointer-events: none
}

.search-wrap .search-icon i {
    position: absolute;
    top: 50%;
    color: #0A031D;
    left: 50%;
    font-size: 25px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
    cursor: pointer
}

.search-wrap .search-icon i.cancel {
    opacity: 0;
    pointer-events: none
}

.search-wrap .search-field {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    bottom: -100px;
    right: 15px;
    opacity: 0;
    pointer-events: none
}

.search-wrap .search-field::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 20px;
    -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0, 0% 100%, 100% 100%);
    background: #0575BC;
    bottom: 99%;
    right: 5px
}

.search-wrap .search-field form {
    height: 50px;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    padding: 3px;
    background: #0575BC;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 40px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.08)
}

.search-wrap .search-field form input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 0;
    padding: 0 34px 0 10px
}

.search-wrap .search-field form i {
    position: absolute;
    color: #0575BC;
    cursor: pointer;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 19px
}

.search-wrap .search-icon.active~.search-field {
    opacity: 1;
    pointer-events: auto;
    bottom: -92px
}

.menu-toggle-btn {
    background-color: #0575BC;
    right: 0;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 30px
}

.menu-toggle-btn i {
    font-size: 30px;
    color: #fff;
    cursor: pointer
}

.header-menu-area {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: 0;
    padding: 0 98px;
    border-bottom: 1px solid #D9ECF6
}

.header-menu-area.agency-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.header-menu-area.agency-header .menu-btn-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.header-menu-area.agency-header .search-wrap .search-icon i {
    color: rgba(255,255,255,0.85);
    margin-left: 26px;
    padding: 5px 19px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.header-menu-area.agency-header .search-wrap .search-field {
    right: -11px
}

.header-menu-area.agency-header .main-nav>ul>li>a {
    color: #fff
}

.header-menu-area.agency-header .main-nav>ul>li.has-child-menu:after {
    color: rgba(255,255,255,0.7);
}

.header-menu-area.agency-header .main-nav>ul>li>a.active {
    color: #0575BC
}

.header-menu-area.agency-header .main-nav>ul>li:hover>a {
    color: #0575BC
}

.header-menu-area.consulting-header {
    top: 50px
}

.header-menu-area.consulting-header .main-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

.header-menu-area.consulting-header .main-nav>ul>li>a {
    color: #fff
}

.header-menu-area.consulting-header .main-nav>ul>li.has-child-menu:after {
     color: rgba(255,255,255,0.7);
}

.header-menu-area.consulting-header .main-nav>ul>li>a.active {
    color: #0575BC
}

.header-menu-area.consulting-header .main-nav>ul>li:hover>a {
    color: #0575BC
}

.header-menu-area.sticky {
    position: fixed;
    top: 0;
    background: #272727;
    border-bottom: 1px solid #000;
    z-index: 999;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
    border: 0
}

.header-menu-area.sticky .main-nav>ul>li>a {
    color: #fff
}

.header-menu-area.sticky .main-nav>ul>li.has-child-menu:after {
    color: #727272d4
}

.header-menu-area.sticky .main-nav>ul>li:hover>a {
    color: #0575BC
}

.header-menu-area.sticky .main-nav>ul>li>a.active {
    color: #0575BC
}

.header-menu-area.sticky .search-wrap .search-icon i {
    color: rgba(255,255,255,0.85);
}

.menu-top {
    width: 100%;
    position: absolute;
    height: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    background-color: transparent;
    z-index: 99;
    box-sizing: border-box;
    padding: 0 98px;
    display: flex;
    align-items: center;
}

.menu-top .menu-top-select-wrap .nice-select {
    background-color: transparent;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #6B808D;
    padding: 0 20px 0 0
}

.menu-top .menu-top-select-wrap .nice-select:after {
    border-bottom: 2px solid #505E6E;
    border-right: 2px solid #505E6E;
    height: 6px;
    margin-top: -5px;
    right: 10px;
    width: 6px
}

.menu-top .copy-social li a {
    color: rgba(255, 255, 255, 0.3)
}

.menu-top .search-wrap .search-icon i {
    color: rgba(255, 255, 255, 0.3);
    padding: 6px 19px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.menu-top .menu-toggle-btn {
    padding: 0 20px
}

.hero-area {
    background-image: url(../image/hero-shape.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 189px;
    padding-top: 181px;
    z-index: 1
}

.hero-content h2 {
    font-weight: 500;
    font-size: 24px;
    color: #0575BC
}

.hero-content h1 {
    font-weight: 500;
    font-size: 65px
}

.hero-content p {
    font-size: 18px
}

.hero-img .hero-man {
    left: 0;
    bottom: 0;
    -webkit-transition: all .1s ease 0s;
    transition: all .1s ease 0s;
    -webkit-animation: hero-men 3s alternate linear infinite;
    animation: hero-men 3s alternate linear infinite
}

.hero-img .hero-banner-img {
    max-width: 120%
}

.hero-img .hero-web {
    top: -45px;
    right: -10%;
    -webkit-animation: lt-rt 3s alternate linear infinite;
    animation: lt-rt 3s alternate linear infinite
}

.hero-img .hero-call {
    top: 30%;
    right: -147px
}

.hero-img .hero-star {
    left: 0;
    top: 10%;
    -webkit-animation: sc-zoom 2.5s alternate linear infinite;
    animation: sc-zoom 2.5s alternate linear infinite
}

@-webkit-keyframes hero-men {
    0% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes hero-men {
    0% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes lt-rt {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes lt-rt {
    0% {
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.hero-slide-wrap .hero-slide-item {
    padding: 200px 0 200px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero-slide-wrap .hero-slide-item.hero-slide-item-consultant {
    padding: 330px 0 200px
}

.hero-slide-wrap .hero-slide-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../image/hero-agency1.png);
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.hero-slide-wrap .hero-slide-item .hero-content {
    z-index: 2
}

.hero-slide-wrap .hero-slide-item .hero-content h2 {
    font-weight: 500;
    font-size: 24px;
    color: #FFF;
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 800ms;
    transition-delay: 800ms
}

.hero-slide-wrap .hero-slide-item .hero-content h1 {
    font-weight: 500;
    font-size: 65px;
    line-height: 83px;
    color: #FFF;
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 1300ms;
    transition-delay: 1300ms
}

.hero-slide-wrap .hero-slide-item .hero-content .hero-link {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms
}

.hero-slide-wrap .hero-slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 7000ms linear;
    transition: all 7000ms linear
}

.hero-slide-wrap .hero-slide-item .hero-agency-sp-1 {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.hero-slide-wrap .hero-slide-item .hero-agency-sp-2 {
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 2000ms;
    transition-delay: 2000ms;
    z-index: 1
}

.hero-slide-wrap .hero-slide-item .hero-agency-sp-3 {
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 2350ms;
    transition-delay: 2350ms;
    z-index: 1
}

.hero-slide-wrap .owl-nav {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hero-slide-wrap .owl-nav button {
    background: rgba(5, 117, 188, 0.2)
}

.hero-slide-wrap .owl-nav button i {
    color: #FFF
}

.hero-slide-wrap .owl-nav button:hover {
    background: #0A031D
}

.hero-slide-wrap .owl-nav button:hover i {
    color: #fff
}

.hero-slide-wrap .center .image-layer {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.hero-slide-wrap .center .hero-content {
    z-index: 2
}

.hero-slide-wrap .center .hero-content h2 {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.hero-slide-wrap .center .hero-content h1 {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.hero-slide-wrap .center .hero-content p {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.hero-slide-wrap .center .hero-content .hero-link {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.hero-slide-wrap .center .hero-agency-sp-2 {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.hero-slide-wrap .center .hero-agency-sp-3 {
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px)
}

.hero-slide-wrap.hero-slide-wrap-consultant .hero-slide-item::before {
    background-image: url(../image/hero-consultant-2.png)
}

.hero-slide-wrap.hero-slide-wrap-consultant .hero-slide-item .hero-content h2 {
    color: #0575BC
}

.hero-slide-wrap.hero-slide-wrap-consultant .hero-slide-item .hero-content p {
    padding-right: 314px;
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms
}

.hero-slide-wrap.hero-slide-wrap-consultant .hero-slide-item .hero-consultant-sp-3 {
    left: 100px;
    bottom: 100px;
    opacity: 0;
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transition-delay: 2450ms;
    transition-delay: 2450ms;
    z-index: 1
}

.hero-slide-wrap.hero-slide-wrap-consultant .owl-nav {
    right: 20px;
    left: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50%;
    display: unset;
    margin-top: 0
}

.hero-slide-wrap.hero-slide-wrap-consultant .owl-nav button:hover {
    background: #0575BC
}

.hero-slide-wrap.hero-slide-wrap-consultant .center .hero-content p {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.hero-slide-wrap.hero-slide-wrap-consultant .center .hero-consultant-sp-3 {
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px)
}

.professional-service-area.service-area-design-agency {
    background: url(../image/service-agency.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #0A031D), to(#0A031D));
    background: url(../image/service-agency.png), linear-gradient(#0A031D 100%, #0A031D 100%)
}

.professional-service-area.professional-service-area-consultant {
    background-color: #0575BC
}

.professional-service-area .service-page-section-bg {
    background-image: url(../image/service-page-service.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 624px;
    min-width: 100%
}

.service-wrap {
    padding: 50px 25px;
    border-radius: 5px;
    margin-bottom: 24px;
    border-radius: 5px;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.service-wrap.service-wrap-about {
    border: 2px solid rgba(5, 117, 188, 0.07)
}

.service-wrap.service-wrap-service {
    border: 2px solid rgba(5, 117, 188, 0.1)
}

.service-wrap.service-wrap-service h3 {
    color: #0A031D
}

.service-wrap.service-wrap-service p {
    line-height: 30px;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.service-wrap.service-wrap-service.active p {
    color: rgba(255, 255, 255, 0.7)
}

.service-wrap.service-wrap-service.active h3 {
    color: #fff
}

.service-wrap .service-icon {
    margin-bottom: 44px;
    min-height: 70px
}

.service-wrap .service-icon span {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #0575BC;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.service-wrap h3 {
    font-weight: 600;
    font-size: 20px;
    color: #0575BC;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.service-wrap .service-btn-wrap {
    margin-top: 44px
}

.service-wrap.show {
    background-color: #fff
}

.service-wrap.active {
    background-color: #0575BC
}

.service-wrap.active .service-icon span {
    color: #fff
}

.service-wrap.active h3 {
    color: #fff
}

.service-wrap.active .service-btn-wrap .icon-btn {
    background: rgba(255, 255, 255, 0.2)
}

.service-wrap.active .service-btn-wrap .icon-btn i {
    color: #fff
}

.service-wrap.service-wrap-agency {
    border: 2px solid rgba(5, 117, 188, 0.1)
}

.service-wrap.service-wrap-agency p {
    font-weight: 600;
    line-height: 30px;
    text-transform: capitalize;
    color: #6B808D;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.service-wrap.service-wrap-agency.show {
    background-color: transparent
}

.service-wrap.service-wrap-agency.show .icon-btn {
    background: rgba(5, 117, 188, 0.2)
}

.service-wrap.service-wrap-agency.show .icon-btn i {
    color: #fff
}

.service-wrap.service-wrap-agency.active {
    background-color: #0575BC
}

.service-wrap.service-wrap-agency.active p {
    color: rgba(255, 255, 255, 0.7)
}

.service-wrap.service-wrap-agency.active .icon-btn {
    background: rgba(255, 255, 255, 0.2)
}

.service-wrap.service-wrap-consultant.show {
    border: 3px solid rgba(255, 255, 255, 0.07);
    background-color: #0575BC
}

.service-wrap.service-wrap-consultant.show .service-icon span {
    color: #fff
}

.service-wrap.service-wrap-consultant.show h3 {
    color: #fff
}

.service-wrap.service-wrap-consultant.show .service-btn-wrap .icon-btn {
    background: rgba(255, 255, 255, 0.2)
}

.service-wrap.service-wrap-consultant.show .service-btn-wrap .icon-btn i {
    color: #fff
}

.service-wrap.service-wrap-consultant.active {
    background-color: #fff;
    border: 3px solid transparent
}

.service-wrap.service-wrap-consultant.active .service-icon span {
    color: #0575BC
}

.service-wrap.service-wrap-consultant.active h3 {
    color: #0575BC
}

.service-wrap.service-wrap-consultant.active .service-btn-wrap .icon-btn {
    background: rgba(5, 117, 188, 0.2)
}

.service-wrap.service-wrap-consultant.active .service-btn-wrap .icon-btn i {
    color: #0A031D
}

.service-card-2 {
    margin-bottom: 24px
}

.service-card-2 .service-card-2-img {
    border-radius: 5px
}

.service-card-2 .service-card-2-img img {
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    -webkit-filter: grayscale(20%);
    filter: grayscale(20%)
}

.service-card-2 .service-card-2-info {
    background: #F6FCFF;
    -webkit-box-shadow: 0 2px 4px rgba(10, 3, 29, 0.1);
    box-shadow: 0 2px 4px rgba(10, 3, 29, 0.1);
    border-radius: 5px;
    padding: 10px 30px 30px;
    width: 100%;
    max-width: 87%;
    margin-top: -67px;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.service-card-2 .service-card-2-info .service-card-2-content-wrap .service-card-2-title h3 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0575BC;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.service-card-2 .service-card-2-info .service-card-2-content-wrap .service-card-2-icon {
    width: 60px;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 117, 188, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(5, 117, 188, 0.2) 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 50%;
    -webkit-transition: background .5s linear;
    transition: background .5s linear
}

.service-card-2 .service-card-2-info .service-card-2-content-wrap .service-card-2-icon .service-sp-icon {
    left: 50%;
    bottom: 4px
}

.service-card-2:hover .service-card-2-img img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.1) skewY(3deg);
    transform: scale(1.1) skewY(3deg)
}

.service-card-2:hover .service-card-2-info {
    background: #0575BC
}

.service-card-2:hover .service-card-2-info .service-card-2-content-wrap .service-card-2-title h3 a {
    color: #fff
}

.service-card-2:hover .service-card-2-info .service-card-2-content-wrap .service-card-2-icon {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(5, 117, 188, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0, rgba(5, 117, 188, 0) 100%)
}

.service-card-2:hover .service-card-2-info p {
    color: #fff;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.moments-img-wrap .moment-1 {
    top: 30px;
    right: 30%
}

.moments-img-wrap .moment-2 {
    top: 125px;
    left: 7%;
    -webkit-animation: sc-zoom 1.5s alternate linear infinite;
    animation: sc-zoom 1.5s alternate linear infinite
}

.moments-img-wrap .moment-3 {
    top: 41px;
    right: 5%
}

.moments-img-wrap .moment-4 {
    top: 146px;
    right: 11%
}

.moments-img-wrap .moment-5 {
    top: 50%;
    left: 6%
}

.moments-img-wrap .moment-6 {
    bottom: 92px;
    left: 3%
}

.moments-img-wrap .moment-7 {
    margin-left: 440px;
    margin-top: -262px
}

@-webkit-keyframes sc-zoom {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sc-zoom {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.text1 {
    display: none;
    -webkit-animation: priceFade .8s alternate linear forwards;
    animation: priceFade .8s alternate linear forwards
}

.text2 {
    -webkit-animation: priceFade .8s alternate linear forwards;
    animation: priceFade .8s alternate linear forwards
}

.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 20px;
    border: 2px solid #0575BC;
    border-radius: 50px
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
}

.slider:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 10px;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #0575BC;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.slider.round {
    border-radius: 20px
}

.slider.round:before {
    border-radius: 10px
}

.pricing-plan-toggle {
    margin-top: 35px
}

.pricing-plan-toggle input {
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.pricing-plan-toggle input:checked+.slider {
    background-color: transparent
}

.pricing-plan-toggle input:checked+.slider:before {
    top: 50%;
    -webkit-transform: translate(38px, -50%);
    transform: translate(38px, -50%)
}

.pricing-plan-toggle span {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #0575BC;
    line-height: 1
}

@-webkit-keyframes priceFade {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes priceFade {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.price-wrap {
    border-radius: 5px;
    margin-bottom: 24px
}

.price-wrap .price-box {
    background-color: #fff;
    padding: 45px 30px 30px
}

.price-wrap .price-box .price-content h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px
}

.price-wrap .price-box .price-content h2 {
    font-weight: 400;
    font-size: 24px;
    color: #0575BC
}

.price-wrap .price-list {
    padding: 30px;
    border: 3px solid #fff;
    border-radius: 5px
}

.price-wrap .price-list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 17px
}

.price-wrap .price-list ul li:last-child {
    margin-bottom: 24px
}

.price-wrap .price-list ul li i {
    color: #0575BC;
    margin-right: 6px;
    font-size: 16px;
    line-height: 1
}

.price-wrap .price-list ul li i.no-check {
    color: #B81212
}

.price-wrap:hover .icon-btn {
    background: #0575BC
}

.price-wrap:hover .icon-btn i {
    color: #fff
}

.price-wrap .price-cta {
    border-radius: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 7px 10px;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: chang-color 2.5s alternate linear infinite;
    animation: chang-color 2.5s alternate linear infinite
}

.price-wrap .price-cta h5 {
    font-weight: 600;
    font-size: 14px;
    color: #FFF;
    line-height: 1
}

@-webkit-keyframes chang-color {
    0% {
        background: #0A031D
    }

    50% {
        background: #B81212
    }

    100% {
        background: #0575BC
    }
}

@keyframes chang-color {
    0% {
        background: #0A031D
    }

    50% {
        background: #B81212
    }

    100% {
        background: #0575BC
    }
}

.cta-wrap {
    background-image: url(../image/cta-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 50px;
    border-radius: 5px
}

.cta-wrap .counter-item-wrap {
    background-color: #0575BC;
    display: inline-block;
    padding: 24px 32px;
    border-radius: 5px;
    margin-left: 35px
}

.cta-wrap .counter-item-wrap h3 {
    font-weight: 500;
    font-size: 18px;
    color: #FFF;
    text-transform: capitalize
}

.cta-wrap .counter-item-wrap .counter-item h1 {
    font-weight: 500;
    font-size: 72px;
    color: #FFF;
    line-height: 1;
    padding: 0 5px
}

.cta-wrap .counter-item-wrap .counter-item em {
    font-size: 60px;
    color: #FFF
}

.cta-wrap .count-shape {
    top: 10px;
    left: 10px;
    -webkit-animation: sc-zoom 1.5s alternate linear infinite;
    animation: sc-zoom 1.5s alternate linear infinite
}

.cta-area-color {
    height: 50%;
    width: 100%;
    background: #F6FCFF;
    top: 0;
    z-index: -1
}

.cta-area.cta-area-consultant {
    background-image: url(../image/cta-bg.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat
}

.cta-area.cta-area-consultant .cta-wrap {
    background-image: none;
    background-size: unset;
    background-position: unset;
    border-radius: 0
}

.expert-cta {
    color: #0575BC
}
.expert-content{
    margin-top: 0;
    padding-top: 0;
}
.expert-content p {
    line-height: 30px
    
}



.expert-content ul li {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0A031D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.expert-content ul li:last-child {
    margin-bottom: 0
}

.expert-content ul li i {
    margin-right: 15px;
    line-height: 1;
    color: #0575BC;
    font-size: 20px;
    display: block;
    -webkit-transition: all .4s;
    transition: all .4s
}

.expert-content ul li:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.about-chart-shape {
    top: 12px;
    left: 0
}

.about-chart-wrap ul {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-chart-wrap ul li {
    text-align: center
}

.about-chart-wrap ul li .round-chart .circle-percent {
    font-size: 101px;
    width: 1em;
    height: 1em;
    position: relative;
    background: #E8E6ED;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block
}

.about-chart-wrap ul li .round-chart .circle-percent:after {
    position: absolute;
    left: .5em;
    top: 0;
    right: 0;
    bottom: 0;
    background: #0575BC;
    content: ''
}

.about-chart-wrap ul li .round-chart .circle-percent .circle-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 .5em 1em 0)
}

.about-chart-wrap ul li .round-chart .circle-percent .circle-inner .round-per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #0575BC;
    clip: rect(0 1em 1em .5em);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 1.05s;
    transition: 1.05s
}

.about-chart-wrap ul li .round-chart .circle-percent .circle-inbox {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    z-index: 3;
    border-radius: 50%
}

.about-chart-wrap ul li .round-chart .circle-percent .circle-inbox .percent-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #0575BC
}

.about-chart-wrap ul li span {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: #0A031D;
    display: inline-block
}

.about-chart-wrap .about-chart-img.about-chart-img-consultant {
    border-radius: 5px
}

.about-chart-wrap .about-chart-img.about-chart-img-consultant img {
    -webkit-animation: about-img-zm 2.5s alternate linear infinite;
    animation: about-img-zm 2.5s alternate linear infinite
}

.about-chart-wrap .about-chart-img.about-chart-img-consultant::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../image/about-consultant.png);
    z-index: 1
}

@-webkit-keyframes offset {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes offset {
    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes about-img-zm {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%)
    }
}

@keyframes about-img-zm {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: grayscale(50%);
        filter: grayscale(50%)
    }
}

.about-round-shape {
    left: 52%;
    top: 41%;
    width: 48%;
    z-index: -1
}

.about-round-shape.about-round-shape-2 {
    left: 50%;
    bottom: 0;
    width: 42%
}

.client-slide-wrap {
    border-top: 1px solid #E6F2F9
}

.client-slide-wrap.client-slide-wrap-2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: unset
}

.client-slide-wrap .owl-stage-outer {
    text-align: center
}

.client-slide-wrap .single-client-box img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%)
}

.client-slide-wrap .single-client-box img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.testimonial-area {
    background: url(../image/testimonial.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #0575bc), to(#0575bc));
    background: url(../image/testimonial.png), linear-gradient(#0575bc 100%, #0575bc 100%)
}

.testimonial-area.testimonial-agency {
    background: url(../image/testimonial-agency.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #0575bc), to(#0575bc));
    background: url(../image/testimonial-agency.png), linear-gradient(#0575bc 100%, #0575bc 100%)
}

.testimonial-area.testimonial-consultant {
    background: unset
}

.testimonial-box {
    background-color: #fff;
    padding: 70px 30px;
    -webkit-box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    z-index: 1
}

.testimonial-box::before {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    height: 100%;
    width: 100%;
    top: 20px;
    left: 20px;
    z-index: -1
}

.testimonial-box::after {
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    height: 100%;
    width: 100%;
    bottom: 20px;
    left: 40px;
    z-index: -1
}

.testimonial-box .testimonial-reviewer .testimonial-reviewer-img {
    max-width: 70px;
    width: 100%
}

.testimonial-box .testimonial-reviewer .testimonial-reviewer-content {
    padding-left: 20px
}

.testimonial-box .testimonial-reviewer .testimonial-reviewer-content h3 {
    font-weight: 600;
    font-size: 18px;
    color: #0575BC
}

.testimonial-box .testimonial-reviewer .testimonial-reviewer-content ul li {
    display: inline-block
}

.testimonial-box .testimonial-reviewer .testimonial-reviewer-content ul li i {
    color: #FFC14A
}

.testimonial-box .testimonial-reviewer .testimonial-reviewer-content ul li:last-child {
    margin-left: 10px
}

.testimonial-box .testimonial-info i {
    font-size: 40px;
    color: #0575BC
}

.testimonial-box .testimonial-info p {
    padding-left: 50px;
    font-size: 16px;
    margin-top: -32px;
    line-height: 30px
}

.testimonial-box.testimonial-box-consultant {
    -webkit-box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04)
}

.testimonial-box.testimonial-box-consultant::before {
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04)
}

.testimonial-box.testimonial-box-consultant::after {
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04)
}

.testimonial-box.testimonial-box-consultant.testimonial-box-about-page {
    background: #F6FCFF;
    padding-left: 46px
}

.testimonial-box.testimonial-box-consultant.testimonial-box-about-page::before {
    background: #F6FCFF;
    -webkit-box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04)
}

.testimonial-box.testimonial-box-consultant.testimonial-box-about-page::after {
    background: #F6FCFF;
    -webkit-box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04);
    box-shadow: 4px 4px 14px 4px rgba(0, 0, 0, 0.04)
}

.testimonial-box.testimonial-page {
    margin-bottom: 47px;
    margin-right: 10px
}

.testimonial-box.testimonial-page::before {
    top: 10px;
    left: 10px
}

.testimonial-box.testimonial-page::after {
    bottom: 10px;
    left: 20px
}

.testimonial-slide-wrap .owl-stage-outer {
    padding: 20px 0
}

.testimonial-slide-wrap .owl-stage {
    padding-left: 20px !important
}

.testimonial-slide-wrap .owl-nav button {
    background: rgba(255, 255, 255, 0.1)
}

.testimonial-slide-wrap .owl-nav button i {
    color: #FFF
}

.testimonial-slide-wrap .owl-nav button:hover {
    background: #fff
}

.testimonial-slide-wrap .owl-nav button:hover i {
    color: #0575BC
}

.testimonial-slide-consultant .owl-stage-outer {
    padding: 34px 0
}

.testimonial-slide-consultant .owl-stage {
    padding-left: 20px !important
}

.testimonial-slide-consultant .owl-nav button {
    background: rgba(5, 117, 188, 0.1)
}

.testimonial-slide-consultant .owl-nav button i {
    color: rgba(10, 3, 29, 0.7)
}

.testimonial-slide-consultant .owl-nav button:hover {
    background: #0575BC
}

.testimonial-slide-consultant .owl-nav button:hover i {
    color: #fff
}

.faq-wrap .accordion-item {
    margin-bottom: 24px;
    border: 0;
    background-color: unset
}

.faq-wrap .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px
}

.faq-wrap .accordion-item:last-child {
    margin-bottom: 0
}

.faq-wrap .accordion-button {
    border: 1px solid #F0F0F0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding-right: 60px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #0A031D
}

.faq-wrap .accordion-button:focus {
    z-index: unset;
    border-color: #F0F0F0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.faq-wrap .accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: unset;
    height: unset;
    margin-left: auto;
    background-image: none;
    background-repeat: unset;
    background-size: unset;
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 22px;
    content: "\f286";
    -webkit-transition: unset;
    transition: unset;
    font-size: 12px
}

.faq-wrap .accordion-button:not(.collapsed)::after {
    background-image: none;
    -webkit-transform: unset;
    transform: unset;
    font-family: bootstrap-icons !important;
    content: "\f282";
    font-size: 12px
}

.faq-wrap .accordion-body {
    background: #FDFDFD;
    border-radius: 0 0 5px 5px;
    line-height: 30px;
    border: 1px solid #F0F0F0;
    border-top: 0
}

.faq-wrap .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    background: #0575BC;
    border-radius: 5px 5px 0 0;
    color: #fff
}

.faq-nav .nav-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px
}

.faq-nav .nav-item:last-child {
    margin-right: 0
}

.faq-nav .nav-link {
    background: #FFF;
    border: 2px solid rgba(5, 117, 188, 0.1);
    border-radius: 5px;
    width: 100%;
    text-align: left;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #0A031D;
    padding: 20px 25px
}

.faq-nav .nav-link.active,
.faq-nav .show>.nav-link {
    background-color: #0575BC
}

.subscribe-wrap {
    background: url(../image/subscribe.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(10, 3, 29, 0.95)), to(rgba(10, 3, 29, 0.95)));
    background: url(../image/subscribe.png), linear-gradient(rgba(10, 3, 29, 0.95) 100%, rgba(10, 3, 29, 0.95) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 5px;
    padding: 118px 50px 110px 50px
}

.subscribe-frm input {
width: 91%;
border: 1px solid rgba(255, 255, 255, 0.2);
padding: 21px 130px 21px 30px;
background: transparent;
border-radius: 5px;
color: rgba(255, 255, 255, 0.85);
}

.subscribe-frm input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.85)
}

.subscribe-frm input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.85)
}

.subscribe-frm input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.85)
}

.subscribe-frm input::placeholder {
    color: rgba(255, 255, 255, 0.85)
}

.subscribe-frm button {
    border: 0;
    top: 50%;
    right: 30px
}

.subscribe-frm.subscribe-frm-footer input {
    border: 2px solid rgba(255, 255, 255, 0.07);
    background-color: #160F28
}

.subscribe-area.subscribe-area-agency {
    background: url(../image/subscribe-agency.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(10, 3, 29, 0.95)), to(rgba(10, 3, 29, 0.95)));
    background: url(../image/subscribe-agency.png), linear-gradient(rgba(10, 3, 29, 0.95) 100%, rgba(10, 3, 29, 0.95) 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}

.subscribe-area.subscribe-area-agency .subscribe-wrap {
    background: 0;
    border-radius: 0;
    padding: 60px 0 52px 0
}

.subscribe-area.subscribe-area-consultant {
    background-color: #0A031D
}

.subscribe-area.subscribe-area-consultant .subscribe-wrap {
    background: 0;
    border-radius: 0;
    padding: 110px 0 52px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    z-index: 1
}


/* =========================================================
   Final Premium Footer
   ========================================================= */
.footer-area.footer-area-agency {
    background:
        radial-gradient(circle at left top, rgba(5,117,188,0.18) 0%, rgba(5,117,188,0) 28%),
        radial-gradient(circle at right bottom, rgba(74,163,255,0.10) 0%, rgba(74,163,255,0) 24%),
        linear-gradient(135deg, #040b1d 0%, #06152a 46%, #081a35 100%);
    padding: 64px 0 34px;
    border-bottom: none;
    position: relative;
    overflow: hidden;
}

.footer-area.footer-area-agency::before {
    content: "";
    position: absolute;
    left: -90px;
    top: -90px;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(5,117,188,0.20) 0%, rgba(5,117,188,0) 72%);
    pointer-events: none;
}

.footer-area.footer-area-agency::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(74,163,255,0.12) 0%, rgba(74,163,255,0) 72%);
    pointer-events: none;
}

.footer-area.footer-area-agency .container {
    position: relative;
    z-index: 2;
}

.footer-main-row {
    align-items: flex-start;
}

.footer-brand-box {
    max-width: 370px;
}

.footer-logo {
    max-width: 185px;
    width: 100%;
    display: block;
    margin-bottom: 16px;
}

.footer-subtitle {
    color: rgba(74,163,255,0.82);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 14px;
}

.footer-desc {
    color: rgba(255,255,255,0.76);
    font-size: 15px;
    line-height: 1.95;
    margin-bottom: 24px;
    max-width: 360px;
}

.qr-wrapper {
    margin-top: 4px;
}

.qr-wrapper img {
    width: 108px;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 0 14px 30px rgba(0,0,0,0.28);
    margin-bottom: 12px;
}

.qr-wrapper p {
    color: rgba(255,255,255,0.58);
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

.footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 2px 0 22px;
    text-transform: none;
    letter-spacing: 0.2px;
    position: relative;
    padding-bottom: 14px;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 2px;
    background: linear-gradient(90deg, #0575BC, #4aa3ff);
    border-radius: 999px;
}

.footer-links-box {
    padding-left: 10px;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 13px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    color: rgba(255,255,255,0.74);
    font-size: 15px;
    line-height: 1.7;
    text-decoration: none;
    position: relative;
    transition: all 0.28s ease;
}

.footer-links a::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    width: 0;
    height: 1px;
    background: #4aa3ff;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.28s ease;
}

.footer-links a:hover {
    color: #4aa3ff;
    padding-left: 8px;
}

.footer-links a:hover::before {
    width: 8px;
    opacity: 1;
}

.footer-contact-box {
    padding-left: 24px;
    border-left: 1px solid rgba(255,255,255,0.08);
}

.footer-contact-box .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    padding: 10px 0;
    transition: all 0.28s ease;
}

.footer-contact-box .contact-item:last-child {
    margin-bottom: 0;
}

.footer-contact-box .contact-item:hover {
    transform: translateX(4px);
}

.footer-contact-box .contact-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(5,117,188,0.22), rgba(5,117,188,0.10));
    box-shadow: inset 0 0 0 1px rgba(74,163,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-top: 0;
}

.footer-contact-box .contact-icon i {
    color: #4aa3ff;
    font-size: 17px;
}

.footer-contact-box .contact-details {
    flex: 1;
}

.footer-contact-box .contact-label {
    color: rgba(255,255,255,0.42);
    font-size: 12px;
    margin-bottom: 3px;
    line-height: 1.4;
    letter-spacing: 0.2px;
}

.footer-contact-box .contact-value {
    color: rgba(255,255,255,0.92);
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    word-break: break-word;
}




@media (max-width: 1199px) {
    .footer-desc {
        font-size: 14px;
        line-height: 1.9;
    }

    .footer-links a,
    .footer-contact-box .contact-value {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .footer-area.footer-area-agency {
        padding: 52px 0 28px;
    }

    .footer-brand-box {
        max-width: none;
    }

    .footer-links-box {
        padding-left: 0;
    }

    .footer-contact-box {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.08);
        padding-top: 18px;
    }
}

@media (max-width: 767px) {
    .footer-area.footer-area-agency {
        padding: 46px 0 24px;
    }

    .footer-logo {
        max-width: 165px;
    }

    .footer-subtitle {
        font-size: 13px;
    }

    .footer-desc {
        font-size: 14px;
        line-height: 1.85;
        margin-bottom: 20px;
    }

    .qr-wrapper img {
        width: 94px;
    }

    .footer-title {
        font-size: 17px;
        margin-bottom: 16px;
    }

    .footer-links a,
    .footer-contact-box .contact-value {
        font-size: 14px;
    }

    .footer-contact-box .contact-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin-right: 12px;
    }

    .copy-area {
        padding: 12px 0;
    }

    .copy-text,
    .copy-text.text-lg-end {
        text-align: center !important;
    }
}

@media (max-width: 575px) {
    .footer-area.footer-area-agency {
        padding: 40px 0 22px;
    }

    .footer-links-box,
    .footer-contact-box {
        margin-top: 6px;
    }

    .footer-contact-box .contact-item {
        padding: 8px 0;
    }

    .copy-text p {
        font-size: 12px;
    }
}











.contact-info .contact-info-details {
    padding-left: 20px
}

.contact-info .contact-info-details h5 {
    font-weight: 500;
    font-size: 14px
}

.contact-info .contact-info-details a {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #0575BC;
    -webkit-transition: all .3s;
    transition: all .3s
}

.contact-info.menu-contact-info .contact-info-details h5 {
    color: #fff
}

@-webkit-keyframes foot {
    100% {
        -webkit-transform: translateX(calc(30px - 100%));
        transform: translateX(calc(30px - 100%))
    }
}

@keyframes foot {
    100% {
        -webkit-transform: translateX(calc(30px - 100%));
        transform: translateX(calc(30px - 100%))
    }
}

.copy-social li {
    display: inline-block;
    margin-right: 26px
}

.copy-social li:last-child {
    margin-right: 0
}

.copy-social li a {
    display: block;
    color: #A7ADB9;
    font-size: 16px;
    -webkit-transition: .4s;
    transition: .4s
}

.copy-social li a:hover {
    color: #0575BC
}




.copy-text p a {
    color: #0575BC
}

.card-wrap {
    border-radius: 5px
}

.card-wrap .card-img {
    border-radius: 5px
}

.card-wrap .card-img img {
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.card-wrap .card-hover {
    background: rgba(5, 117, 188, 0.9);
    border-radius: 5px;
    top: 0;
    left: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    opacity: 0
}

.card-wrap .card-hover .recent-work-hover-info {
    background: #FFF;
    -webkit-box-shadow: 0 2px 4px rgba(10, 3, 29, 0.1);
    box-shadow: 0 2px 4px rgba(10, 3, 29, 0.1);
    border-radius: 5px;
    width: 90%;
    padding: 30px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.card-wrap .card-hover .recent-work-hover-info .recent-work-hover-content h5 {
    font-weight: 600;
    font-size: 14px;
    color: #0575BC
}

.card-wrap .card-hover .recent-work-hover-info .recent-work-hover-content h3 {
    font-weight: 600;
    font-size: 20px
}

.card-wrap .card-hover .recent-work-hover-info .recent-work-hover-btn .icon-btn.white-blue:hover {
    background: #0A031D
}

.card-wrap .card-hover .recent-work-hover-info .recent-work-hover-btn .icon-btn.white-blue:hover i {
    color: #fff
}

.card-wrap .card-hover .team-social {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s
}

.card-wrap .card-hover .team-social li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    margin-right: 20px
}

.card-wrap .card-hover .team-social li:last-child {
    margin-right: 0
}

.card-wrap .card-hover .team-social li a i {
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.card-wrap .card-hover .team-social li a i:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.card-wrap:hover .card-img img {
    -webkit-transform: scale(1.1) skewY(2deg);
    transform: scale(1.1) skewY(2deg)
}

.card-wrap:hover .card-hover {
    opacity: 1
}

.card-wrap:hover .card-hover .recent-work-hover-info {
    -webkit-transform: translateY(35px);
    transform: translateY(35px)
}

.card-wrap:hover .card-hover .team-social {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.recent-work-wrap .owl-stage-outer {
    padding-bottom: 38px
}

.recent-work-wrap .owl-nav {
    margin-top: 20px
}

.recent-work-wrap .owl-nav button {
    background: #6B808D
}

.recent-work-wrap .owl-nav button i {
    color: #fff
}

.recent-work-wrap .owl-nav button:hover {
    background: #0575BC
}

.recent-work-wrap .owl-nav button:hover i {
    color: #fff
}

.team-content {
    margin-bottom: 24px
}

.team-content h5 {
    font-weight: 600;
    font-size: 14px;
    color: #0575BC
}

.team-content h3 {
    font-weight: 600;
    font-size: 18px
}

.blog-wrap {
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 24px
}

.blog-wrap .blog-img img {
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%)
}

.blog-wrap .blog-content {
    padding: 25px
}

.blog-wrap .blog-content .blog-meta {
    font-size: 13px
}

.blog-wrap .blog-content .blog-meta a {
    color: #0575BC
}

.blog-wrap .blog-content .blog-meta span {
    color: #D7D7D7;
    margin: 0 12px
}

.blog-wrap .blog-content h3 {
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.blog-wrap .blog-content h3:hover {
    color: #0575BC
}

.blog-wrap:hover .blog-img img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.1) skewY(3deg);
    transform: scale(1.1) skewY(3deg)
}

.blog-wrap:hover .blog-btn .icon-btn {
    background: #0575BC
}

.blog-wrap:hover .blog-btn .icon-btn i {
    color: #fff
}

.blog-wrap.blog-wrap-consultant .blog-content {
    background-color: #F6FCFF
}

.showcase-box-wrap.showcase-box-wrap-2 {
    margin-bottom: 24px
}

.showcase-box-wrap.gallery {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 5px
}

.showcase-box.show .showcase-img {
    border-radius: 5px 5px 0 0
}

.showcase-box.show .showcase-img img {
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s
}

.showcase-box.show .showcase-img i {
    font-size: 25px;
    color: #0575BC
}

.showcase-box.show .showcase-img .showcase-hover {
    left: 0;
    top: 100%;
    background: rgba(5, 117, 188, 0.9);
    -webkit-transition: all .4s ease .1s;
    transition: all .4s ease .1s;
    visibility: hidden;
    opacity: 0
}

.showcase-box.show .showcase-img .showcase-hover a {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .5s ease .2s;
    transition: all .5s ease .2s
}

.showcase-box.show .showcase-img .showcase-hover a img {
    height: 46px;
    width: 46px
}

.showcase-box.show .showcase-info {
    padding: 30px;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s
}

.showcase-box.show .showcase-info .showcase-content h5 {
    font-size: 14px;
    font-weight: 600;
    color: #0575BC
}

.showcase-box.show .showcase-info .showcase-content h3 {
    font-weight: 600;
    font-size: 20px
}

.showcase-box.active .showcase-img img {
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s
}

.showcase-box.active .showcase-img .showcase-hover {
    visibility: visible;
    opacity: 1;
    top: 0
}

.showcase-box.active .showcase-img .showcase-hover a {
    background-color: #fff
}

.showcase-box.active .showcase-info {
    background: #FFF;
    -webkit-box-shadow: 0 2px 4px rgba(10, 3, 29, 0.1);
    box-shadow: 0 2px 4px rgba(10, 3, 29, 0.1)
}

.showcase-slide-wrap .owl-stage-outer {
    padding-bottom: 4px;
    padding-left: 2px
}

.showcase-slide-wrap .owl-nav button {
    background: rgba(5, 117, 188, 0.1)
}

.showcase-slide-wrap .owl-nav button i {
    color: rgba(10, 3, 29, 0.7)
}

.showcase-slide-wrap .owl-nav button:hover {
    background: #0575BC
}

.showcase-slide-wrap .owl-nav button:hover i {
    color: #fff
}

.business-video-area {
    background-image: url(../image/video-bg-shape.png);
    padding: 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.business-video-area .business-video-title h1 {
    font-weight: 600;
    font-size: 70px;
    line-height: 90px;
    color: #FFF
}

.business-video-area .business-video-wrap {
    margin-top: 80px
}

.business-video-area .business-video-wrap a {
    width: 130px;
    height: 130px;
    background: #0575BC;
    border-radius: 50%;
    position: relative
}

.business-video-area .business-video-wrap a i {
    font-size: 30px
}

.business-video-area .business-video-wrap a::before {
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    content: "";
    width: 166px;
    height: 166px;
    background: rgba(5, 117, 188, 0.1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.business-video-area .business-video-wrap a::after {
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    content: "";
    width: 206px;
    height: 206px;
    background: rgba(5, 117, 188, 0.1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.business-video-area.business-video-area-2 {
    background-image: url(../images/blog/blog-details-2.png);
    border-radius: 3px
}

aside .single-aside {
    margin-bottom: 24px;
    padding: 40px 30px;
    background: #FFF;
    border: 2px solid rgba(5, 117, 188, 0.07);
    border-radius: 5px
}

aside .single-aside:last-child {
    margin-bottom: 0
}

aside .single-aside .aside-title h3 {
    font-weight: 600;
    font-size: 18px
}

aside .single-aside .aside-search input {
    background: #F6FCFF;
    border: 2px solid rgba(5, 117, 188, 0.07);
    border-radius: 5px;
    padding: 10px 35px 10px 10px
}

aside .single-aside .aside-search i {
    position: absolute;
    right: 10px;
    color: #0575BC;
    font-size: 12px;
    cursor: pointer
}

aside .single-aside .aside-list li {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 23px;
    -webkit-transition: all .4s;
    transition: all .4s
}

aside .single-aside .aside-list li:last-child {
    margin-bottom: 0
}

aside .single-aside .aside-list li:hover {
    color: #0575BC
}

aside .single-aside .aside-list li i {
    color: #0575BC;
    margin-right: 10px
}

aside .single-aside .aside-pdf {
    background: #0A031D;
    border-radius: 5px;
    padding: 10px 30px
}

aside .single-aside .aside-pdf h3 {
    font-weight: 600;
    font-size: 18px;
    color: #fff
}

aside .single-aside .aside-pdf i {
    color: #fff;
    right: 0;
    height: 100%;
    top: 0;
    width: 60px;
    background: #B81212;
    font-size: 40px
}

aside .single-aside .aside-article-wrap .aside-article-box {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(10, 3, 29, 0.07);
    margin-bottom: 29px
}

aside .single-aside .aside-article-wrap .aside-article-box:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0
}

aside .single-aside .aside-article-wrap .aside-article-box .aside-article-content {
    padding-left: 20px
}

aside .single-aside .aside-article-wrap .aside-article-box .aside-article-content h4 a {
    -webkit-transition: all .4s;
    transition: all .4s;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px
}

aside .single-aside .aside-article-wrap .aside-article-box .aside-article-content h4 a:hover {
    color: #0575BC
}

aside .single-aside .aside-article-wrap .aside-article-box .aside-article-content .blog-meta {
    font-size: 13px
}

aside .single-aside .aside-article-wrap .aside-article-box .aside-article-content .blog-meta a {
    color: #0575BC
}

aside .single-aside .aside-article-wrap .aside-article-box .aside-article-content .blog-meta span {
    color: #D7D7D7;
    margin: 0 12px
}

aside .single-aside .aside-tag-wrap li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

aside .single-aside .aside-tag-wrap li a {
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: #6B808D;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #F6FCFF;
    border-radius: 5px;
    padding: 10px 19px;
    margin: 0 10px 12px 0;
    -webkit-transition: all .7s;
    transition: all .7s;
    display: block
}

aside .single-aside .aside-tag-wrap li a:hover {
    background: #0575BC;
    color: #fff
}

.page-list li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px
}

.page-list li:last-child {
    margin-right: 0
}

.page-list li a {
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #6B808D;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: rgba(5, 117, 188, 0.1);
    border-radius: 50px;
    padding: 13px 17px
}

.page-list li.active a {
    background: #0575BC;
    color: #fff
}

.project-details-aside {
    background-image: url(../image/project-details-aside.png);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 40px 30px
}

.project-details-aside li {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px
}

.project-details-aside li:last-child {
    margin-bottom: 0
}

.project-details-aside li span {
    font-size: 16px;
    margin-bottom: -5px
}

.details-comment-box {
    padding-left: 45px;
    border-left: 5px solid #0575BC
}

.details-comment-box .details-comment-content {
    padding-left: 25px
}

.details-comment-box .details-comment-content h3 {
    font-weight: 600;
    font-size: 18px;
    color: #0575BC
}

.details-comment-box .details-comment-content p {
    font-size: 18px;
    line-height: 30px
}

.working-process-box {
    border-radius: 100%;
    min-height: 424px;
    border: 2px solid #0A031D;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 24px
}

.working-process-box h3 {
    font-weight: 600;
    font-size: 20px;
    color: #0575BC
}

.working-process-box span {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #0A031D;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.working-process-box.working-process-box-2 {
    border: 2px dotted #0575BC
}

.working-process-box.working-process-box-2 span {
    background: #0575BC;
    bottom: 0;
    top: auto;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.working-process-box.working-process-box-3 {
    border: 2px solid #35CAC1
}

.working-process-box.working-process-box-3 span {
    background: #35CAC1
}

.blog-meta-2 {
    font-size: 13px
}

.blog-meta-2 a {
    color: #0575BC
}

.blog-meta-2 span {
    color: #D7D7D7;
    margin: 0 12px
}

.tag-social-wrap {
    border-top: 1px solid rgba(10, 3, 29, 0.07)
}

.tag-social-wrap .tag-social-list li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #0A031D;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tag-social-wrap .tag-social-list li a {
    font-size: 12px;
    background: #FFF;
    border-radius: 5px;
    padding: 10px 19px;
    margin: 0 3px 6px 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.tag-social-wrap .tag-social-list li a:hover {
    background: #0575BC;
    color: #fff
}

.blog-comments-wrap .single-blog-comment {
    border-bottom: 1px solid rgba(10, 3, 29, 0.07);
    padding-bottom: 20px;
    margin-bottom: 28px
}

.blog-comments-wrap .single-blog-comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.blog-comments-wrap .single-blog-comment:nth-child(even) {
    padding-left: 100px
}

.blog-comments-wrap .single-blog-comment .blog-comments-img {
    max-width: 70px;
    width: 100%
}

.blog-comments-wrap .single-blog-comment .blog-comments-info {
    padding-left: 25px
}

.blog-comments-wrap .single-blog-comment .blog-comments-info h4 {
    font-size: 16px
}

.blog-comments-wrap .single-blog-comment .blog-comments-info p {
    line-height: 30px
}

.contact-input input,
.contact-input textarea {
    width: 100%;
    background: #FFF;
    border: 2px solid rgba(5, 117, 188, 0.07);
    border-radius: 5px;
    padding: 10px 20px
}

.contact-input input {
    margin-bottom: 10px
}

.contact-input .form-condition {
    line-height: 30px
}

.contact-input .form-condition span {
    color: #B14233
}

.contact-input .contact-btn-wrap button {
    border: 0
}

.contact-input .form-message {
    position: absolute;
    left: 0;
    top: 102%
}

.map-wrap iframe {
    width: 100%;
    height: 550px
}

.contact-about-box {
    background: #FFF;
    border-radius: 5px
}

.contact-about-box .contact-about-info {
    padding: 50px 27px 50px 50px
}

.menu-toggle-address-wrap-contact .contact-info .contact-info-details h5 {
    color: #6B808D
}

.menu-toggle-address-wrap-contact .contact-info:hover .contact-info-details a {
    color: #0A031D
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.preloader .spinner-wrap {
    width: 140px;
    height: 140px;
    position: relative
}

.preloader .preloader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader .spinner {
    position: relative;
    width: 100%;
    height: 100%;
    border: 2px solid #90E0EF;
    border-top: 3px solid #FFE500;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.back-to-top-btn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    background: #fff;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 36px;
    display: none;
    z-index: 9999;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4)
}

.back-to-top-btn:hover i {
    color: #6440FA
}

.back-to-top-btn i {
    color: #183B56;
    font-size: 18px;
    -webkit-transition: .3s;
    transition: .3s
}

.back-to-top-btn i::before {
    vertical-align: middle
}

.menu-toggle-btn-full-shape.show-sidebar {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

.menu-toggle-btn-full-shape {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    background: rgba(0, 0, 0, 0.6)
}

.menu-toggle-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 46px 40px 50px 50px;
    max-width: 480px;
    overflow-y: auto;
    right: 0;
    -webkit-box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1);
    box-shadow: 7px 10px 40px rgba(13, 52, 79, 0.1)
}

.menu-toggle-content {
    margin-top: 50px;
    margin-bottom: 50px
}

.menu-toggle-content p {
    margin-bottom: 0
}

.menu-toggle-content h1 {
    font-size: 35px;
    font-weight: 500
}

.menu-toggle-content h1 span {
    color: #1F2044;
    font-size: 47px;
    font-weight: 600
}

.cross-icon {
    background: #0575BC;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px 17px 49px 54px;
    -webkit-clip-path: ellipse(62% 65% at 80% 31%);
    clip-path: ellipse(62% 65% at 80% 31%)
}

.cross-icon i {
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    line-height: 34px;
    display: block;
    -webkit-transition: .4s;
    transition: .4s
}

.cross-icon i:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}


/* =========================================================
   收敛有界 - 自定义精简样式（可直接替换）
   说明：
   1. 已去掉重复、冲突和无效的后置覆盖块
   2. 保留模板基础样式，并统一当前站点的导航、产品、知识专栏、footer
   ========================================================= */

/* 基础修正 */
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.logo-center {
    max-width: 240px;
    width: 100%;
    height: auto;
    display: block;
    padding-left: 24px;
    padding-right: 24px;
}

.about-img {
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 250px;
    width: 100%;
    height: auto;
}

.title {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.news-img {
    object-fit: scale-down;
}

.content-width {
    max-width: 800px;
    width: 100%;
}

.custom-hr {
    border: none;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #0575BC);
    width: 100%;
    margin: 10px 0 30px 0;
    opacity: 1;
}

.title-with-line {
    position: relative;
    padding-bottom: 25px;
}

.title-with-line::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #0575BC;
}

.about-word-frame {
    margin-top: 10px;
}

/* 联系我们页面 */
.contact-us {
    box-sizing: border-box;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 40px 20px 60px;
}

.contact-container {
    display: flex;
    max-width: 1100px;
    width: 100%;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 50px 40px;
    position: relative;
}

.contact-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 50px;
}

.contact-column:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 50px;
    width: 1px;
    background-color: #eaeaea;
}

.contact-column:nth-child(1)::after {
    left: calc(33.33% - 0.5px);
}

.contact-column:nth-child(2)::after {
    left: calc(66.66% - 0.5px);
}

.icon-container {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    background-color: #f9f9f9;
}

.icon-container img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.title-small {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.content {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

.name {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}

.phone-number,
.email-address {
    color: #2980b9;
    font-weight: 600;
}

.phone-number {
    font-size: 1.2rem;
}

.email-address {
    word-break: break-all;
}

.icon-description {
    margin-top: 10px;
    color: #7f8c8d;
    font-size: 1rem;
}

.contact-icon-box {
    background: rgba(0, 123, 255, 0.1);
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.contact-icon-box:hover {
    background: rgba(0, 123, 255, 0.15);
    transform: translateY(-2px);
}

.contact-icon-box .contact-icon {
    font-size: 24px;
    color: #0575BC;
    margin-right: 15px;
}

.contact-info-text {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.contact-section-title {
    font-weight: bold;
    margin-bottom: 5px;
}

/* 顶部导航最终版 */
.header-menu-area {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: transparent;
    padding: 0 36px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
    box-sizing: border-box;
}

.header-menu-area .container-fluid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.header-menu-area .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    min-height: 92px;
}

.header-menu-area .row > div:first-child {
    flex: 0 0 260px;
    max-width: 260px;
    padding-left: 0;
    padding-right: 12px;
    overflow: visible;
}

.header-menu-area .row > div:nth-child(2) {
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.header-menu-area .row > div:last-child {
    flex: 0 0 280px;
    max-width: 280px;
    display: flex;
    justify-content: flex-end;
    padding-left: 24px;
    padding-right: 24px;
    overflow: visible;
}

.logo {
    display: flex;
    align-items: center;
    height: 100%;
    overflow: visible;
}

.main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.main-nav > ul > li {
    padding: 33px 14px;
}

.main-nav > ul > li.has-child-menu:after {
    display: none !important;
    content: none !important;
}

.has-child-menu {
    position: relative;
    padding-right: 20px;
}

.menu-arrow {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.has-child-menu:hover .menu-arrow {
    transform: rotate(90deg);
}

.header-menu-area.agency-header .menu-btn-wrap,
.header-menu-area.agency-header .menu-btn-wrap.phone-right {
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
    width: 100%;
    margin-left: auto;
}

.header-menu-area.agency-header .menu-contact-info {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    padding-left: 24px;
    border-left: 1px solid rgba(255,255,255,0.16);
    gap: 14px;
    min-width: max-content;
}

.header-menu-area.agency-header .contact-info {
    padding-left: 0;
    border-left: none;
}

.header-menu-area.agency-header .contact-info-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    flex-shrink: 0;
}

.header-menu-area.agency-header .contact-info-icon img {
    width: 46px;
    height: 46px;
    object-fit: contain;
    display: block;
}

.header-menu-area.agency-header .contact-info .contact-info-details {
    padding-left: 0;
    text-align: left;
    line-height: 1.25;
}

.header-menu-area.agency-header .contact-info .contact-info-details h5 {
    margin: 0 0 4px 0;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-transform: none;
    letter-spacing: 0.2px;
}

.header-menu-area.agency-header .contact-info .contact-info-details a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #0575BC;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-menu-area.agency-header .contact-info .contact-info-details a:hover {
    color: #39a6ff;
}

/* 通用产品图片与卡片 */
.product-image-container {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.3s ease;
}

.container-wrap {
    margin-bottom: 30px;
}

.service-wrap {
    height: 100%;
    padding: 25px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #f0f0f0;
    background-color: #fff;
}

.service-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.service-wrap h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
}

.product-intro-container {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: transparent;
    border-radius: 8px;
    padding: 20px;
}

.intro-product-img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 160px;
    object-fit: contain;
}

.service-wrap-agency {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 420px;
}

.service-wrap-agency p {
    min-height: 120px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* 首页产品介绍区 */
.home-product-section,
.expert-area,
.blog-area {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.home-product-section > .container,
.expert-area > .container,
.blog-area > .container {
    width: 100%;
}

.home-product-section {
    min-height: 100vh;
    padding: 70px 0 48px !important;
    align-items: center;
}

.home-product-section .section-title {
    margin-bottom: 10px;
}

.home-product-section .product-card-row {
    margin-top: 22px !important;
    align-items: stretch;
    justify-content: center;
}

.home-product-section .product-card-col {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.home-product-section .service-wrap.service-wrap-agency {
    width: 100%;
    max-width: 350px;
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 26px 22px 22px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(2px);
}

.home-product-section .service-wrap.service-wrap-agency.show {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
}

.home-product-section .service-wrap.service-wrap-agency.active {
    background: linear-gradient(180deg, #0b7fd0 0%, #0575bc 100%);
    border: 1px solid rgba(255,255,255,0.14);
}

.home-product-section .service-wrap.service-wrap-agency .service-icon {
    width: 100%;
    min-height: 138px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 10px;
}

.home-product-section .product-intro-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-product-section .intro-product-img {
    max-width: 78%;
    max-height: 138px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.home-product-section .service-wrap.service-wrap-agency h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 0 !important;
    margin-bottom: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-product-section .service-wrap.service-wrap-agency.show h3 {
    color: rgba(255,255,255,0.96);
}

.home-product-section .service-wrap.service-wrap-agency.active h3 {
    color: #ffffff;
}

.home-product-section .product-desc {
    width: 100%;
    max-width: 265px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.home-product-section .product-desc span {
    display: block;
    color: rgba(255,255,255,0.92);
    font-size: 14px;
    line-height: 1.72;
    font-weight: 600;
    letter-spacing: 0;
}

.home-product-section .service-wrap.service-wrap-agency .service-btn-wrap {
    margin-top: auto;
    padding-top: 18px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.home-product-section .service-wrap.service-wrap-agency .icon-btn {
    width: 84px;
    height: 42px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.home-product-section .product-more-btn {
    margin-top: 18px !important;
}

/* 首页产品 hover */
.home-product-section .service-wrap.service-wrap-agency,
.professional-service-area .service-wrap.service-wrap-service {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.35s ease !important;
}

.home-product-section .service-wrap.service-wrap-agency .intro-product-img,
.professional-service-area .service-wrap.service-wrap-service .product-img {
    transition: transform 0.35s ease !important;
}

.home-product-section .service-wrap.service-wrap-agency h3,
.home-product-section .service-wrap.service-wrap-agency .product-desc span,
.professional-service-area .service-wrap.service-wrap-service h3 {
    transition: color 0.35s ease !important;
}

.home-product-section .service-wrap.service-wrap-agency .icon-btn,
.professional-service-area .service-wrap.service-wrap-service .icon-btn,
.home-product-section .service-wrap.service-wrap-agency .icon-btn i,
.professional-service-area .service-wrap.service-wrap-service .icon-btn i {
    transition: all 0.35s ease !important;
}

.home-product-section .service-wrap.service-wrap-agency:hover {
    transform: translateY(-10px) !important;
    background: linear-gradient(180deg, #1796ea 0%, #0575bc 100%) !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.22) !important;
}

.home-product-section .service-wrap.service-wrap-agency:hover h3 {
    color: #ffffff !important;
}

.home-product-section .service-wrap.service-wrap-agency:hover .product-desc span {
    color: rgba(255,255,255,0.95) !important;
}

.home-product-section .service-wrap.service-wrap-agency:hover .intro-product-img {
    transform: scale(1.08);
}

.home-product-section .service-wrap.service-wrap-agency:hover .icon-btn {
    background: rgba(255,255,255,0.22) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,255,255,0.12);
}

.home-product-section .service-wrap.service-wrap-agency:hover .icon-btn i {
    color: #ffffff !important;
}

/* 公司介绍区 */
.expert-area {
    min-height: 100vh;
    padding: 90px 0 60px !important;
    margin-bottom: 0;
    background:
        radial-gradient(circle at 85% 20%, rgba(5,117,188,0.08), transparent 30%),
        linear-gradient(180deg, #f7fbff 0%, #eef7fd 100%);
}

.expert-area .row.align-items-end {
    align-items: center !important;
}

.expert-area .about-bottom-img img {
    border-radius: 22px;
    box-shadow: 0 18px 46px rgba(10, 40, 80, 0.14);
}

.expert-area .section-title img {
    margin-top: 0 !important;
    margin-bottom: 26px;
}

.expert-content {
    margin-top: 0;
    padding-top: 0;
}

.expert-content p {
    color: #41576a;
    font-size: 17px;
    line-height: 2;
}

.expert-content ul {
    margin-top: 22px !important;
}

.expert-content ul li {
    font-family: "Barlow", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #173047;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    line-height: 1.9;
}

.expert-content ul li i {
    margin-right: 15px;
    line-height: 1;
    color: #0b84d4;
    font-size: 20px;
    display: block;
    transition: all .4s;
}

.expert-content ul li:hover i {
    transform: rotate(360deg);
}

.expert-area .btn-wrap {
    margin-top: 34px !important;
}

/* 产品列表页 */
.professional-service-area .service-wrap.service-wrap-service:hover {
    transform: translateY(-8px);
    background: linear-gradient(180deg, #1796ea 0%, #0575bc 100%);
    border-color: #0575bc;
    box-shadow: 0 16px 36px rgba(5, 117, 188, 0.22);
}

.professional-service-area .service-wrap.service-wrap-service:hover h3 {
    color: #ffffff !important;
}

.professional-service-area .service-wrap.service-wrap-service:hover .product-img {
    transform: scale(1.06);
}

.professional-service-area .service-wrap.service-wrap-service:hover .icon-btn {
    background: rgba(255,255,255,0.22) !important;
    transform: translateY(-2px);
}

.professional-service-area .service-wrap.service-wrap-service:hover .icon-btn i {
    color: #ffffff !important;
}

/* 知识专栏 */
.showcase-area .blog-wrap .blog-img,
.blog-area .blog-img {
    overflow: hidden !important;
}

.showcase-area .blog-wrap .blog-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.3s ease;
}

.showcase-area .blog-wrap:hover .blog-img img {
    transform: scale(1.05);
}

.showcase-area .blog-wrap {
    height: 100%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
}

.showcase-area .blog-wrap .blog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 25px !important;
}

.showcase-area .blog-wrap .blog-content p {
    flex: 1;
    margin-bottom: 15px !important;
}

.showcase-area .row > div {
    margin-bottom: 24px !important;
}

.blog-area {
    min-height: 100vh;
    padding: 85px 0 52px !important;
    background: linear-gradient(180deg, #0a2037 0%, #102c47 100%);
}

.blog-area .section-title,
.blog-area .section-title * {
    color: #ffffff !important;
}

.blog-area .section-title .title,
.blog-area .section-title span {
    color: rgba(255, 255, 255, 0.22) !important;
}

.blog-area .blog-wrap {
    height: 430px;
    min-height: 430px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #f3f5f7;
    transition: all 0.3s ease;
    box-shadow: 0 18px 40px rgba(0,0,0,0.20);
}

.blog-area .blog-wrap:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.10);
}

.blog-area .blog-img {
    height: 230px;
    background: #f3f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-area .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.blog-area .blog-wrap:hover .blog-img img {
    transform: scale(1.04);
}

.blog-area .blog-content {
    height: 180px;
    padding: 22px 26px 26px;
    display: flex;
    flex-direction: column;
}

.blog-area .blog-content h3,
.blog-area .blog-content h3 a {
    font-size: 18px;
    margin-bottom: 20px;
    color: #10253a;
    font-weight: 700;
    line-height: 1.6;
    text-transform: none;
}

.blog-area .blog-btn,
.blog-area .service-btn-wrap {
    margin-top: auto;
}

.blog-area .icon-btn {
    width: 60px;
    height: 32px;
    border-radius: 999px;
    background: rgba(5,117,188,0.14);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* 按钮统一 */
.common-btn {
    padding: 18px 34px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 12px 28px rgba(5,117,188,0.24);
}

.icon-btn {
    transition: all 0.3s ease !important;
}

.icon-btn:hover {
    transform: translateY(-2px);
}

.section-title img.title,
.section-title img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Footer 最终版 */
.footer-area.footer-area-agency {
    background: linear-gradient(135deg, #050b22 0%, #07031a 55%, #0a0f2c 100%);
    border-bottom: none;
    min-height: auto;
    padding: 38px 0 20px;
    display: block;
    position: relative;
    overflow: hidden;
}

.footer-area.footer-area-agency::before {
    content: "";
    position: absolute;
    left: -80px;
    top: -80px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(5,117,188,0.18) 0%, rgba(5,117,188,0) 72%);
    pointer-events: none;
}

.footer-area.footer-area-agency .container {
    position: relative;
    z-index: 2;
}

.footer-area.footer-area-agency .row {
    align-items: center;
}

.footer-area.footer-area-agency .footer-logo-container {
    padding-right: 42px;
    margin-bottom: 0;
}

.footer-area.footer-area-agency .footer-logo-container .d-flex {
    align-items: flex-start !important;
}

.footer-area.footer-area-agency .footer-logo {
    max-width: 160px;
    width: 100%;
    margin: 0 0 12px 0;
    display: block;
}

.footer-area.footer-area-agency .qr-wrapper {
    margin-top: 0;
}

.footer-area.footer-area-agency .qr-wrapper img {
    width: 96px;
    max-width: 96px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    margin-bottom: 8px;
}

.footer-area.footer-area-agency .qr-wrapper p {
    color: rgba(255,255,255,0.60);
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.footer-area.footer-area-agency .contact-info {
    background: transparent;
    border-left: 1px solid rgba(255,255,255,0.08);
    padding-left: 52px;
    margin-top: 0;
}

.footer-area.footer-area-agency .contact-info h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 18px 0;
    text-transform: none;
}

.footer-area.footer-area-agency .contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 14px;
    padding: 0;
}

.footer-area.footer-area-agency .contact-item:last-child {
    margin-bottom: 0;
}

.footer-area.footer-area-agency .contact-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: rgba(5,117,188,0.16);
    color: #4aa3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    margin-top: 1px;
    font-size: 13px;
}

.footer-area.footer-area-agency .contact-details {
    flex: 1;
}

.footer-area.footer-area-agency .contact-label {
    color: rgba(255,255,255,0.46);
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 3px;
    font-weight: 400;
}

.footer-area.footer-area-agency .contact-value {
    color: rgba(255,255,255,0.88);
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
    word-break: break-word;
}

.copy-area {
    background: #2a2145;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 0;
}

.copy-area .copy-wrap {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.copy-text p {
    color: rgba(255,255,255,0.58);
    font-size: 12px;
    text-transform: none;
    margin: 0;
}

/* 响应式 */
@media (max-width: 1399px) {
    .header-menu-area {
        padding: 0 28px;
    }

    .header-menu-area .row > div:first-child {
        flex: 0 0 230px;
        max-width: 230px;
    }

    .header-menu-area .row > div:last-child {
        flex: 0 0 250px;
        max-width: 250px;
    }

    .logo-center {
        max-width: 210px;
    }

    .main-nav > ul > li {
        padding: 33px 12px;
    }

    .header-menu-area.agency-header .menu-contact-info {
        padding-left: 20px;
        gap: 12px;
    }
}

@media (max-width: 1199px) {
    .header-menu-area {
        padding: 0 22px;
    }

    .header-menu-area .row > div:first-child {
        flex: 0 0 200px;
        max-width: 200px;
    }

    .header-menu-area .row > div:last-child {
        flex: 0 0 220px;
        max-width: 220px;
    }

    .logo-center {
        max-width: 180px;
    }

    .main-nav > ul > li {
        padding: 33px 10px;
    }

    .header-menu-area.agency-header .contact-info-icon img {
        width: 40px;
        height: 40px;
    }

    .header-menu-area.agency-header .contact-info .contact-info-details a {
        font-size: 14px;
    }

    .product-image-container {
        height: 160px;
    }

    .product-intro-container {
        height: 180px;
    }

    .intro-product-img {
        max-height: 140px;
    }

    .service-wrap-agency p {
        min-height: 140px;
    }

    .service-wrap-agency {
        min-height: 440px;
    }

    .hero-slide-wrap .hero-slide-item .hero-content h1 {
        font-size: 56px;
        line-height: 1.25;
    }

    .home-product-section .service-wrap.service-wrap-agency {
        min-height: 500px;
        max-width: 330px;
    }

    .expert-content p {
        font-size: 16px;
    }

    .footer-area.footer-area-agency .contact-info {
        padding-left: 24px;
    }
}

@media (max-width: 991px) {
    .contact-container {
        flex-direction: column;
        padding: 40px 30px;
    }

    .contact-column {
        padding: 30px 0;
    }

    .contact-column:not(:last-child)::after {
        left: 40px;
        right: 40px;
        top: auto;
        bottom: 0;
        width: auto;
        height: 1px;
    }

    .contact-column:nth-child(1)::after,
    .contact-column:nth-child(2)::after {
        left: 40px;
        right: 40px;
    }

    .contact-column:not(:last-child) {
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 0;
    }

    .product-image-container {
        height: 150px;
    }

    .product-intro-container {
        height: 160px;
    }

    .intro-product-img {
        max-height: 120px;
    }

    .service-wrap-agency p {
        min-height: 160px;
    }

    .service-wrap-agency {
        min-height: 460px;
    }

    .home-product-section,
    .expert-area,
    .blog-area {
        min-height: auto;
        display: block;
    }

    .home-product-section {
        padding: 70px 0 50px !important;
    }

    .expert-area {
        padding: 70px 0 55px !important;
    }

    .blog-area {
        padding: 70px 0 50px !important;
    }

    .home-product-section .service-wrap.service-wrap-agency {
        max-width: 390px;
        min-height: 480px;
    }

    .blog-area .blog-wrap {
        min-height: 460px;
    }

    .blog-area .blog-img {
        height: 220px;
    }

    .blog-area .blog-content {
        height: auto;
        min-height: 0;
    }

    .footer-area.footer-area-agency {
        padding: 32px 0 18px;
    }

    .footer-area.footer-area-agency .footer-logo-container {
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-area.footer-area-agency .footer-logo-container .d-flex {
        align-items: center !important;
        text-align: center;
    }

    .footer-area.footer-area-agency .contact-info {
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.08);
        padding-left: 0;
        padding-top: 20px;
        margin-top: 20px;
    }

    .footer-area.footer-area-agency .contact-info h4 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .header-menu-area {
        padding: 0 16px;
    }

    .header-menu-area .row {
        min-height: 78px;
    }

    .header-menu-area .row > div:first-child {
        flex: 0 0 160px;
        max-width: 160px;
    }

    .header-menu-area .row > div:last-child {
        flex: 0 0 auto;
        max-width: none;
    }

    .logo-center {
        max-width: 150px;
    }

    .header-menu-area.agency-header .menu-contact-info {
        padding-left: 14px;
        gap: 8px;
        border-left: 1px solid rgba(255,255,255,0.14);
    }

    .header-menu-area.agency-header .contact-info-icon img {
        width: 34px;
        height: 34px;
    }

    .header-menu-area.agency-header .contact-info .contact-info-details h5 {
        font-size: 11px;
    }

    .header-menu-area.agency-header .contact-info .contact-info-details a {
        font-size: 13px;
    }

    .product-image-container {
        height: 140px;
    }

    .service-wrap {
        padding: 20px 15px;
    }

    .product-intro-container {
        height: 150px;
    }

    .intro-product-img {
        max-height: 110px;
    }

    .service-wrap-agency p {
        min-height: 120px;
    }

    .service-wrap-agency {
        min-height: 420px;
    }

    .hero-slide-wrap .hero-slide-item {
        padding: 120px 0 90px;
    }

    .hero-slide-wrap .hero-slide-item .hero-content h2 {
        font-size: 20px;
    }

    .hero-slide-wrap .hero-slide-item .hero-content h1 {
        font-size: 36px;
        line-height: 1.35;
    }

    .home-product-section {
        min-height: auto;
        display: block;
        padding-top: 50px !important;
        padding-bottom: 40px !important;
    }

    .home-product-section .service-wrap.service-wrap-agency {
        min-height: auto;
        max-width: 100%;
        padding: 24px 18px 20px;
    }

    .home-product-section .service-wrap.service-wrap-agency .service-icon {
        min-height: 120px;
    }

    .home-product-section .intro-product-img {
        max-height: 118px;
    }

    .home-product-section .product-desc span {
        font-size: 13px;
        line-height: 1.65;
    }

    .expert-area {
        padding: 58px 0 46px !important;
    }

    .expert-content p {
        font-size: 15px;
        line-height: 1.9;
    }

    .expert-content ul li {
        font-size: 15px;
    }

    .blog-area .blog-wrap {
        min-height: auto;
    }

    .blog-area .blog-img {
        height: 200px;
    }

    .blog-area .blog-content {
        padding: 24px 20px 22px;
    }

    .blog-area .blog-content h3,
    .blog-area .blog-content h3 a {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    .footer-area.footer-area-agency {
        padding: 30px 0 18px;
    }

    .footer-area.footer-area-agency .footer-logo {
        max-width: 150px;
        margin-bottom: 12px;
    }

    .footer-area.footer-area-agency .qr-wrapper img {
        width: 88px;
        max-width: 88px;
    }

    .footer-area.footer-area-agency .contact-info {
        padding-top: 18px;
    }

    .footer-area.footer-area-agency .contact-info h4 {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .footer-area.footer-area-agency .contact-item {
        margin-bottom: 12px;
    }

    .footer-area.footer-area-agency .contact-value {
        font-size: 12px;
        line-height: 1.55;
    }

    .copy-area .copy-wrap {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }
}

@media (max-width: 576px) {
    .header-menu-area .contact-info .contact-info-details h5 {
        display: none;
    }

    .header-menu-area .contact-info .contact-info-details a {
        font-size: 12px;
    }

    .product-image-container {
        height: 130px;
    }

    .service-wrap h3 {
        font-size: 1.1rem;
    }

    .product-intro-container {
        height: 140px;
    }

    .intro-product-img {
        max-height: 100px;
    }

    .service-wrap-agency p {
        min-height: 140px;
    }

    .service-wrap-agency {
        min-height: 440px;
    }
}




.header-menu-area {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 999;
}

body {
    padding-top: 90px;
}




















/* =========================================================
   Footer 修正版（适配当前 index.html 结构）
   ========================================================= */

/* 整体背景 */
.footer-area.footer-area-agency,
.copy-area {
    background: #272727 !important;
}

.footer-area.footer-area-agency::before,
.footer-area.footer-area-agency::after,
.copy-area::before,
.copy-area::after {
    display: none !important;
}

/* 容器左右边距和导航栏一致 */
.footer-area.footer-area-agency > .container,
.copy-area > .container {
    max-width: 100% !important;
    width: 100%;
    padding-left: 36px !important;
    padding-right: 36px !important;
}

/* footer 主体上下留白 */
.footer-area.footer-area-agency {
    padding: 42px 0 0 !important;
    border-bottom: none !important;
}

/* 这一行只保留正常对齐，不强改列宽 */
.footer-main-row {
    align-items: flex-start !important;
}

/* 左中右三列内部盒子 */
.footer-brand-box,
.footer-links-box,
.footer-contact-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* 左列：和导航 logo 左边距接近 */
.footer-brand-box {
    align-items: flex-start;
    text-align: left;
    padding-left: 24px;
}

/* logo */
.footer-brand-box .footer-logo {
    display: block;
    max-width: 185px;
    margin: 0 0 12px 0 !important;
}

/* 副标题 */
.footer-brand-box .footer-subtitle {
    color: rgba(255,255,255,0.86);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 18px;
    text-align: left;
}

/* 二维码区域 */
.footer-brand-box .qr-wrapper {
    width: 122px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
}

.footer-brand-box .qr-wrapper img {
    width: 104px;
    max-width: 104px;
    border-radius: 6px;
    margin: 0 auto 8px !important;
    box-shadow: 0 8px 18px rgba(0,0,0,0.16);
}

.footer-brand-box .qr-wrapper p {
    color: rgba(255,255,255,0.62);
    font-size: 11px;
    line-height: 1.55;
    text-align: center;
    margin: 0;
}

/* 中间列 */
.footer-links-box {
    padding-left: 18px;
    padding-right: 18px;
}

/* 右侧联系我们 */
.footer-contact-box {
    padding-left: 28px;
    padding-right: 24px;
    border-left: 1px solid rgba(255,255,255,0.10);
}

/* 标题 */
.footer-title {
    color: #ffffff;
    font-size: 15px !important;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 18px !important;
    padding-bottom: 12px;
    text-transform: none !important;
    position: relative;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
    background: #0575BC;
    border-radius: 999px;
}

/* 快速链接 */
.footer-links {
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.footer-links a {
    display: inline-block;
    color: rgba(255,255,255,0.84);
    font-size: 12px;
    line-height: 1.7;
    transition: all 0.28s ease;
}

.footer-links a:hover {
    color: #4aa3ff;
    transform: translateX(3px);
}

/* 联系我们项目 */
.footer-contact-box .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
    padding: 2px 0;
}

.footer-contact-box .contact-item:last-child {
    margin-bottom: 0;
}

.footer-contact-box .contact-icon {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    background: rgba(5,117,188,0.16);
    color: #4aa3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-right: 0;
}

.footer-contact-box .contact-details {
    flex: 1;
    min-width: 0;
}

.footer-contact-box .contact-label {
    color: rgba(255,255,255,0.50);
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 3px;
}

.footer-contact-box .contact-value {
    color: rgba(255,255,255,0.92);
    font-size: 12px;
    line-height: 1.55;
    word-break: break-word;
}

/* 底部版权栏 */
.copy-area {
    border-top: 1px solid rgba(255,255,255,0.08) !important;
    padding: 0 !important;
}

.copy-area .copy-wrap {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    align-items: center !important;
}

.copy-area .copy-wrap > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* 左边版权和导航 logo 左边距一致 */
.copy-area .copy-wrap > div:first-child .copy-text {
    padding-left: 24px;
}

/* 右边英文和顶部电话右边距一致 */
.copy-area .copy-wrap > div:last-child .copy-text {
    padding-right: 24px;
    text-align: right !important;
}

.copy-text p {
    color: rgba(255,255,255,0.72) !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    line-height: 1.5;
    margin: 0;
}

/* 平板 */
@media (max-width: 1199px) {
    .footer-area.footer-area-agency > .container,
    .copy-area > .container {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .footer-brand-box {
        padding-left: 24px;
    }

    .footer-contact-box {
        padding-right: 24px;
    }

    .copy-area .copy-wrap > div:first-child .copy-text,
    .copy-area .copy-wrap > div:last-child .copy-text {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* 手机 */
@media (max-width: 991px) {
    .footer-area.footer-area-agency > .container,
    .copy-area > .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .footer-area.footer-area-agency {
        padding: 34px 0 0 !important;
    }

    .footer-brand-box {
        align-items: center;
        text-align: center;
        padding-left: 0;
        margin-bottom: 24px;
    }

    .footer-brand-box .footer-subtitle {
        text-align: center;
    }

    .footer-links-box {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        margin-bottom: 24px;
    }

    .footer-links-box .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-contact-box {
        padding-left: 0;
        padding-right: 0;
        border-left: none;
        border-top: 1px solid rgba(255,255,255,0.10);
        padding-top: 22px;
        margin-top: 6px;
    }

    .footer-contact-box .footer-title {
        text-align: center;
    }

    .footer-contact-box .footer-title::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .copy-area .copy-wrap > div:first-child .copy-text,
    .copy-area .copy-wrap > div:last-child .copy-text {
        padding-left: 0;
        padding-right: 0;
        text-align: center !important;
    }
}

/* ===================================================================
 * 公共 "about 页模板" 主题样式
 * 从 index/about/news/product/contact/product-detail.html 内联 <style> 合并
 * =================================================================== */
.logo-center { display: block; }
.about-page-section {
    padding: 120px 0 96px;
}
.about-module {
    margin-bottom: 56px;
}
.section-main-title {
    font-weight: 700;
    margin-bottom: 0;
    text-transform: none;
}
.custom-hr {
    border: none;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #0575BC);
    width: 100%;
    margin: 12px 0 28px 0;
    opacity: 1;
}
.about-paragraph {
    color: #6B808D;
    line-height: 2;
    font-size: 16px;
}
.about-paragraph p {
    margin-bottom: 0;
}
.about-paragraph p + p {
    margin-top: 16px;
}
.advantage-card,
.industry-card,
.honor-card {
    background: #fff;
    border: 1px solid rgba(5, 117, 188, 0.08);
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(10, 3, 29, 0.05);
    transition: all 0.35s ease;
}
.advantage-card,
.industry-card {
    padding: 28px 24px;
    height: 100%;
}
.advantage-card:hover,
.industry-card:hover,
.honor-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(10, 3, 29, 0.10);
}
.card-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(5, 117, 188, 0.10);
    color: #0575BC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}
.advantage-card h4,
.industry-card h4 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: none;
}
.advantage-card p,
.industry-card p {
    margin-bottom: 0;
    line-height: 1.9;
    color: #6B808D;
}
.intro-banner {
    background: linear-gradient(135deg, #0A031D, #113a67);
    border-radius: 12px;
    padding: 34px 32px;
    margin-bottom: 56px;
    position: relative;
    overflow: hidden;
}
.intro-banner:before,
.intro-banner:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}
.intro-banner:before {
    width: 180px;
    height: 180px;
    top: -60px;
    right: -40px;
}
.intro-banner:after {
    width: 120px;
    height: 120px;
    left: -30px;
    bottom: -30px;
    background: rgba(5,117,188,0.26);
}
.intro-banner h3,
.intro-banner p {
    position: relative;
    z-index: 1;
}
.intro-banner h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: none;
}
.intro-banner p {
    color: rgba(255,255,255,0.78);
    line-height: 1.9;
    margin-bottom: 0;
}
.honor-card {
    overflow: hidden;
    height: 100%;
}
.honor-image-wrap {
    background: #f7fbfe;
    min-height: 260px;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.honor-image-wrap img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 290px;
    object-fit: contain;
    transition: transform .35s ease;
}
.honor-card:hover .honor-image-wrap img {
    transform: scale(1.03);
}
.honor-content {
    padding: 18px 20px 20px;
    border-top: 1px solid rgba(5, 117, 188, 0.08);
}
.honor-content h5 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    text-transform: none;
}
.honor-content p {
    margin-bottom: 0;
    line-height: 1.8;
    color: #6B808D;
}
@media (max-width: 991px) {
    .about-page-section {
        padding: 90px 0 70px;
    }
    .honor-image-wrap {
        min-height: 220px;
    }
    .intro-banner h3 {
        font-size: 24px;
    }
}
