/*************************
CSS Index
* Base CSS
* Header area CSS
* Hero area CSS
* Features area CSS
* Rectangle area CSS
* Testimonial area CSS
* Screen slider area CSS
* Subscribe area CSS
* Footer area CSS
* Preloader CSS
* Scroll to top CSS
*************************/


/********
Base CSS
*********/

@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');
* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    animation-fill-mode: forwards !important;
}


/*** Body CSS ***/

body {
    min-width: 240px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.9;
    color: #576477;
    background-color: #010922;
    z-index: -3;
}

.home {
    min-width: 240px;
    position: relative;
    width: 100vw;
    overflow-x: hidden;
}

*::-webkit-scrollbar {
    width: 0 !important
}

.GaussianBlur {
    position: absolute;
    width: 100vw;
    height: 200vh;
    z-index: -1;
    background-color: transparent;
    backdrop-filter: blur(50px);
}

.preloader img {
    width: 7%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 15px;
}

.barTitle {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 1.5vw;
    font-weight: 600;
}

.str_wrap {
    padding-left: 3em;
    padding-right: 3em;
    background: #fefefe;
    height: 10em;
    line-height: 2em;
    font-size: 1.2em;
}

.str3 {
    font-size: 0 !important
}

.str3-2 {
    background: none !important;
}

.str3-2 span {
    border: 5px solid #ccc;
    background: #f1f1f1;
    color: #999;
    margin: 0 5px;
    text-align: center;
    font: 40px/100px Arial, Helvetica, sans-serif;
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
}

.str4 .str_item {
    font-size: 0;
    line-height: 0
}

.str4 img {
    opacity: 0.8
}

.str4 img:hover {
    opacity: 1
}

.str4.str_wrap.str_active {
    /* background: #fff; */
}

.htmleaf-content {
    margin: 0;
    padding: 0;
}

.str4 {
    width: 100%;
    /* height: 44.5vw; */
    background-color: #010922 !important;
    padding: 0;
    border-radius: 1vw;
    overflow: hidden;
    opacity: 0;
}

.str4 img {
    width: 25vw;
}

body {
    background-color: #010922;
}

#div1 {
    margin: auto;
    position: relative;
}

@keyframes k1 {
    0% {
        transform: translateY(110px);
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes k2 {
    0% {
        transform: translateY(110px);
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.box {
    position: relative;
    float: left;
    padding: 10px;
    width: 28.6vw;
    /* border: 1px solid #ccc; */
    /* background: #f7f7f7; */
    /* box-shadow: 0 0 8px #ccc; */
    /* background-color: #0b0f2f; */
    border-radius: 1vw;
    margin: 0 !important;
    /* padding: 0 !important; */
    /* margin-top: 5vw !important; */
}

.box img {
    width: 30%;
    /* position: absolute; */
    /* top: 0; */
    /* margin-top: ; */
    /* margin: 0 auto; */
    /* text-align: center; */
    display: block;
    margin: 0 auto !important;
    aspect-ratio: 1;
    border-radius: 50%;
    left: 50%;
    transform: translateY(50%);
    background-color: #0b0f2f;
}

.box h5 {
    background-color: #0b0f2f;
    color: #fff;
    text-align: center;
    font-size: 1.5vw;
    /* padding-top: 5vw; */
    /* background-color: red; */
    height: 7.5vw;
    border-radius: 1.3vw 1.3vw 0vw 0px;
    margin: 0;
    /* margin-top: 3vw; */
    line-height: 14vw !important;
}

.box p {
    font-size: 1.1vw;
    background-color: #0b0f2f;
    /* margin-top: 3vw; */
    color: #fff;
    padding: 2vw;
    text-align: center;
    border-radius: 0vw 0vw 1.3vw 1.3vw;
}

.circular1 {
    position: absolute;
    width: 40vw;
    aspect-ratio: 1/1;
    background-color: #3C58E0;
    border-radius: 100vh;
    transform: translateY(-60%) translateX(-10%);
    z-index: -1;
}

.box4 {
    width: 86vw;
    margin-left: 7vw;
    margin-top: 35vh;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15vh;
}

.element1 {
    width: 50%;
    aspect-ratio: 5/3;
    min-height: 240px;
    overflow: hidden;
    /* background-color: #35BFE6; */
    /* animation: k1 1s ease; */
}

.element2 {
    width: 50%;
    aspect-ratio: 5/3;
    display: flex;
    /* overflow: hidden; */
    align-items: center;
    /* background-color: #38D16A; */
    /* animation: k1 1s; */
}

.element1 h2 {
    color: #EBEBEB;
    font-size: 3.7vw;
    font-weight: 600;
}

.element1 p {
    font-size: 1.5vw;
    width: 38vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    color: #EBEBEB;
}

.element1 .bu1 {
    width: 19.1vw;
    background-color: #3C58E0;
    border: 0;
    color: #fff;
    height: 4vw;
    border-radius: 10px;
    min-height: 40px;
    font-size: 1.15vw;
    font-weight: 500;
}

.element1 .bu2 {
    width: 19.1vw;
    background-color: transparent;
    border: 2px solid #8AD1D2;
    color: #fff;
    height: 4vw;
    min-height: 40px;
    margin-left: .65vw;
    font-size: 1.15vw;
    font-weight: 500;
    border-radius: 15px;
}

.element2 .img {
    height: 80%;
    aspect-ratio: 1;
    margin: -20% auto;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #35BFE6; */
}

.element2 .img img {
    height: 100%;
    z-index: 0;
    transform: translateY(-5%);
}

.circular2 {
    width: 20vw;
    aspect-ratio: 1/1;
    border-radius: 100vh;
    background-color: #35BFE6;
    position: absolute;
    left: 100%;
    z-index: -1;
    transform: translateY(120%) translateX(-40%);
}

.bj1 {
    width: 100%;
    height: 10vh;
}

.bj {
    width: 100%;
    height: 5vh;
}

.box1 {
    background-color: #3C58E0;
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 50px;
}

.box2 {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 6px;
    margin-top: 8px;
    margin-right: 10px;
    box-shadow: #010922 0px 0px 10px 5px;
}

.box6 {
    display: flex;
    flex-wrap: wrap;
    width: 86vw;
    margin-left: 7vw;
    margin-top: 5vh;
    opacity: 0;
}

.box7 {
    width: 43vw;
    aspect-ratio: 1;
    display: flex;
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* justify-items: center; */
}

.box7:nth-child(2) {
    flex-direction: column;
    justify-content: center;
}

.box7 .img1 {
    width: 44%;
    height: 100%;
    margin-right: .5vw;
}

.box7 .img2 {
    width: 44%;
    height: 100%;
    margin-left: .5vw;
}

.box7 .img1 img {
    width: 125%;
    border-radius: 15px;
}

.box7 .img2 img {
    width: 125%;
    border-radius: 15px;
}

.box7 .p1 {
    width: 100%;
    /* margin-top: 3vw; */
    color: #D9D9D9;
    font-size: 1.5vw;
}

.box7 h1 {
    width: 100%;
    color: #fff;
    margin-top: 1.5vw;
    font-size: 4.3vw;
}

.box7 p {
    color: #EBEBEB;
    font-size: 1.5vw;
    line-height: 1.4;
    font-weight: 100;
    margin-top: 1.5vw;
}

.box7 button {
    width: 18.85vw;
    height: 4vw;
    border: 0;
    font-size: 1.15vw;
    font-weight: 500;
    background-color: #3C58E0;
    color: #fff;
    border-radius: 120px;
    margin-top: 2vw;
}

.box7:nth-child(2) {
    /* padding-left: 5%; */
}

.box8 {
    width: 86vw;
    margin-left: 7vw;
    display: flex;
    flex-wrap: wrap;
    opacity: 0;
}

.box9 {
    width: 43vw;
    margin-top: 10vh;
    aspect-ratio: 1/1;
    display: flex;
}

.box9:nth-child(1) {
    flex-direction: column;
    justify-content: center;
}

.box9 .img1 {
    width: 44%;
    margin-right: .5vw;
    margin-left: 10%;
    /* justify-content: center; */
    /* text-align: center; */
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}

.box9 .img2 {
    width: 44%;
    margin-left: .5vw;
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
}

.box9 .img1 img {
    width: 100%;
    border-radius: 15px;
    /* text-align: center; */
}

.box9 .img2 img {
    width: 100%;
    border-radius:  15px;
}

.box9 .p1 {
    width: 100%;
    color: #D9D9D9;
    font-size: 1.5vw;
}

.box9 h1 {
    width: 100%;
    color: #fff;
    margin-top: 1.5vw;
    font-size: 4.3vw;
}

.box9 p {
    color: #EBEBEB;
    font-size: 1.5vw;
    line-height: 1.4;
    font-weight: 100;
    margin-top: 1.5vw;
}

.box9 button {
    width: 18.85vw;
    height: 4vw;
    border: 0;
    font-size: 1.15vw;
    font-weight: 500;
    background-color: #3C58E0;
    color: #fff;
    border-radius: 120px;
    margin-top: 2vw;
}

.notable {
    position: relative;
    width: 86vw;
    overflow: hidden;
    margin-top: 7vh;
    margin-left: 7vw;
    /* background-color: #35BFE6; */
}

.notable dl {
    width: 1000%;
    /* transform: translateX(-110px); */
}

.notable dl dd {
    width: 18vw;
    margin: 1vw;
    float: left;
}

.notable dl dd img {
    width: 100%;
}

.bj2 {
    width: 100%;
    height: 5vh;
}

.CommentWall {
    width: 86vw;
    /* margin: 4vw; */
    margin: 0;
    padding: 0;
    opacity: 0;
    margin-left: 7vw;
}

.CommentWall p {
    color: #D9D9D9;
    text-align: center;
    font-size: 2vw;
    line-height: 4vw;
    margin-bottom: 2vw;
    margin-top: 5vw;
}

.CommentWall h1 {
    color: #fff;
    text-align: center;
    font-size: 4.3vw;
}

.TeamMembers {
    position: relative;
    width: 100vw;
    /* height: 100vh; */
    transform: translateX(-7vw);
    /* background-color: red !important; */
    margin-left: 7vw;
    /* background: url("../image/assets/img/bg_one.png") no-repeat; */
    background-size: 100%;
    margin-top: 10vw !important;
    /* background-color: red !important; */
    /* padding-bottom: 6vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-top: 3vh; */
}

.TeamMembers p {
    color: #fff;
    font-size: 2vw;
    text-align: center;
}

.TeamMembers img {
    position: absolute;
    width: 100%;
}

.TeamMembers p span {
    color: #a7cbd4;
}

.TeamMembers h2 {
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 1.5vw;
}

.TeamMembers h2 span {
    color: #a7cbd4;
}

.BottomSpecification {
    width: 86vw;
    margin-left: 7vw;
    margin-top: 20vw;
    /* opacity: 0;*/
}

.BottomSpecification .dl {
    width: 100%;
}

.BottomSpecification .dl .dd {
    float: left;
    width: 25%;
}

.BottomSpecification .dl .dd h2 {
    color: #fff;
}

.BottomSpecification .dl .dd dd {
    font-size: 1vw;
    color: #fff;
}

.BottomSpecification .dl .dd dd:nth-child(1) {
    color: #585d6b;
}

.htmleaf-container {
    width: 100vw;
    /* background-color: red; */
    margin: 0 auto;
    /* opacity: 0; */
}

@media only screen and (max-width: 765px) {
    @keyframes k2 {
        0% {
            transform: translateY(-110px);
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .box7 .img1 img {
        width: 100%;
    }
    .box9 .img2 img {
        width: 100%;
    }
    .preloader img {
        width: 20%;
    }
    .bj {
        width: 100%;
        height: 0vh;
    }
    .bj1 {
        width: 100%;
        height: 0vh;
    }
    .bj2 {
        width: 100%;
        height: 10vh;
    }
    .box1 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .box2 {
        width: 10px;
        height: 10px;
        float: left;
        border-radius: 6px;
        margin-top: 8px;
        margin-right: 10px;
        box-shadow: #010922 0px 0px 10px 5px;
    }
    .box9 {
        width: 100%;
        aspect-ratio: 1/1;
        display: flex;
        justify-content: center;
        justify-items: center;
        margin-top: -5vh;
    }
    .barTitle {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 4.8vw;
        font-weight: 5500;
    }
    .CommentWall p {
        width: 100%;
        /* margin-top: 3vw; */
        text-align: center;
        color: #D9D9D9;
        font-size: 6.5vw;
        /* margin-top: 30px; */
    }
    .TeamMembers p {
        font-size: 4.5vw;
    }
    .TeamMembers h2 {
        font-size: 3vw;
    }
    .box {
        width: 45vw !important;
    }
    .BottomSpecification .dl .dd {
        width: 33%;
        text-align: center;
    }
    .BottomSpecification .dl .dd:nth-child(1) {
        width: 0px;
        display: none;
    }
    .CommentWall h1 {
        width: 100%;
        margin-top: 10vw;
        font-size: 5.5vw;
        text-align: center;
        line-height: 1.4;
        color: #EBEBEB;
    }
    .box h5 {
        background-color: #0b0f2f;
        color: #fff;
        text-align: center;
        font-size: 3vw;
        /* padding-top: 5vw; */
        /* background-color: red; */
        height: 10.5vw;
        border-radius: 5.0vw 5.0vw 0vw 0px;
        margin: 0;
        /* margin-top: 3vw; */
        line-height: 20vw !important;
    }
    .box p {
        /* font-size: 2.2vw; */
        background-color: #0b0f2f;
        /* margin-top: 3vw; */
        color: #D9D9D9;
        padding: 4vw;
        text-align: center;
        border-radius: 0vw 0vw 5vw 5vw;
    }
    .box4 {
        width: 86vw;
        margin-left: 7vw;
        margin-top: 10vh;
        display: flex;
        flex-wrap: wrap;
        transform: rotateX(180deg);
    }
    .box7:nth-child(2) {
        /* min-height: 100px; */
        /* height: 0px; */
        /* margin: 0 !important; */
        padding: 0 !important;
        margin-bottom: 30px !important;
        margin-top: -10vh;
    }
    .box6 {
        display: flex;
        flex-wrap: wrap;
        width: 86vw;
        margin-left: 7vw;
        margin-top: 0vh;
    }
    .box7 {
        width: 100%;
        aspect-ratio: 1;
        display: flex;
        justify-content: center;
        justify-items: center;
        /* margin-top: -10vh; */
    }
    .box9 .img1,
    .box7 .img1 {
        width: 50%;
        height: 100%;
        margin: 0;
        margin-right: 1vw;
    }
    .box9 .img2,
    .box7 .img2 {
        width: 50%;
        height: 100%;
        margin-left: 1vw;
    }
    .box7 .p1,
    .box9 .p1 {
        width: 100%;
        /* margin-top: 3vw; */
        text-align: center;
        color: #D9D9D9;
        font-size: 6.5vw;
    }
    .box7 h1,
    .box9 h1 {
        width: 100%;
        /* margin-top: 2vw; */
        font-size: 7vw;
        text-align: center;
        line-height: 1.4;
        color: #EBEBEB;
    }
    .box7 p,
    .box9 p {
        color: #EBEBEB;
        text-align: center;
        line-height: 1.4;
        font-weight: 100;
        font-size: 3.5vw;
        line-height: 1.4;
    }
    .box7 button,
    .box9 button {
        font-size: 3.5vw;
        width: 70vw;
        height: 40px;
        border: 0;
        background-color: #3C58E0;
        color: #fff;
        border-radius: 120px;
        margin: 5vw auto 0vw auto;
    }
    .aaa {
        transform: rotateX(-180deg);
    }
    .box8 {
        /* transform: rotateX(-180deg); */
        opacity: 0;
    }
    .box8 .box9:nth-child(1) {
        transform: rotateX(180deg);
    }
    .box8 .box9:nth-child(2) {
        transform: rotateX(180deg);
    }
    .element1 {
        width: 86vw;
        padding-bottom: 45vh;
        transform: rotateX(-180deg);
    }
    .GaussianBlur {
        position: absolute;
        width: 100vw;
        height: 200vh;
        z-index: -1;
        background-color: transparent;
        backdrop-filter: blur(50px);
    }
    .circular1 {
        position: absolute;
        width: 60vw;
        /* aspect-ratio: 1/1; */
        background-color: #3C58E0;
        border-radius: 100vh;
        transform: translateY(-50%) translateX(-10%);
        z-index: -1;
    }
    .circular2 {
        width: 30vw;
        aspect-ratio: 1/1;
        border-radius: 100vh;
        background-color: #35BFE6;
        position: absolute;
        left: 100%;
        z-index: -1;
        transform: translateY(120%) translateX(-40%);
    }
    .element1 h2 {
        color: #fff;
        /* -webkit-line-clamp: 2; */
        /* text-overflow: ellipsis; */
        font-size: 10vw;
        padding-right: 20vw;
        padding-left: 20vw;
        text-align: center;
        line-height: 1.3;
    }
    .element1 .span {
        display: none;
    }
    .str4 img {
        width: 30vw !important;
    }
    .element1 p {
        font-size: 3.9vw;
        text-align: center;
        /* color: #fff; */
        width: 100%;
    }
    .element1 .bu1 {
        width: 49%;
        background-color: #3C58E0;
        border: 0;
        color: #fff;
        height: 45px;
        font-size: 3.5vw;
        border-radius: 23px;
        /* margin-left: 1%; */
    }
    .element1 .bu2 {
        width: 49%;
        font-size: 3.5vw;
        background-color: transparent;
        border: 2px solid #8AD1D2;
        color: #fff;
        height: 45px;
        border-radius: 23px;
    }
    .element2 {
        width: 86vw;
        height: 300px;
        transform: rotateX(-180deg);
        /* background-color: red; */
    }
    .element2 .img {
        height: 60%;
        aspect-ratio: 1;
        margin: 0 auto;
        border-radius: 100vh;
        /* box-shadow: inset 0px 0px 20px 15px #010922, 0px 0px 10px 10px #010922; */
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* .box2 {} */

.h3 {
    color: #fff;
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 0;
}


/*** Focus CSS ***/

a:focus,
input:focus,
button:focus,
textarea:focus {
    outline: 0 solid;
}

a:hover {
    text-decoration: none;
}


/*** Image CSS ***/

img {
    /* max-width: 100%; */
    height: auto;
}


/*** Heading CSS ***/


/* .ppp { */


/* opacity: 0; */


/* } */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #001737;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 36px;
}

h3,
h3 a {
    font-size: 23px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}


/*** Ul & Li CSS ***/

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

li {
    display: inline-block;
}


/*** Color Typo ***/

.white,
.white a,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
    color: #ffffff;
}


/*** Section padding CSS ***/

.pd-80 {
    padding: 80px 0;
}

.pd-100 {
    padding: 100px 0;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}


/*** Overflow hidden CSS ***/

.o-hi {
    overflow: hidden;
}


/*** Overflow hidden CSS ***/

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*** Display flex CSS ***/

.dfx {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


/*** Background CSS ***/

.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/***************
Header area CSS
***************/

.header-area {
    /* padding-top: 17px; */
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.header-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

#mainmenu-area-sticky-wrapper {
    position: relative;
    z-index: 9;
}

.is-sticky .header-area {
    /* -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 0.14), 0 4px 8px rgb(218 213 213 / 0.31); */
    /* box-shadow: 0 0 4px rgb(0 0 0 / 0.14), 0 4px 8px rgb(218 213 213 / 0.31); */
    z-index: 99999;
    margin: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* background-color: #ffffff; */
    /* padding-top: 13px; */
}


/*** Menu CSS ***/

.mainmenu {
    text-align: right;
}

.mainmenu li {
    /*padding-top: 12px;*/
}

.mainmenu li {
    position: relative;
    margin-left: 10px;
    margin-left: 5vw;
}

.mainmenu li a {
    display: inline-block;
    /* //padding: 10px 20px 25px; */
    /* color: #576477; */
    margin: 0;
    padding: 0;
    display: flex;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 15px;
}

.mainmenu li a.active {
    /* color: #C82C29 !important; */
    color: #fff;
}

.row {
    /* position:fixed; */
    background-color: transparent;
    backdrop-filter: blur(50px);
    padding-left: 8vw;
    padding-right: 8vw;
    height: 10vh;
    display: flex;
    align-items: center;
}

.mainmenu li:hover a {
    /* color: #C82C29; */
}

.mainmenu li ul {
    position: absolute;
    left: 0;
    top: 63px;
    width: 200px;
    background-color: white;
    text-align: left;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.mainmenu li:hover ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.mainmenu li li {
    display: block;
    position: relative;
}

.mainmenu li ul li>a {
    padding: 5px 20px;
    font-weight: 400;
    color: #576477 !important;
}

.mainmenu li li:hover>a {
    /* color: #C82C29 !important; */
}

.is-sticky .mainmenu li a {
    /* padding-bottom: 25px;*/
}

.is-sticky .mainmenu li ul li a {
    padding: 5px 20px;
}

.mainmenu li a:after {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 0;
    height: 3px;
    content: "";
    /* background-color: #C82C29; */
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}

.mainmenu li a.active:after,
.mainmenu li:hover a:after {
    width: 100%;
    left: 0;
    right: auto;
}

.mainmenu li ul li a:after {
    opacity: 0;
}


/*************
Hero area CSS
*************/

.hero-area {
    background-color: #E5E9F2;
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
}

.hero-area .h-icon {
    font-size: 25px;
    background-color: #362785;
    width: 55px;
    height: 55px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 55px;
    border-radius: 5px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, .3);
    box-shadow: 0px 5px 30px 5px rgba(0, 0, 0, .3);
}

.hero-area h3 {
    color: #8392A5;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-area h1 span {
    font-weight: 200;
}

.hero-area h1 {
    line-height: 1.1;
    margin-bottom: 40px;
}


/*** Button CSS ***/

.button {
    display: inline-block;
    /* background-color: #C82C29; */
    padding: 12px 30px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.button:hover {
    color: white;
}

.button:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    content: "";
    background-color: #001737;
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.button:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.hero-img {
    position: relative;
}

.hero-img img {
    position: relative;
    z-index: 3;
    border: 10px solid white;
    border-radius: 45px;
}

.hero-img img.path-1-img {
    position: absolute;
    right: -21px;
    top: 58%;
    width: 354px;
    margin-top: -15px;
    pointer-events: none;
    border: none;
}

.hero-area .col-lg-7 {}

img.path-1-img.path-3-img {
    right: -320px;
    bottom: 17%;
    top: auto;
    pointer-events: none;
    z-index: 2;
}

img.path-1-img.path-2-img {
    left: -42%;
    bottom: -125px;
    top: auto;
    z-index: 2;
    pointer-events: none;
    width: 336px;
}

.waves-block {
    /* position: absolute;
     width: 800px;
     height: 800px;
     top: 9%;*/
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;

    height: 80%;
    aspect-ratio: 1;
    margin: -20% auto;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.waves-block .waves {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(54, 39, 133, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.5, 0.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


/*****************
Features area CSS
*****************/

.title h6 {
    color: #8392A5;
    font-weight: 400;
    margin-bottom: 20px;
}

.title h2 span {
    font-weight: 200;
}

.title h2 {
    line-height: 1.4;
}

.title {
    margin-bottom: 60px;
}

.single-features-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 7px;
}

.features-icon {
    width: 20%;
    margin-right: 8%;
}

.features-content {
    width: 80%;
}

.features-icon .mdi {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #35BFE6;
    border-radius: 5px;
    color: white;
    font-size: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #35BFE6;
}

.features-icon span.mdi.mdi-file-music {
    background-color: #7142F8;
    border: 1px solid #7142F8;
}

.features-icon span.mdi.mdi-settings {
    background-color: #ECBF24;
    border-color: #ECBF24;
}

.features-icon span.mdi.mdi-account {
    background-color: #5CBC2B;
    border-color: #5CBC2B;
}

.features-icon span.mdi.mdi-radio {
    background-color: #F38550;
    border-color: #F38550;
}

.features-icon span.mdi.mdi-server {
    background-color: #FA4C9A;
    border-color: #FA4C9A;
}

.single-features-item:hover span.mdi.mdi-account {
    color: #5CBC2B;
}

.single-features-item:hover span.mdi {
    background-color: white;
    color: #35BFE6;
}

.single-features-item:hover span.mdi.mdi-file-music {
    color: #7142F8;
}

.single-features-item:hover span.mdi.mdi-settings {
    color: #ECBF24;
}

.single-features-item:hover span.mdi.mdi-radio {
    color: #F38550;
}

.single-features-item:hover span.mdi.mdi-server {
    color: #FA4C9A;
}

.features-image {
    position: relative;
    z-index: 1;
    text-align: center;
}

.features-image:after {
    position: absolute;
    right: 8%;
    bottom: 23%;
    width: 100px;
    height: 300px;
    content: "";
    /* background-color: #C82C29; */
    z-index: -1;
    -webkit-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
    border-radius: 0 20px;
    -webkit-animation: animatebg 3s linear infinite;
    animation: animatebg 3s linear infinite;
}

@-webkit-keyframes animatebg {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(23deg);
        transform: rotate(23deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes animatebg {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(23deg);
        transform: rotate(23deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.features-image img {
    box-shadow: 0 10px 55px rgba(0, 0, 0, .1);
    border-radius: 34px;
}

.features-area .title {
    margin-bottom: 50px;
}


/*** Counter area CSS ***/

.c-border-bg {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
    padding-top: 50px;
}

.c-border-bg:after {
    background-image: url(../image/Path-4.png);
    position: absolute;
    left: 0;
    top: -40px;
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.counter-number {
    font-size: 48px;
    color: #001737;
    font-weight: 600;
}

.single-counter-box h6 {
    font-weight: 500;
    color: #8392A5;
    text-transform: uppercase;
}

.single-counter-box {
    text-align: center;
}


/******************
Rectangle area CSS
******************/

.boxed-btn {
    background-color: #001737;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 180px;
}

.btn-icon-img {
    width: 15%;
    margin-right: 10px;
}

.btn-content {
    width: 80%;
}

.btn-content h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.btn-content h6 span {
    display: block;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 8px;
}

.boxed-btn:hover {
    /* background-color: #C82C29; */
    /* -webkit-box-shadow: 0 10px 30px -14px #C82C29; */
    /* box-shadow: 0 10px 30px -14px #C82C29; */
}

.boxed-btn.right-btn {
    margin-left: 15px;
}

.list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 45px;
}

.list li:before {
    content: '\f12c';
    font-family: "Material Design Icons";
    color: #38D16A;
    font-size: 23px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
}

.list li {
    display: block;
    color: #001737;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 23px;
}

.rectangle-img {
    position: relative;
    z-index: 1;
}

.rectangle-img img.mask {
    position: absolute;
    left: 5%;
    top: 25%;
    pointer-events: none;
    -webkit-animation: maskimg 15s linear infinite;
    animation: maskimg 15s linear infinite;
    margin-right: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

@-webkit-keyframes maskimg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes maskimg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.rectangle-img img.message-1 {
    position: absolute;
    right: 3%;
    bottom: 20%;
    pointer-events: none;
    margin-right: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.title .mdi {
    background-color: #362785;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: 25px;
    border-radius: 50% 50% 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 7px 30px rgba(0, 0, 0, .3);
    box-shadow: 0px 7px 30px rgba(0, 0, 0, .3);
}

.rectangle-area {
    position: relative;
    z-index: 1;
}

.rectangle-area {
    background: #e5e8e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e8e7), to(#fdfdfd));
    background: -o-linear-gradient(top, #e5e8e7 0%, #fdfdfd 100%);
    background: linear-gradient(to bottom, #e5e8e7 0%, #fdfdfd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5e8e7', endColorstr='#fdfdfd', GradientType=0);
}

.rectangle-img:after {
    height: 500px;
    width: 500px;
    background: white;
    border-radius: 50%;
    -webkit-animation: rectangleimg 3s linear infinite;
    animation: rectangleimg 3s linear infinite;
    position: absolute;
    left: -10%;
    top: 14%;
    content: "";
    z-index: -1;
}

@-webkit-keyframes rectangleimg {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 0 0 white
    }
    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .3);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .3)
    }
    90% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0)
    }
}

@keyframes rectangleimg {
    0% {
        -webkit-box-shadow: 0 0 0 0 white;
        box-shadow: 0 0 0 0 white
    }
    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .3);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .3)
    }
    90% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .0)
    }
}

img.shape-img {
    position: absolute;
    right: -10%;
    top: 34%;
    z-index: -1;
    pointer-events: none;
}

.rectangle-img img {
    margin-right: 100px;
    box-shadow: 0 10px 55px rgba(0, 0, 0, .1);
    border-radius: 32px;
}


/********************
Testimonial area CSS
********************/

.testimonial-area {
    position: relative;
    z-index: 1;
    padding: 130px 0 80px;
}

.testimonial-area:after {
    background-color: rgb(229, 233, 242);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65%;
    content: "";
    z-index: -1;
}

.t-title h6,
.t-title h2 {
    color: white;
}

.t-title h6 {
    font-weight: 400;
    text-transform: uppercase;
}

.t-title h2 span {
    font-weight: 200;
}

.nav-bar {
    text-align: right;
    margin-top: 25px;
}

.nav-bar button {
    background: none;
    border: none;
    color: white;
    font-size: 25px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    position: relative;
    z-index: 1;
}

.nav-bar button.prevbtn:after {
    position: absolute;
    right: -10px;
    top: 0;
    width: 2px;
    height: 50px;
    content: "";
    background-color: white;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    opacity: .2;
}

.t-carousel.nav-bar {
    text-align: left;
}

.single-c-item {
    background-color: white;
    padding: 40px 30px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .1);
    margin: 30px 15px;
}

.single-c-item h5 {
    margin-bottom: 20px;
}

.t-image img {
    border-radius: 50%;
}

.t-content {
    margin-top: 40px;
}

.t-image {
    width: 20%;
    margin-right: 20px;
}

.t-text {
    width: 80%;
}

.t-text h6 span {
    display: block;
    font-size: 14px;
    color: #576477;
    font-weight: 400;
    margin-top: 8px;
}

.quote-icon {
    position: absolute;
    right: 10%;
    bottom: 8%;
    font-size: 50px;
    color: rgba(0, 0, 0, .1);
    z-index: -1;
}


/**********************
Screen slider area CSS
**********************/

.gallery-slider .slide-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 30px 0px;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 0px 0px #ffffff, 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 0px #ffffff, 0px 0px 30px 0px rgba(0, 0, 0, 0.1)
}

.gallery-slider .swiper-slide-active .slide-item {
    -webkit-box-shadow: 0px 0px 0px 12px #ffffff, 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 12px #ffffff, 0px 0px 30px 0px rgba(0, 0, 0, 0.1)
}

.swiper-container {
    padding-bottom: 0;
}


/******************
Subscribe area CSS
******************/

button.button {
    border: none;
    cursor: pointer;
}

.form-area button.button {
    position: absolute;
    right: 8%;
    top: 0;
    border-radius: 0 5px 5px 0;
}

.form-area button.button:after {
    border-radius: 0 5px 5px 0;
}

.form-area input[type="email"] {
    padding: 11px 20px 11px 45px;
    width: 82%;
    border-radius: 5px;
    border: 1px solid #E5E9F2;
}

span.form-icon {
    position: relative;
}

span.form-icon i.mdi.mdi-email-outline {
    position: absolute;
    bottom: -8px;
    left: 18px;
    font-size: 18px;
    color: #8392A5;
}

.form-area {
    position: relative;
    margin-top: 40px;
}

p.circle-text .mdi {
    font-size: 18px;
    display: inline-block;
}

p.circle-text {
    margin-top: 15px;
}

.subscribe {
    position: relative;
    z-index: 1;
}

.subscribe:after {
    background-image: url(../image/Path-4.png);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.subscribe-bg-c {
    background-color: #ffffff52;
    padding: 42px;
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    border-radius: 20px;
}

.s {
    width: .05vw;
    height: 10px;
    display: inline-block;
}


/***************
Footer area CSS
***************/

.footer-area {
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dae1e9));
    background: -o-linear-gradient(top, #ffffff 0%, #dae1e9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #dae1e9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dae1e9', GradientType=0);
}

.footer-btn,
.copyright-section {
    text-align: right;
}

.footer-btn h4 {
    margin-bottom: 25px;
}

.footer-btn .boxed-btn {
    text-align: left;
}

.copyright-section li a {
    padding-left: 15px;
    display: block;
    font-weight: 500;
    color: #576477;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.copyright {
    padding-top: 50px;
}

a.footer-logo {
    margin-bottom: 15px;
    display: block;
}

.copyright-section li a:hover {
    /* color: #C82C29; */
}

.sponsor-area {
    color: #8392A5;
    font-size: 20px;
}


/*************
Preloader CSS
*************/

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #010922;
    /*background: url(../image/preloader/preloader-2.png) center no-repeat #010922;*/
    /* mix-blend-mode: hue; */
}


/*****************
Scroll to top CSS
*****************/

#topcontrol {
    z-index: 9;
}

#topcontrol {
    font-size: 16px;
    font-weight: 900;
    color: white;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    /* background-color: #C82C29; */
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
}

#topcontrol:hover {
    /* background-color: #35BFE6; */
}