/*
Theme Name: BiosCope
Author: ThemeLayer
Author URI: http://themelayer.com
Version: 1.0
*/
/*
|----------------------------------------------------------------------------
| CSS INDEX
|----------------------------------------------------------------------------
	1.0 - General Styles
		1.1 - Alignments
		1.2 - Galleries
		1.3 - Fixed margin
		1.4 - Fixed padding
		1.5 - Fixed Button Style
		1.6 - page header
	2.0 - Main navbar
*/
/*-------------------------
	1.0 - General Styles
--------------------------*/
body {
    font-family: "Open Sans", sans-serif;
    line-height: 100%;
    font-size: 14px;
    line-height: 26px;
    color: #606060;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", sans-serif;
    color: #081827;
}

h1 {
    font-size: 40px;
    font-weight: 400;
}

h2 {
    font-size: 36px;
    font-weight: 400;
}

h3 {
    font-size: 30px;
    font-weight: 400;
}

h4 {
    font-size: 24px;
    font-weight: 400;
}

h5 {
    font-size: 22px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #606060;
}

a {
    color: #081827;
}

a:hover {
    text-decoration: none;
    color: #081827;
}

.btn {
    border: 0;
    border-radius: 35px;
    color: #fff;
    padding: 9px 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 0;
}

.btn:hover, .btn:active, .btn:focus {
    outline: 0;
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-yellow {
    background: #ffab00;
    color: #ffffff;
    border: 1px solid #ffab00 !important;
}

.btn-yellow:hover, .btn-yellow:active, .btn-yellow:hover {
    color: #ffffff;
    background-color: rgba(255, 171, 0, 0.88);
    border: 1px solid #ffab00 !important;
}

.btn-transparent {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff !important;
}

.btn-transparent:hover, .btn-transparent:active, .btn-transparent:hover {
    border: 1px solid #ffab00 !important;
    color: #ffffff;
    background: #ffab00;
}

.btn-white {
    background: #ffffff;
    color: #020d18;
    border: 1px solid #020d18 !important;
}

.btn-white:hover, .btn-white:active, .btn-white:hover {
    border: 1px solid #ffab00 !important;
    color: #ffffff;
    background: #ffab00;
}

.see-all-btn {
    position: relative;
    padding-right: 22px;
}

.see-all-btn:after {
    background-image: url(../images/section-arrow.png);
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 17px;
    width: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.see-all-btn:hover:after {
    right: -4px;
}

.section-title h2 {
    float: left;
    position: relative;
    padding-left: 27px;
}

.section-title h2:after {
    content: '';
    position: absolute;
    height: 45px;
    width: 3px;
    left: 0;
    top: 0;
    background: #ffab00;
}

.section-title a {
    float: right;
    padding-top: 12px;
    font-weight: 600;
    position: relative;
    padding-right: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-title a:not(.popupxf):after {
    background-image: url(../images/section-arrow.png);
    position: absolute;
    content: '';
    right: 0;
    top: 16px;
    height: 17px;
    width: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-title a:hover:after {
    right: -4px;
}

.section-title-two h2 {
    color: #ffffff;
    margin-bottom: 16px;
}

.section-title-two p {
    color: #ffffff;
    margin-bottom: 70px;
}

.section-title-3 {
    border-left: 4px solid #ffab00;
    line-height: 40px;
    padding-left: 17px;
}

.owl-nav .owl-next, .owl-nav .owl-prev {
    padding: 0 !important;
    background: none !important;
    margin: 0 !important;
}

.owl-nav .owl-next:focus, .owl-nav .owl-prev:focus {
    outline: 0 !important;
}

.owl-dot:focus {
    outline: 0 !important;
}

/*----------------------------------
	1.4 - fixed bg images
-----------------------------------*/
.main-slider .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 242px 0;
}

.page-title-bg {
    background-image: url(../images/page-title.png);
    background-position: center center;
    background-size: cover;
}

.footer-bg {
    background: #f5f5f5;
}

.bg-fact {
    background-image: url(../images/fact-bg.png);
    background-position: center center;
    background-size: cover;
}

.call-to-action-bg {
    background-image: url(../images/call-to-action.png);
    background-position: center center;
    background-size: cover;
}

.testimonial-bg {
    background-image: url(../images/testimonial-bg.png);
    background-position: center center;
    background-size: cover;
}

.award-bg {
    background-image: url(../images/award.png);
    background-position: center center;
    background-size: cover;
}

.upcomming-trailer-bg {
    background-image: url(../images/4.png);
    background-position: center center;
    background-size: cover;
}

/*----------------------------------
	1.4 - All padding styles
-----------------------------------*/
.mg-top--30 {
    margin-top: -30px;
}

.border-dash {
    border-bottom: 1px dashed #9b9b9b;
}

.section-title {
    margin-bottom: 110px;
}

.section-title-2 {
    margin-bottom: 68px;
}

.section-title-3 {
    margin-bottom: 30px;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.default-padding {
    padding: 120px 0;
}

.default-padding-1 {
    padding: 120px 0 90px;
}

.default-padding-2 {
    padding: 115px 0 120px 0;
}

.default-padding-3 {
    padding: 110px 0 120px 0;
}

.default-padding-4 {
    padding: 90px 0;
}

.default-padding-5 {
    padding: 110px 0 80px 0;
}

.default-padding-6 {
    padding: 90px 0 120px 0;
}

.default-padding-7 {
    padding: 120px 0 115px 0;
}

.mg-top-90 {
    margin-top: 90px;
}

.mg-top-100 {
    margin-top: 100px;
}

.mg-bottom-30 {
    margin-bottom: 30px;
}

.mg-bottom-90 {
    margin-bottom: 90px;
}

.mg-bottom-120 {
    margin-bottom: 120px;
}

@media all and (max-width: 991px) {
    .pd-top-add {
        padding-top: 50px;
    }

    .mg-bottom-add {
        margin-bottom: 100px !important;
    }

    .mg-b768-remove {
        margin-bottom: 0 !important;
    }

    .section-title {
        margin-bottom: 80px;
    }

    .mg-bottom-991 {
        margin-bottom: 0 !important;
    }

    .default-padding {
        padding: 100px 0;
    }

    .default-padding-1 {
        padding: 100px 0 70px;
    }

    .default-padding-2 {
        padding: 95px 0 100px 0;
    }

    .default-padding-3 {
        padding: 90px 0 100px 0;
    }

    .default-padding-4 {
        padding: 90px 0;
    }

    .default-padding-5 {
        padding: 90px 0 60px 0;
    }

    .default-padding-6 {
        padding: 70px 0 100px 0;
    }

    .default-padding-7 {
        padding: 100px 0 90px 0;
    }

    .mg-bottom-120 {
        margin-bottom: 100px;
    }
}

@media all and (max-width: 767px) {
    .mg-bottom-remove {
        margin-bottom: 0 !important;
    }

    .section-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 30px;
        padding-left: 0;
        padding-top: 3px;
        display: block;
        float: none;
        margin-bottom: 4px;
    }

    .section-title h2:after {
        display: none;
    }

    .section-title a {
        display: inline-block;
        float: none;
    }
}

.dark {
    background-color: #1f1f1f;
    color: #dddddd;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p, .dark ul, .dark ol {
    color: #dddddd;
}

.dark .section-title h2, .dark .section-title a {
    color: #dddddd;
}

.dark .widget {
    background: #2b2b2b;
}

.dark .widget .see-all-btn {
    color: #fefefe;
}

.dark .widget.widget_tag a {
    color: #fefefe;
}

.dark .show-time-tab .price-select-btn {
    background: #4d4d4d;
}

.dark .show-time-tab .price-select-btn .custom-select {
    border: 1px solid #4d4d4d;
    color: #9b9b9b;
}

/*---------------------------------------------------
	2.0 - Header style
----------------------------------------------------*/
.header-top-bar {
    color: #606060;
    height: 50px;
    line-height: 50px;
    background: #f5f5f5;
}

.header-top-bar i {
    color: #ffab00;
    margin-right: 8px;
}

.header-top-bar .divide-bar {
    padding: 0 13px;
}

.header-top-bar .menu-top-info {
    float: right;
}

.header-top-bar-dark {
    background-color: #1f1f1f;
    color: #dddddd;
}

.header-top-bar-dark a {
    color: #dddddd;
}

.navbar-search-form {
    position: relative;
}

.navbar-search-form .custom-select-wrap {
    position: relative;
    position: absolute;
    left: 0;
    width: 105px;
    height: 99%;
    cursor: pointer;
}

.navbar-search-form .custom-select-wrap .custom-select {
    background: none;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #bababa;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    padding: 0 13px 0 18px;
    cursor: pointer;
}

.navbar-search-form .custom-select-wrap:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    right: 13px;
    line-height: 60px;
    top: 50%;
    margin-top: -29px;
    color: #ffab00;
}

.navbar-search-form input {
    height: 44px;
    border: 1px solid #bababa;
    padding: 0 65px 0 20px;
    width: 400px;
    border-radius: 30px;
}

.navbar-search-form input:focus {
    outline: 0 !important;
}

.navbar-search-form .search-submit {
    width: 55px;
    height: 44px;
    border: 0;
    background: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    border-left: 1px solid #bababa;
    color: #ffab00;
    cursor: pointer;
}

.navbar-search-form .search-submit i {
    padding-right: 4px;
}

.navbar-search-form .search-submit:focus {
    outline: 0 !important;
}

.movie-navbar .widget {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 30px;
}

.smm-widget-area .widget.smm-widget-list h4.smm-widget-title {
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
}

.navbar.sm-navbar ul.navbar-nav > li > a {
    font-family: "Open Sans", sans-serif;
}

@media all and (min-width: 1200px) {
    .movie-navbar-two {
        margin-top: 17px;
    }
}

@media (min-width: 992px) {
    .movie-navbar.sm-navbar ul.navbar-nav > li > a {
        padding: 32px 15px;
    }

    .movie-navbar-two {
        position: absolute !important;
        z-index: 999;
        width: 100%;
        background: transparent !important;
        border-bottom: 0 !important;
    }

    .movie-navbar-two .brand-small {
        display: none;
    }

    .movie-navbar-two .navbar-search-form input {
        background: transparent;
        color: #ffffff !important;
    }

    .movie-navbar-two .navbar-search-form .custom-select-wrap .custom-select {
        color: #ffffff !important;
    }

    .movie-navbar-two .navbar-search-form .custom-select-wrap .custom-select option {
        color: #495057 !important;
    }

    .movie-navbar-two ul.navbar-nav > li > a {
        color: #ffffff !important;
    }

    .navbar-dark {
        background-color: #1f1f1f !important;
        border-bottom: 1px solid #1f1f1f !important;
        border-top: 1px solid #383838 !important;
    }

    .navbar-dark .light-logo {
        display: none;
    }

    .navbar-dark .navbar-search-form input {
        background: transparent;
        color: #dddddd;
    }

    .navbar-dark .custom-select {
        color: #dddddd;
    }

    .navbar-dark .custom-select option {
        color: #495057 !important;
    }

    .navbar-dark ul.navbar-nav > li > a {
        color: #dddddd !important;
    }

    .navbar-dark .widget {
        background: none !important;
    }

    .movie-navbar-two.navbar-two-dark .widget {
        background: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .navbar-search-form input {
        width: 330px;
    }
}

@media (max-width: 991px) {
    .movie-navbar-two .brand-small {
        display: block;
    }

    .movie-navbar-two .brand-large {
        display: none;
    }

    .header-top-bar i {
        margin-right: 5px;
    }

    .movie-navbar {
        height: 85px;
    }

    .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu > a.slicknav .icon:after {
        margin-left: 12px;
        height: 25px;
    }

    .navbar.sm-navbar ul.navbar-nav li.has-menu-item-submenu > a.slicknav .icon:before {
        width: 25px;
        margin-bottom: -13px;
    }

    .navbar.sm-navbar ul.navbar-nav li.has-menu-item-megamenu > a.slicknav .icon:before {
        width: 25px;
        margin-bottom: -13px;
    }

    .navbar.sm-navbar ul.navbar-nav li.has-menu-item-megamenu > a.slicknav .icon:after {
        margin-left: 12px;
        height: 25px;
    }

    .navbar-search-form input {
        width: 100%;
    }

    .navbar-search-form {
        margin-top: 15px;
    }

    .navbar-dark .dark-logo {
        display: none;
    }

    .navbar-dark .light-logo {
        display: block;
    }
}

@media (max-width: 767px) {
    .header-top-bar {
        height: auto;
        line-height: 28px;
        padding: 7px 0;
        text-align: center;
        font-size: 12px;
    }

    .menu-top-contact {
        display: block;
    }

    .header-top-bar .menu-top-info {
        float: none;
    }
}

@media (max-width: 414px) {
    .header-top-bar {
        font-size: 12px;
        line-height: 27px;
        padding: 4px 0;
    }

    .header-top-bar .divide-bar {
        padding: 0 10px;
    }

    .header-top-bar i {
        margin-right: 5px;
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 99999;
    text-align: center;
    /* makes sure it stays on top */
}

@media (max-width: 767px) {
    #preloader img {
        margin-bottom: 50px;
    }
}

#status {
    position: relative;
    width: 70px;
    height: 70px;
    top: 50%;
    margin: 0 auto;
    right: 35px;
    margin-top: -35px;
}

#status span {
    position: absolute;
    border-radius: 999px;
}

#status span:nth-child(1) {
    border: 5px solid #1f1f1f;
    border-top: 5px solid transparent;
    width: 70px;
    height: 70px;
    -webkit-animation: spin1 2s infinite linear;
    animation: spin1 2s infinite linear;
}

#status span:nth-child(2) {
    border: 5px solid #2b2b2b;
    border-top: 5px solid transparent;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    -webkit-animation: spin2 1s infinite linear;
    animation: spin2 1s infinite linear;
    margin-left: 35px;
}

@-webkit-keyframes spin1 {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0.75;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
}

@keyframes spin1 {
    0% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 1;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 0.75;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 0.75;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 0.75;
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        opacity: 0.75;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        opacity: 0.75;
    }
}

/*---------------------------------------------------
	2.0 - main slider style
----------------------------------------------------*/
.main-slider .entry-tag {
    list-style: none;
    padding-left: 6px;
    margin-bottom: 0;
}

.main-slider .entry-tag li {
    display: inline-block;
}

.main-slider .entry-tag li span {
    color: #ffffff;
    padding: 0 8px;
}

.main-slider .entry-tag li {
    color: #ffffff;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.main-slider .entry-tag li a {
    color: #ffffff;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.main-slider .slider-title {
    color: #ffffff;
    font-size: 72px;
}

.main-slider .slider-title span {
    font-size: 18px;
    font-weight: 300;
}

.main-slider .play-btn {
    display: inline-block;
    margin-right: 30px;
    font-size: 20px;
    margin-left: 6px;
}

.main-slider .movie-rating {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
}

.main-slider .movie-rating span {
    font-size: 12px;
}

.main-slider .movie-rating i {
    margin-right: 10px;
}

.main-slider i {
    color: #ffab00;
}

.main-slider .owl-item.active .entry-tag {
    -webkit-animation: 1.5s .3s fadeInLeft both;
    animation: 1.5s .3s fadeInLeft both;
}

.main-slider .owl-item.active .slider-title {
    -webkit-animation: 1.5s .7s fadeInLeft both;
    animation: 1.5s .7s fadeInLeft both;
}

.main-slider .owl-item.active .play-btn {
    -webkit-animation: 1.5s 1s fadeInLeft both;
    animation: 1.5s 1s fadeInLeft both;
}

.main-slider .owl-item.active .movie-rating {
    -webkit-animation: 1.5s 1.4s fadeInLeft both;
    animation: 1.5s 1.4s fadeInLeft both;
}

.main-slider .owl-nav .owl-prev {
    left: 65px;
    top: 50%;
    margin-top: -28px !important;
    position: absolute;
}

.main-slider .owl-nav .owl-next {
    right: 65px;
    top: 50%;
    margin-top: -28px !important;
    position: absolute;
}

@media all and (max-width: 1024px) {
    .main-slider .slider-title {
        font-size: 60px;
    }
}

@media all and (max-width: 991px) {
    .main-slider .item {
        text-align: center;
        padding: 200px 0;
    }
}

@media all and (max-width: 767px) {
    .main-slider .item {
        padding: 115px 0 145px 0;
    }

    .main-slider .item .slider-title {
        font-size: 40px;
        line-height: 33px;
        margin-top: 12px;
    }

    .main-slider .owl-nav {
        margin-top: -60px;
        position: -webkit-sticky;
        position: sticky;
    }

    .main-slider .owl-nav .owl-next, .main-slider .owl-nav .owl-prev {
        position: inherit;
        margin: 0 10px !important;
    }
}

/*---------------------------------------------------
	2.0 - main slider Two
----------------------------------------------------*/
.main-slider-two {
    list-style-type: none;
    padding: 0;
}

.main-slider-two .item {
    position: relative;
}

.main-slider-two .item .slide-details {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -32%);
    -ms-transform: translate(-50%, -32%);
    transform: translate(-50%, -32%);
    text-align: center;
    color: #fff;
}

.main-slider-two .item .slide-details .slide-title {
    font-size: 72px;
    color: #ffffff;
    margin-bottom: 34px;
}

.main-slider-two .item .slide-details .slide-sub-title {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 5px;
}

.main-slider-two .owl-item.active .slide-sub-title {
    -webkit-animation: 1.5s .3s fadeInUp both;
    animation: 1.5s .3s fadeInUp both;
}

.main-slider-two .owl-item.active .slide-title {
    -webkit-animation: 1.5s .6s fadeInUp both;
    animation: 1.5s .6s fadeInUp both;
}

.main-slider-two .owl-item.active .btn {
    -webkit-animation: 1.5s 1s fadeInUp both;
    animation: 1.5s 1s fadeInUp both;
}

.main-slider-two .owl-nav .owl-prev {
    left: 65px;
    top: 50%;
    margin-top: -28px !important;
    position: absolute;
}

.main-slider-two .owl-nav .owl-next {
    right: 65px;
    top: 50%;
    margin-top: -28px !important;
    position: absolute;
}

@media all and (max-width: 1024px) {
    .main-slider-two .item .slide-details {
        -webkit-transform: translate(-50%, -28%);
        -ms-transform: translate(-50%, -28%);
        transform: translate(-50%, -28%);
    }

    .main-slider-two .owl-nav .owl-next {
        margin-top: 14px !important;
    }

    .main-slider-two .owl-nav .owl-prev {
        margin-top: 14px !important;
    }
}

@media all and (max-width: 991px) {
    .main-slider-two .item .slide-details .slide-sub-title {
        font-size: 20px;
    }

    .main-slider-two .item .slide-details .slide-title {
        font-size: 40px;
    }
}

@media all and (max-width: 767px) {
    .main-slider-two .owl-nav .owl-prev {
        left: 50%;
        bottom: -135px;
        margin-top: -28px !important;
        position: absolute;
        margin-left: -30px !important;
    }

    .main-slider-two .owl-nav .owl-next {
        left: 50%;
        bottom: -135px;
        margin-top: -28px !important;
        position: absolute;
        margin-left: 10px !important;
    }

    .main-slider-two .thumbx {
        height: 440px;
    }

    .main-slider-two .item .slide-details .slide-title {
        font-size: 36px;
    }

    .main-slider-two .item .slide-details {
        -webkit-transform: translate(-50%, -28%);
        -ms-transform: translate(-50%, -28%);
        transform: translate(-50%, -42%);
    }
}

@media all and (max-width: 320px) {
    .main-slider-three .btn-yellow {
        margin-bottom: 10px;
        margin-right: 0 !important;
    }

    .main-slider-two .thumbx {
        height: 410px;
    }
}

/*---------------------------------------------------
	2.0 - main slider Three
----------------------------------------------------*/
.main-slider-three .entry-tag li {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.main-slider-three .entry-tag li.time-calendar {
    margin-right: 24px;
}

.main-slider-three .entry-tag li a {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.main-slider-three .entry-tag li i {
    padding-right: 10px;
}

.main-slider-three .slider-title {
    margin-bottom: 0;
}

.main-slider-three .entry-tag {
    margin-bottom: 26px;
}

.main-slider-three .btn-yellow {
    margin-right: 16px;
}

.main-slider-three i {
    color: #ffab00;
}

.main-slider-three .owl-item.active .slider-title {
    -webkit-animation: 1.5s .3s fadeInLeft both;
    animation: 1.5s .3s fadeInLeft both;
}

.main-slider-three .owl-item.active .entry-tag {
    -webkit-animation: 1.5s .7s fadeInLeft both;
    animation: 1.5s .7s fadeInLeft both;
}

.main-slider-three .owl-item.active .btn-yellow {
    -webkit-animation: 1.5s 1s fadeInLeft both;
    animation: 1.5s 1s fadeInLeft both;
}

.main-slider-three .owl-item.active .btn-transparent {
    -webkit-animation: 1.5s 1.4s fadeInLeft both;
    animation: 1.5s 1.4s fadeInLeft both;
}

/*---------------------------------------------------
	2.0 - about section style
----------------------------------------------------*/
.about-main-thumb {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
}

.about-details {
    margin-top: 28px;
    padding-left: 22px;
}

.about-details .about-title {
    padding-bottom: 11px;
}

.about-details p {
    margin-bottom: 9px;
}

.about-details .about-list {
    padding-left: 0;
    list-style: none;
}

.about-details .about-list i {
    padding-right: 8px;
    color: #ffab00;
}

.about-details .client-slider {
    margin-top: 32px;
}

@media all and (max-width: 1024px) {
    .about-section img {
        width: 100%;
    }

    .about-details2 {
        margin-top: 5px;
        padding-left: 0px;
    }

    .about-section .pulse-video {
        margin-top: -40px;
    }
}

@media all and (max-width: 991px) {
    .about-section .about-details {
        padding-left: 0;
    }

    .about-video-thumb {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 767px) {
    .about-details .about-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media all and (max-width: 320px) {
    .about-section-2 .pulse-video {
        margin-top: -34px;
        margin-left: -28px;
    }
}

.about-details.dark {
    background: #1f1f1f;
    color: #dddddd;
}

.about-details.dark p {
    color: #dddddd;
}

/*---------------------------------------------------
	2.0 - movie post style
----------------------------------------------------*/
.movie-post {
    overflow: hidden;
}

.movie-post .entry-thumbnail {
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
}

.movie-post .entry-thumbnail img {
    -webkit-transition: all 500ms ease;
    -webkit-transform: scale(1);
    -ms-transition: all 500ms ease;
    -ms-transform: scale(1);
    -moz-transition: all 500ms ease;
    -moz-transform: scale(1);
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(1);
}

.movie-post .entry-thumbnail .pulse-video {
    visibility: hidden;
    opacity: 0;
    top: 52.2%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.movie-post .entry-thumbnail:hover .pulse-video {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.movie-post .entry-ticket {
    background: #ffab00;
    color: #ffffff;
    display: inline-block;
    padding: 3px 15px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 2px 2px 0;
    margin-top: 29px;
}

.movie-post .entry-title a {
    color: #ffffff;
}

.movie-post .entry-content {
    position: absolute;
    padding: 5px 15px;
    bottom: 0;
    color: #ffffff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.9)));
    background-image: -moz-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    padding-top: 100px;
}
.movie-post .entry-content h5 {
    font-size: 19px
}

.movie-post .entry-rating i {
    color: #ffab00;
    padding-right: 10px;
}

.movie-post .entry-tag {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.movie-post .entry-tag li {
    display: inline-block;
}

.movie-post .entry-tag li span {
    padding: 0 8px;
}

.movie-post .entry-tag li a {
    color: #ffffff;
}

.movie-post:hover .entry-thumbnail img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.08);
    transform: scale(1.08);
}

.movie-post-slider .owl-nav .owl-prev {
    left: -65px;
    top: 50%;
    margin-top: -28px !important;
    position: absolute;
}

.movie-post-slider .owl-nav .owl-next {
    right: -65px;
    top: 50%;
    margin-top: -28px !important;
    position: absolute;
}

@media all and (max-width: 1024px) {
    .movie-post-slider .owl-nav {
        text-align: center;
    }

    .movie-post-slider .owl-nav .owl-prev, .movie-post-slider .owl-nav .owl-next {
        position: inherit;
        margin: 30px 16px 0 15px !important;
    }
}

.movie-post-area.dark .movie-post .entry-ticket {
    color: #fefefe;
}

.movie-post-area.dark .movie-post .entry-content .entry-rating {
    color: #fefefe;
}

.movie-post-area.dark .movie-post .entry-content .entry-rating i {
    color: #ffab00;
}

/*---------------------------------------------------
	2.0 - movie Trailer style
----------------------------------------------------*/
/****  vaideo player container ****/
.vid-container {
    position: relative;
    padding-top: 30px;
    height: 0;
    width: 70%;
    float: left;
}

.vid-container iframe, .vid-container object, .vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 415px;
    border: 0 !important;
}

/**** video player ****/
.vid-list-wrap {
    width: 30%;
    overflow: hidden;
    float: right;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.1);
}

.vid-list-container {
    height: 360px;
    padding: 0 7px 20px 0;
}

ol#vid-list {
    margin: 0;
    padding: 0;
}

ol#vid-list li {
    list-style: none;
}

ol#vid-list li a {
    text-decoration: none;
    height: 68px;
    display: block;
    padding: 7px 0;
    position: relative;
}

.vid-thumb {
    float: left;
    margin-right: 8px;
}

.vid-thumb img {
    width: 72px;
}

ol#vid-list li a:before {
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #444;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -7px;
    display: none;
}

ol#vid-list li a:hover:before {
    display: block;
}

ol#vid-list li a.active:before {
    display: block;
}

.trailer-details {
    margin-top: -4px;
    display: inherit;
}

.trailer-details .title {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}

.trailer-details span {
    font-size: 12px;
    margin: 0;
    line-height: 20px;
    display: block;
}

.trailer-title {
    border-bottom: 1px solid #eeeeee;
}

.trailer-title h6 {
    font-size: 18px;
    padding: 16px 0 9px 0;
    display: inline-block;
    padding-left: 35px;
    padding-right: 15px;
}

.trailer-title .auto-play-btn {
    float: right;
    right: 15px;
}

.trailer-scroll {
    height: 360px !important;
    padding-top: 14px;
}

.trailer-scroll .mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
}

.trailer-scroll .mCSB_container {
    padding-left: 35px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 15px;
    margin-top: 19px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: -7px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    left: 4px;
    bottom: 3px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #ffab00;
}

input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #ffab00;
    box-shadow: 0 0 1px #ffab00;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media all and (max-width: 1024px) {
    .vid-container {
        width: 68%;
    }

    .vid-list-wrap {
        width: 32%;
    }
}

@media all and (max-width: 991px) {
    .vid-container {
        width: 100%;
    }

    .vid-list-wrap {
        width: 100%;
        margin-top: 285px;
    }

    .vid-container iframe {
        min-height: 300px;
    }

    .flip-clock-wrapper {
        margin: 0;
    }
}

@media all and (max-width: 767px) {
    .vid-container {
        width: 100%;
    }

    .vid-list-wrap {
        width: 100%;
        margin-top: 385px;
    }

    .vid-container iframe {
        min-height: 300px;
    }

    .vid-list-wrap {
        width: 100%;
        margin-top: 285px;
    }

    .upcomming-trailer-slider .details .actor {
        margin-bottom: 40px !important;
    }
}

@media all and (max-width: 375px) {
    .movie-time-down {
        margin: 0 25px;
    }
}

@media all and (max-width: 320px) {
    .movie-time-down {
        margin: 0;
    }
}

.trailer-section.dark .vid-list-wrap {
    background: #2b2b2b;
}

.trailer-section.dark .vid-list-wrap .company {
    color: #a1a1a1;
}

.trailer-section.dark .vid-list-wrap span, .trailer-section.dark .vid-list-wrap p {
    color: #a1a1a1;
}

.trailer-section.dark .vid-list-wrap ol#vid-list li a:before {
    border-left: 12px solid #dddddd !important;
}

.trailer-section.dark .trailer-title {
    border-bottom: 1px solid #383838 !important;
}

.trailer-section.dark .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #383838 !important;
}

/*---------------------------------------------------
	2.0 - Monthly movie style
----------------------------------------------------*/
.single-month {
    position: relative;
}

.single-month .entry-thumbnail {
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
    overflow: hidden;
}

.single-month .entry-thumbnail img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    -webkit-transform: scale(1);
    -ms-transition: all 500ms ease;
    -ms-transform: scale(1);
    -moz-transition: all 500ms ease;
    -moz-transform: scale(1);
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(1);
}

.single-month .entry-ticket {
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    margin-top: 30px;
}

/*.single-month .entry-ticket span {
      background: #ffab00;
      color: #ffffff;
      padding: 3px 12px;
      float: left;
      border-radius: 0 2px 2px 0; }*/
.single-month .entry-ticket .entry-rating {
    color: #ffffff;
    float: right;
}

.single-month .entry-ticket .entry-rating i {
    color: #ffab00;
    padding-right: 10px;
}

.single-month .entry-title a {
    color: #ffffff;
}

.single-month .entry-content {
    position: absolute;
    padding: 5px 15px;
    bottom: 0;
    color: #ffffff;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.9)));
    background-image: -moz-linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,.9) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    padding-top: 100px;
}

.single-month .entry-tag {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.single-month .entry-tag li {
    display: inline-block;
}

.single-month .entry-tag li span {
    padding: 0 8px;
}

.single-month .entry-tag li a {
    color: #ffffff;
}

.single-month .release-date span {
    color: #ffab00;
}

.single-month:hover .entry-thumbnail img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

@media all and (max-width: 991px) {
    .single-month {
        margin-bottom: 30px;
    }
}

@media all and (max-width: 767px) {
    .single-month .entry-ticket {
        margin-top: 17px;
    }

    .single-month .pulse-video {
        margin-top: -45px;
    }
}

@media all and (max-width: 320px) {
    .single-month .entry-ticket {
        right: 12px;
        margin-top: 10px;
    }

    .single-month .entry-content {
        left: 20px;
        bottom: 7px;
    }

    .single-month .entry-content .entry-tag li a {
        font-size: 12px;
    }

    .single-month .entry-content .entry-title {
        font-size: 18px;
    }

    .single-month .entry-content .release-date {
        font-size: 12px;
    }

    .single-month .pulse-video {
        margin-left: -18px;
    }

    .single-month .pulse-video .btn-video {
        font-size: 18px;
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .single-month .pulse-video .btn-video:after {
        width: 50px;
        height: 50px;
        top: -7px;
        left: -7px;
    }

    .single-month .pulse-video .btn-video i {
        padding-left: 4px;
    }
}

.monthly-movie-section.dark .single-month .entry-ticket span {
    color: #fefefe;
}

/*---------------------------------------------------
	2.0 - video btn style
----------------------------------------------------*/
.pulse-video {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -35px;
}

.pulse-video .btn-video {
    display: inline-block !important;
    font-size: 24px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #ffffff;
    z-index: 9999;
    cursor: pointer;
    -webkit-animation: pulse 2s ease-out;
    -webkit-animation-iteration-count: infinite;
}

.pulse-video .btn-video i {
    padding-left: 7px;
    color: #ffab00;
}

.pulse-video .btn-video:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -webkit-animation: sploosh 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-animation-iteration-count: infinite;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pulse-video .btn-video:after {
    content: '';
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: -10px;
    left: -10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.pulse-video .btn-video:focus {
    outline: none;
    color: #ffffff;
}

.pulse-video .btn-video:hover {
    color: #ffffff !important;
}

.pulse-video .btn-video:hover::after {
    height: 90px;
    width: 90px;
    left: -20px;
    top: -20px;
}

.pulse-video-2 .btn-video {
    color: #ffffff;
    background: #ffab00;
}

.pulse-video-2 .btn-video i {
    color: #ffffff;
}

.pulse-video-2 .btn-video:after {
    background: rgba(255, 171, 0, 0.2);
}

.pulse-video-2 .btn-video:focus {
    color: #ffffff;
}

.pulse-video-2 .btn-video:hover {
    color: #ffffff !important;
}

.pulse-video-3 .btn-video:after {
    width: 42px;
    height: 42px;
    top: -5px;
    left: -5px;
}

.pulse-video-3 .btn-video {
    font-size: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.pulse-video-3 .btn-video:hover::after {
    height: 50px;
    width: 50px;
    left: -9px;
    top: -9px;
}

.pulse-video-3 .btn-video i {
    padding-left: 4px;
}

.pulse-video-3 {
    margin-left: -21px;
}

/*---------------------------------------------------
	2.0 - testimonial-section style
----------------------------------------------------*/
.testimonial-section .item {
    padding: 30px 0;
}

.testimonial-section .client-details {
    position: relative;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.08);
    box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.08);
    padding: 28px 30px 12px 65px;
    margin-right: 20px;
    margin-left: 50px;
    background: #ffffff;
}

.testimonial-section .client-details .media-left {
    position: absolute;
    top: 50%;
    left: -46px;
    margin-top: -45px;
    width: auto !important;
    border-radius: 50%;
}

.testimonial-section .client-details .media-body {
    padding-left: 12px;
}

.testimonial-section .client-details .media-body .content {
    margin-bottom: 22px;
}

.testimonial-section .client-details .media-body .author {
    display: inline-block;
}

.testimonial-section .client-details .media-body .media-heading {
    margin-bottom: 5px;
}

.testimonial-section .client-details .media-body .designation {
    font-size: 12px;
}

.testimonial-section .client-details .media-body .rating {
    float: right;
    font-size: 18px;
    color: #3199de;
}

.testimonial-slider .owl-dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-top: 35px;
    margin-left: -25px;
}

.testimonial-slider .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    font-size: 32px;
    background: #e1e1e1;
    margin: 0 5px;
}

.testimonial-slider .owl-dots .owl-dot span:hover {
    background: #ffab00;
}

.testimonial-slider .owl-dots .owl-dot.active span {
    background: #ffab00;
}

@media all and (max-width: 991px) {
    .testimonial-slider .owl-dots {
        margin-left: -55px;
    }

    .testimonial-three-slider .thumb:after {
        margin-top: -40px !important;
    }
}

@media all and (max-width: 767px) {
    .testimonial-section .client-details {
        padding: 0;
        margin-right: 9px;
        margin-left: 9px;
        display: inherit;
        text-align: center;
    }

    .testimonial-section .client-details .media-left {
        position: inherit;
        left: 50%;
        margin-top: -15px;
        padding-top: 25px;
        padding-bottom: 15px;
        margin-left: -45px;
    }

    .testimonial-slider .owl-dots {
        margin-left: -67px;
    }

    .testimonial-section .client-details .media-body {
        padding: 0 16px;
    }
}

.testimonial-section.dark .client-details {
    background: #2b2b2b;
}

.testimonial-section.dark .client-details .author p {
    color: #a1a1a1;
}

/*---------------------------------------------------
	2.0 - testimonial two section style
----------------------------------------------------*/
.testimonial-two {
    padding-top: 63px;
    padding-bottom: 56px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.08);
    box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.08);
}

.testimonial-two img {
    width: auto !important;
    display: inline-block !important;
    border-radius: 50%;
}

.testimonial-two p {
    color: #ffffff;
    padding-bottom: 19px;
}

.testimonial-two h5 {
    color: #ffffff;
    margin-top: 16px;
}

/*---------------------------------------------------
	2.0 - box-office style
----------------------------------------------------*/
.movie-box-office img {
    width: auto;
}

.movie-box-office .table {
    margin-bottom: 0;
}

.movie-box-office .table tr {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 58, 115, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 58, 115, 0.1);
    margin-bottom: 35px;
    display: table;
    width: 100%;
}

.movie-box-office .table th {
    vertical-align: middle;
    border: 0;
    padding: 0 20px 0 0;
}

.movie-box-office .table th.thumb {
    padding: 0 0px 0 0;
}

.movie-box-office .table td {
    vertical-align: middle;
    border: 0;
}

.movie-box-office .entry-tag {
    list-style: none;
    padding: 0;
    margin: 0;
}

.movie-box-office .entry-tag li {
    display: inline-block;
}

.movie-box-office .entry-tag li a {
    color: #9b9b9b;
}

.movie-box-office .entry-tag li span {
    padding: 0 5px;
    color: #9b9b9b;
}

@media all and (max-width: 991px) {
    .movie-box-office {
        margin-bottom: 80px;
    }
}

@media all and (max-width: 767px) {
    .movie-box-office .table tr {
        margin-bottom: 15px;
    }

    .movie-box-office .table th {
        padding: 0px 7px 0 10px;
    }

    .movie-box-office .thumb {
        display: none;
    }

    .movie-box-office .week {
        display: none;
    }

    .movie-box-office .entry-title {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .movie-box-office .entry-tag li a {
        color: #9b9b9b;
        font-size: 12px;
    }
}

.box-office-section.dark .movie-box-office .table tr {
    background: #2b2b2b;
}

.box-office-section.dark .movie-box-office .table tr .entry-title a {
    color: #dddddd;
}

.box-office-section.dark .movie-box-office .entry-tag li a {
    color: #a1a1a1;
}

.box-office-section.dark .celebrities-area {
    background: #2b2b2b;
}

.box-office-section.dark .celebrities-area .media span {
    color: #a1a1a1;
}

.box-office-section.dark .see-all-btn {
    color: #dddddd;
}

/*---------------------------------------------------
	2.0 - celebrities style
----------------------------------------------------*/
.celebrities-area {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.1);
    padding: 35px 30px;
}

.celebrities-area .media {
    margin-bottom: 30px;
}

.celebrities-area .media .media-body {
    padding: 12px 0 0 25px;
}

.celebrities-area img {
    width: auto;
}

/*---------------------------------------------------
	2.0 - fun fact style
----------------------------------------------------*/
.fact-section {
    padding-top: 100px;
    padding-bottom: 80px;
}

.fact-details img {
    padding-bottom: 20px;
}

.fact-details .fact-count {
    font-size: 24px;
    color: #ffffff;
    font-family: "Ubuntu", sans-serif;
    padding-bottom: 11px;
    color: #ffab00;
    position: relative;
}

.fact-details .fact-count:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 45px;
    background: gray;
    bottom: -3px;
    left: 50%;
    margin-left: -22px;
}

.fact-details .fact-info {
    font-size: 24px;
    color: #ffffff;
    font-family: "Ubuntu", sans-serif;
}

@media all and (max-width: 767px) {
    .fact-details {
        margin-bottom: 60px;
    }
}

/*---------------------------------------------------
	2.0 - call to Action style
----------------------------------------------------*/
.call-to-action {
    padding: 60px 0 60px 0;
}

.call-to-action h2 {
    color: #ffffff;
    display: inline-block;
    font-style: italic;
}

.call-to-action a {
    float: right;
    margin: 0 10px;
}

.call-to-action-two {
    text-align: center;
    padding: 95px 0 100px 0;
}

.call-to-action-two h5 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 5px;
}

.call-to-action-two h2 {
    color: #ffffff;
    margin-bottom: 20px;
}

.call-to-action-two p {
    color: #ffffff;
    margin-bottom: 37px;
}

@media all and (max-width: 991px) {
    .call-to-action {
        text-align: center;
    }

    .call-to-action h2 {
        display: block;
        margin-bottom: 25px;
    }

    .call-to-action a {
        float: none;
    }

    .call-to-action-two h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .call-to-action-two h2 {
        font-size: 24px;
    }

    .call-to-action-two p {
        margin-bottom: 26px;
    }
}

@media all and (max-width: 767px) {
    .call-to-action h2 {
        font-size: 26px;
    }

    .call-to-action a {
        float: none;
    }
}

@media all and (max-width: 400px) {
    .call-to-action a {
        margin-bottom: 10px;
    }
}

/*---------------------------------------------------
	2.0 - video play style
----------------------------------------------------*/
.player-container {
    min-width: 290px !important;
}

.video-play-list {
    padding-bottom: 46%;
}

.video-play-list .iframe {
    height: 550px;
}

.mlvp-list-container .desc {
    display: none;
}

.mlvp-list-container .vid-item .thumb {
    position: relative;
}

.mlvp-list-container .vid-item .thumb:after {
    content: '';
    position: absolute;
    background-image: url(../images/play-btn.png);
    top: 50%;
    left: 50%;
    margin-left: -20px;
    z-index: 9999;
    margin-top: -20px;
    height: 41px;
    width: 41px;
    margin-left: -20px;
}

@media all and (max-width: 1024px) {
    .video-play-list {
        padding-bottom: 55%;
    }
}

@media all and (max-width: 991px) {
    .video-play-list {
        padding-bottom: 75%;
    }
}

@media all and (max-width: 767px) {
    .video-play-list .iframe {
        height: 250px;
    }

    .video-play-list {
        padding-bottom: 53%;
    }
}

@media all and (max-width: 767px) {
    .video-play-list .iframe {
        height: 250px;
    }

    .video-play-list {
        padding-bottom: 53%;
    }
}

@media all and (max-width: 400px) {
    .video-play-list {
        padding-bottom: 65%;
    }

    .mlvp-list-container .vid-item {
        width: 127px;
    }

    .mlvp-arrows {
        display: block !important;
    }

    .mlvp-arrow-left {
        left: 41% !important;
        top: 72px !important;
    }

    .mlvp-arrow-right {
        right: 41%;
        top: 72px;
    }
}

/*---------------------------------------------------
	2.0 - series-details style
----------------------------------------------------*/
.series-details .entry-thumb {
    margin-bottom: 23px;
    position: relative;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
}

.series-details .entry-thumb .play-btn-img {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: 51.5%;
    margin-top: -19px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.series-details .entry-thumb .play-btn-img a {
    outline: 0;
}

.series-details .entry-thumb:hover .play-btn-img {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.series-details .entry-ticket {
    background: #ffab00;
    color: #ffffff;
    display: inline-block;
    padding: 3px 15px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 2px 2px 0;
    margin-top: 29px;
}

.series-details .entry-content {
    left: 20px;
    bottom: 0;
}

.series-details .entry-content .entry-title {
    margin-bottom: 0;
}

.series-details .entry-rating {
    margin-bottom: 4px;
}

.series-details .entry-rating i {
    color: #ffab00;
    padding-right: 10px;
}

.series-details .entry-tag {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

.series-details .entry-tag li {
    display: inline-block;
}

.series-details .entry-tag li span {
    padding: 0 8px;
}

/*---------------------------------------------------
	2.0 - theater-details style
----------------------------------------------------*/
.theater-details {
    position: relative;
    margin-bottom: 26px;
}

.theater-details .entry-thumb .thumb {
    overflow: hidden;
}

.theater-details .entry-thumb .thumb img {
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -webkit-transform: scale(1);
    -ms-transition: all 500ms ease;
    -ms-transform: scale(1);
    -moz-transition: all 500ms ease;
    -moz-transform: scale(1);
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(1);
}

.theater-details .entry-thumb .entry-rating {
    margin-top: -35px;
    visibility: hidden;
    opacity: 0;
    color: #ffffff;
    margin-left: -34px;
    position: absolute;
    bottom: 40px;
    z-index: 9999;
    left: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.theater-details .entry-thumb .entry-rating i {
    color: #ffab00;
    padding-right: 10px;
}

.theater-details .entry-thumb:hover .entry-rating {
    visibility: visible;
    opacity: 1;
}

.theater-details .entry-ticket {
    background: #ffab00;
    color: #ffffff;
    display: inline-block;
    padding: 1px 12px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 2px 2px 0;
    margin-top: 29px;
}

.theater-details .entry-content {
    text-align: center;
    margin-top: 25px;
}

.theater-details .entry-content h5 {
    font-size: 18px;
}

.theater-details:hover .entry-thumb .thumb img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.theater-details:hover .entry-rating {
    bottom: 60px;
}

@media all and (max-width: 767px) {
    .theater-details {
        margin-bottom: 40px;
    }
}

/*---------------------------------------------------
	2.0 - chart-area style
----------------------------------------------------*/
.chart-wrap {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 58, 115, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 58, 115, 0.1);
    padding: 35px 30px 0 30px;
}

.chart-wrap .section-title {
    overflow: hidden;
    margin-bottom: 0;
}

.chart-wrap .section-title h2 {
    font-size: 22px;
    line-height: 45px;
}

.chart-area {
    overflow: hidden;
    padding-bottom: 17px;
    padding-top: 20px;
    border-bottom: 1px dashed #9b9b9b;
}

.chart-area:last-child {
    border-bottom: 0;
}

.chart-area .chart-count {
    width: 13%;
    float: left;
}

.chart-area .chart-count span {
    height: 30px;
    width: 30px;
    background: #081827;
    display: block;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

.chart-area .chart-details {
    width: 87%;
    float: left;
}

.chart-area .chart-details h5 {
    font-size: 18px;
    margin-bottom: 4px;
}

.chart-area .chart-details span {
    color: #9b9b9b;
}

.chart-area .chart-details span i {
    color: #ffab00;
    padding-right: 12px;
}

@media all and (max-width: 1024px) {
    .chart-area .chart-count {
        width: 16%;
    }

    .chart-area .chart-details {
        width: 84%;
    }
}

@media (max-width: 991px) {
    .chart-area .chart-count {
        width: 6%;
    }
}

@media (max-width: 767px) {
    .chart-area .chart-count {
        width: 12%;
    }

    .chart-wrap {
        padding: 35px 25px 0 25px;
    }

    .chart-area .chart-details {
        width: 84%;
        padding-left: 3px;
    }
}

@media (max-width: 375px) {
    .chart-area .chart-details {
        padding-left: 4px;
    }
}

@media (max-width: 320px) {
    .chart-area .chart-count {
        width: 15%;
    }

    .chart-details h5 {
        font-size: 17px !important;
    }
}

/*---------------------------------------------------
	2.0 - sportlight-tab style
----------------------------------------------------*/
.sportlight-tab {
    position: relative;
}

.sportlight-tab .nav {
    border: 0;
}

.sportlight-tab .nav .nav-item {
    padding: 0;
    margin: 0 25px 0 0;
    font-size: 18px;
    color: #606060;
    border-radus: 0;
    border: 0;
}

.sportlight-tab .nav .nav-item:hover {
    border: 0;
}

.sportlight-tab .nav .nav-item.active {
    border: none;
    position: relative;
}

.sportlight-tab .nav .nav-item.active:after {
    content: '';
    height: 1px;
    background: #ffab00;
    width: 30px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.sportlight-tab .tab-controlx {
    display: block;
    position: absolute;
    right: 0;
    bottom: -4px;
}

.sportlight-tab .tab-controlx button {
    height: 24px;
    width: 24px;
    background: 0;
    border: 1px solid #606060;
    border-radius: 50%;
    line-height: 5px;
    color: #ffab00;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.sportlight-tab .tab-controlx button:focus {
    outline: 0;
}

.sportlight-panel .movie-series {
    margin-top: 67px;
}

.sportlight-panel .movie-series .owl-prev {
    position: absolute;
    left: -60px;
    top: 32%;
}

.sportlight-panel .movie-series .owl-next {
    position: absolute;
    right: -60px;
    top: 32%;
}

@media all and (max-width: 767px) {
    .sportlight-tab .nav .nav-item {
        margin: 0 12px 18px 0;
    }

    .sportlight-tab .tab-controlx {
        bottom: -28px;
        left: 3px;
    }
}

.sportlight-section.dark .sportlight-tab.dark .nav .nav-item {
    color: #dddddd;
    background: none;
}

.sportlight-section.dark .entry-content .entry-rating {
    color: #dddddd;
}

.sportlight-section.dark .entry-content a {
    color: #dddddd;
}

/*---------------------------------------------------
	2.0 - portfolio style
----------------------------------------------------*/
.portfolio-isotope-btn {
    margin-bottom: 65px;
}

.portfolio-isotope-btn button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    margin-right: 14px;
    padding: 0;
}

.portfolio-isotope-btn button:focus {
    outline: 0;
}

.portfolio-isotope-btn button.active {
    border: none;
    position: relative;
}

.portfolio-isotope-btn button.active:after {
    content: '';
    height: 2px;
    background: #ffab00;
    width: 30px;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.portfolio-isotope .item {
    margin-bottom: 30px;
    outline: 0;
}

.portfolio-isotope .item:focus {
    outline: 0;
}

.portfolio-isotope .item .thumb {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.15);
}

.portfolio-isotope .item .thumb img {
    width: 100% !important;
}

.portfolio-isotope .item .thumb a:focus {
    outline: 0 !important;
}

.portfolio-isotope .item .thumb:focus {
    outline: 0 !important;
}

.portfolio-isotope .item .thumb:hover .fancy-video-btn {
    visibility: visible;
    opacity: 1;
}

.portfolio-isotope .item .portfolio-details {
    margin-top: -145px;
    display: block;
    padding: 12px 0;
    text-align: center;
    color: #ffffff;
    position: absulote;
}

.portfolio-isotope .item .portfolio-details span {
    display: block;
}

.portfolio-isotope .item .portfolio-details .title {
    font-size: 24px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 5px;
}

.fancy-video-btn {
    margin-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding-left: 4px;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    background: #ffab00;
    z-index: 9999;
    cursor: pointer;
    -webkit-animation: pulse 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.fancy-video-btn:after {
    content: '';
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
    background: rgba(255, 171, 0, 0.25);
}

@media all and (max-width: 767px) {
    .portfolio-isotope-btn {
        text-align: center;
    }

    .portfolio-isotope-btn button {
        margin-bottom: 15px;
    }
}

.portfolio-section.dark .isotope-filters .button {
    color: #fefefe;
}

/*---------------------------------------------------
	2.0 - service style
----------------------------------------------------*/
.single-service.single-service-pd {
    margin-bottom: 53px;
}

.single-service .thumb {
    margin-bottom: 31px;
}

.single-service h4 {
    margin-bottom: 16px;
}

.single-service a {
    font-weight: 600;
    position: relative;
    margin-left: -25px;
}

.single-service a:after {
    background-image: url(../images/section-arrow.png);
    position: absolute;
    content: '';
    right: -25px;
    top: 2px;
    height: 17px;
    width: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-service a:hover:after {
    right: -29px;
}

@media all and (max-width: 991px) {
    .single-service {
        margin-bottom: 70px;
    }
}

.service-section.dark .single-service a {
    color: #fefefe;
}

/*---------------------------------------------------
	2.0 - Team style
----------------------------------------------------*/
.single-team {
    -webkit-box-shadow: 1.5px 2.598px 20px 0px rgba(8, 24, 39, 0.1);
    box-shadow: 1.5px 2.598px 20px 0px rgba(8, 24, 39, 0.1);
    overflow: hidden;
}

.single-team .thumb {
    position: relative;
}

.single-team .thumb img {
    width: 100%;
}

.single-team .thumb:after {
    background-color: rgba(2, 13, 24, 0.8);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-team .team-social {
    position: absolute;
    left: 30px;
    top: 47px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-team .team-social .social-icon {
    width: 32px;
    height: 32px;
    font-size: 16px;
    padding: 0 5px 0 9px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffab00;
    margin-bottom: 10px;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #ffffff;
    line-height: 32px;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
}

.single-team .team-social .social-icon i {
    line-height: 32px;
}

.single-team .team-social .social-icon .target-title {
    padding-left: 14px;
    color: #ffffff;
}

.single-team .team-social .social-icon:hover {
    width: 122px;
}

.single-team .team-social .social-icon.facebook {
    padding-left: 12px;
}

.single-team .team-details {
    padding: 21px 8px 9px 8px;
}

.single-team .team-details h4 {
    margin-bottom: 1px;
}

.single-team .team-details p {
    color: #a1a1a1;
}

.single-team:hover .team-social {
    visibility: visible;
    opacity: 1;
}

.single-team:hover .thumb:after {
    visibility: visible;
    opacity: 1;
}

.single-team:hover .social-icon:first-child {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.single-team:hover .social-icon:nth-child(2) {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.single-team:hover .social-icon:nth-child(3) {
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.single-team:hover .social-icon:nth-child(4) {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

@media all and (max-width: 991px) {
    .single-team {
        margin-bottom: 30px;
    }

    .team-page .mg-bottom-30 {
        margin-bottom: 0;
    }
}

.team-section.dark .single-team {
    background: #4d4d4d;
}

.team-section.dark .team-details h4 a {
    color: #dddddd;
}

/*---------------------------------------------------
	2.0 - Award Section style
----------------------------------------------------*/
.award-section {
    padding-top: 93px;
    padding-bottom: 90px;
}

.award-slider img {
    width: auto !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

/*---------------------------------------------------
	2.0 - testimonial three style
----------------------------------------------------*/
.testimonial-three-slider {
    margin-bottom: 27px;
}

.testimonial-three-slider .thumb {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 58, 115, 0.08);
    box-shadow: 0px 0px 15px 0px rgba(0, 58, 115, 0.08);
    position: relative;
}

.testimonial-three-slider .thumb:after {
    content: '\f10e';
    font-family: FontAwesome;
    position: absolute;
    height: 60px;
    width: 30px;
    right: -61px;
    line-height: 60px;
    top: 50%;
    font-size: 35px;
    margin-top: -30px;
    background: #ffffff;
    color: #4e8ec8;
}

.testimonial-three-slider .thumb:before {
    content: '';
    position: absolute;
    height: 135px;
    width: 1px;
    background: #4e8ec8;
    right: -48px;
    top: 0;
}

.testimonial-three-slider .details {
    margin-left: 65px;
}

.testimonial-three-slider .details h4 {
    margin-bottom: 2px;
}

.testimonial-three-slider .owl-dots {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-top: 35px;
    margin-left: -25px;
}

.testimonial-three-slider .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    font-size: 32px;
    background: #e1e1e1;
    margin: 0 5px;
}

.testimonial-three-slider .owl-dots .owl-dot span:hover {
    background: #ffab00;
}

.testimonial-three-slider .owl-dots .owl-dot.active span {
    background: #ffab00;
}

@media all and (max-width: 1024px) {
    .testimonial-three-slider .thumb:after {
        margin-top: -17px;
    }
}

@media all and (max-width: 767px) {
    .testimonial-three-slider .details {
        text-align: center;
        margin-left: 0;
    }

    .testimonial-three-slider .thumb {
        margin-bottom: 60px;
    }

    .testimonial-three-slider .thumb:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 38px;
        top: 45px;
    }

    .testimonial-three-slider .thumb:after {
        top: 124px;
        right: 24px;
    }
}

@media all and (max-width: 400px) {
    .testimonial-three-slider .thumb {
        margin-bottom: 60px;
    }

    .testimonial-three-slider .thumb:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 32px;
        top: 35px;
    }

    .testimonial-three-slider .thumb:after {
        top: 114px;
        right: 17px;
    }
}

@media all and (max-width: 320px) {
    .testimonial-three-slider .thumb {
        margin-bottom: 60px;
    }

    .testimonial-three-slider .thumb:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        right: 25px;
        top: 22px;
    }

    .testimonial-three-slider .thumb:after {
        top: 101px;
        right: 11px;
    }
}

.testimonial-three-section.dark .testimonial-three-slider .thumb:after {
    background: #1f1f1f;
}

/*---------------------------------------------------
	2.0 - partner slider style
----------------------------------------------------*/
.partner-slider .item img {
    width: auto !important;
    margin: 0 auto;
    align-item: center;
}

.partner-slider .item img {
    -webkit-filter: opacity(1) drop-shadow(0 0 0 white);
    filter: opacity(1) drop-shadow(0 0 0 white);
}

/*---------------------------------------------------
	2.0 - upcomming-trailer style
----------------------------------------------------*/
.upcomming-trailer-bg {
    padding: 60px 0;
}

.upcomming-trailer-slider .details {
    color: #ffffff;
    margin-top: 101px;
}

.upcomming-trailer-slider .details h5 {
    color: #ffffff;
}

.upcomming-trailer-slider .details h2 {
    color: #ffffff;
}

.upcomming-trailer-slider .details .actor {
    font-size: 18px;
    color: #ffffff;
    background-color: rgba(2, 13, 24, 0.502);
    display: inline-block;
    padding: 2px 30px 4px 30px;
    margin-bottom: 30px;
}

.upcomming-trailer-slider .owl-nav .owl-prev {
    left: -110px;
    top: 50%;
    margin-top: -12px !important;
    position: absolute;
}

.upcomming-trailer-slider .owl-nav .owl-next {
    right: -110px;
    top: 50%;
    margin-top: -12px !important;
    position: absolute;
}

.upcomming-trailer-slider .owl-item.active .details {
    -webkit-animation: 1.5s .3s fadeInLeft both;
    animation: 1.5s .3s fadeInLeft both;
}

.upcomming-trailer-slider .owl-item.active .thumb {
    -webkit-animation: 1.5s .3s fadeInRight both;
    animation: 1.5s .3s fadeInRight both;
}

@media all and (max-width: 991px) {
    .upcomming-trailer-slider .owl-nav .owl-prev {
        left: 0px;
        top: 50%;
        margin-top: -12px !important;
        position: absolute;
    }

    .upcomming-trailer-slider .owl-nav .owl-next {
        right: 0px;
        top: 50%;
        margin-top: -12px !important;
        position: absolute;
    }
}

@media all and (max-width: 767px) {
    .upcomming-trailer-slider .owl-nav .owl-prev {
        left: 50%;
        bottom: 0;
        position: inherit;
        margin: 0 10px !important;
    }

    .upcomming-trailer-slider .owl-nav .owl-next {
        right: 50%;
        bottom: 0;
        position: inherit;
        margin: 10px 10px 0 10px !important;
    }

    .upcomming-trailer-slider .flip-clock-divider.seconds .flip-clock-label {
        margin-top: -1px;
    }

    .upcomming-trailer-slider .movie-time-down .flip-clock-wrapper ul {
        margin-bottom: 35px;
    }

    .upcomming-trailer-slider .thumb {
        margin-top: 0 !important;
    }
}

.movie-time-down .flip-clock-wrapper ul {
    width: 20px;
    height: 55px;
    font-weight: 300;
    line-height: 45px;
    border-radius: 0;
    margin: 0;
    background: none !important;
}

.movie-time-down .flip-clock-wrapper ul li {
    line-height: 55px;
}

.movie-time-down .flip-clock-wrapper .inn {
    font-size: 20px;
    border-radius: 0;
}

.movie-time-down .flip-clock-wrapper .down {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.flip-clock-wrapper ul {
    background: transparant;
}

.flip-clock-wrapper .flip {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    right: -59px;
    font-size: 14px;
    color: #fff;
}

.flip-clock-divider.minutes .flip-clock-label {
    right: -54px;
}

.flip-clock-divider.seconds .flip-clock-label {
    right: -54px;
}

.flip-clock-divider.hours .flip-clock-label {
    right: -52px;
}

.flip-clock-divider {
    height: 55px;
}

.flip-clock-dot {
    background: #fff;
    width: 4px;
    height: 4px;
    left: 8px;
}

.flip-clock-dot.bottom {
    bottom: 34px;
}

.flip-clock-dot.top {
    top: 33px;
}

@media all and (max-width: 1024px) {
    .upcomming-trailer-slider .details {
        margin-top: 69px;
    }
}

@media all and (max-width: 991px) {
    .movie-time-down {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: inline-block;
    }

    .upcomming-trailer-slider .thumb {
        text-align: center;
        margin-top: 20px;
    }

    .upcomming-trailer-slider .thumb img {
        width: auto !important;
        width: 100% !important;
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }

    .upcomming-trailer-slider .details {
        margin-top: 0px;
    }
}

@media all and (max-width: 991px) {
    .upcomming-trailer-slider .details h5 {
        font-size: 18px;
    }

    .upcomming-trailer-slider .details h2 {
        font-size: 24px;
    }

    .upcomming-trailer-slider .details .actor {
        font-size: 16px;
    }
}

/*---------------------------------------------------
	2.0 - movie-series style
----------------------------------------------------*/
.movie-series-slider .owl-nav .owl-prev {
    left: -65px;
    top: 50%;
    margin-top: -79px !important;
    position: absolute;
}

.movie-series-slider .owl-nav .owl-next {
    right: -65px;
    top: 50%;
    margin-top: -79px !important;
    position: absolute;
}

@media all and (max-width: 1024px) {
    .movie-series-slider .owl-nav {
        text-align: center;
    }

    .movie-series-slider .owl-nav .owl-prev, .movie-series-slider .owl-nav .owl-next {
        position: inherit;
        margin: 10px 16px 0 15px !important;
    }
}

/*---------------------------------------------------
	2.0 - add style
----------------------------------------------------*/
.add-section img {
    width: 100%;
}

.movie-theater-area.dark .theater-details .entry-content .entry-title a {
    color: #dddddd;
}

.movie-theater-area.dark .chart-wrap {
    background: #2b2b2b;
}

.movie-theater-area.dark .celebrities-area {
    background: #2b2b2b;
}

.movie-theater-area.dark .celebrities-area .see-all-btn {
    color: #fefefe;
}

/*---------------------------------------------------
	2.0 - 404 style
----------------------------------------------------*/
.error-page img {
    width: 100%;
}

.error-page h4 {
    margin-top: 56px;
    margin-bottom: 15px;
}

.error-page h5 {
    font-size: 16px;
    margin-bottom: 34px;
}

.error-page .btn {
    margin: 0 7px;
}

@media all and (max-width: 767px) {
    .error-page h4 {
        margin-top: 35px;
    }

    .error-page .btn-yellow {
        margin-bottom: 10px;
    }
}

/*---------------------------------------------------
	2.0 - contact-section style
----------------------------------------------------*/
.contact-section .section-title {
    margin-bottom: 64px;
}

.contact-section .section-title h2 {
    font-size: 22px;
    padding-top: 5px;
    padding-left: 23px;
}

.contact-section .section-title h2:after {
    height: 35px;
}

.contact-section .contact-address p {
    margin-bottom: 3px;
}

.contact-section .contact-address p i {
    margin-right: 6px;
}

.contact-section .social-icon-wrap-2 {
    margin-top: 22px;
}

.contact-section .contact-form .form-control {
    margin-bottom: 30px;
    padding: 12px 20px;
}

.contact-section .contact-form .btn {
    margin-top: 0;
}

.dark .contact-section .social-icon-wrap-2 a {
    color: #dddddd;
}

.dark .contact-section .social-icon-wrap-2 a:hover {
    background: #2b2b2b;
    color: #dddddd;
    border: 1px solid #2b2b2b;
}

.dark .contact-section .contact-form .form-control {
    background: #2b2b2b;
    color: #dddddd;
}

.dark .contact-section .contact-form .btn {
    margin-top: 0;
}

#msgSubmit {
    margin-top: -34px;
    font-size: 18px;
    text-align: left !important;
    margin-left: 220px;
}

.widget-contact-form #msgSubmit {
    margin-top: 12px !important;
    font-size: 13px !important;
    text-align: left !important;
    margin-left: 0 !important;
}

@media all and (max-width: 991px) {
    .single-blog-section .widget_search {
        margin-top: 50px !important;
    }
}

@media all and (max-width: 767px) {
    #msgSubmit {
        margin-top: 20px !important;
        font-size: 16px !important;
        text-align: left !important;
        margin-left: 0 !important;
    }
}

#map {
    height: 400px;
}

@media all and (max-width: 991px) {
    .contact-details-info {
        margin-bottom: 50px;
    }
}

@media all and (max-width: 767px) {
    .contact-section .section-title {
        text-align: left;
        margin-bottom: 40px !important;
    }

    .contact-section .section-title h2 {
        padding-left: 0 !important;
    }

    #map {
        height: 280px;
    }
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 17% !important;
    height: 390px;
    overflow: hidden;
    -webkit-transition: width 8s;
    -o-transition: width 8s;
    transition: width 8s;
    -webkit-transform: translate3d(-106px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
    transform: translate3d(-106px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
}

.swiper-slide.swiper-slide-active {
    width: 35% !important;
    -webkit-transition: width 8s;
    /* Safari */
    -o-transition: width 8s;
    transition: width 8s;
}

/* image active transition */
.swiper-slide img {
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

.swiper-slide.swiper-slide-active img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-container .movie-post .entry-thumbnail .pulse-video {
    margin-top: -65px;
}

@media all and (min-width: 1600px) {
    .swiper-slide {
        width: 18% !important;
        -webkit-transform: translate3d(-20px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
        transform: translate3d(-20px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
    }

    .swiper-slide.swiper-slide-active {
        width: 30% !important;
    }
}

@media all and (max-width: 1024px) {
    .swiper-slide {
        width: 29% !important;
        -webkit-transform: translate3d(-9px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
        transform: translate3d(-9px, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
    }

    .swiper-slide.swiper-slide-active {
        width: 45% !important;
    }
}

@media all and (max-width: 991px) {
    .swiper-slide {
        width: 30% !important;
    }

    .swiper-slide.swiper-slide-active {
        width: 45% !important;
    }
}

@media all and (max-width: 767px) {
    .swiper-slide {
        width: 100% !important;
        -webkit-transform: translate3d(0, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
        transform: translate3d(0, 0px, 0px) rotateX(0deg) rotateY(0deg) !important;
    }

    .swiper-slide.swiper-slide-active {
        width: 100% !important;
        -webkit-transform: translate3d(-131px, 0px, 0px) rotateX(0deg) rotateY(0deg);
        transform: translate3d(-131px, 0px, 0px) rotateX(0deg) rotateY(0deg);
    }
}

.tab-content {
    position: relative;
}

.tab-content .tab-preloader {
    position: absolute;
    left: 50%;
    top: 40%;
    margin-left: -22px;
}

.tab-preloader {
    width: 45px;
    height: 45px;
}

.tab-preloader .preload {
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    -webkit-animation: spain .71s linear infinite;
    animation: spain .71s linear infinite;
    border-radius: 50%;
    border: 1px solid #555;
    border-left: 1.9px solid #ddd;
}

@-webkit-keyframes spain {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spain {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*---------------------------------------------------
	2.0 - main Blog style
----------------------------------------------------*/
.page-title {
    padding: 160px 0;
    text-align: center;
}

.page-title h2 {
    color: #ffffff;
    text-align: center;
}

.page-title .breadcrumb {
    background: none;
    text-align: center;
    display: inline-block;
    padding: 0;
}

.page-title .breadcrumb li {
    color: #ffffff;
    display: inline-block;
}

.page-title .breadcrumb li a {
    color: #ffffff;
}

.page-title .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #ffffff;
}

.Page.navigation {
    text-align: center;
}

.Page.navigation .pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
}

.Page.navigation .pagination li a {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #eeeeee;
    line-height: 38px;
    margin-right: 10px;
    color: #9b9b9b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.Page.navigation .pagination li a:hover {
    background: #ffab00;
    color: #ffffff;
    border: 1px solid #ffab00;
}

.Page.navigation .pagination li .nav-arrow {
    border: none;
    background: none !important;
    color: #9b9b9b;
    line-height: 40px;
}

.Page.navigation .pagination li .nav-arrow:hover {
    border: none;
    color: #ffffff;
    background: #ffab00 !important;
}

@media all and (max-width: 767px) {
    .page-title {
        padding: 105px 0 90px 0;
    }
}

.blog-section.dark .blog-details-wrap {
    background: #2b2b2b;
}

.blog-section.dark .blog-details-wrap .blog-meta a {
    color: #a1a1a1;
}

.blog-section.dark .blog-details-wrap .see-all-btn {
    color: #dddddd;
}

.blog-style-2.dark .blog-details-wrap {
    background: none !important;
}

/*---------------------------------------------------
	2.0 - Main  Blog style
----------------------------------------------------*/
.blog-right-content {
    margin-bottom: 30px;
}

.blog-right-content img {
    width: 47.7%;
}

.blog-details-wrap {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 58, 115, 0.1);
}

.blog-details-wrap .blog-details {
    padding: 26px 15px 15px 18px;
}

.blog-details-wrap .blog-details .blog-meta {
    margin-bottom: 10px;
}

.blog-details-wrap .blog-details .blog-meta a {
    padding-right: 10px;
}

.blog-details-wrap .blog-details .blog-meta a i {
    padding-right: 8px;
}

.blog-details-wrap .blog-details .read-more-btn {
    text-align: right;
}

.blog-wrap-area2 img {
    width: 100%;
}

.video-blog-area .pulse-video {
    margin-top: -17px;
}

.blog-style-2 .media-left, .blog-style-2 .thumb {
    overflow: hidden;
}

.blog-style-2 .media-left img, .blog-style-2 .thumb img {
    width: 100%;
    -webkit-transition: all 500ms ease;
    -webkit-transform: scale(1);
    -ms-transition: all 500ms ease;
    -ms-transform: scale(1);
    -moz-transition: all 500ms ease;
    -moz-transform: scale(1);
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(1);
}

.blog-style-2 .blog-details-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-style-2 .blog-details-wrap .blog-details {
    padding: 26px 0 15px 0;
}

.blog-style-2 .blog-details-wrap:hover .thumb img, .blog-style-2 .blog-details-wrap:hover .media-left img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.blog-style-2 .blog-right-content {
    margin-bottom: 16px !important;
}

.blog-style-2 .blog-right-content img {
    width: auto;
}

.blog-style-2 .blog-right-content .blog-details {
    padding: 0 0 0 18px;
}

.blog-style-2 .blog-right-content:last-child {
    margin-bottom: 0 !important;
}

@media all and (max-width: 1024px) {
    .blog-style-2 .blog-right-content img {
        width: 44%;
    }

    .blog-style-2 h5 {
        font-size: 18px;
    }
}

@media all and (max-width: 991px) {
    .video-blog-area {
        margin-top: 30px;
    }

    .blog-section .Page.navigation {
        margin-bottom: 60px;
    }
}

@media all and (max-width: 767px) {
    .blog-right-content .media {
        display: inherit;
    }

    .blog-right-content img {
        width: 100%;
    }

    .blog-style-2 .blog-right-content img {
        width: 100%;
        margin-bottom: 20px;
    }

    .blog-style-2 .blog-right-content .blog-details {
        padding: 0 0 0 2px;
    }

    .blog-style-2 .blog-right-content {
        margin-bottom: 25px !important;
    }

    .movie-blog-post .movie-blog-post-details .post-info {
        display: inline-block !important;
    }

    .movie-blog-post .movie-blog-post-details .post-info li {
        display: inline-block !important;
    }

    .movie-blog-post .movie-blog-post-details {
        padding: 25px 15px 28px 15px !important;
    }

    .blog-details-wrap .blog-details h5 {
        line-height: 30px;
    }
}

.blog-section.dark .blog-details-wrap h5 a {
    color: #dddddd;
}

/*---------------------------------------------------
	2.0 - Blog page style
----------------------------------------------------*/
.movie-blog-post {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 58, 115, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 58, 115, 0.1);
    margin-bottom: 35px;
    border-radius: 4px;
}

.movie-blog-post img {
    width: 100%;
}

.movie-blog-post .blog-video {
    position: relative;
}

.movie-blog-post .blog-video .pulse-video {
    margin-top: -25px;
}

.movie-blog-post .movie-blog-post-details {
    padding: 25px 30px 28px 30px;
}

.movie-blog-post .movie-blog-post-details a {
    font-weight: normal;
}

.movie-blog-post .movie-blog-post-details .post-info {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 15px;
}

.movie-blog-post .movie-blog-post-details .post-info li {
    color: #9b9b9b;
    padding-right: 20px;
}

.movie-blog-post .movie-blog-post-details .post-info li i {
    padding-right: 8px;
}

.movie-blog-post .movie-blog-post-details .post-info li a {
    color: #9b9b9b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.movie-blog-post .movie-blog-post-details .post-info li a:hover {
    color: #ffab00;
}

.movie-blog-post .movie-blog-post-details p {
    margin-bottom: 13px;
    color: #606060;
}

.movie-blog-post .movie-blog-post-details .read-more-btn {
    font-weight: 600;
}

.dark .movie-blog-post {
    background: #2b2b2b;
}

.dark .movie-blog-post .movie-blog-post-details p, .dark .movie-blog-post .movie-blog-post-details a {
    color: #dddddd;
}

/*---------------------------------------------------
	2.0 - Single Blog style
----------------------------------------------------*/
.movie-blog-post-single .main-thumb {
    margin-bottom: 18px;
}

.movie-blog-post-single .post-info {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 20px;
}

.movie-blog-post-single .post-info li {
    color: #9b9b9b;
    padding-right: 20px;
}

.movie-blog-post-single .post-info li i {
    padding-right: 8px;
}

.movie-blog-post-single .post-info li a {
    color: #9b9b9b;
}

.movie-blog-post-single blockquote {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 58, 115, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 58, 115, 0.1);
    padding: 17px 15px 1px 18px;
    margin: 30px 0;
}

.movie-blog-post-single blockquote p {
    border-left: 4px solid #ffab00;
    padding: 7px 15px 6px 15px;
    font-style: italic;
    font-size: 16px;
}

.movie-blog-post-single .post-share-tag {
    margin-top: 54px;
    margin-bottom: 20px;
    overflow: hidden;
}

.movie-blog-post-single .post-share-tag .title {
    padding-right: 12px;
}

.movie-blog-post-single .post-share-tag .blog-post-share a {
    color: #606060;
    padding-right: 8px;
}

.movie-blog-post-single .post-share-tag .tag {
    float: right;
}

.movie-blog-post-single .post-share-tag a:hover {
    color: #ffab00;
}

.movie-blog-post-single .comment-check {
    overflow: hidden;
    margin-bottom: 65px;
}

.movie-blog-post-single .comment-check .left {
    border-bottom: 1px solid #cccccc;
    float: left;
}

.movie-blog-post-single .comment-check .left:hover {
    color: #ffab00;
    border-bottom: 1px solid #ffab00;
}

.movie-blog-post-single .comment-check .right {
    float: right;
    border-bottom: 1px solid #cccccc;
}

.movie-blog-post-single .comment-check .right:hover {
    color: #ffab00;
    border-bottom: 1px solid #ffab00;
}

.movie-blog-post-single .author-area {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 58, 115, 0.1);
    box-shadow: 0px 0px 25px 0px rgba(0, 58, 115, 0.1);
    padding: 30px 30px 10px 30px;
    margin-bottom: 60px;
}

.movie-blog-post-single .author-area img {
    width: auto;
    border-radius: 50%;
}

.movie-blog-post-single .author-area .author-name {
    font-size: 18px;
    display: inline-block;
}

.movie-blog-post-single .author-area .author-social {
    float: right;
}

.movie-blog-post-single .author-area .author-social li {
    display: inline-block;
}

.movie-blog-post-single .author-area .author-social li a {
    padding: 0 3px;
}

.movie-blog-post-single .author-area .author-social li a:hover {
    color: #ffab00;
}

.movie-blog-post-single .commenter-area {
    margin-bottom: 45px;
}

.movie-blog-post-single .commenter-area .media {
    padding: 15px 0;
}

.movie-blog-post-single .commenter-area .media .media-body {
    padding-bottom: 21px;
}

.movie-blog-post-single .commenter-area img {
    width: auto;
    border-radius: 50%;
}

.movie-blog-post-single .commenter-area .name {
    font-size: 18px;
}

.movie-blog-post-single .commenter-area .reply {
    color: #ffab00;
}

.movie-blog-post-single .commenter-area .reply i {
    padding-right: 5px;
}

.movie-blog-post-single .contact-form h5 {
    margin-bottom: 30px;
}

.contact-form .form-control {
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 58, 115, 0.08);
    box-shadow: 0px 0px 15px 0px rgba(0, 58, 115, 0.08);
}

.contact-form .input-control {
    height: 45px;
}

.contact-form .btn-yellow {
    margin-top: 15px;
}

.dark .movie-blog-post-single .post-info {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 20px;
}

.dark .movie-blog-post-single .post-info li {
    color: #9b9b9b;
    padding-right: 20px;
}

.dark .movie-blog-post-single .post-info li i {
    padding-right: 8px;
}

.dark .movie-blog-post-single .post-info li a {
    color: #9b9b9b;
}

.dark .movie-blog-post-single blockquote {
    background: #2b2b2b;
}

.dark .movie-blog-post-single .post-share-tag .title {
    color: #dddddd;
}

.dark .movie-blog-post-single .post-share-tag .blog-post-share a {
    color: #dddddd;
}

.dark .movie-blog-post-single .post-share-tag .tag a {
    color: #dddddd;
}

.dark .movie-blog-post-single .post-share-tag a:hover {
    color: #ffab00;
}

.dark .movie-blog-post-single .comment-check {
    color: #dddddd;
}

.dark .movie-blog-post-single .comment-check .left {
    border-bottom: 1px solid #dddddd;
    color: #dddddd;
}

.dark .movie-blog-post-single .comment-check .left:hover {
    color: #ffab00;
    border-bottom: 1px solid #ffab00;
}

.dark .movie-blog-post-single .comment-check .right {
    border-bottom: 1px solid #dddddd;
    color: #dddddd;
}

.dark .movie-blog-post-single .comment-check .right:hover {
    color: #ffab00;
    border-bottom: 1px solid #ffab00;
}

.dark .movie-blog-post-single .author-area {
    background: #2b2b2b;
}

.dark .movie-blog-post-single .author-area .author-social {
    float: right;
}

.dark .movie-blog-post-single .author-area .author-social li {
    display: inline-block;
}

.dark .movie-blog-post-single .author-area .author-social li a {
    color: #dddddd;
}

.dark .movie-blog-post-single .author-area .author-social li a:hover {
    color: #ffab00;
}

.dark .movie-blog-post-single .commenter-area {
    margin-bottom: 45px;
}

.dark .movie-blog-post-single .commenter-area .media {
    padding: 15px 0;
}

.dark .movie-blog-post-single .commenter-area .media .media-body {
    padding-bottom: 21px;
}

.dark .movie-blog-post-single .commenter-area img {
    width: auto;
}

.dark .movie-blog-post-single .commenter-area .name {
    font-size: 18px;
}

.dark .movie-blog-post-single .commenter-area .reply {
    color: #ffab00;
}

.dark .movie-blog-post-single .commenter-area .reply i {
    padding-right: 5px;
}

.dark .movie-blog-post-single .contact-form .form-control {
    background: #2b2b2b;
    color: #dddddd;
}

@media all and (max-width: 991px) {
    .movie-blog-post-single {
        margin-bottom: 60px;
    }
}

@media all and (max-width: 767px) {
    .movie-blog-post-single .author-area .media {
        display: block;
    }

    .movie-blog-post-single .author-area .media img {
        margin-bottom: 20px;
    }

    .movie-blog-post-single .author-area .media .author-social {
        float: none;
        display: block;
        padding-left: 0;
        margin-bottom: 6px;
    }

    .movie-blog-post-single .commenter-area .media {
        display: block;
    }

    .movie-blog-post-single .commenter-area .media img {
        margin-bottom: 10px;
    }

    .movie-blog-post-single .post-info {
        display: inline-block !important;
    }

    .movie-blog-post-single .post-info li {
        display: inline-block !important;
    }

    .movie-blog-post-single .blog-post-share {
        display: block;
        margin-bottom: 10px;
    }

    .movie-blog-post-single .post-share-tag .tag {
        display: block;
        float: left;
    }
}

/*---------------------------------------------------
	2.0 - service-details-area
----------------------------------------------------*/
.service-details-area img {
    width: 100%;
    margin-bottom: 28px;
}

@media all and (max-width: 991px) {
    .service-details-area {
        margin-top: 60px;
    }
}

/*---------------------------------------------------
	2.0 - single actor details page style
----------------------------------------------------*/
.single-actor-details {
    margin-bottom: 65px;
}

.single-actor-details img {
    margin-right: 30px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.08);
    box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.08);
}

.single-actor-details .media-body {
    margin-top: 17px;
}

.single-actor-details .actor-designation {
    margin-bottom: 14px;
}

.single-actor-details .actor-designation a {
    color: #9b9b9b;
}

.single-actor-details .actor-designation a i {
    color: #ffab00;
    margin-right: 5px;
}

.single-actor-details .actor-designation .rating {
    margin-right: 10px;
}

.single-actor-details .actor-biodata p {
    margin-bottom: 3px;
}

.single-actor-details .actor-biodata .title {
    width: 105px;
    display: inline-block;
    margin-left: 0;
    font-weight: 500;
}

.single-actor-details .actor-biodata span {
    font-weight: 300;
    margin-left: 15px;
}

.single-actor-details .actor-biodata .social-icon a {
    margin-right: 8px;
    color: #9b9b9b;
}

.single-actor-details .actor-biodata .social-icon a:hover {
    color: #ffab00;
}

.single-actor-details .actor-biodata .btn {
    margin-right: 5px;
    margin-top: 12px;
    border: 1px solid #ffab00;
}

.single-actor-details .actor-biodata .btn i {
    margin-right: 10px;
}

.movie-photo-slider {
    margin-bottom: 65px;
}

.movie-photo-slider .pulse-video {
    margin-top: -18px;
}

.actor-biography {
    margin-bottom: 65px;
}

@media all and (max-width: 767px) {
    .single-actor-details .media {
        display: block;
    }

    .single-actor-details .media img {
        width: 100%;
        margin-right: 0;
    }
}

/*---------------------------------------------------
	2.0 - Movie details page style
----------------------------------------------------*/
.movie-cast-slider {
    margin-bottom: 55px;
}

.movie-cast-slider .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.movie-cast-slider .item img {
    width: auto !important;
    margin-bottom: 18px;
    border-radius: 50%;
}

.movie-cast-slider .item span {
    font-family: "Ubuntu", sans-serif;
}

.buy-ticket-section {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(8, 24, 39, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(8, 24, 39, 0.1);
    padding-top: 35px;
}

.buy-ticket-section .section-title-3 {
    margin-left: 21px;
}

.buy-ticket-section .table tr {
    border-bottom: 1px dashed #9b9b9b;
}

.buy-ticket-section .table tr:last-child {
    border-bottom: 0;
}

.buy-ticket-section .table td {
    vertical-align: middle;
    border: none;
    padding: 20px;
}

.buy-ticket-section .table td p {
    margin-bottom: 0;
}

.buy-ticket-section .table td p i {
    margin-right: 6px;
}

.buy-ticket-section .table .btn-area {
    text-align: right;
}

.dark .buy-ticket-section {
    background: #2b2b2b;
}

.dark .buy-ticket-section .table tr {
    border-bottom: 1px dashed #505050;
}

.dark .buy-ticket-section .table tr:last-child {
    border-bottom: 0;
}

.actor-details-page {
    margin-bottom: 60px;
}

@media all and (max-width: 991px) {
    .actor-details-page {
        margin-bottom: 0;
    }

    .actor-details-page .buy-ticket-section {
        margin-bottom: 80px;
    }
}

@media all and (max-width: 767px) {
    .buy-ticket-section .table tr {
        text-align: center;
    }

    .buy-ticket-section .table tr td {
        width: 100%;
        display: block;
        padding: 10px 20px;
    }

    .buy-ticket-section .table tr td h5 {
        margin-top: 15px;
    }

    .buy-ticket-section .table tr .btn-area {
        text-align: center;
    }

    .buy-ticket-section .table tr .btn-area .btn {
        margin-bottom: 20px;
    }
}

/*---------------------------------------------------
	2.0 - Show Time page style
----------------------------------------------------*/
.show-time-tab {
    -webkit-box-shadow: 1.5px 2.598px 20px 0px rgba(8, 24, 39, 0.1);
    box-shadow: 1.5px 2.598px 20px 0px rgba(8, 24, 39, 0.1);
    margin-bottom: 70px;
    padding: 22px 5px;
    overflow: hidden;
}

.show-time-tab .search-show {
    display: inline-block;
    font-size: 18px;
    margin-top: 13px;
    margin-left: 25px;
    font-family: "Ubuntu", sans-serif;
}

.show-time-tab .nav-tabs {
    text-align: center;
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.show-time-tab .nav-tabs .nav-item {
    border: 0;
    font-family: "Ubuntu", sans-serif;
    padding: 1px 15px 11px 15px;
    border-radius: 3px;
    color: #606060;
}

.show-time-tab .nav-tabs .nav-item span {
    display: block;
    font-size: 18px;
    line-height: 17px;
}

.show-time-tab .nav-tabs .nav-item.active {
    background: #ffab00;
    color: #ffffff;
}

.show-time-tab .nav-tabs .prevtab {
    background: none;
    border: 0;
    padding: 0 24px;
    font-size: 30px;
    color: #606060;
    cursor: pointer;
}

.show-time-tab .nav-tabs .prevtab:focus {
    outline: 0 !important;
}

.show-time-tab .nav-tabs .nexttab {
    background: none;
    border: 0;
    padding: 0 24px;
    font-size: 30px;
    color: #606060;
    cursor: pointer;
}

.show-time-tab .nav-tabs .nexttab:focus {
    outline: 0 !important;
}

.show-time-tab .price-select-btn {
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 25px;
}

.show-time-tab .price-select-btn .custom-select {
    width: auto !important;
    float: right;
    background: none !important;
    height: 50px;
    border-radius: 0;
    padding: 0 50px 0 20px;
    cursor: pointer !important;
}

.show-time-tab .price-select-btn .custom-select:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #cccccc;
}

.show-time-tab .price-select-btn:after {
    content: '\f107';
    position: absolute;
    font-family: FontAwesome;
    right: 18px;
    top: 13px;
}

.show-time-tab.dark {
    background: #2b2b2b;
}

.show-time-tab.dark .price-select-btn .custom-select:focus {
    border: 1px solid #4d4d4d !important;
}

.show-time-panel {
    -webkit-box-shadow: 1.5px 2.598px 20px 0px rgba(8, 24, 39, 0.1);
    box-shadow: 1.5px 2.598px 20px 0px rgba(8, 24, 39, 0.1);
}

.show-time-panel tr {
    border-bottom: 1px dashed #9b9b9b !important;
}

.show-time-panel tr:last-child {
    border-bottom: 0 !important;
}

.show-time-panel tr td {
    vertical-align: middle;
    border: 0;
    padding: 24px 30px 22px 30px;
}

.show-time-panel tr td h5 {
    font-size: 18px;
}

.show-time-panel tr td p {
    margin-bottom: 0;
}

.show-time-panel tr td .show-time {
    height: 40px;
    line-height: 38px;
    border: 1px solid #cccccc;
    display: inline-block;
    padding: 0 12px;
    color: #ffab00;
    margin: 0 3px;
}

.show-time-panel tr .ticket-btn {
    text-align: right;
}

.show-time-panel.dark {
    background: #2b2b2b;
}

.show-time-panel.dark tr {
    border-bottom: 1px dashed #505050 !important;
}

.show-time-panel.dark tr:last-child {
    border-bottom: 0 !important;
}

@media all and (max-width: 1024px) {
    .show-time-panel tr td {
        padding: 24px 16px 22px 16px;
    }
}

@media all and (max-width: 991px) {
    .show-time-tab {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .search-page .Page.navigation.mg-top-100 {
        margin-top: 50px;
    }

    .show-time-panel tr td .show-time {
        margin-bottom: 10px;
    }

    .show-time-section .show-time-tab {
        text-align: center;
    }

    .show-time-section .show-time-tab .price-select-btn {
        float: none;
        margin-right: 0;
        margin-top: 50px;
    }
}

@media all and (max-width: 767px) {
    .show-time-tab {
        text-align: center;
        position: relative;
        padding-top: 80px;
    }

    .show-time-tab .search-show {
        margin-left: 0;
        margin-bottom: 20px;
    }

    .show-time-tab .price-select-btn {
        margin-right: 0;
        float: none;
    }

    .show-time-tab .nav-tabs .nav-item {
        font-size: 12px;
        padding: 1px 15px 9px 15px;
        margin-bottom: 15px;
    }

    .show-time-tab .nav-tabs .nav-item span {
        font-size: 14px;
        line-height: 10px;
    }

    .show-time-tab .nav-tabs .prevtab {
        position: absolute;
        top: 21px;
        font-size: 22px;
        padding: 0px 10px;
    }

    .show-time-tab .nav-tabs .nexttab {
        position: absolute;
        top: 21px;
        left: 50px;
        font-size: 22px;
        padding: 0px 10px;
    }

    .show-time-panel tr {
        text-align: center;
    }

    .show-time-panel tr td {
        padding: 12px 30px 12px 30px;
        width: 100%;
        display: block;
    }

    .show-time-panel tr td h5 {
        margin-top: 15px;
    }

    .show-time-panel tr td .btn {
        margin-bottom: 17px;
    }

    .show-time-panel tr .ticket-btn {
        text-align: center;
    }
}

.show-time-section.dark .nav-tabs .nav-item {
    color: #dddddd;
}

/*---------------------------------------------------
	2.0 - widget styles
----------------------------------------------------*/
.widget {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 58, 115, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 58, 115, 0.1);
    padding: 35px 30px;
    margin-bottom: 60px;
}

.widget-2 {
    padding: 0;
    margin-bottom: 30px;
}

.widget.widget_search {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
}

.widget_search .input-group {
    width: 100%;
}

.widget_search input {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 58, 115, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 58, 115, 0.1);
    outline: 0 !important;
    padding-left: 20px;
    padding-right: 54px;
    border: 0;
    width: 100%;
    position: relative;
    height: 50px;
}

.widget_search input:focus {
    outline: 0 !important;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 58, 115, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 58, 115, 0.1);
}

.widget_search .input-group-addon {
    position: absolute;
    right: 16px;
    top: 11px;
    color: #ffab00;
    z-index: 99;
    cursor: pointer;
    border-left: 1px solid #eeeeee;
}

.widget_search .input-group-addon i {
    padding-left: 15px;
}

.dark .widget_search {
    color: #dddddd;
}

.dark .widget_search input {
    background: #2b2b2b;
    color: #dddddd;
}

.dark .widget_search input:focus {
    outline: 0 !important;
    background: #2b2b2b;
    color: #dddddd;
}

.dark .widget_search .input-group-addon {
    border-left: 1px solid #505050;
}

.widget_title {
    border-left: 4px solid #ffab00;
    line-height: 40px;
    padding-left: 17px;
}

.widget_related_post .media {
    border-bottom: 1px dashed #9b9b9b;
    padding-top: 23px;
}

.widget_related_post .media:last-child {
    border: none;
}

.widget_related_post .media:last-child .date {
    margin-bottom: 0;
}

.widget_related_post img {
    width: auto;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.08);
    box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.08);
}

.widget_related_post .title {
    font-size: 18px;
}

.widget_related_post .date {
    color: #9b9b9b;
}

.dark .widget_related_post a {
    color: #dddddd;
}

@media all and (max-width: 991px) {
    .widget_related_post .media {
        padding-bottom: 13px;
    }

    .widget_related_post .media .media-body {
        padding-top: 9px;
    }
}

@media all and (max-width: 767px) {
    .widget {
        margin-bottom: 30px;
    }

    .widget_related_post .media {
        padding-bottom: 0;
    }

    .widget_related_post .media .media-body {
        padding-top: 0;
    }
}

.widget_category ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_category ul i {
    color: #ffab00;
    padding-right: 8px;
    font-size: 16px;
}

.widget_category ul li {
    margin-top: 5px;
}

.widget_category ul li a {
    color: #606060;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.widget_category ul li a:hover {
    padding-left: 3px;
}

.dark .widget_category ul li a {
    color: #dddddd;
}

.widget_tag a {
    font-size: 12px;
    color: #606060;
    padding: 2px 20px;
    border: 1px solid #9b9b9b;
    margin-right: 5px;
    margin-top: 10px;
    border-radius: 25px;
    display: inline-block;
}

@media all and (max-width: 320px) {
    .widget_tag a {
        margin-right: 5px;
        display: inline-block;
    }
}

.widget_filmography .media {
    border-bottom: 1px dashed #9b9b9b;
    padding-top: 23px;
    padding-bottom: 15px;
}

.widget_filmography .media:last-child {
    border: none;
    padding-bottom: 0;
}

.widget_filmography .media:last-child .date {
    margin-bottom: 0;
}

.widget_filmography img {
    width: auto;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.08);
    box-shadow: 0px 0px 50px 0px rgba(0, 58, 115, 0.08);
}

.widget_filmography .title {
    font-size: 18px;
    margin-top: 7px;
}

.widget_filmography p {
    color: #9b9b9b;
}

.widget_filmography p i {
    color: #ffab00;
    margin-right: 6px;
}

.dark .widget_filmography .media {
    border-bottom: 1px dashed #505050;
}

.dark .widget_filmography .media:last-child {
    border: none;
}

.widget-menu a {
    font-size: 18px;
    color: #606060;
    display: block;
    padding: 19px 28px;
    border-bottom: 1px dashed #eeeeee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-menu a:hover {
    color: #081827;
    padding: 19px 28px 19px 31px;
}

.widget-menu a:last-child {
    border: none;
}

.dark .widget-menu a {
    color: #dddddd;
    border-bottom: 1px dashed #505050;
}

.dark .widget-menu a:last-child {
    border: none;
}

.widget-author {
    background: #ffbc33;
    padding: 21px 30px 10px 30px;
}

.widget-author p {
    color: #ffffff;
}

.widget-author .thumb {
    display: inline-block;
    margin-right: 7px;
}

.widget-author .thumb img {
    margin-top: -32px;
    border-radius: 50%;
}

.widget-author .details {
    display: inline-block;
}

.widget-author .details h5 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 4px;
}

.widget-contact-form {
    padding: 23px 29px 29px 29px;
}

.widget-contact-form h5 {
    margin-bottom: 19px;
}

.widget-contact-form .input-field {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #e6e5ed;
    color: #a1a1a1;
    height: 40px;
    padding: 5px 15px;
}

.widget-contact-form .input-field:focus {
    outline: 0;
}

.widget-contact-form .text-field {
    height: 100px;
}

.widget-contact-form .btn {
    padding: 6px 20px 7px 20px;
    font-size: 14px;
    margin-top: 0;
}

.dark .widget-contact-form .input-field {
    background: #4d4d4d;
    border: 1px solid #4d4d4d;
}

.widget-pdf a {
    color: #252525;
    height: 50px;
    display: block;
    line-height: 50px;
    padding: 0 22px;
    border-radius: 2px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(8, 24, 39, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(8, 24, 39, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-pdf a i {
    padding-right: 10px;
}

.widget-pdf a:hover {
    background: #ffbc33;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dark .widget-pdf a {
    background: #4d4d4d;
    color: #dddddd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dark .widget-pdf a:hover {
    background: #ffbc33;
    color: #ffffff;
}

.widget-movie-filter .filter-title {
    border-bottom: 1px dashed #a1a1a1;
    padding: 24px 30px 17px 30px;
}

.widget-movie-filter .filter-title h5 {
    display: inline-block;
}

.widget-movie-filter .filter-title i {
    float: right;
    margin-top: 7px;
    color: #ffab00;
}

.widget-movie-filter .field-title {
    font-size: 18px;
    color: #081827;
    font-family: "Ubuntu", sans-serif;
}

.widget-movie-filter .movie-keyword {
    overflow: hidden;
    border-bottom: 1px dashed #a1a1a1;
    padding: 24px 30px 30px 30px;
}

.widget-movie-filter .movie-keyword input {
    width: 100%;
    height: 40px;
    border: 1px solid #e6e5ed;
    padding: 0 17px;
    color: #a1a1a1;
}

.widget-movie-filter .movie-keyword input:focus {
    outline: 0 !important;
}

.widget-movie-filter .movie-quality {
    border-bottom: 1px dashed #a1a1a1;
    overflow: hidden;
    padding: 24px 25px;
}

.widget-movie-filter .movie-quality .left {
    padding-right: 10px;
}

.widget-movie-filter .movie-quality .right {
    padding-left: 10px;
}

.widget-movie-filter .movie-quality ul {
    width: 50%;
    float: left;
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0 !important;
}

.widget-movie-filter .movie-quality ul label {
    color: #606060;
    margin-bottom: 0;
}

.widget-movie-filter .movie-quality ul input {
    float: right;
    margin-top: 7px;
}

.widget-movie-filter .btn-area {
    padding: 30px;
}

.widget-movie-filter .btn-area .btn {
    border-radius: 3px;
    width: 100%;
    border: 1px solid #ffab00;
}

.search-page.dark .widget-movie-filter .field-title {
    color: #fefefe;
}

.search-page.dark .widget-movie-filter .movie-quality ul label {
    color: #dddddd;
}

.search-page.dark .widget-movie-filter .movie-keyword input {
    background: #4d4d4d;
    border: 1px solid #4d4d4d;
}

.search-page.dark .entry-content .entry-title a {
    color: #fefefe;
}

.search-page.dark .theater-details .entry-content .entry-title a {
    color: #dddddd;
}

/*---------------------------------------------------
	2.0 - footer style
----------------------------------------------------*/
.newsletter-form {
    position: relative;
}

.newsletter-form input {
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 113, 225, 0.06);
    box-shadow: 0px 0px 15px 0px rgba(0, 113, 225, 0.06);
    border: none;
    height: 40px;
    padding: 0 15px 0 23px;
    border-radius: 30px;
}

.newsletter-form input:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.newsletter-form button {
    position: absolute;
    right: 13px;
    background: none;
    border: 0;
    top: 5px;
    cursor: pointer;
}

.newsletter-form button:focus {
    outline: 0;
}

.newsletter-form button:after {
    content: '';
    position: absolute;
    background: #eeeeee;
    height: 29px;
    width: 1px;
    left: -7px;
    top: 1px;
}

.newsletter-form .input-group-append .form-control {
    font-size: 14px;
}

.newsletter-form .input-group-append .input-group-text {
    padding: 0 21px 0 14px;
    background: #ffab00;
    border-left: 1px solid #eeeeee;
    color: #ffffff;
}

.newsletter-form #subscribe-result {
    margin-top: 12px;
}

.newsletter-form #subscribe-result p {
    line-height: 21px;
    font-size: 13px;
}

.social-icon-wrap a {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(5, 122, 240, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(5, 122, 240, 0.1);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icon-wrap .facebook:hover {
    color: #3b5999;
}

.social-icon-wrap .twitter:hover {
    color: #55acee;
}

.social-icon-wrap .pinterest:hover {
    color: #bd081c;
}

.social-icon-wrap .linkedin:hover {
    color: #0077B5;
}

.social-icon-wrap-2 a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    margin-right: 10px;
    border: 1px solid #e6e5ed;
    color: #606060;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-icon-wrap-2 a:hover {
    background: #081827;
    color: #ffffff;
}

.footer-section-mg {
    margin-top: 0 !important;
}

.footer-section {
    padding-top: 100px;
    margin-top: 120px;
}

.footer-section .widget_about img {
    padding-bottom: 5px;
}

.footer-section .widget_about p {
    padding-bottom: 15px;
}

.footer-section h5 {
    margin-bottom: 20px;
}

.footer-section ul {
    padding-left: 0;
    display: inline-block;
}

.footer-section ul li {
    list-style: none;
    line-height: 32px;
}

.footer-section .footer-bottom {
    margin-top: 92px;
    background: #081827;
    padding: 33px 33px 19px 33px;
}

.footer-section .footer-bottom p {
    color: #ffffff;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
}

@media all and (max-width: 1024px) {
    .footer-section ul.mr-5 {
        margin-right: 25px !important;
    }
}

@media all and (max-width: 991px) {
    .footer-section .mg-bt-small {
        margin-bottom: 50px;
    }

    .footer-section {
        margin-top: 100px;
    }
}

.footer-section.dark {
    background: #2b2b2b;
}

.footer-section.dark input[type='text'] {
    background: #4d4d4d;
    color: #dddddd;
}

.footer-section.dark .social-icon-wrap a {
    background: #dddddd;
}

.footer-section.dark ul li a {
    color: #dddddd;
}

.footer-section.dark .footer-bottom {
    border-top: 1px solid #383838;
    background: #2b2b2b;
}

.footer-section.dark .footer-bottom p {
    color: #dddddd;
}

.footer-section.dark .newsletter-form button:after {
    background: #5a5a5a;
}

.footer-section.dark .newsletter-form .input-group-append .form-control {
    font-size: 14px;
    background: #4d4d4d !important;
}

.footer-section.dark .newsletter-form .input-group-append .input-group-text {
    padding: 0 21px 0 14px;
    background: #ffab00 !important;
    border-left: 1px solid #eeeeee;
    color: #ffffff !important;
}

.footer-section.dark .newsletter-form input {
    font-size: 14px;
    background: #4d4d4d !important;
    color: #dddddd !important;
}

.footer-section.dark .newsletter-form input:focus {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.footer-section.dark .newsletter-form .input-group-append .input-group-text {
    border-left: 1px solid #5a5a5a !important;
}

#scrollUp {
    background: #ffab00;
    border-radius: 50%;
    bottom: 24px;
    color: #fff;
    color: #fff;
    height: 48px;
    width: 48px;
    right: 20px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#scrollUp .fa {
    font-size: 20px;
    color: #ffffff;
}

@media all and (max-width: 767px) {
    #scrollUp {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    #scrollUp .fa {
        font-size: 16px;
    }
}
