/*******************************************************
    Template Name    : Jaxson - Responsive Bootstrap 4 One Page Portfolio Html Template
    Author           : Setblue
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Section Style
    05.About Section Style
    06.Services Section Style
    07.Counter Section Style
    08.Project Section Style
    09.Testimonial Section Style
    10.Blogs Section Style
    11.Contact Section Style
    12.Footer Section Style
 *************************************/

/**************************************
 * 01.Generale Style
 *************************************/

body {
    background: #fff;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
    color: #333;
    line-height: 1.3;
}

.container {
    max-width: 1400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 0px 40px;
    position: relative;
    clear: both;
}

a {
    color: #D02238;
    text-decoration: none !important;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

img {
    max-width: 100%;

}

.about-image img{
    height: 60vh !important;
    width: 100%;
}
a:hover {
    color: #E03A50;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

a:hover, a:focus {
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

.z-index {
    z-index: 9;
}

.position-relative {
    position: relative !important;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #E03A50;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
}

button:focus {
    outline: 0 none;
    box-shadow: none;
}

.button:focus {
    outline: none;
    box-shadow: none;
}

.button {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 0.7px;
    font-weight: 500;
    border-radius: 50px;
    background: #E03A50;
    transition: all 500ms ease;
    cursor: pointer;
    color: #fff;
    margin-top: 25px;
    border: 2px solid #E03A50;
}

    .button:hover {
        color: #D02238;
        background: transparent;
        border: 2px solid #E03A50;
    }

.secondary-wrapper {
    display: block;
    width: 100%;
    padding: 50px;
    background: #f7f7fa;
}

dl, ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.section-padding {
    padding: 70px 0;
}

.section-title {
    margin-bottom: 35px;
    text-align: center;
    margin-top: 25px;
}

    .section-title h2 {
        font-weight: 600;
        font-size: 38px;
        line-height: 1.3;
        color: #333;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        position: relative;
    }

        .section-title h2::after {
            position: absolute;
            content: '';
            width: 2px;
            height: 25px;
            background-color: #D02238;
            display: block;
            top: -25px;
            left: 50%;
            margin: auto;
        }

.section_subtitle {
    line-height: 25px;
    padding-top: 0;
    color: #666;
    margin-bottom: 0;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.bg-light {
    background-color: #f4f4f4 !important;
}

.mr-top-50 {
    margin-top: 50px;
}

.back-to-top {
    position: fixed;
    display: none;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 48px;
    right: 25px;
    bottom: 20px;
    text-align: center;
    background: #E03A50;
    transition: background 0.5s;
    z-index: 11;
    border-radius: 50px;
}

    .back-to-top i {
        color: #fff;
        font-size: 20px;
    }

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Line */

.Jaxson-page-wrapper {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    z-index: 1;
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 84vw;
    z-index: -1;
}

    .lines .line {
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: #f2f2f2;
        overflow: hidden;
    }

        .lines .line::after {
            content: "";
            display: block;
            position: absolute;
            height: 15vh;
            width: 100%;
            top: -50%;
            left: 0;
            background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, #000000), to(#000000));
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 75%, #000000 100%);
            -webkit-animation: run 15s 0s infinite;
            animation: run 15s 0s infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-timing-function: cubic-bezier(0.49, 0.01, 0.43, 0.97);
            animation-timing-function: cubic-bezier(0.49, 0.01, 0.43, 0.97);
        }

        .lines .line:nth-child(1) {
            margin-left: -50%;
        }

            .lines .line:nth-child(1)::after {
                -webkit-animation-delay: 1s;
                animation-delay: 1s;
            }

        .lines .line:nth-child(2) {
            margin-left: -25%;
        }

            .lines .line:nth-child(2)::after {
                -webkit-animation-delay: 2s;
                animation-delay: 2s;
            }

        .lines .line:nth-child(3) {
            margin-left: 25%;
        }

            .lines .line:nth-child(3)::after {
                -webkit-animation-delay: 2.5s;
                animation-delay: 2.5s;
            }

        .lines .line:nth-child(4) {
            margin-left: 50%;
        }

            .lines .line:nth-child(4)::after {
                -webkit-animation-delay: 3s;
                animation-delay: 3s;
            }

@-webkit-keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}


/**************************************
 * 02.Preloader Style
 *************************************/
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

    .loader-wrapper .middle {
        position: absolute;
        top: 50%;
        width: 100%;
    }

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #E03A50;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(19px, 0);
    }
}
/**************************************
 * 03.Navber Style
 *************************************/

.logo {
    padding: 5px 0;
}

.logo a img{
    height: 3.5rem;
    width: auto;

}

    .logo .dark {
        display: none;
    }

    .main-logo img{
        height: 4rem;
        width: auto;
    

    }

.navbar-reduce .logo .light {
    display: none;
}

.navbar-reduce .logo .dark {
    display: block;
}


.navbar-b {
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .navbar-b.navbar-reduce {
        box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
    }

        .navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
            position: relative;
            padding-right: 25px;
            padding-left: 0;
        }

        .navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
            color: #fff;
            text-transform: capitalize;
            font-size: 16px;
            letter-spacing: 0.5px;
            font-weight: 500;
        }

            .navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
                color: #333;
            }

            .navbar-b.navbar-trans .nav-link:hover {
                color: #D02238;
            }

            .navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
                color: #D02238;
            }

    .navbar-b.navbar-reduce {
        transition: all .5s ease-in-out;
        background-color: #fff;
    }

        .navbar-b.navbar-reduce .nav-link {
            color: #333333;
        }

            .navbar-b.navbar-reduce .nav-link:hover {
                color: #E03A50;
            }

            .navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
                color: #D02238;
            }

        .navbar-b.navbar-reduce .navbar-toggler span {
            background-color: #333333;
        }

    .navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        visibility: visible !important;
    }

    .navbar-b .dropdown-menu {
        margin: 1.12rem 0 0;
        border-radius: 0;
    }

        .navbar-b .dropdown-menu .dropdown-item {
            padding: .7rem 1.7rem;
            transition: all 500ms ease;
        }

            .navbar-b .dropdown-menu .dropdown-item:hover {
                background-color: #E03A50;
                color: #fff;
                transition: all 500ms ease;
            }

            .navbar-b .dropdown-menu .dropdown-item.active {
                background-color: #E03A50;
            }

.navbar-toggler {
    position: relative;
    padding: 10px 0px;
}

    .navbar-toggler:focus, .navbar-toggler:active {
        outline: 0;
    }

    .navbar-toggler span {
        display: block;
        background-color: #fff;
        height: 3px;
        width: 25px;
        margin-top: 4px;
        margin-bottom: 4px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0;
        opacity: 1;
    }

        .navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
            transition: -webkit-transform .35s ease-in-out;
            transition: transform .35s ease-in-out;
            transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
        }

    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        position: absolute;
        left: 12px;
        top: 10px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        opacity: 0.9;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        height: 12px;
        visibility: hidden;
        background-color: transparent;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        position: absolute;
        left: 12px;
        top: 10px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 0.9;
    }

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
    height: 100vh;
    position: relative;
    color: #fff;
    text-align: center;
    background: url(../images/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 10;
    padding-bottom: 0px;
    background-attachment: fixed;
    animation: slider 15s infinite;
}

@keyframes slider {
    0% {
        background-image: url(../images/1.jpg);
    }
    33% {
        background-image: url(../images/2.jpg);
    }
    66% {
        background-image: url(../images/3.jpg);
    }
    100% {
        background-image: url(../images/1.jpg);
    }
}

    .home-area::after {
        position: absolute;
        top: 0;
        content: "";
        left: 0px;
        padding: 0;
        height: 100%;
        width: 100%;
        /* background: #000000d4; */
    }

#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 5;
}

.hero-equal-height {
    position: relative;
    min-height: 750px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.home-area .home-content h1 {
    font-size: 80px;
    color: #D02238;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.home-area .home-content p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
}

    .home-area .home-content p span {
        color:#E03A50;
        font-weight: 800;
    }

.home-content .button-1 {
    margin-left: 10px;
}

.scroll-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

    .scroll-btn a {
        z-index: 9;
        width: 60px;
        height: 60px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .scroll-btn:hover {
        bottom: 5px;
    }

    .scroll-btn img {
        width: 50%;
    }


.home-area .social {
    right: 0;
    top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -150px;
    z-index: 6;
}

    .home-area .social a {
        display: block;
        color: #fff;
        font-size: 16px;
        margin-top: 10px;
        float: left;
        margin-right: 15px;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        font-weight: 600;
        letter-spacing: 5px;
    }


        .home-area .social a.text {
            margin-right: 0;
        }

        .home-area .social a i {
            -webkit-transition: all ease 0.3s;
            transition: all ease 0.3s;
        }

        .home-area .social a:hover i {
            color: #E03A50;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
            -webkit-transition: all ease 0.3s;
            transition: all ease 0.3s;
        }

.home-area .line {
    float: left;
    width: 72px;
    background: #bfbfbf;
    height: 1px;
    margin: 20px 17px;
}


/**************************************
 * 05.About Section Style
 *************************************/
.about-content {
    padding-right: 80px;
}

    .about-content h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 10px;
    }

.color-text {
    color: #D02238;
}

/**************************************
 * 06.Services Section Style
 *************************************/
.service-area {
    background-color: #D02238;
}

.services {
    padding: 25px;
    background-color: #ffffff;
    border-radius: 0px;
    margin-top: 30px;
}

    .services:hover {
        transition: all 0.3s ease-out 0s;
    }

    .services .services-title-icon .services-title {
        font-size: 24px;
        line-height: 30px;
        font-weight: 500;
        color: #000;
    }

        .services .services-title-icon .services-title a:hover {
            color: #0067f4;
        }

    .services .services-title-icon .services-icon {
        position: relative;
        display: inline-flex;
        margin-right: 20px;
        background: #E03A50;
        border-radius: 50px;
        width: 60px;
        height: 60px;
        border: 2px solid #E03A50;
        align-items: center;
        justify-content: center;
    }

        .services .services-title-icon .services-icon i {
            font-size: 32px;
            line-height: 60px;
            color: #fff;
            position: relative;
            z-index: 5;
        }

    .services:hover .services-icon {
        background-color: transparent;
        border: 2px solid #E03A50;
    }

        .services:hover .services-icon i {
            color: #D02238;
        }

    .services .services-content .text {
        line-height: 26px;
        margin-top: 20px;
        color: #333;
        margin-bottom: 20px;
    }

    .services .services-content .services-btn {
        color: #D02238;
        font-size: 15px;
        font-weight: 600;
        border-bottom: 1px solid #fff;
    }

/**************************************
 * 07.Counter Section Style
 *************************************/


.single-counter-box {
    border-left: 5px solid #E03A50;
    padding: 0;
    border-radius: 0px;
}

.single-counter {
    text-align: left;
    padding: 0px 20px;
    border-radius: 0px;
}

    .single-counter h3 {
        margin-bottom: 0;
        color: #333;
        font-size: 45px;
        font-weight: 700;
    }

    .single-counter p {
        line-height: 1.5;
        color: #333;
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

/**************************************
 * 08.Project Section Style
 *************************************/
#project {
    position: relative;
}

    #project .project-list {
        text-align: center;
    }

        #project .project-list .nav {
            display: inline-block;
            margin: 0;
            position: relative;
        }

            #project .project-list .nav li {
                position: relative;
                float: left;
                font-size: 13px;
                line-height: 15px;
                cursor: pointer;
                font-weight: 600;
                letter-spacing: 0.5px;
                text-transform: uppercase;
                display: inline-block;
                margin: 0 15px 20px;
                padding: 15px 30px;
                border-radius: 30px;
                background-color: #f4f4f4;
                color: #333;
                -moz-transition: all 0.5s ease-in-out 0s;
                -ms-transition: all 0.5s ease-in-out 0s;
                -o-transition: all 0.5s ease-in-out 0s;
                -webkit-transition: all 0.5s ease-in-out 0s;
                transition: all 0.5s ease-in-out 0s;
            }

                #project .project-list .nav li:hover, #project .project-list .nav li.filter-active {
                    color: #ffffff;
                    background: #E03A50;
                    -moz-transition: all 0.5s ease-in-out 0s;
                    -ms-transition: all 0.5s ease-in-out 0s;
                    -o-transition: all 0.5s ease-in-out 0s;
                    -webkit-transition: all 0.5s ease-in-out 0s;
                    transition: all 0.5s ease-in-out 0s;
                }

    #project .project-container {
        display: inline-block;
        width: 100%;
    }

.project-area .project-grid-item {
    overflow: hidden;
}

.project-grid-item img {
    width: 100%;
}

.project-item {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
}

    .project-item .project-img-overlay {
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        -webkit-transition: all .4s;
        transition: all .4s;
        background-color: rgba(0, 0, 0, 0);
    }

        .project-item .project-img-overlay:before {
            left: 0;
            top: 0;
        }

        .project-item .project-img-overlay:after {
            right: 0;
            bottom: 0;
        }

        .project-item .project-img-overlay:before, .project-item .project-img-overlay:after {
            content: '';
            position: absolute;
            width: 0;
            height: 50%;
            background: rgba(255, 255, 255, 0.8);
            -webkit-transition: all .4s;
            transition: all .4s;
        }

        .project-item .project-img-overlay:hover:before, .project-item .project-img-overlay:hover:after {
            width: 100%;
        }

        .project-item .project-img-overlay .project-content {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            width: 100%;
            text-align: center;
            z-index: 2;
            -webkit-transition: .5s;
            transition: .5s;
        }

        .project-item .project-img-overlay:hover .project-content h4, .project-item .project-img-overlay:hover .project-content h6 {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
        }

        .project-item .project-img-overlay .project-content h4 {
            color: #333;
            font-size: 16px;
            letter-spacing: 0.5px;
            font-weight: 700;
            position: relative;
            margin-bottom: 10px;
            text-transform: uppercase;
            -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
            opacity: 0;
            z-index: 7;
            -webkit-transition: all .6s;
            transition: all .6s;
        }

        .project-item .project-img-overlay .project-content h6 {
            color: #8ccaed;
            margin-top: 5px;
            font-size: 15px;
            letter-spacing: 0.9px;
            position: relative;
            position: relative;
            font-weight: 700;
            -webkit-transform: translateY(15px);
            transform: translateY(15px);
            opacity: 0;
            z-index: 7;
            -webkit-transition: all .6s;
            transition: all .6s;
        }

/**************************************
 * 09.Testimonial Section Style
 *************************************/

.testimonials {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}

    .testimonials:after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #2c2929d6;
        z-index: 2;
    }

    .testimonials .container {
        position: relative;
        z-index: 10;
    }

    .testimonials .testimonial-item .author-img {
        width: 60px;
        height: 60px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        margin: auto;
    }

    .testimonials .testimonial-item p {
        color: #fff;
        font-size: 21px;
        padding: 15px 30px;
        line-height: 35px;
    }

    .testimonials .testimonial-item h5 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 10px;
        color: #fff;
    }

    .testimonials .testimonial-item span {
        font-size: 14px;
        color: #fff;
        display: block;
    }

.testimonial-quote {
    color: #D02238;
    font-size: 45px;
}

.owl-theme .owl-nav [class*=owl-]:hover:not(.disabled) {
    background: #165076;
    color: #fff;
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot span {
    background: #fff;
    border: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #E03A50;
}


/**************************************
 * 10.Blogs Section Style
 *************************************/

.blogs .owl-carousel .owl-stage-outer {
    padding: 0px;
}

.blogs .owl-carousel .owl-stage {
    padding: 0px;
}

.blogs .blog-item .blog-img {
    position: relative;
    overflow: hidden;
}

    .blogs .blog-item .blog-img img {
        display: block;
        width: 100%;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        .blogs .blog-item .blog-img img:hover {
            -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
            transform: scale(1.15);
        }

.blogs .blog-item .blog-content {
    padding: 30px 15px 15px;
    background: #fff;
}

    .blogs .blog-item .blog-content h3 {
        font-size: 20px;
        font-weight: 600;
        color: #222;
        margin-bottom: 15px;
    }

    .blogs .blog-item .blog-content p {
        padding-bottom: 20px;
        border-bottom: 1px solid #f7f7f7;
        margin-bottom: 0;
    }

    .blogs .blog-item .blog-content .blog-meta {
        padding-top: 15px;
    }

        .blogs .blog-item .blog-content .blog-meta span {
            font-size: 14px;
            color: #666666;
        }

        .blogs .blog-item .blog-content .blog-meta .more {
            color: #222;
            font-weight: 600;
        }

        .blogs .blog-item .blog-content .blog-meta .date {
            float: right;
        }

.blog-list .blog-item {
    margin-bottom: 50px;
}


/**************************************
 * 11.Contact Section Style
 *************************************/

.contact-information {
    margin-bottom: 15px;
}

.contact-details {
    text-align: left;
    margin-bottom: 0px;
    padding: 20px 10px;
    display: block;
    overflow: hidden;
}

    .contact-details > i {
        font-size: 25px;
        width: 60px;
        height: 60px;
        background: #E03A50;
        line-height: 58px;
        color: #fff;
        text-align: center;
        float: left;
        margin-bottom: 0;
        margin-right: 25px;
    }

    .contact-details h6 {
        font-weight: 600;
        font-size: 23px;
        color: #333;
        text-transform: capitalize;
    }

    .contact-details p {
        font-size: 15px;
        color: #444;
        text-transform: capitalize;
    }

.contact-area .form input, .contact-area .form textarea {
    width: 100%;
    padding: 10px 20px;
    color: #000;
    border: 0;
    padding-left: 5px;
    background-color: transparent;
    border-radius: 0px;
    text-transform: capitalize;
    border-bottom: 2px solid #555;
}

.contact-area .form textarea {
    max-height: 120px;
    max-width: 100%;
}

#contact-form .button {
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

button, input, textarea {
    color: #272727;
}

    button, input, textarea:focus {
        border: none;
        outline: none;
    }

.contact-area .form-message.success {
    background: #03b103;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.contact-area .form-message.error {
    background: #ff4d15;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
}

.social-icons {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

    .social-icons li {
        margin: 0px 12px 0px 0px;
        padding: 0;
        overflow: visible;
    }

        .social-icons li a {
            display: block;
            height: 34px;
            line-height: 40px;
            width: 34px;
            font-size: 26px;
            text-align: center;
            color: #000;
            text-decoration: none;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

            .social-icons li a:hover {
                color: #d00f0f;
            }

/**************************************
 * 12.Footer Section Style
 *************************************/
.footer-area {
    background-color: #333333;
}

.copyright-area {
    padding: 40px 0;
}

    .copyright-area p {
        color: #fff;
    }

        .copyright-area p a {
            color: #fff;
            font-weight: 600;
        }



        /* custom css of us  */

        .btn-google {
            color: #fff;
            background-color: #111;
            border-color: #000;
            padding: 15px 16px 5px 40px;
            position: relative;
            font-family: fontfutura;
            font-weight: 600;
          }
          .btn-google:focus {
            color: #fff;
            background-color: #555;
            border-color: #000;
          }
          .btn-google:active,
          .btn-google:hover {
            color: #fff;
            background-color: #555;
            border-color: #000;
          }
          .btn-google:before {
            content: "";
            background-image: url(https://4.bp.blogspot.com/-52U3eP2JDM4/WSkIT1vbUxI/AAAAAAAArQA/iF1BeARv2To-2FGQU7V6UbNPivuv_lccACLcB/s30/nexus2cee_ic_launcher_play_store_new-1.png);
            background-size: cover;
            background-repeat: no-repeat;
            width: 30px;
            height: 30px;
            position: absolute;
            left: 6px;
            top: 50%;
            margin-top: -15px;
          }
          .btn-google:after {
            content: "GET IT ON";
            position: absolute;
            top: 5px;
            left: 40px;
            font-size: 10px;
            font-weight: 400;
          }


          /* service icon work  */


          .services .services-title-icon .services-icon {
            position: relative;
            display: inline-flex;
            margin-right: 20px;
            background: #E03A50;
            border-radius: 50px;
            width: 60px;
            height: 60px;
            border: 2px solid #E03A50;
            align-items: center;
            justify-content: center;
            padding: 0.7rem;
          }
          
          .services .services-title-icon .services-icon i {
            font-size: 32px;
            line-height: 60px;
            color: #fff;
            position: relative;
            z-index: 5;
          }
          
          .services:hover .services-icon {
            scale: 1.1;
            border: 2px solid #E03A50;
          }
          
          .services:hover .services-icon i {
            color: #D02238;
          }




        /* how its work section css */


        /* carousel CSS Start */
.item {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
  }
  
  .carousel-box {
    border-radius: 4px;

}
  .carousel-box h3{
    text-align: center !important;
  }
  
  .img-box {
    width: 35rem;
    height: 35rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  .img-box img {
    height: 30rem;
    width: 100% !important;
  }
  
  .content-box {
    margin-top: 1rem;
  
    color: var(--white);
  }
  

  /* footer section work */



  
/**************************************
 * 12.Footer Section Style
 *************************************/


 .footer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
    width: 100%;
    background: #10182F;
    border-radius: 6px;
  }
  .footer .footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  padding: 2rem 9vw !important;
    gap: 3.5rem;
    /* padding: 60px; */
  }
  .footer-row .footer-col h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
  }
  .footer-col .links {
    margin-top: 20px;
  }
  .footer-col .links li {
    list-style: none;
    margin-bottom: 10px;
  }
  .footer-col .links li a {
    text-decoration: none;
    color: #bfbfbf;
  }
  .footer-col .links li a:hover {
    color: #fff;
  }
  .footer-col p {
    margin: 20px 0;
    color: #bfbfbf;
    max-width: 300px;
  }
  .footer-col form {
    display: flex;
    gap: 5px;
  }
  .footer-col input {
    height: 40px;
    border-radius: 6px;
    background: none;
    width: 100%;
    outline: none;
    border: 1px solid #7489C6 ;
    caret-color: #fff;
    color: #fff;
    padding-left: 10px;
  }
  .footer-col input::placeholder {
    color: #ccc;
  }
   .footer-col form button {
    background: #fff;
    outline: none;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.2s ease;
  }
  .footer-col form button:hover {
    background: #cecccc;
  }
  .footer-col .icons {
    display: flex;
    margin-top: 30px;
    gap: 30px;
    cursor: pointer;
  }
  .footer-col .icons i {
    color: #afb6c7;
  }
  .footer-col .icons i:hover  {
    color: #fff;
  }
    .footer {
      position: relative;
      bottom: 0;
      left: 0;
      transform: none;
      width: 100%;
      border-radius: 0;
    }
    .footer .footer-row {
      padding: 20px;
      gap: 1rem;
    }
    .footer-col form {
      display: block;
    }
    .footer-col form :where(input, button) {
      width: 100%;
    }
    .footer-col form button {
      margin: 10px 0 0 0;
    }
  


    .developer-credit {
        text-align: center;
        padding: 15px 0;
        font-size: 14px;
        color: #888;
        background-color: #10182F;
        border-top: 1px solid #eee;
    }
    
    .developer-credit a {
        color: #ffffff;
        font-weight: 500;
        
        text-decoration: none;
        transition: color 0.3s ease;
    }
    
    .developer-credit a:hover {
        color: #333;
    }

    /* how its work section done */

    .video-container {
        position: relative;
        padding-bottom: 40%; /* Adjust this to make the video shorter (e.g., 40%) */
        height: 0;
        overflow: hidden;
        max-width: 80%; /* Reduce the max width to make it smaller horizontally */
        margin: 0 auto; /* Center the video horizontally */
        background-color: #000;
    }
    
    .video-container iframe,
    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    


    /* zooming image css  */

    .image-container {
        position: relative;
        display: inline-block;
    }
    
    .zoomable-image {
        width: 300px; /* Initial size of the image */
        transition: transform 0.3s ease;
    }
    
    .zoom-text {
        display: none; /* Hide text initially */
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 5px 10px;
        border-radius: 3px;
    }
    
    .zoomed {
        transform: scale(1.5); /* Zoom the image */
    }
    
    .show-text {
        display: block; /* Show the text */
    }
    