/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.no-margin {margin: 0 !important}
.no-margin > * {margin: 0 !important}
.no-paddding {padding: 0 !important}
.no-paddding > *{padding: 0 !important}
.owl-nav.disabled{display: none !important;}
.owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev {left: 0}
.owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next {right: 0;}
.absolute-footer {display: none !important;}
.space-bw {justify-content: space-between;}
.fs-17 {font-size: 17px;}
.pr-0 {padding-right: 0;}
.pl-0 {padding-left: 0;}

:root {
    --primary-color: #246BFD;
    --secondary-color: #0846C6;
    --base-color: #666666;
    --heading-color: #04000b;
    --white-color: #fff;
    --black-color: #000;
    --dark-color: #1f2b38;
    --bg-gradient-btn: linear-gradient(to right, #246BFD, #a200be, #246BFD);
    --bg-gradient-reverse: linear-gradient(90deg, #f94735 0%, #ff214a 100%);
    --bg-gradient: linear-gradient(90deg, #246BFD 0%, #3e00a7 100%);
    --box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
    --box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
    --box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
    --fontawesome: "Font Awesome 7 Free";
}

.btn-website {
    border-radius: 30px;
    color: var(--white-color);
    padding: 14px 45px;
    min-height: unset;
    font-size: 16px;
    line-height: 0;
    box-shadow: unset !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    border: 0;
    &::after {
        content: '';
        position: absolute;
        background-image: var(--bg-gradient-btn);
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        transition: all 0.25s ease-in-out;
        z-index: -1;
        background-size: 220%;
    }
    &:hover::after {
        background-position: -70% 0;
    }
}

.btn-website2 {
    display: inline-block;
    min-height: 58px;
    border-radius: 6px;
    font-size: 17px;
    text-transform: capitalize;
    color: var(--white-color);
    border: none;
    background: var(--primary-color) !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    line-height: 0;
    box-shadow: unset !important;
    margin: 0;
    padding: 0 16px;
}

.title-banner {
    p {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    h3 {
        font-size: 40px;
        margin-bottom: 0;
        margin-bottom: 15px;
    }
}

.title-website {
    p {
        background: #d8e7ef;
        color: var(--heading-color);
        padding: 7px 15px;
        border-radius: 4px;
        font-size: 16px;
        display: inline-block;
        margin-bottom: 18px;
        text-transform: uppercase;
    }
    h2 {
        margin-bottom: 0;
        font-size: 36px;
    }
    &.w h2 {color: var(--white-color);}
}

.row-expertise {
    .col-right .col-inner{
        background-image: var(--bg-gradient);
        position: relative;
    }
    .col-right .col-inner, .col-left .col-inner {
        height: 100%;
    }
    .text-exp {
        p.subtitle {
            background: var(--dark-color);
            border-radius: 4px;
            padding: 7px 15px;
            font-size: 20px;
            display: inline-block;
            color: var(--white-color);
            font-weight: 500;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 50px;
        }
        .number {
            color: var(--primary-color);
            margin-bottom: 0;
            font-weight: 600;
            font-size: 60px;
            display: inline-flex;
            gap: 5px;
        }
        .number span {
            line-height: 1;
            font-size: 120px;
        }
        .des {
            margin-bottom: 0;
            color: var(--heading-color);
            font-weight: 600;
            text-transform: uppercase;
        }
    }
    .col-right .col-inner::after{
        content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-image: url(./assets/images/shape1.png);
    }
}

.list-service ul{
    margin-bottom: 0;
    list-style: none;
    li:last-child {margin-bottom: 0;}
    li {
        color: var(--white-color);
        font-size: 20px;
        line-height: 1;
        margin-left: 0;
        padding-left: 37px;
        position: relative;
        font-weight: 600;
        line-height: 1.5;
    }
    li::before {
        position: absolute;
        content: '\f00c';
        font-family: var(--fontawesome);
        left: 0;
        height: 23px;
        width: 23px;
        line-height: 23px;
        background: rgba(255, 255, 255, 0.6);
        text-align: center;
        font-size: 12px;
        border-radius: 50%;
        color: var(--heading-color);
        top: 7px;
    }
}

.img-about {
    z-index: -1;
    border-radius: 10px;
    overflow: hidden;
}

.box-img-features {
    margin-bottom: 40px;
    .box-text {position: unset;}
    .box-image {
        border-radius: 10px;
        overflow: hidden;
    }
    .box-text {
        padding-bottom: 0;
        padding-top: 0;
    }

    .icon-box-1 {
        position: absolute;
        right: 0;
        padding: 13px 30px;
        border-radius: 8px 0 8px 8px;
        transition: all 0.3s ease-in-out;
        border-bottom: 1px solid #e7e7e7;
        bottom: -30px;
        background: var(--white-color);
        width: calc(100% - 30px);
        align-items: center;
        h4 {
            color: var(--heading-color);
            font-size: 20px;
            position: relative;
        }
        h4::after {
            position: absolute;
            content: '\f176';
            font-family: var(--fontawesome);
            transform: rotate(45deg);
            right: 0;
        }
    }
    &:hover .icon-box-1 {
        bottom: 0;
        opacity: 0;
    }
    .icon-box-2 {
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
        padding: 37px;
        background: rgba(9, 29, 62, 0.6);
        transition: 0.3s ease-in-out;
        border-radius: 10px;
        h4 {
            font-size: 22px;
            margin-bottom: 15px;
        }
        p {
            margin-bottom: 0;
            font-size: 16px;
        }
        .icon-inner {
            color: var(--white-color) !important;
            background: var(--white-color);
        }
    }
    &:hover .icon-box-2 {
        top: 0;
        opacity: 1;
        visibility: visible;
        height: 100%;
    }
}

.section-slider {
    background-image: url(./assets/images/shape2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}

.slider-clients .img img {object-fit: contain;} 

.text-wc {
    h4 {
        padding-left: 33px;
        position: relative;
        font-size: 20px;
        margin-bottom: 15px;
    }
    h4::after {
        position: absolute;
        content: "\f3ed";
        font-family: var(--fontawesome);
        left: 0;
        top: 0;
    }
    p {
        margin-bottom: 0;
        color: #cccccc !important;
        font-size: 17px;
    }
} 

.col-img-wc .col-inner{
    &::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        height: 500px;
        width: 500px;
        background: var(--secondary-color);
        z-index: -1;
        border-radius: 50%;
        -webkit-filter: blur(70px);
        filter: blur(70px);
        transform: translate(-50%, -50%);
    }
    .box-circle {
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        right: 0;
        top: calc(50% - 140px);
        background-image: url(./assets/images/thoi.png);
        text {
            fill: var(--white-color) !important;
            font-weight: 600;
        }
        a {
            position: absolute;
            top: 50%;
            left: 50%;
            color: var(--white-color);
            font-size: 30px;
            transform: translate(-50%, -50%);
            i {
                transform: rotate(45deg);
            }
        }
    }
}

.section-services {
    background-image: url(./assets/images/son.png);
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    .title-website p {
        background: rgba(255, 255, 255, 0.5);
    }
    .col-services .col-inner{
        box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
        transition: all 0.35s ease-in-out;
        border: 2px solid transparent;
        &:hover {
            border-color: var(--primary-color);
        }
        &:hover .icon-box-1 h3 {color: var(--primary-color);}
        &:hover .icon-box-2 .icon-box-img svg {background: var(--primary-color); transform: rotate(0);}
        .icon-box-1 {
            .icon-box-img {
                margin-bottom: 80px;
            }
            .icon-box-text h3 {
                font-size: 22px;
                transition: all 0.3s ease-in-out;
            }
            .icon-box-text p {
                color: var(--base-color);
                margin-bottom: 25px;
            }
        }
        .icon-box-2 {
            align-items: center;
            .icon-box-img {
                svg {
                    padding-top: 0;
                    border-radius: 99%;
                    background: var(--dark-color);
                    padding: 15px;
                    transform: rotate(-45deg);
                }
            }
            .icon-box-text {text-align: right;}
            .text-tag p {
                margin-bottom: 5px;
                margin-top: 5px;
                display: inline-block;
                padding: 2px 14px;
                border: 1px solid #b8cfff;
                border-radius: 3px;
                font-size: 14px;
            }
        }
    }
}

.col-expertise-left .col-inner{
    background-image: url(./assets/images/bgr-count.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    &::after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: var(--primary-color);
        border-radius: 10px;
        mix-blend-mode: multiply;
    }
    .text-expertise-left {
        position: relative;
        z-index: 2;
        p{margin-bottom: 0;}
        p:first-child {font-size: 80px; font-weight: 600; line-height: 80px; margin-bottom: 20px;}
        p.c {font-weight: 600;}
        &:first-child {margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
    }
}

.list-expertise ul{
    margin-bottom: 0;
    list-style: none;
    li {padding-left: 27px; margin: 0; position: relative; margin-bottom: 15px; font-weight: 600;}
    li:last-child {margin-bottom: 0;}
    font-size: 18px;
    position: relative;
    li::after {
        content: '';
        position: absolute;
        background-image: url(./assets/images/check-mark.png);
        width: 16px;
        height: 16px;
        background-size: contain;
        background-repeat: no-repeat;
        left: 0;
        top: 6px;
    }
}
.row-project {
    margin-right: 50px !important;
    opacity: 1 !important;
    &.is-selected .col-project .col-inner .icon-box{
        visibility: visible;
        opacity: 1;
        bottom: 0;
    }
}
.col-project .col-inner{
    border: 1px solid #d3e1ff;
    .img img {border-radius: 10px;}
    overflow: hidden;
    .icon-box {
        visibility: hidden;
        opacity: 0;
        left: 0;
        bottom: -60px;
        background: var(--white-color);
        padding: 30px;
        transition: all 0.3s ease-in-out;
        border-top-right-radius: 10px;
        .icon-box-text h4 {
            font-size: 22px;
            margin-bottom: 10px;
        }
        .icon-box-text .p1 {
            text-transform: uppercase;
            font-size: 15px;
            display: block;
            margin-bottom: 15px;
            color: var(--primary-color);
        }
        .icon-box-text .p2 {
            color: var(--base-color);
            margin: 0 0 25px;
            text-transform: none;
        }
    }
}

.col-team .col-inner {
    background-image: url(./assets/images/bgr-col-team.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    .icon-box-img img {border-radius: 99%;}
    .icon-box-text {padding-top: 30px;}
    .icon-box-text h3 {font-size: 22px; margin-bottom: 5px; transition: all 0.3s ease-in-out;}
    .icon-box-text p {margin-bottom: 0; font-size: 14px; color: var(--primary-color); text-transform: uppercase; font-weight: 600;}
    &:hover .icon-box-text h3 {color: var(--primary-color);}
}

.icon-box-fb .icon-box-img { margin-bottom: 30px;}
.icon-box-fb .icon-box-text h3 {
    font-size: 36px; line-height: 1.3;
    margin-bottom: 0; padding-bottom: 25px; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.icon-box-fb .icon-box-text p {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
}

.row-client {
    opacity: 1 !important;
    margin-right: 30px !important;
}

.col-client .col-inner{
    overflow: hidden;
    .content {
        padding: 50px;
        p {margin-bottom: 0; font-size: 20px; line-height: 1.7;}
    }
    .icon-box {
        padding: 20px 50px;
        align-items: center;
        background: var(--bg-gradient);
        position: relative;
    }
    .icon-box .icon-box-img img {margin-right: 20px; border-radius: 99%; border: 3px solid rgba(255, 255, 255, 0.3);}
    .icon-box .icon-box-text h4 {font-size: 20px; margin-bottom: 3px;}
    .icon-box .icon-box-text p {margin-bottom: 0; text-transform: uppercase; font-size: 14px;}
    .icon-box::after {
        content: "";
        position: absolute;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
        background: var(--primary-color);
        height: 30px;
        width: 30px;
        left: 0;
        top: -29px;
    }
}

.post-item {
    &:last-child {padding-bottom: 0;}
    .box-blog-post {position: relative;}
    .is-divider {display: none;}
    .box-image img{border-radius: 10px;}
    .post-title {font-size: 30px; margin-bottom: 25px;line-height: 1.2; transition: all .3s ease-in-out;}
    .post-meta {
        position: absolute;
        display: inline-block;
        top: -52px;
        padding-top: 20px;
        padding-right: 25px;
        border-top-right-radius: 10px;
        background: var(--white-color);
        opacity: 1;
        font-weight: 600;
        font-size:20px;
    }
    .post-meta::before {
        position: absolute;
        left: -1px;
        top: -26px;
        content: "";
        height: 26px;
        width: 20px;
        border-bottom-left-radius: 12px;
        box-shadow: 0 20px 0 0 var(--white-color);
    }
    .post-meta::after {
        position: absolute;
        right: -20px;
        bottom: 0;
        content: "";
        height: 33px;
        width: 20px;
        border-bottom-left-radius: 17px;
        box-shadow: 0 20px 0 0 var(--white-color);
    }
    a.button {
        margin: 0;
        font-weight: 600;
        line-height: 26px;
        text-transform: uppercase;
        display: inline-block;
        font-size: 16px;
        position: relative;
        &::after {
            position: absolute;
            content: "\f062";
            font-family: var(--fontawesome);
            transform: rotate(45deg);
            right: -20px;
            transition: all .3s ease-in-out;
        }
    }
    &:hover a.button::after {
        transform: rotate(90deg);
    }
    &:hover .post-title {
        color: var(--primary-color);
    }
}
.section-footer {overflow: hidden;}
.col-footer-logo {
    .img.has-hover {margin-bottom: 30px;}
    .des p {color: #cccccc; margin-bottom: 25px;}
    .address h4 { margin-bottom: 7px; text-transform: uppercase; font-weight: 500; color: #cccccc;}
    .address p {font-size: 22px; font-weight: 600; margin-bottom: 0; line-height: 1.4; color: var(--white-color);}
}
.title-footer h4{ color: var(--white-color); margin-bottom: 30px; font-size: 24px; font-weight: 600;}
.menu-footer a.ux-menu-link__link {font-size: 16px; margin-bottom: 15px; line-height: 26px; color: #cccccc; display: inline-block; padding: 0; min-height: unset;}
.menu-footer .ux-menu-link:hover a.ux-menu-link__link{color: var(--white-color) !important;}
.menu-footer .ux-menu-link:last-child a{margin-bottom: 0;}
.col-footer-form p {color: #cccccc; margin-bottom: 25px;}
.form-email {
    position: relative;
    input:focus { box-shadow: none;}
    input {border: 0; border-radius: 30px; padding: 0 30px; padding-right: 60px; min-height: 50px;}
    button {
        margin: 0;
        i {margin: 0 !important;}
        width: 40px;
        height: 40px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 0;
        right: 5px;
        top: 5px;
    }
    p, input {margin-bottom: 0;}
}
.wpcf7-spinner {display: none !important;}
form{ margin-bottom: 0;}
.row-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px 0;
}
.text-copyright p{
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}   

.blog-wrapper.blog-archive.page-wrapper {
    padding-top: 0;
    .post-item .post-title {font-size: 26px;}
}
h1.page-title-section {font-size: 40px; line-height: 40px;}
.header:not(.transparent) {
    .nav > li > a {color: var(--heading-color); font-size: 18px;}
    .nav > li > a:hover {color: var(--primary-color);}
    .header-inner {border-bottom: 1px solid #dddddd;}
}
#breadcrumbs {
    margin-bottom: 0;
    margin-top: 25px;
    & > span {font-size: 16px; font-weight: 600; display: inline-flex; gap: 10px; justify-content: center; flex-wrap: wrap;}
    & > span > span:first-child {
        position: relative;
        display: inline-block;
        &::before {
            position: absolute;
            left: -20px;
            content: '';
            background-image: url(./assets/images/home.png);
            width: 16px;
            height: 16px;
            background-size: contain;
            background-repeat: no-repeat;
            top: calc(50% - 9px);
        }
    }
    a {color: var(--heading-color);}
}
.header-page-section {padding: 50px 0;}

.blog-wrapper.blog-single.page-wrapper {
    padding-top: 0;
    .entry-header-text {display: none;}
    /* .entry-header {display: none;} */
    .entry-content {padding-top: 0;}
    .entry-image {margin-bottom: 40px;}
}

.meta-author-date {
    display: inline-flex;
    gap: 30px;
    margin-bottom: 20px;
    .item i {color: var(--primary-color);}
}

.widget {
    padding: 40px;
    background: #f4f5f8;
    .widget-title {
        font-size: 22px;
        text-transform: capitalize;
        color: var(--heading-color);
        font-weight: 600;
    }
    .is-divider {
        margin-bottom: 30px;
        margin-top: 15px;
        height: 2px;
        width: 50px;
        max-width: unset;
        background: var(--primary-color);
    }
}
.widget_recent_entries ul, .widget_categories ul {
    li {
        padding: 10px 0;
        margin: 3px 0;
        border-bottom: 1px solid #dbdfe4;
    }
    li:last-child {border-bottom: 0; margin-bottom: 0; padding-bottom: 0;}
    li:first-child {margin-top: 0; padding-top: 0;}
    li a {
        color: #454545;
        font-weight: 600;
        font-size: 16px;
        padding: 0;
    }
}
.widget_categories ul li {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    color: var(--heading-color);
}

.searchform {
    input {width: 100%; min-height: 60px; box-shadow: unset; width: 100%;
    border-radius: 5px;
    border: 1px solid #e7e7e7;}
    button.submit-button {
        position: absolute;
        right: 5px;
        top: calc(50% - 25px);
        min-width: 50px !important;
        min-height: 50px;
        border-radius: 8px !important;
        font-size: 13px;
    }
}

footer.entry-meta {
    border: none;
    padding: 0;
    .title {
        font-size: 20px;
        color: var(--heading-color);
        font-weight: 600;
        display: inline-block;
        margin-right: 10px;
    }
    a {
        background: #f4f4f4;
        padding: 7px 23px;
        margin-right: 5px;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
        text-transform: capitalize;
        color: var(--heading-color);
        margin-top: 8px;
        transition: all .3s ease-in-out;
        &:hover {
            background: var(--primary-color);
            color: var(--white-color);
        }
    }
}

.box-related {
    margin-top: 50px;
    h3 {text-align: center; margin-bottom: 20px; font-size: 25px;}
    h5.post-title { font-size: 20px;}
    a.button {font-size: 14px;}
    .post-meta {font-size: 16px; top: -45px;}
}

.header-button-1 a{
    display: inline-block;
    padding: 13px 40px !important;
    border-radius: 5px;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--white-color);
    border: none;
    background: var(--dark-color) !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    min-height: unset !important;
    line-height: 0;
    box-shadow: unset !important;
    &::after {
        position: absolute;
        top: inherit;
        right: inherit;
        bottom: inherit;
        left: -5%;
        content: "";
        height: 150px;
        width: 115%;
        z-index: -1;
        transition: all 0.25s ease-in-out;
        transform: translateY(-45%) skew(25deg) scale(0);
        background: var(--primary-color);
    }
    &:hover::after {
        transform: translateY(-45%) skew(25deg) scale(1.2);
    }
}

.header .header-button-1 {display: none;}
.header:not(.has-transparent) .header-button-1 {display: block;}
.header:not(.has-transparent) .header-block {display: none;}

.header-block-block-1 .icon-box{
    align-items: center;
    h5 {
        font-size: 20px;
        letter-spacing: 0.6px;
        font-weight: 700;
        color: var(--white-color);
    }
    p {color: var(--white-color); line-height: 16px;}
    .icon-box-img svg {padding-top: 0;}
}

.header:not(.transparent) .header-block-block-1 .icon-box {
    .icon-box-text p{ color: var(--base-color); }
    .icon-box-text h5{ color: var(--primary-color);}
    .icon-box-img svg path {fill: var(--primary-color);}
}

/********* About *********/
.col-image-about .col-inner {
    .img img {
        border-radius: 99%;
    }
    .shape-about {
        position: absolute;
        background-image: url(./assets/images/shape.png);
        left: -25px;
        bottom: -40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 250px;
        height: 250px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        h4 {
            font-size: 22px;
            font-weight: 600;
            max-width: 190px;
            line-height: 1.3;
            color: var(--white-color);
        }
    }
}
.row-video-about {
    background: var(--white-color);
    padding: 30px;
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    border-radius: 10px;
    .col-image .col-inner .img img {
        border-radius: 10px;
    }
    .col-image .col-inner .video-button-wrapper {
        a {margin: 0; background: var(--primary-color); border-color: var(--primary-color); color: var(--white-color);}
        position: absolute;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        z-index: 99;
        &::after {
            position: absolute;
            left: 50%;
            top: 50%;
            content: "";
            height: 105%;
            width: 105%;
            border: 1px solid rgba(255, 255, 255, 0.8);
            animation: pulse-border 3s linear infinite;
            border-radius: 50%;
            z-index: -1;
        }
    }
    .col-text .col-inner h3 {
        font-size: 60px;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 15px;
        padding-bottom: 10px;
        margin-top: -15px;
        color: var(--primary-color);
        line-height: 1.2;
    }
    .col-text .col-inner p {
        margin-bottom: 0;
        font-size: 18px;
        font-weight: 600;
    }
}

.box-image-team {
    img {border-radius: 10px;}
    .box-text { padding: 30px 0 0 0; }
    .box-text h4 {font-size: 22px; font-weight: 600;}
    .box-text p {margin-top: 0; font-size: 16px; position: relative;}
    .box-image {overflow: inherit;}
    .box-image::after {
        position: absolute;
        content: "\f121";
        font-family: var(--fontawesome);
        font-weight: 900;
        height: 60px;
        width: 60px;
        background: var(--dark-color);
        color: var(--white-color);
        border-radius: 99%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        right: 50px;
        bottom: -32px;
        z-index: 1;
        border: 10px solid var(--white-color);
    }
}
.col-count-team {
    h4 {font-size: 70px; line-height: 1; margin-bottom: 10px;}
    p {margin-bottom: 0; text-transform: uppercase; font-size: 16px;}
    .col-inner {border: 1px solid #dddddd; border-radius: 10px;}
}
.col-process {
    .text1 h4 {font-size: 22px; color: var(--white-color); line-height: 1.2; margin-bottom: 15px;}
    .text1 p {margin-bottom: 0; color: #ccc; font-size: 17px; transition: all 0.3s ease-in-out;}
    .text2 p {
        margin-bottom: 0;
        color: var(--white-color);
        position: absolute;
        top: -25px;
        right: 0;
        width: 70px;
        height: 70px;
        text-align: center;
        line-height: 52px;
        border-radius: 50%;
        border: 10px solid var(--dark-color);
        background: var(--bg-gradient);
    }
    & .col-inner {transition: all 0.3s ease-in-out;}
    & .col-inner:hover {background: rgba(255, 255, 255, 0.2) !important;}
    & .col-inner:hover .text1 p {color: var(--white-color);}
}

.col-fb-image {
    .img {position: relative; bottom: -50px;}
    .col-inner::after {
        position: absolute;
        content: "";
        background: url(./assets/images/shape-slider1.png);
        height: 250px;
        width: 150px;
        background-size: contain;
        background-repeat: no-repeat;
        top: 0;
        left: -40px;
    }
    .col-inner::before {
        position: absolute;
        content: "";
        background: url(./assets/images/shape-slider2.png);
        height: 50px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 68px;
        top: 120px;
        right: 0;
    }
}
.icon-box-fb-cus {
    .text1 h3 {
        font-size: 24px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    .text1 p {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 1.8;
    }
    .text1 {margin-bottom: 50px;}
    .text2 h4 {margin-bottom: 5px; font-size: 18px;}
    .text2 p {margin-bottom: 0; text-transform: uppercase; font-size: 14px;}
}
/********* End About *********/
.icon-box-contact {
    margin-bottom: 30px;
    &:last-child {margin-bottom: 0;}
    .icon-box-img {margin-top: 5px;}
    .icon-box-img .icon-inner {color: var(--primary-color) !important; background: var(--primary-color);}
    &.b .icon-box-img .icon-inner {color: var(--heading-color) !important; background: var(--heading-color);}
    .icon-box-img svg {fill: var(--white-color);}
    .icon-box-img path {fill: var(--white-color);}
    .icon-box-text h3 {
        font-size: 20px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    .icon-box-text p {margin-bottom: 0;}
}
.form-contact {
    box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
    padding: 20px 40px;
    border-radius: 10px;
    background: var(--white-color);
    input, textarea {
        box-shadow: unset;
        border: 0;
        border-bottom: 2px solid rgb(214, 214, 214);
        margin-bottom: 0;
        height: 60px;
        padding: 0 0;
        font-size: 18px;
        color: var(--heading-color);
        &:focus {
            box-shadow: unset;
            border-color: var(--primary-color);
        }
    }
    textarea {min-height: 100px;}
}
.section-contact {position: relative;}
.section-contact::after {
    content: "";
    position: absolute;
    background-image: url(./assets/images/bgr-contact.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 30%;
    height: 403px;
    bottom: 0;
    right: 0;
}
/********* COntact *********/

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* table */
@media (min-width: 768px) {  
    .title-banner p {
        font-size: 20px;
    }
    .title-banner h3 {
        font-style: 50px;
    }
    .title-website p {font-size: 18px;}
    .title-website h2 { font-size: 43px;}
    .pr-md-0 {padding-right: 0;}
    .pl-md-0 {padding-left: 0;}
    .col-wc-r .col-inner {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom-left-radius: 30px;
        position: relative;
        &::after {
            position: absolute;
            left: -1px;
            bottom: 0;
            content: "";
            top: 65px;
            width: 50px;
            border-left: 1px solid rgba(255, 255, 255, 0.2);
            border-bottom-left-radius: 30px;
        }
    }
    .col-wc-l .col-inner {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-top-right-radius: 30px;
        position: relative;
        &::after {
            position: absolute;
            right: 0;
            bottom: auto;
            content: "";
            top: 0;
            height: 64px;
            width: 50px;
            border-right: 1px solid rgba(255, 255, 255, 0.2);
            border-top-right-radius: 30px;
        }
    }  
    .section-wc {padding-bottom: 0 !important;}
    .col-img-wc .col-inner .box-circle {
        height: 210px;
        width: 210px;
    }
    .col-img-wc .col-inner .box-circle a {
        font-size: 38px;
    }
    .section-services .icon-box-2 .icon-box-text {
        text-align: left;
    }
    .post-item .post-title {font-size: 28px;}
    .post-item {padding-bottom: 0;}
    h1.page-title-section {font-size: 50px; line-height: 50px;}
    .header-page-section {padding: 80px 0;}
    .col-image-about .col-inner::after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border-top: 5px solid var(--primary-color);
        border-radius: 50%;
        border-right: 5px solid var(--primary-color);
    }
    .col-image-about .col-inner .shape-about{
        width: 300px;
        height: 300px;
        left: 0;
        bottom: 0;
    }
    .icon-box-fb-cus .text1 h3 {
        font-size: 30px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .icon-box-fb-cus .text1 p { font-size: 18px; }
    .icon-box-fb-cus .text2 h4 {font-size: 20px;}
    .icon-box-fb-cus .text2 p {font-size: 15px;}
    .form-contact {
        padding: 40px 60px;
        textarea {min-height: 200px;}
    }
}

/* desktop */
@media (min-width: 992px) {  
    .row-no-padding-bottom > .col {padding-bottom: 0;}
    .title-banner p {
        font-size: 22px;
    }
    .title-banner h3 {
        font-size: 60px;
    }

    .section-banner::before {
        content: '';
        position: absolute;
        background-image: url(./assets/images/bgr-an.png);
        left: 0;
        top: 0;
        height: 50%;
        width: 50%;
        z-index: 99;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .btn-website {
        padding: 16px 51px;
    }
    .title-website p {font-size: 20px;}
    .title-website h2 { font-size: 50px;}
    .row-expertise {margin-right: -40% !important;}
    .pr-lg-0 {padding-right: 0;}
    .pl-lg-0 {padding-left: 0;}
    .col-img-wc .col-inner .box-circle {
        height: 280px;
        width: 280px;
    }
    .col-img-wc .col-inner .box-circle a {
        font-size: 45px;
    }
    .section-services .icon-box-2 .icon-box-text {
        text-align: right;
    }
    .col-project .col-inner .icon-box {
        position: absolute;
        &::after {
            position: absolute;
            right: -28px;
            bottom: 10px;
            content: "";
            height: 30px;
            width: 30px;
            border-bottom-left-radius: 15px;
            box-shadow: 0 20px 0 0 var(--white-color);
        }

        &::before {
            position: absolute;
            left: 9px;
            top: -30px;
            content: "";
            height: 30px;
            width: 30px;
            border-bottom-left-radius: 15px;
            box-shadow: 0 20px 0 0 var(--white-color);
        }
    }
    .post-item .post-title {font-size: 36px;}
    .col-footer-logo .col-inner::after {
        position: absolute;
        right: 0;
        content: "";
        height: 300%;
        width: 2px;
        top: -120px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        z-index: -1;
    }
    .col-project .col-inner .icon-box {
        max-width: 60%;
    }
    h1.page-title-section {font-size: 60px; line-height: 60px;}
    .header-page-section {padding: 120px 0;}
    .blog-wrapper.blog-single.page-wrapper .large-8 {
        padding-right: 35px;
    }
    .blog-wrapper.blog-single.page-wrapper .large-4 {
        padding-left: 35px;
    }
    .icon-box-fb-cus .text1 h3 {
        font-size: 36px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .icon-box-fb-cus .text1 p { font-size: 20px; }
    .icon-box-fb-cus .text2 h4 {font-size: 22px;}
    .form-contact {
        padding: 60px 80px;
        textarea {min-height: 300px;}
    }
}