/* --------------------------------------------
:: Template Name: Totan - One Page Template
:: Template Author: Theme-zome
:: Version: v1.1
-------------------------------------------- */

/* =========== [Master Stylesheet] ============

 :: Reboot CSS 
 :: Welcome Area CSS 
 :: Benifits Area CSS 
 :: Single Feature Area CSS 
 :: Call to action Area CSS
 :: Set up Area CSS 
 :: Single Blog Main Page Area CSS
 :: Team Member Area CSS
 :: Contact Action Area CSS
 :: Client Area CSS
 :: Tab Are css
 :: Breadcrumb area
 :: Blog Details
 :: Blog Part Area CSS
 :: Responsive CSS

===================================== */

/* Import Fonts & All CSS */

@import url('https://cdn.jsdelivr.net/npm/owl.carousel@2.2.0/dist/assets/owl.carousel.min.css');
@import './custom/common.css';
@import './themify-icons.css';
@import './font-awesome.css';

.welcome-btn {
    height: 50px;
    min-width: 150px;
    line-height: 48px;
    padding: 0;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    color: #fff;
    background-color: #4527a4;
    border-radius: 2px;
    font-weight: 500;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 5px;
}

.welcome-btn:hover {
    color: #222;
    background-color: #fff;
}

/* :: Welcome Area CSS */
.welcome-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: rgb(30, 31, 51);
}

.welcome-area.four {
    height: 100vh;
}

.welcome-area.home-2 {
    height: 100vh;
}

.welcome-area #J_dotLine {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#particles-js canvas.particles-js-canvas-el {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1;
}

#particles-js {
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 1;
}

.scroll_down {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 13px;
    z-index: 8;
}

.scroll_down i {
    position: relative;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    height: 44px;
    width: 28px;
    line-height: 54px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    display: inline-block;
    color: #fff;
    font-size: 10px;
}

.scroll_down i::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 11px;
    border-radius: 2px;
    z-index: -1;
    bottom: 0px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    height: 10px;
    width: 3px;
    background: #fff;
}

.welcome-content h5 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}


.welcome-content h3 {
    font-size: 52px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.welcome-content h3::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 70px;
    background-color: #4527a4;
    left: 0;
    bottom: -25px;
}

.welcome-content p {
    color: #fff;
    font-size: 17px;
}

.welcome-thumb-area img {
    border-radius: 30px;
}

.curv-bg-img {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
}

.welcome-bg-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.welcome-thumb {
    top: 34%;
    left: -16%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: bounce_fountainG;
    animation-name: bounce_fountainG;
    -webkit-animation-duration: 43s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal;
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce_fountainG {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.p-10px {
    padding: 10px;
}

.clip-home-area {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
    clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
    position: relative;
}

.welcome-area.three {
    height: 100vh;
}

.welcome-content.home-6 {
    margin-top: 60px;
}

/* ----- Single Card area ----- */

.single-card-content {
    padding: 70px 30px 40px 30px;
    overflow: hidden;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.04);
}

.single-card-area .icon-area {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    color: #4527a4;
}

.single-card-content h5 {
    font-weight: 500;
}

.single-card-content p {
    margin-bottom: 0;
}

.single-card-content a {
    margin-top: 20px;
    display: block;
    color: #072366;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

.single-card-content a:hover {
    color: #4527a4;
}

.single-card-content a i {
    font-size: 11px;
    line-height: 11px;
}

.single-card-content::after {
    position: absolute;
    content: '';
    background: rgba(31, 39, 73, 0.04);
    width: 470px;
    height: 470px;
    right: -145px;
    bottom: -470px;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
}

.single-card-content::before {
    position: absolute;
    content: '';
   background: rgba(31, 39, 73, 0.04);
    width: 470px;
    height: 470px;
    right: -115px;
    bottom: -470px;
    border-radius: 50%;
    transition-duration: 500ms;
}

.single-card-content:hover::before {
    bottom: -270px;
}

.single-card-content:hover::after {
    bottom: -330px;
}

.feature-text {
    position: relative;
    z-index: 2;
}

/* :: Feature Area CSS */

.feature-text h4 {
    font-size: 18px;
}

.more-feature-text h2 {
    font-size: 34px;
}

.bx-tada {
    -webkit-animation: tada 1.5s ease infinite;
    animation: tada 1.5s ease infinite;
}
/* ----- Our Service area ---- */

.single-service-content {
    margin-bottom: 50px;
    padding: 50px 20px;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.service-icon {
    color: #fff;
    position: relative;
    z-index: 9;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.icon-service {
    height: 40px;
    width: 40px;
    display: inline-block;
    line-height: 80px;
}

.single-service-content:hover {
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.service-icon::after {
    position: absolute;
    content: '';
    border: 1px dashed #4527a4;
    width: 80px;
    height: 80px;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    z-index: -1;
}

.service-icon::before {
    position: absolute;
    content: '';
    background: #4527a4;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: -1;
}

.service-content h5 {
    margin-top: 30px;
}

.single-service-content:hover .service-icon::before {
    transform: rotate(0deg);
}

/* :: Call to action Area CSS */
@media (min-width: 320px) and (max-width: 991px) {
    .ca-mb-50 {
        margin-bottom: 50px;
    }
}

/* :: Set up Area CSS */
@keyframes bounce_fountainG {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/* :: Single Blog Main Page Area CSS */
.single-blog-content {
    padding: 20px;
    background-color: #fff;
    z-index: 9;
}

.single-blog-content span {
    font-size: 13px;
    color: #777;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
}

.blog-thumb img {
    border-radius: 5px;
}

.single-blog-content a h5 {
    font-size: 20px;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
    margin-bottom: 10px;
}

.blog-title {
    display: inline-block;
}

.blog-title a {
    color: #696687;
    margin-bottom: 10px;
    display: inline-block;
}

.post-author {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #232931;
}

.single-blog-content a h5:hover {
    color: #4527a4;
}

.single-blog-content p {
    word-wrap: break-word;
}

.blog-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-thumb img {
    width: 350px;
    height: 207px;
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    object-fit: cover;
}

.single-blog-area:hover .blog-thumb img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}

/* ---- Team Member Area Css ---- */
.single-team-member {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-team-member {
    position: relative;
}

.single-team-member img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    position: relative;
}

.member-intro {
    position: absolute;
    left: 30px;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.member-intro p {
    opacity: 0;
    -webkit-transition: ease opacity 0.4s;
    -o-transition: ease opacity 0.4s;
    transition: ease opacity 0.4s;
    font-size: 12px;
}

.single-team-content {
    background-color: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
    position: relative;
    z-index: 22;
    top: -20px;
    margin: 0 20px;
    border-radius: 3px;
}

.single-team-content h5 {
    margin-bottom: 3px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

.single-team-content p {
    font-size: 13px;
    margin-bottom: 0;
}

.single-team-member:hover .single-team-content {
    bottom: 0;
}

.single-team-member:hover .member-intro p {
    opacity: 1;
}

.single-member-thumb {
    position: relative;
    z-index: 1;
}

.single-member-thumb::after {
    position: absolute;
    content: "";
    background-color: #152c5b;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 5px;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-team-member:hover .single-member-thumb::after {
    opacity: 0.75;
}

/* :: Contact Action Area CSS */
#gmap {
    border-radius: 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .mt-sm-cu {
        margin-top: 50px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .mt-sm-cu-30 {
        margin-top: 30px;
    }
}

@media (min-width: 320px) and (max-width: 575px) {
    .client-mt-50 {
        margin-top: 50px;
    }
}

.partner-carousel img {
    width: 198px;
    height: 198px;
    object-fit: contain;
    object-position: center;
    background-color: #fff;
}
/* ------ How its work css ----- */

.content-text.one,
.content-text.three {
    padding-top: 30px;
}

.content-text.two,
.content-text.four {
    padding-bottom: 30px;
}

.content-text h4 {
    font-size: 20px;
    color: #fff;
}

.content-text .work-icon {
    font-size: 54px;
    line-height: 54px;
    color: #fff;
}

/* ----- Client - 2 ----- */
.single-card-contact .icon-area {
    font-size: 40px;
    line-height: 40px;
    color: #4527a4;
    margin-right: 15px;
}

.single-card-contact {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.single-card-contact:nth-child(2) {
    padding-top: 20px;
}

.single-card-contact:last-child {
    border-bottom: none;
    padding-top: 20px;
}

.card-content-text h5 {
    margin-bottom: 8px;
}

.card-content-text p {
    margin-bottom: 8px;
}

/* ---- Breadcrumb area ---- */

.breadcrumb {
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb.breadcrumb_bg {
    height: 300px;
    border-radius: 0;
    background-position: 100% 20%;
}

.breadcrumb_iner_item h2 {
    font-size: 32px;
    color: #fff;
    margin-bottom: 15px;
}

.custom-breadcrumb ol li a {
    color: #ffffff;
    opacity: 0.80;
    font-weight: 400;
}

.custom-breadcrumb ol li.breadcrumb-item.active {
    color: #fff;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    font-family: themify;
    content: "\e649";
    font-size: 10px;
    color: #ffffff;
    opacity: 0.9;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

/* :: Gallery Area CSS */

.our-gallery-area .gallery-content img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .our-gallery-area .portfolio-menu {
        text-align: center;
    }
}

.our-gallery-area .portfolio-menu button {
    position: relative;
    z-index: 1;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    background-color: transparent;
}

.our-gallery-area .portfolio-menu button::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: auto;
    height: 2px;
    width: 0;
    background-color: #4527a4;
    right: 0;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

@media only screen and (max-width: 767px) {
    .our-gallery-area .portfolio-menu button::after {
        font-size: 12px;
    }
}

.our-gallery-area .portfolio-menu button.active {
    color: #4527a4;
}

.our-gallery-area .portfolio-menu button.active::after {
    width: 100%;
}

.our-gallery-area .single_gallery_item {
    overflow: hidden;
    margin-bottom: 30px;
}

.our-gallery-area .single_gallery_item .gallery-content {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    overflow: hidden;
}

.our-gallery-area .single_gallery_item .gallery-content img {
    -webkit-transition-duration: 1200ms;
    -o-transition-duration: 1200ms;
    transition-duration: 1200ms;
}

.our-gallery-area .single_gallery_item .gallery-content .gallery-hover-overlay::after {
    position: absolute;
    content: "";
    background-color: #4527a4;
    height: 100%;
    width: 0;
    left: 0;
    bottom: -300px;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.our-gallery-area .single_gallery_item .gallery-content .gallery-hover-overlay .port-more-view {
    position: absolute;
    z-index: 99;
    top: 30px;
    left: 30px;
    right: 30px;
    opacity: 0;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.our-gallery-area .single_gallery_item .gallery-content .gallery-hover-overlay .port-more-view .port-icon a {
    font-size: 24px;
    color: #ffffff;
    margin-right: 10px;
}

.our-gallery-area .single_gallery_item:hover .gallery-content img {
    width: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.our-gallery-area .single_gallery_item:hover .gallery-content .gallery-hover-overlay::after {
    bottom: 0;
    width: 100%;
    opacity: 0.85;
}

.our-gallery-area .single_gallery_item:hover .gallery-content .gallery-hover-overlay .port-more-view {
    opacity: 1;
}

.our-gallery-area .port-text {
    margin-top: 20px;
}

.our-gallery-area .port-text h4 a {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

/* ---- Responsive css ---- */

@media (min-width: 992px) and (max-width: 1199px) {
    .service-content h4 {
        font-size: 20px;
    }

    .we-offer-content h3 {
        font-size: 32px;
    }

    .video-content h4 {
        font-size: 32px;
        line-height: 1.4;
    }

    .welcome-area {
        height: 800px;
    }

    .welcome-content h3 {
        font-size: 48px;
    }

    /* .logo a img {
        width: 70px;
    } */

    .welcome-area.three {
        height: 800px;
    }

    .welcome-area.four {
        height: 800px;
    }

}

@media (min-width: 768px) and (max-width: 991px) {
    /* .header-area .main-header-area {
        padding: 20px;
    } */

    .slicknav_btn {
        margin-bottom: 0;
        padding: 0;
        right: 0;
        top: -17px;
    }

    .slicknav_nav {
        top: 20px;
    }

    .navbar-collapse .navbar-nav.mx-auto {
        background-color: #fff;
    }


    .stickyadd.custom_nav_menu .navbar-nav li a {
        color: #111;
    }

    .stickyadd.custom_nav_menu {
        padding: 8px 10px;
    }

    .welcome-area {
        height: 800px;
    }

    .welcome-area.home-3.single {
        height: 900px;
    }

   
    .welcome-area.three {
        height: 800px;
    }

    .welcome-area.four {
        height: 800px;
    }

    .we-offer-content h3 {
        font-size: 30px;
    }

    .video-content h4 {
        font-size: 30px;
        line-height: 1.3;
    }

    /* .logo a img {
        width: 70px;
    } */

    .welcome-content h3 {
        font-size: 42px;
    }

    .welcome-area {
        height: 700px;
    }

    /* .header-area.menu-white .slicknav_icon-bar {
        background-color: #f12639 !important;
    } */

    .step-icon::after {
        bottom: -120px;
        height: 121px;
    }

    .site-nav-toggle {
        top: -8px;
        z-index: 99;
    }

    .welcome-area {
        height: 800px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    /* .header-area .main-header-area {
        padding: 20px 10px;
    } */

    .welcome-area.home-3 {
        height: 1000px;
    }

    .welcome-content.home-5 h3 {
        font-size: 26px;
    }

    .welcome-image.home-3 {
        display: none;
    }

    .breadcrumb.breadcrumb_bg {
        height: 250px;
    }

    .welcome-content h3 {
        font-size: 32px;
    }

    /* .header-area.menu-white .slicknav_icon-bar {
        background-color: #f12639 !important;
    } */

    .welcome-area {
        height: 1000px;
    }

    .welcome-area.four {
        height: 700px;
    }

    .welcome-content h5 {
        font-size: 14px;
    }

    .mb-sm-20 {
        margin-bottom: 20px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .navbar-collapse .navbar-nav.mx-auto {
        background-color: #fff;
    }

    .stickyadd.custom_nav_menu .navbar-nav li a {
        color: #111;
    }

    .stickyadd.custom_nav_menu {
        padding: 8px 10px;
    }

    /* .logo a img {
        width: 70px;
    } */

    .single-service-content {
        display: block;
    }

    .single-service-content .service-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .single-service-content .service-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .we-offer-content h3 {
        font-size: 30px;
    }

    .video-content {
        padding-left: 0;
    }

    .video-content h4 {
        font-size: 30px;
        line-height: 1.3;
    }

    .footer-contact-area {
        background-position: center center;
    }

    .welcome-area {
        height: 750px;
    }

    .welcome-area.three {
        height: 700px;
    }

    .welcome-area.home-5 {
        height: 700px;
    }

    .welcome-area.home-6 {
        height: 600px;
    }

    .site-nav-toggle {
        top: -8px;
    }

    .copy-right-content {
        margin-bottom: 20px;
        text-align: center;
    }

    .footer-menu {
        text-align: center;
    }

    .breadcrumb_iner_item h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .comments-area .comment-list {
        padding-left: 0 !important;
    }
}

@media (min-width: 480px) and (max-width: 575px) {
    .welcome-area {
        height: 800px;
    }

    .welcome-content h3 {
        font-size: 38px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    .welcome-area {
        height: 850px;
    }

    .welcome-content h3 {
        font-size: 40px;
    }

    .copy-right-content {
        margin-bottom: 0;
    }

    .breadcrumb.breadcrumb_bg {
        height: 300px;
    }

}

/* 新闻列表 */
.news-list {
    word-break: break-all;
}

/* 折行 */
.text-wrap {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

a:hover {
    color: #4527a4;
    transition: color .2s ease;
}

/* 视频背景 */
.bg-video {
    /* background-color: rgb(30, 31, 51); */
    opacity: 0.7;
    z-index: -1;
}

.bg-video > * {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: -2;
}

/* 首页地图 */
#gmap {
    width:100%; height: 360px;
    padding: 10px;
  }