﻿@import "https://fonts.googleapis.com/css2?family=Arial:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";

body {
    color: #666;
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 400
}

img {
    max-width: 100%
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pt-100 {
    padding-top: 100px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-50 {
    padding-bottom: 50px
}

.pt-50 {
    padding-top: 50px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-70 {
    padding-top: 70px
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.pl-15 {
    padding-left: 0;
    padding-right: 15px;
}

.pr-15 {
    padding-right: 0;
    padding-left: 15px;
}

.mr-20 {
    margin-right: 0;
    margin-left: 20px;
}

.pr-20 {
    padding-right: 0;
    padding-left: 20px;
}

.pl-20 {
    padding-left: 0;
    padding-right: 20px;
}

.mlr-5 {
    margin-right: 5px;
    margin-left: 0;
}

.mlrt-5 {
    margin-right: 5px;
    margin-left: 0;
    margin-top: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212226;
    font-family: Arial, sans-serif;
    font-weight: 600
}

p {
    margin-bottom: 15px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #666;
    line-height: 1.7 ;
    font-weight: 400
}

    p:last-child {
        margin-bottom: 0
    }

a {
    text-decoration: none
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #232428 !important;
}

.primary-color {
    color: #232428 !important;
}

.owl-nav {
    margin-top: 0 !important
}

.owl-dots {
    margin-top: 0 !important
}

.default-btn {
    padding: 14px 30px 15px 55px;
}

    .default-btn i {
        right: auto;
        left: 25px !important;
    }

.form-control {
    height: 50px;
    border: 1px solid #e2e2e2;
    padding-left: 15px
}

    .form-control::-webkit-input-placeholder {
        color: #666;
        -webkit-transition: all ease .5s;
        transition: all ease .5s
    }

    .form-control:-ms-input-placeholder {
        color: #666;
        -webkit-transition: all ease .5s;
        transition: all ease .5s
    }

    .form-control::-ms-input-placeholder {
        color: #666;
        -webkit-transition: all ease .5s;
        transition: all ease .5s
    }

    .form-control::placeholder {
        color: #666;
        -webkit-transition: all ease .5s;
        transition: all ease .5s
    }

    .form-control:focus {
        border: 1px solid #d00;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .form-control:focus::-webkit-input-placeholder {
            color: transparent
        }

        .form-control:focus:-ms-input-placeholder {
            color: transparent
        }

        .form-control:focus::-ms-input-placeholder {
            color: transparent
        }

        .form-control:focus::placeholder {
            color: transparent
        }

textarea {
    height: auto !important
}

.banner-desc {
    font-size: 35px;
    padding-bottom: 35px;
    color: #fff !important;
}

.bg-f0f0f0 {
    background-color: #f0f0f0
}

.default-btn {
    background-color: #f0f0f0;
    color: #212226;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    display: inline-block;
    font-family: Arial, sans-serif;
    border: unset;
    z-index: 1;
    overflow: hidden
}

    .default-btn i {
        position: absolute;
        top: 52%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px
    }

    .default-btn::before {
        position: absolute;
        content: '';
        background-color: #212226;
        height: 0%;
        width: 0%;
        border-radius: 30px;
        bottom: 0;
        right: 0;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        z-index: -1
    }

    .default-btn::after {
        position: absolute;
        content: '';
        background-color: #d00;
        height: 0%;
        width: 0%;
        border-radius: 30px;
        top: 0;
        left: 0;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        z-index: -1
    }

    .default-btn.active {
        background-color: #d00;
        color: #fff
    }

        .default-btn.active:hover {
            background-color: #212226;
            color: #fff
        }

    .default-btn:hover {
        color: #fff;
        border-color: #d00
    }

        .default-btn:hover::before {
            width: 100%;
            height: 100%
        }

        .default-btn:hover::after {
            width: 100%;
            height: 100%
        }

    .default-btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .default-btn.style-2 {
        border: 1px solid #d00;
        background-color: transparent
    }

    .default-btn.style-3 {
        border: 1px solid #606060;
        background-color: transparent;
        color: #fff
    }

        .default-btn.style-3:hover {
            border-color: #d00
        }

    .default-btn.style-4 {
        border: 1px solid #f0f0f0;
        background-color: transparent
    }

        .default-btn.style-4:hover {
            border-color: #d00
        }

    .default-btn.style-5 {
        border: 1px solid #d00;
        background-color: transparent;
        color: #fff
    }

        .default-btn.style-5:hover {
            border-color: #d00
        }

    .default-btn.for-card {
        padding: 10px 20px
    }

.section-title {
    max-width: 660px;
    margin: auto auto 40px;
    text-align: center
}

    .section-title span {
        color: #d00;
        display: inline-block;
        margin-bottom: 10px;
        font-weight: 500
    }

    .section-title h2 {
        font-size: 40px;
        margin-bottom: 15px;
        text-align: center !important;
        position: relative;
        border-radius: 10px;
        font-weight: 700
    }

        .section-title h2 .overlay {
            position: absolute;
            left: 0;
            top: 0;
            background: #d00;
            width: 100%;
            height: 100%;
            z-index: 1;
            border-radius: 10px
        }

    .section-title.white-title span {
        color: #d00
    }

    .section-title.white-title h2 {
        color: #fff
    }

    .section-title.style2 {
        text-align: center;
        margin-left: auto;
        margin-right: auto
    }

        .section-title.style2 h2 {
            margin-bottom: 0
        }

.no-scroll-y {
    overflow-y: hidden
}

.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

    .ctn-preloader .animation-preloader {
        position: absolute;
        z-index: 100
    }

        .ctn-preloader .animation-preloader .spinner {
            -webkit-animation: spinner 1s infinite linear;
            animation: spinner 1s infinite linear;
            border-radius: 50%;
            border: 3px solid rgba(0, 0, 0, .2);
            border-top-color: #d00;
            height: 8em;
            margin: 0 auto 3.5em;
            width: 8em
        }

        .ctn-preloader .animation-preloader .txt-loading {
            font: 700 5em montserrat, sans-serif;
            text-align: center;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

            .ctn-preloader .animation-preloader .txt-loading .letters-loading {
                color: #d00;
                position: relative
            }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
                    -webkit-animation: letters-loading 4s infinite;
                    animation: letters-loading 4s infinite;
                    color: #212226;
                    content: attr(data-text-preloader);
                    left: 0;
                    opacity: 0;
                    position: absolute;
                    top: 0;
                    -webkit-transform: rotateY(-90deg);
                    transform: rotateY(-90deg)
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
                    -webkit-animation-delay: .2s;
                    animation-delay: .2s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
                    -webkit-animation-delay: .4s;
                    animation-delay: .4s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
                    -webkit-animation-delay: .6s;
                    animation-delay: .6s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
                    -webkit-animation-delay: .8s;
                    animation-delay: .8s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
                    -webkit-animation-delay: 1s;
                    animation-delay: 1s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
                    -webkit-animation-delay: 1.2s;
                    animation-delay: 1.2s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
                    -webkit-animation-delay: 1.4s;
                    animation-delay: 1.4s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
                    -webkit-animation-delay: 1.6s;
                    animation-delay: 1.6s
                }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
                    -webkit-animation-delay: 1.8s;
                    animation-delay: 1.8s
                }

    .ctn-preloader .loader-section {
        background-color: #fff;
        height: 100%;
        position: fixed;
        top: 0;
        width: calc(50% + 1px)
    }

        .ctn-preloader .loader-section.section-left {
            left: 0
        }

        .ctn-preloader .loader-section.section-right {
            right: 0
        }

.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.loaded .loader-section.section-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 3.5s .1s all cubic-bezier(.1, .1, .1, 2);
    transition: 3.5s .1s all cubic-bezier(.1, .1, .1, 2)
}

.loaded .loader-section.section-right {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 3.5s .1s all cubic-bezier(.1, .1, .1, 2);
    transition: 3.5s .1s all cubic-bezier(.1, .1, .1, 2)
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes letters-loading {

    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@keyframes letters-loading {

    0%, 75%, 100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%, 50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@media screen and (max-width:767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: 700 3.5em montserrat, sans-serif
    }
}

@media screen and (max-width:500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: 700 2em montserrat, sans-serif
    }
}

.navbar-area {
    position: relative;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px
}

    .navbar-area.is-sticky {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        position: -webkit-sticky !important;
        position: sticky !important;
        -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
    }

    .navbar-area .container-fluid {
        max-width: 1580px;
        padding-left: 30px;
        padding-right: 30px;
        margin: auto
    }

    .navbar-area .navbar-brand .white-logo {
        display: none
    }

    .navbar-area .mobile-responsive-menu .logo .white-logo {
        display: none
    }

    .navbar-area.style2 {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 222;
        background-color: transparent;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }

        .navbar-area.style2 .desktop-nav .navbar .navbar-nav .nav-item a {
            color: #fff
        }

            .navbar-area.style2 .desktop-nav .navbar .navbar-nav .nav-item a:hover,
            .navbar-area.style2 .desktop-nav .navbar .navbar-nav .nav-item a:focus,
            .navbar-area.style2 .desktop-nav .navbar .navbar-nav .nav-item a.active {
                color: #d00
            }

        .navbar-area.style2 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
            color: #212226
        }

            .navbar-area.style2 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
            .navbar-area.style2 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
            .navbar-area.style2 .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                color: #d00
            }

        .navbar-area.style2.is-sticky {
            background-color: #212226;
            position: fixed !important
        }

.navbar-brand {
    margin-right: 40px
}

.desktop-nav {
    padding-top: 0;
    padding-bottom: 0
}

    .desktop-nav .navbar {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        z-index: 2;
        padding-right: 0;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0
    }

        .desktop-nav .navbar ul {
            margin-bottom: 0;
            list-style-type: none
        }

        .desktop-nav .navbar .navbar-nav .nav-item {
            position: relative;
            padding-bottom: 20px;
            padding-top: 20px;
            padding-right: 0;
            padding-left: 0
        }

            .desktop-nav .navbar .navbar-nav .nav-item a {
                font-size: 16px;
                color: #1b2336;
                line-height: 1;
                position: relative;
                font-weight: 600;
                font-family: Arial, sans-serif;
                padding-left: 0;
                padding-top: 0;
                padding-right: 0;
                padding-bottom: 0;
                margin-left: 15px;
                margin-right: 15px;
                text-decoration:none;
            }

                .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
                    padding-left: 20px
                }

                    .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
                        display: none
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
                        content: "\ea4e";
                        position: absolute;
                        top: 1px;
                        left: 0;
                        font-family: remixicon !important;
                        line-height: 1;
                        font-size: 18px;
                        font-weight: 700
                    }

                .desktop-nav .navbar .navbar-nav .nav-item a:hover,
                .desktop-nav .navbar .navbar-nav .nav-item a:focus,
                .desktop-nav .navbar .navbar-nav .nav-item a.active {
                    color: #d00
                }

                .desktop-nav .navbar .navbar-nav .nav-item a i {
                    font-size: 18px;
                    line-height: 0;
                    position: relative;
                    top: 4px
                }


            .desktop-nav .navbar .navbar-nav .nav-item:first-child a {
                margin-right: auto
            }

            .desktop-nav .navbar .navbar-nav .nav-item:hover a,
            .desktop-nav .navbar .navbar-nav .nav-item:focus a,
            .desktop-nav .navbar .navbar-nav .nav-item.active a {
                color: #d00
            }

            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
                box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                background: #fff;
                position: absolute;
                visibility: hidden;
                border-radius: 0;
                display: block;
                width: 250px;
                border: none;
                z-index: 99;
                opacity: 0;
                top: 80px;
                left: 0;
                padding: 0
            }

                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
                    padding: 0
                }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                        color: #1b2336;
                        padding: 15px;
                        border-bottom: 1px dashed #ededed;
                        margin: 0;
                        line-height: 1;
                        display: block;
                        text-align: right;
                        position: relative
                    }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
                            display: none
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
                            content: "\ea4e";
                            font-family: remixicon !important;
                            position: absolute;
                            top: 14px;
                            left: 13px;
                            line-height: 1;
                            font-size: 16px
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                            color: #d00
                        }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                        right: 250px;
                        left: auto;
                        top: 0;
                        opacity: 0;
                        visibility: hidden
                    }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                            color: #1b2336;
                            border-bottom: 1px dashed #ededed;
                            font-size: 15px;
                            font-weight: 600;
                            line-height: 1;
                            position: relative
                        }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
                                display: none
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
                                content: "\ea12";
                                position: absolute;
                                top: 14px;
                                right: 13px;
                                font-family: remixicon !important;
                                line-height: 1;
                                font-size: 17px
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                                color: #d00
                            }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                            right: 250px;
                            left: auto;
                            top: 0;
                            opacity: 0;
                            visibility: hidden
                        }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                color: #000
                            }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                    color: #d00
                                }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                right: -250px;
                                left: auto;
                                top: 0;
                                opacity: 0;
                                visibility: hidden
                            }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                    color: #000
                                }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                        color: #d00
                                    }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                    right: -250px;
                                    left: auto;
                                    top: 0;
                                    opacity: 0;
                                    visibility: hidden
                                }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                        color: #000
                                    }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                            color: #d00
                                        }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                        right: -250px;
                                        left: auto;
                                        top: 0;
                                        opacity: 0;
                                        visibility: hidden
                                    }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                            color: #000
                                        }

                                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
                                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
                                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                color: #d00
                                            }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                            right: -250px;
                                            left: auto;
                                            top: 0;
                                            opacity: 0;
                                            visibility: hidden
                                        }

                                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                                color: #000
                                            }

                                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
                                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
                                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                    color: #1b2336
                                                }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                            color: #1b2336
                                        }

                                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                            opacity: 1;
                                            visibility: visible;
                                            top: -15px
                                        }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                        color: #d00
                                    }

                                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                        opacity: 1;
                                        visibility: visible;
                                        top: -1px
                                    }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                    color: #d00
                                }

                                .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                    opacity: 1;
                                    top: -1px;
                                    visibility: visible
                                }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                color: #d00
                            }

                            .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                opacity: 1;
                                top: -15px;
                                visibility: visible
                            }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                            color: #d00
                        }

                        .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                            opacity: 1;
                            visibility: visible;
                            top: -15px
                        }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                        color: #d00
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                        opacity: 1;
                        visibility: visible;
                        top: 0
                    }

                    .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
                        border-bottom: none
                    }

            .desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                top: 100%;
                opacity: 1;
                margin-top: 16px;
                -webkit-transform: translateY(1);
                transform: translateY(1);
                visibility: visible
            }

        .desktop-nav .navbar .others-options {
            padding-left: 40px
        }

            .desktop-nav .navbar .others-options .option-item {
                display: inline-block;
                margin-left: 15px
            }

            .desktop-nav .navbar .others-options.style2 .option-item {
                display: inline-block
            }

            .desktop-nav .navbar .others-options.style2 .default-btn {
                top: -3px
            }

            .desktop-nav .navbar .others-options.style2 .header-contact-box {
                text-align: start;
                position: relative;
                padding-left: 58px;
                -webkit-transition: all ease .5s;
                transition: all ease .5s;
                margin-right: 30px;
                top: 10px
            }

                .desktop-nav .navbar .others-options.style2 .header-contact-box p {
                    margin-bottom: 0;
                    font-size: 14px;
                    line-height: initial
                }

                .desktop-nav .navbar .others-options.style2 .header-contact-box a {
                    font-size: 14px;
                    color: #212226;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s;
                    font-weight: 500
                }

                .desktop-nav .navbar .others-options.style2 .header-contact-box span {
                    font-size: 14px;
                    color: #212226;
                    font-weight: 500
                }

                .desktop-nav .navbar .others-options.style2 .header-contact-box .icon {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    height: 45px;
                    width: 45px;
                    color: #212226;
                    line-height: 45px;
                    background-color: #e5e5e5;
                    font-size: 18px;
                    color: #d00;
                    text-align: center;
                    border-radius: 5px;
                    z-index: 1;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s
                }

                    .desktop-nav .navbar .others-options.style2 .header-contact-box .icon::before {
                        position: absolute;
                        content: '';
                        height: 0%;
                        width: 100%;
                        left: 0;
                        top: 0;
                        border-radius: 5px;
                        background-color: #d00;
                        z-index: -1;
                        -webkit-transition: all ease .5s;
                        transition: all ease .5s
                    }

                .desktop-nav .navbar .others-options.style2 .header-contact-box:hover a {
                    color: #d00
                }

                .desktop-nav .navbar .others-options.style2 .header-contact-box:hover .icon {
                    color: #fff
                }

                    .desktop-nav .navbar .others-options.style2 .header-contact-box:hover .icon::before {
                        height: 100%
                    }

                .desktop-nav .navbar .others-options.style2 .header-contact-box.style2 .icon {
                    background-color: #d00;
                    color: #fff
                }

                    .desktop-nav .navbar .others-options.style2 .header-contact-box.style2 .icon::before {
                        background-color: #e5e5e5
                    }

                .desktop-nav .navbar .others-options.style2 .header-contact-box.style2:hover .icon {
                    color: #d00
                }

            .desktop-nav .navbar .others-options.style2 .option-item .switch-box {
                position: relative;
                top: -1px
            }

.others-option-for-responsive {
    display: none !important
}

    .others-option-for-responsive .dot-menu {
        padding: 0 10px;
        height: 30px;
        cursor: pointer;
        z-index: 999;
        position: absolute;
        right: 40px;
        top: -45px
    }

        .others-option-for-responsive .dot-menu .inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 30px
        }

            .others-option-for-responsive .dot-menu .inner .circle {
                height: 5px;
                width: 5px;
                border-radius: 100%;
                margin: 0 2px;
                -webkit-transition: all ease .5s;
                transition: all ease .5s;
                background-color: #d00
            }

        .others-option-for-responsive .dot-menu:hover .inner .circle {
            background-color: #d00
        }

    .others-option-for-responsive .container {
        position: relative
    }

        .others-option-for-responsive .container .container {
            position: absolute;
            right: -2px;
            top: 15px;
            max-width: 320px;
            margin-left: auto;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all ease .5s;
            transition: all ease .5s;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            z-index: 2;
            padding-left: 15px;
            padding-right: 15px
        }

            .others-option-for-responsive .container .container.active {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scaleY(1);
                transform: scaleY(1)
            }

    .others-option-for-responsive .others-options {
        padding: 10px;
        text-align: center
    }

        .others-option-for-responsive .others-options .option-item {
            display: inline-block
        }

            .others-option-for-responsive .others-options .option-item .default-btn {
                left: -10px;
                padding: 10px 12px
            }

        .others-option-for-responsive .others-options.style2 .option-item {
            display: inline-block
        }

            .others-option-for-responsive .others-options.style2 .option-item .default-btn {
                top: -3px;
                left: -5px
            }

        .others-option-for-responsive .others-options.style2 .header-contact-box {
            text-align: start;
            position: relative;
            padding-left: 50px;
            -webkit-transition: all ease .5s;
            transition: all ease .5s;
            top: 4px;
            margin-bottom: 30px
        }

            .others-option-for-responsive .others-options.style2 .header-contact-box p {
                margin-bottom: 0;
                font-size: 14px;
                line-height: initial
            }

            .others-option-for-responsive .others-options.style2 .header-contact-box a {
                font-size: 14px;
                color: #212226;
                -webkit-transition: all ease .5s;
                transition: all ease .5s;
                font-weight: 500
            }

            .others-option-for-responsive .others-options.style2 .header-contact-box span {
                font-size: 14px;
                color: #212226;
                font-weight: 500
            }

            .others-option-for-responsive .others-options.style2 .header-contact-box .icon {
                position: absolute;
                left: 0;
                height: 40px;
                width: 40px;
                color: #212226;
                line-height: 42px;
                background-color: #e5e5e5;
                font-size: 16px;
                color: #d00;
                text-align: center;
                border-radius: 5px;
                z-index: 1;
                -webkit-transition: all ease .5s;
                transition: all ease .5s
            }

                .others-option-for-responsive .others-options.style2 .header-contact-box .icon::before {
                    position: absolute;
                    content: '';
                    height: 0%;
                    width: 100%;
                    left: 0;
                    top: 0;
                    border-radius: 5px;
                    background-color: #d00;
                    z-index: -1;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s
                }

            .others-option-for-responsive .others-options.style2 .header-contact-box:hover a {
                color: #d00
            }

            .others-option-for-responsive .others-options.style2 .header-contact-box:hover .icon {
                color: #fff
            }

                .others-option-for-responsive .others-options.style2 .header-contact-box:hover .icon::before {
                    height: 100%
                }

            .others-option-for-responsive .others-options.style2 .header-contact-box.style2 .icon {
                background-color: #d00;
                color: #fff
            }

                .others-option-for-responsive .others-options.style2 .header-contact-box.style2 .icon::before {
                    background-color: #e5e5e5
                }

            .others-option-for-responsive .others-options.style2 .header-contact-box.style2:hover .icon {
                color: #d00
            }

        .others-option-for-responsive .others-options.style2 .switch-box {
            position: relative;
            top: -3px
        }

.mobile-responsive-nav {
    display: none
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes movebounce2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes movebounce2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

.top-header-area {
    background-color: #212226;
    padding-top: 10px;
    padding-bottom: 10px
}

    .top-header-area .container-fluid {
        max-width: 1580px;
        padding-left: 30px;
        padding-right: 30px
    }

    .top-header-area.style-2 {
        background-color: transparent
    }

.header-left-content ul {
    margin-bottom: 0
}

    .header-left-content ul li {
        display: inline-block;
        position: relative;
        padding-left: 25px;
        margin-right: 30px;
        color: #b8b8b8
    }

        

        .header-left-content ul li a {
            color: #b8b8b8;
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

            .header-left-content ul li a:hover {
                color: #d00
            }

        .header-left-content ul li i {
            position: absolute;
            left: 0;
            top: -2px;
            color: #d00;
            font-size: 18px
        }

.header-right-content {
    text-align: end
}

    .header-right-content .social-content {
        position: relative;
        top: 3px
    }

        .header-right-content .social-content ul {
            padding-left: 0;
            margin-bottom: 0
        }

            .header-right-content .social-content ul li {
                display: inline-block;
                margin-right: 10px
            }

                .header-right-content .social-content ul li:last-child {
                    margin-right: 10px
                }

                .header-right-content .social-content ul li a {
                    height: 30px;
                    width: 30px;
                    line-height: 30px;
                    text-align: center;
                    display: inline-block;
                    background-color: #4a4a4a;
                    color: #b8b8b8;
                    border-radius: 100%;
                    position: relative;
                    z-index: 1;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s;
                    overflow: hidden
                }

                    .header-right-content .social-content ul li a::before {
                        position: absolute;
                        content: '';
                        height: 0%;
                        width: 100%;
                        left: 0;
                        bottom: 0;
                        background-color: #d00;
                        border-radius: 100%;
                        z-index: -1;
                        -webkit-transition: all ease .5s;
                        transition: all ease .5s
                    }

                    .header-right-content .social-content ul li a:hover {
                        color: #fff
                    }

                        .header-right-content .social-content ul li a:hover::before {
                            height: 100%
                        }

.header-area {
    position: fixed;
    background-color: unset;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 999
}

.banner-slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 170px;
    padding-bottom: 180px;
    position: relative;
    z-index: 1
}

.banner-area {
    direction: ltr;
}

.banner-slider-item::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(39.43%, rgba(2, 12, 23, 0.61)), color-stop(60.36%, rgba(17, 17, 17, 0)));
    background: linear-gradient(90deg, rgba(2, 12, 23, 0.61) 39.43%, rgba(17, 17, 17, 0) 60.36%);
    z-index: -1
}

.banner-slider-item.bg-1 {
    background-image: url(../images/banner/banner-bg-1.jpg)
}

.banner-slider-item.bg-2 {
    background-image: url(../images/banner/banner-bg-2.jpg)
}

.banner-slider-item.bg-3 {
    background-image: url(../images/banner/banner-bg-3.jpg)
}

.banner-slider-item .container-fluid {
    max-width: 1580px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto
}

.banner-content {
    max-width: 650px;
    margin-left: auto;
    margin-right: 10%;
    text-align: right;
}

    .banner-content span {
        color: #d00;
        display: inline-block;
        margin-bottom: 10px
    }

    .banner-content h1 {
        font-size: 60px;
        color: #fff;
        line-height: 70px;
        margin-bottom: 32px;
        font-weight: 700;
        position: relative
    }

        .banner-content h1 .overlay {
            position: absolute;
            left: 0;
            top: 0;
            background: #d00;
            width: 100%;
            height: 100%;
            z-index: 1;
            border-radius: 10px
        }

    .banner-content p {
        color: #b5b5b5;
        margin-bottom: 40px
    }

    .banner-content .apply-content {
        background-color: #fff;
        padding: 20px 25px;
        border-radius: 50px;
        position: relative
    }

        .banner-content .apply-content::before {
            position: absolute;
            content: '';
            height: 100%;
            width: 100%;
            border: 1px dashed #d00;
            top: 10px;
            left: -10px;
            border-radius: 50px;
            z-index: -1
        }

        .banner-content .apply-content .apply-img ul {
            padding-left: 0;
            margin-bottom: 0
        }

            .banner-content .apply-content .apply-img ul li {
                display: inline-block;
                margin-left: -15px
            }

                .banner-content .apply-content .apply-img ul li:first-child {
                    margin-left: 0
                }

        .banner-content .apply-content .apply-text span {
            color: #212226;
            margin-bottom: 0
        }

        .banner-content .apply-content .apply-btn {
            text-align: end
        }

            .banner-content .apply-content .apply-btn .default-btn {
                position: relative;
                top: 3px
            }

    .banner-content.style2 {
        max-width: none;
        margin-bottom: 60px
    }

        .banner-content.style2 p {
            padding-right: 20px
        }

    .banner-content.style3 {
        max-width: 760px
    }

        .banner-content.style3 h1 {
            font-size: 100px;
            line-height: 110px
        }

.banner-area-style2 {
    background-color: #212226;
    background-image: url(../images/banner/banner-bg-4.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding-top: 30px
}

    .banner-area-style2::before {
        position: absolute;
        content: '';
        height: 50px;
        width: 100%;
        left: 0;
        bottom: -1px;
        background-color: #fff;
        z-index: -1
    }

    .banner-area-style2 .container-fluid {
        max-width: 1580px;
        padding-left: 30px;
        padding-right: 30px;
        overflow: hidden
    }

.banner-img {
    text-align: end;
    padding-right: 60px;
    -webkit-animation: movebounce2 6s linear infinite;
    animation: movebounce2 6s linear infinite
}

.banner-slider-item-style2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 360px;
    padding-bottom: 250px
}

    .banner-slider-item-style2.bg-1 {
        background-image: url(../images/banner/banner-bg-5.jpg)
    }

    .banner-slider-item-style2.bg-2 {
        background-image: url(../images/banner/banner-bg-6.jpg)
    }

    .banner-slider-item-style2 .container-fluid {
        max-width: 1580px;
        padding-left: 30px;
        padding-right: 30px;
        margin: auto
    }

.banner-slider2.owl-theme .owl-nav {
    margin-top: 0 !important;
    max-width: 1660px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .banner-slider2.owl-theme .owl-nav .owl-prev,
    .banner-slider2.owl-theme .owl-nav .owl-next {
        position: absolute;
        right: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        border: none;
        height: 55px;
        width: 55px;
        line-height: 62px;
        border-radius: 100%;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        font-size: 24px;
        font-weight: 500
    }

        .banner-slider2.owl-theme .owl-nav .owl-prev i,
        .banner-slider2.owl-theme .owl-nav .owl-next i {
            position: relative;
            top: -2px;
            left: 0
        }

        .banner-slider2.owl-theme .owl-nav .owl-prev.owl-next,
        .banner-slider2.owl-theme .owl-nav .owl-next.owl-next {
            top: 70px;
            right: 0;
            left: auto
        }

            .banner-slider2.owl-theme .owl-nav .owl-prev.owl-next i,
            .banner-slider2.owl-theme .owl-nav .owl-next.owl-next i {
                position: relative;
                right: -1px;
                left: auto;
                top: -3px
            }

        .banner-slider2.owl-theme .owl-nav .owl-prev:hover,
        .banner-slider2.owl-theme .owl-nav .owl-next:hover {
            background-color: #d00;
            color: #fff
        }

.page-banner-content h1 {
    font-size: 40px;
    margin-bottom: 20px
}

.page-banner-content ul {
    padding-left: 0;
    margin-bottom: 0;
    padding-right: 00;
}

    .page-banner-content ul li {
        display: inline-block;
        color: #d00;
        font-size: 16px;
        margin-right: 0px;
        position: relative
    }

        .page-banner-content ul li::before {
            position: absolute;
            content: '\ea6e';
            font-family: remixicon !important;
            top: -3px;
            right: -22px;
            color: #212226;
            font-weight: 500;
            font-size: 00px;
            color: #212226;
            display: none;
        }

        .page-banner-content ul li a {
            color: #212226
        }

        .page-banner-content ul li:last-child {
            margin-right: 0
        }

            .page-banner-content ul li:last-child::before {
                display: none
            }

.page-banner-image {
    text-align: end
}

.single-services-card {
    padding: 30px;
    border: 1px dashed rgba(221, 0, 0, .15);
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    min-height: 215px;
}

    .single-services-card .services-content {
        padding-left: 120px;
        position: relative
    }

        .single-services-card .services-content .icon {
            height: 100px;
            width: 100px;
            line-height: 110px;
            border-radius: 100%;
            font-size: 55px;
            text-align: center;
            background-color: #f0f0f0;
            position: absolute;
            left: 0;
            top: 3px;
            -webkit-transition: all ease .5s;
            transition: all ease .5s;
            z-index: 1;
            overflow: hidden
        }

            .single-services-card .services-content .icon::before {
                position: absolute;
                content: '';
                height: 0%;
                width: 100%;
                left: 0;
                bottom: 0;
                background-color: #d00;
                border-radius: 100%;
                z-index: -1;
                -webkit-transition: all ease .5s;
                transition: all ease .5s
            }

        .single-services-card .services-content h3 {
            font-size: 22px;
            margin-bottom: 20px;
            font-weight: 600
        }

            .single-services-card .services-content h3 a {
                color: #212226;
                -webkit-transition: all ease .5s;
                transition: all ease .5s
            }

                .single-services-card .services-content h3 a:hover {
                    color: #d00
                }

        .single-services-card .services-content p {
            margin-bottom: 25px
        }

    .single-services-card .number {
        font-size: 70px;
        color: #f0f0f0;
        font-weight: 500;
        position: absolute;
        right: 10px;
        bottom: -5px
    }

    .single-services-card::before {
        position: absolute;
        content: '';
        height: 50px;
        width: 0%;
        left: 0;
        top: 0;
        background-color: #d00;
        border-radius: 10px 0 100% 0;
        -webkit-transition: all ease .5s;
        transition: all ease .5s
    }

    .single-services-card:hover {
        -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        border-color: transparent
    }

        .single-services-card:hover::before {
            width: 50px;
            border-radius: 10px 0 100% 0
        }

        .single-services-card:hover .icon {
            color: #fff
        }

            .single-services-card:hover .icon::before {
                height: 100%
            }

.single-services-box {
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    margin-bottom: 30px
}

    .single-services-box .services-img {
        overflow: hidden;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        border-radius: 10px 10px 0 0
    }

        .single-services-box .services-img img {
            overflow: hidden;
            -webkit-transition: all ease .5s;
            transition: all ease .5s;
            border-radius: 10px 10px 0 0
        }

    .single-services-box .services-content {
        padding: 30px
    }

        .single-services-box .services-content h3 {
            font-size: 20px;
            margin-bottom: 20px
        }

            .single-services-box .services-content h3 a {
                color: #212226;
                -webkit-transition: all ease .5s;
                transition: all ease .5s
            }

                .single-services-box .services-content h3 a:hover {
                    color: #d00
                }

        .single-services-box .services-content p {
            margin-bottom: 28px
        }

    .single-services-box:hover .services-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .single-services-box.style2 {
        border: unset
    }

        .single-services-box.style2 .services-img {
            border-radius: 155px 155px 0 0;
            overflow: hidden
        }

            .single-services-box.style2 .services-img img {
                border-radius: 155px 155px 0 0;
                overflow: hidden
            }

        .single-services-box.style2 .services-content {
            background-color: #fff;
            border-radius: 0 0 10px 10px;
            -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .04);
            box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .04);
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

        .single-services-box.style2:hover .services-content {
            -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .09);
            box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .09)
        }

.services-area.service-bg {
    background-image: url(../images/services/services-bg-1.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1
}

    .services-area.service-bg::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(17, 17, 17, .85);
        z-index: -1
    }

    .services-area.service-bg::after {
        position: absolute;
        content: '';
        height: 200px;
        width: 100%;
        left: 0;
        bottom: 0;
        background: #fff;
        z-index: -1
    }

.services-details .services-details-top-content {
    margin-bottom: 30px
}

    .services-details .services-details-top-content .top-image {
        margin-bottom: 20px
    }

        .services-details .services-details-top-content .top-image img {
            border-radius: 10px
        }

    .services-details .services-details-top-content h2 {
        font-size: 30px;
        margin-bottom: 15px
    }

    .services-details .services-details-top-content p {
        margin-bottom: 20px
    }

        .services-details .services-details-top-content p:last-child {
            margin-bottom: 0
        }

.services-details .boxing-content {
    margin-bottom: 30px
}

    .services-details .boxing-content h3 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .services-details .boxing-content p {
        margin-bottom: 20px
    }

    .services-details .boxing-content ol {
        padding-left: 18px;
        margin-bottom: 0
    }

        .services-details .boxing-content ol li {
            margin-bottom: 13px
        }

            .services-details .boxing-content ol li:last-child {
                margin-bottom: 0
            }

.services-details .boxer-content {
    margin-bottom: 30px
}

    .services-details .boxer-content .boxer-img {
        margin-bottom: 30px
    }

        .services-details .boxer-content .boxer-img img {
            border-radius: 10px
        }

    .services-details .boxer-content h3 {
        font-size: 20px;
        margin-bottom: 20px
    }

.about-img {
    position: relative
}

    .about-img .main-img {
        padding-right: 160px;
        border-radius: 10px
    }

    .about-img .small-img {
        height: 400px;
        width: 285px;
        background-color: #fff;
        border-radius: 156px 10px 156px 156px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .about-img .small-img img {
            padding: 5px;
            border-radius: 156px 10px 156px 156px
        }

.about-content.style3 {
    position: relative;
    margin-left: -50px
}

.about-content .about-title span {
    color: #d00;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500
}

.about-content .about-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700
}

    .about-content .about-title h2 .overlay {
        position: absolute;
        left: 0;
        top: 0;
        background: #d00;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 10px
    }

.about-content p {
    margin-bottom: 25px
}

.about-content .features-list {
    margin-bottom: 20px
}

    .about-content .features-list ul {
        padding-right: 0;
        margin-bottom: 0
    }

        .about-content .features-list ul li {
            list-style-type: none;
            padding-right: 22px;
            position: relative;
            margin-bottom: 12px
        }

            .about-content .features-list ul li i {
                position: absolute;
                right: 0;
                top: -1px;
                font-weight: 500;
                font-size: 18px;
                color: #d00
            }

.about-content .about-features-list {
    margin-bottom: 10px
}

    .about-content .about-features-list ul {
        padding-left: 0;
        margin-bottom: 0
    }

        .about-content .about-features-list ul li {
            list-style-type: none;
            margin-bottom: 20px
        }

            .about-content .about-features-list ul li .top-content {
                padding-left: 26px;
                position: relative
            }

                .about-content .about-features-list ul li .top-content h3 {
                    font-size: 20px;
                    margin-bottom: 15px
                }

                .about-content .about-features-list ul li .top-content i {
                    position: absolute;
                    left: 0;
                    top: -2px;
                    font-size: 22px;
                    font-weight: 500;
                    color: #d00
                }

.progress-content {
    margin-top: 40px
}

    .progress-content ul {
        padding-left: 0;
        margin-bottom: 0
    }

        .progress-content ul li {
            list-style-type: none;
            margin-bottom: 48px
        }

            .progress-content ul li .single-progress {
                position: relative;
                padding-left: 140px
            }

                .progress-content ul li .single-progress h3 {
                    font-size: 20px;
                    margin-bottom: 10px;
                    font-weight: 600
                }

                .progress-content ul li .single-progress .circlechart {
                    width: 110px;
                    height: 110px;
                    position: absolute;
                    left: 0;
                    top: 53%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

                    .progress-content ul li .single-progress .circlechart .circle-chart {
                        width: 110px;
                        height: 110px
                    }

                        .progress-content ul li .single-progress .circlechart .circle-chart .circle-chart__background {
                            stroke: #e4e2e2;
                            stroke-width: 1.5
                        }

                        .progress-content ul li .single-progress .circlechart .circle-chart .circle-chart__circle {
                            stroke: #d00 !important;
                            stroke-width: 1.5
                        }

                        .progress-content ul li .single-progress .circlechart .circle-chart .circle-chart__info {
                            font-weight: 600
                        }

                            .progress-content ul li .single-progress .circlechart .circle-chart .circle-chart__info .circle-chart__percent {
                                position: relative
                            }

.about-img-content {
    padding-right: 100px;
    margin-right: 60px;
    padding-bottom: 60px;
    position: relative
}

    .about-img-content .image {
        position: relative;
        z-index: 1
    }

        .about-img-content .image::before {
            position: absolute;
            content: '';
            height: 100%;
            width: 100%;
            top: 30px;
            left: 30px;
            background: rgba(221, 0, 0, .1);
            z-index: -1;
            border-radius: 10px
        }

    .about-img-content .sm-img {
        position: absolute;
        height: 350px;
        width: 350px;
        right: 0;
        bottom: 0;
        z-index: 1;
        border-radius: 100%
    }

        .about-img-content .sm-img img {
            border-radius: 100%
        }

.about-img-style2 {
    position: relative
}

    .about-img-style2 .main-img {
        padding-right: 230px;
        padding-bottom: 50px
    }

    .about-img-style2 img {
        border-radius: 12px
    }

    .about-img-style2 .small-img1 {
        position: absolute;
        height: 277px;
        width: 258px;
        bottom: 0;
        right: 15px;
    }

    .about-img-style2 .small-img2 {
        position: absolute;
        height: 165px;
        width: 165px;
        top: 0;
        right: 15px
    }

        .about-img-style2 .small-img2 img {
            border-radius: 100%
        }

.choose-content .choose-title span {
    color: #d00;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500
}

.choose-content .choose-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative
}

    .choose-content .choose-title h2 .overlay {
        position: absolute;
        left: 0;
        top: 0;
        background: #d00;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 10px
    }

.choose-content p {
    margin-bottom: 25px
}

.choose-content .skills {
    position: relative
}

    .choose-content .skills .skill-item {
        position: relative;
        margin-bottom: 20px
    }

        .choose-content .skills .skill-item .skill-header {
            position: relative;
            margin-bottom: 10px
        }

            .choose-content .skills .skill-item .skill-header .skill-title {
                font-size: 16px;
                margin-bottom: 0;
                font-weight: 400
            }

            .choose-content .skills .skill-item .skill-header .skill-percentage {
                position: absolute;
                right: 0;
                top: 4px;
                font-size: 16px;
                font-weight: 400;
                font-color: #212226
            }

        .choose-content .skills .skill-item:last-child {
            margin-bottom: 0
        }

        .choose-content .skills .skill-item .skill-bar {
            position: relative;
            width: 100%
        }

            .choose-content .skills .skill-item .skill-bar .bar-inner {
                position: relative;
                width: 100%;
                border-bottom: 5px solid #d9d9d9;
                border-radius: 30px
            }

                .choose-content .skills .skill-item .skill-bar .bar-inner .bar {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 0;
                    height: 5px;
                    background: #d00;
                    -webkit-transition: all 2000ms ease;
                    transition: all 2000ms ease;
                    border-radius: 10px
                }

                    .choose-content .skills .skill-item .skill-bar .bar-inner .bar.style2 {
                        background-color: #212226
                    }

                        .choose-content .skills .skill-item .skill-bar .bar-inner .bar.style2::before {
                            background-color: #212226
                        }

.choose-img {
    padding-left: 100px
}

.single-features-box {
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .04);
    box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .04);
    border-radius: 10px;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

    .single-features-box .icon {
        font-size: 50px;
        height: 90px;
        width: 90px;
        line-height: 100px;
        background-color: #f0f0f0;
        border-radius: 100%;
        text-align: center;
        color: #212226;
        margin: auto;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        z-index: 1
    }

        .single-features-box .icon::before {
            position: absolute;
            content: '';
            height: 0%;
            width: 100%;
            left: 0;
            bottom: 0;
            background-color: #d00;
            border-radius: 100%;
            z-index: -1;
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

    .single-features-box h3 {
        font-size: 22px
    }

    .single-features-box:hover {
        -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .09);
        box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .09);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

        .single-features-box:hover .icon {
            color: #fff
        }

            .single-features-box:hover .icon::before {
                height: 100%
            }

.join-us-overly {
    background-image: url(../images/join-us/join-us-img-1.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    max-width: 1480px;
    margin: auto
}

    .join-us-overly::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        background: rgba(17, 17, 17, .85);
        left: 0;
        top: 0;
        z-index: -1;
        border-radius: 10px
    }

.join-us-content {
    max-width: 700px;
    margin: auto;
    text-align: center
}

    .join-us-content .section-title {
        max-width: unset;
        margin-bottom: 20px
    }

    .join-us-content p {
        margin-bottom: 40px;
        color: #c1c1c1
    }

.course-area {
    background-color: #212226;
    background-image: url(../images/course/course-bg.png);
    background-size: cover;
    background-position: calc();
    position: relative;
    z-index: 1
}

    .course-area::before {
        position: absolute;
        content: '';
        height: 283px;
        width: 100%;
        left: 0;
        bottom: 0;
        background-color: #fff;
        z-index: -1
    }

.single-course-card {
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

    .single-course-card .course-img {
        border-radius: 10px 10px 0 0;
        height: 350px;
    }

        .single-course-card .course-img img {
            border-radius: 10px 10px 0 0
        }

    .single-course-card .course-content {
        padding: 30px;
        position: relative;
        background-color: #fff;
        border: 1px dashed rgba(221, 0, 0, .15);
        border-top: 1px solid transparent;
        border-radius: 0 0 10px 10px;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        min-height: 300px !important;
    }

        .single-course-card .course-content h3 {
            font-size: 22px;
            margin-bottom: 20px;
            -webkit-transition: all ease .5s;
            transition: all ease .5s;
            font-weight: 600
        }

            .single-course-card .course-content h3:hover {
                color: #d00
            }

        .single-course-card .course-content ul {
            padding-right: 0;
            margin-bottom: 25px
        }

            .single-course-card .course-content ul li {
                margin-bottom: 12px;
                list-style-type: none;
                position: relative;
                padding-right: 22px
            }

                .single-course-card .course-content ul li i {
                    position: absolute;
                    right: 0;
                    top: -1px;
                    color: #d00
                }

        .single-course-card .course-content::before {
            position: absolute;
            content: '';
            height: 0;
            width: 40px;
            background-color: #d00;
            border-radius: 100% 0 10px 0;
            bottom: 0;
            right: 0;
            -webkit-transition: all ease .5s;
            transition: all ease .5s;

        }

    .single-course-card:hover .course-content {
        -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        border-color: transparent
    }

        .single-course-card:hover .course-content::before {
            height: 50px;
            border-radius: 100% 0 10px 0
        }

.training-details-top-image .top-img {
    margin-bottom: 30px
}

    .training-details-top-image .top-img img {
        border-radius: 12px
    }

.training-details-content .details-top-content {
    margin-bottom: 20px
}

    .training-details-content .details-top-content h2 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .training-details-content .details-top-content p {
        margin-bottom: 20px
    }

.training-details-content .location {
    margin-bottom: 30px
}

    .training-details-content .location h3 {
        margin-bottom: 20px;
        font-size: 20px
    }

    .training-details-content .location iframe {
        height: 580px;
        width: 100%;
        border-radius: 10px;
        position: relative;
        margin-bottom: -5px
    }

.training-details-content .description h3 {
    font-size: 20px;
    margin-bottom: 20px
}

.training-details-content .description p {
    margin-bottom: 20px
}

.training-details-content .training-purpose {
    margin-bottom: 30px
}

    .training-details-content .training-purpose h3 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .training-details-content .training-purpose p {
        margin-bottom: 20px
    }

    .training-details-content .training-purpose ol {
        padding-left: 15px;
        margin-bottom: 0
    }

        .training-details-content .training-purpose ol li {
            margin-bottom: 12px
        }

.training-details-sidebar .training-information {
    padding: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-bottom: 30px;
   /* background: #232428; background-image: url(../images/course/course-bg.png);*/
   
}

    .training-details-sidebar .training-information h3 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 600
    }

    .training-details-sidebar .training-information p {
        margin-bottom: 25px
    }

    .training-details-sidebar .training-information ul {
        padding-left: 0;
        margin-bottom: 0
    }

        .training-details-sidebar .training-information ul li {
            list-style-type: none;
            margin-bottom: 16px
        }

            .training-details-sidebar .training-information ul li h4 {
                font-size: 16px;
                margin-bottom: 10px;
                font-weight: 500
            }

            .training-details-sidebar .training-information ul li a {
                color: #666;
                -webkit-transition: all ease .5s;
                transition: all ease .5s
            }

                .training-details-sidebar .training-information ul li a:hover {
                    color: #d00
                }

            .training-details-sidebar .training-information ul li:last-child {
                margin-bottom: 0
            }

.single-sidebar-widget {
    padding: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-bottom: 30px
}

    .single-sidebar-widget h3 {
        font-size: 20px;
        margin-bottom: 20px
    }

    .single-sidebar-widget.booking .form-group {
        margin-bottom: 25px
    }

        .single-sidebar-widget.booking .form-group .form-control {
            border-radius: 30px
        }

    .single-sidebar-widget.booking .default-btn {
        width: 100%
    }

    .single-sidebar-widget.search-bar .form-group {
        position: relative
    }

        .single-sidebar-widget.search-bar .form-group .form-control {
            border-radius: 30px
        }

        .single-sidebar-widget.search-bar .form-group .default-btn {
            position: absolute;
            padding: 9px 15px !important;
            background-color: #d00;
            right: 0;
            top: 0
        }

            .single-sidebar-widget.search-bar .form-group .default-btn i {
                position: unset;
                font-size: 20px
            }

    .single-sidebar-widget.categories ul {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0
    }

        .single-sidebar-widget.categories ul li {
            margin-bottom: 15px;
            list-style-type: none
        }

            .single-sidebar-widget.categories ul li:last-child {
                margin-bottom: 0
            }

            .single-sidebar-widget.categories ul li a {
                color: #212226;
                font-weight: 500;
                padding: 15px 25px;
                border-radius: 30px;
                border: 1px solid #f0f0f0;
                width: 100%;
                display: block;
                position: relative;
                -webkit-transition: all ease .5s;
                transition: all ease .5s
            }

                .single-sidebar-widget.categories ul li a i {
                    position: absolute;
                    left: 25px;
                    font-size: 22px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

                .single-sidebar-widget.categories ul li a:hover {
                    background-color: #d00;
                    border-color: #d00;
                    color: #fff
                }

    .single-sidebar-widget.widget-peru-posts-thumb {
        position: relative;
        overflow: hidden
    }

        .single-sidebar-widget.widget-peru-posts-thumb .item {
            overflow: hidden;
            margin-bottom: 10px;
            padding-bottom: 10px
        }

            .single-sidebar-widget.widget-peru-posts-thumb .item:last-child {
                margin-bottom: 0;
                border-bottom: none;
                padding-bottom: 0
            }

            .single-sidebar-widget.widget-peru-posts-thumb .item .thumb {
                float: left;
                height: 75px;
                overflow: hidden;
                position: relative;
                width: 75px;
                margin-right: 15px;
                border-radius: 7px
            }

                .single-sidebar-widget.widget-peru-posts-thumb .item .thumb .fullimage {
                    width: 75px;
                    height: 75px;
                    display: inline-block;
                    background-size: cover !important;
                    background-repeat: no-repeat;
                    background-position: center center !important;
                    position: relative;
                    background-color: #212226
                }

                    .single-sidebar-widget.widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
                        background-image: url(../images/blog/blog-img-1.jpg)
                    }

                    .single-sidebar-widget.widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
                        background-image: url(../images/blog/blog-img-2.jpg)
                    }

                    

            .single-sidebar-widget.widget-peru-posts-thumb .item .info {
                overflow: hidden
            }

                .single-sidebar-widget.widget-peru-posts-thumb .item .info span {
                    display: block;
                    color: #666;
                    text-transform: uppercase;
                    margin-top: 0;
                    margin-bottom: 5px;
                    font-size: 12px;
                    font-weight: 500
                }

                .single-sidebar-widget.widget-peru-posts-thumb .item .info .title {
                    margin-bottom: 0;
                    margin-top: 5px;
                    line-height: 1.4;
                    font-size: 16px;
                    font-weight: 600
                }

                    .single-sidebar-widget.widget-peru-posts-thumb .item .info .title a {
                        display: inline-block;
                        color: #212226;
                        -webkit-transition: all ease .5s;
                        transition: all ease .5s
                    }

                        .single-sidebar-widget.widget-peru-posts-thumb .item .info .title a:hover {
                            color: #d00
                        }

    .single-sidebar-widget.tags {
        padding-bottom: 20px
    }

        .single-sidebar-widget.tags ul {
            padding-left: 0;
            margin-bottom: 0
        }

            .single-sidebar-widget.tags ul li {
                margin-right: 7px;
                display: inline-block;
                margin-bottom: 12px
            }

                .single-sidebar-widget.tags ul li a {
                    color: #666;
                    padding: 8px 20px;
                    border: 1px solid #f0f0f0;
                    border-radius: 30px;
                    display: inline-block;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s
                }

                    .single-sidebar-widget.tags ul li a:hover {
                        color: #fff;
                        background-color: #d00;
                        border-color: #d00
                    }

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #f0f0f0
}

    .faq-accordion .accordion .accordion-item:last-child {
        margin-bottom: 0
    }

.faq-accordion .accordion .accordion-title {
    position: relative;
    display: block;
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 20px;
    cursor: pointer
}

    .faq-accordion .accordion .accordion-title i {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #666;
        text-align: center;
        font-size: 22px;
        -webkit-transition: all ease .5s;
        transition: all ease .5s
    }

    .faq-accordion .accordion .accordion-title.active i {
        color: #d00
    }

        .faq-accordion .accordion .accordion-title.active i::before {
            content: "\ea78";
            font-family: remixicon !important;
            font-size: 22px
        }

.faq-accordion .accordion .accordion-content {
    display: none;
    padding: 20px;
    border-top: 1px solid #f0f0f0
}

    .faq-accordion .accordion .accordion-content p {
        font-weight: 400
    }

    .faq-accordion .accordion .accordion-content.show {
        display: block
    }

.faq-content .faq-title span {
    color: #d00;
    display: inline-block;
    margin-bottom: 10px
}

.faq-content .faq-title h2 {
    font-size: 40px;
    margin-bottom: 22px;
    position: relative
}

    .faq-content .faq-title h2 .overlay {
        position: absolute;
        left: 0;
        top: 0;
        background: #d00;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 10px
    }

.faq-content p {
    margin-bottom: 30px
}

.faq-accordion-content {
    background-color: #fff;
    position: relative;
    margin-left: -100px;
    padding: 30px 0 30px 30px;
    border-radius: 10px
}

.faq-image img {
    border-radius: 10px
}

.single-counter-item {
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50px
}

    .single-counter-item h1 {
        font-size: 55px;
        font-weight: 700;
        margin-bottom: 0;
        margin-right: 20px
    }

        .single-counter-item h1 span {
            font-family: Arial, sans-serif !important;
            font-weight: 700
        }

        .single-counter-item h1 .target {
            color: #d00;
            font-size: 30px;
            font-weight: 400;
            position: relative;
            top: -5px
        }

    .single-counter-item p {
        text-align: start
    }

    .single-counter-item.style-2 {
        margin-left: 45px
    }

.counter-overly {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    border-radius: 10px;
    padding-bottom: 40px;
    padding-top: 70px;
    padding-left: 10px;
    padding-right: 10px
}

.single-gallery-card {
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden
}

    .single-gallery-card .gallery-img {
        overflow: hidden;
        -webkit-transition: all ease 1.5s;
        transition: all ease 1.5s
    }

        .single-gallery-card .gallery-img img {
            overflow: hidden;
            -webkit-transition: all ease 1.5s;
            transition: all ease 1.5s
        }

    .single-gallery-card .gallery-content {
        padding: 30px;
        background-color: #fff;
        position: absolute;
        left: -100%;
        bottom: 10px;
        border-radius: 10px;
        opacity: 0;
        -webkit-transition: all ease 1s;
        transition: all ease 1s
    }

        .single-gallery-card .gallery-content .content {
            padding-left: 15px;
            border-left: 2px solid #d00
        }

            .single-gallery-card .gallery-content .content span {
                display: block;
                margin-bottom: 10px
            }

            .single-gallery-card .gallery-content .content h3 {
                font-size: 20px
            }

    .single-gallery-card:hover .gallery-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .single-gallery-card:hover .gallery-content {
        opacity: 1;
        left: 10px
    }

.shoting-btn {
    text-align: center;
    margin-bottom: 30px
}

    .shoting-btn ul {
        padding-left: 0;
        margin-bottom: 0
    }

        .shoting-btn ul li {
            display: inline-block;
            margin-right: 10px
        }

            .shoting-btn ul li:last-child {
                margin-right: 0
            }

            .shoting-btn ul li button {
                background-color: transparent;
                border: 1px solid #f0f0f0;
                padding: 8px 25px;
                border-radius: 30px;
                font-weight: 500;
                color: #666;
                -webkit-transition: all ease .5s;
                transition: all ease .5s
            }

                .shoting-btn ul li button:hover,
                .shoting-btn ul li button:focus,
                .shoting-btn ul li button.active {
                    background-color: #d00;
                    color: #fff;
                    border-color: #d00
                }

.shorting .mix {
    display: none
}

.time-table {
    overflow-y: hidden;
    position: relative;
    background-image: url(../images/course/course-bg-2.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    border-radius: 10px
}

    .time-table .table {
        margin-bottom: 0 !important
    }

    .time-table thead {
        background-color: #d00
    }

        .time-table thead tr {
            border: unset
        }

            .time-table thead tr th {
                color: #fff;
                vertical-align: middle;
                white-space: nowrap;
                text-align: center;
                padding: 20px;
                position: relative;
                border: unset;
                font-size: 20px;
                font-weight: 600
            }

                .time-table thead tr th::before {
                    position: absolute;
                    content: '';
                    height: 20px;
                    width: 1px;
                    right: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    background: rgba(255, 255, 255, .5)
                }

                .time-table thead tr th:last-child::before {
                    display: none
                }

    .time-table tbody tr {
        border: 1px solid rgba(255, 255, 255, .2)
    }

        .time-table tbody tr td {
            vertical-align: middle;
            white-space: nowrap;
            padding: 15px;
            color: #fff;
            text-align: center;
            padding: 25px
        }

            .time-table tbody tr td.serial {
                font-weight: 500;
                font-size: 20px;
                color: #fff
            }

            .time-table tbody tr td.routin-box {
                position: relative;
                -webkit-transition: all ease .5s;
                transition: all ease .5s;
                transition: all ease .5s
            }

                .time-table tbody tr td.routin-box::before {
                    position: absolute;
                    content: '';
                    height: 100%;
                    width: 0%;
                    background-color: #d00;
                    left: 0;
                    top: 0;
                    z-index: -1;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s
                }

                .time-table tbody tr td.routin-box h3 {
                    font-size: 20px;
                    color: #fff
                }

                .time-table tbody tr td.routin-box span {
                    color: #b8b8b8
                }

                .time-table tbody tr td.routin-box:hover::before {
                    width: 100%
                }

.single-team-card {
    margin-bottom: 30px
}

    .single-team-card .team-img {
        position: relative;
        overflow: hidden;
        -webkit-transition: all ease 1s;
        transition: all ease 1s;
        border-radius: 10px 10px 0 0;
        height: 260px;
    }

        .single-team-card .team-img img {
            overflow: hidden;
            -webkit-transition: all ease 1s;
            transition: all ease 1s;
            border-radius: 10px 10px 0 0
        }

        .single-team-card .team-img .social-content {
            position: absolute;
            left: 25px;
            top: 25px
        }

            .single-team-card .team-img .social-content ul {
                padding-left: 0;
                margin-bottom: 0
            }

                .single-team-card .team-img .social-content ul li {
                    margin-bottom: 8px;
                    list-style-type: none;
                    -webkit-transform: translateY(30px);
                    transform: translateY(30px);
                    -webkit-transition: all .3s ease-in-out 0s;
                    transition: all .3s ease-in-out 0s;
                    opacity: 0;
                    visibility: hidden
                }

                    .single-team-card .team-img .social-content ul li:nth-child(1) {
                        -webkit-transition-delay: .2s;
                        transition-delay: .2s
                    }

                    .single-team-card .team-img .social-content ul li:nth-child(2) {
                        -webkit-transition-delay: .3s;
                        transition-delay: .3s
                    }

                    .single-team-card .team-img .social-content ul li:nth-child(3) {
                        -webkit-transition-delay: .4s;
                        transition-delay: .4s
                    }

                    .single-team-card .team-img .social-content ul li:nth-child(4) {
                        -webkit-transition-delay: .5s;
                        transition-delay: .5s
                    }

                    .single-team-card .team-img .social-content ul li a {
                        color: #d00;
                        height: 35px;
                        background-color: #fff;
                        width: 35px;
                        line-height: 35px;
                        border: 1px solid rgba(255, 255, 255, .2);
                        border-radius: 100%;
                        display: inline-block;
                        text-align: center;
                        -webkit-transition: all ease .5s;
                        transition: all ease .5s
                    }

                        .single-team-card .team-img .social-content ul li a:hover {
                            background-color: #d00;
                            color: #fff;
                            border-color: #d00
                        }

    .single-team-card .team-content {
        text-align: center;
        padding: 30px;
        border: 1px dashed rgba(221, 0, 0, .15);
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        border-radius: 0 0 10px 10px;
        background:#fff;
    }

        .single-team-card .team-content h3 {
            font-size: 22px;
            margin-bottom: 10px;
            font-weight: 600
        }

    .single-team-card:hover .team-img img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .single-team-card:hover .team-img .social-content ul li {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

    .single-team-card:hover .team-content {
        -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        border-color: transparent
    }

.single-team-box {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 30px;
    border-radius: 10px
}

    .single-team-box .team-img {
        position: relative;
        overflow: hidden;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        border-radius: 10px 10px 0 0
    }

        .single-team-box .team-img img {
            overflow: hidden;
            -webkit-transition: all ease .5s;
            transition: all ease .5s;
            border-radius: 10px 10px 0 0
        }

        .single-team-box .team-img .social-content {
            text-align: center;
            background-color: #fff;
            padding: 30px 30px 0;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -100%;
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

            .single-team-box .team-img .social-content ul {
                padding-left: 0;
                margin-bottom: 0;
                padding:00;
            }

                .single-team-box .team-img .social-content ul li {
                    display: inline-block;
                    margin-right: 10px
                }

                    .single-team-box .team-img .social-content ul li:last-child {
                        margin-right: 0
                    }

                    .single-team-box .team-img .social-content ul li a {
                        height: 35px;
                        width: 35px;
                        line-height: 35px;
                        text-align: center;
                        display: inline-block;
                        background-color: #f0f0f0;
                        color: #666;
                        border-radius: 100%;
                        position: relative;
                        z-index: 1;
                        -webkit-transition: all ease .5s;
                        transition: all ease .5s;
                        overflow: hidden
                    }

                        .single-team-box .team-img .social-content ul li a::before {
                            position: absolute;
                            content: '';
                            height: 0%;
                            width: 100%;
                            left: 0;
                            bottom: 0;
                            background-color: #d00;
                            border-radius: 100%;
                            z-index: -1;
                            -webkit-transition: all ease .5s;
                            transition: all ease .5s
                        }

                        .single-team-box .team-img .social-content ul li a:hover {
                            color: #fff
                        }

                            .single-team-box .team-img .social-content ul li a:hover::before {
                                height: 100%
                            }

    .single-team-box .team-content {
        padding: 25px 30px 30px;
        text-align: center
    }

        .single-team-box .team-content h3 {
            font-size: 22px;
            margin-bottom: 10px;
            font-weight: 600
        }

    .single-team-box:hover {
        border-color: transparent;
        -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05)
    }

        .single-team-box:hover .team-img img {
            -webkit-transform: scale(1.02);
            transform: scale(1.02)
        }

        .single-team-box:hover .team-img .social-content {
            bottom: 0
        }

    .single-team-box.style2 {
        border: unset
    }

        .single-team-box.style2 .team-img .social-content {
            left: -100%;
            top: -100%;
            bottom: auto;
            right: auto;
            padding: 20px;
            border-radius: 10px 0 10px 0
        }

            .single-team-box.style2 .team-img .social-content ul li {
                display: block;
                margin-bottom: 5px;
                margin-right: 0
            }

                .single-team-box.style2 .team-img .social-content ul li:last-child {
                    margin-bottom: 0
                }

        .single-team-box.style2 .team-content {
            background-color: #fff;
            border-radius: 0 0 10px 10px
        }

        .single-team-box.style2:hover .team-img .social-content {
            left: 0;
            top: 0
        }

.team-area.team-bg {
    background-image: url(../images/team/team-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1
}

    .team-area.team-bg::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(17, 17, 17, .85);
        z-index: -1
    }

.pricing-area.bg {
    background-image: url(../images/pricing/pricing-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1
}

    .pricing-area.bg::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 270px;
        width: 100%;
        background-color: #fff;
        z-index: -1
    }

.single-pricing-card {
    padding: 35px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

    .single-pricing-card .pricing-top-content {
        padding-bottom: 20px;
        margin-bottom: 30px;
        border-bottom: 1px solid #f0f0f0
    }

        .single-pricing-card .pricing-top-content h3 {
            font-size: 20px;
            margin-bottom: 10px
        }

        .single-pricing-card .pricing-top-content h1 {
            font-size: 50px
        }

            .single-pricing-card .pricing-top-content h1 span {
                color: #666;
                font-weight: 500;
                font-size: 16px
            }

    .single-pricing-card .features-list {
        margin-bottom: 30px
    }

        .single-pricing-card .features-list ul {
            padding-left: 0;
            margin-bottom: 0
        }

            .single-pricing-card .features-list ul li {
                list-style-type: none;
                margin-bottom: 13px;
                position: relative
            }

                .single-pricing-card .features-list ul li:last-child {
                    margin-bottom: 0
                }

                .single-pricing-card .features-list ul li i {
                    position: absolute;
                    right: 0;
                    color: #d00;
                    font-size: 20px;
                    font-weight: 500
                }

                    .single-pricing-card .features-list ul li i.body-color {
                        color: #666
                    }

    .single-pricing-card .default-btn {
        width: 100%
    }

        .single-pricing-card .default-btn i {
            right: auto;
            margin-left: 7px
        }

    .single-pricing-card:hover,
    .single-pricing-card.active {
        -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        border-color: transparent
    }

        .single-pricing-card:hover .default-btn,
        .single-pricing-card.active .default-btn {
            background-color: #d00;
            color: #fff
        }

.intro-video-area {
    background-image: url(../images/video-img/video-bg-1.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    z-index: 1
}

    .intro-video-area::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(17, 17, 17, .25);
        z-index: -1
    }

.video-btn-content {
    text-align: center
}

    .video-btn-content .play-btn a {
        color: #d00;
        height: 80px;
        width: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 50px;
        border-radius: 100%;
        background: #fff;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        display: inline-block;
        position: relative;
        z-index: 1
    }

        .video-btn-content .play-btn a i {
            position: relative;
            left: 1px;
            top: 1px
        }

        .video-btn-content .play-btn a::before {
            position: absolute;
            content: '';
            height: 90px;
            width: 90px;
            left: -5px;
            top: -5px;
            border: 1px solid #fff;
            border-radius: 100%;
            -webkit-animation: ripple 4s linear infinite;
            animation: ripple 4s linear infinite;
            z-index: -1;
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

        .video-btn-content .play-btn a::after {
            position: absolute;
            content: '';
            height: 80px;
            width: 80px;
            left: 0;
            top: 0;
            border: 1px solid #fff;
            border-radius: 100%;
            -webkit-animation: ripple 6s linear infinite;
            animation: ripple 6s linear infinite;
            z-index: -1;
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

        .video-btn-content .play-btn a:hover {
            background-color: #d00;
            color: #fff
        }

            .video-btn-content .play-btn a:hover::before {
                border-color: #fff
            }

.video-content .video-title span {
    color: #d00;
    display: inline-block;
    margin-bottom: 10px
}

.video-content .video-title h2 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    position: relative
}

    .video-content .video-title h2 .overlay {
        position: absolute;
        left: 0;
        top: 0;
        background: #d00;
        width: 100%;
        height: 100%;
        z-index: 1;
        border-radius: 10px
    }

.video-content p {
    margin-bottom: 25px;
    color: silver
}

.video-content ul {
    padding-right: 0;
    margin-bottom: 0
}

    .video-content ul li {
        list-style-type: none;
        padding-right: 22px;
        position: relative;
        margin-bottom: 12px;
        color: #b3b3b3
    }

        .video-content ul li i {
            position: absolute;
            right: 0;
            top: 1px;
            color: #d00
        }

        .video-content ul li:last-child {
            margin-bottom: 0
        }

.intro-video-content .section-title {
    margin-bottom: 60px
}

.video-area.bg {
    background-image: url(../images/video-img/video-bg-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

    .video-area.bg::before {
        position: absolute;
        content: '';
        background: rgba(17, 17, 17, .85);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: -1
    }

    .video-area.bg::after {
        position: absolute;
        content: '';
        background: #fff;
        height: 100px;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: -1
    }

.single-portfolio-card {
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 10px;
    margin-bottom: 30px
}

    .single-portfolio-card::before {
        position: absolute;
        content: '';
        background: -webkit-gradient(linear, left bottom, left top, color-stop(21.81%, rgba(17, 17, 17, 0.81)), to(rgba(33, 34, 38, 0)));
        background: linear-gradient(360deg, rgba(17, 17, 17, 0.81) 21.81%, rgba(33, 34, 38, 0) 100%);
        height: 0%;
        width: 100%;
        left: 0;
        bottom: 0;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        border-radius: 10px
    }

    .single-portfolio-card .portfolio-img {
        border-radius: 10px
    }

        .single-portfolio-card .portfolio-img img {
            border-radius: 10px
        }

    .single-portfolio-card .portfolio-content {
        text-align: center;
        position: absolute;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        padding: 20px;
        bottom: -100%;
        margin: auto;
        left: 0;
        right: 0;
        transition: all ease .5s
    }

        .single-portfolio-card .portfolio-content .icon {
            height: 35px;
            width: 35px;
            line-height: 35px;
            border-radius: 100%;
            color: #fff;
            margin: auto;
            border: 1px solid #fff;
            margin-bottom: 20px
        }

        .single-portfolio-card .portfolio-content h3 {
            font-size: 20px;
            color: #fff;
            margin-bottom: 20px
        }

    .single-portfolio-card:hover::before {
        height: 100%
    }

    .single-portfolio-card:hover .portfolio-content {
        bottom: 0
    }

.portfolio-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    bottom: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 180px;
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    border: none;
    height: 45px;
    width: 45px;
    line-height: 48px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 24px;
    color: #212226
}

    .portfolio-slider.owl-theme .owl-nav [class*=owl-] i {
        position: relative;
        top: -2px;
        left: -1px
    }

    .portfolio-slider.owl-theme .owl-nav [class*=owl-].owl-next {
        right: 180px;
        left: auto
    }

        .portfolio-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
            position: relative;
            right: -1px;
            left: auto;
            top: -2px
        }

    .portfolio-slider.owl-theme .owl-nav [class*=owl-]:hover {
        background-color: #d00;
        color: #fff
    }

.single-portfolio-item {
    position: relative;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    margin-bottom: 40px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

    .single-portfolio-item .portfolio-image {
        overflow: hidden;
        border-radius: 10px;
        -webkit-transition: all ease .5s;
        transition: all ease .5s
    }

        .single-portfolio-item .portfolio-image img {
            overflow: hidden;
            border-radius: 10px;
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

    .single-portfolio-item .portfolio-content {
        text-align: center;
        padding: 20px;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        opacity: 0;
        -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05)
    }

        .single-portfolio-item .portfolio-content h3 {
            font-size: 20px;
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

    .single-portfolio-item:hover .portfolio-content {
        background-color: #d00
    }

        .single-portfolio-item:hover .portfolio-content h3 {
            color: #fff
        }

.active.center .single-portfolio-item {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

    .active.center .single-portfolio-item .portfolio-image {
        border-radius: 10px 10px 0 0 !important
    }

        .active.center .single-portfolio-item .portfolio-image img {
            border-radius: 10px 10px 0 0 !important
        }

    .active.center .single-portfolio-item .portfolio-content {
        opacity: 1
    }

.project-details .project-details-top-content {
    margin-bottom: 30px
}

    .project-details .project-details-top-content .top-image {
        margin-bottom: 20px
    }

        .project-details .project-details-top-content .top-image img {
            border-radius: 10px
        }

    .project-details .project-details-top-content h2 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .project-details .project-details-top-content p {
        margin-bottom: 20px
    }

        .project-details .project-details-top-content p:last-child {
            margin-bottom: 0
        }

.project-details .common-way-content {
    margin-bottom: 30px
}

    .project-details .common-way-content .common-img {
        margin-bottom: 20px
    }

        .project-details .common-way-content .common-img img {
            border-radius: 10px
        }

    .project-details .common-way-content h3 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .project-details .common-way-content p {
        margin-bottom: 20px
    }

        .project-details .common-way-content p:last-child {
            margin-bottom: 0
        }

.project-details .achieve-content {
    margin-bottom: 30px
}

    .project-details .achieve-content .achieve-image {
        margin-bottom: 30px
    }

        .project-details .achieve-content .achieve-image img {
            border-radius: 10px
        }

    .project-details .achieve-content h3 {
        font-size: 20px;
        margin-bottom: 15px
    }

.project-information {
    padding: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    margin-bottom: 30px
}

    .project-information h3 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 600
    }

    .project-information p {
        margin-bottom: 25px
    }

    .project-information ul {
        padding-left: 0;
        margin-bottom: 0
    }

        .project-information ul li {
            list-style-type: none;
            margin-bottom: 16px
        }

            .project-information ul li h4 {
                font-size: 16px;
                margin-bottom: 10px;
                font-weight: 600
            }

            .project-information ul li a {
                color: #666;
                -webkit-transition: all ease .5s;
                transition: all ease .5s
            }

                .project-information ul li a:hover {
                    color: #d00
                }

            .project-information ul li:last-child {
                margin-bottom: 0
            }

.shop-top-content {
    margin-bottom: 30px
}

    .shop-top-content .shorting {
        text-align: end
    }

        .shop-top-content .shorting .form-control {
            border-radius: 30px
        }

.single-shop-card {
    margin-bottom: 30px
}

    .single-shop-card .shop-image {
        overflow: hidden;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        border-radius: 10px 10px 0 0
    }

        .single-shop-card .shop-image img {
            overflow: hidden;
            -webkit-transition: all ease .5s;
            transition: all ease .5s;
            border-radius: 10px 10px 0 0
        }

    .single-shop-card .shop-content {
        padding: 30px;
        border-top: 1px dashed transparent;
        border-radius: 0 0 10px 10px;
        -webkit-transition: all ease .5s;
        transition: all ease .5s
    }

        .single-shop-card .shop-content h3 {
            font-size: 20px;
            margin-bottom: 20px;
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

            .single-shop-card .shop-content h3:hover {
                color: #d00
            }

        .single-shop-card .shop-content ul {
            padding-right: 0;
            margin-bottom: 25px
        }

            .single-shop-card .shop-content ul li {
                display: inline-block;
                margin-right: 00px;
                position: relative;
                font-weight: 500
            }

                .single-shop-card .shop-content ul li::before {
                    position: absolute;
                    content: '/';
                    right: -13px;
                    top: 0;
                    color: #666
                }

                .single-shop-card .shop-content ul li:last-child::before {
                    display: none
                }

                .single-shop-card .shop-content ul li span {
                    color: #d00
                }

        .single-shop-card .shop-content .default-btn {
            width: 100%
        }

            .single-shop-card .shop-content .default-btn i {
                right: auto;
                margin-left: 7px
            }

    .single-shop-card:hover .shop-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .single-shop-card:hover .shop-content {
        -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        border-color: transparent
    }

.shop-details {
    margin-bottom: 40px
}

    .shop-details .shop-img {
        padding: 40px 100px;
        border: 1px solid #f0f0f0;
        border-radius: 10px;
        position: relative
    }

        .shop-details .shop-img a {
            height: 40px;
            width: 40px;
            line-height: 40px;
            border-radius: 100%;
            text-align: center;
            display: inline-block;
            background-color: #d00;
            color: #fff;
            position: absolute;
            right: 30px;
            top: 30px;
            color: #fff
        }

    .shop-details .shop-details-content h3 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px
    }

        .shop-details .shop-details-content h3 span {
            display: inline-block;
            padding-left: 15px
        }

    .shop-details .shop-details-content .category-and-tags ul {
        padding-left: 0;
        margin-bottom: 15px
    }

        .shop-details .shop-details-content .category-and-tags ul li {
            display: inline-block
        }

            .shop-details .shop-details-content .category-and-tags ul li span {
                color: #212226;
                display: inline-block;
                padding-right: 10px;
                font-weight: 500
            }

            .shop-details .shop-details-content .category-and-tags ul li a {
                color: #666;
                -webkit-transition: all ease .5s;
                transition: all ease .5s
            }

                .shop-details .shop-details-content .category-and-tags ul li a:hover {
                    color: #d00
                }

    .shop-details .shop-details-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: 600
    }

    .shop-details .shop-details-content .price-and-rating {
        margin-bottom: 25px
    }

        .shop-details .shop-details-content .price-and-rating ul {
            padding-left: 0;
            margin-bottom: 0
        }

            .shop-details .shop-details-content .price-and-rating ul li {
                display: inline-block;
                color: #212226;
                font-weight: 500;
                margin-right: 25px
            }

                .shop-details .shop-details-content .price-and-rating ul li:last-child {
                    margin-right: 0
                }

                .shop-details .shop-details-content .price-and-rating ul li span {
                    color: #d00
                }

                .shop-details .shop-details-content .price-and-rating ul li i {
                    color: #ffbc08
                }

    .shop-details .shop-details-content p {
        margin-bottom: 25px
    }

    .shop-details .shop-details-content .all-buttons ul {
        padding-left: 0;
        margin-bottom: 0
    }

        .shop-details .shop-details-content .all-buttons ul li {
            display: inline-block;
            margin-right: 20px
        }

            .shop-details .shop-details-content .all-buttons ul li .input-counter {
                max-width: 145px;
                min-width: 145px;
                text-align: center;
                display: inline-block;
                position: relative;
                top: -17px
            }

                .shop-details .shop-details-content .all-buttons ul li .input-counter span {
                    position: absolute;
                    top: -2px;
                    background-color: transparent;
                    cursor: pointer;
                    color: #212226;
                    width: 40px;
                    height: 100%;
                    line-height: 50px;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s;
                    font-size: 16px
                }

                    .shop-details .shop-details-content .all-buttons ul li .input-counter span.minus-btn {
                        left: 0
                    }

                    .shop-details .shop-details-content .all-buttons ul li .input-counter span.plus-btn {
                        right: 0
                    }

                    .shop-details .shop-details-content .all-buttons ul li .input-counter span:hover {
                        color: #d00
                    }

                .shop-details .shop-details-content .all-buttons ul li .input-counter input {
                    height: 45px;
                    color: #d00;
                    outline: 0;
                    display: block;
                    border: none;
                    background-color: #f4f4f4;
                    text-align: center;
                    width: 100%;
                    border-radius: 10px;
                    font-size: 16px;
                    font-weight: 600
                }

                    .shop-details .shop-details-content .all-buttons ul li .input-counter input::-webkit-input-placeholder {
                        color: #212226
                    }

                    .shop-details .shop-details-content .all-buttons ul li .input-counter input:-ms-input-placeholder {
                        color: #212226
                    }

                    .shop-details .shop-details-content .all-buttons ul li .input-counter input::-ms-input-placeholder {
                        color: #212226
                    }

                    .shop-details .shop-details-content .all-buttons ul li .input-counter input::placeholder {
                        color: #212226
                    }

            .shop-details .shop-details-content .all-buttons ul li .action-btn {
                position: relative;
                top: -12px
            }

                .shop-details .shop-details-content .all-buttons ul li .action-btn a {
                    color: #666;
                    border: 1px solid rgba(254, 0, 0, .05);
                    height: 44px;
                    width: 44px;
                    line-height: 44px;
                    text-align: center;
                    border-radius: 100%;
                    display: inline-block;
                    margin-right: 15px;
                    font-size: 20px;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s
                }

                    .shop-details .shop-details-content .all-buttons ul li .action-btn a:hover {
                        background-color: #d00;
                        border-color: #d00;
                        color: #fff
                    }

.mfp-title {
    display: none
}

.description-tabs {
    margin-bottom: 30px
}

    .description-tabs .tab-teaser .tab-menu {
        list-style-type: none;
        margin: auto auto 40px;
        text-align: center;
        padding-left: 0;
        padding: 10px 0
    }

        .description-tabs .tab-teaser .tab-menu ul {
            padding-left: 0;
            margin-bottom: 10px
        }

        .description-tabs .tab-teaser .tab-menu li {
            display: inline-block
        }

            .description-tabs .tab-teaser .tab-menu li a {
                color: #212226;
                padding: 15px 40px;
                border: 1px solid #ececec;
                -webkit-transition: all ease .5s;
                transition: all ease .5s;
                border-radius: 5px;
                text-transform: capitalize;
                font-weight: 600;
                position: relative;
                transition: all ease .5s
            }

                .description-tabs .tab-teaser .tab-menu li a.active,
                .description-tabs .tab-teaser .tab-menu li a:hover,
                .description-tabs .tab-teaser .tab-menu li a:focus {
                    background-color: #d00;
                    color: #fff
                }

    .description-tabs .tab-box {
        display: none
    }

        .description-tabs .tab-box:first-child {
            display: block
        }

    .description-tabs .description {
        border: 1px solid #ececec;
        padding: 30px;
        border-radius: 10px
    }

        .description-tabs .description p {
            margin-bottom: 20px
        }

            .description-tabs .description p:last-child {
                margin-bottom: 0
            }

    .description-tabs .information {
        padding: 30px;
        border: 1px solid #ececec;
        border-radius: 10px
    }

        .description-tabs .information .list {
            max-width: 300px
        }

            .description-tabs .information .list ul {
                padding-left: 0;
                margin-bottom: 0
            }

                .description-tabs .information .list ul li {
                    list-style-type: none;
                    margin-bottom: 15px;
                    text-align: end;
                    position: relative
                }

                    .description-tabs .information .list ul li span {
                        position: absolute;
                        left: 0;
                        font-weight: 500;
                        color: #212226
                    }

                    .description-tabs .information .list ul li:last-child {
                        margin-bottom: 0
                    }

.single-review-item {
    padding-left: 80px;
    position: relative;
    margin-bottom: 30px
}

    .single-review-item .review-img {
        position: absolute;
        left: 0;
        top: 0
    }

    .single-review-item .client-info-and-reply {
        margin-bottom: 18px
    }

        .single-review-item .client-info-and-reply ul {
            padding-left: 0;
            margin-bottom: 0
        }

            .single-review-item .client-info-and-reply ul li {
                list-style-type: none
            }

                .single-review-item .client-info-and-reply ul li h3 {
                    font-size: 18px;
                    margin-bottom: 8px;
                    font-weight: 600
                }

                .single-review-item .client-info-and-reply ul li a {
                    color: #666;
                    border: 1px solid #ececec;
                    padding: 6px 25px;
                    display: inline-block;
                    border-radius: 30px;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s
                }

                    .single-review-item .client-info-and-reply ul li a:hover {
                        background-color: #d00;
                        color: #fff;
                        border-color: #d00
                    }

.customer-review-area {
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 10px
}

    .customer-review-area h2 {
        font-size: 22px;
        margin-bottom: 25px;
        font-weight: 600
    }

    .customer-review-area.style2 {
        padding: 0;
        border: unset
    }

    .customer-review-area h2 {
        font-size: 22px;
        margin-bottom: 20px;
        font-weight: 600
    }

    .customer-review-area .form-group {
        margin-bottom: 25px
    }

        .customer-review-area .form-group .form-control {
            border-radius: 30px
        }

            .customer-review-area .form-group .form-control.style {
                border-radius: 10px
            }

    .customer-review-area .default-btn {
        border-radius: 10px
    }

        .customer-review-area .default-btn::before {
            border-radius: 10px
        }

        .customer-review-area .default-btn::after {
            border-radius: 10px
        }

.cart-table {
    -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    padding: 30px 40px 40px;
    border-radius: 10px;
    margin-bottom: 40px;
    overflow-y: hidden
}

    .cart-table table {
        margin-bottom: 0 !important
    }

    .cart-table thead tr th {
        vertical-align: middle;
        white-space: nowrap;
        padding: 15px;
        font-size: 16px;
        color: #212226;
        font-weight: 600
    }

    .cart-table tbody tr td {
        vertical-align: middle;
        white-space: nowrap;
        padding: 20px 0;
        color: #666
    }

        .cart-table tbody tr td a {
            color: #666;
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

            .cart-table tbody tr td a:hover {
                color: #d00
            }

        .cart-table tbody tr td.name h3 {
            font-size: 16px;
            margin-bottom: 15px
        }

        .cart-table tbody tr td.name ul {
            padding-left: 0;
            margin-bottom: 0
        }

            .cart-table tbody tr td.name ul li {
                display: inline-block;
                font-size: 14px;
                margin-right: 10px
            }

                .cart-table tbody tr td.name ul li:last-child {
                    margin-right: 0
                }

                .cart-table tbody tr td.name ul li i {
                    color: #ffbc08;
                    margin-right: 5px
                }

        .cart-table tbody tr td.image img {
            height: 110px;
            width: 110px
        }

        .cart-table tbody tr td.quantity .input-counter {
            max-width: 100px;
            min-width: 100px;
            text-align: center;
            display: inline-block;
            position: relative
        }

            .cart-table tbody tr td.quantity .input-counter span {
                position: absolute;
                top: -2px;
                background-color: transparent;
                cursor: pointer;
                color: #666;
                width: 40px;
                height: 100%;
                line-height: 50px;
                -webkit-transition: all ease .5s;
                transition: all ease .5s;
                font-size: 16px
            }

                .cart-table tbody tr td.quantity .input-counter span.minus-btn {
                    left: 0
                }

                .cart-table tbody tr td.quantity .input-counter span.plus-btn {
                    right: 0
                }

                .cart-table tbody tr td.quantity .input-counter span:hover {
                    color: #d00
                }

            .cart-table tbody tr td.quantity .input-counter input {
                height: 45px;
                color: #d00;
                outline: 0;
                display: block;
                border: none;
                background-color: #f4f4f4;
                text-align: center;
                width: 100%;
                border-radius: 10px;
                font-size: 16px;
                font-weight: 600
            }

                .cart-table tbody tr td.quantity .input-counter input::-webkit-input-placeholder {
                    color: #212226
                }

                .cart-table tbody tr td.quantity .input-counter input:-ms-input-placeholder {
                    color: #212226
                }

                .cart-table tbody tr td.quantity .input-counter input::-ms-input-placeholder {
                    color: #212226
                }

                .cart-table tbody tr td.quantity .input-counter input::placeholder {
                    color: #212226
                }

        .cart-table tbody tr td.remove {
            padding-left: 50px
        }

    .cart-table .two-btn {
        margin-top: 30px;
        white-space: nowrap
    }

        .cart-table .two-btn .btn2 {
            text-align: end;
            margin-left: 60px
        }

.total-cart {
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 10px;
    width: 375px;
    float: right
}

    .total-cart h3 {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #d1d1d1
    }

    .total-cart ul {
        padding-left: 0;
        margin-bottom: 25px
    }

        .total-cart ul li {
            margin-bottom: 15px;
            list-style-type: none;
            text-align: end;
            position: relative
        }

            .total-cart ul li:last-child {
                margin-bottom: 0
            }

            .total-cart ul li span {
                color: #212226;
                font-weight: 500;
                position: absolute;
                left: 0
            }

    .total-cart .default-btn {
        width: 100%
    }

.checkout-top-content {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 50px
}

    .checkout-top-content span {
        color: #666;
        display: inline-block
    }

        .checkout-top-content span i {
            padding-right: 7px
        }

        .checkout-top-content span a {
            color: #666;
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

            .checkout-top-content span a:hover {
                color: #d00
            }

.billing-details {
    padding: 30px 30px 5px;
    -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    border-radius: 10px;
    margin-bottom: 30px
}

    .billing-details h3 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .billing-details .form-group {
        margin-bottom: 25px
    }

        .billing-details .form-group .form-control {
            border-radius: 30px
        }

        .billing-details .form-group textarea {
            border-radius: 10px !important
        }

        .billing-details .form-group ul {
            padding-left: 0;
            margin-bottom: 0
        }

            .billing-details .form-group ul li {
                display: inline-block;
                margin-right: 25px
            }

                .billing-details .form-group ul li:last-child {
                    margin-right: 0
                }

                .billing-details .form-group ul li .form-check-input {
                    -webkit-box-shadow: unset;
                    box-shadow: unset;
                    border: 2px solid #dcdcdc;
                    border-radius: 10px;
                    height: 17px;
                    width: 17px;
                    background-image: unset;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s;
                    position: relative;
                    top: -1px
                }

                    .billing-details .form-group ul li .form-check-input:checked {
                        background-color: #d00;
                        border-color: #dcdcdc
                    }

.order-table {
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 10px;
    margin-bottom: 30px
}

    .order-table h3 {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #d1d1d1
    }

    .order-table ul {
        padding-left: 0;
        margin-bottom: 0
    }

        .order-table ul li {
            margin-bottom: 15px;
            list-style-type: none;
            text-align: end;
            position: relative
        }

            .order-table ul li:last-child {
                margin-bottom: 0
            }

            .order-table ul li span {
                color: #212226;
                font-weight: 500;
                position: absolute;
                right: 0
            }

.order-method {
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 10px;
    margin-bottom: 30px
}

    .order-method h3 {
        font-size: 18px;
        padding-bottom: 15px;
        margin-bottom: 20px;
        border-bottom: 1px solid #d1d1d1
    }

    .order-method p {
        margin-bottom: 20px
    }

    .order-method .form-check {
        margin-bottom: 15px
    }

        .order-method .form-check .form-check-input {
            -webkit-box-shadow: unset;
            box-shadow: unset;
            border: 2px solid #dcdcdc;
            border-radius: 10px;
            height: 17px;
            width: 17px;
            background-image: unset !important;
            -webkit-transition: all ease .5s;
            transition: all ease .5s;
            position: relative;
            top: -1px
        }

            .order-method .form-check .form-check-input:checked {
                background-color: #d00;
                border-color: #dcdcdc
            }

    .order-method .default-btn {
        width: 100%;
        margin-top: 10px
    }

.user-form {
    max-width: 760px;
    padding: 40px;
    -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    border-radius: 10px;
    margin: auto
}

    .user-form h2 {
        font-size: 30px;
        margin-bottom: 20px
    }

    .user-form span {
        margin-bottom: 20px;
        display: inline-block
    }

    .user-form .form-group {
        margin-bottom: 25px
    }

        .user-form .form-group .form-control {
            border-radius: 30px
        }

        .user-form .form-group textarea {
            border-radius: 10px !important
        }

        .user-form .form-group ul {
            padding-left: 0;
            margin-bottom: 0
        }

            .user-form .form-group ul li {
                list-style-type: none
            }

                .user-form .form-group ul li a {
                    color: #666;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s
                }

                    .user-form .form-group ul li a:hover {
                        color: #d00
                    }

                .user-form .form-group ul li .form-check {
                    margin-bottom: 15px
                }

                    .user-form .form-group ul li .form-check .form-check-input {
                        -webkit-box-shadow: unset;
                        box-shadow: unset;
                        border: 2px solid #dcdcdc;
                        border-radius: 10px;
                        height: 17px;
                        width: 17px;
                        background-image: unset !important;
                        -webkit-transition: all ease .5s;
                        transition: all ease .5s;
                        position: relative;
                        top: -1px
                    }

                        .user-form .form-group ul li .form-check .form-check-input:checked {
                            background-color: #d00;
                            border-color: #dcdcdc
                        }

    .user-form.apply {
        max-width: 680px
    }

.single-testimonial-box {
    padding: 35px;
    border: 1px dashed rgba(221, 0, 0, .15);
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    min-height: 385px;
}

.clients-info {
    bottom: 5%;
    position: absolute;
}

    .single-testimonial-box .top-content {
        margin-bottom: 25px
    }

        .single-testimonial-box .top-content ul {
            padding-left: 0;
            margin-bottom: 0
        }

            .single-testimonial-box .top-content ul li {
                list-style-type: none
            }

                .single-testimonial-box .top-content ul li .quote {
                    height: 60px;
                    width: 60px;
                    line-height: 60px;
                    font-size: 30px;
                    text-align: center;
                    color: #d00;
                    background-color: #f0f0f0;
                    border-radius: 100%;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s;
                    position: relative;
                    overflow: hidden;
                    z-index: 1
                }

                    .single-testimonial-box .top-content ul li .quote::before {
                        position: absolute;
                        content: '';
                        height: 0%;
                        width: 100%;
                        background-color: #d00;
                        border-radius: 100%;
                        bottom: 0;
                        right: 0;
                        -webkit-transition: all ease .5s;
                        transition: all ease .5s;
                        z-index: -1
                    }

                .single-testimonial-box .top-content ul li .number {
                    font-size: 70px;
                    color: #f0f0f0;
                    font-weight: 500;
                    line-height: 60px
                }

        .single-testimonial-box .top-content p {
            margin-bottom: 30px
        }

    .single-testimonial-box .clients-info h3 {
        font-size: 18px;
        margin-bottom: 7px;
        font-weight: 600
    }

    .single-testimonial-box::before {
        position: absolute;
        content: '';
        height: 0;
        width: 40px;
        background-color: #d00;
        border-radius: 100% 0 10px 0;
        bottom: 0;
        right: 0;
        -webkit-transition: all ease .5s;
        transition: all ease .5s
    }

    .single-testimonial-box:hover {
        border-color: transparent;
        -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

        .single-testimonial-box:hover::before {
            height: 50px
        }

        .single-testimonial-box:hover .top-content ul li .quote {
            color: #fff
        }

            .single-testimonial-box:hover .top-content ul li .quote::before {
                height: 100%
            }

.testimonials-ovely {
    background-image: url(../images/testimonials/testimonial-bg-1.jpg);
    background-size: cover;
    background-position: center center;
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1480px;
    margin: auto;
    border-radius: 10px
}

.single-testimonials-card {
    margin-bottom: 30px
}

    .single-testimonials-card .testimonial-content {
        padding: 30px;
        background-color: #212226;
        position: relative;
        border-radius: 10px;
        margin-bottom: 50px
    }

        .single-testimonials-card .testimonial-content::before {
            position: absolute;
            content: '';
            height: 30px;
            width: 30px;
            background-color: #212226;
            left: 70px;
            bottom: -15px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

        .single-testimonials-card .testimonial-content p {
            color: #bcbcbc
        }

    .single-testimonials-card .clients-info {
        position: relative;
        padding-left: 130px
    }

        .single-testimonials-card .clients-info h3 {
            font-size: 20px;
            color: #fff;
            margin-bottom: 8px
        }

        .single-testimonials-card .clients-info span {
            color: #bcbcbc
        }

        .single-testimonials-card .clients-info .img {
            position: absolute;
            left: 50px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            border-radius: 100%
        }

            .single-testimonials-card .clients-info .img img {
                border-radius: 100%
            }

.testimonials-area.bg {
    background-image: url(../images/testimonials/testimonial-bg-2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

    .testimonials-area.bg::before {
        position: absolute;
        content: '';
        background: rgba(17, 17, 17, .85);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: -1
    }

    .testimonials-area.bg::after {
        position: absolute;
        content: '';
        background-color: #fff;
        height: 205px;
        width: 100%;
        left: 0;
        bottom: -1px;
        z-index: -1
    }

.testimonials-item .client-img {
    border-radius: 15px
}

    .testimonials-item .client-img img {
        border-radius: 15px
    }

.testimonials-item .testimonials-content {
    margin-top: 40px
}

    .testimonials-item .testimonials-content .quote {
        height: 70px;
        width: 70px;
        line-height: 70px;
        background-color: #fff;
        color: #d00;
        font-size: 30px;
        text-align: center;
        border-radius: 100%;
        margin-bottom: 25px
    }

    .testimonials-item .testimonials-content p {
        color: #cacaca;
        margin-bottom: 25px
    }

    .testimonials-item .testimonials-content .clients-info h3 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #fff
    }

    .testimonials-item .testimonials-content .clients-info span {
        color: #cacaca
    }

.owl-thumbs {
    text-align: right;
    position: absolute;
    left: 45.5%;
    z-index: 99;
    bottom: 60px
}

    .owl-thumbs button {
        padding: 0;
        border: 6px solid transparent;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        background-color: unset;
        border-radius: 10px
    }

        .owl-thumbs button:hover,
        .owl-thumbs button.active {
            border: 6px solid #d00
        }

            .owl-thumbs button:hover img,
            .owl-thumbs button.active img {
                border-radius: unset
            }

    .owl-thumbs .owl-thumb-item {
        width: 106px;
        height: 106px;
        border-radius: 8px;
        margin-right: 15px
    }

        .owl-thumbs .owl-thumb-item img {
            border-radius: 10px
        }

        .owl-thumbs .owl-thumb-item:last-child {
            margin-right: 0
        }

.single-testimonial-item {
    padding: 30px 30px 40px;
    margin-bottom: 30px;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative
}

    .single-testimonial-item .rating {
        margin-bottom: 15px
    }

        .single-testimonial-item .rating i {
            color: #ffbc08;
            margin-right: 5px;
            font-size: 15px
        }

            .single-testimonial-item .rating i:last-child {
                margin-right: 0
            }

    .single-testimonial-item p {
        margin-bottom: 30px
    }

    .single-testimonial-item .clients-info {
        padding-left: 85px;
        position: relative
    }

        .single-testimonial-item .clients-info h3 {
            font-size: 18px;
            margin-bottom: 8px
        }

        .single-testimonial-item .clients-info .client-img {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .single-testimonial-item .quote {
        position: absolute;
        font-size: 30px;
        color: #666;
        right: 30px;
        bottom: 45px;
        opacity: .1
    }

    .single-testimonial-item:hover {
        border-color: transparent;
        -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

.single-blog-card {
    margin-bottom: 30px
}

    .single-blog-card .blog-img {
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        overflow: hidden;
        border-radius: 10px 10px 0 0
    }

        .single-blog-card .blog-img img {
            overflow: hidden;
            border-radius: 10px 10px 0 0;
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

    .single-blog-card .blog-content {
        padding: 30px;
        border: 1px dashed rgba(221, 0, 0, .15);
        border-top: unset;
        border-radius: 0 0 10px 10px;
        position: relative;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        
    }

        .single-blog-card .blog-content span {
            position: relative;
            display: inline-block;
            padding-left: 22px;
            margin-bottom: 18px
        }

            .single-blog-card .blog-content span i {
                position: absolute;
                left: 0;
                top: -1px;
                color: #d00
            }

        .single-blog-card .blog-content ul {
            padding-left: 0;
            margin-bottom: 18px;
            padding-right:0px !important;
        }

            .single-blog-card .blog-content ul li {
                display: inline-block;
                margin-right: 00px;
                position: relative;
                padding-right: 20px
            }

                .single-blog-card .blog-content ul li a {
                    color: #666;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s
                }

                    .single-blog-card .blog-content ul li a:hover {
                        color: #d00
                    }

                .single-blog-card .blog-content ul li i {
                    position: absolute;
                    right: 0;
                    top: -1px;
                    color: #d00
                }

        .single-blog-card .blog-content h2 {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 25px;
            font-weight: 600
        }

            .single-blog-card .blog-content h2 a {
                color: #212226;
                -webkit-transition: all ease .5s;
                transition: all ease .5s
            }

                .single-blog-card .blog-content h2 a:hover {
                    color: #d00
                }

        .single-blog-card .blog-content::before {
            position: absolute;
            content: '';
            height: 0;
            width: 40px;
            background-color: #d00;
            border-radius: 100% 0 10px 0;
            bottom: 0;
            right: 0;
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

    .single-blog-card.style2 .blog-content h2 {
        margin-bottom: 0
    }

    .single-blog-card.style2 .blog-content::before {
        display: none
    }

    .single-blog-card:hover .blog-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .single-blog-card:hover .blog-content {
        border-color: transparent;
        -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
        box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05)
    }

        .single-blog-card:hover .blog-content::before {
            height: 50px
        }

    .single-blog-card.style3 {
        position: relative;
        padding-bottom: 180px
    }

        .single-blog-card.style3 .blog-content {
            background-color: #fff;
            border: unset;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 80px;
            -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .04);
            box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .04);
            border-radius: 0 10px 10px 10px
        }

            .single-blog-card.style3 .blog-content h2 {
                margin-bottom: 20px
            }

            .single-blog-card.style3 .blog-content p {
                margin-bottom: 27px
            }

            .single-blog-card.style3 .blog-content::before {
                display: none
            }

        .single-blog-card.style3:hover .blog-content {
            -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .09);
            box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .09)
        }

.blog-details-content {
    padding: 30px;
    -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    border-radius: 10px;
    margin-bottom: 30px
}

    .blog-details-content .top-content {
        margin-bottom: 25px
    }

        .blog-details-content .top-content ul {
            padding-left: 0;
            padding-right:0;
            margin-bottom: 18px
        }

            .blog-details-content .top-content ul li {
                display: inline-block;
                margin-right: 20px;
                position: relative;
                padding-left: 20px
            }

                .blog-details-content .top-content ul li a {
                    color: #666;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s
                }

                    .blog-details-content .top-content ul li a:hover {
                        color: #d00
                    }

                .blog-details-content .top-content ul li i {
                    position: absolute;
                    left: 0;
                    top: 2px;
                    color: #d00
                }

        .blog-details-content .top-content h2 {
            font-size: 30px;
            margin-bottom: 20px
        }

        .blog-details-content .top-content p {
            margin-bottom: 18px
        }

            .blog-details-content .top-content p:last-child {
                margin-bottom: 0
            }

    .blog-details-content .quote {
        padding: 30px;
        padding-left: 90px;
        text-align: center;
        background-color: #f9f9f9;
        color: #212226;
        font-weight: 500;
        border-radius: 10px;
        border-left: 3px solid #d00;
        position: relative;
        margin-bottom: 30px
    }

        .blog-details-content .quote p {
            margin-bottom: 0
        }

        .blog-details-content .quote .icon {
            position: absolute;
            left: 30px;
            font-size: 50px;
            color: #d00;
            opacity: .2;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .blog-details-content .bottom-content {
        margin-bottom: 30px
    }

        .blog-details-content .bottom-content p {
            margin-bottom: 18px
        }

.footer-area {
    background-color: #212226;
    background-size: cover;
    background-position: center center
}

    .footer-area.bg-1 {
        background-image: url(../images/course/course-bg.png)
    }

    .footer-area.bg-2 {
        background-image: url(../images/footer/footer-bg-2.jpg)
    }

    .footer-area .col-lg-4 {
        position: relative
    }

        .footer-area .col-lg-4::before {
            position: absolute;
            content: '';
            height: 83%;
            width: 0px;
            right: 30px;
            top: 0
        }

        .footer-area .col-lg-4:last-child::before {
            display: none
        }

.copy-right {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

    .copy-right p {
        color: #fff
    }

        .copy-right p span {
            color: #d00
        }

        .copy-right p a {
            color: #d00;
            font-weight: 500
        }

.single-footer-widget {
    margin-bottom: 30px
}

    .single-footer-widget h3 {
        font-size: 22px;
        position: relative;
        color: #fff;
        margin-bottom: 35px
    }

        .single-footer-widget h3::before {
            position: absolute;
            content: '';
            right: 0;
            bottom: -10px;
            height: 2px;
            width: 100px;
            background-color: #d00
        }

    .single-footer-widget.contact-info {
        padding-right: 90px
    }

        .single-footer-widget.contact-info ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .single-footer-widget.contact-info ul li {
                list-style-type: none;
                margin-bottom: 18px
            }

                .single-footer-widget.contact-info ul li:last-child {
                    margin-bottom: 30px
                }

                .single-footer-widget.contact-info ul li span {
                    color: #fff;
                    display: inline-block;
                    margin-bottom: 8px
                }

                .single-footer-widget.contact-info ul li p {
                    color: #b8b8b8
                }

                .single-footer-widget.contact-info ul li a {
                    display: block;
                    color: #b8b8b8
                }

        .single-footer-widget.contact-info .social-content ul {
            padding-left: 0;
            margin-bottom: 0
        }

            .single-footer-widget.contact-info .social-content ul li {
                display: inline-block;
                margin-right: 10px
            }

                .single-footer-widget.contact-info .social-content ul li:last-child {
                    margin-right: 10px
                }

                .single-footer-widget.contact-info .social-content ul li a {
                    height: 35px;
                    width: 35px;
                    line-height: 35px;
                    text-align: center;
                    display: inline-block;
                    background-color: #f0f0f0;
                    color: #666;
                    border-radius: 100%;
                    position: relative;
                    z-index: 1;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s;
                    overflow: hidden;
                    text-decoration:none;
                }

                    .single-footer-widget.contact-info .social-content ul li a::before {
                        position: absolute;
                        content: '';
                        height: 0%;
                        width: 100%;
                        left: 0;
                        bottom: 0;
                        background-color: #d00;
                        border-radius: 100%;
                        z-index: -1;
                        -webkit-transition: all ease .5s;
                        transition: all ease .5s
                    }

                    .single-footer-widget.contact-info .social-content ul li a:hover {
                        color: #fff
                    }

                        .single-footer-widget.contact-info .social-content ul li a:hover::before {
                            height: 100%
                        }

    .single-footer-widget.quick-links {
        padding-left: 30px;
        padding-right: 35px
    }

        .single-footer-widget.quick-links ul {
            padding-right: 0;
            margin-bottom: 0
        }

            .single-footer-widget.quick-links ul li {
                margin-bottom: 13px;
                list-style-type: none
            }

                .single-footer-widget.quick-links ul li:last-child {
                    margin-bottom: 0
                }

                .single-footer-widget.quick-links ul li a {
                    color: #b8b8b8;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s
                }

                    .single-footer-widget.quick-links ul li a:hover {
                        color: #d00
                    }

    .single-footer-widget.subscribe {
        padding-left: 30px
    }

        .single-footer-widget.subscribe span {
            color: #fff;
            font-weight: 500;
            display: inline-block;
            margin-bottom: 20px
        }

        .single-footer-widget.subscribe p {
            color: #b8b8b8;
            margin-bottom: 30px
        }

        .single-footer-widget.subscribe .subscribe-form .form-control {
            border-radius: 30px;
            margin-bottom: 25px;
            background-color: #f0f0f0;
            height: 56px;
            padding-left: 25px
        }

            .single-footer-widget.subscribe .subscribe-form .form-control::-webkit-input-placeholder {
                color: #9c9c9c
            }

            .single-footer-widget.subscribe .subscribe-form .form-control:-ms-input-placeholder {
                color: #9c9c9c
            }

            .single-footer-widget.subscribe .subscribe-form .form-control::-ms-input-placeholder {
                color: #9c9c9c
            }

            .single-footer-widget.subscribe .subscribe-form .form-control::placeholder {
                color: #9c9c9c
            }

        .single-footer-widget.subscribe .subscribe-form .default-btn {
            width: 100%
        }

            .single-footer-widget.subscribe .subscribe-form .default-btn i {
                left: auto;
                margin-right: 30px
            }

        .single-footer-widget.subscribe .subscribe-form #validator-newsletter {
            color: #d00;
            padding-top: 5px
        }

.privacy-content {
    margin-bottom: 10px
}

    .privacy-content h2 {
        font-size: 36px;
        margin-bottom: 10px
    }

    .privacy-content h4 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .privacy-content p {
        margin-bottom: 25px
    }

    .privacy-content .list ul {
        margin-bottom: 20px;
        padding-left: 0
    }

        .privacy-content .list ul li {
            font-weight: 600;
            color: #212226;
            position: relative;
            padding-left: 20px;
            list-style-type: none;
            padding-bottom: 15px
        }

            .privacy-content .list ul li i {
                position: absolute;
                left: 0;
                color: #d00
            }

.condition-content {
    margin-bottom: 10px
}

    .condition-content h2 {
        font-size: 36px;
        margin-bottom: 30px
    }

    .condition-content h4 {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .condition-content p {
        margin-bottom: 25px
    }

    .condition-content .list ul {
        margin-bottom: 20px;
        padding-left: 0
    }

        .condition-content .list ul li {
            font-weight: 600;
            color: #212226;
            position: relative;
            padding-left: 20px;
            list-style-type: none;
            padding-bottom: 15px
        }

            .condition-content .list ul li i {
                position: absolute;
                left: 0;
                color: #d00
            }

.error-area {
    text-align: center
}

    .error-area .top-content {
        margin-bottom: 20px
    }

        .error-area .top-content ul {
            padding-left: 0;
            margin-bottom: 0
        }

            .error-area .top-content ul li {
                font-size: 200px;
                font-weight: 700;
                line-height: 1;
                display: inline-block;
                line-height: 1;
                margin-right: 30px;
                color: #d00
            }

                .error-area .top-content ul li:first-child {
                    color: #212226;
                    -webkit-transform: rotate(30deg);
                    transform: rotate(30deg);
                    top: 15px
                }

                .error-area .top-content ul li:last-child {
                    color: #666;
                    -webkit-transform: rotate(30deg);
                    transform: rotate(30deg);
                    position: relative;
                    top: 15px
                }

    .error-area h2 {
        font-size: 36px;
        margin-bottom: 20px
    }

    .error-area p {
        margin-bottom: 30px
    }

.coming-soon-area {
    position: relative;
    z-index: 1;
    height: 100vh
}

    .coming-soon-area::before {
        position: absolute;
        content: '';
        height: 300px;
        width: 100%;
        left: 0;
        top: 0;
        background-color: #f8f8f8;
        z-index: -1
    }

.coming-soon-counter {
    max-width: 880px;
    margin: auto;
    border: 30px solid #fff;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    padding-top: 100px;
    padding-bottom: 80px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px
}

    .coming-soon-counter::before {
        position: absolute;
        content: '';
        height: 100%;
        width: auto;
        left: -60px !important;
        right: 0;
        bottom: -60px;
        border-radius: 10px;
        border: 1px solid #eee;
        z-index: -1
    }

    .coming-soon-counter .list ul {
        margin-bottom: 0;
        padding-left: 0
    }

        .coming-soon-counter .list ul li {
            margin: 0 30px;
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 30px;
            position: relative;
            color: #d00
        }

            .coming-soon-counter .list ul li span {
                font-size: 15px;
                font-weight: 500;
                color: #666
            }

            .coming-soon-counter .list ul li::before {
                position: absolute;
                content: '';
                height: 6px;
                width: 6px;
                background-color: #666;
                border-radius: 100%;
                right: -30px;
                top: 42px
            }

            .coming-soon-counter .list ul li::after {
                position: absolute;
                content: '';
                height: 6px;
                width: 6px;
                background-color: #666;
                border-radius: 100%;
                right: -30px;
                top: 55px
            }

            .coming-soon-counter .list ul li:last-child::before {
                display: none
            }

            .coming-soon-counter .list ul li:last-child::after {
                display: none
            }

.coming-soon-content {
    padding-top: 50px;
    max-width: 880px;
    margin: auto;
    text-align: center
}

    .coming-soon-content .top-content {
        max-width: 620px;
        margin: auto
    }

        .coming-soon-content .top-content .coming-soon-logo {
            margin-bottom: 20px
        }

            .coming-soon-content .top-content .coming-soon-logo .logo-2 {
                display: none
            }

        .coming-soon-content .top-content h1 {
            font-size: 36px;
            margin-bottom: 30px;
            font-weight: 600
        }

    .coming-soon-content .newsletter-form {
        position: relative;
        margin-bottom: 30px;
        z-index: 4
    }

        .coming-soon-content .newsletter-form .form-control {
            height: 58px;
            border-radius: 30px
        }

        .coming-soon-content .newsletter-form .default-btn {
            position: absolute;
            right: 5px;
            top: 5px
        }

            .coming-soon-content .newsletter-form .default-btn:hover {
                background-color: #212226;
                color: #fff
            }

            .coming-soon-content .newsletter-form .default-btn i {
                position: relative;
                top: 2px;
                padding-left: 7px
            }

        .coming-soon-content .newsletter-form .validation-danger {
            color: #d00;
            padding-top: 7px
        }

    .coming-soon-content .social-links ul {
        margin-bottom: 0;
        padding-left: 0
    }

        .coming-soon-content .social-links ul li {
            display: inline-block;
            margin-right: 10px
        }

            .coming-soon-content .social-links ul li:last-child {
                margin-right: 0
            }

            .coming-soon-content .social-links ul li a {
                height: 45px;
                width: 45px;
                line-height: 45px;
                background-color: #fff;
                border-radius: 100%;
                color: #666;
                -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
                box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
                border: 1px solid #eee;
                display: inline-block;
                text-align: center;
                font-size: 18px;
                -webkit-transition: all ease .5s;
                transition: all ease .5s
            }

                .coming-soon-content .social-links ul li a:hover {
                    background-color: #d00;
                    color: #fff;
                    -webkit-transform: translateY(-5px);
                    transform: translateY(-5px)
                }

.single-contact-item {
    padding-left: 95px;
    position: relative;
    margin-bottom: 40px
}

    .single-contact-item .icon {
        height: 80px;
        width: 80px;
        line-height: 80px;
        font-size: 30px;
        color: #d00;
        text-align: center;
        border-radius: 10px;
        background-color: #f0f0f0;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        overflow: hidden
    }

        .single-contact-item .icon::before {
            position: absolute;
            content: '';
            height: 0%;
            width: 100%;
            left: 0;
            top: 0;
            border-radius: 10px;
            background-color: #d00;
            z-index: -1;
            -webkit-transition: all ease .5s;
            transition: all ease .5s
        }

    .single-contact-item a {
        display: block;
        color: #666;
        -webkit-transition: all ease .5s;
        transition: all ease .5s;
        margin-bottom: 4px
    }

        .single-contact-item a:hover {
            color: #d00
        }

    .single-contact-item h4 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 500
    }

    .single-contact-item.style2 span {
        padding-left: 25px;
        display: block
    }

    .single-contact-item:hover .icon {
        color: #fff
    }

        .single-contact-item:hover .icon::before {
            height: 100%
        }

.contact-title {
    margin-bottom: 30px
}

    .contact-title span {
        color: #d00;
        display: inline-block;
        margin-bottom: 8px
    }

    .contact-title h2 {
        font-size: 40px;
        margin-bottom: 20px;
        position: relative;
        font-weight: 700
    }

        .contact-title h2 .overlay {
            position: absolute;
            left: 0;
            top: 0;
            background: #d00;
            width: 100%;
            height: 100%;
            z-index: 1;
            border-radius: 10px
        }

.follow-content {
    padding-top: 30px;
    border-top: 1px solid #f0f0f0;
    margin-bottom: 30px
}

    .follow-content .social-content ul {
        padding-left: 0;
        margin-bottom: 0
    }

        .follow-content .social-content ul li {
            display: inline-block;
            margin-right: 10px
        }

            .follow-content .social-content ul li:last-child {
                margin-right: 0
            }

            .follow-content .social-content ul li span {
                color: #212226;
                font-weight: 600;
                display: inline-block;
                position: relative;
                top: -11px
            }

            .follow-content .social-content ul li a {
                height: 35px;
                width: 35px;
                line-height: 35px;
                text-align: center;
                display: inline-block;
                background-color: #f0f0f0;
                color: #666;
                border-radius: 100%;
                position: relative;
                z-index: 1;
                -webkit-transition: all ease .5s;
                transition: all ease .5s;
                overflow: hidden
            }

                .follow-content .social-content ul li a::before {
                    position: absolute;
                    content: '';
                    height: 0%;
                    width: 100%;
                    left: 0;
                    bottom: 0;
                    background-color: #d00;
                    border-radius: 100%;
                    z-index: -1;
                    -webkit-transition: all ease .5s;
                    transition: all ease .5s
                }

                .follow-content .social-content ul li a:hover {
                    color: #fff
                }

                    .follow-content .social-content ul li a:hover::before {
                        height: 100%
                    }

.contact-form {
    padding: 30px;
    -webkit-box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    box-shadow: 0 6px 30px 5px rgba(33, 34, 38, .05);
    border-radius: 10px;
    margin-bottom: 30px
}

    .contact-form .form-group {
        margin-bottom: 25px
    }

        .contact-form .form-group .form-control {
            border-radius: 30px
        }

        .contact-form .form-group textarea {
            border-radius: 10px !important
        }

        .contact-form .form-group .form-check a {
            color: #d00
        }

        .contact-form .form-group .form-check .form-check-input {
            -webkit-box-shadow: unset;
            box-shadow: unset;
            border: 2px solid #dcdcdc;
            border-radius: 10px;
            height: 17px;
            width: 17px;
            background-image: unset !important;
            -webkit-transition: all ease .5s;
            transition: all ease .5s;
            position: relative;
            top: -1px
        }

            .contact-form .form-group .form-check .form-check-input:checked {
                background-color: #d00;
                border-color: #dcdcdc
            }

    .contact-form .text-danger {
        padding-top: 15px;
        color: #d00;
        font-size: 18px
    }

    .contact-form .list-unstyled {
        padding-top: 7px;
        color: #d00
    }

.map-area iframe {
    height: 550px;
    width: 100%;
    margin-bottom: -10px
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #d00;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 55px;
    line-height: 45px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s
}

    .go-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 26px
    }

        .go-top i:last-child {
            opacity: 0;
            visibility: hidden;
            top: 60%
        }

    .go-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        z-index: -1;
        background-color: #d00;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s;
        transition: .5s
    }

    .go-top:hover {
        color: #fff;
        background: #212226
    }

        .go-top:hover::before {
            opacity: 1;
            visibility: visible
        }

        .go-top:hover i {
            color: #fff
        }

            .go-top:hover i:first-child {
                opacity: 0;
                top: 0;
                visibility: hidden
            }

            .go-top:hover i:last-child {
                opacity: 1;
                visibility: visible;
                top: 50%
            }

    .go-top:focus {
        color: #fff
    }

        .go-top:focus::before {
            opacity: 1;
            visibility: visible
        }

        .go-top:focus i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden
        }

        .go-top:focus i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%
        }

    .go-top.active {
        -webkit-transform: translateY(-95%);
        transform: translateY(-95%);
        opacity: 1;
        visibility: visible;
        right: 3%;
        bottom: 0% !important;
        top: 98%;
    }

.cursor-outer {
    margin-left: -12.5px;
    margin-top: -12.5px;
    width: 25px;
    height: 25px;
    background-color: rgba(221, 0, 0, .5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .2;
    -webkit-transition: all .08s ease-out;
    transition: all .08s ease-out
}

.mouseCursor {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    text-align: center
}

    .mouseCursor.cursor-big {
        width: 80px;
        height: 80px
    }

        .mouseCursor.cursor-big.cursor-outer {
            display: none
        }

        .mouseCursor.cursor-big.cursor-outer {
            display: none
        }

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #212226;
    -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
    transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out
}

    .cursor-inner span {
        color: #fff;
        line-height: 80px;
        opacity: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 12px
    }

    .cursor-inner.cursor-big span {
        opacity: 1
    }

.tp-cursor-point-area {
    cursor: none
}


.widget {
    padding-bottom: 15px
}


.widget__header__title {
    padding: 15px 0;
    margin-bottom: 0;
    position: relative;
    color: #000;
    margin: 25px;
}

.widget__content {
    padding: 15px
}

.widget:not(:last-child) {
    border-bottom: 1px solid #222
}

.widget:not(.widget__tabs) .widget__header__title:before {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    content: "";
    height: 3px;
    background-color: #dd0000
}

.widget__weight-rankings span.index {
    display: inline-block;
    width: 30px
}

    .widget__weight-rankings span.index.trophy {
        width: 32px
    }

.widget__weight-rankings span.name img {
    vertical-align: -1px
}

.widget__weight-rankings span.flag {
    width: 24px;
    text-align: center
}

    .widget__weight-rankings span.flag img {
        max-width: 100%
    }

@media (min-width: 992px) {
    .sidebar {
        margin-bottom: 50px
    }
}

.widget.widget__tabs .widget__header__title {
    cursor: pointer;
    transition: color .3s
}

    .widget.widget__tabs .widget__header__title:hover {
        color: #fff !important
    }

    .widget.widget__tabs .widget__header__title:not(:last-child) {
        margin-right: 15px
    }

    .widget.widget__tabs .widget__header__title.active {
        color: #fff
    }

        .widget.widget__tabs .widget__header__title.active:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            content: "";
            height: 3px;
            background-color: #dd0000
        }

    .widget.widget__tabs .widget__header__title:not(.active) {
        color: #fff
    }

.widget.widget__tabs .widget__content__item {
    display: none
}

.widget__recent-results__item:not(:last-child) {
    margin-bottom: 15px
}

.widget__recent-results__item__content {
    margin-top: 10px
}

.post .entry-content {
    padding: 0 30px 50px
}

@media (max-width: 767.98px) {
    .post .entry-content {
        padding: 0 20px 20px
    }
}

.post__recent.comment .message a:hover {
    color: #fff
}

.fighters-names {
    color: #fff;
    background-color: #080808;
    padding: .3333333333rem 0
}

.fighters-names__item {
    width: 100%;
    font-size: .85rem
}

    .fighters-names__item a:not(.btn):focus, .fighters-names__item a:not(.btn):hover {
        color: #fff !important
    }

.fighters-names .vs {
    width: 70px
}

    .fighters-names .vs:before {
        content: "ضد";
        margin: 0 40px;
        order: 2
    }

    .fighters-names .vs > img {
        box-shadow: 2px 2px rgba(0,0,0,.3)
    }

        .fighters-names .vs > img:first-child {
            order: 1
        }

        .fighters-names .vs > img:last-child {
            order: 3
        }

.fighters-names.ring {
    background-color: #f8ba4b !important;
    color: #080808 !important
}

.fighters-names.wbc {
    background-color: #0b8110 !important;
    color: #fff !important
}

.fighters-names.wba {
    background-color: #1b1b1b !important;
    color: #fff !important
}

.fighters-names.wbo {
    background-color: #76011b !important;
    color: #fff !important
}

.fighters-names.ibf {
    background-color: #ba0101 !important;
    color: #fff !important
}

.offcanvas__element .fighters-names .vs {
    width: auto;
    margin: 0 .5rem
}

.offcanvas__element .fighters-names__item {
    flex: 1;
    font-size: .75rem
}

    .offcanvas__element .fighters-names__item.sm {
        font-size: .65rem
    }

.stats-row {
    height: 30px;
    margin-top: 10px
}

.stats-row--sidebar {
    height: 30px
}

.stats-row--main {
    height: 40px
}

    .stats-row--main .result-item {
        font-family: "Barlow Condensed",sans-serif;
        display: inline-block;
        line-height: 1
    }



.stats-row--sidebar {
    height: 30px
}

.stats-row--main {
    height: 40px
}

    .stats-row--main .result-item {
        font-family: "Barlow Condensed",sans-serif;
        display: inline-block;
        line-height: 1
    }

@media (max-width: 1399.98px) {
    .stats-row--main .result-item {
        padding-top: 2px !important;
        width: 50px
    }

    .boxrec-full-record {
        margin-top: 20px
    }
}

@media (max-width: 767.98px) {
    .post .entry-header__share {
        margin-top: 20px
    }

    .stats-row--main .result-item {
        width: auto
    }
}

@media (min-width: 1400px) {
    .stats-row--main .result-item {
        font-size: 1.25rem;
        width: 60px
    }
}

@media (max-width: 991.98px) {
    .stats-row--main .result-item:not(:last-child) {
        margin-right: .5rem
    }

    .stats-row--main .result-item.bg-primary {
        color: #dd0000;
        background-color: transparent !important
    }
}

@media (min-width: 768px) {
    .stats-row--main .result-item:not(:last-child) {
        margin-right: 1px
    }

    .stats-row--main .result-item.bg-primary {
        color: #fff;
        background-color: #dd0000 !important
    }
}

@media (max-width: 991.98px) {
    .stats-row--main .result-item.bg-winner {
        color: #00a700
    }
}

@media (min-width: 768px) {
    .stats-row--main .result-item.bg-winner {
        background-color: #00a700;
        color: #fff
    }
}

@media (max-width: 991.98px) {
    .stats-row--main .result-item.bg-loser {
        color: #d20000
    }
}

@media (min-width: 768px) {
    .stats-row--main .result-item.bg-loser {
        background-color: #d20000;
        color: #fff
    }
}

@media (max-width: 991.98px) {
    .stats-row--main .result-item.bg-draw {
        color: #4098ba
    }
}

@media (min-width: 768px) {
    .stats-row--main .result-item.bg-draw {
        color: #fff;
        background-color: #4098ba
    }
}

@media (max-width: 991.98px) {
    .stats-row--main .result-item.bg-nc {
        color: #ddd
    }
}

@media (min-width: 768px) {
    .stats-row--main .result-item.bg-nc {
        color: #080808;
        background-color: #ddd
    }
}

.stats-row__title {
    border-bottom: 3px solid #dd0000;
    height: 30px;
    width: 15px;
    color: #fff;
    font-weight: 600 !important;
    padding-bottom: 0;
}

    .stats-row__title span {
        display: inline-block;
        vertical-align: middle
    }

.stats-row__single .stats-row__title {
    margin-left: 2px
}

.stats-row.ring .stats-row__title {
    border: 1px solid #f8ba4b
}


.stats-row.ring.belt-title {
    color: #f8ba4b;
    border: 1px solid #f8ba4b
}

.stats-row.wbc .stats-row__title {
    border: 1px solid #0b8110
}

.stats-row.wbc.belt-title {
    color: #0b8110;
    border: 1px solid #0b8110
}

.stats-row.wba .stats-row__title {
    border: 1px solid #1b1b1b
}

.stats-row.wba.belt-title {
    color: #fff;
    border: 1px solid #fff
}

.stats-row.wbo .stats-row__title {
    border: 1px solid #76011b
}

.stats-row.wbo.belt-title {
    color: #76011b;
    border: 1px solid #76011b
}

.stats-row.ibf .stats-row__title {
    border: 1px solid #ba0101
}

.stats-row.ibf.belt-title {
    color: #ba0101;
    border: 1px solid #ba0101
}

.stats-row--main .stats-row__title {
    height: 36px;
    width: 120px;
    padding-bottom: 2px;
    font-size: 1.125rem
}

.stats-row__content {
    width: 100%
}

.stats-row.market .stats-row__content {
    width: 33%
}

    .stats-row.market .stats-row__content:not(.bg-winner) {
        color: #fff
    }

    .stats-row.market .stats-row__content.bg-winner span {
        display: inline-block;
        width: 50px;
        background-color: #00a700;
        color: #fff
    }

    .stats-row.market .stats-row__content .odd:not(.active) {
        display: none
    }

.stats-row.market.draw .stats-row__content {
    width: 50px
}

.stats-row.belt-title {
    height: 20px
}

a.btn.btn-light.btn-sm.w-100 {
    padding: 9px;
    background: #dd0000;
    border: none;
    font-weight: 800;
    color: #fff;
}












.fight-card__details {
    padding: 10px;
    padding-top: 10px-2px;
    overflow: hidden
}

    .fight-card__details > * {
        position: relative;
        z-index: 2
    }

    .fight-card__details:after {
        position: absolute;
        width: 300px;
        height: 300px;
        z-index: 1;
        left: 50%;
        top: -100px;
        opacity: .6;
        transform: translateX(-50%);
        background: #080808;
        background: radial-gradient(circle,#4b96ff 0,#080808 60%);
        content: ""
    }

.fight-card__flag {
    z-index: 3;
    top: 0
}

    .fight-card__flag img {
        width: auto !important;
        float: left
    }

    .fight-card__flag.left {
        left: 0
    }

    .fight-card__flag.right {
        right: 0
    }

.fight-card__fighters {
    z-index: 1;
    background-image: url(../images/default-bg.jpg);
    background-position: center;
    background-size: cover
}

.fight-card__vs {
    z-index: 2;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px
}

    .fight-card__vs:before {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        font-weight: 700;
        font-family: "Barlow Condensed",sans-serif;
        text-transform: uppercase;
        content: "VS";
        width: 2rem;
        height: 2rem;
        left: 0;
        top: 50%;
        border-radius: 50%;
        background-color: #4b96ff;
        color: #fff;
        transform: translate(-50%,-50%)
    }

.fight-card__photo {
    position: relative;
    height: 120px
}

    .fight-card__photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        background: #232428;
    }

.fight-card__footer {
    margin-top: 10px
}

    .fight-card__footer a, .fight-card__footer a:hover {
        text-decoration: none
    }

        .fight-card__footer a span {
            width: 22px;
            padding-left: 2px;
            height: 19px;
            display: inline-block;
            padding-top: 2px
        }

.fight-card .est-ringwalk {
    font-size: .75rem;
    margin-top: 10px
}

.fight-card .belt-title {
    font-size: .75rem
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .fight-card .belt-title {
        font-size: .65rem
    }
}

.fight-date {
    text-shadow: 1px 2px 2px rgba(0,0,0,.8);
    margin-top: 10px
}

.fight-date__str1 {
    font-size: 1.25rem;
    line-height: 1
}

.fight-date__str2 {
    font-size: .75rem;
    line-height: 1;
    letter-spacing: 3px
}

.fighter__hover {
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(8,8,8,.8);
    opacity: 0;
    transition: opacity .3s
}

.fighter__photo-wrapper:hover .fighter__hover {
    opacity: 1;
    z-index: 1
}

.fighter__photo-wrapper .fight-card__photo {
    height: 240px
}

.fight-card .odds-title {
    margin-top: 10px
}

.fight-card__odds-link .text-1 {
    font-size: 1.5rem
}

.fight-card__odds-link .text-2 {
    letter-spacing: 3px
}

    .fight-card__odds-link .text-2 span {
        color: #fff
    }

.fight-card__odds {
    margin: 10px
}

.fight-card__odds__item {
    background-color: #fff;
    flex: 0 0 50%
}

    .fight-card__odds__item .value {
        font-size: 2.25rem;
        line-height: 1;
        color: #212529
    }

    .fight-card__odds__item .title {
        line-height: 1;
        padding-bottom: 3px;
        font-weight: 400 !important
    }

    .fight-card__odds__item:not(:last-child) {
        border-right: 1px solid #080808
    }

    .fight-card__odds__item:nth-child(odd) .title {
        background-color: #4b96ff;
        color: #fff
    }

    .fight-card__odds__item:nth-child(even) .title {
        background-color: #080808;
        color: #fff
    }

.fight-cards__wrapper {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px !important
}

@media (min-width: 1200px) {
    .fight-cards__wrapper {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -30px !important
    }
}

.fight-cards__wrapper__item {
    flex: 0 0 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 1200px) {
    .fight-cards__wrapper__item {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 30px
    }
}

@media (min-width: 768px) {
    .fight-cards__wrapper__item {
        flex: 0 0 50%
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .fight-cards__wrapper__item {
        flex: 0 0 33.3333%
    }
}

@media (min-width: 1200px) and (max-width:1399.98px) {
    .fight-cards__wrapper__item {
        flex: 0 0 50%
    }
}

@media (min-width: 1400px) {
    .fight-cards__wrapper__item {
        flex: 0 0 33.3333%
    }
}

.fight-cards__wrapper__item .fight-card {
    width: 100%
}

.fight-card__content-block {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 20px 10px;
    border: 1px solid #3b3b3b
}

.fight-card__content-block__icon {
    left: 50%;
    top: 0;
    transform: translate(-50%,-50%)
}

    .fight-card__content-block__icon svg path {
        fill: #4b96ff
    }

.fight-card__footer {
    padding: 10px
}

.fight-card__stats {
    padding: 0 2px 2px
}

.fight-card__date > * {
    line-height: 1;
    color: #fff
}

.fight-card__date .date {
    font-size: 1.125rem;
    margin-bottom: 5px
}

.fight-card__date .day {
    font-size: .75rem;
    letter-spacing: 3px
}

.fight-card__orgs .title {
    color: #fff;
    font-size: .75rem;
    margin-bottom: 10px
}

.fight-card__org {
    flex: 1 1 100%;
    font-size: 1.125rem;
    font-family: "Barlow Condensed",sans-serif
}

    .fight-card__org + .fight-card__org {
        margin-left: 10px
    }

    .fight-card__org.wba {
        background-color: #1b1b1b;
        color: #fff
    }

    .fight-card__org.wbc {
        background-color: #0b8110;
        color: #fff
    }

    .fight-card__org.ibf {
        background-color: #ba0101;
        color: #fff
    }

    .fight-card__org.wbo {
        background-color: #76011b;
        color: #fff
    }

    .fight-card__org.ring {
        background-color: #f8ba4b;
        color: #212529
    }

.fight-card__tv-shows .title {
    color: #fff;
    font-size: .75rem;
    margin-bottom: 10px
}

@media (max-width: 575.98px) {
    .fight-card__tv-shows .title {
        font-size: .6rem
    }
}

.fight-card__tv-shows img {
    width: auto !important;
    max-width: 120px;
    max-height: 36px
}

@media (max-width: 379.98px) {
    .fight-card__tv-shows img {
        max-width: 80px;
        max-height: 30px
    }
}

.fight-card__tv-shows-list + .fight-card__tv-shows-list {
    margin-left: 10px
}

.schedule-card {
    background-color: #232428;
    border: 1px solid #ddd;
    position: relative;
    padding:50px 00 00 00;
    direction: ltr;
    border-radius: 10px;
    background-image: url(../images/course/course-bg.png);
    margin:25px;
}
.fight-title {
    background: #dd0000;
    width: 255px;
    display: block;
    margin: auto;
    padding: 2px;
    font-size: 22px;
    border-radius: 5px;
}
/*
    .fight-title:before {
        content: "";
        position: absolute;
        right: 31.2%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 31px 25px;
        top: 0;
        border-color: #a1121200 #8f080800 #e2133a00 #dd0000;
    }
    .fight-title:after {
        content: "";
        position: absolute;
        left: 31.8%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 31px 19px;
        top: 0px;
        border-color: transparent transparent #dd0000 transparent;
    }
     */
.figther-img {
    width: 250px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

    .schedule-card:not(:last-child):before {
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 3px;
        content: "";
        background-color: #4b96ff
    }

@media (max-width: 1399.98px) {
    .schedule-card:not(:last-child):before {
        margin-top: calc(40px + 4px)
    }
}

@media (min-width: 1200px) {
    .schedule-card:not(:last-child):before {
        margin-top: calc(30px + 4px)
    }
}

.schedule-card:not(:last-child):after {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    content: "";
    height: 11px;
    border-top: 1px solid #080808;
    border-bottom: 1px solid #080808
}

@media (max-width: 1399.98px) {
    .schedule-card:not(:last-child):after {
        margin-top: 40px
    }

    .schedule-card:not(:last-child) {
        margin-bottom: calc(80px + 11px)
    }
}

.schedule-card__title {
    font-family: "Barlow Condensed",sans-serif;
    font-size: 1.3rem
}

    .schedule-card__title:after, .schedule-card__title:before {
        flex: 1;
        height: 1px;
        background-color: #111;
        content: ""
    }

.schedule-card__title__decor {
    margin: 0 18px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #111
}

    .schedule-card__title__decor:after, .schedule-card__title__decor:before {
        content: "";
        position: absolute;
        background-color: #111;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        display: inline-block;
        top: 0
    }

    .schedule-card__title__decor:before {
        left: -12px
    }

    .schedule-card__title__decor:after {
        right: -12px
    }

.schedule-card__content {
    padding-top: 20px
}

    .schedule-card__content > * {
        margin-bottom: 20px
    }

.schedule-card__content__tv img {
    margin: 0 .25rem
}

.schedule-card__content__place {
    font-size: .75rem
}

    .schedule-card__content__place:before {
        margin-right: .5rem;
        content: "\f041";
        font-family: FontAwesome;
        color: #4b96ff
    }

.schedule-card__content__event {
    text-transform: uppercase
}

    .schedule-card__content__event.wba {
        color: #1b1b1b;
        border: 1px solid #1b1b1b
    }

    .schedule-card__content__event.wbo {
        color: #76011b;
        border: 1px solid #76011b
    }

    .schedule-card__content__event.wbc {
        color: #0b8110;
        border: 1px solid #0b8110
    }

    .schedule-card__content__event.ibf {
        color: #ba0101;
        border: 1px solid #ba0101
    }

    .schedule-card__content__event.ring {
        color: #f8ba4b;
        border: 1px solid #f8ba4b
    }

.schedule-card__content__scorecards {
    font-family: "Barlow Condensed",sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: #080808;
    text-transform: uppercase
}

    .schedule-card__content__scorecards.small {
        font-size: .8rem
    }

.schedule-card__view-btn {
    background-color: #d00 !important;
    color: #ffffff !important
}

    .schedule-card__view-btn:hover {
        color: #fff !important;
        background-color: #080808 !important
    }

.schedule-card__view-btn-wrapper {
    background-color: #212226;
    padding: 10px
}

.schedule-card .fight-card__photo {
    height: 100px;
    width: 100px
}

@media (min-width: 1200px) and (max-width:1399.98px) {
    .schedule-card .fight-card__photo {
        height: 80px;
        width: 80px
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .schedule-card .fight-card__photo {
        height: 80px;
        width: 80px
    }
}

@media (max-width: 767.98px) {
    .schedule-card .fight-card__photo {
        height: 125px;
        width: 100%
    }
}

.schedule-card__undercard {
    background-color: #e8e8e8
}

    .schedule-card__undercard .schedule-card__view-btn {
        border: 1px solid #ddd !important;
        color: #4b96ff !important;
        background-color: transparent !important;
        font-size: 1.25rem !important
    }

        .schedule-card__undercard .schedule-card__view-btn:hover {
            background-color: #f5f5f5 !important
        }

    .schedule-card__undercard .schedule-card__view-btn-wrapper {
        background-color: #fff
    }

    .schedule-card__undercard .schedule-card__fighter-name {
        font-size: 1rem
    }

        .schedule-card__undercard .schedule-card__fighter-name a:not(.btn):focus, .schedule-card__undercard .schedule-card__fighter-name a:not(.btn):hover {
            color: #4b96ff !important
        }

    .schedule-card__undercard .schedule-card__vs {
        font-size: 2.25rem;
        background-color: #fff;
        color: #4b96ff
    }

.schedule-card__fighter {
    background-color: #000;
    flex: 1
}

@media (min-width: 1400px) {
    .schedule-card__fighter-name {
        font-size: 1.875rem
    }
}

@media (min-width: 1200px) and (max-width:1799.98px) {
    .schedule-card__fighter-name {
        font-size: 1.875rem
    }
}

@media (min-width: 576px) and (max-width:1399.98px) {
    .schedule-card__fighter-name {
        font-size: 1.125rem
    }
}

@media (max-width: 767.98px) {
    .schedule-card__fighter-name {
        font-size: .875rem
    }
}

.schedule-card__fighter-name .first-name:after {
    content: " "
}

.schedule-card__fighter-name a:not(.btn):focus, .schedule-card__fighter-name a:not(.btn):hover {
    color: #fff !important
}

.schedule-card__vs {
    color: #fff;
    font-weight: 900;
    font-size: 3.75rem;
    line-height: 1;
}
.schedule-card__flag {
    padding: 15px;
}

@media (min-width: 768px) {
    .schedule-card__undercard .fight-card__photo, .schedule-card__undercard .schedule-card__vs {
        height: 70px;
        width: 70px
    }

        .schedule-card__undercard .schedule-card__vs span {
            margin-bottom: 10px
        }

    .schedule-card__vs span {
        margin-bottom: 15px
    }
}

@media (min-width: 1200px) and (max-width:1399.98px) {
    .schedule-card__vs {
        height: 80px;
        width: 80px
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .schedule-card__vs {
        height: 80px;
        width: 80px
    }
}

@media (max-width: 767.98px) {
    .schedule-card__vs {
        height: auto;
        width: auto;
        font-size: 2rem
    }
}

.schedule-card__flag {
    top: 0;
    z-index: 2
}

    .schedule-card__flag.left {
        left: 0
    }

        .schedule-card__flag.left img {
            float: left
        }

    .schedule-card__flag.right {
        right: 0
    }

        .schedule-card__flag.right img {
            float: right
        }

.schedule-card ~ .site-content__section__subtitle {
    position: relative;
    z-index: 2
}

    .schedule-card ~ .site-content__section__subtitle:before {
        position: absolute;
        left: 0;
        bottom: 100%;
        width: 100%;
        background-color: #fff;
        margin-bottom: 1px;
        content: ""
    }

@media (min-width: 1200px) {
    .schedule-card:not(:last-child):after {
        margin-top: 30px
    }

    .schedule-card:not(:last-child) {
        margin-bottom: calc(60px + 11px)
    }

    .schedule-card ~ .site-content__section__subtitle {
        margin-top: -41px
    }

        .schedule-card ~ .site-content__section__subtitle:before {
            height: 30px
        }
}

.schedule-card__ringwalk {
    font-size: .8rem
}

.schedule-card .single-fight__bookmaker {
    margin-left: 0;
    margin-right: 0
}

.schedule-card__view-btn.odd .text-2 {
    font-size: 1rem;
    letter-spacing: 3px
}

    .schedule-card__view-btn.odd .text-2 span {
        width: 22px;
        padding-left: 2px;
        height: 19px;
        display: inline-block;
        color: #fff
    }

@media (min-width: 1200px) and (max-width:1799.98px) {
    .schedule-card__odd {
        font-size: 1rem
    }
}

.schedule-card__undercard .schedule-card__view-btn .text-2 {
    color: #212529
}

    .schedule-card__undercard .schedule-card__view-btn .text-2 span {
        width: 22px;
        padding-left: 2px;
        height: 19px;
        display: inline-block
    }

@media (min-width: 1800px) {
    .text-xxxl-left {
        text-align: left !important
    }

    .text-xxxl-right {
        text-align: right !important
    }

    .text-xxxl-center {
        text-align: center !important
    }

    .schedule-card__fighter-name.left {
        padding-right: 100px
    }

    .schedule-card__fighter-name.right {
        padding-left: 100px
    }

    .schedule-card__odd {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 90px;
        height: 90px;
        background-color: #fff
    }

        .schedule-card__odd .v1 {
            color: #212529;
            line-height: 1;
            font-size: 1.875rem
        }

        .schedule-card__odd .v2 {
            font-size: 1rem
        }

        .schedule-card__odd.left {
            right: 5px
        }

        .schedule-card__odd.right {
            left: 5px
        }

    .schedule-card__undercard .schedule-card__odd {
        height: 60px;
        width: 60px
    }

        .schedule-card__undercard .schedule-card__odd .v1 {
            font-size: 1.125rem
        }

        .schedule-card__undercard .schedule-card__odd .v2 {
            font-size: .75rem
        }
}

.schedule-card.result .schedule-card__fighter-name .last-name {
    text-align: center
}

.schedule-card.result .schedule-card__result-value {
    font-size: 1rem !important
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .schedule-card.result .schedule-card__fighter-name .last-name {
        flex: 1
    }

    .schedule-card.result .schedule-card__result-value.text-primary {
        background-color: #4b96ff;
        color: #fff !important
    }
}

@media (min-width: 1400px) {
    .schedule-card.result .schedule-card__fighter-name .last-name {
        flex: 1
    }

    .schedule-card.result .schedule-card__result-value.text-primary {
        background-color: #4b96ff;
        color: #fff !important
    }

    .schedule-card.result .schedule-card__result-value.text-winner {
        background-color: #00a700;
        color: #fff !important
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .schedule-card.result .schedule-card__result-value.text-winner {
        background-color: #00a700;
        color: #fff !important
    }

    .schedule-card.result .schedule-card__result-value.text-loser {
        background-color: #d20000;
        color: #fff !important
    }
}

@media (min-width: 1400px) {
    .schedule-card.result .schedule-card__result-value.text-loser {
        background-color: #d20000;
        color: #fff !important
    }
}

@media (min-width: 992px) and (max-width:1199.98px) {
    .schedule-card.result .schedule-card__result-value.text-draw {
        background-color: transparent;
        color: #4098ba
    }
}

@media (min-width: 1400px) {
    .schedule-card.result .schedule-card__result-value.text-draw {
        background-color: #4098ba;
        color: #fff
    }
}

.schedule-card.result .schedule-card__undercard:not(:last-child) {
    margin-bottom: 10px
}

.schedule-card:not(:last-child) > :last-child {
    position: relative
}

    .schedule-card:not(:last-child) > :last-child:after {
        content: "";
        height: 20px;
        width: 50px;
        position: absolute;
        left: 50%;
        background-color: #fff;
        background-image: url(../images/logo-image.png);
        background-position: center;
        background-size: auto 100%;
        background-repeat: no-repeat;
        transform: translate(-50%,-5px);
        z-index: 1
    }

@media (max-width: 1399.98px) {
    .schedule-card ~ .site-content__section__subtitle {
        margin-bottom: 40px;
        margin-top: -51px
    }

        .schedule-card ~ .site-content__section__subtitle:before {
            height: 20px
        }

    .schedule-card:not(:last-child) > :last-child:after {
        top: calc(100% + 10px * 5)
    }
}

.schedule-card .fight-card__content-block {
    margin: 10px 0 20px
}

.schedule-card .fight-card__content-block__icon {
    background-color: #f5f5f5 !important
}

.schedule-card .fight-card__tv-shows .title {
    color: #111
}

.player-details {
    left: 25px;
    position: absolute;
}