﻿@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

@font-face {
    font-family: 'promag-thin';
    src: url('../fonts/promag-thin.woff2') format('woff2'), url('../fonts/promag-thin.woff') format('woff'), url('../fonts/promag-thin.otf') format('opentype'), url('../fonts/promag-thin.eot') format('embedded-opentype');
}

@media (max-width: 1920px) {
    .mobile_services_text {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
        background-color: black;
        padding: 50px;
    }
}

@media (max-width: 992px) {
    .mobile_services_text {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
}

@media (max-width: 1920px) {
    .mobile_services_image {
        border-top-left-radius: 20px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 0px;
    }
}

@media (max-width: 992px) {
    .mobile_services_image {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

@media (max-width: 1920px) {
    .mobile_services_gap {
        padding-bottom: 50px;
    }
}

@media (max-width: 992px) {
    .mobile_services_gap {
    }
}

@media (max-width: 1920px) {
    .mobile_services_heading {
        font-family: 'Playfair';
        font-weight: 100;
    }
}

@media (max-width: 992px) {
    .mobile_services_heading {
        font-family: 'Playfair';
        font-weight: 100;
    }
}

.chef_video-container {
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

    .chef_video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.stationary_background {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/.png) no-repeat center center/cover;
}

.cleaning_background {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/cleaning_background.png) no-repeat center center/cover;
}

.ppe_background {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/uniform_bacground.png) no-repeat center center/cover;
}

.landscaping_background {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/landscaping_background.png) no-repeat center center/cover;
}

.overlay_background {
    position: relative;
}

    .overlay_background::before {
        content: "";
        position: absolute;
        border-radius: 30px;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(247,243,241, 0.9);
        z-index: -1;
        border: solid 0.5px none;
    }

.service_content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
}

.service_option_part {
    background-image: url(../img/corporate_building.png);
    background-color: #EDEDE4;
    background-repeat: no-repeat;
    margin-top: 170px;
    position: relative;
    background-position: right;
    z-index: 99;
}

    .service_option_part::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(238, 251, 221, 0.9); /* Adjust the opacity as needed */
        pointer-events: none; /* Ensures that the overlay doesn't interfere with click events */
    }

.padding_section {
    opacity: 0;
    transform: translateY(50px); /* Start 50px below its original position */
    transition: opacity 1s ease-in-out, transform 1s ease-in-out; /* Apply transitions to both opacity and transform */
}

    .padding_section.visible {
        opacity: 1;
        transform: translateY(0); /* Slide up to its original position */
    }

@media (max-width: 1920px) {
    .email_padding {
        padding-right: 10px;
        padding-left: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        backdrop-filter: blur(5px) brightness(75%) saturate(80%);
        background-color: rgba(250,136,196, .1);
        border-radius: 10px;
        margin-top: 25px;
    }
}

@media (max-width: 567px) {
    .email_padding {
        backdrop-filter: blur(5px) brightness(75%) saturate(80%);
        background-color: rgba(250,136,196, .1);
        border-radius: 10px;
        padding: 30px;
        margin-top: 25px;
    }
}



@media (max-width: 1920px) {
    .brands_border {
        border-right: 0.5px lightgrey solid;
    }
}

@media (max-width: 567px) {
    .brands_border {
        border-bottom: 0.5px lightgrey solid;
        border-right: none;
        padding: 20px;
    }
}

@media (max-width: 1920px) {
    .brands_border_alt {
        border-left: 0.5px lightgrey solid;
    }
}

@media (max-width: 567px) {
    .brands_border_alt {
        border-bottom: 0.5px lightgrey solid;
        border-left: none;
        padding: 20px;
    }
}

@media (max-width: 1920px) {
    .brands_label {
        font-family: 'Great Vibes';
        color: white;
        font-size: 34px;
        margin-top: 10px;
        margin-left: -75px;
        position: absolute;
        -webkit-transform: rotate(-90deg);
    }
}

@media (max-width: 567px) {
    .brands_label {
        display: none;
    }
}

@media (max-width: 1920px) {
    .mobile_header_form {
        margin-top: 10px;
    }
}

@media (max-width: 567px) {
    .mobile_header_form {
        margin-top: 25px;
    }
}

@media (max-width: 1920px) {
    .mobile_heading {
        letter-spacing: 5px;
    }
}

@media (max-width: 567px) {
    .mobile_heading {
        display: none;
    }
}

@media (max-width: 1920px) {
    .mobile_heading_size {
    }
}

@media (max-width: 567px) {
    .mobile_heading_size {
        font-size: 42px;
    }
}

@media (max-width: 1920px) {
    .mobile_spacing {
    }
}

@media (max-width: 567px) {
    .mobile_spacing {
        padding-bottom: 100px;
    }
}


.main_logo {
    color: black;
    font-size: 23px;
    letter-spacing: 3px;
    border: solid black 0.5px;
    padding: 5px;
}

    .main_logo span {
        background-color: #FA88C4;
        color: white;
        padding-left: 10px;
        padding-right: 10px
    }

.main_logo_white {
    font-family: 'Poppins';
    font-size: 37px;
    letter-spacing: 3px;
    border: solid white 0.5px;
    padding: 5px;
    color: white;
}

body.dark-mode .main_logo_white {
    border: solid darkgrey 0.5px;
    padding: 5px;
    color: darkgrey;
}

.main_logo_white span {
    background-color: white;
    color: #FA88C4;
    padding-left: 10px;
    padding-right: 10px
}

body.dark-mode .main_logo_white span {
    background-color: darkgrey;
    color: #121212;
}

.main_heading_white {
    background: linear-gradient(to right, silver, #FFFFFF, #FFFFFF, silver, #FFFFFF, #FFFFFF);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'promag-thin';
}

body.dark-mode .main_heading_white {
    background: linear-gradient(to right, darkgrey, darkgrey, darkgrey, darkgrey, darkgrey, darkgrey);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.main_heading_black {
    background: linear-gradient(to right, #2D4261, #2D4261, #2D4261, #2D4261, #2D4261, #2D4261);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'promag-thin';
}

body.dark-mode .main_heading_black {
    background: linear-gradient(to right, darkgrey, darkgrey, darkgrey, darkgrey, darkgrey, darkgrey);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

@media (max-width: 1920px) {
    .header_form, .header_form_social {
        backdrop-filter: blur(15px) brightness(75%) saturate(80%);
        background-color: rgba(4,163,202, 0.1);
        border-radius: 30px;
        padding: 20px;
        margin-top: 80px;
        filter: drop-shadow(10px 10px 15px rgba(0, 0, 0, 0.5));
        transition: .6s ease-out;
    }

        .header_form_social:hover {
            transition: .6s ease-in;
            background: linear-gradient(to right,rgba(4,163,202,0.9),rgba(18,19,18,0.9));
            cursor: pointer;
        }

    @media (max-width: 767px) {
        .header_form, .header_form_social {
            margin-top: 10px;
        }

        body.dark-mode .header_form {
            background-color: rgba(0,0,0, .5);
        }
    }

    @media (max-width: 767px) {
        .header_form_social {
            display: none;
        }

        body.dark-mode .header_form {
            display: none;
        }
    }

    @media (max-width: 1920px) {
        .header_form_contact {
            backdrop-filter: blur(15px) brightness(75%) saturate(80%);
            background-color: rgba(250,136,196, .1);
            border-radius: 10px;
            padding: 30px;
            margin-top: 25px;
        }

        body.dark-mode .header_form_contact {
            background-color: rgba(0,0,0, .5);
        }
    }

    .p_white {
        font-family: 'Poppins';
        color: white;
    }

    body.dark-mode .p_white {
        color: darkgrey;
    }

    .p_black {
        color: black;
    }

    body.dark-mode .p_black {
        color: darkgrey;
    }

    .p_yellow {
        color: #FA88C4;
    }

    body.dark-mode .p_yellow {
        color: white;
    }

    .p_yellow_bg {
        color: black;
    }

    body.dark-mode .p_yellow_bg {
        color: white;
    }

    body.dark-mode {
        background-color: #121212;
        color: #ffffff;
    }


        body.dark-mode .main_logo {
            border: 0.5px solid #ffffff;
        }

        body.dark-mode h1, h2, h3, h4, h5, h6 {
            color: darkgrey;
        }

        body.dark-mode .single_feature .single_service h3 {
            color: #121212;
        }

        body.dark-mode p {
            color: #ffffff;
        }

        body.dark-mode .main_menu .main-menu-item ul li .nav-link {
            color: darkgrey;
        }

        body.dark-mode .menu_fixed {
            background-color: rgba(18,18,18,1);
        }

        body.dark-mode #home-top-video:before {
            background: linear-gradient(to right,rgba(18,18,18,1),rgba(18,18,18,0.0));
        }

        body.dark-mode .modal-content {
            background-color: black;
            border: 1px solid rgba(250,136,196,.9);
        }

    .overlay {
        position: relative;
    }

        .overlay::before {
            content: "";
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: -1;
        }

    .service_content {
        position: relative;
        z-index: 1;
        color: white;
        text-align: center;
    }


    .float {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 25px;
        right: 25px;
        background-color: #FA88C4;
        color: white;
        border-radius: 30px;
        text-align: center;
        padding-top: 7px;
        z-index: 9999;
    }

        .float:hover {
            background-color: white;
            color: #FA88C4;
            transition: .9s ease-out;
            box-shadow: 2px 2px 2px 2px rgba(250,136,196,.9);
        }

    .imgs, label {
        cursor: pointer
    }

    #design-top-video:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        background: linear-gradient(to top,rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1));
    }

    #design-top-video {
        left: 0%;
        top: 0%;
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: absolute;
        z-index: 1;
    }

    #sparkle-top-video:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1;
        background: linear-gradient(to right,rgba(57,84,114,0.75),rgba(8,31,62,0.75))
    }

    #sparkle-top-video {
        left: 0%;
        top: 0%;
        height: 100%;
        width: 100%;
        overflow: hidden;
        position: absolute;
        z-index: 1;
    }

    .back-to-top, .blog-info-link li:last-child::after, .menu_fixed .logo_1, input {
        display: none
    }

    .form-contact label, .single-post-area .navigation-top .comment-count, .single-post-area .navigation-top .like-info, body, h6, p {
        font-size: 14px
    }

    .submit_btn, input:focus, input:hover {
        outline: 0 !important
    }

    .blog_area a, .btn:focus, .button:focus, .genric-btn, a, a:focus, a:hover, button:focus {
        text-decoration: none
    }

    @font-face {
        font-family: "Neue Plak W04 Comp SemiBold";
        src: url("https://db.onlinewebfonts.com/t/fa3faef96dc9df06eff21af399dc6cd2.eot");
        src: url("https://db.onlinewebfonts.com/t/fa3faef96dc9df06eff21af399dc6cd2.eot?#iefix") format("embedded-opentype"),url("https://db.onlinewebfonts.com/t/fa3faef96dc9df06eff21af399dc6cd2.woff2") format("woff2"),url("https://db.onlinewebfonts.com/t/fa3faef96dc9df06eff21af399dc6cd2.woff") format("woff"),url("https://db.onlinewebfonts.com/t/fa3faef96dc9df06eff21af399dc6cd2.ttf") format("truetype"),url("https://db.onlinewebfonts.com/t/fa3faef96dc9df06eff21af399dc6cd2.svg#Neue Plak W04 Comp SemiBold") format("svg")
    }

    .video-container {
        position: relative;
        padding-bottom: 100%;
        height: 90%;
        overflow: hidden;
        max-width: 100%;
        background: #000;
    }

        .video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

    .back-to-top {
        position: fixed;
        bottom: 25px;
        right: 25px
    }

    .tab-close, .tab-label {
        display: flex;
        cursor: pointer
    }

    .row_mar_zero, .single-post-area .navigation-top .social-icons li:last-child, body, ul {
        margin: 0px;
    }

    .home5-service1 {
        /*background: url(../img/home5-service1.jpg) no-repeat center top;*/
        background-size: cover;
        /*    padding: 40px 40px 41px;
        */ /*transition: all .3s ease-out;*/
    }

        .home5-service1:hover {
            /*background-position: 0 -15px !important;*/
        }

        .home5-service1 h4 {
            /*  font-size: 20px;
        color: #fff;*/
        }

        .home5-service1 p {
            /*  color: #fff;
        margin-bottom: 10px;*/
        }

        .home5-service1.home5-service2 {
            background: url(../img/image11_alt.png) no-repeat center top;
            background-size: cover;
        }

    @media (max-width:992px) {
        .home5-service1.home5-service2 {
            background: url(../img/image15.png) no-repeat center top;
            background-size: cover;
        }
    }

    .home5-service1.home5-service3 {
        background: url(../img/home5-service3.png) no-repeat center top;
        background-size: cover;
    }

    .home5-service1.home5-service4 {
        background: url(../img/home5-service4.png) no-repeat center top;
        background-size: cover;
    }

    .home5-service1.home5-service5 {
        background: url(../img/home5-service5.png) no-repeat center top;
        background-size: cover;
    }

    .home5-service1.home5-service6 {
        background: url(../img/home5-service6.png) no-repeat center top;
        background-size: cover;
    }

    .home5-service1.home5-service7 {
        background: url(../img/home5-service7.png) no-repeat center top;
        background-size: cover;
    }

    .home5-service1.home5-service8 {
        background: url(../img/home5-service8.jpg) no-repeat center top;
        background-size: cover;
    }

    .home5-service1.home5-service9 {
        background: url(../img/home5-service9.png) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service10 {
        background: url(../img/hc-contact-img.jpg) center top/cover no-repeat;
        padding: 0;
        background-size: cover;
    }

    .home5-service1.home5-service11 {
        background: url(../img/home5-service11.png) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service12 {
        background: url(../img/home5-service12.png) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service13 {
        background: url(../img/home5-service13.png) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service14 {
        background: url(../img/home5-service14.png) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service15 {
        background: url(../img/home5-service15.png) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service16 {
        background: url(../img/home5-service16.png) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service17 {
        background: url(../img/home5-service17.png) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service18 {
        background: url(../img/home5-service18.png) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service19 {
        background: url(../img/home5-service19.png) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service20 {
        background: url(../img/home5-service20.png) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service21 {
        background: url(../img/home5-service21.jpg) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service22 {
        background: url(../img/home5-service22.jpg) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service23 {
        background: url(../img/home5-service23.jpg) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service24 {
        background: url(../img/home5-service24.jpg) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service25 {
        background: url(../img/home5-service25.jpg) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service26 {
        background: url(../img/home5-service26.jpg) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service27 {
        background: url(../img/home5-service27.jpg) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service28 {
        background: url(../img/home5-service28.jpg) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service29 {
        background: url(../img/home5-service29.jpg) center top/cover no-repeat;
        padding: 0
    }

    .home5-service1.home5-service30 {
        background: url(../img/home5-service30.jpg) center top/cover no-repeat;
        padding: 0
    }

    .triangle-up {
        border-top-left-radius: 100%;
        border-top-right-radius: 100%
    }

    .btn_2:hover {
        background-image: linear-gradient(to left,#ee390f 0,#f9b700 51%,#ee390f 100%)
    }

    .hr {
        border-top: 1px solid #888;
    }

    .container_gallery {
        margin: 4% auto;
        width: 210px;
        height: 140px;
        position: relative;
        perspective: 1000px
    }

    #carousel {
        width: 100%;
        height: 100%;
        position: absolute;
        transform-style: preserve-3d;
        animation: 20s linear infinite rotation
    }

    .blog_item_img, .btn_3, .causes_item .causes_img, .full_image.single-blog, .input-group-icon, .tip, .viewport-header, .z_index {
        position: relative;
    }

    #carousel:hover {
        animation-play-state: paused
    }

    #carousel figure {
        display: block;
        position: absolute;
        width: 186px;
        height: 116px;
        left: 10px;
        top: 10px;
        background: #000;
        overflow: hidden;
        border: 5px solid #000
    }

        #carousel figure:first-child {
            transform: rotateY(0) translateZ(288px)
        }

        #carousel figure:nth-child(2) {
            transform: rotateY(40deg) translateZ(288px)
        }

        #carousel figure:nth-child(3) {
            transform: rotateY(80deg) translateZ(288px)
        }

        #carousel figure:nth-child(4) {
            transform: rotateY(120deg) translateZ(288px)
        }

        #carousel figure:nth-child(5) {
            transform: rotateY(160deg) translateZ(288px)
        }

        #carousel figure:nth-child(6) {
            transform: rotateY(200deg) translateZ(288px)
        }

        #carousel figure:nth-child(7) {
            transform: rotateY(240deg) translateZ(288px)
        }

        #carousel figure:nth-child(8) {
            transform: rotateY(280deg) translateZ(288px)
        }

        #carousel figure:nth-child(9) {
            transform: rotateY(320deg) translateZ(288px)
        }

    .imgs {
        -webkit-filter: grayscale(1);
        transition: .5s
    }

        .imgs:hover {
            -webkit-filter: grayscale(0);
            transform: scale(1.2,1.2)
        }

    @keyframes rotation {
        from {
            transform: rotateY(0)
        }

        to {
            transform: rotateY(360deg)
        }
    }

    #outer {
        text-align: center;
        position: relative;
        overflow: hidden;
        min-height: 100vh;
    }

    #design-outer {
        text-align: left;
        overflow: hidden;
        min-height: 100vh;
    }


    #home-top-video:before {
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to right,rgba(4,163,202,0),rgba(18,19,18,0))
    }

    #home-top-video {
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute
    }

    #home-text {
        position: absolute;
        left: 20%;
        top: 20%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-15%,0);
        color: #fff;
        z-index: 1
    }

    #design-text {
        position: absolute;
        left: 40%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        color: #fff;
        z-index: 1
    }

    .cross:after, input:checked + .tab-label::after {
        transform: rotate(90deg)
    }

    #graphic-top-video:before {
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to top,#000,rgba(0,0,0,.6))
    }

    #graphic-top-video {
        top: 0;
        height: 70vh;
        width: 100%;
        position: absolute
    }

    .tabs {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 4px -2px rgba(0,0,0,.5)
    }

    .tab {
        width: 100%;
        color: #fff;
        overflow: hidden
    }

    .tab-label {
        justify-content: space-between;
        padding: 1em;
        background: #2c3e50;
        font-weight: 700
    }

        .tab-close:hover, .tab-label:hover, input:checked + .tab-label {
            background: #1a252f
        }

        .tab-label::after {
            content: "\276F";
            width: 1em;
            height: 1em;
            text-align: center;
            transition: .35s
        }

    .tab-content {
        max-height: 0;
        padding: 0 1em;
        color: #2c3e50;
        background: #fff;
        transition: .35s
    }

    .content, .questions {
        max-height: 0;
        overflow: hidden;
        transition: max-height,.5s
    }

    .tab-close {
        justify-content: flex-end;
        padding: 1em;
        font-size: .75em;
        background: #2c3e50
    }

    input:checked ~ .tab-content {
        max-height: 100vh;
        padding: 1em
    }

    .wrapper {
        max-width: 600px;
        width: 100%;
        margin: 10vh auto
    }

    label {
        display: flex;
        width: 100%;
        height: 50px;
        border: 3px solid #3e474f;
        user-select: none
    }

        label div:first-child {
            width: 100%;
            line-height: 45px;
            margin-left: 10px;
            font-size: 1.2em
        }

    .cross {
        margin-right: 15px;
        margin-top: 3px
    }

        .cross:after, .cross:before {
            content: '';
            border-top: 2px solid #3e474f;
            width: 15px;
            display: block;
            margin-top: 18px;
            transition: .3s
        }

        .cross:after {
            margin-top: -2px
        }

    .content {
        box-sizing: border-box;
        font-size: .9em;
        margin: 10px
    }

    input:checked ~ .content {
        max-height: 400px;
        transition: max-height,1s
    }

    input:checked ~ label .cross:before {
        transform: rotate(180deg)
    }

    input:checked ~ label .cross:after {
        transform: rotate(0)
    }

    .blog_right_sidebar .popular_post_widget .post_item + .post_item, .project_details .project_contoler, .questions {
        margin-top: 20px
    }

        .questions label {
            border: none;
            box-shadow: none;
            margin: 0
        }

    input:checked ~ .questions {
        max-height: 400px;
        border-bottom: 2px solid #3e474f;
        transition: 1s
    }

    .tip {
        color: #f03768;
        cursor: help;
        overflow: visible;
        font-family: monospace;
        font-size: 1.3em
    }

        .tip:after, .tip:before {
            position: absolute;
            opacity: 0;
            z-index: -100;
            transform: translateY(-30%);
            transition: .4s
        }

        .tip:before {
            content: '';
            border-style: solid;
            border-width: .8em .5em 0;
            border-color: #3e474f transparent transparent;
            transform: translateY(-200%);
            bottom: 90%;
            left: 50%
        }

        .tip:after {
            content: attr(data-tip);
            background: #3e474f;
            color: #fff;
            width: 150px;
            padding: 10px;
            font-size: .8em;
            bottom: 150%;
            left: -50%
        }

    .btn_3:after, video {
        left: 0;
        position: absolute
    }

    .tip:hover:after, .tip:hover:before {
        opacity: 1;
        z-index: 100;
        transform: scaleY(1)
    }

    video {
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        top: 0
    }

    .viewport-header {
        height: 100vh;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .image {
        opacity: 1;
        display: block;
        width: 100%;
        height: auto;
        transition: .5s;
        backface-visibility: hidden
    }

        .image:hover {
            opacity: .3
        }

    .classic_button {
        font-family: 'HK Grotesk';
        backdrop-filter: blur(5px) brightness(75%) saturate(80%);
        background-color: rgba(255,255,255, 0.7);
        color: black;
        padding: 16px 45px;
        font-size: 16px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        font-weight: 300;
        text-transform: uppercase;
    }

    .classic_button_ticket {
        font-family: 'Poppins';
        backdrop-filter: blur(5px) brightness(75%) saturate(80%);
        background-color: rgba(255,255,255, 0.7);
        color: black;
        padding: 13px 45px;
        font-size: 16px;
        border-radius: 30px;
        font-weight: 300;
    }

    .classic_glass_button {
        font-family: 'HK Grotesk';
        background: linear-gradient(to right,rgb(57,84,114),rgb(8,31,62));
        color: white;
        padding: 16px 25px;
        font-size: 15px;
        border-radius: 10px;
        font-weight: 300;
        border: none;
        -o-transition: all .9s ease-in-out;
        -webkit-transition: all .9s ease-in-out;
        transition: all .9s ease-in-out;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    body.dark-mode .classic_glass_button {
        backdrop-filter: blur(15px) brightness(75%) saturate(80%);
        background-color: #121212;
        color: gray;
    }

    .classic_button:hover, .classic_glass_button:hover {
        background-image: linear-gradient(to right,rgb(149, 95, 48) 30%,rgb(149, 95, 48) 100%);
        background-position: right center;
        -o-transition: all .9s ease-in-out;
        -webkit-transition: all .9s ease-in-out;
        transition: all .4s ease-in-out;
        color: !important black;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(149, 95, 48, 0.3);
    }


    .btn_silver {
        background-color: none;
        border: 0.5px lightgrey solid;
        color: black;
        padding: 10px 65px;
        font-size: 17px;
        border-radius: 10px;
        font-weight: 700
    }

        .btn_silver:hover {
            background: linear-gradient(to right, #FA88C4, #FA88C4, #FA88C4, #FA88C4, #FA88C4, #FA88C4);
            color: white;
            transition: 1.8s ease-out
        }

    .btn-1 {
        box-shadow: 0 8px 13px rgba(0,0,0,.3)
    }

    .navheader {
        text-shadow: 0 3px 2px rgba(0,0,0,.9),0 3px 6px #000,0 11px 12px #000
    }

    body {
        font-family: Didact Gothic,sans-serif;
        padding: 0;
        background-color: rgb(247,245, 241);
        animation-fill-mode: forwards;
        color: #000;
        font-size: 16px;
    }

    @keyframes fadeInAnimation {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .genric-btn:focus, .message_submit_form:focus, .single-input:focus, .single-textarea:focus, .testimonial_part .owl-dots button.owl-dot:focus {
        outline: 0
    }

    .gray_bg {
        background-color: #111010
    }

    .section_padding {
        padding: 100px 0
    }

    .single_padding_top {
        padding-top: 140px !important
    }

    @media only screen and (min-width:992px) and (max-width:1200px) {
        .section_padding {
            padding: 80px 0
        }

        .single_padding_top {
            padding-top: 70px !important
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .section_padding {
            padding: 70px 0
        }

        .single_padding_top {
            padding-top: 70px !important
        }
    }

    .padding_top, .single_feature_padding {
        padding-top: 140px
    }

    .padding_bottom {
        padding-bottom: 140px
    }

    .margin_bottom {
        margin-bottom: 140px
    }

    @media only screen and (min-width:992px) and (max-width:1200px) {
        .padding_top {
            padding-top: 80px
        }

        .padding_bottom {
            padding-bottom: 80px
        }

        .margin_bottom {
            margin-bottom: 80px
        }
    }

    a {
        -webkit-transition: .5s;
        transition: .5s;
        color: white;
    }

        a:hover {
            color: #955F30
        }

        a[tabindex]:focus {
            color: whitesmoke;
        }

    .main_menu .main-menu-item ul li .nav-link:focus {
        color: whitesmoke !important;
        outline: 0;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #fff;
        font-family: "Poppins", sans-serif;
        letter-spacing: 0.5px;
    }

    p {
        font-family: 'Poppins';
        font-size: 15px;
        line-height: 1.929;
        margin-bottom: 0;
        color: #888;
        text-transform: none;
        font-weight: 300;
    }

    .categories_post img, img {
        max-width: 100%
    }

    .btn:focus, .button:focus, a:focus, button:focus {
        outline: 0;
        box-shadow: none;
        -webkit-transition: 1s;
        transition: 1s;
        color: !important purple
    }

    .genric-btn.link, .genric-btn.link-border {
        text-decoration: underline
    }

    .section_tittle, .testimonial_part .section_tittle {
        margin-bottom: 80px
    }

        .section_tittle h2 {
            font-size: 60px;
            color: #fff;
            line-height: 70px;
            font-weight: 700;
            text-transform: uppercase
        }

        .section_tittle p {
            color: #556172;
            font-weight: 500;
            text-transform: uppercase;
            line-height: 11px;
            margin-bottom: 26px
        }

    ul {
        list-style: none;
        padding: 0
    }

    .mb_110 {
        margin-bottom: 110px
    }

    .mt_130 {
        margin-top: 130px
    }

    .mb_130 {
        margin-bottom: 130px
    }

    .padding_less_40 {
        margin-bottom: -50px
    }

    .z_index {
        z-index: 9 !important
    }

    @media only screen and (min-width:1200px) and (max-width:3640px) {
        .container {
            max-width: 1170px
        }
    }

    @media (max-width:1200px) {
        [class*=hero-ani-] {
            display: none !important
        }
    }

    .blog_right_sidebar .tag_cloud_widget ul li, .btn_1, .btn_2, .btn_3, .btn_4, .button, .single-blog .date, .single-blog .tag, .single-post-area .blog-author a, .submit_btn {
        display: inline-block
    }

    .submit_btn {
        width: auto;
        background: #fff;
        padding: 0 50px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        line-height: 50px;
        border-radius: 5px;
        box-shadow: none !important;
        text-align: center;
        border: 1px solid #edeff2;
        cursor: pointer;
        -webkit-transition: .5s;
        transition: .5s
    }

        .submit_btn:hover {
            background: 0 0
        }

    .btn_1 {
        font-family: Didact Gothic;
        padding: 15.5px 45px;
        background-color: #FA88C4;
        font-size: 14px;
        color: #fff;
        text-transform: capitalize;
        border: 1px solid transparent;
        border-radius: 4px;
        text-transform: uppercase;
        font-weight: 100
    }

    .btn_2, .btn_3, .btn_4, .dropdown .dropdown-item {
        text-transform: capitalize
    }

    .btn_2, .button, .right-contents .sidebar_top ul li .or {
        font-weight: 500
    }

    .btn_1:hover {
        color: #fff !important;
        background-color: #5aace3
    }

    .btn_2 {
        padding: 13px 39px;
        background-color: transparent;
        border: 1px solid #0c2e60;
        color: #0c2e60;
        -o-transition: .4s ease-in-out;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
        background-size: 200% auto;
        font-size: 15px
    }

    .btn_3, .btn_3:after {
        -webkit-transition: .5s
    }

    .btn_2:hover {
        color: #fff !important;
        background-position: right center;
        border: 1px solid transparent
    }

    .btn_3 {
        color: #001b5e;
        font-size: 14px;
        transition: .5s
    }

        .btn_3:after {
            content: "";
            bottom: -8px;
            width: 100%;
            height: 2px;
            background-color: #e8e9eb;
            transition: .5s
        }

    .btn_4, .button {
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s
    }

    .banner_part .banner_text h1 span, .blog_area a :hover, .blog_area a:hover, .blog_right_sidebar .popular_post_widget .post_item .media-body a:hover, .btn_3:hover, .contact-info .media-body h3 a:hover, .copyright_part .footer-social a i:hover, .copyright_part a, .course_details_left .course_list li .primary-btn:hover, .footer-area .copyright_part_text a, .footer-area .single-footer-widget ul li a:hover, .full_image.single-blog .date, .menu_fixed .main-menu-item ul li .nav-link, .our_project .project_menu_item .active, .our_project .project_menu_item ul li:hover, .review_part .owl-nav button span:hover, .single-post-area .blog-author a:hover, .single_blog_post .single_blog .single_appartment_content p a, b, del, sub, sup, u {
        color: #181818;
    }

        .btn_3:hover:after {
            left: 15px;
            background-color: #fff
        }

    .btn_4 {
        padding: 3.5px 21px;
        background: #ff663b;
        border: 2px solid transparent
    }

        .btn_4:hover {
            background: rgba(255,102,59,.8);
            color: #fff
        }

    .button {
        border: 1px solid #edeff2;
        font-size: 15px;
        padding: 12px 54px;
        border-radius: 4px;
        text-transform: uppercase;
        background-color: #fff;
        cursor: pointer
    }

        .button:hover {
            color: #000;
            background-color: #000
        }

    .button-link {
        letter-spacing: 0;
        color: #3b1d82;
        border: 0;
        padding: 0
    }

        .button-link:hover {
            background: 0 0;
            color: #3b1d82
        }

    .button-header {
        color: #fff;
        border-color: #edeff2
    }

        .button-header:hover {
            background: #b8024c;
            color: #fff
        }

    .button-contactForm {
        color: #000;
        border-color: #fff;
        padding: 12px 25px
    }

    .button:disabled, .button:disabled:hover, .button[disabled] {
        background-color: #ccc;
        color: #666
    }

    .latest-blog-area .area-heading {
        margin-bottom: 70px
    }

    .blog_area a {
        color: #fff !important;
        -webkit-transition: .5s;
        transition: .5s
    }

    .single-blog {
        overflow: hidden;
        margin-bottom: 30px
    }

        .single-blog:hover {
            box-shadow: 0 10px 20px 0 rgba(42,34,123,.1)
        }

        .single-blog .thumb {
            overflow: hidden;
            position: relative
        }

            .single-blog .thumb:after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: #000;
                opacity: 0;
                -webkit-transition: .5s;
                transition: .5s
            }

        .single-blog h4 {
            border-bottom: 1px solid #dfdfdf;
            padding-bottom: 34px;
            margin-bottom: 25px
        }

        .full_image.single-blog a, .single-blog a, .single-post-area .arrow .lnr {
            font-size: 20px;
            font-weight: 600
        }

        .single-blog .date {
            color: #888;
            text-align: left;
            font-size: 13px;
            font-weight: 300
        }

        .single-blog .tag {
            text-align: left;
            float: left;
            font-size: 13px;
            font-weight: 300;
            margin-right: 22px;
            position: relative
        }

            .single-blog .tag:after {
                content: '';
                position: absolute;
                width: 1px;
                height: 10px;
                background: #acacac;
                right: -12px;
                top: 7px
            }

        .single-blog .likes {
            margin-right: 16px
        }

    @media (max-width:800px) {
        .single-blog {
            margin-bottom: 30px
        }
    }

    .single-blog .single-blog-content {
        padding: 30px
    }

        .single-blog .single-blog-content .meta-bottom p {
            font-size: 13px;
            font-weight: 300
        }

        .single-blog .single-blog-content .meta-bottom i {
            color: #edeff2;
            font-size: 13px;
            margin-right: 7px
        }

    .single-blog:hover .thumb:after {
        opacity: .7;
        -webkit-transition: .5s;
        transition: .5s
    }

    @media (max-width:1199px) {
        .single-blog .tag {
            margin-right: 8px
        }

            .single-blog .tag:after {
                display: none
            }

        .single-blog .single-blog-content {
            padding: 15px
        }

        .single-blog h4 {
            transition: .3s linear;
            border-bottom: 1px solid #dfdfdf;
            padding-bottom: 14px;
            margin-bottom: 12px
        }

            .single-blog h4 a {
                font-size: 18px
            }
    }

    .full_image.single-blog .single-blog-content {
        position: absolute;
        left: 35px;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s;
        transition: .5s
    }

    @media (min-width:992px) {
        .full_image.single-blog .single-blog-content {
            bottom: 100px
        }
    }

    .full_image.single-blog h4 {
        -webkit-transition: .5s;
        transition: .5s;
        border-bottom: none;
        padding-bottom: 5px
    }

    .full_image.single-blog:hover .single-blog-content {
        opacity: 1;
        visibility: visible;
        -webkit-transition: .5s;
        transition: .5s
    }

    .l_blog_item .l_blog_text .date {
        margin-top: 24px;
        margin-bottom: 15px
    }

        .l_blog_item .l_blog_text .date a {
            font-size: 12px
        }

    .l_blog_item .l_blog_text h4 {
        font-size: 18px;
        border-bottom: 1px solid #eee;
        margin-bottom: 0;
        padding-bottom: 20px;
        -webkit-transition: .5s;
        transition: .5s
    }

    .l_blog_item .l_blog_text p {
        margin-bottom: 0;
        padding-top: 20px
    }

    .causes_slider .owl-dots {
        text-align: center;
        margin-top: 80px
    }

        .causes_slider .owl-dots .owl-dot {
            height: 14px;
            width: 14px;
            background: #eee;
            display: inline-block;
            margin-right: 7px
        }

            .blog-pagination .page-item:last-child .page-link, .button-group-area .genric-btn:last-child, .causes_slider .owl-dots .owl-dot:last-child {
                margin-right: 0
            }

    .button-area, .causes_item, .primary-switch input:checked + label:before {
        background: #fff
    }

        .causes_item .causes_img .c_parcent {
            position: absolute;
            bottom: 0;
            width: 100%;
            left: 0;
            height: 3px;
            background: rgba(255,255,255,.5)
        }

            .causes_item .causes_img .c_parcent span {
                width: 70%;
                height: 3px;
                position: absolute;
                left: 0;
                bottom: 0
            }

                .causes_item .causes_img .c_parcent span:before {
                    content: "75%";
                    position: absolute;
                    right: -10px;
                    bottom: 0;
                    color: #fff;
                    padding: 0 5px
                }

        .causes_item .causes_text {
            padding: 30px 35px 40px 30px
        }

            .causes_item .causes_text h4 {
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 15px;
                cursor: pointer
            }

            .causes_item .causes_text p {
                font-size: 14px;
                line-height: 24px;
                font-weight: 300;
                margin-bottom: 0
            }

        .causes_item .causes_bottom a {
            width: 50%;
            border: 1px solid;
            text-align: center;
            float: left;
            line-height: 50px;
            color: #fff;
            font-size: 14px;
            font-weight: 500
        }

            .causes_item .causes_bottom a + a {
                border-color: #eee;
                background: #fff;
                font-size: 14px
            }

    .latest_blog_area {
        background: #f9f9ff
    }

    .blog_details p, .comment-form .form-group, .form-contact .form-group, .mb-30, .single-recent-blog-post, .text-heading {
        margin-bottom: 30px
    }

        .single-recent-blog-post .thumb, .testimonial_part {
            overflow: hidden
        }

            .single-recent-blog-post .thumb img {
                transition: .7s linear
            }

        .single-recent-blog-post .details {
            padding-top: 30px
        }

            .single-recent-blog-post .details .sec_h4 {
                line-height: 24px;
                padding: 10px 0 13px;
                transition: .3s linear
            }

        .single-recent-blog-post .date {
            font-size: 14px;
            line-height: 24px;
            font-weight: 400
        }

        .single-recent-blog-post:hover img {
            transform: scale(1.23) rotate(10deg)
        }

    .tags .tag_btn {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        border: 1px solid #eee;
        display: inline-block;
        padding: 1px 18px;
        text-align: center
    }

        .tags .tag_btn + .tag_btn {
            margin-left: 2px
        }

    .blog_categorie_area {
        padding-top: 30px;
        padding-bottom: 30px
    }

    @media (min-width:900px) {
        .blog_categorie_area {
            padding-top: 80px;
            padding-bottom: 80px
        }
    }

    @media (min-width:1100px) {
        .blog_categorie_area {
            padding-top: 120px;
            padding-bottom: 120px
        }
    }

    .categories_post {
        position: relative;
        text-align: center;
        cursor: pointer
    }

        .categories_post .categories_details {
            position: absolute;
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
            background: rgba(34,34,34,.75);
            color: #fff;
            transition: .3s linear;
            display: flex;
            align-items: center;
            justify-content: center
        }

            .categories_post .categories_details h5 {
                margin-bottom: 0;
                font-size: 18px;
                line-height: 26px;
                text-transform: uppercase;
                color: #fff;
                position: relative
            }

            .categories_post .categories_details p {
                font-weight: 300;
                font-size: 14px;
                line-height: 26px;
                margin-bottom: 0
            }

            .categories_post .categories_details .border_line {
                margin: 10px 0;
                background: #fff;
                width: 100%;
                height: 1px
            }

        .categories_post:hover .categories_details {
            background: rgba(222,99,32,.85)
        }

    .blog_item, .project_details .single_project_details_text, .single_page_services .section_tittle {
        margin-bottom: 50px;
        border-radius: 10px;
        background-color: #F0EEE1;
    }

    .blog_details {
        padding: 30px 0 20px 10px;
        box-shadow: 0 10px 20px 0 rgba(221,221,221,.3);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .blog_details a {
            color: #ff8b23
        }

            .blog_details a:hover, .dropdown .dropdown-menu .dropdown-item:hover {
                color: #fff !important
            }

        .blog_details h2 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px
        }

    .blog-info-link li {
        float: left;
        font-size: 14px
    }

        .blog-info-link li a {
            color: #999
        }

        .blog-info-link li i, .blog-info-link li span {
            font-size: 13px;
            margin-right: 5px
        }

        .blog-info-link li::after {
            content: "|";
            padding-left: 10px;
            padding-right: 10px
        }

    .blog-info-link::after {
        content: "";
        clear: both;
        display: table
    }

    .blog_item_img .blog_item_date {
        position: absolute;
        bottom: -10px;
        left: 10px;
        display: block;
        color: #fff;
        padding: 8px 15px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .blog_item_img .blog_item_date h3 {
            font-size: 22px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 0;
            line-height: 1.2
        }

        .blog_item_img .blog_item_date p {
            font-size: 18px;
            margin-bottom: 0;
            color: #fff
        }

    .blog_right_sidebar .widget_title {
        font-size: 20px;
        margin-bottom: 40px
    }

        .blog_right_sidebar .widget_title::after {
            content: "";
            display: block;
            padding-top: 15px;
            border-bottom: 1px solid #f0e9ff
        }

    .blog_right_sidebar .single_sidebar_widget {
        background: #fbf9ff;
        padding: 30px;
        margin-bottom: 30px
    }

    .blog_right_sidebar .search_widget .form-control {
        height: 50px;
        border-color: #f0e9ff;
        font-size: 13px;
        color: #999;
        padding-left: 20px;
        border-radius: 0;
        border-right: 0
    }

        .blog_right_sidebar .search_widget .form-control::placeholder {
            color: #999
        }

        .blog_right_sidebar .newsletter_widget .form-control:focus, .blog_right_sidebar .search_widget .form-control:focus {
            border-color: #f0e9ff;
            outline: 0;
            box-shadow: none
        }

    .blog_right_sidebar .newsletter_widget .input-group button, .blog_right_sidebar .search_widget .input-group button {
        background: #fff;
        border-left: 0;
        border: 1px solid #f0e9ff;
        padding: 4px 15px
    }

        .blog_right_sidebar .newsletter_widget .input-group button i, .blog_right_sidebar .newsletter_widget .input-group button span, .blog_right_sidebar .search_widget .input-group button i, .blog_right_sidebar .search_widget .input-group button span, .single-post-area .navigation-top .social-icons li i, .single-post-area .navigation-top .social-icons li span {
            font-size: 14px;
            color: #999
        }

    .blog_right_sidebar .newsletter_widget .form-control {
        height: 50px;
        border-color: #f0e9ff;
        font-size: 13px;
        color: #999;
        padding-left: 20px;
        border-radius: 0
    }

        .blog_right_sidebar .newsletter_widget .form-control::placeholder {
            color: #999
        }

    .blog_right_sidebar .post_category_widget .cat-list li {
        border-bottom: 1px solid #f0e9ff;
        transition: .3s;
        padding-bottom: 12px
    }

        .blog_right_sidebar .post_category_widget .cat-list li:last-child {
            border-bottom: 0
        }

        .blog_right_sidebar .post_category_widget .cat-list li a {
            font-size: 14px;
            line-height: 20px;
            color: #888
        }

            .blog_right_sidebar .post_category_widget .cat-list li a p, .course_details_left .course_list, .course_details_left .course_list li:last-child, .footer-area .contact_info:last-child, .footer-area .single-footer-widget ul li:last-child, .right-contents .sidebar_top ul li a p, .single-post-area .navigation-area p, .single-post-area .navigation-top p {
                margin-bottom: 0
            }

        .blog_right_sidebar .post_category_widget .cat-list li + li {
            padding-top: 15px
        }

    .blog_right_sidebar .popular_post_widget .post_item .media-body {
        justify-content: center;
        align-self: center;
        padding-left: 20px
    }

        .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 6px;
            transition: .3s linear
        }

        .blog_right_sidebar .popular_post_widget .post_item .media-body p {
            font-size: 14px;
            line-height: 21px;
            margin-bottom: 0
        }

    .blog_right_sidebar .tag_cloud_widget ul li a {
        display: inline-block;
        border: 1px solid #eee;
        background: #fff;
        padding: 4px 20px;
        margin-bottom: 8px;
        margin-right: 3px;
        transition: .3s;
        color: #888;
        font-size: 13px
    }

        .blog_right_sidebar .tag_cloud_widget ul li a:hover {
            background: #fff;
            color: #fff !important;
            -webkit-text-fill-color: #fff;
            text-decoration: none;
            -webkit-transition: .5s;
            transition: .5s
        }

    .blog_right_sidebar .instagram_feeds .instagram_row {
        display: flex;
        margin-right: -6px;
        margin-left: -6px
    }

        .blog_right_sidebar .instagram_feeds .instagram_row li {
            width: 33.33%;
            float: left;
            padding-right: 6px;
            padding-left: 6px;
            margin-bottom: 15px
        }

    .blog_right_sidebar .br {
        width: 100%;
        height: 1px;
        background: #eee;
        margin: 30px 0
    }

    .blog-pagination {
        margin-top: 80px
    }

        .blog-pagination .page-link {
            font-size: 14px;
            position: relative;
            display: block;
            padding: 0;
            text-align: center;
            margin-left: -1px;
            line-height: 45px;
            width: 45px;
            height: 45px;
            border-radius: 0 !important;
            color: #8a8a8a;
            border: 1px solid #f0e9ff;
            margin-right: 10px
        }

            .blog-pagination .page-link i, .blog-pagination .page-link span {
                font-size: 13px
            }

        .blog-pagination .page-item.active .page-link {
            background-color: #fbf9ff;
            border-color: #f0e9ff;
            color: #888
        }

    .comment-form, .comments-area {
        border-top: 1px solid #eee;
        margin-top: 50px
    }

    .single-post-area .blog_details {
        box-shadow: none;
        padding: 0
    }

    .single-post-area .social-links {
        padding-top: 10px
    }

        .single-post-area .social-links li {
            display: inline-block;
            margin-bottom: 10px
        }

            .single-post-area .social-links li a {
                color: #ccc;
                padding: 7px;
                font-size: 14px;
                transition: .2s linear
            }

    .single-post-area .blog_details {
        padding-top: 26px
    }

        .single-post-area .blog_details p {
            margin-bottom: 20px;
            font-size: 15px
        }

    .single-post-area .quote-wrapper {
        background: rgba(130,139,178,.1);
        padding: 15px;
        line-height: 1.733;
        color: #888;
        font-style: italic;
        margin-top: 25px;
        margin-bottom: 25px
    }

    .single-post-area .quotes {
        background: #fff;
        padding: 15px 15px 15px 20px;
        border-left: 2px solid
    }

    @media (min-width:768px) {
        .blog_details {
            padding: 60px 30px 35px 35px
        }

            .blog_details h2 {
                font-size: 24px;
                margin-bottom: 15px
            }

        .blog_item_img .blog_item_date {
            bottom: -20px;
            left: 40px;
            padding: 13px 30px
        }

            .blog_item_img .blog_item_date h3 {
                font-size: 30px
            }

            .blog_item_img .blog_item_date p {
                font-size: 18px
            }

        .single-post-area .quote-wrapper {
            padding: 30px
        }

        .single-post-area .quotes {
            padding: 25px 25px 25px 30px
        }
    }

    .single-post-area .arrow {
        position: absolute
    }

    .single-post-area .thumb .overlay-bg {
        background: rgba(0,0,0,.8)
    }

    .single-post-area .navigation-top {
        padding-top: 15px;
        border-top: 1px solid #f0e9ff
    }

        .single-post-area .navigation-top .comment-count i, .single-post-area .navigation-top .comment-count span, .single-post-area .navigation-top .like-info i, .single-post-area .navigation-top .like-info span {
            font-size: 16px;
            margin-right: 5px
        }

        .single-post-area .navigation-top .social-icons li {
            display: inline-block;
            margin-right: 15px
        }

    .single-post-area .blog-author {
        padding: 40px 30px;
        background: #fbf9ff;
        margin-top: 50px
    }

        .single-post-area .blog-author img {
            width: 90px;
            height: 90px;
            border-radius: 50%;
            margin-right: 30px
        }

    @media (max-width:600px) {
        .single-post-area .blog-author {
            padding: 20px 8px
        }

            .single-post-area .blog-author img {
                margin-right: 15px;
                width: 45px;
                height: 45px
            }
    }

    .single-post-area .blog-author p {
        margin-bottom: 0;
        font-size: 15px
    }

    .single-post-area .blog-author h4, h5 {
        font-size: 16px
    }

    .single-post-area .navigation-area {
        border-bottom: 1px solid #eee;
        padding-bottom: 30px;
        margin-top: 55px
    }

        .single-post-area .navigation-area h4 {
            font-size: 18px;
            line-height: 25px
        }

        .right-contents .sidebar_top ul li a, .single-post-area .navigation-area .nav-left {
            text-align: left
        }

            .single-post-area .navigation-area .nav-left .thumb {
                margin-right: 20px;
                background: #000
            }

                .single-post-area .navigation-area .nav-left .thumb img, .single-post-area .navigation-area .nav-right .thumb img {
                    -webkit-transition: .5s;
                    transition: .5s
                }

            .single-post-area .navigation-area .nav-left .lnr {
                margin-left: 20px;
                opacity: 0;
                -webkit-transition: .5s;
                transition: .5s
            }

            .footer-area .footer_3 .footer_img .single_footer_img:hover i, .single-post-area .navigation-area .nav-left:hover .lnr, .single-post-area .navigation-area .nav-right:hover .lnr {
                opacity: 1
            }

            .footer-area .footer_3 .footer_img .single_footer_img:hover:after, .single-post-area .navigation-area .nav-left:hover .thumb img, .single-post-area .navigation-area .nav-right:hover .thumb img {
                opacity: .5
            }

        .single-post-area .navigation-area .nav-right {
            text-align: right
        }

            .single-post-area .navigation-area .nav-right .thumb {
                margin-left: 20px;
                background: #000
            }

            .single-post-area .navigation-area .nav-right .lnr {
                margin-right: 20px;
                opacity: 0;
                -webkit-transition: .5s;
                transition: .5s
            }

    .comments-area {
        background: 0 0;
        padding: 45px 0
    }

    @media (max-width:414px) {
        .comments-area {
            padding: 50px 8px
        }
    }

    .comments-area h4 {
        margin-bottom: 35px;
        font-size: 18px
    }

    .comments-area h5 {
        font-size: 16px;
        margin-bottom: 0
    }

    .comments-area .comment-list {
        padding-bottom: 48px
    }

        .comments-area .comment-list:last-child {
            padding-bottom: 0
        }

        .comments-area .comment-list.left-padding {
            padding-left: 25px
        }

    @media (max-width:413px) {
        .comments-area .comment-list .single-comment h5 {
            font-size: 12px
        }

        .comments-area .comment-list .single-comment .date {
            font-size: 11px
        }

        .comments-area .comment-list .single-comment .comment {
            font-size: 10px
        }
    }

    .comments-area .thumb, .contact-info__icon {
        margin-right: 20px
    }

    .comments-area .date {
        font-size: 14px;
        color: #999;
        margin-bottom: 0;
        margin-left: 20px
    }

    .comments-area .comment {
        margin-bottom: 10px;
        color: #777;
        font-size: 15px
    }

    .comments-area .btn-reply {
        background-color: transparent;
        color: #888;
        padding: 5px 18px;
        font-size: 14px;
        display: block;
        font-weight: 400
    }

    .comment-form {
        padding-top: 45px;
        margin-bottom: 20px
    }

        .comment-form h4 {
            margin-bottom: 40px;
            font-size: 18px;
            line-height: 22px
        }

    .ordered-list li, .ordered-list-alpha li, .ordered-list-roman li, .unordered-list li {
        line-height: 1.82em !important
    }

    .comment-form .name {
        padding-left: 0
    }

    @media (max-width:767px) {
        .button {
            font-size: 13px;
            padding: 9px 24px
        }

        .single-post-area .navigation-area .nav-left {
            margin-bottom: 30px
        }

        .comment-form .name {
            padding-right: 0;
            margin-bottom: 1rem
        }
    }

    .comment-form .email {
        padding-right: 0
    }

    .comment-form .form-control, .form-contact .form-control {
        border: 1px solid lightgrey;
        border-radius: 10px;
        height: 48px;
        padding-left: 18px;
        font-size: 13px;
        background: 0 0;
    }

        .comment-form .form-control:focus, .footer-area .single-footer-widget .click-btn:focus, .footer-area .single-footer-widget input:focus, .form-contact .form-control:focus {
            outline: 0;
            box-shadow: none
        }

        .comment-form .form-control::placeholder {
            font-weight: 300;
            color: #777
        }

    .comment-form textarea {
        padding-top: 18px;
        border-radius: 12px;
        height: 100% !important
    }

    .comment-form ::-webkit-input-placeholder {
        font-size: 13px;
        color: #777
    }

    .comment-form ::-moz-placeholder {
        font-size: 13px;
        color: #777
    }

    .comment-form :-ms-input-placeholder {
        font-size: 13px;
        color: #777
    }

    .comment-form :-moz-placeholder {
        font-size: 13px;
        color: #777
    }

    .single_blog_post .desc a {
        font-size: 16px;
        color: #232b2b !important
    }

    .single_blog_post .single_blog .single_appartment_content {
        padding: 38px 38px 23px;
        border: 0 solid #edeff2;
        box-shadow: 0 10px 20px 0 rgba(221,221,221,.3)
    }

        .single_blog_post .single_blog .single_appartment_content p {
            font-size: 12px;
            text-transform: uppercase;
            margin-bottom: 20px
        }

        .single_blog_post .single_blog .single_appartment_content h4 {
            font-size: 24px;
            font-weight: 600;
            line-height: 1.481;
            margin-bottom: 16px
        }

        .single_blog_post .single_blog .single_appartment_content h5 {
            font-size: 15px;
            color: #8a8a8a;
            font-weight: 400
        }

        .single_blog_post .single_blog .single_appartment_content .list-unstyled {
            margin-top: 33px
        }

            .single_blog_post .single_blog .single_appartment_content .list-unstyled li {
                display: inline;
                margin-right: 17px;
                color: #999
            }

                .single_blog_post .single_blog .single_appartment_content .list-unstyled li a {
                    margin-right: 8px;
                    color: #999
                }

    .main_menu .navbar-brand {
        padding: 0 !important
    }

    .main_menu .navbar {
        padding: 10px 0
    }

    .main_menu .navbar-toggler span {
        font-size: 30px;
    }

    .main_menu .main-menu-item {
        text-align: right;
        justify-content: right
    }

        .main_menu .main-menu-item ul li .nav-link {
            color: white;
            font-size: 15px;
            padding: 0 16px;
            font-family: 'HK Grotesk', sans-serif;
            text-transform: capitalize;
            letter-spacing: 2.0px;
            font-weight: 200;
        }

            .main_menu .main-menu-item ul li .nav-link:hover {
                transition: .2s ease-in;
                color: #955F30;
            }

        .main_menu .main-menu-item ul .btn_1 {
            color: #fff;
            font-size: 14px;
            padding: 11.5px 33px;
            margin-left: 75px
        }

    .dropdown-menu {
        border: 0 solid rgba(0,0,0,.15) !important;
        background-color: #fafafa
    }

    .dropdown .dropdown-menu {
        transition: .5s;
        overflow: hidden;
        transform-origin: top center;
        transform: scale(1,0);
        display: block;
        margin-top: 32px
    }

        .dropdown .dropdown-menu .dropdown-item {
            font-family: 'Poppins', sans-serif;
            font-size: 15px;
            padding: 9px 18px !important;
            color: #121212;
            background-color: #F0EEE1
        }

            .dropdown .dropdown-menu .dropdown-item:hover {
                color: white;
                background-color: #FA88C4;
            }

    .dropdown:hover .dropdown-menu {
        transform: scale(1)
    }

    .menu_fixed {
        position: fixed;
        z-index: 9999 !important;
        width: 100%;
        backdrop-filter: blur(15px) brightness(75%) saturate(80%);
        background-color: rgba(4,163,202, 0.9);
        opacity: .5;
        box-shadow: 0 10px 15px rgba(0,0,0,.1);
        top: 0;
    }

        .menu_fixed .logo_2 {
            display: inherit
        }

    .banner_part {
        height: 725px;
        position: relative;
        overflow: hidden;
        background-image: url(../img/ajtv.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

        .banner_part .banner_text {
            display: table;
            width: 100%;
            height: 600px
        }

            .banner_part .banner_text .banner_text_iner {
                display: table-cell;
                vertical-align: middle
            }

            .banner_part .banner_text h5 {
                font-size: 14px;
                text-transform: uppercase;
                font-weight: 500;
                color: #556172;
                margin-bottom: 14px
            }

            .banner_part .banner_text h1 {
                font-size: 65px;
                font-weight: 500;
                margin-bottom: 27px;
                line-height: 75px
            }

            .banner_part .banner_text p {
                font-size: 15px;
                line-height: 1.8;
                font-family: Montserrat,sans-serif;
                color: #777
            }

            .banner_part .banner_text .btn_1 {
                margin-top: 44px
            }

    .our_service {
        background-color: #EDEDE4;
        padding: 46px 20px 60px;
        text-align: center;
        -webkit-transition: .6s;
        transition: .6s;
    }

    body.dark-mode .our_service {
        background-color: #121212;
    }

    .our_service .single_feature_text h2 {
        font-size: 42px;
        line-height: 1.222;
        margin-bottom: 20px
    }

    @media (max-width:576px) {
        .section_padding {
            padding: 100px 0
        }

        .single_padding_top {
            padding-top: 70px !important
        }

        .padding_top {
            padding-top: 70px
        }

        h2 {
            font-size: 22px;
            line-height: 25px
        }

        h3 {
            font-size: 20px
        }

        .section_tittle {
            margin-bottom: 50px
        }

            .section_tittle h2 {
                font-size: 25px;
                line-height: 35px
            }

            .section_tittle p {
                margin-bottom: 10px
            }

        .mb_110 {
            margin-bottom: 220px
        }

        .mt_130 {
            margin-top: 70px
        }

        .btn_1, .btn_2 {
            margin-top: 25px
        }

        .mb_130 {
            margin-bottom: 70px
        }

        .btn_1 {
            padding: 10px 30px
        }

        .btn_2 {
            padding: 14px 30px
        }

        .our_service .single_feature_text h2 {
            margin-top: 0;
            font-size: 25px;
            margin-bottom: 15px
        }
    }

    .our_service .single_feature_text p {
        line-height: 1.8
    }

    .our_service .single_service {
        background-color: rgb(247,245,241);
        padding: 46px 20px 60px;
        text-align: center;
        -webkit-transition: .6s;
        transition: .6s;
        border-radius: 10px;
    }

    body.dark-mode .our_service .single_feature .single_service {
        background-color: darkgrey;
        color: #121212;
    }

    .our_service .single_service:hover {
        box-shadow: 2px 2px 2px 2px rgba(250,136,196,.9)
    }

    .our_service .single_service span {
    }

    .our_service .single_service h4 {
        font-weight: 600;
        font-size: 24px;
        margin-bottom: 30px
    }

    .our_service .single_service p {
        color: #7f7f7f;
        line-height: 1.8;
        font-size: 15px
    }

    .our_service .btn_3 {
        margin-top: 38px
    }

    .mt-30, .right-contents .feedeback, .single_page_services .single_feature {
        margin-top: 30px
    }

    .about_part, .about_part_desc, .about_part_footer {
        /*background-image: url(../img/experiance_part.png);*/
        background-color: rgb(255,255, 255);
        background-repeat: no-repeat;
        margin-top: 0px;
        position: relative;
        background-position: left;
        background-size: 345px;
        z-index: 99;
    }

    body.dark-mode .about_part {
        background-image: url(../img/experiance_part_invert.png);
        background-color: #121212;
    }


    .about_part_footer {
        background-image: url(../img/about_overlay.png)
    }

    .experiance_part {
        background-image: url(../img/experiance_part.png);
        background-repeat: no-repeat;
        margin-top: 0px;
        position: relative;
        background-position: right;
        background-size: cover;
        z-index: 99;
    }

    .about_part .about_part_text h5 {
        font-family: Montserrat,sans-serif;
        color: #556172;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        padding-left: 75px;
        text-transform: uppercase
    }

        .about_part .about_part_text h5:after {
            position: absolute;
            left: 0;
            top: 10px;
            height: 2px;
            width: 60px;
            content: "";
            background-color: #fff
        }

    .about_part .about_part_text h2 {
        font-size: 60px;
        font-weight: 600;
        line-height: 70px;
        margin-bottom: 30px;
        position: relative
    }

    .our_project .single_our_project:hover .single_offer .hover_text h2, .text-heading, h3 {
        font-size: 24px
    }

    .about_part .about_part_text p {
        line-height: 1.929;
        margin-bottom: 7px
    }

    .about_part .about_part_text ul {
        list-style: none;
        padding: 0;
        margin: 42px 0 0
    }

        .about_part .about_part_text ul li {
            display: inline-block;
            margin-bottom: 10px;
            font-size: 14px;
            padding-left: 80px;
            padding-top: 30px;
            color: #888;
            position: relative
        }

            .about_part .about_part_text ul li span {
                margin-right: 17px;
                font-size: 50px;
                position: absolute;
                left: 0;
                top: 20px;
                color: #fff
            }

    .about_part .about_part_text .btn_1 {
        margin-top: 6px
    }

    .experiance_part .about_text_iner {
        margin-top: 72px;
        display: flex;
        align-items: center
    }

        .experiance_part .about_text_iner .about_text_counter {
            background-size: contain;
            background-position: left;
            background-repeat: no-repeat
        }

            .experiance_part .about_text_iner .about_text_counter h2 {
                font-size: 65px;
                line-height: 120px;
                display: inline-block;
                color: #121212;
                padding-right: 35px;
                border-right: 1px solid #83868c;
                font-weight: 200;
                margin-bottom: 0
            }

        .experiance_part .about_text_iner .about_iner_content {
            text-transform: capitalize;
            margin-left: 35px
        }

            .experiance_part .about_text_iner .about_iner_content h3 {
                color: #83868c;
                display: inline-block
            }

            .experiance_part .about_text_iner .about_iner_content span {
                color: #001b5e;
                display: block
            }

    .single_experiance_section {
        margin-top: 0;
        margin-bottom: 140px
    }

    .our_project .project_menu_item {
        float: right;
        margin-top: 25px
    }

        .our_project .project_menu_item ul li {
            display: inline-block;
            color: #2D4261;
            font-weight: 500;
            font-size: 15px;
            text-transform: capitalize;
            margin-left: 45px;
            cursor: pointer
        }

    .our_project .single_our_project:hover .single_offer:after {
    }

    .our_project .single_our_project:hover .single_offer .hover_text {
        opacity: 1;
        left: 15px;
        right: 15px
    }

    .our_project .single_our_project {
        position: relative;
        z-index: 1
    }

        .our_project .single_our_project .single_offer {
            position: relative;
            z-index: 3
        }

            .our_project .single_our_project .single_offer:after {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: #001b5e;
                content: "";
                -webkit-transition: .5s;
                transition: .5s;
                opacity: 0
            }

            .our_project .single_our_project .single_offer img {
                width: 100%;
                height: auto;
                position: relative;
                z-index: 1
            }

            .our_project .single_our_project .single_offer .hover_text {
                position: absolute;
                left: 0;
                right: 0;
                text-align: center;
                margin: 0 auto;
                top: 40%;
                z-index: 100;
                opacity: 0;
                -webkit-transition: .5s;
                transition: .5s
            }

                .our_project .single_our_project .single_offer .hover_text img {
                    max-width: 39px;
                    max-height: 48px;
                    margin-bottom: 26px
                }

                .our_project .single_our_project .single_offer .hover_text h2 {
                    color: #fff;
                    font-size: 30px
                }

                .our_project .single_our_project .single_offer .hover_text p {
                    margin-bottom: 9px;
                    margin-top: 13px;
                    font-size: 15px;
                    color: #fff
                }

    .review_part {
        background-image: url(../img/experiance_overlay.png);
        overflow: hidden
    }

        .review_part .single_review_part {
            margin: 70px 0 40px;
            padding: 100px 50px 50px;
            box-shadow: 0 0 40px 0 rgba(0,27,94,.1);
            background-color: #fff;
            border-radius: 5px;
            text-align: center
        }

            .review_part .single_review_part img {
                max-width: 130px;
                border-radius: 50%;
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
                top: 0
            }

            .review_part .single_review_part h4 {
                font-size: 24px;
                text-transform: capitalize;
                margin-bottom: 10px
            }

        .review_part .tour_pack_content h4 {
            margin-top: 40px
        }

        .review_part .tour_pack_text {
            width: 81%;
            padding-left: 10%
        }

            .review_part .tour_pack_text img {
                margin-bottom: 40px
            }

            .review_part .tour_pack_text h2 {
                font-size: 60px;
                margin-bottom: 30px;
                text-transform: capitalize
            }

            .review_part .tour_pack_text .btn_1 {
                margin-top: 60px
            }

        .review_part .owl-nav {
            position: absolute;
            left: -62%;
            bottom: 8px
        }

            .review_part .owl-nav button {
                text-transform: capitalize;
                margin-right: 40px
            }

                .review_part .owl-nav button span {
                    font-size: 20px;
                    -webkit-transition: .5s;
                    transition: .5s
                }

    .default-select .nice-select .list .option, .genric-btn {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s
    }

    .member_counter .single_counter_icon img {
        width: 60px
    }

    .member_counter .single_member_counter {
        margin-top: 35px
    }

        .member_counter .single_member_counter span {
            font-size: 60px;
            font-weight: 700;
            color: #fff;
            font-style: "Montserrat",sans-serif;
            display: inline-block;
            float: left;
            padding-right: 30px;
            line-height: 57px
        }

        .member_counter .single_member_counter h4 {
            font-size: 30px;
            font-weight: 600;
            text-transform: capitalize;
            position: relative;
            display: grid;
            float: left
        }

            .member_counter .single_member_counter h4 span {
                font-size: 16px;
                color: #83868c;
                display: block;
                line-height: 20px;
                text-transform: capitalize;
                margin-bottom: 4px
            }

    .project_details .project_details_content h3 {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.406;
        margin-bottom: 20px
    }

    .project_details .project_details_content p {
        color: #83868c;
        font-weight: 400
    }

    .project_details .project_details_content h4 {
        color: #0c2e60;
        font-size: 20px;
        font-weight: 600;
        margin: 25px 0
    }

    .project_details .project_details_widget {
        padding: 40px 0 0
    }

        .project_details .project_details_widget .single_project_details_widget {
            position: relative;
            padding-left: 36px;
            margin-bottom: 40px
        }

            .project_details .project_details_widget .single_project_details_widget span {
                color: #0c2e60;
                font-size: 20px;
                position: absolute;
                left: 0;
                top: 5px
            }

            .project_details .project_details_widget .single_project_details_widget h5 {
                font-size: 16px;
                font-weight: 500;
                margin-bottom: 1px
            }

            .project_details .project_details_widget .single_project_details_widget h6 {
                font-weight: 500;
                font-size: 14px;
                margin-top: 5px
            }

            .project_details .project_details_widget .single_project_details_widget p {
                font-weight: 300;
                color: #777
            }

    .project_details .single_project_details_text h4 {
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 17px
    }

    .project_details .single_project_details_text p {
        color: #777
    }

    .project_details .project_contoler a {
        text-transform: capitalize;
        color: #001b5e
    }

    .course_details_area .title_top {
        margin-top: 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 13px
    }

    .course_details_area .title {
        font-size: 22px;
        font-weight: 600;
        border: none;
        cursor: pointer;
        margin-top: 40px;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 13px;
        border-top: 1px solid #edeff2;
        padding-top: 30px
    }

    .course_details_area .btn_2 {
        padding: 5px 19px;
        font-size: 14px;
        text-transform: capitalize !important;
        border: 1px solid #edeff2
    }

    .comments-area .thumb img {
        width: 100px !important;
        border-radius: 0
    }

    .desc h5 a {
        color: #0c2e60
    }

    .desc p {
        font-size: 12px !important
    }

    .course_details_left .content {
        color: #888;
        line-height: 1.929
    }

    .course_details_left .course_list li {
        list-style: none;
        margin-bottom: 20px
    }

        .course_details_left .course_list li .primary-btn {
            background: #f9f9f9;
            box-shadow: none;
            font-size: 12px;
            border-radius: 0
        }

    @media (max-width:575px) {
        .course_details_left .course_list {
            padding-left: 0
        }

            .course_details_left .course_list li .primary-btn {
                min-width: 100px;
                font-size: 10px;
                padding: 0 10px
            }
    }

    .review-top h6 {
        color: #ee3f0e;
        font-size: 15px;
        margin-bottom: 21px;
        margin-top: 7px
    }

    .feedeback h6 {
        margin-bottom: 16px
    }

    .feedeback .btn_1 {
        padding: 5px 19px;
        margin-top: 20px
    }

    .right-contents .sidebar_top {
        padding: 40px 30px;
        border: 1px solid #edeff2
    }

        .right-contents .sidebar_top .btn_1 {
            text-align: center;
            margin-top: 20px
        }

        .right-contents .sidebar_top span {
            color: #888
        }

        .right-contents .sidebar_top .color {
            color: #0c2e60;
            font-size: 15px
        }

        .right-contents .sidebar_top ul li {
            list-style: none;
            padding: 10px 0;
            margin-bottom: 10px;
            border-bottom: 1px solid #edeff2
        }

            .right-contents .sidebar_top ul li:last-child {
                border-bottom: 0 solid #edeff2
            }

    .right-contents .enroll {
        margin-top: 10px;
        width: 100%
    }

    .right-contents .reviews .star, .right-contents .reviews span {
        width: 31%;
        margin-bottom: 10px;
        color: #888;
        font-size: 15px
    }

    .right-contents .avg-review {
        background: #04091e;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 20px 0
    }

        .right-contents .avg-review span, h4 {
            font-size: 18px
        }

    .right-contents .single-reviews h5 {
        display: inline-flex
    }

        .genric-btn.arrow span, .right-contents .single-reviews h5 .star {
            margin-left: 10px
        }

    .right-contents .feedeback textarea {
        resize: none;
        height: 130px;
        border: 1px solid #edeff2;
        border-radius: 0
    }

        .right-contents .feedeback textarea:focus {
            box-shadow: none
        }

    .right-contents .comments-area {
        padding: 0;
        border: 0;
        background: 0 0
    }

        .right-contents .comments-area .star {
            margin-left: 20px
        }

    .testimonial_part .textimonial_iner {
        margin-left: 13%;
        overflow: hidden
    }

    .testimonial_part .testimonial_slider {
        margin: 30px
    }

    .testimonial_part .testimonial_slider_text {
        padding: 50px;
        background-color: #fff;
        box-shadow: 0 10px 30px 0 rgba(12,46,96,.1);
        position: relative;
        z-index: 1
    }

        .testimonial_part .testimonial_slider_text:after {
            position: absolute;
            right: 16%;
            top: 59px;
            width: 148px;
            height: 124px;
            background-image: url(../img/quote.png);
            content: "";
            background-size: cover;
            background-repeat: no-repeat;
            z-index: -1
        }

    .testimonial_part .owl-dots {
        text-align: center;
        padding-top: 67px;
        margin-left: -26%;
        line-height: 0
    }

    @media (max-width:576px) {
        .our_service .single_service h4 {
            margin-bottom: 15px
        }

        .single_feature_padding {
            padding-top: 70px
        }

        .about_part .about_part_text p, .about_part .about_part_text ul {
            margin-bottom: 10px
        }

        .our_project .single_our_project, .project_details .project_details_widget .single_project_details_widget {
            margin-bottom: 20px
        }

        .project_details .project_details_content h3 {
            font-size: 20px
        }

        .project_details .project_details_content h4 {
            margin: 15px 0
        }

        .project_details .project_details_widget {
            padding: 20px 0 0
        }

        .testimonial_part .section_tittle {
            margin-bottom: 50px
        }

        .testimonial_part .textimonial_iner {
            margin-left: 0
        }

        .testimonial_part .testimonial_slider {
            margin: 0
        }

        .testimonial_part .testimonial_slider_text {
            padding: 5px 0
        }

            .testimonial_part .testimonial_slider_text:after {
                width: 53px;
                height: 45px;
                right: 25%;
                top: 30px
            }

        .testimonial_part .owl-dots {
            margin-left: 0;
            padding-top: 20px
        }
    }

    @media only screen and (min-width:576px) and (max-width:767px) {
        .section_padding {
            padding: 70px 0
        }

        .single_padding_top {
            padding-top: 80px !important
        }

        .padding_top, .single_feature_padding {
            padding-top: 70px
        }

        h2 {
            font-size: 24px;
            line-height: 25px
        }

        .section_tittle, .testimonial_part .section_tittle {
            margin-bottom: 50px
        }

            .section_tittle h2 {
                font-size: 25px;
                line-height: 35px
            }

            .section_tittle p {
                margin-bottom: 10px
            }

        .mt_130 {
            margin-top: 70px
        }

        .btn_1, .btn_2 {
            margin-top: 30px
        }

        .mb_130 {
            margin-bottom: 70px
        }

        .btn_1 {
            padding: 10px 30px
        }

        .btn_2 {
            padding: 14px 30px
        }

        .our_service .single_feature_text h2 {
            margin-top: 0;
            font-size: 30px;
            margin-bottom: 15px
        }

        .our_service .single_service h4 {
            margin-bottom: 15px
        }

        .about_part .about_part_text p, .about_part .about_part_text ul, .our_project .single_our_project, .project_details .project_details_widget .single_project_details_widget {
            margin-bottom: 20px
        }

        .project_details .project_details_content h3 {
            font-size: 25px
        }

        .project_details .project_details_content h4 {
            margin: 15px 0
        }

        .project_details .project_details_widget {
            padding: 20px 0 0
        }

        .testimonial_part .textimonial_iner {
            margin-left: 0
        }

        .testimonial_part .testimonial_slider {
            margin: 0
        }

        .testimonial_part .testimonial_slider_text {
            padding: 5px 20px
        }

            .testimonial_part .testimonial_slider_text:after {
                width: 53px;
                height: 45px;
                right: 25%;
                top: 30px
            }

        .testimonial_part .owl-dots {
            margin-left: 0;
            padding-top: 20px
        }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .padding_top, .single_feature_padding {
            padding-top: 70px
        }

        .section_tittle {
            font-size: 50px
        }

            .section_tittle h2 {
                font-size: 30px;
                line-height: 40px
            }

            .section_tittle p {
                margin-bottom: 10px
            }

        .mt_130 {
            margin-top: 70px
        }

        .btn_1, .btn_2 {
            margin-top: 30px
        }

        .mb_130 {
            margin-bottom: 70px
        }

        .btn_1 {
            padding: 10px 30px
        }

        .btn_2 {
            padding: 14px 30px
        }

        .our_service .single_feature_text h2 {
            font-size: 30px
        }

        .our_service .single_service h4 {
            margin-bottom: 15px
        }

        .about_part .about_part_text p, .about_part .about_part_text ul, .our_project .single_our_project, .project_details .project_details_widget .single_project_details_widget {
            margin-bottom: 20px
        }

        .project_details .project_details_content h3 {
            font-size: 28px
        }

        .project_details .project_details_content h4 {
            margin: 15px 0
        }

        .project_details .project_details_widget {
            padding: 20px 0 0
        }

        .testimonial_part .section_tittle {
            margin-bottom: 50px
        }

        .testimonial_part .textimonial_iner {
            margin-left: 0
        }

        .testimonial_part .testimonial_slider_text {
            padding: 5px 20px
        }

            .testimonial_part .testimonial_slider_text:after {
                width: 53px;
                height: 45px;
                right: 25%;
                top: 30px
            }

        .testimonial_part .owl-dots {
            margin-left: 0;
            padding-top: 20px
        }

        .testimonial_part .testimonial_slider {
            margin: 0 20px
        }
    }

    .testimonial_part .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        display: inline-block;
        background: #d7d7d7;
        margin: 0 10px
    }

        .testimonial_part .owl-dots button.owl-dot.active {
            background-color: #ff663b;
            width: 17px;
            border-radius: 50px
        }

    .testimonial_part .testimonial_slider p {
        font-size: 15px;
        font-style: italic
    }

    .testimonial_part h4 {
        font-size: 20px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 5px
    }

    .testimonial_part h5 {
        font-size: 14px;
        font-family: Montserrat,sans-serif;
        color: #888
    }

    .sample-text-area {
        background: #fff;
        padding: 100px 0 70px
    }

    h1 {
        font-size: 40px
    }

    h2 {
        color: #fff;
        font-weight: 500;
        font-size: 30px
    }

    h3 {
        font-size: 21px;
    }

    h1, h2, h3, h4, h5, h6 {
        line-height: 1.2em
    }

    .typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
        color: #828bb2
    }

    ab .active_header {
        color: #fff;
        font-size: 15px;
        font-weight: 600
    }

    .button-area .border-top-generic {
        padding: 70px 15px;
        border-top: 1px dotted #eee
    }

    .button-group-area .genric-btn {
        margin-right: 10px;
        margin-top: 10px
    }

    .genric-btn {
        display: inline-block;
        outline: 0;
        line-height: 40px;
        padding: 0 30px;
        font-size: .8em;
        text-align: center;
        font-weight: 500;
        cursor: pointer;
        transition: .3s
    }

        .genric-btn.e-large {
            padding: 0 40px;
            line-height: 50px
        }

        .genric-btn.large {
            line-height: 45px
        }

        .genric-btn.medium {
            line-height: 30px
        }

        .genric-btn.small {
            line-height: 25px
        }

        .genric-btn.radius {
            border-radius: 3px
        }

        .genric-btn.circle {
            border-radius: 20px
        }

        .genric-btn.arrow {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .genric-btn.default, .genric-btn.default-border:hover, .genric-btn.link, .genric-btn.link-border:hover {
            color: #415094;
            background: #f9f9ff;
            border: 1px solid transparent
        }

            .genric-btn.default-border, .genric-btn.default:hover {
                border: 1px solid #f9f9ff;
                background: #fff
            }

        .genric-btn.primary, .genric-btn.primary-border:hover {
            color: #fff;
            background: #fff;
            border: 1px solid transparent
        }

            .genric-btn.primary-border, .genric-btn.primary:hover {
                color: #fff;
                border: 1px solid #fff;
                background: #fff
            }

        .genric-btn.success, .genric-btn.success-border:hover {
            color: #fff;
            background: #4cd3e3;
            border: 1px solid transparent
        }

            .genric-btn.success-border, .genric-btn.success:hover {
                color: #4cd3e3;
                border: 1px solid #4cd3e3;
                background: #fff
            }

        .genric-btn.info, .genric-btn.info-border:hover {
            color: #fff;
            background: #38a4ff;
            border: 1px solid transparent
        }

            .genric-btn.info-border, .genric-btn.info:hover {
                color: #38a4ff;
                border: 1px solid #38a4ff;
                background: #fff
            }

        .genric-btn.warning, .genric-btn.warning-border:hover {
            color: #fff;
            background: #f4e700;
            border: 1px solid transparent
        }

            .genric-btn.warning-border, .genric-btn.warning:hover {
                color: #f4e700;
                border: 1px solid #f4e700;
                background: #fff
            }

        .genric-btn.danger, .genric-btn.danger-border:hover {
            color: #fff;
            background: #f44a40;
            border: 1px solid transparent
        }

            .genric-btn.danger-border, .genric-btn.danger:hover {
                color: #f44a40;
                border: 1px solid #f44a40;
                background: #fff
            }

        .genric-btn.link-border, .genric-btn.link:hover {
            border: 1px solid #f9f9ff;
            color: #415094;
            background: #fff
        }

        .genric-btn.disable {
            color: #222,.3;
            background: #f9f9ff;
            border: 1px solid transparent;
            cursor: not-allowed
        }

    .generic-blockquote {
        padding: 30px 50px 30px 30px;
        background: #f9f9ff;
        border-left: 2px solid #fff
    }

    .progress-table-wrap {
        overflow-x: scroll
    }

    .progress-table {
        background: #f9f9ff;
        padding: 15px 0 30px;
        min-width: 800px
    }

        .progress-table .serial {
            width: 11.83%;
            padding-left: 30px
        }

        .progress-table .country {
            width: 28.07%
        }

        .progress-table .visit {
            width: 19.74%
        }

        .progress-table .percentage {
            width: 40.36%;
            padding-right: 50px
        }

        .progress-table .table-head {
            display: flex
        }

            .progress-table .table-head .country, .progress-table .table-head .percentage, .progress-table .table-head .serial, .progress-table .table-head .visit {
                color: #415094;
                line-height: 40px;
                text-transform: uppercase;
                font-weight: 500
            }

        .progress-table .table-row {
            padding: 15px 0;
            border-top: 1px solid #edf3fd;
            display: flex
        }

            .progress-table .table-row .country, .progress-table .table-row .percentage, .progress-table .table-row .serial, .progress-table .table-row .visit {
                display: flex;
                align-items: center
            }

                .progress-table .table-row .country img {
                    margin-right: 15px
                }

                .progress-table .table-row .percentage .progress {
                    width: 80%;
                    border-radius: 0;
                    background: 0 0
                }

                    .progress-table .table-row .percentage .progress .progress-bar {
                        height: 5px;
                        line-height: 5px
                    }

                        .progress-table .table-row .percentage .progress .progress-bar.color-1, .progress-table .table-row .percentage .progress .progress-bar.color-6 {
                            background-color: #6382e6
                        }

                        .progress-table .table-row .percentage .progress .progress-bar.color-2, .progress-table .table-row .percentage .progress .progress-bar.color-8 {
                            background-color: #e66686
                        }

                        .progress-table .table-row .percentage .progress .progress-bar.color-3 {
                            background-color: #f09359
                        }

                        .progress-table .table-row .percentage .progress .progress-bar.color-4, .progress-table .table-row .percentage .progress .progress-bar.color-5 {
                            background-color: #73fbaf
                        }

                        .progress-table .table-row .percentage .progress .progress-bar.color-7 {
                            background-color: #a367e7
                        }

    .single-gallery-image {
        margin-top: 30px;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: cover !important;
        height: 250px
    }

    .list-style {
        width: 14px;
        height: 14px
    }

    .unordered-list li {
        position: relative;
        padding-left: 30px
    }

        .unordered-list li:before {
            content: "";
            position: absolute;
            width: 14px;
            height: 14px;
            border: 3px solid #fff;
            background: #fff;
            top: 4px;
            left: 0;
            border-radius: 50%
        }

    .single-input, .single-textarea {
        border: none;
        line-height: 40px;
        padding: 0 20px;
        outline: 0;
        width: 100%;
        background: #f9f9ff;
        display: block
    }

    .ordered-list {
        margin-left: 30px
    }

        .ordered-list li {
            list-style-type: decimal-leading-zero;
            color: #fff;
            font-weight: 500
        }

            .ordered-list li span, .ordered-list-alpha li span, .ordered-list-roman li span {
                font-weight: 300;
                color: #828bb2
            }

    .ordered-list-alpha li {
        margin-left: 30px;
        list-style-type: lower-alpha;
        color: #fff;
        font-weight: 500
    }

    .ordered-list-roman li {
        margin-left: 30px;
        list-style-type: lower-roman;
        color: #fff;
        font-weight: 500
    }

    .input-group-icon .icon {
        position: absolute;
        left: 20px;
        top: 0;
        line-height: 40px;
        z-index: 3
    }

        .input-group-icon .icon i {
            color: #797979
        }

    .input-group-icon .single-input {
        padding-left: 45px
    }

    .single-textarea {
        height: 100px;
        resize: none
    }

    .single-input-accent, .single-input-primary, .single-input-secondary {
        display: block;
        width: 100%;
        line-height: 40px;
        border: 1px solid transparent;
        outline: 0;
        background: #f9f9ff;
        padding: 0 20px
    }

        .single-input-primary:focus {
            outline: 0;
            border: 1px solid #fff
        }

        .single-input-accent:focus {
            outline: 0;
            border: 1px solid #eb6b55
        }

        .single-input-secondary:focus {
            outline: 0;
            border: 1px solid #f09359
        }

    .confirm-switch, .default-switch, .primary-switch {
        width: 35px;
        height: 17px;
        border-radius: 8.5px;
        background: #f9f9ff;
        position: relative;
        cursor: pointer
    }

        .default-switch input {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer
        }

            .default-switch input + label {
                position: absolute;
                top: 1px;
                left: 1px;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background: #fff;
                -webkit-transition: .2s;
                -moz-transition: .2s;
                -o-transition: .2s;
                transition: .2s;
                box-shadow: 0 4px 5px 0 rgba(0,0,0,.2);
                cursor: pointer
            }

            .confirm-switch input:checked + label:after, .default-switch input:checked + label, .primary-switch input:checked + label:after {
                left: 19px
            }

        .confirm-switch input + label, .primary-switch input + label, .primary-switch input + label:before {
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            bottom: 0;
            position: absolute;
            right: 0
        }

        .confirm-checkbox input, .confirm-radio input, .confirm-switch input, .disabled-checkbox input, .disabled-radio input, .primary-checkbox input, .primary-radio input, .primary-switch input {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            opacity: 0
        }

            .primary-switch input + label:before {
                content: "";
                background: 0 0;
                border-radius: 8.5px;
                cursor: pointer;
                -webkit-transition: .2s;
                -moz-transition: .2s;
                -o-transition: .2s;
                transition: .2s
            }

            .confirm-switch input + label:after, .primary-switch input + label:after {
                content: "";
                position: absolute;
                top: 1px;
                left: 1px;
                width: 15px;
                height: 15px;
                border-radius: 50%;
                background: #fff;
                -webkit-transition: .2s;
                -moz-transition: .2s;
                -o-transition: .2s;
                transition: .2s;
                box-shadow: 0 4px 5px 0 rgba(0,0,0,.2);
                cursor: pointer
            }

            .confirm-switch input + label:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                background: 0 0;
                border-radius: 8.5px;
                -webkit-transition: .2s;
                -moz-transition: .2s;
                -o-transition: .2s;
                transition: .2s;
                cursor: pointer
            }

            .confirm-switch input:checked + label:before {
                background: #4cd3e3
            }

    .confirm-checkbox, .disabled-checkbox, .primary-checkbox {
        width: 16px;
        height: 16px;
        border-radius: 3px;
        background: #f9f9ff;
        position: relative;
        cursor: pointer
    }

        .confirm-checkbox input + label, .disabled-checkbox input + label, .primary-checkbox input + label {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            border-radius: 3px;
            cursor: pointer;
            border: 1px solid #f1f1f1
        }

        .primary-checkbox input:checked + label {
            background: url(../img/elements/primary-check.png) center center/cover no-repeat;
            border: none
        }

        .confirm-checkbox input:checked + label {
            background: url(../img/elements/success-check.png) center center/cover no-repeat;
            border: none
        }

        .disabled-checkbox input:disabled, .disabled-radio input:disabled {
            cursor: not-allowed;
            z-index: 3
        }

        .disabled-checkbox input:checked + label {
            background: url(../img/elements/disabled-check.png) center center/cover no-repeat;
            border: none
        }

    .confirm-radio, .disabled-radio, .primary-radio {
        width: 16px;
        height: 16px;
        border-radius: 10px;
        background: #f9f9ff;
        position: relative;
        cursor: pointer
    }

        .confirm-radio input + label, .disabled-radio input + label, .primary-radio input + label {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            border-radius: 10px;
            cursor: pointer;
            border: 1px solid #f1f1f1
        }

        .primary-radio input:checked + label {
            background: url(../img/elements/primary-radio.png) center center/cover no-repeat;
            border: none
        }

        .confirm-radio input:checked + label {
            background: url(../img/elements/success-radio.png) center center/cover no-repeat;
            border: none
        }

        .disabled-radio input:checked + label {
            background: url(../img/elements/disabled-radio.png) center center/cover no-repeat;
            border: none
        }

    .default-select {
        height: 40px
    }

        .default-select .nice-select {
            border: none;
            border-radius: 0;
            height: 40px;
            background: #f9f9ff;
            padding-left: 20px;
            padding-right: 40px
        }

            .default-select .nice-select .list, .form-select .nice-select .list {
                margin-top: 0;
                border: none;
                border-radius: 0;
                box-shadow: none;
                width: 100%;
                padding: 10px 0
            }

                .default-select .nice-select .list .option {
                    font-weight: 300;
                    transition: .3s;
                    line-height: 28px;
                    min-height: 28px;
                    font-size: 12px;
                    padding-left: 20px
                }

                    .default-select .nice-select .list .option.selected, .default-select .nice-select .list .option:hover, .form-select .nice-select .list .option.selected, .form-select .nice-select .list .option:hover {
                        color: #fff;
                        background: 0 0
                    }

        .default-select .current, .form-select .current {
            margin-right: 50px;
            font-weight: 300
        }

        .default-select .nice-select::after, .form-select .nice-select::after {
            right: 20px
        }

    .form-select {
        height: 40px;
        width: 100%
    }

        .form-select .nice-select {
            border: none;
            border-radius: 0;
            height: 40px;
            background: #f9f9ff;
            padding-left: 45px;
            padding-right: 40px;
            width: 100%
        }

            .form-select .nice-select .list .option {
                font-weight: 300;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                -o-transition: .3s;
                transition: .3s;
                line-height: 28px;
                min-height: 28px;
                font-size: 12px;
                padding-left: 45px
            }

    .mt-10 {
        margin-top: 10px
    }

    .section-top-border {
        padding: 50px 0;
        border-top: 1px dotted #eee
    }

    .footer-area .contact_info p, .footer-area .single-footer-widget ul li, .switch-wrap {
        margin-bottom: 10px
    }

    .blog_part .card {
        border: 0 solid transparent
    }

    .blog_part .blog_right_sidebar .widget_title {
        font-size: 20px;
        margin-bottom: 40px;
        font-style: inherit !important
    }

    .blog_part .single-home-blog .card-img-top {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }

    .blog_part .single-home-blog .card {
        border-radius: 0;
        background-color: transparent;
        position: relative
    }

        .blog_part .single-home-blog .card .card-body {
            padding: 30px 0 23px;
            background-color: #fff;
            -webkit-transition: .5s;
            transition: .5s
        }

            .blog_part .single-home-blog .card .card-body .btn_4 {
                margin-bottom: 20px
            }

            .blog_part .single-home-blog .card .card-body a {
                text-transform: capitalize;
                -webkit-transition: .8s;
                transition: .8s
            }

        .blog_part .single-home-blog .card .dot {
            position: relative;
            padding-left: 20px
        }

            .blog_part .single-home-blog .card .dot:after {
                position: absolute;
                content: "";
                width: 10px;
                height: 10px;
                top: 5px;
                left: 0;
                background-color: #fff;
                border-radius: 50%
            }

        .blog_part .single-home-blog .card span {
            color: #8a8a8a;
            margin-bottom: 10px;
            display: inline-block;
            margin-top: 10px
        }

        .blog_part .single-home-blog .card h5 {
            font-weight: 600;
            line-height: 1.5;
            font-size: 19px;
            -webkit-transition: .8s;
            transition: .8s;
            text-transform: capitalize;
            margin-bottom: 15px
        }

    @media (max-width:576px) {
        .blog_part {
            padding-bottom: 50px
        }

            .blog_part .single-home-blog {
                margin-bottom: 20px
            }

                .blog_part .single-home-blog .card .card-body {
                    padding: 15px 10px
                }

                .blog_part .single-home-blog .card span {
                    margin-bottom: 5px;
                    margin-top: 5px
                }

                .blog_part .single-home-blog .card h5 {
                    margin-bottom: 5px;
                    font-size: 17px
                }
    }

    .blog_part .single-home-blog .card h5:hover {
        -webkit-transition: .8s;
        transition: .8s;
        color: #fff
    }

    .blog_part .single-home-blog .card ul {
        margin-bottom: 13px
    }

        .blog_part .single-home-blog .card ul li {
            display: inline-block;
            color: #8a8a8a;
            margin-right: 39px
        }

            .blog_part .single-home-blog .card ul li span {
                margin-right: 10px
            }

    .copyright_part {
        background-color: #303030;
        padding: 26px 0
    }

        .copyright_part p {
            color: #8a8a8a;
            font-family: 300
        }

        .copyright_part .footer-social a {
            width: 35px;
            height: 35px;
            display: inline-block;
            line-height: 35px;
            border: 1px solid #ff7e5f;
            text-align: center;
            margin-left: 10px;
            color: #fff
        }

            .copyright_part .footer-social a:hover {
                background-color: #ff7e5f !important;
                color: #fff !important
            }

        .copyright_part span.ti-heart, .footer-area span.ti-heart {
            font-size: 12px;
            margin: 0 2px
        }

    .contact-info {
        margin-bottom: 25px
    }

    .contact-info__icon i, .contact-info__icon span {
        color: #8f9195;
        font-size: 27px
    }

    .contact-info .media-body h3 {
        margin-bottom: 0;
        font-size: 16px;
        color: #2a2a2a
    }

    .contact-info .media-body p {
        color: #8a8a8a
    }

    .contact-title {
        font-size: 27px;
        font-weight: 600;
        margin-bottom: 20px
    }

    .form-contact .form-group .btn_1 {
        margin-bottom: -30px
    }

    .form-contact .form-control::placeholder {
        font-weight: 300;
        color: #999
    }

    .form-contact textarea {
        border-radius: 12px;
        height: 100% !important
    }

    .modal-message .modal-dialog {
        position: absolute;
        top: 36%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) !important;
        margin: 0;
        max-width: 500px;
        width: 100%
    }

        .modal-message .modal-dialog .modal-content .modal-header {
            text-align: center;
            display: block;
            border-bottom: none;
            padding-top: 50px;
            padding-bottom: 50px
        }

            .modal-message .modal-dialog .modal-content .modal-header .close {
                position: absolute;
                right: -15px;
                top: -15px;
                padding: 0;
                color: #fff;
                opacity: 1;
                cursor: pointer
            }

            .modal-message .modal-dialog .modal-content .modal-header h2 {
                display: block;
                text-align: center;
                padding-bottom: 10px
            }

            .modal-message .modal-dialog .modal-content .modal-header p {
                display: block
            }

    .breadcrumb_bg {
        background-image: url("../img/breadcrumb.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .breadcrumb {
        position: relative;
        z-index: 1;
        height: 450px;
        margin: 0 !important
    }

        .breadcrumb:after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #001b5e;
            content: "";
            opacity: .7;
            z-index: -1
        }

        .breadcrumb .breadcrumb_tittle h2 {
            color: #fff;
            font-size: 50px;
            font-weight: 600;
            margin-bottom: 10px;
            text-transform: capitalize
        }

        .breadcrumb .breadcrumb_content p {
            font-size: 15px;
            color: #fff
        }

        .breadcrumb .breadcrumb_content span {
            margin: 0 5px;
            font-size: 12px
        }

    .footer-area {
        background-color: rgb(255, 255, 255);
        padding: 100px 0 0;
    }

    body.dark-mode .footer-area {
        background-color: #121212;
    }

    .footer-area .form-control {
        background-color: #fff;
    }

    .footer-area .form-group, .footer-area .single-footer-widget .form-wrap {
        margin-top: 25px
    }

    .footer-area .footer_img a {
        width: 24%;
        margin-left: 1%
    }

    .footer-area .footer_img img {
        margin-bottom: 5px
    }

    .footer-area .single-footer-widget p {
        font-size: 14px;
        line-height: 1.8;
        color: #83868c
    }

    .footer-area .single-footer-widget h4 {
        margin-bottom: 33px;
        font-weight: 700;
        font-size: 24px;
        color: #fff;
        text-transform: capitalize
    }

    @media (max-width:1024px) {
        .right-contents .single-reviews .thumb {
            margin-right: 10px
        }

        .right-contents .single-reviews h5 {
            display: block
        }

            .right-contents .single-reviews h5 .star {
                margin: 10px 0
            }

        .footer-area .single-footer-widget h4 {
            font-size: 18px
        }
    }

    @media (max-width:991px) {
        .about_part, .banner_part, .experiance_part, .review_part {
            background-image: none
        }

        .padding_bottom {
            padding-bottom: 70px
        }

        .margin_bottom, .single_experiance_section {
            margin-bottom: 70px
        }

        .single-post-area .sidebar-widgets {
            padding-bottom: 0
        }

        .about_part .about_part_text, .comment-form .email {
            padding-left: 0
        }

        .main_menu .navbar-brand img {
            max-width: 225px
        }

        .navbar-collapse, .navbar-collapse-contact {
            background: linear-gradient(to right,rgba(4,163,202,0.7),rgba(18,19,18,1));
            backdrop-filter: blur(15px) brightness(75%) saturate(80%);
            z-index: 9999 !important;
            position: absolute;
            left: 0;
            top: 71px;
            width: 100%;
            text-align: center !important
        }

        .single_page_menu .navbar-collapse ul li .nav-link {
            color: #000 !important
        }

        .navbar-light .navbar-toggler {
            border-color: transparent
        }

        .navbar-collapse {
            background: linear-gradient(to right,rgba(57,84,114,0.95),rgba(8,31,62,0.95));
            backdrop-filter: blur(15px) brightness(75%) saturate(80%);
        }

        .navbar-collapse-contact {
            background-color: #fff
        }

        .main_menu .main-menu-item {
            text-align: left !important
        }

            .main_menu .main-menu-item .nav-item {
                padding: 10px 15px !important
            }

                .main_menu .main-menu-item .nav-item a {
                    padding: 5px 15px !important
                }

            .main_menu .main-menu-item .nav-item {
                color: #FA88C4 !important;
                outline: 0
            }

        .navbar-nav {
            align-items: start !important
        }

        .dropdown .dropdown-menu {
            transform: scale(1,0);
            display: none;
            margin-top: 10px
        }

        .dropdown:hover .dropdown-menu {
            transform: scale(1);
            display: block;
            color: #fff
        }

        .dropdown .dropdown-item:hover {
            color: #fff !important
        }

        .banner_part .banner_text .banner_text_iner {
            vertical-align: middle
        }

        .banner_part .banner_text {
            text-align: center;
            padding-top: 0;
            height: 650px
        }

            .banner_part .banner_text h1 {
                font-size: 30px;
                margin-bottom: 15px;
                line-height: 1.3
            }

        .our_service .section_tittle {
            margin-bottom: 25px
        }

        .our_service .single_service {
            padding: 25px 10px 35px;
            margin-top: 25px
        }

        .our_service .btn_3 {
            margin-top: 15px
        }

        .right-contents .avg-review, .single_page_services .section_tittle {
            margin-bottom: 20px
        }

        .about_part {
            margin-top: 0;
            padding: 70px 0 0
        }

            .about_part .about_part_text h2 {
                font-size: 25px;
                margin-bottom: 10px;
                line-height: 35px;
                margin-top: 15px
            }

            .about_part .about_part_text ul li {
                padding-left: 41px;
                padding-top: 5px;
                margin-bottom: 0
            }

                .about_part .about_part_text ul li span {
                    padding-bottom: 15px;
                    position: absolute;
                    left: 0;
                    top: 0;
                    font-size: 35px
                }

        .experiance_part .about_part_img {
            margin-top: 20px
        }

        .experiance_part .about_text_iner .about_text_counter h2 {
            font-size: 75px;
            line-height: 80px;
            margin-top: 0
        }

        .experiance_part .about_text_iner .about_iner_content h3 {
            font-size: 20px
        }

        .our_project .project_menu_item {
            margin: 0 0 20px;
            float: left
        }

            .our_project .project_menu_item ul li {
                margin: 0 8px
            }

        .review_part {
            padding: 0
        }

            .review_part .single_review_part {
                padding: 80px 25px 25px;
                margin: 70px 0 30px
            }

            .review_part .tour_pack_text {
                margin-bottom: 30px;
                width: 100%;
                padding-left: 0
            }

                .footer-area .single-footer-widget h4, .review_part .tour_pack_text img {
                    margin-bottom: 15px
                }

                .review_part .tour_pack_text h2 {
                    margin-bottom: 15px;
                    font-size: 30px
                }

                .review_part .tour_pack_text .btn_1 {
                    margin-top: 25px
                }

        .single_pack {
            padding: 70px 0
        }

        .member_counter .single_member_counter {
            margin: 10px 0 20px;
            display: inline-block
        }

            .member_counter .single_member_counter span {
                line-height: 67px;
                font-size: 40px
            }

            .member_counter .single_member_counter h4 {
                font-size: 25px
            }

        .project_details .single_project_details_text {
            margin-bottom: 20px;
            margin-top: 20px
        }

        .right-contents {
            margin-top: 50px
        }

        .footer-area {
            padding: 70px 0 0
        }

            .footer-area .single-footer-widget {
                margin-bottom: 30px
            }
    }

    .footer-area .single-footer-widget ul li a {
        color: #83868c;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 15px
    }

    .footer-area .single-footer-widget input {
        height: 40px;
        border: 0 solid transparent;
        width: 67% !important;
        font-weight: 400;
        padding-left: 20px;
        border-radius: 0;
        font-size: 13px;
        color: #999;
        font-family: Montserrat,sans-serif
    }

    .footer-area .single-footer-widget .click-btn {
        background-color: #fff;
        color: #fff;
        border-radius: 0;
        padding: 8px 20px;
        border: 0;
        font-size: 12px;
        font-weight: 400;
        font-family: Montserrat,sans-serif;
        position: relative;
        left: 0
    }

    @media (max-width:375px) {
        .footer-area .single-footer-widget .click-btn {
            margin-top: 10px
        }
    }

    @media (min-width:400px) {
        .footer-area .single-footer-widget .click-btn {
            left: -50px
        }
    }

    .footer-area .footer_1 img {
        margin-bottom: 35px
    }

    .footer-area .footer_1 p {
        margin-bottom: 15px
    }

    .footer-area .footer_2 .social_icon {
        margin-top: 27px
    }

        .footer-area .footer_2 .social_icon a {
            color: #ccc;
            font-size: 14px;
            margin-right: 20px
        }

    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 30%;
        float: left;
        margin: 1%;
        position: relative;
        z-index: 2
    }

    @media only screen and (min-width:576px) and (max-width:767px) {
        .testimonial_part .testimonial_slider {
            margin: 0 20px
        }

        .blog_part {
            padding-bottom: 50px
        }

            .blog_part .single-home-blog {
                margin-bottom: 20px
            }

                .blog_part .single-home-blog .card .card-body {
                    padding: 15px
                }

                .blog_part .single-home-blog .card span {
                    margin-bottom: 5px;
                    margin-top: 5px
                }

                .blog_part .single-home-blog .card h5 {
                    margin-bottom: 10px;
                    font-size: 16px
                }

                .blog_part .single-home-blog .card ul li {
                    margin-right: 10px
                }

        .copyright_part .footer-text {
            text-align: center;
            margin-bottom: 25px !important
        }

        .contact-section .btn_1 {
            margin-bottom: 0 !important;
            margin-top: 0 !important
        }

        .breadcrumb .breadcrumb_tittle h2 {
            font-size: 35px
        }

        .footer-area .footer_3 .footer_img .single_footer_img {
            width: 15%
        }
    }

    @media only screen and (min-width:992px) and (max-width:1200px) {
        .about_part, .banner_part, .experiance_part, .review_part {
            background-image: none
        }

        .section_tittle {
            margin-bottom: 50px
        }

            .section_tittle h2 {
                font-size: 35px;
                line-height: 40px
            }

            .section_tittle p {
                margin-bottom: 10px
            }

        .mt_130 {
            margin-top: 70px
        }

        .mb_130 {
            margin-bottom: 70px
        }

        .main_menu .main-menu-item {
            padding-left: 25px
        }

            .main_menu .main-menu-item ul li .nav-link {
                padding: 0 16px
            }

        .banner_part .banner_text {
            height: 650px
        }

            .banner_part .banner_text h1 {
                font-size: 40px;
                margin-bottom: 15px;
                line-height: 1.4
            }

        .our_service .single_feature_text h2 {
            margin-top: 0;
            font-size: 35px
        }

        .our_service .single_service {
            margin-top: 25px
        }

        .single_feature_padding {
            padding-top: 70px
        }

        .project_details .project_details_widget .single_project_details_widget, .single_page_services .section_tittle {
            margin-bottom: 20px
        }

        .about_part {
            margin-top: 0px
        }

            .about_part .about_part_text {
                padding-left: 0
            }

                .about_part .about_part_text h2 {
                    font-size: 28px;
                    margin-bottom: 20px;
                    line-height: 40px
                }

                .about_part .about_part_text ul li {
                    padding-left: 41px;
                    padding-top: 5px;
                    margin-bottom: 0
                }

                    .about_part .about_part_text ul li span {
                        padding-bottom: 15px;
                        position: absolute;
                        left: 0;
                        top: 0;
                        font-size: 35px
                    }

        .experiance_part .about_part_img {
            margin-top: 20px
        }

        .single_experiance_section {
            margin-bottom: 80px
        }

        .review_part .tour_pack_text {
            width: 100%;
            padding-left: 0
        }

            .project_details .project_details_content h3, .review_part .tour_pack_text h2 {
                font-size: 30px
            }

        .review_part .owl-nav {
            left: -80%;
            bottom: 50px
        }

        .single_pack {
            padding: 80px 0
        }

        .member_counter .single_member_counter span {
            line-height: 67px;
            font-size: 40px
        }

        .project_details .project_details_widget {
            padding: 30px 0 0
        }

        .project_details .single_project_details_text {
            width: 50%;
            float: left;
            margin-top: 50px
        }

        .testimonial_part .textimonial_iner {
            margin-left: 0
        }

        .testimonial_part .owl-dots {
            margin-left: 0;
            padding-top: 20px
        }

        .blog_part {
            padding-bottom: 50px
        }

            .blog_part .single-home-blog .card .card-body {
                padding: 20px
            }

            .blog_part .single-home-blog .card span {
                margin-bottom: 5px;
                margin-top: 5px
            }

            .blog_part .single-home-blog .card h5 {
                margin-bottom: 10px;
                font-size: 18px
            }

            .blog_part .single-home-blog .card ul li {
                margin-right: 10px
            }

        .contact-section .btn_1 {
            margin-bottom: 0 !important;
            margin-top: 0 !important
        }

        .footer-area .footer_3 .footer_img .single_footer_img {
            width: 10%
        }
    }

    .footer-area .footer_3 .footer_img .single_footer_img:after {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        background-color: #fff;
        width: 100%;
        height: 100%;
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s
    }

    .footer-area .footer_3 .footer_img .single_footer_img i {
        text-align: center;
        position: absolute;
        top: 41%;
        margin: 0 auto;
        left: 0;
        right: 0;
        color: #fff;
        z-index: 2;
        opacity: 0
    }

    .footer-area .contact_info {
        position: relative;
        margin-bottom: 20px
    }

        .footer-area .contact_info p span {
            color: #83868c;
            font-size: 16px
        }

    .footer-area .btn {
        background-color: #fff;
        color: #fff;
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 2px !important
    }

    .footer-area .copyright_part_text {
        padding: 26px 0;
        margin-top: 112px;
        background-color: #fff
    }

    body.dark-mode .footer-area .copyright_part_text {
        padding: 26px 0;
        margin-top: 112px;
        background-color: black;
    }

    .footer-area .copyright_part_text p {
        font-size: 15px
    }

    @media (max-width:576px) {
        .blog_part .single-home-blog .card ul li {
            margin-right: 10px
        }

        .copyright_part .footer-social {
            margin-top: 20px
        }

        .copyright_part .footer-text {
            text-align: center
        }

        .contact-section .btn_1 {
            margin-bottom: 0 !important;
            margin-top: 0 !important
        }

        .breadcrumb .breadcrumb_tittle h2 {
            font-size: 35px
        }

        .breadcrumb .breadcrumb_content {
            float: left;
            text-align: left !important
        }

        .footer-area .copyright_part_text {
            margin-top: 20px;
            text-align: center
        }

            .footer-area .copyright_part_text p {
                font-size: 13px;
                color: #83868c
            }
    }

    @media only screen and (min-width:576px) and (max-width:767px) {
        .footer-area .copyright_part_text {
            text-align: center;
            margin-top: 20px
        }

            .footer-area .copyright_part_text p {
                font-size: 13px
            }
    }

    @media only screen and (min-width:768px) and (max-width:991px) {
        .blog_part {
            padding-bottom: 50px
        }

            .blog_part .single-home-blog {
                margin-bottom: 20px
            }

                .blog_part .single-home-blog .card span {
                    margin-bottom: 5px;
                    margin-top: 5px
                }

                .blog_part .single-home-blog .card h5 {
                    margin-bottom: 10px
                }

                .blog_part .single-home-blog .card ul li {
                    margin-right: 10px
                }

        .copyright_part .footer-text {
            text-align: left;
            margin-bottom: 25px !important
        }

        .contact-section .btn_1 {
            margin-bottom: 0 !important;
            margin-top: 0 !important
        }

        .breadcrumb .breadcrumb_tittle h2 {
            font-size: 40px
        }

        .footer-area .footer_3 .footer_img .single_footer_img {
            width: 10%
        }

        .footer-area .copyright_part_text {
            margin-top: 42px;
            text-align: center
        }
    }

    .footer-area .input-group {
        border: 1px solid #dedede;
        padding: 5px
    }

        .footer-area .input-group ::placeholder {
            font-size: 13px;
            color: #999
        }

    .footer-area .container-fluid {
        background-color: white;
        padding-right: 0;
        padding-left: 0;
        overflow: hidden
    }

    .footer-area .btn_1 {
        margin-top: 0
    }

    ::-webkit-scrollbar {
        width: .9vw;
        background: #181818
    }

    ::-webkit-scrollbar-thumb {
        background: -webkit-linear-gradient(transparent,silver);
        background: linear-gradient(transparent,silver);
        border-radius: 20px
    }

        ::-webkit-scrollbar-thumb:hover {
            background: -webkit-linear-gradient(transparent,#2D4261);
            background: linear-gradient(transparent,#2D4261);
            animation: 9s fadeInAnimation
        }

    #lightbulb {
        width: 100%;
        transition: filter 0.3s;
    }

    .lightbulb.on {
        filter: drop-shadow(0 0 20px rgba(255, 255, 0, 0.8)) drop-shadow(0 0 30px rgba(255, 255, 0, 0.6)) drop-shadow(0 0 40px rgba(255, 255, 0, 0.4));
    }

    .led-border-container {
        position: relative;
        display: inline-block;
    }

    #led-lightbulb {
        width: 50%; /* Adjust size as needed */
        border-radius: 10px; /* Optional: adds rounded corners */
        box-shadow: 0 0 10px 2px rgba(255, 0, 0, 0.8), /* Red glow */
        0 0 5px 2px rgba(0, 255, 0, 0.8), /* Green glow */
        0 0 7.5px 1.5px rgba(0, 0, 255, 0.8), /* Blue glow */
        0 0 10px 4px rgba(255, 255, 0, 0.8), /* Yellow glow */
        0 0 12.5px 5px rgba(0, 255, 255, 0.8), /* Cyan glow */
        0 0 15px 6px rgba(255, 0, 255, 0.8); /* Magenta glow */
        transition: box-shadow 0.3s;
    }

        #led-lightbulb:hover {
            box-shadow: 0 0 20px 4px rgba(255, 0, 0, 1), /* Red glow */
            0 0 30px 6px rgba(0, 255, 0, 1), /* Green glow */
            0 0 40px 8px rgba(0, 0, 255, 1), /* Blue glow */
            0 0 50px 10px rgba(255, 255, 0, 1), /* Yellow glow */
            0 0 60px 12px rgba(0, 255, 255, 1), /* Cyan glow */
            0 0 70px 14px rgba(255, 0, 255, 1); /* Magenta glow */
        }

    .vinyl-container {
        width: 200px;
        height: 200px;
        overflow: hidden;
        border-radius: 50%;
        margin-bottom: 20px;
    }

    .vinyl {
        animation: spin 2s linear infinite;
    }

    @keyframes spin {
        from {
            transform: rotate(0deg);
        }

        to {
            transform: rotate(360deg);
        }
    }

    .spin {
        animation: spin 2s linear infinite;
    }
}
