
/* Css For Biztech */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
    font-size: 17px;
    color: #636161;
    line-height: 28px;
    font-weight: 500;
    background: #fff;
    font-family: "Yantramanav", sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

@media (min-width:1200px) {
    .container {
        max-width: 1200px;
        padding: 0px 15px;
    }
}

.large-container {
    max-width: 1550px;
    padding: 0px 15px;
    margin: 0 auto;
}

.container-fluid {
    padding: 0px;
}
.text-justify, text-justify p{
    text-align:justify
}
.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

.small-container {
    max-width: 680px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}


a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    a:hover {
        text-decoration: none;
        outline: none;
    }

input, button, select, textarea {
    font-weight: 400;
    font-size: 16px;
    background: transparent;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

input {
    transition: all 500ms ease;
}

    button:focus,
    input:focus,
    textarea:focus {
        outline: none;
        box-shadow: none;
        transition: all 500ms ease;
    }

p {
    position: relative;
    
    margin: 0px;
    transition: all 500ms ease;
    margin-bottom:15px
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    color: #242f51;
    margin: 0px;
    transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

    .handle-preloader .animation-preloader .spinner {
        animation: spinner 1s infinite linear;
        border-radius: 50%;
        height: 150px;
        margin: 0 auto 45px auto;
        width: 150px;
    }

    .handle-preloader .animation-preloader .txt-loading {
        text-align: center;
        user-select: none;
    }

        .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
            animation: letters-loading 4s infinite;
            content: attr(data-text-preloader);
            left: 0;
            opacity: 0;
            top: 0;
            position: absolute;
        }

        .handle-preloader .animation-preloader .txt-loading .letters-loading {
            font-family: 'DM Sans', sans-serif;
            ;
            letter-spacing: 15px;
            display: inline-block;
            position: relative;
            font-size: 70px;
            line-height: 70px;
            text-transform: uppercase;
        }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
                animation-delay: 0.2s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
                animation-delay: 0.4s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
                animation-delay: 0.6s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
                animation-delay: 0.8s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
                animation-delay: 1s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
                animation-delay: 1.2s;
            }

            .handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
                animation-delay: 1.4s;
            }

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    color: #ffffff;
}

    .handle-preloader .animation-preloader .txt-loading .letters-loading:before {
        color: #ffffff;
    }

.handle-preloader .animation-preloader .spinner {
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.5);
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%, 75%, 100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%, 50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}


.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.special_fonts {
    font-family: 'DM Sans', sans-serif;
}


figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

/** button **/


.theme-btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
   
    line-height: 24px;
    font-weight: 400;
    color: #fff !important;
    text-align: center;
    padding: 10px 15px;
    text-transform: capitalize;
    z-index: 1;
    box-shadow: 0px 30px 30px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: all 500ms ease;
}

    .theme-btn-one:hover {
        background: #241E2F;
    }

    .theme-btn-one:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        z-index: -1;
        transform: scale(0,0);
        background: #241E2F;
        transition: all 500ms ease;
    }

    .theme-btn-one:hover:before {
        transform: scale(1,1);
    }

.theme-btn-two {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 24px;
    color: #1488ea;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid #4e8bea;
    border-radius: 4px;
    padding: 9px 14px;
    z-index: 1;
}

    .theme-btn-two:hover {
        color: #fff;
        background: #4e8bea
    }

    .theme-btn-two:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
        transform: scale(0,0);
        z-index: -1;
        transition: all 500ms ease;
    }

    .theme-btn-two:hover:before {
        transform: scale(1,1);
    }

.row {
    --bs-gutter-x: 30px;
}

.pagination {
    position: relative;
    display: block;
}

    .pagination li {
        position: relative;
        display: inline-block;
        margin-right: 7px;
    }

        .pagination li:last-child {
            margin: 0px !important;
        }

        .pagination li a {
            position: relative;
            display: inline-block;
            font-size: 18px;
            ;
            height: 60px;
            width: 60px;
            line-height: 60px;
            background: #ffffff;
            font-family: 'Poppins', sans-serif;
            border: 1px solid #E5E5E5;
            text-align: center;
            color: #222;
            z-index: 1;
            border-radius: 50%;
            transition: all 500ms ease;
        }

            .pagination li a:hover,
            .pagination li a.current {
                box-shadow: 0px 15px 40px 10px rgba(0, 0, 0, 0.1);
                color: #fff;
            }

.sec-pad {
    padding: 80px 0px 80px 0px;
}

.mr-0 {
    margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 99;
}

    .scroll-to-top .visible {
        visibility: visible !important;
        opacity: 1 !important;
    }

    .scroll-to-top .scroll-top-inner {
        opacity: 0;
        visibility: hidden;
    }

    .scroll-to-top .scroll-top-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
        -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
        transition: all cubic-bezier(.4,0,.2,1) .4s;
    }

    .scroll-to-top .scroll-bar {
        width: 50px;
        height: 2px;
        margin-right: 10px;
        position: relative;
    }

        .scroll-to-top .scroll-bar:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: red;
        }

        .scroll-to-top .scroll-bar .bar-inner {
            position: absolute;
            top: 0;
            right: 0;
            height: 100%;
            background-color: black;
        }

    .scroll-to-top .scroll-bar-text {
        font-size: 24px;
        font-weight: 100;
        cursor: pointer;
        color: white;
        transition: all 500ms ease;
        background: #8f79b1;
        padding: 10px;
        border-radius: 100px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 32px;
    }

        .scroll-to-top .scroll-bar-text:hover {
            transform: scale(1.1);
        }



@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes diagonal-slide {
    from {
        top: 0;
        left: 0;
        animation-timing-function: linear;
    }

    20% {
        top: -5px;
        left: -5px;
        animation-timing-function: linear;
    }

    40% {
        top: 5px;
        left: -5px;
        animation-timing-function: linear;
    }

    60% {
        top: 5px;
        left: 5px;
        animation-timing-function: linear;
    }

    80% {
        top: -5px;
        left: 5px;
        animation-timing-function: linear;
    }

    to {
        top: 0;
        left: 0;
        animation-timing-function: linear;
    }
}



.sec-title {
    position: relative;
    display: block;
}

    .sec-title .sub-title {
        position: relative;
        display: inline-block;
        font-size: 30px;
        line-height: 30px;
        ;
        margin-bottom: 12px;
    }

    .sec-title h2 {
        font-size: 31px;
        padding-bottom: 0;
        margin-bottom: 10px;
        position: relative;
        background: #15cc3b;
        color: #FFF;
        display: inline-block;
        padding: 4px 20px 6px;
        border-radius: 40px;
        line-height: 38px;
    }

    .sec-title.light h2 {
        color: #fff;
    }

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav {
    display: none !important;
}





/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    
    width: 100%;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.03);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/*** Search Popup ***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.80);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

    .search-popup.popup-visible {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        visibility: visible;
        opacity: 1;
    }

    .search-popup .popup-inner {
        width: 100%;
        background: #fff;
        height: 100%;
    }

    .search-popup .upper-box {
        position: relative;
        padding: 70px 70px;
        z-index: 1;
    }

        .search-popup .upper-box .logo-box {
            max-width: 149px;
        }

    .search-popup .overlay-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
    }

    .search-popup .close-search {
        position: relative;
        font-size: 22px;
        color: #141417;
        cursor: pointer;
        z-index: 5;
        top: 11px;
        transition: all 500ms ease;
    }

        .search-popup .close-search:hover {
            color: red;
        }

    .search-popup .search-form {
        position: relative;
        width: 100%;
        padding: 100px 0px 250px 0px;
    }

        .search-popup .search-form .form-group {
            position: relative;
            margin: 0px;
        }

        .search-popup .search-form fieldset input[type="search"] {
            position: relative;
            height: 90px;
            padding: 20px 0px;
            background: #ffffff;
            line-height: 30px;
            font-size: 20px;
            color: #808080;
            border: none;
            font-weight: 400;
            border-radius: 0px;
            padding-right: 50px;
            border-bottom: 1px solid #e5e5e5;
        }

        .search-popup .search-form fieldset button[type="submit"] {
            position: absolute;
            top: 30px;
            right: 0px;
            font-size: 22px;
            color: #141417;
            cursor: pointer;
            transition: all 500ms ease;
        }

        .search-popup .search-form fieldset input[type="search"]:focus {
            border-color: #141417;
        }

    .search-popup .form-control:focus {
        box-shadow: none !important;
    }

/** header-top **/

.header-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 70px;
    background: #241E2F;
    border-radius: 0px 0px 100px 100px;
}

.header-top .info li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding-left: 25px;
    font-weight:500
}

    .header-top .info li i {
        position: relative;
        left: 0px;
        top: 1px;
        font-weight: 400;
        margin-right: 9px;
    }

    .header-top .info li a {
        position: relative;
        display: inline-block;
        color: #fff;
        ;
    }

        .header-top .info li a:hover {
        }

.header-top .top-right {
    position: relative;
    display: flex;
    align-items: center;
}

    .header-top .top-right .login {
        position: relative;
        padding-right: 28px;
        margin-right: 30px;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        ;
    }

        .header-top .top-right .login a {
            position: relative;
            display: inline-block;
            line-height: 70px;
            color: #fff;
            ;
        }

            .header-top .top-right .login a:hover {
            }

.header-top .social-links li {
    position: relative;
    display: inline-block;
  
}

    .header-top .social-links li:last-child {
        margin: 0px !important;
    }

    .header-top .social-links li a {
        font-size: 14px;
        display: inline-block;
        margin-left: 5px;
        height: 32px;
        width: 32px;
        background: #15cc3b;
        text-align: center;
        line-height: 34px;
        border-radius: 50%;
        color: #fff;
    }

        .header-top .social-links li a:hover {
        }

.header-lower .theme-btn-one {
    line-height: 23px;
    font-weight: 400;
    padding: 5px 13px;
}



/** header-lower **/


.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0;
}

    .main-header .outer-box .logo-box {
        position: relative;
        padding: 0px 0px;
    }

       

            .main-header .outer-box .logo-box .logo img {
                width: 100%;
            }

.main-header .menu-right-content {
    position: relative;
    display: flex;
    align-items: center;
}

    .main-header .menu-right-content .search-box-outer {
        position: relative;
        display: inline-block;
        margin-right: 30px;
        font-size: 18px;
        line-height: 16px;
        color: #222222;
        cursor: pointer;
        transition: all 500ms ease;
    }

        .main-header .menu-right-content .search-box-outer:hover {
        }

    .main-header .menu-right-content .btn-box a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        color: #222222;
        font-weight: 600;
        text-transform: capitalize;
        border: 1px solid #E5E5E5;
        border-radius: 30px;
        padding: 12px 38px;
        z-index: 1;
    }

        .main-header .menu-right-content .btn-box a:hover {
            color: #fff;
        }

        .main-header .menu-right-content .btn-box a:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            border-radius: 30px;
            transform: scale(0,0);
            z-index: -1;
            transition: all 500ms ease;
        }

        .main-header .menu-right-content .btn-box a:hover:before {
            transform: scale(1,1);
        }


/** main-menu **/

.main-menu {
    float: left;
}

    .main-menu .navbar-collapse {
        padding: 0px;
        display: block !important;
    }

    .main-menu .navigation {
        margin: 0px;
    }

        .main-menu .navigation > li {
            position: inherit;
            float: left;
            z-index: 2;
            margin: 0px 0px;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .main-menu .navigation > li:last-child {
                margin-right: 0px !important;
            }

            .main-menu .navigation > li:first-child {
                margin-left: 0px !important;
            }

            .main-menu .navigation > li > a {
                display: block;
                font-weight: 500;
                padding: 16px 25px;
                position: relative;
                font-size: 21px;
                border-radius: 37px;
                background: transparent;
                transition: .5s !important;
                position: relative;
                color: #000;
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
            }

            .main-menu .navigation > li.dropdown > a {
                padding-right: 17px;
            }

            .main-menu .navigation > li.current > a,
            .main-menu .navigation > li:hover > a {
            }

            .main-menu .navigation > li.dropdown > a:before {
                position: absolute;
                content: "\f107";
                font-family: 'fontawesome';
                top: 19px;
                right: 4px;
                transition: all 500ms ease;
                font-weight: 100;
                font-size: 13px;
            }

            .main-menu .navigation > li > ul,
            .main-menu .navigation > li > .megamenu {
                position: absolute;
                left: inherit;
                top: 100%;
                width: 230px;
                margin-top: 15px;
                padding: 10px 0px;
                z-index: 100;
                background: #081056;
                display: none;
                opacity: 0;
                visibility: hidden;
                border-radius: 0px;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

            .main-menu .navigation > li > .megamenu {
                background: #241E2F;
            }

                .main-menu .navigation > li > .megamenu a {
                    display: inline-block !important;
                }

            .main-menu .navigation > li > ul.from-right {
                left: auto;
                right: 0px;
            }

            .main-menu .navigation > li > ul > li {
                position: relative;
                width: 100%;
            }

                .main-menu .navigation > li > ul > li > a,
                .main-menu .navigation > li > .megamenu li > a {
                    position: relative;
                    display: block;
                    padding: 10px 30px;
                    line-height: 24px;
                    ;
                    font-size: 16px;
                    text-transform: capitalize;
                    color: #fff;
                    text-align: left;
                    transition: all 500ms ease;
                    -moz-transition: all 500ms ease;
                    -webkit-transition: all 500ms ease;
                    -ms-transition: all 500ms ease;
                    -o-transition: all 500ms ease;
                }

                .main-menu .navigation > li > ul > li > a {
                    border-bottom: 1px solid rgba(255,255,255,0.1);
                }

            .main-menu .navigation > li > .megamenu li > a {
                padding-left: 0px;
                padding-right: 0px;
            }

            .main-menu .navigation > li > .megamenu h4 {
                display: block;
                font-size: 20px;
                line-height: 30px;
                color: #ffffff;
            }

            .main-menu .navigation > li > ul > li > a:hover,
            .main-menu .navigation > li > .megamenu li > a:hover {
            }

            .main-menu .navigation > li > ul > li:last-child > a,
            .main-menu .navigation > li > .megamenu li:last-child > a {
                border-bottom: none;
            }

            .main-menu .navigation > li > ul > li.dropdown > a:after {
                font-family: 'Font Awesome 5 Pro';
                content: "\f105";
                position: absolute;
                right: 20px;
                top: 10px;
                display: block;
                line-height: 24px;
                font-size: 16px;
                font-weight: 800;
                text-align: center;
                z-index: 5;
            }

            .main-menu .navigation > li > ul > li > ul {
                position: absolute;
                left: 100%;
                top: 0%;
                margin-top: 15px;
                width: 230px;
                z-index: 100;
                display: none;
                border-radius: 0px;
                padding: 10px 0px;
                background: #241E2F;
                transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
            }

                .main-menu .navigation > li > ul > li > ul.from-right {
                    left: auto;
                    right: 0px;
                }

                .main-menu .navigation > li > ul > li > ul > li {
                    position: relative;
                    width: 100%;
                }

                    .main-menu .navigation > li > ul > li > ul > li:last-child {
                        border-bottom: none;
                    }

                    .main-menu .navigation > li > ul > li > ul > li > a {
                        position: relative;
                        display: block;
                        padding: 10px 30px;
                        line-height: 24px;
                        ;
                        font-size: 16px;
                        text-transform: capitalize;
                        color: #fff;
                        border-bottom: 1px solid rgba(255,255,255,0.1);
                        text-align: left;
                        transition: all 500ms ease;
                        -moz-transition: all 500ms ease;
                        -webkit-transition: all 500ms ease;
                        -ms-transition: all 500ms ease;
                        -o-transition: all 500ms ease;
                    }

                    .main-menu .navigation > li > ul > li > ul > li:last-child > a {
                        border-bottom: none;
                    }

                    .main-menu .navigation > li > ul > li > ul > li > a:hover {
                    }

                    .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
                        font-family: 'Font Awesome 5 Pro';
                        content: "\f105";
                        position: absolute;
                        right: 20px;
                        top: 12px;
                        display: block;
                        line-height: 24px;
                        font-size: 16px;
                        font-weight: 900;
                        z-index: 5;
                    }

            .main-menu .navigation > li.dropdown:hover > ul,
            .main-menu .navigation > li.dropdown:hover > .megamenu {
                visibility: visible;
                opacity: 1;
                margin-top: 0px;
                top: 100%;
            }

        .main-menu .navigation li > ul > li.dropdown:hover > ul {
            visibility: visible;
            opacity: 1;
            top: 0%;
            margin-top: 0px;
        }

        .main-menu .navigation li.dropdown .dropdown-btn {
            position: absolute;
            right: -32px;
            top: 66px;
            width: 34px;
            height: 30px;
            text-align: center;
            font-size: 18px;
            line-height: 26px;
            color: #3b3b3b;
            cursor: pointer;
            display: none;
            z-index: 5;
            transition: all 500ms ease;
        }

        .main-menu .navigation li.current.dropdown .dropdown-btn,
        .main-menu .navigation li:hover .dropdown-btn {
        }

        .main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
            display: none;
        }

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
}

    .menu-area .mobile-nav-toggler .icon-bar {
        position: relative;
        height: 2px;
        width: 25px;
        display: block;
        margin-bottom: 5px;
        background-color: #31026b;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .menu-area .mobile-nav-toggler .icon-bar:nth-child(2) {
            width: 20px;
            margin-left: 5px
        }

        .menu-area .mobile-nav-toggler .icon-bar:last-child {
            margin-bottom: 0px;
        }

.sticky-header .main-menu .navigation > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .sticky-header .main-menu .navigation > li > a:before {
        top: 25px;
    }

.sticky-header .logo-box {
    padding: 12px 0px 20px 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

    .mobile-menu .navbar-collapse {
        display: block !important;
    }

    .mobile-menu .nav-logo {
        position: relative;
        padding: 15px 25px;
        text-align: left;
        padding-bottom: 28px;
        background: #fff;
    }

.mobile-menu-visible {
    overflow: hidden;
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
    }

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #165880;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.10);
    }

    .mobile-menu .navigation:last-child {
        border-bottom: 1px solid rgba(255,255,255,0.10);
    }

    .mobile-menu .navigation li > ul > li:first-child {
        border-top: 1px solid rgba(255,255,255,0.10);
    }

    .mobile-menu .navigation li > a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 10px 25px;
        font-size: 15px;
        ;
        color: #ffffff;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .mobile-menu .navigation li ul li > a {
        font-size: 16px;
        margin-left: 20px;
        text-transform: capitalize;
    }

    .mobile-menu .navigation li > a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        border-left: 5px solid #fff;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .mobile-menu .navigation li.current > a:before {
        height: 100%;
    }

    .mobile-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        right: 6px;
        top: 6px;
        width: 32px;
        height: 32px;
        text-align: center;
        font-size: 16px;
        line-height: 32px;
        color: #ffffff;
        background: rgba(255,255,255,0.10);
        cursor: pointer;
        border-radius: 2px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 5;
    }

        .mobile-menu .navigation li.dropdown .dropdown-btn.open {
            color: #ffffff;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .mobile-menu .navigation li > ul,
    .mobile-menu .navigation li > ul > li > ul,
    .mobile-menu .navigation > li.dropdown > .megamenu {
        display: none;
    }

.mobile-menu .social-links {
    position: relative;
    padding: 0px 25px;
}

    .mobile-menu .social-links li {
        position: relative;
        display: inline-block;
        margin: 0px 10px 10px;
    }

        .mobile-menu .social-links li a {
            position: relative;
            line-height: 32px;
            font-size: 16px;
            color: #ffffff;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .mobile-menu .social-links li a:hover {
            }

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 40px 30px 20px 30px;
}

    .mobile-menu .contact-info h4 {
        position: relative;
        font-size: 20px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .mobile-menu .contact-info ul li {
        position: relative;
        display: block;
        font-size: 15px;
        color: rgba(255,255,255,0.80);
        margin-bottom: 3px;
    }

        .mobile-menu .contact-info ul li a {
            color: rgba(255,255,255,0.80);
        }

            .mobile-menu .contact-info ul li a:hover {
            }

        .mobile-menu .contact-info ul li:last-child {
            margin-bottom: 0px;
        }

.main-header .outer-box {
    position: relative;
}

.nice-select {
    position: relative;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 38px;
    padding: 0px 10px !important;
    color: #000000;
    height: auto;
    border: 1px solid #15cc3b;
}

    .nice-select:after {
        width: 6px;
        height: 6px;
        right: 10px;
        border-bottom: 2px solid #494949;
        border-right: 2px solid #353535;
    }

.tabs-box .tab {
    position: relative;
    display: none;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

    .tabs-box .tab.active-tab {
        display: block;
    }

.tabs-box .tab {
    transform: scale(0.99,0.99) translateX(0px);
}

    .tabs-box .tab.active-tab {
        transform: scale(1) translateX(0px);
    }



/** shine-animation **/


.starshine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.shine {
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    width: 893px;
    height: 893px;
    -webkit-animation: glitter 6s linear 0s infinite normal;
    animation: glitter 6s linear 0s infinite normal;
    text-indent: -9999px;
}

    .shine.shine-1 {
        background-image: url(../images/shape/shape-1.png);
        left: -350px;
        bottom: -350px;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .shine.shine-2 {
        background-image: url(../images/shape/shape-1.png);
        top: -400px;
        left: 400px;
        -webkit-animation-delay: 3s;
        animation-delay: 3s;
    }

@-webkit-keyframes glitter {
    0% {
        -webkit-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1) rotate(360deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.3) rotate(720deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
}

@keyframes glitter {
    0% {
        -webkit-transform: scale(0.3) rotate(0deg);
        transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }

    25% {
        -webkit-transform: scale(1) rotate(360deg);
        transform: scale(1) rotate(360deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(0.3) rotate(720deg);
        transform: scale(0.3) rotate(720deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(0.3) rotate(0deg);
        transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
}

@-moz-keyframes glitter {
    0% {
        -moz-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }

    25% {
        -moz-transform: scale(1) rotate(360deg);
        opacity: 1;
    }

    50% {
        -moz-transform: scale(0.3) rotate(720deg);
        opacity: 0;
    }

    100% {
        -moz-transform: scale(0.3) rotate(0deg);
        opacity: 0;
    }
}

.bg-color-1 {
    background: #F2F2F2;
}
.bg-color-3 {
    background: #d1d1d1;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.bg-color-2 {
    background: #32016e;
}

.nav-style-one .owl-nav button {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 66px;
    background: #fff;
    font-size: 18px;
    color: #222;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    transition: all 500ms ease;
}

    .nav-style-one .owl-nav button:hover {
        color: #fff;
    }

.default-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

    .default-form .form-group:last-child {
        margin-bottom: 0px;
    }

    .default-form .form-group input[type='text'],
    .default-form .form-group input[type='email'],
    .default-form .form-group input[type='number'],
    .default-form .form-group input[type='password'],
    .default-form .form-group .nice-select,
    .default-form .form-group textarea {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        border: 2px solid #15cc3b;
        border-radius: 5px;
        font-size: 16px;
        color: #6E6E6E;
        padding: 10px 20px;
        text-align: left;
        transition: all 500ms ease;
    }

    .default-form .form-group textarea {
        resize: none;
    }

        .default-form .form-group input:focus,
        .default-form .form-group textarea:focus {
        }


/** main-footer **/

.main-footer {
    position: relative;
    background: #32016e;
}

    .main-footer .widget-section {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 50px 0px 10px 0px;
    }

    .main-footer .logo-widget {
        position: relative;
        margin-top: -14px;
    }

        .main-footer .logo-widget .footer-logo {
            position: relative;
            max-width: 184px;
            margin-bottom: 32px;
        }

            .main-footer .logo-widget .footer-logo img {
                width: 100%;
            }

        .main-footer .logo-widget .text p {
            color: #fff;
            margin-bottom: 26px;
        }

            .main-footer .logo-widget .text p:last-child {
                margin-bottom: 0px;
            }

    .main-footer .widget-title {
        position: relative;
        display: block;
        margin-bottom: 10px;
    }

        .main-footer .widget-title h3 {
            font-size: 24px;
            line-height: 28px;
            color: #fff;
            font-weight: 600;
        }

    .main-footer .links-widget .links-list li {
        position: relative;
        display: block;
        margin-bottom: 3px;
    }

        .main-footer .links-widget .links-list li:last-child {
            margin-bottom: 0px;
        }

        .main-footer .links-widget .links-list li a {
            display: inline-block;
            color: #fff;
            line-height: 20px;
           
            padding-left: 20px
        }

            .main-footer .links-widget .links-list li a:before {
                content: "\f105";
                position: absolute;
                left: 0;
                font-family: FontAwesome
            }

            .main-footer .links-widget .links-list li a:hover {
            }

    .main-footer .contact-widget .widget-content p {
        display: block;
        color: #fff !important;
        margin-bottom: 22px;
    }

    .main-footer .contact-widget .info-list li {
        position: relative;
        display: block;
        color: #fff !important;
        padding-left: 47px;
        margin-bottom: 12px;
        line-height: 22px;
        display: flex;
        align-items: center;
        min-height: 43px;
    }

        .main-footer .contact-widget .info-list li:last-child {
            margin-bottom: 0px;
        }

        .main-footer .contact-widget .info-list li i {
            position: absolute;
            left: 0px;
            top: 8px;
            font-size: 14px;
        }

        .main-footer .contact-widget .info-list li:first-child i {
            font-size: 21px;
            top: 5px;
        }

        .main-footer .contact-widget .info-list li:last-child i {
            font-size: 18px;
            top: 6px;
        }

        .main-footer .contact-widget .info-list li a {
            display: inline-block;
            color: #fff !important;
        }

            .main-footer .contact-widget .info-list li a:hover {
            }

    .main-footer .pattern-layer .pattern-1 {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 373px;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .main-footer .pattern-layer .pattern-2 {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 373px;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

.footer-bottom {
    position: relative;
    display: block;
    background: #041234;
    padding: 2px 0px;
}

    .footer-bottom p,
    .footer-bottom a {
        color: #fff !important;
       
    }

        .footer-bottom a:hover {
        }

/** header-style-two **/

.header-style-two .header-top {
    background: #081056;
    position: relative;
    z-index: 10;
    border-radius: 0 0 0 50px;
    padding: 6px 0 6px 30px;
    color: #FFF;
    z-index: 1;
    font-size: 18px;
    font-weight: 500;
}
.header-top:after {
    position: absolute;
    left: 0;
    width: 500%;
    height: 100%;
    content: "";
    background: #081056;
    top: 0;
    z-index: -1;
    border-radius: 0 0 0 50px;
}

    .header-style-two .header-top .top-right .login a {
        line-height: 50px;
    }

.header-style-two.main-header .menu-right-content .btn-box a {
    box-shadow: none;
}

    .header-style-two.main-header .menu-right-content .btn-box a:hover {
        background: #241E2F;
        border-color: #241E2F;
    }

.parallax-bg {
    position: absolute;
    left: 0px;
    top: -30%;
    width: 100%;
    height: 150%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
}

.owl-dots-one .owl-dots .owl-dot span {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0px 5px;
    cursor: pointer;
    transition: all 500ms ease;
}

.owl-dots-one .owl-dots .owl-dot.active span,
.owl-dots-one .owl-dots .owl-dot:hover span {
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .acc-content {
    display: none;
}


/** footer-style-two **/

.main-footer.alternat-2 {
    background: #061740;
}



    

    .main-footer.alternat-2 .widget-title h3 {
        color:#15cc3b;
        font-weight:500
    }

   

        .main-footer.alternat-2 .links-widget .links-list li a:hover {
        }

    .main-footer.alternat-2 .contact-widget .widget-content p,
    .main-footer.alternat-2 .contact-widget .info-list li,
    .main-footer.alternat-2 .contact-widget .info-list li a,
    .main-footer.alternat-2 .footer-bottom p,
    .main-footer.alternat-2 .footer-bottom p a {
        color: #6E6E6E;
    }

        .main-footer.alternat-2 .contact-widget .info-list li a:hover {
        }

    .main-footer.alternat-2 .pattern-layer .pattern-2 {
        width: 625px;
    }

   

        .main-footer.alternat-2 .footer-bottom p a:hover {
        }


/** header-style-three **/

.header-style-three .header-lower {
    position: absolute;
    left: 70px;
    top: 50px;
    width: calc(100% - 140px);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(7.5px);
    border-radius: 10px;
}

.header-style-three .outer-container {
    position: relative;
    padding: 0px 50px;
}

.header-style-three .header-lower .main-menu .navigation > li > a {
    color: #fff;
}

.header-style-three .main-menu .navigation > li.current > a,
.header-style-three .main-menu .navigation > li:hover > a {
}

.header-style-three .header-lower .menu-right-content .search-box-outer {
    color: #fff;
}

.header-style-three .menu-right-content .cart-box a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #fff;
}

    .header-style-three .menu-right-content .cart-box a:hover {
    }

.header-style-three .menu-right-content .cart-box {
    margin-right: 30px;
}

.header-style-three .menu-right-content .theme-btn-one:hover {
    background: #17141F !important;
}

.header-style-three .menu-right-content .theme-btn-one:before {
    display: none;
}

.list-style-one li {
    position: relative;
    display: block;
    line-height: 18px;
    padding-left: 27px;
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: 500;
}

    .list-style-one li:last-child {
        margin-bottom: 0px;
    }

    .list-style-one li:before {
        position: absolute;
        content: '\f058';
        font-family: 'FontAwesome';
        font-size: 16px;
        left: 0px;
        top: 0px;
        font-weight: 100;
    }

.faq-page-section .accordion-box .accordion {
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}


.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    position: absolute;
    background: transparent;
    padding: 0px 0px;
    right: -18px;
    top: 4px;
    border-radius: 0px;
    border: none !important;
    z-index: 1;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up {
    position: absolute;
    background: transparent;
    padding: 0px 0px;
    right: -18px;
    top: 17px;
    border: none !important;
    margin-top: 0px;
    border-radius: 0px;
    z-index: 1;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
    content: "\f107";
    font-size: 18px;
    font-style: normal;
    color: #b3b3b3;
    font-family: 'Font Awesome 5 pro';
    font-weight: 400;
    transition: all 500ms ease;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
    content: "\f106";
    font-size: 18px;
    font-style: normal;
    color: #b3b3b3;
    font-weight: 400;
    font-family: 'Font Awesome 5 pro';
    transition: all 500ms ease;
}

.bootstrap-touchspin .glyphicon-chevron-up:hover:before,
.bootstrap-touchspin .glyphicon-chevron-down:hover:before {
}

.bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
}

    .bootstrap-touchspin .input-group-btn-vertical i {
        top: 0px;
        left: 7px;
        font-size: inherit !important;
    }

    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        margin-top: 0px;
    }

.default-form input[type='text'],
.default-form input[type='email'],
.default-form input[type='tel'],
.default-form input[type='password'],
.default-form textarea {
    position: relative;
    width: 100%;
    height: 50px;
    background: #fff;
    font-size: 15px;
    color: #6E6E6E;
    padding: 15px 20px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    border-radius: 30px;
}

    .default-form input:focus,
    .default-form textarea:focus {
    }

.elements-page .owl-carousel .owl-stage-outer {
    overflow: visible;
}

    .elements-page .owl-carousel .owl-stage-outer .owl-item {
        opacity: 0;
    }

        .elements-page .owl-carousel .owl-stage-outer .owl-item.active {
            opacity: 1;
        }

.chooseus-style-two .bg-layer {
    background-position: right center;
}

.team-details .progress-box .count-text {
    right: 0px;
}

.header-tabs {
    margin-bottom: -35px
}

@media(max-width:991px) {
    .header-tabs {
        margin-bottom: -8px;
    }

    figure.logo {
        margin: 9px 0;
        max-width: 193px;
    }
}

@media (max-width: 330px) {
    figure.logo {
        max-width: 125px;
    }
}

@media (max-width: 450px) {
    .nav-tabs .nav-link {
        font-size: 11px !important;
        padding: 7px 10px !important;
    }

    .nice-select, .booking-section .form-inner .form-group input[type='text'], .booking-section .form-inner .form-group input[type='email'], .booking-section .form-inner select[type='option'] {
       
       
        font-weight: 500;
     
    }


        .nav-tabs .nav-link i {
            display: none
        }
}




.text-orange {
    color: #15cc3b
}
.text-yellow {
    color: #fbd50e
}

.text-cyan {
    color: #FFF
}

.tab-content {
    /* background: linear-gradient(179deg,rgb(50 1 110) 0,rgb(79 9 165 / 0%) 100%) 0 0;*/
    padding: 10px 0;
    min-height: 105px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: #32016E;
    color: #FFF;
    border: 0;
}

.nav-tabs .nav-link {
    background: #109cf0;
    border: 0;
    margin-right: 1px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.tabe-pane {
    color: #FFF
}


.booking-section {
    position: relative;
    z-index: 2
}

    .booking-section .inner-container {
        position: relative;
        display: block;
        background: #241E2F;
        padding: 70px 110px 80px 110px;
        border-radius: 10px;
        margin-bottom: -170px;
        z-index: 1;
    }

    .main-banner h2 {
        position: relative;
        display: block;
        font-size: 50px;
        line-height: 50px;
        color: #fff;
        font-weight: 500;
       
       
    }



    .booking-section .form-inner .form-group {
        position: relative;
        margin: 0px;
        padding: 0px 3px;
    }

    .booking-section .form-inner form {
        position: relative;
        margin: 0px 5px;
    }

        .booking-section .form-inner form label {
            color: #000;
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
        }

.booking-section .form-inner .form-group input[type='text'],
.booking-section .form-inner .form-group input[type='email'],
.booking-section .form-inner select[type='option'] {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    background: #FFF;
    border: 1px solid #15cc3b;
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 16px;
    transition: all 500ms ease;
}

    .booking-section .form-inner .nice-select {
        background: #FFF;
        border-radius: 4px;
        width: 100%;
    }

    .booking-section .form-inner .form-group input:focus {
    }

    .booking-section .form-inner .message-btn {
        top: 0px;
        right: 0px;
    }

        .booking-section .form-inner .message-btn .theme-btn-one {
            padding: 8px 15px;
        }



.main-tabs {
    position: relative;
    z-index: 999
}

.form-inner {
    background: rgb(235 255 253 / 10%);
    padding: 6px 20px 11px;
    border-radius: 6px;
    border: 1px solid rgb(255 255 255 / 20%);
}

.gauranteed {
    background: #4120bb;
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: 400;
}

.main-banner {
    
    position: relative;
    min-height:495px
}

.alternate-banner {
}



@media(max-width:575px) {
    .main-banner {
        padding-bottom: 17vw
    }

    .chooseus-section .outer-box {
        padding: 15px 15px !important;
    }
}

@media(max-width:991px) {
    .chooseus-section .bg-layer {
        width: 100% !important
    }
}

.owl-dots {
    text-align: center
}

.plane div {
    background: url(/assets/images/plane.png) no-repeat right bottom;
    width: 100%;
    height: 155px;
    background-size: 100%;
    position: relative;
    top: 3px;
}

.plane {
    position: relative;
    background: #f5fafb
}

.sorting-section {
    min-height: 74px;
    border-radius: 6px;
    font-size: 13px
}

.login a {
    color: #000;
    
}

.rating span {
    background: #32016e;
    color: #FFF;
    width: 20px;
    height: 20px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 600;
}
.rating p{
    margin-bottom:0
}
.rating i {
    color: #ffc20c !important;
    font-weight: 600
}

.sorting-section .form-inner form label {
    color: inherit;

    font-size: 15px;
    line-height: 24px;
}

.sorting-section .form-inner .nice-select {
    background: #e7e7e7;
    border-radius: 4px;
    width: 100%;
}

.sorting-section .nice-select {
    height: 33px;
    line-height: 30px;
    line-height: 33px;
}

.average span {
    font-size: 12px;
   
    font-weight: 500;
}

.average h5 {
    color: #0c7ec3
}

.average p {
    color: #0c7ec3
}

.booking-section .form-inner .drop-off .select-box:nth-child(2) .nice-select, .booking-section .form-inner .pick-up .select-box:nth-child(2) .nice-select {
    border-radius: 0px;
}

.booking-section .form-inner .drop-off .select-box:nth-child(1) .nice-select, .booking-section .form-inner .pick-up .select-box:nth-child(1) .nice-select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.booking-section .form-inner .drop-off .select-box:nth-child(3) .nice-select, .booking-section .form-inner .pick-up .select-box:nth-child(3) .nice-select {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}



.main-banner .tab-btns li {
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    padding: 0px 8px;
    border-radius: 4px 4px 0 0;
    line-height: 22px;
    cursor: pointer;
    background: #15cc3b;
    margin-right: -3px;
    
}

.main-banner .tab-btn-box .tab-btns li.active-btn {
    background: #795c9d;
}

.mask-box {
    background: rgb(85 58 135);
    color: #FFF;
    padding: 0px 10px;
    border-radius: 3px;
}

.input-group-text {
    display: flex;
    align-items: center;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #a7a7a7;
    text-align: center;
    white-space: nowrap;
    background: none;
    border: none;
    border-radius: 0.375rem;
    position: absolute;
    right: -7px;
    top: 5px;
}

.date-time .input-group:nth-child(2) input {
    border-left: 1px solid #c9c9c9 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    min-width: 130px;
}

.date-time .input-group:nth-child(1) input {
    min-width: 110px;
}

@media(min-width:1100px) {
    .desktop-version .drop-off, .desktop-version .pick-up {
        max-width: 290px
    }

    .booking-section .desktop-version .theme-btn-one {
        min-width: 100px !important
    }
}

@media(max-width:1200px) and (min-width:768px) {
    .desktop-version .drop-off, .desktop-version .pick-up {
        max-width: 260px
    }

    .booking-section .desktop-version .theme-btn-one {
        min-width: 170px !important
    }
}

.input-group.date .form-control:focus {
    box-shadow: none
}

.search-result li {
    float: left;
    padding-right: 20px;
  font-weight:500;
    position: relative;
    font-size:14px
}

    .search-result li span {
        color: #0ce739;
        font-weight: 400
    }

    .search-result li:after {
        content: "\f105";
        position: absolute;
        right: 7px;
        font-family: FontAwesome;
        font-size: 15px;
        font-weight: 100;
        color: #ccc;
    }

    .search-result li:last-child:after {
        display: none
    }

.customer h6 {
    color: #FFF;
    
}

.customer-icon {
    background: #15cc3b;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: auto;
    margin-bottom: 15px;
    line-height: 100px
}

/*Form POPUP Loader*/

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 85%);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    padding-bottom: 150px
}

/* Style for the modal content */
.modal-content {
    background: #11bd4f url(/assets/images/bannerbg-1.png);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Style for the animated loader */
/* #loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
} */

/* Style for the progress bar */
#progress-bar {
    width: 100%;
    height: 20px;
    background-color: #ddd;
    border-radius: 5px;
    margin-top: 15px;
    overflow: hidden;
}

#progress-fill {
    height: 100%;
    background-color: #496aeb;
    width: 0;
    border-radius: 0px;
    transition: width 0.3s ease-in-out;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-content p {
    color: #FFF
}

.bg-purple {
    background: #492b8f !important
}

/* template-color */

.handle-preloader {
    background: #15cc3b;
}

.preloader-close {
    color: #15cc3b;
}

.header-top .info li a:hover {
    color: #15cc3b;
}

.header-top .top-right .login a:hover {
    color: #15cc3b;
}

.header-top .social-links li a:hover {
    color: #fff;
    /* background: transparent linear-gradient(90deg, #f07d00 0%, #f3525a 100%) 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient(61deg, #0092d0 0%, #00ff26 100%) 0% 0% no-repeat padding-box;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    color: #15cc3b;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover {
    color: #15cc3b;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: #15cc3b;
}

.main-menu .navigation > li > ul {
    border-top: 3px solid #15cb3b;
}

    .main-menu .navigation > li > ul > li > ul {
        border-top: 3px solid #15cb3b;
    }

.main-header .menu-right-content .search-box-outer:hover {
    color: #15cc3b;
}

.main-header .menu-right-content .btn-box a:hover {
    background: #15cc3b;
    border-color: #15cc3b;
}

.main-header .menu-right-content .btn-box a:before {
    background: #15cc3b;
}

.banner-carousel .content-inner span {
    color: #15cc3b;
}

.banner-carousel .owl-nav button:hover {
    background: #15cc3b;
}

.theme-btn-one {
    background: #15cc3b;
}



.header-top .info li i {
    color: #15cc3b;
}

.feature-block-one .inner-box .lower-content .icon-box {
    background: #15cc3b;
}

.feature-block-one .inner-box .lower-content h3 a:hover {
    color: #15cc3b;
}

.image_block_one .image-box .video-btn a {
    background: #15cc3b;
}



.content_block_one .content-box .inner-box .single-item .icon-box {
    color: #15cc3b;
}

.service-block-one .inner-box .icon-box {
    background: #15cc3b;
}

.content_block_two .content-box .inner-box .single-item .icon-box {
    border: 1px solid #fff;
}

.chooseus-section .outer-box {
    background: #15cc3b;
}

.project-block-one .inner-box .content-box .view-btn a {
    background: #15cc3b;
}

.project-block-one .inner-box .content-box h3 a:hover {
    color: #15cc3b;
}

.projects-section .owl-theme .owl-dots .owl-dot span {
    background: #15cc3b;
}

.projects-section .owl-theme .owl-dots .owl-dot.active span,
.projects-section .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #15cc3b;
}

.testimonial-block-one .inner-box .icon-box {
    background: #15cc3b;
}

.nav-style-one .owl-nav button:hover {
    background: #15cc3b;
}

.working-block-one .inner-box .count-text h3 {
    background: #15cc3b;
}

    .working-block-one .inner-box .count-text h3:before {
        border: 2px dashed #15cc3b;
    }

.funfact-block-one .inner-box .count-outer {
    color: #15cc3b;
}

.progress-box .bar-inner {
    background: #15cc3b;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus {
    border-color: #15cc3b !important;
}

.news-block-one .inner-box .image-box .image {
    background: #15cc3b;
}

.news-block-one .inner-box .image-box h2 {
    background: #15cc3b;
}

.news-block-one .inner-box .lower-content h3 a:hover {
    color: #15cc3b;
}

.news-block-one .inner-box .post-info li a:hover {
    color: #15cc3b;
}

.news-block-one .inner-box .lower-content .post-info li i {
    color: #15cc3b;
}

.main-footer .links-widget .links-list li a:hover {
    color: #15cc3b;
}

.main-footer .contact-widget .info-list li i {
    color: #ffffff;
    background: #15cc3b;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    text-align: center;
    line-height: 31px;
}

.main-footer .contact-widget .info-list li a:hover {
    color: #15cc3b;
}

.footer-bottom a:hover {
    color: #15cc3b;
}

.header-style-two.main-header .menu-right-content .btn-box a {
    border: 1px solid #15cc3b;
}

.feature-block-two .inner-box .icon-box {
    background: #15cc3b;
}

.feature-block-two .inner-box h3 a:hover {
    color: #15cc3b;
}

.feature-block-two .inner-box:hover .icon-box {
    color: #15cc3b;
}

.image_block_two .image-box .image-content h2 {
    color: #15cc3b;
}

.content_block_five .content-box .inner-box .single-item .icon-box {
    color: #15cc3b;
}

.service-block-two .inner-box .lower-content .icon-box {
    background: #15cc3b;
}

.service-block-two .inner-box .lower-content h3 a:hover {
    color: #15cc3b;
}

.cta-section .inner-box h2 span {
    color: #15cc3b;
}

.cta-section .inner-box h3 a:hover {
    color: #15cc3b;
}

.owl-dots-one .owl-dots .owl-dot span {
    background: #15cc3b !important;
}

.owl-dots-one .owl-dots .owl-dot.active span,
.owl-dots-one .owl-dots .owl-dot:hover span {
    border-color: #15cc3b;
}

.accordion-box .accordion .acc-btn.active .icon-box:before {
    color: #15cc3b;
}

.project-block-two .inner-box h3 a:hover {
    color: #15cc3b;
}

.news-block-two .inner-box .lower-content .post-date {
    color: #15cc3b;
}

.news-block-two .inner-box .lower-content h3 a:hover {
    color: #15cc3b;
}

.news-block-two .inner-box .lower-content .post-info li i {
    color: #15cc3b;
}

.news-block-two .inner-box .lower-content .post-info li a:hover {
    color: #15cc3b;
}

.subscribe-section .form-inner .form-group input:focus {
    border-color: #15cc3b !important;
}

.main-footer.alternat-2 .links-widget .links-list li a:hover {
    color: #15cc3b;
}

.main-footer.alternat-2 .contact-widget .info-list li a:hover {
    color: #15cc3b;
}

.main-footer.alternat-2 .footer-bottom p a:hover {
    color: #15cc3b;
}

.header-style-three .main-menu .navigation > li.current > a,
.header-style-three .main-menu .navigation > li:hover > a {
    color: #15cc3b;
}

.header-style-three .menu-right-content .search-box-outer:hover {
    color: #15cc3b;
}

.header-style-three .menu-right-content .cart-box a:hover {
    color: #15cc3b;
}

.header-style-three .menu-right-content .theme-btn-one {
    border-color: #15cc3b !important;
}

.banner-style-two.alternat-2 .banner-carousel .content-box span {
    color: #15cc3b;
}

.banner-style-two.alternat-2 .owl-theme .owl-dots .owl-dot.active span,
.banner-style-two.alternat-2 .owl-theme .owl-dots .owl-dot span:hover {
    background: #15cc3b;
}

    .banner-style-two.alternat-2 .owl-theme .owl-dots .owl-dot.active span:before,
    .banner-style-two.alternat-2 .owl-theme .owl-dots .owl-dot span:hover:before {
        border-color: #15cc3b;
    }

.feature-block-three .inner-box .icon-box {
    background: #15cc3b;
}

.feature-block-three .inner-box h3 a:hover {
    color: #15cc3b;
}

.about-style-three .content_block_one .content-box .text p:first-child:before {
    background: #15cc3b;
}

.image_block_three .image-box .image-text {
    background: #15cc3b;
}

.service-block-three .inner-box .icon-box {
    color: #15cc3b;
}

.service-block-three .inner-box h3 a:hover {
    color: #15cc3b;
}

.service-style-three .more-btn .theme-btn-one:hover {
    color: #15cc3b !important;
}

.video-section .inner-container .video-btn a:hover {
    color: #15cc3b;
}

.team-block-one .inner-box .image-box .social-links li a:hover {
    background: #15cc3b;
}

.team-block-one .inner-box .lower-content h3 a:hover {
    color: #15cc3b;
}

.projects-section.alternat-2 .owl-theme .owl-dots .owl-dot.active span,
.projects-section.alternat-2 .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #15cc3b;
}

.page-title .bread-crumb li a:hover {
    color: #15cc3b;
}

.service-sidebar .category-widget .category-list li a:hover,
.service-sidebar .category-widget .category-list li a.current {
    border-color: #15cc3b;
}

.service-sidebar .category-widget .category-list li a:before {
    background: #15cc3b;
}

.service-sidebar .contact-widget .widget-content h3 span {
    color: #15cc3b;
}

.service-sidebar .contact-widget .widget-content h3 a:hover {
    color: #15cc3b;
}

.service-sidebar .contact-widget .inner-box p a:hover {
    color: #15cc3b;
}

.list-style-one li:before {
    color: #15cc3b;
}

/** feature-style-three **/

.feature-style-three {
    padding-top: 40px;
}

    .feature-style-three .pattern-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 345px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

.feature-block-three .inner-box {
    position: relative;
    display: block;
    padding: 0px 60px 45px 60px;
    transition: all 500ms ease;
    background: #FFF;
    border-radius: 20px;
}

    .feature-block-three .inner-box:hover {
        transform: translateY(-10px);
    }

.feature-block:nth-child(2) .feature-block-three .inner-box {
}

.feature-block:first-child .feature-block-three .inner-box,
.feature-block:last-child .feature-block-three .inner-box {
    padding-bottom: 50px;
}

.feature-block-three .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    border-radius: 50%;
    margin-top: -50px;
    margin-bottom: 22px;
    z-index: 1;
}

    .feature-block-three .inner-box .icon-box:before {
        position: absolute;
        content: '';
        background: #222;
        width: 100px;
        height: 100px;
        left: 0px;
        top: 0px;
        border-radius: 50%;
        transform: scale(0,0);
        z-index: -1;
        transition: all 500ms ease;
    }

.feature-block-three .inner-box:hover .icon-box:before {
    transform: scale(1,1);
}

.feature-block-three .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 12px;
}

    .feature-block-three .inner-box h3 a {
        display: block;
        color: #222;
    }

        .feature-block-three .inner-box h3 a:hover {
        }

.feature-block-three .inner-box p a {
    color: #6E6E6E;
}

    .feature-block-three .inner-box p a:hover {
    }

.feature-block-three .inner-box .block-shape {
    position: absolute;
    left: -80px;
    top: -60px;
    width: 570px;
    height: 410px;
    background-size: cover;
    background-repeat: no-repeat;
}

/** service-style-two **/

.service-style-two {
    padding: 80px 0px 40px 0px;
}

.service-block-two .inner-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .service-block-two .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        background: #241E2F;
        box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }

        .service-block-two .inner-box .image-box img {
            width: 100%;
            transition: all 500ms ease;
        }

    .service-block-two .inner-box:hover .image-box img {
        opacity: 0.3;
        transform: scale(1.05);
    }

    .service-block-two .inner-box .lower-content {
        position: relative;
        margin-left: 40px;
    }

        .service-block-two .inner-box .lower-content .inner {
            position: relative;
            display: block;
            background: #fff;
            padding: 26px 30px;
            margin-top: -70px;
            z-index: 1;
            box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.05);
            border-radius: 20px 0px 20px 20px;
            transition: all 500ms ease;
        }

    .service-block-two .inner-box:hover .lower-content .inner {
        padding-bottom: 124px;
        margin-top: -150px;
    }

    .service-block-two .inner-box .lower-content .icon-box {
        position: absolute;
        display: inline-block;
        left: 0px;
        top: -30px;
        width: 50px;
        height: 50px;
        line-height: 48px;
        font-size: 28px;
        color: #fff;
        text-align: center;
        border-radius: 4px;
    }

    .service-block-two .inner-box .lower-content h3 {
        position: relative;
        display: block;
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
        margin-bottom: 0px;
    }

    .service-block-two .inner-box .lower-content h5 {
        ;
    }

    .service-block-two .inner-box .lower-content p {
        line-height: 22px;
        margin: 10px 0
    }

    .service-block-two .inner-box .lower-content h3 a {
        display: inline-block;
        color: #222222;
    }

        .service-block-two .inner-box .lower-content h3 a:hover {
        }

    .service-block-two .inner-box .lower-content .theme-btn-one {
        padding: 10px 14px;
    }

    .service-block-two .inner-box .lower-content .btn-box {
        position: absolute;
        left: 30px;
        bottom: 0px;
        opacity: 0;
        transition: all 500ms ease;
    }

    .service-block-two .inner-box:hover .lower-content .btn-box {
        bottom: 50px;
        opacity: 1;
    }




.chooseus-section .content-box {
    padding: 52px 0px 70px 0px;
}

.content_block_two .content-box {
    display: block;
}

    .content_block_two .content-box .sec-title p {
        color: rgba(255, 255, 255, 0.7);
        margin-top: 24px;
    }

    .content_block_two .content-box .inner-box .single-item {
        position: relative;
        display: block;
        padding: 0px 0px 0px 80px;
        margin-bottom: 28px;
    }

        .content_block_two .content-box .inner-box .single-item:last-child {
            margin-bottom: 0px;
        }

        .content_block_two .content-box .inner-box .single-item .icon-box {
            position: absolute;
            display: inline-block;
            left: 0px;
            top: 4px;
            width: 55px;
            height: 55px;
            line-height: 51px;
            text-align: center;
            font-size: 27px;
            color: #fff;
            border-radius: 2px;
        }

        .content_block_two .content-box .inner-box .single-item h3 {
            display: block;
            font-size: 22px;
            line-height: 30px;
            color: #fff;
            font-weight: 400;
            margin-bottom: 6px;
        }

        .content_block_two .content-box .inner-box .single-item p {
            color: rgba(255, 255, 255, 0.7);
            line-height: 23px;
        }


.chooseus-section .content-box {
    padding: 52px 0px 70px 0px;
}

.content_block_two .content-box {
    display: block;
}

    .content_block_two .content-box .sec-title p {
        color: rgba(255, 255, 255, 0.7);
        margin-top: 24px;
    }

    .content_block_two .content-box .inner-box .single-item {
        position: relative;
        display: block;
        padding: 0px 0px 0px 80px;
        margin-bottom: 28px;
    }

        .content_block_two .content-box .inner-box .single-item:last-child {
            margin-bottom: 0px;
        }

        .content_block_two .content-box .inner-box .single-item .icon-box {
            position: absolute;
            display: inline-block;
            left: 0px;
            top: 4px;
            width: 55px;
            height: 55px;
            line-height: 51px;
            text-align: center;
            font-size: 27px;
            color: #fff;
            border-radius: 2px;
        }

        .content_block_two .content-box .inner-box .single-item h3 {
            display: block;
            font-size: 22px;
            line-height: 30px;
            color: #fff;
            font-weight: 500;
            margin-bottom: 6px;
        }

        .content_block_two .content-box .inner-box .single-item p {
            color: rgba(255, 255, 255, 0.7);
        }

.chooseus-section .outer-box h2 {
    display: block;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #fff;
}

.chooseus-section .outer-box .theme-btn-one {
    background: #241E2F;
    box-shadow: #fff;
    box-shadow: none;
}

    .chooseus-section .outer-box .theme-btn-one:before {
        background: #fff;
    }

    .chooseus-section .outer-box .theme-btn-one:hover {
        color: #241E2F !important;
    }

.chooseus-section .bg-layer {
    position: absolute;
    right: 0px;
    width: 50%;
    height: calc(100% - 100px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}

.chooseus-section .outer-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    padding: 15px 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chooseus-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 663px;
    background-size: cover;
    background-repeat: no-repeat;
}


/** chooseus-style-two **/

.chooseus-style-two {
    position: relative;
    overflow: hidden;
}

    .chooseus-style-two:before {
        position: absolute;
        content: '';
        background: linear-gradient(90deg, rgba(217, 217, 217, 0) 48.44%, #D9D9D9 100%);
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }

.content_block_six .content-box {
    display: block;
}

.accordion-box .accordion {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
}

    .accordion-box .accordion:last-child {
        margin-bottom: 0px;
    }

    .accordion-box .accordion .acc-btn {
        position: relative;
        padding: 19px 80px 19px 40px;
        cursor: pointer;
    }
        .accordion-box .accordion .acc-btn.active {
            background: #ebebeb
        }
.accordion-box .accordion .acc-btn h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

    .accordion-box .accordion .acc-content {
        position: relative;
        padding: 20px 50px 20px 40px;
    }

    .accordion-box .accordion .acc-btn .icon-box {
        position: absolute;
        top: 24px;
        right: 30px;
        display: inline-block;
        width: 26px;
        height: 26px;
        line-height: 26px;
        background: transparent;
        text-align: center;
        border-radius: 50%;
        font-size: 14px;
        color: #222;
    }

        .accordion-box .accordion .acc-btn .icon-box:before {
            position: absolute;
            content: '+';
            font-family: 'FontAwesome';
            text-align: center;
            width: 26px;
            height: 26px;
            line-height: 26px;
            left: 0px;
            top: 0px;
            font-weight:600;
            font-size:20px
        }

    .accordion-box .accordion .acc-btn.active .icon-box {
        background: rgba(222, 44, 44, 0.15);
    }

        .accordion-box .accordion .acc-btn.active .icon-box:before {
            content: '\f068';
            font-size: 12px;
        }


.content_block_six .content-box {
    display: block;
}


.working-process-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 640px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-section {
    padding: 80px 0px;
}

.image_block_one .image-box {
    display: block;
    padding-bottom: 145px;
}

    .image_block_one .image-box .image-2 {
        position: absolute;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
    }

    .image_block_one .image-box .image {
        border-radius: 10px;
    }

        .image_block_one .image-box .image img {
            width: 100%;
            border-radius: 10px;
        }

    .image_block_one .image-box .image-1 {
        position: relative;
        overflow: hidden;
    }

        .image_block_one .image-box .image-1:before {
            position: absolute;
            top: 0;
            left: -80%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            -webkit-transform: skewX(-25deg);
            -ms-transform: skewX(-25deg);
            transform: skewX(-25deg);
            z-index: 1;
        }

    .image_block_one .image-box:hover .image-1:before {
        -webkit-animation: shine 1s;
        animation: shine 1s;
    }

    .image_block_one .image-box .video-btn {
        position: absolute;
        left: 160px;
        bottom: 190px;
    }

        .image_block_one .image-box .video-btn a {
            position: relative;
            display: inline-block;
            width: 150px;
            height: 150px;
            line-height: 160px;
            text-align: center;
            font-size: 80px;
            color: #fff;
            text-align: center;
            border-radius: 50%;
            z-index: 1;
        }

            .image_block_one .image-box .video-btn a:before,
            .image_block_one .image-box .video-btn a:after {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background: transparent;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -webkit-animation-delay: .9s;
                animation-delay: .9s;
                content: "";
                position: absolute;
                -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
                box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
                -webkit-animation: ripple 3s infinite;
                animation: ripple 3s infinite;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

            .image_block_one .image-box .video-btn a:after {
                -webkit-animation-delay: .6s;
                animation-delay: .6s;
            }

.content_block_one .content-box {
    display: block;
    margin-top: -7px;
}

    .content_block_one .content-box .inner-box .single-item {
        position: relative;
        display: block;
        padding: 0px 0px 0px 80px;
        margin-bottom: 25px;
        max-width: 360px;
    }

        .content_block_one .content-box .inner-box .single-item:last-child {
            margin-bottom: 0px;
        }

        .content_block_one .content-box .inner-box .single-item .icon-box {
            position: absolute;
            display: inline-block;
            left: 0px;
            top: 4px;
            width: 60px;
            height: 60px;
            line-height: 62px;
            text-align: center;
            font-size: 26px;
            background: rgba(222, 44, 44, 0.15);
            border-radius: 50%;
        }

        .content_block_one .content-box .inner-box .single-item h3 {
            display: block;
            font-size: 22px;
            line-height: 30px;
            font-weight: 600;
            margin-bottom: 8px;
        }


/** about-style-two **/

.about-style-two {
    position: relative;
}

.image_block_two .image-box {
    position: relative;
    display: block;
}

    .image_block_two .image-box .image {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 10px;
    }

        .image_block_two .image-box .image:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            left: 0px;
            top: 0px;
            border-radius: 10px;
            background: linear-gradient(180deg, rgba(36, 30, 47, 0) 37.66%, rgba(36, 30, 47, 0.8) 100%);
            z-index: 1;
        }

        .image_block_two .image-box .image img {
            width: 100%;
            border-radius: 10px;
        }

    .image_block_two .image-box .image-content {
        position: absolute;
        left: 60px;
        bottom: 30px;
        width: calc(100% - 120px);
        background: rgba(255, 255, 255, 0.2);
        border: 2px solid rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(7.5px);
        border-radius: 10px;
        padding: 32px 100px 36px 150px;
        min-height: 140px;
        z-index: 2;
    }

        .image_block_two .image-box .image-content h2 {
            position: absolute;
            display: inline-block;
            left: 18px;
            top: 18px;
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            border-radius: 50%;
            background: #fff;
            text-align: center;
            font-size: 40px;
            font-weight: 700;
        }

        .image_block_two .image-box .image-content h3 {
            position: relative;
            display: block;
            font-size: 28px;
            line-height: 34px;
            color: #fff;
            font-weight: 700;
        }

.content_block_five .content-box {
    position: relative;
    display: block;
    margin-top: -8px;
}

    .content_block_five .content-box .text p {
        color: #222;
    }

    .content_block_five .content-box .inner-box .single-item {
        position: relative;
        display: block;
        padding-left: 80px;
        max-width: 360px;
        margin-bottom: 25px;
    }

        .content_block_five .content-box .inner-box .single-item .icon-box {
            position: absolute;
            left: 0px;
            top: 0px;
            display: inline-block;
            width: 60px;
            height: 60px;
            line-height: 60px;
            font-size: 24px;
            text-align: center;
            border-radius: 50%;
            background: rgba(222, 44, 44, 0.15);
        }

        .content_block_five .content-box .inner-box .single-item:last-child {
            margin-bottom: 0px;
        }

        .content_block_five .content-box .inner-box .single-item h3 {
            display: block;
            font-size: 22px;
            line-height: 32px;
            font-weight: 600;
            margin-bottom: 8px;
        }


/** about-style-three **/

.about-style-three {
    padding: 150px 0px;
}

    .about-style-three .content_block_one .content-box .text p:first-child {
        color: #222;
        margin-bottom: 26px;
        padding-left: 20px;
    }

        .about-style-three .content_block_one .content-box .text p:first-child:before {
            position: absolute;
            content: '';
            width: 3px;
            height: 43px;
            left: 0px;
            top: 8px;
        }

.image_block_three .image-box {
    display: block;
}

    .image_block_three .image-box .image {
        position: relative;
        display: block;
        border-radius: 10px;
        overflow: hidden;
    }

    .image_block_three .image-box img {
        width: 100%;
        border-radius: 10px;
        transition: all 500ms ease;
    }

    .image_block_three .image-box .image:hover img {
        transform: scale(1.05);
    }

    .image_block_three .image-box .image-text {
        position: absolute;
        left: -73px;
        bottom: 120px;
        padding: 44px 59px;
        border-radius: 10px;
        transform: rotate(-90deg);
    }

        .image_block_three .image-box .image-text h3 {
            font-size: 26px;
            line-height: 36px;
            font-weight: 700;
            color: #fff;
        }


.feature-section {
    position: relative;
}

.feature-block-one .inner-box {
    position: relative;
    display: block;
    z-index: 1;
    padding: 15px;
}

    .feature-block-one .inner-box:before {
        position: absolute;
        content: '';
        background: #FFFFFF;
        box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        width: 100%;
        height: calc(100% - 0px);
        left: 0px;
        bottom: 0px;
        z-index: -1;
        transition: all 500ms ease;
    }

    .feature-block-one .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 10px;
        background: #f3f0f7;
        height: 113px;
    }

        .feature-block-one .inner-box .image-box img {
            width: 100%;
            border-radius: 10px;
            transition: all 500ms ease;
            height: 100%;
            object-fit: contain
        }

    .feature-block-one .inner-box:hover .image-box img {
        opacity: 0.3;
        transform: scale(1.05);
    }

    .feature-block-one .inner-box .lower-content {
        position: relative;
        display: block;
        padding: 10px 10px;
    }
    .feature-block-one .inner-box hr {
        margin: 0.7rem 0
    }

    .feature-block-one .inner-box .lower-content .icon-box {
        position: absolute;
        display: inline-block;
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 40px;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        left: 50%;
        transform: translateX(-50%);
        top: -40px;
        z-index: 1;
    }

        .feature-block-one .inner-box .lower-content h3 {
            position: relative;
            display: block;
            font-size: 24px;
            line-height: 34px;
            font-weight: 600;
            margin-bottom: 16px;
        }

            .feature-block-one .inner-box .lower-content h3 a {
                display: inline-block;
                color: #222;
            }

                .feature-block-one .inner-box .lower-content h3 a:hover {
                }

.feature-section .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 669px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-section .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 669px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}


/** feature-style-two **/

.feature-style-two {
    position: relative;
}

.feature-block-two .inner-box {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 0px 60px 45px 60px;
    text-align: center;
    box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    transition: all 500ms ease;
}

    .feature-block-two .inner-box:hover {
        background: #2F2939;
    }

    .feature-block-two .inner-box:before {
        position: absolute;
        content: '';
        background: #2F2939;
        width: 100%;
        height: 0%;
        left: 0px;
        bottom: 0px;
        border-radius: 10px;
        transition: all 500ms ease;
    }

    .feature-block-two .inner-box:hover:before {
        height: 100%;
        top: 0px;
    }

    .feature-block-two .inner-box .icon-box {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        font-size: 50px;
        color: #fff;
        border-radius: 50%;
        margin-top: -50px;
        margin-bottom: 20px;
        transition: all 500ms ease;
    }

    .feature-block-two .inner-box:hover .icon-box {
        background: #fff;
    }

    .feature-block-two .inner-box h3 {
        display: block;
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
        margin-bottom: 15px;
    }

        .feature-block-two .inner-box h3 a {
            display: inline-block;
            color: #222222;
        }

            .feature-block-two .inner-box h3 a:hover {
            }

    .feature-block-two .inner-box p {
        color: #6E6E6E;
        transition: all 500ms ease;
    }

    .feature-block-two .inner-box:hover h3 a,
    .feature-block-two .inner-box:hover p {
        color: #fff;
    }

.feature-style-two .pattern-layer .pattern-1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 620px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-style-two .pattern-layer .pattern-2 {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 620px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/** feature-style-three **/

.feature-style-three {
    padding-top: 40px;
}

    .feature-style-three .pattern-layer {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 345px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

.feature-block-three .inner-box {
    position: relative;
    display: block;
    padding: 0px 60px 45px 60px;
    transition: all 500ms ease;
    background: #FFF;
    border-radius: 20px;
}

    .feature-block-three .inner-box:hover {
        transform: translateY(-10px);
    }

.feature-block:nth-child(2) .feature-block-three .inner-box {
}

.feature-block:first-child .feature-block-three .inner-box,
.feature-block:last-child .feature-block-three .inner-box {
    padding-bottom: 50px;
}

.feature-block-three .inner-box .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 50px;
    color: #fff;
    border-radius: 50%;
    margin-top: -50px;
    margin-bottom: 22px;
    z-index: 1;
}

    .feature-block-three .inner-box .icon-box:before {
        position: absolute;
        content: '';
        background: #222;
        width: 100px;
        height: 100px;
        left: 0px;
        top: 0px;
        border-radius: 50%;
        transform: scale(0,0);
        z-index: -1;
        transition: all 500ms ease;
    }

.feature-block-three .inner-box:hover .icon-box:before {
    transform: scale(1,1);
}

.feature-block-three .inner-box h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 12px;
}

    .feature-block-three .inner-box h3 a {
        display: block;
        color: #222;
    }

        .feature-block-three .inner-box h3 a:hover {
        }

.feature-block-three .inner-box p a {
    color: #6E6E6E;
}

    .feature-block-three .inner-box p a:hover {
    }

.feature-block-three .inner-box .block-shape {
    position: absolute;
    left: -80px;
    top: -60px;
    width: 570px;
    height: 410px;
    background-size: cover;
    background-repeat: no-repeat;
}


.news-section {
    position: relative;
}

.news-block-one .inner-box {
    position: relative;
    display: block;
    padding: 0px 30px;
}

    .news-block-one .inner-box:before {
        position: absolute;
        content: '';
        background: #fff;
        width: 100%;
        height: calc(100% - 110px);
        left: 0px;
        bottom: 0px;
        box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }

    .news-block-one .inner-box .image-box {
        position: relative;
        display: block;
    }

        .news-block-one .inner-box .image-box .image {
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 10px;
        }

            .news-block-one .inner-box .image-box .image img {
                width: 100%;
                transition: all 500ms ease;
            }

    .news-block-one .inner-box:hover .image-box .image img {
        opacity: 0.3;
        transform: scale(1.05);
    }

    .news-block-one .inner-box .image-box h2 {
        position: absolute;
        right: 30px;
        bottom: -20px;
        width: 80px;
        height: 80px;
        text-align: center;
        border-radius: 50%;
        font-size: 30px;
        line-height: 18px;
        font-weight: 600;
        color: #fff;
        z-index: 1;
        padding: 23px 0px 10px 0px;
    }

        .news-block-one .inner-box .image-box h2 span {
            display: block;
            font-size: 15px;
            font-weight: 400;
            font-family: 'Inter', sans-serif;
            text-transform: uppercase;
            margin-top: 5px;
        }

    .news-block-one .inner-box .lower-content {
        position: relative;
        display: block;
        padding-top: 40px;
        padding-bottom: 20px;
    }

        .news-block-one .inner-box .lower-content h3 {
            position: relative;
            display: block;
            font-size: 24px;
            line-height: 30px;
            font-weight: 600;
            margin-bottom: 12px;
        }

            .news-block-one .inner-box .lower-content h3 a {
                display: inline-block;
                color: #222;
            }

        .news-block-one .inner-box .lower-content p {
            position: relative;
            display: block;
            margin-bottom: 30px;
        }

        .news-block-one .inner-box .lower-content .post-info {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-top: 15px;
            border-top: 1px solid #E5E5E5;
        }

    .news-block-one .inner-box .post-info li {
        position: relative;
        display: block;
        font-size: 16px;
        padding-left: 25px;
    }

        .news-block-one .inner-box .post-info li a {
            display: inline-block;
            color: #6E6E6E;
        }

            .news-block-one .inner-box .post-info li a:hover {
            }

        .news-block-one .inner-box .post-info li i {
            position: absolute;
            left: 0px;
            top: 5px;
            font-size: 16px;
        }


/** news-style-two **/

.news-style-two {
    position: relative;
}

.news-block-two .inner-box {
    position: relative;
    display: block;
}

    .news-block-two .inner-box .image-box {
        position: relative;
        display: block;
        overflow: hidden;
        background: #000;
        border-radius: 10px;
    }

        .news-block-two .inner-box .image-box img {
            width: 100%;
            border-radius: 10px;
            transition: all 500ms ease;
        }

    .news-block-two .inner-box:hover .image-box img {
        opacity: 0.8;
        transform: scale(1.05);
    }

    .news-block-two .inner-box .lower-content {
        position: relative;
        margin: 0px 30px;
    }

        .news-block-two .inner-box .lower-content .inner {
            position: relative;
            background: #FFFFFF;
            box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            padding: 30px;
            padding-bottom: 25px;
            margin-top: -70px;
            z-index: 1;
            transition: all 500ms ease;
        }

    .news-block-two .inner-box:hover .lower-content .inner {
        padding-bottom: 102px;
        margin-top: -147px;
    }

    .news-block-two .inner-box .lower-content .post-date {
        position: relative;
        display: inline-block;
        font-size: 15px;
        line-height: 30px;
        ;
        background: rgba(222, 44, 44, 0.12);
        border-radius: 5px;
        padding: 0px 18px;
        text-align: center;
        margin-bottom: 13px;
    }

    .news-block-two .inner-box .lower-content h3 {
        display: block;
        font-size: 24px;
        line-height: 26px;
        font-weight: 600;
        margin-bottom: 12px;
    }

        .news-block-two .inner-box .lower-content h3 a {
            display: inline-block;
            color: #222;
        }

            .news-block-two .inner-box .lower-content h3 a:hover {
            }

    .news-block-two .inner-box .lower-content .post-info li {
        position: relative;
        display: inline-block;
        float: left;
        font-size: 16px;
        line-height: 26px;
        margin-right: 40px;
        padding-left: 25px;
    }

        .news-block-two .inner-box .lower-content .post-info li:last-child {
            margin: 0px;
        }

        .news-block-two .inner-box .lower-content .post-info li i {
            position: absolute;
            left: 0px;
            top: 5px;
            font-size: 16px;
        }

        .news-block-two .inner-box .lower-content .post-info li a {
            position: relative;
            display: inline-block;
            color: #6E6E6E;
        }

            .news-block-two .inner-box .lower-content .post-info li a:hover {
            }

        .news-block-two .inner-box .lower-content .post-info li:before {
            position: absolute;
            content: '';
            background: #D9D9D9;
            width: 1px;
            height: 16px;
            top: 5px;
            right: -21px;
        }

        .news-block-two .inner-box .lower-content .post-info li:last-child:before {
            display: none;
        }

    .news-block-two .inner-box .lower-content .post-info {
        margin-bottom: 10px;
    }

    .news-block-two .inner-box .lower-content .btn-box {
        position: absolute;
        left: 30px;
        bottom: 0px;
        opacity: 0;
        transition: all 500ms ease;
    }

    .news-block-two .inner-box:hover .lower-content .btn-box {
        opacity: 1;
        bottom: 30px;
    }

    .news-block-two .inner-box .lower-content .btn-box .theme-btn-one {
        padding: 13px 34px;
    }
    @media (max-width:768px){
        body {
            font-size: 14px;
            font-weight: 500;
            color: #222
        }
        .nice-select {
            font-size: 19px;
            color: #222
        }
        .customer-icon {
          
            width: 60px;
            height: 60px;
           
            line-height: 60px;
        }
        .customer-icon img {
           height:31px
        }
        .customer h6 {
            color: #FFF;
            font-weight: 300;
            font-family: 'Roboto';
            font-size: 11px;
        }
    }
    .search-result .text-line{
        opacity:0.5
    }

.step {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: .5;
    padding: 15px 18px;
    font-weight: 700;
    font-size: 25px;
    color: #15cc3b;
    background: #fff;
    border: 2px solid #efeeee;
    opacity: 1;
    width: 64px;
    margin: auto;
}

li.active .step {
    border: 2px solid #109cf0;
}
    li.active .step-p, li.active .step i {
        color: #109cf0
    }




span.Remove_After:after {
    display: none
}

.step.finish::after {
    background-color: #15cc3b;
    color: #fff
}

.step::after {
    z-index: 1;
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 185px;
    height: 3px;
    margin-top: 13px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin-left: 20px;
    top: 42px;
    z-index: -1;
}

.step-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .step-box li {
        width: 20%;
        text-align: center;
        z-index: 2
    }
    .step-box li span{
        display:block
    }
.step-p {
    color: #FFF;
    font-weight: 500;
}
@media (min-width: 769px) and (max-width: 991px){ .step::after {
    width: 120px !important;
}}
@media (max-width: 767px){
    .step-box li {
        width: 34% !important;
        min-width: 130px;
    }}
@media (max-width: 575px) {
    .step::after {
        width: 30%;
    }

    .step-box li {
      
        min-width: 95px;
    }
  li  .step-p {
       font-size:13px
    }
}

.booking-page .nice-select .list {
    box-shadow: 0 0 0 2px #15cc3b;
}
.booking-page .nice-select  {
   line-height:45px
}
.booking-page label {
   
    color: #000;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
}

.booking-page ::-webkit-input-placeholder {
    color: #b3b3b3 !important;
}

.booking-page ::-moz-input-placeholder {
    color: #b3b3b3 !important;
}

.booking-page ::-ms-input-placeholder {
    color: #b3b3b3 !important;
}
.booking-page a{
    color:inherit
}
.payment-inner a {
    text-align: center;
    color:#32016e
}


.blog-grid .news-block-two .inner-box {
    margin-bottom: 30px;
}

.sidebar-page-container {
    position: relative;
}

    .sidebar-page-container .news-block-one .inner-box {
        padding: 0px 50px;
    }

        .sidebar-page-container .news-block-one .inner-box .lower-content .post-info {
            display: block;
            padding-top: 0px;
            border-top: none;
            margin-bottom: 10px;
        }

            .sidebar-page-container .news-block-one .inner-box .lower-content .post-info li {
                float: left;
                margin-right: 40px;
            }

                .sidebar-page-container .news-block-one .inner-box .lower-content .post-info li:last-child {
                    margin: 0px;
                }

                .sidebar-page-container .news-block-one .inner-box .lower-content .post-info li:before {
                    position: absolute;
                    content: '';
                    background: #D9D9D9;
                    width: 1px;
                    height: 20px;
                    top: 4px;
                    right: -21px;
                }

                .sidebar-page-container .news-block-one .inner-box .lower-content .post-info li:last-child:before {
                    display: none;
                }

        .sidebar-page-container .news-block-one .inner-box .lower-content h3 {
            font-size: 28px;
            line-height: 38px;
        }

        .sidebar-page-container .news-block-one .inner-box .lower-content p {
            margin-bottom: 0px;
        }

        .sidebar-page-container .news-block-one .inner-box .lower-content {
            padding-bottom: 42px;
        }

    .sidebar-page-container .news-block-one .inner-box {
        margin-bottom: 70px;
    }

        .sidebar-page-container .news-block-one .inner-box:before {
            height: calc(100% - 230px);
        }


.blog-sidebar {
    position: relative;
    display: block;
}

    .blog-sidebar .sidebar-widget {
        position: relative;
        background: #FFFFFF;
        box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        margin-bottom: 70px;
        padding: 40px;
    }

        .blog-sidebar .sidebar-widget:last-child {
            margin-bottom: 0px;
        }

    .blog-sidebar .search-widget .form-group {
        position: relative;
        margin-bottom: 0px;
    }

        .blog-sidebar .search-widget .form-group input[type='search'] {
            position: relative;
            display: block;
            width: 100%;
            height: 60px;
            border: 1px solid #e5e5e5;
            border-radius: 5px;
            font-size: 16px;
            color: #6E6E6E;
            padding: 10px 30px;
            padding-right: 60px;
            transition: all 500ms ease;
        }

        .blog-sidebar .search-widget .form-group button {
            position: absolute;
            top: 18px;
            right: 20px;
            font-size: 18px;
            color: #222;
            cursor: pointer;
            transition: all 500ms ease;
        }

        .blog-sidebar .search-widget .form-group input:focus {
        }

            .blog-sidebar .search-widget .form-group input:focus + button,
            .blog-sidebar .search-widget .form-group button:hover {
            }

    .blog-sidebar .widget-title {
        position: relative;
        display: block;
        margin-bottom: 22px;
    }

        .blog-sidebar .widget-title h3 {
            font-size: 24px;
            line-height: 34px;
            font-weight: 600;
        }

    .blog-sidebar .category-widget .category-list li {
        position: relative;
        display: block;
        padding: 12px 0px;
        border-bottom: 1px solid #e5e5e5;
    }


        .blog-sidebar .category-widget .category-list li:last-child {
            border-bottom: none;
        }

        .blog-sidebar .category-widget .category-list li a {
            position: relative;
            display: block;
            font-size: 16px;
            color: #222;
            font-weight: 500;
        }

            .blog-sidebar .category-widget .category-list li a:hover {
            }

            .blog-sidebar .category-widget .category-list li a:before {
                position: absolute;
                content: '\e92d';
                font-family: 'icomoon';
                font-size: 12px;
                top: 0px;
                right: 0px;
                font-weight: 400;
                opacity: 0;
                transition: all 500ms ease;
            }

            .blog-sidebar .category-widget .category-list li a:hover:before {
                opacity: 1;
            }

    .blog-sidebar .category-widget {
        padding-top: 32px;
        padding-bottom: 22px;
    }

        .blog-sidebar .category-widget .widget-title {
            margin-bottom: 13px;
        }

    .blog-sidebar .post-widget .post {
        position: relative;
        display: block;
        padding: 5px 0px 5px 110px;
        min-height: 90px;
        margin-bottom: 30px;
    }

        .blog-sidebar .post-widget .post:last-child {
            margin-bottom: 0px;
        }

        .blog-sidebar .post-widget .post .post-thumb {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 90px;
            height: 90px;
            border-radius: 50%;
        }

            .blog-sidebar .post-widget .post .post-thumb img {
                width: 100%;
                border-radius: 50%;
            }

        .blog-sidebar .post-widget .post h5 {
            display: block;
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
            margin-bottom: 4px;
        }

            .blog-sidebar .post-widget .post h5 a {
                display: inline-block;
                color: #222;
            }

                .blog-sidebar .post-widget .post h5 a:hover {
                }

        .blog-sidebar .post-widget .post .post-date {
            position: relative;
            display: block;
        }

    .blog-sidebar .tags-widget .tags-list {
        position: relative;
        margin: 0px -5px;
    }

        .blog-sidebar .tags-widget .tags-list li {
            position: relative;
            float: left;
            margin: 0px 5px 10px 5px;
        }

            .blog-sidebar .tags-widget .tags-list li a {
                position: relative;
                display: inline-block;
                font-size: 16px;
                color: #222;
                border: 1px solid #e5e5e5;
                font-weight: 500;
                border-radius: 30px;
                padding: 3px 13px;
                text-align: center;
            }

                .blog-sidebar .tags-widget .tags-list li a:hover {
                    color: #fff;
                }

    .blog-sidebar .tags-widget {
        padding-bottom: 30px;
    }

/** blog-details **/

.sidebar-page-container .news-block-one .inner-box .lower-content h2 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}

.blog-details-content {
    position: relative;
    display: block;
}

    .blog-details-content .news-block-one .inner-box .lower-content p {
        margin-bottom: 26px;
    }

    .blog-details-content .news-block-one .inner-box blockquote {
        position: relative;
        display: block;
        background: rgba(241, 241, 241, 0.5);
        border-radius: 10px;
        padding: 50px 50px 44px 50px;
        margin: 60px 0px;
    }

        .blog-details-content .news-block-one .inner-box blockquote .icon-box {
            position: relative;
            display: block;
            font-size: 24px;
            margin-bottom: 18px;
        }

        .blog-details-content .news-block-one .inner-box blockquote p {
            font-size: 18px;
            line-height: 28px;
            color: #222;
            font-weight: 500;
            margin-bottom: 12px;
        }

        .blog-details-content .news-block-one .inner-box blockquote h4 {
            position: relative;
            display: block;
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
            padding-left: 68px;
        }

            .blog-details-content .news-block-one .inner-box blockquote h4:before {
                position: absolute;
                content: '';
                width: 50px;
                height: 2px;
                left: 0px;
                top: 10px;
            }

    .blog-details-content .news-block-one .inner-box .tags-list li {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

        .blog-details-content .news-block-one .inner-box .tags-list li:last-child {
            margin: 0px;
        }

        .blog-details-content .news-block-one .inner-box .tags-list li a {
            position: relative;
            display: inline-block;
            font-size: 16px;
            color: #222;
            font-weight: 500;
            border: 1px solid #e5e5e5;
            border-radius: 30px;
            padding: 3px 13px;
            text-align: center;
        }

            .blog-details-content .news-block-one .inner-box .tags-list li a:hover {
                color: #fff;
            }

    .blog-details-content .news-block-one .inner-box .tags-list {
        padding-top: 37px;
    }

.sidebar-page-container .blog-details-content .news-block-one .inner-box .lower-content {
    padding-bottom: 70px;
}

.sidebar-page-container .news-block-one .inner-box:hover .image-box .image img {
    opacity: 1 !important;
    transform: scale(1) !important;
}

.blog-details-content .author-box {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 45px 50px 45px 200px;
  
}

    .blog-details-content .author-box .author-thumb {
        position: absolute;
        left: 50px;
        top: 50px;
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

        .blog-details-content .author-box .author-thumb img {
            width: 100%;
            border-radius: 50%;
        }

    .blog-details-content .author-box h3 {
        display: block;
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
    }

    .blog-details-content .author-box .designation {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 18px;
    }

.blog-details-content .comment-form-area {
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 20px 80px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 42px 50px 50px 50px;
}

    .blog-details-content .comment-form-area h3 {
        display: block;
        font-size: 28px;
        line-height: 38px;
        font-weight: 600;
        margin-bottom: 32px;
    }

    .blog-details-content .comment-form-area .form-inner .form-group textarea {
        height: 150px;
    }

    .blog-details-content .comment-form-area .form-inner .form-group {
        margin-bottom: 30px;
    }

        .blog-details-content .comment-form-area .form-inner .form-group:last-child {
            margin-bottom: 0px;
        }

    .blog-details-content .comment-form-area .form-inner .theme-btn-one {
        padding: 13px 47px;
    }


.booking-detail .category-list li {
    display: flex !important;
    justify-content: space-between;
  
    
    font-size: 14px;
    color: #222;
    font-weight: 400;
    width:100%
}
    .booking-detail .category-list li span {
        font-weight: 600
    }
@media (max-width:375px){
    .booking-detail .category-list li {
        display: block !important;
        justify-content: space-between;
        font-size: 14px;
        color: #222;
        font-weight: 400;
        width: 100%
    }
    /*.booking-detail .category-list li span {
  display:block*/
}
}
.apply-small-btn {
    padding: 0px 4px;
    font-size: 11px;
    text-transform: uppercase;
}
.satification figure img{
    width:80px;
    float:left;
    margin-right:30px
}
.satification hr {
    margin: 1.9rem 0
}









.bootstrap-timepicker {
    position: relative;
}

    .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
        left: auto;
        right: 0;
    }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
            left: auto;
            right: 12px;
        }

        .bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
            left: auto;
            right: 13px;
        }

    .bootstrap-timepicker .input-group-addon {
        cursor: pointer;
    }

        .bootstrap-timepicker .input-group-addon i {
            display: inline-block;
            width: 16px;
            height: 16px;
        }

.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px;
}

    .bootstrap-timepicker-widget.dropdown-menu.open {
        display: inline-block;
    }

    .bootstrap-timepicker-widget.dropdown-menu:before {
        border-bottom: 7px solid rgba(0, 0, 0, 0.2);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

    .bootstrap-timepicker-widget.dropdown-menu:after {
        border-bottom: 6px solid #FFFFFF;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        content: "";
        display: inline-block;
        position: absolute;
    }

.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}

.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}

    .bootstrap-timepicker-widget table td {
        text-align: center;
        height: 30px;
        margin: 0;
        padding: 2px;
    }

        .bootstrap-timepicker-widget table td:not(.separator) {
            min-width: 30px;
        }

        .bootstrap-timepicker-widget table td span {
            width: 100%;
        }

        .bootstrap-timepicker-widget table td a {
            border: 1px transparent solid;
            width: 100%;
            display: inline-block;
            margin: 0;
            padding: 0px 0;
            outline: 0;
            color: #333;
            border-radius: 4px;
        }

            .bootstrap-timepicker-widget table td a:hover {
                text-decoration: none;
                background-color: #eee;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                border-color: #ddd;
            }

            .bootstrap-timepicker-widget table td a i {
                margin-top: 2px;
                font-size: 18px;
            }

        .bootstrap-timepicker-widget table td input {
            width: 25px;
            margin: 0;
            text-align: center;
            border: none
        }

.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}

@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}

@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%;
    }

        .bootstrap-timepicker .dropdown-menu {
            width: 100%;
        }
}

.bootstrap-timepicker-widget.open td a{
    position:relative;
  
}
.page-title h2, .page-title p{
    color:#FFF
}
.faq-page-section .accordion-box .accordion {
    background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.cursor-pointer{
    cursor:pointer
}




svg {
    display: block;
    height: 54px;
    width: 54px;
    color: #1ebf12;
    margin: auto;
    /* SVG path use currentColor to inherit this */
}

.circle {
    stroke-dasharray: 76;
    stroke-dashoffset: 76;
    -webkit-animation: draw 1s forwards;
    animation: draw 1s forwards;
}

.tick {
    stroke-dasharray: 18;
    stroke-dashoffset: 18;
    -webkit-animation: draw 1s forwards 1s;
    animation: draw 1s forwards 1s;
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.faq .accordion-box li:first-child.accordion, .faq .accordion-box li:first-child.accordion .acc-btn {
    border-radius:10px 10px 0px 0
}
    .faq .accordion-box li:last-child.accordion, .faq .accordion-box li:last-child.accordion .acc-btn {
        border-radius: 0px 0px 10px 10px
    }
.review-section .author-box:nth-child(2n+2) {
    background: #ededed;
    border: 2px solid #fff;
    border-top: 0;
}
.review-section .author-box {
   border-radius:0
}
.review-section .author-box:first-child {
    border-radius:10px 10px 0 0 
}
    .review-section .author-box:last-child {
        border-radius:  0 0 10px 10px
    }

.content-four .download-list li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 22px 35px 22px 80px;
}
.content-four .download-list li button:hover {
    color: #fff;
}

    .content-four .download-list li button:hover {
        background: #15cc3b;
    }

    .content-four .download-list li button {
        position: absolute;
        top: 35px;
        right: 35px;
        background: rgb(255 114 0 / 14%);
        font-size: 15px;
        line-height: 24px;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        cursor: pointer;
        padding: 4px 23px 2px 23px;
        border-radius: 30px;
        transition: all 500ms ease;
    }

    .content-four .download-list li button {
        color: #15cc3b;
    }
    .content-four .download-list li .icon-box {
        position: absolute;
        left: 35px;
        top: 25px;
        font-size: 36px;
    }
    .content-four .download-list li .icon-box img {
       height:35px
    }
.review-tabs li {
    width: 100%;
    border-radius: 0 !important;
    padding: 16px 20px !important;
    margin-bottom:10px;
    border-radius:6px !important;
    position:relative;
    background:#FFF !important;
    border:1px solid #ccc;
    color:#000 !important;
    font-size:16px !important;
    font-weight:600 !important
}
    .review-tabs li:after {
        position: absolute;
        content: '\f178';
        font-family: 'FontAwesome';
        font-size: 14px;
        color: #fff;
        top: 16px;
        right: 20px;
        font-weight: 400;
    }
.review-tabs li.active-btn {
    background: #795c9d !important;
    color:#FFF !important
}
.review-date, review-date p {
    color: #15cc3b;
    font-size: 12px;
    text-transform: uppercase;
    font-weight:600
}
.about-section{
    min-height:500px
}



/*New css for booking section*/
/*Calender Date*/
.calendar {
    padding: 8px;
    background: #ffffff;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #333333;
    box-shadow: 0px 20px 40px rgba(59,60,56,0.05);
    width: 100%
}

.ui-datepicker {
    background: #ffffff;
    border-radius: 5px;
    display: none
}

.ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #0175c0;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    width: 20px;
    height: 20px;
    text-indent: 9999px;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}

.ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

    .ui-datepicker-prev:after {
        transform: rotate(45deg);
        margin: -43px 0px 0px 8px;
    }

.ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

    .ui-datepicker-next:after {
        transform: rotate(-135deg);
        margin: -43px 0px 0px 6px;
    }

    .ui-datepicker-prev:after,
    .ui-datepicker-next:after {
        content: '';
        position: absolute;
        display: block;
        width: 8px;
        height: 8px;
        border-left: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
    }

    .ui-datepicker-prev:hover,
    .ui-datepicker-next:hover,
    .ui-datepicker-prev:hover:after,
    .ui-datepicker-next:hover:after {
        border-color: #333333;
    }

.ui-datepicker-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.ui-datepicker-calendar {
    width: 100%;
    text-align: center;
    background: #FFF
}


    .ui-datepicker-calendar thead tr th span {
        display: block;
        width: 37px;
        color: #31639c;
        margin-bottom: 5px;
        font-size: 18px;
    }

.ui-state-default {
    display: block;
    text-decoration: none;
    color: #333333;
    line-height: 36px;
    font-size: 16px;
    width: 36px;
    height: 36px;
}

    .ui-state-default:hover {
        color: #ffffff;
        background: #31639c;
        border-radius: 50px;
        transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
    }

.ui-state-highlight {
    color: #ffffff;
    background-color: #31639c;
    border-radius: 50px;
}

.ui-state-active {
    color: #ffffff;
    background-color: #31639c;
    border-radius: 50px;
}

.ui-datepicker-unselectable .ui-state-default {
    color: #c8c8c8;
    border: 2px solid transparent;
}

.form-inner .icon {
    margin-left: -30px;
    margin-top: -26px;
    position: relative;
    color: #000000;
    font-size: 20px;
    position: absolute;
    right: 9px;
    bottom: 8px;
    opacity: 0.5;
}

.ui-datepicker-today .ui-state-default {
    background: #0175c0;
    color: #ffffff;
    border-radius: 40px;
}

@media(max-width:499px) {
    .ui-datepicker {
        width: 95%
    }
}



@media(max-width:500px) {



    .icon {
        bottom: 10px;
    }

    .ui-datepicker {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        z-index: 3;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        box-shadow: 0px 0px 100px 665px rgb(0 0 0 / 51%);
    }

    .article-page .ui-datepicker {
        position: absolute;
        top: inherit !important;
        left: auto !important;
        -webkit-transform: translate(auto, auto) !important;
        -ms-transform: translate(auto, auto) !important;
        transform: translate(auto, auto) !important;
    }

    .backdrop-layer {
        width: 100%;
        position: fixed;
        height: 100%;
        background: rgb(14 14 15 / 50%);
        top: 0;
        left: 0;
        z-index: 2;
    }

    .form-inner {
        padding: 5px 0px 7px;
        border-radius: 6px;
    }

    .booking-section h1 {
        font-size: 18px
    }

    .booking-section .form-inner .form-group input[type='text'],
    .booking-section .form-inner .form-group input[type='email'],
    .booking-section .form-inner select[type='option'] {
        font-size: 19px;
    }
    .booking-section .form-inner .form-group input[type='text'], .booking-section .form-inner .form-group input[type='email'], .booking-section .form-inner select[type='option'] {
       
        height: 46px;
       
    }
    .nice-select {
       
      
        line-height: 44px;
      
    }
    .booking-section .form-inner .message-btn .theme-btn-one {
        padding: 11px 15px;
    }
}

select {
    word-wrap: normal;
    height: 45px;
    border-radius: 6px;
    padding: 10px;
    width: 100%;
    cursor: pointer
}



.drop-off .nice-select, .pick-up .nice-select {
    padding-right: 20px !important
}

@media(max-width:500px) {

    .nice-select.open .list {
        position: fixed;
        z-index: 3;
        width: 96%;
        height: 96%;
        top: 0;
        max-height: 100% !important;
        left: 2%;
        top: 2%;
        border-radius: 15px;
        box-shadow: 0px 0px 100px #000;
        -webkit-transition: none;
        transition: none; }
        .nice-select .option{


    cursor: pointer;
    font-weight: 500;
    line-height: 50px;
   
    border-bottom: 1px solid #d9d9d9;
    font-size:21px;
    padding-left:20px
}
        .nice-select ul li{
            position:relative
        }
    .nice-select ul li:before {
        content: '\f111';
        position: absolute;
        right: 14px;
        top: 0;
        font-family: 'Font Awesome 5 Free';
    }
    .nice-select .option.selected:after {
        content: '\f111';
        position: absolute;
        right: 18px;
        top: 0px;
        font-family: 'FontAwesome';
        font-size: 13px;
    }

    .nice-select .option.selected {
        color: #0cb42f;
    }
    .nice-select .option:hover.selected{
        color:#FFF
    }
   
    
    .icon {
        bottom: 17px;
    }

    .ui-datepicker {
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        z-index: 3;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
       
    }

    .backdrop-layer {
        width: 100%;
        position: fixed;
        height: 100%;
        background: rgb(14 14 15 / 50%);
        top: 0;
        left: 0;
        z-index: 2;
    }
}

.product-discription .nav-tabs .nav-link {
    display: inline-block;
   
    font-size: 13px;
    font-weight: 400;
    padding: 0px 8px;
    border-radius: 4px 4px 0 0;
    line-height: 22px;
    cursor: pointer;
   
    margin-right: -3px;
}

.main-banner .nav-tabs .nav-link.active, .product-discription .nav-tabs .nav-item.show .nav-link {
    background: #08a128;
}

.room-step {
    background: #892fa8;
    color: #FFF;
    padding: 6px;
    border-radius: 100px;
    height: 47px;
    display: inline-block;
    width: 47px;
    font-size: 10px;
    line-height: 33px;
    text-align: center;
    font-weight: 500;
    margin-right: 6px;
}
.select-point {
    width: 15px;
    height: 15px;
    border: 2px solid orange;
    border-radius: 100%;
    position:relative
}
    .select-point:before {
        position: absolute;
        content: "";
        width: 7px;
        height: 7px;
        background: orange;
        top: 2px;
        border-radius: 100%;
        left: 2px;
    }
    .room-pic{
        max-width:100px
    }
.bg-light-orange {
    background: rgb(255 114 0 / 11%)
}
.hotel-description p{
    color:#000;
    line-height:19px
}
.bg-orange {
    background: #15cc3b
}
@media(min-width:991px){
    .select-col{
        max-width:108px;
        min-width:108px
    }
}
.bg-light-orange .bg-color-3 {
    background: #15cc3b !important;
    color:#FFF
}
.blog-sidebar.booking-summary .category-widget .category-list li {
  
    padding: 5px 0px;
    
}
.list-style-25 li{
    width:25%;
    float:left
}

.responsive-images img{
    width:100%;
    height:30vw;
    object-fit:cover
}
.nav-option .nav-tabs .nav-link {
   
  
   
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}
@media(max-width:991px) {
    .nav-option .nav-tabs .nav-link {
      
        font-size: 12px;
       
    }
    .responsive-images img {
        height: 60vw;
    }
    .select-col {
        margin: 0 15px;
        width: 94%;
    }
    .room-pic {
     
        padding-left: 20px;
    }
}
@media(max-width:500px) {
    .responsive-images img {
        height: 60vw;
    }

    .nav-option .nav-tabs .nav-link {
        
        width: 69px;
        line-height: 13px;
    }
}
.slider-mask:before {
    content: "";
    background: #05133d;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
}
.packages-mask:before {
    max-height: 530px;
    background: #03270a;
    opacity: 0.9;
}
.mask::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 85%;
    left: 0;
    top: 0;
    opacity: 0.6;
}
.bg-secondary {
   background: #242f51 !important;
   color:#FFF
}
.stress h6 {
    padding: 5px 17px 5px 10px;
    border-radius: 0 40px 40px 0;
    display: inline-block;
}

.designation{
    color:#15cc3b
}
@media(max-width:991px){
    .main-banner {
       
        min-height: 400px;
    }
}
@media (max-width: 767px) {
    .main-banner {
        min-height: 340px;
    }

    .logo img {
        max-width: 200px
    }

    .sec-title .sub-title {
        font-size: 22px;
        line-height: 22px;
    }

 


    .main-banner h2 {
        font-size: 32px;
        line-height:36px
    }
}
@media (max-width: 600px) {
    .sorting-section {
      
        padding: 0 20px;
    }
    .main-banner {
        min-height: 300px;
        padding-top: 30px;
    }
        .main-banner h2 {
            font-size: 25px;
            line-height: 31px
        }
}
.navigation >  li:hover > a, .navigation >  li.active > a  {
    color: #086AD8;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
















