:root {
    --gradient: linear-gradient(to right, rgb(255, 64, 62) 0%, rgb(255, 129, 27) 100%);
    --gradient-sec: linear-gradient(to right, rgb(57, 26, 166) 0%, rgb(6, 163, 245) 100%);
    --primary: #ff4917;
    --secondary: #13212a;
    --primary-hover: #e33100;
    --primary-dark: #7d1b00;
    --rgba-primary-1: rgba(255, 73, 23, 0.1);
    --rgba-primary-2: rgba(255, 73, 23, 0.2);
    --rgba-primary-3: rgba(255, 73, 23, 0.3);
    --rgba-primary-4: rgba(255, 73, 23, 0.4);
    --rgba-primary-5: rgba(255, 73, 23, 0.5);
    --rgba-primary-6: rgba(255, 73, 23, 0.6);
    --rgba-primary-7: rgba(255, 73, 23, 0.7);
    --rgba-primary-8: rgba(255, 73, 23, 0.8);
    --rgba-primary-9: rgba(255, 73, 23, 0.9);
    --font-family-base: Roboto, sans-serif;
    --gray: #f5f5f5;
    --border-radius-base: 6px;
    --font-family-title: Sarabun, sans-serif;
    --title: #212529;
    --quote: url(../images/quote-1.png);
    --quote-2: url(../images/quote-1.png);
}

.banner-four {
    height: calc(100vh - 150px);
    min-height: 700px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-image: url("../images/main-slider/bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-four>.container,
.banner-four .banner-inner,
.banner-four .row {
    height: 100%;
}

.banner-four .dz-media {
    width: 50vw;
    float: right;
    text-align: right;
    padding: 40px 40px 0;
}

.banner-four .dz-media img {
    width: auto;
    max-width: 100%;
}

.banner-four:before {
    content: "";
    height: 330px;
    width: 330px;
    border-radius: 330px;
    position: absolute;
    top: 70px;
    left: 60px;
    z-index: -1;
    border: 40px solid;
    border-color: var(--rgba-primary-1);
}

.banner-four:after {
    content: attr(data-text);
    position: absolute;
    right: 120px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -2;
    font-size: 220px;
    font-family: var(--font-family-title);
    width: 1080px;
    font-weight: 700;
    background: #e7e5ff;
    background: -moz-linear-gradient(-45deg, #e7e5ff 0%, #ffeff5 42%, #f7f1fb 69%, #f9d5c5 100%);
    background: -webkit-linear-gradient(-45deg, #e7e5ff 0%, #ffeff5 42%, #f7f1fb 69%, #f9d5c5 100%);
    background: linear-gradient(135deg, #e7e5ff 0%, #ffeff5 42%, #f7f1fb 69%, #f9d5c5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e5ff', endColorstr='#f9d5c5', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: movedelement5 5s linear infinite;
    animation: movedelement5 5s linear infinite;
}

.banner-four .shape-bg {
    position: absolute;
    height: 100%;
    z-index: -1;
    padding-top: 100px;
    width: 48vw;
}

.banner-four .shape-bg .date {
    color: #fff;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    z-index: 1;
    writing-mode: tb-rl;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.banner-four .shape-bg .shape-1 {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-right: 110px;
}

.banner-four .shape-bg .shape-2 {
    width: 100%;
    left: -1px;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

.banner-four .banner-content .sub-title {
    font-size: 22px;
    color: var(--primary);
    text-transform: uppercase;
}

.banner-four .banner-content h1 {
    font-size: 75px;
    line-height: 1.2;
}

.banner-four .banner-content p {
    font-size: 18px;
}

.banner-four .follow-info {
    position: absolute;
    height: 100%;
    top: 0;
    right: 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-four .follow-info .title {
    writing-mode: tb-rl;
    margin: 0;
    transform: rotate(180deg);
    position: relative;
    padding: 45px 0 0 0px;
    margin-bottom: 8px;
}

.banner-four .follow-info .title:before {
    content: "";
    width: 1px;
    height: 30px;
    background: var(--secondary);
    left: 50%;
    top: 0;
    position: absolute;
}

.banner-four .follow-info ul li a {
    color: var(--secondary);
    font-size: 18px;
    margin: 8px 0;
}

@media only screen and (max-width: 1200px) {
    .banner-four .follow-info {
        right: 20px;
    }

    .banner-four .banner-content h1 {
        font-size: 60px;
    }

    .banner-four:after {
        right: 55px;
        width: 840px;
        font-size: 170px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-four {
        height: auto;
        min-height: 600px;
    }

    .banner-four>.container,
    .banner-four .banner-inner,
    .banner-four .row {
        height: auto;
        min-height: 600px;
    }

    .banner-four .banner-content h1 {
        font-size: 45px;
    }

    .banner-four:after {
        width: 645px;
        font-size: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-four:before {
        top: auto;
        bottom: 70px;
    }

    .banner-four:after {
        width: 480px;
        font-size: 97px;
    }

    .banner-four .banner-content {
        padding-top: 40px;
    }

    .banner-four .dz-media {
        width: 100%;
    }

    .banner-four .shape-bg {
        width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .banner-four:before {
        height: 250px;
        width: 250px;
        border-width: 25px;
    }

    .banner-four:after {
        width: 348px;
        font-size: 70px;
        right: 10px;
        line-height: 1;
    }

    .banner-four .banner-content h1 {
        font-size: 35px;
    }

    .banner-four .banner-content .sub-title {
        font-size: 18px;
    }

    .banner-four .banner-content p {
        font-size: 16px;
    }

    .banner-four .follow-info {
        display: none;
    }

    .banner-four .shape-bg .date {
        top: auto;
        bottom: 25px;
        left: 30px;
    }
}

.box-title {
    padding: 12px 10px 12px 60px;
    border-radius: var(--border-radius-base);
    position: relative;
}

.box-title:before {
    content: "\f054";
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 24px;
}

.counter-style-2 {
    text-align: center;
}

.counter-style-2 .counter-num {
    font-size: 65px;
    font-family: var(--font-family-title);
    font-weight: 800;
    line-height: 1.1;
}

.counter-style-2 .counter-text {
    font-size: 18px;
    font-weight: 500;
}

.counter-box-2 {
    padding: 55px 0px 25px;
    position: relative;
}

.counter-box-2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    width: calc(calc(100% - 1140px) / 2);
    background: var(--primary);
}

@media only screen and (max-width: 1200px) {
    .counter-box-2:after {
        width: calc(calc(100% - 960px) / 2);
    }
}

@media only screen and (max-width: 991px) {
    .counter-box-2:after {
        width: calc(calc(100% - 720px) / 2);
    }
}

@media only screen and (max-width: 767px) {
    .counter-box-2:after {
        width: calc(calc(100% - 540px) / 2);
    }
}

.overlay-text-left:before {
    content: attr(data-text);
    position: absolute;
    left: 30px;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    font-weight: 800;
    font-size: 220px;
    font-family: var(--font-family-title);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d3d3ff+0,f1efff+100 */
    background: #d3d3ff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #d3d3ff 0%, #f1efff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d3d3ff 0%, #f1efff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d3d3ff 0%, #f1efff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3ff', endColorstr='#f1efff', GradientType=1);
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1200px) {
    .overlay-text-left:before {
        font-size: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .overlay-text-left:before {
        font-size: 90px;
    }
}

.overlay-text-center:before {
    content: attr(data-text);
    position: absolute;
    left: 50%;
    top: 52%;
    z-index: -1;
    transform: translate(-50%, -50%);
    font-weight: 800;
    font-size: 220px;
    font-family: var(--font-family-title);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dbdbff+0,fff9f9+49,f9e1dd+100 */
    background: #dbdbff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #dbdbff 0%, #fff9f9 49%, #f9e1dd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #dbdbff 0%, #fff9f9 49%, #f9e1dd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #dbdbff 0%, #fff9f9 49%, #f9e1dd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbff', endColorstr='#f9e1dd', GradientType=1);
    /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1200px) {
    .overlay-text-center:before {
        font-size: 140px;
    }
}

@media only screen and (max-width: 767px) {
    .overlay-text-center:before {
        font-size: 110px;
    }
}

@media only screen and (max-width: 575px) {
    .overlay-text-center:before {
        font-size: 75px;
    }
}

.gradient-bg-1 {
    background-image: url("../images/background/gbg2.jpg");
}

.gradient-bg-2 {
    background-image: url("../images/background/gbg1.jpg");
}

.service-box {
    position: relative;
    margin: 50px;
}

.service-box .tab-content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #cccccc;
    border-style: dashed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px;
}

.service-box .tab-content .content {
    padding: 25px 50px;
}

.service-box .nav-tabs {
    border: 0;
    --radius: 235px;
    height: calc(var(--radius) * 2);
    width: calc(var(--radius) * 2);
    display: grid;
    grid-template-areas: "layer";
    place-items: center;
}

.service-box .nav-tabs .nav-item {
    grid-area: layer;
    display: grid;
    place-items: center;
    --d: calc(var(--sr-item) / var(--sr-total));
    --r-offset: -0.17turn;
    --r-amount: 1turn;
    --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
    --transform: rotate(var(--r)) translate(var(--radius)) rotate(calc(-1 * var(--r)));
    transform: var(--transform);
    transition: transform 1.5s ease-in-out;
    position: relative;
    z-index: 2;
}

.service-box .nav-tabs .nav-item .nav-link {
    border: 0;
    text-align: center;
    color: var(--primary);
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    width: 100px;
    height: 100px;
    line-height: 100px;
    padding: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.service-box .nav-tabs .nav-item .nav-link img {
    width: 50px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.service-box .nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background: var(--primary);
    box-shadow: 1px 1.732px 60px 0px var(--rgba-primary-3);
}

.service-box .nav-tabs .nav-item .nav-link.active img {
    filter: brightness(20);
}

@media only screen and (max-width: 1200px) {
    .service-box {
        margin: 30px;
    }

    .service-box .nav-tabs {
        --radius: 195px;
    }

    .service-box .nav-tabs .nav-item .nav-link {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .service-box .nav-tabs .nav-item .nav-link img {
        width: 40px;
    }

    .service-box .tab-content .content {
        padding: 25px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .service-box .nav-tabs {
        --radius: 315px;
    }

    .service-box .nav-tabs .nav-item .nav-link {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .service-box .nav-tabs .nav-item .nav-link img {
        width: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .service-box .nav-tabs {
        --radius: 225px;
    }

    .service-box .nav-tabs .nav-item .nav-link {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .service-box .nav-tabs .nav-item .nav-link img {
        width: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .service-box {
        width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .service-box .nav-tabs {
        --radius: 135px;
    }

    .service-box .nav-tabs .nav-item .nav-link {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }

    .service-box .nav-tabs .nav-item .nav-link img {
        width: 28px;
    }

    .service-box .tab-content .content {
        padding: 25px 0px;
    }

    .service-box .tab-content .content p {
        font-size: 14px;
    }
}

.testimonial-wrapper-3 {
    padding-top: 100px;
    padding-bottom: 200px;
}

.testimonial-wrapper-3 .textimonial-box {
    position: relative;
}

.testimonial-wrapper-3 .textimonial-box .testimonial-img {
    position: absolute;
    border-radius: 50%;
}

.testimonial-wrapper-3 .textimonial-box .testimonial-img.img1 {
    height: 80px;
    width: 80px;
    top: -130px;
    left: 60px;
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
}

.testimonial-wrapper-3 .textimonial-box .testimonial-img.img2 {
    height: 110px;
    width: 110px;
    top: -130px;
    right: 0;
    -webkit-animation: movedelement2 5s linear infinite;
    animation: movedelement2 5s linear infinite;
}

.testimonial-wrapper-3 .textimonial-box .testimonial-img.img3 {
    height: 110px;
    width: 110px;
    bottom: 0;
    left: 0;
    -webkit-animation: movedelement3 5s linear infinite;
    animation: movedelement3 5s linear infinite;
}

.testimonial-wrapper-3 .textimonial-box .testimonial-img.img4 {
    height: 80px;
    width: 80px;
    bottom: 0;
    right: 60px;
    -webkit-animation: movedelement4 5s linear infinite;
    animation: movedelement4 5s linear infinite;
}

@media only screen and (max-width: 991px) {
    .testimonial-wrapper-3 {
        padding-top: 40px;
        padding-bottom: 130px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-wrapper-3 .textimonial-box .testimonial-img {
        display: none;
    }
}

.countdown-box {
    background: var(--primary);
    border-radius: var(--border-radius-base);
    overflow: hidden;
    margin-top: -85px;
}

.countdown-box img {
    height: 100%;
    object-fit: cover;
}

.countdown-box .coundown-inner {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px 0 0;
}

.countdown-box .coundown-inner .title {
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.countdown-box .coundown-inner .circle {
    position: absolute;
    border: 15px solid;
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.countdown-box .coundown-inner .circle.cr1 {
    top: -40px;
    left: 15px;
    height: 73px;
    width: 73px;
}

.countdown-box .coundown-inner .circle.cr2 {
    bottom: -53px;
    left: 37%;
    transform: translateX(-37%);
    height: 92px;
    width: 92px;
}

.countdown-box .coundown-inner .circle.cr3 {
    top: -25px;
    right: -25px;
    height: 92px;
    width: 92px;
}

.countdown-box .countdown2 {
    display: flex;
    align-items: center;
    min-width: 60%;
    justify-content: space-between;
    padding: 0 40px;
}

.countdown-box .countdown2 .date {
    text-align: center;
}

.countdown-box .countdown2 .dot {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    font-family: var(--font-family-title);
}

.countdown-box .countdown2 span {
    color: #fff;
}

.countdown-box .countdown2 .time {
    font-size: 45px;
    line-height: 1.2;
    display: block;
    font-family: var(--font-family-title);
    font-weight: 800;
}

@media only screen and (max-width: 991px) {
    .countdown-box .coundown-inner {
        padding: 20px 40px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .countdown-box .coundown-inner {
        display: block;
    }

    .countdown-box .coundown-inner .title {
        text-align: center;
        padding-right: 0;
        border-right: 0;
    }

    .countdown-box .countdown2 {
        min-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .countdown-box .coundown-inner {
        padding: 20px 30px 0 30px;
    }

    .countdown-box .countdown2 {
        padding: 0;
    }
}

.clients-box-2 .clients-logo {
    text-align: center;
}

.clients-box-2 .clients-logo img {
    filter: brightness(0.8);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.clients-box-2 .clients-logo:hover img {
    filter: brightness(1);
}

.clients-box-2 .swiper-container {
    padding: 65px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 575px) {
    .clients-box-2 .swiper-container {
        padding: 30px 0;
    }
}

.list-check-5 li {
    padding: 10px 0px 10px 40px;
    color: var(--title);
    font-weight: 500;
    position: relative;
    font-size: 15px;
}

.list-check-5 li:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: var(--primary);
}

.portfolio-info h5 {
    font-size: 1.125rem;
    font-weight: 700;
}

.portfolio-info.style-1 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.portfolio-info.style-1>div {
    margin-right: 20px;
}

.portfolio-info.style-1>div:last-child {
    margin-right: 0;
}

.dz-social-icon.style-3 li a {
    border-radius: var(--border-radius-base);
    background: var(--rgba-primary-1);
    color: var(--primary);
}

.dz-social-icon.style-3 li a:hover {
    background: var(--primary);
    color: #fff;
}

.contact-media {
    width: 50vw;
    position: relative;
    padding: 0 40px;
}

.contact-media:after,
.contact-media:before {
    content: "";
    height: 440px;
    width: 440px;
    border: 3px solid var(--rgba-primary-1);
    position: absolute;
    border-radius: 60px;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: .7;
}

.contact-media:after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.contact-media:before {
    transform: translate(-50%, -50%) rotate(10deg);
}

@media only screen and (max-width: 1200px) {
    .contact-media {
        padding-left: 0;
    }

    .contact-media:after,
    .contact-media:before {
        height: 300px;
        width: 300px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-media {
        width: 100%;
        padding: 0 40px;
    }

    .contact-media:after,
    .contact-media:before {
        height: 440px;
        width: 440px;
    }
}

@media only screen and (max-width: 575px) {
    .contact-media {
        padding: 0;
    }

    .contact-media:after,
    .contact-media:before {
        height: 250px;
        width: 250px;
    }
}

.error-page .dz_error {
    font-size: 180px;
    font-weight: 700;
    line-height: 150px;
    margin: auto;
    color: var(--primary);
    font-family: var(--font-family-title);
}

@media only screen and (max-width: 991px) {
    .error-page .dz_error {
        font-size: 130px;
        line-height: 1;
    }
}

@media only screen and (max-width: 767px) {
    .error-page .dz_error {
        font-size: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .error-page .dz_error {
        font-size: 60px;
    }
}

/* Support and Buy Button */
.theme-btn {
    background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: flex;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px;
}

.theme-btn.bt-support-now {
    background-image: linear-gradient(45deg, #00bfff 8%, #2395c1 100%);
    bottom: 70px;
}

.theme-btn.bt-buy-now {
    background-image: linear-gradient(to right, #61dc6a 0, #2bc911 100%, #61dc6a 200%);
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.theme-btn:focus,
.theme-btn:active,
.theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}

.theme-btn:focus span,
.theme-btn:active span,
.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.at-expanding-share-button[data-position="bottom-left"] {
    bottom: 130px !important;
}

.site-header.style-4 .middle-bar {
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.site-header.style-4 .middle-bar .middle-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header.style-4 .middle-bar .logo-header {
    height: auto;
    text-align: center;
}

.site-header.style-4 .middle-bar .logo-header img {
    height: auto;
}

.site-header.style-4 .middle-bar .service-list {
    min-width: 180px;
}

.site-header.style-4 .middle-bar .service-list .title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}

.site-header.style-4 .middle-bar .service-list .label {
    font-size: 15px;
}

.site-header.style-4 .middle-bar .service-list .label i {
    color: var(--primary);
    font-size: 17px;
    margin-right: 10px;
}

.site-header.style-4 .main-bar {
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}

.site-header.style-4 .extra-nav {
    height: auto;
}

@media only screen and (min-width: 991px) {
    .site-header.style-4 .header-nav .nav>li>a {
        padding: 22px 15px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    .site-header.style-4 .header-nav .nav>li>a {
        padding: 18px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .site-header.style-4 .middle-bar {
        display: none;
    }

    .site-header.style-4 .navbar-toggler {
        margin: 0 0px 0 15px;
        border-radius: 0;
    }

    .site-header.style-4 .logo-header {
        height: 50px;
    }

    .site-header.style-4 .logo-header img {
        height: 50px;
        max-width: 150px;
    }

    .site-header.style-4 .container {
        padding: 10px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .site-header.style-4 .extra-nav {
        display: none;
    }
}

.site-footer.style-4 .footer-top {
    background: #1e2845;
    padding: 70px 0 20px;
    position: relative;
    z-index: 1;
}

.site-footer.style-4 .footer-top:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url("../images/pattern/pattern1.png"), url("../images/pattern/pattern2.png");
    background-position: top left, right bottom;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .1;
}

.site-footer.style-4 .footer-bottom {
    background: #050d29;
    text-align: center;
    padding: 20px 0px;
}

.site-footer.style-4 .footer-title {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.site-footer.style-4 .widget_about {
    color: #a3a8b6;
}

.site-footer.style-4 .widget_about p {
    line-height: 1.8;
}

.site-footer.style-4 .widget_about .seprater {
    height: 1px;
    background: #fff;
    width: 70px;
    margin-bottom: 25px;
}

.site-footer.style-4 .service-links {
    display: flex;
    justify-content: space-between;
}

.site-footer.style-4 .service-links .widget_services ul li {
    display: inline-block;
    margin-right: 22px;
}

.site-footer.style-4 .service-links .widget_services ul li a {
    color: #a3a8b6;
}

.site-footer.style-4 .service-links .widget_services ul li:hover {
    left: 0;
}

.site-footer.style-4 .service-links .widget_services ul li:hover a {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .site-footer.style-4 .service-links {
        display: block;
    }

    .site-footer.style-4 .service-links .widget_services {
        margin-bottom: 20px;
    }
}

.site-footer.style-4 .logo-top-box {
    border-bottom: 1px solid #384261;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

.site-footer.style-4 .form-control {
    background: #36405d;
    margin-bottom: 15px;
    border: 0;
}

.site-footer.style-4 .form-control::placeholder {
    color: #a3a8b6;
}

.dz-bnr-inr.style-3 {
    text-align: center;
}

.dz-bnr-inr.style-3 p {
    margin-left: auto;
    margin-right: auto;
}

.dz-bnr-inr.style-3:after {
    clip-path: unset;
    background-image: url("../images/pattern/pattern8.png");
    width: 100%;
    background-size: cover;
    opacity: 1;
    background-color: transparent;
}

.about-bx7 .dz-media {
    overflow: visible;
    position: relative;
}

.about-bx7 .dz-media img {
    border-radius: var(--border-radius-base);
}

.about-bx7 .dz-media .image-box {
    position: relative;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.about-bx7 .dz-media .image-box .video-bx.style-2 .video-btn .popup-youtube {
    height: 60px;
    width: 60px;
    min-width: 60px;
    line-height: 60px;
}

.about-bx7 .dz-media .image-box .media-box {
    overflow: hidden;
    position: relative;
    border-radius: var(--border-radius-base);
}

.about-bx7 .dz-media .image-box:first-child {
    padding-right: 200px;
}

.about-bx7 .dz-media .image-box:first-child .info-box {
    right: 0;
    top: 65px;
    -webkit-animation: movedelement 5s linear infinite;
    animation: movedelement 5s linear infinite;
}

.about-bx7 .dz-media .image-box:last-child {
    margin-top: -90px;
    padding-left: 200px;
}

.about-bx7 .dz-media .image-box:last-child .info-box {
    left: 0;
    bottom: 65px;
    -webkit-animation: movedelement2 5s linear infinite;
    animation: movedelement2 5s linear infinite;
}

.about-bx7 .dz-media:after,
.about-bx7 .dz-media:before {
    content: "";
    height: 440px;
    width: 440px;
    border: 3px solid var(--rgba-primary-1);
    position: absolute;
    border-radius: 60px;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: .7;
}

.about-bx7 .dz-media:after {
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-animation: spin 6s linear infinite;
    -moz-animation: spin 6s linear infinite;
    animation: spin 6s linear infinite;
}

.about-bx7 .dz-media:before {
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-animation: spin2 6s linear infinite;
    -moz-animation: spin2 6s linear infinite;
    animation: spin2 6s linear infinite;
}

.about-bx7 .dz-media .info-box {
    background-color: white;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius-base);
    font-size: 18px;
    font-family: var(--font-family-title);
    color: var(--title);
    padding: 10px 30px 10px 60px;
    font-weight: 800;
    position: relative;
    position: absolute;
}

.about-bx7 .dz-media .info-box i {
    color: var(--primary);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
}

@media only screen and (max-width: 1200px) {
    .about-bx7 .dz-media .image-box:first-child {
        padding-right: 140px;
    }

    .about-bx7 .dz-media .image-box:last-child {
        margin-top: -50px;
        padding-left: 140px;
    }

    .about-bx7 .dz-media:after,
    .about-bx7 .dz-media:before {
        height: 350px;
        width: 350px;
    }
}

@media only screen and (max-width: 991px) {
    .about-bx7 .dz-media .image-box:first-child {
        padding-right: 200px;
    }

    .about-bx7 .dz-media .image-box:last-child {
        margin-top: -100px;
        padding-left: 200px;
    }

    .about-bx7 .dz-media:after,
    .about-bx7 .dz-media:before {
        height: 500px;
        width: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .about-bx7 .dz-media .image-box:first-child {
        padding-right: 140px;
    }

    .about-bx7 .dz-media .image-box:last-child {
        margin-top: -50px;
        padding-left: 140px;
    }

    .about-bx7 .dz-media:after,
    .about-bx7 .dz-media:before {
        height: 350px;
        width: 350px;
    }
}

@media only screen and (max-width: 575px) {
    .about-bx7 .dz-media .info-box {
        font-size: 15px;
        padding: 10px 30px 10px 48px;
    }

    .about-bx7 .dz-media .info-box i {
        font-size: 20px;
    }

    .about-bx7 .dz-media .image-box:first-child {
        padding-right: 100px;
    }

    .about-bx7 .dz-media .image-box:first-child .info-box {
        top: 30px;
    }

    .about-bx7 .dz-media .image-box:last-child {
        margin-top: -30px;
        padding-left: 100px;
    }

    .about-bx7 .dz-media .image-box:last-child .info-box {
        bottom: 30px;
    }

    .about-bx7 .dz-media:after,
    .about-bx7 .dz-media:before {
        height: 280px;
        width: 280px;
    }
}

.about-bx10 .dz-media {
    padding-right: 60px;
    overflow: visible;
}

.about-bx10 .dz-media img {
    border-radius: var(--border-radius-base);
}

.about-bx10 .ico-box {
    border-radius: var(--border-radius-base);
    background-color: white;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 60px;
    right: 0;
    font-size: 25px;
    color: var(--title);
    font-family: var(--font-family-title);
    font-weight: 800;
    padding: 20px 32px 20px 115px;
    width: 340px;
    -webkit-animation: movedelement2 7s linear infinite;
    animation: movedelement2 7s linear infinite;
}

.about-bx10 .ico-box img {
    width: auto;
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {
    .about-bx10 .dz-media {
        padding-right: 30px;
    }

    .about-bx10 .ico-box {
        font-size: 18px;
        padding: 10px 20px 10px 90px;
        bottom: 30px;
        width: 250px;
    }

    .about-bx10 .ico-box img {
        width: 50px;
    }
}

.dz-box.style-3 {
    border-radius: var(--border-radius-base);
    overflow: hidden;
    text-align: center;
}

.dz-box.style-3 .dz-media {
    background-size: cover;
    background-repeat: no-repeat;
}

.dz-box.style-3 .dz-info {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
    width: 100%;
    padding: 0 55px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.dz-box.style-3 .dz-info .title,
.dz-box.style-3 .dz-info .title a {
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .dz-box.style-3 .dz-info {
        padding: 0 30px;
    }
}

.dz-box.style-3 .tags-list li {
    margin-bottom: 8px;
    display: inline-block;
}

.dz-box.style-3 .tags-list li a {
    display: inline-block;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: var(--border-radius-base);
    padding: 10px 18px;
    margin-right: 10px;
}

.dz-box.style-3 .tags-list li a:hover {
    background: #fff;
    color: var(--primary);
}

.dz-box.style-3 .tags-list li:last-child a {
    margin-right: 0;
}

.dz-box.style-3:hover .dz-info {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.pricingtable-wrapper.style-4 {
    padding: 70px 40px 40px;
    position: relative;
}

.pricingtable-wrapper.style-4 .pricingtable-title {
    background: var(--primary);
    color: #fff;
    border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-family: var(--font-family-title);
    padding: 4px 20px;
    font-weight: 700;
}

.pricingtable-wrapper.style-4 .pricingtable-bx {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.pricingtable-wrapper.style-4 .pricingtable-bx .pricingtable-price {
    font-size: 50px;
    color: #24c385;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
}

.pricingtable-wrapper.style-4 .pricingtable-bx .pricingtable-type {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary);
}

.pricingtable-wrapper.style-4 .pricingtable-bx .text {
    line-height: 2;
}

.pricingtable-wrapper.style-4 .pricingtable-bx:after {
    content: "";
    height: 1px;
    width: 170px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #d7d7d7;
}

.pricingtable-wrapper.style-4 .pricingtable-features {
    margin-bottom: 15px;
}

.pricingtable-wrapper.style-4 .pricingtable-features li {
    font-size: 18px;
}

.pricingtable-wrapper.style-4:hover,
.pricingtable-wrapper.style-4.active {
    background: var(--primary);
    color: #fff;
}

.pricingtable-wrapper.style-4:hover .pricingtable-title,
.pricingtable-wrapper.style-4.active .pricingtable-title {
    color: var(--primary);
    background: #fff;
}

.pricingtable-wrapper.style-4:hover .pricingtable-bx .pricingtable-price,
.pricingtable-wrapper.style-4:hover .pricingtable-bx .pricingtable-type,
.pricingtable-wrapper.style-4.active .pricingtable-bx .pricingtable-price,
.pricingtable-wrapper.style-4.active .pricingtable-bx .pricingtable-type {
    color: #fff;
}

.pricingtable-wrapper.style-4:hover .btn-outline-primary,
.pricingtable-wrapper.style-4.active .btn-outline-primary {
    color: var(--primary);
    background: #fff;
}

@media only screen and (max-width: 1200px) {
    .pricingtable-wrapper.style-4 {
        padding: 70px 30px 30px;
    }
}

.testimonial-4 {
    text-align: center;
    padding: 0 30px;
}

.testimonial-4 .testimonial-pic {
    height: auto;
    width: auto;
    border: 0;
    background: transparent;
}

.testimonial-4 .testimonial-pic img {
    height: 100px;
    width: 100px;
    border-radius: 100px;
    object-fit: cover;
    margin-bottom: 20px;
}

.testimonial-4 .testimonial-rating {
    display: inline-block;
}

.testimonial-4 .testimonial-rating li {
    display: inline-block;
    margin: 0 2px;
}

.testimonial-4 .testimonial-rating li i {
    color: #ffaf29;
    font-size: 20px;
}

.testimonial-4 .testimonial-name {
    margin-bottom: 3px;
}

.testimonial-4 .testimonial-text {
    padding: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    color: var(--title);
}

@media only screen and (max-width: 575px) {
    .testimonial-4 {
        padding: 0 30px;
    }

    .testimonial-4 .testimonial-text {
        font-size: 16px;
    }

    .testimonial-4 .testimonial-pic img {
        height: 70px;
        width: 70px;
    }
}

.testimonial-swiper-4 .testimonial-4 {
    max-width: 850px;
    margin: auto;
}

.swiper-pagination.style-1 {
    position: relative;
}

.swiper-pagination.style-1 .swiper-pagination-bullet {
    height: 5px;
    width: 20px;
    border-radius: 5px;
    background: #cccccc;
    opacity: 1;
}

.swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary);
}

.dz-team.style-4 {
    border-radius: var(--border-radius-base);
    background-color: white;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 35px;
    text-align: center;
}

.dz-team.style-4 .dz-position {
    margin-bottom: 0;
    color: var(--primary);
    font-weight: 700;
}

.dz-team.style-4 .team-social>li>a {
    position: absolute;
    bottom: -3px;
    right: 35px;
    font-size: 14px;
    transition: 0.8s ease-in-out;
}

.dz-team.style-4 .team-social li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 35px;
    text-align: center;
    background: var(--primary);
    color: #fff;
}

.dz-team.style-4 .team-social li a:hover {
    background: var(--secondary);
    color: #fff;
}

.dz-team.style-4 .team-social .sub-team-social {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: rotate(28deg);
    height: 100%;
    width: 100%;
    text-align: right;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.dz-team.style-4 .team-social .sub-team-social li {
    position: relative;
    margin: 8px 0;
}

.dz-team.style-4 .team-social .sub-team-social li:last-child {
    margin-bottom: 25px;
}

.dz-team.style-4 .team-social .sub-team-social li:nth-child(3) {
    left: 15px;
}

.dz-team.style-4 .team-social .sub-team-social li:nth-child(2) {
    left: 10px;
}

.dz-team.style-4 .team-social .sub-team-social li:nth-child(1) {
    left: -12px;
    bottom: -2px;
}

.dz-team.style-4 .dz-name {
    margin-bottom: 2px;
}

.dz-team.style-4 .dz-media {
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    height: 200px;
    width: 200px;
    min-width: 200px;
}

.dz-team.style-4 .dz-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    transition: 0.8s ease-in-out;
}

.dz-team.style-4:hover .dz-media img {
    opacity: .6;
}

.dz-team.style-4:hover .team-social .sub-team-social {
    transform: rotate(0);
    opacity: 1;
}

.team-swiper-4 {
    margin: -40px -15px 0;
    padding: 0 15px;
}

.team-swiper-4 .dz-team {
    margin: 40px 15px;
}

@media only screen and (max-width: 575px) {
    .team-swiper-4 {
        margin: -30px -15px 0;
    }

    .team-swiper-4 .dz-team {
        margin: 30px 15px;
    }
}

.dz-card.style-6 .dz-media {
    border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
}

.dz-card.style-6 .dz-info {
    padding: 40px 40px;
    border-style: solid;
    border-color: #777777;
    border-width: 1px;
    border-radius: var(--border-radius-base);
}

.dz-card.style-6 .dz-title {
    font-weight: 800;
}

.dz-card.style-6 .dz-media+.dz-info {
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 var(--border-radius-base) var(--border-radius-base);
}

.dz-card.style-6 .dz-media+.dz-info .dz-meta li.post-date {
    position: absolute;
    top: -50px;
    right: 40px;
    z-index: 1;
    margin-right: 0;
}

.dz-card.style-6 .dz-meta {
    margin-bottom: 12px;
}

.dz-card.style-6 .dz-meta li.post-date {
    background: var(--primary);
    color: #fff;
    margin-right: calc(100% - 80px);
    display: inline-block;
    padding: 15px 20px;
    font-family: var(--font-family-title);
    line-height: 1;
    margin-bottom: 30px;
}

.dz-card.style-6 .dz-meta li.post-date span {
    display: block;
    font-size: 35px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 4px;
}

.dz-card.style-6 .dz-meta li.post-name,
.dz-card.style-6 .dz-meta li.post-catagory {
    color: #777777;
    font-weight: 400;
}

.dz-card.style-6 .dz-meta li.post-name a,
.dz-card.style-6 .dz-meta li.post-catagory a {
    color: #777777;
    position: relative;
    padding-left: 17px;
}

.dz-card.style-6 .dz-meta li.post-name a:before,
.dz-card.style-6 .dz-meta li.post-catagory a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: #777777;
}

.dz-card.style-6.blog-single {
    margin-bottom: 60px;
}

.dz-card.style-6.blog-single .dz-media {
    border-radius: var(--border-radius-base);
}

.dz-card.style-6.blog-single .dz-media .dz-meta {
    position: absolute;
    top: 20px;
    left: 20px;
}

.icon-bx-wraper.style-7 {
    border-radius: var(--border-radius-base);
    background-color: white;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 35px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.icon-bx-wraper.style-7 .icon-bx-sm,
.icon-bx-wraper.style-7 .icon-bx-md {
    background: var(--rgba-primary-1);
}

.icon-bx-wraper.style-7 .icon-bx-sm {
    height: 80px;
    width: 80px;
    line-height: 80px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.icon-bx-wraper.style-7 .icon-bx-sm img {
    height: 42px;
}

.icon-bx-wraper.style-7 .btn-link {
    line-height: 1;
    padding: 0;
    color: var(--title);
}

.icon-bx-wraper.style-7 .btn-link i {
    font-size: 30px;
}

.icon-bx-wraper.style-7:hover,
.icon-bx-wraper.style-7.active {
    background: var(--primary);
    color: #fff;
}

.icon-bx-wraper.style-7:hover .icon-bx-sm,
.icon-bx-wraper.style-7:hover .icon-bx-md,
.icon-bx-wraper.style-7.active .icon-bx-sm,
.icon-bx-wraper.style-7.active .icon-bx-md {
    background: #fff;
}

.icon-bx-wraper.style-7:hover .dz-title,
.icon-bx-wraper.style-7:hover .dz-title a,
.icon-bx-wraper.style-7.active .dz-title,
.icon-bx-wraper.style-7.active .dz-title a {
    color: #fff;
}

.icon-bx-wraper.style-7:hover .btn-link,
.icon-bx-wraper.style-7.active .btn-link {
    color: #fff;
}



:root {
    --gradient: linear-gradient(to right, rgb(255, 64, 62) 0%, rgb(255, 129, 27) 100%);
    --gradient-sec: linear-gradient(to right, rgb(57, 26, 166) 0%, rgb(6, 163, 245) 100%);
    --primary: #ff4917;
    --secondary: #13212a;
    --primary-hover: #e33100;
    --primary-dark: #7d1b00;
    --rgba-primary-1: rgba(255, 73, 23, 0.1);
    --rgba-primary-2: rgba(255, 73, 23, 0.2);
    --rgba-primary-3: rgba(255, 73, 23, 0.3);
    --rgba-primary-4: rgba(255, 73, 23, 0.4);
    --rgba-primary-5: rgba(255, 73, 23, 0.5);
    --rgba-primary-6: rgba(255, 73, 23, 0.6);
    --rgba-primary-7: rgba(255, 73, 23, 0.7);
    --rgba-primary-8: rgba(255, 73, 23, 0.8);
    --rgba-primary-9: rgba(255, 73, 23, 0.9);
    --font-family-base: Roboto, sans-serif;
    --gray: #f5f5f5;
    --border-radius-base: 6px;
    --font-family-title: Sarabun, sans-serif;
    --title: #212529;
    --quote: url(../images/quote-1.png);
    --quote-2: url(../images/quote-1.png);
}

.banner-one {
    padding-top: 150px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-position: center;
}

.banner-one .banner-content {
    padding-bottom: 40px;
}

.banner-one .banner-content .sub-title {
    font-size: 22px;
    text-transform: uppercase;
}

.banner-one .banner-content p {
    font-size: 18px;
}

.banner-one .banner-content h1 {
    font-size: 70px;
    line-height: 1.1;
}

@media only screen and (max-width: 1200px) {
    .banner-one .banner-content h1 {
        font-size: 56px;
    }
}

.banner-one .banner-media {
    position: relative;
    z-index: 1;
    width: calc(50vw - 115px);
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 150px;
}

.banner-one .banner-media .shape-1,
.banner-one .banner-media .shape-2 {
    right: 0;
    position: absolute;
    height: 380px;
    z-index: -1;
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    transform: skewY(5deg);
}

.banner-one .banner-media .shape-1 {
    background: var(--primary);
    bottom: 39px;
    width: 100%;
}

.banner-one .banner-media .shape-1:after {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.1);
    top: 82%;
    left: 0px;
    z-index: 0;
    transform: rotate(-24deg) scale(1.5);
}

.banner-one .banner-media .shape-2 {
    background: var(--secondary);
    width: calc(100% - 80px);
    bottom: 160px;
    z-index: -2;
}

.banner-one .banner-media img {
    max-width: 490px;
}

@media only screen and (max-width: 991px) {
    .banner-one .banner-media img {
        max-width: 300px;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-one .banner-media {
        width: calc(50vw - 95px);
        padding-right: 70px;
    }

    .banner-one .banner-media .shape-1,
    .banner-one .banner-media .shape-2 {
        height: 300px;
    }
}

.banner-one .banner-media .extra-elements {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-60%, -40%);
    display: block;
}

@media only screen and (max-width: 1680px) {
    .banner-one .banner-media .extra-elements {
        transform: translate(-55%, -35%);
    }
}

@media only screen and (max-width: 1280px) {
    .banner-one .banner-media .extra-elements {
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 767px) {
    .banner-one .banner-media .extra-elements {
        display: none;
    }
}

.banner-one .banner-media .extra-elements img {
    max-width: unset;
    width: 800px;
}

@media only screen and (max-width: 1680px) {
    .banner-one .banner-media .extra-elements img {
        width: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-one .banner-media .extra-elements img {
        width: 450px;
    }
}

.banner-one:after {
    content: "";
    height: 700px;
    width: 700px;
    right: 0;
    top: 0;
    position: absolute;
    background: -moz-linear-gradient(60deg, rgba(255, 73, 23, 0) 27%, rgba(255, 73, 23, 0) 44%, var(--rgba-primary-2) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(60deg, rgba(255, 73, 23, 0) 27%, rgba(255, 73, 23, 0) 44%, var(--rgba-primary-2) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(60deg, rgba(255, 73, 23, 0) 27%, rgba(255, 73, 23, 0) 44%, var(--rgba-primary-2) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.banner-one:before {
    content: "";
    height: 700px;
    width: 700px;
    left: -200px;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff4917+35,ff4917+96&0.2+30,0+76 */
    background: -moz-radial-gradient(center, ellipse cover, var(--rgba-primary-2) 30%, var(--rgba-primary-2) 35%, rgba(255, 73, 23, 0) 76%, rgba(255, 73, 23, 0) 96%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, var(--rgba-primary-2) 30%, var(--rgba-primary-2) 35%, rgba(255, 73, 23, 0) 76%, rgba(255, 73, 23, 0) 96%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, var(--rgba-primary-2) 30%, var(--rgba-primary-2) 35%, rgba(255, 73, 23, 0) 76%, rgba(255, 73, 23, 0) 96%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.banner-one .pt-1 {
    position: absolute;
    right: -80px;
    top: 150px;
    z-index: -1;
}

.banner-one .pt-2 {
    position: absolute;
    left: -25px;
    top: 150px;
    z-index: -1;
    animation-name: spin-banner-img;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media only screen and (max-width: 991px) {
    .banner-one {
        padding-top: 120px;
    }

    .banner-one:after,
    .banner-one:before {
        height: 500px;
        width: 500px;
    }

    .banner-one .banner-media {
        width: calc(50vw - 75px);
    }

    .banner-one .banner-content .sub-title {
        font-size: 20px;
    }

    .banner-one .banner-content h1 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-one .banner-media {
        position: unset;
        width: 100%;
        padding-right: 0;
    }

    .banner-one .banner-media img {
        width: 300px;
    }

    .banner-one .banner-media .shape-1,
    .banner-one .banner-media .shape-2 {
        height: 240px;
    }

    .banner-one .banner-media .shape-1 {
        width: 560px;
        bottom: 31px;
        right: 0px;
    }

    .banner-one .banner-media .shape-2 {
        width: 500px;
        bottom: 120px;
        right: 0px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-one .banner-content {
        padding-bottom: 0;
    }

    .banner-one:after,
    .banner-one:before {
        height: 370px;
        width: 250px;
    }

    .banner-one .banner-content .sub-title {
        font-size: 16px;
    }

    .banner-one .banner-content h1 {
        font-size: 35px;
    }

    .banner-one .banner-content p {
        font-size: 16px;
    }

    .banner-one .banner-media .shape-1,
    .banner-one .banner-media .shape-2 {
        height: 200px;
    }

    .banner-one .banner-media .shape-1 {
        width: 90%;
        bottom: 34px;
    }

    .banner-one .banner-media .shape-2 {
        width: 80%;
        bottom: 70px;
    }

    .banner-one .banner-media img {
        width: 220px;
    }

    .banner-one .pt-1,
    .banner-one .pt-2 {
        display: none;
    }
}

.extra-icon-box {
    padding-left: 65px;
    min-height: 50px;
    position: relative;
    display: flex;
    align-items: start;
    flex-direction: column;
}

.extra-icon-box i {
    width: 45px;
    height: 45px;
    background: var(--primary);
    text-align: center;
    line-height: 45px;
    color: #fff;
    position: absolute;
    border-radius: var(--border-radius-base);
    left: 0;
    font-size: 22px;
}

.extra-icon-box .title {
    margin-bottom: 0;
    line-height: 1;
}

.extra-icon-box span {
    font-family: var(--font-family-title);
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1;
}

@media only screen and (max-width: 1200px) {
    .extra-icon-box {
        display: none;
    }
}

.testimonial-swiper {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 15px;
}

.testimonial-swiper .swiper-slide>div {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: none;
}

.testimonial-swiper .swiper-slide.swiper-slide-active>div,
.testimonial-swiper .swiper-slide.swiper-slide-next>div {
    box-shadow: 1px 1.732px 35px 0px rgba(0, 0, 0, 0.1);
}

.list-check-1 li {
    padding: 10px 0px 10px 40px;
    color: var(--secondary);
    font-weight: 500;
    position: relative;
}

.list-check-1 li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 26px;
    width: 26px;
    background-image: url("../images/servizi/check.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.list-check-2 li {
    padding: 10px 0px 10px 55px;
    color: var(--secondary);
    font-weight: 500;
    position: relative;
}

.list-check-2 li:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    background-color: var(--primary);
    font-size: 18px;
    color: #fff;
}

.dz-subscribe.style-1 {
    border-radius: var(--border-radius-base);
    padding: 50px 65px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.dz-subscribe.style-1 .dzSubscribe .form-control {
    border-radius: var(--border-radius-base) !important;
    z-index: 1;
    padding-right: 60px;
}

.dz-subscribe.style-1 .dzSubscribe .input-group-addon {
    position: absolute;
    right: 5px;
    top: 5px;
}

.dz-subscribe.style-1 .dzSubscribe .input-group-addon .btn {
    height: 50px;
    width: 50px;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.dz-subscribe.style-1 .dzSubscribe .input-group-addon .btn:after {
    content: none;
}

.dz-subscribe.style-1 .dzSubscribe .input-group-addon .btn i {
    font-size: 22px;
}

.dz-subscribe.style-1 .dzSubscribe .input-group-addon .btn:hover i {
    -webkit-animation: leftToRight 0.5s forwards;
    -moz-animation: leftToRight 0.5s forwards;
    animation: leftToRight 0.5s forwards;
}

.dz-subscribe.style-1:after {
    content: "";
    height: 100%;
    width: calc(100% - 60px);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -20px;
    background-color: var(--secondary);
    opacity: .2;
    z-index: -1;
    border-radius: inherit;
}

.dz-subscribe.style-1:before {
    content: "";
    height: 100%;
    width: calc(100% - 120px);
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -40px;
    background-color: var(--secondary);
    opacity: .2;
    z-index: -1;
    border-radius: inherit;
}

@media only screen and (max-width: 575px) {
    .dz-subscribe.style-1 {
        padding: 30px 30px;
    }
}

svg.radial-progress {
    height: auto;
    overflow: visible;
    max-width: 220px;
    transform: rotate(-90deg);
    width: 100%;
}

@media only screen and (max-width: 575px) {
    svg.radial-progress {
        max-width: 170px;
    }
}

svg.radial-progress .percentage {
    font-size: 16px;
    fill: #13212a;
    font-weight: 800;
    font-family: var(--font-family-title);
}

svg.radial-progress circle {
    fill: rgba(0, 0, 0, 0);
    stroke: #fff;
    stroke-dashoffset: 219.91148575129;
    stroke-width: 7;
}

svg.radial-progress circle.incomplete {
    opacity: 1;
    stroke: #f5f5f5 !important;
    stroke-width: 4;
}

svg.radial-progress circle.complete {
    stroke-dasharray: 219.91148575129;
}

svg.radial-progress text {
    fill: #13212a;
    text-anchor: middle;
}

svg.radial-progress .basic-circle {
    stroke: #003f99 !important;
}

/*** COLORS ***/
/* Primary */
svg.radial-progress:nth-of-type(6n+1) circle {
    stroke: var(--primary);
}

.blog-masonry .grid-item {
    width: 33.33%;
}

@media only screen and (max-width: 991px) {
    .blog-masonry .grid-item {
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .blog-masonry .grid-item {
        width: 100%;
    }
}

.grid-item {
    width: 25%;
}

@media only screen and (max-width: 1200px) {
    .grid-item {
        width: 50%;
    }
}

@media only screen and (max-width: 575px) {
    .grid-item {
        width: 100%;
    }
}

.grid-item-2 {
    width: 50%;
}

@media only screen and (max-width: 575px) {
    .grid-item-2 {
        width: 100%;
    }
}

.portfolio-info h5 {
    font-size: 1.125rem;
    font-weight: 700;
}

.dz-social li {
    display: inline-block;
    padding-right: 12px;
}

.dz-social li a {
    color: #13212a;
    font-size: 18px;
}

.dz-social li a:hover {
    color: var(--primary);
}

.dz-social li:last-child {
    padding-right: 0;
}

.nav-tabs.style-1 {
    border: 0;
    padding: 0 30px;
}

.nav-tabs.style-1 .nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-tabs.style-1 .nav-item .nav-link {
    border: 0;
    border-radius: 0;
    background-color: #ebebeb;
    color: #13212a;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    padding: 16px 20px;
}

.nav-tabs.style-1 .nav-item .nav-link.active {
    background-color: var(--primary);
    color: #fff;
}

.nav-tabs.style-1.item-4 .nav-item {
    width: 25%;
}

.nav-tabs.style-1.item-3 .nav-item {
    width: 33.33%;
}

.nav-tabs.style-1.item-2 .nav-item {
    width: 50%;
}

@media only screen and (max-width: 1200px) {
    .nav-tabs.style-1 .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-tabs.style-1 .nav-item .nav-link {
        padding: 16px 12px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-tabs.style-1.item-4 .nav-item {
        width: 50%;
    }

    .nav-tabs.style-1.item-4 .nav-item:nth-child(1),
    .nav-tabs.style-1.item-4 .nav-item:nth-child(2) {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .nav-tabs.style-1 {
        padding: 0;
    }

    .nav-tabs.style-1 .nav-item {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-tabs.style-1.item-4 .nav-item {
        width: 100%;
    }

    .nav-tabs.style-1.item-4 .nav-item:nth-child(3) {
        padding-bottom: 20px;
    }
}

.pattern-bg {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pattern-bg:after {
    content: "";
    height: 296px;
    width: 296px;
    position: absolute;
    bottom: 100px;
    left: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    -webkit-animation: move1 5s infinite;
    animation: move1 5s infinite;
}

.pattern-bg:before {
    content: "";
    height: 197px;
    width: 197px;
    position: absolute;
    right: 12%;
    opacity: .3;
    top: 14%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite;
}

@media only screen and (max-width: 575px) {

    .pattern-bg:after,
    .pattern-bg:before {
        content: none;
    }
}

.pattern-bg-2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pattern-bg-2:after {
    content: "";
    height: 320px;
    width: 320px;
    position: absolute;
    bottom: 100px;
    left: -10px;
    background-image: url("../images/pattern/pattern2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    -webkit-animation: move1 5s infinite;
    animation: move1 5s infinite;
}

.pattern-bg-2:before {
    content: "";
    height: 267px;
    width: 380px;
    position: absolute;
    right: -50px;
    top: 14%;
    background-image: url("../images/pattern/pattern1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite;
}

@media only screen and (max-width: 575px) {

    .pattern-bg-2:after,
    .pattern-bg-2:before {
        content: none;
    }
}

.pattern-bg-3 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.pattern-bg-3:after {
    content: "";
    height: 320px;
    width: 380px;
    position: absolute;
    top: 100px;
    left: -50px;
    background-image: url("../images/pattern/pattern1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    -webkit-animation: move1 5s infinite;
    animation: move1 5s infinite;
}

.pattern-bg-3:before {
    content: "";
    height: 300px;
    width: 300px;
    position: absolute;
    right: 40px;
    bottom: 20%;
    background-image: url("../images/pattern/pattern2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite;
}

@media only screen and (max-width: 575px) {

    .pattern-bg-3:after,
    .pattern-bg-3:before {
        content: none;
    }
}

.pattern-bg-4 {
    position: relative;
    overflow: hidden;
}

.pattern-bg-4:after {
    content: "";
    height: 200px;
    width: 200px;
    position: absolute;
    opacity: .3;
    top: 20%;
    left: 50px;
    z-index: -1;
    background-image: url("../images/pattern/pattern3.png");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-animation: move1 5s infinite;
    animation: move1 5s infinite;
}

.pattern-bg-4:before {
    content: "";
    height: 197px;
    width: 197px;
    position: absolute;
    right: 0;
    opacity: .15;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pattern/pattern4.png");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite;
}

@media only screen and (max-width: 575px) {

    .pattern-bg-4:after,
    .pattern-bg-4:before {
        content: none;
    }
}

.pattern-bg-5 {
    position: relative;
    overflow: hidden;
}

.pattern-bg-5:after {
    content: "";
    height: 200px;
    width: 200px;
    position: absolute;
    opacity: .3;
    z-index: -1;
    top: 12%;
    left: 10%;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-animation: move1 5s infinite;
    animation: move1 5s infinite;
}

.pattern-bg-5:before {
    content: "";
    height: 280px;
    width: 280px;
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite;
}

@media only screen and (max-width: 575px) {

    .pattern-bg-5:after,
    .pattern-bg-5:before {
        content: none;
    }
}

.pattern-bg-6 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pattern-bg-6:after {
    content: "";
    height: 296px;
    width: 296px;
    position: absolute;
    top: 100px;
    left: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    -webkit-animation: move1 5s infinite;
    animation: move1 5s infinite;
}

.pattern-bg-6:before {
    content: "";
    height: 197px;
    width: 197px;
    position: absolute;
    right: 12%;
    opacity: .3;
    bottom: 14%;
    background-image: url("../images/pattern/pattern3.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite;
}

@media only screen and (max-width: 575px) {

    .pattern-bg-6:after,
    .pattern-bg-6:before {
        content: none;
    }
}

.overlay-pattern {
    position: relative;
    overflow: hidden;
}

.overlay-pattern:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Support and Buy Button */
.theme-btn {
    background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: flex;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px;
}

.theme-btn.bt-support-now {
    background-image: linear-gradient(45deg, #00bfff 8%, #2395c1 100%);
    bottom: 70px;
}

.theme-btn.bt-buy-now {
    background-image: linear-gradient(to right, #61dc6a 0, #2bc911 100%, #61dc6a 200%);
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.theme-btn:focus,
.theme-btn:active,
.theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}

.theme-btn:focus span,
.theme-btn:active span,
.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.at-expanding-share-button[data-position="bottom-left"] {
    bottom: 130px !important;
}

.error-page .dz_error {
    font-size: 180px;
    font-weight: 700;
    line-height: 150px;
    margin: auto;
    color: var(--primary);
    font-family: var(--font-family-title);
}

@media only screen and (max-width: 991px) {
    .error-page .dz_error {
        font-size: 130px;
        line-height: 1;
    }
}

@media only screen and (max-width: 767px) {
    .error-page .dz_error {
        font-size: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .error-page .dz_error {
        font-size: 60px;
    }
}

.history-wrapper {
    position: relative;
}

.history-wrapper .history-wrapper-bx {
    position: relative;
    display: flex;
    flex-flow: wrap;
    padding-top: 150px;
    padding-bottom: 70px;
}

.history-wrapper .history-wrapper-bx .year {
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100px;
    border: 2px solid rgba(0, 0, 0, 0.18);
    border-style: dashed;
    box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.04), 0 0 0 16px rgba(0, 0, 0, 0.02);
    color: black;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    background: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.history-wrapper .history-wrapper-bx .history-box {
    position: relative;
    width: 50%;
}

.history-wrapper .history-wrapper-bx .history-box:after {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    border: 2px solid #000;
    content: "";
    position: absolute;
    background: #fff;
    z-index: 1;
}

.history-wrapper .history-wrapper-bx .history-box:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    border-width: 15px;
    border-style: solid;
}

.history-wrapper .history-wrapper-bx .history-box .inner-content {
    background: #f5f5f5;
    padding: 30px 30px;
}

.history-wrapper .history-wrapper-bx .history-box:nth-child(even) {
    padding-right: 40px;
    padding-top: 40px;
    text-align: right;
}

.history-wrapper .history-wrapper-bx .history-box:nth-child(even):before {
    right: 25px;
    top: 60px;
    border-color: #f5f5f5 #f5f5f5 transparent transparent;
}

.history-wrapper .history-wrapper-bx .history-box:nth-child(even):after {
    right: -5px;
    top: 70px;
}

.history-wrapper .history-wrapper-bx .history-box:nth-child(odd) {
    padding-left: 40px;
    padding-bottom: 40px;
}

.history-wrapper .history-wrapper-bx .history-box:nth-child(odd):before {
    left: 25px;
    top: 20px;
    border-color: transparent transparent #f5f5f5 #f5f5f5;
}

.history-wrapper .history-wrapper-bx .history-box:nth-child(odd):after {
    left: -5px;
    top: 30px;
}

.history-wrapper:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background: #000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    .history-wrapper .history-wrapper-bx {
        padding-left: 35px;
        padding-top: 100px;
        padding-bottom: 0;
    }

    .history-wrapper .history-wrapper-bx .history-box {
        padding-left: 40px;
        padding-bottom: 40px;
    }

    .history-wrapper .history-wrapper-bx .history-box:nth-child(even) {
        padding-right: 0;
        padding-top: 0;
        text-align: left;
    }

    .history-wrapper .history-wrapper-bx .history-box:nth-child(even):before {
        right: auto;
        left: 25px;
        top: 50px;
        border-color: transparent transparent #f5f5f5 #f5f5f5;
    }

    .history-wrapper .history-wrapper-bx .history-box:nth-child(even):after {
        right: auto;
        left: -5px;
        top: 60px;
    }

    .history-wrapper .history-wrapper-bx .history-box:nth-child(odd) {
        padding-left: 40px;
        padding-bottom: 40px;
    }

    .history-wrapper .history-wrapper-bx .history-box:nth-child(odd):before {
        left: 25px;
        top: 50px;
        border-color: transparent transparent #f5f5f5 #f5f5f5;
    }

    .history-wrapper .history-wrapper-bx .history-box:nth-child(odd):after {
        left: -5px;
        top: 60px;
    }

    .history-wrapper .history-wrapper-bx .year {
        height: 70px;
        width: 70px;
        line-height: 70px;
        border-radius: 70px;
        font-size: 18px;
        left: 0;
        transform: translateX(0px);
    }

    .history-wrapper .history-wrapper-bx .history-box {
        width: 100%;
    }

    .history-wrapper:after {
        left: 35px;
        transform: translateX(0px);
    }
}

@media only screen and (max-width: 575px) {
    .history-wrapper .history-wrapper-bx {
        padding-left: 0;
    }

    .history-wrapper .history-wrapper-bx .year {
        left: 50%;
        transform: translateX(-50%);
    }

    .history-wrapper:after {
        left: 0;
        height: calc(100% - 160px);
    }
}

.image-box {
    box-shadow: rgba(149, 157, 165, 0.35) 0px 8px 24px;
    border-radius: var(--border-radius-base);
    background: #fff;
}

.image-box .dz-media {
    height: 170px;
    border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
}

.image-box .dz-media img {
    height: 100%;
    object-fit: cover;
}

.image-box .dz-info {
    padding: 24px 24px;
}

.content-bg-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.content-box {
    min-height: 600px;
    display: flex;
    align-items: end;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.content-box .content-info {
    padding: 35px 35px;
}

.content-box .content-info .sub-info {
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .5s ease;
    max-height: 0;
}

.content-box p {
    color: rgba(255, 255, 255, 0.7);
}

.content-box:hover .content-info .sub-info,
.content-box.active .content-info .sub-info {
    max-height: 100%;
    transform: scaleY(1);
    overflow: visible;
}

@media only screen and (max-width: 991px) {
    .content-box {
        min-height: 500px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
}

@media only screen and (max-width: 575px) {
    .content-box {
        min-height: 330px;
    }
}

.process-wrapper .icon-bx-wraper .icon-bx-sm {
    font-size: 24px;
}

.process-wrapper .icon-bx-wraper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 34px;
    z-index: -1;
    background: #e3e3e3;
    height: 100%;
    width: 1px;
}

.process-wrapper .icon-bx-wraper:last-child:after {
    content: none;
}

.banner-five {
    padding-left: 70px;
    min-height: 850px;
    height: calc(100vh - 100px);
    position: relative;
}

.banner-five .banner-pagination {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-five .banner-pagination .swiper-pagination-bullet {
    display: block;
    margin: 15px 0;
    position: relative;
}

.banner-five .banner-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid var(--primary);
    opacity: 0;
}

.banner-five .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary);
}

.banner-five .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    opacity: 1;
}

.banner-five .main-slider-one {
    height: 100%;
}

.banner-five .main-slider-one img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-five .video-bx.style-3 {
    justify-content: start;
    margin-bottom: 25px;
}

.banner-five .banner-inner {
    position: absolute;
    right: 70px;
    bottom: 70px;
    width: 630px;
    z-index: 1;
}

.banner-five .banner-inner:before {
    background: var(--primary);
    mix-blend-mode: multiply;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    filter: contrast(1.5);
    opacity: .8;
}

.banner-five .banner-inner .banner-content {
    padding: 70px 70px;
}

.banner-five .banner-inner .banner-content h1 {
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
}

.banner-five .banner-inner .banner-content p {
    font-size: 20px;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .banner-five .banner-inner {
        width: 500px;
    }

    .banner-five .banner-inner .banner-content {
        padding: 50px 50px;
    }

    .banner-five .banner-inner .banner-content h1 {
        font-size: 60px;
    }

    .banner-five .banner-inner .banner-content p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-five .banner-inner {
        width: 450px;
        right: 0;
        bottom: 0;
    }

    .banner-five .banner-inner .banner-content h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-five {
        padding-left: 50px;
        height: auto;
        min-height: auto;
    }

    .banner-five .banner-inner {
        height: 100%;
        position: relative;
        width: 100%;
    }

    .banner-five .banner-inner .banner-content {
        padding: 35px;
    }

    .banner-five .banner-inner .banner-content h1 {
        font-size: 35px;
    }

    .banner-five .banner-inner .banner-content p {
        font-size: 16px;
    }

    .banner-five .main-slider-one {
        position: absolute;
        width: calc(100% - 50px);
        right: 0;
        top: 0;
    }

    .banner-five .banner-pagination {
        left: 20px;
    }
}

.site-header.style-1 {
    background: #fff;
}

.site-header.style-1.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
}

.site-header.style-1.overlay .main-bar {
    box-shadow: none;
}

.site-header.style-1 .main-bar {
    background-color: transparent;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.1);
}

.site-header.style-1 .top-bar {
    background-color: transparent;
}

.site-header.style-1 .is-fixed .main-bar {
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.site-header.style-1 .is-fixed .main-bar .container {
    box-shadow: none;
}

@media only screen and (max-width: 1200px) {
    .site-header.style-1 .extra-nav {
        display: none;
    }
}

.site-header .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
}

@media only screen and (max-width: 575px) {
    .site-header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.site-header.center .logo-header {
    position: absolute;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    position: absolute;
    left: 50%;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .site-header.center .logo-header {
        position: unset;
        transform: unset;
        -moz-transform: unset;
        -webkit-transform: unset;
        -o-transform: unset;
        position: unset;
        left: auto;
        text-align: left;
    }
}

.site-header.center .header-nav .nav {
    display: inline-block;
    float: left;
    width: 40%;
}

@media only screen and (max-width: 991px) {
    .site-header.center .header-nav .nav {
        width: 100%;
        float: none;
    }
}

.site-header.center .header-nav .nav>li {
    display: inline-block;
}

.site-header.center .header-nav .nav.navbar-left {
    text-align: right;
    margin-right: 100px;
}

@media only screen and (max-width: 991px) {
    .site-header.center .header-nav .nav.navbar-left {
        text-align: left;
        margin-right: 0;
    }
}

.site-header.center .header-nav .nav.navbar-right {
    float: right;
    margin-left: 100px;
}

@media only screen and (max-width: 991px) {
    .site-header.center .header-nav .nav.navbar-right {
        float: none;
        margin-left: 0;
    }
}

.ft-clients {
    background-color: #ffffff;
    border-bottom: 10px solid var(--primary);
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.ft-clients-area {
    position: relative;
}

.ft-clients-area:before {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
}

.ft-clients-area.bg-gray {
    background-color: transparent;
}

.ft-clients-area.bg-gray:before {
    background-color: #f7f9fb;
}

.footer-logo-head {
    border-bottom: 1px dashed #959595;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .footer-logo-head {
        margin-bottom: 30px;
        padding-bottom: 40px;
    }
}

.site-footer.style-1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.site-footer.style-1 .footer-top {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}

.site-footer.style-1 .footer-top:after {
    content: "";
    height: 220px;
    width: 220px;
    position: absolute;
    bottom: 0;
    left: 100px;
    background-image: url("../images/pattern/pattern3.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    -webkit-animation: move1 5s infinite;
    animation: move1 5s infinite;
}

.site-footer.style-1 .footer-top:before {
    content: "";
    height: 197px;
    width: 197px;
    position: absolute;
    right: 100px;
    top: 50px;
    background-image: url("../images/pattern/pattern4.png");
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite;
}

@media only screen and (max-width: 1200px) {
    .site-footer.style-1 .footer-top {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .site-footer.style-1 .footer-top {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

.site-footer.style-1 .widget_services ul {
    margin-top: -.5rem;
}

.site-footer.style-1 .footer-title {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.site-footer.style-1 .widget_services ul li a {
    color: #aab4ba;
}

.site-footer.style-1 .widget_services ul li a:hover {
    color: var(--primary);
}

.site-footer.style-1 .recent-posts-entry .widget-post-bx .widget-post .title a {
    color: white;
}

.site-footer.style-1 .footer-bottom {
    border: 0;
    background-color: transparent;
    border-top: 1px solid #32434f;
    border-style: dashed;
}

.site-footer.style-1 .footer-bottom .copyright-text {
    color: rgba(255, 255, 255, 0.8);
}

.site-footer.style-1 .footer-bottom .copyright-text a {
    color: var(--primary);
}

.site-footer.style-1 .footer-link li {
    color: rgba(255, 255, 255, 0.8);
}

.site-footer.style-1:after {
    content: "";
    position: absolute;
    top: -200px;
    left: -200px;
    z-index: -1;
    opacity: .7;
    height: 500px;
    width: 500px;
    background: radial-gradient(at center center, var(--rgba-primary-2) 30%, var(--rgba-primary-2) 35%, rgba(255, 73, 23, 0) 76%, rgba(255, 73, 23, 0) 96%);
}

.site-footer.style-1:before {
    content: "";
    position: absolute;
    bottom: -200px;
    right: -200px;
    z-index: -1;
    opacity: .7;
    height: 500px;
    width: 500px;
    background: radial-gradient(at center center, var(--rgba-primary-2) 30%, var(--rgba-primary-2) 35%, rgba(255, 73, 23, 0) 76%, rgba(255, 73, 23, 0) 96%);
}

.about-bx1 .dz-media {
    position: relative;
    margin-right: 100px;
    margin-top: 50px;
    border-radius: var(--border-radius-base);
    overflow: visible;
}

.about-bx1 .dz-media img {
    border-radius: var(--border-radius-base);
}

.about-bx1 .dz-media:after {
    content: "";
    position: absolute;
    top: -50px;
    left: 50px;
    width: 100%;
    height: 100%;
    border-width: 20px;
    border-style: solid;
    border-radius: inherit;
    border-image: linear-gradient(var(--primary), rgba(0, 0, 0, 0)) 1 100;
    -webkit-animation: movedelement 7s linear infinite;
    animation: movedelement 7s linear infinite;
}

.about-bx1 .dz-media .about-info-bx {
    position: absolute;
    bottom: 50px;
    z-index: 1;
    right: -100px;
    padding: 20px 50px 20px 20px;
    border-radius: var(--border-radius-base);
    background-color: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    -webkit-animation: movedelement2 7s linear infinite;
    animation: movedelement2 7s linear infinite;
}

.about-bx1 .dz-media .about-info-bx img {
    width: 100px;
    margin-right: 20px;
    border-radius: var(--border-radius-base);
}

@media only screen and (max-width: 575px) {
    .about-bx1 .dz-media {
        margin-right: 40px;
        margin-top: 30px;
    }

    .about-bx1 .dz-media:after {
        border-width: 10px;
        left: 30px;
        top: -30px;
    }

    .about-bx1 .dz-media .about-info-bx {
        bottom: 30px;
        padding: 10px 40px 10px 10px;
        right: -50px;
    }

    .about-bx1 .dz-media .about-info-bx h4 {
        margin-bottom: 0;
    }

    .about-bx1 .dz-media .about-info-bx img {
        width: 60px;
    }
}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }

    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }

    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }

    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }

    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }

    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.about-bx2 {
    min-height: calc(100vh - 150px);
}

.about-bx2 .dz-media {
    height: 100%;
}

.about-bx2 .dz-media img {
    height: 100%;
    object-fit: cover;
}

.about-bx2 .dz-media .info {
    position: absolute;
    bottom: 100px;
    left: 100px;
    z-index: 1;
}

.about-bx2 .dz-media .info .name {
    color: #fff;
    font-size: 40px;
    margin-bottom: 0;
}

.about-bx2 .dz-media .info p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
}

.about-bx2 .dz-media:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff4917+0,000000+100&0+43,0.58+100 */
    background: -moz-linear-gradient(top, rgba(255, 73, 23, 0) 0%, rgba(145, 42, 13, 0) 43%, rgba(0, 0, 0, 0.58) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 73, 23, 0) 0%, rgba(145, 42, 13, 0) 43%, rgba(0, 0, 0, 0.58) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 73, 23, 0) 0%, rgba(145, 42, 13, 0) 43%, rgba(0, 0, 0, 0.58) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff4917', endColorstr='#94000000', GradientType=0);
    /* IE6-9 */
}

.about-bx2 .dz-media:before {
    position: absolute;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    border-width: 10px;
    border-style: solid;
    border-radius: inherit;
    border-image: linear-gradient(var(--primary), rgba(0, 0, 0, 0)) 1 100;
    content: "";
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.about-bx2 .dz-info {
    padding: 70px 70px;
}

.about-bx2 .dz-info .signature {
    width: 220px;
}

@media only screen and (max-width: 767px) {
    .about-bx2 .dz-media .info {
        bottom: 70px;
        left: 70px;
    }

    .about-bx2 .dz-media .info .name {
        font-size: 30px;
    }

    .about-bx2 .dz-media .info p {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .about-bx2 .dz-info {
        padding: 30px;
    }

    .about-bx2 .dz-media:before {
        height: calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .about-bx2 .dz-media .info {
        bottom: 30px;
        left: 50px;
    }

    .about-bx2 .dz-media .info .name {
        font-size: 22px;
    }

    .about-bx2 .dz-media .info p {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.about-bx3 .dz-media {
    padding-left: 82px;
    overflow: visible;
}

.about-bx3 .dz-media img {
    border-radius: var(--border-radius-base);
}

.about-bx3 .dz-media .exp-box {
    height: 170px;
    width: 170px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--primary);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    border-radius: var(--border-radius-base);
    box-shadow: var(--rgba-primary-5) 0px 8px 24px;
}

.about-bx3 .dz-media .exp-box .year {
    font-size: 60px;
    font-family: var(--font-family-title);
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 800;
}

.about-bx3 .dz-media .exp-box p {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
    .about-bx3 .dz-media {
        padding-left: 62px;
    }

    .about-bx3 .dz-media .exp-box {
        height: 130px;
        width: 130px;
    }

    .about-bx3 .dz-media .exp-box .year {
        font-size: 45px;
    }

    .about-bx3 .dz-media .exp-box p {
        font-size: 14px;
    }
}

.icon-bx-wraper.style-1 {
    border-radius: var(--border-radius-base);
    background-color: white;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 35px 40px;
    position: relative;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.icon-bx-wraper.style-1.right {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.icon-bx-wraper.style-1 .icon-lg {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    overflow: hidden;
    display: table;
    padding-right: 15px;
}

.icon-bx-wraper.style-1 .icon-lg:after {
    content: "";
    height: 64px;
    width: 64px;
    background-color: var(--rgba-primary-1);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.icon-bx-wraper.style-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: calc(100% - 60px);
    height: 99%;
    background-color: var(--primary);
    border-radius: inherit;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (max-width: 1280px) {
    .icon-bx-wraper.style-1 {
        padding: 30px 30px;
    }

    .icon-bx-wraper.style-1 .icon-lg {
        padding-top: 20px;
        padding-right: 10px;
    }

    .icon-bx-wraper.style-1 .icon-lg img {
        min-width: 55px;
        width: 55px;
    }

    .icon-bx-wraper.style-1 .icon-lg:after {
        height: 50px;
        width: 50px;
    }
}

.icon-bx-wraper.style-1:hover {
    box-shadow: 1px 1.732px 60px 0px var(--rgba-primary-1);
}

.icon-bx-wraper.style-1:hover:after {
    transform: translateX(-50%) translateY(10px);
}

.icon-bx-wraper.style-1:hover .icon-lg img {
    -webkit-animation: upToDown 0.5s forwards;
    -moz-animation: upToDown 0.5s forwards;
    animation: upToDown 0.5s forwards;
}

.icon-bx-wraper.style-2 {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    border-radius: var(--border-radius-base);
    background-color: #f5f5f5;
}

.icon-bx-wraper.style-2 p {
    font-size: 18px;
}

.icon-bx-wraper.style-3 {
    background-color: #fff;
    border-radius: var(--border-radius-base);
    overflow: hidden;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.icon-bx-wraper.style-3 .inner-box {
    width: 100%;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    overflow: hidden;
    padding: 15px 30px 0;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
}

.icon-bx-wraper.style-3 .text-content {
    margin-top: 10px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-bx-wraper.style-3 .icon-md {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-bx-wraper.style-3:hover .inner-box {
    -webkit-transform: translateY(-42px);
    -moz-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    -o-transform: translateY(-42px);
    transform: translateY(-42px);
}

.icon-bx-wraper.style-3:hover .icon-md {
    opacity: 0;
}

.icon-bx-wraper.style-3:hover .text-content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.section-head.style-1 {
    margin-bottom: 30px;
}

.section-head.style-1 .sub-title {
    font-size: 22px;
    color: #5c5c5c;
    font-weight: 800;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

.section-head.style-1 .sub-title:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    top: 12px;
    left: 0;
    background: var(--secondary);
    box-shadow: 10px 10px 0px 0px var(--secondary), 10px -10px 0px 0px var(--secondary);
}

.section-head.style-1 .sub-title.text-white:before {
    background: var(--primary);
    box-shadow: 10px 10px 0px 0px var(--primary), 10px -10px 0px 0px var(--primary);
}

.dz-team.style-1 {
    position: relative;
}

.dz-team.style-1 .dz-media img {
    border-radius: var(--border-radius-base);
}

.dz-team.style-1 .team-social {
    position: absolute;
    left: 50%;
    bottom: 105px;
    z-index: 1;
    width: 100%;
    transform: translateX(-50%);
}

.dz-team.style-1 .team-social li {
    display: inline-block;
    position: relative;
    opacity: 0;
    transform: translateY(-40px);
}

.dz-team.style-1 .team-social li:nth-child(1) {
    transition: 0.2s;
}

.dz-team.style-1 .team-social li:nth-child(2) {
    transition: 0.4s;
}

.dz-team.style-1 .team-social li:nth-child(3) {
    transition: 0.6s;
}

.dz-team.style-1 .team-social li a {
    display: inline-block;
    margin: 0 5px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    border-radius: var(--border-radius-base);
    text-align: center;
    color: #fff;
    background-color: var(--secondary);
}

.dz-team.style-1 .dz-position {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
    color: var(--primary);
    font-family: var(--font-family-base);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.dz-team.style-1 .dz-name {
    margin-bottom: 3px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.dz-team.style-1 .dz-content {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    background-color: #fff;
    border-radius: var(--border-radius-base);
    padding: 20px 20px;
}

.dz-team.style-1:hover .team-social li,
.dz-team.style-1.active .team-social li {
    transform: translateY(0px);
    opacity: 1;
}

.dz-team.style-1:hover .dz-name,
.dz-team.style-1:hover .dz-name a,
.dz-team.style-1:hover .dz-position,
.dz-team.style-1.active .dz-name,
.dz-team.style-1.active .dz-name a,
.dz-team.style-1.active .dz-position {
    color: #fff;
}

.dz-team.style-1:hover .dz-content,
.dz-team.style-1.active .dz-content {
    background-color: var(--primary);
    color: #fff;
}

.testimonial-1 {
    background-color: #fff;
    border-radius: var(--border-radius-base);
    padding: 35px 35px;
    position: relative;
    box-shadow: 1px 1.732px 35px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-1 .testimonial-text {
    font-size: 18px;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-1 .info {
    margin-bottom: 25px;
}

.testimonial-1 .testimonial-name {
    margin-bottom: 3px;
    font-weight: 800;
}

.testimonial-1 .testimonial-position {
    font-family: var(--font-family-title);
    font-weight: 700;
}

.testimonial-1 .testimonial-pic {
    height: 80px;
    width: 80px;
    border-radius: var(--border-radius-base);
    border: 0;
    overflow: hidden;
    display: block;
}

.testimonial-1 .testimonial-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.testimonial-1:after {
    content: "\f11d";
    position: absolute;
    font-family: 'flaticon';
    right: 40px;
    bottom: 30px;
    color: var(--primary);
    opacity: .2;
    font-size: 65px;
    line-height: 1;
    transform: rotate(180deg);
}

.pricingtable-wrapper.style-1 {
    padding: 40px 30px;
}

.pricingtable-wrapper.style-1 .pricingtable-title {
    border-bottom: 1px solid #e1e1f0;
    padding-bottom: 20px;
}

.pricingtable-wrapper.style-1 .pricingtable-title .title {
    font-size: 24px;
    margin-bottom: 5px;
}

.pricingtable-wrapper.style-1 .pricingtable-title .sub-title {
    font-size: 17px;
    color: #767676;
    font-weight: 500;
}

.pricingtable-wrapper.style-1 .pricing-media {
    width: 80px;
    margin: auto;
    padding-bottom: 25px;
}

.pricingtable-wrapper.style-1 .pricingtable-price {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #e1e1f0;
}

.pricingtable-wrapper.style-1 .pricingtable-price .pricingtable-start {
    font-size: 16px;
    color: #767676;
}

.pricingtable-wrapper.style-1 .pricingtable-price .pricingtable-bx {
    font-size: 40px;
    margin-bottom: 0;
}

.pricingtable-wrapper.style-1 .pricingtable-features {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

.pricingtable-wrapper.style-1 .pricingtable-features li {
    font-size: 16px;
    padding: 10px 0 10px 40px;
    position: relative;
}

.pricingtable-wrapper.style-1 .pricingtable-features li:before {
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-size: 18px;
    font-weight: 700;
    color: #00bf81;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.dz-card.style-1 {
    border-radius: var(--border-radius-base);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}

.dz-card.style-1 .dz-info {
    padding: 40px 35px 35px;
    background: #fff;
}

.dz-card.style-1 .dz-media+.dz-info .dz-meta {
    position: absolute;
    top: -16px;
    z-index: 1;
}

.dz-card.style-1 .dz-media {
    border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
    overflow: hidden;
}

.dz-card.style-1 .dz-media .dz-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--primary);
    color: #fff;
    border-radius: var(--border-radius-base);
    padding: 10px 20px;
    text-transform: uppercase;
}

.dz-card.style-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    height: 100%;
    background-color: var(--primary);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.dz-card.style-1:hover {
    box-shadow: 1px 1.732px 50px 0px var(--rgba-primary-1);
}

.dz-card.style-1:hover:after {
    bottom: -10px;
}

@media only screen and (max-width: 575px) {
    .dz-card.style-1 .dz-info {
        padding: 25px 25px;
    }

    .dz-card.style-1 .dz-media .dz-badge {
        top: 10px;
        left: 10px;
        padding: 5px 10px;
        font-size: 14px;
    }
}

.dz-card.style-2 .dz-media img {
    border-radius: var(--border-radius-base);
}

.dz-card.style-2 .dz-media .dz-meta {
    position: absolute;
    left: 10px;
    bottom: 10px;
    margin-bottom: 0;
}

.dz-card.style-2 .dz-info {
    padding: 0;
    padding-top: 30px;
}

.dz-card.style-2 .dz-info.p-t20 {
    padding-top: 20px;
}

.dz-card.style-2 .meta-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .dz-card.style-2 .dz-media .dz-badge {
        top: 10px;
        left: 10px;
        padding: 5px 10px;
        font-size: 14px;
    }
}

.dz-card.style-3 {
    display: flex;
    background-color: white;
    box-shadow: 2.5px 4.33px 15.04px 0.96px rgba(0, 0, 0, 0.13);
    border-radius: var(--border-radius-base);
}

.dz-card.style-3 .dz-media {
    width: 44%;
    min-width: 44%;
}

.dz-card.style-3 .dz-media img {
    height: 100%;
    object-fit: cover;
}

.dz-card.style-3 .dz-info {
    padding: 40px 40px;
}

.dz-card.style-3 .dz-author {
    display: flex;
    align-items: center;
}

.dz-card.style-3 .dz-author img {
    width: 40px;
    border-radius: 40px;
    margin-right: 15px;
}

.dz-card.style-3 .dz-author .name {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font-family-base);
    color: #666666;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .dz-card.style-3 {
        display: block;
    }

    .dz-card.style-3 .dz-media {
        width: 100%;
        min-width: 100%;
    }

    .dz-card.style-3 .dz-info {
        padding: 30px;
    }
}

.dz-card.style-4 {
    position: relative;
    border-radius: var(--border-radius-base);
    overflow: hidden;
    background: #fff;
}

.dz-card.style-4 .dz-media {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.dz-card.style-4 .dz-media:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.67+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ab000000', GradientType=0);
    /* IE6-9 */
}

.dz-card.style-4 .dz-media img {
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.dz-card.style-4 .dz-meta {
    margin-bottom: 10px;
}

.dz-card.style-4 .dz-meta li.post-date {
    color: rgba(0, 0, 0, 0.8);
    background: transparent;
    padding: 0;
}

.dz-card.style-4 .dz-info {
    padding: 40px 40px;
}

.dz-card.style-4 .dz-category {
    margin-bottom: 70px;
}

.dz-card.style-4 .dz-category li a {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.dz-card.style-4.overlay .dz-meta li.post-date {
    color: rgba(255, 255, 255, 0.8);
}

.dz-card.style-4:hover .dz-media img {
    transform: rotate(5deg) scale(1.2);
}

:root {
    --gradient: linear-gradient(to right, rgb(255, 64, 62) 0%, rgb(255, 129, 27) 100%);
    --gradient-sec: linear-gradient(to right, rgb(57, 26, 166) 0%, rgb(6, 163, 245) 100%);
    --primary: #ff4917;
    --secondary: #13212a;
    --primary-hover: #e33100;
    --primary-dark: #7d1b00;
    --rgba-primary-1: rgba(255, 73, 23, 0.1);
    --rgba-primary-2: rgba(255, 73, 23, 0.2);
    --rgba-primary-3: rgba(255, 73, 23, 0.3);
    --rgba-primary-4: rgba(255, 73, 23, 0.4);
    --rgba-primary-5: rgba(255, 73, 23, 0.5);
    --rgba-primary-6: rgba(255, 73, 23, 0.6);
    --rgba-primary-7: rgba(255, 73, 23, 0.7);
    --rgba-primary-8: rgba(255, 73, 23, 0.8);
    --rgba-primary-9: rgba(255, 73, 23, 0.9);
    --font-family-base: Roboto, sans-serif;
    --gray: #f5f5f5;
    --border-radius-base: 6px;
    --font-family-title: Sarabun, sans-serif;
    --title: #212529;
    --quote: url(../images/quote-1.png);
    --quote-2: url(../images/quote-1.png);
}

.banner-two {
    height: 100vh;
    min-height: 840px;
    background-image: url("../images/home/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 140px;
    padding-bottom: 140px;
}

.banner-two>.container,
.banner-two .banner-inner,
.banner-two .row {
    height: 100%;
}

.banner-two .banner-content h1 {
    color: #fff;
    font-size: 76px;
    line-height: 1.3;
}

.banner-two .banner-content .sub-title {
    font-size: 22px;
    font-weight: 700;
}

.banner-two .banner-content p {
    color: #fff;
    font-size: 18px;
}

.banner-two:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(19, 33, 42, 0.4);
    z-index: -1;
}

/* .banner-two:before {
    content: "";
    position: absolute;
    top: -380px;
    left: 100%;
    transform: translateX(-58%);
    height: 1200px;
    width: 1200px;
    border-radius: 1200px;
    opacity: .7;
    background-color: var(--secondary);
    z-index: -1; }
  @media only screen and (max-width: 1200px) {
    .banner-two:before {
      transform: translateX(-38%); }
    .banner-two .banner-content h1 {
      font-size: 58px; } }
  @media only screen and (max-width: 991px) {
    .banner-two .banner-content h1 {
      font-size: 45px; }
    .banner-two:before {
      top: -450px; } }
  @media only screen and (max-width: 767px) {
    .banner-two:before {
      top: -690px; } }
  @media only screen and (max-width: 575px) {
    .banner-two .banner-content h1 {
      font-size: 35px; } } */

.service-area {
    background: #fff;
    padding: 70px;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius-base);
    margin-top: -140px;
}

@media only screen and (max-width: 767px) {
    .service-area {
        padding: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .service-area {
        padding: 30px 30px 0;
    }
}

.list-check-3 li {
    color: var(--title);
    font-weight: 500;
    padding: 15px 10px 15px 65px;
    position: relative;
    border-radius: var(--border-radius-base);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.list-check-3 li:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    color: var(--primary);
    content: "\f058";
    font-family: 'Line Awesome Free';
    font-size: 24px;
}

.list-check-3 li:hover {
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}

.list-check-3.no-hover li {
    padding: 12px 0px 12px 35px;
    font-size: 15px;
}

.list-check-3.no-hover li:after {
    left: 0;
}

.list-check-3.no-hover li:hover {
    background: transparent;
    box-shadow: none;
}

.swiper-pagination.style-1 {
    position: relative;
}

.swiper-pagination.style-1 .swiper-pagination-bullet {
    height: 8px;
    width: 30px;
    border-radius: 4px;
}

.swiper-pagination.style-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary);
}

.clients-box.style-1 {
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius-base);
    overflow: hidden;
}

.clients-box.style-1:after {
    content: "";
    height: 160px;
    width: 160px;
    border-radius: 160px;
    background: var(--secondary);
}

.testimonial-wrapper {
    background: #fff;
    border-radius: var(--border-radius-base);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 70px 60px;
    position: relative;
    overflow: hidden;
}

.testimonial-wrapper .dz-media {
    padding-right: 100px;
}

.testimonial-wrapper .dz-media .pic1 {
    border-radius: 50%;
}

.testimonial-wrapper .dz-media .pic2 {
    position: absolute;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 10px solid #fff;
    right: 0;
    bottom: 0;
}

.testimonial-wrapper:after {
    content: "\f10e";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-weight: 900;
    color: #fff;
    top: -150px;
    right: -150px;
    background: var(--secondary);
    height: 400px;
    width: 400px;
    border-radius: 400px;
    font-size: 120px;
    line-height: 510px;
    padding-left: 80px;
}

@media only screen and (max-width: 991px) {
    .testimonial-wrapper:after {
        height: 320px;
        width: 320px;
        font-size: 80px;
        line-height: 448px;
        padding-left: 59px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-wrapper {
        padding: 30px 30px;
    }

    .testimonial-wrapper:after {
        height: 240px;
        width: 240px;
        font-size: 35px;
        line-height: 364px;
        padding-left: 40px;
    }

    .testimonial-wrapper .dz-media {
        padding-right: 30px;
    }

    .testimonial-wrapper .dz-media .pic2 {
        width: 100px;
        height: 100px;
        border-width: 5px;
    }
}

.exp-wrapper {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.exp-wrapper .exp-box {
    display: flex;
    margin-bottom: 15px;
}

.exp-wrapper .exp-box .year {
    font-size: 160px;
    font-family: var(--font-family-title);
    line-height: 1;
    font-weight: 800;
    margin-right: 20px;
}

.exp-wrapper .exp-box h2 {
    font-size: 65px;
    line-height: 1.2;
}

.exp-wrapper .exp-box h2 span {
    display: block;
}

.exp-wrapper p {
    font-size: 18px;
    color: #dcdcdc;
}

@media only screen and (max-width: 1200px) {
    .exp-wrapper .exp-box .year {
        font-size: 120px;
    }

    .exp-wrapper .exp-box h2 {
        font-size: 46px;
    }
}

@media only screen and (max-width: 991px) {
    .exp-wrapper {
        border-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .exp-wrapper .exp-box .year {
        font-size: 80px;
    }

    .exp-wrapper .exp-box h2 {
        font-size: 30px;
    }
}

.counter-style-1 {
    display: flex;
}

.counter-style-1 .counter {
    color: #fff;
    font-size: 65px;
    font-family: var(--font-family-title);
    font-weight: 800;
    line-height: 1;
    margin-right: 15px;
}

.counter-style-1 .counter-text {
    font-size: 18px;
    color: #dcdcdc;
}

@media only screen and (max-width: 1200px) {
    .counter-style-1 .counter {
        font-size: 50px;
    }
}

.dz-project-box {
    position: relative;
    padding-bottom: 60px;
}

.dz-project-box .portfolio-info {
    border-radius: var(--border-radius-base);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 30px;
    margin: 0;
    width: calc(100% - 60px);
    padding: 30px 20px 0;
}

.dz-project-box img {
    border-radius: var(--border-radius-base);
}

@media only screen and (max-width: 991px) {
    .dz-project-box {
        padding-bottom: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .dz-project-box {
        padding-bottom: 0;
    }

    .dz-project-box .portfolio-info {
        position: relative;
        width: 100%;
        left: 0;
    }
}

.dz-social.style-1 li {
    display: inline-block;
}

.dz-social.style-1 li a {
    margin: 0 2px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 40px;
    background-color: var(--rgba-primary-2);
    color: var(--primary);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.dz-social.style-1 li a:hover {
    background: var(--primary);
    color: #fff;
}

.widget_getintuch.style-1 ul li {
    color: #777777;
    font-size: 18px;
    padding-left: 45px;
    margin-bottom: 30px;
}

.widget_getintuch.style-1 ul li i {
    font-size: 28px;
}

@media only screen and (max-width: 575px) {
    .widget_getintuch.style-1 ul li {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.error-page .dz_error {
    font-size: 180px;
    font-weight: 700;
    line-height: 150px;
    margin: auto;
    color: var(--primary);
    font-family: var(--font-family-title);
}

@media only screen and (max-width: 991px) {
    .error-page .dz_error {
        font-size: 130px;
        line-height: 1;
    }
}

@media only screen and (max-width: 767px) {
    .error-page .dz_error {
        font-size: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .error-page .dz_error {
        font-size: 60px;
    }
}

/* Support and Buy Button */
.theme-btn {
    background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: flex;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px;
}

.theme-btn.bt-support-now {
    background-image: linear-gradient(45deg, #00bfff 8%, #2395c1 100%);
    bottom: 70px;
}

.theme-btn.bt-buy-now {
    background-image: linear-gradient(to right, #61dc6a 0, #2bc911 100%, #61dc6a 200%);
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.theme-btn:focus,
.theme-btn:active,
.theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}

.theme-btn:focus span,
.theme-btn:active span,
.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.at-expanding-share-button[data-position="bottom-left"] {
    bottom: 130px !important;
}

.dz-bnr-inr.style-1 {
    text-align: center;
    overflow: hidden;
}

.dz-bnr-inr.style-1 .breadcrumb-row {
    position: unset;
    transform: unset;
}

.dz-bnr-inr.style-1 .dz-bnr-inr-entry {
    padding-top: 130px;
}

.dz-bnr-inr.style-1:after {
    height: 1200px;
    width: 1200px;
    border-radius: 1200px;
    opacity: .7;
    background: var(--secondary);
    top: auto;
    bottom: 5px;
    left: 63%;
    clip-path: unset;
}

@media only screen and (max-width: 575px) {
    .dz-bnr-inr.style-1 .dz-bnr-inr-entry {
        padding-top: 80px;
    }

    .dz-bnr-inr.style-1:after {
        height: 700px;
        width: 700px;
    }
}

.site-header.style-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header.style-2 .main-bar-wraper {
    margin-top: 30px;
}

.site-header.style-2 .main-bar {
    background: transparent;
    box-shadow: none;
}

.site-header.style-2 .main-bar .container {
    padding: 0 30px;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius-base);
}

.site-header.style-2 .is-fixed .main-bar {
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.site-header.style-2 .is-fixed .main-bar .container {
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .site-header.style-2 .extra-nav {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .site-header.style-2 .main-bar-wraper {
        margin-top: 0px;
    }

    .site-header.style-2 .main-bar .container {
        border-radius: 0;
    }
}

.site-footer.style-2 .footer-top {
    background: #1a2933;
}

.site-footer.style-2 .footer-bottom {
    background: #0b1c27;
}

.site-footer.style-2 .widget_services ul {
    margin-top: -.5rem;
}

.site-footer.style-2 .footer-title {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.site-footer.style-2 .widget_services ul li a {
    color: #aeb7da;
}

.site-footer.style-2 .widget_services ul li a:hover {
    color: var(--primary);
}

.site-footer.style-2 .recent-posts-entry .widget-post-bx .widget-post .title a {
    color: white;
}

.site-footer.style-2 .footer-link li {
    color: rgba(255, 255, 255, 0.8);
}

.site-footer.style-2 .widget_about p {
    color: #aab4ba;
}

.site-footer.style-2 .footer-bottom {
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.site-footer.style-2 .footer-bottom a {
    color: var(--primary);
}

.site-footer.style-2 .ft-subscribe {
    margin-bottom: 30px;
    border: 1px solid #9da2a6;
    border-radius: var(--border-radius-base);
    padding: 30px 40px;
}

.site-footer.style-2 .ft-subscribe .ft-row {
    display: flex;
}

.site-footer.style-2 .ft-subscribe .ft-row .form-control {
    flex: 1;
    margin-right: 15px;
}

@media only screen and (max-width: 575px) {
    .site-footer.style-2 .ft-subscribe {
        padding: 30px 30px;
    }

    .site-footer.style-2 .ft-subscribe .ft-row {
        display: block;
        text-align: center;
    }

    .site-footer.style-2 .ft-subscribe .ft-row .form-control {
        margin-bottom: 20px;
    }
}

.about-bx4 .dz-media {
    padding-right: 70px;
    padding-bottom: 70px;
    margin-right: 20px;
    overflow: visible;
}

.about-bx4 .dz-media img {
    border-radius: var(--border-radius-base);
}

.about-bx4 .dz-media .tax-box {
    height: 234px;
    width: 234px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: var(--border-radius-base);
    background: var(--secondary);
    color: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    -webkit-animation: movedelement 7s linear infinite;
    animation: movedelement 7s linear infinite;
}

.about-bx4 .dz-media .tax-box .tax-amount {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
}

.about-bx4 .dz-media .tax-box .text {
    font-size: 20px;
    font-family: var(--font-family-title);
}

@media only screen and (max-width: 575px) {
    .about-bx4 .dz-media {
        padding-right: 30px;
        padding-bottom: 30px;
    }

    .about-bx4 .dz-media .tax-box {
        height: 150px;
        width: 150px;
    }

    .about-bx4 .dz-media .tax-box .tax-amount {
        font-size: 35px;
    }

    .about-bx4 .dz-media .tax-box .text {
        font-size: 16px;
    }
}

.about-bx5 .dz-media {
    padding-right: 85px;
}

.about-bx5 .dz-media img {
    border-radius: var(--border-radius-base);
}

.about-bx5 .dz-media .img2 {
    width: 270px;
    height: 270px;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 70%;
    transform: translateY(-70%);
    border: 10px solid #FFF;
}

@media only screen and (max-width: 575px) {
    .about-bx5 .dz-media {
        padding-right: 30px;
    }

    .about-bx5 .dz-media .img2 {
        height: 150px;
        width: 150px;
        border-width: 5px;
    }
}

.icon-bx-wraper.style-4 .icon-lg {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    overflow: hidden;
    display: table;
    padding-right: 15px;
}

.icon-bx-wraper.style-4 .icon-lg:after {
    content: "";
    height: 64px;
    width: 64px;
    opacity: .2;
    background-color: var(--primary);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.icon-bx-wraper.style-4:hover .icon-lg img {
    -webkit-animation: upToDown 0.5s forwards;
    -moz-animation: upToDown 0.5s forwards;
    animation: upToDown 0.5s forwards;
}

.section-head.style-1 {
    margin-bottom: 30px;
}

.section-head.style-1 .sub-title {
    font-size: 22px;
    color: #5c5c5c;
    font-weight: 800;
    position: relative;
    padding-left: 30px;
    display: inline-block;
}

.section-head.style-1 .sub-title:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    border-radius: 6px;
    top: 12px;
    left: 0;
    background: var(--secondary);
    box-shadow: 10px 10px 0px 0px var(--secondary), 10px -10px 0px 0px var(--secondary);
}

.section-head.style-1 .sub-title.text-white:before {
    background: var(--primary);
    box-shadow: 10px 10px 0px 0px var(--primary), 10px -10px 0px 0px var(--primary);
}

.dz-team.style-2 {
    border-radius: var(--border-radius-base);
    background-color: white;
    box-shadow: 1px 1.732px 50px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.dz-team.style-2 .dz-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
}

.dz-team.style-2 .dz-media {
    height: 300px;
}

.dz-team.style-2 .dz-name {
    margin-bottom: 0;
}

.dz-team.style-2 .dz-position {
    margin-bottom: 0;
    color: var(--secondary);
}

.dz-team.style-2 .team-social>li {
    position: relative;
}

.dz-team.style-2 .team-social>li>a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: var(--border-radius-base);
    background: var(--primary);
    color: #fff;
    font-size: 22px;
}

.dz-team.style-2 .team-social>li:hover .sub-team-social {
    opacity: 1;
}

.dz-team.style-2 .team-social>li:hover .sub-team-social li a {
    margin-bottom: 0;
}

.dz-team.style-2 .team-social .sub-team-social {
    position: absolute;
    bottom: 0;
    background: var(--primary);
    z-index: 1;
    width: 45px;
    border-radius: var(--border-radius-base);
    opacity: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.dz-team.style-2 .team-social .sub-team-social li a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 8px 10px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    margin-bottom: -20px;
}

.dz-team.style-2:hover {
    border-radius: var(--border-radius-base);
    background-color: var(--secondary);
    box-shadow: 1px 1.732px 60px 0px rgba(43, 46, 132, 0.4);
}

.dz-team.style-2:hover .dz-name a,
.dz-team.style-2:hover .dz-name,
.dz-team.style-2:hover .dz-position {
    color: #fff;
}

.testimonial-2 .testimonial-pic {
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    background: transparent;
    border: 0;
}

.testimonial-2 .testimonial-pic img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin-right: 15px;
}

.testimonial-2 .testimonial-name {
    margin-bottom: 2px;
}

.testimonial-2 .testimonial-position {
    font-weight: 600;
}

.testimonial-2 .testimonial-text {
    font-size: 18px;
    margin-bottom: 30px;
    font-style: italic;
}

.testimonial-2 .testimonial-text i {
    color: var(--primary);
    font-size: 20px;
    position: relative;
}

.testimonial-2 .testimonial-text p i:first-child {
    margin-right: 15px;
    top: -8px;
}

.testimonial-2 .testimonial-text p i:last-child {
    margin-left: 15px;
    bottom: -8px;
}

.pricingtable-wrapper.style-2 {
    padding: 30px 30px;
}

.pricingtable-wrapper.style-2 .pricingtable-title {
    font-size: 25px;
    font-family: var(--font-family-title);
    color: var(--title);
    font-weight: 800;
}

.pricingtable-wrapper.style-2 .pricingtable-bx {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    padding-top: 20px;
}

.pricingtable-wrapper.style-2 .pricingtable-bx .pricingtable-price {
    font-size: 45px;
    color: var(--secondary);
    font-weight: 600;
    line-height: 1;
}

.pricingtable-wrapper.style-2 .pricingtable-bx .pricingtable-type {
    font-size: 20px;
    font-weight: 500;
}

.pricingtable-wrapper.style-2 .pricingtable-features {
    text-align: left;
    padding: 20px 0;
}

.pricingtable-wrapper.style-2 .pricingtable-features li {
    color: var(--title);
    padding: 8px 0;
}

.pricingtable-wrapper.style-2 .pricingtable-features li:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    float: right;
    color: var(--primary);
}

.pricingtable-wrapper.style-2 .pricingtable-features li.disabled {
    color: #aaaaaa;
}

.pricingtable-wrapper.style-2 .pricingtable-features li.disabled:after {
    color: #aaaaaa;
}

.pricingtable-wrapper.style-2:hover,
.pricingtable-wrapper.style-2.active {
    background: var(--secondary);
}

.pricingtable-wrapper.style-2:hover .pricingtable-title,
.pricingtable-wrapper.style-2.active .pricingtable-title {
    color: #fff;
}

.pricingtable-wrapper.style-2:hover .pricingtable-bx,
.pricingtable-wrapper.style-2.active .pricingtable-bx {
    border-color: rgba(255, 255, 255, 0.5);
}

.pricingtable-wrapper.style-2:hover .pricingtable-bx .pricingtable-price,
.pricingtable-wrapper.style-2.active .pricingtable-bx .pricingtable-price {
    color: var(--primary);
}

.pricingtable-wrapper.style-2:hover .pricingtable-bx .pricingtable-type,
.pricingtable-wrapper.style-2.active .pricingtable-bx .pricingtable-type {
    color: #fff;
}

.pricingtable-wrapper.style-2:hover .pricingtable-features li,
.pricingtable-wrapper.style-2.active .pricingtable-features li {
    color: #fff;
}

.pricingtable-wrapper.style-2:hover .pricingtable-features li.disabled,
.pricingtable-wrapper.style-2.active .pricingtable-features li.disabled {
    color: rgba(255, 255, 255, 0.5);
}

.pricingtable-wrapper.style-2:hover .pricingtable-features li.disabled:after,
.pricingtable-wrapper.style-2.active .pricingtable-features li.disabled:after {
    color: rgba(255, 255, 255, 0.5);
}

.dz-card.style-1 {
    border-radius: var(--border-radius-base);
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
}

.dz-card.style-1 .dz-info {
    padding: 40px 35px 35px;
    background: #fff;
}

.dz-card.style-1 .dz-media+.dz-info .dz-meta {
    position: absolute;
    top: -16px;
    z-index: 1;
}

.dz-card.style-1 .dz-media {
    border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
    overflow: hidden;
}

.dz-card.style-1 .dz-media .dz-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--primary);
    color: #fff;
    border-radius: var(--border-radius-base);
    padding: 10px 20px;
    text-transform: uppercase;
}

.dz-card.style-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 60px);
    height: 100%;
    background-color: var(--primary);
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.dz-card.style-1:hover {
    box-shadow: 1px 1.732px 50px 0px var(--rgba-primary-1);
}

.dz-card.style-1:hover:after {
    bottom: -10px;
}

@media only screen and (max-width: 575px) {
    .dz-card.style-1 .dz-info {
        padding: 25px 25px;
    }

    .dz-card.style-1 .dz-media .dz-badge {
        top: 10px;
        left: 10px;
        padding: 5px 10px;
        font-size: 14px;
    }
}

.dz-card.style-2 .dz-media img {
    border-radius: var(--border-radius-base);
}

.dz-card.style-2 .dz-media .dz-meta {
    position: absolute;
    left: 10px;
    bottom: 10px;
    margin-bottom: 0;
}

.dz-card.style-2 .dz-info {
    padding: 0;
    padding-top: 30px;
}

.dz-card.style-2 .dz-info.p-t20 {
    padding-top: 20px;
}

.dz-card.style-2 .meta-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .dz-card.style-2 .dz-media .dz-badge {
        top: 10px;
        left: 10px;
        padding: 5px 10px;
        font-size: 14px;
    }
}

.dz-card.style-3 {
    display: flex;
    background-color: white;
    box-shadow: 2.5px 4.33px 15.04px 0.96px rgba(0, 0, 0, 0.13);
    border-radius: var(--border-radius-base);
}

.dz-card.style-3 .dz-media {
    width: 44%;
    min-width: 44%;
}

.dz-card.style-3 .dz-media img {
    height: 100%;
    object-fit: cover;
}

.dz-card.style-3 .dz-info {
    padding: 40px 40px;
}

.dz-card.style-3 .dz-author {
    display: flex;
    align-items: center;
}

.dz-card.style-3 .dz-author img {
    width: 40px;
    border-radius: 40px;
    margin-right: 15px;
}

.dz-card.style-3 .dz-author .name {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font-family-base);
    color: #666666;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .dz-card.style-3 {
        display: block;
    }

    .dz-card.style-3 .dz-media {
        width: 100%;
        min-width: 100%;
    }

    .dz-card.style-3 .dz-info {
        padding: 30px;
    }
}

.dz-card.style-4 {
    position: relative;
    border-radius: var(--border-radius-base);
    overflow: hidden;
    background: #fff;
}

.dz-card.style-4 .dz-media {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.dz-card.style-4 .dz-media:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.67+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ab000000', GradientType=0);
    /* IE6-9 */
}

.dz-card.style-4 .dz-media img {
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.dz-card.style-4 .dz-meta {
    margin-bottom: 10px;
}

.dz-card.style-4 .dz-meta li.post-date {
    color: rgba(0, 0, 0, 0.8);
    background: transparent;
    padding: 0;
}

.dz-card.style-4 .dz-info {
    padding: 40px 40px;
}

.dz-card.style-4 .dz-category {
    margin-bottom: 70px;
}

.dz-card.style-4 .dz-category li a {
    display: inline-block;
    background: var(--primary);
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 13px;
}

.dz-card.style-4.overlay .dz-meta li.post-date {
    color: rgba(255, 255, 255, 0.8);
}

.dz-card.style-4:hover .dz-media img {
    transform: rotate(5deg) scale(1.2);
}

:root {
    --gradient: linear-gradient(to right, rgb(255, 64, 62) 0%, rgb(255, 129, 27) 100%);
    --gradient-sec: linear-gradient(to right, rgb(57, 26, 166) 0%, rgb(6, 163, 245) 100%);
    --primary: #ff4917;
    --secondary: #13212a;
    --primary-hover: #e33100;
    --primary-dark: #7d1b00;
    --rgba-primary-1: rgba(255, 73, 23, 0.1);
    --rgba-primary-2: rgba(255, 73, 23, 0.2);
    --rgba-primary-3: rgba(255, 73, 23, 0.3);
    --rgba-primary-4: rgba(255, 73, 23, 0.4);
    --rgba-primary-5: rgba(255, 73, 23, 0.5);
    --rgba-primary-6: rgba(255, 73, 23, 0.6);
    --rgba-primary-7: rgba(255, 73, 23, 0.7);
    --rgba-primary-8: rgba(255, 73, 23, 0.8);
    --rgba-primary-9: rgba(255, 73, 23, 0.9);
    --font-family-base: Roboto, sans-serif;
    --gray: #f5f5f5;
    --border-radius-base: 6px;
    --font-family-title: Sarabun, sans-serif;
    --title: #212529;
    --quote: url(../images/quote-1.png);
    --quote-2: url(../images/quote-1.png);
}

.banner-three {
    height: 100vh;
    min-height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

.banner-three:after {
    content: "";
    height: 100%;
    width: 65%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+48,fff4f8+82&0+24,1+77 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.45) 48%, #fff6f9 77%, #fff4f8 82%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.45) 48%, #fff6f9 77%, #fff4f8 82%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0) 24%, rgba(255, 255, 255, 0.45) 48%, #fff6f9 77%, #fff4f8 82%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#fff4f8', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.banner-three:before {
    content: "";
    height: 100%;
    width: 35%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff4f8;
}

.banner-three>.container,
.banner-three .banner-inner,
.banner-three .row {
    height: 100%;
}

.banner-three .banner-content {
    position: relative;
}

.banner-three .banner-content .pattern-img {
    position: absolute;
    z-index: -1;
    left: -155px;
    top: -30px;
}

.banner-three .banner-content .sub-title {
    text-transform: uppercase;
    background: #fff;
    border-radius: 30px;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    color: var(--secondary);
    position: relative;
    padding: 5px 20px 5px 45px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 20px;
}

.banner-three .banner-content .sub-title:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: var(--primary);
    box-shadow: 1px 1.732px 5px 0px var(--rgba-primary-4);
}

.banner-three .banner-content h1 {
    font-size: 80px;
    line-height: 1.2;
}

.banner-three .banner-content p {
    font-size: 18px;
}

.banner-three .follow-info {
    position: absolute;
    height: 100%;
    top: 0;
    left: 9%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner-three .follow-info .title {
    writing-mode: tb-rl;
    margin: 0;
    transform: rotate(180deg);
    position: relative;
    padding: 45px 0 0 0px;
    margin-bottom: 8px;
}

.banner-three .follow-info .title:before {
    content: "";
    width: 1px;
    height: 30px;
    background: var(--secondary);
    left: 50%;
    top: 0;
    position: absolute;
}

.banner-three .follow-info ul li a {
    color: var(--secondary);
    font-size: 18px;
    margin: 8px 0;
}

@media only screen and (max-width: 1600px) {
    .banner-three .follow-info {
        left: 5%;
    }
}

@media only screen and (max-width: 1400px) {
    .banner-three .follow-info {
        left: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-three .banner-content h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-three .banner-content h1 {
        font-size: 55px;
    }

    .banner-three .follow-info {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .banner-three .banner-content h1 {
        font-size: 50px;
    }

    .banner-three .banner-content p {
        padding-right: 30px;
    }

    .banner-three:before {
        width: 60%;
    }

    .banner-three:after {
        width: 40%;
    }
}

@media only screen and (max-width: 575px) {
    .banner-three {
        padding-top: 80px;
        min-height: 650px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .banner-three .banner-content .sub-title {
        font-size: 16px;
    }

    .banner-three .banner-content h1 {
        font-size: 40px;
    }

    .banner-three .banner-content p {
        font-size: 16px;
        padding-right: 0px;
    }

    .banner-three:before {
        width: 100%;
    }

    .banner-three:after {
        width: 0%;
    }
}

.list-check-4 li {
    padding: 10px 0px 10px 55px;
    color: var(--title);
    font-weight: 500;
    position: relative;
    font-size: 15px;
    margin-bottom: 20px;
}

.list-check-4 li:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    background-color: #f6f6f6;
    font-size: 18px;
    color: var(--primary);
}

@media only screen and (max-width: 575px) {
    .list-check-4 li {
        margin-bottom: 10px;
    }
}

.contact-user {
    display: flex;
    align-items: center;
}

.contact-user img {
    height: 80px;
    width: 80px;
    min-width: 80px;
    border-radius: 80px;
    border: 5px solid #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(19, 33, 42, 0.1);
    margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
    .contact-user img {
        height: 70px;
        width: 70px;
        min-width: 70px;
    }

    .contact-user .info .num {
        font-size: 22px;
    }
}

.clients-box-1 {
    padding: 30px 0;
}

.clients-box-1 .clients-logo {
    padding: 0 25px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: all 0.5s;
    justify-content: center;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .clients-box-1 {
        padding: 10px 0;
    }
}

.counter-box {
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(19, 33, 42, 0.1);
    border-radius: var(--border-radius-base);
    padding: 30px 30px 0;
}

.counter-style-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-style-3 .counter-num {
    font-size: 65px;
    font-family: var(--font-family-title);
    font-weight: 800;
}

.counter-style-3 .counter-text {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
}

@media only screen and (max-width: 1200px) {
    .counter-style-3 .counter-num {
        font-size: 55px;
    }
}

@media only screen and (max-width: 575px) {
    .counter-style-3 {
        justify-content: start;
    }
}

.btn-app {
    display: inline-block;
    text-align: left;
    padding: 10px 25px 10px 68px;
    margin: 0 10px 10px;
    font-family: var(--font-family-title);
}

.btn-app .icon-cell {
    position: absolute;
    left: 25px;
    top: 50%;
    width: 25px;
    transform: translateY(-50%);
}

.btn-app span {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}

.btn-app h5 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 800;
}

.btn-app.btn-google-play {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.btn-app.btn-google-play .text-black {
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.btn-app.btn-google-play:hover {
    background: var(--secondary);
}

.btn-app.btn-google-play:hover .text-black {
    color: #fff !important;
}

.app-wrapper {
    text-align: center;
    position: relative;
}

.app-wrapper .service-list {
    position: absolute;
    min-height: 280px;
    width: 100%;
    padding: 0 50px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.app-wrapper .service-list .service-box {
    width: 50%;
    padding: 10px 60px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.app-wrapper .service-list .service-box:nth-child(3n + 1),
.app-wrapper .service-list .service-box:nth-child(3n + 5) {
    margin-left: auto;
    justify-content: start;
}

.app-wrapper .service-list .service {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    padding: 10px 30px 10px 68px;
    font-size: 25px;
    font-family: var(--font-family-title);
    color: var(--title);
    font-weight: 900;
    text-align: left;
    min-width: 360px;
    box-shadow: 1px 1.732px 60px 0px rgba(19, 33, 42, 0.1);
}

.app-wrapper .service-list .service:before {
    content: "\f00c";
    position: absolute;
    left: 5px;
    top: 5px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    border-radius: 50px;
    color: #fff;
    background: #43ca87;
    font-family: 'Font Awesome 5 Free';
    font-size: 18px;
}

@media only screen and (max-width: 1200px) {
    .app-wrapper .service-list {
        padding: 0;
    }

    .app-wrapper .service-list .service-box {
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 991px) {
    .app-wrapper .service-list .service-box {
        padding: 10px 10px;
    }

    .app-wrapper .service-list .service {
        font-size: 20px;
        min-width: 300px;
        padding: 10px 20px 10px 58px;
    }

    .app-wrapper .service-list .service:before {
        height: 40px;
        line-height: 40px;
        width: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .app-wrapper .service-list .service-box {
        width: 100%;
    }

    .app-wrapper .service-list .service-box:nth-child(3n + 1),
    .app-wrapper .service-list .service-box:nth-child(3n + 5) {
        margin-left: auto;
        justify-content: end;
    }

    .app-wrapper .service-list .service-box:nth-child(odd) {
        justify-content: start;
    }

    .app-wrapper .service-list .service {
        font-size: 16px;
        min-width: 245px;
        padding: 8px 20px 8px 50px;
    }

    .app-wrapper .service-list .service:before {
        left: 4px;
        top: 4px;
        height: 33px;
        line-height: 33px;
        width: 33px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .app-wrapper img {
        width: 400px;
    }
}

.patter-overlay-1:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/pattern/pattern3.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.team-wrapper {
    height: 100%;
    padding: 60px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    position: relative;
    z-index: 1;
}

.team-wrapper:after {
    z-index: -1;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/pattern/pattern4.png");
    background-repeat: no-repeat;
    background-position: bottom -75px right -40px;
}

@media only screen and (max-width: 1450px) {
    .team-wrapper {
        padding: 60px 60px;
    }
}

@media only screen and (max-width: 575px) {
    .team-wrapper {
        padding: 30px;
    }
}

.team-swiper-3 {
    height: 100%;
}

.team-swiper-3 .dz-team.style-3 {
    height: 100%;
}

.team-swiper-3 .dz-team.style-3 .dz-media {
    height: 100%;
}

.team-swiper-3 .dz-team.style-3 .dz-media img {
    height: 100%;
    object-fit: cover;
}

.dz-social-icon.style-2 li a,
.dz-social-icon.style-3 li a {
    border-radius: var(--border-radius-base);
}

.dz-social-icon.style-3 li a {
    background: var(--rgba-primary-1);
    color: var(--primary);
}

.dz-social-icon.style-3 li a:hover {
    background: var(--primary);
    color: #fff;
}

.dzSubscribe.style-2 .form-control {
    border-radius: var(--border-radius-base) !important;
    z-index: 1;
    padding-right: 60px;
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.dzSubscribe.style-2 .form-control::placeholder {
    color: #aab4ba;
}

.dzSubscribe.style-2 .input-group-addon {
    position: absolute;
    right: 5px;
    top: 5px;
}

.dzSubscribe.style-2 .input-group-addon .btn {
    height: 50px;
    width: 50px;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.dzSubscribe.style-2 .input-group-addon .btn:after {
    content: none;
}

.dzSubscribe.style-2 .input-group-addon .btn i {
    font-size: 22px;
}

.dzSubscribe.style-2 .input-group-addon .btn:hover i {
    -webkit-animation: leftToRight 0.5s forwards;
    -moz-animation: leftToRight 0.5s forwards;
    animation: leftToRight 0.5s forwards;
}

.footer-icon-wraper {
    border: 0;
    border-bottom: 1px solid #43507d;
    border-style: dashed;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.contact-area3 {
    padding: 70px 70px 40px 70px;
    background: #fff;
    box-shadow: 1px 1.732px 60px 0px rgba(19, 33, 42, 0.1);
    border-radius: var(--border-radius-base);
}

.contact-area3 .map-iframe {
    height: 100%;
    min-height: 500px;
}

.contact-area3 .map-iframe iframe {
    min-height: 500px;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .contact-area3 {
        padding: 30px 30px 0 30px;
    }
}

.bt-shape-sec {
    position: relative;
    z-index: 1;
}

.bt-shape-sec:after {
    content: "";
    position: absolute;
    width: 100%;
    background: var(--secondary);
    bottom: 0;
    left: 0;
    height: 170px;
    z-index: -1;
}

.icon-row>div:first-child .icon-bx-wraper {
    margin-right: 15px;
    border-right: 1px solid #e1e1e1;
}

@media only screen and (max-width: 575px) {
    .icon-row>div:first-child .icon-bx-wraper {
        border-right: 0;
    }

    .icon-row>div .icon-bx-wraper img {
        width: 60px;
    }
}

.portfolio-info h5 {
    font-size: 1.125rem;
    font-weight: 700;
}

.portfolio-info.style-1 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.portfolio-info.style-1>div {
    margin-right: 20px;
}

.portfolio-info.style-1>div:last-child {
    margin-right: 0;
}

.error-page .dz_error {
    font-size: 180px;
    font-weight: 700;
    line-height: 150px;
    margin: auto;
    color: var(--primary);
    font-family: var(--font-family-title);
}

@media only screen and (max-width: 991px) {
    .error-page .dz_error {
        font-size: 130px;
        line-height: 1;
    }
}

@media only screen and (max-width: 767px) {
    .error-page .dz_error {
        font-size: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .error-page .dz_error {
        font-size: 60px;
    }
}

/* Support and Buy Button */
.theme-btn {
    background-color: #ffffff;
    border-radius: 40px;
    bottom: 10px;
    color: #ffffff;
    display: flex;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.theme-btn i {
    font-size: 22px;
    line-height: 50px;
}

.theme-btn.bt-support-now {
    background-image: linear-gradient(45deg, #00bfff 8%, #2395c1 100%);
    bottom: 70px;
}

.theme-btn.bt-buy-now {
    background-image: linear-gradient(to right, #61dc6a 0, #2bc911 100%, #61dc6a 200%);
}

.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.theme-btn:focus,
.theme-btn:active,
.theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}

.theme-btn:focus span,
.theme-btn:active span,
.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}

.at-expanding-share-button[data-position="bottom-left"] {
    bottom: 130px !important;
}

.dz-bnr-inr.style-2 {
    text-align: center;
}

.dz-bnr-inr.style-2:after {
    clip-path: unset;
    width: 100%;
    background: var(--gray);
    opacity: .8;
    z-index: -2;
}

.dz-bnr-inr.style-2:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/pattern/pattern1.png");
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

.dz-bnr-inr.style-2 h1 {
    color: var(--title);
}

.dz-bnr-inr.style-2 .breadcrumb-row {
    position: relative;
    left: 0;
    transform: unset;
    bottom: 0;
}

.dz-bnr-inr.style-2 .breadcrumb-row ul {
    padding: 0;
    background: transparent;
}

.dz-bnr-inr.style-2 .breadcrumb-row ul li {
    font-weight: 500;
    color: var(--primary);
}

.dz-bnr-inr.style-2 .breadcrumb-row ul li a {
    color: var(--primary);
}

.dz-bnr-inr.style-2 .breadcrumb-row ul .breadcrumb-item+.breadcrumb-item::before {
    color: var(--title);
    top: 0;
}

.site-header.style-3.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header.style-3.overlay .main-bar {
    box-shadow: none;
    background: transparent;
}

.site-header.style-3 .main-bar {
    background-color: #fff;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
}

.site-header.style-3 .is-fixed .main-bar {
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.site-header.style-3 .is-fixed .main-bar .container {
    box-shadow: none;
}

.site-header.style-3 .navicon {
    border-radius: 30px;
}

@media only screen and (max-width: 575px) {
    .site-header.style-3 .extra-nav {
        display: none;
    }
}

.site-footer.style-3 .footer-top {
    background: var(--secondary);
}

.site-footer.style-3 .footer-bottom {
    background: #050d29;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
}

.site-footer.style-3 .footer-bottom a {
    color: var(--primary);
}

.site-footer.style-3 .widget_services ul {
    margin-top: -.5rem;
}

.site-footer.style-3 .footer-title {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.site-footer.style-3 .widget_services ul li a {
    color: #aab4ba;
}

.site-footer.style-3 .widget_services ul li a:hover {
    color: var(--primary);
}

.site-footer.style-3 .widget_about p {
    color: #aab4ba;
}

.icon-bx-wraper.style-5 {
    border-radius: var(--border-radius-base);
}

.icon-bx-wraper.style-5 .title {
    color: #fff;
}

.icon-bx-wraper.style-5 .front {
    border-radius: var(--border-radius-base);
}

.icon-bx-wraper.style-5 .front:before {
    border-radius: var(--border-radius-base);
}

.icon-bx-wraper.style-5 .back {
    border-radius: var(--border-radius-base);
}

.icon-bx-wraper.style-5 .back:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.icon-bx-wraper.style-5 .badge-top {
    position: absolute;
    background: var(--primary);
    padding: 5px;
    top: 40px;
    left: 0;
    width: 100px;
    text-align: right;
    border-radius: 0 40px 40px 0;
}

.icon-bx-wraper.style-5 .badge-top i {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    color: var(--primary);
}

.icon-bx-wraper.style-5 .btn-link {
    font-weight: 700;
    border-bottom: 3px solid;
}

.icon-bx-wraper.style-6 p {
    color: #aab4ba;
}

.icon-bx-wraper.style-6 .icon-bx-sm {
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: var(--border-radius-base);
}

.icon-bx-wraper.style-6 .icon-bx-sm i {
    font-size: 38px;
}

.section-head.style-2 p {
    font-size: 16px;
    font-weight: 400;
}

.dz-box.style-2 {
    background-color: white;
    box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: var(--border-radius-base);
    padding: 20px 20px;
}

.dz-box.style-2 .dz-media {
    border-radius: var(--border-radius-base);
    overflow: hidden;
}

.dz-box.style-2 .dz-category {
    margin-bottom: 6px;
}

.dz-box.style-2 .dz-category li {
    margin-right: 10px;
}

.dz-box.style-2 .dz-other {
    display: flex;
    margin-bottom: 20px;
}

.dz-box.style-2 .dz-other .votes {
    margin-right: 10px;
    font-size: 15px;
}

.dz-box.style-2 .dz-rating li {
    display: inline-block;
}

.dz-box.style-2 .dz-rating li i {
    font-size: 13px;
    color: #fcc006;
}

.dz-box.style-2 .title {
    font-weight: 800;
}

.dz-box.style-2 .dz-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -20px;
    margin-bottom: 0;
}

.dz-box.style-2 .dz-meta li {
    flex: 1;
    font-size: 15px;
    color: var(--title);
    text-align: center;
    position: relative;
}

.dz-box.style-2 .dz-meta li i {
    margin-right: 5px;
}

.dz-box.style-2 .dz-meta li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: #eee;
}

.dz-box.style-2 .dz-meta li.dz-user img {
    width: 30px;
    border-radius: 50%;
}

.dz-box.style-2 .dz-meta li:last-child:after {
    content: none;
}

.dz-box.style-2 .dz-info {
    padding: 25px 10px 10px 10px;
}

@media only screen and (max-width: 1200px) {
    .dz-box.style-2 .dz-info {
        padding: 25px 0px 10px 0px;
    }
}

.about-bx6 .dz-media {
    padding: 80px 20px 0px 50px;
}

.about-bx6 .dz-media img {
    border-radius: 50%;
}

.about-bx6 .dz-media .ov-img {
    height: 292px;
    width: 292px;
    border: 15px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 575px) {
    .about-bx6 .dz-media {
        padding: 40px 0px 0px 0;
    }

    .about-bx6 .dz-media .ov-img {
        height: 140px;
        width: 140px;
        border-width: 10px;
    }
}

.about-bx8 .dz-media {
    border-radius: 50%;
}

.about-bx8 .dz-media:after {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border: 25px solid #fff;
    height: calc(100% - 60px);
    width: calc(100% - 60px);
    border-radius: inherit;
}

.about-bx9 img {
    border-radius: var(--border-radius-base);
}

.about-bx9 .dz-media {
    padding-right: 100px;
    padding-top: 60px;
}

.about-bx9 .widget {
    position: absolute;
    top: 0;
    right: 0;
}

.about-bx9 .widget ul li {
    color: #fff;
    margin-bottom: 25px;
}

.about-bx9 .widget ul li i {
    color: #fff;
}

.about-bx9 .widget ul li:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
    .about-bx9 .dz-media {
        padding-right: 0px;
        padding-top: 0px;
    }

    .about-bx9 .widget {
        position: relative;
        margin-bottom: 0;
        margin-top: 30px;
    }
}

.testimonial-3 {
    text-align: center;
    padding: 40px 65px;
}

.testimonial-3 .testimonial-name {
    margin-bottom: 0;
}

.testimonial-3 .testimonial-pic {
    border: 0;
    height: 100px;
    width: 100px;
    box-shadow: 1px 1.732px 50px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: rotate(45deg);
    border-radius: var(--border-radius-base);
    margin-bottom: 30px;
}

.testimonial-3 .testimonial-pic img {
    transform: rotate(-45deg) scale(1.35);
}

.testimonial-3 .testimonial-info .info {
    margin-bottom: 20px;
}

.testimonial-3 .testimonial-text {
    font-size: 18px;
}

@media only screen and (max-width: 1200px) {
    .testimonial-3 {
        padding: 35px 35px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-3 .testimonial-pic {
        height: 80px;
        width: 80px;
    }

    .testimonial-3 .testimonial-text {
        font-size: 15px;
    }
}

.testimonial-wrapper-2 {
    padding: 0 130px;
    position: relative;
}

.testimonial-wrapper-2 .btn-next,
.testimonial-wrapper-2 .btn-prev {
    position: absolute;
    background: transparent;
    color: #777777;
    box-shadow: none;
    top: 50%;
    height: auto;
    width: auto;
    line-height: 1;
}

.testimonial-wrapper-2 .btn-next i,
.testimonial-wrapper-2 .btn-prev i {
    font-size: 45px;
}

.testimonial-wrapper-2 .btn-next:hover,
.testimonial-wrapper-2 .btn-prev:hover {
    background: transparent;
    color: var(--primary);
}

.testimonial-wrapper-2 .btn-prev {
    left: 0;
}

.testimonial-wrapper-2 .btn-next {
    right: 0;
}

.testimonial-wrapper-2 .testimonial-swiper-thumb .swiper-slide {
    width: auto;
}

.testimonial-wrapper-2 .testimonial-swiper-thumb .swiper-wrapper {
    justify-content: center;
}

.testimonial-wrapper-2 .testimonial-swiper-thumb .dz-media {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
}

.testimonial-wrapper-2 .testimonial-swiper-thumb .dz-media img {
    object-fit: cover;
}

.testimonial-wrapper-2:after {
    content: "\f11c";
    font-family: 'flaticon';
    color: var(--primary);
    position: absolute;
    top: -80px;
    left: 0;
    line-height: 1;
    font-size: 200px;
    opacity: .15;
}

@media only screen and (max-width: 991px) {
    .testimonial-wrapper-2 {
        padding: 0 70px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-wrapper-2 {
        padding: 0;
    }

    .testimonial-wrapper-2:after {
        top: 0;
        font-size: 130px;
    }

    .testimonial-wrapper-2 .btn-prev {
        left: 0;
        margin: 0;
    }

    .testimonial-wrapper-2 .btn-next {
        right: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-wrapper-2 .testimonial-swiper-thumb .dz-media {
        height: 40px;
        width: 40px;
    }

    .testimonial-wrapper-2 .btn-next i,
    .testimonial-wrapper-2 .btn-prev i {
        font-size: 30px;
    }
}

.pricingtable-wrapper.style-3 {
    padding: 30px 30px;
}

.pricingtable-wrapper.style-3 .pricingtable-inner {
    text-align: left;
}

.pricingtable-wrapper.style-3 .pricingtable-title {
    font-size: 22px;
    font-family: var(--font-family-title);
    color: var(--title);
    font-weight: 800;
}

.pricingtable-wrapper.style-3 .pricingtable-bx {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 20px;
    padding-top: 12px;
}

.pricingtable-wrapper.style-3 .pricingtable-bx .pricingtable-price {
    font-size: 45px;
    color: var(--primary);
    font-weight: 900;
    line-height: 1;
    display: inline-block;
}

.pricingtable-wrapper.style-3 .pricingtable-bx .pricingtable-type {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary);
}

.pricingtable-wrapper.style-3 .pricingtable-features {
    text-align: left;
    padding: 20px 0;
}

.pricingtable-wrapper.style-3 .pricingtable-features li {
    color: #777777;
    padding: 6px 20px 6px 0px;
    position: relative;
}

.pricingtable-wrapper.style-3 .pricingtable-features li:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--primary);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.pricingtable-wrapper.style-3 .pricingtable-features li.disabled {
    color: #aaaaaa;
}

.pricingtable-wrapper.style-3 .pricingtable-features li.disabled:after {
    color: #aaaaaa;
}

.pricingtable-wrapper.style-3:hover,
.pricingtable-wrapper.style-3.active {
    background: var(--primary);
}

.pricingtable-wrapper.style-3:hover .pricingtable-title,
.pricingtable-wrapper.style-3.active .pricingtable-title {
    color: #fff;
}

.pricingtable-wrapper.style-3:hover .pricingtable-bx,
.pricingtable-wrapper.style-3.active .pricingtable-bx {
    border-color: rgba(255, 255, 255, 0.5);
}

.pricingtable-wrapper.style-3:hover .pricingtable-bx .pricingtable-price,
.pricingtable-wrapper.style-3.active .pricingtable-bx .pricingtable-price {
    color: #fff;
}

.pricingtable-wrapper.style-3:hover .pricingtable-bx .pricingtable-type,
.pricingtable-wrapper.style-3.active .pricingtable-bx .pricingtable-type {
    color: #fff;
}

.pricingtable-wrapper.style-3:hover .pricingtable-features li,
.pricingtable-wrapper.style-3.active .pricingtable-features li {
    color: #fff;
}

.pricingtable-wrapper.style-3:hover .pricingtable-features li:after,
.pricingtable-wrapper.style-3.active .pricingtable-features li:after {
    color: #fff;
}

.pricingtable-wrapper.style-3:hover .pricingtable-features li.disabled,
.pricingtable-wrapper.style-3.active .pricingtable-features li.disabled {
    color: rgba(255, 255, 255, 0.5);
}

.pricingtable-wrapper.style-3:hover .pricingtable-features li.disabled:after,
.pricingtable-wrapper.style-3.active .pricingtable-features li.disabled:after {
    color: rgba(255, 255, 255, 0.5);
}

.pricingtable-wrapper.style-3:hover .btn-primary,
.pricingtable-wrapper.style-3.active .btn-primary {
    background: #fff;
    color: var(--primary);
}

.dz-team.style-3 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.dz-team.style-3 .dz-name,
.dz-team.style-3 .dz-name a {
    color: #fff;
    margin-bottom: 2px;
}

.dz-team.style-3 .team-social {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.dz-team.style-3 .team-social li {
    transform: translateX(100px);
}

.dz-team.style-3 .team-social li:nth-child(1) {
    transition: 0.3s;
}

.dz-team.style-3 .team-social li:nth-child(2) {
    transition: 0.6s;
}

.dz-team.style-3 .team-social li:nth-child(3) {
    transition: 0.9s;
}

.dz-team.style-3 .team-social li a {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    background: var(--primary);
    color: #fff;
    border-radius: var(--border-radius-base);
    display: inline-block;
    font-size: 18px;
    margin: 5px 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.dz-team.style-3 .team-social li a:hover {
    background: var(--secondary);
    color: var(--primary);
}

.dz-team.style-3 .dz-position {
    color: var(--primary);
    margin-bottom: 0;
}

.dz-team.style-3 .dz-content {
    transform: translateY(100px);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.dz-team.style-3 .dz-content:after {
    content: "";
    background-image: -moz-linear-gradient(90deg, #061034 0%, rgba(6, 16, 52, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #061034 0%, rgba(6, 16, 52, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #061034 0%, rgba(6, 16, 52, 0) 100%);
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.dz-team.style-3:hover .dz-content {
    transform: translateY(0px);
    opacity: 1;
}

.dz-team.style-3:hover .team-social li {
    transform: translateX(0px);
}

.dz-card.style-5 {
    border-radius: var(--border-radius-base);
    overflow: hidden;
    background: #fff;
    border: 1px solid #777777;
}

.dz-card.style-5 .dz-media {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.dz-card.style-5 .dz-media img {
    height: 100%;
    object-fit: cover;
}

.dz-card.style-5 .dz-meta ul {
    display: flex;
    align-items: end;
}

.dz-card.style-5 .dz-meta li.post-date {
    background: transparent;
    padding: 0;
    font-family: var(--font-family-title);
    line-height: 1.3;
    font-size: 25px;
    font-weight: 800;
    margin-right: 12px;
    padding-right: 12px;
    position: relative;
    color: #777777;
}

.dz-card.style-5 .dz-meta li.post-date:after {
    content: "";
    position: absolute;
    right: 0;
    width: 2px;
    height: 45px;
    background: #d7d7d7;
    bottom: 8px;
}

.dz-card.style-5 .dz-meta li.post-catagory {
    margin-bottom: 3px;
}

.dz-card.style-5 .dz-meta li.post-catagory a {
    color: var(--primary);
    font-weight: 400;
}

.dz-card.style-5 .dz-meta li.post-author {
    flex: 1;
    text-align: right;
}

.dz-card.style-5 .dz-info {
    padding: 40px 40px;
    border: 1px solid #777777;
    border-radius: var(--border-radius-base);
}

.dz-card.style-5 .dz-info p {
    margin-bottom: 70px;
}

.dz-card.style-5 .dz-info .link-icon {
    color: var(--primary);
}

@media only screen and (max-width: 991px) {
    .dz-card.style-5 .dz-info {
        padding: 30px 30px;
    }
}

.dz-card.style-5 .dz-info {
    position: relative;
    z-index: 1;
    border: 0;
}

.dz-card.style-5 .dz-info:after {
    content: "";
    border-radius: inherit;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: var(--secondary);
    z-index: -1;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.dz-card.style-5:hover .dz-media {
    opacity: 1;
}

.dz-card.style-5:hover .dz-media+.dz-info:after {
    opacity: .5;
}

.dz-card.style-5:hover .dz-media+.dz-info p {
    color: rgba(255, 255, 255, 0.8);
}

.dz-card.style-5:hover .dz-media+.dz-info .link-icon {
    color: #fff;
}

.dz-card.style-5:hover .dz-media+.dz-info .dz-title,
.dz-card.style-5:hover .dz-media+.dz-info .dz-title a {
    color: #fff;
}

.dz-card.style-5:hover .dz-media+.dz-info .dz-meta li.post-date,
.dz-card.style-5:hover .dz-media+.dz-info .dz-meta li.post-catagory a {
    color: #fff;
}

.dz-card.style-5.gradient-overlay {
    border: 0;
}

.dz-card.style-5.gradient-overlay .dz-media {
    opacity: 1;
}

.dz-card.style-5.gradient-overlay .dz-media+.dz-info {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.dz-card.style-5.gradient-overlay .dz-media+.dz-info:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.12) 23%, rgba(0, 0, 0, 0.24) 37%, rgba(0, 0, 0, 0.77) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.12) 23%, rgba(0, 0, 0, 0.24) 37%, rgba(0, 0, 0, 0.77) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.12) 23%, rgba(0, 0, 0, 0.24) 37%, rgba(0, 0, 0, 0.77) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f000000', endColorstr='#c4000000', GradientType=0);
    /* IE6-9 */
    opacity: 1;
}

.dz-card.style-5.gradient-overlay .dz-title,
.dz-card.style-5.gradient-overlay .dz-title a {
    color: #fff;
}

.dz-card.style-5.gradient-overlay .dz-meta li.post-date,
.dz-card.style-5.gradient-overlay .dz-meta li.post-catagory a {
    color: #fff;
}

.dz-card.style-5.blog-single {
    border: 0;
}

.dz-card.style-5.blog-single .dz-media {
    opacity: 1;
    position: relative;
    border-radius: var(--border-radius-base);
}

.dz-card.style-5.blog-single .dz-info {
    padding: 0;
    border: 0;
}

.dz-card.style-5.blog-single p {
    margin-bottom: 30px;
}


