:root {
    --qode-main-color: #909090;
    --qode-text-color: #fff;
    --qode-header-light-color: #fff;
    --qode-header-light-hover-color: #ee2852;
    --qode-header-dark-color: #000;
    --qode-header-dark-hover-color: #ee2852;
    --qode-background-color: #1b1b1b;


    --theme-color-1: #ffc337;
    --theme-color-2: #d79d2a;
    --theme-color-3: #663705;
    --theme-color-4: #562e04;
    --theme-color-5: #723d0a;
    --theme-color-6: #926d49;
    --theme-color-7: #5f2b03;

    --box-1: #5e2a03;
    --box-2: #5e2a03;
    --box-3: #5e2a03;
}


/* Apply the fonts to elements */
body {
    font-family: 'Roboto', sans-serif;
    background-color: var(--qode-background-color);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bebas Neue', sans-serif;
}

.ellipsis-4-lines {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.common-button {
    padding: 12px 25px;
    border-radius: 4px;
    color: #fff;
    background-color: var(--theme-color-2);
    position: relative;
    top: 15px;
    font-weight: 400;
    border: none;
    overflow: hidden;
    text-decoration: none;
}
.common-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(22,22,22,.4);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: inherit
}
.common-button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}
.common-button span {
    position: relative;
    z-index: 1
}


.elementor-14 .elementor-element.elementor-element-0e0fced>.elementor-element-populated {
    margin: 0;
    padding: 0;
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 10% 18.9%
}
.qodef-banner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.qodef-banner .qodef-m-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
    background-color: #000;
}
.qodef-banner.qodef-layout--link-button .qodef-m-content {
    background-color: #000;
    transition: background-color .4s cubic-bezier(.22,.61,.36,1) .6s;
}
.qodef-banner .qodef-m-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 10% 18.9%;
}
.qodef-banner .qodef-m-content-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.qodef-banner.qodef-layout--link-button span.qodef-m-title {
    font-family: "Bebas Neue",cursive;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .027em;
    color: var(--qode-text-color);
    line-height: 1em;
    font-size: 100px;
    margin: 0 0 23px;
}
.qodef-banner.qodef-layout--link-button .qodef-m-title {
    margin: 10px 0;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: currentColor;
    -webkit-text-stroke-width: 1px;
    position: relative;
}



.elementor-widget-container a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.section-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 2% 0 6%;
    background-color: #000;
}
.elementor-element-populated {
    margin: 0;
    padding: 0;
}
.elementor-14 .elementor-element.elementor-element-509b54e>.elementor-widget-container {
    margin: 0;
    padding: 0;
}
.section-2 .elementor-element-populated {
    margin: 0;
    padding: 265px 0 255px;
}

.bg-1 {
    background-image: url(../images/section-1.jpg);
    background-position: center center;
    background-size: cover;
}
.section-3 {
    background-color: #000;
}
.section-3 .elementor-element-populated {
    align-content: center;
    align-items: center;
}
.section-3 .elementor-element-populated {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0;
    padding: 0% 14% 0% 18%;
    background-color: var(--theme-color-7);
}
.section-3 .elementor-widget-container {
    margin: 0;
    padding: 142px 0 0;
}
.qodef-section-title .qodef-m-tagline {
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--qode-text-color);
    font-family: Roboto,sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: .2em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.qodef-m-title {
    font-family: "Bebas Neue",cursive;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .027em;
    color: var(--qode-text-color);
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.section-3 .list-area {
    padding-bottom: 142px;
    color: #fff;
}
.section-3 .list-area ul {
    margin: 9px 0 0;
    padding: 0% 0% 0% 10%;
}
.section-3 .list-area ul li {
    padding-bottom: 10px;
}

.bg-2 {
    background-image: url(../images/section-2.jpg);
    background-position: center center;
    background-size: cover;
}




#qodef-page-header {
    position: fixed;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100px;
    background-color: transparent;
    z-index: 100;
}
.scrolled #qodef-page-header {
    background-color: #000;
}

#qodef-page-header .qodef-header-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 100px;
    max-height: 100%
}

#qodef-page-header .qodef-header-logo-link img {
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 100%;
    transition: opacity .3s ease
}

#qodef-page-header .qodef-header-logo-link.qodef-height--not-set img {
    max-height: 50%
}

#qodef-page-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 40px
}
#navbarNav ul li {
    margin: 0 30px;
}
#navbarNav ul li a {
    color: var(--theme-color-1);
    text-transform: uppercase;
    letter-spacing: .4em;
    font-size: 13px;
    padding-bottom: 15px;
    transition: all .3s linear 0s;
}
#navbarNav ul li a.active, #navbarNav ul li a:hover {
    color: #fff;
}
a.navbar-brand.logo {
    color: #fff;
    font-size: 30px;
}


.hamburger-icon-area {
    cursor: pointer;
}
.hamburger-navigation {
    width: 420px;
    height: calc(100% + 80px);
    position: fixed;
    right: 0;
    top: 0;
    text-align: left;
    background-color: #000;
    transform: translateX(100%);
    transition: all .3s linear 0s;
    z-index: 13
}
.hamburger-navigation.visible {
    transform: translateX(0)
}
.close-btn-area {
    height: 100px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-close-icon {
    margin: 10px 20px 10px 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
}


.hero-banner {
    position: relative;
    padding: 250px 0 170px;
    height: calc(100vh - 180px);
    min-height: 900px;
    background-image: url("../images/hero_bg.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-banner h1 {
    font-size: 100px;
    line-height: 110px;
    color: var(--theme-color-1);
    text-align: center;
    margin-bottom: 60px;

    /*-webkit-text-stroke: 2px#FFFFFF;
    -webkit-text-fill-color: transparent;
    font-style: inherit;
    text-transform: uppercase;*/
}
.hero-subtitle {
    font-size: 18px;
    line-height: 1.9em;
    color: #fefefe;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}

.hero-banner .shape-1 {
    top: 25%;
    left: 10%;
    position: absolute;
    -webkit-animation: semi-rotate-anim 12s cubic-bezier(.4,0,.2,1) infinite;
    animation: semi-rotate-anim 12s cubic-bezier(.4,0,.2,1) infinite;
}
.hero-banner .shape-2 {
    top: 20%;
.hero-banner .shape-3 {
    top: 88%;
    left: 72%;
    position: absolute;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-animation: semi-rotate-anim 8s cubic-bezier(.4,0,.2,1) infinite;
    animation: semi-rotate-anim 8s cubic-bezier(.4,0,.2,1) infinite;
}
    left: 35%;
    position: absolute;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-animation: animo-x 9s cubic-bezier(.4,0,.2,1) infinite;
    animation: animo-x 9s cubic-bezier(.4,0,.2,1) infinite;
}
.hero-banner .shape-1, .hero-banner .shape-2, .hero-banner .shape-3 {
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid var(--theme-color-1);
}

@-webkit-keyframes semi-rotate-anim {
    50% {
        -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
        animation-timing-function: cubic-bezier(.4,0,.2,1);
        -webkit-transform: translateY(25px) rotate(-53deg);
        transform: translateY(25px) rotate(-53deg)
    }
}

@keyframes semi-rotate-anim {
    50% {
        -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
        animation-timing-function: cubic-bezier(.4,0,.2,1);
        -webkit-transform: translateY(25px) rotate(-53deg);
        transform: translateY(25px) rotate(-53deg)
    }
}
@-webkit-keyframes animo-x {
    50% {
        -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
        animation-timing-function: cubic-bezier(.4,0,.2,1);
        -webkit-transform: translateX(44px);
        transform: translateX(44px)
    }
}

@keyframes animo-x {
    50% {
        -webkit-animation-timing-function: cubic-bezier(.4,0,.2,1);
        animation-timing-function: cubic-bezier(.4,0,.2,1);
        -webkit-transform: translateX(44px);
        transform: translateX(44px)
    }
}


.scroll-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    display: none;
    cursor: pointer;
    z-index: 99;
    background-color: var(--theme-color-2);
    border: none;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
}





.service-content {
    margin-top: 0;
    margin-bottom: 0;
    padding: 150px 0;
}

.service-content .service-row {
    margin-top: 50px;
}
.service-content .qodef-m-title {
    font-size: 24px;
}
.creative-service-item {
    padding: 30px;
    background: rgba(24, 24, 24, 0.6);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.creative-service-item img {
    height: 80px;
    margin-bottom: 50px;
    width: auto !important;
}
.creative-service-item h4 {
    font-size: 34px;
    margin-bottom: 20px;
    color: var(--theme-color-2);
}
.creative-service-item p {
    margin: 0;
    color: #fff;
}
.creative-service-item span {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 60px;
    z-index: -1;
    font-weight: 900;
    line-height: 1;
    color: #7e7e7e;
    opacity: 0.1;
}


.service-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.box {
    max-width: calc(25% - 15px);
    width: calc(25% - 15px);
    border: 1px solid #242323;
}
.box a {
    text-decoration: none;
    display: block;
    height: 100%;
    transition: all 0.3s ease;
}
.box a:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.5);
}


section.technology {
    background-color: rgba(32, 31, 31, 1);
    margin-bottom: 100px;
    color: #fff;
    padding: 30px 0 40px;
}
.technology h2 {
    font-weight: 400;
    font-size: 50px;
    color: var(--theme-color-1);
}
.client-item-box {
    position: relative;
    z-index: 1;
}
.client-item-box .partner-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-item-box .partner-box .item {
    height: 100px;
    width: 100px;
    margin: 30px 16px 0;
    background: rgba(255, 255, 255, 0.06);
    text-align: center;
    line-height: 100px;
    border-radius: 8px;
}
.client-item-box .partner-box .item img {
    height: 45px;
    width: auto;
}
.title-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}
.btn-gradient.btn-sm {
    background-color: var(--theme-color-2);
    border: none;
    padding: 10px 15px;
    color: #fff;
}


.about-row {
    margin-top: 50px;
}
.about-image img {
    max-width: 100%;
}
.about-content {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.about-content h2 {
    font-family: "Bebas Neue",cursive;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .027em;
    color: var(--theme-color-1);
    font-size: 65px;
    line-height: 1.1em;
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    padding-bottom: 15px;
}
.about-content p {
    color: #fff;
}
.about-content a {
    text-transform: none;
}
.about-content a {
    color: var(--qode-text-color);
    background-color: transparent;
    border: 0;
    padding: 8px 0 8px 50px!important;
    overflow: hidden;
    --qodef-transition: transform .3s cubic-bezier(0.26, 0.69, 0.36, 1);
    transition: all .2s ease-out,var(--qodef-transition);
    transform: translateX(0);
    position: relative;
    text-decoration: none;
    margin-top: 15px;
}
.about-content a:before {
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 19px;
    left: 0;
}
.about-content a:before {
    transform: translateX(0) scaleX(1);
    transform-origin: -50%;
    transition: var(--qodef-transition)
}
.about-content a:hover {
    transform: translateX(-10px);
}
.about-content a:hover:before {
    transform: translateX(15px) scaleX(.75)
}
.icon-area {
    padding-bottom: 10px;
}





.portfolio-area{
    position: relative;
}
.portfolio-menu {
}
.portfolio-menu .menu {
    border: none;
    outline: none;
    background: none;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
    padding: 20px 28px;
    position: relative;
    transition: all linear .3s;
}
.portfolio-menu .menu.mixitup-control-active{
    color: var(--theme-color-1);
}
.portfolio-menu .menu.mixitup-control-active::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 25px;
    height: 3px;
    background: var(--theme-color-1);
}
.mix {
    margin-bottom: 20px;
}



.contact-content {
    padding-left: 50px;
}
ul.contact-address {
    padding: 90px 60px;
    border-radius: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    list-style: none;
    margin-bottom: 0;
}
ul.contact-address > li:first-child {
    border: none;
    margin-bottom: 0;
}
ul.contact-address > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 25px;
    padding-bottom: 25px;
}
ul.contact-address li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
ul.contact-address ul.social-link {
    padding: 0;
}
ul.contact-address ul.social-link li {
    display: inline-block;
}
ul.contact-address ul.social-link li a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 54px;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    margin-right: 12px;
    margin-top: 10px;
}
ul.contact-address li a {
    font-weight: 500;
    color: #cccccc;
}
ul.contact-address li a.phone-link {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
}
.about-row .content {
    align-items: center;
}
.contact-content .btn {
    background-color: var(--theme-color-2);
    color: #fff;
    border-radius: .375rem;
    height: 50px;
    padding: 0 20px;
}
.contact-content input[type=text], .contact-content input[type=email] {
    height: 60px;
}
.textwidget i {
    font-size: 20px;
    padding-right: 8px;
    color: var(--theme-color-1);
}
.common-title h1 {
    font-size: 116px;
    letter-spacing: 0.027em;
    color: var(--theme-color-1);
}
.common-title h3 {
    color: #fff;
    margin: 0;
}



.counters {
    color: white;
    padding: 40px 20px;
    background-color: #000;
}

.counters .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    text-align: center;
}

.counters i {
    color: lightskyblue;
    margin-bottom: 5px;
}

.counters .counter {
    margin: 10px 0;
    font-family: "Bebas Neue",cursive;
    font-weight: 400;
    font-size: 90px;
    line-height: 1;
    -webkit-text-stroke-color: var(--theme-color-1);
    -webkit-text-stroke-width: 1px;
    -webkit-text-fill-color: transparent;
}
.counters .container h3 {
    text-transform: capitalize;
    font-family: 'Roboto',sans-serif;
    font-size: 1rem;
    color: var(--theme-color-1);
}
.counters .counter:after {
    content: '+';
    padding-left: 5px;
}



.testim {
    width: 100%;
    background-image: url(../images/hero_bg.jpeg);
    background-repeat: no-repeat;
    padding: 150px 0 100px;
    background-attachment: fixed;
    background-size: cover;
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 1;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: var(--theme-color-1);
}


.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 1;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background-color: var(--theme-color-1);;
    border-color: var(--theme-color-1);;
}

.testim .dots .dot.active {
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}


.testim .cont > div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    background-color: #ccc;
}

.testim .cont div h2 {
    color: var(--theme-color-1);
    font-size: 32px;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testim .cont div h2 span {
    color: #fff;
    font-size: 14px;
    margin: 0;
    font-weight: 4;
    font-family: 'Roboto', sans-serif;
    padding-left: 20px;
}
.testim .cont div p {
    font-size: 1.15em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px var(--theme-color-1);
        box-shadow: 0px 0px 10px 5px var(--theme-color-1);
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px var(--theme-color-1);
        box-shadow: 0px 0px 0px 0px var(--theme-color-1);
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px var(--theme-color-1);
        box-shadow: 0px 0px 10px 5px var(--theme-color-1);
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px var(--theme-color-1);
        box-shadow: 0px 0px 0px 0px var(--theme-color-1);
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px var(--theme-color-1);
        box-shadow: 0px 0px 10px 5px var(--theme-color-1);
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px var(--theme-color-1);
        box-shadow: 0px 0px 0px 0px var(--theme-color-1);
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px var(--theme-color-1);
        box-shadow: 0px 0px 10px 5px var(--theme-color-1);
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px var(--theme-color-1);
        box-shadow: 0px 0px 0px 0px var(--theme-color-1);
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px var(--theme-color-1);
    }

    100% {
        box-shadow: 0px 0px 0px 0px var(--theme-color-1);
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

}


.sub-banner {
    min-height: 370px;
}
.sub-banner.title-area {
    text-align: center;
    padding: 100px 0 50px;
    background-image: url("../images/common-banner.jpeg");
}
.sub-banner.title-area h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}
.sub-banner.title-area h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
}
.details-content {
    padding-top: 20px;
    color: #fff;
}
.service-content.top-area {
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 0;
}
.service-content.top-area .about-content p,
.details-content li {
    line-height: 28px;
}
.details-content h2 {
    color: var(--theme-color-1);
}
.details-content ul li strong {
    color: var(--theme-color-1);
}
.service-content.top-area .about-content h2 {
    font-size: 50px;
    line-height: 50px;
}
.about-content.details-content {
    padding: 0;
}


.cs-fooer_main {
    padding: 95px 0 35px;
    color: #fff;
}
.cs-footer_item {
    margin-bottom: 40px
}
.cs-footer_item .cs-newsletter.cs-style1 {
    margin-top: 6px
}
.footer-logo img {
    max-width: 160px;
}
.cs-widget_title {
    margin-bottom: 35px;
    color: var(--theme-color-1);
}
.cs-footer_item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widget ul li {
    margin: 0 0 18px;
    font-size: 16px;
}
.footer-widget ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    position: relative;
    text-decoration: none;
}
.footer-widget ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform-origin: right top;
    transform: scale(0,1);
    transition: transform .4s cubic-bezier(.74,.72,.27,.24)
}
.footer-widget ul li a:hover::before {
    transform-origin: left top;
    transform: scale(1,1);
}
.footer-text p {
    max-width: 90%;
}
.cs-social_btns.cs-style1 a {
    width: 36px;
    height: 36px;
    display: flex;
    border: 2px solid #2f2f2f;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.cs-newsletter_form {
    position: relative;
}
.cs-newsletter_input {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    background-color: #000;
    border: none;
    padding: 5px 90px 5px 15px;
    outline: none;
    color: #fefefe;
}
.cs-newsletter_btn {
    padding: 7px 25px;
    border-radius: 4px;
    color: #fff;
    background-color: var(--theme-color-2);
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 400;
    border: none;
    overflow: hidden;
}
.cs-newsletter_btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(22,22,22,.4);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: inherit
}
.cs-newsletter_btn span {
    position: relative;
    z-index: 1
}
.cs-newsletter_btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66)
}
.cs-newsletter_text {
    margin-top: 25px
}
.cs-bottom_footer {
    border-top: 1px solid rgba(131,131,131,.2)
}
.cs-bottom_footer {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    color: #fff;
}
.cs-bottom_footer>* {
    padding: 4px 0
}
.cs-footer_links {
    display: flex;
    flex-wrap: wrap
}
.cs-bottom_footer_right ul {
    padding: 0;
    margin: 0;
}
.cs-footer_links li:not(:last-child)::after {
    content: '|';
    margin: 0 10px;
    position: relative;
    top: -1px;
    opacity: .2;
}
.cs-bottom_footer_right ul li {
    list-style: none;
}
.cs-bottom_footer_right ul li a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
}
.cs-bottom_footer_right ul li a:hover {
    color: var(--theme-color-1);
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    padding-top: 15px;
}
.social-icons a {
    border: 2px solid #2f2f2f;
    font-size: 13px;
    color: #fefefe;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.product-title {
    padding: 10px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    min-height: 150px;
}
.product-title h3 {
    color: var(--theme-color-1);
}
.portfolio-card {
    background-color: rgba(24, 24, 24, 0.6);
    border: 1px solid #242323;
    padding: 30px;
    transition: all 0.3s ease;
}
.portfolio-card:hover {
    background-color: rgba(24, 24, 24, 0.6);
    border: 1px solid #242323;
    box-shadow: 0 0 30px rgba(0,0,0,.5);
}
.portfolio-card img {
    max-width: 100%;
    margin: 15px 0 30px;
}


.mb-widget {
    margin-bottom: 21px;
}

nav.breadcrumb {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    row-gap: 5px;
}
nav.breadcrumb>* a, .services-cat {
    color: #999696;
    font-size: 18px;
    text-decoration: none;
}
nav.breadcrumb>* a:hover {
    color: var(--theme-color-1);
}
.breadcrumb-separator {
    height: 17px;
    width: 1px;
    background-color: #fff;
    padding: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1439.98px) {
    .section-2 .elementor-element-populated {
        padding: 180px 0;
    }
    .qodef-banner.qodef-layout--link-button .qodef-m-image img {
        max-width: 80%;
    }
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 10% 10.9%;
    }
    .qodef-banner.qodef-layout--link-button span.qodef-m-title {
        font-size: 80px;
    }

}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    #qodef-page-header-inner {
        padding: 0 20px;
    }
    .hero-banner {
        padding: 80px 0 0;
        height: calc(100vh - 250px);
        min-height: calc(100vh - 250px);
    }
    .hero-banner h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .hero-banner .shape-2 {
        top: 15%;
    }
    .hero-banner .shape-3 {
        top: 88%;
    }
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 3% 6%;
    }
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item:after {
        display: none;
    }
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
        margin: 0 0 30px;
        width: 100%;
    }
    .qodef-banner.qodef-layout--link-button span.qodef-m-title {
        font-size: 80px;
    }
    .qodef-banner.qodef-layout--link-button .qodef-m-image img {
        max-width: 60%;
        height: 80%;
    }
    .elementor-column.elementor-col-33, .elementor-column[data-col="33"] {
        width: 100%;
    }
    .section-2 .elementor-element-populated {
        margin: 0;
        padding: 100px 0;
    }
    .section-3 .elementor-widget-container {
        padding: 80px 0 0;
    }
    .elementor-widget-wrap.elementor-element-populated.bg-1,
    .elementor-widget-wrap.elementor-element-populated.bg-2 {
        height: 100%;
    }
    .section-3 .elementor-element-populated {
        padding: 0% 8%;
    }
    .qodef-m-title {
        font-size: 27px;
        line-height: 27px;
    }
    .section-3 .list-area {
        padding-bottom: 50px;
    }
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
        font-size: 52px;
        line-height: 90px;
        margin: 0;
    }
    .counters .container {
        grid-template-columns: repeat(3, 1fr);
    }
    .testim .cont div h2 {
        flex-direction: column;
    }
    .about-content, .common-title, .about-row {
        padding: 0 5%;
    }
    .common-title h1 {
        font-size: 40px;
    }
    .about-content h2 {
        font-size: 40px;
    }
    .icon-area {
        padding-top: 10px;
    }
    .service-content {
        padding: 150px 0 50px;
    }
    .service-content .service-row {
        padding: 0 5%;
        flex-direction: column;
    }
    .service-content .service-row .box {
        max-width: 100%;
        width: 100%;
    }
    .client-item-box .partner-box {
        flex-wrap: wrap;
    }
    .client-item-box .partner-box .item {
        width: 40%;
    }
    .title-area, .title-area h5 {
        text-align: center;
    }
    .title-area h5 {
        width: 100%;
    }
    .title-area .btn-gradient.btn-sm {
        margin: 0 auto;
    }
    .portfolio-menu .menu {
        padding: 0 0 10px;
        margin: 5px 10px 10px;
    }
    .portfolio-card img {
        max-width: 100%;
    }
    ul.contact-address {
        padding: 45px 30px;
    }
    .contact-content {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    #qodef-page-header {
        background-color: #000;
    }
    #qodef-page-header-inner {
        padding: 0 20px;
    }
    .top-menu .collapse:not(.show) {
        display: block;
    }
    .animation-shape {
        display: none;
    }
    .hero-banner {
        padding: 100px 0 0;
        height: calc(100vh - 50px);
        min-height: calc(100vh - 50px);
    }
    .hero-banner h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 30px;
    }
    .hero-banner .shape-2 {
        top: 15%;
    }
    .hero-banner .shape-3 {
        top: 88%;
    }
    .hamburger-navigation {
        width: 100%;
    }
    .qodef-banner.qodef-layout--link-button .qodef-m-image img {
        max-width: 100%;
        height: 400px;
    }
    .qodef-banner.qodef-layout--link-button .qodef-m-content-inner {
        padding: 3% 6%;
    }
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item:after {
        display: none;
    }
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
        margin: 0 0 30px;
        width: 100%;
    }
    .qodef-banner.qodef-layout--link-button span.qodef-m-title {
        font-size: 80px;
    }
    .section-2 .elementor-element-populated {
        margin: 0;
        padding: 100px 0;
    }
    .section-3 .elementor-widget-container {
        padding: 80px 0 0;
    }
    .elementor-widget-wrap.elementor-element-populated.bg-1,
    .elementor-widget-wrap.elementor-element-populated.bg-2 {
        height: 300px;
    }
    .section-3 .elementor-element-populated {
        padding: 0% 8%;
    }
    .qodef-m-title {
        font-size: 45px;
        line-height: 45px;
    }
    .section-3 .list-area {
        padding-bottom: 50px;
    }
    .qodef-interactive-link-showcase.qodef-layout--interactive-list .qodef-m-item {
        font-size: 52px;
        line-height: 90px;
        margin: 0;
    }
    .counters .container {
        grid-template-columns: repeat(1, 1fr);
    }
    .testim .cont div h2 {
        flex-direction: column;
    }
    .about-content, .common-title, .about-row {
        padding: 0 5%;
    }
    .common-title h1 {
        font-size: 40px;
    }
    .about-content h2 {
        font-size: 40px;
    }
    .icon-area {
        padding-top: 10px;
    }
    .service-content {
        padding: 150px 0 50px;
    }
    .service-content .service-row {
        padding: 0 5%;
        flex-direction: column;
    }
    .service-content .service-row .box {
        max-width: 100%;
        width: 100%;
    }
    .client-item-box .partner-box {
        flex-wrap: wrap;
    }
    .client-item-box .partner-box .item {
        width: 40%;
    }
    .title-area, .title-area h5 {
        text-align: center;
    }
    .title-area h5 {
        width: 100%;
    }
    .title-area .btn-gradient.btn-sm {
        margin: 0 auto;
    }
    .portfolio-menu .menu {
        padding: 0 0 10px;
        margin: 5px 10px 10px;
    }
    .portfolio-card img {
        max-width: 100%;
    }
    ul.contact-address {
        padding: 45px 30px;
    }
    .contact-content {
        padding-left: 0;
    }
    .sub-banner.title-area {
        padding: 100px 0 0;
        height: auto;
        min-height: 350px;
    }
    .sub-banner.title-area h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 0;
    }
    .service-content.top-area .about-content {
        padding: 20px 1% 0;
    }
    .service-content.top-area .about-content h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .cs-fooer .container {
        padding: 0 20px
    }
}