/* Base */
body {
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    font-size: 1rem;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background: #f4f4f4;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

::-moz-selection {
    background: #000;
    color: #fff;
}

::selection {
    background: #000;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    color: #000;
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    a:hover {
        text-decoration: none;
    }

.site-wrap {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
}

.font-secondary,
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: 'Montserrat', sans-serif;
    color: #363636;
}

.icon-menu.h3 {
    color: #fff;
}

p {
    font-size: 16px;
    line-height: 1.63;
    color: #363636;
}


.font-12 {
    font-size: 12px !important;
}

.font-21 {
    font-size: 21px !important;
    font-weight: 500;
    color: #363636;
}

.font-24 {
    font-size: 21px !important;
    font-weight: 500;
}

.font-36 {
    font-size: 36px !important;
    font-weight: 600;
    color: #363636;
}

.font-32 {
    font-size: 32px !important;
    font-weight: 600;
    color: #363636;
}

.text-black {
    color: #233142 !important;
}

.text-white {
    color: #fff !important;
}

.text-red {
    color: #FF3C08 !important;
}


.line-height-sm {
    line-height: 1.3;
}

.line-height-xs {
    line-height: 1;
}

.form-control {
    border-radius: 0px;
}

.btn {
    border-radius: 4px;
    transition: all .3s ease;
    box-shadow: 0 4px 8px 0 rgba(255, 99, 99, 0.3);
    padding: 0.375rem 1.75rem;
}

.btn-red {
    background-color: #FF3C08;
    border-color: #FF3C08;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    color: #FF3C08;
    border-color: #FF3C08;
}

.btn-red:hover {
    color: #FF3C08;
    background-color: #fff;
}

.btn-white:hover {
    color: #fff;
    background-color: #FF3C08;
}

.btn-send {
    border-radius: 4px !important;
    width: 100%;
}

.get-section .btn-send {
    width: max-content;
}

.offcanvas-menu .site-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

    .offcanvas-menu .site-wrap:before {
        opacity: 1;
        visibility: visible;
    }

.bg-black {
    background: #000;
}

.form-control {
    height: 47px;
}

    .form-control:active,
    .form-control:focus {
        border-color: #FF3C08;
    }

    .form-control:hover,
    .form-control:active,
    .form-control:focus {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

.site-section {
    padding: 3em 0;
}

.p-5em {
    padding: 5em 0;
}

.pt-5em {
    padding-top: 5em 0;
}

@media (min-width: 768px) {
    .site-section {
        padding: 5em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.site-section-heading {
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
}

    .site-section-heading:before {
        content: "";
        left: 0%;
        bottom: 0;
        position: absolute;
        width: 40px;
        height: 2px;
        background: #FF3C08;
    }

    .site-section-heading.text-center:before {
        content: "";
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        width: 40px;
        height: 2px;
        background: #FF3C08;
    }

.site-footer {
    padding: 4em 0;
    background-color: #233142;
    color: #ffffff;
}

    .site-footer .footer-heading {
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: .1em;
    }

    .site-footer a {
        color: #ffffff;
    }

        .site-footer a:hover {
            color: #FF3C08;
        }

    .site-footer ul li {
        margin-bottom: 10px;
    }

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    grid-gap: 5px;
}

.payment-card {
    margin: 0;
    box-shadow: 8px 8px 12px 0 rgba(57, 62, 70, 0.08);
    border-radius: 10px;
    background-color: #fff;
    padding: 5px;
}

    .payment-card img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }


.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.bg-image {
    background-size: cover;
    background-repeat: no-rpeeat;
    overflow: hidden;
    background-position: center center;
}

    .bg-image.center {
        background-position: top center;
    }

    .bg-image.fixed {
        background-position: fixed !important;
    }

    .bg-image.overlay,
    .bg-image.overlay-primary,
    .bg-image.overlay-info,
    .bg-image.overlay-success,
    .bg-image.overlay-warning {
        position: relative;
    }

        .bg-image.overlay:before,
        .bg-image.overlay-primary:before,
        .bg-image.overlay-info:before,
        .bg-image.overlay-success:before,
        .bg-image.overlay-warning:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
        }

        .bg-image.overlay:before {
            background: rgba(0, 0, 0, 0.4);
        }

        .bg-image.overlay-primary:before {
            background: rgba(113, 188, 66, 0.9);
        }

        .bg-image.overlay-info:before {
            background: rgba(23, 162, 184, 0.9);
        }

        .bg-image.overlay-success:before {
            background: rgba(113, 188, 66, 0.9);
        }

        .bg-image.overlay-success:before {
            background: rgba(255, 193, 7, 0.9);
        }

@media (max-width: 767.98px) {

    .display-3,
    .display-2,
    .display-4 {
        font-size: 3rem !important;
    }
}

@media (max-width: 991.98px) {
    .bg-md-height {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .bg-sm-height {
        height: 300px;
    }
}


.spinner-border {
    color: #FF3C08;
}

.site-navbar-wrap .container-fluid {
    padding-right: 0;
    padding-left: 0;
    -webkit-appearance: none; /*Updated By Mithu Vai*/
}

.site-navbar {
    transition: all .3s ease;
    -webkit-appearance: none; /*Updated By Mithu Vai*/
    -webkit-transform: translateZ(0) !important; /*Updated By Mithu Vai*/
}

.navbar-row {
    border-bottom: 1px solid #636363;
}
/* Topbar */
.site-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topbar-left,
.topbar-mail,
.topbar-phone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

    .topbar-left p {
        margin-bottom: 0 !important;
    }

.topbar-mail {
    border-right: 1px solid #888888;
}

.site-topbar i {
    font-size: 20px;
    margin-right: 10px;
}

.topbar-right ul {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

    .topbar-right ul li {
        display: inline-block;
        border-right: 1px solid #888888;
        padding: 0 15px;
    }

        .topbar-right ul li:last-child {
            border-right: none;
        }

.topbar-right {
    padding: 0 15px;
}

/* Navbar */
.site-navbar-wrap {
    position: relative;
    z-index: 99;
    padding: 0px 0;
    width: 100%;
    left: 0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1);
}


.navbar-shrink {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.site-navbar-top {
    display: none;
    font-size: 0.8rem;
    background: #5a9635;
}

    .site-navbar-top a {
        color: #fff;
    }

    .site-navbar-top .text-with-icon {
        color: rgba(255, 255, 255, 0.5);
    }

.site-navbar-top,
.site-navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
    border-bottom: none;
    background: transparent;
    transition: all .3s ease;
}

.site-navbar-black {
    background: #050505;
    transition: all .3s ease;
}

.site-navbar .site-logo {
    font-weight: 200;
}

.site-logo {
    padding: 15px;
}

.site-navbar .site-logo img {
    height: 60px;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}


    .site-navbar .site-navigation .site-menu li {
        transition: all .3s ease;
    }

        .site-navbar .site-navigation .site-menu .active, .site-navbar .site-navigation .site-menu li:hover {
            border-top: 5px solid #fff;
        }

    .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        font-size: 15px;
        display: inline-block;
    }

    .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        padding: 25px 0px;
    }

        .site-navbar .site-navigation .site-menu > li > a {
            padding: 3px 10px;
            text-transform: capitalize;
            letter-spacing: .05em;
            color: #fff;
            font-size: 16px;
            text-decoration: none !important;
        }

        /* .site-navbar .site-navigation .site-menu>li>a:hover {
color: #fff;
border-radius: 20px;
background-color: #FF3C08;
} */

        /*.site-navbar .site-navigation .site-menu > li:nth-last-child(2) {
          margin-left: 30px;
      }*/

        .site-navbar .site-navigation .site-menu > li:nth-last-child(2) {
            padding-right: 0;
        }

            .site-navbar .site-navigation .site-menu > li:nth-last-child(2) sup {
                width: 7px;
                height: 16px;
                font-size: 12px;
                color: #FF3C08;
            }


    .site-navbar .site-navigation .site-menu .has-children {
        position: relative;
    }

        .site-navbar .site-navigation .site-menu .has-children > a {
            position: relative;
            padding-right: 20px;
        }

            .site-navbar .site-navigation .site-menu .has-children > a:before {
                position: absolute;
                content: "\e313";
                font-size: 16px;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                font-family: 'icomoon';
            }

        .site-navbar .site-navigation .site-menu .has-children .dropdown {
            visibility: hidden;
            opacity: 0;
            top: 100%;
            border-radius: 7px;
            position: absolute;
            text-align: left;
            -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
            padding: 10px 0;
            margin-top: 20px;
            margin-left: 0px;
            background: #000;
            -webkit-transition: 0.2s 0s;
            -o-transition: 0.2s 0s;
            transition: 0.2s 0s;
        }

            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
                position: absolute;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    bottom: 100%;
                    left: 15%;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
                    border-color: rgba(136, 183, 213, 0);
                    border-bottom-color: #000;
                    border-width: 7px;
                    margin-left: -7px;
                }

            .site-navbar .site-navigation .site-menu .has-children .dropdown a {
                text-transform: none;
                letter-spacing: normal;
                -webkit-transition: 0s all;
                -o-transition: 0s all;
                transition: 0s all;
                color: #343a40;
                color: #fff;
            }

            .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
                color: #FF3C08 !important;
            }

            .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
                list-style: none;
                padding: 0;
                margin: 0;
                min-width: 200px;
            }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
                    padding: 5px 20px;
                    display: block;
                }

                    .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                        color: #FF3C08;
                    }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                    content: "\e315";
                    right: 20px;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
                    left: 100%;
                    top: 0;
                }

                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
                .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
                    color: #FF3C08;
                }

        .site-navbar .site-navigation .site-menu .has-children a {
            text-transform: uppercase;
        }

        .site-navbar .site-navigation .site-menu .has-children:hover > a,
        .site-navbar .site-navigation .site-menu .has-children:focus > a,
        .site-navbar .site-navigation .site-menu .has-children:active > a {
            color: #000;
        }

        .site-navbar .site-navigation .site-menu .has-children:hover,
        .site-navbar .site-navigation .site-menu .has-children:focus,
        .site-navbar .site-navigation .site-menu .has-children:active {
            cursor: pointer;
        }

            .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
            .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
            .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
                -webkit-transition-delay: 0s;
                -o-transition-delay: 0s;
                transition-delay: 0s;
                margin-top: 0px;
                visibility: visible;
                opacity: 1;
            }

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
            font-size: 30px;
            display: inline-block;
            padding-left: 10px;
            padding-right: 0px;
            line-height: 1;
            cursor: pointer;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px;
    }

        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
            display: inline-block;
            text-transform: uppercase;
        }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
                max-width: 70px;
            }

            .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
                text-decoration: none;
            }

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

    .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529;
    }

        .site-mobile-menu .site-nav-wrap a:hover {
            color: #FF3C08;
        }

    .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block;
    }

        .site-mobile-menu .site-nav-wrap li.active > a {
            color: #FF3C08;
        }

    .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
    }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
            background: #f8f9fa;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
            font-size: 12px;
            z-index: 20;
            font-family: "icomoon";
            content: "\f078";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            -ms-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

    .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
    }

        .site-mobile-menu .site-nav-wrap > li > a {
            padding-left: 20px;
            font-size: 20px;
        }

        .site-mobile-menu .site-nav-wrap > li > ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

            .site-mobile-menu .site-nav-wrap > li > ul > li {
                display: block;
            }

                .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                    padding-left: 40px;
                    font-size: 16px;
                }

                .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
                    padding: 0;
                    margin: 0;
                }

                    .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                        display: block;
                    }

                        .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                            font-size: 16px;
                            padding-left: 60px;
                        }

/* Blocks */
.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .site-blocks-cover.overlay {
        position: relative;
    }

        .site-blocks-cover.overlay:before {
            position: absolute;
            content: "";
            left: 0;
            bottom: 0;
            right: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.2);
        }

    .site-blocks-cover,
    .site-blocks-cover .row {
        min-height: 600px;
        height: calc(100vh);
    }

        .site-blocks-cover.inner-page,
        .site-blocks-cover.inner-page .row {
            min-height: 600px;
            height: calc(95vh);
        }

.blog-single-page.site-blocks-cover.inner-page,
.blog-single-page.site-blocks-cover.inner-page .row {
    min-height: 450px;
    height: calc(60vh);
    margin-top: 120px;
}


.site-blocks-cover .sub-text {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: .2em;
}

.site-blocks-cover h1 {
    font-weight: 700;
    color: #fff;
    line-height: normal;
}

.site-blocks-cover h5 {
    color: #fff;
    font-size: 21px;
}

.home-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

    .home-btns .btn {
        margin-right: 15px;
        margin-bottom: 15px;
    }

@media (min-width: 768px) {
    .site-blocks-cover h1 {
        font-size: 38px;
        font-weight: 600;
    }
}

@media (max-width: 991px) {
    .site-topbar-bg {
        display: none;
    }
}

.site-blocks-cover p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.site-blocks-cover h4 {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
}



.site-blocks-cover .intro-text {
    font-size: 16px;
    line-height: 1.5;
}

.caption {
    font-size: 16px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.site-heading {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2rem;
}

@media (min-width: 768px) {
    .site-heading {
        font-size: 3rem;
    }
}

.site-heading strong {
    font-weight: 900;
}

.site-block-1 {
    padding-top: 50px;
}

.slide-one-item .owl-dots .owl-dot > span {
    line-height: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: none;
    float: left;
    background: #cccccc;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}



.slide-one-item .owl-dots .owl-dot.active > span {
    background: #FF3C08;
}



@media (min-width: 992px) {
    .site-block-1 {
        padding-top: 0;
        position: absolute;
        width: 100%;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.site-block-appointment {
    background: #ece8d9 !important;
}

    .site-block-appointment form {
        -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
    }

.text-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5);
}

.text-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
    .site-block-feature .d-block {
        border-bottom: none !important;
    }
}

.site-block-feature .item {
    width: 50%;
}

@media (max-width: 767.98px) {
    .site-block-feature .item {
        width: 100%;
        border-right: none !important;
        border-bottom: none !important;
    }
}

.site-block-feature-2 .icon {
    font-size: 50px;
    position: relative;
    line-height: 1;
}

.site-block-feature-2 h3 {
    font-size: 1.5rem;
}

.site-block-3 .row-items {
    height: calc(50% - 15px);
    margin-bottom: 30px;
}

    .site-block-3 .row-items.last {
        height: calc(50% - 15px);
        margin-bottom: 0;
    }

.site-block-3 .feature {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    height: 100%;
}

    .site-block-3 .feature h3 {
        color: #000;
        font-size: 1.4rem;
    }

    .site-block-3 .feature:hover,
    .site-block-3 .feature:active,
    .site-block-3 .feature:focus,
    .site-block-3 .feature.active {
        -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.1);
    }

.site-block-half .image,
.site-block-half .text {
    width: 100%;
}

.section-gap {
    margin-top: 45px;
}

@media (min-width: 992px) {


    .section-gap {
        margin-top: 75px;
    }

    .site-block-half .image,
    .site-block-half .text {
        width: 50%;
    }
}

@media (max-width: 991.98px) {
    .site-block-half .image {
        margin-bottom: 50px;
    }
}

.site-block-half .text {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 992px) {
    .site-block-half .text {
        padding: 4rem;
    }
}

@media (min-width: 1200px) {
    .site-block-half .text {
        padding: 8rem;
    }
}

.site-block-half .bg-image {
    background-position: center center;
}

@media (max-width: 991.98px) {
    .site-block-half .bg-image {
        height: 400px;
    }
}




/*-------------------- Why-choose-us section---------------- */

.why-choose-main-card {
    padding: 50px;
    border-radius: 20px;
    background-color: #ff3c08;
}

.why-choose-card-row {
    margin-top: -100px;
}

.why-choose-card {
    padding: 15px;
    border-radius: 24px;
    box-shadow: 8px 8px 12px 0 rgba(57, 62, 70, 0.08);
    border: none;
    margin: 15px 0;
}

.why-icon-container {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 15px;
}

.why-icon {
    margin: 0 auto;
    display: block;
}



/*-------------------- About-us section---------------- */

.sec-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.who-we-are-sec {
    background-color: rgba(239, 64, 35, 0.04);
    background-image: url(../images/whoBack.svg);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: right;
}

.title-design {
    width: 36px;
    height: 3px;
    border-radius: 6px;
    background-color: #ff6363;
    margin-right: 20px;
}


.new-connection-section .sec-title-container, .feedback-section .sec-title-container, .about-section .sec-title-container {
    flex-direction: column;
    align-items: flex-start;
}

.feedback-section-row {
    background-color: #393e46;
}

/* -----------------get section ---------*/
.get-section {
    background-image: url(../images/get-quoteback.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.get-form-card {
    border-radius: 20px;
    box-shadow: 8px 8px 24px 0 rgba(57, 62, 70, 0.08);
    background-color: #ffffff;
    border: none;
}

.get-section .form-control {
    background-color: rgba(255, 60, 8, 0.05);
    border: none;
    color: #393e46;
}



/*-------------------- our-services section---------------- */

.service-offer-sec {
    background-image: url(../images/service-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 5rem;
}

.service-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background-image: linear-gradient(to right, #ff3c08, #6a11cb);
    opacity: .8;
}

.services-single-section {
    background-image: url(../images/service-back.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.service-single-img {
    height: 100%;
    width: 100%;
}

.feedback-section .title-design, .service-offer-sec .title-design {
    background-color: #ffff;
}

.blog-section .why-choose-card, .our-services-section .why-choose-card {
    padding: 0;
    background-color: #fff;
}

.blog-single-img {
    height: 450px;
}




.author-img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    float: left;
}

.author-section-card {
    flex-direction: row;
    padding: 20px;
    border: 1px solid rgba(35, 55, 77, 0.1);
    border-radius: 16px;
}

.author-img-name-container {
    border-right: 1px solid rgba(35, 55, 77, 0.1);
}

.author-name {
    width: max-content;
}


.our-services-section .btn {
    width: max-content;
    margin-top: -30px;
    display: block;
    margin: -30px auto 0 auto;
}


.service-text-container {
    padding: 30px 15px;
}

/*-------------------- our-packages section---------------- */

.our-packages-section {
    background-image: url(../images/price-back.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

@media (max-width:991px) {
    .our-packages-section {
        background-size: cover;
    }
}

.package-single-card {
    border-radius: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
    border: none;
    text-align: center;
    margin: 15px 0;
    transition: all .3s ease;
}

    .package-single-card:hover {
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
    }

.package-title-container {
    padding: 45px 15px;
    background-color: #ef4023;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    clip-path: polygon(100% 0%, 100% 100%, 91% 87%, 73% 73%, 60% 70%, 45% 75%, 26% 85%, 0 100%, 0 0, 21% 0);
}

.price-section-gap {
    background: #ff3c08;
    height: 100px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% 95%, 95% 100%, 7% 100%, 0 95%, 0 0);
    margin-top: -38px;
    z-index: -1;
}

.price-container {
    background-color: #fff;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: -50px auto 30px auto;
    border: solid 4px #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    color: #050505;
}

    .price-container h2,
    .price-container h5,
    .price-container h6 {
        margin-bottom: 0;
    }

.package-details-container li {
    list-style: none;
    border-top: 1px solid #e2e2e2;
    font-weight: 500;
    color: #262626;
    padding: 10px 0;
}

.package-details-container {
    margin: 0 auto 30px auto;
    padding: 0 30px;
}

.package-get-btn {
    margin-top: -30px;
    text-align: center;
    position: absolute;
    left: 70px;
}

    .package-get-btn a {
        color: #fff !important;
        width: 240px;
    }

    .package-get-btn:hover a {
        color: #FF3C08 !important;
    }

@media screen and (min-width:992px) and (max-width: 1199px) {
    .package-get-btn {
        left: 30%;
    }

        .package-get-btn a {
            width: 100%;
        }
}

@media screen and (min-width:768px) and (max-width: 991px) {
    .package-get-btn {
        left: 62px;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .package-get-btn a {
        width: 100%;
    }

    .package-get-btn {
        left: 65px;
    }
}

@media screen and (min-width:480px) and (max-width:575px) {
    .package-get-btn a {
        width: 200px;
    }

    .package-get-btn {
        left: 32%;
    }
}

@media screen and (min-width:410px) and (max-width:479px) {
    .package-get-btn a {
        width: 200px;
    }

    .package-get-btn {
        left: 28%;
    }
}

@media screen and (min-width:321px) and (max-width:409px) {
    .package-get-btn a {
        width: 180px;
    }

    .package-get-btn {
        left: 25%;
    }
}

@media (max-width:320px) {
    .package-get-btn a {
        width: 160px;
    }

    .package-get-btn {
        left: 25%;
    }
}


/*-------------------- Feedback section---------------- */

.feedback-section-left {
    background-color: #393e46;
}

.single-testi-card {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.quote-mark {
    font-size: 80px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.15);
}

.single-testi-card h4 {
    border-bottom: 1px solid #696969;
    padding: 15px 0;
}

.single-testi-card p {
    margin-bottom: .3rem;
}

.testi-img-author-container {
    display: flex;
    align-items: center;
}

.testi-img {
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 30px;
}

.testi-big-img {
    height: 100%;
    width: 100%;
}

.feedback-section .col-lg-6:last-child {
    padding-left: 0;
    padding-right: 0;
}

/*---------- SHop  section----------- */

.product-card {
    box-shadow: 0px 4px 4px rgba(57, 62, 70, 0.08);
    border-radius: 12px;
    border: none;
}

.product-img-container {
    position: relative;
}

.product-img {
    height: 270px;
}

.see-details {
    position: absolute;
    background: #393E46;
    border-radius: 0px 20px 20px 0px;
    padding: 5px 12px;
    left: 0;
    bottom: 0;
    cursor: pointer;
}

.price {
    background: #393E46;
    border-radius: 20px 0px 0px 20px;
    padding: 5px 12px;
    position: absolute;
    right: 0;
    bottom: 0;
}



.product-modal .modal-dialog {
    height: auto;
    border-radius: 24px;
    max-width: 1040px;
    padding: 5px;
}

.product-modal .modal-content {
    height: 100%;
    box-shadow: 0px 16px 48px rgba(57, 62, 70, 0.5);
    border-radius: 24px;
}

.modal-row {
    margin: 30px;
}

.product-slider-col {
    background: linear-gradient(180deg, rgba(57, 62, 70, 0) 0%, rgba(57, 62, 70, 0.2) 100%);
    border-radius: 8px;
}

.product-modal-img {
    height: 300px;
}

.product-nav-img {
    height: 95px;
}

.product-modal .slider-nav .item {
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
    margin: 15px 10px;
}

.sldier-nav {
    margin: 30px 0;
}

.product-category-modal {
    background: rgba(57, 62, 70, 0.05);
    border-radius: 18px;
    padding: 7px 15px;
    width: max-content;
}

.modal-close-btn {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    box-shadow: 0px 16px 48px rgba(57, 62, 70, 0.5);
    position: absolute;
    bottom: -65px;
    left: 48%;
    background: #fff !important;
}
/*------------ New connection section---- */

.new-connection-btns {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

    .new-connection-btns .btn-red {
        margin-right: 30px;
    }

@media (max-width: 991px) {
    .new-connection-btns {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .new-connection-btns {
        flex-direction: column;
        justify-content: center;
    }

        .new-connection-btns .btn {
            margin-bottom: 15px;
        }

        .new-connection-btns .btn-red {
            margin-right: 0;
        }
}


/*-------------------- Map section---------------- */


.map-btn {
    margin-top: -100px;
}

/*-------------------- faq section---------------- */
.faq-section {
    background-image: url(../images/faqBack.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.faq-btn-card {
    border-radius: 12px;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.06);
    transition: all .3s ease;
    cursor: pointer;
    border: none;
}

.faq-btn {
    background-color: #fff;
    border: none;
    width: 100%;
    padding: 30px 20px;
    background-image: url(../images/faqicon.svg);
    background-size: inherit;
    background-position: right;
    background-repeat: no-repeat;
}

.btn.faq-btn {
    box-shadow: none;
}

.faq-btn.btn-link {
    color: #393e46;
}


    .faq-btn.btn-link:hover, .faq-btn.btn-link:focus {
        color: initial;
        text-decoration: none;
    }

.faq-btn:focus {
    outline: none;
}

.faq-btn i {
    color: #fff;
    font-size: 21px;
}

.faq-btn:after {
    content: "˃";
    position: absolute;
    right: -10px;
    height: 30px;
    width: 30px;
    font-size: 25px;
    border-radius: 50%;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 44%;
    color: #fff;
}


/*---------- Payment options section----------- */

.payment-section {
    background-image: url(../images/faqBack.svg);
    background-size: inherit;
    background-position: bottom;
    background-repeat: no-repeat;
}

    .payment-section .nav-tabs {
        width: max-content;
        margin: 0 auto;
        border-radius: 24px;
        border-bottom: none;
    }

        .payment-section .nav-tabs .nav-link {
            color: #FF3C08;
            background-color: initial;
            border-radius: 8px;
            background-color: #fff;
            width: 200px;
            margin: 5px;
        }

            .payment-section .nav-tabs .nav-link:focus,
            .nav-tabs .nav-link:hover {
                border-top: solid 4px #FF3C08;
                border-radius: 8px;
            }

        .payment-section .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            border-radius: 8px;
        }

/*.payment-single-card {
    width: 100%;
    height: 400px;
    border-radius: 24px;
    background-color: #edeff2;
    border: 2px solid #fff;
    box-shadow: 0 4px 4px 0 rgba(57, 62, 70, 0.08);
}*/

/*.step {
    padding: 5px 25px;
    border-radius: 20px;
    background-color: #393e46;
    color: #fff;
    width: max-content;
}*/

/******START********* Suggested by Nure Kamal Mithu ***********START*********/
.payment-single-card {
    width: 100%;
    height: 400px;
    border-radius: 24px;
    background-color: #edeff2;
    border: 2px solid #FF3C08;
    box-shadow: 0 4px 4px 0 rgba(57, 62, 70, 0.08);
    font-weight: 700;
}

.step {
    padding: 5px 25px;
    border-radius: 20px;
    background-color: #FF3C08;
    color: #fff;
    width: max-content;
}
/******END********* Suggested by Nure Kamal Mithu ***********END*********/

@media (max-width: 767px) {
    .payment-section .nav-tabs {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

/*---------------- Entertainment section--------- */

.blog-section {
    background: rgba(255, 60, 8, 0.03);
}


.gallery-area .primary-btn {
    color: #fff;
    background-color: #FF3C08;
    margin-left: auto;
    margin-right: auto;
}

.filter-wrap {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
}

.gallery-area .filters {
    text-align: center;
}

.gallery-area .filters {
    padding: 0;
    overflow: hidden;
    width: max-content;
    margin: 0 auto;
}

.filter-wrap {
    display: table;
}

    .filter-wrap li {
        display: table-cell;
        border-right: 1px solid #edf6ff;
    }

        .filter-wrap li:last-child {
            border: none;
        }

.gallery-area .filters li {
    padding: 10px 20px;
    max-width: 184px;
    cursor: pointer;
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 15px;
}

@media (max-width: 768px) {
    .gallery-area .filters li {
        padding: 20px 0px;
    }
}

@media (max-width: 767px) {
    .gallery-area .filters li {
        padding: 12px 0px;
        font-size: 10px;
    }
}

.gallery-area .filters li:last-child {
    border-right: none;
}

.gallery-area .filters li.active {
    color: #fff;
    background: #FF3C08;
}

.gallery-area .filters-content {
    margin-top: 50px;
}

    .gallery-area .filters-content .show {
        opacity: 1;
        visibility: visible;
        transition: all 350ms;
    }

    .gallery-area .filters-content .hide {
        opacity: 0;
        visibility: hidden;
        transition: all 350ms;
    }

    .gallery-area .filters-content .item {
        text-align: center;
        cursor: pointer;
        margin-bottom: 30px;
    }

        .gallery-area .filters-content .item img {
            border-radius: 10px;
        }

    .gallery-area .filters-content .p-inner {
        padding: 20px 0px;
        text-align: center;
    }

    .gallery-area .filters-content .item .p-inner .cat {
        font-size: 13px;
    }

    .gallery-area .filters-content .item img {
        width: 100%
    }

.gallery-area .filters-content {
    margin-top: 50px;
}

    .gallery-area .filters-content .show {
        opacity: 1;
        visibility: visible;
        transition: all 350ms;
    }

    .gallery-area .filters-content .hide {
        opacity: 0;
        visibility: hidden;
        transition: all 350ms;
    }

    .gallery-area .filters-content .item {
        text-align: center;
        cursor: pointer;
        margin-bottom: 30px;
    }

        .gallery-area .filters-content .item img {
            border-radius: 10px;
        }

    .gallery-area .filters-content .p-inner {
        padding: 20px 0px;
        text-align: center;
    }

    .gallery-area .filters-content .item .p-inner .cat {
        font-size: 13px;
    }

    .gallery-area .filters-content .item img {
        width: 100%
    }

.single-gallery {
    margin-bottom: 30px;
    position: relative;
}

    .single-gallery img {
        width: 100%
    }

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(35, 55, 77, 0) 0%, #23374D 100%);
    opacity: 0;
    transition: opacity .3s ease;
}

.server-name {
    position: absolute;
    top: 5px;
    left: 5px;
    color: #fff;
    border-radius: 20px;
    background: #FF3C08;
    padding: 5px 10px;
}

.website-name {
    position: absolute;
    bottom: 5px;
    left: 5px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.single-gallery:hover .gallery-overlay {
    opacity: 1;
}
/* ------------------Contact section -------------*/



.corporate-row {
    position: absolute;
    top: 30px;
}


.corporate-card {
    border-radius: 20px;
    box-shadow: 4px 4px 8px 0 rgba(54, 54, 54, 0.06);
    border: none;
}

.corporate-info-container {
    display: flex;
    /*justify-content: space-evenly;*/
    align-items: center;
}

.corporate-title {
    padding: 15px;
    background-color: #ff3c08;
    color: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.corporate-info-container p {
    margin-top: 15px;
    margin-left: 15px;
}

@media (max-width: 991px) {
    iframe {
        height: 450px;
    }

    .blog-single-page.site-blocks-cover.inner-page,
    .blog-single-page.site-blocks-cover.inner-page .row {
        min-height: 415px;
        height: calc(50vh);
    }

    .site-navbar {
        background: #050505;
    }

    .blog-single-img {
        margin-top: 115px;
        height: auto;
    }
}

/*------------- footer section ----------*/

.social-icon-container {
    border-bottom: 1px solid rgb(99, 99, 99);
}

    .social-icon-container span {
        font-size: 30px;
    }

footer .site-logo img {
    height: 50px;
}

footer .corporate-info-container p {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    color: #fff !important;
}

.site-footer .corporate-info-container {
    align-items: center;
    margin-bottom: 15px;
}

    .site-footer .corporate-info-container img {
        margin-right: 15px;
    }

.Copyright-p {
    border-top: 1px solid rgb(99, 99, 99);
}

.block-13,
.block-14,
.block-15,
.slide-one-item {
    position: relative;
    z-index: 1;
}

    .block-13 .owl-nav,
    .block-14 .owl-nav,
    .block-15 .owl-nav {
        position: relative;
        position: absolute;
        bottom: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .block-13 .owl-nav .owl-prev,
        .block-13 .owl-nav .owl-next,
        .block-14 .owl-nav .owl-prev,
        .block-14 .owl-nav .owl-next,
        .block-15 .owl-nav .owl-prev,
        .block-15 .owl-nav .owl-next,
        .slide-one-item .owl-nav .owl-prev,
        .slide-one-item .owl-nav .owl-next {
            position: relative;
            display: inline-block;
            padding: 20px;
            font-size: 30px;
            color: #000;
        }

            .block-13 .owl-nav .owl-prev.disabled,
            .block-13 .owl-nav .owl-next.disabled,
            .block-14 .owl-nav .owl-prev.disabled,
            .block-14 .owl-nav .owl-next.disabled,
            .block-15 .owl-nav .owl-prev.disabled,
            .block-15 .owl-nav .owl-next.disabled,
            .slide-one-item .owl-nav .owl-prev.disabled,
            .slide-one-item .owl-nav .owl-next.disabled {
                opacity: .2;
            }

    .block-13.nav-direction-white .owl-prev,
    .block-13.nav-direction-white .owl-next,
    .block-14.nav-direction-white .owl-prev,
    .block-14.nav-direction-white .owl-next,
    .block-15.nav-direction-white .owl-prev,
    .block-15.nav-direction-white .owl-next,
    .slide-one-item.nav-direction-white .owl-prev,
    .slide-one-item.nav-direction-white .owl-next {
        background: #fff;
        padding: 5px 10px;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
    }

        .block-13.nav-direction-white .owl-prev:hover,
        .block-13.nav-direction-white .owl-next:hover,
        .block-14.nav-direction-white .owl-prev:hover,
        .block-14.nav-direction-white .owl-next:hover,
        .block-15.nav-direction-white .owl-prev:hover,
        .block-15.nav-direction-white .owl-next:hover,
        .slide-one-item.nav-direction-white .owl-prev:hover,
        .slide-one-item.nav-direction-white .owl-next:hover {
            -webkit-box-shadow: 5px 5px 30px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 5px 5px 30px -5px rgba(0, 0, 0, 0.1);
        }

    .block-13 .owl-stage-outer,
    .block-14 .owl-stage-outer,
    .block-15 .owl-stage-outer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .block-13 .owl-nav,
    .block-14 .owl-nav,
    .block-15 .owl-nav {
        position: absolute;
        width: 100%;
        height: auto;
        top: 50%;
        left: 0;
        bottom: auto !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media (max-width: 991.98px) {

    .block-13 .owl-nav,
    .block-14 .owl-nav,
    .block-15 .owl-nav {
        display: none;
    }
}

.block-13 .owl-nav .owl-prev,
.block-13 .owl-nav .owl-next,
.block-14 .owl-nav .owl-prev,
.block-14 .owl-nav .owl-next,
.block-15 .owl-nav .owl-prev,
.block-15 .owl-nav .owl-next {
    position: absolute;
    top: 0;
}

    .block-13 .owl-nav .owl-prev:hover,
    .block-13 .owl-nav .owl-next:hover,
    .block-14 .owl-nav .owl-prev:hover,
    .block-14 .owl-nav .owl-next:hover,
    .block-15 .owl-nav .owl-prev:hover,
    .block-15 .owl-nav .owl-next:hover {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        background: #FF3C08;
        color: #fff;
    }


.block-13 .owl-nav .owl-prev,
.block-14 .owl-nav .owl-prev,
.block-15 .owl-nav .owl-prev {
    left: -20px;
}

.block-13 .owl-nav .owl-next,
.block-14 .owl-nav .owl-next,
.block-15 .owl-nav .owl-next {
    right: -20px;
}

.slide-one-item .owl-dots,
.block-13 .owl-dots,
.block-14 .owl-dots,
.block-15 .owl-dots {
    text-align: center;
}

    .slide-one-item .owl-dots .owl-dot,
    .block-13 .owl-dots .owl-dot,
    .block-14 .owl-dots .owl-dot,
    .block-15 .owl-dots .owl-dot {
        display: inline-block;
        margin: 5px;
    }

        .slide-one-item .owl-dots .owl-dot > span,
        .block-13 .owl-dots .owl-dot > span,
        .block-14 .owl-dots .owl-dot > span,
        .block-15 .owl-dots .owl-dot > span {
            line-height: 0;
            display: inline-block;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            border: none;
            float: left;
            background: #cccccc;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

        .slide-one-item .owl-dots .owl-dot.active > span,
        .block-13 .owl-dots .owl-dot.active > span,
        .block-14 .owl-dots .owl-dot.active > span,
        .block-15 .owl-dots .owl-dot.active > span {
            background: #FF3C08;
            width: 20px;
            border-radius: 5px;
        }


.play-button {
    position: relative;
}

    .play-button .play-button-icon-wrap {
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: block;
        text-align: center;
        top: 50%;
        left: 50%;
        line-height: 50px;
        background: white;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

        .play-button .play-button-icon-wrap span {
            color: #000;
            margin-left: 5px;
        }

@media (max-width: 991.98px) {
    .border-responsive .border-right {
        border-right: none !important;
    }
}

.slide-one-item.home-slider {
    height: 100vh;
    /*background-image: url(../images/background1.svg);*/
}

.overlay-banner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background-image: linear-gradient(to bottom, #050505d1, rgba(5, 5, 5, 0.72));
}

.slide-one-item .site-blocks-cover {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.slide-one-item.home-slider .owl-nav {
    position: absolute !important;
    right: 0 !important;
    bottom: 10px;
}

    .slide-one-item.home-slider .owl-nav .owl-prev,
    .slide-one-item.home-slider .owl-nav .owl-prev {
        margin-right: 30px;
    }


.slide-one-item.home-slider .owl-prev {
    left: 10px !important;
}

.slide-one-item.home-slider .owl-next {
    right: 10px !important;
}

.slide-one-item.home-slider .owl-prev,
.slide-one-item.home-slider .owl-next {
    color: #fff;
    top: 50%;
    padding: 0px;
    height: 50px;
    width: 50px;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #FF3C08;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    line-height: 0;
    text-align: center;
    font-size: 25px;
    box-shadow: 0 4px 4px 0 rgba(255, 99, 99, 0.2);
}

@media (min-width: 768px) {

    .slide-one-item.home-slider .owl-prev,
    .slide-one-item.home-slider .owl-next {
        font-size: 25px;
    }
}

.slide-one-item.home-slider .owl-prev > span,
.slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.slide-one-item.home-slider .owl-prev:hover,
.slide-one-item.home-slider .owl-prev:focus,
.slide-one-item.home-slider .owl-next:hover,
.slide-one-item.home-slider .owl-next:focus {
    background: #ffff;
    color: #FF3C08;
}

.slide-one-item.home-slider:hover .owl-nav,
.slide-one-item.home-slider:focus .owl-nav,
.slide-one-item.home-slider:active .owl-nav {
    opacity: 10;
    visibility: visible;
}

.block-12 {
    position: relative;
}

    .block-12 figure {
        position: relative;
    }

        .block-12 figure:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
            background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
            background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
            background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
        }

    .block-12 .text-overlay {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        z-index: 10;
    }

        .block-12 .text-overlay h2 {
            color: #fff;
        }

    .block-12 .text {
        position: relative;
        top: -100px;
    }

        .block-12 .text .meta {
            text-transform: uppercase;
            padding-left: 40px;
            color: #fff;
            display: block;
            margin-bottom: 20px;
        }

        .block-12 .text .text-inner {
            -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
            background: #fff;
            padding: 10px;
            margin-right: 30px;
            position: relative;
        }

@media (min-width: 576px) {
    .block-12 .text .text-inner {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .block-12 .text .text-inner {
        padding: 30px 40px;
    }
}

.block-12 .text .text-inner:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 4px;
    margin-top: -4px;
    background: #FF3C08;
    top: 0;
}

.block-12 .text .text-inner .heading {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.block-16 figure {
    position: relative;
}

    .block-16 figure .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 20px;
        width: 70px;
        height: 70px;
        background: #fff;
        display: block;
        border-radius: 50%;
        opacity: 1;
        color: #FF3C08 !important;
    }

        .block-16 figure .play-button:hover {
            opacity: 1;
        }

        .block-16 figure .play-button > span {
            position: absolute;
            left: 55%;
            top: 50%;
            -webkit-transform: translate(-60%, -50%);
            -ms-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
        }

.block-25 ul,
.block-25 ul li {
    padding: 0;
    margin: 0;
}

    .block-25 ul li .date {
        color: rgba(255, 255, 255, 0.25);
        font-size: 0.8rem;
        display: block;
    }

    .block-25 ul li a .image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
    }

        .block-25 ul li a .image img {
            border-radius: 4px;
            max-width: 100%;
            opacity: 1;
            -webkit-transition: .3s all ease-in-out;
            -o-transition: .3s all ease-in-out;
            transition: .3s all ease-in-out;
        }

    .block-25 ul li a .text .heading {
        font-size: 0.9rem;
        line-height: 1.5;
        margin: 0;
        padding: 0;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease;
        color: #999999;
    }

    .block-25 ul li a .meta {
        color: #FF3C08;
    }

    .block-25 ul li a:hover img {
        opacity: .5;
    }

    .block-25 ul li a:hover .text .heading {
        color: #fff;
    }

#date-countdown .countdown-block {
    color: rgba(255, 255, 255, 0.4);
}

#date-countdown .label {
    font-size: 40px;
    color: #fff;
}

.next-match .image {
    width: 50px;
    border-radius: 50%;
}

.player {
    position: relative;
}

    .player img {
        max-width: 100px;
        border-radius: 50%;
        margin-bottom: 20px;
    }

    .player .team-number {
        position: absolute;
        width: 30px;
        height: 30px;
        background: #FF3C08;
        border-radius: 50%;
        color: #fff;
    }

        .player .team-number > span {
            position: absolute;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            left: 50%;
            top: 50%;
        }

    .player h2 {
        font-size: 20px;
        letter-spacing: .2em;
        text-transform: uppercase;
    }

    .player .position {
        font-size: 14px;
        color: #b3b3b3;
        text-transform: uppercase;
    }

.site-block-27 ul,
.site-block-27 ul li {
    padding: 0;
    margin: 0;
}

    .site-block-27 ul li {
        display: inline-block;
        margin-bottom: 4px;
    }

        .site-block-27 ul li a,
        .site-block-27 ul li span {
            text-align: center;
            display: inline-block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border-radius: 50%;
            border: 1px solid #ccc;
        }

        .site-block-27 ul li.active a,
        .site-block-27 ul li.active span {
            background: #FF3C08;
            color: #fff;
            border: 1px solid transparent;
        }

.block-47 .block-47-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    display: block;
}

    .block-47 .block-47-image img {
        border: 5px solid #fff;
        border-radius: 50%;
        -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
    }

.block-47 .block-47-quote {
    padding: 30px;
    font-weight: 300;
    background: #fff;
    border-radius: 7px;
    position: relative;
    -webkit-box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 30px -2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .block-47 .block-47-quote {
        margin-left: 40px;
        font-size: 1.2rem;
    }
}

.block-47 .block-47-quote:before {
    content: "";
    border: 1px solid red;
    z-index: 2;
    position: absolute;
    left: -15px;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.block-47 .block-47-quote .block-47-quote-author {
    font-size: 14px;
    color: #666666;
}

.site-block-check {
    padding: 0;
    margin: 0 0 30px 0;
}

    .site-block-check li {
        padding: 0;
        margin: 0;
    }

    .site-block-check li {
        display: block;
        padding-left: 30px;
        position: relative;
        margin-bottom: 10px;
    }

        .site-block-check li:before {
            position: absolute;
            color: #FF3C08;
            left: 0;
            top: -.3rem;
            font-family: 'icomoon';
            font-size: 1.1rem;
            content: "\e5ca";
        }

.half-sm .text,
.half-sm .text h2,
.half-sm .text small {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

    .half-sm .text a small {
        border-bottom: 2px solid transparent;
    }

.half-sm:hover .text,
.half-sm:focus .text {
    background: #FF3C08 !important;
    color: #fff;
}

    .half-sm:hover .text h2,
    .half-sm:focus .text h2 {
        color: #fff !important;
    }

    .half-sm:hover .text a small,
    .half-sm:focus .text a small {
        color: #fff !important;
        border-bottom: 2px solid #fff;
    }

.block-37 {
    border-radius: 4px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

    .block-37 .image {
        height: 100%;
        background-color: black;
        /* fallback color */
        background-position: center;
        background-size: cover;
        position: relative;
        -webkit-transition: .8s all ease;
        -o-transition: .8s all ease;
        transition: .8s all ease;
    }

        .block-37 .image:before {
            content: "";
            visibility: hidden;
            opacity: 0;
            height: 100%;
            width: 100%;
            position: absolute;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            top: 0;
            left: 0;
            background-color: #FF3C08;
        }

        .block-37 .image .block-37-overlay {
            z-index: 3;
            position: absolute;
            top: 50%;
            left: 50%;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            margin-top: 10px;
        }

            .block-37 .image .block-37-overlay .icon {
                font-size: 30px;
                color: #fff;
            }

    .block-37:hover .block-37-overlay,
    .block-37:focus .block-37-overlay {
        opacity: 1;
        visibility: visible;
        margin-top: 0px;
    }

    .block-37:hover .image,
    .block-37:focus .image {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

        .block-37:hover .image:before,
        .block-37:focus .image:before {
            opacity: .7;
            visibility: visible;
        }

.block-feature h2,
.block-feature .heading,
.heading-with-border h2,
.heading-with-border .heading {
    text-transform: uppercase;
    font-size: 1.1rem;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .block-feature h2:after,
    .block-feature .heading:after,
    .heading-with-border h2:after,
    .heading-with-border .heading:after {
        position: absolute;
        content: "";
        width: 50px;
        height: 2px;
        bottom: 0;
        background: #FF3C08;
        left: 0;
    }

.block-feature.text-center h2:after,
.block-feature.text-center .heading:after,
.heading-with-border.text-center h2:after,
.heading-with-border.text-center .heading:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.block-media-1 {
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

    .block-media-1:hover,
    .block-media-1:focus,
    .block-media-1:active {
        -webkit-box-shadow: 5px 0px 40px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 5px 0px 40px 0 rgba(0, 0, 0, 0.15);
    }

.block-testimony .person {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
}

.block-testimony blockquote {
    font-size: 1.5rem;
    font-style: italic;
}

@media (max-width: 991.98px) {
    .block-testimony blockquote {
        font-size: 1rem;
    }
}

.img-border,
.img-border-sm {
    position: relative;
}

    .img-border img,
    .img-border-sm img {
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
        position: relative;
        top: 0;
        left: 0;
        z-index: 2;
    }

    .img-border:before,
    .img-border-sm:before {
        position: absolute;
        content: "";
        height: 97%;
        width: 97%;
        background: #ffc107;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out;
    }

    .img-border:hover:before,
    .img-border:active:before,
    .img-border:focus:before,
    .img-border-sm:hover:before,
    .img-border-sm:active:before,
    .img-border-sm:focus:before {
        right: -30px;
        bottom: -30px;
        opacity: 1;
        visibility: visible;
    }

    .img-border:hover img,
    .img-border:active img,
    .img-border:focus img,
    .img-border-sm:hover img,
    .img-border-sm:active img,
    .img-border-sm:focus img {
        top: -5px;
        left: -5px;
    }

    .img-border-sm:hover:before,
    .img-border-sm:active:before,
    .img-border-sm:focus:before {
        right: -10px;
        bottom: -10px;
        opacity: 1;
        visibility: visible;
    }

    .img-border-sm:hover img,
    .img-border-sm:active img,
    .img-border-sm:focus img {
        top: -5px;
        left: -5px;
    }

.media-with-text .heading {
    font-size: 20px;
}

.quick-contact-info {
    background: #5c7893;
    color: rgba(255, 255, 255, 0.5);
}

    .quick-contact-info h2 {
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: .2em;
    }

.latest-sermons h2 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .2em;
}

.image-play {
    position: relative;
}

    .image-play .icon-wrap {
        z-index: 6;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: 100px;
        height: 100px;
        background: #fff;
        border-radius: 50%;
    }

        .image-play .icon-wrap > span {
            font-size: 40px;
            color: #000;
            position: absolute;
            -webkit-transform: translate(-35%, -50%);
            -ms-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%);
            top: 50%;
            left: 50%;
        }

.post-date {
    color: rgba(0, 0, 0, 0.4);
}

.section-heading h2 {
    position: relative;
    display: inline-block;
}

    .section-heading h2:before,
    .section-heading h2:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 2px;
        background: #ffc107;
        left: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .section-heading h2:before {
        width: 100px;
        bottom: -10px;
        left: 50%;
    }

    .section-heading h2:after {
        width: 80px;
        bottom: -20px;
        left: 50%;
    }

.section-heading.text-left h2:before,
.section-heading.text-left h2:after {
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.unit-8 .accordion-item .heading {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 10px 0;
}

    .unit-8 .accordion-item .heading > a {
        padding-left: 35px;
        position: relative;
        color: #000;
    }

        .unit-8 .accordion-item .heading > a:before {
            width: 20px;
            height: 20px;
            line-height: 18px;
            border: 1px solid #ccc;
            text-align: center;
            font-size: 18px;
            top: .1em;
            left: 0;
        }

        .unit-8 .accordion-item .heading > a[aria-expanded="true"]:before {
            font-family: 'icomoon';
            position: absolute;
            content: "\e316";
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            background: #FF3C08;
            color: #fff;
            border: 1px solid #FF3C08;
        }

        .unit-8 .accordion-item .heading > a[aria-expanded="false"]:before {
            content: "\e313";
            color: #ccc;
            font-family: 'icomoon';
            position: absolute;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
        }

.unit-8 .accordion-item .body-text {
    padding: 5px 0;
    padding-left: 30px;
}

.site-narrow {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.2);
}

.media-image {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

    .media-image .media-image-body {
        padding: 30px;
    }

    .media-image h2 {
        font-size: 1.2rem;
    }

    .media-image:hover {
        -webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
    }

.text-with-icon {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    top: 0;
}

    .text-with-icon .icon {
        position: relative;
        -webkit-transition: .2s all ease;
        -o-transition: .2s all ease;
        transition: .2s all ease;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .text-with-icon:hover {
        -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
        top: -10px;
    }

        .text-with-icon:hover .icon {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

.site-half {
    position: relative;
}

    .site-half .img-bg-1 {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        width: 50%;
        height: 100%;
    }

@media (max-width: 991.98px) {
    .site-half .img-bg-1 {
        position: relative;
        height: 300px;
        width: 100%;
    }
}

.site-half .img-bg-1.right {
    right: 0;
}

.btn-bg-primary {
    color: #fff;
    border-color: #fff;
    padding: 10px 30px;
    border-radius: 0;
    border-width: 2px;
}

    .btn-bg-primary:hover {
        color: #FF3C08;
        background: #fff !important;
    }

.custom-pagination span,
.custom-pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.custom-pagination .current {
    background: #e6e6e6;
    border-radius: 50%;
    font-weight: bold;
}

.custom-pagination a {
    border-radius: 50%;
    background-color: transparent;
}

    .custom-pagination a:hover {
        background: #FF3C08;
        color: #fff;
    }

.slant-1 {
    height: 70px;
    position: relative;
    z-index: 4;
    border: 1px solid red;
}

    .slant-1:before {
        position: absolute;
        width: 200%;
        content: "";
        background: #fff;
        top: -110px;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: rotate(-5deg) translateX(-20%);
        -ms-transform: rotate(-5deg) translateX(-20%);
        transform: rotate(-5deg) translateX(-20%);
    }

.first-section {
    position: relative;
    z-index: 5;
    margin-top: -150px;
}

@media (max-width: 991.98px) {
    .first-section {
        margin-top: -50px;
    }
}

.counter .caption {
    display: block;
}

.counter .number {
    font-family: 'Montserrat', sans-serif;
    font-size: 4rem;
    color: #FF3C08;
}

.footer-subscribe .form-control {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

    .footer-subscribe .form-control::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: rgba(255, 255, 255, 0.4);
        font-style: italic;
    }

    .footer-subscribe .form-control::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(255, 255, 255, 0.4);
        font-style: italic;
    }

    .footer-subscribe .form-control:-ms-input-placeholder {
        /* IE 10+ */
        color: rgba(255, 255, 255, 0.4);
        font-style: italic;
    }

    .footer-subscribe .form-control:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(255, 255, 255, 0.4);
        font-style: italic;
    }

    .footer-subscribe .form-control:focus {
        border-color: #FF3C08;
    }

.footer-subscribe .btn {
    position: relative;
    margin-left: -1px;
}

/* Blog */
.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}

    .sidebar-box *:last-child {
        margin-bottom: 0;
    }

    .sidebar-box h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none;
}

    .categories li:last-child,
    .sidelink li:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .categories li a,
    .sidelink li a {
        display: block;
    }

        .categories li a span,
        .sidelink li a span {
            position: absolute;
            right: 0;
            top: 0;
            color: #ccc;
        }

    .categories li.active a,
    .sidelink li.active a {
        color: #000;
        font-style: italic;
    }

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

    .comment-list .children {
        padding: 50px 0 0 40px;
        margin: 0;
        float: left;
        width: 100%;
    }

    .comment-list li {
        padding: 0;
        margin: 0 0 30px 0;
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
    }

        .comment-list li .vcard {
            width: 80px;
            float: left;
        }

            .comment-list li .vcard img {
                width: 50px;
                border-radius: 50%;
            }

        .comment-list li .comment-body {
            float: right;
            width: calc(100% - 80px);
        }

            .comment-list li .comment-body h3 {
                font-size: 20px;
            }

            .comment-list li .comment-body .meta {
                text-transform: uppercase;
                font-size: 13px;
                letter-spacing: .1em;
                color: #ccc;
            }

            .comment-list li .comment-body .reply {
                padding: 5px 10px;
                background: #e6e6e6;
                color: #000;
                text-transform: uppercase;
                font-size: 14px;
            }

                .comment-list li .comment-body .reply:hover {
                    color: #000;
                    background: #e3e3e3;
                }

.search-form {
    background: #f7f7f7;
    padding: 10px;
}

    .search-form .form-group {
        position: relative;
    }

        .search-form .form-group input {
            padding-right: 50px;
        }

    .search-form .icon {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.post-meta {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
}

    .post-meta a {
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

.circle-icon-wrap {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FF3C08;
    display: inline-block;
    position: relative;
}

    .circle-icon-wrap > span {
        display: inline-block;
        position: absolute;
        color: #fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }


textarea {
    resize: none;
}
/*PRELOADING------------ */
#overlayer {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 7100;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    z-index: 7700;
    position: fixed;
    top: 40%;
    width: 100%;
}

    .loader img {
        height: 150px;
        margin: 0 auto;
        display: block;
    }


/*          Responsive section         */


@media(max-width: 991px) {
    .slide-one-item h1 {
        margin-top: 2rem;
    }

    .slide-one-item h1, .slide-one-item h5 {
        text-align: center;
    }

    .home-btns {
        justify-content: center;
    }

    .overlay-blog {
        display: none;
    }
}

@media(max-width: 767px) {
    .site-navbar .site-logo img {
        height: 45px;
    }

    .corporate-row {
        bottom: 5px;
        right: 15px;
        left: 15px;
    }

    .site-blocks-cover h1 {
        font-size: 25px !important;
    }

    .site-blocks-cover h4 {
        font-size: 18px !important;
    }

    .slide-one-item h1 {
        margin-top: 1rem;
    }

    p {
        font-size: 15px;
    }

    .font-21 {
        font-size: 18px !important;
    }

    .font-24 {
        font-size: 21px !important;
    }

    .font-32 {
        font-size: 25px !important;
    }
}

@media(max-width: 575px) {
    .home-btns {
        flex-direction: column;
        margin: 10px 0;
    }

    .site-footer {
        text-align: center;
    }

    .author-section-card {
        flex-direction: column;
        column-gap: 20px;
    }

    .font-21 {
        font-size: 17px !important;
    }

    .font-24 {
        font-size: 16px !important;
    }

    .font-32 {
        font-size: 24px !important;
    }

    .font-36 {
        font-size: 26px !important;
    }

    .font-40 {
        font-size: 27px !important;
    }
}



/**************** intro_video css start ****************/
/* line 2, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
.intro_video_bg {
    background-image: url("../images/videoback.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    /* line 2, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
    .intro_video_bg {
        height: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 2, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
    .intro_video_bg {
        height: 350px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 2, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
    .intro_video_bg {
        height: 350px;
    }
}

/* line 21, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
.intro_video_bg:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-image: linear-gradient(to right, #ff3c08, #6a11cb);
    z-index: -1;
    opacity: 0.7;
}

/* line 32, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
.intro_video_bg h2 {
    font-size: 60px;
    color: #fff;
}

@media (max-width: 576px) {
    /* line 32, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
    .intro_video_bg h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    /* line 32, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
    .intro_video_bg h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* line 32, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
    .intro_video_bg h2 {
        font-size: 40px;
    }
}

/* line 48, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
.intro_video_bg .intro_video_iner {
    width: 100%;
    height: 100%;
}

/* line 53, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
.intro_video_bg .intro_video_icon {
    display: inline-block;
    margin-top: 50px;
}

/* line 57, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
.intro_video_bg .video-play-button {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #f; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

    /* line 71, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
    .intro_video_bg .video-play-button:before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background-color: rgba(195, 46, 20, 0.568);
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
    }

    /* line 86, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
    .intro_video_bg .video-play-button:after {
        content: "";
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        display: block;
        width: 80px;
        height: 80px;
        background-color: rgba(243, 60, 28, 0.322);
        border-radius: 50%;
        transition: all 200ms;
    }

    /* line 101, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
    .intro_video_bg .video-play-button:hover:after {
        background: rgba(255, 255, 255, 0.3);
    }

    /* line 105, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
    .intro_video_bg .video-play-button img {
        z-index: 3;
        margin-top: 10px;
    }

    /* line 113, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
    .intro_video_bg .video-play-button span {
        display: inline-block;
        position: relative;
        z-index: 3;
        top: 6px;
        cursor: pointer;
    }



/* line 120, E:/169 resturant Restaurant/169 resturant Restaurant/169_resturant_Restautent_html/sass/_intro_video_bg.scss */
.intro_video_bg .ti-control-play:before {
    content: "\e6ad";
    font-size: 28px;
    color: #fff;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.floating {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}
