/*-------------------------------------
    Template Name: XiroStreaming - Video Streaming Html5 Template
    Template URI: 
    Description: XiroStreaming - Video Streaming Html5 Template
    Author: Themeies
    Author URI: 
    Version: 1.0
    Tags: streaming, html, theme, template, etc
---------------------------------------*/
/*
    Table of Context
    -------------------------------
    01. Common CSS
    02. Content Box
    03. Video Box
    04. Icon Box
    05. Order, Unorder List
    06. Round One side
    07. Overlap Image Box
    08. Image Box
    09. Icon list block
    
    01. Header style
    02. Banner style
    03. Block style
    04. Movie section
    05. Thriller section
    06. Tv Show section
    07. Online Show section
    08. Pricing section
    09. Service section 
    10. Testimonial section
    11. Blog section
    12. UpComming section
    13. Contact section
    14. Call to Action section
    15. flyout Menu
    16. Footer

    17. Home Page
    18. Movie page 
    19. Movie Single page
    20. Tv Show page
    21. Pricing page
    22. Blog Page
    23. Blog Single page
    24. Login page
    25. SignUp page
    26. Comming Soon page
    27. Contact page
   
*/
/*********************************
/* Fonts
/* Poppins
/* 
*********************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/**********
 ** Uses
@include themify($themes) {
    propnname: themed('variable');  
}
**/
/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * phone
 * phone-sm
 * phone-mid
 * phone-xm
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: #01111b;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: 0px;
}

button:hover, button:focus {
  outline: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

ul, .bottom__meta .share-icon {
  margin: 0;
  padding: 0;
  list-style: inherit;
}

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 130px 0;
  width: 100%;
}

@media screen and (max-width: 479px) {
  section {
    padding: 50px 0;
  }
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.gutters-5 > .col,
.gutters-5 > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.gutters-10 > .col,
.gutters-10 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.gutters-15 {
  margin-right: -15px;
  margin-left: -15px;
}

.gutters-15 > .col,
.gutters-15 > [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}

.gutters-20 {
  margin-right: -20px;
  margin-left: -20px;
}

.gutters-20 > .col,
.gutters-20 > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutters-25 {
  margin-right: -25px;
  margin-left: -25px;
}

.gutters-25 > .col,
.gutters-25 > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.ml-05 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-05 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.px-05 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.py-05 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.pb-05 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pt-05 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pl-05 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-05 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.text-10 {
  font-size: 10px !important;
}

.text-11 {
  font-size: 11px !important;
}

.text-12 {
  font-size: 12px !important;
}

.text-13 {
  font-size: 13px !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-17 {
  font-size: 17px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-19 {
  font-size: 19px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-21 {
  font-size: 21px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-23 {
  font-size: 23px !important;
}

.text-24 {
  font-size: 24px !important;
}

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

.text-26 {
  font-size: 26px !important;
}

.text-27 {
  font-size: 27px !important;
}

.text-28 {
  font-size: 28px !important;
}

.text-29 {
  font-size: 29px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-31 {
  font-size: 31px !important;
}

.text-32 {
  font-size: 32px !important;
}

/*********************************
/*  Input Apperance Start
*********************************/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

/*********************************
/*  Input Apperance End
*********************************/
/*********************************
/* Custom Scroll Bar Start
*********************************/
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #e90101;
          box-shadow: inset 0 0 4px #e90101;
  border-radius: 30px;
}

::-webkit-scrollbar-thumb {
  background-color: #e90101;
  border-radius: 10px;
}

/*********************************
/* Custom Scroll Bar End
*********************************/
/*********************************
/* Preloader Css Start
*********************************/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
  width: 100%;
  height: auto;
}

#preloader #status {
  width: 120px;
  height: 120px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#preloader #status::before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #e90101;
  border-radius: 50%;
  -webkit-animation: rotating 6s linear infinite;
          animation: rotating 6s linear infinite;
}

#preloader #status::after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 90%;
  height: 90%;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #e90101;
  border-radius: 50%;
  -webkit-animation: rotating 6s linear infinite;
          animation: rotating 6s linear infinite;
}

#preloader #status img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*********************************
/* Preloader Css End
*********************************/
/*********************************
/* Scroll Up Css Start
*********************************/
.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: -30px;
  right: 30px;
  font-size: 14px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #e90101;
  text-transform: capitalize;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  border: none;
  opacity: 0;
}

.scroll-top.open {
  bottom: 30px;
  opacity: 1;
  right: 30px;
}

.scroll-top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
  background: #17384e;
}

/*********************************
/* Scroll Up Css End
*********************************/
/*********************************
/* Swiper Arrow Center Start
*********************************/
.swiper__arrow-center .swiper-button-next,
.swiper__arrow-center .swiper-button-prev {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #e90101;
  color: #fff;
  font-size: 13px;
  bottom: 0;
  margin: 0;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 767px) {
  .swiper__arrow-center .swiper-button-next,
  .swiper__arrow-center .swiper-button-prev {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 575px) {
  .swiper__arrow-center .swiper-button-next,
  .swiper__arrow-center .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
}

.swiper__arrow-center .swiper-button-next::after,
.swiper__arrow-center .swiper-button-prev::after {
  display: none;
}

.swiper__arrow-center .swiper-button-next svg path,
.swiper__arrow-center .swiper-button-prev svg path {
  stroke: #fff;
}

.swiper__arrow-center .swiper-button-next {
  margin-right: 50px;
  left: auto;
  right: 0;
}

@media screen and (max-width: 575px) {
  .swiper__arrow-center .swiper-button-next {
    margin-right: 20px;
  }
}

.swiper__arrow-center .swiper-button-prev {
  margin-left: 50px;
}

@media screen and (max-width: 575px) {
  .swiper__arrow-center .swiper-button-prev {
    margin-left: 20px;
  }
}

/*********************************
/* Swiper Arrow Center End
*********************************/
/*********************************
/*  Common Css Start
*********************************/
.border-none {
  border: none !important;
}

button:hover, button:focus {
  outline: 0px;
}

.bg-color {
  background: #01111b !important;
}

/*********************************
/*  row Custom
*********************************/
.row > * {
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
  margin-top: var(--bs-gutter-y);
}

@media screen and (max-width: 768px) {
  .column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

@media (min-width: 479px) and (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

/*********************************
/*  Heading Typography
*********************************/
h1 {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  line-height: 96px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 54px;
    line-height: 74px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 54px;
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 32px;
    line-height: 45px;
  }
}

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

/*********************************
/*  Content Typography
*********************************/
p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5c6680;
}

/*********************************
/*  Button Start
*********************************/
.btn {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 11px 25px;
  border-radius: 8px;
  border: none;
  outline: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn i {
  margin-right: 8px;
  display: inline-block;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.btn-primary {
  background-color: #e90101;
  color: #fff;
  border: 1px solid #e90101;
}

.btn-primary:focus, .btn-primary:hover {
  background: transparent;
  color: #e90101;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e90101;
}

.btn-outline {
  background-color: transparent;
  color: #fff;
  border: 1px solid #e90101;
}

.btn-outline:focus, .btn-outline:hover {
  background: #e90101;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e90101;
}

/* 15 */
.btn-15 {
  background: #b621fe;
  border: none;
  z-index: 1;
}

.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #663dff;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-15:hover {
  color: #fff;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}

.btn-15:active {
  top: 2px;
}

/*********************************
/*  Section Tittle Start
*********************************/
.section-title {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  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;
}

@media screen and (max-width: 991px) {
  .section-title__wrapper .section-title {
    margin-bottom: 20px;
  }
}

.section-title .desc {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}

.section-title .desc i {
  color: #e90101;
  margin-left: 10px;
}

.section-title .sub-title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
  color: #e90101;
  display: inline-block;
  border: 1px solid #e90101;
  border-radius: 30px;
  padding: 8px 22px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media screen and (max-width: 575px) {
  .section-title .sub-title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}

.section-title .main-title {
  margin-bottom: 0;
  text-transform: capitalize;
}

.section-title .main-title span {
  color: #e90101;
}

.section-title .desc {
  font-size: 16px;
  line-height: 28px;
  margin-top: 16px;
}

.solid-btn {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #333333;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.solid-btn i {
  font-size: 16px;
  margin-left: 3px;
}

.solid-btn:hover {
  color: #e90101;
}

/*********************************
/*  Section Tittle End
*********************************/
/*********************************
/*Tv Show Banner Start 
*********************************/
.tvShow__section {
  background: url("../images/tvshow/tvshow-banner.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.tvShow__section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: rgba(14, 23, 34, 0.9);
}

/*********************************
/*Tv Show Banner End 
*********************************/
/*********************************
/*Pricing Banner Start 
*********************************/
.pricing__section {
  background: url("../images/pricing/pricing-banner.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.pricing__section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.79);
}

/*********************************
/*Pricing Banner End 
*********************************/
/*********************************
/* Service Banner Start 
*********************************/
.service__section {
  background: url("../images/service/service-banner.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.service__section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.79);
}

/*********************************
/* Service Banner End 
*********************************/
/*********************************
/* gallery Banner Start 
*********************************/
.gallery__section {
  background: url("../images/gallery/gallery-banner.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.gallery__section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.92);
}

/*********************************
/* gallery Banner End 
*********************************/
/*********************************
/*Contact Banner Start 
*********************************/
.contact__section {
  background: url("../images/contact/contact-banner.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.contact__section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.93);
}

/*********************************
/* Comming Banner End 
*********************************/
.upcoming__section {
  background: url("../images/upcoming/upcoming-banner.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 220px 0;
}

@media screen and (max-width: 991px) {
  .upcoming__section {
    padding: 150px 0;
  }
}

@media screen and (max-width: 767px) {
  .upcoming__section {
    padding: 100px 0;
  }
}

/*********************************
/* Comming Banner Start 
*********************************/
/*********************************
/* Header Start
*********************************/
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #01111b;
}

.header__wrapper {
  -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;
}

.header .nav {
  background-color: #01111b;
  padding: 25.5px 0px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .header .nav {
    padding: 14px 0px;
  }
}

.header__logo a img {
  width: auto;
  height: auto;
  display: block;
}

@media screen and (max-width: 375px) {
  .header__logo a img {
    max-width: 125px;
  }
}

.header__menu .main__menu {
  -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: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

@media screen and (max-width: 991px) {
  .header__menu .main__menu {
    display: none;
  }
}

.header__menu .main__menu li {
  position: relative;
  list-style: none;
}

.header__menu .main__menu li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  margin-right: 40px;
  line-height: 48px;
  padding: 0;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}

.header__menu .main__menu li:hover a, .header__menu .main__menu li.active a {
  color: #e90101;
}

.header__menu .main__menu li:hover a::after, .header__menu .main__menu li.active a::after {
  color: #e90101 !important;
}

.header__menu .main__menu li:last-child a {
  margin-right: 0;
}

.header__menu .main__menu li.has__dropdown a {
  position: relative;
}

.header__menu .main__menu li.has__dropdown a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #fff;
  margin-left: 13px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__menu .main__menu li .sub__menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 220px;
  background: #01111b;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border-top: 3px solid #e90101;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__menu .main__menu li .sub__menu li a {
  padding: 10px 25px;
  font-size: 14px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px dashed rgba(92, 102, 128, 0.4);
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.header__menu .main__menu li .sub__menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e90101;
  width: 10px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__menu .main__menu li .sub__menu li a::after {
  display: none;
}

.header__menu .main__menu li .sub__menu li a:hover, .header__menu .main__menu li .sub__menu li a.active {
  color: #e90101;
  padding-left: 35px;
}

.header__menu .main__menu li .sub__menu li a:hover::before, .header__menu .main__menu li .sub__menu li a.active::before {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.header__menu .main__menu li .sub__menu li:last-child a {
  border: none;
}

.header__menu .main__menu li:hover .sub__menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header__meta {
  -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: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .header__meta {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 0;
  }
}

.header__meta .meta__item {
  -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: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  list-style: none;
}

@media screen and (max-width: 575px) {
  .header__meta .meta__item .btn {
    display: none;
  }
}

.nav-bg {
  background: #fff;
  -webkit-box-shadow: 0 22px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 22px 20px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*********************************
/* Header Toggle Start 
*********************************/
.header__toggle {
  margin-left: 15px;
}

@media screen and (max-width: 575px) {
  .header__toggle {
    margin-left: 0;
  }
}

.header__toggle .toggler__btn {
  cursor: pointer;
  border: 0;
  padding: 0;
  outline: none;
  font-size: 24px;
  border: none;
  padding: 0;
  color: #fff;
  height: 45px;
  width: 45px;
  border: 1px solid #a7a7a785;
  background: transparent;
  border-radius: 4px;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.header__toggle .toggler__btn:hover {
  background: #e90101;
  border-color: #e90101;
}

.header__toggle .toggler__btn svg path {
  fill: #fff;
}

@media screen and (max-width: 575px) {
  .header__toggle .toggler__btn {
    height: 40px;
    width: 40px;
  }
}

.header__toggle .toggler__btn svg {
  width: 24px;
  height: 26px;
}

@media screen and (max-width: 575px) {
  .header__toggle .toggler__btn svg {
    width: 20px;
    height: 22px;
  }
}

.header__toggle .toggler__btn i {
  pointer-events: none;
}

/*********************************
/* Header Toggle End 
*********************************/
/*********************************
/* FlyOut Menu Start
*********************************/
.flyoutMenu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.flyoutMenu.active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.flyoutMenu.active .flyout__flip {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.flyoutMenu .flyout__flip {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: -200px;
  background: #000000;
  width: 360px;
  height: 100%;
  -webkit-box-shadow: 0px 14px 40px 0px #73737326;
          box-shadow: 0px 14px 40px 0px #73737326;
  padding: 30px 25px;
  z-index: 99999;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 479px) {
  .flyoutMenu .flyout__flip {
    width: 370px;
  }
}

@media screen and (max-width: 375px) {
  .flyoutMenu .flyout__flip {
    width: 310px;
  }
}

.flyoutMenu .flyout__inner .menu__header-top {
  -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;
}

.flyoutMenu .flyout__inner .menu__header-top .closest__btn {
  cursor: pointer;
}

.flyoutMenu .flyout__inner .menu__header-top .closest__btn svg path {
  stroke: #fff;
}

.flyoutMenu .flyout-main__menu {
  margin-top: 30px;
}

.flyoutMenu .flyout-main__menu li {
  position: relative;
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid #292929;
}

.flyoutMenu .flyout-main__menu li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: block;
  line-height: 24px;
  padding: 0px 0;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}

.flyoutMenu .flyout-main__menu li a:hover, .flyoutMenu .flyout-main__menu li a.active {
  color: #e90101;
  font-weight: 600;
}

.flyoutMenu .flyout-main__menu li a:hover::after, .flyoutMenu .flyout-main__menu li a.active::after {
  color: #e90101 !important;
}

.flyoutMenu .flyout-main__menu li:last-child a {
  margin-right: 0;
}

.flyoutMenu .flyout-main__menu li.has__dropdown a {
  position: relative;
}

.flyoutMenu .flyout-main__menu li.has__dropdown a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flyoutMenu .flyout-main__menu li .sub__menu {
  position: relative;
  background: #000000;
  z-index: 99;
  padding-left: 16px;
  margin-top: 8px;
  display: none;
}

.flyoutMenu .flyout-main__menu li .sub__menu li {
  padding: 0;
  border: none;
}

.flyoutMenu .flyout-main__menu li .sub__menu li:last-of-type {
  margin-bottom: 0;
}

.flyoutMenu .flyout-main__menu li .sub__menu li a {
  padding: 7px 0;
  font-size: 14px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #fff;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.flyoutMenu .flyout-main__menu li .sub__menu li a::after {
  display: none;
}

.flyoutMenu .flyout-main__menu li .sub__menu li a:hover, .flyoutMenu .flyout-main__menu li .sub__menu li a.active {
  color: #e90101;
}

.flyoutMenu .flyout-main__menu li .sub__menu li:last-child a {
  border: none;
}

/*********************************
/* FlyOut Menu End
*********************************/
/*********************************
/* Banner Slider Section Strat 
*********************************/
.banner__section {
  background-image: url("../images/banner/banner-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 228px 0px 200px;
}

.banner__section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
  .banner__section {
    padding: 150px 0;
  }
}

@media screen and (max-width: 575px) {
  .banner__section {
    padding: 100px 0;
  }
}

.hero__text {
  position: relative;
  z-index: 1;
  max-width: 700px;
}

.hero__text .hero__subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #e90101;
  margin-bottom: 0;
}

.hero__text .hero__title {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 24px;
}

.hero__text .hero__title span {
  color: #e90101;
  display: inline-block;
}

.hero__text .hero__desc {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
}

.hero__text .hero__meta {
  -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: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  height: 41px;
}

@media screen and (max-width: 767px) {
  .hero__text .hero__meta {
    height: auto;
  }
}

.hero__text .hero__meta li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  border-right: 1px solid rgba(40, 54, 70, 0.79);
  list-style: none;
  margin-right: 16px;
  padding-right: 16px;
}

@media screen and (max-width: 767px) {
  .hero__text .hero__meta li {
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.hero__text .hero__meta li:last-of-type {
  border: none;
}

.hero__text .hero__meta li img {
  width: 16px;
  height: auto;
  display: inline-block;
  margin-right: 8px;
}

.hero__text .hero__meta li .page__count {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 4px;
  background: #e90101;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .hero__text .hero__meta li .page__count {
    margin-right: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .hero__text .hero__meta li .page__count {
    margin-right: 5px;
  }
}

.hero__text .hero__meta li .quality {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  padding: 7px 16px;
  border-radius: 4px;
  margin-right: 12px;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .hero__text .hero__meta li .quality {
    margin-right: 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .hero__text .hero__meta li .quality {
    margin-right: 5px;
  }
}

.hero__text .hero__btn {
  margin-top: 45px;
}

.hero__text .hero__btn .btn {
  border-color: #fff;
}

.hero__text .hero__btn .btn:hover {
  border-color: #e90101;
}

/*********************************
/* Banner Section End 
*********************************/
/*********************************
/* banner Slider start
*********************************/
.movie__preview--section {
  background-image: url("../images/banner/banner-bg2.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 190px 0px 156px;
  position: relative;
}

.movie__preview--section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 991px) {
  .movie__preview--section {
    padding: 150px 0;
  }
}

@media screen and (max-width: 575px) {
  .movie__preview--section {
    padding: 100px 0;
  }
}

.banner__slider {
  max-width: 400px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .banner__slider {
    margin: 30px auto 0;
  }
}

.banner__slider .swiper-slide {
  aspect-ratio: 35/49;
  -webkit-box-shadow: 0px 16px 12px 0px #20212b52;
          box-shadow: 0px 16px 12px 0px #20212b52;
  position: relative;
  border: 8px solid #ffffff;
  border-radius: 14px;
}

.banner__slider .swiper-slide img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}

.swiper__dots .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
  margin: 30px 5px 0 0 !important;
}

.swiper__dots .swiper-pagination-bullet:last-of-type {
  margin-right: 0 !important;
}

.swiper__dots .swiper-pagination-bullet-active {
  background: #e90101;
}

/*********************************
/* banner Slider end
*********************************/
/*********************************
/* Accordion Start
**********************************/
.accordion__wrapper {
  display: none;
}

@media screen and (max-width: 767px) {
  .accordion__wrapper {
    display: block;
  }
}

.accordion__wrapper .accordion-item {
  background: #000000;
  border: none;
  border-radius: 8px !important;
  margin-bottom: 10px;
  padding: 5px;
}

.accordion__wrapper .accordion-header .accordion-button {
  font-family: "Poppins", sans-serif;
  background: #000000;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  border-radius: 8px !important;
  display: block;
  padding-right: 30px;
}

.accordion__wrapper .accordion-header .accordion-button:not(.collapsed) {
  background: #17384e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion__wrapper .accordion-header .accordion-button:not(.collapsed)::before {
  height: 0;
}

.accordion__wrapper .accordion-header .accordion-button::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 2px;
  width: 16px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
  background-image: none;
}

.accordion__wrapper .accordion-header .accordion-button::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 16px;
  width: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 28px;
  background-image: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.accordion__wrapper .accordion-header .accordion-button:hover {
  z-index: inherit;
}

.accordion__wrapper .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion__wrapper .accordion-body {
  padding: 10px;
}

.accordion__wrapper .accordion-body .footer__widget {
  display: block;
  padding-bottom: 0;
}

.accordion__wrapper .accordion-body p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #5c6680;
  margin-bottom: 0;
}

/*********************************
/* Accordion End
**********************************/
/*********************************
/* Tabs Start 
*********************************/
.tabs__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .tabs__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tabs__wrapper .tabs__filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.tabs__wrapper .tabs__filter .nav {
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 479px) {
  .tabs__wrapper .tabs__filter .nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.tabs__wrapper .tabs__filter .nav-item {
  margin-right: 16px;
}

@media screen and (max-width: 479px) {
  .tabs__wrapper .tabs__filter .nav-item {
    margin-right: 10px;
  }
}

@media screen and (max-width: 375px) {
  .tabs__wrapper .tabs__filter .nav-item {
    margin-right: 5px;
  }
}

.tabs__wrapper .tabs__filter .nav-item:last-of-type {
  margin-right: 0;
}

.tabs__wrapper .tabs__filter .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  padding: 8px 22px;
  border-radius: 30px;
  border: 2px solid #2d303d;
  background: #20212b;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 479px) {
  .tabs__wrapper .tabs__filter .nav-link {
    font-size: 13px;
    padding: 4px 16px;
  }
}

@media screen and (max-width: 400px) {
  .tabs__wrapper .tabs__filter .nav-link {
    padding: 4px 9px;
    line-height: 19px;
  }
}

@media screen and (max-width: 375px) {
  .tabs__wrapper .tabs__filter .nav-link {
    font-size: 12px;
  }
}

.tabs__wrapper .tabs__filter .nav-link:hover, .tabs__wrapper .tabs__filter .nav-link.active {
  border-color: #e90101;
}

/*********************************
/* Tabs End 
*********************************/
/*********************************
/* Movie Cards Start 
*********************************/
@media screen and (max-width: 991px) {
  .movies__section .section-title__wrapper {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .movies__section .tabs__wrapper {
    margin-bottom: 30px;
  }
}

.Mcard__inner {
  margin-bottom: 50px;
}

.movie-card__wrapper .card__image {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 2.6/3.8;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  overflow: hidden;
}

.movie-card__wrapper .card__image img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.movie-card__wrapper .card__content {
  -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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-top: 11px;
}

.movie-card__wrapper .card__content .year {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}

.movie-card__wrapper .card__content--bottom {
  -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;
  margin-top: 9px;
}

.movie-card__wrapper .card__title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
  color: #e90101;
  text-transform: capitalize;
  white-space: nowrap;
  max-width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0px 10px;
}

.movie-card__wrapper .card__title a {
  color: #e90101;
  display: block;
  white-space: nowrap;
  max-width: 195px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.movie-card__wrapper .card__action ul, .movie-card__wrapper .card__action .bottom__meta .share-icon, .bottom__meta .movie-card__wrapper .card__action .share-icon {
  -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: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.movie-card__wrapper .card__action ul li, .movie-card__wrapper .card__action .bottom__meta .share-icon li, .bottom__meta .movie-card__wrapper .card__action .share-icon li {
  list-style: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.movie-card__wrapper .card__action ul li i, .movie-card__wrapper .card__action .bottom__meta .share-icon li i, .bottom__meta .movie-card__wrapper .card__action .share-icon li i {
  margin-right: 6px;
  display: inline-block;
}

.movie-card__wrapper .card__action ul li a, .movie-card__wrapper .card__action .bottom__meta .share-icon li a, .bottom__meta .movie-card__wrapper .card__action .share-icon li a {
  color: #fff;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.movie-card__wrapper .card__action ul li a:hover, .movie-card__wrapper .card__action .bottom__meta .share-icon li a:hover, .bottom__meta .movie-card__wrapper .card__action .share-icon li a:hover {
  color: #e90101;
}

.movie-card__wrapper:hover .card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.quality {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 2px 9px;
  border-radius: 4px;
  margin-right: 12px;
  color: #fff;
  background: #464646;
  text-transform: uppercase;
}

.duration {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.duration img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 4px;
}

/*********************************
/*Movie Cards End 
*********************************/
/*********************************
/*Thriller Cards Start 
*********************************/
.image-box__card {
  position: relative;
  z-index: 1;
}

.image-box__card .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 11;
}

.image-box__card .video-box img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-block;
}

.image-box__card .card-image__wrapper {
  position: relative;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(14, 16, 26, 0.95);
          box-shadow: 0px 6px 10px 0px rgba(14, 16, 26, 0.95);
  border-radius: 8px;
}

.image-box__card .card__image {
  position: relative;
  display: block;
  aspect-ratio: 35/22;
  border-radius: 8px;
  overflow: hidden;
}

.image-box__card .card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.image-box__card .card__image--v2 {
  aspect-ratio: 30/34;
}

.image-box__card .card__overlay {
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  background: rgba(14, 16, 26, 0.95);
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 9px 10px;
  border-radius: 0px 0px 8px 8px;
}

.image-box__card .card__overlay .action {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #e90101;
  margin-left: 30px;
  text-transform: capitalize;
}

.image-box__card .card__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  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;
  margin-top: 15px;
  height: 100%;
}

.image-box__card .card__title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
}

.image-box__card .card__title a {
  color: #fff;
  display: block;
}

.image-box__card .card__action {
  margin-bottom: 3px;
}

.image-box__card .card__action ul, .image-box__card .card__action .bottom__meta .share-icon, .bottom__meta .image-box__card .card__action .share-icon {
  -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: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.image-box__card .card__action ul li, .image-box__card .card__action .bottom__meta .share-icon li, .bottom__meta .image-box__card .card__action .share-icon li {
  list-style: none;
  margin-right: 20px;
}

.image-box__card .card__action ul li:last-of-type, .image-box__card .card__action .bottom__meta .share-icon li:last-of-type, .bottom__meta .image-box__card .card__action .share-icon li:last-of-type {
  margin-right: 0;
}

.image-box__card .card__action ul li svg, .image-box__card .card__action .bottom__meta .share-icon li svg, .bottom__meta .image-box__card .card__action .share-icon li svg {
  width: 16px;
  height: auto;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.image-box__card .card__action ul li svg path, .image-box__card .card__action .bottom__meta .share-icon li svg path, .bottom__meta .image-box__card .card__action .share-icon li svg path {
  fill: #fff;
}

.image-box__card .card__action ul li i, .image-box__card .card__action .bottom__meta .share-icon li i, .bottom__meta .image-box__card .card__action .share-icon li i {
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.image-box__card .card__action ul li a, .image-box__card .card__action .bottom__meta .share-icon li a, .bottom__meta .image-box__card .card__action .share-icon li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.image-box__card .card__action ul li a:hover, .image-box__card .card__action .bottom__meta .share-icon li a:hover, .bottom__meta .image-box__card .card__action .share-icon li a:hover {
  color: #e90101;
}

.image-box__card .card__action ul li:hover, .image-box__card .card__action .bottom__meta .share-icon li:hover, .bottom__meta .image-box__card .card__action .share-icon li:hover {
  color: #e90101;
}

.image-box__card .card__action ul li:hover svg path, .image-box__card .card__action .bottom__meta .share-icon li:hover svg path, .bottom__meta .image-box__card .card__action .share-icon li:hover svg path {
  fill: #e90101;
}

.image-box__card:hover .card__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.image-box__card--v2 {
  margin-bottom: 30px;
}

.image-box__card--v2 .card__overlay {
  height: 44px;
}

.image-box__card--v2:hover .card__overlay {
  height: 100%;
}

.image-box__card--v2:hover .video-box {
  opacity: 1;
  visibility: visible;
}

/* Cards Action Start */
.card__action ul, .card__action .bottom__meta .share-icon, .bottom__meta .card__action .share-icon {
  -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: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.card__action ul li, .card__action .bottom__meta .share-icon li, .bottom__meta .card__action .share-icon li {
  list-style: none;
  margin-right: 20px;
}

.card__action ul li:last-of-type, .card__action .bottom__meta .share-icon li:last-of-type, .bottom__meta .card__action .share-icon li:last-of-type {
  margin-right: 0;
}

.card__action ul li svg, .card__action .bottom__meta .share-icon li svg, .bottom__meta .card__action .share-icon li svg {
  width: 16px;
  height: auto;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.card__action ul li svg path, .card__action .bottom__meta .share-icon li svg path, .bottom__meta .card__action .share-icon li svg path {
  fill: #fff;
}

.card__action ul li i, .card__action .bottom__meta .share-icon li i, .bottom__meta .card__action .share-icon li i {
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.card__action ul li a, .card__action .bottom__meta .share-icon li a, .bottom__meta .card__action .share-icon li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.card__action ul li a:hover, .card__action .bottom__meta .share-icon li a:hover, .bottom__meta .card__action .share-icon li a:hover {
  color: #e90101;
}

.card__action ul li:hover, .card__action .bottom__meta .share-icon li:hover, .bottom__meta .card__action .share-icon li:hover {
  color: #e90101;
}

.card__action ul li:hover svg path, .card__action .bottom__meta .share-icon li:hover svg path, .bottom__meta .card__action .share-icon li:hover svg path {
  fill: #e90101;
}

/* Cards Action End */
.swiper-dots .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #303c44;
  margin: 50px 5px 0 0 !important;
}

.swiper-dots .swiper-pagination-bullet:last-of-type {
  margin-right: 0 !important;
}

.swiper-dots .swiper-pagination-bullet-active {
  background: #e90101;
}

/*********************************
/*Thriller Cards End 
*********************************/
/*********************************
/* Online Show  Start
*********************************/
.onlineShow__card {
  position: relative;
  border-radius: 8px;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 991px) {
  .onlineShow__card {
    margin-bottom: 30px;
  }
}

.onlineShow__card .onlineShow__thumb {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 36/51;
}

.onlineShow__card .onlineShow__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -o-object-position: center;
     object-position: center;
}

.onlineShow__card .onlineShow__overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(14, 16, 26, 0.85)), to(rgba(14, 16, 26, 0.85))), -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4)));
  background: linear-gradient(0deg, rgba(14, 16, 26, 0.85), rgba(14, 16, 26, 0.85)), linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
}

@media screen and (max-width: 991px) {
  .onlineShow__card .onlineShow__overlay {
    padding: 15px;
  }
}

.onlineShow__card .onlineShow__overlay .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.onlineShow__card .onlineShow__overlay .video-box img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: inline-block;
}

.onlineShow__card .onlineShow__overlay .card__action {
  position: absolute;
  right: 0px;
  bottom: 58px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.onlineShow__card .onlineShow__overlay .card__action ul, .onlineShow__card .onlineShow__overlay .card__action .bottom__meta .share-icon, .bottom__meta .onlineShow__card .onlineShow__overlay .card__action .share-icon {
  display: block;
}

.onlineShow__card .onlineShow__overlay .card__action ul li, .onlineShow__card .onlineShow__overlay .card__action .bottom__meta .share-icon li, .bottom__meta .onlineShow__card .onlineShow__overlay .card__action .share-icon li {
  margin-bottom: 16px;
  margin-right: 0;
}

.onlineShow__card .onlineShow__overlay .card__action ul li:last-of-type, .onlineShow__card .onlineShow__overlay .card__action .bottom__meta .share-icon li:last-of-type, .bottom__meta .onlineShow__card .onlineShow__overlay .card__action .share-icon li:last-of-type {
  margin-bottom: 0;
}

.onlineShow__card .onlineShow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.onlineShow__card .onlineShow__content .action__btn {
  color: #e90101;
  background: #20212b;
  border: 1px solid #e90101;
  padding: 7px 20px;
  border-radius: 30px;
  margin-bottom: 22px;
}

.onlineShow__card .onlineShow__content .action__btn:hover {
  background: #e90101;
  color: #fff;
}

.onlineShow__card .onlineShow__content .release {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
}

.onlineShow__card .onlineShow__title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-bottom: 8px;
  display: block;
}

@media screen and (max-width: 991px) {
  .onlineShow__card .onlineShow__title {
    font-size: 16px;
  }
}

.onlineShow__card:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.onlineShow__card:hover .onlineShow__overlay {
  opacity: 1;
  visibility: visible;
}

.onlineShow__card:hover .card__action {
  right: 24px;
}

/*********************************
/* Online Show  End
*********************************/
/*********************************
/* Service Card Start
*********************************/
.service__card {
  position: relative;
  z-index: 1;
  padding: 50px 40px;
  border-radius: 8px;
  background: #01111b;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-shadow: 0px 8px 6px 0px rgba(2, 3, 6, 0.24);
          box-shadow: 0px 8px 6px 0px rgba(2, 3, 6, 0.24);
}

@media screen and (max-width: 767px) {
  .service__card {
    margin-bottom: 30px;
    padding: 50px 10px;
  }
}

.service__card .service__image {
  height: 80px;
  width: 80px;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
}

.service__card .service__image img {
  width: auto;
  height: auto;
  display: inline-block;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service__card .service__title {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 16px;
  text-transform: capitalize;
  color: #fff;
}

.service__card .service__title a {
  color: #fff;
  display: block;
}

.service__card .service__content {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
}

.service__card .service__btn {
  margin-top: 24px;
}

.service__card .service__btn .btn {
  border-radius: 30px;
  border: 1px solid #e90101;
  color: #e90101;
}

.service__card .service__btn .btn:hover {
  color: #fff;
}

.service__card:hover {
  background: #e90101;
}

.service__card:hover .service__btn .btn {
  border-color: #fff;
  background: #fff;
  color: #e90101;
}

/*********************************
/* Service Card End
*********************************/
/*********************************
/* Swiper Arrow  Start
*********************************/
.swiper__arrow {
  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: 14px;
  color: #fff;
  text-transform: capitalize;
  padding: 18px 0;
  width: 93px;
  height: 40px;
  border-radius: 30px;
  margin-left: 16px;
  border: 2px solid #2d303d;
  background: #20212b;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 479px) {
  .swiper__arrow {
    padding: 14px 0;
    width: 80px;
    height: 32px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 375px) {
  .swiper__arrow {
    width: 70px;
    margin-left: 5px;
  }
}

.swiper__arrow .swiper-button-next,
.swiper__arrow .swiper-button-prev {
  margin: 0;
  position: relative;
  left: 0;
  right: 0;
  width: 50px;
  height: auto;
  position: relative;
}

@media screen and (max-width: 375px) {
  .swiper__arrow .swiper-button-next,
  .swiper__arrow .swiper-button-prev {
    width: 30px;
  }
}

.swiper__arrow .swiper-button-next::after,
.swiper__arrow .swiper-button-prev::after {
  display: none;
}

.swiper__arrow .swiper-button-next svg path,
.swiper__arrow .swiper-button-prev svg path {
  stroke: #fff;
}

.swiper__arrow .swiper-button-next svg:hover path,
.swiper__arrow .swiper-button-prev svg:hover path {
  stroke: #e90101;
}

@media screen and (max-width: 479px) {
  .swiper__arrow .swiper-button-next svg,
  .swiper__arrow .swiper-button-prev svg {
    width: 6px;
  }
}

.swiper__arrow .swiper-button-prev {
  border-right: 1px solid #dddddd;
}

.swiper__arrow:hover {
  border-color: #e90101;
}

/*********************************
/* Swiper Arrow End
*********************************/
/*********************************
/* Swiper Arrow Center Start
*********************************/
.swiper__pagination--center .swiper-button-next,
.swiper__pagination--center .swiper-button-prev {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #e90101;
  color: #fff;
  font-size: 13px;
  bottom: 0;
  margin: 0;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 767px) {
  .swiper__pagination--center .swiper-button-next,
  .swiper__pagination--center .swiper-button-prev {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 575px) {
  .swiper__pagination--center .swiper-button-next,
  .swiper__pagination--center .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
}

.swiper__pagination--center .swiper-button-next::after,
.swiper__pagination--center .swiper-button-prev::after {
  display: none;
}

.swiper__pagination--center .swiper-button-next svg path,
.swiper__pagination--center .swiper-button-prev svg path {
  stroke: #fff;
}

.swiper__pagination--center .swiper-button-next {
  margin-right: 50px;
  left: auto;
  right: 0;
}

@media screen and (max-width: 575px) {
  .swiper__pagination--center .swiper-button-next {
    margin-right: 20px;
  }
}

.swiper__pagination--center .swiper-button-prev {
  margin-left: 50px;
}

@media screen and (max-width: 575px) {
  .swiper__pagination--center .swiper-button-prev {
    margin-left: 20px;
  }
}

/*********************************
/* Swiper Arrow Center End
*********************************/
/*********************************
/* Pricing Section Start
*********************************/
.pricing__wrapper {
  background: #01111b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 8px rgba(14, 30, 53, 0.16);
          box-shadow: 0px 4px 8px rgba(14, 30, 53, 0.16);
  border-radius: 8px;
  padding: 40px 60px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .pricing__wrapper {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 1199px) {
  .pricing__wrapper {
    padding: 40px 25px;
  }
}

@media screen and (max-width: 991px) {
  .pricing__wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pricing__wrapper {
    padding: 40px 15px;
  }
}

.pricing__wrapper .pricing__logo {
  margin-bottom: 24px;
}

.pricing__wrapper .pricing__logo svg path {
  fill: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.pricing__wrapper .pricing__header {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
  display: block;
  margin-bottom: 16px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.pricing__wrapper .sub__header {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #5c6680;
  margin-bottom: 40px;
  display: block;
  text-transform: capitalize;
}

.pricing__wrapper .price {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 479px) {
  .pricing__wrapper .price {
    font-size: 40px;
  }
}

.pricing__wrapper .price sup {
  font-size: 18px;
  line-height: 24px;
}

.pricing__wrapper .price span {
  font-size: 12px;
  color: #5c6680;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
  position: relative;
  margin-left: 16px;
}

.pricing__wrapper .price span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 25px;
  width: 1px;
  background: #5c6680;
}

.pricing__wrapper ul, .pricing__wrapper .bottom__meta .share-icon, .bottom__meta .pricing__wrapper .share-icon {
  max-width: 240px;
  margin: 43px auto 0px;
}

.pricing__wrapper ul li, .pricing__wrapper .bottom__meta .share-icon li, .bottom__meta .pricing__wrapper .share-icon li {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 10px 0px;
  text-align: center;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .pricing__wrapper ul li, .pricing__wrapper .bottom__meta .share-icon li, .bottom__meta .pricing__wrapper .share-icon li {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .pricing__wrapper ul li, .pricing__wrapper .bottom__meta .share-icon li, .bottom__meta .pricing__wrapper .share-icon li {
    font-size: 16px;
  }
}

.pricing__wrapper ul li img, .pricing__wrapper .bottom__meta .share-icon li img, .bottom__meta .pricing__wrapper .share-icon li img {
  width: auto;
  height: auto;
  margin-right: 10px;
  display: inline-block;
}

.pricing__wrapper .card__btn {
  margin-top: 55px;
}

.pricing__wrapper .card__btn .btn {
  padding: 12px 45px;
}

.pricing__wrapper.active, .pricing__wrapper:hover {
  -webkit-box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
          box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.pricing__wrapper.active .pricing__header, .pricing__wrapper:hover .pricing__header {
  color: #e90101;
}

.pricing__wrapper.active .price, .pricing__wrapper:hover .price {
  color: #e90101;
}

.pricing__wrapper.active .card__btn .btn, .pricing__wrapper:hover .card__btn .btn {
  color: #fff;
  background: #e90101;
}

.pricing__wrapper.active svg path, .pricing__wrapper:hover svg path {
  fill: #e90101;
}

/*********************************
/* Pricing Section End
*********************************/
/*********************************
/* UpComming Start
*********************************/
.upcoming__wrapper {
  background: rgba(1, 17, 27, 0.8);
  display: block;
  padding: 73px 17px;
  max-width: 700px;
  width: 100%;
  margin: auto;
  border-radius: 8px;
}

.upcoming__wrapper .upcoming__type {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 0;
  color: #e90101;
  display: inline-block;
  border: 1px solid #e90101;
  border-radius: 30px;
  padding: 6px 25px;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .upcoming__wrapper .upcoming__type {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 575px) {
  .upcoming__wrapper .upcoming__type {
    font-size: 14px;
    line-height: 18px;
  }
}

.upcoming__wrapper .upcoming__title {
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 105px;
  margin-bottom: 5px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .upcoming__wrapper .upcoming__title {
    font-size: 55px;
    line-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .upcoming__wrapper .upcoming__title {
    font-size: 40px;
    line-height: 60px;
  }
}

@media screen and (max-width: 575px) {
  .upcoming__wrapper .upcoming__title {
    font-size: 35px;
    line-height: 60px;
  }
}

.upcoming__wrapper .upcoming__player {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.upcoming__wrapper .upcoming__player span {
  color: #e90101;
}

@media screen and (max-width: 991px) {
  .upcoming__wrapper .upcoming__player {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.upcoming__wrapper .upcoming__finish {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .upcoming__wrapper .upcoming__finish {
    font-size: 16px;
    line-height: 22px;
  }
}

/*********************************
/* UpComming End
*********************************/
/*********************************
/* Gallery Start
*********************************/
.gallery__wrapper .gallery__image {
  position: relative;
  display: block;
  aspect-ratio: 94/49;
  border-radius: 8px;
  overflow: hidden;
}

.gallery__wrapper .gallery__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery__wrapper .swiper-slide-active {
  -webkit-transform: translateY(-130px);
          transform: translateY(-130px);
}

@media screen and (max-width: 1440px) {
  .gallery__wrapper .swiper-slide-active {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
  }
}

@media screen and (max-width: 991px) {
  .gallery__wrapper .swiper-slide-active {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@media screen and (max-width: 767px) {
  .gallery__wrapper .swiper-slide-active {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}

@media screen and (max-width: 575px) {
  .gallery__wrapper .swiper-slide-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.gallery__wrapper .swiper-wrapper {
  padding-top: 150px;
}

@media screen and (max-width: 575px) {
  .gallery__wrapper .swiper-wrapper {
    padding-top: 0;
  }
}

/*********************************
/* Gallery Start
*********************************/
/*********************************
/* Blog Post Start 
*********************************/
.blog__post {
  background: #1a1a1a;
  border-radius: 8px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-bottom: 30px;
}

.blog__post .blog__image {
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  aspect-ratio: 36/20;
}

.blog__post .blog__image img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog__post .blog__overlay {
  height: 100%;
  width: 100%;
  z-index: 99;
  position: absolute;
  top: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.86%, rgba(1, 1, 2, 0)), to(rgba(1, 1, 2, 0.62)));
  background: linear-gradient(180deg, rgba(1, 1, 2, 0) 53.86%, rgba(1, 1, 2, 0.62) 100%);
}

.blog__post .blog__overlay .ribbon {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #fff;
  display: inline-block;
  padding: 7px 13px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.5px;
  background: #e90101;
  border-radius: 4px;
}

.blog__post .blog__meta {
  position: absolute;
  bottom: 0px;
  left: 0px;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  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;
  justify-content: space-between;
  width: 100%;
  padding: 16px;
}

.blog__post .blog__meta p {
  color: #fff;
  font-size: 13px;
  line-height: inherit;
  margin-bottom: 0;
}

.blog__post .blog__meta a {
  font-size: 13px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.blog__post .blog__content {
  padding: 25px 25px 30px;
}

.blog__post .blog__content .title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog__post .blog__content .title a {
  color: #fff;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog__post .blog__content .title a:hover {
  color: #e90101;
}

.blog__post .blog__content .content {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0.6px;
  color: #fff;
  text-transform: capitalize;
}

.blog__post .blog__btn {
  margin-top: 24px;
}

.blog__post .blog__btn .btn {
  padding: 12px 31px;
}

.blog__post:hover {
  -webkit-box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
          box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
}

.blog__post:hover .blog__image img {
  -webkit-transform: scale(1.1) rotate(2deg);
          transform: scale(1.1) rotate(2deg);
}

.blog__post:hover .blog__content .title a {
  color: #e90101;
}

/*********************************
/* Blog Post End 
*********************************/
/*********************************
/* Contact Form Start 
**********************************/
.form__wrapper {
  position: relative;
  z-index: 1;
}

.form__wrapper .form-group {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.form__wrapper label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  display: block;
  text-align: left;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.form__wrapper .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: transparent;
  color: #fff;
  display: block;
  width: 100%;
  position: relative;
  padding: 14px 14px;
  border-radius: 8px !important;
  border: 1px solid #5c6680;
  resize: none;
}

.form__wrapper .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e90101;
}

.form__wrapper .form-control::-webkit-input-placeholder {
  color: #5c6680;
  text-transform: capitalize;
}

.form__wrapper .form-control:-ms-input-placeholder {
  color: #5c6680;
  text-transform: capitalize;
}

.form__wrapper .form-control::-ms-input-placeholder {
  color: #5c6680;
  text-transform: capitalize;
}

.form__wrapper .form-control::placeholder {
  color: #5c6680;
  text-transform: capitalize;
}

.contact__image {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .contact__image {
    display: none;
  }
}

/*********************************
/* Contact Form End 
**********************************/
/*********************************
/* Contact Top Start 
**********************************/
.contact__box--wrapper {
  background: #01111b;
  border: 1px solid #17384e;
  -webkit-box-shadow: 0px 4px 8px rgba(14, 30, 53, 0.16);
          box-shadow: 0px 4px 8px rgba(14, 30, 53, 0.16);
  border-radius: 8px;
  padding: 50px 15px;
  text-align: center;
  height: calc(100% - 30px);
}

@media screen and (max-width: 991px) {
  .contact__box--wrapper {
    margin-bottom: 30px;
  }
}

.contact__box--wrapper .icon {
  width: auto;
  height: 60px;
}

.contact__box--wrapper .icon img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.contact__box--wrapper .content {
  margin-top: 20px;
}

.contact__box--wrapper .content p {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #5c6680;
}

.contact__box--wrapper .content p a {
  color: #5c6680;
  display: block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.contact__box--wrapper .content p a:hover {
  color: #e90101;
}

/*********************************
/* Contact Top End 
**********************************/
/*********************************
/* Map Start
**********************************/
#map {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}

/*********************************
/* Map End
**********************************/
/*********************************
/*  CtaBox Start
*********************************/
.call__to__action {
  background: url("../images/cta-bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 60px 0;
}

.call__to__action::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.7);
}

.cta__box__wrapper {
  position: relative;
  z-index: 2;
}

.cta__box__wrapper .cta__title {
  color: #fff;
  display: block;
  margin-bottom: 24px;
}

@media screen and (max-width: 375px) {
  .cta__box__wrapper .cta__title {
    font-size: 25px;
  }
}

.cta__box__wrapper .cta__para {
  font-size: 18px;
  line-height: 28px;
  color: #5c6680;
  margin-bottom: 0;
  max-width: 670px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .cta__box__wrapper .cta__para {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .cta__box__wrapper .cta__para {
    font-size: 14px;
  }
}

.cta__form {
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 40px;
}

@media screen and (max-width: 375px) {
  .cta__form {
    display: block;
  }
}

.cta__form label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #01111b;
  display: block;
  text-align: left;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.cta__form .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  background: #fff;
  color: #333333;
  display: block;
  padding: 12px 21px;
  max-width: 344px;
  border-radius: 8px;
  border: 1px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cta__form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e90101;
}

.cta__form .form-control::-webkit-input-placeholder {
  text-transform: capitalize;
}

.cta__form .form-control:-ms-input-placeholder {
  text-transform: capitalize;
}

.cta__form .form-control::-ms-input-placeholder {
  text-transform: capitalize;
}

.cta__form .form-control::placeholder {
  text-transform: capitalize;
}

.cta__form .btn {
  padding: 13px 40px;
  margin-left: 12px;
}

@media screen and (max-width: 575px) {
  .cta__form .btn {
    padding: 13px 20px;
  }
}

@media screen and (max-width: 375px) {
  .cta__form .btn {
    width: 100%;
    margin: 10px 0px 0px;
  }
}

/*********************************
/*  CtaBox End
*********************************/
/*********************************
/*  Pagination Start
*********************************/
.pagination {
  list-style: none;
}

.pagination__wrapper {
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pagination__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pagination__wrapper .pagination__jump {
    margin-top: 8px;
  }
}

.pagination__item {
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}

@media screen and (max-width: 479px) {
  .pagination__item {
    margin-right: 8px;
  }
}

.pagination__item:last-of-type {
  margin-right: 0;
}

.pagination__item .page-link {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 8px;
  border: 2px solid #5c6680;
  background-color: transparent;
  color: #5c6680;
  text-align: center;
  font-size: 14px;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  letter-spacing: 0em;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 479px) {
  .pagination__item .page-link {
    width: 35px;
    height: 35px;
  }
}

.pagination__item.active .page-link, .pagination__item:hover .page-link {
  border-color: #e90101;
  color: #e90101;
}

/*********************************
/*  Footer Start
*********************************/
.footer__section {
  padding-top: 100px;
}

.footer__widget {
  padding-bottom: 80px;
  max-width: 320px;
}

@media screen and (max-width: 767px) {
  .footer__widget {
    display: none;
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .footer__widget {
    padding-bottom: 30px;
  }
}

.footer__widget .footer__logo {
  margin-bottom: 32px;
}

.footer__widget .footer__logo img {
  width: auto;
  height: auto;
  display: block;
}

.footer__widget p {
  font-size: 14px;
  color: #cfd3d7;
  margin-bottom: 0;
}

.footer__widget address {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #cfd3d7;
}

.footer__widget address a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cfd3d7;
  margin-bottom: 20px;
}

.footer__widget address a:last-of-type {
  margin-bottom: 0;
}

.footer__widget address img {
  width: 24px;
  aspect-ratio: 1/1;
  display: inline-block;
  margin-right: 16px;
}

.footer__widget .social__icon {
  -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: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
}

.footer__widget .social__icon a {
  font-size: 15px;
  color: #fff;
  margin-right: 16px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.footer__widget .social__icon a:last-of-type {
  margin-right: 0;
}

.footer__widget .social__icon a:hover {
  background: #e90101;
}

.footer__widget .social__title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #e90101;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
  display: block;
  margin-top: 25px;
}

.footer__widget .app__download h4 {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #cfd3d7;
  margin-bottom: 18px;
  display: block;
}

.footer__widget .app__download .app__icon {
  margin-bottom: 20px;
  display: block;
}

.footer__widget .app__download .app__icon img {
  width: auto;
  height: auto;
  display: block;
}

.footer__widget .title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #e90101;
  margin-bottom: 18px;
  display: block;
}

.footer__widget ul, .footer__widget .bottom__meta .share-icon, .bottom__meta .footer__widget .share-icon {
  list-style: none;
}

.footer__widget ul li, .footer__widget .bottom__meta .share-icon li, .bottom__meta .footer__widget .share-icon li {
  -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: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #cfd3d7;
  margin-bottom: 12px;
}

.footer__widget ul li a, .footer__widget .bottom__meta .share-icon li a, .bottom__meta .footer__widget .share-icon li a {
  color: #cfd3d7;
  -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: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
}

.footer__widget ul li a i, .footer__widget .bottom__meta .share-icon li a i, .bottom__meta .footer__widget .share-icon li a i {
  margin-right: 8px;
}

.footer__widget ul li a::after, .footer__widget .bottom__meta .share-icon li a::after, .bottom__meta .footer__widget .share-icon li a::after {
  content: "\f101";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #e90101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.footer__widget ul li a:hover, .footer__widget .bottom__meta .share-icon li a:hover, .bottom__meta .footer__widget .share-icon li a:hover {
  color: #e90101;
  padding-left: 18px;
}

.footer__widget ul li a:hover::after, .footer__widget .bottom__meta .share-icon li a:hover::after, .bottom__meta .footer__widget .share-icon li a:hover::after {
  opacity: 1;
  visibility: visible;
}

.footer__widget ul li a span, .footer__widget .bottom__meta .share-icon li a span, .bottom__meta .footer__widget .share-icon li a span {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #027a48;
  background: #ecfdf3;
  border-radius: 30px;
  padding: 2px 8px;
  margin-left: 16px;
}

.footer__widget ul li a .danger, .footer__widget .bottom__meta .share-icon li a .danger, .bottom__meta .footer__widget .share-icon li a .danger {
  background: rgba(255, 0, 0, 0.2);
  color: red;
}

.footer__bottom .footer__content {
  border-top: 1px solid #5c6680;
  padding: 20px 0px;
  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;
}

@media screen and (max-width: 767px) {
  .footer__bottom .footer__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer__bottom .content p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

.footer__bottom .content p a {
  color: #e90101;
}

@media screen and (max-width: 767px) {
  .footer__bottom .link {
    margin-bottom: 10px;
  }
}

.footer__bottom .link a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-right: 16px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.footer__bottom .link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 13px;
  background: #fff;
}

.footer__bottom .link a:last-of-type {
  margin-right: 0;
}

.footer__bottom .link a:last-of-type::before {
  display: none;
}

.footer__bottom .link a:hover {
  color: #e90101;
}

@media screen and (max-width: 479px) {
  .footer__bottom .link {
    margin-bottom: 10px;
  }
}

/*********************************
/*  Footer End
*********************************/
/*********************************
/*  Breadcrumb Start
*********************************/
.breadcrumb__section {
  background: url("../images/breadcrumb/breadcrumb-bg1.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 120px 0px;
  position: relative;
}

.breadcrumb__section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 991px) {
  .breadcrumb__section {
    padding: 70px 0;
  }
}

@media screen and (max-width: 575px) {
  .breadcrumb__section {
    padding: 50px 0;
  }
}

.breadcrumb__wrapper {
  position: relative;
  z-index: 1;
}

.breadcrumb__wrapper.text-center {
  text-align: center;
}

.breadcrumb__wrapper.text-center .breadcrumb__content {
  margin: auto;
}

.breadcrumb__wrapper.text-end {
  text-align: right;
}

.breadcrumb__wrapper.text-end .breadcrumb__content {
  margin-left: auto;
}

.breadcrumb__wrapper .breadcrumb__content {
  max-width: 550px;
}

.breadcrumb__wrapper .breadcrumb__title {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  line-height: 96px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .breadcrumb__wrapper .breadcrumb__title {
    font-size: 40px;
    line-height: 65px;
  }
}

.breadcrumb__wrapper .breadcrumb__para {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #5c6680;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 20px;
}

.breadcrumb__wrapper .breadcrumb__meta {
  margin-top: 0px;
}

.breadcrumb__wrapper .breadcrumb__meta .link {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 33px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  position: relative;
  margin-right: 20px;
}

@media screen and (max-width: 991px) {
  .breadcrumb__wrapper .breadcrumb__meta .link {
    font-size: 16px;
    font-weight: 500;
  }
}

.breadcrumb__wrapper .breadcrumb__meta .link::after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #fff;
  top: 50%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.breadcrumb__wrapper .breadcrumb__meta .link:hover {
  color: #e90101;
}

.breadcrumb__wrapper .breadcrumb__meta .link:hover::after {
  color: #e90101;
}

.breadcrumb__wrapper .breadcrumb__meta span {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  line-height: 33px;
  color: #e90101;
  font-weight: 600;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .breadcrumb__wrapper .breadcrumb__meta span {
    font-size: 16px;
    font-weight: 500;
  }
}

/*********************************
/*  Breadcrumb End
*********************************/
/*********************************
/* Blog Single Start
*********************************/
.blog__post.single {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 24px;
}

.blog__post.single .blog__image {
  max-height: 517px;
  aspect-ratio: inherit;
  border-radius: 8px;
}

.blog__post.single .blog__meta {
  padding: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 2, 0)), color-stop(91.05%, #010102));
  background: linear-gradient(180deg, rgba(1, 1, 2, 0) 0%, #010102 91.05%);
}

.blog__post.single:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blog__post.single:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.filter__controls {
  -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;
  margin-bottom: 63px;
}

@media screen and (max-width: 575px) {
  .filter__controls {
    display: block;
  }
}

/*********************************
/* Select Start
*********************************/
.select__style .select2-container {
  width: 283px !important;
}

@media screen and (max-width: 575px) {
  .select__style .select2-container {
    width: 100% !important;
  }
}

.select__style .select2-container .select2-selection--single {
  background: #e90101;
  height: 50px;
  width: 283px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px;
  border: none;
  outline: none;
}

.select__style .select2-container .select2-selection--single:focus {
  border-color: #e90101;
}

@media screen and (max-width: 575px) {
  .select__style .select2-container .select2-selection--single {
    width: 100%;
  }
}

.select__style .select2-container .select2-selection__rendered {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: inherit;
  letter-spacing: 0.04em;
  text-align: left;
}

.select__style .select2-container .select2-selection__arrow {
  height: 100%;
  top: 0;
  right: 5px;
}

.select__style .select2-container .select2-selection__arrow b {
  border-width: 7px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  margin-left: -10px;
}

.select__style .select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent !important;
  border-width: 0 6px 7px 6px !important;
}

.select2-results {
  color: #fff;
  background: #17384e;
}

.select2-results__option {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff !important;
  font-weight: 400;
  padding: 8px;
}

.select2-dropdown {
  border: 1px solid #17384e;
  border-radius: 8px;
  background: #17384e;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #426882;
  padding: 6px;
  outline: none;
  background: #17384e;
  color: #fff;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  background: #e90101;
  color: #fff !important;
}

/*********************************
/* Select End
*********************************/
.search__form {
  max-width: 540px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}

@media screen and (max-width: 575px) {
  .search__form {
    margin-left: 0;
    margin-top: 15px;
  }
}

.search__bar {
  width: 100%;
}

.search__bar .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #5c6680;
  border-radius: 4px;
  background: rgba(32, 33, 43, 0.5);
}

.search__bar .form-group .form-control {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: #979797;
  padding: 12px 0px 12px 30px;
  background: transparent;
  border: none;
  outline: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search__bar .form-group .form-control:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search__bar .form-group .sub-btn {
  width: 97px;
  height: 50px;
  color: #fff;
  background: #e90101;
  border: none;
  outline: none;
  border-radius: 0px 4px 4px 0px;
}

/* Bottom Meta Start*/
.bottom__meta {
  -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;
}

@media screen and (max-width: 991px) {
  .bottom__meta {
    display: block;
  }
}

.bottom__meta .admin a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #e90101;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.bottom__meta .admin a:hover {
  color: #e90101;
}

.bottom__meta .admin a i {
  margin-right: 10px;
}

.bottom__meta ul, .bottom__meta .share-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .bottom__meta ul, .bottom__meta .share-icon {
    margin: 20px 0px;
  }
}

.bottom__meta ul li, .bottom__meta .share-icon li {
  list-style: none;
}

.bottom__meta ul li a, .bottom__meta .share-icon li a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #5c6680;
  text-transform: capitalize;
  margin-right: 32px;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 575px) {
  .bottom__meta ul li a, .bottom__meta .share-icon li a {
    font-size: 16px;
  }
}

.bottom__meta ul li a:hover, .bottom__meta .share-icon li a:hover {
  color: #e90101;
}

.bottom__meta ul li a i, .bottom__meta .share-icon li a i {
  margin-right: 10px;
}

.bottom__meta ul li a::before, .bottom__meta .share-icon li a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 31px;
  background: #5c6680;
}

@media screen and (max-width: 767px) {
  .bottom__meta ul li a, .bottom__meta .share-icon li a {
    margin-right: 10px;
  }
  .bottom__meta ul li a::before, .bottom__meta .share-icon li a::before {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .bottom__meta ul li a, .bottom__meta .share-icon li a {
    margin-right: 20px;
    margin-bottom: 10px;
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .bottom__meta ul, .bottom__meta .share-icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.bottom__meta .share-icon p {
  color: #5c6680;
  font-size: 18px;
  margin-bottom: 0;
}

.bottom__meta .share-icon .social {
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
}

.bottom__meta .share-icon .social a {
  height: 30px;
  width: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #5c6680;
  font-size: 13px;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.bottom__meta .share-icon .social a:last-child {
  margin-right: 0;
}

.bottom__meta .share-icon .social a.active, .bottom__meta .share-icon .social a:hover {
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2);
  color: #e90101;
}

.bottom__meta .right-content {
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 991px) {
  .bottom__meta .right-content {
    display: block;
  }
}

/* Bottom Meta End*/
/* BSingle Content Wrapper Start*/
.single__content--wrapper {
  border-bottom: 1px solid rgba(196, 196, 196, 0.74);
  margin-top: 63px;
}

.single__content .content__title {
  font-size: 36px;
  line-height: 52px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .single__content .content__title {
    font-size: 28px;
    line-height: 48px;
  }
}

@media screen and (max-width: 575px) {
  .single__content .content__title {
    font-size: 25px;
    line-height: 35px;
  }
}

.single__content .desc p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  margin-top: 25px;
  margin-bottom: 0;
}

/* Single Content Wrapper End*/
/* Blockquote Start*/
.blockquote {
  margin-bottom: 40px;
}

.blockquote blockquote {
  background: #17384e;
  border: 1px solid #17384e;
  -webkit-box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
          box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
  border-radius: 8px;
  padding: 30px;
  margin-top: 33px;
  border-left: 3px solid #e90101;
  text-align: left;
}

.blockquote blockquote .quote__content {
  position: relative;
}

.blockquote blockquote .quote__content .desc {
  font-size: 18px;
  font-style: italic;
  line-height: 33px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .blockquote blockquote .quote__content .desc {
    font-size: 16px;
    line-height: 30px;
  }
}

.blockquote blockquote .quote__content .quote-1 {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  left: 90px;
  top: -35px;
}

.blockquote blockquote .quote__content .quote-2 {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  bottom: -35px;
  right: 100px;
}

/* Blockquote End */
.flex__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .flex__item {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .single-img {
    margin-top: 30px;
  }
}

/* Tags Start */
.blog__tags {
  -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;
  margin: 40px 0px 50px;
}

.blog__tags .tag__title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
  margin-bottom: 0;
}

.blog__tags .tag__title img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 12px;
}

.blog__tags .tag__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog__tags .tag__item ul, .blog__tags .tag__item .bottom__meta .share-icon, .bottom__meta .blog__tags .tag__item .share-icon {
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1199px) {
  .blog__tags .tag__item ul, .blog__tags .tag__item .bottom__meta .share-icon, .bottom__meta .blog__tags .tag__item .share-icon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.blog__tags .tag__item ul li, .blog__tags .tag__item .bottom__meta .share-icon li, .bottom__meta .blog__tags .tag__item .share-icon li {
  list-style: none;
}

.blog__tags .tag__item ul li a, .blog__tags .tag__item .bottom__meta .share-icon li a, .bottom__meta .blog__tags .tag__item .share-icon li a {
  font-size: 16px;
  line-height: 18px;
  color: #e90101;
  padding: 11px 28px;
  display: inline-block;
  text-transform: capitalize;
  background: #20212b;
  border-radius: 8px;
  margin-left: 29px;
}

@media screen and (max-width: 1199px) {
  .blog__tags .tag__item ul li a, .blog__tags .tag__item .bottom__meta .share-icon li a, .bottom__meta .blog__tags .tag__item .share-icon li a {
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 991px) {
  .blog__tags {
    display: block;
  }
}

/* Tags End */
/* Owner Start */
.owner {
  -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: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  background: #e90101;
  border-radius: 8px;
  padding: 32px;
}

.owner .avatar {
  margin-right: 24px;
}

.owner .avatar img {
  border-radius: 8px;
}

@media screen and (max-width: 479px) {
  .owner .avatar img {
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .owner .avatar {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.owner .owner__discription {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.owner .owner__discription .title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  margin-bottom: 8px;
}

.owner .owner__discription .title a {
  color: #fff;
  display: block;
}

.owner .owner__discription .desc {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  max-width: 550px;
}

@media screen and (max-width: 479px) {
  .owner .owner__discription {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .owner {
    display: block;
  }
}

/*  Owner End */
/* App Box Start */
.app__box {
  background: #e90101;
  border-radius: 8px;
  padding: 25px 30px;
  width: 260px;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .app__box {
    margin: 30px 0 0;
    width: 100%;
    text-align: center;
  }
}

.app__box .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.app__box .desc {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  margin-bottom: 0;
}

.app__box .apps a img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-top: 22px;
}

@media screen and (max-width: 991px) {
  .app__box .apps a img {
    margin: 22px auto 0px;
  }
}

/* App Box End */
/* Comment Start */
.post__title {
  margin-top: 30px;
}

.post__title .title {
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  line-height: 52px;
  margin-bottom: 64px;
}

.comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px 0px;
  padding-bottom: 40px;
  border-bottom: 1px solid #202f46;
}

.comment__content .avatar img {
  width: 64px;
  height: 64px;
  display: block;
  border: 2px solid #e90101;
  border-radius: 50%;
  margin-right: 24px;
}

@media screen and (max-width: 479px) {
  .comment__content .avatar {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .comment__content .avatar.ml-80 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .comment__content {
    display: block;
  }
}

.comment__discrip {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  max-width: 1000px;
}

.comment__discrip .comment__name .title a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

.comment__discrip .comment__name .calender {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #5c6680;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment__discrip .comment__name .calender img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}

.comment__discrip .comment__para {
  margin-top: 20px;
  max-width: 800px;
}

.comment__discrip .comment__para p {
  font-size: 14px;
  line-height: 22px;
}

.comment__discrip .comment__replay {
  position: absolute;
  top: 3px;
  right: 0;
}

.comment__discrip .comment__replay .btn svg {
  margin-right: 10px;
}

.comment__discrip .comment__replay .btn svg path {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.comment__discrip .comment__replay .btn:hover svg path {
  fill: #e90101;
}

/* Comment End */
.replay__title .title {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

/*********************************
/* Blog Single End
*********************************/
/*********************************
/*  Full Page Wrapper Start
*********************************/
.full-page__wrapper {
  -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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100vh;
}

@media screen and (max-width: 767px) {
  .full-page__wrapper {
    display: block;
  }
}

.full-page__wrapper .full-page__logo {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 99;
}

.full-page__wrapper .full-page__logo img {
  height: 100%;
  min-height: 100% !important;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .full-page__wrapper .full-page__logo {
    left: 15px;
  }
}

.full-page__wrapper .full-page__image {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  height: 100vh;
  position: relative;
}

@media screen and (max-width: 767px) {
  .full-page__wrapper .full-page__image {
    height: 100%;
  }
}

.full-page__wrapper .full-page__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.full-page__wrapper .full-page__image img {
  max-width: 100%;
  height: 100%;
  margin: 0 auto 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 767px) {
  .full-page__wrapper .full-page__image img {
    min-height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .full-page__wrapper .full-page__image {
    display: none;
  }
}

.full-page__wrapper .full-page__inner {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: 767px) {
  .full-page__wrapper .full-page__inner {
    height: 100vh;
    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;
  }
}

.full-page__wrapper .full-page__inner .full-page__logo {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}

.full-page__wrapper .full-page__inner .full-page__logo img {
  width: auto;
  height: auto;
  display: inline-block;
}

.full-page__wrapper .full-page__content {
  max-width: 570px;
  margin: auto;
  padding: 50px 30px;
}

@media screen and (max-width: 767px) {
  .full-page__wrapper .full-page__content {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .full-page__wrapper .full-page__content {
    padding: 50px 15px;
  }
}

.full-page__wrapper .full-page__content .popup__title {
  font-size: 42px;
  line-height: 56px;
  color: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
  .full-page__wrapper .full-page__content .popup__title {
    font-size: 34px;
    line-height: 45px;
  }
}

.full-page__wrapper .full-page__content p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0px;
}

.full-page__wrapper .full-page__content .form-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
}

.full-page__wrapper .full-page__content .cta__form {
  margin-top: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.full-page__wrapper .full-page__content .cta__form input {
  border: 1px solid #dddddd;
}

/*********************************
/*  Full Page Wrapper End
*********************************/
/*********************************
/* Contact OverLay Start 
**********************************/
.contact__overlay {
  position: absolute;
  top: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.contact__info {
  max-width: 620px;
  margin: 0px 15px;
  z-index: 1;
}

.contact__info .section__title {
  margin-bottom: 12px;
  color: #fff;
}

.contact__info .content {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

.contact__meta {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .contact__meta {
    margin-top: 30px;
  }
}

.contact__meta__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
  margin-bottom: 36px;
}

.contact__meta__list li:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contact__meta__list li {
    margin-bottom: 20px;
  }
}

.contact__meta__list li a {
  color: #fff;
  display: inline-block;
}

.contact__meta__list li .icon {
  height: 24px;
  width: 24px;
  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;
  margin-right: 8px;
}

.contact__meta__list li .icon img,
.contact__meta__list li .icon svg {
  width: 13px;
  height: auto;
}

.contact__meta__list li .icon img path,
.contact__meta__list li .icon svg path {
  fill: #fff;
}

.contact__meta__list li:hover a {
  color: #e90101;
}

.contact__meta .social__icon {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .contact__meta .social__icon {
    margin-top: 30px;
  }
}

.contact__meta .social__icon a {
  font-size: 24px;
  margin-right: 24px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.contact__meta .social__icon a:last-child {
  margin-right: 0;
}

.contact__meta .social__icon a:hover {
  color: #e90101;
}

/*********************************
/* Contact OverLay End 
**********************************/
/*********************************
/* Login Start
*********************************/
.form__inner .form__wrapper .account__desc {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-top: 10px;
  -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;
}

@media screen and (max-width: 479px) {
  .form__inner .form__wrapper .account__desc {
    display: block;
    text-align: center;
  }
}

.form__inner .form__wrapper .account__desc a {
  color: #e90101;
  display: inline-block;
}

.form__inner .form__wrapper .account__meta {
  color: #5c6680;
  margin-bottom: 5px;
}

.form__inner .login__access {
  -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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 479px) {
  .form__inner .login__access {
    display: block;
  }
}

.form__inner .login__access .btn {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
  padding: 13px 11px;
  border-color: #5c6680;
  -ms-flex-preferred-size: calc(50% - 5px);
      flex-basis: calc(50% - 5px);
}

@media screen and (max-width: 479px) {
  .form__inner .login__access .btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-top: 10px;
  }
}

.form__inner .login__access .btn img {
  width: 21px;
  height: auto;
  margin-right: 10px;
}

.form__inner .login__access .btn:hover {
  color: #fff;
  background: #17384e;
  border-color: #17384e;
}

.form__inner .devider {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5c6680;
  text-transform: uppercase;
  margin: 10px 0;
  display: block;
}

/*********************************
/* Login End
*********************************/
/*********************************
/*  Countdown Start
*********************************/
.countdown__wrapper {
  margin: 40px 0;
}

.countdown__wrapper .is-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  background-color: transparent;
}

.countdown__wrapper .is-countdown .countdown-row {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .countdown__wrapper .is-countdown .countdown-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.countdown__wrapper .is-countdown .countdown-row .countdown-section {
  border: 1px solid #5c6680;
  border-radius: 10px;
  padding: 8px;
  width: 90px;
  height: 105px;
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.countdown__wrapper .is-countdown .countdown-row .countdown-section:last-of-type {
  margin-right: 0 !important;
}

@media screen and (max-width: 479px) {
  .countdown__wrapper .is-countdown .countdown-row .countdown-section {
    width: 70px;
    height: 85px;
  }
}

@media screen and (max-width: 375px) {
  .countdown__wrapper .is-countdown .countdown-row .countdown-section {
    width: 60px;
    height: 75px;
  }
}

.countdown__wrapper .is-countdown .countdown-row .countdown-section .countdown-amount {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 2px;
  display: block;
}

@media screen and (max-width: 479px) {
  .countdown__wrapper .is-countdown .countdown-row .countdown-section .countdown-amount {
    font-size: 26px;
    line-height: 36px;
  }
}

@media screen and (max-width: 375px) {
  .countdown__wrapper .is-countdown .countdown-row .countdown-section .countdown-amount {
    font-size: 22px;
    line-height: 30px;
  }
}

.countdown__wrapper .is-countdown .countdown-row .countdown-section .countdown-period {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #5c6680;
  display: block;
}

/*********************************
/*  Countdown End
*********************************/
/*********************************
/*  Episode Section Start
*********************************/
.episode__section .section-title {
  margin-bottom: 24px;
}

.season__list {
  border-top: 0.5px solid #c4c4c4;
}

.season__list .season__wrapper {
  -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;
}

.season__list .season__title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-transform: capitalize;
  margin: 32px 0px 24px;
}

.season__list .total__episode {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #5c6680;
  text-transform: capitalize;
}

.season__list .total__episode a {
  color: #5c6680;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.season__list .total__episode a:hover {
  color: #e90101;
}

.episode__list .episode__single--item {
  background: #242c38;
  border: 1px solid rgba(151, 151, 151, 0.46);
  border-radius: 4px;
  padding: 14px 16px;
  -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;
  margin-bottom: 10px;
}

.episode__list .episode__single--item:last-of-type {
  margin-bottom: 0;
}

.episode__list .episode__single--item .episode__title {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.episode__list .episode__single--item .episode__title .icon {
  height: 16px;
  width: 16px;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #e90101;
  margin-right: 10px;
}

.episode__list .episode__single--item .episode__title:hover {
  color: #e90101;
}

.episode__list .episode__single--item .episode__duration {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}

.episode__list .episode__single--item .episode__duration .icon {
  height: 16px;
  width: 16px;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #e90101;
  margin-right: 10px;
}

.episode__thumb {
  position: relative;
  aspect-ratio: 41/58;
  display: block;
  border: 8px solid #ffffff;
  -webkit-box-shadow: 0px 16px 12px rgba(32, 33, 43, 0.32);
          box-shadow: 0px 16px 12px rgba(32, 33, 43, 0.32);
  border-radius: 14px;
}

@media screen and (max-width: 991px) {
  .episode__thumb {
    display: none;
  }
}

.episode__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.summery__wrapper {
  margin-top: 95px;
}

@media screen and (max-width: 991px) {
  .summery__wrapper {
    margin-top: 40px;
  }
}

/*********************************
/*  Episode Section End
*********************************/
/*********************************
/*  Testimonial Section Start
*********************************/
.testimonial__section {
  padding: 150px 0px 105px;
}

@media screen and (max-width: 1199px) {
  .testimonial__section {
    padding: 90px 0;
  }
}

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

@media screen and (max-width: 991px) {
  .testimonial__section .section-title {
    text-align: center !important;
  }
}

.testimonial__wrapper {
  position: relative;
  margin-top: -100px;
}

@media screen and (max-width: 991px) {
  .testimonial__wrapper {
    margin-top: 0;
  }
}

.testimonial__wrapper .swiper__pagination .swiper-pagination-progressbar {
  top: auto;
  bottom: -65px;
  width: 100%;
  height: 3px;
  background: #dddddd;
  border-radius: 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .testimonial__wrapper .swiper__pagination .swiper-pagination-progressbar {
    bottom: -20px;
  }
}

.testimonial__wrapper .swiper__pagination .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #e90101;
  border-radius: 50px;
}

.testimonial__wrapper .swiper__button--group {
  position: relative;
  top: -100px;
}

@media screen and (max-width: 767px) {
  .testimonial__wrapper .swiper__button--group {
    top: 0;
    margin-top: 15px;
  }
}

.testimonial__wrapper .swiper__button--group .swiper-next {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0.5px;
  color: #e90101;
}

.testimonial__wrapper .swiper__button--group .swiper-next svg {
  font-size: 13px;
  margin-left: 13px;
}

.testimonial__Swiper {
  position: relative;
  position: relative;
  max-width: 475px;
  margin-left: auto;
  margin-right: inherit;
}

@media screen and (max-width: 767px) {
  .testimonial__Swiper {
    max-width: 100%;
  }
}

.testimonial__item {
  background: rgba(233, 1, 1, 0.1);
  border-radius: 20px;
  padding: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  min-height: 340px;
}

@media screen and (max-width: 479px) {
  .testimonial__item {
    padding: 30px 20px;
  }
}

.testimonial__item .testimonial__avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.testimonial__item .testimonial__avatar::after {
  content: "\f10d";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 20px;
  color: #e90101;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.testimonial__item .testimonial__avatar .avatar {
  height: 44px;
  width: 44px;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.testimonial__item .testimonial__avatar .avatar img {
  width: 100%;
  width: 100%;
  display: inline-block;
  border-radius: 50%;
}

.testimonial__item .testimonial__avatar .avatar__content {
  margin-left: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.testimonial__item .testimonial__avatar .avatar__content .title {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.testimonial__item .testimonial__avatar .avatar__content .designation {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
}

.testimonial__item .testimonial__content {
  margin-top: 54px;
}

.testimonial__item .testimonial__content .desc {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  color: #fff;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

/*********************************
/*  Testimonial Section End
*********************************/
