/* ============================================================
   皓祎科技官网样式表
   湖北省皓祎网络科技有限公司 · 前端开发组
   haoyikeji.xyz © 2026
============================================================ */

html,
body{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body{
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.95em;
    color: #555;
    overflow-x: hidden !important;
    background: #fff;
}

p{
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.95em;
    color: #999;
    margin-bottom: 15px;
}

h1{
    font-size: 42px;
}

h2{
    font-size: 35px;
}

h3{
    font-size: 28px;
}

h4{
    font-size: 21px;
}

h5{
    font-size: 17px;
}

h6{
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Outfit', sans-serif;
    line-height: 1.5em;
    margin: 0 0 15px 0;
    color: #1b1b1b;
}

img{
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

span,
a,
a:hover{
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

b{
    font-weight: 700;
    color: #1b1b1b;
}

/* text field */
button,
input,
optgroup,
select,
textarea{
    font-family: 'Outfit', sans-serif;
}

input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus{
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea{
    max-width: 100%;
    margin-bottom: 15px;
    padding: 18.5px 20px;
    height: auto;
    background-color: #222;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5em;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #999;
    background-image: none;
    border: none;
    border-radius: 30px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button{
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.95em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: #1b1b1b;
    border: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover{
    color: #999;
    border: none;
}

select{
    padding: 10px;
    border-radius: 5px;
}

textarea:focus,
textarea:active,
textarea::placeholder{
    color: #999;
}

table,
th,
tr,
td{
    border: 0px solid #999;
}

th,
tr,
td{
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"]{
    display: inline;
}

/* submit and alert success  */
input[type="submit"]{
    display: inline-block;
    height: auto;
    padding: 19px 35px;
    border: none;
    border-radius: 0;
    background-color: #44c4ff;
    -webkit-transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
    text-align: center;
    font-size: 14px;
    border-radius: 30px;
}

input[type="submit"]:hover{
    border: none;
    background-color: #fff;
    color: #1b1b1b;
}

.alert-success{
    background: transparent;
    color: #999;
    border: 1px solid #44c4ff;
    border-radius: 20px;
}

/* placeholder */
::-webkit-input-placeholder{
    color: #999;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

:-moz-placeholder{
    color: #999;
}

::-moz-placeholder{
    color: #999;
    opacity: 1;
}

:-ms-input-placeholder{
    color: #999;
}

.bg-photo{
    background-size: cover;
    background-repeat: no-repeat;
}

.count{
    font-family: 'Outfit', sans-serif;
}

.hero-center{
    position: absolute;
    width: 100%;
    top: 50%;
    /*    left: 0;*/
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    z-index: 9;
}

:root{
    scroll-behavior: auto;
}

hr{
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
}

.mt-15{
    margin-top: 15px !important;
}

.mt-30{
    margin-top: 30px !important;
}

.mt-45{
    margin-top: 45px !important;
}

.mt-60{
    margin-top: 60px !important;
}

.mt-90{
    margin-top: 90px !important;
}

.mt--120{
    margin-top: -120px !important;
}

.mb-0{
    margin-bottom: 0 !important;
}

.mb-15{
    margin-bottom: 15px !important;
}

.mb-20{
    margin-bottom: 20px !important;
}

.mb-30{
    margin-bottom: 30px !important;
}

.mb-45{
    margin-bottom: 45px !important;
}

.mb-60{
    margin-bottom: 60px !important;
}

.mb-90{
    margin-bottom: 90px !important;
}

.mb-120{
    margin-bottom: 120px !important;
}

/* list */
.list{
    position: relative;
    display: block;
}

.list li{
    position: relative;
    display: flex;
    align-items: center;
}

.list li + li{
    margin-top: 10px;
}

/* vertical line */


/* 加载遮罩 */
.loading-mask,
#loading-wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #1b1b1b;
    z-index: 10000009;
}

#loading-wrap{
    display: table;
    table-layout: fixed;
}

#loading-box{
    display: table-cell;
    vertical-align: middle;
}

.loading-spin{
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader{
    position: relative;
    width: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -22px;
    margin-top: 1px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span{
    position: absolute;
    width: 70px;
    height: 70px;
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
    border-top: 1px solid #44c4ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate{
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate{
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* ======= Section style ======= */
.sec-space{
    padding: 120px 0;
}

.section-title{
    font-size: 35px;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.25em;
    font-weight: 700;
    text-transform: capitalize;
}

[data-overlay-dark] .section-title span,
.section-title span{
    color: #44c4ff;
}

.section-title.white{
    color: #fff;
}

.section-title.black{
    color: #1b1b1b;
}

.section-subtitle{
    font-size: 10px;
    line-height: 10px;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    color: #44c4ff;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.section-subtitle.white{
    color: #fff;
}


/* ======= Navbar style ======= */
.navbar{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: transparent;
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
    border: none;
}

.navbar .container{
    border: none;
}

.navbar-toggler-icon{
    background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar{
    color: #fff;
}

.navbar .navbar-nav .nav-link{
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #fff;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 9px;
    padding-left: 9px;
}

.navbar .navbar-nav .nav-link.nav-color{
    color: #1b1b1b;
}

.navbar .navbar-nav .nav-link:hover{
    color: #44c4ff;
}

.navbar .navbar-nav .nav-link:hover i{
    color: #44c4ff;
}

.navbar .navbar-nav .active{
    color: #44c4ff !important;
}

.navbar .navbar-nav .active i{
    color: #44c4ff;
}

#app{
    margin-top: 160px;
}

.brand-box{
    float: left;
}

.brand-box .logo h2{
    font-family: 'Outfit', sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.25em;

}

.brand-box .logo h2 span{
    color: #44c4ff;
}

.brand-box img{
    height: 50px;
    width: auto;
}

.dropdown .nav-link i{
    padding-left: 0px;
    font-size: 8px;
    color: #fff;
}

.navbar .dropdown-menu .dropdown-item{
    padding: 7px 0;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    position: relative;
    background-color: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.navbar .dropdown-menu .dropdown-item span{
    display: block;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i{
    padding: 13px 0 0 5px;
    font-size: 8px;
    float: right;
    color: #fff;
}

.navbar .dropdown-menu .dropdown:hover > .dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover{
    color: #44c4ff;
}

.navbar .dropdown-toggle::after{
    display: none;
}

.navbar .dropdown-menu{
    box-shadow: 0 16px 50px rgb(27 27 27 / 7%);
}

.navbar .dropdown-menu li:last-child{
    border-bottom: none;
}

/* li hover */
.navbar .dropdown-menu li{
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar .dropdown-menu li:hover{
    padding-left: 5px;
}

.navbar .dropdown-menu .dropdown-menu.pull-left{
    top: 0;
    left: auto;
    right: 100%;
}

/* navbar-right */
.navbar .navbar-right{
    position: relative;
    display: flex;
    align-items: center;
}

.navbar .navbar-right .wrap{
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    margin-left: 20px;
}

.navbar .navbar-right .wrap .icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: transparent;
    border-radius: 50%;
    font-size: 21px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #44c4ff;
}

.navbar .navbar-right .wrap .icon:hover{
    background-color: #44c4ff;
    color: #1b1b1b;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar .navbar-right .wrap .text{
    margin-left: 10px;
    top: 3px;
    position: relative;
}

.navbar .navbar-right .wrap .text p{
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    margin-bottom: 4px;
}

.navbar .navbar-right .wrap .text h5{
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    margin-bottom: 5px;
}

.navbar .navbar-right .wrap .text h5 a{
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar .navbar-right .wrap .text h5 a:hover{
    color: #44c4ff;
}

.h-icon-s{
    right: -40px;
    position: absolute;
    font-size: 35px;
    top: -10px
}


/* Navbar Media Query */
@media screen and (min-width: 992px){

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 200px;
        padding: 15px 25px;
        border-radius: 20px;
        border: 0;
        background-color: #222;
        -webkit-transition: all .3s;
        transition: all .3s;
    }

    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 190px;
        transform: translateY(0);
    }

    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px){.navbar{
        padding-left: 0px;
        padding-right: 0px;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
        height: 85px;
    }.brand-box{
        float: left;
        padding: 28.5px 15px;
    }.navbar .logo{
        text-align: left;
        margin-left: 0px;
    }.navbar button{
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }.navbar button:hover{
        background: transparent;
    }.navbar button:active,
    .navbar button:focus,
    .navbar button:hover{
        background: transparent;
        outline: none;
        color: transparent !important;
    }.navbar .container{
        max-width: 100%;
        padding: 0;
    }.navbar .nav-link{
        margin: 0px auto !important;
    }.navbar .navbar-nav .nav-link{
        color: #fff;
        width: 100%
    }.navbar .dropdown-menu .dropdown-item{
        color: #fff;
        padding: 0 15px;
        font-size: 14px;
        line-height: 40px;
    }.navbar .dropdown-menu .dropdown-item.dropdown-toggle{
        font-weight: 300;
    }.navbar .dropdown-submenu .dropdown-toggle::after{
        right: 15px;
        font-size: 10px;
    }.navbar .dropdown-submenu:hover > .dropdown-toggle::after{
        transform: rotate(0deg);
    }.navbar .dropdown-submenu .dropdown-toggle.show::after{
        transform: rotate(90deg);
    }.navbar .dropdown-menu{
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #222;
        box-shadow: none;
    }.navbar .dropdown-submenu .dropdown-menu{
        margin: 0;
        padding: 0 0 0 20px;
    }.navbar .dropdown-menu li a{
        padding: 0 15px;
    }.navbar .navbar-nav .nav-link{
        padding-right: 0px;
        padding-left: 0px;
    }.navbar .navbar-nav{
        padding: 20px;
    }.navbar .navbar-collapse{
        max-height: 450px;
        overflow: auto;
        background: #222;
        text-align: left;
        margin-top: -25px;
    }.dropdown .nav-link i{
        color: rgba(255, 255, 255, 0.5);
    }.navbar .dropdown-menu .dropdown-item i{
        color: #fff;
    }.navbar .navbar-right{
        display: none;
    }
}


/* ======= Header style ======= */
.header{
    height: 100vh;
    overflow: hidden;
}

.header .caption .o-hidden{
    display: inline-block;
}

.header .caption h6{
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: #44c4ff;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 0px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.header .caption h1{
    position: relative;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    line-height: 1em;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    display: inline-grid;
}

.header .caption h1 span{
    color: #44c4ff;
}

.header .caption h5{
    font-family: 'Outfit', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #fff;
    margin: 15px 0;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.header .caption h5 span{
    display: inline-block;
    font-weight: 700;
    font-size: 21px;
    color: #44c4ff;
    margin-left: 20px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.header .caption h5 span i{
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.header .caption .button-1,
.header .caption .button-2{
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.parallax-header.hero-full{
    min-height: 100vh;
    background-position: center;
}


/* ======= Banner Header style ======= */
.page-hero{
    height: 80vh;
    background-position: center;
}

.page-hero.hero-mid{
    min-height: 80vh;
}

.page-hero.hero-full{
    min-height: 100vh;
}

.page-hero[data-overlay-dark] h6,
.page-hero h6{
    font-size: 10px;
    line-height: 10px;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    color: #44c4ff;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 6px;
}

.page-hero h1{
    font-size: 42px;
    color: #1b1b1b;
    position: relative;
    line-height: 1.25em;
    margin-bottom: 0;
}

.page-hero h1 span{
    color: #44c4ff;
}

.page-hero p{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
    color: #1b1b1b;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.page-hero .hero-meta{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1b1b1b;
    font-size: 14px;
    margin-bottom: 15px;
}

.page-hero .hero-meta a{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.page-hero .hero-meta .divider{
    width: 20px;
    height: 1px;
    margin-right: 15px;
    margin-left: 15px;
    background-color: #44c4ff;
}

@media screen and (max-width: 991px){.page-hero h1{
        font-size: 42px;
    }
}


/* ======= About style ======= */
.intro-sec{
    position: relative;
}

.intro-sec .item{
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.intro-sec .item img{
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.intro-sec .item:hover img{
    transform: scale(1.05);
}

.intro-sec .item .title{
    position: absolute;
    top: 0px;
    padding: 30px;
}

.intro-sec .item .title h4{
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
}

.intro-sec .item .curv-butn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    height: 85px;
    line-height: 55px;
    text-align: center;
    border-radius: 0 40px 0 0;
}

.intro-sec .item .curv-butn .vid{
    position: absolute;
    top: 15px;
    left: 12px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}

.intro-sec .item .curv-butn .br-left-top{
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.intro-sec .item .curv-butn .br-left-top svg{
    width: 24px;
    height: 24px;
}

.intro-sec .item .curv-butn .br-right-bottom{
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.intro-sec .item .curv-butn .br-right-bottom svg{
    width: 24px;
    height: 24px;
}

.intro-sec .item .curv-butn .icon{
    width: 60px;
    height: 60px;
    font-size: 21px;
    color: #fff;
    border: 1px solid #44c4ff;
    border-radius: 100%;
    line-height: 60px;
}

.intro-sec .item:hover .curv-butn .icon{
    background-color: #44c4ff;
    color: #fffafa;
    border-radius: 100%;
}

.team .item{
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.team .item img{
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.team .item:hover img{
    transform: scale(1.05);
}

.team .item .title{
    position: absolute;
    bottom: 0;
    padding: 0;
    z-index: 1;
    left: 110px;
}

.team .item .title h4{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.team .item .title h6{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
}

.team .item .butn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    height: 85px;
    line-height: 55px;
    text-align: center;
    border-radius: 0 40px 0 0;
    z-index: 2;
}

.team .item .butn .vid{
    position: absolute;
    top: 15px;
    left: 12px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}

.team .item .butn .br-left-top{
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.team .item .butn .br-left-top svg{
    width: 24px;
    height: 24px;
}

.team .item .butn .br-right-bottom{
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.team .item .butn .br-right-bottom svg{
    width: 24px;
    height: 24px;
}

.team .item .butn .icon{
    width: 60px;
    height: 60px;
    font-size: 17px;
    color: #fff;
    border: 1px solid #44c4ff;
    border-radius: 100%;
    line-height: 62px;
}

.team .item:hover .butn .icon{
    background-color: #44c4ff;
    color: #fff;
    border-radius: 100%;
}

/* team-single list */
.team-single .list{
    position: relative;
    display: block;
}

.team-single .list li{
    position: relative;
    display: flex;
    align-items: center;
}

.team-single .list li + li{
    margin-top: 10px;
}

/* team-single tabs */
.team-single .cont .simpl-bord.nav-tabs{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #44c4ff;;
}

.team-single .cont .simpl-bord .nav-item{
    margin-right: 30px;
}

.team-single .cont .simpl-bord .nav-item:last-of-type{
    margin-right: 0;
}

.team-single .cont .simpl-bord .nav-link{
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent !important;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
}

.team-single .cont .simpl-bord .nav-link.active{
    font-weight: 700;
    color: #44c4ff;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
}

.car-details .sidebar-car .item{
    padding: 30px;
}

.car-details .sidebar-car .item .features{
    padding: 15px 0;
    display: grid;
    grid-template-columns: 50% 50%;
}

.car-details .sidebar-car .item .features span{
    color: #999;
}

.car-details .sidebar-car .item .features span i{
    color: #44c4ff;
    margin-right: 10px;
    font-size: 14px;
    background: #333;
    padding: 10px;
    border-radius: 100%;
}

.car-details .sidebar-car .item .features p{
    margin-bottom: 0px;
    color: #fff;
    text-align: right;
}

/* double button */
.btn-double{
    position: relative;
    text-align: center;
    margin: 10px 0;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.btn-double:before{
    content: attr(data-grouptype);
    color: #fff;
    font-weight: 300;
    display: block;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #333;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -28px;
    line-height: 28px;
    text-align: center
}

.btn-double > a + a{
    margin-left: 0px;
}

.btn-double > a{
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    transition: color .3s ease;
}

.btn-double > a span{
    font-size: 17px;
    margin-right: 2px;
}

.btn-double > a:nth-of-type(1){
    background: #44c4ff;
    color: #fff;
    border-radius: 30px 0 0 30px;
    padding: 15px 27px;
}

.btn-double > a:nth-of-type(1):hover{
    background: #fff;
    color: #1b1b1b;
}

.btn-double > a:nth-of-type(2){
    background: #44c4ff;
    color: #fcfcfc;
    border-radius: 0 30px 30px 0;
    padding: 15px 27px;
}

.btn-double > a:nth-of-type(2):hover{
    background: #fff;
    color: #1b1b1b;
}

.car-types1 .item{
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.car-types1 .item img{
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.car-types1 .item:hover img{
    transform: scale(1.05);
}

.car-types1 .item .title{
    position: absolute;
    top: 0px;
    padding: 30px;
}

.car-types1 .item .title h4{
    color: #fff;
    font-size: 21px;
}

.car-types1 .item .curv-butn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    height: 85px;
    line-height: 55px;
    text-align: center;
    border-radius: 0 40px 0 0;
}

.car-types1 .item .curv-butn .vid{
    position: absolute;
    top: 15px;
    left: 12px;
    right: 15px;
    bottom: 15px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}

.car-types1 .item .curv-butn .br-left-top{
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.car-types1 .item .curv-butn .br-left-top svg{
    width: 24px;
    height: 24px;
}

.car-types1 .item .curv-butn .br-right-bottom{
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.car-types1 .item .curv-butn .br-right-bottom svg{
    width: 24px;
    height: 24px;
}

.car-types1 .item .curv-butn .icon{
    width: 60px;
    height: 60px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #44c4ff;
    border-radius: 100%;
    line-height: 62px;
}

.car-types1 .item:hover .curv-butn .icon{
    background-color: #44c4ff;
    color: #fff;
    border-radius: 100%;
}

.car-types2 .container{
    position: relative;
}

.car-types2 .item{
    background: #222;
    padding: 40px 15px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}

.car-types2 .item span{
    font-size: 75px;
    color: #44c4ff;
    line-height: 0.5em;
    margin-bottom: 0px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

.car-types2 .item h6{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.car-types2 .item .bg-icon{
    position: absolute;
    opacity: 0.02;
    z-index: -1;
    bottom: -75px;
    left: 75px;
}

.car-types2 .item .bg-icon span{
    font-size: 240px;
    color: #fff;
}

.car-types2 .item:hover{
    background-color: #44c4ff;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
}

.car-types2 .item:hover span,
.car-types2 .item:hover h6{
    color: #1b1b1b;
    -webkit-transition: .5s;
    transition: .5s;

}

.car-types2 .item:hover .bg-icon{
    opacity: 0.1;
    color: #1b1b1b;
    -webkit-transition: .5s;
    transition: .5s;
}

.mt--80{
    margin-top: -80px;
}


/* ======= Services Box style ======= */
.svc-list{
    position: relative;
}

.svc-list .container{
    position: relative;
    z-index: 2;
}

.svc-list .item{
    background: #222;
    padding: 40px 40px 60px 40px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
    height: 400px;
}

.svc-list .item.active{
    background: #44c4ff;
}

.svc-list .item:hover{
    background: #222222;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.svc-list .item h5{
    font-size: 21px;
    color: #fff;
}

.svc-list .item img{
    height: 80px;
    width: 80px;
}

.svc-list .item.active h5{
    color: #fff;
}

.svc-list .item:hover h5{
    color: #f1f1f1;
    -webkit-transition: .5s;
    transition: .5s;
}

.svc-list .item p{
    color: #999;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

.svc-list .item.active p{
    color: #f1f1f1;
}

.svc-list .item:hover p{
    color: #f1f1f1;
}

.svc-list .item span{
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    width: 106px;
    height: 106px;
    line-height: 106px;
    background: #333;
    border-radius: 100%;
    text-align: center;
}

.svc-list .item.active span{
    color: #44c4ff;
    background: #1b1b1b;
}

.svc-list .item:hover span{
    color: #fff;
    background: #1b1b1b;
}

.svc-list .item i{
    font-size: 17px;
    font-weight: 700;
    color: #44c4ff;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #333;
    border-radius: 100%;
    text-align: center;
    font-style: normal;
}

.svc-list .item.active i{
    color: #44c4ff;
    background: #1b1b1b;
}

.svc-list .item:hover i{
    color: #fff;
    background: #1b1b1b;
}

.svc-list .item .step-num{
    font-size: 120px;
    position: absolute;
    bottom: -25px;
    right: -10px;
    color: rgba(0, 0, 0, 0.3);
    opacity: .2;
}

.svc-list .item.active .step-num{
    color: rgba(255, 255, 255, 0.5);
}

.svc-list .item:hover .step-num{
    color: rgba(255, 255, 255, 0.5);
}

.services-box2 .item{
    position: relative;
    padding: 60px 40px 0 40px;
    border-radius: 20px 20px 20px 0;
    background: #1c1b1b;
    z-index: 2;
}

.services-box2 .item .text h5{
    border-radius: 20px;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
}

.services-box2 .item .text p{
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.95em;
    color: #999;
    margin-bottom: 20px;
}

.services-box2 .item .step-num{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
}

.services-box2 .item .step-num .step-n{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #222;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.services-box2 .item:hover .step-num .step-n{
    background: #44c4ff;
    color: #1b1b1b;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
}

.services-box2 .item .step-num .step-curv{
    position: relative;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: #000;
}

.services-box2 .item .step-num .step-curv .curv-lt{
    position: absolute;
    top: -23px;
    left: -4px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.services-box2 .item .step-num .step-curv .curv-lt svg{
    width: 24px;
    height: 20px;
}

.services-box2 .item .step-num .step-curv .curv-rb{
    position: absolute;
    bottom: -2px;
    right: -22px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.services-box2 .item .step-num .step-curv .curv-rb svg{
    width: 24px;
    height: 24px;
}


/* ======= Process style ======= */
.flow-steps{
    position: relative;
    overflow: hidden;
}

.flow-steps .item{
    position: relative;
    padding: 60px 40px 0 40px;
    border-radius: 20px 20px 20px 0;
    background: #222;
    z-index: 2
}

.flow-steps .item .text h5{
    border-radius: 20px;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
}

.flow-steps .item .text p{
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.95em;
    color: #999;
    margin-bottom: 20px;
}

.flow-steps .item .step-num{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
}

.flow-steps .item .step-num .step-n{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #222;
    font-family: 'Outfit', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border: 1px solid #222;
}

.flow-steps .item .step-num .step-curv{
    position: absolute;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: #000;
    bottom: 0px;
}

.flow-steps .item .step-num .step-curv .curv-lt{
    position: absolute;
    top: -23px;
    left: -4px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.flow-steps .item .step-num .step-curv .curv-lt svg{
    width: 24px;
    height: 20px;
}

.flow-steps .item .step-num .step-curv .curv-rb{
    position: absolute;
    bottom: -2px;
    right: -22px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.flow-steps .item .step-num .step-curv .curv-rb svg{
    width: 24px;
    height: 24px;
}

.flow-steps p span{
    background-color: #333;
    color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    align-items: middle;
    margin-right: 10px;
    font-size: 10px;
}

.testimonials .item{
    position: relative;
    padding: 40px 40px 0px;
    border-radius: 20px 20px 20px 0;
    background: #222;
}

.testimonials .item .stars{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 20px 10px 20px;
    border-radius: 0 0 0 20px;
    color: #44c4ff;
    background: #000;
}

.testimonials .item .stars i{
    font-size: 10px;
}

.testimonials .item .stars .curv-lt{
    position: absolute;
    top: -2px;
    left: -20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.testimonials .item .stars .curv-lt svg{
    width: 24px;
    height: 24px;
}

.testimonials .item .stars .curv-rb{
    position: absolute;
    bottom: -25px;
    right: -2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.testimonials .item .stars .curv-rb svg{
    width: 24px;
    height: 24px;
}

.testimonials .item i.fa-quote-left{
    color: #44c4ff;
    font-size: 45px;
    margin-bottom: 10px;
}

.testimonials .item .text h5{
    border-radius: 20px;
    font-family: 'Outfit', sans-serif;
    color: #44c4ff;
    font-weight: 700;
    font-size: 16px;
}

.testimonials .item .text p{
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.95em;
    color: #999;
    margin-bottom: 15px;
}

.testimonials .item .info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -40px;
}

.testimonials .item .info .img{
    /*width: 60px;*/
    /*height: 60px;*/
    /*border-radius: 50%;*/
    overflow: hidden;
}

.testimonials .item .info .img img{
    width: 100%;
    height: 40px;
    /*height: 100%;*/
    /*-o-object-fit: cover;*/
    /*object-fit: cover;*/
}

.testimonials .item .info h6{
    font-family: 'Outfit', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
}

.testimonials .item .info p{
    font-family: 'Outfit', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5em;
    color: #999;
    margin-bottom: 0;
}

.testimonials .item .img-curv{
    position: relative;
    padding: 15px;
    border-radius: 0 40px 0 0;
    background: #ffffff;
}

.testimonials .item .img-curv .curv-lt{
    position: absolute;
    top: -23px;
    left: -4px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.testimonials .item .img-curv .curv-lt svg{
    width: 24px;
    height: 20px;
}

.testimonials .item .img-curv .curv-rb{
    position: absolute;
    bottom: -2px;
    right: -22px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.testimonials .item .img-curv .curv-rb svg{
    width: 24px;
    height: 24px;
}

.gallery-filter li.active{
    color: #44c4ff;
    content: "";
    left: 0;
    bottom: -4px;
    border-bottom: 1px solid #44c4ff;
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}


.video-gallery .item{
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.video-gallery .item img{
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.video-gallery .item:hover img{
    transform: scale(1.05);
}

.video-gallery .item .title{
    position: absolute;
    top: 0px;
    padding: 30px;
}

.video-gallery .item .title h4{
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
}

.video-gallery .item .curv-butn{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
    height: 85px;
    line-height: 55px;
    text-align: center;
    border-radius: 0 40px 0 0;
}

.video-gallery .item .curv-butn .vid{
    position: absolute;
    top: 15px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 100%;
    background: transparent;
    color: #fff;
}

.video-gallery .item .curv-butn .br-left-top{
    position: absolute;
    top: -24px;
    left: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.video-gallery .item .curv-butn .br-left-top svg{
    width: 24px;
    height: 24px;
}

.video-gallery .item .curv-butn .br-right-bottom{
    position: absolute;
    bottom: -1px;
    right: -24px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    line-height: 1;
}

.video-gallery .item .curv-butn .br-right-bottom svg{
    width: 24px;
    height: 24px;
}

.video-gallery .item .curv-butn .icon{
    width: 60px;
    height: 60px;
    font-size: 21px;
    color: #fff;
    border: 1px solid #44c4ff;
    border-radius: 100%;
    line-height: 60px;
}

.video-gallery .item:hover .curv-butn .icon{
    background-color: #44c4ff;
    color: #1b1b1b;
    border-radius: 100%;
}

.accordion-box .block.active-block{
}

.accordion-box .block .acc-btn .count{
    color: #44c4ff;
    padding-right: 5px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
}

.accordion-box .block .acc-btn.active .count{
    color: #fff;
}

.accordion-box .block .acc-btn.active{
    background-color: #44c4ff;
    color: #fff;
}

.accordion-box .block .acc-btn.active:before{
    color: #1b1b1b;
    font-family: "themify";
    content: "\e64b";
}

.accordion-box .block .content .text{
    display: block;
    position: relative;
    top: 0px;
    color: #999;
}

/* responsive */
@media (max-width: 1259.98px){
    .booking2-wrapper {
        margin-bottom: 30px;
    }
}

.blog1 .item{
    margin-bottom: 15px;
}

.blog1 .item .img{
    overflow: hidden;
    border-radius: 20px;
}

.blog1 .item .img img{
    width: 100%;
    border-radius: 3px 3px 0 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.blog1 .item:hover .img img{
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.blog1 .item .wrapper{
    background-color: #222;
    padding: 0.1px 30px 40px 30px;
    margin: -45px 20px 0 20px;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    transition: all ease 0.4s;
}

.blog1 .item .wrapper .date{
    margin: -20px 0 20px 0;
}

.blog1 .item .wrapper .date a{
    display: inline-block;
    font-size: 12px;
    padding: 14px 21px;
    line-height: 1;
    background-color: #44c4ff;
    color: #fff;
    border-radius: 7px;
}

.blog1 .item .wrapper .date a:hover{
    background-color: #fff;
    color: #1b1b1b;
}

.blog1 .item .wrapper .con{
    overflow: hidden;
    position: relative;
    transition: all ease 0.4s;
    padding-bottom: 0;
}

.blog1 .item .wrapper .con .category{
    margin: 15px 0 15px 0;
}

.blog1 .item .wrapper .con .category a{
    color: #999;
    display: inline-block;
    font-size: 12px;
    margin-right: 12px;
}

.blog1 .item .wrapper .con .category a i{
    transition: all ease 0.4s;
    color: #44c4ff;
    margin-right: 5px;
    font-size: 12px;
}

.blog1 .item .wrapper .con .text{
    font-family: 'Outfit', sans-serif;
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: 1.5em;
}

.blog1 .item .wrapper .con .icon-btn{
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(60px);
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    padding: 0;
    width: 50px;
    height: 50px;
    line-height: 46px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #44c4ff;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    transition: all ease 0.4s;
}

.blog1 .item .wrapper .con .icon-btn:hover{
    background-color: #44c4ff;
    color: #1b1b1b;
}

.blog1 .item:hover .wrapper{
    margin-top: -104px;
    background-color: #222;
    border-color: transparent;
}

.blog1 .item:hover .wrapper .con{
    padding-bottom: 70px;
}

.blog1 .item:hover .wrapper .con .category a{
    color: #999;
}

.blog1 .item:hover .wrapper .con .category a i{
    color: #44c4ff;
}

.blog1 .item:hover .wrapper .con .category a:hover{
    color: #44c4ff;
}

.blog1 .item:hover .wrapper .con .text a{
    color: #fff;
}

.blog1 .item:hover .wrapper .con .text a:hover{
    color: #fff;
}

.blog1 .item:hover .wrapper .con .icon-btn{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.blog1 .container .case-type-box{
    margin-bottom: 50px;
    margin-top: -20px;

}

.blog1 .container .case-type-box ul li{
    display: initial;
    margin-right: 10px;
    color: #8b8b8b;
    transition: all .3s;
}

.blog1 .container .case-type-box ul li.active{
    color: #fff;
}

.blog1 .container .case-type-box ul li:hover{
    color: #fff;
    transition: all .3s;
}

.blog1 .container .case-type-box ul{
    text-align: center;
}

/* ======= Blog 2 style ======= */
.blog2 .item{
    margin-bottom: 30px;
}

.blog2-sidebar .widget ul li a.active{
    color: #999;
}

.post .form-box{
    background: #1b1b1b;
    padding: 30px 20px;
    border-radius: 20px;
}

.post .form-box h5{
    font-size: 21px;
    color: #fff;
}

.post .section{
    padding-top: 60px;
    margin-bottom: 60px;
}

.post .section h6{
    font-size: 17px;
    color: #fff;
}

.post .section h6 span{
    font-size: 12px;
    color: #999;
    font-weight: 300;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0;
    display: block;
    text-transform: none;
}

.post .section .wrap{
    display: flex;
    margin-bottom: 60px;
}

.post .section .wrap .user{
    margin-right: 20px;
    flex: 0 0 auto;
}

.post .section .wrap .user img{
    border-radius: 100%;
    width: 90px;
    border: 1px solid #222;
    padding: 4px;
}

/* svc-grid */
#svc-grid{
    padding: 20px 0 100px 0;
}

.svc-cell{
    background-color: #222222de;
    transition: all linear .3s;
}

.svc-cell-b{
    background-color: #222;
    transition: all linear .3s;
}

.svc-cell-b:hover,
.svc-cell:hover{
    background-color: #44c4ff;
    transition: all linear .3s;
}

.svc-cell p{
    transition: all linear .3s;
}


.svc-cell-b:hover,
.svc-cell:hover p.mb-4{
    color: #ffffff !important;
    transition: all linear .3s;
}

.svc-cell-b,
.svc-cell{
    transition: all linear .3s;
    overflow: hidden;
    border-radius: 20px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.svc-cell-b:hover img,
.svc-cell:hover img{
    transform: scale(1.1);
}

.svc-cell-b:hover .text-left h3,
.svc-cell:hover .text-right h3{
    color: #fff;
}

.svc-cell-b:hover .text-center .mb4,
.svc-cell:hover .text-center .mb4{
    color: #fff !important;
}

.text-right p{
    transition: all linear .3s;
}

.add{
    margin-top: 44px;
}

.add img{
    border-radius: 15px;
}

.contact .form-box{
    background: #1b1b1b;
    padding: 30px 20px;
    border-radius: 20px;
}

.svc-cell:hover .text-right p,
.svc-cell-b:hover .text-left p{
    color: #f1f1f1 !important;
}

.svc-cell-b:hover .text-left .button-1,
.svc-cell:hover .text-right .button-1{
    background: #fcfcfc;
}

.text-right{
    text-align: right;
    padding: 0 25px 0 10px;
}

.text-left h3, .text-right h3{
    color: #44c4ff;
    font-family: 'Outfit', sans-serif !important;
    font-weight: 700 !important;
    font-size: 20px;
}


.text-left h4, .text-center .svc-name{
    color: #ffffff;
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px;
    margin-bottom: 5px;
}

.text-left{
    text-align: left;
    padding: 0 10px 0 25px;
}

/* .post .section .wrap .cont{} */
.post .section .wrap .cont .repay{
    font-size: 10px;
    color: #fff;
    margin: 0;
    font-weight: 300;
}

.post .section .wrap .cont a.repay:hover{
    color: #44c4ff;
}

.pagination li.active{
    background-color: #44c4ff;
    border: 1px solid #44c4ff;
    color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 300;
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

@media screen and (max-width: 768px){.h-icon-s{
        right: -20px !important;
        font-size: 16px !important;
    }
}

.contact .con .text{
    color: #999;
    line-height: 1.5em;
}

/* contact form */
.contact .form-box{
    background: #1b1b1b;
}

.contact-box .container{
    position: relative;
    z-index: 2;
}

.contact-box .item{
    background: #222;
    padding: 60px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
    height: 270px;
}

.contact-box .item.active{
    background: #44c4ff;
}

.contact-box .item:hover{
    background: #44c4ff;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;

}

.contact-box .item h5{
    font-size: 21px;
    color: #fff;
    margin-bottom: 0px;
}

.contact-box .item.active h5{
    color: #1b1b1b
}

.contact-box .item:hover h5{
    color: #1b1b1b;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-box .item p{
    color: #999;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

.contact-box .item.active p{
    color: #1b1b1b;
}

.contact-box .item:hover p{
    color: #1b1b1b;
}

.contact-box .item span{
    font-size: 35px;
    color: #44c4ff;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-box .item.active span{
    color: #1b1b1b;
}

.contact-box .item:hover span{
    color: #1b1b1b;
}

.contact-box .item i.step-num{
    font-size: 120px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    color: rgba(255, 255, 255, 0.1);
    opacity: .2;
}

.contact-box .item.active i.step-num{
    color: rgba(0, 0, 0, 0.2);
}

.contact-box .item:hover .step-num{
    color: rgba(0, 0, 0, 0.2);
}

.not-found .search-form .form-group{
    position: relative;
    margin: 0;
}

.not-found .search-form .form-group input[type="text"],
.not-found .search-form .form-group input[type="search"],
.not-found .search-form .form-group input[type="email"]{
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 10px 100px 10px 20px;
    height: 60px;
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    background: transparent;
    color: #1b1b1b;
    border-radius: 0px;
    border: 1px solid #44c4ff;
    transition: all 300ms ease;
    border-radius: 30px;
}

.not-found .search-form .form-group input[type="text"]:focus,
.not-found .search-form .form-group input[type="email"]:focus,
.not-found .search-form .form-group input[type="search"]:focus{
    border-color: #44c4ff;
}

.not-found .search-form .form-group input::-webkit-input-placeholder{
    color: #999;
}

.not-found .search-form .form-group input[type="search"]:focus{
    color: #fff;
}

.not-found .search-form .form-group .search-button{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: none;
    color: #1b1b1b;
    background: #fff;
    border-radius: 100%;
    outline: none;
    transform: rotate(0);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.not-found .search-form .form-group .search-button span{
    vertical-align: middle;
    outline: none;
}

.not-found .search-form:hover .form-group .search-button{
    background: #44c4ff;
    color: #1b1b1b;
    outline: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    transition: all 0.7s linear;
}


/* ======= App style ======= */
.app{
    position: relative;
}

.app .item{
    background: #44c4ff;
    border-radius: 20px;
    padding: 60px 60px 0px 60px;
}

.app .item[data-overlay-dark] h6,
.app .item h6{
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    color: #1b1b1b;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 6px;
}

.app .item[data-overlay-dark] h5,
.app .item h3{
    font-size: 35px;
    color: #1b1b1b;
    line-height: 1.2em;
}

.app .item[data-overlay-dark] p,
.app .item p{
    font-size: 14px;
    color: #1b1b1b;
    line-height: 1.5em;
}

.app .item img{
    position: relative;
    display: block;
}

@media screen and (max-width: 991px){.app .item{
        padding: 30px 30px 0px 30px;
    }


}


/* ======= Footer style ======= */
.footer{
    background-color: #1b1b1b;
}

.footer-logo{
    width: 130px;
    margin-bottom: 15px;
}

.footer-logo h2{
    font-family: 'Outfit', sans-serif;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.25em;

}

.footer-logo h2 span{
    color: #44c4ff;
}

.footer .widget .widget-title{
    font-size: 21px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}

/* first footer */
.footer-top{
    padding: 90px 0 0 0;
}

/* footer icon */
.icon-footer{
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: #44c4ff;
    color: #fafafa;
    font-size: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #44c4ff;
    border-radius: 100%;
}

.icon-footer i{
    width: 100%;
    text-align: center;
}

/* footer link */
.links.dark{
    background-color: transparent;
    border: 1px solid #222;
    box-shadow: none;
    border-radius: 0px;
}

.links.dark.foot-contact{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px;
}

.foot-contact-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1032px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.foot-contact-gap{
    width: 1px;
    min-height: 100%;
    margin-right: 20px;
    margin-left: 20px;
    background-color: #222;
}

.foot-contact-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1b1b1b;
    text-decoration: none;
}

.image-wrapper.foot-contact-ic{
    margin-right: 15px;
}

.foot-contact-item h6{
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 700;
}

.foot-contact-item p{
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-bottom: 0px;
}

/* usefull links */
.footer .usful-links ul{
    margin: 0;
    padding: 0;
}

.footer .usful-links ul li{
    margin-bottom: 5px;
    transition: all linear .3s;
}

.footer .usful-links ul li:hover{
    color: #44c4ff;
    letter-spacing: 2px;
}

.footer .usful-links ul li i{
    font-size: 7px;
    margin-right: 3px;
}

.footer .usful-links ul li a{
    color: rgba(255, 255, 255, 0.8);
    position: relative;
    padding-left: 15px;
}

.footer .usful-links ul li a:after{
    width: 6px;
    height: 6px;
    content: "";
    background: #44c4ff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
}

.footer .usful-links ul li a:hover{
    color: #44c4ff;
}

/* bottom footer */
.copyright{
    padding-top: 40px;
    padding-bottom: 40px;
}

.copyright ul{
    text-align: center;
    margin-bottom: -5px;
}

.copyright ul li{
    display: initial;
    margin-right: 5px;
    font-size: 12px;
}

.copyright ul li img.police{
    width: 15px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 2px;
}{
    display: initial
;
    margin-right: 5px
;
}

.copyright p{
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
}

.copyright p a{
    background: linear-gradient(to bottom, #44c4ff 0%, #44c4ff 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    color: #fff;
    text-decoration: none;
    transition: background-size .2s;
}

.copyright p a:hover{
    color: #fff;
}

@media screen and (max-width: 767px){.foot-contact-row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }.foot-contact-gap{
        width: auto;
        min-height: 1px;
        margin: 20px 0px;
    }.copyright ul li{
        display: block;
        margin-right: 0px !important;
        margin-top: -5px;
    }.copyright p{
        margin-top: 5px;
    }

}


/* ======= toTop Button style ======= */
.top-btn{
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.top-btn.top-btn-on{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.top-btn::after{
    position: absolute;
    font-family: 'remixicon';
    content: "\f366";
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    font-weight: normal;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.top-btn svg path{
    fill: none;
}

.top-btn svg.top-btn-ring path{
    stroke: #44c4ff;
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.top-btn::after{
    color: #44c4ff;
}

.top-btn svg.top-btn-ring path{
    stroke: #44c4ff;
}


/* ======= Responsive style ======= */
@media (min-width: 1200px){
    .container {
        max-width: 1140px !important;
    }
}

@media screen and (max-width: 991px){.header{
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }.header .caption h1{
        font-size: 42px;
    }.page-hero h6{
        font-size: 10px;
    }.section-title{
        font-size: 35px;
    }.section-subtitle{
        font-size: 10px;
    }.section-subtitle{
        font-size: 10px;
    }.flow-steps .item h5{
        font-size: 21px;
    }.footer .widget .widget-title{
        font-size: 21px;
    }.footer-bottom .footer-social{
        float: left;
    }.h-icon-s{
        right: -25px !important;
        font-size: 22px !important;
    }

}


/* ======= Overlay Effect Bg image style ======= */
[data-overlay-dark]{
    position: relative;
}

[data-overlay-dark] .container{
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before{
    background: #000;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span{
    color: #fff;
}

[data-overlay-dark] p{
    color: #f1f1f1;
}

[data-overlay-dark="0"]:before{
    opacity: 0;
}

[data-overlay-dark="1"]:before{
    opacity: 0.1;
}

[data-overlay-dark="2"]:before{
    opacity: 0.2;
}

[data-overlay-dark="3"]:before{
    opacity: 0.3;
}

[data-overlay-dark="4"]:before{
    opacity: 0.4;
}

[data-overlay-dark="5"]:before{
    opacity: 0.5;
}

[data-overlay-dark="6"]:before{
    opacity: 0.6;
}

[data-overlay-dark="7"]:before{
    opacity: 0.7;
}

[data-overlay-dark="8"]:before{
    opacity: 0.8;
}

[data-overlay-dark="9"]:before{
    opacity: 0.9;
}

[data-overlay-dark="10"]:before{
    opacity: 1;
}

.p-title{
    color: #878787;
    margin: 10px 0 30px 0;
    font-size: 1.3rem;
    border-bottom: #252525 solid 1px;
    padding: 10px 0px 15px 0px;
}

/* ===== v2.3 内页修复：缩小banner + 减少padding + 统一配色 ===== */

/* 内页banner缩小（首页用inline style min-height:100vh不受影响） */
.page-hero:not([style*="min-height"]){
    height: auto !important;
    min-height: 0 !important;
    padding: 80px 0 50px !important;
}
.page-hero:not([style*="min-height"]) h1{
    font-size: 32px !important;
    color: #fff !important;
}
.page-hero:not([style*="min-height"]) h6{
    color: rgba(255,255,255,.6) !important;
}

/* 全站区块间距 */
.sec-space{
    padding: 60px 0 !important;
}

/* 内页section-title统一为深色（原模板白色在浅底上看不见） */
.section-title{
    color: #1a1a1a !important;
}
.section-subtitle{
    color: #999 !important;
}

/* line-vr-section去除多余间隔 */
.sec-divider{
    height: 0 !important;
    min-height: 0 !important;
}

/* news/case详情页内容统一底色 */
.news-detail-content, .case-detail-content{
    background: #fff;
}

/* service页 svc-cell 深色方块改为浅色统一 */
.svc-cell{
    background-color: #f5f5f5 !important;
    border: 1px solid #eee;
}
.svc-cell:hover{
    background-color: #eaeaea !important;
}
.text-center .svc-name, .text-left h4{
    color: #222 !important;
}
.svc-cell p{
    color: #888 !important;
}
.svc-cell:hover p.mb-4{
    color: #555 !important;
}

/* service页 process深色卡片改为浅色 */
.flow-steps .item{
    background: #f8f8f8 !important;
    border: 1px solid #eee;
}
.flow-steps .item .text h5{
    color: #222 !important;
}
.flow-steps .item .text p{
    color: #666 !important;
}
.flow-steps .item .step-num .step-n{
    background-color: #222 !important;
    color: #fff !important;
    border-color: #222 !important;
}
.flow-steps .item .step-num .step-curv{
    background: #ddd !important;
}

/* section-title.white 统一深色（不再有深色背景区） */
.section-title.white{
    color: #1a1a1a !important;
}

/* services-box图标颜色统一 */
.svc-list .item span{
    color: #222 !important;
}
.svc-list .item h5{
    color: #222 !important;
}


/* ===== v2.3b 全站浅色主题统一 ===== */
/* section-title白色变体保留给深色bg-img区域（首页/CTA） */
.section-title.white{
    color: #fff !important;
}

/* process区（已改浅色底）的标题用深色 */
.flow-steps .section-title.white{
    color: #1a1a1a !important;
}

/* 首页核心服务/案例列表等浅底区域的标题颜色 */
.section-subtitle{
    color: #999 !important;
}

/* 加载遮罩统一白底 */
.loading-mask{
    background: #fff !important;
}

/* 导航滚动实底样式 */
.navbar.scrolled{
    background: #fff;
    box-shadow: 0 1px 12px rgba(0,0,0,.08);
}
.navbar.scrolled .nav-link{
    color: #222 !important;
}
.navbar.scrolled .navbar-nav .active{
    color: #111;
}
