/* ----------------------------------

Template Name: Appku - Software Landing Page
Author: validtheme
Description:
Version: 2.0

Main Font    : Manrope
Main Color   : #5138ee

-------------------------------------

Table of contents
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Slide Effect
        - Fade Effect
    06. Features
    07. About Us
        - Full Width Version
        - Default Version
    08. Services
        - Version One
        - Version Two
        - Services Single
    09. Why Choose Us
    10. Company Analysis/Graph
    11. Companies/Clients/Partner
    12. Team
    13. Testimonials
    14. Projects
    15. Gallery
    16. Our Expertise
    17. Work Process
    18. FAQ
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');


/* Varialbes */
:root {
    --font-default: 'Roboto', sans-serif;
    --font-heading: 'Manrope', sans-serif;
    --fontawesome: "Font Awesome 5 Pro";
    --black: #000000;
    --dark: #040836;
    --dark-secondary: #202942;
    --white: #ffffff;
    --color-primary: #5138ee;
    --color-secondary: #02ebad;
    --color-heading: #202942;
    --color-paragraph: #666666;
    --box-shadow-primary: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    --box-shadow-secondary: 0 20px 50px rgba(0, 0, 0, 0.1);
    --box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
    --box-shadow-extra: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
    --bg-gray: #edf5ff;
    --bg-gradient: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
}


/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    font-family: var(--font-default);
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: var(--white);
    color: var(--color-paragraph);
}

html,
body,
.wrapper {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-heading);
    font-weight: normal;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a,
.btn,
button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

    a img,
    iframe {
        border: none;
    }

p {
    color: var(--color-paragraph);
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
    font-family: var(--font-default);
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: var(--color-heading);
}

    a:hover {
        color: var(--color-heading);
    }

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-weight: 900;
}

b,
strong {
    font-weight: 900;
}

.btn.active,
.btn:active {
    background-image: inherit !important;
}

    .btn.focus,
    .btn:active:focus,
    .btn:active:hover,
    .btn:focus,
    .btn:hover {
        outline: 0;
    }

.btn.circle {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 50px;
}

@media only screen and (min-width: 768px) {
    .row {
        --bs-gutter-x: 30px;
    }
}

/* Default CSS */
.container-medium {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-fill {
    padding: 0 15px;
    margin: auto;
    max-width: 100%;
}

@media (min-width:576px) {
    .container-medium {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-medium {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-medium {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-medium {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width:576px) {
    .container-full {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-full {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-full {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%;
    }
}

@media (min-width:576px) {
    .container-fill {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container-fill {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container-fill {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container-fill {
        width: 90%;
        max-width: 1400px;
    }

        .container-fill a.navbar-brand {
            padding-left: 15px;
        }
}

@media (max-width:1199px) {
    .container-fill {
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

.fixed-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.bg-gray {
    background-color: #edf5ff;
}

.bg-light {
    background-color: var(--white) !important;
}

.bg-dark {
    background-color: var(--dark) !important;
}

.bg-theme {
    background-color: var(--color-primary);
}

.bg-gradient {
    background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%) !important;
}

.gradient-bg {
    background-image: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
    background-color: var(--color-primary);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: var(--white);
}

.shadow {
    position: relative;
    z-index: 1;
    box-shadow: inherit !important;
}

    .shadow.dark::after {
        background: var(--dark) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.dark-hard::after {
        background: var(--dark) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.75;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.theme::after {
        background: var(--color-primary) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.5;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .shadow.theme-hard::after {
        background: var(--color-primary) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
    position: relative;
}

.default-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.default-padding-top {
    padding-top: 120px;
}

.default-padding-bottom {
    padding-bottom: 120px;
}

.default-padding.bottom-less {
    padding-top: 120px;
    padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
    margin-bottom: -30px;
}

.default-padding-top.bottom-less {
    margin-bottom: -30px;
}

.top-border {
    border-top: 1px solid #e7e7e7;
}

.align-center {
    align-items: center;
}

/* Button */

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    font-size: 14px;
    text-transform: capitalize;
}

.btn-md {
    padding: 15px 45px;
}

.btn-sm {
    padding: 13px 40px;
}

a:hover,
a:active {
    opacity: 1;
    text-decoration: none;
}

.btn.btn-gradient {
    position: relative;
    z-index: 1;
    color: var(--white) !important;
}

    .btn.btn-gradient::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to right, #118bba, var(--color-primary), #118bba);
        background-size: 300% 100%;
        text-transform: uppercase;
        display: inline-block;
        color: var(--white) !important;
        background-color: #118bba;
        z-index: -1;
        transition: all 0.35s ease-in-out;
    }

    .btn.btn-gradient:hover::after,
    .btn.btn-gradient:active {
        background-position: -50% 0;
        color: var(--white);
    }

.btn-md i {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 3px;
}

.video-btn {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 10px;
}

.text-center .video-btn {
    margin-left: 0;
}

.video-btn i {
    display: inline-block;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    background: var(--color-primary);
    border-radius: 50%;
    position: relative;
    margin-right: 20px;
    color: var(--white);
}

.text-light .video-btn i {
    background: var(--white);
    color: var(--color-primary);
}

.video-btn i::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--color-primary) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}

.text-light .video-btn i::after {
    background: var(--white) repeat scroll 0 0;
}

.btn.btn-light.effect {
    color: var(--color-heading);
    border: 2px solid transparent;
    overflow: hidden;
    position: relative;
}

    .btn.btn-light.effect::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: var(--white);
        z-index: -1;
        transition: all 0.35s ease-in-out;
    }

    .btn.btn-light.effect:hover {
        border: 2px solid var(--white);
        color: var(--white);
        background: transparent;
    }

        .btn.btn-light.effect:hover::after {
            width: 0;
        }

.btn.btn-dark.effect {
    color: var(--white);
    border: 2px solid transparent;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

    .btn.btn-dark.effect::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: var(--dark);
        z-index: -1;
        transition: all 0.35s ease-in-out;
    }

    .btn.btn-dark.effect:hover {
        border: 2px solid var(--dark);
        color: var(--dark);
        background: transparent;
    }

        .btn.btn-dark.effect:hover::after {
            width: 0;
        }

.btn-light.border {
    background: var(--white);
    border: 2px solid #e7e7e7 !important;
}

.btn-theme-border {
    border: 2px solid var(--color-primary);
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .btn-theme-border::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 0;
        background: var(--color-primary);
        z-index: -1;
        transition: all 0.35s ease-in-out;
    }

    .btn-theme-border.circle::after {
        border-radius: 30px;
    }

    .btn-theme-border:hover::after {
        width: 100%;
    }

    .btn-theme-border:hover {
        color: var(--white);
    }

.btn-light-border {
    border: 2px solid var(--white);
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: var(--white);
}

    .btn-light-border::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 0;
        background: var(--white);
        z-index: -1;
        transition: all 0.35s ease-in-out;
    }

    .btn-light-border.circle::after {
        border-radius: 30px;
    }

    .btn-light-border:hover::after {
        width: 100%;
    }

    .btn-light-border:hover {
        color: var(--color-heading);
    }

.btn-theme-effect {
    border: 2px solid var(--color-primary);
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: var(--white);
}

    .btn-theme-effect::after {
        position: absolute;
        left: -10px;
        top: -10px;
        content: "";
        height: 120%;
        width: 120%;
        background: var(--color-primary);
        z-index: -1;
        transition: all 0.35s ease-in-out;
    }

    .btn-theme-effect.circle::after {
        border-radius: 30px;
    }

    .btn-theme-effect:hover::after {
        width: 0;
    }

    .btn-theme-effect:hover {
        color: var(--color-heading);
    }


/* End Button */

.relative {
    position: relative;
    z-index: 1;
}

.bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

.overflow-hidden {
    overflow: hidden;
}

button,
button:focus {
    border: none !important;
    box-shadow: inherit !important;
    outline: inherit !important;
}

.site-heading h5 {
    text-transform: uppercase;
    font-weight: 800;
    color: var(--color-primary);
    font-size: 18px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.bg-dark .site-heading h5,
.bg-theme .site-heading h5,
.shadow .site-heading h5 {
    color: var(--white);
    opacity: 0.8;
}

.site-heading p {
    margin: 0;
    margin-top: 10px;
}

@media (min-width: 1200px) {
    .site-heading p {
        padding: 0 10%;
    }
}

.bg-dark .site-heading p,
.bg-theme .site-heading p,
.shadow .site-heading p {
    color: var(--white);
}

.site-heading h2 {
    display: block;
    font-weight: 900;
    position: relative;
    margin-bottom: 0;
    line-height: 1.4;
}

.bg-dark .site-heading h2,
.bg-theme .site-heading h2,
.shadow .site-heading h2 {
    color: var(--white);
}

.site-heading .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: var(--color-primary);
    position: relative;
    z-index: 1;
    left: 10px;
}

.site-heading.light .devider,
.bg-theme .site-heading .devider,
.shadow .site-heading .devider,
.bg-dark .site-heading .devider {
    background: var(--white);
}

.site-heading .devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: var(--color-primary);
}

.site-heading.light .devider:before,
.bg-theme .site-heading .devider:before,
.shadow .site-heading .devider:before,
.bg-dark .site-heading .devider:before {
    background: var(--white);
}

.area-title {
    font-size: 40px;
    line-height: 1.2;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px;
    padding: 15px;
}

@media only screen and (min-width: 1100px) {
    .left-border::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 70px;
        background: #edf5ff;
    }

    .bg-gray.left-border::before {
        background: var(--white);
    }
}


/* Shape */
.fixed-shape-bottom {
    position: absolute;
    left: 0;
    bottom: -1px;
}

    .fixed-shape-bottom img {
        width: 100%;
    }


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
    padding-top: 80px;
    padding-bottom: 55px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .breadcrumb-area .row {
        position: relative;
        z-index: 1;
    }

    .breadcrumb-area .breadcrumb {
        background: transparent none repeat scroll 0 0;
        display: inline-block;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }

    .breadcrumb-area h1 {
        display: block;
        font-weight: 900;
        text-transform: capitalize;
        font-size: 40px;
        margin-top: -10px;
        margin-bottom: 20px;
    }

.breadcrumb > li + li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding: 0 5px;
    color: var(--white);
    display: none;
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

    .breadcrumb-area .breadcrumb li::after {
        content: "";
        height: 2px;
        left: -10px;
        margin-top: -1px;
        position: absolute;
        top: 50%;
        background: var(--white);
        width: 15px;
    }

    .breadcrumb-area .breadcrumb li:first-child::after {
        display: none;
    }

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-weight: 900;
    text-transform: uppercase;
    color: var(--white);
    font-size: 14px;
}


/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
    height: 100%;
}

    .banner-area.auto-height,
    .banner-area.auto-height div {
        height: auto;
    }

        .banner-area.auto-height .content {
            padding: 150px 0;
        }

    .banner-area .box-cell {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
    }

    .banner-area .box-table {
        display: table;
        width: 100%;
    }

    .banner-area .box-cell,
    .banner-area .box-cell div {
        height: auto;
    }

.banner-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .banner-area .content {
        position: relative;
        z-index: 9;
    }

    .banner-area.content-double .double-items {
        align-items: center;
        align-self: center;
        display: flex;
        justify-content: center;
        vertical-align: middle;
    }

    .banner-area .banner-carousel .owl-item.center img {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .banner-area .banner-carousel .owl-item img {
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
    }

    /* Animation delays */
    .banner-area .carousel-item h1:first-child,
    .banner-area .carousel-item h2:first-child,
    .banner-area .carousel-item h3:first-child,
    .banner-area .carousel-item h4:first-child,
    .banner-area .carousel-item h5:first-child,
    .banner-area .carousel-item h6:first-child {
        animation-delay: .5s;
    }

    .banner-area .carousel-item h1:nth-child(2),
    .banner-area .carousel-item h2:nth-child(2),
    .banner-area .carousel-item h3:nth-child(2),
    .banner-area .carousel-item h4:nth-child(2),
    .banner-area .carousel-item h5:nth-child(2),
    .banner-area .carousel-item h6:nth-child(2) {
        animation-delay: .7s;
    }

    .banner-area .carousel-item p {
        animation-delay: .5s;
    }

    .banner-area .carousel-item ul {
        animation-delay: .6s;
    }

    .banner-area .carousel-item a,
    .banner-area .carousel-item button {
        animation-delay: .7s;
    }

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .carousel-item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
    }

.carousel-fade .carousel-control {
    z-index: 2;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1);
    }

    to {
        -moz-transform: scale(1.2, 1.2);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1);
    }

    to {
        -o-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.2, 1.2);
    }
}

.carousel-inner .carousel-item > .slider-thumb {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%;
}

#particles-js,
#ripple {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-area .carousel-control {
    background: transparent none repeat scroll 0 0;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 70px;
    z-index: 1;
    text-transform: uppercase;
}

    .banner-area .carousel-control.shadow {
        background: transparent none repeat scroll 0 0;
        color: var(--white);
        font-size: 20px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px;
        opacity: 1;
        padding: 0;
        position: absolute;
        text-shadow: inherit;
        top: 50%;
        width: 50px;
        z-index: 1;
    }

        .banner-area .carousel-control.shadow::after {
            background: #1e2726 none repeat scroll 0 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            content: "";
            height: 100%;
            left: 0;
            opacity: 0.5;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: -1;
        }

    .banner-area .carousel-control.left {
        left: -80px;
    }

.banner-area:hover .carousel-control.left {
    left: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
    left: 20px;
}

.banner-area .carousel-control.right {
    right: -80px;
}

.banner-area:hover .carousel-control.right {
    right: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
    right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
}

.banner-area .carousel-indicators {
    position: absolute;
    right: auto;
    left: 0;
    width: auto;
    height: auto;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 30px 0;
}

    .banner-area .carousel-indicators li {
        display: block;
        height: 20px;
        width: 20px;
        margin: 10px 5px;
        border: 2px solid rgba(255, 255, 255, 0.7);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: transparent;
        position: relative;
        z-index: 1;
    }

        .banner-area .carousel-indicators li.active {
            border: 2px solid var(--white);
        }

        .banner-area .carousel-indicators li::after {
            position: absolute;
            left: 50%;
            top: 50%;
            content: "";
            height: 5px;
            width: 5px;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            background: var(--white);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

.banner-area.video-bg-live .mbYTP_wrapper {
    z-index: 1 !important;
}

.double-items > .row div {
    height: auto;
}

/* Content */

.banner-area.bg-top {
    background-size: cover;
    background-position: bottom center;
}

.banner-area.top-pad-80 {
    padding-top: 80px;
}

.banner-area.top-pad-80-desktop {
    padding-top: 80px;
}

.banner-area.auto-height .content-box {
    padding-top: 110px;
}

.banner-area p {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
}

.banner-area.text-center p,
.banner-area .text-center p {
    padding-left: 10%;
    padding-right: 10%;
}

.banner-area.auto-height .content-box .thumb-inner {
    margin-bottom: -50px;
    padding-bottom: 50px;
    margin-top: 100px;
    position: relative;
    padding-right: 100px;
}

.banner-area.bg-top {
    padding-bottom: 50px;
    margin-bottom: -50px;
}

.banner-area.auto-height .content-box .thumb-inner img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 120px;
    max-width: 350px;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 10px;
    border: none !important;
}

.banner-area h2 {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.4;
}

    .banner-area h2 strong {
        font-weight: 100;
        display: block;
    }

.banner-area a {
    margin-right: 25px;
    margin-top: 40px;
}

.banner-area .buttons {
    margin-top: 30px;
}

    .banner-area .buttons a {
        margin-top: 10px;
    }

.banner-area a.video-btn {
    margin-top: 30px;
}

.banner-area a:last-child {
    margin-right: 0;
}

.banner-area.text-center a,
.banner-area .text-center a {
    margin-left: 7px;
    margin-right: 7px;
}

.text-capitalized h2 {
    text-transform: capitalize;
}

.banner-area .button {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.banner-area.text-center .button,
.banner-area .text-center .button {
    justify-content: center;
}

.banner-area .fixed-shape {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 50%;
}

.banner-area.bg-gradient {
    background: linear-gradient(to bottom, var(--white), #AFE6FB);
}

@media only screen and (min-width: 1200px) {
    .banner-area.inc-shape::before {
        content: "";
        position: absolute;
        bottom: 28rem;
        left: 54rem;
        width: 90rem;
        height: 35rem;
        border-radius: 17rem;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: var(--color-primary);
        z-index: -1;
    }
}

.banner-area .thumb.width-160 img {
    max-width: 160%;
}

.banner-area .thumb.width-120 img {
    max-width: 120%;
}

.banner-area.content-less h2 {
    margin-bottom: 10px;
}

.banner-area h4 {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 900;
}

.banner-area .info.shape {
    position: relative;
    z-index: 1;
}

    .banner-area .info.shape::after {
        position: absolute;
        left: -80px;
        top: -80px;
        content: "";
        height: 200px;
        width: 200px;
        background: url(../img/shape/12.png);
        z-index: -1;
        background-size: contain;
        background-position: left top;
    }

.banner-area .top-shape {
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    height: 40%;
    width: 90%;
    z-index: -1;
    opacity: 0.07;
}

.banner-area .bottom-shape {
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40%;
    width: 90%;
    z-index: -1;
}

.banner-area.bg-bottom {
    background-size: cover;
    background-position: bottom center;
}

    .banner-area.bg-bottom::after {
        position: absolute;
        left: -150px;
        top: -150px;
        content: "";
        height: 500px;
        width: 500px;
        background: var(--white);
        z-index: -1;
        border-radius: 50%;
        opacity: 0.1;
    }

    .banner-area.bg-bottom::before {
        position: absolute;
        left: -150px;
        top: -150px;
        content: "";
        height: 600px;
        width: 600px;
        background: var(--white);
        z-index: -1;
        border-radius: 50%;
        opacity: 0.07;
    }

.banner-area.angle-shape:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0;
    border-right: 100vw solid var(--white);
    border-top: 300px solid transparent;
    width: 0;
    z-index: -1;
}

.banner-area .big-thumb img {
    max-width: 200%;
    margin-top: 80px;
}

.banner-area .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

    .banner-area .shape img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

.banner-area form {
    position: relative;
    max-width: 90%;
    background: var(--white);
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: 30px;
    margin-top: 35px;
}

    .banner-area form input {
        background: transparent;
        box-shadow: inherit;
        border: none;
        border-radius: 30px;
        min-height: 60px;
        padding-left: 25px;
    }

    .banner-area form button {
        position: absolute;
        right: 5px;
        top: 5px;
        height: 50px;
        padding: 0 25px;
        border-radius: 30px;
        background: var(--color-primary);
        color: var(--white);
        font-weight: 900;
    }

.banner-area.bg-half-dark {
    position: relative;
    z-index: 1;
}

    .banner-area.bg-half-dark::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 30%;
        width: 100%;
        background: var(--dark);
        z-index: -1;
    }

    .banner-area.bg-half-dark.auto-height .content-box .thumb-inner {
        margin-bottom: 0;
    }

        .banner-area.bg-half-dark.auto-height .content-box .thumb-inner img {
            border: 2px solid #e7e7e7;
            border-radius: 16px;
            border-top: 1px solid#e7e7e7;
        }

.banner-area .left-shape {
    position: absolute;
    left: -230px;
    top: -200px;
    height: 800px !important;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}

.banner-area .banner-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 75% !important;
    width: 100%;
    background-size: cover;
    background-position: bottom left;
    z-index: -1;
}

.banner-area .thumb-inner .shape-circle {
    position: absolute;
    right: -120px;
    top: -120px;
    content: "";
    height: 500px;
    width: 500px;
    border: 80px solid var(--color-primary);
    z-index: -1;
    border-radius: 50%;
    opacity: 1;
}

/* Animated Shape */

.item-animated {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@-webkit-keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes infinite-move {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@-webkit-keyframes infinite-move {
    from {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -ms-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes infinite-move {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}


/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
    color: var(--color-primary);
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

    .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background: var(--white) repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-animation: pulse-border 1500ms ease-out infinite;
        animation: pulse-border 1500ms ease-out infinite;
    }

    .video-play-button.theme:before,
    .video-play-button.theme:after {
        background: var(--color-primary) repeat scroll 0 0;
    }

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
    background: #FF5621 repeat scroll 0 0;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--white) repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: var(--color-primary);
}

.video-play-button.theme i {
    color: var(--white);
}

.video-play-button.relative {
    position: relative;
    display: inline-block;
    left: 30px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    text-align: center;
    margin-top: 0 !important;
    top: 55px;
    margin-left: 10px;
}

    .video-play-button.relative::before,
    .video-play-button.relative::after {
        height: 68px;
        width: 68px;
        line-height: 68px;
    }

    .video-play-button.relative i {
        line-height: 70px;
        font-size: 25px;
    }

/* Nice Select CSS */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
    z-index: 1;
}

    .nice-select:hover {
        border-color: #dbdbdb;
    }

    .nice-select:active,
    .nice-select.open,
    .nice-select:focus {
        border-color: #999;
    }

    .nice-select:after {
        border-bottom: 2px solid #999;
        border-right: 2px solid #999;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 12px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        overflow-y: auto !important;
        height: 200px;
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #96aac1;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        background-color: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        width: 100%;
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .nice-select .option:hover,
        .nice-select .option.focus,
        .nice-select .option.selected.focus {
            background-color: #f6f6f6;
        }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* ============================================================== 
     # About Area
=================================================================== */

.about-area .fixed-shape-left {
    position: absolute;
    left: 0;
    top: 250px;
    max-width: 700px;
    opacity: 0.1;
}

.about-area .thumb {
    position: relative;
    z-index: 1;
    padding-right: 80px;
    margin-bottom: 80px;
    margin-left: -20%;
}

    .about-area .thumb img {
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        border-radius: 10px;
        padding: 10px;
        background: var(--white);
    }

        .about-area .thumb img:nth-child(2) {
            position: absolute;
            right: 0;
            bottom: -80px;
        }

.about-area .about-items .info {
    padding-left: 35px;
}

.about-area .info h4 {
    font-weight: 900;
    color: var(--color-primary);
}

.about-area .info h2 {
    font-weight: 900;
    margin-bottom: 40px;
}

.about-area .about-items ul {
    margin-top: 25px;
}

    .about-area .about-items ul li {
        position: relative;
        padding-left: 45px;
        margin-top: 30px;
    }

        .about-area .about-items ul li::after {
            position: absolute;
            left: 0px;
            top: 0px;
            content: "N";
            font-family: ElegantIcons;
            color: var(--white);
            height: 25px;
            width: 25px;
            line-height: 25px;
            text-align: center;
            background: var(--color-primary);
            border-radius: 50%;
        }

    .about-area .about-items ul h5 {
        font-weight: 900;
    }

    .about-area .about-items ul p {
        margin: 0px;
    }

.about-area .about-items .info .button {
    margin-top: 35px;
}

    .about-area .about-items .info .button a {
        margin-right: 15px;
    }

        .about-area .about-items .info .button a:nth-child(2) {
            border-bottom: 1px solid;
        }

/* ============================================================== 
     # About Area version two
=================================================================== */

.about-area .about-content .info {
    padding-left: 35px;
}

.about-area .info h4 {
    font-weight: 900;
    color: var(--color-primary);
}

.about-area .info h2 {
    font-weight: 900;
    margin-bottom: 40px;
}

.about-area .about-content ul h5 {
    font-weight: 900;
}

.about-area .about-content ul li {
    display: flex;
    align-items: center;
    border-right: 1px solid #e7e7e7;
    margin-right: 30px;
    padding-right: 30px;
    text-align: left;
}

.about-area .about-content ul {
    display: flex;
    margin-top: 35px;
    position: relative;
    z-index: 1;
    padding-top: 40px;
}

    .about-area .about-content ul::after {
        position: absolute;
        left: -300%;
        top: 0;
        content: "";
        height: 500px;
        width: 600%;
        background: #edf5ff;
        z-index: -1;
    }

.about-area .thumbs {
    z-index: 9;
    position: relative;
}

.about-area .about-content ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}

.about-area .about-content ul li i {
    display: inline-block;
    font-size: 40px;
    color: var(--color-primary);
    margin-right: 20px;
}

.about-area .about-content ul li span {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    color: var(--color-heading);
}

@media only screen and (min-width: 1100px) {
    .about-area.inc-left-border::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 70px;
        background: var(--white);
        z-index: 9;
    }
}


/* ============================================================== 
     # About Version Two
=================================================================== */
.about-area .about-items .info.right-info {
    padding-left: 15px;
    padding-right: 35px;
    border-right: 1px solid #e7e7e7;
}

.about-area .about-items .features-content {
    padding-left: 50px;
}

    .about-area .about-items .features-content i {
        display: inline-block;
        font-size: 50px;
        margin-bottom: 25px;
        color: var(--color-primary);
        background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .about-area .about-items .features-content h4 {
        font-weight: 900;
    }

    .about-area .about-items .features-content p {
        margin: 0;
    }

    .about-area .about-items .features-content .item {
        margin-top: 30px;
    }

.about-area .about-items .features-content {
    margin-top: -50px;
}


/* ============================================================== 
     # About Style Three
=================================================================== */
.about-style-three .thumb {
    position: relative;
    z-index: 1;
    padding-right: 35px;
}

    .about-style-three .thumb img:first-child {
        float: right;
        max-width: 55%;
        margin-top: 80px;
    }

    .about-style-three .thumb img:nth-child(2) {
        max-width: 53%;
        margin-left: -13%;
    }

    .about-style-three .thumb img {
        border-radius: 8px;
    }

.get-app {
    background: var(--white);
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    display: inline-block;
    max-width: 50%;
    margin-left: -12%;
    margin-top: 30px;
    padding: 37px;
    border-radius: 8px;
}

.app-user .content {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .app-user .content img {
        max-width: 100%;
        height: 45px;
        width: 45px;
        border-radius: 50%;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        padding: 2px;
        background: var(--white);
        position: relative;
        left: -20px;
    }

        .app-user .content img:first-child {
            left: 0;
        }

        .app-user .content img:nth-child(3) {
            left: -40px;
        }

        .app-user .content img:nth-child(4) {
            left: -60px;
        }

    .app-user .content a {
        display: inline-block;
        height: 45px;
        width: 45px;
        min-width: 45px;
        line-height: 42px;
        text-align: center;
        background: #eee7e7;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        border-radius: 50%;
        font-size: 14px;
        border: 2px solid var(--white);
        color: var(--color-primary);
        position: relative;
        left: -80px;
    }

.get-app .btn {
    margin-top: 25px;
    display: block;
}

.get-app h5 {
    text-transform: uppercase;
    font-weight: 900;
    color: var(--color-primary);
    font-size: 14px;
}

.get-app h4 {
    font-weight: 900 !important;
    font-size: 18px;
    color: var(--color-heading) !important;
}

.about-style-three {
    position: relative;
    z-index: 1;
}

    .about-style-three .shape {
        position: absolute;
        right: 0;
        top: -10px;
        height: 200px;
        width: 100%;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right top;
    }

    .about-style-three h4 {
        text-transform: capitalize;
        font-weight: 600;
        color: var(--color-primary);
    }

    .about-style-three h2 {
        font-weight: 900;
        margin-bottom: 25px;
    }

    .about-style-three li {
        margin-top: 30px;
        padding-left: 45px;
        position: relative;
        z-index: 1;
    }

        .about-style-three li h5 {
            font-weight: 900;
        }

        .about-style-three li p {
            margin: 0;
        }

        .about-style-three li::after {
            position: absolute;
            left: 0;
            top: 0;
            content: "\f00c";
            font-family: "Font Awesome 5 Pro";
            font-size: 11px;
            height: 30px;
            width: 30px;
            line-height: 30px;
            border: 1px solid var(--color-paragraph);
            text-align: center;
            border-radius: 5px;
            color: var(--color-primary);
            font-weight: 900;
        }

    .about-style-three .info {
        margin-top: 80px;
    }


/* ============================================================== 
     # Features
=================================================================== */

.mt-less-50p {
    margin-top: -50px;
}

.features-area .features-box .item {
    background: var(--white);
    padding: 60px 37px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: 7px;
    display: flex;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .features-area .features-box .item::before {
        position: absolute;
        left: -55px;
        top: -35px;
        content: "";
        height: 200px;
        width: 152px;
        background: url(../img/shape/19.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top left;
        transform: rotate(95deg);
        z-index: -1;
        opacity: 0.6;
    }

.features-area .features-box .item-inner {
    margin-bottom: 30px;
}

    .features-area .features-box .item-inner:last-child {
        margin-bottom: 0;
    }

.features-area .features-box .item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 0;
    width: 100%;
    background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
    z-index: -1;
    transition: all 0.35s ease-in-out;
}

.features-area .features-box .item:hover::after {
    height: 100%;
}

.features-area .features-box .single-item .item p,
.features-area .features-box .single-item .item h4 {
    transition: all 0.35s ease-in-out;
}

.features-area .features-box .single-item .item:hover p,
.features-area .features-box .single-item .item:hover h4 {
    color: var(--white);
}

.features-area .features-box .item .icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background: var(--white);
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
    border-radius: 8px;
    text-align: center;
    margin-right: 30px;
    min-width: 80px;
}

.features-area .features-box .item i {
    display: inline-block;
    font-size: 45px;
    color: var(--color-primary);
    background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.features-area .features-box .item h4 {
    font-weight: 900;
}

.features-area .features-box .item p {
    margin: 0;
}

.features-area .features-box .item ul {
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
}

    .features-area .features-box .item ul li {
        display: inline-block;
        margin: 0 10px;
        font-weight: 900;
        color: var(--color-heading);
        text-transform: uppercase;
        font-size: 13px;
    }

        .features-area .features-box .item ul li a:hover {
            color: var(--color-primary);
        }

.features-area .features-box .left-content {
    padding-right: 35px;
}

    .features-area .features-box .left-content h4 {
        color: var(--color-primary);
        font-weight: 900;
    }

    .features-area .features-box .left-content h2 {
        font-weight: 900;
        margin-bottom: 25px;
    }

    .features-area .features-box .left-content a {
        margin-top: 20px;
    }

.features-area .features-box .features-carousel .owl-dots {
    margin-top: 40px;
    margin-bottom: -8px;
}

    .features-area .features-box .features-carousel .owl-dots .owl-dot span {
        display: block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: var(--white);
        position: relative;
        z-index: 1;
        border: 2px solid #e7e7e7;
    }

    .features-area .features-box .features-carousel .owl-dots .owl-dot.active span::after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 5px;
        width: 5px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        background: var(--color-primary);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }


/* ============================================================== 
     # Advanced Features
=================================================================== */

.advanced-features-area .right-shape {
    position: absolute;
    right: 0;
    top: 120px;
    z-index: -1;
}

.advanced-features-area .af-items .single-item {
    margin-bottom: 30px;
}

.advanced-features-area .af-items .item h4 {
    font-weight: 900;
}

.advanced-features-area .af-items .item p {
    margin: 0;
}

.advanced-features-area .af-items .item i {
    display: inline-block;
    font-size: 60px;
    color: var(--color-primary);
    background: linear-gradient(45deg, #02ebad 0%, #5a57fb 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.advanced-features-area .af-items .item .icon {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

    .advanced-features-area .af-items .item .icon::after {
        position: absolute;
        left: 0;
        top: -20px;
        content: "";
        height: 70px;
        width: 70px;
        background: linear-gradient(62.5deg, transparent, rgba(237, 245, 255, 0.9));
        z-index: -1;
        border-radius: 50%;
        transform: rotate(-45deg);
        transition: all 0.35s ease-in-out;
    }

.advanced-features-area .af-items .item {
    padding: 50px 30px;
    padding-top: 75px;
    background: var(--white);
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: 8px;
    transition: all 0.35s ease-in-out;
    border-bottom: 3px solid transparent;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .advanced-features-area .af-items .item::after {
        position: absolute;
        left: 0;
        top: 10px;
        content: "";
        height: 80px;
        width: 200px;
        background: url(../img/shape/19.png);
        z-index: -1;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .advanced-features-area .af-items .item:hover {
        margin-top: -15px;
    }

/* ============================================================== 
     # Our Features Area
=================================================================== */

.our-features-area .fixed-bg {
    opacity: 0.4;
}

.our-features-area .feature-items .single-item {
    margin-bottom: 30px;
}

    .our-features-area .feature-items .single-item .item {
        border-radius: 8px;
        padding: 60px 37px;
        padding-top: 90px;
        box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
        background: var(--white);
    }

.our-features-area .feature-items .item .icon {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

    .our-features-area .feature-items .item .icon::after {
        position: absolute;
        right: -70px;
        bottom: 0;
        content: "";
        height: 80px;
        width: 80px;
        background: #f3fbfe;
        z-index: -1;
        transform: translateX(-50%);
        -webkit-clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
        clip-path: polygon(40% 7.67949%, 43.1596% 6.20615%, 46.52704% 5.30384%, 50% 5%, 53.47296% 5.30384%, 56.8404% 6.20615%, 60% 7.67949%, 81.65064% 20.17949%, 84.50639% 22.17911%, 86.97152% 24.64425%, 88.97114% 27.5%, 90.44449% 30.6596%, 91.34679% 34.02704%, 91.65064% 37.5%, 91.65064% 62.5%, 91.34679% 65.97296%, 90.44449% 69.3404%, 88.97114% 72.5%, 86.97152% 75.35575%, 84.50639% 77.82089%, 81.65064% 79.82051%, 60% 92.32051%, 56.8404% 93.79385%, 53.47296% 94.69616%, 50% 95%, 46.52704% 94.69616%, 43.1596% 93.79385%, 40% 92.32051%, 18.34936% 79.82051%, 15.49361% 77.82089%, 13.02848% 75.35575%, 11.02886% 72.5%, 9.55551% 69.3404%, 8.65321% 65.97296%, 8.34936% 62.5%, 8.34936% 37.5%, 8.65321% 34.02704%, 9.55551% 30.6596%, 11.02886% 27.5%, 13.02848% 24.64425%, 15.49361% 22.17911%, 18.34936% 20.17949%);
    }

    .our-features-area .feature-items .item .icon > i {
        display: inline-block;
        font-size: 55px;
        color: var(--color-primary);
        background: linear-gradient(45deg, #02ebad 0%, #5a57fb 100%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        position: relative;
        z-index: 1;
    }

.our-features-area .feature-items .item h4 {
    font-weight: 900;
}

.our-features-area .feature-items .item p {
    margin-bottom: 0;
}

.our-features-area .feature-items .single-item .item.service-banner {
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    z-index: 1;
    padding: 47px 37px;
    border-radius: 8px;
    overflow: hidden;
}

    .our-features-area .feature-items .single-item .item.service-banner::before {
        position: absolute;
        right: -100px;
        bottom: -100px;
        content: "";
        height: 300px;
        width: 300px;
        background: url(../img/shape/14.png);
        border-radius: 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .our-features-area .feature-items .single-item .item.service-banner::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: var(--black);
        z-index: -1;
        opacity: 0.6;
        border-radius: 8px;
    }

    .our-features-area .feature-items .single-item .item.service-banner h4 {
        font-weight: 600;
        color: #007cff;
    }

    .our-features-area .feature-items .single-item .item.service-banner h2 {
        color: var(--white);
        font-weight: 900;
    }

    .our-features-area .feature-items .single-item .item.service-banner .btn {
        margin-top: 15px;
    }

        .our-features-area .feature-items .single-item .item.service-banner .btn:hover {
            color: var(--white);
            border-color: var(--white);
        }

/* ============================================================== 
     # feture version three
=================================================================== */

.features-area .feature-box {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 90px;
}

    .features-area .feature-box .single-item {
        margin-bottom: 30px;
    }

        .features-area .feature-box .single-item .item {
            padding: 50px 30px;
            transition: all 0.35s ease-in-out;
            border-radius: 8px;
        }

            .features-area .feature-box .single-item .item i {
                display: inline-block;
                font-size: 50px;
                margin-bottom: 30px;
                color: var(--color-heading);
                position: relative;
                z-index: 1;
            }

                .features-area .feature-box .single-item .item i::after {
                    position: absolute;
                    left: -30px;
                    top: -15px;
                    content: "";
                    height: 80px;
                    width: 80px;
                    background: var(--color-primary);
                    z-index: -1;
                    -webkit-clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
                    clip-path: polygon(92.32051% 40%, 93.79385% 43.1596%, 94.69616% 46.52704%, 95% 50%, 94.69616% 53.47296%, 93.79385% 56.8404%, 92.32051% 60%, 79.82051% 81.65064%, 77.82089% 84.50639%, 75.35575% 86.97152%, 72.5% 88.97114%, 69.3404% 90.44449%, 65.97296% 91.34679%, 62.5% 91.65064%, 37.5% 91.65064%, 34.02704% 91.34679%, 30.6596% 90.44449%, 27.5% 88.97114%, 24.64425% 86.97152%, 22.17911% 84.50639%, 20.17949% 81.65064%, 7.67949% 60%, 6.20615% 56.8404%, 5.30384% 53.47296%, 5% 50%, 5.30384% 46.52704%, 6.20615% 43.1596%, 7.67949% 40%, 20.17949% 18.34936%, 22.17911% 15.49361%, 24.64425% 13.02848%, 27.5% 11.02886%, 30.6596% 9.55551%, 34.02704% 8.65321%, 37.5% 8.34936%, 62.5% 8.34936%, 65.97296% 8.65321%, 69.3404% 9.55551%, 72.5% 11.02886%, 75.35575% 13.02848%, 77.82089% 15.49361%, 79.82051% 18.34936%);
                    opacity: 0.07;
                }

        .features-area .feature-box .single-item h4 {
            font-weight: 900;
        }

        .features-area .feature-box .single-item p {
            margin: 0;
        }

        .features-area .feature-box .single-item:nth-child(2n) .item {
            box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        }

        .features-area .feature-box .single-item .item:hover {
            box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        }


/* ============================================================== 
     # Softar Features
=================================================================== */

.softar-features-area .features-box {
    margin: 0 -15px;
}

.softar-features-area .single-item .item {
    padding: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

    .softar-features-area .single-item .item i {
        display: inline-block;
        font-size: 60px;
        margin-bottom: 40px;
        position: relative;
        z-index: 1;
        color: var(--color-primary);
        background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .softar-features-area .single-item .item h4 {
        font-weight: 900;
    }

    .softar-features-area .single-item .item p {
        margin: 0;
        color: #cccccc;
    }

/* Software Features */
.software-feature-area .item {
    display: flex;
    background: var(--white);
    padding: 30px;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #f7f1f1;
    border-radius: 10px;
}

    .software-feature-area .item .icon img {
        min-width: 50px;
        max-width: 50px;
        margin-right: 20px;
    }

    .software-feature-area .item h4 {
        font-weight: 900;
    }

    .software-feature-area .item:first-child {
        margin-top: 0;
        border: 1px solid transparent;
    }

    .software-feature-area .item::after {
        position: absolute;
        left: 0;
        top: 50px;
        content: "";
        height: 100%;
        width: 100%;
        background: var(--white);
        z-index: -1;
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        transition: all 0.35s ease-in-out;
        opacity: 0;
        border-radius: 10px;
    }

    .software-feature-area .item:first-child::after,
    .software-feature-area .item:hover::after {
        top: 0;
        opacity: 1;
    }

    .software-feature-area .item p {
        margin-bottom: -5px;
    }

.software-feature-area .features-list {
    padding-left: 80px;
    border-left: 1px solid #e7e7e7;
}

.software-feature-area .left-info {
    padding-right: 80px;
}

    .software-feature-area .left-info h2 {
        font-weight: 900;
        margin-bottom: 30px;
    }

    .software-feature-area .left-info p:last-child {
        margin-bottom: 0;
    }

    .software-feature-area .left-info a {
        margin-top: 20px;
    }

.software-feature-area .item i {
    position: absolute;
    left: -98px;
    top: 40%;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: var(--color-primary);
    text-align: center;
    border-radius: 50%;
    color: var(--white);
    margin-top: -18px;
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.software-feature-area .item:hover i,
.software-feature-area .item:first-child i {
    top: 50%;
    opacity: 1;
}

.software-feature-area .item:hover {
    border: 1px solid transparent;
}


/* ============================================================== 
     # Process
=================================================================== */
.process-area .info {
    padding-left: 35px;
}

    .process-area .info h2 {
        font-weight: 900;
        margin-bottom: 50px;
    }

    .process-area .info li {
        margin-bottom: 50px;
        position: relative;
        z-index: 1;
        display: flex;
    }

        .process-area .info li:last-child {
            margin-bottom: 0;
        }

        .process-area .info li h4 {
            font-weight: 900;
        }

            .process-area .info li h4 span {
                font-size: 12px;
                background: #e9e9e9;
                display: inline-block;
                padding: 5px 10px;
                margin-left: 15px;
                position: relative;
                z-index: 1;
                text-transform: capitalize;
                min-width: 72px;
                font-weight: 900;
            }

.process-area.bg-gray .info li h4 span {
    background: var(--white);
}

.process-area .info li h4 span::after {
    position: absolute;
    left: -8px;
    top: 0px;
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #e9e9e9;
}

.process-area.bg-gray .info li h4 span::after {
    border-right: 12px solid var(--white);
}

.process-area .info li p {
    margin: 0;
}

.process-area .info ul {
    position: relative;
    z-index: 1;
}

    .process-area .info ul::after {
        position: absolute;
        left: 20px;
        top: 0;
        content: "";
        height: 100%;
        width: 1px;
    }

.process-area .info li i {
    display: inline-block;
    font-size: 45px;
    margin-right: 25px;
    padding-bottom: 20px;
    font-weight: 100;
    background: var(--white);
    color: var(--color-primary);
}

    .process-area .info li i.fa-cloud-download {
        font-size: 40px;
        margin-left: -5px;
    }

.process-area .thumb img {
    margin-left: -25%;
    max-width: 125%;
}

.process-area.bg-gray .info li i {
    background: #edf5ff;
}

.process-area .info li::after {
    position: absolute;
    left: 18px;
    top: 0;
    content: "";
    height: 135%;
    width: 1px;
    background: #dddddd;
    z-index: -1;
}

.process-area.bg-gray .info li::after {
    background: #cccccc;
}

.process-area .info li:last-child::after {
    display: none;
}


/* ============================================================== 
     # Why Choose us
=================================================================== */

.choose-us-area.padding-bottom-extra {
    padding-bottom: 200px;
}

.choose-us-area .thumb {
    position: relative;
    z-index: 1;
}

    .choose-us-area .thumb img {
        max-width: 120%;
        margin-left: -20%;
    }

.choose-us-area .info {
    padding-left: 35px;
}

.choose-us-area .fun-fact {
    position: relative;
    min-width: 120px;
}

.choose-us-area .counter {
    position: relative;
}

.choose-us-area .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 900;
    color: var(--color-heading);
    line-height: 1;
    margin-bottom: 5px;
}

    .choose-us-area .counter .operator {
        font-size: 40px;
        margin-left: 2px;
    }

.choose-us-area .medium {
    font-weight: 900;
    color: var(--color-heading);
    text-align: right;
    float: right;
}

.choose-us-area .item {
    display: flex;
    margin-bottom: 30px;
}

    .choose-us-area .item:last-child {
        margin-bottom: 0;
    }

    .choose-us-area .item .fun-fact {
        margin-right: 30px;
    }

    .choose-us-area .item .content {
        border-left: 1px solid #cccccc;
        padding-left: 30px;
    }

        .choose-us-area .item .content p {
            margin: 0;
        }

.choose-us-area .info h4 {
    font-weight: 900;
    color: var(--color-primary);
}

.choose-us-area .info h2 {
    font-weight: 900;
    margin-bottom: 30px;
}

.choose-us-area .info ul {
    margin-top: 15px;
    overflow: hidden;
}

    .choose-us-area .info ul li {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

.choose-us-area .progress-box {
    margin-top: 40px;
    position: relative;
}

    .choose-us-area .progress-box h5 {
        font-weight: 900;
    }

    .choose-us-area .progress-box .progress {
        height: 8px;
        background: var(--white);
        overflow: inherit;
        box-shadow: 0 0 10px #cccccc;
    }

        .choose-us-area .progress-box .progress .progress-bar {
            background: var(--color-primary);
            position: relative;
            overflow: inherit;
            border-radius: 30px;
        }

            .choose-us-area .progress-box .progress .progress-bar span {
                position: absolute;
                right: 0;
                top: -33px;
                color: var(--color-heading);
                z-index: 9;
                opacity: 1;
                font-size: 16px;
                font-weight: 900;
            }

.choose-us-area .info ul li h5 {
    margin: 0;
    font-weight: 900;
}

.choose-us-area .info ul li i {
    display: inline-block;
    font-size: 30px;
    color: var(--color-primary);
    text-align: center;
    border-radius: 50%;
    margin-right: 14px;
}


/* ============================================================== 
     # Fun Factor 
=================================================================== */

.fun-factor-area .fun-fact-items {
    padding: 80px 0;
    background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
    position: relative;
}

    .fun-factor-area .fun-fact-items .item {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

        .fun-factor-area .fun-fact-items .item:last-child {
            border-right: none;
        }

.fun-factor-area .fun-fact .timer {
    font-size: 36px;
    font-weight: 800;
    color: var(--white);
}

.fun-factor-area .fun-fact .medium {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
}

.fun-factor-area .fun-fact {
    position: relative;
}

    .fun-factor-area .fun-fact i {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: -30px;
        transform: translateX(-50%);
        font-size: 80px;
        opacity: 0.2;
        color: var(--white);
    }

/* ============================================================== 
     # Fun Fact Version Three
=================================================================== */

.fun-facts-area .shape {
    position: absolute;
    right: 0;
    top: 0;
    height: 70%;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    text-align: right;
}

.fun-facts-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .fun-facts-area {
        width: 90%;
        margin: auto;
        border-radius: 30px;
        max-width: 1500px;
    }
}

.fun-facts-area .fun-fact {
    text-align: center;
}

    .fun-facts-area .fun-fact .counter {
        position: relative;
    }

    .fun-facts-area .fun-fact .counter {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 45px;
        font-weight: 900;
        color: var(--color-heading);
        line-height: 1;
        margin-bottom: 5px;
        font-family: var(--font-heading);
    }

    .fun-facts-area .fun-fact .medium {
        font-weight: 600;
    }


/* ============================================================== 
     # Overview Carousel
=================================================================== */
@media only screen and (min-width: 1200px) {
    .overview-area .container-full {
        margin-left: calc((100% - 1200px)/ 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

@media only screen and (min-width: 1200px) {

    .overview-area .overview-carousel.owl-carousel .owl-stage {
        left: -300px;
    }
}

@media only screen and (max-width: 1200px) {

    .overview-area .item .content h4 {
        justify-content: center;
    }
}

.overview-area.carousel-shadow .owl-stage-outer {
    margin: -15px -15px;
    padding: 15px;
}

.overview-area .item {
    position: relative;
}

    .overview-area .item .content {
        margin-top: 15px;
        margin-left: 30px;
    }

    .overview-area .item img {
        box-shadow: 0 0 10px #e7e7e7;
        border-radius: 10px;
        border: 3px solid var(--white);
    }

    .overview-area .item .content h4 {
        margin: 0;
        font-weight: 900;
        text-transform: capitalize;
        display: flex;
        align-items: center;
    }

        .overview-area .item .content h4 span {
            display: inline-block;
            margin-right: 60px;
            position: relative;
            font-size: 36px;
            font-weight: 900;
        }

            .overview-area .item .content h4 span::after {
                position: absolute;
                right: -42px;
                top: 50%;
                content: "";
                height: 2px;
                width: 30px;
                background: var(--color-primary);
                margin-top: -1px;
            }

.overview-area .overview-carousel.owl-carousel .owl-dots {
    margin-top: 40px;
    margin-bottom: -8px;
}

    .overview-area .overview-carousel.owl-carousel .owl-dots .owl-dot span {
        display: block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: var(--white);
        position: relative;
        z-index: 1;
        border: 2px solid #e7e7e7;
    }

    .overview-area .overview-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 5px;
        width: 5px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        background: var(--color-primary);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }


/* ============================================================== 
     # Tab Overview
=================================================================== */

/* Center Tabs */

.center-tabs .nav-tabs {
    margin-bottom: 60px !important;
    text-align: center;
    border-bottom: 2px solid #e7e7e7;
}

    .center-tabs .nav-tabs li {
        float: none;
        display: inline-block;
        margin: 0;
        padding: 0;
        border: none;
    }

        .center-tabs .nav-tabs li a {
            display: block;
            border: none;
            border-radius: 5px;
            padding: 10px;
            padding-bottom: 20px;
            position: relative;
            z-index: 1;
            font-size: 18px;
            font-weight: 900;
        }

            .center-tabs .nav-tabs li a:hover,
            .center-tabs .nav-tabs li a:focus {
                background: transparent;
            }

            .center-tabs .nav-tabs li a.active {
                color: var(--color-primary);
            }

                .center-tabs .nav-tabs li a.active::after {
                    position: absolute;
                    left: 50%;
                    bottom: -15px;
                    content: "";
                    height: 15px;
                    width: 1px;
                    background: var(--color-primary);
                }

                .center-tabs .nav-tabs li a.active::before {
                    position: absolute;
                    left: 50%;
                    bottom: -24px;
                    content: "";
                    height: 10px;
                    width: 10px;
                    border: 2px solid var(--color-primary);
                    margin-left: -5px;
                    border-radius: 50%;
                }

.about-area .center-tabs {
    margin-top: 50px;
}

.center-tabs .tab-content .info {
    padding-left: 35px;
}

.tab-overview-area .center-tabs img {
    background: var(--white);
    box-shadow: 0 0 10px #cccccc;
    border-radius: 10px;
}

.center-tabs .info h3 {
    font-weight: 900;
    margin-bottom: 30px;
    line-height: 1.3;
    position: relative;
    padding-right: 40px;
}

    .center-tabs .info h3 strong {
        position: absolute;
        right: 0;
        opacity: 0.1;
        font-size: 40px;
        top: -10px;
    }

.center-tabs .info a i {
    font-size: 14px;
    margin-right: 2px;
}

.center-tabs .info a {
    margin-top: 20px;
}

/* ============================================================== 
     # Overview Grid
=================================================================== */

.overview-grid-area .single-item {
    margin-bottom: 80px;
}

    .overview-grid-area .single-item:last-child {
        margin-bottom: 0;
    }

    .overview-grid-area .single-item .info {
        padding-left: 35px;
    }

        .overview-grid-area .single-item .info.order-lg-first {
            padding-right: 35px;
            padding-left: 15px;
        }

    .overview-grid-area .single-item h4 {
        font-weight: 900;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .overview-grid-area .single-item h4 span {
            display: inline-block;
            margin-right: 60px;
            position: relative;
            font-size: 36px;
            font-weight: 900;
        }

            .overview-grid-area .single-item h4 span::after {
                position: absolute;
                right: -42px;
                top: 50%;
                content: "";
                height: 2px;
                width: 30px;
                background: var(--color-primary);
                margin-top: -1px;
            }

    .overview-grid-area .single-item ul {
        margin-top: 20px;
    }

        .overview-grid-area .single-item ul li {
            padding: 0 15px;
            margin-top: 10px;
            position: relative;
            z-index: 1;
            padding-left: 25px;
            font-size: 14px;
            font-weight: 900;
        }

            .overview-grid-area .single-item ul li::after {
                position: absolute;
                left: 0px;
                top: 0px;
                content: "N";
                font-family: ElegantIcons;
                color: rgb(74, 196, 243);
            }


/* ============================================================== 
     # Clients
=================================================================== */

.clients-area .client-items {
    padding: 120px 50px;
    background: linear-gradient(97deg, rgba(74, 196, 243, 1) 45%, rgba(0, 184, 255, 1) 100%);
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
    position: relative;
    overflow: hidden;
}

    .clients-area .client-items .fixed-shape-bottom {
        width: 100%;
        background-size: cover;
        background-position: top left;
        bottom: auto;
        top: 200px;
        opacity: 0.4;
    }

.clients-area h2 {
    font-weight: 900;
    margin: 0;
}

.clients-area .partner-carousel,
.clients-area .clients-carousel {
    margin-top: 50px;
    position: relative;
}

    .clients-area .partner-carousel img,
    .clients-area .clients-carousel img {
        width: auto;
        margin: auto;
    }

    .clients-area .partner-carousel::after {
        position: absolute;
        right: -50px;
        top: -165px;
        content: "";
        height: 300px;
        width: 250px;
        background: url(../img/shape/dotted-bg.png);
        z-index: -1;
    }

.clients-area.shape-less .partner-carousel::after {
    display: none;
}

.clients-area.text-light .partner-carousel::after {
    display: none;
}

ul.achivement li {
    display: inline-block;
    margin-right: 40px;
    border-right: 1px solid #cccccc;
    padding-right: 40px;
    float: left;
}

.text-light ul.achivement li {
    border-right: 1px solid rgba(255, 255, 255, 0.6);
}

ul.achivement li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

ul.achivement li .counter {
    position: relative;
}

ul.achivement li .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 50px;
    font-weight: 900;
    color: var(--color-heading);
    line-height: 1;
    margin-bottom: 5px;
}

.text-light ul.achivement li .counter {
    color: var(--white);
}

ul.achivement li .counter .operator {
    font-size: 40px;
    margin-left: 2px;
}

ul.achivement li .medium {
    font-weight: 900;
    color: var(--color-heading);
    text-align: right;
    float: right;
}

.text-light ul.achivement li .medium {
    color: var(--white);
}

/* ============================================================== 
     # Subscribe
=================================================================== */

.subscribe-area .subscribe-items {
    padding: 80px 50px;
    background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
    position: relative;
    overflow: hidden;
}

    .subscribe-area .subscribe-items .fixed-shape-bottom {
        width: 100%;
        background-size: cover;
        background-position: top left;
        bottom: auto;
        top: 200px;
        opacity: 0.4;
    }

.subscribe-area form {
    max-width: 80%;
    margin: 30px auto auto;
    position: relative;
}

    .subscribe-area form input {
        background: var(--white);
        border: none;
        min-height: 65px;
        border-radius: 50px;
        padding-left: 30px;
    }

        .subscribe-area form input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: var(--color-heading);
        }

        .subscribe-area form input::-moz-placeholder {
            /* Firefox 19+ */
            color: var(--color-heading);
        }

        .subscribe-area form input:-ms-input-placeholder {
            /* IE 10+ */
            color: var(--color-heading);
        }

        .subscribe-area form input:-moz-placeholder {
            /* Firefox 18- */
            color: var(--color-heading);
        }

    .subscribe-area form button {
        position: absolute;
        right: 5px;
        top: 5px;
        border-radius: 30px;
        min-height: 55px;
        min-width: 150px;
        font-weight: 600;
        background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
        color: var(--white);
    }

        .subscribe-area form button i {
            font-size: 20px;
            margin-left: 2px;
            position: relative;
            top: 5px;
        }

.subscribe-area .subscribe-items h2 {
    font-weight: 900;
}

.subscribe-area .col-lg-8.offset-lg-2 {
    position: relative;
    z-index: 1;
}

    .subscribe-area .col-lg-8.offset-lg-2 > i {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: -39px;
        transform: translateX(-50%);
        font-size: 100px;
        z-index: -1;
        opacity: 0.2;
    }

.subscribe-area .subscribe-items > i:first-child {
    display: inline-block;
    position: absolute;
    left: 50px;
    top: 50px;
    font-size: 100px;
    opacity: 0.3;
}

/* ============================================================== 
     # Software Details
=================================================================== */

.software-single-details-area .single-item {
    margin-bottom: 120px;
}

    .software-single-details-area .single-item:last-child {
        margin-bottom: 0;
    }

.software-single-details-area .thumb {
    position: relative;
    border-radius: 10px;
    padding: 30px;
    background: #edf5ff;
    margin-top: 50px;
    margin-right: 80px;
}

    .software-single-details-area .thumb::after {
        position: absolute;
        right: -50px;
        bottom: -50px;
        content: "";
        height: 150px;
        width: 150px;
        background: url(../img/shape/dotted-bg.png);
        z-index: -1;
        background-size: contain;
        background-repeat: no-repeat;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
        -webkit-animation-name: infiUpDown;
        animation-name: infiUpDown;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

.software-single-details-area .single-item:nth-child(2n) .thumb::after {
    left: -50px;
    top: -50px;
    right: auto;
    bottom: auto;
}

.software-single-details-area .order-lg-last .thumb {
    margin-right: 80px;
    margin-left: 0;
}

.software-single-details-area .thumb img:first-child {
    border-radius: 10px;
}

.software-single-details-area .thumb img:nth-child(2) {
    position: absolute;
    right: -80px;
    top: -50px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    height: 180px;
    border-radius: 20px;
    background: var(--white);
    padding: 5px;
}

.software-single-details-area .order-lg-last .thumb img:nth-child(2) {
    right: -80px;
    top: -50px;
}

.software-single-details-area .info ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.software-single-details-area .info ul {
    margin: 0 -15px;
    margin-top: 30px;
}

    .software-single-details-area .info ul li i {
        display: inline-block;
        height: 60px;
        width: 60px;
        line-height: 60px;
        text-align: center;
        background: var(--color-primary);
        color: var(--white);
        font-size: 30px;
        border-radius: 5px;
        font-weight: 500;
        margin-bottom: 25px;
    }

    .software-single-details-area .info ul li:last-child i {
        background: var(--dark);
    }

    .software-single-details-area .info ul li h5 {
        font-weight: 900;
    }

    .software-single-details-area .info ul li p {
        margin: 0;
    }

.software-single-details-area .info h2 {
    font-weight: 900;
    margin-bottom: 25px;
}

.software-single-details-area .info {
    padding-right: 35px;
    overflow: hidden;
}

.software-single-details-area .single-item:nth-child(2n) .info {
    padding-left: 35px;
    padding-right: 0;
}

/* ============================================================== 
     # Team
=================================================================== */
.fixed-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.team-area .fixed-shape {
    top: -120px;
}

.team-area .team-items .single-item {
    margin-bottom: 30px;
}

.team-area .team-items .thumb {
    position: relative;
    padding: 5px;
    background: var(--white);
    border-radius: 8px;
}

    .team-area .team-items .thumb img {
        border-radius: 8px;
    }

.team-area .team-items .info {
    padding: 30px;
    padding-bottom: 0;
    margin-bottom: -5px;
}

    .team-area .team-items .info h4 {
        font-weight: 900;
        margin-bottom: 5px;
    }

    .team-area .team-items .info span {
        color: #959595;
        font-weight: 500;
        text-transform: capitalize;
    }

.team-area .team-items .social {
    position: absolute;
    right: 40px;
    bottom: 0;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.team-area .team-items .item:hover .social {
    visibility: visible;
    opacity: 1;
    bottom: -25px;
}

.team-area .team-items .social label i {
    transform: rotate(45deg);
}

.share-button i {
    transition: .3s ease;
    font-weight: 500;
}

.share-toggle:checked ~ .share-button i {
    transform: rotate(-180deg) !important;
}

.share-toggle:checked ~ .share-icon:nth-child(3) {
    transform: translateY(-70px) rotate(0);
}

.share-toggle:checked ~ .share-icon:nth-child(4) {
    transform: translateY(-125px) rotate(0);
}

.share-toggle:checked ~ .share-icon:nth-child(5) {
    transform: translateY(-180px) rotate(0);
}

.share-toggle:checked ~ .share-icon:nth-child(6) {
    transform: translateY(-235px) rotate(0);
}

.share-button {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    color: var(--white);
    background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
    border-radius: 10px;
    box-shadow: 0px 0px 0px 5px var(--white);
    cursor: pointer;
    transition: .3s ease;
    transform: rotate(45deg);
}

.share-icon {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    transform: translateX(0) rotate(180deg);
    cursor: pointer;
    transition: .3s ease-in-out;
}

.team-area .team-items .thumb .social a {
    color: var(--white);
    font-weight: 300;
}

    .team-area .team-items .thumb .social a.facebook {
        background: #3B5998 none repeat scroll 0 0;
    }

    .team-area .team-items .thumb .social a.twitter {
        background: #1DA1F2 none repeat scroll 0 0;
    }

    .team-area .team-items .thumb .social a.pinterest {
        background: #BD081C none repeat scroll 0 0;
    }

    .team-area .team-items .thumb .social a.g-plus {
        background: #DB4437 none repeat scroll 0 0;
    }

    .team-area .team-items .thumb .social a.linkedin {
        background: #0077B5 none repeat scroll 0 0;
    }

    .team-area .team-items .thumb .social a.instagram {
        background: #3f729b none repeat scroll 0 0;
    }


/* ============================================================== 
     # Team Single  
=================================================================== */

.team-single-area .team-content-top {
    bottom: -50px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
}

    .team-single-area .team-content-top .right-info {
        padding-left: 35px;
        padding-right: 50px;
        margin-bottom: 50px;
    }

        .team-single-area .team-content-top .right-info h2 {
            font-weight: 900;
        }

        .team-single-area .team-content-top .right-info span {
            display: block;
            text-transform: uppercase;
            color: var(--color-primary);
            font-weight: 600;
            margin-bottom: 25px;
        }

.team-single-area .right-info ul {
    margin-top: 25px;
    border-top: 1px solid #e7e7e7;
    padding-top: 17px;
}

    .team-single-area .right-info ul li {
        margin-top: 10px;
        color: var(--color-heading);
    }

        .team-single-area .right-info ul li strong {
            font-weight: 900;
        }

        .team-single-area .right-info ul li a {
            font-weight: 600;
        }

            .team-single-area .right-info ul li a:hover {
                color: var(--color-primary);
            }

.team-single-area .right-info .social {
    display: flex;
    margin-top: 25px;
    font-weight: 900;
    align-items: center;
}

    .team-single-area .right-info .social h4 {
        font-weight: 900;
        margin-bottom: 0;
        margin-right: 25px;
    }

    .team-single-area .right-info .social ul {
        margin: 0;
        padding: 0;
        border: none;
    }

    .team-single-area .right-info .social .share-link {
        position: relative;
        z-index: 1;
        margin-left: 15px;
        padding-right: 20px;
    }

        .team-single-area .right-info .social .share-link > i {
            display: inline-block;
            height: 45px;
            background: var(--white);
            box-shadow: 0 0 10px #cccccc;
            line-height: 45px;
            width: 45px;
            text-align: center;
            border-radius: 50%;
            cursor: pointer;
            color: var(--color-primary);
        }

    .team-single-area .right-info .social ul {
        display: flex;
        list-style-type: none;
        grid-gap: 10px;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out 0s;
    }

    .team-single-area .right-info .social .share-link:hover ul {
        left: 58px;
        opacity: 1;
        pointer-events: auto;
    }

    .team-single-area .right-info .social ul li {
        display: inline-block;
        margin: 0;
    }

        .team-single-area .right-info .social ul li a {
            display: inline-block;
            height: 45px;
            width: 45px;
            line-height: 47px;
            background: #f1f1f1;
            text-align: center;
            border-radius: 50%;
        }

.team-single-area .bottom-info h2 {
    font-weight: 900;
    margin-bottom: 25px;
}

.team-single-area .bottom-info p:last-child {
    margin-bottom: 0;
}

.team-single-area .bottom-info .skill-items {
    padding-left: 35px;
}

.skill-items .progress-box {
    margin-bottom: 40px;
}

.team-single-area .team-content-top img {
    border-radius: 30px;
}

.skill-items .progress-box:last-child {
    margin-bottom: 0;
}

.skill-items .progress-box h5 {
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 5px;
    text-align: left;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

    .skill-items .progress-box h5 span {
        position: absolute;
        font-size: 50px;
        line-height: 1;
        top: -21px;
        left: 0;
        z-index: -1;
        opacity: 0.05;
        font-weight: 900;
    }

.skill-items .skill-items {
    margin-top: 40px;
}

.skill-items .progress-box .progress {
    background: transparent;
    border-bottom: none;
    box-shadow: inherit;
    border-radius: inherit;
    overflow: inherit;
}

    .skill-items .progress-box .progress .progress-bar {
        height: 6px;
        border-radius: 30px;
        background: linear-gradient(45deg, #02ebad 0%, #5a57fb 15%);
        top: 12px;
        position: relative;
        overflow: inherit;
        background-size: 289% auto;
    }

        .skill-items .progress-box .progress .progress-bar span {
            position: absolute;
            right: 0;
            top: -40px;
            display: block;
            font-size: 17px;
            color: var(--color-heading);
            font-weight: 700;
        }


/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area {
    overflow: hidden;
}

    .testimonials-area .item .provider {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .testimonials-area .item .provider img {
            height: 70px;
            width: 70px;
            min-width: 70px;
            border-radius: 50%;
            margin-right: 20px;
            border: 3px solid rgba(255, 255, 255, 1);
        }

        .testimonials-area .item .provider h4 {
            font-weight: 900;
            margin-bottom: 5px;
            color: var(--white);
        }

        .testimonials-area .item .provider span {
            color: var(--white);
            font-weight: 700;
            text-transform: uppercase;
            font-size: 13px;
        }

    .testimonials-area .item .reason {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding-top: 20px;
    }

        .testimonials-area .item .reason h5 {
            margin: 0;
            font-weight: 900;
            color: var(--white);
        }

    .testimonials-area .item {
        padding: 50px 37px;
        background: linear-gradient(45deg, #02ebad 0%, #5a57fb 35%);
        border-radius: 30px;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .testimonials-area .item::after {
            position: absolute;
            right: 50px;
            top: 20px;
            content: "\f10d";
            font-family: "Font Awesome 5 Pro";
            color: var(--white);
            font-size: 150px;
            z-index: -1;
            opacity: 0.1;
            font-weight: 100;
            transform: rotate(180deg);
        }

        .testimonials-area .item .reason i {
            font-size: 12px;
            color: #FFCA40;
        }

        .testimonials-area .item p {
            color: var(--white);
            opacity: 0.9;
        }


/* ============================================================== 
     # Pricing
=================================================================== */

.pricing-area {
    position: relative;
    z-index: 1;
}

    .pricing-area .shape {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: -1;
    }

    .pricing-area .single-item {
        margin-bottom: 30px;
    }

    .pricing-area .pricing-item {
        padding: 50px 40px;
        background: var(--white);
        border-radius: 5px;
        position: relative;
    }

        .pricing-area .pricing-item > i {
            display: inline-block;
            position: absolute;
            right: 40px;
            bottom: 40px;
            font-size: 60px;
            color: var(--color-primary);
            font-weight: 100;
            opacity: 0.2;
        }

.pricing-item .pricing-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

    .pricing-item .pricing-header h4 {
        margin: 0;
        font-weight: 900;
        background: var(--white);
        padding-right: 20px;
    }

.pricing-item .price h2 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 20px;
}

    .pricing-item .price h2 sub {
        font-size: 15px;
        font-weight: 500;
        margin-left: -10px;
    }

    .pricing-item .price h2 sup {
        font-weight: 700;
        font-size: 36px;
        top: -20px;
    }

.pricing-item .btn {
    margin-bottom: 30px;
}

.pricing-item li {
    line-height: 35px;
    color: var(--color-heading);
    font-size: 16px;
    font-weight: 400;
}

    .pricing-item li i {
        font-weight: 400;
        margin-right: 5px;
        color: #36CC72;
        font-size: 15px;
    }

        .pricing-item li i.fa-times {
            color: red;
        }

.pricing-item .pricing-header::after {
    position: absolute;
    left: 50%;
    top: 13px;
    content: "";
    height: 1px;
    width: 200px;
    background: #cccccc;
    transform: translateX(-50%);
    z-index: -1;
}

.pricing-item .pricing-header span {
    background: var(--white);
    padding-left: 20px;
}

/* ============================================================== 
     # Blog Area
=================================================================== */

.blog-area .single-item {
    margin-bottom: 30px;
}

.blog-area .blog-grid {
    margin-bottom: 30px;
}

.blog-area .item {
    background: var(--white);
    margin-bottom: 30px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    border-radius: 8px;
}

    .blog-area .item:last-child {
        margin-bottom: 0;
    }

    .blog-area .item .info {
        padding: 30px;
    }

        .blog-area .item .info h1,
        .blog-area .item .info h2,
        .blog-area .item .info h3,
        .blog-area .item .info h4,
        .blog-area .item .info h5,
        .blog-area .item .info h6 {
            font-weight: 900;
            line-height: 1.4;
        }

            .blog-area .item .info h1 a,
            .blog-area .item .info h2 a,
            .blog-area .item .info h3 a,
            .blog-area .item .info h4 a,
            .blog-area .item .info h5 a,
            .blog-area .item .info h6 a {
                font-weight: 900;
            }

        .blog-area .item .info a.btn {
            margin-top: 8px;
        }

    .blog-area .item .date {
        display: inline-block;
        background: var(--white);
        padding: 5px 25px;
        color: var(--color-heading);
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 15px;
        text-align: center;
        box-shadow: 0 0 10px #cccccc;
    }

        .blog-area .item .date i {
            margin-right: 3px;
        }

        .blog-area .item .date span {
            display: block;
            font-size: 14px;
            background: var(--color-primary);
            color: var(--white);
            padding: 0 19px;
            border-radius: 0 0 8px 8px;
            min-width: 70px;
        }

.blog-area .thumb .date strong {
    padding: 10px 5px;
    display: inline-block;
}

.blog-area .thumb {
    position: relative;
    padding-bottom: 0;
}

    .blog-area .thumb img {
        border-radius: 8px 8px 0 0;
    }

    .blog-area .thumb .date {
        position: absolute;
        right: 45px;
        bottom: -25px;
        margin: 0;
        border-radius: 8px;
        padding: 0;
        font-weight: 900;
        font-family: var(--font-heading);
    }

.blog-area .item .info .meta ul li {
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

    .blog-area .item .info .meta ul li a {
        color: var(--color-paragraph);
        font-weight: 500;
    }

        .blog-area .item .info .meta ul li a:hover {
            color: var(--color-primary);
        }

.blog-area .item .info .meta {
    margin-bottom: 15px;
}

    .blog-area .item .info .meta ul li i {
        margin-right: 5px;
        color: var(--color-primary);
        font-weight: 3;
        font-size: 17px;
        position: relative;
        top: 1px;
    }

.blog-area .item .info h4 a {
    line-height: 1.4;
    font-weight: 900;
}

    .blog-area .item .info h4 a:hover {
        color: var(--color-primary);
    }

.blog-area .item .info p:last-child {
    margin-bottom: 0;
}


/* Pagination */
.pagi-area .pagination {
    text-align: center;
    display: block;
    margin-top: 30px;
}

    .pagi-area .pagination li.page-item {
        float: none;
        display: inline-block;
    }

    .pagi-area .pagination li a {
        display: inline-block;
        padding: 12px 20px;
        border-radius: 5px;
        margin: 0 3px;
        margin-top: 5px;
        color: var(--color-heading);
        font-weight: 800;
    }

    .pagi-area .pagination li.active a {
        background: var(--color-primary);
        border-color: var(--color-primary);
    }

/* Sidebar */

.blog-area.left-sidebar .blog-content {
    float: right;
}

.blog-area.left-sidebar .sidebar {
    padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
    padding-left: 35px;
}

.blog-area .sidebar .title {
    display: block;
}

    .blog-area .sidebar .title h4 {
        font-weight: 800;
        margin-bottom: 30px;
        margin-top: -5px;
        position: relative;
        text-transform: capitalize;
        z-index: 1;
        font-size: 20px;
        display: inline-block;
        padding-bottom: 15px;
    }

        .blog-area .sidebar .title h4::after {
            position: absolute;
            left: 0;
            bottom: 0;
            content: "";
            height: 2px;
            width: 50px;
            border-bottom: 2px solid var(--color-primary);
        }

.blog-area .sidebar input[type="text"] {
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    box-shadow: inherit;
    min-height: 60px;
}

.blog-area .sidebar form {
    position: relative;
}

.blog-area .sidebar button[type="submit"] {
    background: var(--color-primary);
    border: medium none;
    color: var(--white);
    font-weight: 500;
    letter-spacing: 1px;
    min-height: 50px;
    width: 50px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: 50%;
}

.blog-area .sidebar input[type="submit"]:hover {
    background: var(--color-primary) none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

    .blog-area .sidebar .sidebar-item:last-child {
        margin-bottom: 0;
    }

    .blog-area .sidebar .sidebar-item.category .sidebar-info,
    .blog-area .sidebar .sidebar-item.archives .sidebar-info {
        margin-top: -5px;
    }

    .blog-area .sidebar .sidebar-item.category li {
        display: block;
        position: relative;
        margin-top: 13px;
    }

        .blog-area .sidebar .sidebar-item.category li a {
            display: flex;
            text-transform: capitalize;
            font-weight: 900;
            color: var(--color-paragraph);
            align-items: center;
            justify-content: space-between;
        }

    .blog-area .sidebar .sidebar-item li a:hover {
        color: var(--color-primary);
    }

    .blog-area .sidebar .sidebar-item.category li a span {
        font-size: 12px;
        margin-left: 5px;
        background: #f1f1f1;
        min-width: 40px;
        padding: 3px;
        text-align: center;
        color: var(--color-heading);
        border-radius: 30px;
    }

    .blog-area .sidebar .sidebar-item.category li:first-child a span {
        top: 0;
    }

    .blog-area .sidebar .sidebar-item.category li:first-child {
        margin-top: 0;
        padding-top: 0;
    }

        .blog-area .sidebar .sidebar-item.category li:first-child a::after {
            top: 0;
        }

    .blog-area .sidebar .sidebar-item.category li:last-child {
        border: medium none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.sidebar-item.recent-post li a {
    color: var(--color-heading);
    display: block;
    font-weight: 900;
}

    .sidebar-item.recent-post li a:last-child {
        display: inline-block;
    }

.sidebar-item.recent-post .meta-title {
    margin-bottom: 8px;
    font-weight: 900;
    text-transform: capitalize;
    font-size: 13px;
}

    .sidebar-item.recent-post .meta-title i {
        margin-right: 3px;
        font-weight: 500;
    }

.sidebar-item.recent-post li a:hover {
    color: var(--color-primary);
}

.sidebar-item.recent-post li a span {
    display: inline-block;
    color: #002359;
}

.sidebar-item.recent-post li span {
    display: inline-block;
    font-size: 13px;
    color: #999999;
    font-weight: 500;
}

.sidebar-item.recent-post .meta-title a {
    color: #999999;
}

.sidebar-item.recent-post li {
    color: #cdd0d3;
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .sidebar-item.recent-post li:last-child {
        border: medium none;
        margin: 0;
        padding: 0;
    }

    .sidebar-item.recent-post li:last-child {
        margin: 0;
    }

    .sidebar-item.recent-post li .thumb {
        display: table-cell;
        padding: 0;
        padding-top: 5px;
        vertical-align: top;
        width: 80px;
    }

.sidebar-item.recent-post .thumb img {
    width: 100%;
    border-radius: inherit;
}

.sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    padding-left: 25px;
    vertical-align: top;
}

    .sidebar-item.recent-post li .info a {
        text-decoration: inherit;
        font-weight: 900;
        font-size: 18px;
    }

.blog-area .sidebar-item.gallery ul {
    margin: -7px;
    overflow: hidden;
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 7px;
    width: 33.333%;
}

    .sidebar-item.gallery ul li img {
        min-height: 70px;
        width: 100%;
    }

.sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

    .sidebar-item.archives ul li:last-child {
        margin-bottom: 0;
    }

    .sidebar-item.archives ul li a {
        display: inline-block;
        font-weight: 800;
        text-transform: capitalize;
        z-index: 1;
        padding-left: 25px;
        font-size: 14px;
        color: var(--color-paragraph);
    }

        .sidebar-item.archives ul li a::after {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            content: "\f07b";
            font-family: "Font Awesome 5 Pro";
            height: 8px;
            left: 0;
            position: absolute;
            width: 8px;
            font-weight: 500;
        }

.sidebar-item.social-sidebar ul {
    margin-bottom: -10px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .sidebar-item.social-sidebar li a {
        background: #002359 none repeat scroll 0 0;
        border: medium none;
        color: var(--white);
        display: inline-block;
        height: 50px;
        line-height: 54px;
        margin-bottom: 5px;
        text-align: center;
        width: 50px;
        font-size: 14px;
    }

        .sidebar-item.social-sidebar li a:hover {
            color: var(--white) !important;
        }

    .sidebar-item.social-sidebar li.facebook a {
        background: #3B5998 none repeat scroll 0 0;
    }

    .sidebar-item.social-sidebar li.twitter a {
        background: #1DA1F2 none repeat scroll 0 0;
    }

    .sidebar-item.social-sidebar li.pinterest a {
        background: #BD081C none repeat scroll 0 0;
    }

    .sidebar-item.social-sidebar li.g-plus a {
        background: #DB4437 none repeat scroll 0 0;
    }

    .sidebar-item.social-sidebar li.linkedin a {
        background: #0077B5 none repeat scroll 0 0;
    }

.sidebar-item.tags ul {
    margin-top: -8px;
}

    .sidebar-item.tags ul li {
        display: inline-block;
    }

        .sidebar-item.tags ul li a {
            border: 1px solid #e7e7e7;
            display: inline-block;
            font-weight: 800;
            margin-top: 8px;
            margin-right: 5px;
            padding: 5px 25px;
            text-transform: capitalize;
            font-size: 13px;
            border-radius: 30px;
            color: var(--color-paragraph);
            background: #fafafa;
        }

            .sidebar-item.tags ul li a:hover {
                color: var(--color-primary);
            }

.blog-area .sidebar .sidebar-item.add-banner .sidebar-info {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 50px;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .blog-area .sidebar .sidebar-item.add-banner .sidebar-info::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: var(--color-primary);
        z-index: -1;
        opacity: 0.7;
    }

    .blog-area .sidebar .sidebar-item.add-banner .sidebar-info h4 {
        color: var(--white);
        font-weight: 900;
    }

    .blog-area .sidebar .sidebar-item.add-banner .sidebar-info p {
        color: var(--white);
    }

    .blog-area .sidebar .sidebar-item.add-banner .sidebar-info a {
        display: inline-block;
        color: var(--white);
        border: 1px dashed rgba(255, 255, 255, 0.7);
        padding: 10px 25px;
        margin-top: 9px;
    }

.blog-area .blog-items.content-less .item .info > a {
    margin-top: 10px;
}

/* Blog Single */
.blog-area.single .item .content-box span {
    background: var(--color-primary) none repeat scroll 0 0;
    color: var(--white);
    display: inline-block;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 3px 20px;
    text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
    font-weight: 500;
}

.blog-area.single .content-box .cats {
    float: left;
    margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
    float: right;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.blog-area .blog-items .info > ul li {
    margin-bottom: 5px;
    color: var(--color-heading);
    position: relative;
    z-index: 1;
    padding-left: 15px;
    display: block;
}

.blog-area .blog-items .info > ul {
    margin-bottom: 25px;
    margin-top: 25px;
}

    .blog-area .blog-items .info > ul li::after {
        position: absolute;
        left: 0;
        top: 10px;
        content: "";
        height: 5px;
        width: 5px;
        background: #333333;
        border-radius: 50%;
    }

.blog-area.single .item {
    margin-bottom: 0;
}

.blog-area .item blockquote {
    position: relative;
    z-index: 1;
    border: none;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #c3d2ff;
    font-weight: 400;
    line-height: 1.6;
    background: var(--dark) !important;
    padding: 80px 50px;
    font-style: italic;
}

    .blog-area .item blockquote cite {
        display: block;
        margin-top: 15px;
        color: #999999;
        font-weight: 500;
    }

    .blog-area .item blockquote::before {
        position: absolute;
        left: 0;
        top: 5%;
        content: "";
        height: 90%;
        width: 3px;
        background: var(--color-primary);
    }

.blog-area blockquote::after {
    position: absolute;
    right: 50px;
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    color: var(--white);
    bottom: -25px;
    font-weight: 100;
    opacity: 0.1;
    font-size: 120px;
    font-style: normal;
    line-height: 1;
}

.blog-area .item blockquote p {
    margin: 0;
    position: relative;
    z-index: 1;
    line-height: 34px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    padding-bottom: 6px;
}

    .blog-area .blog-content .share li {
        display: inline-block;
        margin-left: 15px;
    }

        .blog-area .blog-content .share li a {
            display: inline-block;
            color: var(--color-primary);
        }

        .blog-area .blog-content .share li.facebook a {
            color: #3B5998;
        }

        .blog-area .blog-content .share li.twitter a {
            color: #1DA1F2;
        }

        .blog-area .blog-content .share li.pinterest a {
            color: #BD081C;
        }

        .blog-area .blog-content .share li.g-plus a {
            color: #DB4437;
        }

        .blog-area .blog-content .share li.linkedin a {
            color: #0077B5;
        }

    .blog-area .blog-content .post-tags .tags a {
        background: #f7f7f7;
        padding: 10px 15px;
        font-size: 14px;
        margin-right: 3px;
        margin-bottom: 5px;
        display: inline-block;
    }

.blog-area.single .post-pagi-area {
    margin-top: 50px;
    overflow: hidden;
}

    .blog-area.single .post-pagi-area a {
        display: inline-block;
        font-weight: 900;
        text-transform: capitalize;
        color: #999999;
        border-radius: 30px;
    }

    .blog-area.single .post-pagi-area h5 {
        margin: 0;
        margin-top: 5px;
        font-weight: 900;
        transition: all 0.35s ease-in-out;
        font-size: 18px;
    }

        .blog-area.single .post-pagi-area h5:hover {
            color: var(--color-primary);
        }

.blog-area.single.color-yellow .post-pagi-area a:hover {
    color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
    float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
    margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
    margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
    display: block;
    margin: 0;
}

.blog-area .contact-comments .submit {
    margin-bottom: 0;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Comments */

.blog-area .comments-form {
    margin-top: 50px;
}

.blog-area .blog-comments .comments-list {
    margin-bottom: 50px;
}

    .blog-area .blog-comments .comments-list:last-child {
        margin-bottom: 0;
    }

.comments-list .commen-item .avatar {
    float: left;
    height: 105px;
    width: 105px;
    min-width: 105px;
}

.comments-list .commen-item .content {
    padding: 30px;
    background: #edf5ff;
    position: relative;
}

    .comments-list .commen-item .content::after {
        position: absolute;
        left: -14px;
        top: 30px;
        content: "";
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #edf5ff;
    }

.comments-list .commen-item .avatar img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.comments-list .commen-item {
    margin-bottom: 50px;
    display: flex;
}

    .comments-list .commen-item:last-child {
        margin-bottom: 0;
    }

    .comments-list .commen-item.reply {
        margin-left: 80px;
    }

.comments-area {
    margin-top: 40px;
}

    .comments-area .comments-title h2,
    .comments-area .comments-title h3,
    .comments-area .comments-title h4 {
        font-weight: 900;
        margin-bottom: 30px;
        text-transform: capitalize;
    }

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 16px;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments-list .commen-item .content .reply a {
    font-size: 14px;
    background: #0a1015;
    color: var(--white);
    display: inline-block;
    padding: 8px;
}

    .comments-list .commen-item .content .reply a:hover {
        background: var(--color-primary);
    }

.comments-list .commen-item .content .reply i {
    font-size: 12px;
}

.comments-list .commen-item .content p:last-child {
    margin-bottom: 0;
}

.comments-list .commen-item .content .title {
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
}

    .comments-list .commen-item .content .title span {
        font-weight: 400;
        color: var(--color-primary);
        display: block;
        margin-top: 10px;
        font-size: 14px;
    }

        .comments-list .commen-item .content .title span i {
            font-weight: 500;
            margin-right: 5px;
        }

            .comments-list .commen-item .content .title span i.fa-reply {
                font-weight: 900;
                margin-right: 3px;
            }

        .comments-list .commen-item .content .title span a {
            margin-left: 10px;
        }

.comments-info a {
    border: 1px solid #e7e7e7;
    color: #002359;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    padding: 1px 15px;
    background: var(--white);
    text-transform: capitalize;
    font-weight: 900;
    border-radius: 5px;
    position: absolute;
    right: 30px;
    top: 25px;
}

.comments-list .commen-item .content p {
    margin: 0;
}

.comments-info a:hover {
    color: var(--color-primary);
}

.comments-info a i {
    margin-right: 5px;
}

.comments-form input,
.comments-form textarea {
    border: none;
    box-shadow: inherit;
    padding: 15px;
    background: #f7f7f7;
}

.comments-form textarea {
    min-height: 180px;
    padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0;
}

.comments-form button {
    background: transparent;
    margin-top: 15px;
    padding: 13px 40px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    transition: all 0.35s ease-in-out;
    border: 2px solid var(--color-primary) !important;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
}

    .comments-form button::after {
        position: absolute;
        left: -10px;
        top: -10px;
        content: "";
        height: 120%;
        width: 0;
        background: var(--color-primary);
        z-index: -1;
        transition: all 0.35s ease-in-out;
        border-radius: 30px;
    }

    .comments-form button:hover::after {
        width: 120%;
    }

    .comments-form button:hover {
        color: var(--white);
    }

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.blog-area .contact-comments .comments {
    margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px;
}


/* Pagination */

.pagination li {
    display: inline-block;
    margin-top: 7px;
}

ul.pagination {
    display: block;
    margin-top: 30px;
}

.pagination li a {
    display: inline-block;
    padding: 15px 20px;
    border-radius: 5px;
    margin: 0 2px;
    color: var(--color-primary);
    font-weight: 800;
}

.pagination li.page-item.active a {
    background: var(--color-primary);
    border-color: var(--color-primary);
}


/* ============================================================== 
     # Error 404
=================================================================== */
.error-page-area .error-box img {
    max-width: 60%;
    margin-bottom: 30px;
}

.error-page-area .error-box h1 {
    font-size: 200px;
    font-weight: 900;
    line-height: 140px;
    margin-bottom: 30px;
    letter-spacing: -13px;
}

.error-page-area .error-box h2 {
    font-weight: 900;
}

.error-page-area .error-box p {
    padding: 0 15%;
}

.error-page-area .error-box a.btn {
    margin-top: 10px;
}


/* ============================================================== 
     # Footer
=================================================================== */

/* SVG */

.svg-shape svg {
    margin-bottom: -10px;
}

    .svg-shape svg.gray {
        fill: #edf5ff;
    }

    .svg-shape svg.light {
        fill: var(--white);
    }

    .svg-shape svg.theme {
        fill: #ff4450;
    }

    .svg-shape svg.dark {
        fill: #111d30;
    }

    .svg-shape svg.absolute {
        position: absolute;
    }

        .svg-shape svg.absolute.top {
            top: 0;
            left: 0;
        }

        .svg-shape svg.absolute.bottom {
            bottom: 0;
            left: 0;
        }

/* Main Footer */

footer .f-items .f-item.contact-widget {
    position: relative;
    z-index: 1;
}

    footer .f-items .f-item.contact-widget::after {
        position: absolute;
        left: -50px;
        top: -200px;
        height: 300%;
        width: 500%;
        background: #090e49;
        content: "";
        z-index: -1;
    }

footer {
    overflow: hidden;
}

    footer img,
    footer .widget-title {
        margin-bottom: 30px;
        font-weight: 900;
    }

    footer.bg-dark .f-items .f-item p,
    footer.bg-dark .f-items .f-item a,
    footer.bg-dark .f-items .f-item {
        color: #adb5bd;
    }

    footer .f-items .f-item form {
        position: relative;
        margin-top: 30px;
    }

        footer .f-items .f-item form input {
            background: #283353;
            color: var(--white);
            border: 1px dashed rgba(255, 255, 255, 0.1);
            font-size: 14px;
            padding-left: 20px;
        }

            footer .f-items .f-item form input::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: #adb5bd;
            }

            footer .f-items .f-item form input::-moz-placeholder {
                /* Firefox 19+ */
                color: #adb5bd;
            }

            footer .f-items .f-item form input:-ms-input-placeholder {
                /* IE 10+ */
                color: #adb5bd;
            }

            footer .f-items .f-item form input:-moz-placeholder {
                /* Firefox 18- */
                color: #adb5bd;
            }

        footer .f-items .f-item form button {
            position: absolute;
            right: 0;
            top: 0;
            height: 50px;
            width: 50px;
            background: var(--color-primary);
            color: var(--white);
            font-size: 25px;
            line-height: 55px;
            border-radius: 0 5px 5px 0;
        }

            footer .f-items .f-item form button::after {
                position: absolute;
                left: 0;
                top: 50%;
                content: "";
                height: 30px;
                width: 1px;
                margin-top: -15px;
                opacity: 0.1;
                border-left: 1px solid var(--white);
            }

    footer .f-items .f-item.about {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 40px;
        margin-right: 10px;
    }

        footer .f-items .f-item.about img {
            height: 60px;
        }

    footer .f-items .f-item.link li {
        margin-bottom: 12px;
    }

        footer .f-items .f-item.link li:last-child {
            margin-bottom: 0;
        }

        footer .f-items .f-item.link li a:hover {
            color: var(--white);
            margin-left: 10px;
        }

        footer .f-items .f-item.link li a {
            font-weight: 500;
        }

            footer .f-items .f-item.link li a i {
                font-size: 12px;
                margin-right: 3px;
            }

    footer .f-items .f-item .address {
        margin-top: 30px;
    }

        footer .f-items .f-item .address li {
            display: flex;
            margin-bottom: 25px;
        }

            footer .f-items .f-item .address li i {
                display: inline-block;
                height: 45px;
                width: 45px;
                text-align: center;
                line-height: 45px;
                border-radius: 50%;
                margin-right: 20px;
                background: rgba(255, 255, 255, 0.1);
                color: var(--white);
                border: 1px dashed rgba(255, 255, 255, 0.3);
                font-weight: 300;
                font-size: 18px;
            }

            footer .f-items .f-item .address li:last-child {
                margin-bottom: 0;
            }

            footer .f-items .f-item .address li strong {
                display: block;
                text-transform: uppercase;
                color: var(--white);
                font-size: 15px;
            }

    /* Footer Bottom */
    footer .footer-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 30px 0;
        z-index: 1;
        position: relative;
        background: var(--dark);
    }

        footer .footer-bottom ul li {
            display: inline-block;
            margin-left: 15px;
        }

        footer .footer-bottom p {
            margin: 0;
        }

    footer.bg-dark .footer-bottom p,
    footer.bg-dark .footer-bottom a {
        color: #adb5bd;
    }

    footer.bg-dark .footer-bottom a {
        font-size: 14px;
    }

        footer.bg-dark .footer-bottom a:hover {
            color: var(--white);
        }


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: center no-repeat #061f00;
    text-align: center;
}


/* ============================================================== 
     # New CSS 
=================================================================== */

.banner-area.auto-height .content-box .thumb-inner img {
    border: 5px solid var(--white);
    box-shadow: 0px 6px 12px 0px #00497628;
    border-radius: 10px;
}

.heading-left {
    margin-bottom: 60px;
}

    .heading-left h5 {
        text-transform: uppercase;
        font-weight: 900;
        color: var(--color-primary);
    }

    .heading-left h2 {
        font-weight: 900;
        margin: 0;
    }

    .heading-left p {
        margin: 0;
    }

.video-btn i::before {
    left: 2px;
    position: relative;
}

.feature-style-one {
    margin-bottom: 30px;
}

    .feature-style-one .item {
        padding: 67px 30px;
        background: var(--white);
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
        border-radius: 8px;
    }

    .feature-style-one i {
        display: inline-block;
        font-size: 40px;
        margin-bottom: 30px;
        color: var(--white);
        height: 80px;
        width: 80px;
        text-align: center;
        line-height: 80px;
        background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
        border-radius: 8px;
        position: relative;
        z-index: 1;
    }

        .feature-style-one i::after {
            position: absolute;
            right: 0;
            top: 0;
            content: "";
            height: 100%;
            width: 100%;
            background: url(../img/shape/23.png);
        }

    .feature-style-one h4 {
        font-weight: 900;
    }

    .feature-style-one p {
        margin-bottom: -5px;
    }

.overview-area .item .thumb {
    position: relative;
}

    .overview-area .item .thumb .video-play-button {
        font-size: 14px;
        height: 40px;
        left: auto;
        line-height: 40px;
        padding-left: 0;
        right: 50px;
        top: 50px;
        transform: inherit;
        width: 40px;
        position: absolute;
        text-align: center;
    }

.video-play-button.theme:before,
.video-play-button.theme:after {
    background: var(--color-primary) repeat scroll 0 0;
    height: 60px;
    width: 60px;
}

.overview-area .item .thumb .video-play-button i {
    line-height: 40px;
}

.advanced-features-area {
    position: relative;
    z-index: 1;
}

    .advanced-features-area .bottom-shape {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background-repeat: no-repeat;
    }

.free-trial-area {
    position: relative;
    z-index: 1;
}

    .free-trial-area .shape-right {
        position: absolute;
        right: 0;
        top: -100px;
        height: 100%;
        width: 100%;
        background-repeat: no-repeat;
        z-index: -1;
        background-position: right top;
    }

.trial-box {
    padding: 120px 50px;
    background: var(--color-primary);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

    .trial-box .illustration {
        position: absolute;
        left: 30px;
        top: 30px;
        z-index: -1;
        opacity: 0.7;
    }

    .trial-box h5 {
        text-transform: uppercase;
        font-weight: 900;
        font-size: 20px;
    }

    .trial-box h2 {
        font-weight: 900;
    }

    .trial-box form {
        position: relative;
        margin-top: 30px;
    }

    .trial-box input {
        background: var(--white);
        border: none;
        min-height: 65px;
        border-radius: 50px;
        padding-left: 30px;
    }

    .trial-box button {
        position: absolute;
        right: 5px;
        top: 5px;
        border-radius: 30px;
        min-height: 55px;
        min-width: 150px;
        font-weight: 600;
        background: linear-gradient(45deg, #02ebad 0%, #5a57fb 50%);
        color: var(--white);
    }

.banner-area.banner-style-three.auto-height {
    padding-top: 200px;
}

.banner-style-three {
    background-size: cover;
    background-position: bottom right;
}

    .banner-style-three img {
        max-width: 150%;
        margin-top: 50px;
    }

    .banner-style-three.auto-height .info {
        margin-top: -180px;
    }

.banner-area .shape-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 500px;
    width: 100%;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
}

.banner-area.banner-style-three h2 {
    line-height: 1.2;
}

.partner-carousel.owl-carousel .owl-item img {
    margin: auto;
    width: auto;
}

.clients-style-one-box h3 {
    font-weight: 600;
    margin-bottom: 40px;
}

    .clients-style-one-box h3 strong {
        font-size: 38px;
        border-bottom: 2px solid;
        line-height: 1;
        color: var(--color-primary);
    }

.half-bg-top-gray {
    height: 120px;
    width: 100%;
    background: #edf5ff;
    position: absolute;
    left: 0;
    top: 0;
}

/* ============================================================== 
     # Gallery 
=================================================================== */

.gallery-area .magnific-mix-gallery {
    margin: -15px;
}

.gallery-items.colums-3 .pf-item {
    float: left;
    padding: 15px;
    width: 33.3333%;
}

.gallery-items.colums-2 .pf-item {
    float: left;
    padding: 15px;
    width: 50%;
}

.gallery-items.colums-4 .pf-item {
    float: left;
    padding: 15px;
    width: 25%;
}

.gallery-items .pf-item .overlay {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 10px;
}

    .gallery-items .pf-item .overlay:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 170%;
        top: 0;
        transform: skewX(45deg);
        transition: all 0.55s ease-in-out;
        background-color: var(--color-primary);
        opacity: 0.6;
    }

    .gallery-items .pf-item .overlay:hover:after {
        left: -170%;
        top: 0;
    }

    .gallery-items .pf-item .overlay:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 0;
        transition: all 0.5s ease 0s;
    }

    .gallery-items .pf-item .overlay:hover:before {
        opacity: 1;
    }

    .gallery-items .pf-item .overlay .content {
        position: absolute;
        left: 40px;
        bottom: 30px;
        z-index: 1;
    }

        .gallery-items .pf-item .overlay .content .title {
            transition: all 0.35s ease-in-out;
            transform: translateX(50px);
            opacity: 0;
        }

    .gallery-items .pf-item .overlay:hover .content .title {
        transform: translateX(0);
        opacity: 1;
    }

    .gallery-items .pf-item .overlay .content .title span {
        color: #cccccc;
        display: block;
        margin-bottom: 3px;
    }

    .gallery-items .pf-item .overlay .content .title a {
        color: var(--white);
    }

    .gallery-items .pf-item .overlay .content > a {
        display: inline-block;
        height: 50px;
        width: 50px;
        line-height: 50px;
        text-align: center;
        background: var(--color-primary);
        color: var(--white);
        border-radius: 50%;
        transform: translateY(30px);
        opacity: 0;
    }

        .gallery-items .pf-item .overlay .content > a i {
            font-weight: 500;
        }

    .gallery-items .pf-item .overlay:hover .content > a {
        transform: translateY(0);
        opacity: 1;
    }

    .gallery-items .pf-item .overlay .content .title h5 {
        font-size: 20px;
    }

/* ============================================================== 
     # Project Details
=================================================================== */

.project-details-area .top-info {
    position: relative;
    margin-top: 50px;
}

    .project-details-area .top-info .left-info {
        padding-right: 35px;
    }

    .project-details-area .top-info p:last-child {
        margin-bottom: 0;
    }

.project-details-area .main-content {
    margin-top: 30px;
}

    .project-details-area .main-content h2,
    .project-details-area .main-content h3,
    .project-details-area .main-content h4,
    .project-details-area .main-content h5 {
        font-weight: 600;
        margin-bottom: 25px;
    }

    .project-details-area .main-content .row img {
        margin-top: 30px;
    }

.project-details-area .top-info h2 {
    font-weight: 900;
    margin-bottom: 20px;
}

.project-info {
    background: #f1f4f8;
    padding: 50px;
    margin-bottom: 20px;
}

    .project-info .title {
        font-weight: 900;
        margin-bottom: 25px;
        position: relative;
        z-index: 1;
        padding-bottom: 15px;
        margin-top: -5px;
    }

        .project-info .title::after {
            position: absolute;
            left: 0;
            bottom: 0;
            content: "";
            height: 2px;
            width: 50px;
            border-bottom: 2px solid #104cba;
        }

    .project-info ul {
        padding-left: 0;
        list-style: none;
        margin: 0;
    }

        .project-info ul li {
            font-weight: 900;
            font-size: 16px;
            color: var(--color-heading);
            margin-top: 15px;
        }

            .project-info ul li:first-child {
                border: none;
                margin-top: 0;
                padding-top: 0;
            }

            .project-info ul li span {
                font-weight: 400;
                position: relative;
                display: block;
                font-size: 15px;
                font-family: var(--font-default);
            }

        .project-info ul.social {
            margin-top: 25px;
        }

            .project-info ul.social li {
                display: inline-block;
                margin: 0;
                margin-right: 15px;
                margin-top: 5px;
            }

                .project-info ul.social li a {
                    display: inline-block;
                    border-radius: 50%;
                    font-size: 16px;
                    font-weight: 100;
                    color: var(--white);
                    height: 40px;
                    width: 40px;
                    text-align: center;
                    line-height: 43px;
                    background: var(--color-primary);
                }

                .project-info ul.social li:last-child {
                    margin-right: 0;
                }


/* ============================================================== 
     # Services Details Area
=================================================================== */

.services-details-items h2,
.services-details-items h3,
.services-details-items h4,
.services-details-items h5,
.services-details-items h6 {
    font-weight: 900;
}

.services-details-items .services-sidebar .single-widget {
    margin-top: 50px;
}

    .services-details-items .services-sidebar .single-widget:first-child {
        margin-top: 0;
    }

.services-details-items .services-sidebar .widget-title {
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size: 22px;
    display: inline-block;
    padding-bottom: 15px;
}

    .services-details-items .services-sidebar .widget-title::after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        height: 2px;
        width: 50px;
        border-bottom: 2px solid var(--color-primary);
    }

.services-details-items .services-sidebar .services-list a {
    display: block;
    padding: 18px 25px;
    background: rgba(237, 245, 255, 1);
    margin-top: 15px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    overflow: hidden;
    border-radius: 5px;
}

    .services-details-items .services-sidebar .services-list a::after {
        position: absolute;
        right: 50px;
        top: 50%;
        content: "\f105";
        transform: translateY(-50%);
        transition: all 0.25s ease-in-out;
        font-family: "Font Awesome 5 Pro";
        height: 30px;
        width: 50px;
        text-align: right;
        opacity: 0;
        visibility: hidden;
        font-size: 26px;
        margin-top: 1px;
        font-weight: 100;
    }

    .services-details-items .services-sidebar .services-list .current-item a::after,
    .services-details-items .services-sidebar .services-list a:hover::after {
        right: 20px;
        opacity: 1;
        visibility: visible;
        color: var(--white);
    }

    .services-details-items .services-sidebar .services-list a::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 60%;
        background: var(--color-primary);
        z-index: -1;
        transition: all 0.35s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

.services-details-items .services-sidebar .services-list li.current-item a::before {
    width: 100%;
}

.services-details-items .services-sidebar .services-list li.current-item a,
.services-details-items .services-sidebar .services-list li a:hover {
    color: var(--white);
}

    .services-details-items .services-sidebar .services-list a:hover::before,
    .services-details-items .services-sidebar .services-list li.current-item a::before {
        width: 100%;
        opacity: 1;
        visibility: visible;
    }

.services-details-items .services-sidebar {
    padding-left: 35px;
}

    .services-details-items .services-sidebar .single-widget.quick-contact {
        position: relative;
        z-index: 1;
        background-size: cover;
        background-position: center;
    }

        .services-details-items .services-sidebar .single-widget.quick-contact::after {
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            height: 100%;
            width: 100%;
            background: #1d2746;
            opacity: 0.7;
        }

        .services-details-items .services-sidebar .single-widget.quick-contact .content {
            padding: 50px 30px;
            position: relative;
            z-index: 1;
        }

            .services-details-items .services-sidebar .single-widget.quick-contact .content i {
                display: inline-block;
                font-size: 25px;
                color: var(--white);
                margin-bottom: 35px;
                height: 70px;
                width: 70px;
                line-height: 70px;
                background: var(--color-primary);
                border-radius: 50%;
                position: relative;
                z-index: 1;
                text-align: center;
                font-weight: 100;
            }

                .services-details-items .services-sidebar .single-widget.quick-contact .content i.fas.fa-phone {
                    transform: rotate(90deg);
                }

                .services-details-items .services-sidebar .single-widget.quick-contact .content i::after {
                    position: absolute;
                    left: -10%;
                    top: -10%;
                    content: "";
                    height: 120%;
                    width: 120%;
                    background: var(--color-primary);
                    z-index: -1;
                    border-radius: 50%;
                    opacity: 0.3;
                }

            .services-details-items .services-sidebar .single-widget.quick-contact .content p {
                color: var(--white);
            }

            .services-details-items .services-sidebar .single-widget.quick-contact .content h2 {
                font-size: 16px;
                font-weight: 900;
                color: var(--white);
                margin: 0;
                margin-top: 25px;
            }

    .services-details-items .services-sidebar .single-widget.brochure ul {
        margin-top: 15px;
    }

    .services-details-items .services-sidebar .single-widget.brochure a {
        display: flex;
        align-items: center;
        margin-top: 15px;
        background: var(--white);
        padding: 18px 25px;
        border-radius: 5px;
        border: 2px solid rgb(205 223 247);
    }

        .services-details-items .services-sidebar .single-widget.brochure a i {
            font-size: 30px;
            font-weight: 100;
            margin-right: 16px;
        }

    .services-details-items .services-sidebar .single-widget.brochure li:first-child a {
        margin-top: 0;
    }

    .services-details-items .services-sidebar .single-widget.brochure a:hover {
        color: var(--color-primary);
    }

.services-details-items .services-single-content h2 {
    font-weight: 900;
    margin-bottom: 20px;
}

.services-details-items .services-single-content > .row {
    margin-top: 35px;
    margin-bottom: 35px;
}

.services-details-area .features .col-lg-6 {
    display: flex;
}

.services-details-area .thumb {
    margin-bottom: 30px;
}

.services-details-area .features i {
    display: inline-block;
    font-size: 50px;
    color: var(--color-primary);
    margin-right: 25px;
}

.services-details-area .features p {
    margin: 0;
}

.services-details-area .features {
    margin: 25px 0;
}

.services-details-area .services-single-content ul {
    list-style: disc;
    margin-left: 20px;
}

    .services-details-area .services-single-content ul li {
        line-height: 32px;
    }

.services-details-items .services-single-content .list-item h2 {
    margin-bottom: 20px;
}

.services-details-items .services-single-content .list-item {
    margin-top: 20px;
}

.services-more .item {
    padding: 30px;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
    background: var(--white);
    margin-top: 30px;
}

    .services-more .item i {
        display: inline-block;
        font-size: 50px;
        color: var(--color-primary);
        margin-bottom: 30px;
    }

    .services-more .item p {
        margin: 0;
    }

    .services-more .item h4 {
        font-size: 20px;
    }

    .services-more .item a {
        font-weight: 900;
    }

.services-more h2 {
    margin: 0 !important;
    margin-top: 25px !important;
}

/* ============================================================== 
     # Contact
=================================================================== */

.contact-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .contact-area::after {
        position: absolute;
        left: 0;
        top: 0;
        height: 600px;
        width: 600px;
        content: "";
        background: url(../img/shape/27.png);
        z-index: -1;
        background-size: contain;
        background-repeat: no-repeat;
        opacity: 0.1;
    }

    .contact-area .shape {
        position: absolute;
        right: 5%;
        top: 50px;
        z-index: -1;
    }

        .contact-area .shape img {
            height: 150px;
        }

.contact-content .form-box {
    margin-left: 50px;
}

.contact-content form input,
.contact-content form textarea {
    border: none;
    min-height: 55px;
    padding: 20px;
    background: #eef3fa;
    color: var(--color-heading);
}

.contact-content form textarea {
    min-height: 223px;
}

.contact-content form button {
    padding: 13px 40px;
    font-weight: 700;
    font-size: 14px;
    border: 2px solid var(--color-primary) !important;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: var(--white);
    display: inline-block;
    text-transform: capitalize;
    background: transparent;
    border-radius: 30px;
}

    .contact-content form button::after {
        position: absolute;
        left: -10px;
        top: -10px;
        content: "";
        height: 120%;
        width: 120%;
        background: var(--color-primary);
        z-index: -1;
        transition: all 0.35s ease-in-out;
        border-radius: 30px;
    }

    .contact-content form button:hover::after {
        width: 0;
    }

    .contact-content form button:hover {
        color: var(--color-heading);
    }

    .contact-content form button:focus {
        color: var(--color-heading);
    }

.contact-content form img.loader {
    margin-left: 15px;
}

.contact-area .content li {
    padding: 30px;
    border: 1px solid #e7e7e7;
    margin-top: 30px;
    display: flex;
    background: var(--white);
    border-radius: 10px;
}

    .contact-area .content li:first-child {
        margin-top: 0;
    }

    .contact-area .content li i {
        display: inline-block;
        font-size: 45px;
        min-width: 70px;
        color: var(--color-primary);
    }

    .contact-area .content li p {
        margin: 0;
    }

    .contact-area .content li a {
        font-weight: 400;
    }

        .contact-area .content li a:hover {
            color: var(--color-primary);
        }

    .contact-area .content li h5 {
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

.contact-form-box .form-group {
    margin-bottom: 15px;
}

.contact-form-box h2 {
    font-weight: 900;
    margin-top: -8px;
}

.contact-form-box p {
    margin-bottom: 35px;
}

.form-control {
    font-size: 15px;
}


/* ============================================================== 
     # Home Data Science
=================================================================== */

@media (min-width:1200px) {
    .container-medium a.navbar-brand {
        padding-left: 15px;
    }
}

.shape-right-top {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: -1;
}

.shape-left-top {
    position: absolute;
    left: 0;
    top: 0;
    height: 350px !important;
    width: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: left top;
    background-size: contain;
    opacity: 0.05;
}

.banner-style-four {
    overflow: inherit;
}

@media (min-width: 1024px) {
    .validnavs.no-background .navbar-nav.text-white > li > a {
        color: var(--white);
    }
}

.banner-style-four {
    padding-top: 60px;
}

@media (min-width: 1450px) {
    .banner-style-four img {
        max-width: 120%;
    }
}

.banner-style-four .thumb {
    text-align: right;
}

.banner-style-four form {
    border-radius: 50px;
    margin-top: 40px;
}

    .banner-style-four form input {
        min-height: 70px;
        border-radius: 50px;
    }

    .banner-style-four form button {
        min-height: 54px;
        top: 8px;
        right: 8px;
        min-width: 180px;
        font-weight: 500;
    }

.features-style-four-area .single-item {
    margin-bottom: 30px;
}

.feature-style-four {
    padding: 60px 37px;
    background: #ffffff;
    box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid transparent;
    transition: all 0.35s ease-in-out;
}

.feature-style-four-box .single-item:hover .feature-style-four,
.feature-style-four-box .single-item:first-child .feature-style-four {
    border-color: var(--color-primary);
}

.feature-style-four img {
    height: 55px;
}

.feature-style-four .icon {
    display: inline-block;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

    .feature-style-four .icon::after {
        position: absolute;
        right: -60px;
        top: -30px;
        content: "";
        height: 120px;
        width: 120px;
        background: url(../img/shape/1.svg);
        z-index: -1;
        background-repeat: no-repeat;
        background-position: top right;
        background-size: contain;
    }

.feature-style-four h4 {
    font-weight: 700;
    font-size: 18px;
}

.feature-style-four p {
    margin: 0;
}

.feature-style-four .shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
}

.shape-center {
    background-size: contain;
    background-position: center bottom;
}

@media only screen and (min-width: 992px) {
    .about-style-four.info {
        padding-left: 80px;
    }
}

.about-style-four h2 {
    font-weight: 700;
    margin-bottom: 30px;
}

.about-style-four .nav-tabs {
    margin-top: 30px;
    border: none;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 10px;
}

    .about-style-four .nav-tabs button {
        display: inline-block;
        margin: 0 !important;
        padding: 15px;
        font-weight: 600;
        position: relative;
        z-index: 1;
        color: var(--color-heading);
    }

        .about-style-four .nav-tabs button.active {
            color: var(--color-primary);
        }

        .about-style-four .nav-tabs button::after {
            position: absolute;
            left: 50%;
            bottom: -5px;
            content: "";
            height: 4px;
            width: 0;
            background: var(--color-primary);
            border-radius: 10px;
            transform: translateX(-50%);
            transition: all 0.35s ease-in-out;
        }

        .about-style-four .nav-tabs button.active::after {
            width: 70%;
        }

.about-style-four ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

    .about-style-four ul li {
        padding-left: 30px;
        font-weight: 500;
        color: var(--color-heading);
        position: relative;
        z-index: 1;
        margin-top: 15px;
    }

        .about-style-four ul li::after {
            position: absolute;
            left: 0;
            content: "N";
            font-family: 'ElegantIcons';
            background: var(--color-primary);
            height: 20px;
            width: 20px;
            line-height: 20px;
            text-align: center;
            color: var(--white);
            border-radius: 50%;
            font-size: 12px;
            top: 50%;
            transform: translateY(-50%);
        }

.services-style-four-box {
    position: relative;
    z-index: 1;
    background: var(--dark);
    padding: 120px 30px;
    padding-bottom: 90px;
}

    .services-style-four-box .single-item:nth-child(2) {
        margin-top: 50px;
    }

@media only screen and (min-width: 1024px) {
    .services-style-four-box {
        width: 90%;
        margin: auto;
        max-width: 2000px;
        border-radius: 20px;
        box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
    }
}

.services-style-four-box .shape-right-top {
    height: 100%;
    width: 50%;
    top: 50px;
}

.services-style-four img {
    width: 120px;
    margin-right: 30px;
    max-width: 120px;
    min-width: 120px;
}

.services-style-four {
    padding: 50px 37px;
    border-radius: 10px;
    background: var(--color-primary);
    display: flex;
    margin-bottom: 30px;
}

    .services-style-four p {
        opacity: 0.8;
        margin: 0;
    }

@media only screen and (min-width: 992px) {
    .process-style-four.info {
        padding-left: 80px;
    }
}

.process-style-four-area {
    overflow: hidden;
}

.process-style-four .thumb {
    position: relative;
    z-index: 1;
}

    .process-style-four .thumb::after {
        position: absolute;
        left: -200px;
        bottom: 0;
        content: "";
        height: 400px;
        width: 400px;
        border: 100px solid #edf5ff;
        z-index: -1;
        border-radius: 50%;
    }

.process-style-four > h4 {
    text-transform: capitalize;
    font-weight: 900;
    color: var(--color-primary);
}

.process-style-four h2 {
    font-weight: 900;
    margin-bottom: 30px;
}

.single-process {
    display: flex;
    background: var(--white);
    padding: 40px;
    box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
    margin-top: 30px;
    border-radius: 20px;
}

    .single-process .number {
        font-weight: 900;
        font-size: 17px;
        color: var(--color-heading);
        margin-right: 15px;
    }

    .single-process h4 {
        font-weight: 900;
    }

    .single-process p {
        margin: 0;
    }

    .single-process:nth-child(2n) {
        background: var(--bg-gradient);
        margin-left: 50px;
        margin-right: -50px;
    }

        .single-process:nth-child(2n) h4,
        .single-process:nth-child(2n) a,
        .single-process:nth-child(2n) .number {
            color: #ffffff;
        }

        .single-process:nth-child(2n) p {
            color: var(--white);
            opacity: 0.9;
        }

.team-style-two-box .single-item {
    margin-bottom: 30px;
}

.team-style-two {
    position: relative;
}

    .team-style-two .thumb {
        position: relative;
        z-index: 1;
    }

        .team-style-two .thumb img {
            border-radius: 50%;
            padding: 30px;
        }

        .team-style-two .thumb .shape {
            position: absolute;
            left: 50%;
            bottom: 25px;
            height: 90%;
            width: 90%;
            background-size: contain;
            background-repeat: no-repeat;
            z-index: -1;
            transform: translateX(-50%);
        }

    .team-style-two h4 {
        font-weight: 700;
        margin-bottom: 3px;
    }

    .team-style-two span {
        font-weight: 400;
        color: #959595;
    }


/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.banner-style-four .double-items {
        padding-top: 120px;
    }

    .banner-area.banner-style-four {
        background: var(--bg-gray);
    }

        .banner-area.banner-style-four img {
            padding: 0;
            width: 70%;
            margin: auto;
        }

    .banner-style-four .thumb {
        text-align: center;
    }

    .features-style-four-area.shape-center {
        background-repeat: no-repeat;
    }

    .about-style-four img {
        margin-bottom: 40px;
    }

    .services-style-four-box .single-item:nth-child(2) {
        margin-top: 0;
    }

    .services-style-four {
        display: block;
        text-align: center;
    }

        .services-style-four img {
            margin: 0;
            margin-bottom: 30px;
        }

    .process-style-four .thumb {
        margin-bottom: 50px;
    }

    .single-process:nth-child(2n) {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .banner-area.banner-style-four .double-items {
        padding-top: 70px;
    }

    .banner-area.banner-style-four {
        background: var(--bg-gray);
    }

        .banner-area.banner-style-four img {
            padding: 0;
            width: 80%;
            margin: auto;
        }

    .banner-style-four .thumb {
        text-align: center;
    }

    .features-style-four-area.shape-center {
        background-repeat: no-repeat;
    }

    .about-style-four img {
        margin-bottom: 40px;
    }

    .services-style-four-box {
        padding: 50px 0;
        padding-bottom: 20px;
    }

        .services-style-four-box .single-item:nth-child(2) {
            margin-top: 0;
        }

    .services-style-four {
        display: block;
        text-align: center;
    }

        .services-style-four img {
            margin: 0;
            margin-bottom: 30px;
        }

    .process-style-four .thumb {
        margin-bottom: 50px;
    }

    .single-process:nth-child(2n) {
        margin-left: 0;
        margin-right: 0;
    }
}

/* ============================================================== 
     # Home App Landing 
=================================================================== */

/* Infinite Up Down Animation */
@keyframes UpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* Animation UpDown */
.updown-animation {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: UpDown;
    animation-name: UpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes UpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


.banner-area.banner-style-four {
    overflow: inherit;
}

    .banner-area.banner-style-four .thumb {
        margin-top: 120px;
    }

    .banner-area.banner-style-four h4 {
        font-weight: 600;
        font-size: 16px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

        .banner-area.banner-style-four h4 strong {
            display: inline-block;
            background: var(--bg-gradient);
            color: var(--white);
            font-size: 14px;
            padding: 3px 10px;
            border-radius: 5px;
            margin-right: 10px;
        }

    .banner-area.banner-style-four h2 {
        line-height: 1.2;
    }

    .banner-area.banner-style-four p {
        font-size: 18px;
        line-height: 1.9;
        padding-right: 15%;
    }

    .banner-area.banner-style-four .btn {
        margin-top: 30px;
    }

    .banner-area.banner-style-four .shape-bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background-size: 100%;
        background-position: center bottom;
        z-index: -1;
        background-repeat: no-repeat;
    }

/* Feature */

.features-style-four {
    margin-bottom: 30px;
}

.feature-style-four-item {
    background: linear-gradient(180deg, #F4F4F9 40%, #FBFBFD00 60%);
    padding: 60px 40px;
    border-radius: 30px;
    border: 1px solid #e7e7e7;
}

    .feature-style-four-item .icon i {
        display: inline-block;
        height: 90px;
        width: 90px;
        line-height: 90px;
        font-size: 40px;
        color: var(--color-primary);
        border-radius: 50%;
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
        font-weight: 100;
    }

        .feature-style-four-item .icon i::after {
            position: absolute;
            left: 0;
            top: 0;
            content: "";
            height: 100%;
            width: 100%;
            background: var(--color-primary);
            z-index: -1;
            border-radius: 50%;
            opacity: 0.2;
        }

.features-style-four:nth-child(3) .feature-style-four-item .icon i {
    color: #0cbf00;
}

    .features-style-four:nth-child(3) .feature-style-four-item .icon i::after {
        background: #0cbf00;
        opacity: 0.2;
    }

.features-style-four:nth-child(2) .feature-style-four-item .icon i {
    color: #ff7f00;
}

    .features-style-four:nth-child(2) .feature-style-four-item .icon i::after {
        background: #ff7f00;
        opacity: 0.2;
    }

.feature-style-four-item p {
    margin: 0;
}

.feature-style-four-item h4 {
    font-weight: 900;
}

.feature-style-four-item img {
    height: 250px;
    margin-bottom: 30px;
}


/* Video */

@media (min-width: 1450px) {
    .video-style-one-area {
        max-width: 1500px;
        width: 90%;
        margin: auto;
        overflow: hidden;
    }
}

.video-style-one-item h4 {
    font-weight: 600;
}

.video-style-one-item h2 {
    font-weight: 600;
    margin-bottom: 35px;
}

.video-style-one-item ul {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    list-style: none;
}

    .video-style-one-item ul li {
        margin-top: 30px;
    }

        .video-style-one-item ul li h4 {
            font-weight: 600;
        }

        .video-style-one-item ul li p {
            margin: 0;
            opacity: 0.9;
        }

.video-style-one-item .counter {
    position: relative;
}

.video-style-one-item .counter {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-weight: 900;
    color: var(--white);
    line-height: 1;
    margin-bottom: 5px;
    font-family: var(--font-heading);
}

.video-style-one-item .medium {
    font-weight: 600;
}

.video-style-one-item .fun-fact {
    display: inline-block;
    background: var(--color-primary);
    padding: 50px;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

    .video-style-one-item .fun-fact:nth-child(2) {
        background: #b400ff;
    }

.video-style-one-item .fun-facto-box {
    position: relative;
    bottom: -120px;
    margin-top: -90px;
}

.video-style-one-item p {
    opacity: 0.9;
}

.app-feature-thumb {
    position: relative;
    z-index: 1;
}

    .app-feature-thumb img:nth-child(2) {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }


@media (min-width: 1200px) {
    .app-feature-thumb::after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 550px;
        width: 550px;
        border: 100px solid var(--color-primary);
        z-index: -1;
        border-radius: 50%;
        margin-left: -275px;
        margin-top: -275px;
        animation: UpDown 2s linear infinite;
    }

    .app-feature-thumb img {
        padding: 0 80px;
    }
}


.app-feature-item h4 {
    font-weight: 900;
    position: relative;
    z-index: 1;
    padding-left: 38px;
}

.text-end .app-feature-item h4 {
    padding-right: 38px;
    padding-left: 0;
}

.app-feature-item {
    margin-top: 30px;
}

    .app-feature-item p {
        margin: 0;
    }

    .app-feature-item:first-child {
        margin-top: 0;
    }

    .app-feature-item h4::after {
        position: absolute;
        left: 0;
        top: -2px;
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        height: 28px;
        width: 28px;
        text-align: center;
        line-height: 25px;
        font-size: 11px;
        color: var(--white);
        border: 2px solid var(--white);
        display: inline-block;
        border-radius: 50%;
        background: var(--color-primary);
        box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    }

.text-end .app-feature-item h4::after {
    left: auto;
    right: 0;
}

@media only screen and (min-width: 1200px) {
    .screenshot-area .container-full {
        margin-left: calc((100% - 1200px)/ 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
    }
}

@media only screen and (min-width: 1200px) {

    .screenshot-area .screenshot-carousel.owl-carousel .owl-stage {
        left: -300px;
    }
}

@media only screen and (max-width: 1200px) {

    .screenshot-area .item .content h4 {
        justify-content: center;
    }
}

.screenshot-carousel .thumb {
    position: relative;
    z-index: 1;
    padding: 30px;
    border-radius: 50px;
    overflow: hidden;
}

    .screenshot-carousel .thumb::after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        height: 100%;
        width: 100%;
        background: url(../img/screenshot/5.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .screenshot-carousel .thumb img {
        height: auto;
        width: auto;
        margin: auto;
        border-radius: 30px;
    }

a.item.popup-gallery.theme.video-play-button::after,
a.item.popup-gallery.theme.video-play-button::before {
    height: 55px;
    width: 55px;
}

.screenshot-carousel .thumb .video-play-button {
    position: absolute;
    bottom: 77px;
    height: auto;
    top: auto;
    transform: translateX(-50%);
    font-size: 14px;
}

    .screenshot-carousel .thumb .video-play-button i {
        position: relative;
        left: -3px;
    }


.screenshot-carousel.owl-carousel.owl-theme .owl-dot span {
    height: 20px;
    width: 20px;
    border: 2px solid #dddddd;
    background: transparent;
    position: relative;
    z-index: 1;
}

.screenshot-carousel.owl-carousel.owl-theme .owl-dots {
    margin-top: 50px;
}

.screenshot-carousel.owl-carousel.owl-theme .owl-dot span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    background: var(--color-primary);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.screenshot-carousel.owl-carousel.owl-theme .owl-dot.active span::after {
    opacity: 1;
    visibility: visible;
}

.testimonials-area .item {
    border-radius: 10px;
}

    .testimonials-area .item .provider img {
        border: 3px solid rgba(255, 255, 255, 1);
    }

.pricing-item .pricing-header h4 {
    font-weight: 600;
}

.pricing-style-two .pricing-item h4::after {
    display: none;
}

.pricing-style-two .pricing-item .pricing-header::after {
    display: none;
}

.pricing-style-two .pricing-item .btn {
    margin: 0;
    margin-top: 30px;
}

.pricing-style-two .pricing-item > i {
    bottom: auto;
    top: 50px;
    font-size: 50px;
}

.pricing-style-two .pricing-item .price {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

.btn.btn-gray {
    border: 2px solid #edf5ff;
}

    .btn.btn-gray:hover {
        border-color: var(--color-primary);
        background: var(--color-primary);
        color: var(--white);
    }

.pricing-style-two.active .pricing-item {
    background: var(--bg-gradient);
}

.pricing-style-two .pricing-item h4 {
    background: transparent;
}

.pricing-style-two.active .pricing-item h4 {
    color: var(--white);
}

.pricing-style-two.active .pricing-item .price h2 {
    color: var(--white);
}

.pricing-style-two.active .pricing-item .price {
    border-color: rgba(255, 255, 255, 0.4);
}

.pricing-style-two.active .pricing-item li {
    color: var(--white);
    opacity: 0.9;
}

    .pricing-style-two.active .pricing-item li i {
        color: var(--white);
        opacity: 1;
    }

.pricing-style-two.active .pricing-item .btn-theme-effect:hover {
    border-color: var(--white);
    color: var(--white);
}

.pricing-style-two.active .pricing-item > i {
    color: var(--white);
    opacity: 0.6;
}

.relative .trial-box {
    border-radius: inherit;
}

.advanced-features-area .af-items .item::after {
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area.banner-style-four h4 {
        justify-content: center;
    }

    .banner-area.banner-style-four .thumb {
        margin-top: 0;
    }

    .app-features-area {
        background: var(--bg-gray);
    }


    .app-feature-thumb::after {
        display: none;
    }

    .app-feature-thumb img {
        padding: 0;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .app-feature-item {
        text-align: center;
    }

        .app-feature-item h4 {
            padding: 0;
        }

            .app-feature-item h4::after {
                display: none;
            }

    .video-style-one-item .fun-facto-box {
        margin-top: 0;
    }

    .video-style-one-item .video-btn {
        position: absolute;
        left: 20px;
        bottom: 100px;
    }

    .video-style-one-item {
        position: relative;
    }

    .screenshot-area {
        padding-top: 120px;
    }

    .app-feature-item p {
        padding: 0 15%;
    }
}


@media only screen and (max-width: 767px) {
    .banner-area.banner-style-four h4 {
        justify-content: center;
    }

    .banner-area.banner-style-four .thumb {
        margin-top: 0;
    }

    .app-features-area {
        background: var(--bg-gray);
    }


    .app-feature-thumb::after {
        display: none;
    }

    .app-feature-thumb img {
        padding: 0;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .app-feature-item {
        text-align: center;
    }

        .app-feature-item h4 {
            padding: 0;
        }

            .app-feature-item h4::after {
                display: none;
            }

    .video-style-one-item {
        position: relative;
    }

        .video-style-one-item .fun-facto-box {
            bottom: -50px;
            margin-top: 80px;
        }

        .video-style-one-item .video-btn {
            position: absolute;
            left: 20px;
            bottom: 170px;
        }

    .screenshot-area {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 450px) {
    .video-style-one-item .video-btn {
        position: absolute;
        left: 50%;
        bottom: 350px;
        transform: translateX(-50%);
        width: 100%;
    }

    .video-style-one-item .fun-fact {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }

    .video-style-one-item {
        text-align: center;
    }
}

/* ============================================================== 
     # Home Startup
=================================================================== */

.banner-style-five::after {
    position: absolute;
    left: -100px;
    top: -20%;
    content: "";
    height: 550px;
    width: 550px;
    background: var(--dark);
    border-radius: 50%;
    z-index: -1;
    opacity: 0.07;
}

.banner-style-five .shape-bottom {
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 100% !important;
    width: 100%;
    z-index: -1;
    background-size: cover;
    background-position: bottom center;
}

.banner-style-five .thumb img {
    max-width: 160%;
    position: relative;
    margin-left: -60px;
}

@media (min-width: 1024px) {
    nav.navbar.validnavs.no-background.white .attr-nav > ul > li.button a {
        background: var(--white) !important;
        color: var(--color-heading);
    }
}

.animated-wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
    left: 0;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }

    100% {
        transform: translate3d(85px, 0, 0);
    }
}


/*Shrinking for mobile*/

@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}


/* Feature */
.feature-style-five .item {
    box-shadow: 0 20px 50px rgb(0 0 0 / 10%);
    background: var(--white);
    padding: 50px 37px;
    margin-top: 30px;
}

    .feature-style-five .item:first-child {
        margin-top: 0;
    }

.feature-style-five-grid:nth-child(2) {
    margin-top: 50px;
}

.feature-style-five .item i {
    display: inline-block;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 30px;
    background: linear-gradient(90deg, #02ebad 0%, #5a57fb 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-style-five .item h4 {
    font-weight: 700;
}

.feature-style-five .item p {
    margin-bottom: -5px;
}

.feature-style-five > h4 {
    font-weight: 700;
    color: var(--color-primary);
}

.feature-style-five h2 {
    font-weight: 900;
    margin-bottom: 30px;
}

.feature-style-five p {
    margin: 0;
}

.video-style-one-item .counter {
    position: relative;
}

.feature-fact .counter {
    position: relative;
    display: flex;
    font-size: 45px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
    font-family: var(--font-heading);
    color: var(--color-heading)
}

.feature-fact .medium {
    font-weight: 600;
}

.feature-fact .fun-fact {
    display: inline-block;
}

.feature-fact .fun-fact {
    border-right: 1px solid #e7e7e7;
    padding-right: 30px;
    margin-right: 30px;
}

    .feature-fact .fun-fact:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }

.feature-style-five-area {
    background-size: 12%, contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.feature-style-five {
    position: relative;
}

    .feature-style-five .infinite-updown-illustration {
        position: absolute;
        right: -40px;
        bottom: -60px;
        z-index: -1;
        animation: UpDown 2s linear infinite;
    }

.site-heading h4 {
    text-transform: uppercase;
    font-weight: 900;
    color: var(--color-primary);
}

/* Collaboration */
.collaboration-style-one .thumb {
    margin-left: -10%;
}

.sub-heading {
    font-weight: 700;
    color: var(--color-primary);
}

.heading {
    font-weight: 900;
    margin-bottom: 30px;
}

.collaboration-style-one li {
    display: flex;
    margin-top: 30px;
}

    .collaboration-style-one li i {
        display: inline-block;
        font-size: 35px;
        margin-right: 20px;
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        position: relative;
        z-index: 1;
        background: var(--color-secondary);
        font-weight: 1;
        color: var(--white);
        border-radius: 50%;
        overflow: hidden;
    }

    .collaboration-style-one li:nth-child(2n) i {
        background: var(--color-primary);
    }

.collaboration-style-one ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 40px;
}

.collaboration-style-one li h5 {
    font-weight: 900;
    font-size: 20px;
}

.collaboration-style-one li p {
    margin: 0;
}

.collaboration-style-one li i::after {
    position: absolute;
    right: 20px;
    top: 0;
    content: "";
    height: 50px;
    width: 50px;
    background: var(--white);
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
}

.clients-style-one-area.inc-border img {
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    padding: 30px 50px;
    background: #fdfdfd;
}



/* Work Process */

.work-process-tab-navs button {
    display: inline-block;
    margin: 0;
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 20px 35px;
    margin: 5px;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}

.work-process-tab-navs {
    display: inline-block;
    border: none;
    margin: 0;
    margin-bottom: 70px;
}

    .work-process-tab-navs button h4 {
        margin: 0;
        font-size: 16px;
        font-weight: 900;
    }

    .work-process-tab-navs button.active {
        background: var(--color-primary) !important;
    }

.work-process-tab-content h2 {
    font-weight: 900;
    margin-bottom: 25px;
    font-size: 30px;
}

.work-process-tab-content ul {
    margin: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px;
}

    .work-process-tab-content ul h4 {
        font-weight: 700;
        position: relative;
        z-index: 1;
    }

.work-process-tab-content p {
    margin: 0;
}

.bg-dark .work-process-tab-content p {
    opacity: 0.8;
}

.work-process-tab-content ul h4::after {
    position: absolute;
    left: -46px;
    top: 2px;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 13px;
    font-weight: 500;
    height: 30px;
    width: 30px;
    line-height: 32px;
    background: var(--bg-gradient);
    text-align: center;
    border-radius: 50%;
}

.work-process-tab-content ul li {
    padding-left: 46px;
    margin-top: 30px;
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
}

.bg-dark .work-process-tab-content ul li {
    border-color: rgba(255, 255, 255, 0.2);
}

.work-process-tab-content ul li:first-child {
    border: none;
    padding-top: 10px;
}

.work-process-area {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 50%, contain;
}


/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-style-five .item:first-child {
        margin-top: 50px;
    }

    .feature-style-five-grid:nth-child(2) {
        margin: 0;
    }

    .collaboration-style-one .thumb {
        margin: 0;
        margin-bottom: 50px;
    }

    .collaboration-style-one ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
    }

    .collaboration-style-one li {
        margin: 0;
    }

    .work-process-tab-content .thumb {
        margin-bottom: 50px;
    }

        .work-process-tab-content .thumb img {
            max-width: 80%;
        }

    .collaborationa-area.default-padding-bottom {
        padding-bottom: 50px;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .feature-style-five .infinite-updown-illustration {
        display: none;
    }

    .feature-style-five {
        text-align: center;
    }

    .feature-fact .fun-fact {
        border: none;
        margin: 0 30px;
        padding: 0;
        margin-bottom: 30px;
    }

    .feature-fact .counter {
        justify-content: center;
    }

    .feature-style-five-grid {
        margin-top: 30px;
    }

        .feature-style-five-grid:nth-child(2) {
            margin-top: 30px;
        }

    .collaboration-style-one .thumb {
        margin: 0;
        margin-bottom: 40px;
    }

    .clients-style-one-area.inc-border img {
        border: none;
        padding: 0;
    }

    .work-process-tab-navs button {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 15px !important;
    }

    .work-process-tab-navs {
        display: block;
        margin-bottom: 40px;
    }

    .work-process-tab-content .thumb {
        margin-bottom: 50px;
    }
}


/* ============================================================== 
     # Home Personal Portfolio
=================================================================== */
.attr-nav li.side-menu a {
    padding: 9px 20px !important;
    display: block;
}

.navbar.no-background.dark .attr-nav .side-menu span {
    background-color: var(--color-heading);
}

.banner-style-six {
    padding-top: 150px;
}

    .banner-style-six .info {
        margin-top: -80px;
    }

    .banner-style-six .thumb {
        position: relative;
        padding: 60px;
        padding-bottom: 0;
    }

        .banner-style-six .thumb .shape-center {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            z-index: -1;
            width: 100%;
        }

    .banner-style-six .info {
        position: relative;
    }

.text-invisible {
    font-weight: 900;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    -webkit-text-stroke: 1px var(--color-primary);
    font-size: 101px;
    position: absolute;
    left: 0;
    top: -60px;
    opacity: 0.3;
    z-index: -1;
}

.banner-style-six h2 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.2;
}

    .banner-style-six h2 img {
        height: 50px;
    }

.banner-style-six h3 {
    font-weight: 600;
    font-size: 30px;
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-top: -15px;
}

    .banner-style-six h3::after {
        position: absolute;
        left: 0;
        bottom: 5px;
        content: "";
        height: 5px;
        width: 100%;
        background: var(--color-secondary);
        z-index: -1;
    }

    .banner-style-six h3 .typed-cursor {
        font-weight: 100;
        font-size: 50px;
        position: relative;
        top: 8px;
        color: #999999;
    }

@media (min-width: 1024px) {
    .box-layout {
        max-width: 90%;
        margin: auto;
    }
}

.personal-social {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
}

    .personal-social li {
        margin: 30px 0;
        font-size: 18px;
    }

.box-layout.bg-light {
    background: rgba(255, 255, 255, 0.5) !important;
}

.blur-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 300px;
    width: 300px;
    background: red;
    z-index: -1;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.2;
}

.service-style-six-item img {
    height: 80px;
    margin-bottom: 50px;
}

.service-style-six-item {
    padding: 0 37px;
}

.service-style-six {
    margin-bottom: 30px;
    border-right: 1px solid rgba(80, 61, 205, 0.1);
}

.service-style-six-item p {
    margin: 0;
}

.service-style-six:last-child {
    border: none;
}

.service-style-six-item h4 {
    margin-bottom: 20px;
}

.fun-factor-default .counter {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 45px;
    font-weight: 900;
    color: var(--color-heading);
    line-height: 1;
    margin-bottom: 5px;
    font-family: var(--font-heading);
}

.fun-factor-default .medium {
    font-weight: 600;
}

.fun-factor-default .fun-fact {
    display: inline-block;
    float: left;
    border-right: 1px solid #c1bdbd;
    padding-right: 50px;
    margin-right: 50px;
}

    .fun-factor-default .fun-fact:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }

.shape-animated-right {
    position: absolute;
    right: 15%;
    top: -60px;
    max-width: 150px;
}

.shape-animated-left {
    position: absolute;
    left: 0;
    top: 100px;
    max-width: 150px;
}

.pf-item .overlay-content .content {
    padding: 15px 30px;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    bottom: -50px;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.35s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.pf-item .overlay-content:hover .content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.pf-item .overlay-content::before {
    content: "";
    position: absolute;
    background: inherit;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    filter: blur(10px);
    margin: -20px;
}

.pf-item .overlay-content {
    position: relative;
    z-index: 1;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 10%);
    overflow: hidden;
}

    .pf-item .overlay-content .content > a {
        display: inline-block;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 45px;
        background: var(--white);
        border-radius: 50%;
        border: 3px solid var(--dark);
        position: relative;
        left: -30px;
        opacity: 0;
        visibility: hidden;
        transition-delay: 0.20s;
    }

        .pf-item .overlay-content .content > a i {
            font-weight: 400;
        }

    .pf-item .overlay-content:hover .content > a {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .pf-item .overlay-content .content h5 {
        margin: 0;
    }

    .pf-item .overlay-content .content span {
        font-weight: 400;
    }

.skill-list ul {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

.skill-list li {
    display: flex;
    align-items: center;
    border-top: 1px solid #ffffff;
    margin-top: 15px;
    padding-top: 15px;
}

    .skill-list li img {
        width: 60px;
        margin-right: 19px;
    }

    .skill-list li h4 {
        font-weight: 700;
        margin-bottom: 5px;
    }

    .skill-list li:first-child {
        margin: 0;
        padding: 0;
        border: none;
    }

.skill-list ul::after {
    position: absolute;
    left: -10%;
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: yellow;
    z-index: -1;
    filter: blur(120px);
    opacity: 0.55;
}

.sub-title {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-primary);
}

.title {
    font-weight: 800;
    margin-bottom: 25px;
}

.skill-list li span {
    font-size: 17px;
    font-weight: 600;
}

.about-style-six .thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
}

    .about-style-six .thumb::after {
        position: absolute;
        left: 50%;
        bottom: -120px;
        content: "";
        height: 500px;
        width: 500px;
        transform: translateX(-50%);
        border: 80px solid var(--color-primary);
        border-radius: 50%;
        z-index: -1;
    }

.skill-list li i {
    display: inline-block;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background: var(--color-primary);
    margin-right: 20px;
    border-radius: 50%;
    font-size: 40px;
    color: var(--white);
}

    .skill-list li i.fa-wordpress {
        background: #21759b;
    }

    .skill-list li i.fa-shopify {
        background: #96bf48;
    }

    .skill-list li i.fa-figma {
        background: #9d56f7;
    }

    .skill-list li i.fa-layer-group {
        background: #7952b3;
        font-size: 33px;
    }


.contact-area.shape-less::after {
    display: none;
}

.blog-style-two {
    margin-bottom: 30px;
}

    .blog-style-two .meta ul li {
        font-size: 14px;
        display: inline-block;
        margin-right: 30px;
        text-transform: capitalize;
        font-weight: 400;
        color: var(--color-heading);
        position: relative;
        z-index: 1;
    }

        .blog-style-two .meta ul li a {
            color: var(--color-heading);
            font-weight: 400;
        }

        .blog-style-two .meta ul li::after {
            position: absolute;
            right: -18px;
            top: 10px;
            content: "";
            height: 6px;
            width: 6px;
            background: var(--black);
            z-index: -1;
            border-radius: 50%;
            opacity: 0.6;
        }

        .blog-style-two .meta ul li:last-child::after {
            margin: 0;
            padding: 0;
            display: none;
        }

        .blog-style-two .meta ul li a {
            color: var(--color-paragraph);
            font-weight: 500;
        }

        .blog-style-two .meta ul li i {
            margin-right: 5px;
            font-weight: 3;
            font-size: 17px;
            position: relative;
            top: 1px;
        }

    .blog-style-two .thumb {
        overflow: hidden;
        margin-bottom: 30px;
    }

        .blog-style-two .thumb img {
            max-width: none;
            width: -webkit-calc(100% + 60px);
            width: calc(100% + 60px);
            -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
            transition: opacity 0.35s, transform 0.35s;
            -webkit-transform: translate3d(-50px,0,0);
            transform: translate3d(-50px,0,0);
        }

    .blog-style-two .item:hover .thumb img {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .blog-style-two a:hover {
        color: var(--color-primary);
    }

.contact-area.shape-less .content li {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.9);
}

.shape-less .contact-content form input,
.shape-less .contact-content form textarea {
    background: rgba(81, 56, 238, 0.04);
}

.side .widget .logo img {
    height: 60px;
}

.shape-right-top-mini {
    max-width: 200px;
    position: absolute;
    right: -50px;
    top: -50px;
}

.work-available-area {
    position: relative;
}

    .work-available-area::after {
        position: absolute;
        right: 0;
        top: -100px;
        content: "";
        height: 300px;
        width: 300px;
        background: var(--color-secondary);
        z-index: -1;
        border-radius: 50%;
        filter: blur(100px);
        opacity: 0.3;
    }

.work-available h2 {
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 40px;
    line-height: 1.1;
    font-weight: 500;
}

    .work-available h2 strong {
        position: relative;
        z-index: 1;
    }

        .work-available h2 strong::after {
            position: absolute;
            left: 0;
            bottom: 13px;
            content: "";
            height: 8px;
            width: 100%;
            background: var(--color-secondary);
            z-index: -1;
        }

/* Responsive */

/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Banner */
    .banner-style-six {
        text-align: center;
        padding-top: 120px;
    }

        .banner-style-six .text-invisible {
            left: 50%;
            transform: translateX(-50%);
        }

        .banner-style-six .personal-social {
            display: none;
        }

    .banner-area.banner-style-six .double-items .thumb img {
        max-width: 90%;
        height: 100%;
        margin-top: 0;
    }

    .banner-area.banner-style-six .double-items {
        padding-bottom: 0;
    }

    /* About */


    .about-style-six .thumb::after {
        height: 100%;
        width: 100%;
    }

    .about-style-six .thumb {
        margin-bottom: 170px;
    }

    .skill-list ul::after {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .about-style-six {
        text-align: center;
    }

    .skill-list li {
        display: block;
        margin-top: 30px;
        padding-top: 30px;
    }

        .skill-list li i {
            margin-bottom: 30px;
        }


    /* Work Availeable */
    .shape-right-top-mini {
        right: 0;
    }

    /* Services */
    .service-style-six {
        border: none;
    }

    .service-style-six-item {
        background: rgba(255, 255, 255, 0.4);
        padding: 50px 37px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        text-align: center;
    }

        .service-style-six-item img {
            margin-bottom: 30px;
        }

    /* Portfolio */

    .portfolio-style-six-area .heading-left {
        text-align: center;
    }

        .portfolio-style-six-area .heading-left h2 {
            font-size: 30px;
            margin-bottom: 40px;
        }


    .fun-factor-default .fun-fact {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        border: none;
        margin: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 1);
    }

    .fun-factor-default .counter {
        align-items: center;
        justify-content: center;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

    /* Banner */
    .banner-style-six {
        text-align: center;
        padding-top: 90px;
    }

        .banner-style-six .text-invisible {
            font-size: 50px;
            left: 50%;
            transform: translateX(-50%);
            top: -30px;
        }

        .banner-style-six .personal-social {
            display: none;
        }

    .banner-area.banner-style-six .double-items .thumb img {
        max-width: 90%;
        height: 100%;
        margin-top: 0;
    }

    .banner-area.banner-style-six .double-items {
        padding-bottom: 0;
    }

    /* About */
    .shape-animated-right {
        max-width: 80px;
        top: -30px;
        right: 30px;
    }

    .about-style-six .thumb::after {
        height: 100%;
        width: 100%;
    }

    .about-style-six .thumb {
        margin-bottom: 150px;
    }

    .skill-list ul::after {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .about-style-six {
        text-align: center;
    }

    .skill-list li {
        display: block;
        margin-top: 30px;
        padding-top: 30px;
    }

        .skill-list li i {
            margin-bottom: 30px;
        }


    /* Work Availeable */
    .shape-right-top-mini {
        max-width: 100px;
        right: 0;
    }

    .work-available h2 {
        font-size: 36px;
    }


    /* Services */
    .service-style-six {
        border: none;
    }

    .service-style-six-item {
        background: rgba(255, 255, 255, 0.4);
        padding: 50px 37px;
        border: 1px solid rgba(255, 255, 255, 0.8);
        text-align: center;
    }

        .service-style-six-item img {
            margin-bottom: 30px;
        }

    /* Portfolio */
    .shape-animated-left {
        max-width: 50px;
        top: -90px;
    }

    .portfolio-style-six-area .heading-left {
        text-align: center;
    }

        .portfolio-style-six-area .heading-left h2 {
            font-size: 30px;
            margin-bottom: 40px;
        }


    .fun-factor-default .fun-fact {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        border: none;
        margin: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 1);
    }

    .fun-factor-default .counter {
        align-items: center;
        justify-content: center;
    }
}

/* Customized Width  */
@media only screen and (min-width: 600px) and (max-width: 1200px) {

    /* Portfolio */
    .gallery-items.colums-3 .pf-item,
    .gallery-items.colums-4 .pf-item {
        width: 50%;
    }
}

/* Customized Width  */
@media only screen and (min-width: 992px) and (max-width: 1023px) {

    .about-style-six .thumb::after {
        height: 100%;
        width: 100%;
    }

    .shape-right-top-mini {
        right: 0;
    }

    .skill-list ul::after {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
}


.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

    .cd-words-wrapper b {
        display: inline-block;
        position: absolute;
        white-space: nowrap;
        left: 0;
        top: 0;
    }

        .cd-words-wrapper b.is-visible {
            position: relative;
        }

.no-js .cd-words-wrapper b {
    opacity: 0;
}

    .no-js .cd-words-wrapper b.is-visible {
        opacity: 1;
    }

/* -------------------------------- 

xclip 

-------------------------------- */

.cd-headline.clip span {
    display: inline-block;
    padding: 0;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: middle;
}

    .cd-headline.clip .cd-words-wrapper::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 2px;
        height: 80%;
        background-color: var(--color-heading);
        transform: translateY(-50%);
    }

.cd-headline.clip b {
    opacity: 0;
}

    .cd-headline.clip b.is-visible {
        opacity: 1;
    }

/* ============================================================== 
     # Home Creative Agency
=================================================================== */

/* Varialbes */
:root {
    --bg-dark-primary: #181818;
    --bg-dark-optional: #0b0b0e;
}

.bg-dark-primary {
    background: var(--bg-dark-primary)
}

.bg-dark-optional {
    background: var(--bg-dark-optional);
}

.banner-style-creative {
    overflow: hidden;
}

    .banner-style-creative,
    .banner-style-creative div {
        height: 100%;
    }

        .banner-style-creative .row div {
            height: auto;
        }

        .banner-style-creative h2 {
            margin: 0;
            font-size: 80px;
            font-weight: 900;
            line-height: 1.2;
            position: relative;
            z-index: 1;
            margin-top: 200px;
            display: inline-block;
            text-align: right;
        }

.curve-text svg {
    fill: var(--white);
    height: 170px;
    width: 170px;
    overflow: inherit;
    animation: spinner 20s infinite linear;
}

.curve-text svg {
    border-radius: 50%;
    padding: 27px;
    position: relative;
    z-index: 1;
    font-size: 22px;
    height: 180px;
    width: 180px;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid;
}

    .curve-text svg a {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
    }

.curve-text {
    display: inline-block;
    position: relative;
    height: 190px;
    width: 190px;
    border-radius: 50%;
}

    .curve-text a {
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        z-index: 9;
        height: 45px;
        width: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 40px;
        -webkit-text-stroke: 1px var(--white);
        color: transparent;
    }

    .curve-text svg path {
        fill: none;
    }

    .curve-text svg text {
        fill: var(--white);
        letter-spacing: 6px;
    }

    .curve-text img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 60px;
        z-index: 9;
        transform: translate(-50%, -50%);
    }

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

.banner-style-creative .content {
    display: flex;
    text-align: left;
    align-items: center;
    position: relative;
    left: -90px;
    margin-top: -100px;
}

.curve-text::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border: 40px solid var(--color-primary);
    border-radius: 50%;
}

.banner-style-creative .curve-text {
    margin-right: 50px;
    background: var(--dark);
}

.banner-style-creative p {
    color: #cccccc;
    font-size: 18px;
    line-height: 1.8;
}

.banner-style-creative .bottom {
    display: flex;
    align-items: center;
}

    .banner-style-creative .bottom > img {
        height: 600px;
        border-radius: 10px;
        position: relative;
        top: -290px;
        margin-bottom: -220px;
        margin-left: -100px;
    }


/* Servces */
.title-sub,
.site-heading .title-sub {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    color: var(--color-heading);
}

.text-light .title-sub,
.text-light .site-heading .title-sub {
    color: var(--white);
}

.title-sub::after {
    position: absolute;
    left: 0;
    bottom: -17px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/46.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: left bottom;
    transform: rotate(5deg);
}

.title-regular {
    margin: 0;
    font-size: 42px;
    font-weight: 800;
}

.services-style-five {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 30px;
}

    .services-style-five .content {
        display: flex;
        padding: 50px;
    }

    .services-style-five img {
        width: 120px;
        min-width: 120px;
        margin-right: 50px;
    }

    .services-style-five p {
        margin: 0;
        color: #cccccc;
    }

a.arrow {
    display: inline-block;
    font-size: 60px;
    -webkit-text-stroke: 1px var(--white);
    color: transparent;
    transform: rotate(-45deg);
    margin-top: 25px;
}

.services-style-five .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 25px 50px;
}

    .services-style-five .bottom ul li {
        display: inline-block;
    }

    .services-style-five .bottom a {
        text-transform: capitalize;
        font-weight: 500;
    }

    .services-style-five .bottom ul li {
        position: relative;
        z-index: 1;
        color: #cccccc;
        margin-right: 20px;
        font-weight: 500;
    }

        .services-style-five .bottom ul li::after {
            position: absolute;
            right: -14px;
            top: 50%;
            content: "";
            height: 5px;
            width: 5px;
            background: #cccccc;
            border-radius: 50%;
            margin-top: -1px;
        }

        .services-style-five .bottom ul li:last-child::after {
            display: none;
        }


.about-five-content {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    background: var(--bg-gradient);
    margin-left: -60%;
    padding: 100px;
}

    .about-five-content::after {
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        height: 2px;
        width: 170%;
        /* border-top: 2px solid; */
    }

    .about-five-content h2 {
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 45px;
    }

    .about-five-content p {
        opacity: 0.9;
        margin: 0;
    }

.about-fun-fact .counter {
    display: flex;
    align-items: center;
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 7px;
}

.about-fun-fact .fun-fact {
    margin-bottom: 45px;
}

.about-fun-fact .counter .operator {
    font-weight: 500;
}

.about-fun-fact span.medium {
    font-size: 20px;
}

/* Brand */
.brand-items {
    position: relative;
    display: flex;
    align-items: center;
}

.brand-conetnt {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: slide-left 50s linear infinite;
    margin-top: -30px;
}

    .brand-conetnt h2 {
        font-size: 150px;
        margin: 0 80px;
        font-weight: 900;
        line-height: 1.1;
        text-decoration: underline;
    }

.bg-dark .brand-conetnt h2 {
    color: var(--white);
}

.brand-conetnt .item:nth-child(2n) h2 {
    color: var(--color-primary);
    border: none;
    text-decoration: none;
}

.brand-style-two-area .brand-conetnt .item:nth-child(2n) h2 {
    -webkit-text-stroke: 1px var(--color-heading);
    color: transparent;
    border: none;
    text-decoration: none;
}

.bg-dark .brand-style-two-area .brand-conetnt .item:nth-child(2n) h2 {
    -webkit-text-stroke: 1px var(--white);
    color: transparent;
}

.brand-conetnt .item {
    position: relative;
}

@-webkit-keyframes slide-left {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide-left {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.brand-conetnt .item::after {
    position: absolute;
    right: -36px;
    top: 50%;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    -webkit-text-stroke: 1px var(--white);
    color: transparent;
    font-size: 100px;
    font-weight: 900;
    transform: rotate(-45deg);
}

.brand-conetnt .item:nth-child(2n)::after {
    transform: rotate(45deg);
}

/* Gallery */
.gallery-style-two {
    position: relative;
    overflow: hidden;
}

    .gallery-style-two .content {
        position: absolute;
        left: 100px;
        bottom: 35px;
        transition: all 0.35s ease-in-out;
        opacity: 0;
        visibility: hidden;
    }

        .gallery-style-two .content h4 {
            margin: 0;
        }

        .gallery-style-two .content span {
            display: inline-block;
            background: var(--dark);
            text-transform: uppercase;
            padding: 5px 20px;
            font-weight: 500;
            font-size: 14px;
        }

        .gallery-style-two .content h4 a {
            display: inline-block;
            background: var(--dark);
            padding: 20px;
            border-top: 2px solid;
        }

.portfolio-style-two-area .mix-item-menu {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
}

    .portfolio-style-two-area .mix-item-menu button {
        height: auto;
        display: inline-block;
        background: transparent;
        color: var(--white);
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
        padding: 15px 30px;
        margin-left: 10px;
        border-radius: 10px;
        font-weight: 600;
        transition: all 0.35s ease-in-out;
    }


        .portfolio-style-two-area .mix-item-menu button.active {
            background: var(--white);
            color: var(--color-heading);
        }

.gallery-style-two:hover .content {
    left: 40px;
    opacity: 1;
    visibility: visible;
}


.gallery-style-two img {
    transition: all 0.35s ease-in-out;
}

.gallery-style-two:hover img {
    transform: scale(1.2);
}


/* Testimonial */
.tesimonial-style-two-carousel .item {
    display: flex;
    align-items: center;
}

    .tesimonial-style-two-carousel .item .provider img {
        clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    }


    .tesimonial-style-two-carousel .item .info {
        padding-left: 65px;
        margin-left: 35px;
        position: relative;
        z-index: 1;
    }

    .tesimonial-style-two-carousel .item svg {
        height: 100%;
        width: 40px;
        fill: var(--white);
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0.5;
    }

    .tesimonial-style-two-carousel .item .reason {
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }

        .tesimonial-style-two-carousel .item .reason h5 {
            margin: 0;
            font-size: 26px;
            margin-right: 25px;
            font-weight: 700;
        }

        .tesimonial-style-two-carousel .item .reason i {
            color: #eacb00;
            font-size: 16px;
        }

    .tesimonial-style-two-carousel .item p {
        color: #cccccc;
        font-size: 20px;
        font-style: italic;
        line-height: 1.8;
    }

    .tesimonial-style-two-carousel .item .content h4 {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .tesimonial-style-two-carousel .item .content {
        margin-top: 30px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }

        .tesimonial-style-two-carousel .item .content span {
            display: inline-block;
            color: #0082ff;
            font-weight: 900;
            margin-bottom: 7px;
        }

        .tesimonial-style-two-carousel .item .content img {
            height: 65px;
            width: auto;
            margin-right: 25px;
            opacity: 0.1;
        }

/* Clients */
.clients-style-one-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    grid-column-gap: 30px;
    grid-row-gap: 50px;
}

    .clients-style-one-items img {
        filter: brightness(0) invert(1);
        opacity: 0.6;
    }

h1.number-text {
    font-size: 160px;
    line-height: 1;
    font-weight: 900;
    display: inline-block;
    -webkit-text-stroke: 1px var(--white);
    color: transparent;
}

.clients-style-one-area .title-regular {
    margin: 0;
}

/* Blog */
.bg-dark-primary .blog-area .item {
    background: transparent;
}

    .bg-dark-primary .blog-area .item p {
        color: #cccccc;
    }

    .bg-dark-primary .blog-area .item .info .meta ul li a, .bg-dark-primary .blog-area .item .info .meta ul li {
        color: #cccccc;
    }

        .bg-dark-primary .blog-area .item .info .meta ul li i {
            color: var(--white);
        }

.bg-dark-primary .blog-area .thumb .date {
    box-shadow: inherit;
    background: var(--dark-secondary);
    color: var(--white);
}

.bg-dark-primary .blog-area .item .info {
    padding: 0;
    padding-top: 35px;
}

    .bg-dark-primary .blog-area .item .info h4 {
        font-size: 22px;
        line-height: 1.6;
    }



/* Footer */
.bg-dark-primary .bg-dark {
    background: var(--bg-dark-primary) !important;
}

.bg-dark-primary footer .f-items .f-item.contact-widget::after {
    background: #292929;
}

.bg-dark-primary footer .footer-bottom {
    background: var(--dark-optional);
}

.bg-dark-primary footer .f-items .f-item form input {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ============================================================== 
     # Home Business
=================================================================== */
.business-banner .business-banner-thumb {
    margin-top: 120px;
    position: relative;
    z-index: 1;
}

.revenew {
    background: var(--bg-gradient);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 35%;
    color: var(--white);
    padding: 40px;
    border-radius: 10px;
}

    .revenew i {
        display: inline-block;
        font-size: 30px;
        transform: rotate(-45deg);
        margin-bottom: 20px;
        font-weight: 100;
    }

    .revenew h4 {
        color: var(--white);
        font-weight: 800;
        margin-bottom: 2px;
        font-size: 26px;
    }

    .revenew p {
        margin: 0;
        color: var(--white);
        font-size: 17px;
    }

.business-banner .business-banner-thumb img:nth-child(2) {
    position: absolute;
    right: -25%;
    bottom: 100px;
    height: 160px;
    width: auto;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
}

/* Btn Animation */

.btn-animation {
    z-index: 1;
    position: relative;
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
}

.bg-dark .btn-animation {
    color: var(--white);
}

.btn-animation i {
    display: inline-block;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    background: var(--color-primary);
    color: var(--white);
    border-radius: 50%;
    font-weight: 400;
    margin-right: 10px;
    transition: all 0.35s ease-in-out;
    transform: scale(0);
}

.btn-animation:hover {
    margin-left: 0;
    color: var(--color-heading);
}

.bg-dark .btn-animation:hover {
    color: var(--white);
}

.btn-animation:hover i {
    transform: scale(1);
}

.btn-animation::after {
    position: absolute;
    left: -13px;
    top: 0;
    content: "";
    height: 60px;
    width: 60px;
    border: 1px solid var(--color-primary);
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
    transform: scale(1);
    z-index: -1;
}

.bg-dark .btn-animation::after {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-animation:hover::after {
    transform: scale(0);
}

.btn-animation span {
    transition: all 0.35s ease-in-out;
    left: -50px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-animation:hover span {
    left: 0;
}

.btn-animation.dark::after {
    border-color: #c5c5c5;
    z-index: -1;
}

.btn-animation.dark i {
    background: var(--color-primary);
    color: var(--white);
}

.btn-animation.dark:hover {
    color: var(--color-heading);
}

.business-banner .info h4 {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-primary);
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    padding: 7px 30px;
    border-radius: 30px;
    font-size: 18px;
    box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
    margin-bottom: 25px;
}

.business-banner h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 30px;
}

.business-banner p {
    font-size: 18px;
    line-height: 1.8;
}

.business-banner .info {
    margin-top: 80px;
}

/* Feature */

.feature-style-two-area {
    background-repeat: no-repeat;
    background-position: right top;
}

.feature-style-two {
    display: flex;
}

    .feature-style-two img {
        width: 60px;
        min-width: 60px;
        margin-right: 30px;
    }

    .feature-style-two h4 {
        font-weight: 800;
    }

    .feature-style-two p {
        margin: 0;
    }

.feature-style-two-items h2 {
    margin: 0;
}


/* About */

.about-style-seven-items {
    position: relative;
    background-color: var(--dark);
}

.about-style-seven-thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: center;
}

.about-seven-item {
    padding: 120px 50px;
}

.about-style-seven-thumb::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape/51.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
}

.author-info {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

    .author-info > img {
        height: 60px;
        margin-left: 30px;
    }

    .author-info .thumb img {
        height: 70px;
        border-radius: 50%;
        border: 2px solid var(--white);
        margin-right: 15px;
    }

    .author-info h4 {
        margin-bottom: 5px;
        font-weight: 800;
    }

    .author-info span {
        color: var(--color-primary);
        font-weight: 500;
    }

    .author-info .info {
        border-right: 1px solid #91a2ab;
        padding-right: 30px;
    }

.about-seven-item h2 {
    font-weight: 900;
    margin-bottom: 30px;
}

/* Services */

@media only screen and (min-width: 1200px) {
    .services-style-seven-area .container-full {
        margin-left: calc((100% - 1200px)/ 2);
        width: auto;
        min-width: auto;
        max-width: inherit;
        padding-right: 0;
    }
}

@media only screen and (min-width: 1200px) {

    .services-style-seven-area .services-style-seven-carousel.owl-carousel .owl-stage {
        left: -300px;
    }
}

.service-seven-item {
    padding: 67px 37px;
    background: var(--white);
    border-radius: 30px;
    overflow: hidden;
}

    .service-seven-item > a {
        display: inline-block;
        border: 2px solid #dddddd;
        padding: 13px 45px;
        border-radius: 30px;
        margin-top: 15px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
    }

        .service-seven-item > a:hover {
            border-color: var(--color-primary);
            background-color: var(--color-primary);
            color: var(--white);
        }

    .service-seven-item img {
        width: auto !important;
        height: 50px;
        margin-right: 20px;
    }

    .service-seven-item ul {
        list-style: disc;
        margin-left: 18px;
        margin-top: 30px;
        margin-bottom: 15px;
    }

        .service-seven-item ul li {
            font-size: 16px;
            font-weight: 500;
            color: var(--color-heading);
            line-height: 1.8;
        }

    .service-seven-item .top {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .service-seven-item h4 {
        margin: 0;
    }

    .service-seven-item > a i {
        display: inline-block;
        transform: rotate(-45deg);
        margin-left: 4px;
    }

.services-style-seven-carousel.owl-carousel .owl-dots {
    margin-top: 40px !important;
    margin-bottom: -8px;
}

    .services-style-seven-carousel.owl-carousel .owl-dots .owl-dot span {
        display: block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: var(--white);
        position: relative;
        z-index: 1;
        border: 2px solid #e7e7e7;
    }

    .services-style-seven-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
        position: absolute;
        left: 50%;
        top: 50%;
        content: "";
        height: 5px;
        width: 5px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        background: var(--color-primary);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.services-style-seven-carousel {
    position: relative;
    z-index: 1;
}

    .services-style-seven-carousel::after {
        position: absolute;
        left: -150px;
        bottom: -50px;
        content: "";
        height: 450px;
        width: 450px;
        background: #fff000;
        z-index: -1;
        border-radius: 50%;
        filter: blur(100px);
        opacity: 0.35;
    }

/* Brand */
.bg-text {
    display: inline-block;
    font-size: 90px;
    position: relative;
    line-height: 1.1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    position: relative;
    font-weight: 900;
}

.brand-three-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: -100px;
}

    .brand-three-items.colum-3 {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .brand-three-items img {
        height: 80px;
    }

    .brand-three-items .item {
        background: rgba(255, 255, 255, 0.5);
        padding: 80px 25px;
        border-radius: 200px;
        border: 1px solid #cedff6;
        margin-top: 200px;
    }

    .brand-three-items.colum-3 .item {
        padding: 80px 25px;
    }

    .brand-three-items .item:nth-child(3) {
        margin-top: 0;
    }

    .brand-three-items .item:nth-child(2n) {
        margin-top: 40px;
    }

.gallery-style-three .gallery-items .pf-item .overlay:before,
.gallery-style-three .gallery-items .pf-item .overlay:after {
    display: none;
}

.gallery-style-three .gallery-items .pf-item .overlay .content {
    right: 30px;
    left: 30px;
    padding: 30px;
    bottom: 30px;
    top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.gallery-style-three .gallery-items .pf-item .overlay {
    border-radius: inherit;
}

    .gallery-style-three .gallery-items .pf-item .overlay .content .title span {
        color: var(--white);
        text-transform: uppercase;
        font-weight: 500;
        opacity: 0.9;
        margin-bottom: 5px;
    }

    .gallery-style-three .gallery-items .pf-item .overlay .content > a {
        background: transparent;
        height: auto;
        width: auto;
        line-height: inherit;
        font-size: 50px;
        transform: rotate(-45deg);
        margin-top: 30px;
        -webkit-text-stroke: 1px var(--white);
        font-weight: 900;
        color: transparent;
    }

        .gallery-style-three .gallery-items .pf-item .overlay .content > a i {
            font-weight: 900;
        }

    .gallery-style-three .gallery-items .pf-item .overlay .content .title {
        margin-bottom: 0;
        transform: inherit;
    }

    .gallery-style-three .gallery-items .pf-item .overlay .content::after {
        position: absolute;
        left: 0;
        top: 50%;
        content: "";
        height: 0;
        width: 100%;
        background: var(--bg-gradient);
        z-index: -1;
        opacity: 0;
        transition: all 0.35s ease-in-out;
        visibility: hidden;
    }

.gallery-style-three .gallery-items .pf-item:hover .overlay .content > a {
    margin-top: 0;
}

.gallery-style-three .gallery-items .pf-item:hover .overlay .content::after {
    height: 100%;
    opacity: 0.9;
    visibility: visible;
    top: 0;
}


/* ============================================================== 
     # Home It Solutions
=================================================================== */

.it-banner-thumb {
    text-align: center;
    margin-top: 150px;
}

.it-banner h2 {
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 25px;
}

    .it-banner h2 strong {
        display: block;
        text-transform: uppercase;
        font-size: 108px;
    }

.process-video a {
    display: inline-block;
    background: #1b457b;
    overflow: hidden;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

    .process-video a img {
        height: 100px;
    }

    .process-video a .thumb {
        float: left;
        position: relative;
    }

    .process-video a .info {
        float: left;
        padding: 15px 25px;
        padding-right: 40px;
        position: relative;
        top: 8px;
    }

    .process-video a h4 {
        margin-bottom: 5px;
        font-weight: 600;
    }

    .process-video a p {
        margin: 0;
    }

    .process-video a .thumb img {
        border-radius: 50%;
    }

    .process-video a .thumb i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-weight: 100;
        font-size: 35px;
        margin-left: 5px;
    }

.process-video {
    margin-top: 35px;
}

.shape-right-bottom {
    position: absolute;
    right: -16%;
    bottom: 10%;
    z-index: -1;
    width: 50%;
    transform: rotate(-20deg);
}


.it-banner {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.shape-right-bottom img {
    width: 100%;
}

.it-banner::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
    z-index: -1;
    opacity: 0.7;
}

/* Service */

.services-style-six {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    padding: 60px 50px;
    background: #001766;
}

    .services-style-six img {
        border-radius: 20px;
    }

    .services-style-six .info img {
        height: 150px;
        margin-bottom: 30px;
    }

    .services-style-six .thumb {
        padding: 0 30px;
    }

    .services-style-six .info > a {
        display: block;
        text-align: center;
        background: var(--bg-gradient);
        text-transform: uppercase;
        padding: 13px;
        border-radius: 30px;
        margin-top: 30px;
    }

        .services-style-six .info > a i {
            transform: rotate(-45deg);
            margin-left: 5px;
        }

    .services-style-six .info p {
        color: #cccccc;
    }

    .services-style-six .shape {
        position: absolute;
        left: -30px;
        right: 0;
        bottom: 0;
        z-index: -1;
    }

.services-style-six-area {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

/* About */
.about-six-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    padding-right: 48%;
    margin-left: -10%;
}

ul.about-list {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    position: absolute;
    left: 14%;
    bottom: -80px;
    background: var(--bg-gradient);
    right: 0;
    padding: 50px 0;
    align-items: center;
    border-radius: 10px;
}

    ul.about-list li {
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        padding: 0 50px;
    }

        ul.about-list li h4 {
            font-weight: 900;
            color: var(--white);
        }

        ul.about-list li p {
            color: var(--white);
            opacity: 0.9;
            margin-bottom: 0;
        }

        ul.about-list li i {
            display: inline-block;
            font-size: 50px;
            margin-bottom: 30px;
            color: var(--white);
            font-weight: 100;
        }

    ul.about-list .experience {
        text-align: center;
    }

        ul.about-list .experience h1 {
            color: var(--white);
            font-size: 120px;
            line-height: 100px;
            font-weight: 900;
            -webkit-text-stroke: 1px var(--white);
            color: transparent;
        }

        ul.about-list .experience h4 {
            margin: 0;
            font-weight: 700;
        }

    ul.about-list li:first-child {
        border: none;
    }

.about-six-thumb img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 80px;
    width: 40%;
}

.about-six-thumb img {
    border-radius: 10px;
}

.about-six-thumb::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 250px;
    width: 250px;
    background: #00ff29;
    z-index: -1;
    border-radius: 50%;
    filter: blur(130px);
    opacity: 0.5;
}

.about-card {
    display: flex;
    margin-top: 40px;
}

    .about-card img {
        height: 80px;
        width: auto;
        margin-right: 30px;
    }

    .about-card h4 {
        font-weight: 900;
        line-height: 1.4;
    }

.about-style-six h2 {
    font-weight: 900;
    margin-bottom: 25px;
}

.about-six-thumb::before {
    position: absolute;
    left: -150px;
    bottom: -100px;
    content: "";
    height: 400px;
    width: 400px;
    background: url(../img/shape/49.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom left;
    background-size: contain;
    animation: spinner 80s infinite linear;
}

/* Choose Us */
.choose-us-thumb img {
    border-radius: 50%;
}

.choose-us-style-two h2 {
    font-weight: 900;
    margin-bottom: 25px;
}

.choose-us-style-two ul li {
    margin-top: 20px;
    position: relative;
    z-index: 1;
    padding-left: 40px;
}

    .choose-us-style-two ul li h4 {
        font-weight: 700;
        font-size: 17px;
    }

    .choose-us-style-two ul li::after {
        position: absolute;
        left: 0;
        top: -1px;
        content: "\f00c";
        font-family: "Font Awesome 5 Pro";
        font-size: 15px;
        font-weight: 400;
        height: 23px;
        width: 23px;
        text-align: center;
        line-height: 23px;
        background: var(--bg-gradient);
        color: var(--white);
        border-radius: 50%;
    }

.choose-us-style-two ul {
    position: relative;
    z-index: 1;
    margin-top: 25px;
}

    .choose-us-style-two ul::after {
        position: absolute;
        left: 11px;
        top: 0;
        content: "";
        height: 100%;
        width: 1px;
        border-left: 1px solid var(--color-primary);
        z-index: -1;
    }

    .choose-us-style-two ul li:first-child h4 {
        font-size: 24px;
    }

    .choose-us-style-two ul li:first-child::after {
        top: 1px;
    }

.choose-us-thumb {
    position: relative;
}

    .choose-us-thumb .fun-fact {
        position: absolute;
        right: -50px;
        bottom: 0;
        background: var(--bg-gray);
        height: 250px;
        width: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: var(--color-heading);
        border-radius: 50%;
        border: 30px solid var(--white);
    }

        .choose-us-thumb .fun-fact span.medium {
            display: block;
            width: 100%;
            text-align: center;
        }

        .choose-us-thumb .fun-fact .counter {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 60px;
            line-height: 1;
            margin-bottom: 7px;
            font-weight: 900;
        }

.bg-gradient .tesimonial-style-two-carousel .item p {
    color: var(--white);
}

.bg-gradient .tesimonial-style-two-carousel .item .content span {
    color: var(--white);
    font-weight: 400;
}


/* ============================================================== 
     # Responsive for It Solution, Creative Agency, Business
=================================================================== */


/* Desktop Mini */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* Home Business */
    .feature-style-two-items .right-info {
        margin-top: 50px;
        display: none;
    }

    .feature-style-two-items .right-info {
        margin-top: 50px;
    }

    .author-info {
        display: block;
    }

        .author-info .info {
            border: navajowhite;
            padding: 0;
        }

        .author-info > img {
            margin: 0;
            margin-top: 15px;
        }

        .author-info .thumb img {
            margin-bottom: 25px;
        }

    .brand-three-items img {
        height: auto;
        max-height: 50px;
    }

    /* Home Creative Agency */
    .banner-style-creative h2 {
        margin-top: 150px;
        font-size: 60px;
        margin-bottom: 50px;
    }

    .banner-style-creative, .banner-style-creative div {
        height: auto;
    }

    .banner-style-creative {
        padding-bottom: 120px;
    }

        .banner-style-creative .bottom > img {
            margin: 0;
            top: 0;
            max-width: 100%;
            height: 400px;
        }

    .services-style-five .content {
        display: block;
    }

    .services-style-five img {
        margin: 0;
        margin-bottom: 40px;
    }

    .services-style-five .bottom {
        display: block;
    }

        .services-style-five .bottom a {
            margin-top: 20px;
        }

    .about-five-content {
        margin-left: -120%;
    }

    .portfolio-style-two-area .mix-item-menu {
        text-align: left !important;
        margin-top: 30px;
        justify-content: left;
        margin-bottom: 0;
        height: auto;
    }

    /* Home it Solutions */
    .it-banner h2 strong {
        font-size: 90px;
    }

    .about-six-thumb {
        margin: 0;
        padding-right: 45%;
        margin-bottom: 50px;
    }

        .about-six-thumb img {
            width: 100%;
        }

            .about-six-thumb img:nth-child(2) {
                top: 115px;
            }

    ul.about-list {
        left: 30%;
    }
}

/* Tablet to Mobile */
@media (max-width: 991px) {
}

/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Home Business */
    .bg-text {
        font-size: 42px;
        line-height: 1.2;
    }

    .brand-three-items {
        grid-template-columns: 1fr 1fr;
        margin-top: 0;
    }

        .brand-three-items .item {
            border-radius: 30px;
            margin: 0 !important;
        }

    .business-banner {
        padding-top: 120px;
        text-align: center;
    }

        .business-banner .business-banner-thumb img:nth-child(2) {
            right: 0;
            height: 130px;
        }

    .revenew {
        left: 50px;
    }

    .business-banner .business-banner-thumb {
        margin-top: 30px;
    }

    .feature-style-two-area {
        background-image: none !important;
    }

    .feature-style-two-items .right-info {
        display: none;
    }

    .about-style-seven-thumb::after {
        display: none;
    }

    .about-style-seven-thumb {
        position: relative;
        height: 350px;
        width: 100%;
    }

    .about-seven-item {
        padding: 120px;
    }

    .author-info {
        display: block;
    }

        .author-info .info {
            border: none;
            padding: 0;
        }

        .author-info > img {
            display: none;
            margin: 0;
        }

        .author-info .thumb img {
            margin-bottom: 20px;
        }

    /* Creative Agency */

    .banner-style-creative .bottom > img {
        height: auto;
        top: 0;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .banner-style-creative .content {
        margin: 0;
        display: block;
        left: 0;
    }

    .banner-style-creative .bottom {
        display: block;
    }

    .banner-style-creative h2 {
        margin: 0;
    }

    .banner-style-creative {
        padding-top: 180px;
        padding-bottom: 120px;
    }

        .banner-style-creative .curve-text {
            display: none;
        }

    .services-style-five .content {
        display: block;
        padding: 50px 30px;
    }

    .services-style-five img {
        margin: 0;
        margin-bottom: 30px;
    }

    .services-style-five .bottom {
        display: block;
        padding: 25px 30px;
    }

        .services-style-five .bottom a {
            display: block;
        }

        .services-style-five .bottom ul {
            display: none;
        }

    .about-five-thumb {
        margin-bottom: 40px;
    }

    .about-fun-fact {
        display: flex;
        align-items: center;
        margin: 0;
    }

        .about-fun-fact .fun-fact {
            margin: 0;
            margin-right: 50px;
        }

    .about-five-content {
        margin: 0;
        margin-top: 50px;
    }

        .about-five-content h2 {
            font-size: 36px;
        }

    .brand-conetnt h2 {
        font-size: 60px;
        line-height: 1;
        margin: 0 50px;
    }

    .brand-conetnt .item::after {
        font-size: 50px;
        margin-top: -5px;
        right: -25px;
    }

    .brand-conetnt {
        margin: 0;
    }

    .portfolio-style-two-area .mix-item-menu {
        display: block;
        text-align: center !important;
        margin-top: 15px;
    }

    .portfolio-style-two-area {
        text-align: center;
    }

        .portfolio-style-two-area .mix-item-menu button.active {
            margin: 20px 5px;
        }

    .tesimonial-style-two-carousel .item {
        display: block;
    }

        .tesimonial-style-two-carousel .item .info {
            padding: 0;
            margin: 0;
            margin-top: 30px;
        }

            .tesimonial-style-two-carousel .item .info svg {
                display: none;
            }

        .tesimonial-style-two-carousel .item .provider img {
            max-width: 80%;
            margin: auto;
        }

    .tesimonial-style-two-carousel {
        text-align: center;
    }

        .tesimonial-style-two-carousel .item .reason {
            display: block;
        }

    .rating {
        justify-content: center;
    }

    .tesimonial-style-two-carousel .item .reason h5 {
        margin: 0;
        margin-bottom: 15px;
    }

    .tesimonial-style-two-carousel .item .content {
        justify-content: center;
    }

    .clients-style-one-area {
        text-align: center;
    }

    .clients-style-one-items {
        margin-top: 40px;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        justify-content: center;
        grid-row-gap: 30px;
    }

        .clients-style-one-items img {
            margin: auto;
            border: 1px solid rgba(255, 255, 255, 0.3);
            padding: 30px;
            border-radius: 10px;
        }

    /* Home It Solutions */

    .it-banner {
        padding-top: 180px;
        text-align: center;
    }

    .about-six-thumb img {
        width: 100%;
    }

    .it-banner-thumb {
        margin-top: 50px;
    }

    .about-six-thumb::before {
        display: none;
    }

    .about-six-thumb img:nth-child(2) {
        display: none;
    }

    ul.about-list {
        position: inherit;
        left: 0;
        bottom: 0;
        margin-top: 30px;
    }

    .about-six-thumb {
        margin: 0;
        padding: 0;
    }

    ul.about-list {
        text-align: center;
        grid-template-columns: 1fr;
        padding: 0 30px;
        padding-bottom: 50px;
    }

        ul.about-list li {
            padding: 0 30px;
            border: none;
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            margin-top: 30px;
            padding-top: 30px;
        }

    .about-card {
        display: block;
    }

        .about-card img {
            margin: 0;
            margin-bottom: 30px;
        }

    .choose-us-thumb .fun-fact {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        bottom: -120px;
    }

    .choose-us-thumb {
        margin-bottom: 125px;
    }

        .choose-us-thumb img {
            width: 100%;
        }
}


/* Mobile */
@media only screen and (max-width: 767px) {
    /* Home Business */
    .bg-text {
        font-size: 42px;
        line-height: 1.2;
    }

    .brand-three-items {
        grid-template-columns: 1fr;
        margin-top: 0;
    }

        .brand-three-items .item {
            border-radius: 30px;
            margin: 0 !important;
        }

    .business-banner h2 {
        font-size: 36px;
    }

    .business-banner {
        padding-top: 70px;
        text-align: center;
    }

        .business-banner .business-banner-thumb img:nth-child(2) {
            display: none;
        }

    .revenew {
        display: none;
    }

    .business-banner .business-banner-thumb {
        margin-top: 30px;
    }

    .feature-style-two-area {
        background-image: none !important;
    }

    .feature-style-two {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }

        .feature-style-two img {
            margin: 0;
            margin-bottom: 30px;
        }

    .feature-style-two-items {
        text-align: center;
    }

    .about-style-seven-thumb::after {
        display: none;
    }

    .about-style-seven-thumb {
        position: relative;
        height: 350px;
        width: 100%;
    }

    .about-seven-item {
        padding: 50px 30px;
    }

    .author-info {
        display: block;
    }

        .author-info .info {
            border: none;
            padding: 0;
        }

        .author-info > img {
            display: none;
            margin: 0;
        }

        .author-info .thumb img {
            margin-bottom: 20px;
        }

    /* Creative Agency */
    .banner-style-creative h2 {
        font-size: 36px;
    }

    .banner-style-creative .bottom > img {
        height: auto;
        top: 0;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .banner-style-creative .content {
        margin: 0;
        display: block;
        left: 0;
    }

    .banner-style-creative .bottom {
        display: block;
    }

    .banner-style-creative h2 {
        margin: 0;
    }

    .banner-style-creative {
        padding-top: 140px;
        padding-bottom: 50px;
    }

        .banner-style-creative .curve-text {
            display: none;
        }

    .services-style-five .content {
        display: block;
        padding: 50px 30px;
    }

    .services-style-five img {
        margin: 0;
        margin-bottom: 30px;
    }

    .services-style-five .bottom {
        display: block;
        padding: 25px 30px;
    }

        .services-style-five .bottom a {
            display: block;
        }

        .services-style-five .bottom ul {
            display: none;
        }

    .about-five-thumb {
        margin-bottom: 40px;
    }

    .about-fun-fact .fun-fact {
        margin-bottom: 30px;
        text-align: center;
    }

    .about-fun-fact .counter {
        justify-content: center;
    }

    .about-five-content {
        margin: 0;
        padding: 60px 30px;
    }

        .about-five-content h2 {
            font-size: 36px;
        }

    .brand-conetnt h2 {
        font-size: 60px;
        line-height: 1;
        margin: 0 50px;
    }

    .brand-conetnt .item::after {
        font-size: 50px;
        margin-top: -5px;
        right: -25px;
    }

    .brand-conetnt {
        margin: 0;
    }

    .portfolio-style-two-area .mix-item-menu {
        display: block;
        text-align: center !important;
        margin-top: 15px;
    }

    .portfolio-style-two-area {
        text-align: center;
    }

        .portfolio-style-two-area .mix-item-menu button.active {
            margin: 20px 5px;
        }

    .tesimonial-style-two-carousel .item {
        display: block;
    }

        .tesimonial-style-two-carousel .item .info {
            padding: 0;
            margin: 0;
            margin-top: 30px;
        }

            .tesimonial-style-two-carousel .item .info svg {
                display: none;
            }

        .tesimonial-style-two-carousel .item .provider img {
            max-width: 80%;
            margin: auto;
        }

    .tesimonial-style-two-carousel {
        text-align: center;
    }

        .tesimonial-style-two-carousel .item .reason {
            display: block;
        }

    .rating {
        justify-content: center;
    }

    .tesimonial-style-two-carousel .item .reason h5 {
        margin: 0;
        margin-bottom: 15px;
    }

    .tesimonial-style-two-carousel .item .content {
        justify-content: center;
    }

    .clients-style-one-area {
        text-align: center;
    }

    .clients-style-one-items {
        margin-top: 40px;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
        grid-row-gap: 30px;
    }

        .clients-style-one-items img {
            margin: auto;
            border: 1px solid rgba(255, 255, 255, 0.3);
            padding: 30px;
            border-radius: 10px;
        }

    /* Home It Solutions */
    .it-banner h2 {
        font-size: 36px;
        line-height: 1.4;
    }

        .it-banner h2 strong {
            font-size: 42px;
        }

    .it-banner {
        padding-top: 140px;
        text-align: center;
    }

    .it-banner-thumb {
        margin-top: 50px;
    }

    .about-six-thumb::before {
        display: none;
    }

    .about-six-thumb img:nth-child(2) {
        display: none;
    }

    ul.about-list {
        position: inherit;
        left: 0;
        bottom: 0;
        margin-top: 30px;
    }

    .about-six-thumb {
        margin: 0;
        padding: 0;
    }

    ul.about-list {
        text-align: center;
        grid-template-columns: 1fr;
        padding: 0 30px;
        padding-bottom: 50px;
    }

        ul.about-list li {
            padding: 0 30px;
            border: none;
            border-top: 1px solid rgba(255, 255, 255, 0.3);
            margin-top: 30px;
            padding-top: 30px;
        }

    .about-card {
        display: block;
    }

        .about-card img {
            margin: 0;
            margin-bottom: 30px;
        }

    

    .choose-us-thumb {
        margin-bottom: 125px;
    }
}
