/*
Template Name: Voxliv - Video On Demand HTML Template
Template URI: https://themeforest.net/user/rifat636
Author: rifat636
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Modules 
	[ ## Alignments ]
	[ ## Clearings ]
	[ ## Infinite Scroll ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# Navigation
	[ ## Links ]
    [ ## Menus ]
	[ ## Pagination ]
        [ ### Post Navigation ]
	[ ## Navigation responsive ]
# layout
    [ ## Hero Block ]
    [ ## Auction ]
    [ ## Winners ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Movie Play ]
        [ ### Choose Us ]
        [ ### Choose Plan ]
        [ ### Subscribe Billing ]
    [ ## Blog ]
# Others
	[ ## Single Posts ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Dashboard Page ]
	[ ## Registration Page ]
	[ ## faqs Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  background-color: #1a1d24;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  color: #d3d3d5;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: white;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 2.441em;
}

h2 {
  font-size: 1.953em;
}

h3 {
  font-size: 1.563em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-heading {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  z-index: 2;
  line-height: 1.2em;
  margin-bottom: 20px;
  padding-bottom: 0px;
  margin-top: -3px;
  text-transform: capitalize;
}

.section-title {
  position: relative;
  margin-bottom: 35px;
  margin-top: -6px;
}
@media only screen and (max-width: 480px) {
  .section-title {
    margin-top: -5px;
  }
}
.section-title.style-two {
  margin-bottom: 10px;
}
.section-title .title-main {
  font-size: 30px;
  position: relative;
  z-index: 2;
  line-height: 1.25em;
  margin-bottom: 0px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 20px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .section-title .title-main {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title .title-main {
    font-size: 28px;
  }
}
@media only screen and (max-width: 400px) {
  .section-title .title-main {
    font-size: 24px;
  }
}
.section-title .title-main > .dots-left,
.section-title .title-main > .dots-right {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #fa163f;
  position: relative;
  display: inline-block;
  top: -2px;
}
@media only screen and (max-width: 575px) {
  .section-title .title-main > .dots-left,
  .section-title .title-main > .dots-right {
    top: -1px;
  }
}
@media only screen and (max-width: 480px) {
  .section-title .title-main > .dots-left,
  .section-title .title-main > .dots-right {
    height: 10px;
    width: 10px;
    top: -2px;
    display: none;
  }
}
.section-title .title-main > .dots-left:before, .section-title .title-main > .dots-left:after,
.section-title .title-main > .dots-right:before,
.section-title .title-main > .dots-right:after {
  border-radius: inherit;
  background-color: inherit;
  width: 100%;
  height: 100%;
  top: 50%;
  position: absolute;
  content: "";
}
.section-title .title-main > .dots-left:before,
.section-title .title-main > .dots-right:before {
  transform: translateY(-50%) scale(0.78);
}
.section-title .title-main > .dots-left:after,
.section-title .title-main > .dots-right:after {
  transform: translateY(-50%) scale(0.5);
}
.section-title .title-main > .dots-right {
  margin-left: 5px;
}
.section-title .title-main > .dots-right:before {
  right: -19px;
}
@media only screen and (max-width: 480px) {
  .section-title .title-main > .dots-right:before {
    right: -14px;
  }
}
.section-title .title-main > .dots-right:after {
  right: -35px;
}
@media only screen and (max-width: 480px) {
  .section-title .title-main > .dots-right:after {
    right: -25px;
  }
}
.section-title .title-main > .dots-left {
  margin-right: 5px;
}
.section-title .title-main > .dots-left:before {
  left: -19px;
}
@media only screen and (max-width: 480px) {
  .section-title .title-main > .dots-left:before {
    left: -14px;
  }
}
.section-title .title-main > .dots-left:after {
  left: -35px;
}
@media only screen and (max-width: 480px) {
  .section-title .title-main > .dots-left:after {
    left: -25px;
  }
}
.section-title .title-text {
  padding: 10px 0 20px;
}
@media only screen and (max-width: 767px) {
  .section-title .title-text {
    padding-bottom: 10px;
  }
}
.section-title.text-center {
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .section-title.text-center {
    padding: 0;
  }
}

/*-------------------------------------------------
    [ ## Others Typography ]
*/
p {
  margin-bottom: 18px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

blockquote {
  margin: 0 0 1.3em;
}

address {
  margin: 0 0 1.3em;
}

dfn, em, cite, i, code, kbd, tt, var {
  font-size: 1em;
}

em, cite, i {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #454545;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

pre {
  background: #f4f7fc;
  padding: 20px 30px;
  margin-bottom: 30px;
  max-width: 100%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 0.929em;
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.dropcap {
  display: block;
  float: left;
  margin: 15px 5px 0 0;
  font-weight: bold;
  font-size: 60px;
  color: #ccc;
}

.el-text-rotation {
  white-space: nowrap;
  position: relative;
  display: inline-block;
}
.el-text-rotation .inner-el {
  text-transform: uppercase;
  letter-spacing: 0.015em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Font Size ]
*/
.fts-13 {
  font-size: 13px;
}

.fts-15 {
  font-size: 15px;
}

.fts-18 {
  font-size: 18px;
}

.fts-20 {
  font-size: 20px;
}

.fts-25 {
  font-size: 25px;
}

.fts-30 {
  font-size: 30px;
}

.fts-35 {
  font-size: 35px;
}

.fts-40 {
  font-size: 40px;
}

.fts-45 {
  font-size: 45px;
}

.fts-50 {
  font-size: 50px;
}

.fts-60 {
  font-size: 60px;
}

.fts-65 {
  font-size: 65px;
}

.fts-70 {
  font-size: 70px;
}

.fts-75 {
  font-size: 75px;
}

/*--------------------------------------------------------------
# Font Weight
--------------------------------------------------------------*/
.w-100 {
  font-weight: 100;
}

.w-300 {
  font-weight: 300;
}

.w-400 {
  font-weight: 400;
}

.w-500 {
  font-weight: 500;
}

.w-600 {
  font-weight: 600;
}

.w-700 {
  font-weight: 700;
}

.w-800 {
  font-weight: 800;
}

.w-900 {
  font-weight: 900;
}

/*-------------------------------------------------
    [ ## Margin Element ]
*/
.mr-0 {
  margin: 0;
}

.mrt-0 {
  margin-top: 0;
}

.mrb-0 {
  margin-bottom: 0;
}

.mrl-0 {
  margin-left: 0;
}

.mrr-0 {
  margin-right: 0;
}

.mrt-5 {
  margin-top: 5px;
}

.mrb-5 {
  margin-bottom: 5px;
}

.mrl-5 {
  margin-left: 5px;
}

.mrr-5 {
  margin-right: 5px;
}

.mrt-10 {
  margin-top: 10px;
}

.mrb-10 {
  margin-bottom: 10px;
}

.mrl-10 {
  margin-left: 10px;
}

.mrr-10 {
  margin-right: 10px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrb-15 {
  margin-bottom: 15px;
}

.mrl-15 {
  margin-left: 15px;
}

.mrr-15 {
  margin-right: 15px;
}

.mrt-20 {
  margin-top: 20px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrl-20 {
  margin-left: 20px;
}

.mrr-20 {
  margin-right: 20px;
}

.mrt-25 {
  margin-top: 25px;
}

.mrb-25 {
  margin-bottom: 25px;
}

.mrl-25 {
  margin-left: 25px;
}

.mrr-25 {
  margin-right: 25px;
}

.mrt-30 {
  margin-top: 30px;
}

.mrb-30 {
  margin-bottom: 30px;
}

.mrl-30 {
  margin-left: 30px;
}

.mrr-30 {
  margin-right: 30px;
}

.mrt-35 {
  margin-top: 35px;
}

.mrb-35 {
  margin-bottom: 35px;
}

.mrl-35 {
  margin-left: 35px;
}

.mrr-35 {
  margin-right: 35px;
}

.mrt-40 {
  margin-top: 40px;
}

.mrb-40 {
  margin-bottom: 40px;
}

.mrl-40 {
  margin-left: 40px;
}

.mrr-40 {
  margin-right: 40px;
}

.mrt-45 {
  margin-top: 45px;
}

.mrb-45 {
  margin-bottom: 45px;
}

.mrl-45 {
  margin-left: 45px;
}

.mrr-45 {
  margin-right: 45px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrb-50 {
  margin-bottom: 50px;
}

.mrl-50 {
  margin-left: 50px;
}

.mrr-50 {
  margin-right: 50px;
}

.mrt-55 {
  margin-top: 55px;
}

.mrb-55 {
  margin-bottom: 55px;
}

.mrl-55 {
  margin-left: 55px;
}

.mrr-55 {
  margin-right: 55px;
}

.mrt-60 {
  margin-top: 60px;
}

.mrb-60 {
  margin-bottom: 60px;
}

.mrl-60 {
  margin-left: 60px;
}

.mrr-60 {
  margin-right: 60px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrt-65 {
  margin-top: 65px;
}

.mrb-65 {
  margin-bottom: 65px;
}

.mrl-65 {
  margin-left: 65px;
}

.mrr-65 {
  margin-right: 60px;
}

.mrt-70 {
  margin-top: 70px;
}

.mrb-70 {
  margin-bottom: 70px;
}

.mrl-70 {
  margin-left: 70px;
}

.mrr-70 {
  margin-right: 70px;
}

.mrt-75 {
  margin-top: 75px;
}

.mrb-75 {
  margin-bottom: 75px;
}

.mrl-75 {
  margin-left: 75px;
}

.mrr-75 {
  margin-right: 75px;
}

.mrt-80 {
  margin-top: 80px;
}

.mrb-80 {
  margin-bottom: 80px;
}

.mrb-85 {
  margin-bottom: 85px;
}

.mrl-80 {
  margin-left: 80px;
}

.mrr-80 {
  margin-right: 80px;
}

.mrt-90 {
  margin-top: 90px;
}

.mrb-90 {
  margin-bottom: 90px;
}

.mrl-90 {
  margin-left: 90px;
}

.mrr-90 {
  margin-right: 90px;
}

.mrt-100 {
  margin-top: 100px;
}

.mrb-100 {
  margin-bottom: 100px;
}

.mrl-100 {
  margin-left: 100px;
}

.mrr-100 {
  margin-right: 100px;
}

.mrt-105 {
  margin-top: 105px;
}

.mrb-105 {
  margin-bottom: 105px;
}

.mrl-105 {
  margin-left: 105px;
}

.mrr-105 {
  margin-right: 105px;
}

.mrt-120 {
  margin-top: 120px;
}

.mrb-120 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .mrb-120 {
    margin-bottom: 100px;
  }
}

.mrl-120 {
  margin-left: 120px;
}

.mrr-120 {
  margin-right: 120px;
}

.mrb-145 {
  margin-bottom: 145px;
}

.mrt-150 {
  margin-top: 150px;
}

.mrt-200 {
  margin-top: 200px;
}

.mrb-150 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
  .mrb-150 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .mrb-150 {
    margin-bottom: 100px;
  }
}

.mrb-155 {
  margin-bottom: 155px;
}

.mrb-170 {
  margin-bottom: 170px;
}

.mrb-175 {
  margin-bottom: 175px;
}

.mrl-150 {
  margin-left: 150px;
}

.mrr-150 {
  margin-right: 150px;
}

.mrb-185 {
  margin-bottom: 185px;
}

.mrb-190 {
  margin-bottom: 190px;
}

.mrb-195 {
  margin-bottom: 195px;
}

.mrb-200 {
  margin-bottom: 200px;
}

@media only screen and (max-width: 991px) {
  .md-mrt-60 {
    margin-top: 60px;
  }

  .md-mrb-60 {
    margin-bottom: 60px;
  }

  .md-mrt-55 {
    margin-top: 55px;
  }

  .md-mrb-55 {
    margin-bottom: 55px;
  }

  .md-mrt-50 {
    margin-top: 50px;
  }

  .md-mrb-50 {
    margin-bottom: 50px;
  }

  .md-mrt-25 {
    margin-top: 25px;
  }

  .md-mrb-25 {
    margin-bottom: 25px;
  }
}
/* Margin Top Negative Value */
.ml-t-5 {
  margin-top: -5px;
}

.ml-t-8 {
  margin-top: -8px;
}

.ml-t-058p {
  margin-top: -0.58%;
}

.ml-t-10 {
  margin-top: -10px;
}

.ml-t-15 {
  margin-top: -15px;
}

.ml-t-20 {
  margin-top: -20px;
}

.ml-t-25 {
  margin-top: -25px;
}

.ml-t-30 {
  margin-top: -30px;
}

.ml-t-35 {
  margin-top: -35px;
}

.ml-t-40 {
  margin-top: -40px;
}

.ml-t-45 {
  margin-top: -45px;
}

.ml-t-50 {
  margin-top: -50px;
}

.ml-t-55 {
  margin-top: -55px;
}

.ml-t-60 {
  margin-top: -60px;
}

.ml-t-75 {
  margin-top: -75px;
}

.ml-t-90 {
  margin-top: -90px;
}

.ml-t-105 {
  margin-top: -105px;
}

.ml-t-120 {
  margin-top: -120px;
}

.ml-t-135 {
  margin-top: -135px;
}

.ml-t-150 {
  margin-top: -150px;
}

.ml-t-165 {
  margin-top: -165px;
}

.ml-t-180 {
  margin-top: -180px;
}

.ml-t-195 {
  margin-top: -195px;
}

.ml-t-210 {
  margin-top: -210px;
}

.ml-t-225 {
  margin-top: -225px;
}

/* Margin bottom Negtive value */
.ml-b-5 {
  margin-bottom: -5px;
}

.ml-b-10 {
  margin-bottom: -10px;
}

.ml-b-15 {
  margin-bottom: -15px;
}

.ml-b-20 {
  margin-bottom: -20px;
}

.ml-b-25 {
  margin-bottom: -25px;
}

.ml-b-30 {
  margin-bottom: -30px;
}

.ml-b-35 {
  margin-bottom: -35px;
}

.ml-b-40 {
  margin-bottom: -40px;
}

.ml-b-45 {
  margin-bottom: -45px;
}

.ml-b-50 {
  margin-bottom: -50px;
}

.ml-b-55 {
  margin-bottom: -55px;
}

.ml-b-60 {
  margin-bottom: -60px;
}

.ml-b-75 {
  margin-bottom: -75px;
}

.ml-b-80 {
  margin-bottom: -80px;
}

.ml-b-90 {
  margin-bottom: -90px;
}

.ml-b-105 {
  margin-bottom: -105px;
}

.ml-b-120 {
  margin-bottom: -120px;
}

.ml-b-135 {
  margin-bottom: -135px;
}

.ml-bp-0933 {
  margin-bottom: -0.933%;
}

/* Margin for Responsive value */
@media only screen and (max-width: 767px) {
  .mrb-m-30 {
    margin-bottom: 30px;
  }

  .mrb-m-45 {
    margin-bottom: 45px;
  }

  .mrb-m-60 {
    margin-bottom: 60px;
  }

  .mr-m-0 {
    margin: 0;
  }
}
/*-------------------------------------------------
    [ ## Padding Element ]
*/
.pd-0 {
  padding: 0;
}

.pd-t-0 {
  padding-top: 0;
}

.pd-b-0 {
  padding-bottom: 0;
}

.pd-l-0 {
  padding-left: 0;
}

.pd-r-0 {
  padding-right: 0;
}

.pd-t-5 {
  padding-top: 5px;
}

.pd-b-5 {
  padding-bottom: 5px;
}

.pd-l-5 {
  padding-left: 5px;
}

.pd-r-5 {
  padding-right: 5px;
}

.pd-t-10 {
  padding-top: 10px;
}

.pd-b-10 {
  padding-bottom: 10px;
}

.pd-l-10 {
  padding-left: 10px;
}

.pd-r-10 {
  padding-right: 10px;
}

.pd-t-15 {
  padding-top: 15px;
}

.pd-b-15 {
  padding-bottom: 15px;
}

.pd-l-15 {
  padding-left: 15px;
}

.pd-r-15 {
  padding-right: 15px;
}

.pd-t-20 {
  padding-top: 20px;
}

.pd-b-20 {
  padding-bottom: 20px;
}

.pd-l-20 {
  padding-left: 20px;
}

.pd-r-20 {
  padding-right: 20px;
}

.pd-t-25 {
  padding-top: 25px;
}

.pd-b-25 {
  padding-bottom: 25px;
}

.pd-l-25 {
  padding-left: 25px;
}

.pd-r-25 {
  padding-right: 25px;
}

.pd-t-30 {
  padding-top: 30px;
}

.pd-b-30 {
  padding-bottom: 30px;
}

.pd-l-30 {
  padding-left: 30px;
}

.pd-r-30 {
  padding-right: 30px;
}

.pd-t-35 {
  padding-top: 35px;
}

.pd-b-35 {
  padding-bottom: 35px;
}

.pd-l-35 {
  padding-left: 35px;
}

.pd-r-35 {
  padding-right: 35px;
}

.pd-t-40 {
  padding-top: 40px;
}

.pd-b-40 {
  padding-bottom: 40px;
}

.pd-l-40 {
  padding-left: 40px;
}

.pd-r-40 {
  padding-right: 40px;
}

.pd-t-45 {
  padding-top: 45px;
}

.pd-b-45 {
  padding-bottom: 45px;
}

.pd-l-45 {
  padding-left: 45px;
}

.pd-r-45 {
  padding-right: 45px;
}

.pd-t-50 {
  padding-top: 50px;
}

.pd-b-50 {
  padding-bottom: 50px;
}

.pd-l-50 {
  padding-left: 50px;
}

.pd-r-50 {
  padding-right: 50px;
}

.pd-t-60 {
  padding-top: 60px;
}

.pd-b-60 {
  padding-bottom: 60px;
}

.pd-l-60 {
  padding-left: 60px;
}

.pd-r-60 {
  padding-right: 60px;
}

.pd-t-70 {
  padding-top: 70px;
}

.pd-b-70 {
  padding-bottom: 70px;
}

.pd-l-70 {
  padding-left: 70px;
}

.pd-r-70 {
  padding-right: 70px;
}

.pd-t-75 {
  padding-top: 75px;
}

.pd-b-75 {
  padding-bottom: 75px;
}

.pd-l-75 {
  padding-left: 75px;
}

.pd-r-75 {
  padding-right: 75px;
}

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

.pd-t-80 {
  padding-top: 80px;
}

.pd-b-80 {
  padding-bottom: 80px;
}

.pd-l-80 {
  padding-left: 80px;
}

.pd-r-80 {
  padding-right: 80px;
}

.pd-t-90 {
  padding-top: 90px;
}

.pd-b-90 {
  padding-bottom: 90px;
}

.pd-l-90 {
  padding-left: 90px;
}

.pd-r-90 {
  padding-right: 90px;
}

.pd-t-100 {
  padding-top: 100px;
}

.pd-b-100 {
  padding-bottom: 100px;
}

.pd-l-100 {
  padding-left: 100px;
}

.pd-r-100 {
  padding-right: 100px;
}

.pd-t-105 {
  padding-top: 105px;
}

.pd-b-105 {
  padding-bottom: 105px;
}

.pd-l-105 {
  padding-left: 105px;
}

.pd-r-105 {
  padding-right: 105px;
}

.pd-t-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pd-t-120 {
    padding-top: 100px;
  }
}

.pd-b-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pd-b-120 {
    padding-bottom: 100px;
  }
}

.pd-l-120 {
  padding-left: 120px;
}

.pd-r-120 {
  padding-right: 120px;
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.pd-t-135 {
  padding-top: 135px;
}

.pd-b-135 {
  padding-bottom: 135px;
}

.pd-l-135 {
  padding-left: 135px;
}

.pd-r-135 {
  padding-right: 135px;
}

.pd-t-140 {
  padding-top: 140px;
}

.pd-b-140 {
  padding-bottom: 140px;
}

.pd-l-140 {
  padding-left: 140px;
}

.pd-r-140 {
  padding-right: 140px;
}

.pd-t-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 1199px) {
  .pd-t-150 {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .pd-t-150 {
    padding-top: 100px;
  }
}

.pd-b-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
  .pd-b-150 {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .pd-b-150 {
    padding-bottom: 100px;
  }
}

.pd-l-150 {
  padding-left: 150px;
}

.pd-r-150 {
  padding-right: 150px;
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 1199px) {
  .ptb-150 {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.pd-t-165 {
  padding-top: 165px;
}

.pd-b-165 {
  padding-bottom: 165px;
}

.pd-l-165 {
  padding-left: 165px;
}

.pd-r-165 {
  padding-right: 165px;
}

.pd-t-180 {
  padding-top: 180px;
}

.pd-b-170 {
  padding-bottom: 170px;
}

.pd-b-180 {
  padding-bottom: 180px;
}

.pd-l-180 {
  padding-left: 180px;
}

.pd-r-180 {
  padding-right: 180px;
}

.pd-t-195 {
  padding-top: 195px;
}

.pd-b-195 {
  padding-bottom: 195px;
}

.pd-l-195 {
  padding-left: 195px;
}

.pd-r-195 {
  padding-right: 195px;
}

.pd-t-200 {
  padding-top: 200px;
}

.pd-b-200 {
  padding-bottom: 200px;
}

.pd-l-200 {
  padding-left: 200px;
}

.pd-r-200 {
  padding-right: 200px;
}

.pd-t-205 {
  padding-top: 205px;
}

.pd-b-205 {
  padding-bottom: 205px;
}

.pd-l-205 {
  padding-left: 205px;
}

.pd-r-205 {
  padding-right: 205px;
}

.pd-t-210 {
  padding-top: 210px;
}

.pd-t-220 {
  padding-top: 220px;
}

.pd-b-220 {
  padding-bottom: 220px;
}

.pd-l-220 {
  padding-left: 220px;
}

.pd-r-220 {
  padding-right: 220px;
}

.pd-t-225 {
  padding-top: 225px;
}

.pd-b-225 {
  padding-bottom: 225px;
}

.pd-l-225 {
  padding-left: 225px;
}

.pd-r-225 {
  padding-right: 225px;
}

.pd-t-235 {
  padding-top: 235px;
}

.pd-b-235 {
  padding-bottom: 235px;
}

.pd-l-235 {
  padding-left: 235px;
}

.pd-r-235 {
  padding-right: 220px;
}

.pd-t-240 {
  padding-top: 240px;
}

.pd-t-255 {
  padding-top: 255px;
}

@media only screen and (max-width: 992px) {
  .pm-tb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-b-90 {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 992px) {
  .pm-t-0 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .pdmX-60 {
    padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .pdms-30 {
    padding: 30px;
  }
}

/*-------------------------------------------------
    [ ## Color Element ]
*/
.color-white {
  color: white;
}

.color-white-im {
  color: white !important;
}

.color-snow {
  color: #eff2f7;
}

.color-zumthor {
  color: #eaf1ff;
}

.color-white-smoke {
  color: #21252e;
}

.color-gainsboro {
  color: #dddddd;
}

.color-silver {
  color: #c3c3c3;
}

.color-dim-gray {
  color: #454545;
}

.color-dim-gray-im {
  color: #454545 !important;
}

.color-gray {
  color: #767676;
}

.color-suva-grey {
  color: #efefef;
}

.color-matterhorn {
  color: #795548;
}

.color-night-rider {
  color: #2d2d2d;
}

.color-eclipse {
  color: #3c3c3c;
}

.color-blue-violet {
  color: #716aa0;
}

.color-medium-slate-blue {
  color: #b588fb;
}

.color-soft-nero {
  color: #2a2a2a;
}

.color-nero {
  color: #191919;
}

.color-black {
  color: black;
}

.color-hr-dv-orange {
  color: #f74a05;
}

.color-deep-cerise {
  color: #e51681;
}

.color-zinnwaldite {
  color: #eabeab;
}

.color-silver-tree {
  color: #53b596;
}

.color-medium-purple {
  color: #9657f6;
}

.color-curious-blue {
  color: #7486f6;
}

.text-white {
  color: white;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5 {
  color: white !important;
}

/*-------------------------------------------------
    [ ## Background Element ]
*/
.bg-white {
  background-color: white;
}

.bg-snow {
  background-color: #eff2f7;
}

.bg-zumthor {
  background-color: #eaf1ff;
}

.bg-lavender {
  background-color: #eeedfd;
}

.bg-white-smoke {
  background-color: #21252e;
}

.bg-gainsboro {
  background-color: #dddddd;
}

.bg-silver {
  background-color: #c3c3c3;
}

.bg-dim-gray {
  background-color: #454545;
}

.bg-gray {
  background-color: #767676;
}

.bg-suva-grey {
  background-color: #efefef;
}

.bg-green {
  background-color: #498c2f;
}

.bg-purple {
  background-color: #8a35e7;
}

.bg-red {
  background-color: #9b2182;
}

.bg-yellow {
  background-color: #fdca2e;
}

.bg-matterhorn {
  background-color: #795548;
}

.bg-golden {
  background-color: #eaad11;
}

.bg-turquoise {
  background-color: #27848a;
}

.bg-night-rider {
  background-color: #2d2d2d;
}

.bg-eclipse {
  background-color: #3c3c3c;
}

.bg-blue-violet {
  background-color: #716aa0;
}

.bg-medium-slate-blue {
  background-color: #b588fb;
}

.bg-soft-nero {
  background-color: #2a2a2a;
}

.bg-nero {
  background-color: #191919;
}

.bg-soft-black {
  background-color: #181d31;
}

.bg-black {
  background-color: black;
}

.bg-hr-dv-orange {
  background-color: #f74a05;
}

.bg-deep-cerise {
  background-color: #e51681;
}

.bg-black-russian {
  background-color: #12141c;
}

.bg-black-russian-2 {
  background-color: #555555;
}

.bg-black-russian-3 {
  background-color: #13152e;
}

.bg-midnight-express {
  background-color: #1b1d38;
}

.bg-zinnwaldite {
  background-color: #eabeab;
}

.bg-silver-tree {
  background-color: #53b596;
}

.bg-medium-purple {
  background-color: #9657f6;
}

.bg-curious-blue {
  background-color: #7486f6;
}

.bg-primary {
  background-color: #fa163f !important;
}

/*-------------------------------------------------
    [ ## Extra Background ]
*/
.bar-blue-violet .swiper-scrollbar-drag {
  background-color: #716aa0;
}

/*-------------------------------------------------
    [ ## SVG Fill ]
*/
.svg-white path {
  fill: white;
}

.svg-snow path {
  fill: #eff2f7;
}

.svg-white-smoke path {
  fill: #f4f7fc;
}

.svg-gainsboro path {
  fill: #dddddd;
}

.svg-silver path {
  fill: #c3c3c3;
}

.svg-dim-gray path {
  fill: #454545;
}

.svg-gray path {
  fill: #767676;
}

.svg-suva-grey path {
  fill: #efefef;
}

.svg-matterhorn path {
  fill: #795548;
}

.svg-night-rider path {
  fill: #2d2d2d;
}

.svg-eclipse path {
  fill: #3c3c3c;
}

.svg-blue-violet path {
  fill: #716aa0;
}

.svg-soft-nero path {
  fill: #2a2a2a;
}

.svg-nero path {
  fill: #191919;
}

.svg-soft-black path {
  fill: #181d31;
}

.svg-black path {
  fill: black;
}

/*-------------------------------------------------
    [ ## Social Element ]
*/
.fb-color {
  color: #3b5998;
}

.fb-bg {
  background-color: #3b5998;
}

.tw-color {
  color: #1da1f2;
}

.tw-bg {
  background-color: #1da1f2;
}

.yt-color {
  color: #ff0000;
}

.yt-bg {
  background-color: #ff0000;
}

.in-color {
  color: #c32aa3;
}

.in-bg {
  background-color: #c32aa3;
}

.pin-color {
  color: #bd081c;
}

.pin-bg {
  background-color: #bd081c;
}

.lid-color {
  color: #007bb5;
}

.lid-bg {
  background-color: #007bb5;
}

.gplus-color {
  color: #db4437;
}

.gplus-bg {
  background-color: #db4437;
}

.drib-color {
  color: #ea4c89;
}

.drib-bg {
  background-color: #ea4c89;
}

.drib-color {
  color: #ea4c89;
}

.drib-bg {
  background-color: #ea4c89;
}

.dbart-color {
  color: #05cc47;
}

.dbart-bg {
  background-color: #05cc47;
}

.bh-color {
  color: #053eff;
}

.bh-bg {
  background-color: #053eff;
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-image-right {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}

.bg-image-100 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.hg-background {
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: -2;
}

.bg-overlay {
  position: relative;
}
.bg-overlay:before {
  content: "";
  position: absolute;
  background-color: black;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.bg-overlay > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-primary {
  position: relative;
}
.bg-overlay-primary:before {
  content: "";
  position: absolute;
  background-color: #fa163f;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.92;
}
.bg-overlay-primary > div {
  position: relative;
  z-index: 2;
}

.bg-overlay-gradient {
  position: relative;
}
.bg-overlay-gradient:before {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(35deg, #7486f6, #fa163f);
  background: linear-gradient(55deg, #7486f6, #fa163f);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.bg-overlay-gradient > div {
  position: relative;
  z-index: 2;
}

.overlay-bg-snow {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.overlay-bg-snow:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overlay-bg-snow-95 {
  position: relative;
  background-size: cover;
  background-position: center center;
}
.overlay-bg-snow-95:before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*-------------------------------------------------
    [ ## Lists ]
*/
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
}

.remove-broswer-defult {
  list-style: none;
  padding: 0;
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*-------------------------------------------------
    [ ## Post, Page, Comments Table ]
*/
body:not(.woocommerce-page) .article-content table,
body:not(.bbpress) .article-content table,
body:not(.buddypress) .article-content table {
  margin-bottom: 30px;
}
body:not(.woocommerce-page) .article-content table td, body:not(.woocommerce-page) .article-content table th,
body:not(.bbpress) .article-content table td,
body:not(.bbpress) .article-content table th,
body:not(.buddypress) .article-content table td,
body:not(.buddypress) .article-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

.comment-content table {
  margin-bottom: 30px;
}
.comment-content table td, .comment-content table th {
  border: 1px solid #dddddd;
  padding: 15px;
}

/*-------------------------------------------------
    [ # Button Links ]
*/
.btn-links-area {
  margin: 0px -2px;
}
.btn-links-area .btn-links {
  border: 0 solid;
  margin: 0 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  font-size: 30px;
  padding: 0;
  position: relative;
  height: 35px;
  width: 40px;
  line-height: 35px;
  border-radius: 50%;
  text-align: right;
  background-color: transparent;
}
.btn-links-area .btn-links.btn-prev > span {
  position: relative;
  top: -1px;
}
.btn-links-area .btn-links:hover {
  color: #fa163f;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .btn-links-area.text-right {
    text-align: left !important;
    margin-bottom: 25px;
  }
  .btn-links-area .btn-links {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .btn-links-area .btn-links {
    font-size: 26px;
  }
}

/*-------------------------------------------------
    [ ## All Card Style ]
*/
.card-center {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media only screen and (max-width: 1199px) {
  .card-center {
    padding: 0;
  }
}
.card-center .card-icon {
  margin-bottom: 25px;
  line-height: 115px;
}
@media only screen and (max-width: 767px) {
  .card-center .card-icon {
    margin-bottom: 20px;
  }
}
.card-center.card-box {
  padding: 40px 30px 35px;
  background-color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.card-center.card-box .card-icon {
  line-height: 65px;
}
.card-center.card-box .card-info .heading {
  margin-bottom: 15px;
}

.card-icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1199px) {
  .card-icon-right {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 420px) {
  .card-icon-right {
    display: block;
  }
}
.card-icon-right .card-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  max-width: 110px;
}
@media only screen and (max-width: 1199px) {
  .card-icon-right .card-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
  }
}
@media only screen and (max-width: 420px) {
  .card-icon-right .card-icon {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.card-icon-right .card-info {
  padding-left: 25px;
}
@media only screen and (max-width: 1199px) {
  .card-icon-right .card-info {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 420px) {
  .card-icon-right .card-info {
    padding-left: 0px;
  }
}

/*-------------------------------------------------
    [ ## Search ]
*/
.videopopupjs1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.videopopupjs1 .videopopupjs__content {
  margin-top: 0;
  height: 500px;
}

/*-------------------------------------------------
    [ ## Search ]
*/
.search-wrap {
  position: relative;
}
.search-wrap .search-btn {
  cursor: pointer;
  font-size: 16px;
  color: #ccd0d5;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: auto;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
}
.search-wrap .search-btn:hover {
  color: #fa163f;
}
.search-wrap .search-btn.active i:before {
  content: "\f00d";
}
.search-wrap .search-form {
  background-color: #21252e;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
  display: none;
  height: 70px;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: calc(100% + 32px);
  width: 450px;
  z-index: 99;
}
@media only screen and (max-width: 1199px) {
  .search-wrap .search-form {
    top: calc(100% + 24px);
  }
}
.search-wrap .search-form input[type="search"] {
  border: 1px solid #2a2d33;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 85%;
  background-color: transparent;
  color: #d3d3d5;
}
.search-wrap .search-form button, .search-wrap .search-form input[type="button"], .search-wrap .search-form input[type="reset"], .search-wrap .search-form input[type="submit"] {
  background-color: #fa163f;
  border: 0 solid;
  float: left;
  height: 50px;
  width: 15%;
  color: white;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.search-wrap .search-form button:hover, .search-wrap .search-form input[type="button"]:hover, .search-wrap .search-form input[type="reset"]:hover, .search-wrap .search-form input[type="submit"]:hover {
  opacity: 0.8;
}

.search-page-search-form {
  background-color: #21252e;
  height: 70px;
  padding: 10px;
  text-align: right;
  width: 100%;
  z-index: 99;
}
.search-page-search-form input[type="search"] {
  border: 1px solid #2a2d33;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: calc(100% - 60px);
  background-color: transparent;
  color: #d3d3d5;
}
.search-page-search-form button, .search-page-search-form input[type="button"], .search-page-search-form input[type="reset"], .search-page-search-form input[type="submit"] {
  background-color: #fa163f;
  border: 0 solid;
  float: left;
  height: 50px;
  width: 60px;
  color: white;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.search-page-search-form button:hover, .search-page-search-form input[type="button"]:hover, .search-page-search-form input[type="reset"]:hover, .search-page-search-form input[type="submit"]:hover {
  opacity: 0.8;
}

/*-------------------------------------------------
    [ ## Animation Circle ]
*/
.animation-circle-inverse > span {
  background: rgba(255, 255, 255, 0.3);
  right: 0;
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-animation: circleWater 4s linear infinite;
  animation: circleWater 4s linear infinite;
}
.animation-circle-inverse > span:nth-child(2) {
  -webkit-animation: circleWater2 4s linear infinite;
  animation: circleWater2 4s linear infinite;
}
.animation-circle-inverse > span:nth-child(3) {
  -webkit-animation: circleWater3 4s linear infinite;
  animation: circleWater3 4s linear infinite;
}

/*-------------------------------------------------
    [ ## Carousel Nav Dots & Carousel Align Center ]
*/
.carousel-nav-align-center .owl-nav > div {
  display: inline-block;
  color: white;
  font-size: 18px;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #21252e;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  .carousel-nav-align-center .owl-nav > div {
    width: 45px;
    height: 45px;
    font-size: 15px;
  }
}
.carousel-nav-align-center .owl-nav > div i {
  display: inline-block;
}
.carousel-nav-align-center .owl-nav > div.owl-prev {
  left: 25px;
}
@media only screen and (max-width: 1199px) {
  .carousel-nav-align-center .owl-nav > div.owl-prev {
    left: 15px;
  }
}
.carousel-nav-align-center .owl-nav > div.owl-next {
  right: 25px;
}
@media only screen and (max-width: 1199px) {
  .carousel-nav-align-center .owl-nav > div.owl-next {
    right: 15px;
  }
}
.carousel-nav-align-center .owl-nav > div:hover {
  color: white;
  background-color: #fa163f;
}

.carousel-nav-dots .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.carousel-nav-dots .owl-dots > div {
  margin: 6px 5px;
}
.carousel-nav-dots .owl-dots > div > span {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: block;
  height: 8px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 8px;
}
.carousel-nav-dots .owl-dots > div.active > span {
  background-color: white !important;
  height: 12px;
  width: 12px;
}

/*-------------------------------------------------
    [ ## Scroll Top ]
*/
.topbutton {
  color: white;
  bottom: 50px;
  display: block;
  height: 60px;
  line-height: 60px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
  font-size: 20px;
  border-radius: 50%;
  background-color: #fa163f;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}
.topbutton.btn-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.topbutton.btn-hide {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.topbutton:hover {
  color: white !important;
  opacity: 0.9;
}
.topbutton:focus {
  color: white !important;
}

/*-------------------------------------------
  -- Animations
-------------------------------------------*/
[data-animate] {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

/* Fade In Up */
@-webkit-keyframes social-share {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes social-share {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes round360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInUp {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInUp {
  -webkit-animation-name: hg-fadeInUp;
  animation-name: hg-fadeInUp;
}

@-webkit-keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 3000px 0%;
  }
}
@keyframes slideUp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 3000px 0%;
  }
}
/* Fade In Up */
@-webkit-keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInUp50 {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInUp50 {
  -webkit-animation-name: hg-fadeInUp50;
  animation-name: hg-fadeInUp50;
}

/* Fade In Down */
@-webkit-keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInDown {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(0, -1.25rem, 0);
    transform: translate3d(0, -1.25rem, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInDown {
  -webkit-animation-name: hg-fadeInDown;
  animation-name: hg-fadeInDown;
}

/* Fade In Left */
@-webkit-keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInLeft {
  -webkit-animation-name: hg-fadeInLeft;
  animation-name: hg-fadeInLeft;
}

/* Fade In Right */
@-webkit-keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes hg-fadeInRight {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.hg-fadeInRight {
  -webkit-animation-name: hg-fadeInRight;
  animation-name: hg-fadeInRight;
}

/* Zoom In */
@-webkit-keyframes hg-zoomIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomIn {
  -webkit-animation-name: hg-zoomIn;
  animation-name: hg-zoomIn;
}

/* Zoom Out In */
@-webkit-keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomOutIn {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomOutIn {
  -webkit-animation-name: hg-zoomOutIn;
  animation-name: hg-zoomOutIn;
}

/* Zoom In Short */
@-webkit-keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hg-zoomInShort {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hg-zoomInShort {
  -webkit-animation-name: hg-zoomInShort;
  animation-name: hg-zoomInShort;
}

@-webkit-keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@keyframes play-pluse {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

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

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes top-down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

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

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

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

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes down-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

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

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes down-top1 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

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

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes down-top1 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

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

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

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

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes down-top2 {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

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

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

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

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes left-right {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

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

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

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

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes right-left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

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

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/* Star Push Effect */
@-webkit-keyframes starPush {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: scale(0.6) rotate(180deg);
    transform: scale(0.6) rotate(180deg);
  }
}
@keyframes starPush {
  0% {
    opacity: 0.5;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: scale(0.6) rotate(180deg);
    transform: scale(0.6) rotate(180deg);
  }
}
/* Icon Hover Effect */
@-webkit-keyframes iconTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

  51% {
    opacity: 1;
  }
}
@keyframes iconTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

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

  51% {
    opacity: 1;
  }
}
/* Man Coin Effect */
@-webkit-keyframes manCoin {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  10% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

  80% {
    opacity: 1;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-275px);
    transform: translateX(-275px);
  }
}
@keyframes manCoin {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  10% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }

  80% {
    opacity: 1;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-275px);
    transform: translateX(-275px);
  }
}
/* line One Effect */
@-webkit-keyframes lineOne {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(65px, -50px, 0);
    transform: translate3d(65px, -50px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lineOne {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(65px, -50px, 0);
    transform: translate3d(65px, -50px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes lineOneReverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lineOneReverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes lineTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-75px, -65px, 0);
    transform: translate3d(-75px, -65px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lineTwo {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-75px, -65px, 0);
    transform: translate3d(-75px, -65px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes lineTwoReverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lineTwoReverse {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes lineThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  20% {
    -webkit-transform: translate3d(-70px, 80px, 0);
    transform: translate3d(-70px, 80px, 0);
    opacity: 1;
  }

  90% {
    opacity: 1;
    -webkit-transform: translate3d(-300px, 310px, 0);
    transform: translate3d(-300px, 310px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-360px, 380px, 0);
    transform: translate3d(-360px, 380px, 0);
  }
}
@keyframes lineThree {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  20% {
    -webkit-transform: translate3d(-70px, 80px, 0);
    transform: translate3d(-70px, 80px, 0);
    opacity: 1;
  }

  90% {
    opacity: 1;
    -webkit-transform: translate3d(-300px, 310px, 0);
    transform: translate3d(-300px, 310px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-360px, 380px, 0);
    transform: translate3d(-360px, 380px, 0);
  }
}
/* triangle Effect */
@-webkit-keyframes triangle {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  33% {
    -webkit-transform: translate3d(-120px, 150px, 0) rotate(180deg);
    transform: translate3d(-120px, 150px, 0) rotate(180deg);
  }

  67% {
    -webkit-transform: translate3d(130px, 130px, 0) rotate(380deg);
    transform: translate3d(130px, 130px, 0) rotate(380deg);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0) rotate(180deg);
    transform: translate3d(0px, 0px, 0) rotate(180deg);
  }
}
@keyframes triangle {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  33% {
    -webkit-transform: translate3d(-120px, 150px, 0) rotate(180deg);
    transform: translate3d(-120px, 150px, 0) rotate(180deg);
  }

  67% {
    -webkit-transform: translate3d(130px, 130px, 0) rotate(380deg);
    transform: translate3d(130px, 130px, 0) rotate(380deg);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0) rotate(180deg);
    transform: translate3d(0px, 0px, 0) rotate(180deg);
  }
}
@-webkit-keyframes triangle2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  33% {
    -webkit-transform: translate3d(-200px, 170px, 0);
    transform: translate3d(-200px, 170px, 0);
  }

  67% {
    -webkit-transform: translate3d(50px, 155px, 0);
    transform: translate3d(50px, 155px, 0);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
  }
}
@keyframes triangle2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  33% {
    -webkit-transform: translate3d(-200px, 170px, 0);
    transform: translate3d(-200px, 170px, 0);
  }

  67% {
    -webkit-transform: translate3d(50px, 155px, 0);
    transform: translate3d(50px, 155px, 0);
  }

  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
  }
}
/* circle Effect */
@-webkit-keyframes circleEffect {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0;
  }

  10% {
    -webkit-transform: translate3d(-20px, 30px, 0);
    transform: translate3d(-20px, 30px, 0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translate3d(-163px, 115px, 0);
    transform: translate3d(-163px, 115px, 0);
  }

  100% {
    -webkit-transform: translate3d(169px, 115px, 0);
    transform: translate3d(169px, 115px, 0);
  }
}
@keyframes circleEffect {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/* rectangle Effect */
@-webkit-keyframes rectangle {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@keyframes rectangle {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0.0;
  }
}
@keyframes circleWater {
  0% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0.3;
  }

  100% {
    -webkit-transform: scale(8.5);
    transform: scale(8.5);
    opacity: 0.0;
  }
}
@-webkit-keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}
@keyframes circleWater2 {
  0% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }

  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
  }
}
@-webkit-keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}
@keyframes circleWater3 {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  100% {
    -webkit-transform: scale(3.5);
    transform: scale(3.5);
  }
}
@keyframes topDownHero {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(120%);
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes lineHero {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-90%);
  }

  100% {
    transform: translateX(0);
  }
}
@keyframes rightHero {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(110%);
  }

  100% {
    transform: translateX(0);
  }
}
@keyframes leftHero {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(-115%);
  }

  100% {
    transform: translateX(0);
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }

  to {
    visibility: hidden;
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }

  to {
    visibility: visible;
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*-------------------------------------------------
    [ ## Others Element ]
*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .items-three-1199 [class*='col-'] {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .items-two-1199 [class*='col-'] {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.block-img {
  display: block;
}

.mfp-close {
  color: white !important;
}

.full-content {
  float: none;
  margin: auto;
}

.full-width {
  width: 100%;
}

.bg-cover {
  background-size: cover;
  background-position: center center;
}

[data-bg-image] {
  background-size: cover;
  background-position: 50%;
}

.no-border {
  border: 0 none !important;
}

.overflow-hide {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.fl-none {
  float: none !important;
}

@media only screen and (max-width: 800px) {
  .mb-fl-none {
    float: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .mb-text-center {
    text-align: center !important;
  }
}

.owl-carousel .owl-item img {
  width: auto;
}

@media only screen and (min-width: 1367px) {
  .container-main {
    max-width: 1330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-main {
    max-width: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 575px) {
  .container {
    max-width: 450px;
  }
}
.border-bottom {
  border-bottom: 1px solid #9657f6;
}

.site-content {
  overflow: hidden;
}

.bg-gradient {
  background-image: linear-gradient(-40deg, #f5f2ff 10%, #f9f7ff 10%, #f9f7ff 20%, #f5f2ff 20%, #f5f2ff 30%, #f1edff 30%, #f1edff 40%, #f5f2ff 40%, #f5f2ff 48%, #f9f7ff 48%, #f9f7ff 80%, #f5f2ff 80%, #f5f2ff 90%, #f1edff 90%, #f1edff 100%);
  background-size: 100% 62%;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*-------------------------------------------------
    # Forms
*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

input[type="submit"]:hover {
  color: white;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: white;
  font-family: "Poppins", sans-serif;
}

.btn-default {
  border: 0px solid #2a2d33;
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
  background-color: #fa163f;
  text-transform: capitalize;
  position: relative;
  z-index: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}
.btn-default:hover, .btn-default:focus {
  background-color: #edf3f7 !important;
  color: #fa163f !important;
}
.btn-default.btn-red {
  border: 2px solid white;
  background-color: #ff3a46;
  padding: 17px 40px 15px;
  color: white;
}
.btn-default.btn-red:hover, .btn-default.btn-red:focus {
  background-color: #9b2182 !important;
}

.btn-primary.active:focus:not(:disabled):not(.disabled),
.btn-primary:focus {
  box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0);
}

.btn-primary {
  color: white;
  background-color: #fa163f;
  border-color: #fa163f;
}
.btn-primary:focus, .btn-primary:active, .btn-primary:hover {
  color: #fa163f !important;
  background-color: #F9F9F9 !important;
  border: 1px solid #2a2d33;
}

.btn-white {
  background-color: white;
  color: #fa163f;
}
.btn-white:focus, .btn-white:hover {
  background-color: #fa163f !important;
  color: white !important;
}

.form-group-btn {
  margin: -10px;
}
.form-group-btn > [class*='btn-'] {
  margin: 10px;
  display: inline-block;
}
.form-group-btn .btn-video {
  width: 65px;
  height: 65px;
}
@media only screen and (max-width: 575px) {
  .form-group-btn {
    margin: -7px;
  }
  .form-group-btn > [class*='btn-'] {
    margin: 7px;
  }
}

.video-btn {
  position: relative;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  z-index: 0;
}
.video-btn:after {
  display: block;
  content: '';
  width: 95px;
  height: 95px;
  line-height: 95px;
  border-radius: 50%;
  background-color: #fa163f;
  position: absolute;
  opacity: 0.2;
  text-align: center;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.video-btn:before {
  display: block;
  content: '';
  width: 105px;
  height: 105px;
  line-height: 105px;
  border-radius: 50%;
  background-color: #fa163f;
  opacity: 0.42;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: play-pluse 1500ms ease-out infinite;
  animation: play-pluse 1500ms ease-out infinite;
}
.video-btn:hover, .video-btn:focus {
  color: white;
}
.video-btn > span {
  color: #fa163f;
  position: relative;
  z-index: 5;
  background-color: white;
  display: block;
  border-radius: inherit;
  height: 100%;
  width: 100%;
  line-height: 85px;
}
.video-btn > span:before {
  font-size: 30px;
}

.comment-navigation .nav-links a {
  background: white;
  display: inline-block;
  padding: 0.5em 1.8em;
  letter-spacing: 0.02em;
}
.comment-navigation .nav-links a:hover {
  color: white;
}

.mfp-wrap button:hover, .mfp-wrap input[type="button"]:hover, .mfp-wrap input[type="reset"]:hover, .mfp-wrap input[type="submit"]:hover {
  background: transparent !important;
}

.btn-play {
  padding: 15px;
  display: inline-block;
  font-size: 16px;
  height: 55px;
  width: 55px;
  line-height: 25px;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline: none;
}

input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #d3d3d5 !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #d3d3d5 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: none;
  vertical-align: baseline;
  font-size: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

label {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (max-width: 480px) {
  label {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

::-webkit-input-placeholder {
  color: #d3d3d5;
  opacity: 0.8;
}

:-moz-placeholder {
  color: #d3d3d5;
  opacity: 0.8;
}

::-moz-placeholder {
  color: #d3d3d5;
  opacity: 0.8;
}

:-ms-input-placeholder {
  color: #d3d3d5;
}

/*--------Nice Select----------*/
.select-custom {
  border-radius: 5px;
  background-color: white;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  height: 50px;
  line-height: 54px;
  border-radius: 0px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  text-align: left !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border: 1px solid #2a2d33;
}
@media only screen and (max-width: 575px) {
  .select-custom {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.select-custom:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 5px;
  color: #d3d3d5;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-weight: 800;
}
@media only screen and (max-width: 575px) {
  .select-custom:after {
    right: 15px;
  }
}
.select-custom .list {
  background-color: white;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  min-height: 50px;
  max-height: 200px;
}
.select-custom .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.select-custom.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.select-custom.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  min-height: 50px;
  max-height: 200px;
  overflow-y: scroll;
}
.select-custom.open .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.select-custom .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.select-custom .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.select-custom .option.disabled:after {
  border-color: #cccccc;
}
.select-custom .option:hover {
  background-color: #fa163f;
  color: white;
}
.select-custom .current {
  display: block;
  opacity: 0.8;
}

.select-custom:focus {
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  background: none;
  color: #727272;
}

.form-group {
  margin-bottom: 30px;
}

.form-controller {
  border-radius: 0px;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid #3d414a;
  background-color: transparent;
  width: 100%;
  height: 50px;
  outline: none;
  padding: 5px 0px;
  color: #d3d3d5;
}
.form-controller:focus {
  border-color: #fa163f;
}

textarea.form-controller {
  padding-top: 10px;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  color: #1d2331;
  position: relative;
  padding-left: 23px;
  line-height: 1.2em;
  text-transform: capitalize;
  cursor: pointer;
}
input[type="radio"] + label:before {
  border: 3px solid #B9BEC0;
  content: "";
  height: 14px;
  left: 1px;
  position: absolute;
  top: 3px;
  -webkit-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
  width: 14px;
  background-color: white;
  border-radius: 50%;
}
input[type="radio"]:checked + label:before {
  border-color: #07C1FE;
  background-color: #fa163f;
}

.post-password-form input[type="password"] {
  font-size: 14px;
  border: 1px solid #f0f0f0;
  outline: none;
  box-sizing: border-box;
  padding: 10px;
}
.post-password-form input[type="submit"] {
  padding: 15px 30px;
  position: relative;
  top: 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .never ending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Header Content
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100%;
  background-color: #fa163f;
  overflow: hidden;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader .preloader-inner .preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}
.preloader .preloader-inner .preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: white;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}
.preloader .preloader-inner .preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
/*-------------------------------------------------
    [ ## Header ]
*/
.site-navigation {
  padding: 0;
}
@media only screen and (max-width: 1366px) {
  .site-navigation .container-main {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .site-navigation {
    display: none;
  }
}
.site-navigation .navigation-area {
  padding: 5px 0;
  -moz-box-align: center;
  -moz-box-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.header-navigation-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-navigation-right > div {
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .header-navigation-right > div {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .header-navigation-right > div.language-area {
    display: none;
  }
}
.header-navigation-right > div:first-child {
  padding-left: 0;
}
.header-navigation-right .bookmark-film {
  margin-right: -5px;
}

.navigation-area {
  min-height: 70px;
}
.navigation-area .site-branding,
.navigation-area .header-navigation-right {
  min-width: 280px;
}
@media only screen and (max-width: 575px) {
  .navigation-area .site-branding,
  .navigation-area .header-navigation-right {
    min-width: auto;
  }
}
.navigation-area .site-branding a {
  display: inline-block;
}

.language-area .language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-area .language #languageButton {
  border: 0px solid;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  color: white;
}
.language-area .language #languageButton:after {
  margin-left: 1px;
  border-top: 5px solid #d3d3d5;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: relative;
  top: 1px;
}
.language-area .language #languageButton > img {
  margin-right: 5px;
  margin-top: -2px;
}
.language-area .language .dropdown-menu {
  top: 60px !important;
  z-index: 999;
  min-width: 55px;
  background-color: #21252e;
}
@media only screen and (max-width: 1199px) {
  .language-area .language .dropdown-menu {
    top: 27px !important;
  }
}
.language-area .language .dropdown-menu > a {
  display: block;
  padding: 4px 15px;
  font-size: 15px;
  font-weight: 500;
  color: white;
}
.language-area .language .dropdown-menu > a > img {
  margin-right: 5px;
}
.language-area .language .dropdown-menu > a:hover, .language-area .language .dropdown-menu > a:focus {
  background-color: #fa163f;
  color: white;
}

.subscribe-btn .btn-subscribe {
  font-weight: 600;
  font-size: 16px;
  background-color: #21252e;
  border: 1px solid #3d414a;
  border-radius: 5px;
  color: #fa163f;
  padding: 10px 15px 8px;
}
@media only screen and (max-width: 575px) {
  .subscribe-btn .btn-subscribe {
    padding: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .subscribe-btn .btn-subscribe {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 12px;
  }
}
.subscribe-btn .btn-subscribe .mobile-sub {
  display: none;
}
@media only screen and (max-width: 575px) {
  .subscribe-btn .btn-subscribe .mobile-sub {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .subscribe-btn .btn-subscribe .text {
    display: none;
  }
}
.subscribe-btn .btn-subscribe:focus, .subscribe-btn .btn-subscribe:hover {
  background-color: #fa163f;
  color: white;
  border-color: #fa163f;
}

/*-------------------------------------------------
    [ ## Sticky header ]
*/
#sticky-header {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #21252e;
  box-shadow: 0px 5px 10px -5px rgba(250, 22, 63, 0.2);
  padding: 0;
}
#sticky-header .header-navigation-right .language-area .language .dropdown-menu {
  top: 50px !important;
}
#sticky-header .site-navigation .row [class*="col-"] {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
#sticky-header .menu > ul > li > a {
  padding: 30px 17px;
}
#sticky-header .menu > ul > li > a:before {
  bottom: 17px;
}
#sticky-header .menu > ul > li.dropdown-trigger:hover > ul.dropdown-content {
  top: calc(100% + 3px);
}
#sticky-header .search-wrap .search-form {
  top: calc(100% + 26px);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Links ]
*/
a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #fa163f;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

/*-------------------------------------------------
    [ ## Menus ]
*/
.menu {
  margin: 0 -17px;
}
.menu ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.menu ul li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.menu ul li a {
  font-size: 18px;
  font-weight: normal;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  color: #d3d3d5;
  position: relative;
}
.menu ul li ul.dropdown-content {
  margin-left: 0;
}
.menu ul li ul.dropdown-content li {
  padding: 0;
  display: block;
}
.menu ul li ul.dropdown-content li a {
  display: block;
  padding: 7px 0px;
  color: #d3d3d5;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  font-size: 18px;
}
.menu > ul > li:hover > a:before,
.menu > ul > li > a.active:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-51%) translateY(-50%);
  transform: translateX(-51%) translateY(-50%);
  left: 50%;
}
.menu > ul > li > a {
  padding: 35px 17px;
  position: relative;
  color: white;
}
.menu > ul > li > a:before {
  position: absolute;
  content: "";
  left: 0%;
  bottom: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fa163f;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu > ul > li > ul.dropdown-content {
  background-color: #1a1d24;
  position: absolute;
  width: 235px;
  padding: 10px 17px 15px;
  left: 0;
  z-index: 999;
  visibility: hidden;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  z-index: -1;
  top: calc(100% + 5px);
}
.menu > ul > li > ul.dropdown-content > li:hover > a {
  color: #fa163f !important;
  padding-left: 5px;
}
.menu > ul > li > ul.dropdown-content:after {
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: -15px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.menu > ul > li.dropdown-trigger > a:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  padding-left: 5px;
  opacity: 0.5;
  font-weight: 800;
}
.menu > ul > li.dropdown-trigger:hover > ul.dropdown-content {
  visibility: visible;
  opacity: 1;
  z-index: 999;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.menu > ul > li.dropdown-trigger.mega-menu {
  position: inherit;
}

.menu > ul > li.dropdown-trigger.mega-menu:hover .mega-menu-content {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

ul.dropdown-content > .dropdown-trigger {
  position: relative;
}
ul.dropdown-content > .dropdown-trigger > a {
  position: relative;
}
ul.dropdown-content > .dropdown-trigger > a:after {
  content: "\f105";
  font-family: fontAwesome;
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.5;
}
ul.dropdown-content > .dropdown-trigger ul.dropdown-content {
  left: 100% !important;
  top: -5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  position: absolute;
  width: 200px;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
ul.dropdown-content > .dropdown-trigger:hover > a:after {
  right: 15px;
  opacity: 1;
}
ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:last-child {
  border-bottom: 0px solid #e5e5e5;
}
ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:hover > a {
  color: #fa163f;
  padding-left: 20px;
}

@media only screen and (max-width: 1620px) {
  .mega-menu-content {
    left: 0px;
    width: calc(100vw - 30px);
  }
}
/* [ ### Mobile Menu ] */
.mobile-menu-area {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .mobile-menu-area {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-menu-area .container-main {
    max-width: 100%;
  }
}

.mean-container {
  position: relative;
}
.mean-container .mean-bar {
  min-height: 70px;
  background-color: transparent;
  z-index: 9999;
  padding: 10px 0;
}
.mean-container a.meanmenu-reveal {
  padding: 28px 0;
  right: 0px !important;
  width: 30px;
}
@media only screen and (max-width: 575px) {
  .mean-container a.meanmenu-reveal {
    padding: 26px 0;
  }
}
.mean-container a.meanmenu-reveal span {
  background-color: #fa163f;
  height: 2px;
}
.mean-container a.meanmenu-reveal i {
  color: white;
  display: block;
  font-size: 20px;
  margin-top: 8px;
}
.mean-container a.meanmenu-reveal.meanclose + .mean-nav {
  margin-top: 70px;
  padding-bottom: 20px;
}
.mean-container .mean-nav {
  margin-top: 55px;
  background: transparent;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.mean-container .mean-nav ul.dropdown-content > .dropdown-trigger ul.dropdown-content {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  top: 0px;
  border-top: 0px solid;
}
.mean-container .mean-nav > ul > li > a {
  font-weight: normal;
}
.mean-container .mean-nav ul li {
  float: none;
}
.mean-container .mean-nav ul li a.mean-expand {
  height: 55px;
  padding: 0 !important;
  width: 100%;
}
.mean-container .mean-nav ul li a.mean-expand:before {
  position: absolute;
  content: "\f0da";
  top: 0;
  right: 0px;
  width: 30px;
  height: 100%;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.mean-container .mean-nav ul li a.mean-expand > span {
  display: none;
}
.mean-container .mean-nav ul li a.mean-clicked:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mean-container .mean-nav ul li a {
  text-transform: capitalize;
}
.mean-container .mean-nav ul li a:hover {
  color: #fa163f;
}
.mean-container .mean-nav ul li li a {
  padding: 15px 20px;
  text-transform: capitalize;
  width: calc(100%  - 40px);
  border-top: 1px solid #2a2d33;
}
.mean-container .mean-nav ul li li a:hover {
  padding-left: 30px;
}
.mean-container ul.dropdown-content > .dropdown-trigger > a:after {
  content: "";
}
.mean-container ul.dropdown-content > .dropdown-trigger ul.dropdown-content {
  left: 0 !important;
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  position: relative;
  width: 100%;
}
.mean-container ul.dropdown-content > .dropdown-trigger > ul.dropdown-content > li > a, .mean-container ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li:hover > a {
  padding: 12px 80px;
  width: 100%;
}
.mean-container ul.dropdown-content > .dropdown-trigger:hover > ul.dropdown-content > li {
  border-bottom: 0px solid #e5e5e5;
}
.mean-container .mean-nav > ul > li > ul > li a.mean-expand {
  height: 45px;
  padding: 0px !important;
}

@media only screen and (max-width: 1199px) {
  .header-navigation-right {
    position: absolute;
    top: 25px;
    right: 50px;
    margin-left: 0;
    z-index: 999999;
  }

  .mobile-menu {
    display: block;
    padding: 0px;
  }
  .mobile-menu .mobile-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0px;
    top: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 80px;
    z-index: 99999;
  }
  .mobile-menu .menu-label {
    display: none;
  }

  .site-navigation {
    display: none;
  }

  .mean-container .mean-bar {
    float: none;
  }
  .mean-container .mean-bar .mean-nav {
    float: none;
  }

  .mean-container .mean-nav ul li a {
    color: #ccd0d5;
    display: block;
    float: none;
    font-size: 18px;
    padding: 15px 0px;
    width: auto;
    font-weight: normal;
    border-top: 1px solid #2a2d33;
  }
  .mean-container .mean-nav ul li a:hover {
    padding-left: 7px;
  }

  .mega-menu-content {
    background-color: transparent;
    left: 0;
    padding: 0px 20px 25px;
    position: relative;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    width: calc(100% - 40px);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.07);
  }
  .mega-menu-content .cat-item {
    background-color: transparent;
    border-top: 0 none !important;
    padding: 0 !important;
  }
  .mega-menu-content.carousel-nav-dots .owl-dots {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu .search-wrap .search-form {
    right: -110px;
    width: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .mobile-menu .header-navigation-right {
    right: 45px;
  }
  .mobile-menu .header-navigation-right .bookmark-film {
    display: none;
  }
  .mobile-menu .search-wrap .search-form {
    right: -120px;
    width: 280px;
  }
  .mobile-menu .search-wrap .search-form input[type="search"] {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 420px) {
  .mobile-menu .search-wrap .search-form {
    right: -95px;
  }
}
.terms-menu-area ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.terms-menu-area .terms-menu > li {
  font-size: 18px;
  font-weight: normal;
  border-bottom: 0px solid;
  margin-bottom: 10px;
  padding-top: 0px;
  background-color: rgba(33, 37, 46, 0.05);
}
.terms-menu-area .terms-menu > li:last-child {
  margin-bottom: 0;
}
.terms-menu-area .terms-menu > li > a {
  padding: 22px 40px 22px 20px;
  display: block;
  color: white;
  position: relative;
}
.terms-menu-area .terms-menu > li > a:before {
  position: absolute;
  content: "\f30b";
  right: 20px;
  top: 51%;
  font-family: "Font Awesome 5 Free";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}
.terms-menu-area .terms-menu > li > a:hover {
  color: #fa163f;
}
.terms-menu-area .terms-menu > li.active .sub-menu {
  display: block;
}
.terms-menu-area .terms-menu > li.open > a:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.terms-menu-area .terms-menu > li .sub-menu {
  padding-bottom: 30px;
  display: none;
}
.terms-menu-area .terms-menu > li .sub-menu li {
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .terms-menu-area .terms-menu > li .sub-menu li {
    margin-bottom: 15px;
  }
}
.terms-menu-area .terms-menu > li .sub-menu li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 13px;
  top: 13px;
  background-color: #fa163f;
  opacity: 0.8;
}
.terms-menu-area .terms-menu > li .sub-menu li > a:hover {
  color: #fa163f;
}

.privacy-menu-area,
.product-cat-menu-area {
  border-radius: 7px;
  overflow: hidden;
}
.privacy-menu-area ul,
.product-cat-menu-area ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.product-cat-menu,
.privacy-menu {
  font-family: "Poppins", sans-serif;
}
.product-cat-menu > li,
.privacy-menu > li {
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid rgba(42, 45, 51, 0.5);
  padding-top: 0px;
  background-color: #21252e;
}
.product-cat-menu > li:last-child,
.privacy-menu > li:last-child {
  border: 0px solid;
}
.product-cat-menu > li > a,
.privacy-menu > li > a {
  padding: 20px 20px 20px 45px;
  display: block;
  color: #d3d3d5;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-cat-menu > li > a,
  .privacy-menu > li > a {
    padding: 20px 15px 19px 35px;
  }
}
.product-cat-menu > li > a:before,
.privacy-menu > li > a:before {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fa163f;
  content: "";
  left: 25px;
  top: calc(50% - 5px);
  border-radius: 35% 65% 61% 39% / 32% 33% 67% 68%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .product-cat-menu > li > a:before,
  .privacy-menu > li > a:before {
    left: 15px;
  }
}
.product-cat-menu > li > a:hover,
.privacy-menu > li > a:hover {
  color: white;
  background-color: #fa163f;
}
.product-cat-menu > li > a:hover:before,
.privacy-menu > li > a:hover:before {
  background-color: white;
}

.product-cat-menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-cat-menu > li > a > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  background-color: rgba(250, 22, 63, 0.1);
  text-align: center;
}

/*-------------------------------------------------
    [ ## Pagination ]
*/
/* page link pagination */
.paging-navigation {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .paging-navigation {
    padding-top: 50px;
  }
}
.paging-navigation .nav-links {
  list-style: none;
  font-size: 1em;
  font-weight: bold;
  margin: 0 -4px;
  padding-left: 0px;
}
@media only screen and (max-width: 575px) {
  .paging-navigation .nav-links {
    margin: 0 -2px;
  }
}
.paging-navigation .nav-links a {
  font-weight: 500;
  display: block;
  -webkit-transition: ease-in 0.25s;
  transition: ease-in 0.25s;
  text-align: center;
}
.paging-navigation .nav-links > li {
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width: 575px) {
  .paging-navigation .nav-links > li {
    margin: 0 3px;
  }
}
.paging-navigation .nav-links > li > a {
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  width: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 5;
  background-color: #21252e;
  border-radius: 50%;
  color: #afafb2;
}
@media only screen and (max-width: 575px) {
  .paging-navigation .nav-links > li > a {
    height: 40px;
    width: 40px;
    font-size: 16px;
  }
}
.paging-navigation .nav-links > li > a:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fa163f;
  opacity: 0;
  visibility: hidden;
  border-radius: inherit;
  z-index: -1;
}
.paging-navigation .nav-links > li > a span {
  display: block;
}
.paging-navigation .nav-links > li.active > a,
.paging-navigation .nav-links > li > a:hover {
  color: white !important;
}
.paging-navigation .nav-links > li.active > a:before,
.paging-navigation .nav-links > li > a:hover:before {
  opacity: 1;
  visibility: visible;
}
.paging-navigation .nav-links > li.active > a:after,
.paging-navigation .nav-links > li > a:hover:after {
  opacity: 0.3;
  visibility: visible;
}
.paging-navigation .nav-links li.nav-previous.disabled > a,
.paging-navigation .nav-links li.nav-next.disabled > a {
  pointer-events: none;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.paging-navigation.paging-center .nav-links {
  text-align: center;
}

/*-------------------------------------------------
    [ ### Post Navigation ]
*/
.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 767px) {
  .post-navigation {
    display: block;
  }
}
.post-navigation .post-previous {
  text-align: left;
}
.post-navigation .post-next {
  text-align: right;
}
.post-navigation h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  line-height: 1.35em;
}
@media only screen and (max-width: 991px) {
  .post-navigation h3 {
    line-height: 1.3em;
    font-size: 20px;
  }
}
.post-navigation .post-previous,
.post-navigation .post-next {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 45px 0 15px;
}
@media only screen and (max-width: 767px) {
  .post-navigation .post-previous,
  .post-navigation .post-next {
    max-width: 100%;
  }
}
.post-navigation .post-previous a,
.post-navigation .post-next a {
  position: relative;
  display: block;
  padding: 60px;
}
@media only screen and (max-width: 1199px) {
  .post-navigation .post-previous a,
  .post-navigation .post-next a {
    padding: 55px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .post-navigation .post-previous a,
  .post-navigation .post-next a {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .post-navigation .post-previous a,
  .post-navigation .post-next a {
    padding: 30px 15px;
  }
}
.post-navigation .post-previous span.label,
.post-navigation .post-next span.label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  color: white;
  font-weight: 500;
}
.post-navigation .post-previous.active,
.post-navigation .post-next.active {
  background-color: #fa163f;
}
.post-navigation .post-previous.active h3,
.post-navigation .post-previous.active span.label,
.post-navigation .post-next.active h3,
.post-navigation .post-next.active span.label {
  color: white;
}
.post-navigation .post-next span.label {
  margin-bottom: 0;
  margin-top: 15px;
}

/*-------------------------------------------------
    [ ## Navigation Responsive ]
*/
.hamburger-menus {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transition: .1s;
  transition: .1s;
  margin: 15px 0px;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1199px) {
  .hamburger-menus {
    display: inline-block;
  }
}
.hamburger-menus span {
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: block;
  border-radius: 50%;
}
.hamburger-menus span:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
}
.hamburger-menus span:nth-child(2) {
  position: absolute;
  left: 12px;
  top: 0;
}
.hamburger-menus span:nth-child(3) {
  position: absolute;
  right: 0;
  top: 0;
}
.hamburger-menus span:nth-child(4) {
  position: absolute;
  left: 0;
  top: 12px;
}
.hamburger-menus span:nth-child(5) {
  position: absolute;
  left: 12px;
  top: 12px;
}
.hamburger-menus span:nth-child(6) {
  position: absolute;
  right: 0px;
  top: 12px;
}
.hamburger-menus span:nth-child(7) {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.hamburger-menus span:nth-child(8) {
  position: absolute;
  left: 12px;
  bottom: 0px;
}
.hamburger-menus span:nth-child(9) {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.hamburger-menus:hover span {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 350ms cubic-bezier(0.8, 0.5, 0.2, 1.4);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.hamburger-menus.click-menu {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.2s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.hamburger-menus.click-menu span {
  border-radius: 50%;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  background-color: rgba(255, 255, 255, 0.767);
  -webkit-transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transition: 0.5s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}
.hamburger-menus.click-menu span:nth-child(2) {
  position: absolute;
  left: 6px;
  top: 6px;
}
.hamburger-menus.click-menu span:nth-child(4) {
  position: absolute;
  left: 6px;
  top: 18px;
}
.hamburger-menus.click-menu span:nth-child(6) {
  position: absolute;
  right: 6px;
  top: 6px;
}
.hamburger-menus.click-menu span:nth-child(8) {
  position: absolute;
  left: 18px;
  bottom: 6px;
}

.hamburger-menus-two {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin: 10px 0px;
  cursor: pointer;
}
.hamburger-menus-two > span {
  position: relative !important;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
  display: block;
  background-color: white;
  height: 2px;
  border-radius: 0px;
  margin: 4px 0;
  float: right;
  left: 0;
}
.hamburger-menus-two > span:nth-child(1), .hamburger-menus-two > span:nth-child(3) {
  width: 22px;
}
.hamburger-menus-two > span:nth-child(2) {
  width: 100%;
}
.hamburger-menus-two:hover > span:nth-child(1), .hamburger-menus-two:hover > span:nth-child(3) {
  width: 100%;
}
.hamburger-menus-two:hover > span:nth-child(2) {
  width: 25px;
}
.hamburger-menus-two.is-active > span:nth-child(2) {
  display: none;
}
.hamburger-menus-two.is-active > span:nth-child(1),
.hamburger-menus-two.is-active > span:nth-child(3) {
  width: 100%;
  margin: 0;
  position: absolute;
}
.hamburger-menus-two.is-active > span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 17px;
}
.hamburger-menus-two.is-active > span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}

@media only screen and (max-width: 1199px) {
  .navigation {
    width: 250px;
    height: 100%;
    position: fixed;
    left: -100%;
    padding: 0;
    top: 0;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
  }
  .navigation .menu-content > li {
    width: 240px;
    display: block;
    float: none;
    border-right: none;
    background-color: transparent;
    position: relative;
    text-align: left;
    white-space: inherit;
  }

  .menu-wrapper {
    position: relative;
    z-index: 9999;
    height: 100%;
  }
  .menu-wrapper .mainmenu li {
    position: relative;
    display: block;
  }
  .menu-wrapper .mainmenu li .fa-angle-down {
    display: none;
  }
}
.overlaybg {
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .menuopen .overlaybg {
    display: block;
  }
}
.navigation.menuopen {
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: white;
  overflow-y: auto;
  overflow-x: hidden;
}
.navigation.menuopen .mainmenu > li > a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  display: block;
  font-weight: 600;
  line-height: 30px;
  overflow: hidden;
  padding: 12px 20px;
  position: relative;
  text-decoration: none;
  text-align: left;
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  vertical-align: middle;
  letter-spacing: 0.015em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.navigation.menuopen .mainmenu > li > a.active, .navigation.menuopen .mainmenu > li > a:hover {
  color: #fa163f;
  padding-left: 25px;
}
.navigation.menuopen ul.mainmenu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.navigation.menuopen ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background-color: transparent;
}
.navigation.menuopen ul.sub-menu li a {
  padding: 12px 32px 12px 25px;
  letter-spacing: 0;
  border-right: solid 0px;
  background-color: transparent;
  line-height: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  color: white;
  letter-spacing: 0.015em;
  display: block;
}
.navigation.menuopen ul.sub-menu li a:hover {
  color: #fa163f;
  padding-left: 30px;
}
.navigation.menuopen ul.sub-menu > .sub-menu > li > a {
  padding-left: 30px;
}
.navigation.menuopen ul.sub-menu > .sub-menu > li > a:hover {
  padding-left: 35px;
}
.navigation.menuopen .megamenu {
  position: relative !important;
}
.navigation.menuopen .megamenu .megamenu-main {
  padding: 0;
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  transform: none;
}
.navigation.menuopen .megamenu .megamenu-main:before {
  display: none;
}
.navigation.menuopen .megamenu .megamenu-main .megamenu-heading {
  display: none;
}
.navigation.menuopen .megamenu .megamenu-main .custom-megamenu li a {
  font-weight: normal;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 600;
}
.navigation.menuopen .megamenu .megamenu-main .custom-megamenu li a:hover {
  padding-left: 30px;
}
.navigation.menuopen .megamenu .megamenu-wrapper .megamenu-container {
  padding: 0px;
}
.navigation.menuopen .megamenu .megamenu-wrapper .row {
  display: block;
  margin: 0px;
}
.navigation.menuopen .megamenu .megamenu-wrapper .row [class*="col-"] {
  max-width: 100%;
  padding: 0px;
}

.menu-click {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  cursor: pointer;
  z-index: 120;
}
@media only screen and (max-width: 1199px) {
  .menu-click {
    display: block;
  }
}
.menu-click i {
  display: block;
  background-size: 25px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.35);
  float: right;
  padding: 21px;
  width: 54px;
  -webkit-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
}

.menu-extend.fa-plus:before {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Hero ]
--------------------------------------------------------------*/
.hero-block {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 575px) {
  .hero-block {
    display: block;
    text-align: center;
    min-height: auto;
    padding: 150px 0;
  }
}
.hero-block .film-video-popup2 {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-block .film-video-popup2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .hero-block .film-video-popup2 {
    text-align: center;
    display: block;
    margin-top: -10px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-block .film-video-popup2 {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-block .film-video-popup2 > img {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 480px) {
  .hero-block .film-video-popup2 > img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.hero-block .hero-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 65px;
  line-height: 1.12em;
  text-align: center;
  margin-bottom: 0;
  margin-top: 50px;
  letter-spacing: 0.03em;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .hero-block .hero-title {
    font-size: 72px;
    margin-top: 25px;
    line-height: 1.2em;
  }
}
@media only screen and (max-width: 575px) {
  .hero-block .hero-title {
    font-size: 52px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-block .hero-title {
    font-size: 36px;
    margin-top: 0;
  }
}
.hero-block .hero-title > span {
  display: block;
}

/*--------------------------------------------------------------
    [ ## Film ]
--------------------------------------------------------------*/
.film-card {
  background-color: #21252e;
  margin-bottom: 30px;
}
.film-card:hover .film-card-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.film-card:hover .film-card-thumb .film-card-overlay:before {
  visibility: visible;
  height: 100%;
  bottom: auto;
  top: 0;
}
.film-card:hover .film-card-thumb .film-card-overlay a {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.film-card .film-card-thumb {
  min-height: 120px;
  position: relative;
  overflow: hidden;
}
.film-card .film-card-thumb img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.film-card .film-card-thumb .film-card-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.film-card .film-card-thumb .film-card-overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #fa163f;
  opacity: 0.85;
  z-index: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
}
.film-card .film-card-thumb .film-card-overlay a {
  position: relative;
  z-index: 2;
  font-size: 50px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.film-card .film-card-info {
  padding: 20px 30px 20px 25px;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .film-card .film-card-info {
    padding: 20px;
  }
}
@media only screen and (max-width: 400px) {
  .film-card .film-card-info {
    padding: 20px 15px;
  }
}
.film-card .film-card-info .film-bookmark {
  position: absolute;
  top: 22px;
  right: 20px;
  color: #fa163f;
  font-size: 18px;
}
@media only screen and (max-width: 1366px) {
  .film-card .film-card-info .film-bookmark {
    right: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .film-card .film-card-info .film-bookmark {
    right: 10px;
  }
}
.film-card .film-card-info .film-bookmark a:hover,
.film-card .film-card-info .film-bookmark a:focus {
  color: white;
}
.film-card .film-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 8px;
}
.film-card .film-name a {
  position: relative;
}
.film-card .film-name a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fa163f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.film-card .film-name a:hover,
.film-card .film-name a:focus {
  color: #fa163f;
}
.film-card .film-name a:hover:before,
.film-card .film-name a:focus:before {
  width: 100%;
}
.film-card .film-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.film-card .film-rating > .fa {
  display: inline-block;
  padding-right: 5px;
  color: #ffcd00;
  font-size: 15px;
}
.film-card .film-meta .meta-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.film-card .film-meta .meta-left .film-rating {
  background-color: #373E4D;
  font-size: 14px;
  color: white;
  border-radius: 2px;
  padding: 0 7px;
}
.film-card .flim-cat > a {
  display: inline-block;
  background-color: #fa163f;
  border-radius: 2px;
  font-size: 14px;
  padding: 4px 10px 4px;
  color: white;
  line-height: 1.2em;
  margin-right: 10px;
}
.film-card .release-date {
  font-size: 14px;
  margin-bottom: 15px;
}
.film-card .release-date span {
  color: #fa163f;
}
.film-card.card-style-one .film-card-thumb .film-card-overlay .film-video-popup:hover, .film-card.card-style-one .film-card-thumb .film-card-overlay .film-video-popup:focus {
  color: #ffcd00;
}
.film-card.card-style-one .film-name {
  font-size: 18px;
}
.film-card.card-style-two:hover .film-card-thumb img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.film-card.card-style-two .film-card-info {
  padding: 23px 25px 25px 25px;
}
@media only screen and (max-width: 1199px) {
  .film-card.card-style-two .film-card-info {
    padding: 25px 20px 22px;
  }
}
@media only screen and (max-width: 400px) {
  .film-card.card-style-two .film-card-info {
    padding: 25px 15px 22px;
  }
}
.film-card.card-style-two .film-card-info .film-meta {
  margin-bottom: 20px;
}
.film-card.card-style-two .film-card-info .film-name {
  margin-bottom: 12px;
}
.film-card.card-style-two .film-card-info .film-bookmark {
  right: 20px;
  top: 24px;
}
@media only screen and (max-width: 1199px) {
  .film-card.card-style-two .film-card-info .film-bookmark {
    right: 15px;
  }
}
.film-card.card-style-three:hover .film-card-info {
  height: 100%;
  visibility: visible;
  opacity: 1;
  top: 0;
}
.film-card.card-style-three .film-card-info {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(33, 37, 46, 0.98);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  padding: 20px 25px;
}
@media only screen and (max-width: 1366px) {
  .film-card.card-style-three .film-card-info {
    padding: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .film-card.card-style-three .film-card-info {
    padding: 20px;
  }
}
.film-card.card-style-three .film-card-info .flim-cat {
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .film-card.card-style-three .film-card-info .flim-cat {
    margin-bottom: 15px;
  }
}
.film-card.card-style-three .film-card-info .film-card-info-inner {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.film-card.card-style-three .film-card-info .film-name {
  margin-bottom: 7px;
}
@media only screen and (max-width: 1366px) {
  .film-card.card-style-three .film-card-info .film-name {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1366px) {
  .film-card.card-style-three .film-card-info .release-date {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .film-card.card-style-three .film-card-info .release-date {
    margin-bottom: 15px;
  }
}
.film-card.card-style-three .film-card-info .film-rating {
  margin-bottom: 12px;
}
.film-card.card-style-three .film-card-info .film-bookmark {
  right: -5px;
  top: -3px;
}
.film-card.card-style-three .film-card-info .film-video-popup {
  border-radius: 18px;
  background-color: white;
  color: #fa163f;
  font-size: 16px;
  padding: 7px 20px;
}
.film-card.card-style-three .film-card-info .film-video-popup:hover, .film-card.card-style-three .film-card-info .film-video-popup:focus {
  background-color: #fa163f !important;
  color: white !important;
}

@media only screen and (max-width: 767px) {
  .boxoffice-film-block > .container {
    margin-bottom: -30px;
  }
}
.boxoffice-film-block .film-card.card-style-three {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .boxoffice-film-block .film-card.card-style-three {
    margin-bottom: 30px;
  }
}

.reted-movie-block .film-card.card-style-three .film-card-info .film-bookmark {
  top: 0;
}

.new-film-block .section-title {
  margin-bottom: 25px;
}
.new-film-block .new-film-carousel.carousel-nav-align-center .owl-nav > div {
  top: 30%;
}
.new-film-block .carousel-nav-align-center:hover .owl-nav > div {
  opacity: 1;
}
.new-film-block .new-film-carousel2 .owl-nav > div {
  top: 50%;
  color: #fa163f;
  background-color: white;
}
.new-film-block .new-film-carousel2 .owl-nav > div:hover {
  color: white;
  background-color: #fa163f;
}

.upcoming-movie-block .film-card.card-style-three .film-card-info .film-video-popup {
  margin-top: 15px;
}
@media only screen and (max-width: 1366px) {
  .upcoming-movie-block .film-card.card-style-three .film-card-info .film-video-popup {
    margin-top: 5px;
  }
}

.series-seasons-block .seasons-items-carousel.carousel-nav-align-center:hover .owl-nav > div {
  opacity: 1;
}
.series-seasons-block .seasons-item {
  position: relative;
  display: block;
}
.series-seasons-block .seasons-item img {
  width: 100%;
}
.series-seasons-block .seasons-item .episode-no {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  background-color: #fa163f;
  color: white;
  font-size: 14px;
  padding: 1px 10px 2px;
  border-radius: 3px;
}

.filter-seasons-tab {
  margin-bottom: 35px;
}
.filter-seasons-tab .nav-tabs {
  background-color: transparent;
  border: 0px solid;
  border-radius: 0px;
  display: inline-block;
}
.filter-seasons-tab .nav-tabs > li {
  border-right: 0px solid;
  display: inline-block;
  margin: 0 30px 10px -2px;
}
.filter-seasons-tab .nav-tabs > li > a {
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-right: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: white;
  position: relative;
  padding: 2px 0;
}
@media only screen and (max-width: 480px) {
  .filter-seasons-tab .nav-tabs > li > a {
    font-size: 18px;
  }
}
.filter-seasons-tab .nav-tabs > li > a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fa163f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 575px) {
  .filter-seasons-tab .nav-tabs > li > a {
    font-size: 18px;
  }
}
.filter-seasons-tab .nav-tabs > li > a:hover {
  color: white;
}
.filter-seasons-tab .nav-tabs > li > a.active {
  color: #fa163f;
}
.filter-seasons-tab .nav-tabs > li > a.active:before {
  width: 100%;
}

/*-------------------------------------------------
    [ ### Film Details ]
*/
.film-details-block .filter-film-details-tab {
  margin-bottom: 30px;
  border-bottom: 1px solid #3d414a;
  padding-bottom: 20px;
}
.film-details-block .filter-film-details-tab .nav-tabs {
  background-color: transparent;
  border: 0px solid;
  border-radius: 0px;
  display: inline-block;
}
.film-details-block .filter-film-details-tab .nav-tabs > li {
  border-right: 0px solid;
  display: inline-block;
  margin: 0 50px 0 -2px;
}
@media only screen and (max-width: 480px) {
  .film-details-block .filter-film-details-tab .nav-tabs > li {
    margin-right: 20px;
  }
}
.film-details-block .filter-film-details-tab .nav-tabs > li:last-child {
  margin-right: 0;
}
.film-details-block .filter-film-details-tab .nav-tabs > li:first-child > a:before {
  display: none;
}
.film-details-block .filter-film-details-tab .nav-tabs > li > a {
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-right: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: white;
  position: relative;
  padding: 2px 0;
}
@media only screen and (max-width: 480px) {
  .film-details-block .filter-film-details-tab .nav-tabs > li > a {
    font-size: 18px;
  }
}
.film-details-block .filter-film-details-tab .nav-tabs > li > a:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -27px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #4D5158;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 480px) {
  .film-details-block .filter-film-details-tab .nav-tabs > li > a:before {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .film-details-block .filter-film-details-tab .nav-tabs > li > a {
    font-size: 18px;
  }
}
.film-details-block .filter-film-details-tab .nav-tabs > li > a:hover {
  color: white;
}
.film-details-block .filter-film-details-tab .nav-tabs > li > a.active {
  color: #fa163f;
}
.film-details-block .film-name {
  font-size: 42px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .film-details-block .film-name {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .film-details-block .film-name {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .film-details-block .film-name {
    font-size: 26px;
  }
}
.film-details-block .film-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.film-details-block .film-meta > div {
  margin-right: 15px;
  margin-bottom: 8px;
}
.film-details-block .film-meta > div:last-child {
  margin-right: 0;
}
.film-details-block .film-meta .film-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.film-details-block .film-meta .film-rating > span {
  background-color: #373E4D;
  color: white;
  border-radius: 2px;
  padding: 0 7px;
}
.film-details-block .film-meta .film-rating > .fa {
  display: inline-block;
  padding-right: 5px;
  color: #ffcd00;
  font-size: 15px;
}
.film-details-block .film-meta .flim-cat > a {
  display: inline-block;
  background-color: #fa163f;
  border-radius: 2px;
  font-size: 14px;
  padding: 4px 10px 4px;
  color: white;
  line-height: 1.2em;
  margin-right: 0px;
}
.film-details-block .film-description-area .description-block {
  margin-bottom: 65px;
}
.film-details-block .film-description-area .description-block:last-child {
  margin-bottom: 0;
}
.film-details-block .film-description-area .description-block .heading {
  font-size: 24px;
  margin-bottom: 15px;
}
.film-details-block .film-review-area .single-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 40px;
}
.film-details-block .film-review-area .single-review .review-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
}
@media only screen and (max-width: 480px) {
  .film-details-block .film-review-area .single-review .review-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
  }
}
.film-details-block .film-review-area .single-review .review-thumb img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
@media only screen and (max-width: 480px) {
  .film-details-block .film-review-area .single-review .review-thumb img {
    width: 90px;
    height: 90px;
  }
}
.film-details-block .film-review-area .single-review .review-info {
  padding-left: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 130px);
  flex: 0 0 calc(100% - 130px);
  max-width: calc(100% - 130px);
}
@media only screen and (max-width: 480px) {
  .film-details-block .film-review-area .single-review .review-info {
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
  }
}
.film-details-block .film-review-area .single-review .review-info .name {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  .film-details-block .film-review-area .single-review .review-info .name {
    font-size: 18px;
  }
}
.film-details-block .film-review-area .single-review .review-info .film-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.film-details-block .film-review-area .single-review .review-info .film-rating > .fa {
  display: inline-block;
  padding-right: 5px;
  color: #ffcd00;
  font-size: 15px;
  position: relative;
  top: -1px;
}
.film-details-block .review-form-area .review-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.film-details-block .review-form-area .review-form .form-controller {
  border: 1px solid #3d414a;
  border-radius: 5px;
  padding-right: 15px;
  padding-left: 15px;
  height: 55px;
}
.film-details-block .review-form-area .review-form .form-group-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.film-details-block .review-form-area .review-form .form-group-radio > div {
  margin-right: 15px;
  margin-bottom: 10px;
}
.film-details-block .review-form-area .review-form .form-group-radio > div:last-child {
  margin-right: 0;
}
.film-details-block .review-form-area .review-form .form-group-radio input[type="radio"] + label {
  color: #ffcd00;
  font-size: 11px;
}
.film-details-block .review-form-area .review-form .form-group-radio input[type="radio"] + label:before {
  border-width: 2px;
  border-color: #3d414a;
  top: 1px;
  background-color: transparent;
}
.film-details-block .review-form-area .review-form .form-group-radio input[type="radio"] + label:after {
  content: "";
  height: 6px;
  left: 5px;
  position: absolute;
  top: 5px;
  -webkit-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
  width: 6px;
  background-color: transparent;
  border-radius: 50%;
}
.film-details-block .review-form-area .review-form .form-group-radio input[type="radio"]:checked + label:after {
  background-color: #ffcd00;
}
.film-details-block .film-photo-area .popup-image {
  margin-bottom: 30px;
  display: block;
}

/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
.testimonial-item {
  overflow: hidden;
  background-color: #21252e;
  padding: 50px 30px;
}
@media only screen and (max-width: 991px) {
  .testimonial-item {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-item {
    padding: 35px 15px 32px;
  }
}
.testimonial-item .film-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
.testimonial-item .film-rating > .fa {
  display: inline-block;
  padding-right: 5px;
  color: #ffcd00;
  font-size: 15px;
}
.testimonial-item .client-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.testimonial-item .client-header .client-thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
}
.testimonial-item .client-header .client-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  max-width: calc(100% - 50px);
  padding-left: 15px;
}
.testimonial-item .client-info {
  position: relative;
}
.testimonial-item .client-info .client-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1.2em;
}
.testimonial-item .client-info .client-name a:hover,
.testimonial-item .client-info .client-name a:focus {
  color: #fa163f;
}
.testimonial-item .client-info .client-designation {
  line-height: 1.4em;
  margin-bottom: 0px;
  font-size: 14px;
}
.testimonial-item .details {
  position: relative;
  font-size: 18px;
}
.testimonial-item .details p {
  line-height: 1.6em;
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### Movie Play ]
*/
.movie-play-block {
  min-height: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .movie-play-block {
    min-height: 680px;
  }
}
@media only screen and (max-width: 575px) {
  .movie-play-block {
    min-height: 650px;
  }
}
@media only screen and (max-width: 420px) {
  .movie-play-block {
    min-height: 500px;
  }
}
.movie-play-block .film-video-popup2 {
  font-size: 72px;
  color: #fa163f;
}
@media only screen and (max-width: 575px) {
  .movie-play-block .film-video-popup2 {
    font-size: 60px;
  }
}

/*-------------------------------------------------
    [ ### Choose Us ]
*/
.choose-us-block .mock-up-thumb {
  display: inline-block;
  position: relative;
}
.choose-us-block .mock-up-thumb .mock-up-button {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 52px;
  color: #fa163f;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.choose-us-block .choose-info-list {
  padding-left: 15px;
}
.choose-us-block .choose-info-list .single-info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}
.choose-us-block .choose-info-list .single-info:last-child {
  margin-bottom: 0;
}
.choose-us-block .choose-info-list .single-info > .icon {
  width: 65px;
  text-align: center;
  flex: 0 0 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 62px;
  font-size: 32px;
  color: white;
  background-color: #fa163f;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border: 2px solid #43464B;
}
@media only screen and (max-width: 400px) {
  .choose-us-block .choose-info-list .single-info > .icon {
    width: 55px;
    flex: 0 0 55px;
    height: 55px;
    line-height: 52px;
    font-size: 24px;
  }
}
.choose-us-block .choose-info-list .single-info .info {
  padding-left: 20px;
  padding-top: 17px;
}
@media only screen and (max-width: 1199px) {
  .choose-us-block .choose-info-list .single-info .info {
    padding-top: 0;
  }
}
@media only screen and (max-width: 400px) {
  .choose-us-block .choose-info-list .single-info .info {
    padding-left: 15px;
  }
}
.choose-us-block .choose-info-list .single-info .info .heading {
  margin-bottom: 13px;
}

/*-------------------------------------------------
    [ ### Choose Plan ]
*/
.choose-plan-block .pricing-plan-table {
  margin-top: -10px;
  margin-bottom: -10px;
}
.choose-plan-block .table {
  margin-bottom: 0;
  border-collapse: separate;
  border-spacing: 0 10px;
}
@media only screen and (max-width: 575px) {
  .choose-plan-block .table {
    width: 500px;
    max-width: 500px;
    margin-bottom: 25px;
  }
}
.choose-plan-block .table tbody td {
  background-color: #1a1d24;
  text-align: left;
  border: 0px solid;
  padding: 13px 5px;
  vertical-align: middle;
}
.choose-plan-block .table tbody td:first-child {
  padding-left: 30px;
}
@media only screen and (max-width: 1199px) {
  .choose-plan-block .table tbody td:first-child {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .choose-plan-block .table tbody td:first-child {
    padding-left: 15px;
  }
}
.choose-plan-block .table tbody td:last-child {
  padding-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .choose-plan-block .table tbody td:last-child {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .choose-plan-block .table tbody td:last-child {
    padding-right: 15px;
  }
}
.choose-plan-block .table tbody td.choose-price {
  width: 150px;
  text-align: right;
}
.choose-plan-block .table tbody td.choose-price .btn-price {
  background-color: #21252e;
  color: #d3d3d5;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 12px;
}
.choose-plan-block .table tbody td.choose-price .btn-price:hover, .choose-plan-block .table tbody td.choose-price .btn-price:focus {
  background-color: #fa163f;
  color: white;
}

/*-------------------------------------------------
    [ ### Subscribe Billing ]
*/
.subscribe-billing-area .filter-billing-tab {
  margin-bottom: 45px;
  border-bottom: 1px solid #2a2d33;
  padding-bottom: 15px;
  margin-top: -10px;
}
@media only screen and (max-width: 767px) {
  .subscribe-billing-area .filter-billing-tab {
    margin-top: -5px;
    margin-bottom: 30px;
  }
}
.subscribe-billing-area .filter-billing-tab .nav-tabs {
  background-color: transparent;
  border: 0px solid;
  border-radius: 0px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .subscribe-billing-area .filter-billing-tab .nav-tabs {
    justify-content: flex-start;
  }
}
.subscribe-billing-area .filter-billing-tab .nav-tabs > li {
  border-right: 0px solid;
  display: inline-block;
  padding: 0 25px 15px;
}
@media only screen and (max-width: 767px) {
  .subscribe-billing-area .filter-billing-tab .nav-tabs > li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px 10px;
  }
}
@media only screen and (max-width: 480px) {
  .subscribe-billing-area .filter-billing-tab .nav-tabs > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 420px) {
  .subscribe-billing-area .filter-billing-tab .nav-tabs > li {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.subscribe-billing-area .filter-billing-tab .nav-tabs > li > a {
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-right: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: white;
  position: relative;
  padding: 2px 0;
}
@media only screen and (max-width: 767px) {
  .subscribe-billing-area .filter-billing-tab .nav-tabs > li > a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 480px) {
  .subscribe-billing-area .filter-billing-tab .nav-tabs > li > a {
    font-size: 16px;
  }
}
.subscribe-billing-area .filter-billing-tab .nav-tabs > li > a > .sr-no {
  display: block;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.1);
  line-height: 1em;
}
@media only screen and (max-width: 767px) {
  .subscribe-billing-area .filter-billing-tab .nav-tabs > li > a > .sr-no {
    font-size: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .subscribe-billing-area .filter-billing-tab .nav-tabs > li > a > .sr-no {
    font-size: 32px;
  }
}
.subscribe-billing-area .filter-billing-tab .nav-tabs > li > a:hover {
  color: white;
}
.subscribe-billing-area .filter-billing-tab .nav-tabs > li > a.active {
  color: #fa163f;
}
.subscribe-billing-area .filter-billing-tab .nav-tabs > li > a.active::before {
  width: 100%;
}
.subscribe-billing-area .choose-plan-block .table tbody td {
  background-color: #21252e;
}
.subscribe-billing-area .choose-plan-block .table tbody td.choose-price .btn-price {
  background-color: #1a1d24;
}
.subscribe-billing-area .choose-plan-block .table tbody td.choose-price .btn-price:hover, .subscribe-billing-area .choose-plan-block .table tbody td.choose-price .btn-price:focus {
  background-color: #fa163f;
}
@media only screen and (max-width: 767px) {
  .subscribe-billing-area .user-register-area .reg-others-media {
    text-align: left !important;
  }
}
.subscribe-billing-area .subscribe-billing-area .billing-heading {
  font-size: 30px;
  font-weight: 700;
  width: 60%;
}
@media only screen and (max-width: 991px) {
  .subscribe-billing-area .subscribe-billing-area .billing-heading {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-billing-area .subscribe-billing-area .billing-heading {
    font-size: 24px;
  }
}
.subscribe-billing-area .subscribe-billing-area .list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.subscribe-billing-area .subscribe-billing-area .list > li {
  margin-bottom: 7px;
  padding-left: 25px;
  position: relative;
}
.subscribe-billing-area .subscribe-billing-area .list > li:before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #e21c3f;
  font-weight: 600;
}
.subscribe-billing-area .subscribe-billing-area .payment-option {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  margin: -5px;
  list-style: none;
  padding-top: 20px;
  padding-bottom: 30px;
}
.subscribe-billing-area .subscribe-billing-area .payment-option li {
  margin: 5px;
}
.subscribe-billing-area .subscribe-billing-area .payment-option li img {
  border-radius: 3px;
}
.subscribe-billing-area .subscribe-billing-area .billing-form .form-controller {
  border: 1px solid #3d414a;
  padding-left: 15px;
  padding-right: 15px;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
.post {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .post {
    margin-bottom: 40px;
  }
}
.post .post-thumb {
  position: relative;
  margin-bottom: 0;
}
.post .post-thumb > a {
  display: block;
}
.post .post-thumb > a > img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.post .post-thumb .social-share-area {
  position: absolute;
  bottom: -22px;
  right: 30px;
}
@media only screen and (max-width: 575px) {
  .post .post-thumb .social-share-area {
    right: 20px;
  }
}
.post:hover .post-thumb > a > img {
  opacity: 0.9;
}
.post .entry-date {
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 15px;
}
.post .entry-date > span {
  display: inline-block;
  padding-right: 8px;
  font-size: 15px;
  color: #fa163f;
}
.post .entry-cats {
  margin-bottom: 20px;
  font-size: 14px;
}
.post .entry-cats > a {
  border: 1px solid #2a2d33;
  background-color: #21252e;
  display: inline-block;
  padding: 1px 10px 2px;
  margin-right: 3px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.post .entry-cats > a:last-child {
  margin-right: 0;
}
.post .entry-title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.25em;
  font-weight: 700;
}
.post .entry-title a:hover,
.post .entry-title a:focus {
  color: #fa163f;
}
@media only screen and (max-width: 575px) {
  .post .entry-title {
    font-size: 22px;
  }
}
.post .post-details {
  padding-top: 27px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .post .post-details {
    padding-top: 25px;
  }
}
.post .post-details .entry-bookmark {
  color: #fa163f;
  position: absolute;
  right: -2px;
  top: 30px;
}
.post .post-details .entry-bookmark a:hover {
  color: white !important;
}
.post .post-details .btn-default {
  margin-top: 15px;
}

.blog-latest-items > .post:last-child {
  margin-bottom: 0;
  border-bottom: 0px solid;
}
@media only screen and (max-width: 767px) {
  .blog-latest-items > .post:last-child {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-news-block .row > .col-lg-4,
  .blog-page-block .blog-latest-items > .row > .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog Single
--------------------------------------------------------------*/
/*-------------------------------------------------------------------
    [ ## Single Posts ]
*/
.blog-single-page {
  position: relative;
  padding-left: 95px;
}
@media only screen and (max-width: 575px) {
  .blog-single-page {
    padding-left: 0;
  }
}
.blog-single-page .social-share-post {
  position: absolute;
  width: 95px;
  left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .blog-single-page .social-share-post {
    display: none;
  }
}
.blog-single-page .social-share-post a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 45px;
  color: white;
  background-color: #21252e;
  text-align: center;
  margin-bottom: 8px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.blog-single-page .social-share-post a:hover, .blog-single-page .social-share-post a:focus {
  color: white;
  background-color: #fa163f;
}
.blog-single-page .social-share-post a:last-child {
  margin-bottom: 0px;
}

.post.single-post {
  margin-bottom: 0px;
  text-align: left;
  position: relative;
  padding-bottom: 0px;
  border-bottom: 0px solid;
}
.post.single-post h3, .post.single-post h4, .post.single-post h5, .post.single-post h6 {
  margin-bottom: 10px;
  font-weight: 700;
  padding-top: 15px;
}
.post.single-post h3 {
  font-size: 22px;
}
.post.single-post .post-thumb {
  margin-bottom: 0;
}
.post.single-post .post-details {
  padding: 25px 0px 55px;
}
.post.single-post ul li, .post.single-post ol li {
  margin-top: 10px;
  line-height: 1.6em;
}
.post.single-post > ul,
.post.single-post > ol {
  padding-left: 20px;
}
.post.single-post table {
  margin-bottom: 30px;
}
.post.single-post .image-group {
  padding-top: 20px;
}
.post.single-post iframe {
  border: 0px solid;
}
.post.single-post figure {
  margin-bottom: 30px;
}
.post.single-post figure span {
  color: #979797;
  font-size: 12px;
  display: block;
  padding: 13px 0 25px;
}
.post.single-post blockquote {
  padding: 35px 15px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .post.single-post blockquote {
    padding: 15px 0px;
  }
}
.post.single-post blockquote:before {
  position: absolute;
  content: "\f109";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Flaticon";
  color: #31343D;
  font-size: 140px;
  opacity: 0.7;
}
.post.single-post blockquote img {
  margin-bottom: 25px;
  border-radius: 0px;
}
.post.single-post blockquote p {
  margin-bottom: 10px;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
  font-style: italic;
}
@media only screen and (max-width: 991px) {
  .post.single-post blockquote p {
    font-size: 18px;
  }
}
.post.single-post blockquote p:last-child {
  margin-bottom: 0;
}
.post.single-post blockquote p cite {
  margin-left: 0;
  padding-left: 0;
}
.post.single-post blockquote cite, .post.single-post blockquote a, .post.single-post blockquote span {
  padding: 0 1.2em;
  font-size: 0.8em;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
.post.single-post blockquote cite {
  display: block;
}
.post.single-post blockquote cite:before {
  content: "--";
  padding-right: 5px;
}

/* [ ## Post Author ] */
.author-info {
  padding: 60px 30px;
  text-align: center;
  background-color: #21252e;
}
@media only screen and (max-width: 991px) {
  .author-info {
    padding: 40px 15px;
  }
}
.author-info .at-img > img {
  border-radius: 50%;
  height: 90px;
  width: 90px;
}
.author-info .info {
  padding-bottom: 15px;
}
.author-info .info .authors-bio {
  font-size: 17px;
  margin-bottom: 20px;
}
.author-info .info .author-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  color: white;
  line-height: 1.2em;
  text-transform: capitalize;
}
.author-info .info .author-designation {
  font-size: 16px;
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Site Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## About Page
--------------------------------------------------------------*/
.about-us-block {
  position: relative;
}
.about-us-block .mock-up-thumb {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding-top: 75px;
  padding-left: 75px;
}
@media only screen and (max-width: 480px) {
  .about-us-block .mock-up-thumb {
    padding-top: 35px;
    padding-left: 35px;
  }
}
.about-us-block .mock-up-thumb:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #21252e;
  height: calc(100% - 75px);
  width: calc(100% - 75px);
  z-index: 0;
}
@media only screen and (max-width: 480px) {
  .about-us-block .mock-up-thumb:before {
    height: calc(100% - 35px);
    width: calc(100% - 35px);
  }
}
.about-us-block .mock-up-thumb img {
  position: relative;
  z-index: 2;
}
.about-us-block .about-text-content .section-title {
  margin-bottom: 15px;
}

.fanfact-promo-numbers {
  margin: 0 -8px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 1199px) {
  .fanfact-promo-numbers {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .fanfact-promo-numbers {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .fanfact-promo-numbers {
    margin: 0 -5px;
  }
}
@media only screen and (max-width: 480px) {
  .fanfact-promo-numbers {
    margin-bottom: -30px;
  }
}
.fanfact-promo-numbers [class*='col-'] {
  padding: 0 8px;
}
@media only screen and (max-width: 575px) {
  .fanfact-promo-numbers [class*='col-'] {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 480px) {
  .fanfact-promo-numbers [class*='col-'] {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.fanfact-promo-numbers .promo-number {
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .fanfact-promo-numbers .promo-number {
    margin-bottom: 30px;
  }
}
.fanfact-promo-numbers .odometer-wrap {
  font-size: 40px;
  line-height: 0.85em;
  font-weight: 700;
  color: white;
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .fanfact-promo-numbers .odometer-wrap {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .fanfact-promo-numbers .odometer-wrap {
    font-size: 24px;
  }
}
.fanfact-promo-numbers .odometer-wrap .odometer {
  font-size: 60px;
  line-height: 0.8em;
}
@media only screen and (max-width: 1199px) {
  .fanfact-promo-numbers .odometer-wrap .odometer {
    font-size: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .fanfact-promo-numbers .odometer-wrap .odometer {
    font-size: 36px;
  }
}
.fanfact-promo-numbers .odometer-wrap sub {
  bottom: -8px;
  left: 3px;
}
@media only screen and (max-width: 1199px) {
  .fanfact-promo-numbers .odometer-wrap sub {
    bottom: -4px;
  }
}
.fanfact-promo-numbers .promo-title {
  color: white;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 5px;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .fanfact-promo-numbers .promo-title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fanfact-promo-numbers .promo-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .fanfact-promo-numbers .promo-title {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contact-support-content {
  background-color: #21252e;
  position: relative;
}
.contact-support-content .support-icon {
  position: absolute;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .contact-support-content .support-icon {
    display: none;
  }
}
.contact-support-content .support-info {
  padding: 70px 50px;
  text-transform: uppercase;
  font-size: 20px;
  color: white;
}
@media only screen and (max-width: 575px) {
  .contact-support-content .support-info {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  .contact-support-content .support-info {
    padding: 60px 20px;
  }
}
.contact-support-content .support-info p {
  line-height: 1.5em;
}
.contact-support-content .support-info .support-no {
  font-size: 100px;
  font-weight: 700;
  color: #fa163f;
  margin-bottom: 10px;
  line-height: 0.9em;
}
@media only screen and (max-width: 991px) {
  .contact-support-content .support-info .support-no {
    font-size: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-support-content .support-info .support-no {
    font-size: 60px;
  }
}
.contact-support-content .support-thumb {
  text-align: center;
}

.contact-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-info-list .contact-info-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
@media only screen and (max-width: 991px) {
  .contact-info-list .contact-info-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border-top: 2px solid #1a1d24;
  }
  .contact-info-list .contact-info-item:nth-child(1), .contact-info-list .contact-info-item:nth-child(2) {
    border-top: 0px solid;
  }
}
@media only screen and (max-width: 575px) {
  .contact-info-list .contact-info-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0px solid !important;
  }
  .contact-info-list .contact-info-item:nth-child(2) {
    border-top: 2px solid #1a1d24;
  }
}
@media only screen and (min-width: 992px) {
  .contact-info-list .contact-info-item:nth-child(3n) {
    border-right: 0px solid;
  }
}
@media only screen and (max-width: 991px) {
  .contact-info-list .contact-info-item:nth-child(2n) {
    border-right: 0px solid;
  }
}

.contact-info-item {
  background-color: #21252e;
  padding: 55px 20px 50px;
  text-align: center;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  border-right: 2px solid #1a1d24;
}
@media only screen and (max-width: 767px) {
  .contact-info-item {
    padding: 40px 20px 44px;
  }
}
.contact-info-item .shape-icon {
  line-height: 70px;
  min-height: 70px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .contact-info-item .shape-icon {
    margin-bottom: 15px;
  }
}
.contact-info-item .card-info p {
  line-height: 1.7em;
  margin-bottom: 0;
}
.contact-info-item .card-info p span,
.contact-info-item .card-info p a {
  display: block;
}
.contact-info-item .card-info p a:hover,
.contact-info-item .card-info p a:focus {
  color: #fa163f;
}

#contact_form .error {
  color: #9b2182;
  font-size: 14px;
  font-weight: normal;
}
#contact_form .success {
  color: #498c2f;
  font-size: 18px;
  font-weight: normal;
}

.contact-form-block .contact-form-area .section-heading {
  padding-right: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .contact-form-block .contact-form-area .section-heading {
    padding-right: 0;
  }
}
.contact-form-block .contact-thumb {
  padding-left: 50px;
  margin-right: -190px;
}
@media only screen and (max-width: 1366px) {
  .contact-form-block .contact-thumb {
    padding-left: 10px;
    margin-right: -115px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-form-block .contact-thumb {
    padding-left: 0px;
    margin-right: 0px;
  }
}
.contact-form-block .contact-form-area .form-group {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## FAQs Page
--------------------------------------------------------------*/
.faq-item:last-child .faq-content {
  padding-bottom: 0px;
}
.faq-item .faq-title {
  cursor: pointer;
  position: relative;
  padding: 25px 30px;
  background-color: #21252e;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .faq-item .faq-title {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .faq-item .faq-title {
    padding: 15px;
  }
}
.faq-item .faq-title .title {
  font-size: 20px;
  width: calc(100% - 40px);
  margin: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: white;
}
@media only screen and (max-width: 767px) {
  .faq-item .faq-title .title {
    font-size: 18px;
    width: calc(100% - 25px);
  }
}
@media only screen and (max-width: 480px) {
  .faq-item .faq-title .title {
    width: calc(100% - 30px);
  }
}
.faq-item .faq-title .right-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  color: black;
  font-size: 20px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .faq-item .faq-title .right-icon {
    right: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .faq-item .faq-title .right-icon {
    right: 4px;
  }
}
.faq-item .faq-title .right-icon:after, .faq-item .faq-title .right-icon:before {
  position: absolute;
  content: "";
  background-color: white;
  width: 20px;
  height: 2px;
  left: 50%;
  top: 53%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 767px) {
  .faq-item .faq-title .right-icon:after, .faq-item .faq-title .right-icon:before {
    width: 15px;
  }
}
.faq-item .faq-title .right-icon:after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-item .faq-title .right-icon:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-item .faq-title:hover .title {
  color: #fa163f;
}
.faq-item .faq-title:hover .right-icon:after, .faq-item .faq-title:hover .right-icon:before {
  background-color: #fa163f;
}
.faq-item .faq-content {
  display: none;
  padding: 5px 30px 30px;
}
@media only screen and (max-width: 767px) {
  .faq-item .faq-content {
    padding: 5px 20px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .faq-item .faq-content {
    padding: 5px 15px 25px;
  }
}
.faq-item.active .faq-content {
  display: block;
}
.faq-item.open .faq-title .right-icon:before {
  opacity: 0;
}

.faqs-block.style-two .faq-title {
  padding: 20px 25px;
}
@media only screen and (max-width: 767px) {
  .faqs-block.style-two .faq-title {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .faqs-block.style-two .faq-title {
    padding: 15px;
  }
}

.faqs-form-block {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .faqs-form-block .faq-form-thumb {
    display: none;
  }
}
.faqs-form-block .faq-thumb {
  margin-bottom: -325px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .faqs-form-block .faq-thumb {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error-page-block {
  position: relative;
}
.error-page-block .error-shape-area > img {
  position: absolute;
}
.error-page-block .error-shape-area > img.shape-left {
  bottom: 0;
  left: 0;
}
.error-page-block .error-shape-area > img.shape-right {
  right: 0;
  top: 0;
}
.error-page-block .row {
  min-height: 100vh;
}
.error-page-block .error-page-content {
  padding: 100px 0;
}
.error-page-block .error-page-content .image-not-found {
  margin-bottom: 50px;
}
@media only screen and (max-width: 400px) {
  .error-page-block .error-page-content .image-not-found {
    margin-bottom: 40px;
  }
}
.error-page-block .error-page-content .error-title {
  font-size: 60px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.25em;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .error-page-block .error-page-content .error-title {
    margin-bottom: 40px;
    font-size: 52px;
  }
}
@media only screen and (max-width: 480px) {
  .error-page-block .error-page-content .error-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 400px) {
  .error-page-block .error-page-content .error-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.error-page-block .error-page-content .error-title > span {
  display: block;
  color: #fa163f;
}
.error-page-block .error-page-content .btn-error {
  display: inline-block;
  border-bottom: 1px solid white;
  padding: 0;
  font-size: 20px;
}
@media only screen and (max-width: 480px) {
  .error-page-block .error-page-content .btn-error {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.dashboard-menu-area .user-info-area {
  text-align: center;
  margin-bottom: 65px;
}
@media only screen and (max-width: 991px) {
  .dashboard-menu-area .user-info-area {
    margin-bottom: 35px;
  }
}
.dashboard-menu-area .user-info-area .user-avater {
  text-align: center;
  margin-bottom: 12px;
}
.dashboard-menu-area .user-info-area .user-avater > img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}
.dashboard-menu-area .user-info-area .user-name {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}
.dashboard-menu-area .dashboard-menu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .dashboard-menu-area .dashboard-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 420px) {
  .dashboard-menu-area .dashboard-menu {
    display: block;
  }
}
.dashboard-menu-area .dashboard-menu > li {
  background-color: #21252e;
  margin-bottom: 2px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .dashboard-menu-area .dashboard-menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 2px);
    flex: 0 0 calc(25% - 2px);
    margin-right: 2px;
    max-width: calc(25% - 2px);
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-menu-area .dashboard-menu > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 2px);
    flex: 0 0 calc(50% - 2px);
    max-width: calc(50% - 2px);
  }
}
@media only screen and (max-width: 420px) {
  .dashboard-menu-area .dashboard-menu > li {
    max-width: 100%;
  }
}
.dashboard-menu-area .dashboard-menu > li > a {
  padding: 30px 15px;
  color: white;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard-menu-area .dashboard-menu > li > a:hover, .dashboard-menu-area .dashboard-menu > li > a:focus, .dashboard-menu-area .dashboard-menu > li > a.active {
  background-color: #fa163f;
  color: white;
}
.dashboard-menu-area .dashboard-menu > li > a > span {
  display: block;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 3px;
}

.dashboard-page-main .section-title {
  margin-bottom: 10px;
}
.dashboard-page-main .account-user-info .single-user-info {
  background-color: #21252e;
  text-align: center;
  padding: 35px 15px;
  margin-bottom: 30px;
}
.dashboard-page-main .account-user-info .single-user-info p {
  line-height: 1.4em;
  color: #fa163f;
}
.dashboard-page-main .account-user-info .single-user-info .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.dashboard-page-main .account-user-info .single-user-info.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dashboard-page-main .account-user-info .single-user-info.user .user-thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.dashboard-page-main .account-user-info .single-user-info.user .user-info {
  padding-left: 20px;
}
.dashboard-page-main .view-history-content {
  margin-bottom: -30px;
}
.dashboard-page-main .view-history-content .history-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .dashboard-page-main .view-history-content .history-item {
    display: block;
  }
}
.dashboard-page-main .view-history-content .history-item .history-film-thumb {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  position: relative;
  height: 102px;
}
@media only screen and (max-width: 575px) {
  .dashboard-page-main .view-history-content .history-item .history-film-thumb {
    max-width: auto;
    height: auto;
    display: inline-block;
    margin-bottom: 15px;
  }
}
.dashboard-page-main .view-history-content .history-item .history-film-thumb .film-card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fa163f;
  font-size: 24px;
}
.dashboard-page-main .view-history-content .history-item .history-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 160px);
  flex: 0 0 calc(100% - 160px);
  max-width: calc(100% - 160px);
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .dashboard-page-main .view-history-content .history-item .history-info {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .dashboard-page-main .view-history-content .history-item .history-info {
    max-width: 100%;
    padding-left: 0;
  }
}
.dashboard-page-main .view-history-content .history-item .history-info .film-name {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .dashboard-page-main .view-history-content .history-item .history-info .film-name {
    margin-top: -3px;
  }
}
.dashboard-page-main .account-chart-statistic .ct-grid {
  stroke: #393B41;
  stroke-dasharray: 0;
}
.dashboard-page-main .account-chart-statistic .ct-golden-section:before {
  float: none;
}
.dashboard-page-main .account-chart-statistic .ct-chart {
  max-height: 320px;
}
.dashboard-page-main .account-chart-statistic .ct-chart .ct-label {
  color: white;
  fill: white;
  font-size: 14px;
  line-height: 1;
}
.dashboard-page-main .account-chart-statistic .ct-line {
  stroke-width: 2px;
}
.dashboard-page-main .account-chart-statistic .ct-chart .ct-series.ct-series-a .ct-bar,
.dashboard-page-main .account-chart-statistic .ct-chart .ct-series.ct-series-a .ct-line,
.dashboard-page-main .account-chart-statistic .ct-chart .ct-series.ct-series-a .ct-point,
.dashboard-page-main .account-chart-statistic .ct-chart .ct-series.ct-series-a .ct-slice-donut {
  stroke: #EB2778;
}
.dashboard-page-main .account-chart-statistic .ct-series-b .ct-point,
.dashboard-page-main .account-chart-statistic .ct-series-b .ct-line,
.dashboard-page-main .account-chart-statistic .ct-series-b .ct-bar,
.dashboard-page-main .account-chart-statistic .ct-series-b .ct-slice-donut {
  stroke: #FF8656;
}
.dashboard-page-main .account-chart-statistic .ct-series-b .ct-point,
.dashboard-page-main .account-chart-statistic .ct-series-b .ct-line,
.dashboard-page-main .account-chart-statistic .ct-series-b .ct-bar,
.dashboard-page-main .account-chart-statistic .ct-series-b .ct-slice-donut {
  stroke: #4D73FA;
}
.dashboard-page-main .account-chart-statistic .chartist-tooltip {
  background: #fa163f;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  min-width: 10px;
  opacity: 0;
  padding: 2px 10px;
  pointer-events: none;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  z-index: 1;
}
.dashboard-page-main .account-chart-statistic .chartist-tooltip.tooltip-show {
  opacity: 1;
}
.dashboard-page-main .account-chart-statistic .simple-line-chart-outer {
  padding: 5px 0px 0px 0px;
}
.dashboard-page-main .account-uses-status .status-item {
  text-align: center;
  margin-bottom: 30px;
}
.dashboard-page-main .account-uses-status .status-item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #21252e;
  line-height: 100px;
  color: #8A8A8A;
  font-size: 26px;
  margin: 0 auto 25px;
}
.dashboard-page-main .account-uses-status .status-item .title,
.dashboard-page-main .account-uses-status .status-item .status {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.dashboard-page-main .account-uses-status .status-item .title {
  margin-bottom: 7px;
}
.dashboard-page-main .account-uses-status .status-item .status {
  color: #fa163f;
}

/*--------------------------------------------------------------
## Registration
--------------------------------------------------------------*/
.user-signup-block {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .user-register-area {
    text-align: left !important;
  }
}
.user-register-area .default-form .form-group {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .user-register-area .default-form .form-group {
    margin-bottom: 20px;
  }
}
.user-register-area .default-form .form-group label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .user-register-area .default-form .form-group label {
    font-size: 17px;
  }
}
.user-register-area .form-header {
  padding-bottom: 30px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .user-register-area .form-header {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .user-register-area .form-header {
    margin-top: -5px;
  }
}
.user-register-area .form-header .heading {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.15em;
}
@media only screen and (max-width: 1199px) {
  .user-register-area .form-header .heading {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .user-register-area .form-header .heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .user-register-area .form-header .heading {
    font-size: 28px;
  }
}
.user-register-area .remember-and-password {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0 35px;
  line-height: 1.2em;
}
@media only screen and (max-width: 1199px) {
  .user-register-area .remember-and-password {
    padding: 5px 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .user-register-area .remember-and-password {
    display: block;
  }
}
.user-register-area .remember-and-password .btn-password {
  color: #fa163f;
}
.user-register-area .remember-and-password .btn-password:hover {
  color: white;
}
@media only screen and (max-width: 575px) {
  .user-register-area .login-form-remember {
    margin-bottom: 10px;
  }
}
.user-register-area .login-form-remember label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-weight: normal;
  font-size: 16px;
}
.user-register-area .login-form-remember label input {
  height: auto;
}
.user-register-area .login-form-remember label span {
  display: inline-block;
  padding-left: 10px;
}
.user-register-area .login-form-remember label span a {
  color: #fa163f;
}
.user-register-area .form-bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.user-register-area .form-bottom-area .login-form-remember,
.user-register-area .form-bottom-area .login-form-register-now {
  max-width: calc(50% - 60px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 60px);
  flex: 0 0 calc(50% - 60px);
}
@media only screen and (max-width: 767px) {
  .user-register-area .form-bottom-area .login-form-remember,
  .user-register-area .form-bottom-area .login-form-register-now {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
  }
}
.user-register-area .form-bottom-area .form-btn-group {
  max-width: 120px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
}
@media only screen and (max-width: 767px) {
  .user-register-area .form-bottom-area .form-btn-group {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: block;
    text-align: left !important;
    padding-top: 20px;
  }
}
.user-register-area .form-bottom-area .login-form-register-now {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .user-register-area .form-bottom-area .login-form-register-now {
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0;
  }
}
.user-register-area .form-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 400px) {
  .user-register-area .form-btn-group {
    display: block;
  }
}
.user-register-area .login-form-register-now {
  padding-left: 15px;
}
@media only screen and (max-width: 400px) {
  .user-register-area .login-form-register-now {
    padding-left: 0;
    padding-top: 10px;
  }
}
.user-register-area .login-form-register-now a {
  text-decoration: underline;
  color: #fa163f;
}
.user-register-area .login-form-register-now a:hover {
  color: white;
}
.user-register-area .reg-others-media {
  margin-top: 55px;
}
@media only screen and (max-width: 1199px) {
  .user-register-area .reg-others-media {
    margin-top: 30px;
  }
}
.user-register-area .reg-others-media .social-media-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px -5px 0;
}
@media only screen and (max-width: 1199px) {
  .user-register-area .reg-others-media .social-media-icons {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .user-register-area .reg-others-media .social-media-icons {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.user-register-area .reg-others-media .social-media-icons > a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #21252e;
  text-align: center;
  margin: 0 5px;
}
.user-register-area .reg-others-media .social-media-icons > a:hover {
  background-color: #fa163f;
  border-color: #fa163f;
  color: white;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 75px;
}

.page-content, .entry-summary {
  margin: 1.4em 0;
}

.page-links {
  clear: both;
  margin: 0 0 2.1em;
}

/*-------------------------------------------------
    [ ### Page Title ]
*/
.page-title-area {
  padding: 155px 0 165px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .page-title-area {
    padding: 140px 0 145px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-area {
    padding: 115px 0 120px;
  }
}
@media only screen and (max-width: 480px) {
  .page-title-area {
    padding: 105px 0 107px;
  }
}
.page-title-area > div {
  z-index: 1;
}
.page-title-area .page-title {
  margin-bottom: 15px;
  font-size: 60px;
  text-transform: capitalize;
  line-height: 1.2em;
}
@media only screen and (max-width: 1199px) {
  .page-title-area .page-title {
    font-size: 52px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title-area .page-title {
    font-size: 42px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .page-title-area .page-title {
    font-size: 36px;
    line-height: 1.25em;
  }
}
.page-title-area .breadcrumb-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*-------------------------------------------------
    [ ### Breadcrumb ]
*/
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  font-size: 20px;
  text-transform: capitalize;
  color: white;
}
@media only screen and (max-width: 767px) {
  .breadcrumb .breadcrumb-item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}
.breadcrumb .breadcrumb-item.active {
  color: #fa163f;
}
.breadcrumb .breadcrumb-item > a {
  color: white;
}
.breadcrumb .breadcrumb-item > a:before, .breadcrumb .breadcrumb-item > a:hover, .breadcrumb .breadcrumb-item > a:focus {
  color: #fa163f;
}
.breadcrumb .breadcrumb-item:before {
  font-size: 20px;
  content: "/";
  font-family: "Font Awesome 5 Free";
  padding: 1px 10px;
  color: white;
}
@media only screen and (max-width: 991px) {
  .breadcrumb .breadcrumb-item:before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .breadcrumb .breadcrumb-item:before {
    font-size: 16px;
  }
}
.breadcrumb .breadcrumb-item:first-child:before {
  padding: 0;
  content: "";
}

/*-------------------------------------------------
    [ ### Page info Content ]
*/
.terams-conditions-block .terams-conditions-content .heading {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.25em;
}
@media only screen and (max-width: 767px) {
  .terams-conditions-block .terams-conditions-content .heading {
    font-size: 24px;
  }
}
.terams-conditions-block .terams-conditions-content p a {
  color: #fa163f;
}
.terams-conditions-block .terams-conditions-content ul {
  width: 65%;
}
@media only screen and (max-width: 1199px) {
  .terams-conditions-block .terams-conditions-content ul {
    width: 100%;
  }
}
.terams-conditions-block .terams-conditions-content ol li {
  margin-bottom: 5px;
  padding-left: 30px;
  line-height: 1.7em;
}
.terams-conditions-block .terams-conditions-content ol.character {
  list-style-type: lower-latin;
  padding-left: 20px;
}
.terams-conditions-block .terams-conditions-content ol.character li {
  padding-left: 0;
}
.terams-conditions-block .terams-conditions-content ol.character li:before {
  content: " ";
}
.terams-conditions-block .terams-conditions-content .single-info-block-inner {
  margin-bottom: 0;
}
.terams-conditions-block .terams-conditions-content .single-info-block-inner .sub-heading {
  font-size: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .terams-conditions-block .terams-conditions-content .single-info-block-inner .sub-heading {
    font-size: 18px;
  }
}

.terams-conditions-content,
.privacy-policy-content {
  margin-bottom: -5px;
  margin-top: -5px;
}
.terams-conditions-content .thumb,
.privacy-policy-content .thumb {
  margin: 20px 0;
}
.terams-conditions-content .thumb img,
.privacy-policy-content .thumb img {
  border-radius: 7px;
}
.terams-conditions-content .thumb:last-child,
.privacy-policy-content .thumb:last-child {
  margin-bottom: 0;
}
.terams-conditions-content .thumb.mrb-10,
.privacy-policy-content .thumb.mrb-10 {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .terams-conditions-content .thumb.mrb-10,
  .privacy-policy-content .thumb.mrb-10 {
    margin-bottom: 30px;
  }
}
.terams-conditions-content .heading,
.privacy-policy-content .heading {
  margin-bottom: 10px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .terams-conditions-content .heading,
  .privacy-policy-content .heading {
    font-size: 22px;
  }
}
.terams-conditions-content .sub-heading,
.privacy-policy-content .sub-heading {
  line-height: 1.25em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .terams-conditions-content .sub-heading,
  .privacy-policy-content .sub-heading {
    font-size: 18px;
  }
}
.terams-conditions-content .single-info-block,
.privacy-policy-content .single-info-block {
  margin-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .terams-conditions-content .single-info-block,
  .privacy-policy-content .single-info-block {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .terams-conditions-content .single-info-block,
  .privacy-policy-content .single-info-block {
    margin-bottom: 30px;
  }
}
.terams-conditions-content .single-info-block:last-child,
.privacy-policy-content .single-info-block:last-child {
  margin-bottom: 0;
}
.terams-conditions-content .single-info-block .single-info-block-inner,
.privacy-policy-content .single-info-block .single-info-block-inner {
  margin-bottom: 30px;
}
.terams-conditions-content .single-info-block .single-info-block-inner:last-child,
.privacy-policy-content .single-info-block .single-info-block-inner:last-child {
  margin-bottom: 0;
}
.terams-conditions-content ol,
.privacy-policy-content ol {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}
.terams-conditions-content ol:last-child,
.privacy-policy-content ol:last-child {
  margin-bottom: 0;
}
.terams-conditions-content ol li,
.privacy-policy-content ol li {
  margin-bottom: 25px;
  padding-left: 40px;
  position: relative;
  line-height: 1.8em;
  counter-increment: my-awesome-counter;
}
@media only screen and (max-width: 767px) {
  .terams-conditions-content ol li,
  .privacy-policy-content ol li {
    margin-bottom: 15px;
  }
}
.terams-conditions-content ol li:last-child,
.privacy-policy-content ol li:last-child {
  margin-bottom: 0;
}
.terams-conditions-content ol li:before,
.privacy-policy-content ol li:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "0" counter(my-awesome-counter) ".";
}
.terams-conditions-content ol li:nth-child(n + 10):before,
.privacy-policy-content ol li:nth-child(n + 10):before {
  content: counter(my-awesome-counter) ".";
}
.terams-conditions-content ul,
.privacy-policy-content ul {
  list-style: none;
  padding-left: 0;
  padding-top: 10px;
}
.terams-conditions-content ul li,
.privacy-policy-content ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  line-height: 1.7em;
}
@media only screen and (max-width: 767px) {
  .terams-conditions-content ul li,
  .privacy-policy-content ul li {
    margin-bottom: 15px;
  }
}
.terams-conditions-content ul li:before,
.privacy-policy-content ul li:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 0;
  top: 8px;
  background-color: white;
  border-radius: 35% 65% 61% 39% / 32% 33% 67% 68%;
}
.terams-conditions-content ul li:nth-child(3n-2):before,
.privacy-policy-content ul li:nth-child(3n-2):before {
  background: linear-gradient(-180deg, rgba(247, 74, 5, 0.4), #f74a05);
}
.terams-conditions-content ul li:nth-child(3n-1):before,
.privacy-policy-content ul li:nth-child(3n-1):before {
  background: linear-gradient(90deg, rgba(39, 132, 138, 0.4), #27848a);
}
.terams-conditions-content ul li:nth-child(3n):before,
.privacy-policy-content ul li:nth-child(3n):before {
  background: linear-gradient(-45deg, rgba(73, 140, 47, 0.4), #498c2f);
}
.terams-conditions-content ul li:last-child,
.privacy-policy-content ul li:last-child {
  margin-bottom: 0;
}

.privacy-policy-block .sidebar-items {
  padding-left: 0;
  border-left: 0px solid;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-content a {
  word-wrap: break-word;
}

.comment-content {
  font-size: 16px;
}
.comment-content p {
  line-height: 1.6em;
}
@media only screen and (max-width: 767px) {
  .comment-content {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 400px) {
  .comment-content {
    margin-top: 10px;
  }
}
.comment-content ul li, .comment-content ol li {
  margin-top: 10px;
  line-height: 1.6em;
}
.comment-content > ul,
.comment-content > ol {
  padding-left: 20px;
}
.comment-content a:hover {
  text-decoration: underline;
}

.bypostauthor {
  display: block;
}

.cancel-comment-reply-link {
  bottom: -2px;
  display: inline-block;
  left: 0.6em;
  position: relative;
}

.logged-in-as {
  margin-bottom: 0.7em !important;
  padding: 0 15px;
}

.comments-area {
  overflow: hidden;
  margin: 60px 0 0;
}
.comments-area .comment-list, .comments-area .children {
  list-style: none;
  padding: 0;
}
.comments-area .comments-title {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
.comments-area .comment-list {
  margin-bottom: 0px;
  border-top: none;
}
.comments-area .comment-list .comment .comment-respond {
  margin-bottom: 75px;
}
.comments-area .comment-list > .comment:last-child .comment-body:last-child {
  margin-bottom: 0;
}
.comments-area .comment-body {
  overflow: hidden;
  margin-bottom: 45px;
}
.comments-area .comment-author {
  float: left;
  margin-right: 20px;
  width: 85px;
}
@media only screen and (max-width: 575px) {
  .comments-area .comment-author {
    margin-right: 15px;
  }
}
.comments-area .comment-author .avatar {
  width: 85px;
  height: 85px;
  border-radius: 50%;
}
.comments-area .date {
  display: block;
  font-size: 14px;
  color: #d3d3d5;
  margin-top: 0;
}
.comments-area .date [class*='fa-'] {
  color: #fa163f;
  padding-right: 5px;
  display: inline-block;
}
.comments-area .comment-details {
  position: relative;
  display: table-cell;
  vertical-align: top;
}
.comments-area .comment-metadata {
  margin-bottom: 10px;
  color: white;
}
.comments-area .comment-metadata .author {
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1.25em;
}
@media only screen and (max-width: 767px) {
  .comments-area .comment-metadata .author {
    font-size: 17px;
  }
}
.comments-area .comment-metadata .says, .comments-area .comment-metadata .comment-edit-link {
  color: #777;
}
.comments-area .children {
  margin-left: 108px;
}
@media only screen and (max-width: 1199px) {
  .comments-area .children {
    margin-left: 90px;
  }
}
@media only screen and (max-width: 992px) {
  .comments-area .children {
    margin-left: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .comments-area .children {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 450px) {
  .comments-area .children {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .comments-area .children {
    margin-left: 25px;
  }
}
.comments-area .comment-navigation {
  margin-bottom: 3.5em;
}
.comments-area .comment-navigation .nav-links .nav-previous {
  float: left;
}
.comments-area .comment-navigation .nav-links .nav-next {
  float: right;
}
.comments-area .comment-navigation .nav-links span {
  font-size: 18px;
}
.comments-area .comment-navigation .nav-links a {
  background-color: #232c3b;
  color: white;
  border-radius: 5px;
}

.comment-respond label {
  font-weight: 600;
  font-size: 16px;
}
.comment-respond .comment-reply-title {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2em;
  margin-bottom: 30px;
  position: relative;
}

.comment-respond {
  margin: 55px 0px 0;
}
.comment-respond p {
  margin-bottom: 1em;
}
.comment-respond [class*="col-"] {
  margin-bottom: 25px;
}
.comment-respond textarea {
  min-height: 130px;
  max-width: 100%;
}
.comment-respond .form-submit {
  margin-bottom: 0;
  padding: 0 15px;
}
.comment-respond .comment-subscription-form {
  display: none;
}
.comment-respond .comment-form-rating {
  margin-bottom: 1em;
}
.comment-respond .form-submit {
  width: 100%;
  padding-top: 5px;
}
.comment-respond #submit,
.comment-respond .submit {
  border-color: #e51681;
  border-radius: 0;
  background: #e51681;
  color: white;
  padding: 15px 45px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

#review_form .form-submit {
  padding: 0;
}

.no-comments {
  position: relative;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.comment-reply-link {
  padding: 8px 22px;
  font-size: 15px;
  border: 1px solid #2a2d33;
  line-height: normal;
  font-weight: 600;
  display: inline-block;
  background-color: transparent;
  border-radius: 30px;
  color: white;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.comment-reply-link:hover {
  background: #fa163f;
  color: white;
  border-color: #fa163f;
}
@media only screen and (min-width: 600px) {
  .comment-reply-link {
    position: absolute;
    right: 0;
    top: -55px;
  }
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin-bottom: 60px;
  margin-top: -5px;
}
.widget ul, .widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .widget-title-area {
  position: relative;
}
.widget .widget-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 15px;
}
.widget pre {
  padding: 0.5em;
}
.widget label {
  margin-bottom: 0;
}
.widget option {
  padding: 0.2em 1em;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
  padding: 0.5em 1em;
}
.widget input[type="text"]:focus,
.widget input[type="email"]:focus,
.widget input[type="url"]:focus,
.widget input[type="password"]:focus,
.widget input[type="search"]:focus,
.widget textarea:focus {
  box-shadow: none !important;
}

.sidebar-items .widget {
  margin-bottom: 65px;
}
.sidebar-items .widget:last-of-type {
  margin-bottom: 0;
}
.sidebar-items .widget-title {
  margin-bottom: 20px;
}

.search-page-sidebar {
  background-color: #21252e;
  padding: 50px 25px 1px;
}
@media only screen and (max-width: 1199px) {
  .search-page-sidebar {
    padding: 50px 15px 1px;
  }
}
.search-page-sidebar .widget ul > li {
  padding: 9px 0;
}
.search-page-sidebar .widget ul > li:last-child {
  padding-bottom: 0;
}
.search-page-sidebar .widget .widget-title {
  margin-bottom: 5px;
}
.search-page-sidebar .widget input[type="checkbox"] {
  display: none;
}
.search-page-sidebar .widget input[type="checkbox"] + label {
  color: #d3d3d5;
  position: relative;
  padding-left: 22px;
  line-height: 1.2em;
  text-transform: capitalize;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
}
.search-page-sidebar .widget input[type="checkbox"] + label:before {
  border: 2px solid #4E5158;
  content: "";
  height: 12px;
  left: 1px;
  position: absolute;
  top: 4px;
  -webkit-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
  width: 12px;
  background-color: transparent;
  border-radius: 50%;
}
.search-page-sidebar .widget input[type="checkbox"]:checked + label:before {
  background-color: #fa163f;
}

/*--------------------------------------------------------------
# Widgets Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Popular, Latest Post, Recent Comment widget
--------------------------------------------------------------*/
.widget-post-list .post {
  margin-bottom: 20px;
  background-color: transparent;
  box-shadow: 0 0 0px 0 transparent;
  border-bottom: 1px solid #2a2d33;
  border-radius: 0px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget-post-list .post .post-thumb {
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  border-radius: 50%;
  overflow: hidden;
}
.widget-post-list .post .post-thumb:before {
  height: 0;
  width: 0;
}
.widget-post-list .post .post-details {
  padding: 0 0 0 20px;
}
.widget-post-list .post .post-details .entry-meta-content {
  margin-bottom: 0px;
  font-size: 14px;
  color: #d3d3d5;
}
.widget-post-list .post .post-details .entry-meta-content .entry-date {
  text-align: left;
  margin-bottom: 5px !important;
  display: flex;
  align-items: center;
}
.widget-post-list .post .post-details .entry-meta-content .entry-date span {
  margin-right: 5px;
}
.widget-post-list .post .entry-title {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 7px;
  font-weight: 700;
}
.widget-post-list .post:first-child {
  margin-top: -5px;
}
.widget-post-list .post:last-child {
  margin-bottom: 0px;
  padding-bottom: 0;
  border-bottom: 0px solid;
}

.widget-content img {
  display: block;
}

/*--------------------------------------------------------------
# App Download Widget
--------------------------------------------------------------*/
.widget_app_download .app-download-btn {
  display: flex;
  align-items: center;
  margin: -5px;
  padding-top: 15px;
}
.widget_app_download .app-download-btn > a {
  display: inline-block;
  margin: 5px;
}

/*--------------------------------------------------------------
# Help Line Widget
--------------------------------------------------------------*/
.widget_helpline {
  text-align: center;
  background-color: #21252e;
  padding: 55px 40px 50px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .widget_helpline {
    padding: 50px 13px 45px;
  }
}
.widget_helpline:before {
  position: absolute;
  content: "\f109";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Flaticon";
  color: #31343D;
  font-size: 200px;
  opacity: 0.7;
}
.widget_helpline .widget-content {
  position: relative;
}
.widget_helpline .title {
  font-size: 30px;
}
.widget_helpline .help-no {
  font-size: 24px;
  color: #fa163f;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Categories And Archive Widget
--------------------------------------------------------------*/
.widget_categories ul li,
.widget_archive ul li,
.widget_layered_nav ul li {
  font-size: 18px;
  text-transform: capitalize;
  display: block;
  font-weight: normal;
  -webkit-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  position: relative;
  overflow: hidden;
  background-color: #21252e;
  margin-bottom: 5px;
}
.widget_categories ul li a,
.widget_archive ul li a,
.widget_layered_nav ul li a {
  display: block;
  overflow: hidden;
  padding: 17px 20px;
}
.widget_categories ul li a > span,
.widget_archive ul li a > span,
.widget_layered_nav ul li a > span {
  float: right;
}
.widget_categories ul li ul,
.widget_archive ul li ul,
.widget_layered_nav ul li ul {
  padding-left: 15px;
}
.widget_categories ul li .count,
.widget_archive ul li .count,
.widget_layered_nav ul li .count {
  float: right;
  color: #d3d3d5;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_layered_nav ul li a:hover {
  background-color: #fa163f;
  color: white;
}
.widget_categories ul li a:hover .count,
.widget_archive ul li a:hover .count,
.widget_layered_nav ul li a:hover .count {
  color: #fa163f;
}
.widget_categories ul > li:first-child,
.widget_archive ul > li:first-child,
.widget_layered_nav ul > li:first-child {
  border-bottom: 0px solid;
}
.widget_categories ul > li:last-child,
.widget_archive ul > li:last-child,
.widget_layered_nav ul > li:last-child {
  border-bottom: 0px solid;
}
.widget_categories .bsm-select-wrapper li,
.widget_archive .bsm-select-wrapper li,
.widget_layered_nav .bsm-select-wrapper li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_categories .bsm-select-wrapper input.select-dropdown,
.widget_archive .bsm-select-wrapper input.select-dropdown,
.widget_layered_nav .bsm-select-wrapper input.select-dropdown {
  margin-bottom: 0;
  padding: 0 20px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.widget_categories .bsm-select-wrapper span.caret,
.widget_archive .bsm-select-wrapper span.caret,
.widget_layered_nav .bsm-select-wrapper span.caret {
  right: 15px;
}
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_categories .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_archive .bsm-select-wrapper .bsm-dropdown-content li > span,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_layered_nav .bsm-select-wrapper .bsm-dropdown-content li > span {
  font-size: 14px;
  color: inherit;
  display: block;
  line-height: 30px;
  padding: 10px 16px;
}

.widget_text .bsm-select-wrapper li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.widget_text .bsm-select-wrapper input.select-dropdown {
  margin-bottom: 0;
  padding: 0 20px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.widget_text .bsm-select-wrapper span.caret {
  right: 15px;
}
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > a,
.widget_text .bsm-select-wrapper .bsm-dropdown-content li > span {
  font-size: 14px;
  color: inherit;
  display: block;
  line-height: 30px;
  padding: 10px 16px;
}

/*------------------------------------------------------------------------
# Links, Meta, NavMenu, Pages, Recent Comment, Recent Entries  Widget
-------------------------------------------------------------------------*/
.widget_links a,
.widget_meta a,
.widget_nav_menu .menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
}

.widget_nav_menu .menu a .fa {
  display: none;
}

.widget_links,
.widget_meta,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_recent_entries,
.widget_product_categories {
  font-size: 16px;
}
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a,
.widget_product_categories a {
  border: 0;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 1px;
}
.widget_links a:before,
.widget_meta a:before,
.widget_nav_menu a:before,
.widget_pages a:before,
.widget_recent_comments a:before,
.widget_recent_entries a:before,
.widget_product_categories a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  height: 1px;
  width: 0%;
  background-color: #fa163f;
}
.widget_links a:hover, .widget_links a:focus,
.widget_meta a:hover,
.widget_meta a:focus,
.widget_nav_menu a:hover,
.widget_nav_menu a:focus,
.widget_pages a:hover,
.widget_pages a:focus,
.widget_recent_comments a:hover,
.widget_recent_comments a:focus,
.widget_recent_entries a:hover,
.widget_recent_entries a:focus,
.widget_product_categories a:hover,
.widget_product_categories a:focus {
  color: inherit;
}
.widget_links a:hover:before, .widget_links a:focus:before,
.widget_meta a:hover:before,
.widget_meta a:focus:before,
.widget_nav_menu a:hover:before,
.widget_nav_menu a:focus:before,
.widget_pages a:hover:before,
.widget_pages a:focus:before,
.widget_recent_comments a:hover:before,
.widget_recent_comments a:focus:before,
.widget_recent_entries a:hover:before,
.widget_recent_entries a:focus:before,
.widget_product_categories a:hover:before,
.widget_product_categories a:focus:before {
  width: 100%;
}
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_product_categories ul {
  list-style: none;
  margin: 0;
}
.widget_links ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_product_categories ul li {
  padding: 9px 0;
  border-bottom: 0 none;
  line-height: 1.3em;
}
.widget_links > ul,
.widget_meta > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_recent_comments > ul,
.widget_recent_entries > ul,
.widget_product_categories > ul {
  position: relative;
}
.widget_links ul > li:first-child,
.widget_meta ul > li:first-child,
.widget_nav_menu ul > li:first-child,
.widget_pages ul > li:first-child,
.widget_recent_comments ul > li:first-child,
.widget_recent_entries ul > li:first-child,
.widget_product_categories ul > li:first-child {
  margin-top: 0;
  padding-top: 3px;
  border-top: 0 none;
}
.widget_links ul > li:last-child,
.widget_meta ul > li:last-child,
.widget_nav_menu ul > li:last-child,
.widget_pages ul > li:last-child,
.widget_recent_comments ul > li:last-child,
.widget_recent_entries ul > li:last-child,
.widget_product_categories ul > li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.widget .menu {
  position: relative;
}
.widget .menu > li:first-child {
  border-top: 0 none;
  padding-top: 0;
}
.widget .menu .sub-menu {
  box-shadow: 0 0 0 transparent;
}

.widget_payment .payment-option {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  margin: -5px;
  list-style: none;
  padding-top: 10px;
}
.widget_payment .payment-option li {
  margin: 5px;
}
.widget_payment .payment-barcode-area {
  display: flex;
  justify-content: flex-start;
  padding-top: 30px;
}
.widget_payment .payment-barcode-area .payment-accepted {
  padding-right: 15px;
}
.widget_payment .payment-barcode-area .payment-accepted img {
  margin-top: 10px;
}
.widget_payment .payment-barcode-area .payment-accepted > .title {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 700;
}

.widget_nav_menu .sub-menu,
.widget_pages .children {
  border: 0;
  margin: 0 0 0 1em;
}

.widget_recent_entries .post-date {
  display: block;
}

/*--------------------------------------------------------------
# Instafeed Widget
--------------------------------------------------------------*/
.bt-socail-widget .widget-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bt-socail-widget .widget-content > .bt-socail-profile {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  padding: 0.5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon {
  display: block;
  color: white;
  min-height: 80px;
  padding: 13px 5px;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-facebook-icon {
  background-color: #39579A;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-google-plus-icon {
  background-color: #D94830;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-twitter-icon {
  background-color: #0C9EF5;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-youtube-icon {
  background-color: #E21C00;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-instagram-icon {
  background-color: #4E54D3;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-vimeo-icon {
  background-color: #1AB1F0;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-pinterest-icon {
  background-color: #B00000;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon.bt-soundcloud-icon {
  background-color: #FF8800;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon > span {
  display: block;
  line-height: 15px;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon .social-icon {
  line-height: 15px;
  margin-bottom: 8px;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon .bt-count {
  font-weight: 600;
  font-size: 12px;
}
.bt-socail-widget .widget-content > .bt-socail-profile > .icon .bt-media-type {
  font-size: 11px;
}
.bt-socail-widget .widget-content > .bt-socail-profile:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Instafeed Widget
--------------------------------------------------------------*/
.bt-instafeed-widget {
  position: relative;
}
.bt-instafeed-widget .instafeed-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bt-instafeed-widget .instafeed-heading .heading {
  background-color: #283A60;
  text-align: center;
  padding: 13px 30px 17px;
  border-radius: 15px;
}
.bt-instafeed-widget .instafeed-heading .heading h4 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.9em;
  color: white;
}
.bt-instafeed-widget .instafeed-heading .heading h4 span {
  display: block;
  font-size: 24px;
  text-transform: none;
  text-transform: capitalize;
}
.bt-instafeed-widget #instafeed-sidebar,
.bt-instafeed-widget #instafeed {
  overflow: hidden;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item,
.bt-instafeed-widget #instafeed > .feed-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
@media only screen and (max-width: 991px) {
  .bt-instafeed-widget #instafeed-sidebar > .feed-item,
  .bt-instafeed-widget #instafeed > .feed-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item a,
.bt-instafeed-widget #instafeed > .feed-item a {
  display: block;
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item img,
.bt-instafeed-widget #instafeed > .feed-item img {
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.bt-instafeed-widget #instafeed-sidebar > .feed-item:hover img,
.bt-instafeed-widget #instafeed > .feed-item:hover img {
  opacity: 0.9;
}

/*--------------------------------------------------------------
# About Widget
--------------------------------------------------------------*/
.widget_about {
  padding-right: 15px;
}
@media only screen and (max-width: 1366px) {
  .widget_about {
    padding-right: 0;
  }
}
.widget_about .about-logo {
  margin-bottom: 15px;
  margin-top: -7px;
}
.widget_about .footer-social {
  padding-top: 5px;
}
.widget_about .footer-social > li {
  display: inline-block;
  font-size: 18px;
  color: white;
  margin-right: 15px;
}

/*--------------------------------------------------------------
# Business Hours Widget
--------------------------------------------------------------*/
.widget-business-hours .widget-content > h4 {
  color: #293b5f;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.widget-business-hours .widget-content > ul {
  font-size: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .widget-business-hours .widget-content > ul {
    font-size: 14px;
  }
}
.widget-business-hours .widget-content > ul li {
  margin: 15px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .widget-business-hours .widget-content > ul li {
    margin: 10px 0;
  }
}
.widget-business-hours .widget-content > ul li > span {
  float: right;
  display: inline-block;
  padding-left: 15px;
}

/*--------------------------------------------------------------
# Subscribe Widget
--------------------------------------------------------------*/
.subscribe_widget {
  background-color: white;
  padding: 30px 35px 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  .subscribe_widget {
    padding: 30px 20px 40px;
  }
}
.subscribe_widget:before {
  position: absolute;
  content: "\f1d8";
  right: 30px;
  font-family: "Font Awesome 5 Free";
  top: 10px;
  font-size: 130px;
  font-weight: 400;
  line-height: 1em;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  color: white;
  opacity: 0.03;
}
.subscribe_widget .title {
  font-size: 24px;
  line-height: 1.15em;
  margin-bottom: 35px;
}
.subscribe_widget .title > span {
  display: block;
  font-size: 16px;
  color: #bab8b8;
  font-weight: normal;
  font-style: italic;
}
.subscribe_widget :-moz-placeholder {
  opacity: 0.5;
}
.subscribe_widget ::-moz-placeholder {
  opacity: 0.5;
}
.subscribe_widget :-ms-input-placeholder {
  opacity: 0.5;
}
.subscribe_widget .subscribe-form {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .subscribe_widget .subscribe-form {
    font-size: 14px;
  }
}
.subscribe_widget .subscribe-form .form-group {
  margin-bottom: 0px;
  position: relative;
}
.subscribe_widget .subscribe-form .form-group input[type="email"] {
  background-color: transparent;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid #2a2d33;
  padding: 0 0 10px !important;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .subscribe_widget .subscribe-form .form-group input[type="email"] {
    width: 70%;
  }
}
.subscribe_widget .subscribe-form .form-group input[type="email"]:focus {
  color: white;
  border-bottom-color: #fa163f;
}
.subscribe_widget .subscribe-form .form-group .btn.btn-send {
  position: absolute;
  right: 0;
  top: 7px;
  color: #fa163f;
  background-color: transparent;
  font-size: 18px;
  padding: 0;
  opacity: 0.8;
}

/*--------------------------------------------------------------
# RSS Widget
--------------------------------------------------------------*/
.widget_rss ul {
  list-style: none;
  margin: 0;
}
.widget_rss ul:last-child {
  margin-bottom: 0;
}
.widget_rss li {
  margin-bottom: 1.6em;
  padding-bottom: 25px;
}
.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget_rss li .rssSummary {
  margin: 5px 0;
  line-height: 1.75em;
}
.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}
.widget_rss .rsswidget img {
  margin-top: -4px;
}
.widget_rss .rss-date, .widget_rss cite {
  font-size: 0.8em;
  font-style: normal;
  display: block;
  line-height: 2;
  opacity: 0.8;
}
.widget_rss > p {
  position: relative;
}

#wp-calendar caption {
  font-weight: 600;
}

#wp-calendar td,
#wp-calendar th {
  padding: 8px;
  text-align: center;
  border: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Search Widget
--------------------------------------------------------------*/
.widget_search .input-group,
.widget_product_search .input-group {
  position: relative;
}
.widget_search .input-group .form-controller,
.widget_product_search .input-group .form-controller {
  display: table-cell;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #2a2d33;
  background-color: transparent;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
  height: 50px;
  outline: none;
}
.widget_search .input-group .form-controller:focus,
.widget_product_search .input-group .form-controller:focus {
  border-color: #fa163f;
}
.widget_search button, .widget_search input[type="button"], .widget_search input[type="reset"], .widget_search input[type="submit"],
.widget_product_search button,
.widget_product_search input[type="button"],
.widget_product_search input[type="reset"],
.widget_product_search input[type="submit"] {
  border: 0px solid;
  background-color: transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 16px;
  color: white;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget_search button:hover, .widget_search input[type="button"]:hover, .widget_search input[type="reset"]:hover, .widget_search input[type="submit"]:hover,
.widget_product_search button:hover,
.widget_product_search input[type="button"]:hover,
.widget_product_search input[type="reset"]:hover,
.widget_product_search input[type="submit"]:hover {
  color: #fa163f;
}

.tagcloud {
  margin-bottom: -10px;
}
.tagcloud a {
  padding: 10px 18px;
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: normal;
  text-transform: capitalize;
  border-radius: 30px;
  border: 1px solid #2a2d33;
}
@media only screen and (max-width: 1199px) {
  .tagcloud a {
    padding: 10px 15px;
    font-size: 15px;
  }
}
.tagcloud a:hover {
  background-color: #fa163f;
  color: white;
  border-color: #fa163f;
}

.widget_gallery .gallery-content img {
  width: 100%;
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
# Footer Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.site-footer {
  background-color: #21252e;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.site-footer .footer-shape-area > div {
  position: absolute;
}
.site-footer .footer-shape-area > div.footer-shape-left {
  bottom: 0;
  left: 0;
}
.site-footer .footer-shape-area > div.footer-shape-right {
  right: 0;
  top: 0;
}
.site-footer .footer-shape-area + div {
  position: relative;
  z-index: 2;
}
.site-footer .widget .widget-title {
  font-size: 22px;
  position: relative;
  margin-bottom: 5px;
  margin-top: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-footer .widget .widget-title {
    font-size: 20px;
  }
}
.site-footer .widget .widget-title > .dots-right {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #fa163f;
  position: relative;
  display: inline-block;
  margin-left: 7px;
  top: -2px;
}
.site-footer .widget .widget-title > .dots-right:before, .site-footer .widget .widget-title > .dots-right:after {
  border-radius: inherit;
  background-color: inherit;
  width: 100%;
  height: 100%;
  top: 50%;
  position: absolute;
  content: "";
}
.site-footer .widget .widget-title > .dots-right:before {
  transform: translateY(-50%) scale(0.78);
  right: -13px;
}
.site-footer .widget .widget-title > .dots-right:after {
  transform: translateY(-50%) scale(0.52);
  right: -24px;
}
.site-footer .footer-widget-area {
  margin-top: -7px;
  margin-bottom: 58px;
}
@media only screen and (max-width: 991px) {
  .site-footer .footer-widget-area {
    margin-bottom: 40px;
  }
}
.site-footer .footer-widget-area .row > [class='col-lg-4'] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-footer .footer-widget-area .row > [class='col-lg-4'] {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 991px) {
  .site-footer .footer-widget-area .row > [class='col-lg-4'] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-footer .footer-widget-area .row > [class='col-lg-2'] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-footer .footer-widget-area .row > [class='col-lg-2'] {
    flex: 0 0 21.5%;
    max-width: 21.5%;
  }
}
@media only screen and (max-width: 991px) {
  .site-footer .footer-widget-area .row > [class='col-lg-2'] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-footer .footer-widget-area .row > [class='col-lg-3'] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%;
  max-width: 27%;
}
@media only screen and (max-width: 991px) {
  .site-footer .footer-widget-area .row > [class='col-lg-3'] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.copyright-text {
  margin-bottom: 0;
}
.copyright-text > p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.copyright-text a {
  display: inline-block;
  padding-left: 5px;
  color: #fa163f;
}
.copyright-text a:hover {
  color: #eaad11;
}

.footer-bottom-area {
  border-top: 1px solid rgba(61, 65, 74, 0.8);
  padding: 25px 0;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-area {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer-bottom-area {
    font-size: 15px;
  }
}





.terams-conditions-block p{
  text-align: justify !important;
}