@import "https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&amp;family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap";
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@200;300;400;500;600;700&display=swap');


@font-face {
    font-family: politica-black;
    src: url('/assets/webfonts/politica-black.ttf');
}

@font-face {
    font-family: politica-regular;
    src: url('/assets/webfonts/politica-regular.ttf');
}

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap');

body {
    color: #555;
    font-family: 'Cairo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
}

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;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mlr-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.mlrt-5 {
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-family: politica-black;
    font-weight: 700;
}

p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

    p:last-child {
        margin-bottom: 0;
    }

a {
    text-decoration: none;
}

.owl-nav {
    margin-top: 0 !important;
}

.owl-dots {
    margin-top: 0 !important;
}

.form-control {
    height: 50px;
    border: 1px solid #e1e1e1;
    padding-left: 15px;
    border-radius: unset;
}

    .form-control::-webkit-input-placeholder {
        color: #555;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    .form-control:-ms-input-placeholder {
        color: #555;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    .form-control::-ms-input-placeholder {
        color: #555;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    .form-control::placeholder {
        color: #555;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    .form-control:focus {
        border: 1px solid #FFC568;
        -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;
}

.bg-f5f5f5 {
    background-color: #f5f5f5;
}

.bg-f8f8f8 {
    background-color: #e3e3e3;
}

::-moz-selection {
    background: #FFC568;
    color: #fff;
}

::selection {
    background: #FFC568;
    color: #fff;
}

.default-btn {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: unset;
    display: inline-block;
    font-family: politica-regular;
    border: 1px solid #FFC568;
    background-color: #FFC568;
    z-index: 1;
    border-radius: 5px;
    width: 35%;
}

    .default-btn i {
        position: relative;
        top: 2px;
        padding-left: 7px;
    }

    .default-btn.style2 {
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, 0.41);
    }

    .default-btn.style3 {
        background-color: #000;
        border-color: #000;
    }

    .default-btn::before {
        position: absolute;
        content: "";
        background-color: #FFC568;
        height: 0%;
        width: 0%;
        bottom: 0;
        right: 0;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        z-index: -1;
    }

    .default-btn::after {
        position: absolute;
        content: "";
        background-color: #FFC568;
        height: 0%;
        width: 0%;
        top: 0;
        left: 0;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        z-index: -1;
    }

    .default-btn:hover {
        color: #fff;
        border-color: #FFC568;
    }

        .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;
    }

.section-title {
    max-width: 780px;
    margin: auto auto 40px;
}

    .section-title span {
        color: #FFC568;
        display: inline-block;
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 35px;
        font-weight: 700;
    }

    .section-title.style2 {
        text-align: start;
        margin-left: 0;
        margin-right: auto;
        max-width: 570px;
    }

        .section-title.style2 h2 {
            margin-bottom: 0;
        }

    .section-title.white-title span {
        color: #FFC568;
    }

    .section-title.white-title h2 {
        color: #fff;
    }

.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, 0.2);
            border-top-color: #FFC568;
            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: #FFC568;
                position: relative;
            }

                .ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
                    -webkit-animation: letters-loading 4s infinite;
                    animation: letters-loading 4s infinite;
                    color: #000;
                    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: 0.2s;
                    animation-delay: 0.2s;
                }

                .ctn-preloader
                .animation-preloader
                .txt-loading
                .letters-loading:nth-child(3):before {
                    -webkit-animation-delay: 0.4s;
                    animation-delay: 0.4s;
                }

                .ctn-preloader
                .animation-preloader
                .txt-loading
                .letters-loading:nth-child(4):before {
                    -webkit-animation-delay: 0.6s;
                    animation-delay: 0.6s;
                }

                .ctn-preloader
                .animation-preloader
                .txt-loading
                .letters-loading:nth-child(5):before {
                    -webkit-animation-delay: 0.8s;
                    animation-delay: 0.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: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
}

.loaded .loader-section.section-right {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2);
    transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.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.style2 {
        position: fixed;
        background-color: #0000003b;
        left: 0;
        top: 0;
        height: 110px;
        width: 100%;
        z-index: 9;
    }

        .navbar-area.style2 .desktop-nav {
            position: relative;
        }

            .navbar-area.style2 .desktop-nav::before {
                position: absolute;
                content: "";
                left: 0;
                bottom: -15px;
                height: 1px;
                width: 100%;
            }

            .navbar-area.style2 .desktop-nav .navbar .nav-item a {
                color: #fff;
                opacity: .3;
                font-family: politica-regular;
            }

            .navbar-area.style2 .desktop-nav .navbar .logo-nav a {
                color: #fff;
                opacity: 1 !important;
            }

.desktop-nav .navbar ul:hover li a {
    opacity: 1 !important;
}

.desktop-nav .navbar ul li a img {
    transition: transform 0.3s ease-in-out;
}

.desktop-nav .navbar ul:hover li a img {
    transform: scale(1.2);
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a:hover,
.navbar-area.style2 .desktop-nav .navbar .nav-item a:focus,
.navbar-area.style2 .desktop-nav .navbar .nav-item a.active {
    color: #FFC568;
}

.navbar-area.style2 .desktop-nav .others-options {
    padding-left: 60px;
}

    .navbar-area.style2 .desktop-nav .others-options .option-item .search-btn a {
        color: #fff;
    }

        .navbar-area.style2
        .desktop-nav
        .others-options
        .option-item
        .search-btn
        a:hover {
            color: #FFC568;
        }

    .navbar-area.style2
    .desktop-nav
    .others-options
    .option-item
    .sidebar-btn
    .sidebar-menu {
        border-bottom: 2px solid #fff;
    }

        .navbar-area.style2
        .desktop-nav
        .others-options
        .option-item
        .sidebar-btn
        .sidebar-menu::before {
            background-color: #fff;
        }

        .navbar-area.style2
        .desktop-nav
        .others-options
        .option-item
        .sidebar-btn
        .sidebar-menu::after {
            background-color: #fff;
        }

    .navbar-area.style2
    .desktop-nav
    .others-options
    .option-item
    .sidebar-btn:hover
    .sidebar-menu {
        border-color: #FFC568;
    }

        .navbar-area.style2
        .desktop-nav
        .others-options
        .option-item
        .sidebar-btn:hover
        .sidebar-menu::before {
            background-color: #FFC568;
        }

        .navbar-area.style2
        .desktop-nav
        .others-options
        .option-item
        .sidebar-btn:hover
        .sidebar-menu::after {
            background-color: #FFC568;
        }

.navbar-area.style2.is-sticky {
    background-color: #000000d9;
    position: fixed !important;
}

.navbar-area.style3 {
    background-color: #000;
}

    .navbar-area.style3 .desktop-nav {
        position: relative;
    }

        .navbar-area.style3 .desktop-nav .navbar .nav-item a {
            color: #fff;
        }

            .navbar-area.style3 .desktop-nav .navbar .nav-item a:hover,
            .navbar-area.style3 .desktop-nav .navbar .nav-item a:focus,
            .navbar-area.style3 .desktop-nav .navbar .nav-item a.active {
                color: #FFC568;
            }

        .navbar-area.style3 .desktop-nav .others-options {
            padding-left: 60px;
        }

            .navbar-area.style3 .desktop-nav .others-options .option-item .search-btn a {
                color: #fff;
            }

                .navbar-area.style3
                .desktop-nav
                .others-options
                .option-item
                .search-btn
                a:hover {
                    color: #FFC568;
                }

            .navbar-area.style3
            .desktop-nav
            .others-options
            .option-item
            .sidebar-btn
            .sidebar-menu {
                border-bottom: 2px solid #fff;
            }

                .navbar-area.style3
                .desktop-nav
                .others-options
                .option-item
                .sidebar-btn
                .sidebar-menu::before {
                    background-color: #fff;
                }

                .navbar-area.style3
                .desktop-nav
                .others-options
                .option-item
                .sidebar-btn
                .sidebar-menu::after {
                    background-color: #fff;
                }

            .navbar-area.style3
            .desktop-nav
            .others-options
            .option-item
            .sidebar-btn:hover
            .sidebar-menu {
                border-color: #FFC568;
            }

                .navbar-area.style3
                .desktop-nav
                .others-options
                .option-item
                .sidebar-btn:hover
                .sidebar-menu::before {
                    background-color: #FFC568;
                }

                .navbar-area.style3
                .desktop-nav
                .others-options
                .option-item
                .sidebar-btn:hover
                .sidebar-menu::after {
                    background-color: #FFC568;
                }

.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, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    height: 110px;
}

.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-brand {
    margin-right: 40px;
}

.desktop-nav {
    padding-top: 0;
    padding-bottom: 0;
}

    .desktop-nav .navbar {
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        z-index: 2;
        padding-right: 0;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

        .desktop-nav .navbar ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
            display: flex;
            flex-direction: initial;
            width: 100%;
            justify-content: center;
            margin-left: -35px !important;
        }

        .desktop-nav .navbar .navbar-nav .nav-item {
            position: relative;
            padding-bottom: 20px;
            padding-top: 20px;
            padding-right: 0;
            padding-left: 0;
            text-align: center;
        }

li.nav-item.logo-nav {
    width: 15%;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 18px;
    color: #1b2336;
    line-height: 1;
    position: relative;
    font-weight: 400;
    font-family: 'Cairo', sans-serif;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}

    .desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle {
        padding-right: 18px;
    }

        .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: "\f107";
            position: absolute;
            top: 4px;
            right: 0;
            font-family: "font awesome 6 free";
            line-height: 1;
            font-size: 14px;
            font-weight: 600;
            opacity: 0.6;
        }

    .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: #FFC568;
    }

    .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:last-child a {
    margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}

.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: #FFC568;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.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;
            font-size: 15px;
            font-weight: 600;
            line-height: 1;
            display: block;
            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: "\f107";
                position: absolute;
                top: 14px;
                right: 13px;
                font-family: "font awesome 6 free";
                line-height: 1;
                font-size: 14px;
                opacity: 0.6;
            }

            .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: #FFC568;
            }

        .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: "\ea4e";
                    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: #FFC568;
                }

            .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: #FFC568;
                    }

                .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: #FFC568;
                        }

                    .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: #FFC568;
                            }

                        .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: #FFC568;
                                }

                            .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: #FFC568;
                        }

                        .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: #FFC568;
                    }

                    .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: #FFC568;
                }

                .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: #FFC568;
            }

            .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: #FFC568;
        }

        .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: 50px;
    position: relative;
    top: -2px;
}

    .desktop-nav .navbar .others-options .option-item {
        display: inline-block;
        margin-right: 25px;
    }

        .desktop-nav .navbar .others-options .option-item:last-child {
            margin-right: 0;
        }

        .desktop-nav .navbar .others-options .option-item .sidebar-btn .sidebar-menu {
            height: 20px;
            width: 25px;
            border-bottom: 2px solid #000;
            position: relative;
            cursor: pointer;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            top: 5px;
        }

            .desktop-nav
            .navbar
            .others-options
            .option-item
            .sidebar-btn
            .sidebar-menu::before {
                position: absolute;
                content: "";
                height: 2px;
                width: 30px;
                left: 0;
                top: 9px;
                background-color: #000;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

            .desktop-nav
            .navbar
            .others-options
            .option-item
            .sidebar-btn
            .sidebar-menu::after {
                position: absolute;
                content: "";
                height: 2px;
                width: 15px;
                left: 0;
                top: 0;
                background-color: #000;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

        .desktop-nav
        .navbar
        .others-options
        .option-item
        .sidebar-btn:hover
        .sidebar-menu {
            border-color: #FFC568;
        }

            .desktop-nav
            .navbar
            .others-options
            .option-item
            .sidebar-btn:hover
            .sidebar-menu::before {
                background-color: #FFC568;
                width: 15px;
            }

            .desktop-nav
            .navbar
            .others-options
            .option-item
            .sidebar-btn:hover
            .sidebar-menu::after {
                background-color: #FFC568;
                width: 25px;
            }

        .desktop-nav .navbar .others-options .option-item .search-btn {
            font-size: 20px;
            position: relative;
            top: 5px;
        }

            .desktop-nav .navbar .others-options .option-item .search-btn a {
                color: #000;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .desktop-nav .navbar .others-options .option-item .search-btn a:hover {
                    color: #FFC568;
                }

.searchmodal .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    display: table;
}

.searchmodal .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
    display: table-cell;
    vertical-align: middle;
    background-color: #000;
    opacity: 0.77;
}

.searchmodal .modal-body {
    max-width: 700px;
    margin: auto;
    padding: 0;
}

.searchmodal .modal-header {
    border: none;
}

    .searchmodal .modal-header button {
        position: relative;
    }

        .searchmodal .modal-header button.close {
            position: absolute;
            right: 25px;
            top: 25px;
            display: inline-block;
            height: 50px;
            width: 50px;
            line-height: 55px;
            background-color: transparent;
            border-radius: 50px;
            color: #FFC568;
            border: none;
            font-size: 35px;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

            .searchmodal .modal-header button.close i {
                position: relative;
                top: -4px;
                left: 0;
            }

            .searchmodal .modal-header button.close:hover,
            .searchmodal .modal-header button.close:focus {
                color: #fff;
            }

.modal-search-form {
    position: relative;
}

    .modal-search-form .search-field {
        background-color: transparent;
        height: 60px;
        padding: 8px 15px;
        border: 1px solid #484848;
        width: 100%;
        display: block;
        outline: 0;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        border-radius: 10px;
        color: #fff;
    }

        .modal-search-form .search-field::-webkit-input-placeholder {
            color: #fff;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .modal-search-form .search-field:-ms-input-placeholder {
            color: #fff;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .modal-search-form .search-field::-ms-input-placeholder {
            color: #fff;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .modal-search-form .search-field::placeholder {
            color: #fff;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .modal-search-form .search-field:focus {
            border-color: #FFC568;
        }

            .modal-search-form .search-field:focus::-webkit-input-placeholder {
                color: transparent;
            }

            .modal-search-form .search-field:focus:-ms-input-placeholder {
                color: transparent;
            }

            .modal-search-form .search-field:focus::-ms-input-placeholder {
                color: transparent;
            }

            .modal-search-form .search-field:focus::placeholder {
                color: transparent;
            }

    .modal-search-form button {
        border: none;
        background-color: #eee;
        color: #FFC568;
        height: 40px;
        width: 40px;
        position: absolute;
        right: 10px;
        padding: 0;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 20px;
        border-radius: 5px;
        cursor: pointer;
    }

        .modal-search-form button i {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
        }

        .modal-search-form button:hover,
        .modal-search-form button:focus {
            background-color: #FFC568;
            color: #fff;
        }

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 420px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background-color: #0e0e0e;
    border: none;
    border-radius: 0;
}

    .modal.right .modal-content button.close {
        position: absolute;
        right: 20px;
        top: 30px;
        background-color: transparent;
        border: none;
        text-shadow: unset;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        z-index: 99;
        opacity: 1;
    }

        .modal.right .modal-content button.close i {
            display: inline-block;
            height: 30px;
            width: 30px;
            line-height: 30px;
            background-color: #FFC568;
            color: #fff;
            font-size: 20px;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            border-radius: 50%;
        }

            .modal.right .modal-content button.close i:hover {
                background-color: #000;
            }

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.sidebarModal {
    position: relative;
}

    .sidebarModal.modal .modal-body {
        padding: 25px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .sidebarModal.modal .modal-body .sidebar-content {
            margin-top: 35px;
            margin-bottom: 30px;
        }

            .sidebarModal.modal .modal-body .sidebar-content p {
                margin-bottom: 30px;
                color: #fff;
            }

            .sidebarModal.modal .modal-body .sidebar-content h3 {
                font-size: 22px;
                margin-bottom: 15px;
                color: #fff;
            }

            .sidebarModal.modal .modal-body .sidebar-content .sidebar-btn {
                margin-top: 25px;
            }

        .sidebarModal.modal .modal-body .sidebar-contact-info {
            margin-top: 30px;
        }

            .sidebarModal.modal .modal-body .sidebar-contact-info h3 {
                font-size: 22px;
                margin-bottom: 0;
                color: #fff;
            }

            .sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
                padding-left: 0;
                margin-top: 30px;
                margin-bottom: 0;
            }

                .sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
                    list-style-type: none;
                    font-size: 14px;
                    color: #fff;
                    font-weight: 500;
                    margin-bottom: 20px;
                    position: relative;
                    padding-left: 22px;
                }

                    .sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child {
                        margin-bottom: 0;
                    }

                    .sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
                        color: #fff;
                    }

                        .sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
                            color: #FFC568;
                        }

                    .sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
                        position: absolute;
                        left: 0;
                        top: 2px;
                        color: #FFC568;
                    }

        .sidebarModal.modal .modal-body .sidebar-social-list {
            list-style-type: none;
            padding-left: 0;
            margin-bottom: 0;
            margin-top: 30px;
        }

            .sidebarModal.modal .modal-body .sidebar-social-list li {
                display: inline-block;
                margin-right: 8px;
            }

                .sidebarModal.modal .modal-body .sidebar-social-list li:last-child {
                    margin-right: 0;
                }

                .sidebarModal.modal .modal-body .sidebar-social-list li i {
                    display: inline-block;
                    height: 35px;
                    width: 35px;
                    line-height: 35px;
                    font-size: 16px;
                    background: #FFC568;
                    text-align: center;
                    color: #fff;
                    border-radius: 50%;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                    .sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
                        -webkit-transform: translateY(-5px);
                        transform: translateY(-5px);
                        background-color: #000;
                        color: #fff;
                    }

.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: -42px;
    }

        .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 0.5s;
                transition: all ease 0.5s;
                background-color: #FFC568;
            }

        .others-option-for-responsive .dot-menu:hover .inner .circle {
            background-color: #FFC568;
        }

    .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 0.5s;
            transition: all ease 0.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;
            margin-right: 15px;
        }

            .others-option-for-responsive .others-options .option-item:last-child {
                margin-right: 0;
            }

            .others-option-for-responsive
            .others-options
            .option-item
            .sidebar-btn
            .sidebar-menu {
                height: 20px;
                width: 25px;
                border-bottom: 2px solid #000;
                position: relative;
                cursor: pointer;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
                top: 5px;
            }

                .others-option-for-responsive
                .others-options
                .option-item
                .sidebar-btn
                .sidebar-menu::before {
                    position: absolute;
                    content: "";
                    height: 2px;
                    width: 30px;
                    left: 0;
                    top: 9px;
                    background-color: #000;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                .others-option-for-responsive
                .others-options
                .option-item
                .sidebar-btn
                .sidebar-menu::after {
                    position: absolute;
                    content: "";
                    height: 2px;
                    width: 15px;
                    left: 0;
                    top: 0;
                    background-color: #000;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

            .others-option-for-responsive
            .others-options
            .option-item
            .sidebar-btn:hover
            .sidebar-menu {
                border-color: #FFC568;
            }

                .others-option-for-responsive
                .others-options
                .option-item
                .sidebar-btn:hover
                .sidebar-menu::before {
                    background-color: #FFC568;
                    width: 15px;
                }

                .others-option-for-responsive
                .others-options
                .option-item
                .sidebar-btn:hover
                .sidebar-menu::after {
                    background-color: #FFC568;
                    width: 25px;
                }

            .others-option-for-responsive .others-options .option-item .search-btn {
                font-size: 20px;
                position: relative;
                top: 5px;
            }

                .others-option-for-responsive .others-options .option-item .search-btn a {
                    color: #000;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                    .others-option-for-responsive .others-options .option-item .search-btn a:hover {
                        color: #FFC568;
                    }

.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 ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 0.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: 0.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);
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.banner-slider-item {
    padding-top: 240px;
    padding-bottom: 240px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
}

    .banner-slider-item::before {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient( 90.22deg, rgba(2, 2, 2, 0.6) 0.14%, rgba(16, 16, 16, 0.396) 99.76% );
    }

    .banner-slider-item.bg-1 {
        background-image: url(../images/about/about-inro.jpg);
        background-attachment: scroll;
    }

    .banner-slider-item.bg-2 {
        background-image: url(https://youtu.be/uwSJVL-d8OY);
        background-attachment: scroll;
    }

.banner-content {
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    bottom: 20px;
    left: 120px;
}

    .banner-content p {
        font-size: 40px;
    }

        .banner-content p i {
            font-size: 40px;
        }

.banner-slider-item {
    position: relative;
    height: 100vh;
    overflow: hidden;
    padding-top: 0 !important;
}

.banner-content p span {
    font-weight: bold;
}

.banner-content .banner-left-content {
    z-index: 1;
    height: 91vh;
    margin-top: 95px;
}

    .banner-content .banner-left-content span {
        color: #aeaeae;
        background: rgba(255, 255, 255, 0.11);
        padding: 4px 20px;
        display: inline-block;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .banner-content .banner-left-content h1 {
        font-size: 120px;
        color: #fff;
        font-weight: 800;
        line-height: 130px;
        margin-bottom: 30px;
    }

    .banner-content .banner-left-content p {
        color: #d6c9c9;
        margin-bottom: 30px;
        font-size: 18px;
        font-weight: 600;
    }

.banner-area .container-fluid {
    padding: 0;
    overflow: hidden;
}

.banner-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    padding: 0px 200px;
    align-items: center;
    height: 100vh;
}

    .banner-slider.owl-theme .owl-nav .owl-prev,
    .banner-slider.owl-theme .owl-nav .owl-next {
        background-color: unset !important;
        position: relative;
        right: 40px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        color: #fff;
    }

        .banner-slider.owl-theme .owl-nav .owl-prev img,
        .banner-slider.owl-theme .owl-nav .owl-next img {
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .banner-slider.owl-theme .owl-nav .owl-prev.owl-next,
        .banner-slider.owl-theme .owl-nav .owl-next.owl-next {
            left: 40px;
            right: auto;
        }

        .banner-slider.owl-theme .owl-nav .owl-prev:hover img,
        .banner-slider.owl-theme .owl-nav .owl-next:hover img {
            -webkit-filter: invert(69%) sepia(14%) saturate(992%) hue-rotate(348deg) brightness(91%) contrast(86%);
            filter: invert(69%) sepia(14%) saturate(992%) hue-rotate(348deg) brightness(91%) contrast(86%);
        }

.slider-counter {
    z-index: 1;
    bottom: 100px;
    position: relative;
    text-align: center;
    color: #fff;
    max-width: 30px;
    margin: auto;
    font-size: 18px;
    display: none;
}

    .slider-counter.active {
        color: #fff;
    }

.video-play-btn {
    text-align: end;
    margin-right: 100px;
}

    .video-play-btn .play-btn a {
        color: #FFC568;
        height: 100px;
        width: 100px;
        line-height: 100px;
        text-align: center;
        font-size: 40px;
        border-radius: 100%;
        background: rgba(255, 255, 255, 0.3);
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

        .video-play-btn .play-btn a i {
            position: relative;
            left: 3px;
            top: 2px;
        }

        .video-play-btn .play-btn a::before {
            position: absolute;
            content: "";
            height: 110px;
            width: 110px;
            left: -5px;
            top: -5px;
            border: 1px solid #FFC568;
            border-radius: 100%;
            -webkit-animation: ripple 4s linear infinite;
            animation: ripple 4s linear infinite;
            z-index: -1;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .video-play-btn .play-btn a:hover {
            background-color: #FFC568;
            color: #fff;
        }

            .video-play-btn .play-btn a:hover::before {
                border-color: #fff;
            }

.banner-area-style2.bg-1 {
    background-image: url(../images/banner/banner-bg-3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: scroll;
    z-index: 1;
}

    .banner-area-style2.bg-1::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(21, 21, 21, 0.5);
        z-index: -1;
    }

.banner-content-style2 {
    padding-top: 150px;
    padding-bottom: 150px;
    max-width: 930px;
    margin: auto;
    text-align: center;
}

    .banner-content-style2 h1 {
        font-size: 120px;
        color: #fff;
        font-weight: 800;
        line-height: 130px;
        margin-bottom: 25px;
    }

    .banner-content-style2 p {
        max-width: 790px;
        margin: auto;
        color: #cacaca;
        margin-bottom: 30px;
    }

.banner-logo-content {
    text-align: center;
    padding-bottom: 80px;
}

    .banner-logo-content ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .banner-logo-content ul li {
            display: inline-block;
            margin-right: 50px;
        }

            .banner-logo-content ul li img {
                opacity: 0.4;
            }

            .banner-logo-content ul li:last-child {
                margin-right: 0;
            }

.banner-area-style3 {
    padding-top: 200px;
    padding-bottom: 200px;
}

    .banner-area-style3 .container-fluid {
        max-width: 1520px;
    }

    .banner-area-style3.bg-image {
        background-image: url(../images/banner/banner-bg-4.jpg);
        background-size: cover;
        background-position: center center;
        position: relative;
        z-index: 1;
    }

        .banner-area-style3.bg-image::before {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.31);
            z-index: -1;
        }

.banner-content3 {
    max-width: 790px;
    margin-right: 0;
    margin-left: auto;
}

    .banner-content3 h1 {
        font-size: 110px;
        font-weight: 800;
        line-height: 120px;
        color: #fff;
        margin-bottom: 20px;
    }

    .banner-content3 p {
        color: #cacaca;
        margin-bottom: 30px;
    }

.page-banner-area {
    padding-top: 100px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-color: #000;
}

    .page-banner-area::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.64);
        z-index: -1;
    }

.page-banner-area3::before {
    background: none !important;
}

.page-banner-area.bg-1 {
    background-image: url(../images/about/about-inro.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.page-banner-area.bg-2 {
    background-image: url(../images/about/about-inro1.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.page-banner-area.bg-3 {
    background-image: url(../images/banner/banner-bg-7.jpg);
}

.page-banner-area.bg-4 {
    background-image: url(../images/banner/banner-bg-8.jpg);
}

.page-banner-area.bg-5 {
    background-image: url(../images/banner/banner-bg-9.jpg);
}

.page-banner-area.bg-6 {
    background-image: url(../images/banner/banner-bg-10.jpg);
}

.page-banner-content {
    text-align: center;
}

    .page-banner-content h1 {
        font-size: 56px;
        color: #fff;
        margin-bottom: 10px;
    }

    .page-banner-content ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .page-banner-content ul li {
            display: inline-block;
            margin-right: 20px;
            font-size: 18px;
            color: #FFC568;
            position: relative;
        }

            .page-banner-content ul li::before {
                position: absolute;
                content: "";
                right: -13px;
                height: 15px;
                width: 1px;
                background-color: #fff;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .page-banner-content ul li a {
                color: #fff;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .page-banner-content ul li a:hover {
                    color: #FFC568;
                }

            .page-banner-content ul li:last-child {
                margin-right: 0;
            }

                .page-banner-content ul li:last-child::before {
                    display: none;
                }

.experience-area .container {
    position: relative;
}

    .experience-area .container .shape {
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-animation: movebounce2 7s linear infinite;
        animation: movebounce2 7s linear infinite;
    }

.experience-content .experience-title {
    margin-bottom: 25px;
}

    .experience-content .experience-title span {
        color: #FFC568;
        display: inline-block;
        margin-bottom: 10px;
    }

    .experience-content .experience-title h2 {
        font-size: 56px;
    }

.experience-content .content p {
    margin-bottom: 18px;
}

    .experience-content .content p:last-child {
        margin-bottom: 0;
    }

.experience-content .content .default-btn {
    margin-top: 10px;
}

.experience-image {
    padding-right: 45px;
    padding-top: 15px;
    position: relative;
}

    .experience-image .experience {
        height: 180px;
        width: 180px;
        background-color: #000;
        border-radius: 100%;
        border: 5px solid #fff;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        padding: 25px;
    }

        .experience-image .experience h2 {
            font-size: 48px;
            color: #FFC568;
        }

        .experience-image .experience span {
            color: #fff;
            font-size: 18px;
        }

.about-img {
    padding-left: 40px;
    position: relative;
}

    .about-img .small-img {
        width: 270px;
        border: 5px solid #fff;
        position: absolute;
        left: 0;
        bottom: 40px;
    }

.about-content .about-title {
    margin-bottom: 20px;
}

    .about-content .about-title span {
        color: #FFC568;
        margin-bottom: 5px;
        display: inline-block;
    }

    .about-content .about-title h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

.about-content .experience {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
}

    .about-content .experience p {
        font-size: 24px;
        color: #000;
        font-weight: 600;
    }

    .about-content .experience span {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 48px;
        color: #FFC568;
        display: inline-block;
        font-family: 'Cairo', sans-serif;
        font-weight: 700;
    }

.about-content .content {
    margin-bottom: 30px;
}

.features-area.bg-1 {
    background-color: #141414;
    background-image: url(../images/features/features-shape-1.png);
    background-size: cover;
    background-position: center center;
}

.single-features-card {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .single-features-card .features-img {
        margin-bottom: 22px;
    }

        .single-features-card .features-img img {
            max-width: 100%;
            width: auto;
        }

    .single-features-card h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }

    .single-features-card:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    }

.single-features-box .features-img {
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .single-features-box .features-img img {
        overflow: hidden;
        -webkit-transition: all ease 1.5s;
        transition: all ease 1.5s;
    }

    .single-features-box .features-img .play-btn {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all ease 1.5s;
        transition: all ease 1.5s;
        opacity: 0;
    }

        .single-features-box .features-img .play-btn a {
            color: #FFC568;
            height: 60px;
            width: 60px;
            line-height: 60px;
            text-align: center;
            font-size: 24px;
            border-radius: 100%;
            background: #fff;
            -webkit-transition: all ease 1.5s;
            transition: all ease 1.5s;
            display: inline-block;
            position: relative;
            z-index: 1;
        }

            .single-features-box .features-img .play-btn a i {
                position: relative;
                left: 3px;
                top: 2px;
            }

            .single-features-box .features-img .play-btn a::before {
                position: absolute;
                content: "";
                height: 70px;
                width: 70px;
                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;
            }

            .single-features-box .features-img .play-btn a:hover {
                background-color: #FFC568;
                color: #fff;
            }

.single-features-box .features-content {
    background-color: #252525;
    padding: 20px;
    text-align: center;
}

    .single-features-box .features-content h3 {
        font-size: 24px;
        color: #fff;
        margin-bottom: 15px;
    }

    .single-features-box .features-content span {
        color: #cfcfcf;
    }

.single-features-box:hover .features-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-features-box:hover .features-img .play-btn {
    opacity: 1;
}

.features-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
}

    .features-slider.owl-theme .owl-nav .owl-prev,
    .features-slider.owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -90px;
        background-color: #000;
        color: #fff;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        border: none;
        height: 60px;
        width: 60px;
        line-height: 65px;
        border-radius: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 18px;
    }

        .features-slider.owl-theme .owl-nav .owl-prev i,
        .features-slider.owl-theme .owl-nav .owl-next i {
            position: relative;
            top: -2px;
            left: -1px;
        }

        .features-slider.owl-theme .owl-nav .owl-prev.owl-next,
        .features-slider.owl-theme .owl-nav .owl-next.owl-next {
            right: -90px;
            left: auto;
        }

            .features-slider.owl-theme .owl-nav .owl-prev.owl-next i,
            .features-slider.owl-theme .owl-nav .owl-next.owl-next i {
                position: relative;
                right: -1px;
                left: auto;
                top: -2px;
            }

        .features-slider.owl-theme .owl-nav .owl-prev:hover,
        .features-slider.owl-theme .owl-nav .owl-next:hover {
            background-color: #FFC568;
            color: #fff;
        }

.works-area.bg {
    background-image: url(../images/works/works-img-1.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

    .works-area.bg::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: -1;
    }

.works-btn {
    margin-bottom: 45px;
    text-align: end;
}

.single-works-card {
    overflow: hidden;
    position: relative;
}

    .single-works-card .works-img {
        overflow: hidden;
    }

        .single-works-card .works-img img {
            -webkit-transition: all ease 2s;
            transition: all ease 2s;
            overflow: hidden;
        }

    .single-works-card .content {
        text-align: center;
        background: rgba(0, 0, 0, 0.82);
        position: absolute;
        bottom: 30px;
        margin: auto;
        left: 0;
        right: 0;
        padding: 20px;
        width: 300px;
    }

        .single-works-card .content h3 {
            font-size: 24px;
            margin-bottom: 10px;
            color: #fff;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .single-works-card .content span {
            color: #d1c8c8;
        }

    .single-works-card:hover .works-img img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .single-works-card:hover .content h3 {
        color: #FFC568;
    }

    .single-works-card.style2 {
        margin-bottom: 30px;
        padding-right: 30px;
    }

.works-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
}

    .works-slider.owl-theme .owl-nav .owl-prev,
    .works-slider.owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -90px;
        background-color: #000;
        color: #fff;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        border: none;
        height: 60px;
        width: 60px;
        line-height: 65px;
        border-radius: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 20px;
    }

        .works-slider.owl-theme .owl-nav .owl-prev i,
        .works-slider.owl-theme .owl-nav .owl-next i {
            position: relative;
            top: -2px;
            left: -1px;
        }

        .works-slider.owl-theme .owl-nav .owl-prev.owl-next,
        .works-slider.owl-theme .owl-nav .owl-next.owl-next {
            right: -90px;
            left: auto;
        }

            .works-slider.owl-theme .owl-nav .owl-prev.owl-next i,
            .works-slider.owl-theme .owl-nav .owl-next.owl-next i {
                position: relative;
                right: -1px;
                left: auto;
                top: -2px;
            }

        .works-slider.owl-theme .owl-nav .owl-prev:hover,
        .works-slider.owl-theme .owl-nav .owl-next:hover {
            background-color: #FFC568;
            color: #fff;
        }

.works-slider.style2.owl-theme .owl-nav .owl-prev,
.works-slider.style2.owl-theme .owl-nav .owl-next {
    background-color: #f8f8f8;
    color: #FFC568;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

    .works-slider.style2.owl-theme .owl-nav .owl-prev:hover,
    .works-slider.style2.owl-theme .owl-nav .owl-next:hover {
        background-color: #FFC568;
        color: #fff;
    }

.work-details-content .work-details-top-content {
    margin-bottom: 30px;
}

    .work-details-content .work-details-top-content .work-img {
        position: relative;
        margin-bottom: 30px;
        overflow: hidden;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        border-radius: 5px;
    }

        .work-details-content .work-details-top-content .work-img img {
            overflow: hidden;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            border-radius: 5px;
        }

        .work-details-content .work-details-top-content .work-img .play-btn {
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
            margin: auto;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

            .work-details-content .work-details-top-content .work-img .play-btn a {
                color: #FFC568;
                height: 70px;
                width: 70px;
                line-height: 70px;
                text-align: center;
                font-size: 30px;
                border-radius: 100%;
                background: #fff;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
                display: inline-block;
                position: relative;
                z-index: 1;
            }

                .work-details-content .work-details-top-content .work-img .play-btn a i {
                    position: relative;
                    left: 3px;
                    top: 2px;
                }

                .work-details-content .work-details-top-content .work-img .play-btn a::before {
                    position: absolute;
                    content: "";
                    height: 80px;
                    width: 80px;
                    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;
                }

                .work-details-content .work-details-top-content .work-img .play-btn a:hover {
                    background-color: #FFC568;
                    color: #fff;
                }

        .work-details-content .work-details-top-content .work-img:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-filter: blur(3px);
            filter: blur(3px);
            border-radius: 5px;
        }

    .work-details-content .work-details-top-content .list {
        margin-bottom: 15px;
    }

        .work-details-content .work-details-top-content .list ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .work-details-content .work-details-top-content .list ul li {
                display: inline-block;
                margin-right: 15px;
                position: relative;
            }

                .work-details-content .work-details-top-content .list ul li::before {
                    position: absolute;
                    content: "/";
                    right: -12px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

                .work-details-content .work-details-top-content .list ul li a {
                    color: #555;
                }

                .work-details-content .work-details-top-content .list ul li:last-child {
                    margin-right: 0;
                }

                    .work-details-content .work-details-top-content .list ul li:last-child::before {
                        display: none;
                    }

    .work-details-content .work-details-top-content h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

.work-details-content .quote {
    padding: 50px 30px;
    position: relative;
    background-color: #f8f8f8;
    text-align: center;
    margin-bottom: 30px;
}

    .work-details-content .quote .icon {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .work-details-content .quote p {
        margin-bottom: 0;
        font-size: 18px;
        color: #000;
    }

.work-details-content .films-story {
    margin-bottom: 30px;
}

    .work-details-content .films-story h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .work-details-content .films-story p {
        margin-bottom: 22px;
    }

    .work-details-content .films-story .story-list ul {
        padding-left: 0;
        margin-bottom: 0;
    }

    .work-details-content .films-story .story-list li {
        list-style-type: none;
        position: relative;
        margin-bottom: 14px;
        padding-left: 28px;
        color: #000;
    }

        .work-details-content .films-story .story-list li:last-child {
            margin-bottom: 0;
        }

        .work-details-content .films-story .story-list li i {
            position: absolute;
            left: 0;
            top: 3px;
            color: #FFC568;
        }

.sidebar-search {
    position: relative;
    margin-bottom: 30px;
}

    .sidebar-search .form-control {
        height: 60px;
        border: 1px solid rgba(196, 196, 196, 0.29);
    }

    .sidebar-search .default-btn {
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        padding: 10px 18px;
        font-size: 22px;
    }

.work-details-sidebar .work-sidebar-widget {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 5px;
}

    .work-details-sidebar .work-sidebar-widget h3 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .work-details-sidebar
    .work-sidebar-widget.films-information
    .information-list
    ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .work-details-sidebar
        .work-sidebar-widget.films-information
        .information-list
        ul
        li {
            margin-bottom: 20px;
            list-style-type: none;
        }

            .work-details-sidebar
            .work-sidebar-widget.films-information
            .information-list
            ul
            li
            h4 {
                font-size: 20px;
                font-weight: 500;
                font-family: 'Cairo', sans-serif;
                color: #000;
                margin-bottom: 8px;
            }

            .work-details-sidebar
            .work-sidebar-widget.films-information
            .information-list
            ul
            li:last-child {
                margin-bottom: 0;
            }

    .work-details-sidebar .work-sidebar-widget.Popular-work {
        position: relative;
        overflow: hidden;
    }

        .work-details-sidebar .work-sidebar-widget.Popular-work .item {
            overflow: hidden;
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

            .work-details-sidebar .work-sidebar-widget.Popular-work .item:last-child {
                margin-bottom: 0;
                border-bottom: none;
                padding-bottom: 0;
            }

            .work-details-sidebar .work-sidebar-widget.Popular-work .item .thumb {
                float: left;
                height: 65px;
                overflow: hidden;
                position: relative;
                width: 80px;
                margin-right: 20px;
            }

                .work-details-sidebar
                .work-sidebar-widget.Popular-work
                .item
                .thumb
                .fullimage {
                    width: 130px;
                    height: 130px;
                    display: inline-block;
                    background-size: cover !important;
                    background-repeat: no-repeat;
                    background-position: center center !important;
                    position: relative;
                    background-color: #000;
                }

                    .work-details-sidebar
                    .work-sidebar-widget.Popular-work
                    .item
                    .thumb
                    .fullimage.bg1 {
                        background-image: url(../images/works/works-img-3.jpg);
                    }

                    .work-details-sidebar
                    .work-sidebar-widget.Popular-work
                    .item
                    .thumb
                    .fullimage.bg2 {
                        background-image: url(../images/works/works-img-4.jpg);
                    }

                    .work-details-sidebar
                    .work-sidebar-widget.Popular-work
                    .item
                    .thumb
                    .fullimage.bg3 {
                        background-image: url(../images/works/works-img-5.jpg);
                    }

            .work-details-sidebar .work-sidebar-widget.Popular-work .item .info {
                overflow: hidden;
            }

                .work-details-sidebar .work-sidebar-widget.Popular-work .item .info span {
                    display: block;
                    color: #666;
                    text-transform: uppercase;
                    margin-top: 0;
                    margin-bottom: 5px;
                    font-size: 12px;
                    font-weight: 500;
                }

                .work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title {
                    margin-bottom: 7px;
                    margin-top: 5px;
                    line-height: 1.4;
                    font-size: 18px;
                    font-weight: 600;
                    font-family: 'Cairo', sans-serif;
                }

                    .work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title a {
                        display: inline-block;
                        color: #000;
                        -webkit-transition: all ease 0.5s;
                        transition: all ease 0.5s;
                    }

                        .work-details-sidebar
                        .work-sidebar-widget.Popular-work
                        .item
                        .info
                        .title
                        a:hover {
                            color: #FFC568;
                        }

    .work-details-sidebar .work-sidebar-widget.categories {
        padding: 30px 30px 20px;
    }

        .work-details-sidebar .work-sidebar-widget.categories .categories-list ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .work-details-sidebar .work-sidebar-widget.categories .categories-list ul li {
                display: inline-block;
                margin-right: 10px;
                margin-bottom: 12px;
            }

                .work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a {
                    padding: 8px 25px;
                    color: #555;
                    background-color: #f8f8f8;
                    display: inline-block;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                    .work-details-sidebar
                    .work-sidebar-widget.categories
                    .categories-list
                    ul
                    li
                    a:hover {
                        background-color: #FFC568;
                        color: #fff;
                    }

.history-area .tab-teaser .tab-menu ul {
    padding-left: 0;
    margin-bottom: 10px;
}

.history-area .tab-teaser .tab-menu li {
    list-style-type: none;
    margin-bottom: 12px;
}

    .history-area .tab-teaser .tab-menu li a {
        color: #000;
        padding: 10px 35px;
        background: #f5f5f5;
        font-weight: 500;
        position: relative;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        display: inline-block;
    }

        .history-area .tab-teaser .tab-menu li a::before {
            position: absolute;
            content: "";
            right: -35px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            height: 2px;
            width: 25px;
            background-color: #000;
            opacity: 0;
        }

        .history-area .tab-teaser .tab-menu li a::after {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            background-color: #000;
            -webkit-clip-path: polygon( 30% 0, 50% 0, 100% 50%, 50% 100%, 30% 100%, 80% 47%, 80% 51% );
            clip-path: polygon( 30% 0, 50% 0, 100% 50%, 50% 100%, 30% 100%, 80% 47%, 80% 51% );
            right: -37px;
            top: 51%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            opacity: 0;
        }

        .history-area .tab-teaser .tab-menu li a.active,
        .history-area .tab-teaser .tab-menu li a:hover,
        .history-area .tab-teaser .tab-menu li a:focus {
            background-color: #000;
            color: #fff;
        }

            .history-area .tab-teaser .tab-menu li a.active::before,
            .history-area .tab-teaser .tab-menu li a:hover::before,
            .history-area .tab-teaser .tab-menu li a:focus::before {
                opacity: 1;
            }

            .history-area .tab-teaser .tab-menu li a.active::after,
            .history-area .tab-teaser .tab-menu li a:hover::after,
            .history-area .tab-teaser .tab-menu li a:focus::after {
                opacity: 1;
            }

            .history-area .tab-teaser .tab-menu li a:hover::before {
                opacity: 0;
            }

            .history-area .tab-teaser .tab-menu li a:hover::after {
                opacity: 0;
            }

    .history-area .tab-teaser .tab-menu li:last-child {
        margin-bottom: 0;
    }

.history-area .tab-box {
    display: none;
    padding: 35px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-left: -35px;
}

    .history-area .tab-box:first-child {
        display: block;
    }

    .history-area .tab-box .history-content .history-title {
        margin-bottom: 35px;
    }

        .history-area .tab-box .history-content .history-title span {
            color: #FFC568;
            margin-bottom: 8px;
            font-weight: 600;
            font-size: 18px;
            display: inline-block;
        }

        .history-area .tab-box .history-content .history-title h2 {
            font-size: 36px;
            margin-bottom: 15px;
        }

    .history-area .tab-box .history-content .logo-list ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .history-area .tab-box .history-content .logo-list ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .history-area .tab-box .history-content .logo-list ul li:last-child {
                margin-right: 0;
            }

.history-content-style2 .history-title {
    margin-bottom: 30px;
}

    .history-content-style2 .history-title span {
        color: #FFC568;
        display: inline-block;
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 600;
    }

    .history-content-style2 .history-title h2 {
        font-size: 56px;
    }

.history-box {
    background-color: #f8f8f8;
    padding: 20px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
}

    .history-box .card-left-content {
        text-align: center;
    }

        .history-box .card-left-content h4 {
            font-size: 18px;
            margin-bottom: 10px;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .history-box .card-left-content span {
            font-size: 18px;
            font-weight: 600;
            color: #FFC568;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

    .history-box .card-right-content {
        border-left: 1px dashed #FFC568;
        padding-left: 25px;
    }

        .history-box .card-right-content h3 {
            font-size: 24px;
            margin-bottom: 10px;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .history-box .card-right-content p {
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

    .history-box:hover,
    .history-box.active {
        background-color: #000;
    }

        .history-box:hover::after,
        .history-box.active::after {
            height: 75%;
        }

        .history-box:hover .card-left-content h4,
        .history-box.active .card-left-content h4 {
            color: #fff;
        }

        .history-box:hover .card-right-content h3,
        .history-box.active .card-right-content h3 {
            color: #fff;
        }

        .history-box:hover .card-right-content p,
        .history-box.active .card-right-content p {
            color: #fff;
        }

.history-img-content-style2 {
    padding-left: 70px;
    padding-bottom: 35px;
    position: relative;
}

    .history-img-content-style2 .small-img {
        height: 300px;
        width: 300px;
        border-radius: 100%;
        border: 6px solid #fff;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.history-content-style2 {
}

    .history-content-style2 .scrollmenu {
        overflow-y: scroll;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        height: 320px;
        display: block;
        left: 0;
        top: 0;
    }

    .history-content-style2 * {
        scrollbar-width: auto;
        scrollbar-color: #e2dede #e2dede;
    }

        .history-content-style2 *::-webkit-scrollbar {
            width: 12px;
        }

        .history-content-style2 *::-webkit-scrollbar-track {
            background: #e2dede;
        }

        .history-content-style2 *::-webkit-scrollbar-thumb {
            background-color: #FFC568;
            border-radius: 0;
            border: 3px solid #e2dede;
        }

.services-area {
    position: relative;
}

    .services-area.bg-color {
        background-color: #1d1d1d;
    }

    .services-area .services-shape {
        position: absolute;
        right: 0;
        top: 0;
    }

.single-services-card .services-img {
    overflow: hidden;
    -webkit-transition: all ease 2s;
    transition: all ease 2s;
}

    .single-services-card .services-img img {
        overflow: hidden;
        -webkit-transition: all ease 2s;
        transition: all ease 2s;
    }

.single-services-card .services-contet {
    padding: 30px;
    background-color: #141414;
}

    .single-services-card .services-contet h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

        .single-services-card .services-contet h3 a {
            color: #fff;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

    .single-services-card .services-contet p {
        color: #dbd9d9;
    }

.single-services-card:hover .services-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.single-services-card:hover .services-contet h3 a {
    color: #FFC568;
}

.services-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
    z-index: 1;
}

    .services-slider.owl-theme .owl-nav .owl-prev,
    .services-slider.owl-theme .owl-nav .owl-next {
        position: absolute;
        top: -110px;
        right: 90px;
        background-color: #000;
        color: #fff;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        border: none;
        height: 60px;
        width: 60px;
        line-height: 67px;
        border-radius: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 20px;
    }

        .services-slider.owl-theme .owl-nav .owl-prev i,
        .services-slider.owl-theme .owl-nav .owl-next i {
            position: relative;
            top: -2px;
            left: -1px;
        }

        .services-slider.owl-theme .owl-nav .owl-prev.owl-next,
        .services-slider.owl-theme .owl-nav .owl-next.owl-next {
            right: 0;
            left: auto;
        }

            .services-slider.owl-theme .owl-nav .owl-prev.owl-next i,
            .services-slider.owl-theme .owl-nav .owl-next.owl-next i {
                position: relative;
                right: -1px;
                left: auto;
                top: -2px;
            }

        .services-slider.owl-theme .owl-nav .owl-prev:hover,
        .services-slider.owl-theme .owl-nav .owl-next:hover {
            background-color: #FFC568;
            color: #fff;
        }

.single-service-box {
    position: relative;
}

    .single-service-box .services-content1 {
        position: absolute;
        background-color: #fff;
        padding: 25px;
        text-align: center;
        left: 30px;
        right: 30px;
        bottom: 30px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .single-service-box .services-content1 h3 {
            font-size: 24px;
            margin-bottom: 0;
        }

    .single-service-box .services-content2 {
        position: absolute;
        padding: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        background: rgba(0, 0, 0, 0.83);
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .single-service-box .services-content2 h3 {
            font-size: 24px;
            color: #fff;
            margin-bottom: 18px;
        }

        .single-service-box .services-content2 p {
            color: #fff;
        }

    .single-service-box:hover .services-content1 {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    .single-service-box:hover .services-content2 {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.services-slider2.owl-theme .owl-nav {
    margin-top: 0 !important;
    z-index: 1;
}

    .services-slider2.owl-theme .owl-nav .owl-prev,
    .services-slider2.owl-theme .owl-nav .owl-next {
        position: absolute;
        top: -110px;
        right: 90px;
        background-color: #f8f8f8;
        color: #FFC568;
        border: none;
        height: 60px;
        width: 60px;
        line-height: 67px;
        border-radius: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 18px;
    }

        .services-slider2.owl-theme .owl-nav .owl-prev i,
        .services-slider2.owl-theme .owl-nav .owl-next i {
            position: relative;
            top: -2px;
            left: -1px;
        }

        .services-slider2.owl-theme .owl-nav .owl-prev.owl-next,
        .services-slider2.owl-theme .owl-nav .owl-next.owl-next {
            right: 0;
            left: auto;
        }

            .services-slider2.owl-theme .owl-nav .owl-prev.owl-next i,
            .services-slider2.owl-theme .owl-nav .owl-next.owl-next i {
                position: relative;
                right: -1px;
                left: auto;
                top: -2px;
            }

        .services-slider2.owl-theme .owl-nav .owl-prev:hover,
        .services-slider2.owl-theme .owl-nav .owl-next:hover {
            background-color: #FFC568;
            color: #fff;
        }

.trust-image {
    position: relative;
    padding-right: 100px;
    padding-bottom: 30px;
}

    .trust-image .small-img {
        position: absolute;
        width: 300px;
        right: 0;
        bottom: 0;
        border: 15px solid #f5f5f5;
        background-color: #f5f5f5;
    }

        .trust-image .small-img img {
            border-radius: 20px 0 0 0;
        }

.trust-content .trust-title {
    margin-bottom: 30px;
}

    .trust-content .trust-title span {
        color: #FFC568;
        font-size: 18px;
        font-weight: 600;
    }

    .trust-content .trust-title h2 {
        font-size: 56px;
    }

.trust-content .faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 20px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    border-radius: unset;
    border: unset;
}

    .trust-content .faq-accordion .accordion .accordion-item:last-child {
        margin-bottom: 0;
    }

.trust-content .faq-accordion .accordion .accordion-title {
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
    border-radius: unset;
    cursor: pointer;
}

    .trust-content .faq-accordion .accordion .accordion-title i {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #555;
        text-align: center;
        font-size: 16px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    .trust-content .faq-accordion .accordion .accordion-title.active i::before {
        content: "\f077";
        font-family: "font awesome 6 free";
    }

.trust-content .faq-accordion .accordion .accordion-content {
    display: none;
    padding: 20px;
    background-color: #f5f5f5;
}

    .trust-content .faq-accordion .accordion .accordion-content p {
        font-weight: 400;
    }

    .trust-content .faq-accordion .accordion .accordion-content.show {
        display: block;
    }

.trailer-area.bg-1 {
    background-image: url(../images/trailer/trailer-img-1.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

    .trailer-area.bg-1::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: -1;
    }

.trailer-area .container-fluid {
    padding: 0;
    overflow: hidden;
}

.single-trailer-card {
    position: relative;
    margin-bottom: 50px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .single-trailer-card .trailer-img {
        overflow: hidden;
        position: relative;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .single-trailer-card .trailer-img img {
            overflow: hidden;
            -webkit-transition: all ease 2s;
            transition: all ease 2s;
        }

        .single-trailer-card .trailer-img .play-btn {
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
            margin: auto;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all ease 2s;
            transition: all ease 2s;
            opacity: 0;
        }

            .single-trailer-card .trailer-img .play-btn a {
                color: #FFC568;
                height: 80px;
                width: 80px;
                line-height: 80px;
                text-align: center;
                font-size: 30px;
                border-radius: 100%;
                background: #fff;
                -webkit-transition: all ease 2s;
                transition: all ease 2s;
                display: inline-block;
                position: relative;
                z-index: 1;
            }

                .single-trailer-card .trailer-img .play-btn a i {
                    position: relative;
                    left: 3px;
                    top: 2px;
                }

                .single-trailer-card .trailer-img .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;
                }

                .single-trailer-card .trailer-img .play-btn a:hover {
                    background-color: #FFC568;
                    color: #fff;
                }

    .single-trailer-card .trailer-content {
        background-color: #000;
        padding: 30px;
        text-align: center;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: -50px;
    }

        .single-trailer-card .trailer-content h3 {
            font-size: 24px;
            color: #fff;
            margin-bottom: 10px;
        }

        .single-trailer-card .trailer-content span {
            color: #fff;
        }

        .single-trailer-card .trailer-content::before {
            position: absolute;
            content: "";
            height: 3px;
            width: 0%;
            left: auto;
            right: 0;
            bottom: 0;
            background-color: #FFC568;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

    .single-trailer-card:hover .trailer-img img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .single-trailer-card:hover .trailer-img .play-btn {
        opacity: 1;
    }

    .single-trailer-card:hover .trailer-content::before {
        width: 100%;
        left: 0;
        right: auto;
    }

.active.center .single-trailer-card .trailer-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.active.center .single-trailer-card .trailer-img .play-btn {
    opacity: 1;
}

.active.center .single-trailer-card .trailer-content::before {
    width: 100%;
    left: 0;
    right: auto;
}

.trailer-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
    max-width: 1320px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}

    .trailer-slider.owl-theme .owl-nav .owl-prev,
    .trailer-slider.owl-theme .owl-nav .owl-next {
        position: absolute;
        top: -110px;
        right: 90px;
        background-color: #000;
        color: #fff;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        border: none;
        height: 60px;
        width: 60px;
        line-height: 67px;
        border-radius: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 20px;
    }

        .trailer-slider.owl-theme .owl-nav .owl-prev i,
        .trailer-slider.owl-theme .owl-nav .owl-next i {
            position: relative;
            top: -2px;
            left: -1px;
        }

        .trailer-slider.owl-theme .owl-nav .owl-prev.owl-next,
        .trailer-slider.owl-theme .owl-nav .owl-next.owl-next {
            right: 0;
            left: auto;
        }

            .trailer-slider.owl-theme .owl-nav .owl-prev.owl-next i,
            .trailer-slider.owl-theme .owl-nav .owl-next.owl-next i {
                position: relative;
                right: -1px;
                left: auto;
                top: -2px;
            }

        .trailer-slider.owl-theme .owl-nav .owl-prev:hover,
        .trailer-slider.owl-theme .owl-nav .owl-next:hover {
            background-color: #FFC568;
            color: #fff;
        }

.trailer-area-style2.bg-color {
    background-color: #141414;
}

.single-trailer-box {
    margin-bottom: 40px;
}

    .single-trailer-box .trailer-img {
        overflow: hidden;
        -webkit-transition: all ease 2s;
        transition: all ease 2s;
    }

        .single-trailer-box .trailer-img img {
            overflow: hidden;
            -webkit-transition: all ease 2s;
            transition: all ease 2s;
        }

    .single-trailer-box .content {
        text-align: center;
        padding: 30px 30px 0;
    }

        .single-trailer-box .content h3 {
            font-size: 24px;
            color: #fff;
        }

        .single-trailer-box .content span {
            color: #cbc3c3;
        }

    .single-trailer-box:hover .trailer-img img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.trailer-slider2.owl-theme .owl-nav {
    margin-top: 0 !important;
}

    .trailer-slider2.owl-theme .owl-nav .owl-prev,
    .trailer-slider2.owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 40%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
        left: -90px;
        background-color: #000;
        color: #fff;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        border: none;
        height: 60px;
        width: 60px;
        line-height: 65px;
        border-radius: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 20px;
    }

        .trailer-slider2.owl-theme .owl-nav .owl-prev i,
        .trailer-slider2.owl-theme .owl-nav .owl-next i {
            position: relative;
            top: -2px;
            left: -1px;
        }

        .trailer-slider2.owl-theme .owl-nav .owl-prev.owl-next,
        .trailer-slider2.owl-theme .owl-nav .owl-next.owl-next {
            right: -90px;
            left: auto;
        }

            .trailer-slider2.owl-theme .owl-nav .owl-prev.owl-next i,
            .trailer-slider2.owl-theme .owl-nav .owl-next.owl-next i {
                position: relative;
                right: -1px;
                left: auto;
                top: -2px;
            }

        .trailer-slider2.owl-theme .owl-nav .owl-prev:hover,
        .trailer-slider2.owl-theme .owl-nav .owl-next:hover {
            background-color: #FFC568;
            color: #fff;
        }

.trailer-slider2.owl-theme .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .trailer-slider2.owl-theme .owl-dots .owl-dot {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .trailer-slider2.owl-theme .owl-dots .owl-dot span {
            width: 100% !important;
            height: 1px;
            background: rgba(255, 255, 255, 0.12);
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .trailer-slider2.owl-theme .owl-dots .owl-dot.active span {
            height: 2px;
            background: #FFC568;
        }

.lines {
    top: 0;
    left: 0;
    right: 0;
    width: 90vw;
    z-index: -1;
    height: 100%;
    margin: auto;
    position: absolute;
}

    .lines .line {
        top: 0;
        left: 50%;
        width: 1px;
        height: 100%;
        overflow: hidden;
        position: absolute;
        background: rgba(255, 255, 255, 0.1);
    }

        .lines .line::after {
            left: 0;
            top: -50%;
            content: "";
            width: 100%;
            height: 15vh;
            display: block;
            position: absolute;
            -webkit-animation: run 7s 0s infinite;
            animation: run 7s 0s infinite;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
            -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
            animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
            background: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #ffffff), to(#ffffff) );
            background: linear-gradient( to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100% );
        }

        .lines .line:nth-child(1) {
            margin-left: -19%;
        }

            .lines .line:nth-child(1)::after {
                -webkit-animation-delay: 2s;
                animation-delay: 2s;
            }

        .lines .line:nth-child(3) {
            margin-left: 19%;
        }

            .lines .line:nth-child(3)::after {
                -webkit-animation-delay: 2.5s;
                animation-delay: 2.5s;
            }

@-webkit-keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

.counter-area-style2 {
    position: relative;
    z-index: 1;
}

    .counter-area-style2.bg-color {
        background-color: #1d1d1d;
    }

.single-counter-card {
    text-align: center;
    margin-bottom: 30px;
}

    .single-counter-card h1 {
        font-size: 72px;
        color: #fff;
        margin-bottom: 0;
    }

        .single-counter-card h1 span {
            font-family: 'Cairo', sans-serif;
        }

    .single-counter-card p {
        color: #FFC568;
    }

    .single-counter-card span.odometer-formatting-mark {
        display: none;
    }

.movie-area {
    position: relative;
    z-index: 1;
}

    .movie-area.bg-color {
        background-color: #141414;
    }

    .movie-area .shape-1 {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .movie-area .shape-2 {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        z-index: -1;
    }

.movie-content .movie-title {
    margin-bottom: 25px;
}

    .movie-content .movie-title span {
        color: #FFC568;
    }

    .movie-content .movie-title h2 {
        font-size: 56px;
        color: #fff;
    }

.movie-content p {
    color: #dbdada;
}

.movie-content .series {
    margin-bottom: 25px;
}

    .movie-content .series ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .movie-content .series ul li {
            display: inline-block;
            margin-right: 30px;
        }

            .movie-content .series ul li a {
                color: #fff;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .movie-content .series ul li a:hover {
                    color: #FFC568;
                }

            .movie-content .series ul li:last-child {
                margin-right: 0;
            }

.watch-video-area.bg-img {
    background-image: url(../images/video-img/video-img-1.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

    .watch-video-area.bg-img::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(20, 20, 20, 0.9);
        z-index: -1;
    }

.watch-video-content {
    position: relative;
    margin-bottom: 30px;
}

    .watch-video-content .play-btn {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        top: 35%;
        -webkit-transform: translateY(-35%);
        transform: translateY(-35%);
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .watch-video-content .play-btn a {
            color: #FFC568;
            height: 80px;
            width: 80px;
            line-height: 80px;
            text-align: center;
            font-size: 30px;
            border-radius: 100%;
            background: #fff;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            display: inline-block;
            position: relative;
            z-index: 1;
        }

            .watch-video-content .play-btn a i {
                position: relative;
                left: 3px;
                top: 2px;
            }

            .watch-video-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;
            }

            .watch-video-content .play-btn a:hover {
                background-color: #FFC568;
                color: #fff;
            }

    .watch-video-content .video-content {
        background: rgba(0, 0, 0, 0.68);
        padding: 30px;
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        margin: auto;
        bottom: 30px;
        width: 540px;
    }

        .watch-video-content .video-content h3 {
            font-size: 36px;
            color: #fff;
            margin-bottom: 10px;
        }

        .watch-video-content .video-content span {
            color: #fff;
        }

.video-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
}

    .video-slider.owl-theme .owl-nav .owl-prev,
    .video-slider.owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -90px;
        background-color: #000;
        color: #fff;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        border: none;
        height: 60px;
        width: 60px;
        line-height: 65px;
        border-radius: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 18px;
    }

        .video-slider.owl-theme .owl-nav .owl-prev i,
        .video-slider.owl-theme .owl-nav .owl-next i {
            position: relative;
            top: -2px;
            left: -1px;
        }

        .video-slider.owl-theme .owl-nav .owl-prev.owl-next,
        .video-slider.owl-theme .owl-nav .owl-next.owl-next {
            right: -90px;
            left: auto;
        }

            .video-slider.owl-theme .owl-nav .owl-prev.owl-next i,
            .video-slider.owl-theme .owl-nav .owl-next.owl-next i {
                position: relative;
                right: -1px;
                left: auto;
                top: -2px;
            }

        .video-slider.owl-theme .owl-nav .owl-prev:hover,
        .video-slider.owl-theme .owl-nav .owl-next:hover {
            background-color: #FFC568;
            color: #fff;
        }

.single-video-card {
    padding-bottom: 70px;
    position: relative;
    margin-bottom: 30px;
}

    .single-video-card .video-img {
        overflow: hidden;
        -webkit-transition: all ease 2s;
        transition: all ease 2s;
    }

        .single-video-card .video-img img {
            overflow: hidden;
            -webkit-transition: all ease 2s;
            transition: all ease 2s;
        }

    .single-video-card .video-content {
        padding: 30px;
        background-color: #212121;
        position: absolute;
        text-align: center;
        left: 30px;
        right: 30px;
        bottom: 0;
    }

        .single-video-card .video-content h3 {
            font-size: 24px;
            color: #fff;
        }

        .single-video-card .video-content span {
            color: #fff;
        }

    .single-video-card:hover .video-img img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

.single-video-box {
    position: relative;
    margin-bottom: 80px;
}

    .single-video-box .video-img {
        overflow: hidden;
        position: relative;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .single-video-box .video-img img {
            overflow: hidden;
            -webkit-transition: all ease 2s;
            transition: all ease 2s;
        }

        .single-video-box .video-img .play-btn {
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
            margin: auto;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all ease 2s;
            transition: all ease 2s;
            opacity: 0;
        }

            .single-video-box .video-img .play-btn a {
                color: #FFC568;
                height: 80px;
                width: 80px;
                line-height: 80px;
                text-align: center;
                font-size: 30px;
                border-radius: 100%;
                background: #fff;
                -webkit-transition: all ease 2s;
                transition: all ease 2s;
                display: inline-block;
                position: relative;
                z-index: 1;
            }

                .single-video-box .video-img .play-btn a i {
                    position: relative;
                    left: 3px;
                    top: 2px;
                }

                .single-video-box .video-img .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;
                }

                .single-video-box .video-img .play-btn a:hover {
                    background-color: #FFC568;
                    color: #fff;
                }

    .single-video-box .video-content {
        background-color: #fff;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        padding: 30px;
        text-align: center;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: -50px;
    }

        .single-video-box .video-content h3 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .single-video-box .video-content::before {
            position: absolute;
            content: "";
            height: 3px;
            width: 0%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            bottom: 0;
            background-color: #FFC568;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

    .single-video-box:hover .video-img img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .single-video-box:hover .video-img .play-btn {
        opacity: 1;
    }

    .single-video-box:hover .video-content::before {
        width: 75%;
    }

.video-details {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.video-details-content {
    margin-bottom: 30px;
}

    .video-details-content .video-img {
        position: relative;
        margin-bottom: 25px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        overflow: hidden;
        border-radius: 5px;
    }

        .video-details-content .video-img img {
            border-radius: 5px;
            overflow: hidden;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .video-details-content .video-img .play-btn {
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
            margin: auto;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

            .video-details-content .video-img .play-btn a {
                color: #FFC568;
                height: 80px;
                width: 80px;
                line-height: 80px;
                text-align: center;
                font-size: 30px;
                border-radius: 100%;
                background: #fff;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
                display: inline-block;
                position: relative;
                z-index: 1;
            }

                .video-details-content .video-img .play-btn a i {
                    position: relative;
                    left: 3px;
                    top: 2px;
                }

                .video-details-content .video-img .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;
                }

                .video-details-content .video-img .play-btn a:hover {
                    background-color: #FFC568;
                    color: #fff;
                }

        .video-details-content .video-img:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-filter: blur(3px);
            filter: blur(3px);
            border-radius: 5px;
        }

    .video-details-content .video-info .left-info ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .video-details-content .video-info .left-info ul li {
            display: inline-block;
            margin-right: 8px;
            position: relative;
        }

            .video-details-content .video-info .left-info ul li::before {
                position: absolute;
                content: ",";
                right: -5px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .video-details-content .video-info .left-info ul li:last-child {
                margin-right: 0;
            }

                .video-details-content .video-info .left-info ul li:last-child::before {
                    display: none;
                }

            .video-details-content .video-info .left-info ul li a {
                color: #555;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .video-details-content .video-info .left-info ul li a:hover {
                    color: #FFC568;
                }

    .video-details-content .video-info .right-info {
        text-align: end;
    }

        .video-details-content .video-info .right-info ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .video-details-content .video-info .right-info ul li {
                display: inline-block;
                margin-right: 20px;
                position: relative;
                padding-left: 25px;
            }

                .video-details-content .video-info .right-info ul li:last-child {
                    margin-right: 0;
                }

                .video-details-content .video-info .right-info ul li i {
                    color: #FFC568;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

.video-details-informaion {
    padding: 30px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
    border-radius: 5px;
}

    .video-details-informaion .information-list {
        margin-bottom: 30px;
    }

        .video-details-informaion .information-list ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .video-details-informaion .information-list ul li {
                margin-bottom: 20px;
                list-style-type: none;
            }

                .video-details-informaion .information-list ul li h4 {
                    font-size: 20px;
                    font-weight: 500;
                    font-family: 'Cairo', sans-serif;
                    color: #000;
                    margin-bottom: 8px;
                }

                .video-details-informaion .information-list ul li:last-child {
                    margin-bottom: 0;
                }

    .video-details-informaion .social-content ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .video-details-informaion .social-content ul li {
            display: inline-block;
            margin-right: 7px;
        }

            .video-details-informaion .social-content ul li:last-child {
                margin-right: 0;
            }

            .video-details-informaion .social-content ul li a {
                height: 35px;
                width: 35px;
                line-height: 35px;
                text-align: center;
                color: #FFC568;
                display: inline-block;
                background: rgba(255, 255, 255, 0.1);
                -webkit-box-shadow: 0 0 25px rgba(1, 78, 50, 0.1);
                box-shadow: 0 0 25px rgba(1, 78, 50, 0.1);
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .video-details-informaion .social-content ul li a:hover {
                    background-color: #FFC568;
                    color: #fff;
                }

.video-details-bottom-content h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.awards-slider.owl-carousel .owl-item img {
    margin: auto;
    width: auto;
}

.awards-logo img {
    opacity: 0.2;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .awards-logo img:hover {
        opacity: 1;
    }

.center.active .awards-logo img {
    opacity: 1;
}

.faq-content {
    max-width: 1100px;
    margin: auto;
}

    .faq-content .accordion .accordion-item {
        display: block;
        margin-bottom: 30px;
        border: none;
        border-radius: 7px;
    }

        .faq-content .accordion .accordion-item:last-child {
            margin-bottom: 0;
        }

            .faq-content .accordion .accordion-item:last-child .accordion-title {
                margin-bottom: 0;
            }

    .faq-content .accordion .accordion-title {
        position: relative;
        display: block;
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 600;
        padding: 20px;
        background-color: #f8f8f8;
        font-family: 'Cairo', sans-serif;
        cursor: pointer;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
    }

        .faq-content .accordion .accordion-title i {
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #000;
            text-align: center;
            height: 40px;
            width: 40px;
            line-height: 40px;
            border-radius: 100%;
            background-color: #fff;
            -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            font-size: 16px;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .faq-content .accordion .accordion-title.active {
            border-left: 4px solid rgba(197, 153, 112, 0.2);
            border-right: 4px solid rgba(197, 153, 112, 0.2);
        }

            .faq-content .accordion .accordion-title.active i {
                background-color: #FFC568;
            }

                .faq-content .accordion .accordion-title.active i::before {
                    content: "\f077";
                    color: #fff;
                    font-family: "font awesome 6 free";
                }

    .faq-content .accordion .accordion-content {
        display: none;
        background-color: #fff;
        padding: 20px;
        border-left: 4px solid rgba(197, 153, 112, 0.2);
        border-right: 4px solid rgba(197, 153, 112, 0.2);
        border-bottom: 4px solid rgba(197, 153, 112, 0.2);
    }

        .faq-content .accordion .accordion-content p {
            font-weight: 400;
        }

        .faq-content .accordion .accordion-content.show {
            display: block;
        }

.team-area.bg-color {
    background-color: #1d1d1d;
}

.team-area.bg-color2 {
    background-color: #141414;
    background-image: url(../images/team/team-shape-1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-team-card {
    position: relative;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin: 5px;
}

    .single-team-card::before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.75);
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    .single-team-card .team-content {
        padding: 20px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        text-align: center;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .single-team-card .team-content h3 {
            font-size: 24px;
            margin-bottom: 10px;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .single-team-card .team-content span {
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .single-team-card .team-content .social-content {
            position: absolute;
            margin: auto;
            text-align: center;
            left: 0;
            right: 0;
            opacity: 0;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

            .single-team-card .team-content .social-content ul {
                padding-left: 0;
                margin-bottom: 0;
                margin-top: 20px;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .single-team-card .team-content .social-content ul li {
                    display: inline-block;
                    margin-right: 7px;
                }

                    .single-team-card .team-content .social-content ul li:last-child {
                        margin-right: 0;
                    }

                    .single-team-card .team-content .social-content ul li a {
                        height: 30px;
                        width: 30px;
                        line-height: 30px;
                        color: #FFC568;
                        display: inline-block;
                        background: rgba(255, 255, 255, 0.1);
                        -webkit-box-shadow: 0 0 25px rgba(1, 78, 50, 0.1);
                        box-shadow: 0 0 25px rgba(1, 78, 50, 0.1);
                        -webkit-transition: all ease 0.5s;
                        transition: all ease 0.5s;
                    }

                        .single-team-card .team-content .social-content ul li a:hover {
                            background-color: #fff;
                        }

    .single-team-card:hover::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    .single-team-card:hover .team-content {
        top: 57%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: transparent;
        padding: 0;
    }

        .single-team-card:hover .team-content h3 {
            color: #fff;
        }

        .single-team-card:hover .team-content span {
            color: #fff;
        }

        .single-team-card:hover .team-content .social-content {
            opacity: 1;
        }

    .single-team-card.style2::before {
        display: none;
    }

    .single-team-card.style2 .team-img {
        overflow: hidden;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .single-team-card.style2 .team-img img {
            overflow: hidden;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

    .single-team-card.style2 .team-content {
        background-color: #141414;
        padding: 30px;
        bottom: -60px;
    }

        .single-team-card.style2 .team-content h3 {
            color: #fff;
        }

        .single-team-card.style2 .team-content span {
            color: #fff;
        }

        .single-team-card.style2 .team-content .social-content {
            position: unset;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            opacity: 1;
        }

            .single-team-card.style2 .team-content .social-content ul {
                margin-top: 30px;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .single-team-card.style2 .team-content .social-content ul li a {
                    color: #FFC568;
                    background: rgba(255, 255, 255, 0.1);
                    -webkit-box-shadow: 0 0 25px rgba(1, 78, 50, 0.1);
                    box-shadow: 0 0 25px rgba(1, 78, 50, 0.1);
                }

                    .single-team-card.style2 .team-content .social-content ul li a:hover {
                        background-color: #fff;
                    }

    .single-team-card.style2:hover .team-content {
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        bottom: 0;
    }

    .single-team-card.style2:hover .team-img img {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }

    .single-team-card.style3 {
        margin: 0;
        margin-bottom: 30px;
    }

.team-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
}

    .team-slider.owl-theme .owl-nav .owl-prev,
    .team-slider.owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -90px;
        background-color: #f5f5f5;
        color: #555;
        border: none;
        height: 60px;
        width: 60px;
        line-height: 65px;
        border-radius: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 20px;
    }

        .team-slider.owl-theme .owl-nav .owl-prev i,
        .team-slider.owl-theme .owl-nav .owl-next i {
            position: relative;
            top: -2px;
            left: -1px;
        }

        .team-slider.owl-theme .owl-nav .owl-prev.owl-next,
        .team-slider.owl-theme .owl-nav .owl-next.owl-next {
            right: -90px;
            left: auto;
        }

            .team-slider.owl-theme .owl-nav .owl-prev.owl-next i,
            .team-slider.owl-theme .owl-nav .owl-next.owl-next i {
                position: relative;
                right: -1px;
                left: auto;
                top: -2px;
            }

        .team-slider.owl-theme .owl-nav .owl-prev:hover,
        .team-slider.owl-theme .owl-nav .owl-next:hover {
            background-color: #FFC568;
            color: #fff;
        }

.team-slider2.owl-theme .owl-nav {
    margin-top: 0 !important;
    z-index: 1;
}

    .team-slider2.owl-theme .owl-nav .owl-prev,
    .team-slider2.owl-theme .owl-nav .owl-next {
        position: absolute;
        top: -110px;
        right: 90px;
        background-color: #000;
        color: #fff;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        border: none;
        height: 60px;
        width: 60px;
        line-height: 67px;
        border-radius: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 18px;
    }

        .team-slider2.owl-theme .owl-nav .owl-prev i,
        .team-slider2.owl-theme .owl-nav .owl-next i {
            position: relative;
            top: -2px;
            left: -1px;
        }

        .team-slider2.owl-theme .owl-nav .owl-prev.owl-next,
        .team-slider2.owl-theme .owl-nav .owl-next.owl-next {
            right: 0;
            left: auto;
        }

            .team-slider2.owl-theme .owl-nav .owl-prev.owl-next i,
            .team-slider2.owl-theme .owl-nav .owl-next.owl-next i {
                position: relative;
                right: -1px;
                left: auto;
                top: -2px;
            }

        .team-slider2.owl-theme .owl-nav .owl-prev:hover,
        .team-slider2.owl-theme .owl-nav .owl-next:hover {
            background-color: #FFC568;
            color: #fff;
        }

.single-team-box .team-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}

    .single-team-box .team-img img {
        overflow: hidden;
        -webkit-transition: all ease 1s;
        transition: all ease 1s;
    }

    .single-team-box .team-img .social-content {
        position: absolute;
        right: 0;
        left: 0;
        text-align: center;
        margin: auto;
        bottom: 30px;
    }

        .single-team-box .team-img .social-content ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .single-team-box .team-img .social-content ul li {
                margin-right: 8px;
                list-style-type: none;
                display: inline-block;
                -webkit-transform: translateY(30px);
                transform: translateY(30px);
                -webkit-transition: all 0.3s ease-in-out 0s;
                transition: all 0.3s ease-in-out 0s;
                opacity: 0;
                visibility: hidden;
            }

                .single-team-box .team-img .social-content ul li:last-child {
                    margin-right: 0;
                }

                .single-team-box .team-img .social-content ul li:nth-child(1) {
                    -webkit-transition-delay: 0.2s;
                    transition-delay: 0.2s;
                }

                .single-team-box .team-img .social-content ul li:nth-child(2) {
                    -webkit-transition-delay: 0.3s;
                    transition-delay: 0.3s;
                }

                .single-team-box .team-img .social-content ul li:nth-child(3) {
                    -webkit-transition-delay: 0.4s;
                    transition-delay: 0.4s;
                }

                .single-team-box .team-img .social-content ul li:nth-child(4) {
                    -webkit-transition-delay: 0.5s;
                    transition-delay: 0.5s;
                }

                .single-team-box .team-img .social-content ul li a {
                    color: #fff;
                    height: 35px;
                    background-color: #FFC568;
                    width: 35px;
                    line-height: 33px;
                    border: 1px solid rgba(255, 255, 255, 0.2);
                    display: inline-block;
                    text-align: center;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                    .single-team-box .team-img .social-content ul li a:hover {
                        background-color: #fff;
                        color: #FFC568;
                    }

.single-team-box .team-content {
    text-align: center;
    padding: 30px;
    background-color: #0d0d0d;
}

    .single-team-box .team-content h3 {
        font-size: 24px;
        margin-bottom: 10px;
        color: #fff;
    }

    .single-team-box .team-content span {
        color: #cecccc;
    }

.single-team-box:hover .team-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.single-team-box:hover .team-img .social-content ul li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.single-team-box.style2 .team-img {
    border-radius: 10px 10px 0 0;
}

    .single-team-box.style2 .team-img img {
        border-radius: 10px 10px 0 0;
    }

.single-team-box.style2 .team-content {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

    .single-team-box.style2 .team-content .social-content {
        margin-top: 20px;
    }

        .single-team-box.style2 .team-content .social-content ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .single-team-box.style2 .team-content .social-content ul li {
                margin-right: 8px;
                list-style-type: none;
                display: inline-block;
            }

                .single-team-box.style2 .team-content .social-content ul li:last-child {
                    margin-right: 0;
                }

                .single-team-box.style2 .team-content .social-content ul li a {
                    color: #FFC568;
                    height: 35px;
                    background-color: #fff;
                    width: 35px;
                    line-height: 33px;
                    border: 1px solid rgba(255, 255, 255, 0.2);
                    -webkit-box-shadow: 0 0 20px rgba(17, 17, 17, 0.08);
                    box-shadow: 0 0 20px rgba(17, 17, 17, 0.08);
                    border-radius: 100%;
                    display: inline-block;
                    text-align: center;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                    .single-team-box.style2 .team-content .social-content ul li a:hover {
                        background-color: #FFC568;
                        color: #fff;
                        border-color: #FFC568;
                    }

.team-title-content {
    padding-top: 30px;
}

    .team-title-content span {
        color: #FFC568;
        margin-bottom: 10px;
        display: inline-block;
    }

    .team-title-content h2 {
        font-size: 56px;
        color: #fff;
        margin-bottom: 20px;
    }

    .team-title-content p {
        color: #cacaca;
    }

.team-slider3.owl-theme .owl-nav {
    margin-top: 0 !important;
    z-index: 1;
}

    .team-slider3.owl-theme .owl-nav .owl-prev,
    .team-slider3.owl-theme .owl-nav .owl-next {
        position: absolute;
        bottom: 0;
        left: -440px;
        bottom: 50px;
        background-color: #000;
        color: #fff;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        border: none;
        height: 60px;
        width: 60px;
        line-height: 67px;
        border-radius: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 16px;
    }

        .team-slider3.owl-theme .owl-nav .owl-prev i,
        .team-slider3.owl-theme .owl-nav .owl-next i {
            position: relative;
            top: -2px;
            left: -1px;
        }

        .team-slider3.owl-theme .owl-nav .owl-prev.owl-next,
        .team-slider3.owl-theme .owl-nav .owl-next.owl-next {
            left: -350px;
        }

            .team-slider3.owl-theme .owl-nav .owl-prev.owl-next i,
            .team-slider3.owl-theme .owl-nav .owl-next.owl-next i {
                position: relative;
                right: -1px;
                left: auto;
                top: -2px;
            }

        .team-slider3.owl-theme .owl-nav .owl-prev:hover,
        .team-slider3.owl-theme .owl-nav .owl-next:hover {
            background-color: #FFC568;
            color: #fff;
        }

.paginations {
    text-align: center;
}

    .paginations ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .paginations ul li {
            display: inline-block;
            padding-right: 7px;
        }

            .paginations ul li a {
                text-align: center;
                height: 50px;
                width: 50px;
                line-height: 50px;
                border: 1px solid rgba(196, 196, 196, 0.26);
                display: inline-block;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
                color: #000;
                font-size: 18px;
                -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
                box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
            }

                .paginations ul li a i {
                    position: relative;
                    font-size: 18px;
                }

                .paginations ul li a:hover {
                    background-color: #FFC568;
                    color: #fff;
                    border: 1px solid #FFC568;
                }

                .paginations ul li a.active {
                    background-color: #FFC568;
                    color: #fff;
                    border: 1px solid #FFC568;
                }

.helps-area {
    position: relative;
    z-index: 1;
}

    .helps-area .shape .shape1 {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

    .helps-area .shape .shape2 {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
    }

.help-content {
    max-width: 880px;
    margin: auto;
    text-align: center;
}

    .help-content .section-title {
        margin-bottom: 25px;
    }

    .help-content p {
        margin-bottom: 30px;
    }

.testimonial-area {
    position: relative;
    z-index: 1;
}

    .testimonial-area.bg-color {
        background-color: #141414;
    }

    .testimonial-area .testimonial-shape-2 {
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
    }

.testimonial-box .testimonial-image {
    -webkit-clip-path: polygon( 24% 0, 100% 0, 100% 74%, 75% 100%, 25% 100%, 0 100%, 0 24% );
    clip-path: polygon( 24% 0, 100% 0, 100% 74%, 75% 100%, 25% 100%, 0 100%, 0 24% );
}

.testimonial-content {
    padding-right: 65px;
}

    .testimonial-content .rating-list {
        margin-bottom: 20px;
    }

        .testimonial-content .rating-list i {
            color: #be9400;
            margin-right: 5px;
        }

            .testimonial-content .rating-list i:last-child {
                margin-right: 0;
            }

    .testimonial-content p {
        color: #bfbebe;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .testimonial-content .clients-info h3 {
        font-size: 24px;
        color: #fff;
        margin-bottom: 12px;
    }

    .testimonial-content .clients-info span {
        position: relative;
        display: inline-block;
        padding-left: 50px;
        color: #b9b9b9;
    }

        .testimonial-content .clients-info span::before {
            position: absolute;
            content: "";
            height: 1px;
            width: 40px;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.24);
        }

.testimonial-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
}

    .testimonial-slider.owl-theme .owl-nav .owl-prev,
    .testimonial-slider.owl-theme .owl-nav .owl-next {
        position: absolute;
        top: 25%;
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
        right: -30px;
        background-color: #000;
        color: #fff;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        border: none;
        height: 60px;
        width: 60px;
        line-height: 65px;
        border-radius: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 16px;
    }

        .testimonial-slider.owl-theme .owl-nav .owl-prev i,
        .testimonial-slider.owl-theme .owl-nav .owl-next i {
            position: relative;
            top: -2px;
            left: -1px;
        }

        .testimonial-slider.owl-theme .owl-nav .owl-prev.owl-next,
        .testimonial-slider.owl-theme .owl-nav .owl-next.owl-next {
            top: 50%;
        }

            .testimonial-slider.owl-theme .owl-nav .owl-prev.owl-next i,
            .testimonial-slider.owl-theme .owl-nav .owl-next.owl-next i {
                position: relative;
                right: -1px;
                left: auto;
                top: -2px;
            }

        .testimonial-slider.owl-theme .owl-nav .owl-prev:hover,
        .testimonial-slider.owl-theme .owl-nav .owl-next:hover {
            background-color: #FFC568;
            color: #fff;
        }

.single-testimonials-box {
    background-color: #fff;
    padding: 35px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

    .single-testimonials-box .top-content {
        margin-bottom: 20px;
    }

        .single-testimonials-box .top-content h3 {
            font-size: 24px;
        }

        .single-testimonials-box .top-content .ratings {
            text-align: end;
        }

            .single-testimonials-box .top-content .ratings i {
                color: #be9400;
            }

    .single-testimonials-box .quote {
        position: relative;
        left: 0;
        right: 0;
        top: 35px;
        margin-right: 50px;
    }

.team-msg-loop {
    display: flex;
    align-items: center;
}

.single-testimonials-box .quote img {
    width: auto;
}

.single-testimonials-box p {
    margin-bottom: 0;
    text-align: justify;
}

.single-testimonials-box.style2 {
    -webkit-box-shadow: 0 0 25px rgba(85, 85, 85, 0.1);
    box-shadow: 0 0 25px rgba(85, 85, 85, 0.1);
    margin-bottom: 30px;
}

.testimonial-slider2.owl-theme .owl-nav {
    margin-top: 0 !important;
    z-index: 1;
}

    .testimonial-slider2.owl-theme .owl-nav .owl-prev,
    .testimonial-slider2.owl-theme .owl-nav .owl-next {
        position: absolute;
        top: -110px;
        right: 90px;
        background-color: #fff;
        color: #FFC568;
        border: none;
        height: 60px;
        width: 60px;
        line-height: 67px;
        border-radius: 100%;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        font-size: 18px;
    }

        .testimonial-slider2.owl-theme .owl-nav .owl-prev i,
        .testimonial-slider2.owl-theme .owl-nav .owl-next i {
            position: relative;
            top: -2px;
            left: -1px;
        }

        .testimonial-slider2.owl-theme .owl-nav .owl-prev.owl-next,
        .testimonial-slider2.owl-theme .owl-nav .owl-next.owl-next {
            right: 0;
            left: auto;
        }

            .testimonial-slider2.owl-theme .owl-nav .owl-prev.owl-next i,
            .testimonial-slider2.owl-theme .owl-nav .owl-next.owl-next i {
                position: relative;
                right: -1px;
                left: auto;
                top: -2px;
            }

        .testimonial-slider2.owl-theme .owl-nav .owl-prev:hover,
        .testimonial-slider2.owl-theme .owl-nav .owl-next:hover {
            background-color: #FFC568;
            color: #fff;
        }

.single-pricing-card {
    padding: 30px 0 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

    .single-pricing-card .pricing-top-content {
        margin-bottom: 30px;
    }

        .single-pricing-card .pricing-top-content .icon {
            margin-bottom: 6px;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

.team-img img {
    padding: 15px 15px 0px 15px;
}

.team-content {
    text-align: center;
}

#menu-bar {
    width: 100%;
}

.page-banner-content p {
    color: #FFC568;
    font-size: 30px;
    font-family: 'Cairo', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.contactus-page-sec {
    position: relative;
    padding: 100px 0px 0px 0px;
    display: flex;
    align-items: center;
    height: 100vh;
}

.copy-right-contact {
    background-color: #000000;
    padding-top: 50px;
}

.copyright-con {
    width: 100%;
    padding: 10px 0px;
    border-top: 1px solid #FFC568;
}

.contact-left h5 {
    color: #d09917;
    font-size: 40px;
    letter-spacing: 2px;
}

.contact-left h1 {
    color: #FFF;
    padding-top: 70px;
    font-size: 70px;
}

#background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100VH;
    z-index: -1;
    object-fit: cover;
}

.single-pricing-card .pricing-top-content h1 {
    font-size: 40px;
    color: #FFC568;
    margin-bottom: 8px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-pricing-card .pricing-top-content span {
    color: #000;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.single-pricing-card .plan {
    background-color: #FFC568;
    padding: 10px;
    margin-bottom: 25px;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .single-pricing-card .plan span {
        color: #fff;
        font-weight: 600;
        font-size: 18px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

.single-pricing-card .pricing-features-list {
    margin-bottom: 25px;
}

    .single-pricing-card .pricing-features-list ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .single-pricing-card .pricing-features-list ul li {
            list-style-type: none;
            margin-bottom: 12px;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

            .single-pricing-card .pricing-features-list ul li del {
                color: #cacaca;
            }

            .single-pricing-card .pricing-features-list ul li:last-child {
                margin-bottom: 0;
            }

.single-pricing-card .default-btn {
    background: rgba(197, 153, 112, 0.1);
    color: #FFC568;
}

.single-pricing-card .shape {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}

.single-pricing-card:hover,
.single-pricing-card.active {
    background-color: #000;
}

    .single-pricing-card:hover .pricing-top-content span,
    .single-pricing-card.active .pricing-top-content span {
        color: #fff;
    }

    .single-pricing-card:hover .plan,
    .single-pricing-card.active .plan {
        background-color: #fff;
    }

        .single-pricing-card:hover .plan span,
        .single-pricing-card.active .plan span {
            color: #000;
        }

    .single-pricing-card:hover .default-btn,
    .single-pricing-card.active .default-btn {
        background: #FFC568;
        color: #fff;
    }

    .single-pricing-card:hover .pricing-features-list ul li,
    .single-pricing-card.active .pricing-features-list ul li {
        color: #fff;
    }

        .single-pricing-card:hover .pricing-features-list ul li del,
        .single-pricing-card.active .pricing-features-list ul li del {
            color: #242424;
        }

.subscribe-area.bg {
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.subscribe-content span {
    color: #FFC568;
    display: inline-block;
    margin-bottom: 10px;
}

.subscribe-content h2 {
    font-size: 56px;
    color: #FFF;
}

.subscribe-form .newsletter-form {
    position: relative;
}

    .subscribe-form .newsletter-form .form-control {
        height: 70px;
        background-color: #fff;
        border: unset;
        -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
        padding-left: 25px;
    }

        .subscribe-form .newsletter-form .form-control::-webkit-input-placeholder {
            color: #555;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .subscribe-form .newsletter-form .form-control:-ms-input-placeholder {
            color: #555;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .subscribe-form .newsletter-form .form-control::-ms-input-placeholder {
            color: #555;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .subscribe-form .newsletter-form .form-control::placeholder {
            color: #555;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

        .subscribe-form
        .newsletter-form
        .form-control:focus::-webkit-input-placeholder {
            color: transparent;
        }

        .subscribe-form .newsletter-form .form-control:focus:-ms-input-placeholder {
            color: transparent;
        }

        .subscribe-form .newsletter-form .form-control:focus::-ms-input-placeholder {
            color: transparent;
        }

        .subscribe-form .newsletter-form .form-control:focus::placeholder {
            color: transparent;
        }

    .subscribe-form .newsletter-form .default-btn {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .subscribe-form .newsletter-form #validator-newsletter {
        color: #FFC568;
        padding-top: 7px;
    }

.single-blog-card {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    margin-right: 30px;
}

    .single-blog-card .blog-img {
        overflow: hidden;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        position: relative;
    }

        .single-blog-card .blog-img img {
            overflow: hidden;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            height: 300px;
            width: 100%;
            object-fit: cover;
        }

        .single-blog-card .blog-img .tag {
            position: absolute;
            background-color: #000;
            bottom: 30px;
            left: 30px;
            padding: 5px 15px;
        }

            .single-blog-card .blog-img .tag a {
                color: #fff;
            }

    .single-blog-card .blog-content {
        padding: 10px;
    }

        .single-blog-card .blog-content .info {
            margin-bottom: 5px;
        }

            .single-blog-card .blog-content .info ul {
                padding-left: 0;
                margin-bottom: 0;
            }

                .single-blog-card .blog-content .info ul li {
                    display: inline-block;
                    margin-right: 60px;
                    position: relative;
                    color: #FFC568;
                }

                    .single-blog-card .blog-content .info ul li:last-child {
                        margin-right: 0;
                    }

                        .single-blog-card .blog-content .info ul li:last-child::before {
                            display: none;
                        }

                    .single-blog-card .blog-content .info ul li::before {
                        position: absolute;
                        content: "";
                        height: 1px;
                        width: 42px;
                        background: rgb(226 164 20);
                        right: -53px;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                    }

                    .single-blog-card .blog-content .info ul li a {
                        -webkit-transition: all ease 0.5s;
                        transition: all ease 0.5s;
                        color: #FFC568;
                        padding-left: 5px;
                    }

                        .single-blog-card .blog-content .info ul li a:hover {
                            color: #FFC568;
                        }

        .single-blog-card .blog-content h2 {
            font-size: 15px;
            line-height: 1.4;
            margin-bottom: 0;
            letter-spacing: 2px;
        }

            .single-blog-card .blog-content h2 a {
                color: #FFF;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

    .single-blog-card:hover .blog-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .single-blog-card:hover .blog-content h2 a {
        color: #FFC568;
    }

    .single-blog-card.style2 .blog-content {
        background-color: #141414;
    }

        .single-blog-card.style2 .blog-content .info ul li {
            color: #bdbdbd;
        }

            .single-blog-card.style2 .blog-content .info ul li::before {
                background: rgba(196, 196, 196, 0.49);
            }

            .single-blog-card.style2 .blog-content .info ul li a {
                color: #bdbdbd;
            }

                .single-blog-card.style2 .blog-content .info ul li a:hover {
                    color: #FFC568;
                }

        .single-blog-card.style2 .blog-content h2 a {
            color: #fff;
        }

    .single-blog-card.style2:hover .blog-content h2 a {
        color: #FFC568;
    }

.blog-area.blog-bg {
    background-image: url(../images/blog/blog-bg-1.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

    .blog-area.blog-bg::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: rgba(29, 29, 29, 0.95);
        z-index: -1;
    }

.single-blog-box {
    margin-bottom: 30px;
}

    .single-blog-box .blog-img {
        overflow: hidden;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .single-blog-box .blog-img img {
            overflow: hidden;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

    .single-blog-box .blog-content {
        padding-top: 25px;
    }

        .single-blog-box .blog-content .info {
            margin-bottom: 18px;
        }

            .single-blog-box .blog-content .info ul {
                padding-left: 0;
                margin-bottom: 0;
            }

                .single-blog-box .blog-content .info ul li {
                    display: inline-block;
                    margin-right: 20px;
                    position: relative;
                }

                    .single-blog-box .blog-content .info ul li::before {
                        position: absolute;
                        content: "";
                        right: -13px;
                        height: 15px;
                        width: 1px;
                        background-color: rgba(217, 216, 216, 0.78);
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                    }

                    .single-blog-box .blog-content .info ul li:last-child::before {
                        display: none;
                    }

        .single-blog-box .blog-content h3 {
            font-size: 24px;
        }

            .single-blog-box .blog-content h3 a {
                color: #000;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .single-blog-box .blog-content h3 a:hover {
                    color: #FFC568;
                }

    .single-blog-box:hover .blog-img img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

.blog-details-content .single-blog {
    margin-bottom: 30px;
    margin-right: 20px;
}

    .blog-details-content .single-blog h2 {
        font-size: 36px;
        margin-bottom: 20px;
        color: #FFF;
    }

    .blog-details-content .single-blog .info {
        margin-bottom: 30px;
    }

        .blog-details-content .single-blog .info ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .blog-details-content .single-blog .info ul li {
                display: inline-block;
                margin-right: 60px;
                position: relative;
                color: #FFC568;
            }

.single-blog p {
    color: #FFF;
}

.blog-details-content .single-blog .info ul li:last-child {
    margin-right: 0;
}

    .blog-details-content .single-blog .info ul li:last-child::before {
        display: none;
    }

.blog-details-content .single-blog .info ul li::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 42px;
    background: rgb(226 164 20);
    right: -53px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-details-content .single-blog .info ul li a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .blog-details-content .single-blog .info ul li a:hover {
        color: #FFC568;
    }

.singlepost-content {
    padding: 1px 20px;
    border-bottom: 2px solid #FFC568;
    border-left: 2px solid #FFC568;
    border-right: 2px solid #FFC568;
    background: rgb(116 116 116 / 3%);
    backdrop-filter: blur( 8px );
    -webkit-backdrop-filter: blur( 8px );
}

.blog-details-content .single-blog .img {
    border-top: 2px solid #FFC568;
    border-left: 2px solid #FFC568;
    border-right: 2px solid #FFC568;
}

    .blog-details-content .single-blog .img img {
        width: 100%;
    }

.blog-details-content .quote {
    padding: 50px 30px;
    position: relative;
    background-color: #f8f8f8;
    text-align: center;
    margin-bottom: 30px;
}

    .blog-details-content .quote .icon {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .blog-details-content .quote p {
        margin-bottom: 0;
        font-size: 18px;
        color: #000;
    }

.blog-details-content .free-movie-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.blog-details-content .free-movie-content p {
    margin-bottom: 30px;
}

.blog-details-content .free-movie-content .movie-img {
    margin-bottom: 25px;
}

.blog-details-content .tag-and-share {
    padding: 30px 0;
    border-top: 1px solid rgba(217, 216, 216, 0.54);
}

    .blog-details-content .tag-and-share .tags ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .blog-details-content .tag-and-share .tags ul li {
            list-style-type: none;
            display: inline-block;
            margin-right: 6px;
        }

            .blog-details-content .tag-and-share .tags ul li span {
                color: #000;
                font-weight: 600;
                font-size: 18px;
            }

            .blog-details-content .tag-and-share .tags ul li a {
                color: #555;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
                position: relative;
            }

                .blog-details-content .tag-and-share .tags ul li a::before {
                    position: absolute;
                    content: ",";
                    right: -3px;
                }

                .blog-details-content .tag-and-share .tags ul li a:hover {
                    color: #FFC568;
                }

            .blog-details-content .tag-and-share .tags ul li:last-child {
                margin-right: 0;
            }

                .blog-details-content .tag-and-share .tags ul li:last-child a::before {
                    display: none;
                }

    .blog-details-content .tag-and-share .share {
        text-align: end;
    }

        .blog-details-content .tag-and-share .share ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .blog-details-content .tag-and-share .share ul li {
                list-style-type: none;
                display: inline-block;
                margin-right: 6px;
            }

                .blog-details-content .tag-and-share .share ul li span {
                    color: #000;
                    font-weight: 600;
                    font-size: 18px;
                }

                .blog-details-content .tag-and-share .share ul li a {
                    height: 30px;
                    width: 30px;
                    line-height: 30px;
                    text-align: center;
                    color: #FFC568;
                    display: inline-block;
                    background-color: #f8f8f8;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                    .blog-details-content .tag-and-share .share ul li a:hover {
                        background-color: #FFC568;
                        color: #fff;
                    }

                .blog-details-content .tag-and-share .share ul li:last-child {
                    margin-right: 0;
                }

.blog-details-content .comments-reply-area {
    margin-bottom: 30px;
}

    .blog-details-content .comments-reply-area h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .blog-details-content .comments-reply-area .form-group {
        margin-bottom: 25px;
    }

        .blog-details-content .comments-reply-area .form-group .form-control {
            background-color: #f8f8f8;
            border: none;
        }

        .blog-details-content .comments-reply-area .form-group .form-check-input {
            border: 1px solid rgba(217, 216, 216, 0.93);
            -webkit-box-shadow: unset;
            box-shadow: unset;
            border-radius: unset;
        }

            .blog-details-content
            .comments-reply-area
            .form-group
            .form-check-input:checked {
                background-color: #FFC568;
                border-color: #FFC568;
            }

.sidebar-widget {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 5px;
}

    .sidebar-widget h3 {
        font-size: 24px;
        margin-bottom: 25px;
        color: #FFF;
    }

    .sidebar-widget.categories ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .sidebar-widget.categories ul li {
            list-style-type: none;
            margin-bottom: 13px;
            position: relative;
        }

            .sidebar-widget.categories ul li i {
                position: absolute;
                right: 0;
            }

            .sidebar-widget.categories ul li a {
                color: #555;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .sidebar-widget.categories ul li a:hover {
                    color: #FFC568;
                }

            .sidebar-widget.categories ul li:last-child {
                margin-bottom: 0;
            }

    .sidebar-widget.popular-post {
        position: relative;
        overflow: hidden;
    }

        .sidebar-widget.popular-post .item {
            overflow: hidden;
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

            .sidebar-widget.popular-post .item:last-child {
                margin-bottom: 0;
                border-bottom: none;
                padding-bottom: 0;
            }

            .sidebar-widget.popular-post .item .thumb {
                float: left;
                height: 76px;
                overflow: hidden;
                position: relative;
                width: 100%;
                margin-right: 20px;
            }

                .sidebar-widget.popular-post .item .thumb .fullimage {
                    width: 80px;
                    height: 70px;
                    display: inline-block;
                    background-size: cover !important;
                    background-repeat: no-repeat;
                    background-position: center center !important;
                    position: relative;
                    background-color: #000;
                }

                    .sidebar-widget.popular-post .item .thumb .fullimage.bg1 {
                        background-image: url(../images/blog/blog-img-1.jpg);
                    }

                    .sidebar-widget.popular-post .item .thumb .fullimage.bg2 {
                        background-image: url(../images/blog/blog-img-2.jpg);
                    }

                    .sidebar-widget.popular-post .item .thumb .fullimage.bg3 {
                        background-image: url(../images/blog/blog-img-7.jpg);
                    }

            .sidebar-widget.popular-post .item .info {
                overflow: hidden;
            }

                .sidebar-widget.popular-post .item .info span {
                    display: block;
                    color: #666;
                    text-transform: uppercase;
                    margin-top: 0;
                    font-size: 10px;
                    font-weight: 500;
                }

                .sidebar-widget.popular-post .item .info .title {
                    margin-bottom: 5px;
                    line-height: 1.4;
                    font-size: 16px;
                    font-weight: 700;
                    font-family: 'Cairo', sans-serif;
                }

                    .sidebar-widget.popular-post .item .info .title a {
                        display: inline-block;
                        color: #FFF;
                        -webkit-transition: all ease 0.5s;
                        transition: all ease 0.5s;
                    }

time {
    color: #FFC568;
}

.sidebar-widget.popular-post .item .info .title a:hover {
    color: #FFC568;
}

.single-blog-card {
    border: 2px solid #FFC568;
}

.sidebar-widget.tags {
    padding-bottom: 20px;
}

    .sidebar-widget.tags ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .sidebar-widget.tags ul li {
            display: inline-block;
            margin-right: 10px;
            margin-bottom: 12px;
        }

            .sidebar-widget.tags ul li a {
                padding: 8px 25px;
                color: #555;
                background-color: #f8f8f8;
                display: inline-block;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .sidebar-widget.tags ul li a:hover {
                    background-color: #FFC568;
                    color: #fff;
                }

.blog-search-bar {
    position: relative;
}

    .blog-search-bar .form-control {
        height: 60px;
        border: unset;
        background-color: #f8f8f8;
    }

    .blog-search-bar .default-btn {
        position: absolute;
        right: 5px;
        top: 5px;
        padding: 8px 16px;
        font-size: 22px;
    }

.login-form {
    max-width: 1100px;
    margin: auto;
    padding: 60px;
    border: 4px solid rgba(196, 196, 196, 0.19);
}

    .login-form .form-group {
        margin-bottom: 25px;
    }

        .login-form .form-group label {
            margin-bottom: 10px;
        }

        .login-form .form-group .form-control {
            background-color: #f8f8f8;
            border: unset;
        }

    .login-form ul {
        padding-left: 0;
        margin-bottom: 25px;
    }

        .login-form ul li {
            list-style-type: none;
        }

            .login-form ul li a {
                color: #FFC568;
            }

    .login-form .default-btn {
        width: 100%;
    }

    .login-form .form-check-input {
        border: 1px solid rgba(217, 216, 216, 0.93);
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border-radius: unset;
    }

        .login-form .form-check-input:checked {
            background-color: #FFC568;
            border-color: #FFC568;
        }

.register-form {
    max-width: 1100px;
    margin: auto;
    padding: 60px;
    border: 4px solid rgba(196, 196, 196, 0.19);
}

    .register-form .form-group {
        margin-bottom: 25px;
    }

        .register-form .form-group label {
            margin-bottom: 10px;
        }

        .register-form .form-group .form-control {
            background-color: #f8f8f8;
            border: unset;
        }

    .register-form .form-check {
        margin-bottom: 25px;
    }

    .register-form .default-btn {
        width: 100%;
    }

    .register-form .form-check-input {
        border: 1px solid rgba(217, 216, 216, 0.93);
        -webkit-box-shadow: unset;
        box-shadow: unset;
        border-radius: unset;
    }

        .register-form .form-check-input:checked {
            background-color: #FFC568;
            border-color: #FFC568;
        }

.password-form {
    max-width: 860px;
    margin: auto;
    padding: 60px;
    border: 4px solid rgba(196, 196, 196, 0.19);
}

    .password-form .form-group {
        margin-bottom: 25px;
    }

        .password-form .form-group label {
            margin-bottom: 10px;
        }

        .password-form .form-group .form-control {
            background-color: #f8f8f8;
            border: unset;
        }

    .password-form .default-btn {
        width: 100%;
    }

.privacy-content {
    margin-bottom: 10px;
}

    .privacy-content h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .privacy-content h4 {
        font-size: 24px;
        font-weight: 700;
        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: #000;
            position: relative;
            padding-left: 22px;
            list-style-type: none;
            padding-bottom: 15px;
        }

            .privacy-content .list ul li i {
                position: absolute;
                left: 0;
                top: 3px;
                color: #FFC568;
            }

.condition-content {
    margin-bottom: 10px;
}

    .condition-content h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .condition-content h4 {
        font-size: 24px;
        font-weight: 700;
        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: #000;
            position: relative;
            padding-left: 22px;
            list-style-type: none;
            padding-bottom: 15px;
        }

            .condition-content .list ul li i {
                position: absolute;
                left: 0;
                top: 3px;
                color: #FFC568;
            }

.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;
                display: inline-block;
                line-height: 1;
                margin-right: 30px;
                color: #FFC568;
                -webkit-animation: movebounce 5s linear infinite;
                animation: movebounce 5s linear infinite;
            }

                .error-area .top-content ul li:first-child {
                    color: #000;
                    -webkit-animation: movebounce 7s linear infinite;
                    animation: movebounce 7s linear infinite;
                }

                .error-area .top-content ul li:last-child {
                    color: #555;
                    -webkit-animation: movebounce 9s linear infinite;
                    animation: movebounce 9s linear infinite;
                }

    .error-area h2 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .error-area p {
        margin-bottom: 30px;
    }

.coming-soon-area {
    height: 100vh;
}

.coming-soon-counter {
    max-width: 880px;
    margin: auto;
    border: 30px solid #fff;
    background-color: #f7f7f7;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.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: #FFC568;
        }

            .coming-soon-counter .list ul li span {
                font-size: 15px;
                font-weight: 500;
                color: #555;
            }

            .coming-soon-counter .list ul li::before {
                position: absolute;
                content: "";
                height: 6px;
                width: 6px;
                background-color: #555;
                border-radius: 100%;
                right: -30px;
                top: 42px;
            }

            .coming-soon-counter .list ul li::after {
                position: absolute;
                content: "";
                height: 6px;
                width: 6px;
                background-color: #555;
                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-bottom: 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: 60px;
        }

        .coming-soon-content .newsletter-form .default-btn {
            position: absolute;
            right: 6px;
            top: 6px;
        }

            .coming-soon-content .newsletter-form .default-btn:hover {
                background-color: #000;
                color: #fff;
            }

            .coming-soon-content .newsletter-form .default-btn i {
                position: relative;
                top: 2px;
                padding-left: 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: #555;
                -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
                box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
                border: 1px solid #eee;
                display: inline-block;
                text-align: center;
                font-size: 18px;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .coming-soon-content .social-links ul li a:hover {
                    background-color: #FFC568;
                    color: #fff;
                    -webkit-transform: translateY(-5px);
                    transform: translateY(-5px);
                }

.get-in-touch h2 {
    font-size: 56px;
    margin-bottom: 25px;
}

.get-in-touch .contact-info-card {
    position: relative;
    padding-left: 85px;
    margin-bottom: 30px;
}

    .get-in-touch .contact-info-card .icon {
        height: 70px;
        width: 70px;
        line-height: 70px;
        font-size: 30px;
        background: rgba(197, 153, 112, 0.1);
        text-align: center;
        color: #FFC568;
        position: absolute;
        left: 0;
        top: 5px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
        z-index: 1;
    }

        .get-in-touch .contact-info-card .icon::before {
            position: absolute;
            content: "";
            height: 0%;
            width: 100%;
            left: 0;
            bottom: 0;
            background-color: #FFC568;
            z-index: -1;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

    .get-in-touch .contact-info-card h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .get-in-touch .contact-info-card a {
        display: block;
        color: #555;
        margin-bottom: 5px;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

        .get-in-touch .contact-info-card a:hover {
            color: #FFC568;
        }

    .get-in-touch .contact-info-card span {
        display: inline-block;
        margin-bottom: 5px;
    }

    .get-in-touch .contact-info-card:hover .icon {
        color: #fff;
    }

        .get-in-touch .contact-info-card:hover .icon::before {
            height: 100%;
        }

.get-in-touch .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
}

    .get-in-touch .social-content ul li {
        display: inline-block;
        margin-right: 7px;
    }

        .get-in-touch .social-content ul li:last-child {
            margin-right: 0;
        }

        .get-in-touch .social-content ul li span {
            color: #000;
            font-weight: 600;
            font-size: 18px;
        }

        .get-in-touch .social-content ul li a {
            height: 35px;
            width: 35px;
            line-height: 35px;
            text-align: center;
            color: #FFC568;
            display: inline-block;
            background: #f8f8f8;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
        }

            .get-in-touch .social-content ul li a:hover {
                background-color: #FFC568;
                color: #fff;
            }

.map-area iframe {
    height: 470px;
    width: 100%;
    position: relative;
    margin-bottom: -10px;
}

.contacts-form {
    max-width: 1100px;
    margin: auto;
}

    .contacts-form .form-group {
        margin-bottom: 25px;
        margin-right: 5px;
    }

        .contacts-form .form-group .form-control {
            background-color: #fff;
            border: none;
        }

        .contacts-form .form-group .list-unstyled {
            color: #FFC568;
            padding-top: 7px;
        }

        .contacts-form .form-group .form-check label a {
            color: #FFC568;
        }

        .contacts-form .form-group .form-check .form-check-input {
            -webkit-box-shadow: unset;
            box-shadow: unset;
            border-radius: unset;
        }

            .contacts-form .form-group .form-check .form-check-input:checked {
                background-color: #FFC568;
                border-color: #FFC568;
            }

    .contacts-form .text-danger {
        color: #FFC568 !important;
        padding-top: 7px;
    }

.footer-area {
    background-color: #000;
    overflow: hidden;
}

    .footer-area .container {
        position: relative;
    }

        .footer-area .container .shape .shape-1 {
            position: absolute;
            bottom: 0;
            left: -120px;
            -webkit-animation: ripple 5s linear infinite;
            animation: ripple 5s linear infinite;
        }

        .footer-area .container .shape .shape-2 {
            position: absolute;
            right: -50px;
            top: 30px;
            -webkit-animation: ripple 8s linear infinite;
            animation: ripple 8s linear infinite;
        }

.single-footer-widget {
    margin-bottom: 30px;
}

    .single-footer-widget h3 {
        font-size: 24px;
        color: #fff;
        margin-bottom: 30px;
    }

    .single-footer-widget.logo-area .logo {
        margin-bottom: 30px;
    }

    .single-footer-widget.logo-area p {
        color: #d9d8d8;
        margin-bottom: 30px;
    }

    .single-footer-widget.logo-area .social-content ul {
        padding-left: 0;
        margin-bottom: 0;
    }

        .single-footer-widget.logo-area .social-content ul li {
            display: inline-block;
            margin-right: 7px;
        }

            .single-footer-widget.logo-area .social-content ul li:last-child {
                margin-right: 0;
            }

            .single-footer-widget.logo-area .social-content ul li a {
                height: 30px;
                width: 30px;
                line-height: 30px;
                text-align: center;
                color: #FFC568;
                display: inline-block;
                background: rgba(255, 255, 255, 0.1);
                -webkit-box-shadow: 0 0 25px rgba(1, 78, 50, 0.1);
                box-shadow: 0 0 25px rgba(1, 78, 50, 0.1);
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .single-footer-widget.logo-area .social-content ul li a:hover {
                    background-color: #FFC568;
                    color: #fff;
                }

    .single-footer-widget.quick-links {
        padding-left: 60px;
    }

        .single-footer-widget.quick-links ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .single-footer-widget.quick-links ul li {
                list-style-type: none;
                margin-bottom: 12px;
                position: relative;
                padding-left: 25px;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

                .single-footer-widget.quick-links ul li:last-child {
                    margin-bottom: 0;
                }

                .single-footer-widget.quick-links ul li i {
                    color: #FFC568;
                    position: absolute;
                    left: 0;
                    top: 3px;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                .single-footer-widget.quick-links ul li a {
                    color: #d9d8d8;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                .single-footer-widget.quick-links ul li:hover i {
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

                .single-footer-widget.quick-links ul li:hover a {
                    color: #FFC568;
                }

    .single-footer-widget.instagram-content {
        margin-bottom: 0;
        padding-right: 30px;
        margin-bottom: 20px;
    }

        .single-footer-widget.instagram-content .single-instagram-box {
            overflow: hidden;
            -webkit-transition: all ease 0.5s;
            transition: all ease 0.5s;
            position: relative;
            margin-bottom: 10px;
            margin-right: 10px;
        }

            .single-footer-widget.instagram-content .single-instagram-box img {
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
            }

            .single-footer-widget.instagram-content .single-instagram-box a {
                position: absolute;
                color: #fff;
                left: 0;
                right: 0;
                font-size: 22px;
                top: 0;
                bottom: 0;
                height: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-transition: all ease 0.5s;
                transition: all ease 0.5s;
                opacity: 0;
            }

            .single-footer-widget.instagram-content .single-instagram-box:hover img {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
                -webkit-filter: blur(3px);
                filter: blur(3px);
            }

            .single-footer-widget.instagram-content .single-instagram-box:hover a {
                opacity: 1;
            }

    .single-footer-widget.get-in-touch {
        padding-left: 70px;
    }

        .single-footer-widget.get-in-touch ul {
            padding-left: 0;
            margin-bottom: 0;
        }

            .single-footer-widget.get-in-touch ul li {
                display: block;
                position: relative;
                padding-left: 30px;
                margin-bottom: 15px;
            }

                .single-footer-widget.get-in-touch ul li:last-child {
                    margin-bottom: 0;
                }

                .single-footer-widget.get-in-touch ul li span {
                    color: #fff;
                    display: block;
                    margin-bottom: 5px;
                }

                .single-footer-widget.get-in-touch ul li a {
                    color: #d9d8d8;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                    display: block;
                }

                    .single-footer-widget.get-in-touch ul li a:hover {
                        color: #FFC568;
                    }

                .single-footer-widget.get-in-touch ul li p {
                    color: #d9d8d8;
                }

                .single-footer-widget.get-in-touch ul li i {
                    position: absolute;
                    left: 0;
                    top: 3px;
                    color: #fff;
                    -webkit-transition: all ease 0.5s;
                    transition: all ease 0.5s;
                }

                .single-footer-widget.get-in-touch ul li:hover i {
                    color: #FFC568;
                }

.copy-right-area {
    background-color: #000;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

    .copy-right-area p {
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
    }

        .copy-right-area p span {
            color: #FFC568;
        }

        .copy-right-area p a {
            color: #FFC568;
            font-weight: 600;
        }

.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #FFC568;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 55px;
    line-height: 45px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s;
    transition: 0.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: 0.5s;
        transition: 0.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: #FFC568;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .go-top:hover {
        color: #fff;
        background: #000;
    }

        .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%;
        top: 93%;
    }

.navbar-brand img {
    width: 50%;
    position: relative;
    top: -25px;
}

.banner-slider-item iframe {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.banner-slider-item video {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    object-fit: cover;
}

.trust-area {
    background-color: #000;
}

    .trust-area h2 {
        color: #FFF;
    }

.logo img {
    width: 50%;
}

.modal-body img {
    width: 50%;
}

video::-webkit-media-controls {
    display: none;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

video::-webkit-media-controls-panel {
    display: none !important;
}

.banner-area {
    height: 100vh;
}

.sec-intro-content h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
}

.extra-content p {
    text-align: justify;
}

.sector-modal {
    background-color: transparent;
    border: 0;
}

    .sector-modal .modal-body {
        background-color: #FFF;
    }

    .sector-modal .modal-header button {
        background-color: #FFC568;
        opacity: 1;
        position: relative;
        left: 10px;
        top: 6px;
    }

.modal-sector-content h1 {
    font-size: 30px;
    color: #FFC568;
}

.modal-sector-content p {
    margin-top: 10px;
    text-align: justify;
}

.partners-title h2 {
    font-size: 56px;
    position: relative;
    top: -30px;
}

.parners-logos {
    display: flex;
    justify-content: center;
}

    .parners-logos img {
        width: 80% !important;
    }

.career-form {
    padding: 50px;
}

.career-title h1 {
    margin-bottom: 30px;
}

.career-form label {
    margin-bottom: 10px;
}

.career-form .form-group {
    margin-bottom: 10px;
}

.career-btn button {
    background-color: #FFC568;
    border-color: #FFC568;
    padding: 10px 20px;
    margin-top: 10px;
    border-radius: 5px;
    width: 35%;
    color: #000;
    font-family: politica-regular;
}

    .career-btn button:hover {
        background-color: #FFC568;
        border-color: #FFC568;
    }

.career-img img {
    height: 863px;
    width: 100%;
    object-fit: cover;
}

.career-form input {
    padding: 12px 20px;
}

.helps-area .col-md-6 {
    padding-right: 35px;
}

.footer-contact-form h3 {
    font-size: 24px;
    color: #FFC568;
    margin-bottom: 20px;
    font-family: politica-black;
}

.footer-contact-form .form-col {
    padding: 5px 5px;
}

.form-col select {
    border: 1px solid #FFC568;
    background-color: #000000 !important;
    color: #FFF !important;
    font-size: 13px;
    border-radius: 5px;
    font-family: politica-regular;
}

.form-col input {
    border: 1px solid #FFC568;
    background-color: #000000 !important;
    color: #FFF !important;
    font-size: 13px;
    border-radius: 5px;
}

    .form-col input::placeholder {
        color: #FFF !important;
        font-family: politica-regular;
    }

.form-col textarea {
    border: 1px solid #FFC568;
    background-color: #000000 !important;
    color: #FFF !important;
    font-size: 13px;
    border-radius: 5px;
}

    .form-col textarea::placeholder {
        color: #FFF !important;
        font-family: politica-regular;
    }

.our-team-img img {
    box-shadow: -2px 0px 10px 2px #00000042;
    margin-bottom: 30px;
}

.team-detail {
    display: flex;
    align-items: center;
}

.our-team-details h5 {
    margin-bottom: 2px;
}

.our-team-details span {
    color: #FFC568;
    font-size: 14px;
    font-weight: 600;
}

.our-team-details p {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
}

.our-team-details {
    margin-bottom: 35px;
}

.our-team-content .col-md-3 {
    padding-right: 20px;
}

.animation-element.slide-left {
    opacity: 0;
    transition: all 900ms linear;
    transform: translate3d(-100px, 0px, 0px);
}

    .animation-element.slide-left.in-view {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }

.animation-element.slide-right {
    opacity: 0;
    transition: all 900ms linear;
    transform: translate3d(100px, 0, 0);
}

    .animation-element.slide-right.in-view {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }

.animation-element.slide-up {
    opacity: 0;
    transition: all 900ms linear;
    transform: translate3d(0, 100px, 0);
}

    .animation-element.slide-up.in-view {
        opacity: 1;
        transform: translate3d(0px, 0px, 0px);
    }

.into-about-img {
    text-align: center;
}

.into-about-con {
    padding: 0px 200px;
    margin-top: 20px;
}

.text-right {
    text-align: right !important;
}

.pt-60 {
    padding-top: 60px;
}
/*.about-desktop {
    display: block;
}
.about-responsive {
    display:none;
}*/
@media only screen and (max-width: 991px) {
    .single-works-card.style2 {
        padding-right: 0px !important;
    }

    .helps-area .col-md-6 {
        padding-right: 0px !important;
        margin-bottom: 10px;
    }

    .single-blog-card {
        padding-right: 0px !important;
    }

    .our-team-content {
        text-align: center;
    }

    .into-about-con {
        padding: 0px 35px;
    }

    .team-img {
        height: 75px !important;
    }
    /*.about-desktop {
        display:none !important;
    }
    .about-responsive {
        display: block !important;
    }*/
}

@media only screen and (max-width: 1200px) {
    .mob-tm-con {
        display: flex;
        align-items: center;
    }

    .our-team-img {
        margin-bottom: 30px;
    }

    .about-img img {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 800px !important;
    }
}


.adminActions {
    position: fixed;
    bottom: 35px;
    right: 50px;
}

.adminButton img {
    width: 60%;
    position: relative;
    top: 10px;
}

.adminButton {
    height: 60px;
    width: 60px;
    background-color: rgb(0 0 0 / 80%);
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

    .adminButton i {
        font-size: 22px;
    }

.adminButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
    right: 65%;
}

    .adminButtons a {
        width: 125px;
        height: 45px;
        text-decoration: none;
        margin: 10px auto 0;
        line-height: 1.15;
        color: #fff;
        opacity: 0;
        visibility: hidden;
        position: relative;
        box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

        .adminButtons a:hover {
            color: #FFC568;
        }

    .adminButtons a:hover {
        transform: scale(1.05);
    }

        .adminButtons a:nth-child(1) {
            transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;
            background-color: #000;
        }

        .adminButtons a:nth-child(2) {
            transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;
            background-color: #000;
        }

        .adminButtons a:nth-child(3) {
            transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;
            background-color: #000;
        }

        .adminButtons a:nth-child(4) {
            transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;
            background-color: #000;
        }
        .adminButtons a:nth-child(5) {
            transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;
            background-color: #000;
        }
        .adminButtons a:nth-child(6) {
            transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;
            background-color: #000;
        }

.adminActions a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adminToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
}

    .adminToggle:hover {
        box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
    }

    .adminToggle:checked ~ .adminButtons a {
        opacity: 1;
        visibility: visible;
    }