html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'SimSun', sans-serif;
    background: #fff;
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'SimSun', sans-serif;
}

p {
    margin: 0;
    color: #333;
    font-size: 1em;
    line-height: 1.8;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}

/*-- //header --*/
/* title desc */
.title-desc p {
    letter-spacing: 2px;
    font-size: 13px;
    word-spacing: 1px;
    margin-top: 10px;
    text-transform: uppercase;
}

.header .logo {
    font-size: 0.85em;
    padding: 10px 20px;
    text-decoration: none;
    color: #66CCFF;
    font-weight: 600;
}
.banner {
    background: url('https://wechatapppro-1252524126.file.myqcloud.com/apprnDA0ZDw4581/image/default/copKFFl1691130075wZ.jpg') center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 10;
}

.banner-text {
    padding: 20vw 0 14vw;
    box-sizing: border-box;
}

.slider-info h3 {
    font-size: 5em;
    text-transform: capitalize;
    color: #fff;
    text-shadow: 3px 3px 22px #1d1a22;
    word-spacing: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.3;
}

.slider-info span.line {
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 6px;
    margin-bottom: 15px;
    display: block;
}

.slider-info span.line:after {
    content: '';
    width: 20%;
    height: 1px;
    background: #eaeaea;
    display: inline-block;
    margin-left: 8px;
}

.slider-info h3 span {
    background: #66CCFF;
    padding: 0 10px;
}

.w3_pvt-link-bnr {
    padding: 8px 35px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    border: none;
    text-transform: capitalize;
    border-radius: 20px;
    background: #fff;
}

.w3_pvt-link-bnr:hover {
    color: #fff;
    background: #2a419f;
}

.slider-info p {
    letter-spacing: 5px;
    margin-top: 0.5em;
    font-size: 1.1em;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    word-spacing: 3px;
}

.bg-theme {
    background: #66CCFF;
    color: #fff;
}

.move-top-img {
    width: 100%;
    height: 100%;

}
/* about */

.abt-icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;

}

.abt-icon span {
    font-size: 1.5em;
    color: #fff;
}

.abt-txt h4 {
    text-transform: capitalize;
    font-size: 1.15em;
    margin-bottom: 0.5em;
}

.abt-txt {
    margin-left: 1em;
}

.slide-banner {
    background: url('https://wechatapppro-1252524126.file.myqcloud.com/apprnDA0ZDw4581/image/b_u_5b2225aa46488_oGKN7IvA/lokr4llmzxiefa.jpg') no-repeat center;
    background-size: cover;
    min-height: 485px;
}

.ab-banner {
    background: url('https://wechatapppro-1252524126.file.myqcloud.com/apprnDA0ZDw4581/image/default/cpqrtLb1691130075JJ.jpg') no-repeat center;
    background-size: cover;
    min-height: 485px;
}

.bg-abt {
    background: #fbf4f4;
    padding: 2em 1.5em;
}

.abt_bottom p {
    margin-bottom: 1em;
    letter-spacing: 1px;
    font-size: 1.3em;
}

h4.main-title-w3pvt {
    text-transform: capitalize;
    font-size: 1.6em;
    color: #2a419f;
}

.w3lspvt-about-grids h4 {
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    color: #2a419f;
    font-size: 1.3em;
}
/* //about */

/* gallery */

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important;
}
/* //gallery */

.box6 .title,
.box6 img,
.box6:after {
    transition: all .35s ease 0s
}

/* team */
/*********************** Demo - 13 *******************/


@media only screen and (max-width:990px) {
    .box13 {
        margin-bottom: 30px
    }
}

section {
    box-sizing: border-box;
}

.container .column {
    position: relative;
    width: 380px;
    float: left;
    transition: 0.5s;
}

.container .column .box {
    width: 290px;
    min-height: 440px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    overflow-y: hidden;
    transition: 0.5s;
    background: #ececec;
}

.container .column .box:hover {
    transform: scale(1.1);
}

.container .column .box .title .fa {
    margin-top: 20px;
    font-size: 2em;
    color: #66CCFF;
}

.title h5 {
    color: #66CCFF;
    font-size: 1.2em;
    margin-top: 10px;
    text-transform: capitalize;
}

.container .column .box .option ul {
    margin: 20px 0;
    padding: 0;
}

.container .column .box .option ul li {
    list-style: none;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid rgba(136, 136, 136, 0.31);
}

.container .column .box .option ul li:last-child {
    border-bottom: none;
}

.container .column .box .bg-theme {
    margin: 0 auto;
}

a.btn.w3ls-btn:hover {
    color: #fff;
}

/* //pricing plans */


/* contact */

.cpy-right {
    padding: 2em 0;
}

.cpy-right p a {
    color: #fff;
    padding: 1vw;
}

a.move-top span {
    color: #fff;
    border-radius: 50%;
    font-size: 2em;
}

.navbar-brand {
    display: flex;
    align-items: center;
}
.move-top-img {
    width: 2em;
}
.xet_logo {
    width: .85em;
    margin-right: 10px;
}

.footer-logo h2 a {
    color: #fff;
    display: block;
    font-size: 0.85em;
    margin: 0.5em 0;
}

.logo span {
    color: #66CCFF;
    margin-right: 10px;
    transform: rotate(90deg);
}

.color-theme {
    color: #2a419f;
}

.abt-icon-img {
    width: 100%;
    height: 100%;
}

/* social */
ul.social-iconsv2 li {
    display: inline-block;
    border-radius: 50%;
}

ul.social-iconsv2 li a {
    text-decoration: none;
    font-size: 16px;
}

ul.social-iconsv2 li a i.fab {
    font-size: 18px;
    line-height: 38px;
    width: 30px;
    height: 37px;
    color: #000;
    margin-right: 15px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

ul.list-w3_pvtits li a {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

ul.social-iconsv2 li:first-child a {
    color: #3b5998;
}

ul.social-iconsv2 li:last-child {
    color: #287bbc;
}

.cpy-right p {
    letter-spacing: 1px;
}

/* -- Responsive code -- */

@media screen and (max-width: 1366px) {
    .slider-info h3 {
        font-size: 4em;
    }

    .counter span.fa {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 1280px) {

    h4.w3pvt-title {
        font-size: 2.6em;
    }

}

@media screen and (max-width: 1080px) {

    .slide-banner,
    .ab-banner {
        min-height: 537px;
    }

    h4.abt-text {
        font-size: 1.6em;
        margin: 0 auto 0.5em;
    }

    .container .column .box {
        width: 260px;
    }
}

@media screen and (max-width: 1050px) {
    .slider-info h3 {
        font-size: 3.5em;
    }

    h4.w3pvt-title {
        font-size: 2.3em;
    }

    .w3-stats p {
        width: 100%;
        font-size: 1em;
    }
}

@media screen and (max-width: 1024px) {
    h4.main-title-w3pvt {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 991px) {
    .header li {
        margin-right: 0;
    }

    h4.w3pvt-title {
        font-size: 1.9em;
    }

    p.count-text {
        letter-spacing: 1px;
    }

    .counter {
        margin-top: 0em;
    }

    .w3lspvt-about-grids.border-left.border-right {
        border-right-color: transparent !important;
    }

    .price-row {
        padding-top: 3em;
    }

    .carousel-indicators {
        bottom: -50px;
    }

    .port-grid {
        margin: 0.5em 0;
    }

}

@media screen and (max-width: 900px) {
    .slider-info h3 {
        font-size: 3em;
        line-height: 1;
    }

    h3.main-title-w3pvt {
        font-size: 1.6em;
    }

    h4.abt-text {
        font-size: 1.4em;
        margin: 0 auto 0;
    }
}

@media screen and (max-width: 800px) {
    .slider-info h3 {
        font-size: 2.8em;
    }

    .timer h6 {
        font-size: 1.5em;
    }
}


@media screen and (max-width: 736px) {
    .slider-info p {
        width: 100%;
    }

    .slide-banner,
    .ab-banner {
        min-height: 400px;
    }

    .container .column .box {
        width: 220px;
    }

    .box13 .title {
        font-size: 19px;
    }
}


@media screen and (max-width: 640px) {
    .slider-info h3 {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 568px) {


    .slider-info h3 {
        font-size: 2.2em;
    }

    .slider-info p {
        font-size: 1em;
        letter-spacing: 3px;
    }

    .w3_pvt-link-bnr {
        padding: 5px 30px;
        font-size: 15px;
    }

    .banner-text {
        padding: 22vw 0 16vw;
    }

    .abt-icon {
        width: 55px;
        height: 55px;
        margin: 0 0 1em;
    }

    .abt-icon span {
        font-size: 1.3em;
    }

    .abt-txt {
        margin-left: 0;
    }

    .slide-banner,
    .ab-banner {
        min-height: 320px;
    }

    .container .column .box {
        width: 60%;
        margin-bottom: 2em;
    }

    .container .column {
        width: 100%;
    }

    .row.flex-column {
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .slider-info h3 {
        font-size: 2.1em;
    }

    .bg-abt {
        padding: 1em 1em;
    }

    .abt-txt h4 {
        font-size: 1em;
    }

    .contact-form-wthreelayouts {
        padding: 1em;
    }

    .title-desc p {
        letter-spacing: 1px;
        font-size: 12px;
    }

    h4.main-title-w3pvt {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 414px) {
    .slider-info h3 {
        font-size: 1.8em;
    }

    .slider-info p {
        font-size: 0.9em;
        letter-spacing: 1px;
    }

    .slider-info span.line {
        margin-bottom: 10px;
    }

    .banner-text {
        padding: 26vw 0 18vw;
    }

    h3.main-title-w3pvt {
        font-size: 1.4em;
    }

    .container .column .box {
        width: 80%;
        margin-bottom: 0em;
    }
}

@media screen and (max-width: 384px) {
    .slider-info p {
        letter-spacing: 0.5px;
        word-spacing: 0px;
        font-size: 1em;
    }

    .slider-info h3 {
        font-size: 1.6em;
    }

    p.count-text {
        letter-spacing: 0px;
        font-size: 0.9em;
    }

    .footer-logo h2 a {
        margin: 0.2em 0;
    }

    h5.cont-form {
        margin: 0 0 1em;
        font-size: 1.5em;
    }
}

@media screen and (max-width: 375px) {
    h3.main-title-w3pvt {
        font-size: 1.2em;
    }

    h4.main-title-w3pvt {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 320px) {
    .slider-info p {
        font-size: 0.92em;
        letter-spacing: 0;
    }
    .slider-info h3 {
        font-size: 1.4em;
    }

    h4.main-title-w3pvt {
        font-size: 1.2em;
    }

    .counter span.fa {
        font-size: 1.5em;
    }

    .title h5 {
        font-size: 1.1em;
    }
}

/* -- //Responsive code -- */
