@font-face {
    font-family: 'Unbounded';
    src: url('path/to/Unbounded.woff2') format('woff2'),
        url('path/to/Unbounded.woff') format('woff'),
        url('path/to/Unbounded.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
    color: #555;
    font-family: "Unbounded", sans-serif;
    font-size: 16px;
    font-weight: 400;
    --unbounded: "Unbounded", sans-serif;
    --catamaran: "Catamaran", sans-serif;
    --stix: "STIX Two Text", serif;
    --movie: "Stalinist One", sans-serif;
}

img {
    max-width: 100%
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.pt-100 {
    padding-top: 100px
}

.pt-50 {
    padding-top: 50px
}

.pt-40 {
    padding-top: 40px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-100 {
    padding-bottom: 100px
}

.ptb-120 {
    padding: 120px 0px;
}

.pb-30 {
    padding-bottom: 30px
}

.pb-40 {
    padding-bottom: 40px
}

.pb-70 {
    padding-bottom: 70px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-60 {
    padding-top: 60px
}

.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: "Unbounded", sans-serif;
    font-weight: 700
}

p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    font-family: "Unbounded", sans-serif;
    line-height: 1.5
}

p:last-child {
    margin-bottom: 0
}

a {
    text-decoration: none
}

span {
    font-size: 14px;
    line-height: 18px;
}

.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: 5px;
    margin-bottom: 20px;
}

.form-control::-webkit-input-placeholder {
    color: #555;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.form-control:-ms-input-placeholder {
    color: #555;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.form-control::-ms-input-placeholder {
    color: #555;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.form-control::placeholder {
    color: #555;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.form-control:focus {
    border: 1px solid #E10718;
    -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: #f8f8f8
}

.bg-inner-events {
    background-color: #F5F7FA;
    position: relative;
    z-index: -3;
}

::-moz-selection {
    background: #E10718;
    color: #fff
}

::selection {
    background: #E10718;
    color: #fff
}

.default-btn {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 30px;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 10px;
    display: inline-block;
    font-family: "Unbounded", sans-serif;
    border: 1px solid #E10718;
    background-color: #E10718;
    z-index: 1
}

.default-btn i {
    position: relative;
    top: 2px;
    padding-left: 7px
}

.default-btn.style2 {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .41);

}

.default-btn.style3 {
    background-color: #000;
    border-color: #000
}

.aos-init {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

/* .default-btn::before {
    position: absolute;
    content: '';
    background-color: #E10718;
    height: 0%;
    width: 0%;
    bottom: 0;
    right: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: -1
} */

/* .default-btn::after {
    position: absolute;
    content: '';
    background-color: #E10718;
    height: 0%;
    width: 0%;
    top: 0;
    left: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: -1
} */

.default-btn:hover {
    color: #fff;

}

.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;
    text-align: center
}

.section-title span {
    color: #E10718;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px
}

.section-title h2 {
    font-size: 40px;
    font-weight: 700
}

.section-title.style2 {
    text-align: start;
    margin-left: 0;
    margin-right: auto;
}

.section-title.style2 h2 {
    margin-bottom: 0
}

.section-title.white-title span {
    color: #E10718
}

.section-title.white-title h2 {
    color: #fff
}

.section-title.black-title h2 {
    color: #000
}

.no-scroll-y {
    overflow-y: hidden
}



.ctn-preloader {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100
}

.ctn-preloader .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .2);
    border-top-color: #E10718;
    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: #E10718;
    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: .2s;
    animation-delay: .2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.ctn-preloader .loader-section {
    background-color: #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px)
}

.ctn-preloader .loader-section.section-left {
    left: 0
}

.ctn-preloader .loader-section.section-right {
    right: 0
}

.loaded .animation-preloader {
    opacity: 0;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.loaded .loader-section.section-left {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: 3.5s .1s all cubic-bezier(.1, .1, .1, 2);
    transition: 3.5s .1s all cubic-bezier(.1, .1, .1, 2)
}

.loaded .loader-section.section-right {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: 3.5s .1s all cubic-bezier(.1, .1, .1, 2);
    transition: 3.5s .1s all cubic-bezier(.1, .1, .1, 2)
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@media screen and (max-width:767px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: 700 3.5em montserrat, sans-serif
    }
}

@media screen and (max-width:500px) {
    .ctn-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em
    }

    .ctn-preloader .animation-preloader .txt-loading {
        font: 700 2em montserrat, sans-serif
    }
}

.nav-bg {
    background: #E10718;
}

.navbar-area {
    position: relative;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px
}

.navbar-area.style2 {
    position: relative;
    background-color: #fff;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 999;
    padding: 0;
}

.navbar-area.style2 .desktop-nav {
    position: relative
}

.navbar-area.style2 .desktop-nav::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, .15)
}

.navbar-area.style2 .desktop-nav .navbar .nav-item a {
    color: #fff
}

.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: #fff
}

.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: #000
}

.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: #000
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
    background-color: #000
}

.navbar-area.style2 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
    background-color: #000
}

.navbar-area.style2.is-sticky {
    background-color: #fff;
    position: fixed !important
}

.navbar-area.style2.top-nav.is-sticky {
    position: relative !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: #E10718
}

.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: #E10718
}

.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: #E10718
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
    background-color: #E10718
}

.navbar-area.style3 .desktop-nav .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
    background-color: #E10718
}

.navbar-area.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: -webkit-sticky !important;
    position: sticky !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.navbar-area .container-fluid {
    max-width: 1580px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto
}

.navbar-area .navbar-brand .white-logo {
    display: none
}

.navbar-area .mobile-responsive-menu .logo .white-logo {
    display: none
}

.navbar-brand {
    margin-right: 40px
}

.desktop-nav {
    padding-top: 0;
    padding-bottom: 0
}

.desktop-nav .navbar {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 2;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0
}

.desktop-nav .navbar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-right: 0;
    padding-left: 0
}

.desktop-nav .navbar .navbar-nav .nav-item a {
    font-size: 18px;
    color: #1b2336;
    line-height: 1;
    position: relative;
    font-weight: 400;
    font-family: "Unbounded", sans-serif;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px
}

.navbar .navbar-nav .nav-eff>a::after {
    content: "";
    width: 0;
    background-color: #fff;
    height: 3px;
    position: absolute;
    bottom: 0px !important;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.navbar .navbar-nav .nav-eff:hover a::after {
    width: 100%;
}

.navbar .dropdown-menu>.nav-item a::after {
    content: "";
    width: 3px !important;
    background-color: #E10718;
    height: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: height 0.3s ease;
}

.navbar .dropdown-menu>.nav-item:hover a::after {
    height: 100%;
}

.navbar .nav-eff-d a::after {
    content: "";
    width: 0;
    background-color: #fff;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    left: 50%;
    transform: translateX(-50%);
    border: unset;
}


.navbar .nav-eff-d:hover a::after {
    width: 100%;
}

.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: 40%;
    right: 0;
    font-family: "font awesome 6 free";
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    opacity: .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: #E10718
}

.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: #E10718 */
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fff;
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: 250px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: 0;
    padding: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #1b2336;
    padding: 15px;
    border-bottom: 1px dashed #ededed;
    margin: 0;
    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: .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: #E10718
}

.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: #E10718
}

.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: #E10718
}

.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: #E10718
}

.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: #E10718
}

.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: #E10718
}

.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: #E10718
}

.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: #E10718
}

.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: #E10718
}

.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: #E10718
}

.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: #E10718
}

.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 .5s;
    transition: all ease .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 .5s;
    transition: all ease .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 .5s;
    transition: all ease .5s
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu {
    border-color: #E10718
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
    background-color: #E10718;
    width: 15px
}

.desktop-nav .navbar .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
    background-color: #E10718;
    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 .5s;
    transition: all ease .5s
}

.desktop-nav .navbar .others-options .option-item .search-btn a:hover {
    color: #E10718
}

.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: .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: #E10718;
    border: none;
    font-size: 35px;
    -webkit-transition: all ease .5s;
    transition: all ease .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 .5s;
    transition: all ease .5s;
    border-radius: 10px;
    color: #fff
}

.modal-search-form .search-field::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.modal-search-form .search-field:-ms-input-placeholder {
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.modal-search-form .search-field::-ms-input-placeholder {
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.modal-search-form .search-field::placeholder {
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.modal-search-form .search-field:focus {
    border-color: #E10718
}

.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: #E10718;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 10px;
    padding: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    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: #fff;
    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: #E10718;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .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 .3s linear, right .3s ease-out;
    transition: opacity .3s linear, right .3s ease-out
}

.modal.right.fade.show .modal-dialog {
    right: 0
}

/* .sidebarModal {
    position: relative
} */

.sidebarModal.modal .modal-body {
    padding: 25px;
    position: absolute;
    top: 35%;
    -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: #000
}

.sidebarModal.modal .modal-body .sidebar-content h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #E10718;
}

.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: #E10718;
}

.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: #E10718;
    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: #000
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
    color: #E10718
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #E10718
}

.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: #E10718;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .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 .5s;
    transition: all ease .5s;
    background-color: #E10718
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #E10718
}

.others-option-for-responsive .container {
    position: relative
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: -2px;
    top: 15px;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.others-option-for-responsive .others-options {
    padding: 10px;
    text-align: center
}

.others-option-for-responsive .others-options .option-item {
    display: inline-block;
    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 .5s;
    transition: all ease .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 .5s;
    transition: all ease .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 .5s;
    transition: all ease .5s
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu {
    border-color: #E10718
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu::before {
    background-color: #E10718;
    width: 15px
}

.others-option-for-responsive .others-options .option-item .sidebar-btn:hover .sidebar-menu::after {
    background-color: #E10718;
    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 .5s;
    transition: all ease .5s
}

.others-option-for-responsive .others-options .option-item .search-btn a:hover {
    color: #E10718
}

.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: .6
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes movebounce2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes movebounce2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-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-area {
    height: 920px;
}


.banner-slider-item {
    padding-top: 240px;
    padding-bottom: 240px;
    position: relative;
    height: 920px;
    overflow: hidden;
}

.banner-slider-item .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    animation: zoom 10s infinite;
    transition: transform 10s ease;
}


.banner-slider-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.22deg, rgba(2, 2, 2, 0.7) 0.14%, rgba(16, 16, 16, 0.6) 99.76%);
    z-index: 1;
}

.banner-content {
    max-width: 1580px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
}

.banner-content .banner-left-content span {
    color: #aeaeae;
    background: rgba(255, 255, 255, .11);
    padding: 4px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.banner-content .banner-left-content h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 800;
    line-height: 75px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.banner-content .banner-left-content p {
    color: #d6c9c9;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    max-width: 850px;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.09);
    }

    100% {
        transform: scale(1);
    }
}



.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;
    bottom: 65px
}

.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 .5s;
    transition: all ease .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 .5s;
    transition: all ease .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: 40px;
    margin: auto;
    font-size: 18px
}

.slider-counter.active {
    color: #fff
}

.video-play-btn {
    text-align: end;
    margin-right: 100px
}

.video-play-btn .play-btn a {
    color: #E10718;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 40px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .3);
    -webkit-transition: all ease .5s;
    transition: all ease .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 #E10718;
    border-radius: 100%;
    -webkit-animation: ripple 4s linear infinite;
    animation: ripple 4s linear infinite;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.video-play-btn .play-btn a:hover {
    background-color: #E10718;
    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, .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: .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, .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: 190px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll
}

.page-banner-area::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .64);
    z-index: -1
}

.page-banner-area.bg-1 {
    background-image: url(../images/banner/banner-bg-5.jpg)
}

.page-banner-area.bg-2 {
    background-image: url(../images/banner/banner-bg-6.jpg)
}

.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: #E10718;
    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 .5s;
    transition: all ease .5s
}

.page-banner-content ul li a:hover {
    color: #E10718
}

.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: #E10718;
    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 img {
    border-radius: 20px;
}

.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: #E10718
}

.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: #E10718;
    margin-bottom: 5px;
    display: inline-block
}

.about-content .about-title h2 {
    font-size: 56px;
    margin-bottom: 20px
}

.about-content .experience {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px
}

.about-content .experience p {
    font-size: 22px;
    color: #000;
    font-weight: 600
}

.about-content .experience span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 37px;
    color: #E10718;
    display: inline-block;
    font-family: "Unbounded", 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 .5s;
    transition: all ease .5s;
    height: 235px;
    border-radius: 10px;
text-align: center;
        box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}

.single-features-card .features-img {
    margin-bottom: 22px;
    text-align: center;

}

.single-features-card h3 {
    font-size: 16px;
    margin-bottom: 9px
}

.single-features-card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-features-box .features-img {
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    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: #E10718;
    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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 65px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    color: #fff
}

.works-area.bg {
    background-image: url(../images/research-paper/research-bg-1.jpg);
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.works-area.bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #14133B;
    opacity: 0.73;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
}

.works-area>* {
    position: relative;
    z-index: 99999;
}


.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, .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 .5s;
    transition: all ease .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: #E10718
}

.single-works-card.style2 {
    margin-bottom: 30px
}



.works-slider.owl-theme .owl-nav {
    margin-top: 0 !important
}

.course-slider.owl-theme .owl-nav,
.event-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
    display: block !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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 65px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 20px
}


.event-slider.owl-theme .owl-nav .owl-prev,
.event-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    -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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 65px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 20px
}

.course-slider.owl-theme .owl-nav .owl-prev,
.course-slider.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 43%;
    -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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 65px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 20px
}

.works-slider.owl-theme .owl-nav .owl-prev i,
.works-slider.owl-theme .owl-nav .owl-next i,
.course-slider.owl-theme .owl-nav .owl-prev i,
.course-slider.owl-theme .owl-nav .owl-next i,
.event-slider.owl-theme .owl-nav .owl-prev i,
.event-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,
.course-slider.owl-theme .owl-nav .owl-prev.owl-next,
.course-slider.owl-theme .owl-nav .owl-next.owl-next,
.event-slider.owl-theme .owl-nav .owl-prev.owl-next,
.event-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,
.course-slider.owl-theme .owl-nav .owl-prev.owl-next i,
.course-slider.owl-theme .owl-nav .owl-next.owl-next i,
.event-slider.owl-theme .owl-nav .owl-prev.owl-next i,
.event-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,
.course-slider.owl-theme .owl-nav .owl-prev:hover,
.course-slider.owl-theme .owl-nav .owl-next:hover,
.event-slider.owl-theme .owl-nav .owl-prev:hover,
.event-slider.owl-theme .owl-nav .owl-next:hover {
    background-color: #E10718;
    color: #fff
}

.works-slider.style2.owl-theme .owl-nav .owl-prev,
.works-slider.style2.owl-theme .owl-nav .owl-next,
.course-slider.style2.owl-theme .owl-nav .owl-prev,
.course-slider.style2.owl-theme .owl-nav .owl-next,
.event-slider.style2.owl-theme .owl-nav .owl-prev,
.event-slider.style2.owl-theme .owl-nav .owl-next {
    background-color: #f8f8f8;
    color: #E10718;
    -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,
.course-slider.style2.owl-theme .owl-nav .owl-prev:hover,
.course-slider.style2.owl-theme .owl-nav .owl-next:hover,
.event-slider.style2.owl-theme .owl-nav .owl-prev:hover,
.event-slider.style2.owl-theme .owl-nav .owl-next:hover {
    background-color: #E10718;
    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 .5s;
    transition: all ease .5s;
    border-radius: 5px
}

.work-details-content .work-details-top-content .work-img img {
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .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 .5s;
    transition: all ease .5s
}

.work-details-content .work-details-top-content .work-img .play-btn a {
    color: #E10718;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    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: #E10718
}

.sidebar-search {
    position: relative;
    margin-bottom: 30px
}

.sidebar-search .form-control {
    height: 60px;
    border: 1px solid rgba(196, 196, 196, .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, .05);
    box-shadow: 0 0 20px 3px rgba(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: "Unbounded", 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: "Unbounded", sans-serif;
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title a {
    display: inline-block;
    color: #000;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.work-details-sidebar .work-sidebar-widget.Popular-work .item .info .title a:hover {
    color: #E10718
}

.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 .5s;
    transition: all ease .5s
}

.work-details-sidebar .work-sidebar-widget.categories .categories-list ul li a:hover {
    background-color: #E10718;
    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 .5s;
    transition: all ease .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 .5s;
    transition: all ease .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 .5s;
    transition: all ease .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, .05);
    box-shadow: 0 0 20px 3px rgba(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: #E10718;
    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: #E10718;
    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 .5s;
    transition: all ease .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 .5s;
    transition: all ease .5s
}

.history-box .card-left-content span {
    font-size: 18px;
    font-weight: 600;
    color: #E10718;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.history-box .card-right-content {
    border-left: 1px dashed #E10718;
    padding-left: 25px
}

.history-box .card-right-content h3 {
    font-size: 24px;
    margin-bottom: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.history-box .card-right-content p {
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    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 .5s;
    transition: all ease .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: #E10718
}

.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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 67px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    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 .5s;
    transition: all ease .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, .83);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    border: none;
    height: 60px;
    width: 60px;
    line-height: 67px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    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: #E10718;
    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 .5s;
    transition: all ease .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-top: 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, .8);
    z-index: -1
}

.trailer-area.fest-bg {
    background-image: url(../images/works/works-img-1.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.trailer-area.fest-bg::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(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 .5s;
    transition: all ease .5s
}

.single-trailer-card .trailer-img {
    overflow: hidden;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-trailer-card .trailer-img img {
    overflow: hidden;
    -webkit-transition: all ease 2s;
    transition: all ease 2s
}

.single-trailer-card .trailer-img.filmmarket img {
    overflow: hidden;
    -webkit-transition: all ease 2s;
    transition: all ease 2s;
    width: 275px;
    height: 175px;
}



.single-trailer-card .trailer-img .play-btn {
    position: absolute;
    left: 33%;
    right: 50%;
    text-align: center;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all ease 2s;
    transition: all ease 2s;
    opacity: 1
}

.single-trailer-card .trailer-img .play-btn a {
    color: #E10718;
    height: 60px;
    width: 60px;
    line-height: 60px;
    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: 75px;
    width: 75px;
    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: #E10718;
    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.fcon {
    background-color: #000;
    padding: 30px;
    text-align: center;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -50px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.single-trailer-card .trailer-content h3 {
    font-size: 18px;
    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: #E10718;
    -webkit-transition: all ease .5s;
    transition: all ease .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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 67px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    color: #fff
}

.trailer-area-style2.bg-color {
    background-color: #141414
}

.single-trailer-box {
    margin-bottom: 10px
}

.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: 8px 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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 65px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    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 .5s;
    transition: all ease .5s
}

.trailer-slider2.owl-theme .owl-dots .owl-dot span {
    width: 100% !important;
    height: 1px;
    background: rgba(255, 255, 255, .12);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.trailer-slider2.owl-theme .owl-dots .owl-dot.active span {
    height: 2px;
    background: #E10718
}

.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, .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(.4, .26, 0, .97);
    animation-timing-function: cubic-bezier(.4, .26, 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 span {
    font-size: 30px !important;
    color: #E10718;
    line-height: 40px;
    margin-bottom: 0
}

.single-counter-card h1 span {
    font-family: "Unbounded", sans-serif;
}

.single-counter-card p {
    color: #fff
}

.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: #E10718
}

.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 .5s;
    transition: all ease .5s
}

.movie-content .series ul li a:hover {
    color: #E10718
}

.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, .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 .5s;
    transition: all ease .5s
}

.watch-video-content .play-btn a {
    color: #E10718;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    color: #fff
}

.watch-video-content .video-content {
    background: rgba(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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 65px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    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 .5s;
    transition: all ease .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 */
}
.gallery-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: #E10718;
    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: #E10718;
    color: #fff
}

.single-video-box .video-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(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: #E10718;
    -webkit-transition: all ease .5s;
    transition: all ease .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, .05);
    box-shadow: 0 0 20px 3px rgba(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 .5s;
    transition: all ease .5s;
    overflow: hidden;
    border-radius: 5px
}

.video-details-content .video-img img {
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .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 .5s;
    transition: all ease .5s
}

.video-details-content .video-img .play-btn a {
    color: #E10718;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    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 .5s;
    transition: all ease .5s
}

.video-details-content .video-info .left-info ul li a:hover {
    color: #E10718
}

.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: #E10718;
    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: "Unbounded", 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: #E10718;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.video-details-informaion .social-content ul li a:hover {
    background-color: #E10718;
    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: .2;
    -webkit-transition: all ease .5s;
    transition: all ease .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: 16px;
    font-weight: 600;
    padding: 20px;
    background-color: #f8f8f8;
    font-family: "Unbounded", sans-serif;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    font-size: 16px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.faq-content .accordion .accordion-title.active {
    border-left: 4px solid rgba(197, 153, 112, .2);
    border-right: 4px solid rgba(197, 153, 112, .2)
}

.faq-content .accordion .accordion-title.active i {
    background-color: #E10718
}

.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, .2);
    border-right: 4px solid rgba(197, 153, 112, .2);
    border-bottom: 4px solid rgba(197, 153, 112, .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 .5s;
    transition: all ease .5s;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    overflow: hidden;
    margin: 5px
}



.single-team-card .team-content {
    padding: 20px;
    padding-bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-card .team-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-card .team-content span {
    -webkit-transition: all ease .5s;
    transition: all ease .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 .5s;
    transition: all ease .5s
}

.single-team-card .team-content .social-content ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    -webkit-transition: all ease .5s;
    transition: all ease .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: 62%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    padding: 0 */
}

.single-team-card:hover .team-content h3 {
    color: #000
}

.single-team-card:hover .team-content span {
    color: #000
}

.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 .5s;
    transition: all ease .5s
}

.single-team-card.style2 .team-img img {
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .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 .5s;
    transition: all ease .5s;
    opacity: 1
}

.single-team-card.style2 .team-content .social-content ul {
    margin-top: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-card.style2 .team-content .social-content ul li a {
    color: #E10718;
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    box-shadow: 0 0 25px rgba(1, 78, 50, .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 .5s;
    transition: all ease .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: #E10718;
    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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 67px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    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 .3s ease-in-out 0s;
    transition: all .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: .2s;
    transition-delay: .2s
}

.single-team-box .team-img .social-content ul li:nth-child(2) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.single-team-box .team-img .social-content ul li:nth-child(3) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s
}

.single-team-box .team-img .social-content ul li:nth-child(4) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.single-team-box .team-img .social-content ul li a {
    color: #fff;
    height: 35px;
    background-color: #E10718;
    width: 35px;
    line-height: 33px;
    border: 1px solid rgba(255, 255, 255, .2);
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-box .team-img .social-content ul li a:hover {
    background-color: #fff;
    color: #E10718
}

.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, .05);
    box-shadow: 0 0 20px 3px rgba(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: #E10718;
    height: 35px;
    background-color: #fff;
    width: 35px;
    line-height: 33px;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-box-shadow: 0 0 20px rgba(17, 17, 17, .08);
    box-shadow: 0 0 20px rgba(17, 17, 17, .08);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-team-box.style2 .team-content .social-content ul li a:hover {
    background-color: #E10718;
    color: #fff;
    border-color: #E10718
}

.team-title-content {
    padding-top: 30px
}

.team-title-content span {
    color: #E10718;
    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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 67px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    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, .26);
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #000;
    font-size: 18px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.paginations ul li a i {
    position: relative;
    font-size: 18px
}

.paginations ul li a:hover {
    background-color: #E10718;
    color: #fff;
    border: 1px solid #E10718
}

.paginations ul li a.active {
    background-color: #E10718;
    color: #fff;
    border: 1px solid #E10718
}

.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, .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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none;
    height: 60px;
    width: 60px;
    line-height: 65px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    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: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: -1;
    opacity: .7
}

.single-testimonials-box .quote img {
    width: auto
}

.single-testimonials-box p {
    margin-bottom: 0
}

.single-testimonials-box.style2 {
    -webkit-box-shadow: 0 0 25px rgba(85, 85, 85, .1);
    box-shadow: 0 0 25px rgba(85, 85, 85, .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: #E10718;
    border: none;
    height: 60px;
    width: 60px;
    line-height: 67px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    color: #fff
}

.single-pricing-card {
    padding: 30px 0 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .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 .5s;
    transition: all ease .5s
}

.single-pricing-card .pricing-top-content h1 {
    font-size: 40px;
    color: #E10718;
    margin-bottom: 8px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-pricing-card .pricing-top-content span {
    color: #000;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-pricing-card .plan {
    background-color: #E10718;
    padding: 10px;
    margin-bottom: 25px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-pricing-card .plan span {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: all ease .5s;
    transition: all ease .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 .5s;
    transition: all ease .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, .1);
    color: #E10718
}

.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: #E10718;
    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-image: url(../images/subscribe/subscribe-img-1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.subscribe-content span {
    color: #E10718;
    display: inline-block;
    margin-bottom: 10px
}

.subscribe-content h2 {
    font-size: 56px
}

.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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding-left: 25px
}

.subscribe-form .newsletter-form .form-control::-webkit-input-placeholder {
    color: #555;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.subscribe-form .newsletter-form .form-control:-ms-input-placeholder {
    color: #555;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.subscribe-form .newsletter-form .form-control::-ms-input-placeholder {
    color: #555;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.subscribe-form .newsletter-form .form-control::placeholder {
    color: #555;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    padding-top: 7px
}

.single-blog-card {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 10px;

}

.sub-sub-text h5 {
    padding: 20px 15px;
}

.single-blog-card.course {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 8px 8px 0px 8px;
}

.single-blog-card .blog-img {
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative
}

.single-blog-card .blog-img img {
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-blog-card .blog-img .tag {
    position: absolute;
    background-color: #dc3545;
    bottom: 30px;
    left: 30px;
    padding: 5px 15px;
    border-radius: 30px;
}

.single-blog-card .blog-img .tag a {
    color: #fff
}

.single-blog-card .blog-content {
    padding: 15px 30px
}

.single-blog-card .blog-content .info {
    margin-bottom: 10px
}

.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
}

.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: rgba(196, 196, 196, .49);
    right: -53px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-blog-card .blog-content .info ul li a {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #555;
    padding-left: 5px
}

.single-blog-card .blog-content .info ul li a:hover {
    color: #E10718
}

.single-blog-card .blog-content h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0
}

.single-blog-card .blog-content h2 a {
    color: #000;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718
}

.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, .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: #E10718
}

.single-blog-card.style2 .blog-content h2 a {
    color: #fff
}

.single-blog-card.style2:hover .blog-content h2 a {
    color: #E10718
}

.bgc {
    background-color: #f6f6f6
}

.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, .95);
    z-index: -1
}

.single-blog-box {
    margin-bottom: 30px
}

.single-blog-box .blog-img {
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-blog-box .blog-img img {
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .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, .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 .5s;
    transition: all ease .5s
}

.single-blog-box .blog-content h3 a:hover {
    color: #E10718
}

.single-blog-box:hover .blog-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.blog-details-content .single-blog {
    margin-bottom: 30px
}

.blog-details-content .single-blog h2 {
    font-size: 36px;
    margin-bottom: 20px
}

.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
}

.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: 1px;
    width: 42px;
    background: rgba(196, 196, 196, .49);
    right: -53px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog-details-content .single-blog .info ul li a {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.blog-details-content .single-blog .info ul li a:hover {
    color: #E10718
}

.blog-details-content .single-blog .img {
    margin-bottom: 30px
}

.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, .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 .5s;
    transition: all ease .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: #E10718
}

.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: #E10718;
    display: inline-block;
    background-color: #f8f8f8;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.blog-details-content .tag-and-share .share ul li a:hover {
    background-color: #E10718;
    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, .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: #E10718;
    border-color: #E10718
}

.sidebar-widget {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    border-radius: 5px
}

.sidebar-widget h3 {
    font-size: 24px;
    margin-bottom: 25px
}

.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 .5s;
    transition: all ease .5s
}

.sidebar-widget.categories ul li a:hover {
    color: #E10718
}

.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: 80px;
    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: "Unbounded", sans-serif;
}

.sidebar-widget.popular-post .item .info .title a {
    display: inline-block;
    color: #000;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.sidebar-widget.popular-post .item .info .title a:hover {
    color: #E10718
}

.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 .5s;
    transition: all ease .5s
}

.sidebar-widget.tags ul li a:hover {
    background-color: #E10718;
    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, .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: #E10718
}

.login-form .default-btn {
    width: 100%
}

.login-form .form-check-input {
    border: 1px solid rgba(217, 216, 216, .93);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: unset
}

.login-form .form-check-input:checked {
    background-color: #E10718;
    border-color: #E10718
}

.register-form {
    max-width: 1100px;
    margin: auto;
    padding: 60px;
    border: 4px solid rgba(196, 196, 196, .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, .93);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border-radius: unset
}

.register-form .form-check-input:checked {
    background-color: #E10718;
    border-color: #E10718
}

.password-form {
    max-width: 860px;
    margin: auto;
    padding: 60px;
    border: 4px solid rgba(196, 196, 196, .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: #E10718
}

.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: #E10718
}

.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: #E10718;
    -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, .05);
    box-shadow: 0 0 20px 3px rgba(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: #E10718
}

.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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: 1px solid #eee;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.coming-soon-content .social-links ul li a:hover {
    background-color: #E10718;
    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, .1);
    text-align: center;
    color: #E10718;
    position: absolute;
    left: 0;
    top: 5px;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718;
    z-index: -1;
    -webkit-transition: all ease .5s;
    transition: all ease .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 .5s;
    transition: all ease .5s
}

.get-in-touch .contact-info-card a:hover {
    color: #E10718
}

.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: #E10718;
    display: inline-block;
    background: #f8f8f8;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.get-in-touch .social-content ul li a:hover {
    background-color: #E10718;
    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
}

.contacts-form .form-group .form-control {
    background-color: #fff;
    border: none
}

.contacts-form .form-group .list-unstyled {
    color: #E10718;
    padding-top: 7px
}

.contacts-form .form-group .form-check label a {
    color: #E10718
}

.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: #E10718;
    border-color: #E10718
}

.contacts-form .text-danger {
    color: #E10718 !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 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: #E10718;
    display: inline-block;
    background: rgba(255, 255, 255, .1);
    -webkit-box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.header-contact.get-in-touch {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;

}

.header-contact.get-in-touch li {
    list-style-type: none;
}

.header-contact.get-in-touch li span {
    max-width: 100px !important;
}

.header-contact.get-in-touch li i {
    color: #E10718;
    margin-right: 10px;
}

.header-contact.get-in-touch li a {
    color: #E10718;
}

.header-social.social-content ul {
    padding-left: 0;
    margin-bottom: 0
}

.header-social.social-content ul li {
    display: inline-block;
    margin-right: 20px
}

.header-social.social-content ul li:last-child {
    margin-right: 0
}

.header-social.social-content ul li a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #E10718;
    display: inline-block;
    background: rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 25px rgba(1, 78, 50, .5);
    box-shadow: 0 0 25px rgba(1, 78, 50, .1);
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.header-social.social-content ul li a:hover {
    background-color: #E10718;
    color: #fff
}

.single-footer-widget.logo-area .social-content ul li a:hover {
    background-color: #E10718;
    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 .5s;
    transition: all ease .5s
}

.single-footer-widget.quick-links ul li:last-child {
    margin-bottom: 0
}

.single-footer-widget.quick-links ul li i {
    color: #E10718;
    position: absolute;
    left: 0;
    top: 3px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-footer-widget.quick-links ul li a {
    color: #d9d8d8;
    -webkit-transition: all ease .5s;
    transition: all ease .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: #E10718
}

.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 .5s;
    transition: all ease .5s;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px
}

.single-footer-widget.instagram-content .single-instagram-box img {
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

.single-footer-widget.instagram-content .single-instagram-box a {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    font-size: 40px;
    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 .5s;
    transition: all ease .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 .5s;
    transition: all ease .5s;
    display: block
}

.single-footer-widget.get-in-touch ul li a:hover {
    color: #E10718
}

.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 .5s;
    transition: all ease .5s
}

.single-footer-widget.get-in-touch ul li:hover i {
    color: #E10718
}


.copy-right-area {
    background-color: #000;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.copy-right-area .Copyright a {
    color: gray;
    font-size: 12px;
}

.copy-right-area p {
    padding-top: 10px;
    color: #fff;
    font-size: 14px;
}

.copy-right-area p span {
    color: #E10718
}

.copy-right-area p a {
    color: #E10718;
    font-weight: 600
}

.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #E10718;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 55px;
    line-height: 45px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 26px
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    background-color: #E10718;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .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%
}




/*--------------------------------------------------------------
# Rewards One
--------------------------------------------------------------*/
.rewards-one {
    position: relative;
    display: block;
    z-index: 1;
}

.hover-reveal {
    position: fixed;
    width: 600px;
    height: 400px;
    top: 50%;
    left: 0;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-50%);
    z-index: 99;
}

.hover-reveal__inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.hover-reveal__img {
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}





.section-title {
    position: relative;
    display: block;
    margin-top: -8px;
    margin-bottom: 47px;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #777777;
    font-family: "Unbounded", sans-serif;
    font-style: italic;
    margin-left: -20px;
}

.section-title__title-box {
    position: relative;
    display: block;
    margin-top: 35px;
}

.section-title__title {
    margin: 0;
    color: #222222;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.02em;
}

.section-title.text-left {
    text-align: left;
}

.section-title__title-box p {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: rgba(34, 34, 34, 0.1);
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1;
}


.rewards-one__top {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.rewards-one__top .section-title {
    margin-bottom: 0px;
}

.rewards-one__left {
    position: relative;
    display: block;
}

.rewards-one__right {
    position: relative;
    display: block;
    margin-top: 27px;
}

.rewards-one__btn-box {
    position: relative;
    display: block;
    text-align: right;
}

.rewards-one__bottom {
    position: relative;
    display: block;
}



.rewards-one__img {
    position: absolute;
    top: -18px;
    right: 187px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.rewards-one__list li:hover .rewards-one__img {
    opacity: 1;
    z-index: 9999;
}

.rewards-one__img img {
    width: auto;
}



.rewards-one__list {
    position: relative;
    display: block;
}

.rewards-one__list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 25px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.06);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.rewards-one__list li:hover {
    border-bottom: 1px solid #222222;
}

.rewards-one__list li:first-child {
    border-top: 1px solid rgba(34, 34, 34, 0.06);
}

.rewards-one__list-left {
    position: relative;
    display: flex;
    align-items: center;
}

.rewards-one__year {
    position: relative;
    display: block;
}

.rewards-one__year p {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: #C72538;
}

.rewards-one__title {
    position: relative;
    display: block;
    margin-left: 42px;
}

.rewards-one__title h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}

.rewards-one__title h3 a {
    color: #222222;
}

.rewards-one__list-right {
    position: relative;
    display: flex;
    align-items: center;
}

.rewards-one__list-right h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}

.rewards-one__list-right p {
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin-left: 11px;
}

.rewards-one__list-right p span {
    position: relative;
    margin-right: 11px;
}



.filmmaker-Cut-slider.owl-theme .owl-nav {
    margin-top: 0 !important;
    max-width: 1320px;
    position: absolute;
    left: -15%;
    bottom: 100px;
    margin: auto;
    z-index: 1
}

.filmmaker-Cut-slider.owl-theme .owl-nav .owl-prev,
.filmmaker-Cut-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, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: none;
    height: 80px;
    width: 80px;
    line-height: 75px;
    border-radius: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 25px
}

.filmmaker-Cut-slider.owl-theme .owl-nav .owl-prev i,
.filmmaker-Cut-slider.owl-theme .owl-nav .owl-next i {
    position: relative;
    top: -2px;
    left: -1px
}

.filmmaker-Cut-slider.owl-theme .owl-nav .owl-prev.owl-next,
.filmmaker-Cut-slider.owl-theme .owl-nav .owl-next.owl-next {
    right: 0;
    left: auto
}

.filmmaker-Cut-slider.owl-theme .owl-nav .owl-prev.owl-next i,
.filmmaker-Cut-slider.owl-theme .owl-nav .owl-next.owl-next i {
    position: relative;
    right: -1px;
    left: auto;
    top: -2px
}

.filmmaker-Cut-slider.owl-theme .owl-nav .owl-prev:hover,
.filmmaker-Cut-slider.owl-theme .owl-nav .owl-next:hover {
    background-color: #E10718;
    color: #fff
}


.olympiads-bgr {
    background: linear-gradient(to bottom, #F5F7FA 63%, #ffffff 37%);
}



.olympiads-card {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 40px 0px rgba(18, 18, 18, 0.09);
}

.olympiads-card img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.olympiads-card::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top right, white 35%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.olympiads-card::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    z-index: 1;
    clip-path: polygon(0 0, 100% 75%, 100% 100%, 0% 100%);
    opacity: 0;
    visibility: hidden;
    left: -100%;
    transition: all 0.4s ease;
}

.olympiads-card:hover::before {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.olympiads-card:hover i {
    transform: translate(-50%, -100%) scale(1) !important;
    opacity: 1;
    visibility: visible;
}

.olympiads-card i {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    position: absolute;
    transform: translate(-50%, -100%) scale(0) !important;
    top: calc(35% + 30px);
    left: 50%;
    z-index: 2;
    margin-top: 10px;
    background-color: #e10419;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0px 23px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}


.olympiads-card h3 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
    color: #000;
    margin: 0;
}

.section-title .title-shadow,
.title-shadow .section-title .title-shadow {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: rgba(34, 34, 34, 0.1);
    position: absolute;
    top: -20px;
    left: -30px;
}

.event-section {
    background-image: url(../images/event/event-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.event-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #14133B;
    opacity: 0.73;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
}

.event-section>* {
    position: relative;
    z-index: 2;
}

.event-bundle {
    display: flex;
}

.event-bundle> :first-child {
    margin-right: 50px;
}

.event-bundle> :last-child {
    margin-right: 0;
}

.event-single-slider {
    max-height: 465px;
    height: 465px;
}

.event-card {
    border-radius: 40px;
    background: #fff;
    max-width: 350px;
    min-height: 410px;
    position: relative;
    margin-top: 60px;
}

.event-card-top {
    width: calc(100% - 30px);
    margin: 0 auto;
    background: #E10718;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    min-height: 52px;
    padding: 15px;
    border-radius: 60px 60px 0px 0px;
    padding-bottom: 28px;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    z-index: -1;
}

.event-card-bottom {
    width: calc(100% - 30px);
    margin: 0 auto;
    background: #E10718;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    min-height: 52px;
    padding: 15px;
    border-radius: 0px 0px 60px 60px;
    padding-top: 28px;
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: -1;
}

.event-topbar-title {
    height: 80px;
    padding: 15px 45px;
    border-bottom: 1px solid #eaeaea;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.speed {
    font-size: 60px;
    font-weight: 700;
    color: #020626;
    line-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    font-family: "Unbounded", sans-serif;
}

.speed-unit {
    text-transform: uppercase;
    font-size: 15px;
    color: #020626;
    transform: translateY(-15px);
}

.package_title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #020626;
}

.event-img {
    width: 350px;
    height: 280px;
    overflow: hidden;
}

.event-img img {
    width: 100%;
    height: 100%;
}

.event-bootm-box i {
    color: red;
    font-size: 20px;
    margin-right: 10px;
}

.event-bootm-box p {
    color: #fff;
    font-size: 18px;
}

.event-box {
    border-top: 1px solid #eaeaea;
    text-align: center;
    padding: 12px 50px;
}

.event-bootm-box {
    background: #14133b;
    border-radius: 0px 0px 40px 40px;
    min-height: 60px;
    padding: 15px 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.event-bootm-box span {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
}

.event_middile {
    height: 200px;
}

.event-card .list-unstyled {
    padding: 25px 45px;
    margin-bottom: 0;
}

.event-card .list-unstyled li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.event-card .list-unstyled> :last-child {
    margin-bottom: 0;
}

.event-card .list-unstyled span i {
    color: #fff;
    font-size: 6px;
    margin-right: 5px;
    background-color: #E10718;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
}

.event-content h2 {
    color: #fff;
}

.event-content p {
    color: #C4C4C4;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 80px 0 0;
}


.event-content .section-title h2 {
    color: #fff;
}

.event-content .section-title span.title-shadow {
    color: #fdfdfd26;
}

.main-course {
    padding: 0px 0 30px 0;
}

.course-tag {
    min-height: 45px;
    background: #ffeef0;
    border-radius: 40px;
    padding: 9px 25px;
    color: #0d0c0c;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    margin-bottom: 20px;
}

.main-course .title-content {
    font-size: 18px;
    font-weight: 500;
    padding: 15px 50px 15px 0px;
}

.course-title-list {
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.course-title-list i {
    color: #E10718;
    font-size: 30px;
    margin-right: 20px;
}

.research-content p {
    color: #fff;
}

.r-img img {
    height: 100%;
}

.team-content span {
    font-size: 15px;
    line-height: 18px;
}


.features-img img {
    /* width: 90px !important; */
}



.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    /* background: red; */
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    /* background: red; */
    z-index: -1;
}

.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.sub-heading {
    font-size: 25px !important;
}


@media screen and (max-width:577px) {
    .section-title {
        display: inline-block !important;
    }

    .row {
        margin-right: 0px !important;
    }

    .faq_tittle{
        display: inline-block !important;
    }
}

@media screen and (max-width:820px) {
    .cntc {
        display: block !important;
        justify-content: space-between;
    }
}


.read-btn{
    padding: 8px;
    background: red;
    border-radius: 5px;
    color: #fff;
}

.result-heading{
    font-size: 14px !important;
    margin-bottom: 0px !important;
}

.result_img img{
    height: unset !important;
}
