/* --------- Home2 Style --------- */
:root {
    --bg-color: #151515;
    --theme-color: #000;
    --main-color: #d0ff71;
}

/* --------------- Menu --------------- */
.navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px;
}

/* --------------- header --------------- */
.header-ds {
    background-image: url(../imgs/header-bg.png);
    background-size: cover;
    background-position: bottom;
    background-color: #fff;
}

.header-ds .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 180px 0 80px;
    min-height: 800px;
}

.header-ds .caption h1 {
    font-size: 96px;
    line-height: 96px;
    font-weight: 600;
}

.header-ds .caption h1 span {
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
}

.header-ds .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #151515;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 50%;
    font-size: 16px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.header-ds .social-icon a:hover {
    color: #fff;
    background: transparent;
}

.header-ds .numb {
    padding-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-ds .numb > div {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

.header-ds .numb h2 {
    font-size: 96px;
    line-height: 96px;
    font-weight: 400;
    margin-bottom: 10px;
}

.header-ds .numb span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* --------------- About --------------- */
.intro-ds {
    background-image: url(../imgs/about-bg.png);
    background-size: cover;
    background-position: top;
    position: relative;
}

.intro-ds .container {
    position: relative;
    margin-top: -1px;
    z-index: 3;
}

.intro-ds .container .box {
    padding: 60px 80px;
    background: #fff;
    border-radius: 15px 15px 0 0;
    position: relative;
    z-index: 2;
}

.intro-ds .container .layers {
    position: absolute;
    top: -10px;
    left: 40px;
    right: 40px;
    bottom: 5px;
    background: #fff;
    border-radius: 15px;
    opacity: .7;
    z-index: -1;
}

.intro-ds .container .layers:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 20px;
    right: 20px;
    bottom: 5px;
    background: #fff;
    border-radius: 15px;
    opacity: .7;
    z-index: -1;
}

.intro-ds .comit .item h6 {
    font-size: 20px;
    line-height: 28px;
}

.intro-ds .founders .imgs .img {
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
}

.intro-ds .founders .imgs .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.intro-ds .founders .imgs .img.img2 {
    margin-left: -15px;
    position: relative;
    z-index: -1;
}

.intro-ds .founders p {
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    margin-left: 10px;
}

.intro-ds p {
    color: #000;
}

/* --------------- Services --------------- */
.services-ds .item {
    padding: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services-ds .item:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-ds .item .title h2 {
    font-size: 128px;
    line-height: 128px;
    letter-spacing: -4px;
}

.services-ds .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: 150px;
}

.services-ds .item .icon img {
    width: 30px;
}

.services-ds .item .title {
    position: relative;
    margin-bottom: -70px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services-ds .item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.services-ds .item:hover .title {
    margin-bottom: 0;
    color: var(--main-color);
}

/* --------------- Works --------------- */
.works-ds {
    overflow: hidden;
}

.works-ds .work-box {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0);
}

.works-ds .swiper-container {
    overflow: visible;
}

.works-ds .swiper-slide {
    width: 75%;
}

.works-ds .sec-head .butn.butn-bord {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.works-ds .sec-head .butn.butn-bord:hover {
    background: var(--main-color);
    color: #fff;
}

.works-ds .item:hover .cont h4 {
    color: var(--main-color);
}

.works-ds .item .img {
    border-radius: 15px;
    overflow: hidden;
}

.works-ds .item .cont {
    margin-top: 40px;
}

.works-ds .item .cont span {
    font-size: 14px;
}

.works-ds .swiper-wrapper {
    padding-bottom: 60px;
}

.works-ds .swiper-pagination {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    padding: 2px 25px 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}

.works-ds .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--main-color);
}

/* --------------- Clients --------------- */
.brand-ds .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-ds .item:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.brand-ds .item .text-center {
    width: 100%;
}

.brand-ds .item .img {
    width: 50px;
    margin: auto;
    opacity: .25;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.brand-ds .item p {
    margin-top: 30px;
}

.brand-ds .item:nth-of-type(3) .img,
.brand-ds .item:nth-of-type(4) .img {
    width: 70px;
}

.brand-ds .item:hover {
    z-index: 4;
}

.brand-ds .item:hover:after {
    border-color: var(--main-color);
}

.brand-ds .item:hover .img {
    opacity: 1;
}

.clients-ds .item {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 80px;
    height: 100%;
    padding: 50px 30px;
}

.clients-ds .item .text-center {
    width: 100%;
}

.clients-ds .item .img {
    max-width: 100px;
    margin: auto;
}

.clients-ds .item p {
    margin-top: 30px;
}

/* --------------- Testimonials --------------- */
.testimonials-ds .qoute-icon {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.testimonials-ds .qoute-icon .text {
    width: 240px;
}

.testimonials-ds .qoute-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
}

.testimonials-ds .item .info .img-author {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-ds .item .info .info-text {
    padding-left: 20px;
}

.testimonials-ds .item .info .info-text p {
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 5px;
}

.testimonials-ds .swiper {
    position: relative;
}

.testimonials-ds .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    background: #BBBBBB;
}

.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color);
}

/* --------------- Pricing --------------- */
.pricing-ds .bg-gray {
    background: rgba(255, 255, 255, 0.1);
}

.pricing-ds .pricing-tabsHead .price-radios {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 7px;
    border-radius: 50px;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check {
    margin: 0;
    padding: 0;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-label {
    background-color: transparent;
    font-size: 14px;
    border-radius: 30px;
    padding: 10px 15px;
    text-transform: capitalize;
    cursor: pointer;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-label small {
    color: #000;
    background: #fff;
    padding: 1px 5px;
    font-size: 10px;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-input {
    display: none;
}

.pricing-ds .pricing-tabsHead .price-radios .form-check .form-check-input:checked ~ .form-check-label {
    background-color: var(--main-color);
}

.pricing-ds .content {
    min-width: 800px;
    margin-top: 50px;
}

.pricing-ds .content .price-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.pricing-ds .content .price-head .price-headTitle {
    width: 34%;
}

.pricing-ds .content .price-head .price-headItem {
    position: relative;
    width: 22%;
    text-align: center;
    padding: 30px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.pricing-ds .content .price-head .price-headItem .label {
    position: absolute;
    top: -60px;
    right: -15px;
    z-index: 5;
    width: 160px;
}

.pricing-ds .content .price-head .price-headItem h6 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.pricing-ds .content .price-head .price-headItem h2 {
    font-size: 40px;
    letter-spacing: normal;
    margin-bottom: 15px;
}

.pricing-ds .content .price-head .price-headItem h2 span {
    font-size: 18px;
    color: #999;
    font-weight: 400;
}

.pricing-ds .content .price-head .price-headItem p {
    font-size: 13px;
    color: #bbb;
    line-height: 1.5;
}

.pricing-ds .content .price-body .price-bodyItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.pricing-ds .content .price-body .price-bodyItems:last-of-type {
    border: 0;
}

.pricing-ds .content .price-body .price-bodyItems .price-bodyTitle {
    width: 34%;
    padding: 15px 0;
    font-size: 14px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
}

.pricing-ds .content .price-body .price-bodyItems .price-bodyTitle i {
    font-size: 11px;
    color: #999;
    margin: 0 3px;
}

.pricing-ds .content .price-body .price-bodyItems .price-item {
    width: 22%;
    padding: 15px 0;
    text-align: center;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
}

.pricing-ds .content .price-body .price-bodyItems .price-item i {
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #2AA20C;
    font-size: 13px;
}

.pricing-ds .content .price-body .price-bodyItems .price-item span {
    font-size: 14px;
}

.pricing-ds .content .price-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.pricing-ds .content .price-foot .price-footTitle {
    width: 34%;
}

.pricing-ds .content .price-foot .price-foot-item {
    width: 22%;
    text-align: center;
    padding: 30px 0 50px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.pricing-ds .monthly_price {
    display: none;
}

.pricing-ds .botm {
    font-size: 14px;
    text-align: center;
}

.pricing-ds .botm a {
    color: var(--main-color);
    text-decoration: underline;
    margin-left: 15px;
}

/* --------------- FAQS --------------- */
.faqs-ds .accordion-item {
    background: var(--bg-color);
    border-radius: 10px;
    border: 0;
    margin-bottom: 5px;
}

.faqs-ds .accordion-item.active {
    background: var(--main-color);
}

.faqs-ds .accordion-item .accordion-header {
    background: transparent;
}

.faqs-ds .accordion-item .accordion-header button {
    background: transparent;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    padding: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.faqs-ds .accordion-item .accordion-header button:after {
    background-image: url(../imgs/pricing/plus-solid.svg);
    -webkit-filter: invert(1);
    filter: invert(1);
}

.faqs-ds .accordion-item .accordion-header button:not(.collapsed):after {
    background-image: url(../imgs/pricing/minus-solid.svg);
}

.faqs-ds .accordion-item .accordion-body {
    padding: 0;
    padding: 0px 100px 30px 30px;
}

.faqs-ds .accordion-item .accordion-body p {
    font-size: 14px;
}

/* --------------- FAQS --------------- */
.team-ds .item {
    text-align: center;
    margin-bottom: 60px;
}

.team-ds .item:hover .img {
    border-color: var(--main-color);
}

.team-ds .item:hover .cont h6 {
    color: var(--main-color);
}

.team-ds .item .img,
.team-ds .item .numb {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--bg-color);
    margin: auto;
}

.team-ds .item .img img,
.team-ds .item .numb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.team-ds .item .img {
    border: 2px solid transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.team-ds .item .numb {
    line-height: 220px;
}

.team-ds .item .numb h3 {
    line-height: 220px;
}

.team-ds .item .cont {
    margin-top: 15px;
}

.team-ds .item .cont h6 {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.team-ds .item .cont span {
    color: #bbb;
    font-size: 14px;
    margin-top: 5px;
}

.team-ds .item .cont span a {
    color: var(--main-color);
    text-decoration: underline;
}

/* --------------- Blogs --------------- */
.blog-ds {
    background: var(--bg-color);
}

.blog-ds .item .info {
    font-size: 14px;
}

.blog-ds .item .info .date {
    color: #808080;
}

.blog-ds .item .info .dash {
    color: #808080;
    margin: 0 15px;
}

.blog-ds .item .img {
    position: relative;
    height: 300px;
}

.blog-ds .item .img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}

.blog-ds .item .img .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: var(--main-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.blog-ds .item .img .icon img {
    width: 22px;
}

.blog-ds .item:hover .img .icon {
    opacity: 1;
    visibility: visible;
}

/* --------------- footer --------------- */
.footer-ds {
    border-color: rgba(255, 255, 255, 0.3);
}

.footer-ds .subscribe .form-group {
    margin: 60px 0 15px;
    position: relative;
}

.footer-ds .subscribe .form-group label {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-ds .subscribe .form-group input {
    padding: 20px 50px 20px 20px;
    background: var(--bg-color);
    border: 0;
    border-radius: 5px;
    width: 100%;
    color: #fff;
}

.footer-ds .subscribe .form-group button {
    background: transparent;
    border: 0;
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 25px;
}

.footer-ds .subscribe span {
    color: #808080;
    font-size: 13px;
}

.footer-ds .subscribe span a {
    color: #fff;
    text-decoration: underline;
}

.footer-ds .contact-info .item h6 {
    margin-bottom: 15px;
}

.footer-ds .contact-info .item p {
    font-size: 14px;
    margin-top: 5px;
}

.footer-ds .sub-footer .copy .logo {
    width: 25px;
}

.footer-ds .sub-footer .copy p {
    font-size: 14px;
}

.footer-ds .sub-footer .copy p a {
    color: #fff;
}

.footer-ds .sub-footer .links {
    width: 100%;
}

.footer-ds .sub-footer .links a {
    font-size: 14px;
}

.footer-ds .sub-footer .links .active {
    color: #fff;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0;
}

h1 {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -3px;
}

h2 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -3px;
}

h3 {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -2px;
}

h4 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -2px;
}

h5 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
}

h6 {
    font-size: 24px;
    line-height: 32px;
}

.sub-head {
    font-size: 20px;
    line-height: 28px;
}

p {
    color: #bbb;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.sec-head h2 {
    font-size: 65px;
    line-height: 65px;
}

.sec-head h2 span {
    color: var(--main-color);
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-weight: 400;
}

.loader-wrap svg {
    fill: #1d1d1d;
}

.butn.butn-bord {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.butn.butn-bord:hover {
    background: var(--main-color);
    color: #fff;
}

.butn.butn-bg {
    background: var(--main-color);
    border: 1px solid transparent;
    color: #fff;
}

.butn.butn-bg:hover {
    background: transparent;
    border-color: var(--main-color);
    color: inherit;
}

.icon.invert img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.butn .icon {
    width: 18px;
}

.butn:hover .icon.invert img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.box-light {
    background-color: #fff;
    color: #000;
}

.box-dark .box {
    background: var(--bg-color);
    border-radius: 15px;
    padding: 100px 80px;
    position: relative;
}

.box-dark .box .layers {
    position: absolute;
    top: 5px;
    left: 30px;
    right: 30px;
    bottom: -10px;
    background: var(--bg-color);
    border-radius: 15px;
    opacity: .7;
    z-index: -1;
}

.box-dark .box .layers:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 20px;
    right: 20px;
    bottom: -10px;
    background: var(--bg-color);
    border-radius: 15px;
    opacity: .7;
    z-index: -1;
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
    .header-ds .caption {
        text-align: center;
    }

    .header-ds .text {
        text-align: center;
    }

    .header-ds .text p {
        width: 80%;
        margin: auto;
    }

    .services-ds .item .title h2 {
        font-size: 80px;
        line-height: 1.2;
    }

    .pricing-ds .sec-head .d-flex {
        display: block !important;
    }

    .pricing-ds .sec-head .d-flex .ml-auto {
        margin-top: 30px;
    }

    .pricing-ds .content .price-foot .price-foot-item .butn span:first-of-type {
        display: block !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 768px) {
    .sec-head {
        display: block !important;
    }

    .sec-head h2 {
        font-size: 40px;
        line-height: 1.2;
    }

    .sec-head .butn {
        margin-top: 15px;
    }

    .header-ds .caption h1,
    .header-ds .numb h2 {
        font-size: 60px;
        line-height: 1.2;
    }

    .header-ds .numb {
        display: block !important;
    }

    .header-ds .numb > div {
        display: block;
        width: 100%;
    }

    .header-ds .numb .ml-auto {
        margin: 30px 0 0 0 !important;
    }

    .header-ds .numb span br {
        display: none;
    }

    .intro-ds .comit .item {
        text-align: center;
        margin-bottom: 10px;
    }

    .intro-ds .comit .text-right {
        text-align: center !important;
    }

    .intro-ds .container .box {
        padding: 60px 15px;
    }

    .brand-ds .item:after {
        left: 0;
        right: 0;
    }

    .works-ds .item .cont h4 {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: normal;
    }

    .services-ds .item {
        display: block !important;
    }

    .services-ds .item .title {
        margin-bottom: 0;
    }

    .services-ds .item .title h2 {
        font-size: 45px;
        margin-bottom: 10px;
    }

    .services-ds .item .icon {
        margin-left: 15px;
    }

    .box-dark .box {
        padding: 100px 15px;
    }

    .testimonials-ds .qoute-icon .text {
        width: 180px;
    }

    .testimonials-ds .qoute-icon .icon {
        width: 80px;
    }

    .testimonials-ds .item h4 {
        font-size: 25px;
        letter-spacing: normal;
    }

    .faqs-ds .accordion-item .accordion-header button {
        font-size: 17px;
        line-height: 1.4;
    }

    .pricing-ds .content .price-head .price-headItem h2 {
        font-size: 24px;
    }
}

/* --------------- Home1 Style --------------- */
:root {
    --bg-color: #212121;
    --theme-color: #151515;
}

/* --------------- Menu --------------- */
.navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px;
}

/* --------------- header --------------- */
.header-sa {
    min-height: 110vh;
    padding: 40px 0 40px;
    position: relative;
    overflow: hidden !important;
    z-index: 3;
}

.header-sa .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    background-image: url(https://dfxlu245szlu6.cloudfront.net/imgs/header/g-back.png);
    background-size: cover;
    z-index: -1;
}

.header-sa .background:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20vw;
    width: 70vw;
    bottom: 0;
    background: #010105;
    pointer-events: none;
    border-radius: 50%;
    -webkit-filter: blur(200px);
    filter: blur(200px);
    opacity: .7;
}

.header-sa .background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://dfxlu245szlu6.cloudfront.net/imgs/header/Grid.png);
    background-size: contain;
    background-repeat: repeat;
    z-index: -1;
    pointer-events: none;
    opacity: .15;
}

.header-sa .caption h1 {
    font-size: 96px;
    line-height: 96px;
    letter-spacing: -4px;
}

.header-sa .caption .text {
    margin-top: 120px;
}

.header-sa .imgs {
    position: relative;
}

.header-sa .imgs .cube img {
    position: relative;
    width: 120%;
    right: -100px;
    bottom: -100px;
}

.header-sa .imgs .circle {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
}

.header-sa .imgs .circle:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    z-index: -1;
}

/* --------------- Services --------------- */
.services-sa .item {
    background: var(--bg-color);
    padding: 15px;
    border-radius: 20px;
}

.services-sa .item .cont {
    padding: 15px;
}

.services-sa .item .cont .icon {
    width: 52px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.services-sa .item .cont .icon img {
    width: 25px;
}

.services-sa .item .cont .icon.invert img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.services-sa .item .cont .text {
    margin-top: 100px;
    margin-bottom: 20px;
}

.services-sa .item .cont .text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.marq-sa {
    overflow: hidden !important;
}

.marq-sa .item {
    padding: 0 80px !important;
    position: relative;
}

.marq-sa .item:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.marq-sa .item h2 {
    white-space: nowrap;
    font-size: 96px;
    line-height: 120px;
    letter-spacing: -4px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(transparent));
    background: -webkit-linear-gradient(left, #fff, transparent);
    background: -o-linear-gradient(left, #fff, transparent);
    background: linear-gradient(to right, #fff, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* --------------- Works --------------- */
.work-card .card-item {
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    background: var(--bg-color);
}

.work-card .card-item .cont {
    height: 100%;
    padding: 40px 80px 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.work-card .card-item .cont .tag {
    font-size: 12px;
    line-height: 1;
    padding: 7px 12px;
    margin-right: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}

.work-card .card-item .cont p {
    font-size: 14px;
    line-height: 20px;
}

.work-card .card-item .img {
    padding: 20px;
}

.work-card .card-item .img img {
    border-radius: 15px;
}

/* --------------- Clients --------------- */
.clients-sa .item {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    text-align: center;
}

.clients-sa .item .img {
    width: 100px;
}

.clients-sa .item .cont .icon {
    width: 40px;
    margin: 0 auto 10px;
}

.clients-sa .item .cont span {
    font-size: 14px;
    line-height: 20px;
}

/* --------------- Testimonials --------------- */
.testimonials-sa {
    position: relative;
    overflow: hidden;
}

.testimonials-sa:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../imgs/testim/mesh-gradient.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    opacity: .5;
    z-index: 2;
}

.testimonials-sa .gl-rate {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 60px;
    padding: 10px 20px;
}

.testimonials-sa .gl-rate .icon {
    width: 35px;
}

.testimonials-sa .gl-rate .cont {
    padding-left: 30px;
}

.testimonials-sa .gl-rate .cont h6 {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
}

.testimonials-sa .gl-rate .cont .stars {
    font-size: 13px;
    color: #EF2B10;
    margin-left: 10px;
}

.testimonials-sa .gl-rate .cont p {
    font-size: 12px;
    opacity: .7;
    margin-top: 2px;
}

.testimonials-sa .swiper-slide {
    height: auto;
}

.testimonials-sa .item {
    background: var(--bg-color);
    padding: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.testimonials-sa .item .rate h5 {
    font-size: 16px;
}

.testimonials-sa .item .rate .stars {
    font-size: 13px;
    color: #EF2B10;
    margin-left: 10px;
}

.testimonials-sa .item .info .img-author {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-sa .item .info .info-text {
    padding-left: 15px;
}

.testimonials-sa .item .info .info-text p {
    font-size: 14px;
    opacity: .7;
}

/* --------------- Awards --------------- */
.awards-sa .item-title {
    padding: 0 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.awards-sa .item-title > div {
    padding: 0;
}

.awards-sa .item-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .7;
}

.awards-sa .item-line {
    padding: 25px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

.awards-sa .item-line > div {
    padding: 0;
}

.awards-sa .item-line > div:last-of-type {
    text-align: right;
}

.awards-sa .item-line:hover:after {
    height: 100%;
}

.awards-sa .item-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.awards-sa .item-line .honors h6 {
    font-size: 14px;
}

.awards-sa .item-line .project-date span {
    font-size: 14px;
    opacity: .7;
}

/* --------------- Blogs --------------- */
.blog-sa .item .img {
    height: 470px;
    border-radius: 15px;
}

.blog-sa .item .cont .info a {
    font-size: 14px;
}

.blog-sa .item .cont .info .date {
    opacity: .5;
    margin-left: 5px;
}

/* --------------- Contact --------------- */
.contact-sa .box {
    padding: 120px 60px;
    background-image: url(../imgs/gr-back.png);
    background-size: cover;
    background-position: center center;
    border-radius: 30px;
    overflow: hidden;
}

.contact-sa .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.contact-sa .contact-form label {
    font-size: 14px;
    margin-bottom: 5px;
}

.contact-sa .contact-form label .star {
    color: red;
    padding-left: 5px;
}

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
    color: #fff;
    background: transparent;
    width: 100%;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
}

.contact-sa .contact-form button {
    background: transparent;
    color: #fff;
}

/* --------------- footer --------------- */
.footer-sa {
    background: var(--bg-color);
}

.footer-sa .logo {
    width: 160px;
}

.footer-sa .contact-info .item {
    margin-bottom: 50px;
}

.footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-sa .contact-info .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.footer-sa .contact-info .social-icon a:hover {
    border-color: #fff;
}

.footer-sa .sub-footer .copy p {
    font-size: 14px;
}

.footer-sa .sub-footer .copy p a {
    color: #fff;
}

.footer-sa .sub-footer .links {
    width: 100%;
}

.footer-sa .sub-footer .links a {
    font-size: 14px;
}

.footer-sa .sub-footer .links .active {
    color: #fff;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}

h1 {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -3px;
}

h2 {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -3px;
}

h3 {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -2px;
}

h4 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -2px;
}

h5 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1px;
}

h6 {
    font-size: 24px;
    line-height: 32px;
}

.sub-color {
    color: #808080;
}

.sub-head {
    font-size: 20px;
    line-height: 28px;
}

p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.sec-head .sub-head {
    position: relative;
    padding-left: 25px;
}

.sec-head .sub-head:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.loader-wrap svg {
    fill: #1d1d1d;
}

.butn.butn-bord {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.butn.butn-bord:hover {
    background: #fff;
    color: #212121;
}

.icon.invert img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.butn .icon {
    width: 18px;
}

.butn:hover .icon.invert img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
    .sec-head .sub-head {
        margin-bottom: 30px !important;
    }

    .header-sa {
        padding: 120px 0 320px;
        min-height: auto;
        position: relative;
    }

    .header-sa .caption {
        position: relative;
        z-index: 4;
    }

    .header-sa .caption .text {
        margin-top: 40px;
        width: 80%;
    }

    .header-sa .imgs {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
    }

    .header-sa .imgs .circle {
        width: 250px;
        top: 60%;
    }

    .marq-sa .item h2 {
        font-size: 70px;
        line-height: 1.4;
        -webkit-text-fill-color: #fff;
        background: transparent;
    }
}

@media screen and (max-width: 768px) {
    .header-sa .caption h1 {
        font-size: 50px;
        line-height: 1.4;
    }

    .header-sa .imgs {
        width: 60%;
        -webkit-transform: translateY(70%);
        -ms-transform: translateY(70%);
        transform: translateY(70%);
    }

    .header-sa .imgs .cube img {
        right: -30px;
    }

    .header-sa .imgs .circle {
        width: 200px;
    }

    .contact-sa .box {
        padding: 120px 40px;
    }
}

/* --------------- Home7 Style --------------- */
:root {
    --bg-color: #18191b;
    --theme-color: #0e0f11;
    --main-color: #d0ff71;
}

/* --------------- Menu --------------- */
.navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px;
}

/* --------------- header --------------- */
.header-dm .caption {
    position: relative;
    z-index: 3;
}

.header-dm .imgs-cube {
    position: relative;
}

.header-dm .imgs-cube .imgs {
    position: absolute;
    top: 50px;
    right: -100px;
}

.header-dm .imgs-cube .imgs .circle {
    width: 200px;
    position: relative;
    z-index: 4;
}

.header-dm .imgs-cube .imgs .circle:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.01);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    z-index: -1;
}

.header-dm .mimg {
    position: absolute;
    top: -30px;
    bottom: 0;
    right: 0;
    width: 50%;
}

.header-dm .mimg img {
    border-radius: 0 30px 30px 0;
}

.header-dm .mimg .shaps.top {
    background: var(--theme-color);
    border-radius: 0 0 30px 0;
    width: 45%;
    height: 150px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.header-dm .mimg .shaps.top .shap-right-top {
    position: absolute;
    top: 0;
    right: -2.05rem;
}

.header-dm .mimg .shaps.top .shap-right-top svg {
    width: 2.1rem;
    height: 2.1rem;
}

.header-dm .mimg .shaps.top .shap-left-bottom {
    position: absolute;
    bottom: -2.05rem;
    left: -1px;
}

.header-dm .mimg .shaps.top .shap-left-bottom svg {
    width: 2.1rem;
    height: 2.1rem;
}

.header-dm .mimg .text {
    background: var(--theme-color);
    border-radius: 0 30px 0 0;
    padding: 30px 30px 0 0;
    position: absolute;
    bottom: -1px;
    left: -1px;
    text-align: right;
}

.header-dm .mimg .text .shap-left-top {
    position: absolute;
    left: 0;
    top: -2.05rem;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.header-dm .mimg .text .shap-left-top svg {
    width: 2.1rem;
    height: 2.1rem;
}

.header-dm .mimg .text .shap-right-bottom {
    position: absolute;
    right: -2.05rem;
    bottom: -1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.header-dm .mimg .text .shap-right-bottom svg {
    width: 2.1rem;
    height: 2.1rem;
}

/* --------------- Awards --------------- */
.intro-vid .bg-img {
    height: 580px;
    border-radius: 30px;
    margin-top: -140px;
    position: relative;
}

.intro-vid .bg-img .states {
    position: absolute;
    top: -120px;
    left: 30px;
    background: var(--theme-color);
    padding: 60px 40px;
    border-radius: 30%;
    max-width: 300px;
    z-index: 3;
}

.intro-vid .bg-img .states .imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.intro-vid .bg-img .states .imgs .img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 2px solid var(--bg-color);
}

.intro-vid .bg-img .states .imgs .icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--main-color);
    text-align: center;
    line-height: 40px;
    margin-left: -10px;
    z-index: -1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.intro-vid .bg-img .states .imgs .icon img {
    width: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.intro-vid .bg-img .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.intro-vid .bg-img .play-button a {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.1);
}

/* --------------- Works --------------- */
.works-dm .sec-head {
    padding-left: 100px;
}

.works-dm .item {
    margin-top: 80px;
}

.works-dm .item:hover .img .tags {
    opacity: 1;
}

.works-dm .item .img {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}

.works-dm .item .img .tags {
    position: absolute;
    bottom: 15px;
    left: 20px;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.works-dm .item .img .tags a {
    padding: 7px 15px;
    background: #fff;
    border-radius: 30px;
    color: var(--theme-color);
    font-size: 14px;
    margin: 0 -5px;
}

.works-dm .item .img .tags a:hover {
    background: var(--main-color);
}

.works-dm .item .img .tags.colorful a {
    background: var(--main-color);
}

.works-dm .item .info {
    font-size: 14px;
}

.works-dm .item .info .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: 0 10px;
}

/* --------------- Services --------------- */
.services-dm {
    position: relative;
    z-index: 3;
}

.services-dm .img-patern {
    position: absolute;
    bottom: 10%;
    left: -15%;
    width: 30%;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .07;
    z-index: -1;
}

.services-dm .item {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services-dm .item:last-of-type {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.services-dm .item .title h2 {
    font-size: 100px;
    letter-spacing: -4px;
}

.services-dm .item p {
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services-dm .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-left: 150px;
}

.services-dm .item .icon img {
    width: 30px;
}

.services-dm .item:hover .title {
    margin-bottom: 0;
    color: var(--main-color);
}

.services-dm .item:hover p {
    opacity: 1;
}

.numbers-dm .item h2 {
    font-size: 120px;
    font-weight: 200;
}

.numbers-dm .item h2 span {
    font-size: 50px;
}

.numbers-dm .item h6 {
    font-size: 18px;
}

/* --------------- Clients --------------- */
.clients-dm {
    position: relative;
}

.clients-dm:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 200px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    z-index: 3;
}

.clients-dm:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    width: 200px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.clients-dm .item {
    margin: 0 80px;
}

.clients-dm .item img {
    width: 140px;
}

/* --------------- Testimonials --------------- */
.testimonials-dm {
    overflow: hidden !important;
}

.testimonials-dm .sec-head .states h6 {
    font-size: 16px;
}

.testimonials-dm .sec-head .states h6 i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    background: #1a1b1e;
    margin-right: 5px;
}

.testimonials-dm .swiper {
    -webkit-clip-path: inset(-100vw -100vw -100vw 0);
    clip-path: inset(-100vw -100vw -100vw 0);
    overflow: visible;
}

.testimonials-dm .swiper-wrapper {
    padding-bottom: 140px;
}

.testimonials-dm .item {
    padding: 40px 30px;
    border-radius: 15px;
    background: var(--bg-color);
}

.testimonials-dm .item .fit-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonials-dm .item span.sub-color {
    font-size: 16px;
}

.testimonials-dm .item .stars {
    color: var(--main-color);
    font-size: 13px;
}

.testimonials-dm .swiper-pagination {
    position: absolute;
    bottom: 0;
    top: auto;
    background: rgba(255, 255, 255, 0.08);
    height: 2px;
}

.testimonials-dm .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
}

/* --------------- Awards --------------- */
.awards-sa .item-title {
    padding: 0 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.awards-sa .item-title > div {
    padding: 0;
}

.awards-sa .item-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .7;
}

.awards-sa .item-line {
    padding: 25px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

.awards-sa .item-line > div {
    padding: 0;
}

.awards-sa .item-line > div:last-of-type {
    text-align: right;
}

.awards-sa .item-line:hover:after {
    height: 100%;
}

.awards-sa .item-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.awards-sa .item-line .honors h6 {
    font-size: 14px;
}

.awards-sa .item-line .project-date span {
    font-size: 14px;
    opacity: .7;
}

/* --------------- Blogs --------------- */
.blog-sa .item .img {
    height: 470px;
    border-radius: 15px;
}

.blog-sa .item .cont .info a {
    font-size: 14px;
}

.blog-sa .item .cont .info .date {
    opacity: .5;
    margin-left: 5px;
}

/* --------------- Contact --------------- */
.contact-sa .box {
    padding: 120px 60px;
    background-image: url(../imgs/gr-back.png);
    background-size: cover;
    background-position: center center;
    border-radius: 30px;
    overflow: hidden;
}

.contact-sa .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.contact-sa .contact-form label {
    font-size: 14px;
    margin-bottom: 5px;
}

.contact-sa .contact-form label .star {
    color: red;
    padding-left: 5px;
}

.contact-sa .contact-form input,
.contact-sa .contact-form textarea {
    color: #fff;
    background: transparent;
    width: 100%;
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 18px;
}

.contact-sa .contact-form button {
    background: transparent;
    color: #fff;
}

/* --------------- footer --------------- */
.footer-sa {
    background: var(--bg-color);
    border-radius: 30px 30px 0 0;
}

.footer-sa .logo {
    width: 160px;
}

.footer-sa .contact-info .item {
    margin-bottom: 50px;
}

.footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-sa .contact-info .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.footer-sa .contact-info .social-icon a:hover {
    border-color: #fff;
}

.footer-sa .sub-footer .copy p {
    font-size: 14px;
}

.footer-sa .sub-footer .copy p a {
    color: #fff;
}

.footer-sa .sub-footer .links {
    width: 100%;
}

.footer-sa .sub-footer .links a {
    font-size: 14px;
}

.footer-sa .sub-footer .links .active {
    color: #fff;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0;
}

h1 {
    font-size: 64px;
    letter-spacing: -3px;
}

h2 {
    font-size: 48px;
    letter-spacing: -3px;
}

h3 {
    font-size: 40px;
    letter-spacing: -2px;
}

h4 {
    font-size: 36px;
    letter-spacing: -2px;
}

h5 {
    font-size: 32px;
    letter-spacing: -1px;
}

h6 {
    font-size: 24px;
}

.sub-bg {
    background: var(--bg-color);
}

.sub-color {
    color: #a4a4a4;
}

.sub-head {
    font-size: 20px;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #a4a4a4;
    margin: 0;
}

.sec-head .sub-head {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 300;
}

.sec-head .sub-head:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.text-indent {
    text-indent: 20%;
}

.loader-wrap svg {
    fill: #1d1d1d;
}

.crv-butn span {
    background: var(--main-color);
    color: #0e0f11;
}

.crv-butn .text {
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 30px;
    position: relative;
}

.crv-butn .text:after {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--main-color);
    position: absolute;
    top: 5px;
    right: -15px;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.crv-butn .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-left: -10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.crv-butn .icon img {
    width: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.crv-butn:hover .text:after {
    border-radius: 50%;
    top: calc(50% - 5px);
    right: 0;
    height: 10px;
}

.crv-butn:hover .icon {
    margin-left: 5px;
}

.crv-butn:hover .icon img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.butn.butn-bord {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.butn.butn-bord:hover {
    background: #fff;
    color: #212121;
}

.icon.invert img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.butn .icon {
    width: 18px;
}

.butn:hover .icon.invert img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
    .header-dm .caption {
        height: 700px;
    }

    .header-dm .mimg {
        width: 98%;
        top: -15px;
        right: 1%;
    }

    .header-dm .mimg .shaps.top {
        width: 90%;
        height: 220px;
    }

    .sec-head .sub-head {
        margin-bottom: 30px;
    }

    .text-indent {
        text-indent: inherit;
    }

    .intro-vid {
        margin-top: 120px;
    }

    .services-dm .item .title h2 {
        font-size: 80px;
    }

    .works-dm .sec-head {
        padding-left: 0;
    }

    .works-dm .gallery,
    .works-dm .items {
        position: static !important;
        height: auto !important;
    }
}

@media screen and (max-width: 768px) {
    .header-dm .caption h1 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .services-dm .item {
        display: block !important;
    }

    .services-dm .item .title h2 {
        font-size: 60px;
        margin-bottom: 10px;
    }

    .intro-vid {
        margin-top: 0;
    }

    .intro-vid .bg-img .states {
        display: none;
    }

    .testimonials-dm .sec-head .states .ml-80 {
        margin-left: 15px !important;
    }
}

/* --------------- Home8 Style --------------- */
:root {
    --bg-color: #1a1b1e;
    --theme-color: #0e0f11;
    --main-color: #d0ff71;
}

/* --------------- Menu --------------- */
.navbar {
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    z-index: 9999999;
}

.navbar .logo {
    padding: 7px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
}

.navbar .navbar-nav {
    padding: 2px 5px;
    border: 1px solid #000000;
    border-radius: 30px;
    margin-left: 15px;
}

.navbar .navbar-nav .nav-link {
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    color: #000000;
}

.navbar .navbar-nav .nav-link.active {
    background: rgba(226, 225, 225, 0.6);
}

.navbar .topnav .butn {
    padding: 7px 20px;
    background: #fff;
    color: #1d1d1d;
    margin-right: 15px;
}

/* --------------- header --------------- */
.header-cst .container-fluid {
    width: 100%;
    padding: 15px;
    margin: 0;
    position: relative;
}

.header-cst .container-fluid:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, var(--theme-color)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, var(--theme-color) 50%, transparent);
    background-image: -o-linear-gradient(bottom, var(--theme-color) 50%, transparent);
    background-image: linear-gradient(to top, var(--theme-color) 50%, transparent);
    opacity: .98;
}

.header-cst .img {
    height: 500px;
    border-radius: 10px;
}

.header-cst .caption {
    position: relative;
    margin-top: -250px;
    z-index: 4;
}

.header-cst .caption h1 {
    font-size: 28vw;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transform: scaleX(1.5);
    -ms-transform: scaleX(1.5);
    transform: scaleX(1.5);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}

.header-cst .caption h1.normal {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/* --------------- Intro --------------- */
.intro-cst .states .item {
    position: relative;
    padding-left: 60px;
}

.intro-cst .states .item:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-cst .states .item:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.intro-cst .states .item span {
    font-size: 16px;
    color: #aaa;
}

.intro-cst .states .item h2 {
    font-size: 140px;
    line-height: 1;
    margin-top: 40px;
}

.intro-cst .states .item .spn-botm {
    margin-left: 10px;
}

/* --------------- Works --------------- */
.work-card .card-item {
    margin-bottom: 30px;
}

.work-card .card-item .img {
    position: relative;
    height: 650px;
    border-radius: 15px;
    overflow: hidden;
}

.work-card .card-item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color)), to(transparent));
    background-image: -webkit-linear-gradient(top, var(--theme-color), transparent);
    background-image: -o-linear-gradient(top, var(--theme-color), transparent);
    background-image: linear-gradient(to bottom, var(--theme-color), transparent);
    opacity: .6;
}

.work-card .card-item .img .tags {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 3;
}

.work-card .card-item .img .tags a {
    font-size: 12px;
    line-height: 1;
    padding: 7px 12px;
    margin-right: 2px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
}

.work-card .card-item h5 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 140px;
    font-family: "Six Caps", sans-serif;
    line-height: 1;
    letter-spacing: normal;
    z-index: 3;
}

.work-card .card-item h5.bottom {
    top: auto;
    bottom: 30px;
}

.work-card .card-item h5.left {
    text-align: left;
    padding-left: 30px;
}

.work-card .card-item h5.right {
    text-align: right;
    padding-right: 30px;
}

/* --------------- Services --------------- */
.services-cst {
    position: relative;
    z-index: 3;
}

.services-cst .img-patern {
    position: absolute;
    bottom: 10%;
    left: -15%;
    width: 30%;
    -webkit-filter: invert(1);
    filter: invert(1);
    opacity: .07;
    z-index: -1;
}

.services-cst .item {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services-cst .item > div {
    width: 100%;
}

.services-cst .item h6 {
    font-size: 18px;
}

.services-cst .item .title {
    text-align: center;
    position: relative;
}

.services-cst .item .title h2 {
    font-size: 90px;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: -4px;
}

.services-cst .item .title .list {
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.services-cst .item .title .list span {
    padding: 7px 12px;
    background: var(--main-color);
    border-radius: 30px;
    position: absolute;
    font-size: 14px;
    color: var(--theme-color);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services-cst .item .title .list span:nth-of-type(1) {
    top: 0;
    left: 15%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services-cst .item .title .list span:nth-of-type(2) {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.services-cst .item .title .list span:nth-of-type(3) {
    bottom: 0;
    right: 15%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.services-cst .item .title .list span:nth-of-type(4) {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.services-cst .item p {
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.services-cst .item .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: inline-block;
}

.services-cst .item .icon img {
    width: 30px;
}

.services-cst .item:hover .title .list {
    opacity: 1;
}

.services-cst .item:hover .title .list span {
    opacity: 1;
}

.numbers-dm .item h2 {
    font-size: 120px;
    font-weight: 200;
}

.numbers-dm .item h2 span {
    font-size: 50px;
}

.numbers-dm .item h6 {
    font-size: 18px;
}

/* --------------- Clients --------------- */
.brand-ds .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand-ds .item:after {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    pointer-events: none;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.brand-ds .item .text-center {
    width: 100%;
}

.brand-ds .item .img {
    width: 50px;
    margin: auto;
    opacity: .25;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.brand-ds .item p {
    margin-top: 30px;
}

.brand-ds .item:nth-of-type(3) .img,
.brand-ds .item:nth-of-type(4) .img {
    width: 70px;
}

.brand-ds .item:hover {
    z-index: 4;
}

.brand-ds .item:hover:after {
    border-color: var(--main-color);
}

.brand-ds .item:hover .img {
    opacity: 1;
}

.clients-ds .item {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 80px;
    height: 100%;
    padding: 50px 30px;
}

.clients-ds .item .text-center {
    width: 100%;
}

.clients-ds .item .img {
    max-width: 100px;
    margin: auto;
}

.clients-ds .item p {
    margin-top: 30px;
}

/* --------------- Testimonials --------------- */
.testimonials-ds .qoute-icon {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.testimonials-ds .qoute-icon .text {
    width: 240px;
}

.testimonials-ds .qoute-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
}

.testimonials-ds .item .info .img-author {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials-ds .item .info .info-text {
    padding-left: 20px;
}

.testimonials-ds .item .info .info-text p {
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 5px;
}

.testimonials-ds .swiper {
    position: relative;
}

.testimonials-ds .swiper .swiper-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    background: #BBBBBB;
}

.testimonials-ds .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color);
}

/* --------------- Awards --------------- */
.awards-sa .item-title {
    padding: 0 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.awards-sa .item-title > div {
    padding: 0;
}

.awards-sa .item-title h6 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .7;
}

.awards-sa .item-line {
    padding: 25px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
}

.awards-sa .item-line > div {
    padding: 0;
}

.awards-sa .item-line > div:last-of-type {
    text-align: right;
}

.awards-sa .item-line:hover:after {
    height: 100%;
}

.awards-sa .item-line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: -1;
}

.awards-sa .item-line .honors h6 {
    font-size: 14px;
}

.awards-sa .item-line .project-date span {
    font-size: 14px;
    opacity: .7;
}

/* --------------- Blogs --------------- */
.blog-sa .item .img {
    height: 470px;
    border-radius: 15px;
}

.blog-sa .item .cont .info a {
    font-size: 14px;
}

.blog-sa .item .cont .info .date {
    opacity: .5;
    margin-left: 5px;
}

/* --------------- Contact --------------- */
.team-cst .thecontainer {
    width: 200vw;
    padding-top: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.team-cst .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-cst .panel:nth-of-type(even) .item {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}

.team-cst .panel .item {
    width: 25vw;
    position: relative;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.team-cst .panel .item .img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.team-cst .panel .item .cont {
    margin-top: 30px;
}

.team-cst .panel .item .cont h5 {
    font-size: 24px;
    font-weight: 500;
}

.team-cst .panel .item .cont span {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: .75;
}

.team-cst .panel .item:hover .img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* --------------- footer --------------- */
.footer-sa .call-action h2 {
    font-size: 22vw;
    line-height: 1;
}

.footer-sa .logo {
    width: 160px;
}

.footer-sa .contact-info .item {
    margin-bottom: 50px;
}

.footer-sa .contact-info .item span {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.footer-sa .contact-info .social-icon a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.footer-sa .contact-info .social-icon a:hover {
    border-color: #fff;
}

.footer-sa .sub-footer .copy p {
    font-size: 14px;
}

.footer-sa .sub-footer .copy p a {
    color: #fff;
}

.footer-sa .sub-footer .links {
    width: 100%;
}

.footer-sa .sub-footer .links a {
    font-size: 14px;
}

.footer-sa .sub-footer .links .active {
    color: #fff;
}

body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    line-height: 1.4;
    color: #fff;
    background-color: var(--theme-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
}

h1 {
    font-size: 64px;
    letter-spacing: -3px;
}

h2 {
    font-size: 48px;
    letter-spacing: -3px;
}

h3 {
    font-size: 40px;
    letter-spacing: -2px;
}

h4 {
    font-size: 36px;
    letter-spacing: -2px;
}

h5 {
    font-size: 28px;
    letter-spacing: -1px;
}

h6 {
    font-size: 22px;
}

.sub-bg {
    background: var(--bg-color);
}

.light-bg {
    background: #fff;
    color: #0e0f11;
}

.light-bg .butn.butn-bord {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.light-bg .butn.butn-bord img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

.light-bg .butn.butn-bord:hover {
    background: var(--main-color);
    color: #212121;
}

.sub-color {
    color: #a4a4a4;
}

.sub-head {
    font-size: 20px;
}

.title-font {
    font-family: "Six Caps", sans-serif;
    letter-spacing: normal;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #a4a4a4;
    margin: 0;
}

.sec-head .sub-head {
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 300;
}

.sec-head .sub-head:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.text-indent {
    text-indent: 20%;
}

.loader-wrap svg {
    fill: #1d1d1d;
}

.crv-butn span {
    background: var(--main-color);
    color: #0e0f11;
}

.crv-butn .text {
    line-height: 40px;
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 30px;
    position: relative;
}

.crv-butn .text:after {
    content: '';
    width: 30px;
    height: 30px;
    background: var(--main-color);
    position: absolute;
    top: 5px;
    right: -15px;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.crv-butn .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-left: -10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.crv-butn .icon img {
    width: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.crv-butn:hover .text:after {
    border-radius: 50%;
    top: calc(50% - 5px);
    right: 0;
    height: 10px;
}

.crv-butn:hover .icon {
    margin-left: 5px;
}

.crv-butn:hover .icon img {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.butn.butn-bord {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.butn.butn-bord:hover {
    background: #fff;
    color: #212121;
}

.icon.invert img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.butn .icon {
    width: 18px;
}

.butn:hover .icon.invert img {
    -webkit-filter: invert(0);
    filter: invert(0);
}

/* ====================== [ Start Responsive ] ====================== */
@media screen and (max-width: 992px) {
    .team-cst .thecontainer {
        width: 100%;
        min-height: auto;
        display: block;
        padding-top: 80px;
    }

    .team-cst .panel {
        display: block;
        padding: 0 15px !important;
    }

    .team-cst .panel .item {
        width: 100%;
        margin-top: 50px;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}

@media screen and (max-width: 768px) {
    .work-card .card-item .img {
        height: 500px;
    }

    .work-card .card-item h5 {
        font-size: 80px;
    }

    .services-cst .item .title h2 {
        font-size: 30px;
        letter-spacing: -1px;
    }

    .services-cst .item .title .list {
        display: none;
    }

    .services-cst .item .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .services-cst .item .icon img {
        width: 25px;
    }

    .testimonials-ds .qoute-icon .text {
        width: 180px;
    }

    .testimonials-ds .qoute-icon .icon {
        width: 80px;
    }

    .testimonials-ds .item h4 {
        font-size: 25px;
        letter-spacing: normal;
    }
}