@charset "UTF-8";
/*---------------------------------------------

Template Name: Fmwave 
Template URL: http://radiustheme.com/demo/wordpress/themes/fmwave
Description: Radio, Music & DJ WordPress theme
Author: RadiusTheme
Author URL: http://www.radiustheme.com 
Version: 1.0.0

===================   
CSS INDEX
===================
1. Typography
2. Bootstrap Overwrite
    2.1 Form
    2.2 Grid
3. Vendor Custom Style
    3.1 Countdown
    3.2 PagePiling
    3.3 Slick
	3.4 Owl Nav
4. Template Layout Style
    4.1 Animation
    4.2 Back To Top
    4.3 Button
    4.4 Custom Cursor
    4.5 Footer
    4.6 Global
    4.7 Header Menu
    4.8 Inner Page Banner
    4.9 Pagination
    4.10 Preloader
    4.11 Section
    4.12 Widget
5. Template Page Style
    5.1 About Us
    5.2 Banner
    5.3 Blog
    5.4 Brand
    5.5 Call to Action
    5.6 Coming Soon
    5.7 Fluent Contact form
    5.8 Gallery
    5.9 Hero
    5.10 Photoshoot
    5.11 Portfolio
    5.12 Pricing Table
    5.13 Progress
    5.14 Service
    5.15 Team
    5.16 Testimonial
	5.17 Gutenberg Support
	5.18 Shape Animation
    5.19 Testimonial
6. Woocommerce

--------------------------------------------*/
/* - Rem
=============================================*/
/*=======================================================================
1. Typography 
=========================================================================*/
body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #5a5a5a;
  font-weight: 400;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
}

p {
  margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
}

h1 {
  font-size: 36px;
  line-height: 40px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 22px;
  line-height: 30px;
}
h5 {
  font-size: 20px;
  line-height: 28px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
}
.container-xl {
    max-width: 100%;
}
* {
	-ms-word-wrap: break-word;
    word-wrap: break-word;
}
/*=======================================================================
2. Bootstrap Overwrite
=========================================================================*/

/*------------------- 2.1 Form -------------------*/
.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group label {
  font-size: 15px;
  color: #111111;
  margin-bottom: 5px;
}
.form-group .form-control {
  color: #111111;
  padding: 10px 20px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background-color: #ffffff;
}
.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-group .submit-btn {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  background-color: #ec1c24;
  border: none;
  border-radius: 3px;
  padding: 11px 25px 11px;
  transition: all 0.3s ease-in-out;
}
.form-group .submit-btn:hover {
  background-color: #000000;
}
.form-group input {
  height: 50px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group input.form-control::-webkit-input-placeholder,
.form-group textarea.form-control::-webkit-input-placeholder {
  color: #9c9a9a;
  font-weight: 300;
}

.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
  margin-bottom: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em 0;
}

/*------------------- 2.2 Grid -------------------*/
@media only screen and (min-width: 1230px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1445px) {
  .container-lg {
    max-width: 1415px;
  }
}
@media only screen and (min-width: 1570px) {
  .container-xl {
    max-width: 1510px;
  }
}
.rtl .container-lg {
  margin: 0 auto 0 0;
}

.container-fluid.full-width {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid.full-width .row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid.full-width .row > [class^=col-],
.container-fluid.full-width .row > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.gutters-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.row.gutters-10 > [class^=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.gutters-15 {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.row.gutters-15 > [class^=col-] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row.gutters-20 {
  padding-left: 5px;
  padding-right: 5px;
}
.row.gutters-20 > [class^=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width: 1200px) {
  .row.gutters-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row.gutters-40 > [class^=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .row.gutters-50 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row.gutters-50 > [class^=col-] {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .row.gutters-65 {
    margin-left: -32.5px;
    margin-right: -32.5px;
  }
  .row.gutters-65 > [class^=col-] {
    padding-left: 32.5px;
    padding-right: 32.5px;
  }
}
/*=======================================================================
3. Vendor Custom Style
=========================================================================*/
.home1-coundown .elementor-element,
.home1-coundown .elementor-widget-container,
.home1-coundown .elementor-image {
	height: 100%;
}
.home1-coundown .elementor-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/*------------------- 3.3 Countdown -------------------*/
.rt-countdown-layout1 .fmwave-countdown {
  display: flex;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 991px) {
  .rt-countdown-layout1 .fmwave-countdown {
    justify-content: center;
  }
}
.rt-countdown-layout1 .fmwave-countdown .countdown-section {
  line-height: 1;
  margin-right: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1299px) {
  .rt-countdown-layout1 .fmwave-countdown .countdown-section {
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .rt-countdown-layout1 .fmwave-countdown .countdown-section {
    margin-right: 0;
    min-width: 150px;
  }
}
.rt-countdown-layout1 .fmwave-countdown .countdown-section:last-child {
  margin-right: 0;
}
.rt-countdown-layout1 .fmwave-countdown .countdown-section .countdown-number {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  height: 120px;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ec1c24;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.rt-countdown-layout1 .fmwave-countdown .countdown-section .countdown-unit {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.rt-countdown-layout1 .fmwave-countdown .countdown-section > div {
  text-align: center;
}
.rt-countdown-layout2 .fmwave-countdown {
  display: flex;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 991px) {
  .rt-countdown-layout2 .fmwave-countdown {
    justify-content: center;
  }
}
.rt-countdown-layout2 .fmwave-countdown .countdown-section {
  line-height: 1;
  min-width: 110px;
  margin-right: 50px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .rt-countdown-layout2 .fmwave-countdown .countdown-section {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rt-countdown-layout2 .fmwave-countdown .countdown-section {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.rt-countdown-layout2 .fmwave-countdown .countdown-section:after {
  content: ":";
  font-size: 50px;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .rt-countdown-layout2 .fmwave-countdown .countdown-section:after {
    font-size: 40px;
    right: -17px;
  }
}
@media only screen and (max-width: 767px) {
  .rt-countdown-layout2 .fmwave-countdown .countdown-section:after {
    right: -5px;
  }
}
@media only screen and (max-width: 575px) {
  .rt-countdown-layout2 .fmwave-countdown .countdown-section:after {
    display: none;
  }
}
.rt-countdown-layout2 .fmwave-countdown .countdown-section:last-child {
  margin-right: 0;
}
.rt-countdown-layout2 .fmwave-countdown .countdown-section:last-child:after {
  display: none;
}
.rt-countdown-layout2 .fmwave-countdown .countdown-section .countdown-number {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 991px) {
  .rt-countdown-layout2 .fmwave-countdown .countdown-section .countdown-number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .rt-countdown-layout2 .fmwave-countdown .countdown-section .countdown-number {
    font-size: 36px;
  }
}
.rt-countdown-layout2 .fmwave-countdown .countdown-section .countdown-unit {
  color: #ffffff;
  font-weight: 300;
}
.rt-countdown-layout2 .fmwave-countdown .countdown-section > div {
  text-align: center;
}
/*counter 3*/
.rt-countdown-layout3 .fmwave-countdown {
  display: flex;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 991px) {
  .rt-countdown-layout3 .fmwave-countdown {
    justify-content: center;
  }
}
.rt-countdown-layout3 .fmwave-countdown .countdown-section {
	position: relative;
	border: 2px solid #444444;
	border-radius: 7px;
	line-height: 1;
	margin-right: 15px;
	margin-bottom: 30px;
	padding: 20px;
}
.rt-countdown-layout3 .fmwave-countdown .countdown-section:after {
	position: absolute;
	content: "";
	bottom: -2.5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 3px;
	width: 44px;
	background: #ec1c24;
	text-align: center;
}
.rt-countdown-layout3 .fmwave-countdown .countdown-section:last-child {
  margin-right: 0;
}
.rt-countdown-layout3 .fmwave-countdown .countdown-section .countdown-number {
  font-size: 36px;
  font-weight: 500;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.rt-countdown-layout3 .fmwave-countdown .countdown-section .countdown-unit {
  font-size: 16px;
  color: #111111;
  font-weight: 400;
}
.rt-countdown-layout3 .fmwave-countdown .countdown-section > div {
  text-align: center;
}
/*------------------- 3.2 PagePiling -------------------*/
.menu-anchor {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 15;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .menu-anchor {
    display: none;
  }
}
.menu-anchor li {
  margin-bottom: 8px;
  padding-left: 145px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .menu-anchor li {
    padding-left: 100px;
  }
}
.menu-anchor li:last-child {
  margin-bottom: 0;
}
.menu-anchor li:before {
  content: "";
  height: 1px;
  width: 30px;
  background-color: #ffffff;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 45%;
  transition: all 0.6s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .menu-anchor li:before {
    right: 55%;
  }
}
.menu-anchor li a {
  font-size: 20px;
  color: #c3c3c3;
  padding: 5px;
}
.menu-anchor li:hover a {
  color: #ffffff;
}
.menu-anchor li:hover:before {
  width: 100%;
}
.menu-anchor li.active:before {
  width: 100%;
}
.menu-anchor li.active a {
  padding-left: 10px;
  color: #ffffff;
}

.pp-menu-number {
  text-align: center;
}
.pp-menu-number li {
  display: inline-block;
  position: relative;
}
.pp-menu-number li:after {
  content: ".";
  color: #c3c3c3;
  padding: 0 12px 0 18px;
}
.pp-menu-number li:last-child:after {
  display: none;
}
.pp-menu-number li a {
  color: #c3c3c3;
}
.pp-menu-number li.active a {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}

.pp-content.active .item-subtitle {
  margin: 0 0.5rem;
  animation: fadeInUp;
  animation-duration: 0.8s;
}
.pp-content.active .item-title {
  margin: 0 0.5rem;
  animation: fadeInUp;
  animation-duration: 1.2s;
}

#pp-nav {
  display: none;
}

/*------------------- 3.3 Slick -------------------*/
.slick-slider .slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}
.slick-slider .slick-slide:focus {
  outline: none;
}
.slick-slider button.slick-arrow,
.slick-slider span.slick-arrow {
  color: #fff;
  margin-left: 40px;
  padding: 10px 25px;
  background-color: #000;
}

.slick-album2 .slick-slider .slick-slide {
  margin-left: 20px;
  margin-right: 20px;
}

.slick-album2 .slick-dots,
.slick-album .slick-dots {
  top: 50%;
  right: 10px;
  list-style: none;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 1600px) {
  .slick-album2 .slick-dots,
.slick-album .slick-dots {
    right: -30px;
  }
}
@media only screen and (max-width: 1200px) {
  .slick-album2 .slick-dots,
.slick-album .slick-dots {
    right: 60px;
  }
}
.slick-album2 .slick-dots li,
.slick-album .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
}
.slick-album2 .slick-dots li button,
.slick-album .slick-dots li button {
  font-size: 0;
  line-height: 20;
  display: inline;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 100%;
  outline: none;
  background-color: rgba(0, 0, 0, 0.25);
}
.slick-album2 .slick-dots li.slick-active button,
.slick-album .slick-dots li.slick-active button {
  background-color: #000;
}
.slick-album2 button.slick-arrow,
.slick-album button.slick-arrow {
  right: 0;
  bottom: 0;
  z-index: 9;
  position: absolute;
}
.slick-album2 button.slick-arrow:focus,
.slick-album button.slick-arrow:focus {
  outline: none;
  border-radius: 0;
}
.slick-album2 button.slick-prev,
.slick-album button.slick-prev {
  right: 80px;
}

.slick-album2 button.slick-prev {
  right: auto;
  left: 0;
}
/*------------------- 3.4 Owl Nav -------------------*/
.owl-theme .owl-controls .owl-prev {
    left: -45px;
    opacity: 1 !important;
    font-size: 18px !important;
    margin: 0 4px !important;
    height: 40px;
    width: 40px;
    border-radius: 0 !important;
    position: absolute;
    transform: translateY(-50%);
    top: 40%;
    border: 2px solid #444444;
    line-height: 1.4;
}
.owl-theme .owl-controls .owl-prev i {
    line-height: 30px;
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-prev:hover i {
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-next {
    right: -45px;
    opacity: 1 !important;
    font-size: 18px !important;
    margin: 0 4px !important;
    height: 40px;
    width: 40px;
    border-radius: 0 !important;
    position: absolute;
    transform: translateY(-50%);
    top: 40%;
    border: 2px solid #444444;
    line-height: 1.4;
}
.owl-theme .owl-controls .owl-next i {
    line-height: 30px;
    color: #ffffff;
    transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-next:hover {
    transition: all 0.3s ease-out;
}
.owl-theme .owl-controls .owl-next:hover i {
    color: #ffffff;
    transition: all 0.3s ease-out;
}
/*rt-owl-nav-1*/
.rt-owl-nav-1 .section-title-holder {
    margin-bottom: 35px;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav {
    margin-top: 0;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav > div {
    display: inline-block;
	border-radius: 50%;
    height: 48px;
    width: 48px;
    line-height: 48px;
	visibility: hidden;
    opacity: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #ffffff;
    background-color: #ec1c24;
    box-shadow: 0px 0 2px 0px rgba(207, 213, 224, 0.75);    
    transition: all 240ms ease-in-out;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel:hover .owl-nav > div {
	visibility: visible;
	opacity: 1;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav > div:hover {
    background-color: #bd2127;
    color: #ffffff;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-prev {
    left: 0;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-next {
    right: 0;
}
.rt-owl-nav-1.slider-nav-enabled .owl-carousel .owl-nav i {
    font-size: 20px;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dots .owl-dot {
    position: relative;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dot span {
    background: #c2c2c2;
    width: 24px;
    height: 6px;
    border-radius: 5px;
	margin: 0 4px;
	display: inline-flex;
    transition: all 0.3s ease-in-out;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dot:hover span {
    background: #ec1c24;
}
.rt-owl-nav-1.slider-dot-enabled .owl-carousel .owl-dot.active span {
    background: #ec1c24;
    border-radius: 5px;
    width: 30px;
}
.rt-owl-nav-1 .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    margin-top: 30px !important;
	justify-content: center;
}
.rt-owl-nav-1 .owl-nav {
	opacity: 1;
    transition: all 0.3s ease-in-out;
}
.rt-owl-nav-1:hover .owl-nav {
	opacity: 1;
}

/*rt-owl-nav-2*/
.rt-owl-nav-2 .section-title-holder {
    margin-bottom: 35px;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav > div {
    display: inline-block;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    color: #9a9a9a;
    background-color: #f0f0f0;
    box-shadow: 0px 0 2px 0px rgba(207, 213, 224, 0.75);    
    transition: all 240ms ease-in-out;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav > div:hover {
    background-color: #ec1c24;
    color: #ffffff;
}
.rt-owl-nav-2.slider-nav-enabled .owl-carousel .owl-nav i {
    font-size: 20px;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dots .owl-dot {
    position: relative;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dot span {
    background: #c2c2c2;
    width: 24px;
    height: 6px;
    border-radius: 5px;
    margin: 0 4px;
    display: inline-flex;
    transition: all 0.3s ease-in-out;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dot:hover span {
    background: #ec1c24;
}
.rt-owl-nav-2.slider-dot-enabled .owl-carousel .owl-dot.active span {
    background: #ec1c24;
    border-radius: 5px;
    width: 30px;
}
.rt-owl-nav-2 .owl-theme .owl-dots {
    display: flex;
    align-items: center;
    margin-top: 30px !important;
    justify-content: center;
}
.rt-owl-nav-2 .owl-nav {
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.rt-owl-nav-2:hover .owl-nav {
    opacity: 1;
}
/*=======================================================================
4. Template Layout Style
=========================================================================*/
/*------------------- 4.1 Animation -------------------*/
@keyframes moving {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(16px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 white;
  }
  70% {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes zomming {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  95% {
    transform: scale(1.7);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 1;
  }
}
@keyframes imgzomming {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 white;
  }
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes zoomdown {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.8);
  }
  99% {
    transform: scale(1);
  }
}
/*------------------- 4.2 Back To Top -------------------*/
.scrollup {
  overflow: hidden;
  position: fixed;
  height: 45px;
  width: 45px;
  line-height: 40px;
  border-radius: 50%;
  bottom: -100px;
  right: 20px;
  text-align: center;
  z-index: 9999;
  background-color: #ec1c24;
  border: 2px solid #ec1c24;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s cubic-bezier(0, 0, 0.15, 1.88);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.4);
}
.scrollup:hover {
  background-color: #000000;
  border: 2px solid #000000;
  color: #ffffff;
}

.scrollup.back-top {
  bottom: 25px;
}

/*------------------- 4.3 Button -------------------*/
.btn-line {
  font-weight: 600;
  color: #5a5a5a;
  padding: 5px 5px 4px 30px;
  position: relative;
  text-transform: uppercase;
}
.btn-line span {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.btn-line:before {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #5a5a5a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 0.3s ease-in-out;
}
.btn-line:hover {
  color: #000000;
}
.btn-line:hover span {
  transform: translateX(10px);
}
.btn-line:hover:before {
  transition-delay: 0.3s;
  left: 10px;
  background-color: #000000;
}

.hero-slider-section .btn-line {
  color: #ffffff;
}
.hero-slider-section .btn-line:before {
  background-color: #ffffff;
}
.hero-slider-section .btn-line:hover {
  color: #cccccc;
}
.hero-slider-section .btn-line:hover:before {
  background-color: #cccccc;
}

.btn-fill-lg {
  background-color: #000000;
  color: #ffffff !important;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 34px 14px;
}
@media only screen and (max-width: 991px) {
  .btn-fill-lg {
    padding: 12px 30px 10px;
  }
}
.btn-fill-lg:hover {
  color: #ffffff;
  background-color: #000000;
}

.btn-fill-md {
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  padding: 12px 38px 7px;
}
.btn-fill-md:hover {
  color: #ffffff;
  background-color: #000000;
}

.persephone.tparrows {
  border-radius: 100% !important;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 991px) {
  rs-arrow.tp-rightarrow.tparrows.persephone {
    transform: translate(-100px, -110px) !important;
  }

  rs-arrow.tp-leftarrow.tparrows.persephone {
    transform: translate(-160px, -110px) !important;
  }
}
.border-btn .item-btn {
  margin-top: 1.875rem;
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
  border: 0.125rem solid #ececec;
  padding: 0.625rem 1.625rem 0.4375rem;
}
.border-btn .item-btn:hover {
  background-color: #343434;
  border-color: #343434;
  color: #ffffff;
}

/*------------------- 4.4 Custom Cursor -------------------*/
.custom-cursor .circle-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .custom-cursor .circle-cursor {
    display: none;
  }
}

.custom-cursor .circle-cursor--inner {
  margin-left: -2px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  z-index: 10000001;
  background-color: red;
}
.custom-cursor .circle-cursor--outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 1px solid red;
  box-sizing: border-box;
  z-index: 10000000;
  transition: all 0.08s ease-out;
}
.custom-cursor .circle-cursor--outer.cursor-link-hover {
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border: 1px solid red;
  box-sizing: border-box;
  z-index: 10000000;
  transition: all 0.08s ease-out;
}
.custom-cursor .circle-cursor--inner.cursor-link-hover {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  background-color: red;
}

/*------------------- 4.5 Footer -------------------*/
.footer-wrap {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.footer-top .footer-logo img {
	max-width: 185px;
}
@media only screen and (max-width: 575px) {
  .footer-top .footer-logo {
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer-top .footer-social {
  text-align: right;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .footer-top .footer-social {
    text-align: center;
  }
}
.footer-top .footer-social li {
  display: inline-block;
  margin-right: 8px;
}
.footer-top .footer-social li:last-child {
  margin-right: 0;
}
.footer-top .footer-social li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid #898989;
  border-radius: 50%;
  text-align: center;
  display: block;
  color: #ffffff;
}
.footer-top .footer-social li a:hover {
  background-color: #ec1c24;
  border-color: #ec1c24;
}
.footer-top .footer-social li i {
	line-height: inherit;
}
.footer-middle .footer-box .widgets {
  margin-bottom: 68px;
}
.footer-middle .footer-box .footer-title .widget-title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 14px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
.footer-middle .footer-box .footer-title .widget-title:after {
  content: url("../img/element/title_bg.png");
  position: absolute;
  top: -12px;
  left: -18px;
  z-index: -1;
}
.footer-middle .footer-box .footer-title .widget-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 33px;
  background: #ec1c24;
}
@media only screen and (max-width: 991px) {
  .footer-middle .footer-box .footer-title .widget-title:after {
    right: 0;
    margin: 0 auto;
  }
}
.footer-middle .footer-box ul.menu li {
  margin-bottom: 6px;
}
.footer-middle .footer-box ul.menu li:last-child {
  margin-bottom: 0;
}
.footer-middle .footer-box ul.menu li a {
  color: #c0c0c0;
  padding-left: 20px;
  position: relative;
}
.footer-middle .footer-box ul.menu li a:hover {
  color: #ec1c24;
}
.footer-middle .footer-box .footer-newsletter p {
  color: #c0c0c0;
}
.footer-middle .footer-box .footer-newsletter .input-group {
  background-color: #4d4d4d;
  height: 40px;
  border-radius: 4px;
}
.footer-middle .footer-box .footer-newsletter .input-group .form-control {
  background-color: transparent;
  border: none;
  height: 40px;
  padding: 5px 25px;
  color: #ffffff;
  font-size: 13px;
}
.footer-middle .footer-box .footer-newsletter .input-group .form-control:focus {
  box-shadow: none;
}
.footer-middle .footer-box .footer-newsletter .input-group input.form-control::-webkit-input-placeholder,
.footer-middle .footer-box .footer-newsletter .input-group textarea.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.footer-middle .footer-box .footer-newsletter .input-group .input-group-append .item-btn {
  background-color: transparent;
  border: none;
  color: #cccccc;
  padding: 5px 20px;
}
.footer-middle .footer-box .footer-newsletter .input-group .input-group-append .item-btn:focus {
  outline: none;
}
.footer-middle .footer-box .footer-newsletter .input-group input[type=submit] {
  background: #0c5460;
}
.footer-middle .footer-box p {
  color: #c0c0c0;
  font-size: 15px;
  margin-bottom: 16px;
  line-height: 24px;
}
.footer-middle .footer-box .item-btn {
  font-size: 15px;
  color: #c0c0c0;
  display: flex;
  align-items: center;
}
.footer-middle .footer-box .item-btn i {
  margin-left: 10px;
}
.footer-middle .footer-box .item-btn:hover {
  color: #ffffff;
}
.footer-middle .footer-about img {
	max-width: 200px;
	margin-bottom: 10px;
}
.footer-middle .footer-address ul {
  list-style: none;
  padding-left: 0px;
}
.footer-middle .footer-address ul li {
  color: #c0c0c0;
  font-size: 15px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 14px;
  line-height: 1.6;
}
.footer-middle .footer-address ul li a {
  color: #c0c0c0;
  padding-left: 0.1rem;
}
.footer-middle .footer-address ul li a:before {
  content: "";
}
.footer-middle .footer-address ul li a:hover {
  color: #ec1c24;
}
.footer-middle .footer-address ul li:last-child {
  margin-bottom: 0;
}
.footer-middle .footer-address ul li i {
	position: absolute;
    top: 0;
    left: 0;
	font-size: 14px;
    background: #333;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.footer-bottom {
  border-top: 1px solid #3b3b3b;
  padding: 20px 0;
  text-align: center;
}
.footer-bottom .footer-copyright {
  color: #c0c0c0;
  font-size: 15px;
}
.footer-bottom .footer-copyright span {
  color: #ec1c24;
}
.footer-bottom .footer-copyright a {
  color: #c0c0c0;
}
.footer-bottom .footer-copyright a:hover {
  color: #ec1c24;
}
@media only screen and (max-width: 767px) {
  .footer-bottom .footer-copyright {
    text-align: center !important;
    margin-bottom: 20px;
  }
}
.footer-bottom .footer-copyright a {
  color: #a7a7a7;
}
.footer-bottom .footer-copyright a:hover {
  color: #ffffff;
}
.footer-bottom .footer-social .item-social {
  margin: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-bottom .footer-social .item-social {
    text-align: center;
  }
}
.footer-bottom .footer-social .item-social li {
  display: inline-block;
  margin-right: 15px;
}
.footer-bottom .footer-social .item-social li:last-child {
  margin-right: 0;
}
.footer-bottom .footer-social .item-social li a {
  display: inline-block;
  font-size: 15px;
  padding: 5px;
  color: #a1a1a1;
}
.footer-bottom .footer-social .item-social li a:hover {
  color: #ffffff;
}
.footer-middle .footer-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-middle .footer-social ul li {
	display: inline-block;
	font-size: 18px;
	padding-right: 20px;
}
.footer-middle .footer-social ul li a {
	color: #c0c0c0
}
.footer-middle .footer-social ul li a:hover {
	color: #ec1c24
}
.footer-middle .footer-social ul li:last-child {
	padding-right: 0;
}
/*footer 1*/
.footer-style-1 .main-footer.no-footer-widget {
  padding: 0;
}
.main-footer.no-footer-widget .footer-top {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.footer-style-1 .main-footer {
	padding-top: 100px;
}
.footer-style-1 .footer-middle .widget_media_image {
	margin-bottom: 0;
}
.footer-style-1 .widget_media_image .wp-block-image {
	margin-top: 0;
    margin-bottom: 10px;
}
.footer-style-1 .widget_media_image .wp-block-image img {
	max-width: 200px;
}
.footer-style-1 .widget_nav_menu {
	padding-left: 50px;
}
.footer-style-1 {
	position: relative;
}
.footer-style-1:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 35%;
	background: #0a0a0a;
}
@media(max-width: 1660px) {
	.footer-style-1:before {
		width: 31%;
	}
}
@media(max-width: 1440px) {
	.footer-style-1:before {
		width: 31%;
	}
}
@media(max-width: 1360px) {
	.footer-style-1:before {
		width: 29%;
	}
}
@media(max-width: 991px) {
	.footer-style-1:before {
		display: none;
	}
}
@media(max-width: 991px) {
	.footer-style-1 .widget_nav_menu {
		padding-left: 0;
	}
}
/*footer 2*/
.footer-style-2 {
    background-color: #131314;
}
.footer-style-2 .main-footer {
	padding: 80px 0 40px;
}
.footer-style-2 .footer-bottom {
	padding: 30px 0;
}
.footer-style-2 .widget_nav_menu ul {
	text-align: left;
}
.footer-style-2 .widget_nav_menu ul li {
	display: inline-block;
	margin-bottom: 0;
}
.footer-style-2 .widget_nav_menu ul li a {
	color: #c0c0c0;
	margin-left: 10px;
	padding-left: 16px;
}
.footer-style-2 .widget_nav_menu ul li a:hover {
	color: #ec1c24;
	margin-left: 10px;
}
.footer-style-2 .widget_nav_menu ul li a:before {
	width: 4px;
	height: 1px;
	top: 10px;
}
.footer-style-2 .widget_nav_menu ul li:first-child a {
	margin-left: 0;
	padding-left: 10px;
}
.footer-style-2 .widget_nav_menu ul li:first-child a:before {
	display: none;
}
.footer-style-2 .footer-copyright {
	text-align: right;
}
@media(max-width: 991px) {
	.footer-style-2 .widget_nav_menu ul,
	.footer-style-2 .footer-copyright {
		text-align: center;
	}
}
/*footer 3*/
.footer-style-3 {
	background-color: #f7faff;
    border-top: 1px solid #e5e5e5;
}
.footer-style-3 .copyright {
  padding: 20px 0;
  color: #828282;
  text-align: center;
}
.footer-style-3 .copyright a {
  color: #828282;
}
.footer-style-3 .copyright a:hover {
  color: #ec1c24;
}
/*footer 4*/
.footer-style-4 .footer-middle .footer-about img {
	margin-bottom: 20px;
}
.footer-style-4 .main-footer.no-footer-widget {
  padding: 0;
}
.footer-style-4 .footer-middle .footer-box .footer-title .widget-title {
    padding-left: 25px;
}
.footer-style-4 .footer-middle .footer-box .footer-title .widget-title:after {
    content: url(../img/footer-shape.png);
    position: absolute;
    bottom: 0;
    left: 0;
	top: 0;
    z-index: -1;
}
.footer-style-4 .footer-middle .footer-box .footer-title .widget-title:before {
	display: none;
}
.main-footer.no-footer-widget .footer-top {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.footer-style-4 .main-footer {
	background: #121212;
	padding-top: 100px;
}
.footer-style-4 .footer-middle .widget_media_image {
	margin-bottom: 0;
}
.footer-style-4 .widget_media_image .wp-block-image {
	margin-top: 0;
    margin-bottom: 10px;
}
.footer-style-4 .widget_media_image .wp-block-image img {
	max-width: 200px;
}
.footer-style-4 .widget_nav_menu {
	padding-left: 50px;
}
.footer-style-4 {
	position: relative;
}
.footer-style-4:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 35%;
	background: #ec1c24;
}
@media(max-width: 1660px) {
	.footer-style-4:before {
		width: 31%;
	}
}
@media(max-width: 1440px) {
	.footer-style-4:before {
		width: 31%;
	}
}
@media(max-width: 1360px) {
	.footer-style-4:before {
		width: 29%;
	}
}
@media(max-width: 991px) {
	.footer-style-4:before {
		display: none;
	}
}
@media(max-width: 991px) {
	.footer-style-4 .widget_nav_menu {
		padding-left: 0;
	}
}
.footer-style-4 .widget_block .button {
	display: inline-flex;
	justify-content: center;
    padding: 8px 20px;
    border-radius: 50px;
    border: 2px solid #3b3b3b;
    margin-top: 10px;
    text-align: center;
    width: 100%;
	color: #c0c0c0;
	background: transparent;
}
.footer-style-4 .widget_block .button .button-text {
	line-height: 1;
	text-align: left;
}
.footer-style-4 .widget_block .button span {
	color: #ffffff;
    font-size: 18px;
    font-weight: 500;
	transition: all 0.3s ease 0s;
}
.footer-style-4 .widget_block .button:hover {
	background: #ffffff;
	color: #111111;
}
.footer-style-4 .widget_block .button:hover span {
	color: #111111;
}
.footer-style-4 .widget_block .button-icon {
	float: left;
    margin-right: 10px;
    font-size: 30px;
}
.footer-style-4 .widget_block .button-icon .fa-google-play {
	font-size: 24px;
}
.footer-style-4 .footer-middle .upcontent .footer-about p {
	color: #e6e1e1;
}
.footer-style-4 .widget_nav_menu ul li a:before {
	content: "\f105";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: -3px;
    left: 0;
    transition: all 0.3s ease-in-out;
    font-weight: 700;
    width: 0;
    height: 0;
}
.footer-style-4 .footer-middle .footer-address ul li {
	padding-left: 28px;
}
.footer-style-4 .footer-middle .footer-address ul li i {
    background: transparent;
    width: 0;
    height: 0;
}
/*subscribe form*/
.footer-style-4 .footer-top {
	margin-left: 30%;
	border-bottom: 1px solid #3b3b3b;
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.footer-style-4 .widget_fluentform_widget {
	display: flex;
}
.footer-style-4 .widget_fluentform_widget .subscribe-title {
	max-width: 175px;
	color: #ffffff;
	margin-right: 50px;
	font-size: 22px;
	font-weight: 600;
}
.footer-style-4 .fluentform {
	width: 45%;
}
.footer-style-4 .fluentform .newsletter-input {
	width: 100%;
}
.footer-style-4 .fluentform .newsletter-form .ff-el-form-control {
	background: transparent;
    color: #ffffff;
    border: 2px solid #3b3b3b;
    border-radius: 30px;
    font-size: 15px;
    padding: 15px;
}
.footer-style-4 .fluentform .newsletter-form .ff-btn {
    border-radius: 30px;
    color: #ffffff;
    padding: 8px 25px 8px;
    height: 54px;
    clip-path: none;
	overflow: hidden;
}
.footer-style-4 .footer-middle .upcontent .widget_fmwave_about {
	margin-top: -172px;
}
.footer-style-4 .footer-middle .footer-social {
	margin-top: 30px;
}
.footer-style-4 .footer-middle .footer-social ul li {
	padding-right: 10px;
}
.footer-style-4 .footer-middle .footer-social ul li:last-child {
	padding-right: 0;
}
.footer-style-4 .footer-middle .footer-social ul li a {
	width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ffffff;
}
.footer-style-4 .footer-middle .footer-social ul li a:hover {
	background: #ffffff;
}
@media(max-width: 992px) {
	.footer-style-4 .widget_nav_menu {
		padding-left: 0;
	}
	.footer-style-4 .footer-middle .upcontent .widget_fmwave_about {
		margin-top: 0;
	}
	.footer-style-4 .footer-top {
		margin-left: 0;
	}
	.footer-style-4:before {
		display: none;
	}
	.footer-style-4 .fluentform {
		width: 40%;
	}
}
@media(max-width: 767px) {
	.footer-style-4 .fluentform {
		width: 100%;
	}
	.footer-style-4 .widget_fluentform_widget {
		display: block;
	}
	.footer-style-4 .fluentform .newsletter-button {
		position: inherit;
	}
}
@media(max-width: 480px) {
	.footer-style-4 .fluentform .newsletter-button,
	.footer-style-4 .fluentform .newsletter-form .ff-btn {
		width: 100%;
	}
}
/*------------------- 4.6 Global -------------------*/
body {
  overflow-x: hidden;
}

html {
  margin-top: 0 !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
  color: #000000;
  outline: 0 none;
}

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

ul {
  list-style: disc;
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
}

ol {
  list-style: decimal;
  padding-left: 25px;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 1.5em 1.5em;
}

hr {
  margin: 30px 0 0;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
}

.item-icon {
  line-height: 1;
}
.item-icon i {
  display: inline-block;
}

.form-response .alert-danger,
.form-response .alert.alert-info,
.form-response .alert.alert-success {
  margin-top: 10px;
  margin-bottom: 0;
}
.form-response .alert-danger p,
.form-response .alert.alert-info p,
.form-response .alert.alert-success p {
  margin-bottom: 0;
}

.bg-aash {
  background-color: #fafafa;
}

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

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

.bg-attachment-fixed {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.border-top-aash {
  border-top: 1px solid #d1d0d0;
}

.content-area {
  padding: 100px 0;
}
.header-style-1 .header-menu .menu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media(min-width: 1440px) {
	.header-style-1 .header-menu .menu-wrap {
		padding-left: 105px;
		padding-right: 105px;
	}
}
.header-style-1 header {
  position: relative;
}
.header-style-1 nav > ul > li.current-menu-item > a:before,
.header-style-1 nav > ul > li.current-menu-ancestor > a:before,
.header-style-1 nav > ul > li.current-menu-item > a:after,
.header-style-1 nav > ul > li.current-menu-ancestor > a:after {
  content: "";
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  width: 15px;
  height: 28px;
  background-color: #ec1c24; /* defines the background color of the image */
  mask: url(../img/listening-shape.svg) no-repeat center / contain;
  -webkit-mask: url(../img/listening-shape.svg) no-repeat center / contain;
}
.header-style-1 nav > ul > li.current-menu-item > a:before,
.header-style-1 nav > ul > li.current-menu-ancestor > a:before {
    left: 0;
}
.header-style-1 nav > ul > li.current-menu-item > a:after,
.header-style-1 nav > ul > li.current-menu-ancestor > a:after {
  right:0;
  transform: rotate(180deg) translateY(50%);
}
.header-style-2 .topbar-list-item ul {
  margin: 0;
  padding: 0;
}
.header-style-2 .menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*header 4*/
.header-style-4 .header-menu .menu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media(min-width: 1440px) {
	.header-style-4 .header-menu .menu-wrap {
		padding-left: 105px;
		padding-right: 105px;
	}
}
.header-style-4 nav > ul > li.current-menu-item > a:before,
.header-style-4 nav > ul > li.current-menu-ancestor > a:before,
.header-style-4 nav > ul > li.current-menu-item > a:after,
.header-style-4 nav > ul > li.current-menu-ancestor > a:after {
  content: "";
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  width: 15px;
  height: 28px;
  background-color: #ec1c24;
  mask: url(../img/listening-shape.svg) no-repeat center / contain;
  -webkit-mask: url(../img/listening-shape.svg) no-repeat center / contain;
}
.header-style-4 nav > ul > li.current-menu-item > a:before,
.header-style-4 nav > ul > li.current-menu-ancestor > a:before {
    left: 0;
}
.header-style-4 nav > ul > li.current-menu-item > a:after,
.header-style-4 nav > ul > li.current-menu-ancestor > a:after {
  right:0;
  transform: rotate(180deg) translateY(50%);
}
/*------------------- 4.7 Header Menu -------------------*/
.single-page-banner-disable header,
.page-banner-disable header {
  position: relative;
  background-color: #000;
}

@media only screen and (max-width: 1199px) {
  header.header {
    display: none;
  }
}

.header-menu {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
.header-menu:after {
  clear: both;
  content: "";
  display: block;
}
nav.template-main-menu > ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
}
nav.template-main-menu > ul > li {
  position: relative;
  display: inline-block;
}
nav.template-main-menu > ul > li > a {
  line-height: 1.3;
  display: block;
  color: #111111;
  font-weight: 500;
  padding: 38px 20px;
  transition: all 0.3s ease-in-out;
}
@media(min-width: 1600px) {
	nav.template-main-menu > ul > li > a {
		padding: 38px 30px;
	}
}
nav.template-main-menu > ul > li > a:hover {
  color: #ec1c24;
}
nav.template-main-menu > ul > li > a:foucs {
  outline: none;
}
@media only screen and (max-width: 1199px) {
  nav.template-main-menu > ul > li > a {
    font-size: 16px;
  }
}
nav.template-main-menu > ul > li ul.sub-menu,
nav.template-main-menu > ul > li ul.children {
  list-style: none;
  background-color: #ffffff;
  padding: 15px 20px;
  width: 230px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
nav.template-main-menu > ul > li ul.sub-menu li,
nav.template-main-menu > ul > li ul.children li {
  position: relative;
}
nav.template-main-menu > ul > li ul.sub-menu li a,
nav.template-main-menu > ul > li ul.children li a {
  position: relative;
  font-size: 15px;
  text-transform: capitalize;
  color: #444444;
  padding: 10px 15px;
  display: block;
  border-radius: 2px;
  line-height: 1.8;
  transition: all 0.3s ease-in-out;
}
nav.template-main-menu > ul > li ul.sub-menu li a:hover,
nav.template-main-menu > ul > li ul.children li a:hover {
  color: #ffffff;
  background-color: #111111;
}
nav.template-main-menu > ul > li ul.sub-menu ul.sub-menu,
nav.template-main-menu > ul > li ul.sub-menu ul.children,
nav.template-main-menu > ul > li ul.children ul.sub-menu,
nav.template-main-menu > ul > li ul.children ul.children {
  top: 0;
  left: 110%;
  right: auto;
}
nav.template-main-menu > ul > li ul.mega-menu {
  list-style: none;
  padding: 10px 0;
  background-color: #ffffff;
  border-top: 2px solid #111111;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -300px;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.3s ease-in-out;
}
nav.template-main-menu > ul > li ul.mega-menu > li {
  width: 230px;
  display: inline-block;
  margin: 0 5px;
  float: left;
}
nav.template-main-menu > ul > li ul.mega-menu > li > ul.sub-menu {
  position: relative;
  width: 100%;
  border: none;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
nav.template-main-menu > ul > li ul.mega-menu-col-3 {
  width: 720px;
}
@media only screen and (max-width: 1199px) {
  nav.template-main-menu > ul > li ul.mega-menu-col-3 {
    left: -200px;
  }
}
nav.template-main-menu > ul > li ul.mega-menu-col-2 {
  width: 480px;
  left: -190px;
}
nav.template-main-menu > ul > li:hover > ul.sub-menu,
nav.template-main-menu > ul > li:hover > ul.children {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
nav.template-main-menu > ul > li:hover > ul.sub-menu li:hover > ul.sub-menu,
nav.template-main-menu > ul > li:hover > ul.sub-menu li:hover > ul.children,
nav.template-main-menu > ul > li:hover > ul.children li:hover > ul.sub-menu,
nav.template-main-menu > ul > li:hover > ul.children li:hover > ul.children {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
nav.template-main-menu > ul > li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
nav.template-main-menu > ul > li.mega-menu ul.sub-menu {
  list-style: none;
  padding: 10px 16px;
  background-color: #ffffff;
  border-top: 2px solid #111111;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -180px;
  visibility: hidden;
  opacity: 0;
  transform-origin: 0 0 0;
  transition: all 0.3s ease-in-out;
  transform: translate(0, 0);
  transform: scaleY(0);
}
nav.template-main-menu > ul > li.mega-menu ul.sub-menu > li {
  width: 230px;
  display: inline-block;
  margin: 0 5px;
  float: left;
}
nav.template-main-menu > ul > li.mega-menu ul.sub-menu > li > ul.sub-menu {
  position: relative;
  width: 100%;
  border: none;
  box-shadow: none;
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
nav.template-main-menu > ul > li.mega-menu:hover > ul.sub-menu,
nav.template-main-menu > ul > li.mega-menu:hover > ul.children {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
nav.template-main-menu > ul > li.mega-menu:hover > ul.sub-menu li:hover > ul.sub-menu,
nav.template-main-menu > ul > li.mega-menu:hover > ul.sub-menu li:hover > ul.children,
nav.template-main-menu > ul > li.mega-menu:hover > ul.children li:hover > ul.sub-menu,
nav.template-main-menu > ul > li.mega-menu:hover > ul.children li:hover > ul.children {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
nav.template-main-menu > ul > li.mega-menu:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
nav.template-main-menu > ul > li.mega-menu-col-2 ul.sub-menu {
  width: 30rem;
  padding: 10px 15px;
  margin: 0;
}
nav.template-main-menu > ul > li.mega-menu-col-2 ul.sub-menu > li {
  float: left;
  width: 13.375rem;
  margin: 0 0.3125rem;
  display: inline-block;
}
nav.template-main-menu ul.menu li.current-menu-item > a, 
nav.template-main-menu ul.menu > li.current > a,
nav.template-main-menu ul.menu > li.current-menu-parent > a {
    color: #ec1c24;
}
.menu-layout1 {
  padding: 60px 130px 50px 65px;
}

.site-header header {
  position: relative;
}
.header .dark-logo {
  display: table-cell;
}
.header .light-logo {
  display: none;
}
/*transparent header*/
.trheader header {
  width: 100%;
  z-index: 15;
  position: absolute;
}
.trheader .header .dark-logo {
  display: none;
}
.trheader .header .light-logo {
  display: table-cell;
}
.trheader .header-menu {
    background-color: transparent;
}
/*header 4*/
.header-style-1.trheader nav.template-main-menu > ul > li > a {
    color: #fff;
}
.header-style-1.trheader nav.template-main-menu > ul > li > a:hover {
    color: #ec1c24;
}
.header-style-1.trheader .menu-layout22.rt-sticky {
    background-color: #111;
}
/*header 4*/
.header-style-4.trheader nav.template-main-menu > ul > li > a {
    color: #fff;
}
.header-style-4.trheader nav.template-main-menu > ul > li > a:hover {
    color: #fff;
}
.header-style-4.trheader .header-action-layout1 ul .search-icon a,
.trheader .header-icon-area .cart-icon-area > a {
    color: #fff;
}
.header-style-4.trheader .header-action-layout1 ul .toggle-btn .btn-wrap span {
    background-color: #fff;
}
.header-style-4.trheader .menu-layout22.rt-sticky {
    background-color: #111;
}
/*sticky header*/
.rt-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}

.admin-bar header,
.admin-bar .rt-sticky {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .header-menu {
    top: 45px;
  }
}

@media only screen and (max-width: 782px) {
  .admin-bar .rt-sticky {
    top: 45px;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar .header5.mn5-top .header-menu {
    top: 0;
    background-color: #00000094;
  }
}
.menu-layout2.rt-sticky {
  background-color: black;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.menu-layout2.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 30px 25px;
}

.menu-layout22.rt-sticky {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.menu-layout22.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 36px 28px;
}
@media only screen and (max-width: 1500px) {
  .menu-layout22.rt-sticky nav.template-main-menu > ul > li > a {
    padding: 32px 18px;
  }
}
/*Header menu 3*/
.menu-layout3 .menu-box {
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1199px) {
	.menu-layout3 .menu-box {
		padding-top: 20px;
	}
}
.menu-layout3 .menu-box nav.template-main-menu ul:first-child li.current-menu-ancestor > a {
  color: #ec1c24;
  position: relative;
}
.menu-layout3 .menu-box nav.template-main-menu ul:first-child li.current-menu-ancestor > a:before {
  content: url("../img/menu-shape2.png");
  position: absolute;
  left: -0.3125rem;
  top: 51%;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .menu-layout3 .menu-box nav.template-main-menu ul:first-child li.current-menu-ancestor > a:before {
    left: 0;
  }
}
.menu-layout3 .menu-box nav.template-main-menu ul:first-child li.current-menu-ancestor > a:after {
  content: url("../img/menu-shape1.png");
  position: absolute;
  right: -0.28rem;
  top: 51%;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .menu-layout3 .menu-box nav.template-main-menu ul:first-child li.current-menu-ancestor > a:after {
    right: 0;
  }
}
.menu-layout3 .menu-box nav.template-main-menu ul:first-child li.current-menu-ancestor > a:hover {
  color: #ec1c24;
}
.menu-layout3 .menu-box nav.template-main-menu ul li > a.active {
  color: #ec1c24;
  position: relative;
}
.menu-layout3 .menu-box nav.template-main-menu ul li > a.active:before {
  content: url("../img/menu-shape2.png");
  position: absolute;
  left: -0.3125rem;
  top: 51%;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.menu-layout3 .menu-box nav.template-main-menu ul li > a.active:after {
  content: url("../img/menu-shape1.png");
  position: absolute;
  right: -0.28rem;
  top: 51%;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .menu-layout3 .menu-box nav.template-main-menu ul:first-child li.active > a:before {
    left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-layout3 .menu-box nav.template-main-menu ul:first-child li.active > a:after {
    right: 0;
  }
}
.menu-layout3.rt-sticky {
  background-color: #fdf7e9;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.menu-layout3.rt-sticky .menu-box {
  padding: 0;
}
.menu-layout3 nav.template-main-menu > ul > li > a {
  padding: 35px 20px;
  margin: 0 0.8rem;
  color: #111111;
}
.menu-layout3.rt-sticky nav.template-main-menu > ul > li > a {
  padding: 30px 20px;
}
.menu-layout3 .header-action-layout1 ul li {
  margin-right: 30px;
}
.menu-layout3 .header-action-layout1 ul li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 992px) {
  .hide-computer {
    display: none;
  }
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.3s ease-in-out;
}

.header-action {
  text-align: right;
}
.header-action ul {
  margin-bottom: 0;
}
.header-action ul li {
  display: inline-block;
  margin-right: 22px;
}
.header-action ul li:last-child {
  margin-right: 0;
}
.header-action .all-work-btn {
  display: flex;
  align-items: center;
  color: #d8d8d8;
  font-weight: 600;
  text-transform: uppercase;
}
.header-action .all-work-btn i {
  line-height: 1;
  margin-right: 10px;
}
.header-action .all-work-btn i:before {
  font-size: 16px;
  font-weight: 400;
}
.header-action .all-work-btn:hover {
  color: #ffffff;
}
.header-action .toggle-btn {
  position: relative;
}
.header-action .toggle-btn .btn-wrap {
  width: 40px;
  padding: 0;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
}
.header-action .toggle-btn .btn-wrap:focus {
  outline: none;
}
.header-action .toggle-btn .btn-wrap span {
  display: block;
  height: 2px;
  width: 28px;
  background-color: #d8d8d8;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.header-action .toggle-btn .btn-wrap span:last-child {
  margin-bottom: 0 !important;
}
.header-action .toggle-btn .btn-wrap span:nth-child(1n) {
  margin-left: 4px;
}
.header-action .toggle-btn .btn-wrap span:nth-child(2n) {
  margin-left: 0;
}
.header-action .toggle-btn .btn-wrap span:nth-child(3n) {
  margin-left: 11px;
}
.header-action .toggle-btn .btn-wrap span:nth-child(4n) {
  margin-left: 4px;
}
@media only screen and (max-width: 575px) {
  .header-action .toggle-btn .btn-wrap span {
    height: 2px;
  }
}
.header-action .toggle-btn:hover .btn-wrap span:nth-child(1n) {
  margin-left: 0;
}
.header-action .toggle-btn:hover .btn-wrap span:nth-child(2n) {
  margin-left: 0;
}
.header-action .toggle-btn:hover .btn-wrap span:nth-child(3n) {
  margin-left: 0;
}
.header-action .toggle-btn:hover .btn-wrap span:nth-child(4n) {
  margin-left: 0;
}
.header-action .toggle-btn.btn-round-border .btn-wrap {
  height: 68px;
  width: 68px;
  border: 1px solid #848886;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .header-action .toggle-btn.btn-round-border .btn-wrap {
    border: none;
  }
}
.header-action .toggle-btn.toggle-btn-md .btn-wrap {
  height: 50px;
  width: 50px;
  border: 2px solid rgba(127, 127, 127, 0.25);
  padding-right: 5px;
}
.header-action .toggle-btn.toggle-btn-md .btn-wrap span {
  background-color: #000000;
  width: 22px;
  margin-bottom: 4px;
}
.header-action .toggle-btn.toggle-btn-md:hover .btn-wrap {
  padding-right: 0;
}

.header-action-dark ul {
  margin-bottom: 0;
}
.header-action-dark ul li {
  margin-right: 40px;
}
.header-action-dark .all-work-btn {
  color: #5a5a5a;
}
.header-action-dark .all-work-btn:hover {
  color: #000000;
}
.header-action-dark .toggle-btn {
  line-height: 0;
}
.header-action-dark .toggle-btn .btn-wrap {
  margin-top: 2px;
}
.header-action-dark .toggle-btn .btn-wrap span {
  background-color: #000000;
  margin-bottom: 6px;
}

.header-action.sidebar-right {
  padding-right: 60px;
}

.main-sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 981px;
  z-index: 10001;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .main-sidebar {
    display: none;
  }
}
.main-sidebar .sidebar-content {
  border-left: 1px solid #7c7c7c;
  padding: 60px 0 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.main-sidebar .sidebar-content .toggle-btn {
  position: relative;
}
.main-sidebar .sidebar-content .toggle-btn .btn-wrap {
  width: 40px;
  padding: 0;
  background-color: transparent;
  border: none;
}
.main-sidebar .sidebar-content .toggle-btn .btn-wrap:focus {
  outline: none;
}
.main-sidebar .sidebar-content .toggle-btn .btn-wrap span {
  display: block;
  height: 2px;
  width: 28px;
  background-color: #d8d8d8;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
.main-sidebar .sidebar-content .toggle-btn .btn-wrap span:nth-child(1n) {
  margin-left: 4px;
}
.main-sidebar .sidebar-content .toggle-btn .btn-wrap span:nth-child(2n) {
  margin-left: 0;
}
.main-sidebar .sidebar-content .toggle-btn .btn-wrap span:nth-child(3n) {
  margin-left: 11px;
}
.main-sidebar .sidebar-content .toggle-btn .btn-wrap span:nth-child(4n) {
  margin-left: 4px;
}
.main-sidebar .sidebar-content .toggle-btn:hover .btn-wrap span:nth-child(1n) {
  margin-left: 0;
}
.main-sidebar .sidebar-content .toggle-btn:hover .btn-wrap span:nth-child(2n) {
  margin-left: 0;
}
.main-sidebar .sidebar-content .toggle-btn:hover .btn-wrap span:nth-child(3n) {
  margin-left: 0;
}
.main-sidebar .sidebar-content .toggle-btn:hover .btn-wrap span:nth-child(4n) {
  margin-left: 0;
}
.main-sidebar .sidebar-content .section-name {
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  transform: rotate(-90deg);
  min-width: 200px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  margin-right: -7px;
}
.main-sidebar .sidebar-content .scroll-bottom a {
  font-size: 12px;
  padding: 5px;
  text-transform: uppercase;
  color: #ffffff;
  transform: rotate(-90deg);
  display: inline-flex;
  align-items: center;
  margin-right: -7px;
}
.main-sidebar .sidebar-content .scroll-bottom a i {
  line-height: 0.6;
}
.main-sidebar .sidebar-content .scroll-bottom a i:before {
  margin-right: 10px;
  font-size: 20px;
}
@media only screen and (max-width: 1366px) {
  .main-sidebar .sidebar-content {
    border-left: 0;
  }
}
.main-sidebar:hover .sidebar-content {
  background-color: #f9f9f9;
  border-left-color: #f9f9f9;
}
.main-sidebar:hover .sidebar-content .toggle-btn .btn-wrap span {
  background-color: #444444;
}
.main-sidebar:hover .sidebar-content .section-name {
  color: #8a8a8a;
}
.main-sidebar:hover .sidebar-content .scroll-bottom a {
  color: #000000;
}
@media only screen and (max-width: 1023px) {
  .main-sidebar {
    height: 100vh;
    width: 120px;
  }
}

@media (min-width: 1024px) and (max-width: 1366px) {
  .has-obserbation.blog-sec {
    padding-right: 55px !important;
  }
}
.admin-bar .sidebar-content {
  padding: 90px 0 90px;
}

.main-sidebar.sidebar-sticky {
  position: fixed;
  animation: fadeIn 1s;
}
.main-sidebar.sidebar-sticky .sidebar-content {
  background-color: #f9f9f9;
  border-left: none;
}
.main-sidebar.sidebar-sticky .sidebar-content .toggle-btn .btn-wrap span {
  background-color: #444444;
}
.main-sidebar.sidebar-sticky .sidebar-content .section-name {
  color: #8a8a8a;
}
.main-sidebar.sidebar-sticky .sidebar-content .scroll-bottom a {
  color: #000000;
}

.fixed-side-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 300px;
  background-color: #000000;
}
@media only screen and (max-width: 991px) {
  .fixed-side-menu {
    display: none;
  }
}
.fixed-side-menu .menu-content {
  padding: 40px 20px 40px 45px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow: auto;
}
.fixed-side-menu .menu-list {
  padding: 30px 0;
  list-style: none;
  font-family: "Poppins", sans-serif;
}
.fixed-side-menu .menu-list .menu-item {
  margin-bottom: 5px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.fixed-side-menu .menu-list .menu-item a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  padding: 13px 0;
  transition: all 0.3s ease-out;
}
.fixed-side-menu .menu-list .menu-item a:hover {
  color: #ffffff;
}
.fixed-side-menu .menu-list .menu-item a:focus {
  outline: none;
}
.fixed-side-menu .menu-list .menu-item .sub-menu {
  display: none;
  padding-left: 10px;
}
.fixed-side-menu .menu-list .menu-item .sub-menu li {
  display: inline-flex;
  flex-direction: column;
  margin-right: 80px;
}
.fixed-side-menu .menu-list .menu-item .sub-menu li:last-child {
  margin-right: 0;
}
.fixed-side-menu .menu-list .menu-item .sub-menu li a {
  display: block;
  color: #eaeaea;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 300;
}
.fixed-side-menu .menu-list .menu-item .sub-menu li a:hover {
  color: #ffffff;
}
.fixed-side-menu .item-social {
  padding-left: 0;
  margin-bottom: 15px;
}
.fixed-side-menu .item-social li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.fixed-side-menu .item-social li:last-child {
  margin-right: 0;
}
.fixed-side-menu .item-social li a {
  display: inline-block;
  height: 35px;
  width: 35px;
  background-color: rgba(255, 255, 255, 0);
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  color: #a0a0a0;
  transition: all 0.3s ease-in-out;
}
.fixed-side-menu .item-social li a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.fixed-side-menu .copyright-text {
  font-size: 15px;
  color: #a0a0a0;
}
.fixed-side-menu .copyright-text a {
  color: #a0a0a0;
}
.fixed-side-menu .copyright-text a:hover {
  color: #ffffff;
}

.admin-bar .fixed-side-menu .menu-content {
  padding: 72px 20px 40px 45px;
}

.offcanvas-menu-wrap {
  width: 100.5%;
  height: 0;
  position: fixed;
  top: 0%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-color: rgba(35,35,35,0.95);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms;
}
.offcanvas-menu-wrap .close-btn {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px;
  z-index: 50;
}
.offcanvas-menu-wrap .offcanvas-content {
  height: 100%;
  overflow-y: auto;
  position: relative;
  padding: 20px 50px;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 1199px) {
  .offcanvas-menu-wrap .offcanvas-content {
    justify-content: flex-start;
    padding-top: 70px;
  }
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  height: 100%;
  padding-left: 0;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu {
    text-align: center;
    margin: auto 50px;
  }
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item {
  position: relative;
  transform: translateX(-50px);
  visibility: hidden;
  opacity: 0;
  padding: 0;
  list-style: none;
  transition: all 0.3s ease-in-out;
  margin: 15px 0;
}
@media only screen and (max-width: 991px) {
  .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item {
    margin-bottom: 10px;
    min-width: 350px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item {
    margin-bottom: 0;
  }
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item a {
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 0;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 991px) {
  .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item a {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item a {
    font-size: 20px;
  }
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item a:hover {
  color: #ffffff;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item a:focus {
  outline: none;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item .sub-menu {
  display: none;
  padding-left: 0;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item .sub-menu li {
  margin: 0;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item .sub-menu li:last-child {
  margin-right: 0;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item .sub-menu li a {
  display: block;
  color: #eaeaea;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: unset;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item .sub-menu li a:hover {
  color: #ffffff;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu > .menu-item {
  width: 100%;
  margin: 5px 0;
  display: inline-block;
}
.offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .mega-menu-col-2 .sub-menu .menu-item {
  width: 50%;
  float: left;
  display: inline-flex;
}
@media only screen and (max-width: 991px) {
  .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .mega-menu-col-2 .sub-menu .menu-item {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
}
.offcanvas-menu-wrap .offcanvas-content:before {
  content: "";
  top: 0;
  left: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.offcanvas-menu-wrap .offcanvas-content.text-center .offcanvas-menu {
  margin: auto;
  text-align: left;
}
.offcanvas-menu-wrap .offcanvas-content.text-right {
  text-align: right;
}
.offcanvas-menu-wrap .offcanvas-content.text-right .offcanvas-menu {
  margin: auto 200px auto auto;
  text-align: right;
}

.wrapper.open .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.wrapper.open .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item:nth-child(1n) {
  transition-delay: 0.5s;
}
.wrapper.open .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item:nth-child(2n) {
  transition-delay: 0.6s;
}
.wrapper.open .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item:nth-child(3n) {
  transition-delay: 0.7s;
}
.wrapper.open .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item:nth-child(4n) {
  transition-delay: 0.8s;
}
.wrapper.open .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item:nth-child(5n) {
  transition-delay: 0.9s;
}
.wrapper.open .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item:nth-child(6n) {
  transition-delay: 1s;
}
.wrapper.open .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item:nth-child(7n) {
  transition-delay: 1.1s;
}
.wrapper.open .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item:nth-child(8n) {
  transition-delay: 1.2s;
}
.wrapper.open .offcanvas-menu-wrap .offcanvas-content .offcanvas-menu .menu-item:nth-child(9n) {
  transition-delay: 1.3s;
}
.wrapper.open .offcanvas-menu-wrap .offcanvas-content.text-right .offcanvas-menu .mega-menu-col-2 .menu-item {
  display: inline-block;
}

div#wrapper.open > .offcanvas-mask {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 150;
  transition: all 0.3s ease-in-out;
}

header.fixed-header.header8 .header-menu.menu-layout4 {
  transition: all 0.5s linear;
}

@media only screen and (max-width: 600px) {
  .admin-bar.mn-top .header-menu.menu-layout4 {
    top: 0;
  }
}

.mean-container #wrapper {
  padding-top: 50px;
}

.header-logo a {
  color: #fff;
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
}
.header-logo a:focus {
  outline: none;
}
@media only screen and (max-width: 1199px) {
  .header-logo a {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .header-logo a {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo a {
    font-size: 32px;
    line-height: 32px;
  }
}

.light-logo .site-description {
  color: #ffffff;
}

.dark-logo .site-description {
  color: #343434;
}

.header-logo img {
  width: 175px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .header-logo img {
    width: 120px;
  }
}
@media only screen and (max-width: 480px) {
  .header-logo img {
    width: 100px;
  }
}

.mobile-menu-nav-back a {
  width: 120px;
}

.mobile-menu-nav-back a.txt-logo {
  color: #000000;
  font-size: 34px;
  width: 250px;
  text-align: left;
}

.h9-fm {
  top: 0 !important;
  padding: 2.1875rem 2.1875rem 1.8rem;
}

.under-menu-line {
  padding-top: 80px;
}
@media only screen and (max-width: 1199px) {
  .under-menu-line {
    padding-top: 70px;
  }
}

.admin-bar .under-menu-line {
  padding-top: 125px;
}
@media only screen and (max-width: 1199px) {
  .admin-bar .under-menu-line {
    padding-top: 100px;
  }
}

/*--------------------------
Menu layout 2 start
---------------------------*/
.header-topbar {
  padding: 18px 0;
}
.header-topbar .topbar-list-item li {
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.header-topbar .topbar-list-item li a {
  color: #111111;
}
.header-topbar .topbar-list-item li a:hover {
  color: #a1a1a1;
}
.header-topbar .topbar-list-item li:last-child:after {
  display: none;
}
.header-topbar .topbar-list-item li:after {
  content: "I";
  font-size: 14px;
  color: #111111;
  padding: 0 9px 0 13px;
}
.trheader .header-topbar .topbar-list-item li a,
.trheader .header-topbar .topbar-list-item li:after {
    color: #fff;
}
.trheader .header-topbar .topbar-list-item li a:hover {
  color: #cccccc;
}

.menu-layout2 .menu-box {
  background-color: #ffffff;
  border-radius: 4px;
}
.menu-layout2 nav.template-main-menu > ul > li > a {
  text-transform: uppercase;
  color: #343333;
  font-weight: 700;
  padding: 36px 25px;
}
@media only screen and (max-width: 1199px) {
  .menu-layout2 nav.template-main-menu > ul > li > a {
    padding: 30px 23px;
    font-size: 15px;
  }
}
.menu-layout2 .header-action-layout2 ul {
  list-style: none;
  margin: 0 25px 0 0;
  padding: 0;
}
.menu-layout2 .header-action-layout2 ul li {
  display: inline-block;
  padding-left: 20px;
}
.menu-layout2 .header-action-layout2 ul li:first-child {
  padding-left: 0;
}

.header-menu.menu-layout2 {
  background-color: transparent;
}

.menu-layout2.rt-sticky {
  background-color: #ffffff;
  box-shadow: none;
}
.menu-layout2.rt-sticky .menu-box {
  padding-right: 0;
}
.admin-bar .header2-menu-fix .header-menu {
  top: 0px;
}
.admin-bar .header2-menu-fix .header-menu.rt-sticky {
  top: 32px;
}

/* Header 1 button -  */
.header-action-layout1 > ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.header-action-layout1 ul li {
  margin-right: 20px;
  display: inline-block;
}
.header-action-layout1 ul li:last-child {
  margin-right: 0;
}
.header-action-layout1 ul .search-icon a {
  font-size: 23px;
  color: #797a82;
}
.header-action-layout1 ul .search-icon-aash a {
  color: #a7a7a7;
}
.header-action-layout1 ul .search-icon-aash a:hover {
  color: #ec1c24;
}
.header-action-layout1 ul .header-btn a {
  background-color: #ec1c24;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.header-action-layout1 ul .header-btn a:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #bd2127;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.header-action-layout1 ul .header-btn a i {
  font-size: 16px;
  margin-right: 10px;
}
.header-action-layout1 ul .header-btn a:hover:after {
  left: 0;
  width: 100%;
}
.header-action-layout1 ul .social-icon a {
  color: #5a5a5a;
  font-size: 18px;
  padding: 10px;
}
@media only screen and (max-width: 1199px) {
  .header-action-layout1 ul .social-icon a {
    font-size: 16px;
    margin-right: 6px;
  }
}
.header-action-layout1 ul .social-icon a:last-child {
  margin-right: 0;
}
.header-action-layout1 ul .social-icon a:hover {
  color: #ec1c24;
}
.header-action-layout1 ul .toggle-btn {
  position: relative;
}
.header-action-layout1 ul .toggle-btn .btn-wrap {
  width: 35px;
  padding: 0;
  background-color: transparent;
  border: none;
  transform: scaleX(-1);
  transition: all 0.3s ease-in-out;
}
.header-action-layout1 ul .toggle-btn .btn-wrap:focus {
  outline: none;
}
.header-action-layout1 ul .toggle-btn .btn-wrap span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #a7a7a7;
  margin-bottom: 8px;
  transition: all 0.3s ease-in-out;
}
.header-action-layout1 ul .toggle-btn .btn-wrap span:last-child {
  margin-bottom: 0;
}
.header-action-layout1 ul .toggle-btn .btn-wrap span:nth-child(even) {
  width: 70%;
}
.header-action-layout1 ul .toggle-btn:hover .btn-wrap span:nth-child(even) {
  width: 100%;
}
/*Header Search*/
.header-search {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(35,35,35,0.95);
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 300ms;
  transform: translateY(-30%);
}

.header-search .header-search-form,
.header-search .stylish-input-group,
.header-search .custom-search-input {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.header-search .stylish-input-group input[type=search],
.header-search .header-search-form input[type=search],
.header-search .custom-search-input input[type=text] {
  width: 54%;
  height: 70px;
  color: #ffffff;
  font-size: 24px;
  flex: initial;
  text-align: left;
  border: none;
  border-radius: 0;
  margin: 0px auto;
  padding: 20px 35px 20px 0;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  line-height: 28px;
}
@media (max-width: 425px) {
  .header-search .stylish-input-group input[type=search],
  .header-search .header-search-form input[type=search],
  .header-search .custom-search-input input[type=text] {
    width: 70%;
  }
}
.header-search .stylish-input-group input::-webkit-input-placeholder,
.header-search .header-search-form input::-webkit-input-placeholder,
.header-search .custom-search-input input::-webkit-input-placeholder {
    color: #fff;
}
.header-search .stylish-input-group input:-ms-input-placeholder,
.header-search .header-search-form input:-ms-input-placeholder,
.header-search .custom-search-input input:-ms-input-placeholder {
    color: #fff;
}
.header-search .stylish-input-group input:-moz-placeholder,
.header-search .header-search-form input:-moz-placeholder,
.header-search .custom-search-input input:-moz-placeholder {
    color: #fff;
}
.header-search .header-search-form .search-btn,
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
  padding: 0;
  box-shadow: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0px;
  margin-left: -32px;
  background: transparent;
  line-height: 29px;
  z-index: 12;
  transition: all 300ms;
}
.header-search .header-search-form .search-btn i {
    line-height: 28px;
}
.header-search .header-search-form .search-btn:hover,
.header-search .stylish-input-group .btn:hover,
.header-search .custom-search-input .btn:hover {
  color: #ec1c24;
}
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
  position: absolute;
  left: 20%;
}
.header-search .stylish-input-group input:focus,
.header-search .stylish-input-group .search-btn:focus,
.header-search .stylish-input-group .btn:focus,
.header-search .custom-search-input input:focus,
.header-search .header-search-form .search-btn:focus,
.header-search .custom-search-input .btn:focus {
  box-shadow: none;
  outline: none;
}
.header-search.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  left: 15px;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 3px;
  border: none;
  opacity: 1;
  visibility: visible;
  padding: 3px 15px 5px;
  font-size: 48px;
  font-weight: 300;
  cursor: pointer;
  background: transparent;
  transition: all 300ms;
}
.header-search .close:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.header-search .close:hover {
  transform: scale(1.2);
  opacity: 1 !important;
}
/*------------------- 4.8 Inner Page Banner -------------------*/
.inner-page-banner {
  position: relative;
  padding: 110px 0 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1200px) {
	.admin-bar .inner-page-banner {
		margin-top: 32px;
	}
}
@media only screen and (max-width: 991px) {
  .inner-page-banner {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner {
    padding: 80px 0 !important;
  }
}
.inner-page-banner:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
  text-align: left;
  word-break: break-word;
}
.inner-page-banner .breadcrumbs-area h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 14px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrumbs-area h1 {
    font-size: 26px;
    line-height: 32px;
  }
}
.inner-page-banner .breadcrumbs-area ul li {
  display: inline-flex;
  color: #cacaca;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.inner-page-banner .breadcrumbs-area ul li:after {
  content: ">";
  padding: 0 1px 0 6px;
}
.inner-page-banner .breadcrumbs-area ul li a {
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #cccccc;
}
.inner-page-banner .breadcrumbs-area ul li:last-child:after {
  display: none;
}
.inner-page-banner .breadcrumbs-area .entry-breadcrumb {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 15px;
}
.inner-page-banner .breadcrumbs-area .entry-breadcrumb a {
  color: #ffffff;
}
.inner-page-banner .breadcrumbs-area .entry-breadcrumb a:hover {
  color: #ec1c24;
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrumbs-area .entry-breadcrumb {
    font-size: 14px;
    line-height: 18px;
  }
}

.admin-bar.header-style-2 .inner-page-banner {
  padding-top: 300px !important;
}
@media only screen and (max-width: 1199px) {
  .admin-bar.header-style-2 .inner-page-banner {
    padding-top: 300px !important;
  }
}
@media only screen and (max-width: 991px) {
  .admin-bar.header-style-2 .inner-page-banner {
    padding-top: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .admin-bar.header-style-2 .inner-page-banner {
    padding-top: 108px !important;
  }
}

.header-style-2 .inner-page-banner {
  padding-top: 300px !important;
}
@media only screen and (max-width: 1199px) {
  .header-style-2 .inner-page-banner {
    padding-top: 300px !important;
  }
}
@media only screen and (max-width: 991px) {
  .header-style-2 .inner-page-banner {
    padding-top: 140px !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-style-2 .inner-page-banner {
    padding-top: 108px !important;
  }
}

.header-style-2 .inner-page-banner {
  padding-top: 300px;
}

.inner-standard-banner {
  position: relative;
  padding: 315px 0 215px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 1199px) {
  .inner-standard-banner {
    padding: 250px 0 155px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-standard-banner {
    padding: 150px 0 120px;
  }
}
@media only screen and (max-width: 782px) {
  .inner-standard-banner {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .inner-standard-banner {
    padding: 100px 0;
  }
}
.inner-standard-banner:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.inner-standard-banner .banner-content {
  position: relative;
  z-index: 1;
}
.inner-standard-banner .banner-content h1 {
  font-size: 60px;
  line-height: 1;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 12px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .inner-standard-banner .banner-content h1 {
    font-size: 54px;
  }
}
@media only screen and (max-width: 991px) {
  .inner-standard-banner .banner-content h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .inner-standard-banner .banner-content h1 {
    font-size: 40px;
  }
}
.inner-standard-banner .banner-content p {
  color: #ffffff;
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .inner-standard-banner .banner-content p {
    width: 100%;
  }
}
/*------------------- 4.9 Pagination -------------------*/
.pagination {
  justify-content: center;
  margin-top: 50px;
}
.pagination ul {
  display: table;
  padding-left: 0;
  margin-bottom: 0px;
  display: flex;
}
.pagination ul li {
  display: flex;
  margin-right: 6px;
}
.pagination ul li a {
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #111111;
  font-size: 20px;
  font-weight: 600;
  background-color: #efefef;
  border: none;
  border-radius: 3px;
}
.pagination ul li a:hover {
  background-color: #ec1c24;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .pagination ul li a {
    font-size: 16px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}
.pagination ul li a i {
  line-height: 40px;
}
@media only screen and (max-width: 575px) {
  .pagination ul li a i {
    line-height: 28px;
  }
}
.pagination ul li a:last-child {
  margin-right: 0;
}
.pagination ul li:hover a, .pagination ul li.active a {
  color: #ffffff;
  background-color: #ec1c24;
}

.thumb-pagination {
  margin-top: 50px;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .thumb-pagination {
    margin-top: 65px;
  }
}
.thumb-pagination .post-nav {
  display: inline-block;
  margin: 0 8px;
}
.thumb-pagination .post-nav a {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
.thumb-pagination .post-nav a:hover {
	color: #ec1c24;
}
.thumb-pagination .prev-btn i {
  margin-right: 8px;
}
.thumb-pagination .next-btn i {
  margin-left: 8px;
}

.pagination-nav {
  text-align: center;
  margin-top: 20px;
}
.pagination-nav ul li {
  display: inline-block;
  margin-right: 28px;
  position: relative;
}
.pagination-nav ul li:last-child {
  margin-right: 0;
}
.pagination-nav ul li:last-child:after {
  display: none;
}
.pagination-nav ul li:after {
  content: "";
  height: 35px;
  width: 2px;
  background-color: #e7e7e7;
  position: absolute;
  top: 0;
  right: -18px;
}
.pagination-nav ul li a {
  font-size: 16px;
  color: #5a5a5a;
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .pagination-nav ul li a {
    font-size: 13px;
  }
}
.pagination-nav ul li a i:before {
  font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .pagination-nav ul li a i:before {
    font-size: 15px;
  }
}
.pagination-nav ul li a:hover {
  color: #000000;
}
.pagination-nav ul li a.active {
  color: #000000;
}
.pagination-nav ul .nav-prev a i {
  margin-right: 10px;
}
.pagination-nav ul .nav-next a i {
  margin-left: 10px;
}

.pagination-nav-area {
  margin-bottom: 30px;
}

.fmwave-page-links {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.comment-pagination {
  width: 100%;
  display: inline-block;
}
.comment-pagination ul li {
  width: 50%;
}
.comment-pagination ul li.older-comments {
  float: left;
}
.comment-pagination ul li.newer-comments {
  float: right;
  text-align: right;
}

/*------------------- 4.10 Preloader -------------------*/
#preloader {
  background: #0C0C0D no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
#preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#preloader #my-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1000;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #preloader #my-svg {
    transform: translateX(-50%) translateY(-50%) scale(0.5);
  }
}

/*------------------- 4.11 Section -------------------*/
.section-defauly-style.left .section-subtitle {
  margin-right: auto;
}

.section-defauly-style.center .section-subtitle {
  margin: 0 auto;
}

.section-defauly-style.right .section-subtitle {
  margin-left: auto;
}
.section-heading-1 {
  text-align: center;
  margin-left: 40px;
  position: relative;
}
.section-heading-1 .heading-wrap {
  display: inline-block;
  position: relative;
}
.section-heading-1 .heading-wrap .heading-title {
  font-weight: 700;
  margin-bottom: 0;
}
.section-heading-md {
  text-align: left;
  margin-left: 40px;
  margin-bottom: 12px;
}
.section-heading-md .heading-wrap .heading-title {
  font-size: 24px;
}

.standard-heading {
  text-align: center;
  margin-bottom: 50px;
}
.standard-heading .heading-title {
  font-weight: 300;
  color: #ffffff;
}
.standard-heading p {
  color: #ffffff;
  width: 60%;
  margin: 0 auto;
}

.section-heading-1.heading-light .heading-wrap .heading-title {
  color: #ffffff;
}
.section-heading-1.heading-light .heading-wrap .singnal-symbol .item-circle {
  border-color: #ffffff;
}

.standard-heading {
  text-align: center;
  margin-bottom: 50px;
}
.standard-heading .heading-title {
  font-weight: 300;
  color: #ffffff;
}
.standard-heading p {
  color: #cccccc;
  width: 60%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .standard-heading p {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .standard-heading p {
    width: 100%;
  }
}

.modern-heading {
  text-align: center;
  padding-bottom: 26px;
  position: relative;
}
.modern-heading:after {
  content: "";
  height: 7px;
  width: 50px;
  background-color: #ec1c24;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.modern-heading .heading-title {
  font-weight: 700;
  margin-bottom: 14px;
}
.modern-heading p {
  color: #525151;
  margin: 0 auto;
}

.singnal-symbol {
  display: block;
  position: absolute;
  top: -80px;
  left: -50px;
  width: 30px;
  height: 30px;
  margin-top: -37.5px;
  transform: rotate(-95deg) translate(-100px);
}
.singnal-symbol .item-circle {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-color: #ec1c24;
  border-style: solid;
  border-width: 1em 1em 0 0;
  border-radius: 0 100% 0 0;
  opacity: 0;
  animation: signalanimation 2s infinite;
}
.singnal-symbol .item-circle.circle-1 {
  animation-delay: 800ms;
}
.singnal-symbol .item-circle.circle-2 {
  width: 6.5em;
  height: 6.5em;
  animation-delay: 400ms;
}
.singnal-symbol .item-circle.circle-3 {
  width: 3em;
  height: 3em;
  animation-delay: 0ms;
}

@keyframes signalanimation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
  }
}
/*------------------- 4.12 Widget -------------------*/
@media only screen and (max-width: 991px) {
  .sidebar-break-md {
    margin-top: 50px;
  }
}
.sidebar-widget-area .widget {
  margin-bottom: 40px;
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 26px 40px 40px;
}
@media only screen and (max-width: 1199px) {
  .sidebar-widget-area .widget {
    padding: 26px 25px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar-widget-area .widget {
    padding: 26px 40px 40px;
  }
}
@media only screen and (max-width: 479px) {
  .sidebar-widget-area .widget {
    padding: 26px 25px 40px;
  }
}
.sidebar-widget-area .widget:last-child {
  margin-bottom: 0 !important;
}
.sidebar-widget-area .widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.widget-border-box {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  padding: 26px 30px 40px;
}
@media only screen and (max-width: 479px) {
  .widget-border-box {
    padding: 26px 15px 40px;
  }
}
.widget-border-box .widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .widget-next-show {
    padding: 26px 15px 40px;
  }
}
.widget-next-show .media {
  align-items: center;
}
.widget-next-show .media .item-img {
  margin-right: 20px;
}
.widget-next-show .media .item-img a {
  overflow: hidden;
  border-radius: 3px;
}
.widget-next-show .media .item-img img {
  border-radius: 3px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.widget-next-show .media .media-body .show-time {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}
.widget-next-show .media .media-body .show-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 25px;
}
.widget-next-show .media .media-body .show-title a {
  color: #000000;
}
.widget-next-show .media .media-body .show-title a:hover {
  color: #ec1c24;
}
.widget-next-show .media .media-body .host-name {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ec1c24;
}
.widget-next-show .media:hover .item-img img {
  transform: scale(1.1);
}

@media only screen and (max-width: 991px) {
  .widget-ad {
    text-align: center;
  }
}
.widget-ad a {
  border-radius: 3px;
}
.widget-ad a img {
  border-radius: 3px;
}

/*widget post*/
.widget_fmwave_posts .media {
  margin-bottom: 20px;
}
.widget_fmwave_posts .media:last-child {
  margin-bottom: 0;
}
.widget_fmwave_posts .media .item-img {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 20px;
  width: 100px;
  line-height: 0;
}
.widget_fmwave_posts .media .item-img:before, 
.widget_fmwave_posts .media .item-img:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.7s ease-in-out;
}
.widget_fmwave_posts .media .item-img:before {
    top: 0;
    left: 0;
}
.widget_fmwave_posts .media .item-img:after {
    bottom: 0;
    right: 0;
}
.widget_fmwave_posts .media:hover .item-img:before, 
.widget_fmwave_posts .media:hover .item-img:after {
    width: 100%;
}
.widget_fmwave_posts .media .item-img a {
  overflow: hidden;
  border-radius: 3px;
}
.widget_fmwave_posts .media .item-img img {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.widget_fmwave_posts .media .media-body .news-time {
  font-size: 14px;
  color: #8f8c8c;
}
.widget_fmwave_posts .media .media-body .news-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 22px;
}
.widget_fmwave_posts .media .media-body .news-title a {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.widget_fmwave_posts .media .media-body .news-title a:hover {
  color: #ec1c24;
}
.widget_fmwave_posts .media .media-body .post-content p {
  margin-bottom: 0;
}
.widget_fmwave_posts .media:hover .item-img img {
  transform: scale(1.1);
}

/*widget image*/
.sidebar-widget-area .widget.widget_media_image {
  padding: 0;
}
.sidebar-widget-area .widget.widget_media_image img {
  border-radius: 3px;
}

.sidebar-widget-area .widget_search {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.sidebar-widget-area .widget_search .widget-search-box {
  padding: 0px;
  background: transparent;
}
.search-form .widget-search-box .stylish-input-group {
  background: transparent;
  height: 70px;
}
.search-form .widget-search-box .stylish-input-group .form-control {
  height: 70px;
  padding: 10px 30px 10px;
  border: 1px solid #eaebeb;
  border-right: none;
  box-shadow: none;
  border-radius: 3px 0 0 3px;
  background: transparent;
  color: #111111;
  font-size: 16px;
}
.search-form .widget-search-box .stylish-input-group .input-group-addon {
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent !important;
}
.search-form .widget-search-box .stylish-input-group .input-group-addon button {
  height: 100%;
  padding: 5px 30px;
  cursor: pointer;
  background: #ec1c24;
  border: 0;
  border-radius: 0 3px 3px 0;
  transition: all 0.3s ease-in-out;
}
.search-form .widget-search-box .stylish-input-group .input-group-addon button span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.search-form .widget-search-box .stylish-input-group .input-group-addon button:focus {
  outline: none;
}
.search-form .widget-search-box .stylish-input-group .input-group-addon button:hover {
  background: #c51a21;
}
.search-form .widget-search-box .stylish-input-group input.form-control::-webkit-input-placeholder,
.search-form .widget-search-box .stylish-input-group textarea.form-control::-webkit-input-placeholder {
  color: #afafaf;
}

/*Search no results*/
.no-results .widget-search-box .stylish-input-group .form-control {
    height: 70px;
    padding: 10px 30px 10px;
    border: 1px solid #eaebeb;
    border-right: none;
    box-shadow: none;
    border-radius: 3px 0 0 3px;
    background: transparent;
    color: #111111;
    font-size: 16px;
}
.no-results .widget-search-box .stylish-input-group .input-group-addon button {
    height: 100%;
    padding: 5px 30px;
    cursor: pointer;
    background: #ec1c24;
    border: 0;
    border-radius: 0 3px 3px 0;
    transition: all 0.3s ease-in-out;
}
.no-results .widget-search-box .stylish-input-group .input-group-addon button span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}
.no-results .widget-search-box .stylish-input-group .input-group-addon button:hover {
    background: #c51a21;
}
.no-results .widget-search-box .stylish-input-group .form-control::-webkit-input-placeholder {
  color: #afafaf;
}
.widget-search.border-search .stylish-input-group {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}
.widget-search.border-search .stylish-input-group .form-control {
  border: none;
}
.widget-search.border-search .stylish-input-group .input-group-addon button {
  background: transparent;
}
.widget-search.border-search .stylish-input-group .input-group-addon button span {
  color: #e5e5e5;
}
.widget-search.border-search .stylish-input-group .input-group-addon button:hover span {
  color: #ec1c24;
}
.widget ul li a {
  color: #676767;
}
.widget ul li a:hover {
  color: #000000;
}

.widget-tag .tag-list li {
  display: inline-block;
}
.widget-tag .tag-list li a {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}
.widget-tag .tag-list li a:hover {
  color: #ec1c24;
}

.widget-social {
  padding-bottom: 32px;
}
.widget-social .social-list li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
}
.widget-social .social-list li:last-child {
  margin-right: 0;
}
.widget-social .social-list li a {
  text-align: center;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #eeeeee;
  font-size: 18px;
  color: #9b9b9b;
}
.widget-social .social-list li a:hover {
  background-color: #6495e6;
  color: #ffffff;
}

.widget-contact-form {
  background-color: #ec1c24;
  border-radius: 3px;
  padding: 70px 45px;
}
@media only screen and (max-width: 767px) {
  .widget-contact-form {
    padding: 50px 30px;
  }
}
.widget-contact-form .item-title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 15px;
}
.widget-contact-form .form-group {
  margin-bottom: 10px;
}
.widget-contact-form .form-group .form-control {
  padding-left: 0;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fa767b;
}
.widget-contact-form .form-group .submit-btn {
  margin-top: 20px;
  background-color: #ffffff;
  color: #000000;
  font-weight: 700;
  padding: 6px 30px;
}
.widget-contact-form .form-group .submit-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.widget-contact-form .form-group input.form-control::-webkit-input-placeholder,
.widget-contact-form .form-group textarea.form-control::-webkit-input-placeholder {
  color: #fcc4c6;
}

/*------------------- 5.8 Error Page -------------------*/
.error-page {
  background-color: #fff9ee;
  text-align: center;
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .error-page {
    padding: 80px 0;
  }
}
.error-page .error-logo {
  margin-bottom: 35px;
}
.error-page .item-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 30px;
}
.error-page .item-title span {
  display: block;
}
.error-page .item-btn {
  display: inline-block;
  font-weight: 700;
  color: #ffffff;
  background-color: #ec1c24;
  border-radius: 3px;
  padding: 10px 25px;
  position: relative;
  z-index: 1;
}
.error-page .item-btn:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #000000;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.error-page .item-btn:hover:after {
   left: 0;
   width: 100%;
}
.site-content nav.comment-navigation {
  padding-top: 0;
}

.site-content nav.comment-navigation ul {
  margin-top: 0;
  margin-bottom: 40px;
}

.site-content nav.comment-navigation ul li {
  margin-right: 0;
}

.site-content nav.comment-navigation ul li a {
  height: inherit;
  width: inherit;
  padding: 12px 25px;
  line-height: 30px;
}

figure.wp-caption.alignnone {
  margin: 15px auto 15px;
}

.wp-block-file .wp-block-file__button {
  background: #32373c;
  padding: 10px 20px;
  line-height: 1;
}

.has-media-on-the-right.is-stacked-on-mobile {
  margin-bottom: 20px;
}

:root .wp-block-cover.has-pale-pink-background-color {
  background-color: #000;
}

.wp-caption .wp-caption-text {
  color: #555d66;
  font-size: 13px;
  line-height: 1.4;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  color: #555d66;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  line-height: 1.4;
}

.wp-block-group.has-background {
  margin-bottom: 15px;
}

/*------------------- 4.14 WP Default Style  -------------------*/
/* == Normalize == */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp,
tt,
var {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

select:focus {
  outline: none;
}

/* == Typography == */
dfn,
cite,
em {
  font-style: italic;
}

cite {
  font-weight: 600;
}

blockquote {
  margin: 20px 1.5em;
  border-color: #111111;
}

address {
  margin: 0 0 1.5em;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/* == Elements == */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  
  box-sizing: inherit;
}

body {
  background: #fff;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
  width: 100%;
}

table th,
table td {
  border: 1px solid #dedede;
  padding: 5px;
  text-align: center;
}

/* == Forms == */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background-color: #111111;
  border: medium none;
  color: #fff;
  padding: 2px 15px;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  background-color: #000;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
}

select {
  border: 1px solid #ccc;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

form.post-password-form label > input {
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  padding: 10px 8px;
}

form.post-password-form input {
  padding: 11px 15px;
  font-weight: 600;
}

/* == Links == */
a:link,
a:visited {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
}

/* == Accessibility == */
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* == Alignments == */
.alignleft {
  float: left;
  margin-top: 15px;
  margin-right: 30px;
  margin-bottom: 15px;
}

.alignright {
  float: right;
  margin-top: 15px;
  margin-left: 30px;
  margin-bottom: 15px;
}

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

.wp-block-button.aligncenter {
  text-align: center;
}

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

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

/* == Posts and pages == */
.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

span.post-page-numbers.current {
  display: -webkit-inline-box;
  margin: 0;
  padding: 0;
  float: left;
}

a.post-page-numbers,
span.title-string {
  float: left;
  display: inline-block;
}

span.page-links-title {
  margin-right: 10px;
}
.fmwave-page-links,
.page-links {
  clear: both;
  display: flex;
  margin: 0 0 1.5em;
  align-items: center;
}
.fmwave-page-links,
.page-links {
  font-weight: 400;
  color: #666666;
  padding-top: 12px;
}
.fmwave-page-links span.post-page-numbers,
.fmwave-page-links a.post-page-numbers,
.page-links .page-number {
	display: inline-block;
	margin-left: 5px;
	text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #111111;
    font-size: 20px;
    font-weight: 600;
    background-color: #efefef;
    border: none;
    border-radius: 3px;
}
.fmwave-page-links span.post-page-numbers.current,
.page-links span.current .page-number,
.fmwave-page-links a.post-page-numbers:hover,
.page-links a.post-page-numbers:hover .page-number {
  color: #ffffff;
  background-color: #ec1c24;
}
.page-links a .page-number {
  transition: all 0.3s ease-out;
}
/* == Comments == */
.comment-content a {
  word-wrap: break-word;
}

ul.comment-list {
  list-style: none;
  padding-left: 0;
}
.blog-comment-form .blog-comment .each-comment ul > li {
  list-style: disc !important;
}

.blog-comment-form .blog-comment .each-comment ul > li > ul > li {
  list-style: circle !important;
}

.blog-comment-form .blog-comment .each-comment ul > li > ul > li > ul > li {
  list-style-type: square !important;
}

.blog-comment-form .blog-comment .each-comment ul > li > ul > li > ul,
.blog-comment-form .blog-comment .each-comment ul > li > ul,
.blog-comment-form .blog-comment .each-comment ul {
  padding-left: 30px !important;
}

.bypostauthor {
  display: block;
}

.each-comment {
  position: relative;
  margin-bottom: 30px;
}
.each-comment .imgholder {
  float: left;
  margin-top: 0.3125rem;
  margin-right: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .each-comment .imgholder {
    float: unset;
    margin-bottom: 10px;
  }
}
.each-comment .imgholder img {
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .each-comment .imgholder {
    width: 70px;
    margin-right: 0.8rem;
  }
}
.each-comment .media-body {
  display: flow-root;
  position: relative;
}
.each-comment .media-body .item-title {
  color: #343434;
  margin-bottom: 0;
}
.each-comment .media-body .comment-date {
  color: #000;
  font-style: italic;
  font-size: 15px;
  margin-bottom: 8px;
}
.each-comment .media-body h3.comment-meta {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 17px;
  text-transform: capitalize;
}
.each-comment .media-body h3.comment-meta a {
  color: #000000;
}
.each-comment .media-body .comment-reply {
  position: absolute;
  left: 0;
  bottom: 0;
}
.each-comment .media-body .comment-reply-link {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 1;
  padding: 6px 12px 7px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.each-comment .media-body .comment-reply-link:hover {
	background: #ec1c24;
	border: 1px solid transparent;
	color: #fff;
}
.each-comment .media-body .comment-reply-link i {
  font-size: 0.625rem;
  margin-left: 0.625rem;
}
.each-comment .media-body .comment-text {
  margin-bottom: 40px;
}

.main-comments ul.children {
  padding-left: 50px;
  list-style: none;
}
@media (max-width: 767px) {
  .main-comments ul.children {
    padding-left: 25px;
  }
}
.comment-respond {
  margin-top: 20px;
}
.comment-respond .comment-reply-title {
  margin-bottom: 0;
}
.comment-form .logged-in-as {
  margin-bottom: 27px;
}
ul.comment-list li .comment-respond {
  margin-bottom: 40px;
}

.comment-reply-title small a {
  font-size: 16px;
  margin-left: 15px;
}

.trackback h3 a,
.pingback h3 a {
  font-size: 20px;
}

@media only screen and (max-width: 575px) {
  .comment-form-email {
    margin-top: 25px;
  }
}
/* == Infinite scroll == */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/* == Media == */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  height: 500px;
}
@media only screen and (max-width: 991px) {
  embed,
iframe,
object {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  embed,
iframe,
object {
    height: 300px;
  }
}
@media only screen and (max-width: 480px) {
  embed,
iframe,
object {
    height: 200px;
  }
}

/* == Captions == */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

caption {
  caption-side: top;
}

/* == Galleries == */
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  word-break: break-word;
}

/* == Posts and pages == */

.byline,
.updated:not(.published) {
  display: none;
}

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

/* == Bootstrap Sameheight == */
@media (min-width: 1200px) {
  .auto-clear > .col-lg-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear > .col-lg-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear > .col-lg-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear > .col-lg-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear > .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear > .col-md-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear > .col-md-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear > .col-md-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear > .col-md-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear > .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear > .col-sm-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear > .col-sm-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear > .col-sm-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear > .col-sm-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear > .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear > .col-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear > .col-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear > .col-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear > .col-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear > .col-6:nth-child(odd) {
    clear: left;
  }
}
/* == Miscellaneous == */
@media (min-width: 768px) and (max-width: 991px) {
  .ipad-fix {
    width: 100%;
  }

  .ipad-fix-pad {
    width: 100%;
    padding-bottom: 30px;
  }

  .ipad-width-50,
.width-50 {
    width: 50%;
  }

  .center-background {
    background: none;
  }
}
@media (max-width: 767px) {
  .ipad-fix-pad {
    width: 100%;
    padding-bottom: 30px;
  }
}
.padding-right-fix {
  padding-right: 50px;
}

@media (max-width: 767px) {
  .padding-right-fix {
    padding-right: 0px;
  }
}
/* == Column == */
.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

a {
  color: #666666;
}

.widget_recent_entries ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.widget_recent_entries ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_recent_comments ul li {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
}
.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_nav_menu ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_meta ul li a,
.widget_recent_comments ul li a {
  color: #676767;
  position: relative;
  padding-left: 30px;
  transition: all 0.3s ease-in-out;
}
.widget_recent_comments ul li span a {
	padding-left: 30px !important;
}
.widget_recent_entries ul li a:before,
.widget_categories ul li a:before,
.widget_archive ul li a:before,
.widget_pages ul li a:before,
.widget_meta ul li a:before,
.widget_nav_menu ul li a:before,
.widget_recent_comments ul li a:before {
  content: "";
  height: 2px;
  width: 15px;
  background-color: #ec1c24;
  position: absolute;
  top: 8px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_pages ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_recent_comments ul li a:hover {
  color: #000000;
  margin-left: 7px;
}
.widget_recent_comments ul li > a:hover {
	margin-left: 0;
}
.widget_recent_entries ul li ul.children,
.widget_recent_entries ul li ul.sub-menu,
.widget_categories ul li ul.children,
.widget_categories ul li ul.sub-menu,
.widget_nav_menu ul li ul.children,
.widget_nav_menu ul li ul.sub-menu,
.widget_archive ul li ul.children,
.widget_archive ul li ul.sub-menu,
.widget_pages ul li ul.children,
.widget_pages ul li ul.sub-menu,
.widget_meta ul li ul.children,
.widget_meta ul li ul.sub-menu,
.widget_recent_comments ul li ul.children,
.widget_recent_comments ul li ul.sub-menu {
  margin-top: 6px;
}
.widget_recent_comments .recentcomments > a {
	padding-left: 0;
}
.widget_recent_comments .recentcomments > a:before {
	display: none;
}

footer .widget_nav_menu {
  font-family: "Poppins", sans-serif;
}

footer .widget_recent_entries ul,
footer .widget_categories ul,
footer .widget_archive ul,
footer .widget_pages ul,
footer .widget_meta ul {
  list-style: none;
  margin-bottom: 0;
  color: #c0c0c0;
}
footer .widget_recent_comments ul li a,
footer .widget_recent_entries ul li a,
footer .widget_categories ul li a,
footer .widget_archive ul li a,
footer .widget_pages ul li a,
footer .widget_meta ul li a {
  color: #c0c0c0;
}
footer .widget_recent_entries ul li a:before,
footer .widget_categories ul li a:before,
footer .widget_archive ul li a:before,
footer .widget_pages ul li a:before,
footer .widget_meta ul li a:before,
footer .widget_nav_menu ul li a:before,
footer .widget_recent_comments ul li a:before {
	background-color: #c0c0c0;
	width: 10px;
}
footer .widget_recent_entries ul li a:hover,
footer .widget_categories ul li a:hover,
footer .widget_archive ul li a:hover,
footer .widget_pages ul li a:hover,
footer .widget_meta ul li a:hover {
  color: #ec1c24;
}
footer .widgets,
footer .wp-calendar-table {
	color: #c0c0c0;
}
footer .widget_tag_cloud .tagcloud a {
	color: #c0c0c0;
}
footer .widget_rss .widget-title .rsswidget {
	color: #fff;
}
footer .widget_rss ul li a {
	color: #c0c0c0;
	font-weight: 600;
}
footer .widget_search .btn {
	background-color: #ffffff;
  border-radius: 0 3px 3px 0;
}
.footer-middle .footer-box .widget_nav_menu ul.menu li {
  padding-left: 0;
  margin-bottom: 6px;
}
.footer-middle .footer-box .widget_nav_menu ul.menu li:before {
  content: none;
}
.footer-middle .footer-box .widget_nav_menu ul.menu li:last-child {
  margin-bottom: 0;
}
.footer-middle .footer-box .widget_nav_menu ul.menu li a:hover {
  color: #ec1c24;
}
footer .widget_recent_comments ul li:hover a {
  color: #ec1c24;
}
.widget_categories label.screen-reader-text,
.widget_archive label.screen-reader-text,
.widget_text label.screen-reader-text {
  display: none;
}
.widget_categories select,
.widget_archive select,
.widget_text select {
  width: 100%;
  padding: 10px 10px;
  border: 1px solid #eaebeb;
  border-radius: 3px;
  color: #444;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; 
  background-size: 12px;
  background-image: url(../img/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 95%;
}
.wp-block-categories select,
.wp-block-archives select {
  padding: 15px 10px;
  margin-bottom: 30px;
}
.widget_rss ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget_rss ul li {
  margin-top: 16px;
}
.widget_rss ul li a {
  color: #000000;
}
.widget_rss ul li a:hover {
  color: #ec1c24;
}
footer .widget_rss ul li a:hover {
  color: #ffffff;
}
.widget_tag_cloud .tagcloud a {
  color: #000000;
  font-size: 16px !important;
  font-weight: 500;
  margin-right: 12px;
  text-transform: capitalize;
}
.widget_tag_cloud .tagcloud a:hover {
  color: #ec1c24;
}
footer .widget_tag_cloud .tagcloud a:hover {
  color: #ffffff;
}

ul.children,
ul.sub-menu {
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  ul.children,
ul.sub-menu {
    padding-left: 15px;
  }
}

p.comment-form-cookies-consent {
  margin-top: 15px;
  margin-bottom: 5px;
  display: flex;
}
p.comment-form-cookies-consent input[type=checkbox],
p.comment-form-cookies-consent input[type=radio] {
  box-sizing: border-box;
  margin-right: 10px;
  margin-top: 7px;
}

/*--- Table ---*/
caption {
  color: #5a5a5a;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table th,
table td {
  border: 1px solid #dedede;
  padding: 5px;
  text-align: center;
}
footer span.wp-calendar-nav-prev a {
  color: #c0c0c0;
}
footer span.wp-calendar-nav-prev a:hover {
  color: #ffffff;
}
.wp-block-calendar span.wp-calendar-nav-prev a:hover {
  color: #000000;
}
.wp-block-calendar {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.wp-calendar-table caption {
  background-color: #000000;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 7px 10px;
  text-align: center;
  border-radius: 3px;
}
.wp-calendar-table th {
  padding: 0;
  line-height: 36px;
}
.wp-calendar-table td {
  padding: 0;
  line-height: 36px;
}
.wp-calendar-table td a {
  width: 100%;
  height: auto;
  font-weight: 900;
  color: #ec1c24;
  display: inline-block;
}
.wp-calendar-table td#today {
  color: #ffffff;
  background-color: #ec1c24;
}
.wp-calendar-table td#today a {
  color: #ffffff;
}

span.wp-calendar-nav-next {
  float: right;
}

/* == Search Form == */
.search-input-group {
  position: relative;
}
.search-input-group input.search-query {
  width: 100%;
  height: 50px;
  padding: 15px;
  display: inline-block;
  padding-right: 50px;
}
.search-input-group input.search-query:focus {
  outline: none;
}
.search-input-group button.btn.search-button {
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  position: absolute;
  line-height: 40px;
}
.search-input-group button.btn.search-button:hover {
  color: #ffffff;
}
.search-input-group button.btn.search-button:focus {
  outline: none;
  box-shadow: none;
}

.wp-block-search {
  position: relative;
  margin-bottom: 10px;
}
.wp-block-search .wp-block-search__input {
  padding: 5px;
  display: inline-block;
  border: 1px solid #ccc;
}
.wp-block-search .wp-block-search__input:focus {
  outline: none;
}
.wp-block-search button.wp-block-search__button {
  color: #212529;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: transparent;
}
.wp-block-search button.wp-block-search__button:focus {
  outline: none;
}

/*=======================================================================
5. Template Page Style
=========================================================================*/
.about-img {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .about-img {
    text-align: center;
  }
}
.about-img img {
  border-radius: 3px;
}
.about-img .video-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.about-img .video-icon .play-btn {
  position: relative;
  text-align: center;
  height: 92px;
  width: 92px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-size: 22px;
  color: #ec1c24;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .about-img .video-icon .play-btn {
    height: 80px;
    width: 80px;
    font-size: 20px;
  }
}
.about-img .video-icon .play-btn:before {
  content: "";
  height: 72px;
  width: 72px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .about-img .video-icon .play-btn:before {
    height: 60px;
    width: 60px;
  }
}
.about-img .video-icon .play-btn i {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translateY(-50%) translateX(-50%);
}

/*------------------- 5.2 Banner -------------------*/
.video-banner-section:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.video-banner-section .media {
  padding-left: 45px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .video-banner-section .media {
    padding-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .video-banner-section .media {
    justify-content: center;
  }
}
.video-banner-section .media .icon-wrap {
  text-align: center;
}
.video-banner-section .media .icon-wrap:before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  z-index: -2;
}
.video-banner-section .media .icon-wrap:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -2;
}
.video-banner-section .media .icon-wrap .play-btn {
  position: relative;
  text-align: center;
  height: 210px;
  width: 210px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .video-banner-section .media .icon-wrap .play-btn {
    height: 180px;
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .video-banner-section .media .icon-wrap .play-btn {
    height: 150px;
    width: 150px;
  }
}
.video-banner-section .media .icon-wrap .play-btn:before {
  content: "";
  height: 80px;
  width: 80px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  animation: pulse 1500ms infinite;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .video-banner-section .media .icon-wrap .play-btn:before {
    height: 60px;
    width: 60px;
  }
}
.video-banner-section .media .icon-wrap .play-btn i {
  margin-left: 6px;
  margin-bottom: 1px;
}
.video-banner-section .media .media-body {
  margin-left: 40px;
}
.video-banner-section .media .media-body .item-subtitle {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.video-banner-section .media .media-body .item-title {
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .video-banner-section .media .media-body .item-title {
    line-height: 1.4;
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .video-banner-section .media .media-body .item-title {
    font-size: 30px;
  }
}

/*CTA*/
.banner-section {
  position: relative;
  z-index: 2;
}
.banner-section .item-subtitle {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 2px;
}
.banner-section .item-title {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
}
.banner-section .item-btn {
	background-color: #ec1c24;
    color: #ffffff;
    font-size: 15px;
	font-weight: 500;
    display: inline-block;
    align-items: center;
    padding: 10px 34px;
    border-radius: 30px;
    position: relative;
	overflow: hidden;
    z-index: 2;
}
.banner-section .item-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #bd2127;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.banner-section .item-btn:hover:after {
    left: 0;
    width: 100%;
}
/*New banner - home 2*/
/*------------------- 5.3 Banner -------------------*/
.hero-banner-space {
  padding: 323px 0 160px;
}
@media only screen and (max-width: 1199px) {
  .hero-banner-space {
    padding: 323px 0 160px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-banner-space {
    padding: 100px 0 250px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-banner-space {
    padding: 80px 0 250px;
  }
}

.hero-content .item-title {
  font-size: 100px;
  font-weight: 700;
  line-height: 1.1;
  background: linear-gradient(to top, #ff630e 0%, #ff000a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  transition: all 0.5s ease-in-out;
  animation: stripes 10000ms linear infinite;
}
.hero-content .item-title span {
  font-size: 70px;
  font-weight: 600;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .hero-content .item-title span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-content .item-title span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .item-title span {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content .item-title span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-content .item-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-content .item-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content .item-title {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content .item-title {
    font-size: 50px;
  }
}
.hero-content .item-btn {
  font-weight: 500;
  color: #ffffff;
  background-color: #ec1c24;
  padding: 11px 24px 9px;
  border-radius: 4px;
  animation: fadeInUp 1500ms ease-in-out;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.hero-content .item-btn:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #bd2127;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.hero-content .item-btn:hover:after {
  width: 100%;
  left: 0;
}

.rt-audio-player-wrap {
  background-color: #ec1c24;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .rt-audio-player-wrap {
    padding: 10px 0;
  }
}
.rt-audio-player-wrap .player-box {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .rt-audio-player-wrap .player-box {
    display: block;
  }
}
.rt-audio-player-wrap .player-box .song-name {
  margin-right: 130px;
}
@media only screen and (max-width: 991px) {
  .rt-audio-player-wrap .player-box .song-name {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .rt-audio-player-wrap .player-box .song-name {
    text-align: center;
    margin-right: 0px;
  }
}
.rt-audio-player-wrap .player-box .song-name .item-title {
  color: #ffffff;
  font-weight: 500;
  line-height: 30px;
}
.rt-audio-player-wrap .player-box .song-name .item-title span {
  font-size: 15px;
  display: block;
}
.rt-audio-player-wrap .player-box .audio-player {
  flex: 1;
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .rt-audio-player-wrap .player-box .audio-player {
    width: auto;
    min-width: 100%;
    padding: 0;
  }
}
.rt-audio-player-wrap .player-box .audio-player .play-pause-btn {
  margin-right: 12px;
}
@media only screen and (max-width: 575px) {
  .rt-audio-player-wrap .player-box .audio-player .play-pause-btn {
    margin-right: 0;
  }
}
.rt-audio-player-wrap .player-box .audio-player .play-pause-btn .play-pause-btn__icon {
  fill: #ffffff;
}
.rt-audio-player-wrap .player-box .audio-player .play-pause-btn svg {
  height: 18px;
  width: 18px;
}
.rt-audio-player-wrap .player-box .audio-player .controls .controls__current-time {
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .rt-audio-player-wrap .player-box .audio-player .controls .controls__current-time {
    margin-right: 0;
    font-size: 16px;
  }
}
.rt-audio-player-wrap .player-box .audio-player .controls .controls__slider {
  background-color: rgba(255, 255, 255, 0.35);
  height: 3px;
}
.rt-audio-player-wrap .player-box .audio-player .controls .controls__slider .gap-progress {
  background-color: #ec1c24;
}
.rt-audio-player-wrap .player-box .audio-player .controls .controls__slider .gap-progress .pin {
  background-color: #ffffff;
}
.rt-audio-player-wrap .player-box .audio-player .controls .controls__total-time {
  margin-right: 15px;
  margin-left: 22px;
  font-size: 20px;
  color: #ffffff;
}
.rt-audio-player-wrap .player-box .mejs-controls a.mejs-horizontal-volume-slider {
	display: none !important;
}
.rt-audio-player-wrap .player-box .mejs-controls .mejs-time {
	font-size: 18px;
}
@media only screen and (max-width: 575px) {
  .rt-audio-player-wrap .player-box .audio-player .controls .controls__total-time {
    margin: 0;
    font-size: 16px;
  }
}
.rt-audio-player-wrap .player-box .audio-player .volume svg {
  height: 18px;
  width: 18px;
}
.rt-audio-player-wrap .player-box .audio-player .volume .volume__speaker {
  fill: #c0c0c0;
}
.rt-audio-player-wrap .player-box .audio-player .volume .volume__progress {
  background-color: #ec1c24;
}
.rt-audio-player-wrap .player-box .audio-player .volume .volume__progress .pin {
  background-color: #ffffff;
}
.rt-audio-player-wrap .mejs-container {
  width: 100% !important;
}
.rt-audio-player-wrap .mejs-container,
.rt-audio-player-wrap .mejs-controls,
.rt-audio-player-wrap .mejs-embed,
.rt-audio-player-wrap .mejs-embed body,
.rt-audio-player-wrap .mejs-container {
  background: transparent !important;
}
.rt-audio-player-wrap .mejs-time-buffering,
.rt-audio-player-wrap .mejs-time-current,
.rt-audio-player-wrap .mejs-time-float,
.rt-audio-player-wrap .mejs-time-float-corner,
.rt-audio-player-wrap .mejs-time-float-current,
.rt-audio-player-wrap .mejs-time-hovered,
.rt-audio-player-wrap .mejs-time-loaded,
.rt-audio-player-wrap .mejs-time-marker,
.rt-audio-player-wrap .mejs-time-total,
.rt-audio-player-wrap .mejs-horizontal-volume-total,
.rt-audio-player-wrap .mejs-time-handle-content {
  height: 3px;
}
.rt-audio-player-wrap .mejs-time-rail {
  padding-top: 10px;
}
.rt-audio-player-wrap .mejs-horizontal-volume-total {
  margin: 4px 0 0 0;
}
.rt-audio-player-wrap .mejs-button > button {
  margin: 8px 6px;
}
.rt-audio-player-wrap .mejs-time {
  padding: 12px 6px 0;
}
/*-- Banner 3 --*/
.hero-content-2 {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .hero-content-2 {
    text-align: center;
  }
}
@media only screen and (max-width: 479px) {
  .hero-content-2 {
    text-align: center;
  }
}
.hero-content-2 .sub-title {
  font-size: 42px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  display: block;
  margin-bottom: 7px;
  animation: fadeInDown 1500ms ease-in-out;
}
@media only screen and (max-width: 991px) {
  .hero-content-2 .sub-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .sub-title {
    font-size: 32px;
  }
}
.hero-content-2 .item-title {
  font-size: 62px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  animation: fadeInDown 1000ms ease-in-out;
}
@media only screen and (max-width: 991px) {
  .hero-content-2 .item-title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-content-2 .item-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-content-2 .item-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-content-2 .item-title {
    font-size: 40px;
  }
}
.hero-content-2 .rtr-content {
	animation: fadeInUp 1000ms ease-in-out;
}
.hero-content-2 p {
  margin: 0 0 50px auto;
}
.hero-content-2 .item-btn {
  font-weight: 500;
  color: #ffffff;
  background-color: #ec1c24;
  padding: 11px 24px 9px;
  border-radius: 30px;
  animation: fadeInUp 1500ms ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: inline-block;
}
.hero-content-2 .item-btn:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #bd2127;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.hero-content-2 .item-btn:hover {
  color: #ffffff;
}
.hero-content-2 .item-btn:hover:after {
  width: 100%;
  left: 0;
}

.hero-modern-banner {
  margin-top: -122px;
}
.hero-modern-banner .hero-area-wrap {
  padding: 320px 150px 360px 0;
  position: relative;
  background-image: url("../../media/banner/slide-banner2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .hero-modern-banner .hero-area-wrap {
    padding: 300px 50px 300px 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero-modern-banner .hero-area-wrap {
    padding: 300px 15px 300px 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-modern-banner .hero-area-wrap {
    padding: 200px 15px 300px 0;
  }
}
@media only screen and (max-width: 575px) {
  .hero-modern-banner .hero-area-wrap {
    padding: 180px 15px 250px 0;
  }
}
.hero-modern-banner .audio-palyer-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ec1c24;
  padding: 40px 70px 40px 50px;
  width: 67%;
}
@media only screen and (max-width: 1199px) {
  .hero-modern-banner .audio-palyer-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-modern-banner .audio-palyer-wrap {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-modern-banner .audio-palyer-wrap {
    padding: 20px 15px;
  }
}
.hero-modern-banner .audio-palyer-wrap .player-box {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .hero-modern-banner .audio-palyer-wrap .player-box {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .hero-modern-banner .audio-palyer-wrap .player-box {
    overflow: auto;
    white-space: nowrap;
  }
}
.hero-modern-banner .audio-palyer-wrap .player-box .song-name {
  margin-right: 80px;
}
@media only screen and (max-width: 991px) {
  .hero-modern-banner .audio-palyer-wrap .player-box .song-name {
    margin-right: 30px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.hero-modern-banner .audio-palyer-wrap .player-box .song-name .item-title {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 25px;
}
.hero-modern-banner .audio-palyer-wrap .player-box .artist-name {
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
}
.hero-modern-banner .audio-palyer-wrap .player-box .audio-player {
  flex: 1;
  background-color: #ec1c24;
  box-shadow: none;
  width: auto;
}
@media only screen and (max-width: 575px) {
  .hero-modern-banner .audio-palyer-wrap .player-box .audio-player {
    min-width: 500px;
  }
}
.hero-modern-banner .audio-palyer-wrap .player-box .audio-player .play-pause-btn {
  margin-right: 12px;
}
.hero-modern-banner .audio-palyer-wrap .player-box .audio-player .play-pause-btn .play-pause-btn__icon {
  fill: #ffffff;
}
.hero-modern-banner .audio-palyer-wrap .player-box .audio-player .play-pause-btn svg {
  height: 18px;
  width: 18px;
}
.hero-modern-banner .audio-palyer-wrap .player-box .audio-player .controls .controls__current-time {
  margin-right: 32px;
  font-size: 20px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .hero-modern-banner .audio-palyer-wrap .player-box .audio-player .controls .controls__current-time {
    margin-right: 20px;
  }
}
.hero-modern-banner .audio-palyer-wrap .player-box .audio-player .controls .controls__slider {
  background-color: rgba(255, 255, 255, 0.35);
  height: 3px;
}
.hero-modern-banner .audio-palyer-wrap .player-box .audio-player .controls .controls__slider .gap-progress {
  background-color: #ffffff;
}
.hero-modern-banner .audio-palyer-wrap .player-box .audio-player .controls .controls__slider .gap-progress .pin {
  background-color: #ffffff;
}
.hero-modern-banner .audio-palyer-wrap .player-box .audio-player .controls .controls__total-time {
  margin-right: 15px;
  margin-left: 22px;
  font-size: 20px;
  color: #ffffff;
}
.hero-modern-banner .audio-palyer-wrap .player-box .audio-player .volume svg {
  height: 18px;
  width: 18px;
}
.hero-modern-banner .audio-palyer-wrap .player-box .audio-player .volume .volume__speaker {
  fill: #ffffff;
}
.hero-modern-banner .audio-palyer-wrap .player-box .audio-player .volume .volume__progress {
  background-color: #ec1c24;
}
.hero-modern-banner .audio-palyer-wrap .player-box .audio-player .volume .volume__progress .pin {
  background-color: #ffffff;
}
.hero-modern-banner .shape-icon .icon {
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: all 1s ease-in-out;
}
.hero-modern-banner .shape-icon .girl-img {
  bottom: 0;
  left: -20%;
  transition-delay: 0.1s;
}
.hero-modern-banner .shape-icon .icon.sal-animate {
  opacity: 0.1;
}
.hero-modern-banner .shape-icon .icon1 {
  top: 15%;
  right: 8%;
}
.hero-modern-banner .shape-icon .icon1.sal-animate {
  top: 15%;
  right: 13%;
}
.hero-modern-banner .shape-icon .icon2 {
  top: 9%;
  right: 48%;
}
.hero-modern-banner .shape-icon .icon2.sal-animate {
  top: 9%;
  right: 43%;
}
.hero-modern-banner .shape-icon .icon3 {
  bottom: 10%;
  right: 11%;
}
.hero-modern-banner .shape-icon .icon3.sal-animate {
  bottom: 22%;
  right: 11%;
}
.hero-modern-banner .shape-icon .icon4 {
  bottom: 29%;
  right: 45%;
}
.hero-modern-banner .shape-icon .icon4.sal-animate {
  bottom: 29%;
  right: 35%;
}

.loaded .hero-modern-banner .shape-icon .girl-img {
  left: 60px;
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .loaded .hero-modern-banner .shape-icon .girl-img {
    left: 0;
    transform: scale(0.8);
  }
}

@keyframes stripes {
  100% {
    background-position: 0 500px;
  }
}
/*------------------- 5.3 Blog -------------------*/
.blog-grid-layout .blog-box {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 7px;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
.blog-grid-layout .blog-box .item-img {
  overflow: hidden;
  border-radius: 7px 7px 0 0;
  position: relative;
}
.blog-grid-layout .blog-box .item-img:before, 
.blog-grid-layout .blog-box .item-img:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-grid-layout .blog-box .item-img:before {
    top: 0;
    left: 0;
}
.blog-grid-layout .blog-box .item-img:after {
    bottom: 0;
    right: 0;
}
.blog-grid-layout .blog-box:hover .item-img:before, 
.blog-grid-layout .blog-box:hover .item-img:after {
    width: 100%;
}
.blog-grid-layout .blog-box .item-img img {
    transform: scale(1);
    transition: all 540ms ease-in-out;
}
.blog-grid-layout .blog-box .item-content {
  padding: 24px 30px 25px;
}
.blog-grid-layout .blog-box .item-content .item-title {
    margin-bottom: 14px;
    line-height: 1.4;
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-grid-layout .blog-box .item-content .item-title a {
  color: #000000;
}
.blog-grid-layout .blog-box .item-content .item-title a:hover {
  color: #ec1c24;
}
.blog-grid-layout .blog-box .item-content .post-meta {
  margin-bottom: 0;
  padding-left: 0;
  line-height: 1.6;
}
.blog-grid-layout .blog-box .item-content .post-meta li {
  display: inline-block;
  color: #727272;
  font-size: 15px;
  font-weight: 500;
  margin-right: 10px;
}
.blog-grid-layout .blog-box .item-content .post-meta li a {
  color: #ec1c24;
}
.blog-grid-layout .blog-box .item-content .post-meta li a:hover {
  color: #000000;
}
.blog-grid-layout .blog-box .item-content .post-meta li i {
  color: #ec1c24;
}
.blog-grid-layout .blog-box .item-content .post-meta li.blog-category a {
  color: #727272;
}
.blog-grid-layout .blog-box .item-content .post-meta li.blog-category a:hover {
  color: #ec1c24;
}
.blog-grid-layout .blog-box:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.blog-grid-layout .blog-box:hover .item-img img {
  transform: scale(1.05);
}
.blog-grid-page .pagination {
	margin-top: 20px;
}
.blog-list-layout .blog-box {
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
.blog-list-layout .blog-box .item-img {
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
.blog-list-layout .blog-box .item-img:before, 
.blog-list-layout .blog-box .item-img:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.7s ease-in-out;
}
.blog-list-layout .blog-box .item-img:before {
    top: 0;
    left: 0;
}
.blog-list-layout .blog-box .item-img:after {
    bottom: 0;
    right: 0;
}
.blog-list-layout .blog-box:hover .item-img:before, 
.blog-list-layout .blog-box:hover .item-img:after {
    width: 100%;
}
.blog-list-layout .blog-box .item-img a {
  display: block;
}
.blog-list-layout .blog-box .item-img img {
  width: 100%;
  border-radius: 3px;
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.blog-list-layout .blog-box .item-content {
  padding: 30px 40px 30px;
}
.blog-list-layout .blog-box .item-content .item-title {
  margin-bottom: 10px;
  line-height: 32px;
  font-size: 26px;
  font-weight: 600;
}
.blog-list-layout .blog-box .item-content .item-title a {
  color: #000000;
}
.blog-list-layout .blog-box .item-content .item-title a:hover {
  color: #ec1c24;
}
.blog-list-layout .blog-box .item-content .post-meta {
  margin-bottom: 20px;
  padding-left: 0;
  line-height: 1.6;
}
.blog-list-layout .blog-box .item-content .post-meta li {
  display: inline-block;
  color: #727272;
  font-size: 15px;
  margin-right: 10px;
}
.blog-list-layout .blog-box .item-content .post-meta li a {
  color: #ec1c24;
}
.blog-list-layout .blog-box .item-content .post-meta li a:hover {
  color: #000000;
}
.blog-list-layout .blog-box .item-content .post-meta li i {
  color: #ec1c24;
}
.blog-list-layout .blog-box .item-content .post-meta li.blog-category a {
  color: #727272;
}
.blog-list-layout .blog-box .item-content .post-meta li.blog-category a:hover {
  color: #ec1c24;
}
.blog-list-layout .blog-box .item-content .blog-text p {
  margin-bottom: 0;
}
.blog-list-layout .blog-box:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.blog-list-layout .blog-box:hover .item-img img {
  transform: scale(1.2);
}
.blog-grid-layout-1 .blog-box .item-content .item-title {
    font-size: 20px;
}
.blog-grid-layout-1 .blog-box .item-content .blog-text p {
  margin-bottom: 15px;
}
.blog-grid-layout-2 .blog-box .item-content .post-meta {
  margin-bottom: 10px;
}
.blog-grid-layout-2 .blog-box .item-content .item-title {
  margin-bottom: 3px;
}
.blog-grid-layout-2 .blog-box .item-content .blog-text {
  margin-top: 12px;
}
.blog-grid-layout-2 .blog-box .item-content .blog-text p {
  margin-bottom: 0;
}
.blog-grid-layout-3 .blog-box .item-content li i {
	margin-right: 7px;
}
.blog-grid-layout-3 .blog-box .item-content .post-meta li {
	position: relative;
	margin-right: 30px;
}
.blog-grid-layout-3 .blog-box .item-content .post-meta li:last-child {
	margin-right: 0;
}
.blog-grid-layout-3 .blog-box .item-content .post-meta li:after {
	position: absolute;
    content: "";
    right: -20px;
    top: 7px;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #d5d3d3;
}
.blog-grid-layout-3 .blog-box .item-content .post-meta li:last-child:after {
	display: none;
}
.blog-grid-layout-4 .blog-box {
    position: relative;
    box-shadow: none;
    background-color: transparent;
}
.blog-grid-layout-4 .blog-box:hover {
    box-shadow: none;
}
.blog-grid-layout-4 .blog-box .item-content .post-meta {
  margin-bottom: 10px;
}
.blog-grid-layout-4 .blog-box .item-content .item-title {
  margin-bottom: 3px;
}
.blog-grid-layout-4 .blog-box .item-content .blog-text {
  margin-top: 12px;
}
.blog-grid-layout-4 .blog-box .item-content .blog-text p {
  margin-bottom: 0;
}
.blog-grid-layout-4 .blog-box .item-content {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 5%);
    border-radius: 7px 0 7px 7px;
    margin-left: 15%;
    margin-top: -110px;
    z-index: 9;
    position: relative;
}
.blog-grid-layout-4 .blog-box .item-img {
    border-radius: 7px;
}

.blog-inner-page {
  padding: 100px 0 70px;
}
@media only screen and (max-width: 991px) {
  .blog-inner-page {
    padding: 80px 0 50px;
  }
}

/*sticky*/
.sticky {
  display: block;
  margin-bottom: 0px;
}
.blog-style-1 .sticky {
  display: block;
  margin-bottom: 15px;
  padding: 30px 30px 1px;
}
.sticky .blog-box {
  background: #f4f4f4;
  box-shadow: none;
}

.content-area .rt-content {
  margin-bottom: 40px;
}
.content-area .rt-content .item-title {
  font-weight: 700;
  line-height: 50px;
}
@media only screen and (max-width: 575px) {
  .content-area .rt-content .item-title {
    line-height: 1.4;
  }
}
.content-area .rt-content .post-img {
  margin-bottom: 30px;
}
.content-area .rt-content .post-img img {
	border-radius: 3px;
}
.content-area .rt-content .entry-meta,
.content-area .rt-content .entry-thumbnail-area {
  margin-bottom: 18px;
}
.content-area .rt-content .entry-meta h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
}
.content-area .rt-content .entry-meta span {
  margin-right: 12px;
  font-size: 15px;
  color: #8f8c8c;
}
.content-area .rt-content .entry-meta span a {
  color: #8f8c8c;
  display: inline-block;
}
.content-area .rt-content .entry-meta span a:hover {
  color: #ec1c24;
}
.content-area .rt-content .entry-meta span:last-child {
  margin-right: 0;
}
.content-area .rt-content .entry-meta span i {
  margin-right: 5px;
  color: #ec1c24;
}
.content-area .rt-content .item-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 575px) {
  .content-area .rt-content .item-meta {
    text-align: center;
  }
}
.content-area .rt-content .item-meta .item-tag-area {
  font-size: 15px;
  color: #8f8c8c;
}
.content-area .rt-content .item-tag-area .post-author {
	margin-left: 10px;
}
.content-area .rt-content .item-meta .item-tag-area a {
  color: #ec1c24;
}
.content-area .rt-content .item-meta .item-social {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 575px) {
  .content-area .rt-content .item-meta .item-social {
    justify-content: center;
  }
}
.content-area .rt-content .item-meta .item-social label {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-right: 8px;
}
.content-area .rt-content .item-meta .item-social .share-links .social-text {
  display: none;
}
.content-area .rt-content .item-meta .item-social .share-links a {
  color: #000000;
  padding-right: 10px;
}
.content-area .rt-content .item-meta .item-social .share-links a:hover {
  color: #ec1c24;
}
.content-area .blog-author {
  background-color: #ec1c24;
  padding: 30px 40px 30px;
  border-radius: 4px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .content-area .blog-author {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .content-area .blog-author .media {
    display: block;
    text-align: center;
  }
}
.content-area .blog-author .media .item-img {
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .content-area .blog-author .media .item-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.content-area .blog-author .media .item-img img {
  border-radius: 50%;
}
.content-area .blog-author .media .media-body {
  margin-left: 0rem;
}
.content-area .blog-author .media .media-body .item-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.content-area .blog-author .media .media-body .item-title span {
  font-weight: 300;
}
.content-area .blog-author .media .media-body .item-title span a {
  color: #ffffff;
}
.content-area .blog-author .media .media-body p {
  color: #ffffff;
  margin-bottom: 10px;
}
.content-area .blog-author .media .media-body .author-box-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-area .blog-author .media .media-body .author-box-social li {
  display: inline-block;
  margin-right: 12px;
}
.content-area .blog-author .media .media-body .author-box-social li a {
  color: #ffffff;
}
.content-area .blog-author .media .media-body .author-box-social li a:hover {
  color: #111111;
}
.content-area .pagination-icon {
  margin-bottom: 70px;
}
.content-area .pagination-icon ul {
  text-align: center;
}
.content-area .pagination-icon ul li {
  display: inline-block;
  margin-right: 20px;
}
.content-area .pagination-icon ul li:last-child {
  margin-right: 0;
}
.content-area .pagination-icon ul li a {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
.content-area .pagination-icon ul li a:hover {
  color: #ec1c24;
}
.content-area .pagination-icon ul li .prev-btn i {
  margin-right: 10px;
}
.content-area .pagination-icon ul li .next-btn i {
  margin-left: 10px;
}
.content-area .blog-comment {
  margin-top: 50px;
  margin-bottom: 50px;
}
.content-area .blog-comment .item-heading {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .content-area .blog-comment .item-heading {
    text-align: center;
  }
}
.content-area .blog-comment .item-heading .heading-title {
  font-weight: 700;
}
.content-area .blog-comment .media {
  position: relative;
  margin-bottom: 40px;
}
.content-area .blog-comment .media:last-child {
  margin-bottom: 0;
}
.content-area .blog-comment .media:nth-child(odd) {
  padding-left: 100px;
}
.content-area .blog-comment .media .item-img {
  margin-right: 20px;
}
.content-area .blog-comment .media .item-img img {
  border-radius: 50%;
}
.content-area .blog-comment .media .media-body {
  position: relative;
}
.content-area .blog-comment .media .media-body .item-title {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  color: #000000;
}
.content-area .blog-comment .media .media-body .item-date {
  font-size: 15px;
  color: #000000;
  font-style: italic;
  margin-bottom: 10px;
  line-height: 20px;
}
.content-area .blog-comment .media .media-body p {
  color: #5a5a5a;
  margin-bottom: 15px;
}
.content-area .blog-comment .media .media-body .item-btn {
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 0 12px;
  transition: all 0.3s ease-in-out;
}
.content-area .blog-comment .media .media-body .item-btn i {
  color: #b6b6b6;
  font-size: 10px;
  margin-left: 10px;
}
.content-area .blog-comment .media .media-body .item-btn:hover {
  color: #ffffff;
  border-color: #ec1c24;
  background-color: #ec1c24;
}
@media only screen and (max-width: 575px) {
  .content-area .blog-comment .media {
    text-align: center;
    margin-bottom: 40px;
    display: block;
  }
  .content-area .blog-comment .media:nth-child(odd) {
    padding-left: 0;
  }
  .content-area .blog-comment .media:nth-child(even) {
    padding-right: 0;
  }
  .content-area .blog-comment .media .item-img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.content-area .blog-form .item-heading {
  margin-bottom: 30px;
}
.content-area .blog-form .item-heading .heading-title {
  font-weight: 700;
}

.custom-arrow .custom.tparrows {
  background: rgba(255, 255, 255, 0.1);
}

#rev_slider_1_1_wrapper .custom-arrow .custom.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 50px;
  position: absolute;
  display: block;
  border-radius: 3px;
  z-index: 1000;
  line-height: 48px;
}

#rev_slider_1_1_wrapper .custom-arrow .custom.tparrows:hover {
  cursor: pointer;
  background: #ffffff;
  width: 40px;
  height: 50px;
  position: absolute;
  display: block;
  border-radius: 3px;
  z-index: 1000;
  background-color: white;
  color: #ec1c24;
  line-height: 48px;
  transition: all 0.3s ease-in-out;
}

#rev_slider_1_1_wrapper .custom.tparrows:hover:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  text-align: center;
  color: #ec1c24;
  line-height: 48px;
  transition: all 0.3s ease-in-out;
}

#rev_slider_1_1_wrapper .custom.tparrows:before {
  line-height: 48px;
  transition: all 0.3s ease-in-out;
}

/*------------------- 5.4 Brand -------------------*/
.brand-section {
  background-color: #f5fafe;
  padding: 70px 0;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .brand-section {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .brand-section {
    padding: 60px 0;
  }
}
.brand-section .brand-box {
  cursor: pointer;
  text-align: center;
}
.brand-section .brand-box .slick-slide {
	height: auto;
}
.brand-section .brand-box .slick-slide:hover img {
	opacity: 0.7;
}
.brand-modern {
  background-image: none;
  background-color: #212020;
  padding: 40px 100px 70px;
}
@media only screen and (max-width: 1199px) {
  .brand-modern {
    padding: 20px 15px 40px;
  }
}
.brand-modern:before {
  display: none;
}
.brand-modern .brand-box img {
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.brand-modern .brand-box:hover img {
  opacity: 1;
}
.rtin-logo-slider .rtin-item {
	padding: 0 30px;
}
.rtin-logo-slider .rtin-item img {
    transition: all 0.3s ease-in-out;
}
.rtin-logo-slider .rtin-item:hover img {
    opacity: 0.7;
}
.rtin-logo-grid .rtin-item {
	padding: 30px;
}
.rtin-logo-grid .rtin-item img {
	opacity: 0.2;
    transition: all 0.3s ease-in-out;
}
.rtin-logo-grid .rtin-item:hover img {
    opacity: 1;
}
.rtin-logo-slider .owl-carousel .owl-stage {
    display: inline-flex;
    align-items: center;
}
.rtin-logo-slider .owl-carousel .owl-item img {
    width: auto;
}
/*------------------- 5.5 Call to Action -------------------*/
.call-to-action .action-box {
  transform: translateY(110px);
  margin-top: -110px;
  position: relative;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 60px 130px 60px 50px;
  z-index: 1;
  box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.05);
}
.call-to-action .action-box .item-title {
  flex: 2;
  margin-bottom: 0;
  line-height: 50px;
}
.call-to-action .action-box .item-btn {
  flex: 1;
  text-align: right;
}
.call-to-action .action-box:after {
  content: "";
  font-family: "Flaticon";
  font-size: 150px;
  color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -50px;
  z-index: -1;
  transition-delay: 0.5s;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .call-to-action .action-box {
    display: inherit;
    text-align: center;
    padding: 50px 60px;
  }
  .call-to-action .action-box .item-btn {
    text-align: center;
  }
  .call-to-action .action-box .item-title {
    margin-bottom: 25px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575px) {
  .call-to-action .action-box {
    padding: 30px;
  }
}

.call-to-action.sal-animate .action-box:after {
  right: 70px;
}

/*------------------- 5.6 Coming Soon -------------------*/
.coming-soon {
  padding-top: 80px;
}
.coming-soon .section-header .heading-title {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .coming-soon .section-header .heading-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .coming-soon .section-header .heading-title {
    font-size: 40px;
  }
}
.coming-soon .coming-soon-content .home-btn {
  text-align: center;
}
.coming-soon .coming-soon-content .home-btn a {
  color: #000000;
  font-weight: 600;
  border: 2px solid #ececec;
  padding: 10px 24px 7px;
}
.coming-soon .coming-soon-content .home-btn a:hover {
  background-color: #111111;
  color: #ffffff;
  border-color: #111111;
}

/*------------------- 5.7 Contact -------------------*/
@media only screen and (max-width: 479px) {
  .contact-method {
    text-align: center;
  }
}
.contact-method .item-heading {
  font-weight: 600;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .contact-method .item-heading {
    font-size: 26px;
  }
}
.contact-method p,
.contact-method a {
  color: #ffffff;
}
.contact-method .contact-list {
  margin-top: 45px;
}
.contact-method .media {
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  .contact-method .media {
    display: block;
  }
}
.contact-method .media:last-child {
  margin-bottom: 0;
}
.contact-method .media .item-icon {
  margin-top: 8px;
  margin-right: 15px;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
@media only screen and (max-width: 479px) {
  .contact-method .media .item-icon {
    margin: 0 auto 20px;
  }
}
.contact-method .media .item-icon i:before {
  font-size: 30px;
  color: #e5e5e5;
}
.contact-method .media .media-body .item-title {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}
.contact-method .media .media-body p {
  margin-bottom: 0;
}

/*-------------------------------------
#. Fluent Contact form
---------------------------------------*/
/*Contact Form*/
.fluentform .contact-form.ff-el-group,
.fluentform .contact-form .ff-el-group {
    margin-bottom: 20px;
}
.fluentform .contact-form.ff-el-group.ff_submit_btn_wrapper {
	margin-bottom: 0;
}
.fluentform .contact-form .ff-el-form-control {
	background: transparent;
	box-shadow: none;
	color: #111111;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 300;
	padding: 15px 20px 15px 20px;
}
.fluentform .contact-form .ff-el-form-control:focus {
    border-color: #ec1c24;
}
.fluentform .contact-form .ff-btn {
	position: relative;
    display: inline-block;
    border: none;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background: #ec1c24;
    padding: 9px 25px 11px;
	overflow: hidden;
    z-index: 1;
    line-height: 1.6;
    transition: all 0.3s ease-in-out;
}
.fluentform .contact-form .ff-btn:after {
	content: "";
	height: 100%;
	width: 0;
	background-color: #000000;
	border-radius: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.fluentform .contact-form .ff-btn:hover:after {
    left: 0;
    width: 100%;
}
.fluentform .contact-form .ff-btn:hover {
    background-color: none;
	opacity: 1;
}
.fluentform .contact-form .ff-el-form-control::-webkit-input-placeholder {
	color: #7a7a7a;
}
.fluentform .contact-form .ff-el-form-control:-ms-input-placeholder {
	color: #7a7a7a;
}
.fluentform .contact-form .ff-el-form-control:-moz-placeholder {
	color: #7a7a7a;
}
.fluentform .contact-form .text-danger {
    color: #ec1c24 !important;
    font-size: 13px;
}
.fluentform .contact-form .ff-el-is-error .ff-el-form-control,
.fluentform .contact-form.ff-el-is-error .ff-el-form-control {
    border-color: #ec1c24;
}
/*faq form*/
.fluentform .faq-form.ff-el-group,
.fluentform .faq-form .ff-el-group {
    margin-bottom: 5px;
}
.fluentform .faq-form.ff-el-group.ff_submit_btn_wrapper {
	margin-bottom: 0;
	margin-top: 30px;
}
.fluentform .faq-form .ff-el-form-control {
	background: transparent;
	box-shadow: none;
	color: #ffffff;
	border: none;
    border-bottom: 1px solid #fa767b;
	border-radius: 0;
	font-size: 15px;
	font-weight: 400;
	padding: 15px 20px 15px 0;
}
.fluentform .faq-form .ff-el-form-control:focus {
    border-color: #fff;
	background: transparent;
	color: #fff;
}
.fluentform .faq-form .ff-btn {
	position: relative;
    display: inline-block;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    background: #fff;
    padding: 9px 25px 9px;
    z-index: 1;
    line-height: 1.6;
    transition: all 0.3s ease-in-out;
}
.fluentform .faq-form .ff-btn:after {
	content: "";
	height: 100%;
	width: 0;
	background-color: #000000;
	border-radius: 3px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.fluentform .faq-form .ff-btn:hover:after {
    left: 0;
    width: 100%;
}
.fluentform .faq-form .ff-btn:hover {
    background-color: transparent;
	color: #fff;
	opacity: 1;
}
.fluentform .faq-form .ff-el-form-control::-webkit-input-placeholder {
	color: #fcc4c6;
}
.fluentform .faq-form .ff-el-form-control:-ms-input-placeholder {
	color: #fcc4c6;
}
.fluentform .faq-form .ff-el-form-control:-moz-placeholder {
	color: #fcc4c6;
}
.fluentform .faq-form .text-danger {
    color: #fff !important;
    font-size: 13px;
}
.fluentform .faq-form .ff-el-is-error .ff-el-form-control,
.fluentform .faq-form.ff-el-is-error .ff-el-form-control {
    border-color: #fff;
}
/*newsletter form*/
.fluentform .newsletter-form.ff-el-group,
.fluentform .newsletter-form .ff-el-group {
    margin-bottom: 5px;
}
.fluentform .newsletter-form.ff-el-group.ff_submit_btn_wrapper {
	margin-bottom: 0;
}
.fluentform .newsletter-form .ff-el-form-control {
	background: #333;
	box-shadow: none;
	color: #ffffff;
	border: none;
	border-radius: 3px 0 0 3px;
	font-size: 15px;
	font-weight: 400;
	padding: 10px 15px 10px 15px;
}
.fluentform .newsletter-form .ff-el-form-control:focus {
    border-color: #fff;
	background: #444;
	color: #fff;
}
.fluentform .newsletter-form .ff-btn {
	position: relative;
    display: inline-block;
    border: none;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 14px 8px;
    z-index: 1;
    line-height: 1.6;
	background-color: #ec1c24;
	height: 42px;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
    transition: all 0.3s ease-in-out;
}
.fluentform .newsletter-form .ff-btn:after {
	content: "";
	height: 100%;
	width: 0;
	background-color: #ec1c24;
	border-radius: 0 3px 3px 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.fluentform .newsletter-form .ff-btn:hover:after {
    left: 0;
    width: 100%;
}
.fluentform .newsletter-form .ff-btn:hover {
    background-color: transparent;
	color: #fff;
}
.fluentform .newsletter-form .ff-el-form-control::-webkit-input-placeholder {
	color: #cccccc;
}
.fluentform .newsletter-form .ff-el-form-control:-ms-input-placeholder {
	color: #cccccc;
}
.fluentform .newsletter-form .ff-el-form-control:-moz-placeholder {
	color: #cccccc;
}
.fluentform .newsletter-form .text-danger {
    color: #fff !important;
    font-size: 13px;
}
.fluentform .newsletter-form .ff-el-is-error .ff-el-form-control,
.fluentform .newsletter-form.ff-el-is-error .ff-el-form-control {
    border-color: #fff;
}
.fluentform .newsletter-input {
	float: left;
	width: 76%;
}
.fluentform .newsletter-button {
	position: absolute;
	right: 15px;
	width: 24%;
}
/*------------------- 5.8 Gallery -------------------*/
.featured-gallery {
  padding-left: 65px;
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .featured-gallery {
    padding-left: 0;
  }
}

.masonary-gallery-box {
  margin: 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 575px) {
  .masonary-gallery-box {
    margin-bottom: 30px;
  }
}
.masonary-gallery-box .item-img {
  margin-bottom: 24px;
  position: relative;
}
.masonary-gallery-box .item-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.masonary-gallery-box .item-img .play-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.masonary-gallery-box .item-img .play-btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 575px) {
  .masonary-gallery-box .item-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .masonary-gallery-box .item-img {
    max-width: 570px;
    margin: 0 auto 20px;
  }
}
.masonary-gallery-box .item-content {
  text-align: center;
}
.masonary-gallery-box .item-content .item-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}
.masonary-gallery-box .item-content .item-title a {
  color: #000000;
}
.masonary-gallery-box .item-content .item-title a:hover {
  color: #111111;
}
.masonary-gallery-box .item-content .item-subtitle a {
  font-size: 16px;
  color: #888888;
  letter-spacing: 2px;
}
.masonary-gallery-box .item-content .item-subtitle a:hover {
  color: #111111;
}
.masonary-gallery-box:hover .item-img:before {
  visibility: visible;
  opacity: 1;
}

.event-gallery .gallery-item {
  margin: 0;
}
.event-gallery .item-img {
  margin-bottom: 20px;
}
.event-gallery .item-img a {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.event-gallery .item-img a:before {
  content: "";
  height: 100%;
  width: 0%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
  transition: 0.5s cubic-bezier(0.14, 0.46, 0.75, 0.55);
}
.event-gallery .item-img a:after {
  content: "";
  height: 100%;
  width: 0%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.14, 0.46, 0.75, 0.55);
}
.event-gallery .item-img a:focus {
  outline: none;
}
.event-gallery .item-img a img {
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
.event-gallery .item-img:hover a:before {
  visibility: visible;
  opacity: 1;
  width: 50%;
}
.event-gallery .item-img:hover a:after {
  visibility: visible;
  opacity: 1;
  width: 50%;
}
.event-gallery .item-img:hover a img {
  transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
  .event-gallery .item-img {
    max-width: 600px;
    margin: 0 auto 20px;
  }
}

.gallery-inner {
  padding: 100px 0 70px;
}
@media only screen and (max-width: 767px) {
  .gallery-inner {
    padding: 80px 0 50px;
  }
}
.gallery-inner .gallery-box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  background: #000;
}
.gallery-inner .gallery-box .item-content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 65px 10px;
  text-align: center;
  position: absolute;
  bottom: -10%;
  left: 0;
  right: 0;
  z-index: 2;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.gallery-inner .gallery-box .item-content .item-title {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 28px;
}
.gallery-inner .gallery-box .item-content .item-title a {
  color: #ffffff;
}
.gallery-inner .gallery-box .item-content .item-title a:hover {
  color: #7b7a7a;
}
.gallery-inner .gallery-box .item-content .item-subtitle {
  margin-top: 5px;
  font-size: 16px;
  letter-spacing: 2px;
}
.gallery-inner .gallery-box .item-content .item-subtitle a {
  color: #ffffff;
}
.gallery-inner .gallery-box .item-content .item-subtitle a:hover {
  color: #7b7a7a;
}
.gallery-inner .gallery-box:hover .item-content {
  bottom: 0;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.1s;
}
.gallery-inner.grid-column-3 .gallery-box .item-content {
  padding: 40px 10px;
}
.gallery-inner.grid-column-4 .gallery-box .item-content {
  padding: 30px 10px;
}
.gallery-inner.inner-masonary {
  padding: 120px 0 90px;
}
@media only screen and (max-width: 991px) {
  .gallery-inner.inner-masonary {
    padding: 100px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-inner.inner-masonary {
    padding: 80px 0 50px;
  }
}
.admin-bar .photoshoot-album-wrap {
  margin-top: 32px;
}
.photoshoot-album-wrap .zoom-gallery {
  padding: 30px 15px 0;
}
.photoshoot-album-wrap .zoom-gallery .photoshoot-box {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px !important;
}
.photoshoot-album-wrap .gallery-inner {
  padding: 30px 15px 0;
}
.photoshoot-album-wrap .gallery-inner .photoshoot-box,
.photoshoot-album-wrap .gallery-inner .gallery-box {
  margin-left: 15px;
  margin-right: 15px;
}
.photoshoot-album-wrap .no-gutters.zoom-gallery,
.photoshoot-album-wrap .no-gutters.gallery-inner {
  padding: 0;
}
.photoshoot-album-wrap .no-gutters.zoom-gallery .photoshoot-box,
.photoshoot-album-wrap .no-gutters.zoom-gallery .gallery-box,
.photoshoot-album-wrap .no-gutters.gallery-inner .photoshoot-box,
.photoshoot-album-wrap .no-gutters.gallery-inner .gallery-box {
  margin: 0;
  padding: 0;
  margin-bottom: 0 !important;
}
.protect-gallery .item-content {
  background-color: #ffffff;
  padding: 100px 50px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .protect-gallery .item-content {
    margin-bottom: 50px;
    padding: 50px 30px;
  }
}
.protect-gallery .item-content .item-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}
.protect-gallery .item-content form label {
  font-size: 22px;
  font-weight: 600;
  color: #969494;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .protect-gallery .item-content form label {
    font-size: 18px;
  }
}
.protect-gallery .item-content form .form-group .form-control {
  text-align: center;
  background-color: transparent;
  border-bottom: 1px solid #dbdada;
}
.protect-gallery .item-content form .form-group .submit-btn {
  font-size: 20px;
  padding: 10px 35px;
}
.protect-gallery .item-content form .form-group input.form-control::-webkit-input-placeholder,
.protect-gallery .item-content form .form-group textarea.form-control::-webkit-input-placeholder {
  color: #969494;
  font-size: 16px;
  font-weight: 300;
}

.pp-full-section .protect-gallery {
  padding-top: 230px;
}
@media only screen and (max-width: 1440px) {
  .pp-full-section .protect-gallery {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .pp-full-section .protect-gallery {
    padding-top: 150px;
    padding-bottom: 280px;
  }
}
.pp-full-section footer.footer-minimal.footer3 {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.single-gallery {
  padding: 120px 0 60px;
}
@media only screen and (max-width: 991px) {
  .single-gallery {
    padding: 100px 0 40px;
  }
}
@media only screen and (max-width: 991px) {
  .single-gallery {
    padding: 80px 0 20px;
  }
}
.single-gallery .gallery-tab {
  margin-bottom: 10px;
}
.single-gallery .nav-tabs {
  border: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.single-gallery .nav-tabs .nav-item {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.single-gallery .nav-tabs .nav-item .nav-link {
  border: none;
  background-color: transparent;
  padding: 0;
}
.single-gallery .nav-tabs .nav-item .nav-link.active {
  filter: grayscale(100%);
}
.single-gallery .tab-content {
  margin-bottom: 20px;
}
.single-gallery .single-feature-image {
  margin-bottom: 30px;
}
.single-gallery .gallery-content p {
  padding: 0 65px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .single-gallery .gallery-content p {
    padding: 0;
  }
}
.single-gallery .gallery-content .gallery-img {
  margin-bottom: 30px;
}

.dialog-type-lightbox {
  z-index: 99999;
}

body.admin-bar .dialog-type-lightbox {
  top: 32px;
}

@media only screen and (max-width: 1024px) {
  body.admin-bar .dialog-type-lightbox {
    position: fixed;
    height: 100vh;
    top: 32px;
  }

  .elementor-lightbox .elementor-lightbox-image {
    max-height: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 0;
  }
}
/*--@dev--*/
.gallery-box {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 3px;
  background: #000;
  transition: all 0.3s ease-in-out;
}
.gallery-box:hover {
  padding: 0;
  border: 0px solid transparent;
}
.gallery-box a {
	display: block;
}
.gallery-box img {
  width: 100%;
  border-radius: 3px;
}
.gallery-box .gallery-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-box .gallery-content .gallery-content-inner,
.gallery-box .gallery-content .gallery-content-inner:after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.gallery-box .gallery-content .gallery-content-inner:after {
    content: "";
    background: #ec1c24;
}
.gallery-box:hover .gallery-content .gallery-content-inner:after {
    opacity: 0.7;
    transform: skew(30deg);
}
.gallery-box:hover .gallery-content .gallery-content-inner {
  opacity: 1;
}
.gallery-box .gallery-content .gallery-content-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.gallery-box .gallery-content a {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateX(30px);
  transition: transform .4s ease .15s,opacity .2s ease-out .15s;
  will-change: transform;
}
.gallery-box .gallery-content .item-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(40px);
  transition: transform .4s ease .2s,opacity .2s ease-out .2s;
  will-change: transform;
}
.gallery-box:hover .gallery-content a {
      opacity: 1;
    transform: translateX(0);
}
.gallery-box:hover .gallery-content .item-title {
      opacity: 1;
    transform: translateX(0);
}
/*------------------- 5.9 Hero -------------------*/
.hero-carousel {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .hero-carousel {
    padding-top: 50px;
  }
}
.hero-carousel .item-heading {
  text-align: center;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .hero-carousel .item-heading {
    margin-bottom: 60px;
  }
}
.hero-carousel .item-heading .item-subtitle {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 5px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .hero-carousel .item-heading .item-subtitle {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-carousel .item-heading .item-subtitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-carousel .item-heading .item-subtitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-carousel .item-heading .item-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.hero-carousel .item-heading .item-title {
  font-size: 90px;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .hero-carousel .item-heading .item-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-carousel .item-heading .item-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-carousel .item-heading .item-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-carousel .item-heading .item-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 479px) {
  .hero-carousel .item-heading .item-title {
    font-size: 30px;
    line-height: 1.3;
  }
}
.hero-carousel .hero-img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  margin-left: 0 !important;
}
.hero-carousel .hero-img img {
  width: 81%;
  margin: 0 auto;
  transition: all 1s ease-in-out;
}
.hero-carousel .slick-arrow {
  top: 50%;
  z-index: 9;
  position: absolute;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.hero-carousel .slick-arrow:focus {
  outline: none;
}
.hero-carousel .slick-arrow i {
  color: #d0d0d0;
  font-size: 48px;
}
.hero-carousel .slick-arrow:hover i {
  color: #343434;
}
.hero-carousel button.slick-prev {
  left: 80px;
}
@media only screen and (max-width: 480px) {
  .hero-carousel button.slick-prev {
    left: 15px;
  }
}
.hero-carousel button.slick-next {
  right: 80px;
}
@media only screen and (max-width: 480px) {
  .hero-carousel button.slick-next {
    right: 15px;
  }
}

.hero-slider-section {
  position: relative;
  margin-top: -151px;
}
@media only screen and (max-width: 991px) {
  .hero-slider-section {
    margin-top: 0;
  }
}
.hero-slider-section .share-btn {
  position: absolute;
  bottom: 60px;
  left: 80px;
  z-index: 50;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .hero-slider-section .share-btn {
    left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-slider-section .share-btn {
    display: none;
  }
}
.hero-slider-section .share-btn .item-label {
  color: #d3d0d0;
  transition: all 0.3s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.hero-slider-section .share-btn .item-label i {
  margin-right: 10px;
}
.hero-slider-section .share-btn .item-label:hover {
  color: #ffffff;
}
.hero-slider-section .share-btn .item-social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.hero-slider-section .share-btn .item-social li {
  transform: translateX(-5px);
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.hero-slider-section .share-btn .item-social li a {
  color: #d3d0d0;
  padding: 0 8px;
  transition: all 0.3s ease-in-out;
}
.hero-slider-section .share-btn .item-social li a:hover {
  color: #ffffff;
}
.hero-slider-section .share-btn:hover .item-label {
  visibility: hidden;
  opacity: 0;
}
.hero-slider-section .share-btn:hover .item-social {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.hero-slider-section .share-btn:hover .item-social li {
  transform: translateX(0);
}
.hero-slider-section .share-btn:hover .item-social li:nth-child(1n) {
  transition-delay: 0.3s;
}
.hero-slider-section .share-btn:hover .item-social li:nth-child(2n) {
  transition-delay: 0.4s;
}
.hero-slider-section .share-btn:hover .item-social li:nth-child(3n) {
  transition-delay: 0.5s;
}
.hero-slider-section .share-btn:hover .item-social li:nth-child(4n) {
  transition-delay: 0.6s;
}
.hero-slider-section .share-btn:hover .item-social li:nth-child(5n) {
  transition-delay: 0.7s;
}

.grayscale .hero-img {
  filter: grayscale(0) !important;
}
.grayscale .hero-img img {
  width: 100% !important;
}

.hero-slider-section .persephone.tparrows:hover:before {
  color: #343434 !important;
}

/*------------------- 5.10 Photoshoot -------------------*/
@media only screen and (max-width: 767px) {
  .latest-photoshoot {
    max-width: 600px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .latest-photoshoot .photoshoot-tab {
    text-align: center;
    margin-bottom: 40px;
  }
}
.latest-photoshoot .photoshoot-tab .item-title {
  margin-bottom: 30px;
}
.latest-photoshoot .nav-tabs {
  flex-direction: column;
  border-bottom: none;
}
.latest-photoshoot .nav-tabs .nav-item {
  margin-bottom: 0;
  margin-bottom: 8px;
}
.latest-photoshoot .nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}
.latest-photoshoot .nav-tabs .nav-item .nav-link {
  position: relative;
  border: none;
  font-size: 18px;
  color: #5a5a5a;
  padding: 10px 5px 10px 0;
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 480px) {
  .latest-photoshoot .nav-tabs .nav-item .nav-link {
    padding: 5px 5px 5px 0;
  }
}
.latest-photoshoot .nav-tabs .nav-item .nav-link:before {
  content: "";
  height: 2px;
  width: 50px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(0);
  transition: all 0.5s ease-in-out;
}
.latest-photoshoot .nav-tabs .nav-item .nav-link:hover {
  color: #000000;
}
.latest-photoshoot .nav-tabs .nav-item .nav-link:focus {
  outline: none;
}
.latest-photoshoot .nav-tabs .nav-item .nav-link.active {
  color: #000000;
  padding: 10px 5px 10px 65px;
  background-color: transparent;
}
.latest-photoshoot .nav-tabs .nav-item .nav-link.active:before {
  transform: translateY(-50%) scale(1);
}
.latest-photoshoot .tab-content .tab-pane {
  position: relative;
}
.latest-photoshoot .tab-content .tab-pane .item-text {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  background-color: #000000;
  padding: 15px 30px;
  position: absolute;
  top: 45%;
  left: -137px;
  transform: rotate(-90deg);
}
@media only screen and (max-width: 600px) {
  .latest-photoshoot .tab-content .tab-pane .item-text {
    left: -112px;
  }
}

@media only screen and (max-width: 991px) {
  .photoshoot-inner {
    padding: 100px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .photoshoot-inner {
    padding: 80px 0 50px;
  }
}
.photoshoot-inner .section-header {
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .photoshoot-inner .section-header {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .photoshoot-inner .section-header {
    margin-bottom: 60px;
  }
}
.photoshoot-inner .section-header .heading-title {
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .photoshoot-inner .section-header .heading-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .photoshoot-inner .section-header .heading-title {
    font-size: 40px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) {
  .photoshoot-inner .section-header .heading-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .photoshoot-inner .section-header .heading-title {
    font-size: 30px;
  }
}
.photoshoot-inner .gallery-item {
  margin: 0;
}
.photoshoot-inner .photoshoot-box {
  margin-bottom: 30px;
  position: relative;
}
.photoshoot-inner .photoshoot-box .item-img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.photoshoot-inner .photoshoot-box .item-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.photoshoot-inner .photoshoot-box .item-img img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .photoshoot-inner .photoshoot-box .item-img img {
    width: 100%;
  }
}
.photoshoot-inner .photoshoot-box .item-content {
  text-align: center;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 2;
  line-height: 1;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.photoshoot-inner .photoshoot-box .item-content .item-title {
  font-size: 22px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .photoshoot-inner .photoshoot-box .item-content .item-title {
    font-size: 22px;
  }
}
.photoshoot-inner .photoshoot-box .item-content .item-title a {
  color: #ffffff;
}
.photoshoot-inner .photoshoot-box .item-content .item-subtitle {
  margin-top: 5px;
}
.photoshoot-inner .photoshoot-box .item-content .item-subtitle a {
  font-size: 16px;
  color: #dfdddd;
}
.photoshoot-inner .photoshoot-box:hover .item-img {
  transform: scale(0.95);
}
.photoshoot-inner .photoshoot-box:hover .item-img:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.photoshoot-inner .photoshoot-box:hover .item-img img {
  filter: grayscale(0);
}
.photoshoot-inner .photoshoot-box:hover .item-content {
  top: 50%;
  visibility: visible;
  opacity: 1;
  transition-delay: 0.3s;
}

.photoshoot-home-page {
  padding: 0 25px;
}
.photoshoot-home-page .photoshoot-box {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .photoshoot-home-page .photoshoot-box.album-slider1 {
    margin: 0 auto;
    max-width: 470px;
  }
}
@media only screen and (max-width: 767px) {
  .photoshoot-home-page .photoshoot-box.album-slider2 {
    margin-left: 0;
  }
}
.photoshoot-home-page .photoshoot-box:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.photoshoot-home-page .photoshoot-box .item-img img {
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.photoshoot-home-page .photoshoot-box .item-content {
  text-align: center;
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  line-height: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.photoshoot-home-page .photoshoot-box .item-content .item-title {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .photoshoot-home-page .photoshoot-box .item-content .item-title {
    line-height: 1.1;
  }
}
.photoshoot-home-page .photoshoot-box .item-content .item-subtitle {
  font-size: 18px;
  color: #dddddd;
  letter-spacing: 2px;
}
.photoshoot-home-page .photoshoot-box:hover:before {
  height: 93%;
  width: 87%;
  visibility: visible;
  opacity: 1;
}
.photoshoot-home-page .photoshoot-box:hover .item-img img {
  filter: grayscale(0);
}
.photoshoot-home-page .photoshoot-box:hover .item-content {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 0.4s;
}

.standard-photoshoot {
  padding: 115px 0 90px;
}
@media only screen and (max-width: 991px) {
  .standard-photoshoot {
    padding: 95px 0 70px;
  }
}
@media only screen and (max-width: 991px) {
  .standard-photoshoot {
    padding: 75px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .standard-photoshoot {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.standard-photoshoot .photoshoot-box .item-img img {
  width: 100%;
}
.standard-photoshoot .photoshoot-box:hover .item-img {
  transform: scale(1);
}
.standard-photoshoot .photoshoot-box:hover .item-img:before {
  transform: scale(0.9);
}

.photoshoot-album {
  padding-left: 300px;
}
@media only screen and (max-width: 991px) {
  .photoshoot-album {
    padding-left: 0;
  }
}
.photoshoot-album .photoshoot-inner {
  padding: 0;
}
.photoshoot-album .photoshoot-inner .photoshoot-box {
  margin-bottom: 0;
}
.photoshoot-album .photoshoot-inner .photoshoot-box .item-img {
  transition: all 0.3s ease-in-out;
}
.photoshoot-album .photoshoot-inner .photoshoot-box .item-img img {
  width: 100%;
}
.photoshoot-album .photoshoot-inner .photoshoot-box .item-content .item-title {
  font-size: 23px;
  line-height: 1.3;
}
.photoshoot-album .photoshoot-inner .photoshoot-box:hover .item-img {
  transform: scale(0.85);
}
.photoshoot-album .photoshoot-inner .item-img img {
  filter: grayscale(0);
}

.photoshoot-about {
  padding-left: 130px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .photoshoot-about {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .photoshoot-about {
    padding: 0 0 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .photoshoot-about {
    padding: 120px 0 80px 0;
  }
}
.photoshoot-about .slick-track {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .photoshoot-about .photosoot-content {
    max-width: 470px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
.photoshoot-about .photosoot-content .item-title {
  font-size: 50px;
  line-height: 65px;
}
.photoshoot-about .photosoot-content .item-title span {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .photoshoot-about .photosoot-content .item-title {
    font-size: 46px;
  }
  .photoshoot-about .photosoot-content .item-title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .photoshoot-about .photosoot-content .item-title {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 767px) {
  .photoshoot-about .photosoot-content .item-title {
    font-size: 38px;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 575px) {
  .photoshoot-about .photosoot-content .item-title {
    font-size: 32px;
  }
}
.photoshoot-about .photosoot-content .btn-line {
  margin-top: 10px;
}
.photoshoot-about span.slick-arrow {
  left: 40px;
  bottom: 0;
  z-index: 9;
  position: absolute;
}
.photoshoot-about span.slick-next.slick-arrow {
  left: 110px;
}
.photoshoot-about .photosoot-content.bottom-content {
  display: none;
}
@media only screen and (max-width: 767px) {
  .photoshoot-about .photosoot-content.top-content {
    display: none;
  }
  .photoshoot-about .photosoot-content.bottom-content {
    display: block;
  }
}

ul.item-social {
  padding-left: 0;
}

.custom-scroll {
  overflow: hidden;
}

/*------------------- 5.11 Portfolio -------------------*/
.portfolio-slider-box {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 100px 100px 0;
  margin-right: 15px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1366px) {
  .portfolio-slider-box {
    margin-right: 0;
    padding: 80px 0 65px 0;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-slider-box {
    margin-right: 0;
    padding: 80px 0 65px 0;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-slider-box {
    padding: 60px 0 35px;
  }
}
.portfolio-slider-box .portfolio-slider {
  background-repeat: no-repeat;
  background-position: center;
  min-height: 590px;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .portfolio-slider-box .portfolio-slider {
    background-image: none !important;
    min-height: auto;
  }
}
.portfolio-slider-box .portfolio-slider .slick-list {
  max-width: 420px;
  margin: 0 auto;
}
.portfolio-slider-box .portfolio-slider .portfolio-content {
  margin-left: 0;
}
@media only screen and (max-width: 575px) {
  .portfolio-slider-box .portfolio-slider .portfolio-content {
    margin-right: 0;
    text-align: center;
  }
}
.portfolio-slider-box .portfolio-slider .portfolio-content .item-title {
  margin-bottom: 12px;
}
@media only screen and (max-width: 575px) {
  .portfolio-slider-box .portfolio-slider .portfolio-content .item-title {
    color: #ffffff;
  }
}
.portfolio-slider-box .portfolio-slider .portfolio-content p {
  margin-bottom: 36px;
}
@media only screen and (max-width: 575px) {
  .portfolio-slider-box .portfolio-slider .portfolio-content p {
    color: #ffffff;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-slider-box .portfolio-slider .portfolio-content .btn-line {
    color: #ffffff;
  }
  .portfolio-slider-box .portfolio-slider .portfolio-content .btn-line:before {
    background-color: #ffffff;
  }
}
.portfolio-slider-box .see-all-btn {
  position: absolute;
  bottom: 118px;
  left: 23.8%;
}
@media only screen and (max-width: 1366px) {
  .portfolio-slider-box .see-all-btn {
    bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-slider-box .see-all-btn {
    left: 21%;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-slider-box .see-all-btn {
    left: 0;
    bottom: 50px;
    position: relative;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-slider-box .see-all-btn {
    display: none;
  }
}
.portfolio-slider-box .see-all-btn a {
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
.portfolio-slider-box .see-all-btn a:hover {
  color: #cccccc;
}
.portfolio-slider-box .slick-dots {
  position: absolute;
  top: 50%;
  right: 10px;
  list-style: none;
  text-align: center;
  transform: translateX(50%) rotate(90deg);
  padding: 0;
}
@media only screen and (max-width: 1600px) {
  .portfolio-slider-box .slick-dots {
    right: -30px;
  }
}
@media only screen and (max-width: 1200px) {
  .portfolio-slider-box .slick-dots {
    right: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-slider-box .slick-dots {
    display: none !important;
  }
}
.portfolio-slider-box .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 100%;
}
.portfolio-slider-box .slick-dots li button {
  font-size: 0;
  line-height: 20;
  display: inline;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 100%;
  outline: none;
  background-color: rgba(255, 255, 255, 0.25);
}
.portfolio-slider-box .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.masonary-portfolio-section .masonary-portfolio {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .masonary-portfolio-section .masonary-portfolio {
    margin-bottom: 30px;
  }
}
.masonary-portfolio-section .masonary-portfolio img {
  filter: grayscale(100%);
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.masonary-portfolio-section .masonary-portfolio:hover img {
  filter: grayscale(0);
}
.masonary-portfolio-section .gallery-item {
  margin: 0;
}

.masonary-portfolio-section .masonary-portfolio a {
  clip-path: inset(0%);
  transition: clip-path 0.3s;
}
.masonary-portfolio-section .masonary-portfolio a:hover {
  clip-path: inset(5%);
}
.masonary-portfolio-section .masonary-portfolio a:hover img {
  transform: scale(1.1);
}

.portfolio-standard {
  overflow: hidden;
  padding-left: 100px;
}
@media only screen and (max-width: 991px) {
  .portfolio-standard {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-standard {
    padding-left: 0;
  }
  .portfolio-standard .slick-slider .slick-slide {
    margin-left: 0;
  }
}
.portfolio-standard:before {
  display: none;
}
.portfolio-standard .left-side-content {
  padding-right: 100px;
  padding-top: 255px;
  padding-bottom: 100px;
}
.portfolio-standard .left-side-content .slick-slider .slick-slide {
  margin-left: 0;
}
@media only screen and (max-width: 1440px) {
  .portfolio-standard .left-side-content {
    padding-top: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-standard .left-side-content {
    padding-right: 50px;
    padding-top: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .left-side-content {
    text-align: center;
    padding-top: 160px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.portfolio-standard .left-side-content .item-subtitle {
  font-size: 28px;
  font-weight: 600;
  color: #989898;
  letter-spacing: 4px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 1199px) {
  .portfolio-standard .left-side-content .item-subtitle {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .left-side-content .item-subtitle {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.portfolio-standard .left-side-content .item-title {
  font-size: 70px;
  line-height: 1.1;
  width: 80%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1440px) {
  .portfolio-standard .left-side-content .item-title {
    width: 100%;
  }
}
@media only screen and (max-width: 1299px) {
  .portfolio-standard .left-side-content .item-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-standard .left-side-content .item-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .left-side-content .item-title {
    margin-bottom: 40px;
    font-size: 50px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-standard .left-side-content .item-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-standard .left-side-content .item-title {
    font-size: 30px;
  }
}
.portfolio-standard .left-side-content .view-btn {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .left-side-content .view-btn {
    text-align: center;
  }
}
.portfolio-standard .left-side-content .view-btn .item-btn {
  font-weight: 600;
  color: #5a5a5a;
  border: 2px solid #ececec;
  padding: 12px 25px 8px;
  text-transform: uppercase;
}
.portfolio-standard .left-side-content .view-btn .item-btn:hover {
  background-color: #111111;
  color: #ffffff;
  border-color: #111111;
}
.portfolio-standard .right-side-content {
  height: 100vh;
  width: 100%;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .right-side-content {
    height: auto;
    padding-right: 0;
  }
}
.portfolio-standard .right-side-content .social-icon {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .portfolio-standard .right-side-content .social-icon {
    display: none;
  }
}
.portfolio-standard .right-side-content .social-icon label {
  color: #ffffff;
}
.portfolio-standard .right-side-content .social-icon .item-social {
  display: inline-block;
}
.portfolio-standard .right-side-content .social-icon .item-social li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
}
.portfolio-standard .right-side-content .social-icon .item-social li:last-child {
  margin-right: 0;
}
.portfolio-standard .right-side-content .social-icon .item-social li a {
  text-align: center;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 38px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.portfolio-standard .right-side-content .social-icon .item-social li a:hover {
  opacity: 0.8;
}
.portfolio-standard .right-side-content .social-icon .item-social li a:hover {
  background-color: #bbbbbb;
}
.portfolio-standard .right-side-content .slidein-content {
  position: absolute;
  top: 48%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 52;
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .right-side-content .slidein-content {
    top: 50%;
    z-index: 0;
  }
}
.portfolio-standard .right-side-content .slidein-content .slide-img {
  height: 100%;
  opacity: 0;
  transition: 0.3s ease-out;
}
@media only screen and (max-width: 1440px) {
  .portfolio-standard .right-side-content .slidein-content .slide-img {
    transform: scale(0.8);
  }
}
.portfolio-standard .right-side-content .slidein-content .slide-img img {
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .portfolio-standard .right-side-content .slidein-content .slide-img img {
    max-width: 350px;
    margin: 0 auto;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 380px) {
  .portfolio-standard .right-side-content .slidein-content .slide-img img {
    max-width: 300px;
    margin: 0 auto;
    margin-left: -15px;
  }
}
.portfolio-standard .right-side-content .slidein-content .slide-img.slick-current {
  opacity: 1;
}
.portfolio-standard .right-side-content .slide-img {
  margin-left: 0;
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .right-side-content .slide-img {
    height: 100%;
  }
}
.portfolio-standard .right-side-content .slide-img.bg-slick-img {
  position: relative;
}
.portfolio-standard .right-side-content .slide-img.bg-slick-img img {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 1023px) {
  .portfolio-standard .right-side-content .slide-img.bg-slick-img img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-standard .right-side-content .slide-img.bg-slick-img img {
    height: auto;
  }
}
.portfolio-standard .right-side-content .slide-img.bg-slick-img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
}
.portfolio-standard .right-side-content .more-project-btn {
  position: absolute;
  bottom: 64px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .right-side-content .more-project-btn {
    display: none;
  }
}
.portfolio-standard .right-side-content .more-project-btn .item-btn {
  font-weight: 600;
  color: #cccccc;
  text-transform: uppercase;
}
.portfolio-standard .right-side-content .more-project-btn .item-btn i {
  margin-left: 10px;
}
.portfolio-standard .right-side-content .more-project-btn .item-btn:hover {
  color: #ffffff;
}
.portfolio-standard .slick-nav {
  margin-left: -25px;
  margin-top: 180px;
}
@media only screen and (max-width: 1440px) {
  .portfolio-standard .slick-nav {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .slick-nav {
    margin-left: 0;
  }
}
.portfolio-standard .slick-nav.slick-nav-2, .portfolio-standard .slick-nav.slick-nav-1 {
  margin-top: 180px;
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .slick-nav.slick-nav-2, .portfolio-standard .slick-nav.slick-nav-1 {
    margin-top: 50px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .slick-nav.slick-nav-2, .portfolio-standard .slick-nav.slick-nav-1 {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .slick-nav.slick-nav-2 .slick-arrow, .portfolio-standard .slick-nav.slick-nav-1 .slick-arrow {
    bottom: 30px;
  }
}
@media only screen and (max-width: 1445px) {
  .portfolio-standard .slick-nav.slick-nav-2 {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .portfolio-standard .slick-nav.slick-nav-2 {
    margin-top: 50px;
  }
}
.portfolio-standard .slick-nav.slick-nav-2.mobile-navi, .portfolio-standard .slick-nav.slick-nav-1.mobile-navi {
  display: none;
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .slick-nav.slick-nav-2.mobile-navi, .portfolio-standard .slick-nav.slick-nav-1.mobile-navi {
    display: block;
  }
}
.portfolio-standard .slick-nav .nav-item {
  margin-left: 20px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}
.portfolio-standard .slick-nav .nav-item img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.portfolio-standard .slick-nav .nav-item:hover img {
  filter: grayscale(100%);
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .slick-nav .nav-item {
    margin: 0;
  }
}
.portfolio-standard .slick-nav .nav-item.slick-current img {
  filter: grayscale(100%);
}
.portfolio-standard .slick-nav .slick-navigation {
  text-align: center;
  top: auto;
  bottom: -65px;
  transform: translateX(-50%);
  height: 35px;
  width: 35px;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: absolute;
  background-color: transparent;
  padding: 0;
  margin-left: 0;
}
.portfolio-standard .slick-nav .slick-navigation:before {
  display: none;
}
.portfolio-standard .slick-nav .slick-navigation i {
  color: #a4a2a2;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.portfolio-standard .slick-nav .slick-navigation:hover {
  background-color: #000000;
  border-color: #000000;
}
.portfolio-standard .slick-nav .slick-navigation:hover i {
  color: #ffffff;
}
.portfolio-standard .slick-nav .slick-navigation:after {
  content: "";
  height: 1px;
  width: 100px;
  background-color: #c5c5c5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-standard .slick-nav .slick-next {
  left: 54%;
}
@media only screen and (max-width: 1440px) {
  .portfolio-standard .slick-nav .slick-next {
    left: 56%;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-standard .slick-nav .slick-next {
    left: 57%;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .slick-nav .slick-next {
    left: 54%;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-standard .slick-nav .slick-next {
    left: 57%;
  }
}
.portfolio-standard .slick-nav .slick-next:after {
  right: -120px;
}
.portfolio-standard .slick-nav .slick-prev {
  left: 46%;
}
@media only screen and (max-width: 1440px) {
  .portfolio-standard .slick-nav .slick-prev {
    left: 47%;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-standard .slick-nav .slick-prev {
    left: 45%;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-standard .slick-nav .slick-prev {
    left: 47%;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-standard .slick-nav .slick-prev {
    left: 45%;
  }
}
.portfolio-standard .slick-nav .slick-prev:after {
  left: -120px;
}

.admin-bar .portfolio-standard {
  margin-top: 30px;
}
.admin-bar .portfolio-standard .right-side-content .social-icon {
  top: 55px;
}

@media only screen and (max-width: 991px) {
  .portfolio-modern-slider {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-modern-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.portfolio-modern-slider .left-side-content {
  position: relative;
  margin-right: -380px;
  padding-top: 280px;
  padding-right: 50px;
  padding-bottom: 40px;
  z-index: 40;
  background-color: #ffffff;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .portfolio-modern-slider .left-side-content {
    padding-top: 250px;
    margin-right: -250px;
  }
}
@media only screen and (max-width: 1299px) {
  .portfolio-modern-slider .left-side-content {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-modern-slider .left-side-content {
    margin-right: 0;
    padding-top: 160px;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
}
.portfolio-modern-slider .left-side-content .slide-text .item-title {
  font-size: 60px;
  margin-bottom: 25px;
  line-height: 70px;
}
.portfolio-modern-slider .left-side-content .slide-text .item-title span {
  display: block;
}
@media only screen and (max-width: 1440px) {
  .portfolio-modern-slider .left-side-content .slide-text .item-title {
    width: 80%;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-modern-slider .left-side-content .slide-text .item-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-modern-slider .left-side-content .slide-text .item-title {
    width: 100%;
    font-size: 45px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-modern-slider .left-side-content .slide-text .item-title {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-modern-slider .left-side-content .slide-text .item-title {
    font-size: 34px;
    line-height: 35px;
  }
}
.portfolio-modern-slider .left-side-content .slide-text p {
  width: 50%;
}
@media only screen and (max-width: 1440px) {
  .portfolio-modern-slider .left-side-content .slide-text p {
    width: 70%;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-modern-slider .left-side-content .slide-text p {
    width: 65%;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-modern-slider .left-side-content .slide-text p {
    width: 100%;
  }
}
.portfolio-modern-slider .left-side-content .slide-text .view-btn {
  margin-top: 30px;
  text-align: left;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .portfolio-modern-slider .left-side-content .slide-text .view-btn {
    text-align: center;
  }
}
.portfolio-modern-slider .left-side-content .slide-text .view-btn .btn-line {
  color: #666666;
}
.portfolio-modern-slider .left-side-content .slide-text .view-btn .btn-line:before {
  background-color: #666666;
}
.portfolio-modern-slider .left-side-content .slide-text .view-btn .btn-line:hover {
  color: #000000;
}
.portfolio-modern-slider .left-side-content .slide-text .view-btn .btn-line:hover:before {
  background-color: #000000;
}
.portfolio-modern-slider .left-side-content .social-icon {
  margin-top: 120px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1440px) {
  .portfolio-modern-slider .left-side-content .social-icon {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1299px) {
  .portfolio-modern-slider .left-side-content .social-icon {
    margin-top: 60px;
  }
}
.portfolio-modern-slider .left-side-content .social-icon label {
  color: #000000;
  font-weight: 600;
}
.portfolio-modern-slider .left-side-content .social-icon .item-social {
  display: inline-block;
}
.portfolio-modern-slider .left-side-content .social-icon .item-social li {
  display: inline-block;
  margin-bottom: 5px;
}
.portfolio-modern-slider .left-side-content .social-icon .item-social li:last-child {
  margin-right: 0;
}
.portfolio-modern-slider .left-side-content .social-icon .item-social li a {
  text-align: center;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #a1a1a1;
  transition: all 0.3s ease-in-out;
}
.portfolio-modern-slider .left-side-content .social-icon .item-social li a:hover {
  color: #ffffff;
}
.portfolio-modern-slider .left-side-content .social-icon .item-social li .fmwave-fac:hover {
  background-color: #4a669d;
}
.portfolio-modern-slider .left-side-content .social-icon .item-social li .fmwave-twi:hover {
  background-color: #1c9dec;
}
.portfolio-modern-slider .left-side-content .social-icon .item-social li .fmwave-ins:hover {
  background-color: #e83a36;
}
.portfolio-modern-slider .left-side-content .social-icon .item-social li .fmwave-you:hover {
  background-color: #f80000;
}
.portfolio-modern-slider .left-side-content .social-icon .item-social li .fmwave-pin:hover {
  background-color: #c8232c;
}
.portfolio-modern-slider .left-side-content .slick-nav .nav-item.slick-current {
  position: relative;
}
.portfolio-modern-slider .left-side-content .slick-nav .nav-item.slick-current:after {
  content: "";
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
}
.portfolio-modern-slider .left-side-content .slick-nav .nav-item.slick-current img {
  filter: grayscale(0);
}
.portfolio-modern-slider .left-side-content .slick-nav .slick-navigation {
  top: 35%;
  bottom: auto;
  background-color: #ffffff;
  height: 40px;
  width: 40px;
  z-index: 50;
}
.portfolio-modern-slider .left-side-content .slick-nav .slick-navigation:before {
  display: none;
}
.portfolio-modern-slider .left-side-content .slick-nav .slick-navigation i {
  color: #000000;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.portfolio-modern-slider .left-side-content .slick-nav .slick-navigation:hover {
  background-color: #000000;
  border-color: #000000;
}
.portfolio-modern-slider .left-side-content .slick-nav .slick-navigation:hover i {
  color: #ffffff;
}
.portfolio-modern-slider .left-side-content .slick-nav .slick-navigation:after {
  display: none;
}
.portfolio-modern-slider .left-side-content .slick-nav .slick-next {
  right: 0;
  left: auto;
}
.portfolio-modern-slider .left-side-content .slick-nav .slick-prev {
  left: 60px;
}
@media only screen and (max-width: 991px) {
  .portfolio-modern-slider .right-side-content {
    margin-bottom: 50px;
  }
}
.portfolio-modern-slider .right-side-content .slidein-content {
  top: 40%;
  left: -200px;
}
@media only screen and (max-width: 1440px) {
  .portfolio-modern-slider .right-side-content .slidein-content {
    top: 45%;
    left: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-modern-slider .right-side-content .slidein-content {
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1440px) {
  .portfolio-modern-slider .right-side-content .slidein-content .slide-img {
    transform: scale(0.7);
  }
}

@media only screen and (max-width: 575px) {
  .h1-service-list {
    position: relative;
  }
  .h1-service-list:after {
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: #000;
    opacity: 0.5;
  }
}
.img-width-unset img {
  max-width: unset;
}
@media only screen and (max-width: 767px) {
  .img-width-unset img {
    max-width: 100%;
  }
}

.package-video {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .package-video {
    text-align: center;
    margin-top: 40px;
  }
}
.package-video:before {
  content: "";
  height: 100%;
  width: 55%;
  background-color: #fafafa;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .package-video:before {
    display: none;
  }
}
.package-video .item-img {
  position: relative;
  margin-left: 30px;
  transform: translateY(80px);
}
@media only screen and (max-width: 991px) {
  .package-video .item-img {
    margin-left: 0;
    transform: translateY(0);
  }
}
.package-video .video-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.package-video .video-icon .play-btn {
  position: relative;
  text-align: center;
  height: 190px;
  width: 190px;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  font-size: 25px;
  color: #ffffff;
  margin: 0 auto;
  animation: pulse 2100ms infinite;
}
@media only screen and (max-width: 991px) {
  .package-video .video-icon .play-btn {
    height: 160px;
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .package-video .video-icon .play-btn {
    height: 140px;
    width: 140px;
  }
}
.package-video .video-icon .play-btn:before {
  content: "";
  height: 80px;
  width: 80px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
  animation: pulse 2000ms infinite;
}
.package-video .video-icon .play-btn i {
  margin-left: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.pricelist-package {
  position: relative;
}
.pricelist-package:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.pricelist-package .section-header .heading-title {
  color: #ffffff;
}
.pricelist-package .section-header p {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .pricelist-package .package-item {
    max-width: 540px;
    margin: 0 auto 10px;
  }
}
.pricelist-package .package-item .item-img img {
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.pricelist-package .package-item .item-content {
  background-color: #ffffff;
  box-shadow: 0px 0px 87px rgba(0, 0, 0, 0.1);
  padding: 45px 50px 35px;
  position: relative;
}
@media only screen and (max-width: 575px) {
  .pricelist-package .package-item .item-content {
    padding: 45px 30px 35px;
  }
}
.pricelist-package .package-item .item-content .package-name {
  position: absolute;
  top: -20px;
  background-color: #000000;
  padding: 5px 20px;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.pricelist-package .package-item .item-content .item-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.pricelist-package .package-item .item-content .item-features {
  padding: 0;
  list-style: none;
  margin-bottom: 45px;
}
.pricelist-package .package-item .item-content .item-features li {
  position: relative;
  margin-bottom: 5px;
  font-size: 15px;
}
.pricelist-package .package-item .item-content .item-features li:last-child {
  margin-bottom: 0;
}
.pricelist-package .package-item .item-content .item-features li i {
  margin-right: 10px;
  font-size: 16px;
  float: left;
  margin-top: 4px;
}
.pricelist-package .package-item .item-content .item-features li span {
  overflow: hidden;
  display: inherit;
}
.pricelist-package .package-item .item-content .item-price {
  font-size: 36px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.pricelist-package .package-item .item-content .item-price .currency-symbol {
  margin-right: 10px;
}
.pricelist-package .package-item:hover .item-img img {
  filter: grayscale(0);
}
.pricelist-package .package-item:hover .item-content .package-name {
  background-color: #000000;
}
.pricelist-package .package-item:hover .item-content .item-price {
  color: #000000;
}

.pricelist-about {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .pricelist-about {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .pricelist-about {
    padding: 80px 0;
  }
}
.pricelist-about .about-content {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .pricelist-about .about-content {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .pricelist-about .about-content .item-img img {
    width: 100%;
  }
}
.pricelist-about .about-content .item-content {
  flex: 1;
  background-color: #ffffff;
  box-shadow: 0px 0px 87px 0px rgba(0, 0, 0, 0.1);
  margin-left: -100px;
  padding: 75px 80px 65px;
}
@media only screen and (max-width: 1199px) {
  .pricelist-about .about-content .item-content {
    margin-left: -240px;
  }
}
@media only screen and (max-width: 991px) {
  .pricelist-about .about-content .item-content {
    margin-left: 0;
    padding: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .pricelist-about .about-content .item-content {
    padding: 30px 25px;
  }
}
.pricelist-about .about-content .item-content .item-title {
  line-height: 45px;
}
.pricelist-about .about-content .item-content .btn-line {
  margin-top: 8px;
}

.pricing-table .pricing-box {
  background-color: #ffffff;
  padding: 60px 50px 60px 90px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .pricing-table .pricing-box {
    padding: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-table .pricing-box {
    text-align: center;
  }
}
.pricing-table .pricing-box .item-icon {
  margin-bottom: 18px;
}
.pricing-table .pricing-box .item-icon i:before {
  font-size: 60px;
  color: rgba(0, 0, 0, 0.2);
}
.pricing-table .pricing-box .item-title {
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.pricing-table .pricing-box .item-price {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
.pricing-table .pricing-box .item-price .currency-symbol {
  margin-right: -8px;
}
.pricing-table .pricing-box .item-price .item-duration {
  font-size: 18px;
  margin-left: -8px;
}
.pricing-table .pricing-box .item-features {
  margin-bottom: 50px;
}
.pricing-table .pricing-box .item-features ul {
  padding: 0;
  list-style: none;
}
.pricing-table .pricing-box .item-features ul li {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.pricing-table .pricing-box .item-features ul li i {
  margin-right: 10px;
  font-size: 13px;
  float: left;
  margin-top: 7px;
}
.pricing-table .pricing-box .item-features ul li span {
  overflow: hidden;
  display: inherit;
}
.pricing-table .pricing-box .order-btn {
  color: #5a5a5a;
  font-weight: 600;
  padding: 9px 24px 7px;
  text-transform: uppercase;
  border: 2px solid #ececec;
}
.pricing-table .pricing-box:hover .item-features li {
  color: #000000;
}
.pricing-table .pricing-box:hover .order-btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.pricing-table .pricing-box:hover .order-btn:hover {
  background-color: transparent;
  color: #000000;
  border-color: #ececec;
}

@media only screen and (max-width: 767px) {
  .break-in-text br {
    display: none;
  }
}

/*------------------- 5.13 Progress -------------------*/
.progress-circle-section {
  padding: 120px 0 80px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .progress-circle-section {
    padding: 100px 0 60px;
  }
}
.progress-circle-section:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.progress-box {
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.progress-box .pie-chart-percent {
  width: 100%;
  position: absolute;
  margin-bottom: 15px;
}
.progress-box .pie-chart-percent span,
.progress-box .pie-chart-percent sup {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
}
.progress-box .pie-chart-percent sup {
  top: auto;
  left: -3px;
}
.progress-box .item-title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.progress-box canvas {
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.progress-circle-section.circle-dark:before {
  background-color: #ffffff;
}
.progress-circle-section.circle-dark .progress-box .item-title {
  color: #000000;
}
.progress-circle-section.circle-dark .progress-box .circle-progress span {
  color: #bababa;
}

/*------------------- 5.14 Service -------------------*/
.video-v2 .item-video {
  position: relative;
  text-align: center;
}
.video-v2 .item-video .popup-video {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.video-v2 .item-video .popup-video .play-btn {
  height: 93px;
  width: 93px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 26px;
  color: #5a5a5a;
  margin: 0 auto;
  animation: pulse 1000ms infinite;
}
.video-v2 .item-video .popup-video .play-btn i {
  margin-left: 7px;
}
.video-v2 .item-video .popup-video .play-btn:hover {
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .video-v2 .item-video .popup-video .play-btn {
    height: 80px;
    width: 80px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .video-v2 .item-video .popup-video .play-btn {
    height: 60px;
    width: 60px;
    font-size: 22px;
  }
}

.service-offer .service-box {
  position: relative;
  background-color: #ffffff;
  padding: 45px 40px 30px;
}
@media only screen and (max-width: 575px) {
  .service-offer .service-box {
    padding: 40px 20px 20px;
  }
}
.service-offer .service-box .item-sl {
  color: rgba(102, 102, 102, 0.08);
  font-size: 140px;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  bottom: -20px;
  right: 30px;
}
@media only screen and (max-width: 575px) {
  .service-offer .service-box .item-sl {
    font-size: 100px;
    bottom: 0;
    right: 0;
  }
}
.service-offer .service-box:hover .media .item-icon {
  border-color: #000000;
}
.service-offer .service-box:hover .media .item-icon i:before {
  color: #000000;
}
@media only screen and (max-width: 575px) {
  .service-offer .media {
    display: block;
    text-align: center;
  }
}
.service-offer .media .item-icon {
  text-align: center;
  height: 80px;
  width: 80px;
  border: 1px solid #bcbcbc;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .service-offer .media .item-icon {
    margin-right: 0;
    margin-top: 0;
    margin: 0 auto 20px;
  }
}
.service-offer .media .item-icon i:before {
  color: #bcbcbc;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
.service-offer .media .item-icon i.flaticon-film {
  height: 25px;
}
.service-offer .media .media-body .item-title {
  margin-bottom: 4px;
  font-size: 22px;
}

.icon-box-default .item-icon i {
	font-size: 30px;
}

/*------------------- 5.14 Team -------------------*/
.team-standard {
  background-color: #f8fafe;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.team-standard .team-box {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .team-standard .team-box .item-img img {
    width: 100%;
  }
}
.team-standard .team-box .content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.team-standard .team-box .content-wrap:before {
  content: "";
  height: 100%;
  width: 0%;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
}
.team-standard .team-box .item-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 30px 20px;
}
.team-standard .team-box .item-content .item-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 8px;
  line-height: 28px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.4s;
}
.team-standard .team-box .item-content .item-title a {
  color: #111111;
}
.team-standard .team-box .item-content .item-title a:hover {
  color: #ec1c24;
}
.team-standard .team-box .item-content .item-subtitle {
  font-size: 15px;
  color: #737373;
  margin-bottom: 5px;
  line-height: 1.4;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.team-standard .team-box .item-content .item-time {
  font-size: 15px;
  font-weight: 600;
  color: #ec1c24;
  visibility: hidden;
  opacity: 0;
  margin-bottom: 5px;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
}
.team-standard .team-box .item-content .item-social {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  transition-delay: 0.1s;
}
.team-standard .team-box .item-content .item-social a {
  font-size: 15px;
  padding: 5px 6px;
}
.team-standard .team-box .item-content .item-social a:first-child {
  padding-left: 0;
}
.team-standard .team-box .item-content .item-social .fa-facebook-f {
  color: #355dae;
}
.team-standard .team-box .item-content .item-social .fa-x-twitter {
  color: #1c9deb;
}
.team-standard .team-box .item-content .item-social .fa-linkedin-in {
  color: #0077B5;
}
.team-standard .team-box .item-content .item-social .fa-youtube {
  color: #f30632;
}
.team-standard .team-box .item-content .item-social .fa-pinterest-p {
  color: #DF1A26;
}
.team-standard .team-box .item-content .item-social .fa-instagram {
  color: #C23B8A;
}
.team-standard .team-box:hover .content-wrap:before {
  visibility: visible;
  opacity: 1;
  width: 100%;
  left: 0;
  transition-delay: 0s;
}
.team-standard .team-box:hover .item-content .item-title, .team-standard .team-box:hover .item-content .item-subtitle, .team-standard .team-box:hover .item-content .item-time, .team-standard .team-box:hover .item-content .item-social {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.team-standard .team-box:hover .item-content .item-subtitle {
  transition-delay: 0.5s;
}
.team-standard .team-box:hover .item-content .item-time {
  transition-delay: 0.6s;
}
.team-standard .team-box:hover .item-content .item-social {
  transition-delay: 0.7s;
}
/*team modern*/
.team-modern .team-box {
  background-color: #1a1818;
  border-radius: 3px;
  margin-bottom: 30px;
  box-shadow: 0 0 25px 27px rgba(0, 0, 0, 0.03);
}
.team-modern .team-box .item-img img {
  clip-path: circle(38% at 50% 55%);
  transition: all 0.5s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .team-modern .team-box .item-img img {
    width: 100%;
  }
}
.team-modern .team-box .item-content {
  padding: 22px 34px 25px;
  text-align: center;
}
.team-modern .team-box .item-content .item-title {
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
}
.team-modern .team-box .item-content .item-title a {
  color: #ffffff;
}
.team-modern .team-box .item-content .item-title a:hover {
  color: #ec1c24;
}
.team-modern .team-box .item-content .item-subtitle {
  font-size: 15px;
  margin-bottom: 5px;
  color: #c9c9c9;
  line-height: 1.4;
}
.team-modern .team-box .item-content p {
  color: #c5bebe;
}
.team-modern .team-box .item-content .item-time {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 5px;
}
.team-modern .team-box .item-content .item-social a {
  font-size: 15px;
  padding: 5px 6px;
}
.team-modern .team-box .item-content .item-social a:first-child {
  padding-left: 0;
}
.team-modern .team-box .item-content .item-social a:hover {
  color: #ec1c24;
}
.team-modern .team-box .item-content .item-social .fa-facebook-f {
  color: #355dae;
}
.team-modern .team-box .item-content .item-social .fa-x-twitter {
  color: #1c9deb;
}
.team-modern .team-box .item-content .item-social .fa-linkedin-in {
  color: #0077B5;
}
.team-modern .team-box .item-content .item-social .fa-youtube {
  color: #f30632;
}
.team-modern .team-box .item-content .item-social .fa-pinterest-p {
  color: #DF1A26;
}
.team-modern .team-box .item-content .item-social .fa-instagram {
  color: #C23B8A;
}
.team-modern .team-box:hover .item-img img {
  clip-path: circle(100% at 50% 55%);
}
/*team grid*/
.team-grid .team-box {
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 30px 40px 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.team-grid .team-box:hover {
  box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
}
.team-grid .show-running a {
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  top: 12px;
  right: 20px;
  z-index: 1;
}
.team-grid .show-running:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 90px solid #ec1c24;
  border-left: 100px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.team-grid .team-item {
  display: flex;
  align-items: inherit;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .team-grid .team-item {
    display: block;
  }
}
.team-grid .team-item .item-img {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1199px) {
  .team-grid .team-item .item-img {
    display: inherit;
    text-align: center;
  }
}
.team-grid .team-item .item-content {
  margin-right: 15px;
  padding-bottom: 20px;
  width: 85%;
}
@media only screen and (max-width: 1199px) {
  .team-grid .team-item .item-content {
    text-align: center;
    margin-right: 0;
	width: auto;
  }
}
.team-grid .team-item .item-content .item-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 6px;
  line-height: 28px;
}
.team-grid .team-item .item-content .item-title a {
  color: #000000;
}
.team-grid .team-item .item-content .item-title a:hover {
  color: #ec1c24;
}
.team-grid .team-item .item-content .item-subtitle {
  font-size: 15px;
  color: #737373;
  margin-bottom: 5px;
  line-height: 1.4;
}
.team-grid .team-item .item-content .item-time {
  font-size: 15px;
  font-weight: 500;
  color: #ec1c24;
  margin-bottom: 5px;
}
.team-grid .team-item .item-content .item-social a {
  font-size: 15px;
  padding: 5px 6px;
}
.team-grid .team-item .item-content .item-social a:first-child {
  padding-left: 0;
}
.team-grid .team-item .item-content .item-social a:hover {
  color: #ec1c24;
}
.team-grid .team-item .item-content .item-social .fa-facebook-f {
  color: #355dae;
}
.team-grid .team-item .item-content .item-social .fa-x-twitter {
  color: #1c9deb;
}
.team-grid .team-item .item-content .item-social .fa-linkedin-in {
  color: #0077B5;
}
.team-grid .team-item .item-content .item-social .fa-youtube {
  color: #f30632;
}
.team-grid .team-item .item-content .item-social .fa-pinterest-p {
  color: #DF1A26;
}
.team-grid .team-item .item-content .item-social .fa-instagram {
  color: #C23B8A;
}
/*team modern 2*/
.team-modern-2 .team-box {
  background-color: #ffffff;
  border-radius: 7px;
  margin-bottom: 30px;
  box-shadow: 0 0 25px 27px rgba(0, 0, 0, 0.03);
}
.team-modern-2 .team-box .item-img {
  position: relative;
	padding: 30px 40px;
	text-align: center;
}
.team-modern-2 .team-box .item-img:before {
  position: absolute;
  content: url(../img/element/shape_31.png);
  top: 30px;
  right: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.team-modern-2 .team-box:hover .item-img:before {
  filter: grayscale(1);
}
.team-modern-2 .team-box .item-img img {
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  width: 190px;
  height: 190px;
  position: relative;
  z-index: 1;
}
.team-modern-2 .team-box .item-content {
  padding: 0 34px 25px;
  text-align: center;
}
.team-modern-2 .team-box .item-content .item-title {
  line-height: 28px;
  color: #111111;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
}
.team-modern-2 .team-box .item-content .item-title a {
  color: #111111;
}
.team-modern-2 .team-box .item-content .item-title a:hover {
  color: #ec1c24;
}
.team-modern-2 .team-box .item-content .item-subtitle {
	position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    color: #646464;
    line-height: 1.4;
}
.team-modern-2 .team-box .item-content .item-subtitle:after {
	position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 36px;
    margin: 0 auto;
    background: #ec1c24;
    transition: all 0.3s ease-in-out;
}
.team-modern-2 .team-box:hover .item-content .item-subtitle:after {
    width: 70px;
}
.team-modern-2 .team-box .item-content p {
  color: #c5bebe;
}
.team-modern-2 .team-box .item-content .item-time {
  font-size: 16px;
  font-weight: 400;
  color: #646464;
  margin-bottom: 5px;
}
.team-modern-2 .team-box .item-content .item-time i {
	margin-right: 10px;
}
.team-modern-2 .team-box .item-content .item-social a {
  font-size: 15px;
  padding: 5px 6px;
}
.team-modern-2 .team-box .item-content .item-social a:first-child {
  padding-left: 0;
}
.team-modern-2 .team-box .item-content .item-social a:hover {
  color: #ec1c24;
}
.team-modern-2 .team-box .item-content .item-social .fa-facebook-f {
  color: #355dae;
}
.team-modern-2 .team-box .item-content .item-social .fa-x-twitter {
  color: #1c9deb;
}
.team-modern-2 .team-box .item-content .item-social .fa-linkedin-in {
  color: #0077B5;
}
.team-modern-2 .team-box .item-content .item-social .fa-youtube {
  color: #f30632;
}
.team-modern-2 .team-box .item-content .item-social .fa-pinterest-p {
  color: #DF1A26;
}
.team-modern-2 .team-box .item-content .item-social .fa-instagram {
  color: #C23B8A;
}
/*Single team*/
.team-inner-page {
  padding: 100px 0 70px;
}
@media only screen and (max-width: 991px) {
  .team-inner-page {
    padding: 80px 0 50px;
  }
}
.team-inner-page .team-box {
  border-radius: 3px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 25px 27px rgba(0, 0, 0, 0.03);
}
.team-inner-page .team-box .item-img img {
  transition: all 0.5s ease-in-out;
  clip-path: circle(38% at 50% 55%);
}
@media only screen and (max-width: 1199px) {
  .team-inner-page .team-box .item-img img {
    width: 100%;
  }
}
.team-inner-page .team-box .item-content {
  padding: 22px 20px 25px 40px;
}
.team-inner-page .team-box .item-content .item-title {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 28px;
}
.team-inner-page .team-box .item-content .item-subtitle {
  font-size: 15px;
  margin-bottom: 20px;
  color: #a2a2a2;
}
.team-inner-page .team-box .item-content .item-time {
  font-weight: 600;
  color: #ec1c24;
}
.team-inner-page .team-box .item-content .item-social a {
  font-size: 15px;
  padding: 5px 6px;
}
.team-inner-page .team-box .item-content .item-social a:first-child {
  padding-left: 0;
}
.team-inner-page .team-box .item-content .item-social a:hover {
  color: #ec1c24;
}
.team-inner-page .team-box:hover .item-img img {
  clip-path: circle(100% at 50% 55%);
}

/******************* Shape Animation *****************/
.animation-layout1 .shape-img .img-animate {
  position: absolute;
  z-index: 1;
  animation: zoomdown infinite 5s;
  transition: all 1s ease-in-out;
}
.animation-layout1 .shape-img .left-img1 {
  top: 170px;
  left: -1px;
}
.animation-layout1 .shape-img .left-img1.sal-animate {
  top: 170px;
  left: 8%;
}
.animation-layout1 .shape-img .left-img2 {
  top: 505px;
  left: -1px;
}
.animation-layout1 .shape-img .left-img2.sal-animate {
  top: 505px;
  left: 5%;
}
.animation-layout1 .shape-img .left-img3 {
  top: 790px;
  left: -1px;
}
.animation-layout1 .shape-img .left-img3.sal-animate {
  top: 790px;
  left: 8%;
}
.animation-layout1 .shape-img .right-img1 {
  top: 170px;
  right: -1px;
}
.animation-layout1 .shape-img .right-img1.sal-animate {
  top: 170px;
  right: 10%;
}
.animation-layout1 .shape-img .right-img2 {
  top: 505px;
  right: -1px;
}
.animation-layout1 .shape-img .right-img2.sal-animate {
  top: 505px;
  right: 12%;
}
.animation-layout1 .shape-img .right-img3 {
  top: 790px;
  right: -1px;
}
.animation-layout1 .shape-img .right-img3.sal-animate {
  top: 790px;
  right: 4%;
}
/*layout 2*/
.animation-layout2 .shape-img .img-animate {
  position: absolute;
  z-index: 1;
  animation: zoomdown infinite 5s;
  transition: all 1s ease-in-out;
}
.animation-layout2 .shape-img .left-img1 {
  top: -40px;
  left: -1px;
}
.animation-layout2 .shape-img .left-img1.sal-animate {
  top: -40px;
  left: 7%;
}
.animation-layout2 .shape-img .left-img2 {
  top: -30px;
  left: 50%;
}
.animation-layout2 .shape-img .left-img2.sal-animate {
  top: -30px;
  left: 50%;
}
.animation-layout2 .shape-img .left-img3 {
  top: 30px;
  right: -1px;
}
.animation-layout2 .shape-img .left-img3.sal-animate {
  top: 30px;
  right: 15%;
}
.animation-layout2 .shape-img .right-img1 {
  top: 505px;
  right: -1px;
}
.animation-layout2 .shape-img .right-img1.sal-animate {
  top: 500px;
  right: 10%;
}
.animation-layout2 .shape-img .right-img2 {
  top: 500px;
  left: -1px;
}
.animation-layout2 .shape-img .right-img2.sal-animate {
  top: 500px;
  left: 30%;
}
/*layout 3*/
.animation-layout3 .shape-img .img-animate {
  position: absolute;
  opacity: 0.1 !important;
  z-index: 1;
  animation: zoomdown infinite 5s;
  transition: all 1s ease-in-out;
}
.animation-layout3 .shape-img .right-img1 {
  top: -152px;
  right: 8%;
}
.animation-layout3 .shape-img .right-img1.sal-animate {
  top: -152px;
  right: 13%;
}
.animation-layout3 .shape-img .right-img2 {
    top: -190px;
    right: 90%;
}
.animation-layout3 .shape-img .right-img2.sal-animate {
    top: -190px;
    right: 80%;
}
.animation-layout3 .shape-img .right-img3 {
    top: 500px;
    right: 11%;
}
.animation-layout3 .shape-img .right-img3.sal-animate {
    top: 350px;
    right: 11%;
}
.animation-layout3 .shape-img .right-img4 {
    top: 250px;
    right: 90%;
}
.animation-layout3 .shape-img .right-img4.sal-animate {
  top: 250px;
    right: 75%;
}
/*layout 4*/
.animation-layout4 .shape-img .img-animate {
  position: absolute;
  z-index: 1;
  transition: all 1s ease-in-out;
}
.animation-layout4 .shape-img .left-img1 {
  top: -40px;
  left: -1px;
}
.animation-layout4 .shape-img .left-img1.sal-animate {
  top: -40px;
  left: 7%;
}
.animation-layout4 .shape-img .left-img2 {
  top: -30px;
  left: 50%;
}
.animation-layout4 .shape-img .left-img2.sal-animate {
  top: -30px;
  left: 50%;
}
.animation-layout4 .shape-img .right-img1 {
  top: 250px;
  right: -150px;
}
.animation-layout4 .shape-img .right-img1.sal-animate {
    top: 250px;
    right: 0;
}
.animation-layout4 .shape-img .right-img2 {
  top: 250px;
  left: -150px;
}
.animation-layout4 .shape-img .right-img2.sal-animate {
  top: 250px;
  left: 0;
}
/*single team layout*/
.single-rtcpt_team .content-area {
	padding-bottom: 0;
}
.single-team-layout {
	padding-bottom: 100px;
}
.single-team-layout .item-content .item-title {
    font-size: 28px;
    font-weight: 600;
}
.single-team-layout .item-content .item-designation {
    color: #ec1c24;
    font-weight: 500;
}
.single-team-layout .item-img {
    height: 100%;
}
.single-team-layout .item-img img {
	border-radius: 3px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-team-layout .single-team-box {
    background: #fffafa;
    padding: 50px 45px 60px;
    border-radius: 3px;
}
.single-team-layout .item-meta-wrap {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.single-team-layout .item-meta-wrap .item-btn {
    background-color: #ec1c24;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-right: 40px;
    padding: 8px 20px;
    border-radius: 3px;
    position: relative;
    z-index: 2;
}
.single-team-layout .item-meta-wrap .item-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #bd2127;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.single-team-layout .item-meta-wrap .item-btn:hover:after {
    left: 0;
    width: 100%;
}
.single-team-layout .item-content .item-social {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-team-layout .item-content .item-social li {
  display: inline-flex;
  margin-right: 10px;
}
.single-team-layout .item-content .item-meta a {
    color: #585858;
    width: 44px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #c4c4c4;
    border-radius: 50%;
    text-align: center;
}
.single-team-layout .item-content .item-meta a:hover {
	background-color: #ec1c24;
    border: 1px solid transparent;
    color: #ffffff;
}
@media(max-width: 991px){
	.single-team-layout .item-content {
		padding-top: 30px;
	}
	.single-team-layout {
		padding-bottom: 70px;
	}
}
@media(max-width: 1199px){
    .single-team-layout .item-meta-wrap {
        display: block;
    }
    .single-team-layout .item-meta-wrap .item-btn {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
/*related-team */
.team-related-show .related-title,
.team-related-schedule .related-title,
.team-related-item .related-title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
}
.team-related-show {
	background-color: #f6f6f6;
	padding-top: 96px;
	padding-bottom: 70px;
}
.team-related-schedule {
    padding-top: 96px;
    padding-bottom: 70px;
}

.team-related-item {
    background-color: #f5fafe;
    padding-top: 96px;
    padding-bottom: 100px;
}
/*------------------- 5.3 Show -------------------*/
.current-show {
  padding-top: 130px;
}
@media only screen and (max-width: 1199px) {
  .current-show {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .current-show {
    padding-top: 80px;
  }
}
.current-show .content-box {
  background-color: #ffffff;
  box-shadow: 0px 16px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 0 70px 0 20px;
}
@media only screen and (max-width: 1199px) {
  .current-show .content-box {
    padding: 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .current-show .content-box {
    padding: 30px;
  }
}
.current-show .media {
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .current-show .media {
    display: block;
  }
}
.current-show .media .item-img {
  margin-right: 70px;
  margin-top: -100px;
}
@media only screen and (max-width: 1199px) {
  .current-show .media .item-img {
    margin-right: 0;
    margin-top: 0;
  }
}
.current-show .media .media-body {
  padding-right: 100px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .current-show .media .media-body {
    padding-right: 0;
    padding-top: 50px;
    margin-left: 0rem;
  }
}
.current-show .media .media-body .show-status {
  position: absolute;
  top: -85%;
  left: 0;
  font-weight: 500;
  color: #ffffff;
  background-color: #ec1c24;
  padding: 10px 25px;
  border-radius: 30px;
}
@media only screen and (max-width: 1199px) {
  .current-show .media .media-body .show-status {
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 479px) {
  .current-show .media .media-body .show-status {
    width: 100%;
  }
}
.current-show .media .media-body .host-name {
  color: #727272;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
}
.current-show .media .media-body .item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 4px;
}
.current-show .media .media-body .item-title a {
  color: #000000;
}
@media only screen and (max-width: 575px) {
  .current-show .media .media-body .item-title {
    font-size: 22px;
  }
}
.current-show .media .media-body p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .current-show .media .show-time {
    margin-top: 20px;
  }
}
.current-show .media .show-time .item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 28px;
}
.current-show .media .show-time .item-time {
  color: #ec1c24;
  font-size: 16px;
  font-weight: 500;
}
.current-show .media .show-time .item-day {
  color: #636363;
  font-size: 16px;
  font-weight: 500;
}
.current-show .content-box.dynamic {
  padding: 0 70px 0 0;
}
/*current show 2*/
.current-show-2 {
	position: relative;
}
.current-show-2 .media {
  align-items: center;
}
.current-show-2 .media .item-img {
  margin-bottom: -20px;
  margin-left: 45px;
}
.current-show-2 .media .media-body {
  margin-top: 130px;
  margin-left: -37px;
  position: relative;
  display: inline-block;
}
.current-show-2 .media .media-body .host-name {
	position: relative;
    color: #111111;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
    transform: rotate(-10deg);
    padding-left: 30px;
    margin-bottom: 0;
    margin-top: -85px;
    z-index: 1;
}
.current-show-2 .media .media-body .host-name:after {
	content: url(../img/element/shape_20.png);
    position: absolute;
    top: -35px;
    left: 0px;
    z-index: -1;
    transform: rotate( 5deg );
}
.current-show-2 .media .media-body .host-name span {
	font-weight: 400;
}
.current-show-2 .media .media-body .item-title {
	position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    transform: rotate(-10deg);
    padding-left: 30px;
    margin-left: 44px;
    margin-top: 24px;
    color: #fff;
	line-height: 1.2;
}
.current-show-2 .media .media-body .item-title a {
    color: #ffffff;
}
.current-show-2 .media .media-body .item-title:after {
	content: url(../img/element/shape_21.png);
    position: absolute;
    top: -35px;
    left: 0px;
    z-index: -1;
    transform: rotate( 5deg );
}
.current-show-2 .media .media-body .item-title span {
	display: block;
	font-size: 16px;
	font-weight: 500;
}
.current-show-2 .media .show-time {
    padding-top: 70px;
    padding-right: 75px;
}
.current-show-2 .media .show-time .time-icon {
    color: #b3b3b3;
    font-size: 32px;
    margin-bottom: 7px;
}
.current-show-2 .media .show-time .item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 28px;  
}
.current-show-2 .media .show-time .item-day {
  color: #636363;
  font-size: 16px;
  font-weight: 500;
}
.current-show-2 .media .show-time .item-time {
  color: #ec1c24;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
}
.current-show-2 .song-info {
    margin-right: 16%;
    margin-top: 70px;
    display: inline-block;
}
.current-show-2 .song-info .mejs-container {
    background: transparent;
    width: 56px !important;
    height: 56px !important;
}
.current-show-2 .song-info .mejs-container .mejs-controls {
    background: #fff;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 3%);
    transition: all 0.3s ease-in-out;
}
.current-show-2 .song-info .mejs-container:hover .mejs-controls {
    background-color: #ec1c24;
}
.current-show-2 .song-info .mejs-container .mejs-button {
    font-size: 14px;
    color: #ec1c24;
    height: inherit;
    line-height: inherit;
    margin: 0;
    width: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.current-show-2 .song-info .mejs-container:hover .mejs-button {
    color: #ffffff;
}
.current-show-2 .song-info .mejs-container .mejs-button button {
    display: none;
}
.current-show-2 .song-info .mejs-container .mejs-play:before {
    position: absolute;
    content: "\f04b";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 14px;
    left: 0;
    right: 0;
    text-align: center;
}
.current-show-2 .song-info .mejs-container .mejs-pause:before {
    position: absolute;
    content: "\f04c";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 14px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
@media(max-width: 1199px) {
    .current-show-2 .song-info {
        margin-right: 2%;
    }
    .current-show-2 .media .item-img {
        margin-bottom: 0;
        margin-left: 0;
    }
}
@media(max-width: 991px) {
    .current-show-2 .media {
        display: block;
        text-align: center;
    }
    .current-show-2 .media .media-body {
        margin-top: 75px;
    }
    .current-show-2 .song-info {
        text-align: center;
        margin-top: 30px;
    }
    .current-show-2 .media .show-time {
        padding-right: 0;
    }
    .current-show-2 .media .media-body .host-name {
        padding-left: 0;
    }
    .current-show-2 .media .media-body .host-name:after {
        right: 0;
    }
}
@media(max-width: 376px) {
    .current-show-2 .media .media-body .item-title {
        margin-left: 0;
    }
}
/*current show 3*/
.current-show-3 {
    position: relative;
    display: inline-block;
}
.current-show-3 .item-content {
    position: absolute;
    bottom: 96px;
}
.current-show-3 .item-content .host-name {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    transform: rotate(-10deg);
    padding-left: 30px;
    padding-top: 8px;
    margin-bottom: 0;
    text-align: center;
    z-index: 1;
}
.current-show-3 .item-content .host-name:after {
    content: url(../img/element/shape_32.png);
    position: absolute;
    top: -35px;
    left: 0px;
    z-index: -1;
    transform: rotate( 10deg );
}
.current-show-3 .item-content .host-name span {
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.current-show-3 .item-content .item-title {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 4px;
    transform: rotate(-10deg);
    padding-left: 30px;
    padding-top: 15px;
    margin-left: 44px;
    margin-top: 27px;
    color: #fff;
    line-height: 1.2;
}
.current-show-3 .item-content .item-title a {
  color: #fff;
}
.current-show-3 .item-content .item-title:after {
    content: url(../img/element/shape_33.png);
    position: absolute;
    top: -35px;
    left: 0px;
    z-index: -1;
    transform: rotate( 10deg );
}
@media(max-width: 480px) {
    .current-show-3 .content-box {
        padding-bottom: 220px;
    }
    .current-show-3 .item-content {
        bottom: 92px;
    }
    .current-show-3 .item-content .item-title {
        margin-left: 0;
        margin-top: 35px;
        padding-top: 23px;
        font-size: 24px;
    }
}
/*upcoming show*/
.upcoming-show .show-box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 7px;
}
.upcoming-show .show-box .item-img {
  overflow: hidden;
  border-radius: 7px;
}
.upcoming-show .show-box .item-img img {
  width: 100%;
  border-radius: 3px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.upcoming-show .show-box .item-img:before, 
.upcoming-show .show-box .item-img:after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.25);
    transition: all 0.5s ease-in-out;
}
.upcoming-show .show-box .item-img:before {
    top: 0;
    left: 0;
}
.upcoming-show .show-box .item-img:after {
    bottom: 0;
    right: 0;
}
.upcoming-show .show-box:hover .item-img:before, 
.upcoming-show .show-box:hover .item-img:after {
    width: 100%;
}
.upcoming-show .show-box .item-date {
  position: absolute;
  top: 30px;
  right: 22px;
  color: #ffffff;
  font-weight: 500;
  background-color: #ec1c24;
  padding: 4px 16px 2px;
  border-radius: 3px;
  z-index: 1;
}
.upcoming-show .show-box .item-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  text-align: center;
  background-color: #ffffff;
  padding: 30px 20px;
  border-radius: 3px;
  z-index: 1;
}
.upcoming-show .show-box .item-content .item-title {
  margin-bottom: 0;
  line-height: 28px;
  font-size: 20px;
  font-weight: 600;
}
.upcoming-show .show-box .item-content .item-title a {
  color: #000000;
}
.upcoming-show .show-box .item-content .item-title a:hover {
  color: #ec1c24;
}
.upcoming-show .show-box .item-content .host-name {
  font-size: 15px;
  font-weight: 500;
  color: #727272;
  letter-spacing: 1px;
}
.upcoming-show .show-box .item-content .host-name span {
  color: #000000;
}
.upcoming-show .show-box:hover .item-img img {
  transform: scale(1.05);
}
/*upcoming dynamic*/
.upcoming-dynamic .show-box {
	margin-bottom: 30px;
}
.upcoming-dynamic .show-box .item-content {
	position: relative;
	background: #ffffff;
	padding: 20px 25px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 16px 50px 0px rgb(0 0 0 / 10%);
}
.upcoming-dynamic .show-box .item-content .item-date {
	position: absolute;
    right: 25px;
    bottom: 38px;
	display: inline-block;
    background: #ec1c24;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    padding: 9px 15px;
    line-height: 1;
}
.upcoming-dynamic .show-box .item-content .item-date i {
	margin-right: 5px;
}
.upcoming-dynamic .show-box .item-content .item-title {
	position: relative;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 600;
}
.upcoming-dynamic .show-box .item-content .item-title a {
	color: #000000;
}
.upcoming-dynamic .show-box .item-content .item-title a:hover {
	color: #ec1c24;
}
.upcoming-dynamic .show-box .item-content .item-title:before {
	position: absolute;
	content: "";
	left: -24px;
	top: 5px;
	height: 20px;
	width: 3px;
	background: #ec1c24;
}
.upcoming-dynamic .show-box .item-img {
	overflow: hidden;
	border-radius: 7px 7px 0 0;
}
.upcoming-dynamic .show-box .item-img img {
	border-radius: 7px 7px 0 0;
	width: 100%;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}
.upcoming-dynamic .show-box:hover .item-img img {
	transform: scale(1.07);
}
@media(max-width: 992px) {
	.upcoming-dynamic .show-box {
		margin-bottom: 30px;
	}
}
@media(max-width: 767px) {
	.upcoming-dynamic .show-box .item-content {
		text-align: center;
	}
	.upcoming-dynamic .show-box .item-content .item-date {
		position: relative;
		bottom: 5px;
		left: 0px;
		right: auto;
	}
}
/*upcoming dynamic2*/
.upcoming-dynamic2 .show-box {
	margin-bottom: 30px;
}
.upcoming-dynamic2 .show-box .item-img {
	position: relative;
	overflow: hidden;
	border-radius: 7px;
	box-shadow: 0px 16px 50px 0px rgb(0 0 0 / 10%);
}
.upcoming-dynamic2 .show-box .item-img img {
	border-radius: 7px;
	width: 100%;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}
.upcoming-dynamic2 .show-box:hover .item-img img {
	transform: scale(1.07);
}
.upcoming-dynamic2 .show-box .item-img .item-date {
	position: absolute;
    right: 20px;
    bottom: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.upcoming-dynamic2 .show-box .item-img .item-date span {
    display: block;
}
.upcoming-dynamic2 .show-box .item-img .item-date .next-day {
    background: #ffffff;
    border-radius:  5px 5px 0 0;
    color: #111111;
    padding: 10px 15px;
}
.upcoming-dynamic2 .show-box .item-img .item-date .next-time {
    background: #ec1c24;
    color: #ffffff;
    padding: 10px 15px;
}
.upcoming-dynamic2 .show-box .item-img .item-date i {
	margin-right: 7px;
}
.upcoming-dynamic2 .show-box .item-content {
	position: relative;
	padding: 20px 20px 0;	
}
.upcoming-dynamic2 .show-box .item-content .item-title {
	position: relative;
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 600;
}
.upcoming-dynamic2 .show-box .item-content .item-title a {
	color: #000000;
}
.upcoming-dynamic2 .show-box .item-content .item-title a:hover {
	color: #ec1c24;
}
.upcoming-dynamic2 .show-box .item-content .item-title:before {
	position: absolute;
	content: "";
	left: -20px;
	top: 5px;
	height: 20px;
	width: 3px;
	background: #ec1c24;
}
.upcoming-dynamic2 .show-box .item-content .host-name {
	color: #111111;
	font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
}
@media(max-width: 992px) {
	.upcoming-dynamic2 .show-box {
		margin-bottom: 30px;
	}
}
@media(max-width: 767px) {
	.upcoming-dynamic2 .show-box .item-content {
		text-align: center;
	}
	.upcoming-dynamic2 .show-box .item-content .item-date {
		position: relative;
		bottom: 5px;
		left: 0px;
		right: auto;
	}
}
/*upcoming dynamic3*/
.upcoming-dynamic3 .show-box {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.upcoming-dynamic3 .show-box .item-img {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 16px 50px 0px rgb(0 0 0 / 10%);
}
.upcoming-dynamic3 .show-box .item-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.upcoming-dynamic3 .show-box:hover .item-img img {
    transform: scale(1.07);
}
.upcoming-dynamic3 .show-box .item-content {
    background-color: #fff;
    position: relative;
    padding: 20px 20px 20px;   
}
.upcoming-dynamic3 .show-box .item-content .item-title {
    position: relative;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 600;
}
.upcoming-dynamic3 .show-box .item-content .item-title a {
    color: #000000;
}
.upcoming-dynamic3 .show-box .item-content .item-title a:hover {
    color: #ec1c24;
}
.upcoming-dynamic3 .show-box .item-content .host-name {
    color: #ec1c24;
    font-size: 15px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    line-height: 1.3;
}
@media(max-width: 767px) {
    .upcoming-dynamic3 .show-box .item-content {
        text-align: center;
    }
}
/*end*/
.show-schedule .isotope-classes-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
}
.show-schedule .isotope-classes-tab .nav-item {
  margin-bottom: 20px;
  text-align: center;
  flex: 0 0 14.28%;
  max-width: 14.28%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  color: #000000;
  font-weight: 700;
  border-radius: 3px;
}
@media only screen and (max-width: 991px) {
  .show-schedule .isotope-classes-tab .nav-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .show-schedule .isotope-classes-tab .nav-item {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 575px) {
  .show-schedule .isotope-classes-tab .nav-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.show-schedule .isotope-classes-tab .nav-item span {
  display: block;
  padding: 15px 10px;
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.show-schedule .isotope-classes-tab .nav-item.current span {
  background-color: #ec1c24;
  border-radius: 3px;
  color: #ffffff;
}
.show-schedule .show-box {
  margin-bottom: 30px;
}
.show-schedule .show-box .item-img {
  overflow: hidden;
  border-radius: 3px;
}
.show-schedule .show-box .item-img img {
  border-radius: 3px;
  transform: scale(1);
  transition: all 450ms ease-in-out;
}
.show-schedule .show-box .item-content {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 25px 20px;
  margin-top: -80px;
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0px 16px 50px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}
.show-schedule .show-box .item-content .show-status {
  font-size: 15px;
  color: #ffffff;
  background-color: #ec1c24;
  border-radius: 3px 3px 0 0;
  padding: 2px 17px;
  position: absolute;
  top: -22%;
  left: 0;
}
.show-schedule .show-box .item-content .item-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(173, 173, 173, 0.35);
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
}
.show-schedule .show-box .item-content .item-time .item-hour {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.show-schedule .show-box .item-content .item-time .item-day {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.show-schedule .show-box .item-content .item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.show-schedule .show-box .item-content .item-title a {
  color: #000000;
}
.show-schedule .show-box .item-content .item-title a:hover {
  color: #ec1c24;
}
.show-schedule .show-box .item-content .item-subtitle {
  font-size: 15px;
  font-weight: 500;
  color: #ec1c24;
  letter-spacing: 1px;
  line-height: 20px;
}
.show-schedule .show-box:hover .item-content {
  transform: translateY(-20px);
}
.show-schedule .show-box:hover .item-img img {
  transform: scale(1.3);
}

.shows-list .show-box .item-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.shows-list .show-box .item-heading .item-title {
  margin-bottom: 0;
}
.shows-list .show-box .item-heading .view-all-btn {
  font-size: 16px;
  color: #c9c9c9;
}
.shows-list .show-box .item-heading .view-all-btn:hover {
  color: #ec1c24;
}
.shows-list .show-list {
  overflow: auto;
  white-space: nowrap;
  padding-left: 0;
}
.shows-list .show-list li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.shows-list .show-list li:last-child {
  margin-bottom: 0;
}
.shows-list .show-list li .show-time {
  text-align: center;
  border: 1px solid #5d5d5d;
  border-radius: 30px;
  padding: 10px 10px;
  margin-right: 50px;
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4px;
  min-width: 100px;
  transition: all 0.3s ease-in-out;
}
.shows-list .show-list li .show-time i {
  margin-right: 6px;
}
.shows-list .show-list li .media {
  flex: 1;
  align-items: center;
}
.shows-list .show-list li .media .item-img {
  width: 60px;
  margin-right: 18px;
}
.shows-list .show-list li .media .item-img img {
  border-radius: 3px;
}
.shows-list .show-list li .media .media-body {
  margin-top: 6px;
}
.shows-list .show-list li .media .media-body .item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 4px;
}
.shows-list .show-list li .media .media-body .item-title a {
  color: #ffffff;
}
.shows-list .show-list li .media .media-body .item-title a:hover {
  color: #ec1c24;
}
.shows-list .show-list li .media .media-body .host-name {
  font-size: 14px;
  color: #c9c9c9;
}
.shows-list .show-list li .notify-show {
  padding: 0 20px;
}
.shows-list .show-list li .notify-show a {
  font-size: 22px;
  color: #bebebe;
}
.shows-list .show-list li:hover .show-time {
  background-color: #ec1c24;
  border: 1px solid transparent;
  color: #ffffff;
}
.shows-list .show-list li:hover .notify-show a {
  color: #ec1c24;
}
.shows-list .our-program .show-list {
  list-style: none;
}
.shows-list .our-program .show-list li .notify-show {
  padding: 0;
}
.our-program .item-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.our-program .item-heading .item-title {
  margin-bottom: 0;
}
.our-program .item-heading .view-all-btn {
  font-size: 16px;
  color: #c9c9c9;
}
.our-program .item-heading .view-all-btn:hover {
  color: #ec1c24;
}
.our-program .show-list {
  margin: 0;
  padding: 0;
}
.our-program li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.our-program li:last-child {
  margin-bottom: 0;
}
.our-program li .show-time {
  text-align: center;
  width: 100px;
  border: 1px solid #5d5d5d;
  border-radius: 30px;
  padding: 2px 10px;
  margin-right: 50px;
  color: #c9c9c9;
  font-size: 13px;
  transition: all 0.3s ease-in-out;
}
.our-program li .show-time i {
  margin-right: 6px;
}
.our-program li .media {
  flex: 1;
  align-items: center;
}
.our-program li .media .item-img {
  margin-right: 18px;
}
.our-program li .media .item-img img {
  border-radius: 3px;
}
.our-program li .media .media-body {
  margin-top: 6px;
}
.our-program li .media .media-body .item-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 4px;
}
.our-program li .media .media-body .item-title a {
  color: #ffffff;
}
.our-program li .media .media-body .item-title a:hover {
  color: #ec1c24;
}
.our-program li .media .media-body .host-name {
  font-size: 14px;
  color: #c9c9c9;
}
.our-program li .notify-show {
  padding: 0 20px;
}
.our-program li .notify-show a {
  font-size: 22px;
  color: #bebebe;
}
.our-program li:hover .show-time {
  background-color: #ec1c24;
  border-color: #ec1c24;
  color: #ffffff;
}
.our-program li:hover .notify-show a {
  color: #ec1c24;
}
/*schedule tab 1*/
.show-schedule-tab .nav-tabs {
  border: none;
  border-radius: 6px;
  background-color: #ec1c24;
  padding: 0 60px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .show-schedule-tab .nav-tabs {
    padding: 0 20px;
    justify-content: flex-start;
  }
}
.show-schedule-tab .nav-tabs .nav-item {
  margin: 18px 0;
}
.show-schedule-tab .nav-tabs .nav-link {
  border: none;
  border-radius: 6px;
  font-weight: 700;
  color: #ffffff;
  padding: 3px 18px 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .show-schedule-tab .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.show-schedule-tab .nav-tabs .nav-link.active {
  color: #ec1c24;
}
.show-schedule-tab .tab-content .show-box {
  margin-bottom: 30px;
  border: 1px solid #e0dbdb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .show-schedule-tab .tab-content .show-box {
    display: block;
    padding: 30px;
  }
}
.show-schedule-tab .tab-content .show-box:before {
  content: "";
  height: 100%;
  width: 0%;
  background-color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transition: all 500ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.show-schedule-tab .tab-content .show-box .show-time {
  padding: 38px 20px;
  text-align: center;
  border-right: 1px solid #e0dbdb;
  margin-right: 25px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .show-schedule-tab .tab-content .show-box .show-time {
    border-right: none;
    margin-right: 0;
    padding: 0;
    margin-bottom: 20px;
  }
}
.show-schedule-tab .tab-content .show-box .show-time .show-day {
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 600;
  color: #a2a2a2;
}
.show-schedule-tab .tab-content .show-box .show-time .show-hour {
  font-weight: 600;
  color: #000000;
  line-height: 1.4;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}
.show-schedule-tab .tab-content .show-box .show-time .show-hour span {
	display: block;
}
.show-schedule-tab .tab-content .show-box .media {
  flex: 1;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .show-schedule-tab .tab-content .show-box .media {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .show-schedule-tab .tab-content .show-box .media .item-img {
    margin-right: 0;
	margin-bottom: 15px;
  }
}
.show-schedule-tab .tab-content .show-box .media .item-img img {
  border-radius: 50%;
}
.show-schedule-tab .tab-content .show-box .media .media-body {
  margin-left: 1rem;
}
.show-schedule-tab .tab-content .show-box .media .media-body .item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
}
.show-schedule-tab .tab-content .show-box .media .media-body .item-title a {
  color: #111111;
  transition: all 0.6s ease-in-out;
}
.show-schedule-tab .tab-content .show-box .media .media-body .item-title a:hover {
  color: #ec1c24;
}
.show-schedule-tab .tab-content .show-box .media .media-body .item-subtitle {
  color: #ec1c24;
  font-weight: 500;
  letter-spacing: 1px;
}
.show-schedule-tab .tab-content .show-box .show-share {
  position: relative;
  padding: 40px 20px;
  text-align: center;
  border-left: 1px solid #e0dbdb;
  transition: all 0.3s ease-in-out;
}
.show-schedule-tab .tab-content .show-box .show-share .show-status {
    position: absolute;
    top: 14px;
    right: 0;
    transform: rotate(45deg);
    z-index: 4;
    font-size: 14px;
    color: #ffffff;
}
.show-schedule-tab .tab-content .show-box .show-share .show-status:after {
    position: absolute;
    content: "";
    top: -10px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 80px solid #ec1c24;
    border-left: 80px solid transparent;
    transform: rotate(-45deg);
    z-index: -1;
}
@media only screen and (max-width: 767px){
    .show-schedule-tab .tab-content .show-box .show-share {
        position: initial;
    }
}
@media only screen and (max-width: 767px) {
  .show-schedule-tab .tab-content .show-box .show-share {
    border-left: none;
    padding: 0;
  }
}
.show-schedule-tab .tab-content .show-box .show-share label {
  color: #636363;
  margin-bottom: 0;
  transition: all 0.7s ease-in-out;
}
.show-schedule-tab .tab-content .show-box .show-share .share-icon a {
  font-size: 14px;
  color: #636363;
  padding: 5px;
}
.show-schedule-tab .tab-content .show-box .show-share .share-icon a i.fa-facebook-f {
  color: #355dae;
}
.show-schedule-tab .tab-content .show-box .show-share .share-icon a i.fa-x-twitter {
  color: #1c9deb;
}
.show-schedule-tab .tab-content .show-box .show-share .share-icon a i.fa-instagram {
  color: #f30632;
}
.show-schedule-tab .tab-content .show-box .show-share .share-icon a i.fa-linkedin-in {
  color: #0e76a8;
}
.show-schedule-tab .tab-content .show-box:hover {
  border-color: #000000;
}
.show-schedule-tab .tab-content .show-box:hover .show-day {
  color: #ffffff;
}
.show-schedule-tab .tab-content .show-box:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
  width: 100%;
}
.show-schedule-tab .tab-content .show-box:hover .show-time {
  border-color: #26333e;
}
.show-schedule-tab .tab-content .show-box:hover .show-time .show-hour {
  color: #ffffff;
}
.show-schedule-tab .tab-content .show-box:hover .media .media-body .item-title a {
  color: #ffffff;
}
.show-schedule-tab .tab-content .show-box:hover .show-share {
  border-color: #26333e;
}
.show-schedule-tab .tab-content .show-box:hover .show-share label {
  color: #fff;
}
.show-schedule-tab .tab-content .show-box:hover .show-share .share-icon a {
  color: #bcbcbc;
}
.show-schedule-tab .tab-content .show-box:hover .show-share .share-icon a:hover {
  color: #ec1c24;
}
/*schedule tab 2*/
.show-schedule-tab-2 .nav-tabs {
  border: none;
  border-radius: 6px;
  background-color: #ec1c24;
  padding: 0 60px;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .show-schedule-tab-2 .nav-tabs {
    padding: 0 20px;
    justify-content: flex-start;
  }
}
.show-schedule-tab-2 .nav-tabs .nav-item {
  margin: 18px 0;
}
.show-schedule-tab-2 .nav-tabs .nav-link {
  border: none;
  border-radius: 6px;
  font-weight: 700;
  color: #ffffff;
  padding: 3px 18px 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .show-schedule-tab-2 .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.show-schedule-tab-2 .nav-tabs .nav-link.active {
	color: #ec1c24;
}
.show-schedule-tab-2 .tab-content .show-box {
	background: #ffffff;
	border-bottom: 1px solid #e0dbdb;
  border-right: 1px solid #e0dbdb;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	padding: 15px 30px;
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.show-schedule-tab-2 .tab-content .show-box:first-child {
  border-top: 1px solid #e0dbdb;
}
.show-schedule-tab-2 .tab-content .show-box:before {
	position: absolute;
	content: "";
	left: 0;
    top: 0;
	width: 3px;
	height: 100%;
	background: #ec1c24; 
}
.show-schedule-tab-2 .tab-content .show-box:hover {
	background: #f7f7f7;
}
.show-schedule-tab-2 .tab-content .show-box:nth-child(even) {
	background: #f8f8f8;
}
.show-schedule-tab-2 .tab-content .show-box .show-time {
	width: 20%;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease-in-out;
}
.show-schedule-tab-2 .tab-content .show-box .show-time .time-icon {
	color: #ec1c24;
	font-size: 28px;
	margin-right: 15px;
}
.show-schedule-tab-2 .tab-content .show-box .show-time label {
  color: #828282;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
.show-schedule-tab-2 .tab-content .show-box .show-day {
    font-size: 14px;
    font-weight: 500;
    color: #a2a2a2;
    line-height: 1.8;
    text-transform: uppercase;
    text-align: center;
}
.show-schedule-tab-2 .tab-content .show-box .show-day span {
    display: block;
    font-size: 30px;
    font-weight: 600;
    color: #111111;
    font-family: "Poppins", sans-serif;
    line-height: 1.6;
}
.show-schedule-tab-2 .tab-content .show-box .show-time .show-hour {
	display: block;
	font-weight: 600;
	color: #000000;
	line-height: 1.4;
	transition: all 0.3s ease-in-out;
	font-family: "Poppins", sans-serif;
}
.show-schedule-tab-2 .tab-content .show-box .show-time .show-hour span {
	display: block;
}
.show-schedule-tab-2 .tab-content .show-box .media {
    align-items: center;
    flex: 1;
    border-left: 1px solid #e0dbdb;
    border-right: 1px solid #e0dbdb;
    padding-left: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
.show-schedule-tab-2 .tab-content .show-box .media .item-img img {
	border-radius: 50%;
	width: 65px;
}
.show-schedule-tab-2 .tab-content .show-box .media .media-body {
	margin-left: 1rem;
}
.show-schedule-tab-2 .tab-content .show-box .media .media-body .item-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 2px;
	line-height: 1.2;
	transition: all 0.3s ease-in-out;
}
.show-schedule-tab-2 .tab-content .show-box .media .media-body .item-title a {
	color: #111111;
	transition: all 0.6s ease-in-out;
}
.show-schedule-tab-2 .tab-content .show-box .media .media-body .item-title a:hover {
	color: #ec1c24;
}
.show-schedule-tab-2 .tab-content .show-box .media .media-body .item-subtitle {
  color: #000;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.show-schedule-tab-2 .tab-content .show-box .show-share {
    border-left: 1px solid #e0dbdb;
    transition: all 0.3s ease-in-out;
    margin-left: 30px;
    padding-left: 30px;
	padding-right: 30px;
	line-height: 2.2;
}
.show-schedule-tab-2 .tab-content .show-box .show-share .share {
	display: inline-flex;
	align-items: center;
}
.show-schedule-tab-2 .tab-content .show-box .show-share .share .share-icon {
    color: #ec1c24;
    font-size: 24px;
    margin-right: 15px;
}
.show-schedule-tab-2 .tab-content .show-box .show-share .share .share-content {
	line-height: 1;
}
.show-schedule-tab-2 .tab-content .show-box .show-share .share label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
  color: #828282;
  margin-bottom: 0;
  transition: all 0.7s ease-in-out;
}
.show-schedule-tab-2 .tab-content .show-box .show-share .show-status {
    position: absolute;
    top: 15px;
    right: 0;
    transform: rotate(45deg);
    z-index: 4;
    font-size: 14px;
    color: #ffffff;
}
.show-schedule-tab-2 .tab-content .show-box .show-share .show-status:after {
    position: absolute;
    content: "";
    top: -10px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 80px solid #ec1c24;
    border-left: 80px solid transparent;
    transform: rotate(-45deg);
    z-index: -1;
}
.show-schedule-tab-2 .tab-content .show-box .show-share .share-icon a {
  font-size: 14px;
  color: #646464;
  padding-right: 10px;
}
.show-schedule-tab-2 .tab-content .show-box .show-share .share-icon a:hover {
  color: #ec1c24;
}
@media(min-width: 768px) and (max-width: 991px){
	.show-schedule-tab-2 .tab-content {
		overflow: auto;
		white-space: nowrap;
	}
	.show-schedule-tab-2 .tab-content .show-box {
		min-width: 991px;
	}
}
@media(max-width: 767px){
	.show-schedule-tab-2 .tab-content .show-box {
		display: inline-block;
		text-align: center;
		padding: 30px 15px;
	}
	.show-schedule-tab-2 .tab-content .show-box .show-day {
		margin-bottom: 12px;
	}
	.show-schedule-tab-2 .tab-content .show-box .media {
		display: inline-block;
		border-left: none;
		border-right: none;
		padding-left: 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.show-schedule-tab-2 .tab-content .show-box .show-time {
		display: inline-block;
		width: inherit;
		margin-bottom: 10px;
	}
	.show-schedule-tab-2 .tab-content .show-box .show-share {
		border-left: none;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.show-schedule-tab-2 .tab-content .show-box .show-time .time-icon,
	.show-schedule-tab-2 .tab-content .show-box .show-share .share .share-icon {
		margin-right: 0;
	}
	.show-schedule-tab-2 .tab-content .show-box .media .media-body {
		margin-left: 0;
		margin-top: 12px;
	}
	.show-schedule-tab-2 .tab-content .show-box .show-share .share {
		display: inline-block;
	}
}
/*show-schedule-tab-3*/
.show-schedule-tab-3 {
    display: flex;
    gap: 40px;
}
.show-schedule-tab-3 .nav-tabs {
    display: block;
    border: none;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}
.show-schedule-tab-3 .nav-tabs .nav-link {
    border: none;
    border-radius: 6px;
    font-weight: 700;
    color: #000;
    padding: 15px 30px 14px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}
.show-schedule-tab-3 .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ec1c24;
}
.show-schedule-tab-3 .show-box {
    margin-bottom: 30px;
}
.show-schedule-tab-3 .show-box .item-img {
    overflow: hidden;
    border-radius: 5px;
}
.show-schedule-tab-3 .show-box .item-img img {
    transform: scale(1.01);
    transition: all 450ms ease-in-out;
}
.show-schedule-tab-3 .show-box:hover .item-img img {
    transform: scale(1.2);
}
.show-schedule-tab-3 .show-box .item-content {
    background-color: #ffffff;
    border-radius: 3px;
    padding: 25px 20px;
    margin-top: -80px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    box-shadow: 0px 16px 50px 0px rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
}
.show-schedule-tab-3 .show-box:hover .item-content {
    transform: translateY(-20px);
}
.show-schedule-tab-3 .show-box .item-content .show-status {
    font-size: 15px;
    color: #ffffff;
    background-color: #ec1c24;
    border-radius: 3px 3px 0 0;
    padding: 2px 17px;
    position: absolute;
    top: -34px;
    left: 0;
}
.show-schedule-tab-3 .show-box .item-content .show-time {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    border-bottom: 1px solid rgba(173, 173, 173, 0.35);
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
}
.show-schedule-tab-3 .show-box .item-content .item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}
.show-schedule-tab-3 .show-box .item-content .item-title a {
    color: #000000;
}
.show-schedule-tab-3 .show-box .item-content .item-title a:hover {
    color: #ec1c24;
}
.show-schedule-tab-3 .show-box .item-content .item-subtitle {
    font-size: 15px;
    font-weight: 500;
    color: #ec1c24;
    letter-spacing: 1px;
    line-height: 20px;
}
@media(max-width: 767px) {
    .show-schedule-tab-3 {
        display: block;
    }
}
/*end tab*/
.single-show .host-details {
  background-color: #f6f6f6;
  border-radius: 3px;
}
.single-show .host-details .item-img img {
  border-radius: 3px 3px 0 0;
  width: 100%;
}
.single-show .host-details .item-content {
  text-align: center;
  padding: 25px 25px 20px;
}
.single-show .host-details .item-content .item-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.single-show .host-details .item-content .item-subtitle {
  font-size: 18px;
  color: #676767;
  margin-bottom: 12px;
}
.single-show .host-details .item-content .item-social li {
  display: inline-block;
  margin-right: 8px;
}
.single-show .host-details .item-content .item-social li:last-child {
  margin-right: 0;
}
.single-show .host-details .item-content .item-social li a {
  display: inline-block;
  height: 48px;
  width: 48px;
  line-height: 48px;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  font-size: 18px;
  color: #585858;
}
.single-show .host-details .item-content .item-social li a:hover {
  background-color: #ec1c24;
  border-color: #ec1c24;
  color: #ffffff;
}
.single-show .show-list .media {
  background-color: #f6f6f6;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.single-show .show-list .media:last-child {
  border-radius: 0 0 3px 3px;
}
.single-show .show-list .media:last-child .show-time {
  border-radius: 0 0 0 3px;
}
.single-show .show-list .media:first-child {
  border-radius: 3px 3px 0 0;
}
.single-show .show-list .media:first-child .show-time {
  border-radius: 3px 0 0 0;
}
@media (max-width: 480px) {
  .single-show .show-list .media {
    display: block;
  }
}
.single-show .show-list .media .show-time {
  min-width: 215px;
  background-color: #ec1c24;
  padding: 70px 15px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.single-show .show-list .media .show-time .item-label {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
}
.single-show .show-list .media .show-time .show-hour {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.single-show .show-list .media .media-body {
  padding: 20px 60px 15px 25px;
}
.single-show .show-list .media .media-body .show-day {
  color: #787878;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
.single-show .show-list .media .media-body .item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.single-show .show-list .media .media-body p {
  margin-bottom: 0;
}
.single-show .show-list .media:hover {
  background-color: #f1f0f0;
}
.single-show .show-list .media:hover .show-time {
  background-color: #bd2127;
}
/*related-show */
.related-show {
	padding-top: 100px;
}
.related-show .related-title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: 700;
}
/*single music*/
.single-music .music-content {
    background: #fffafa;
    padding: 50px 30px 55px;
    overflow: auto;
}
.single-music .item-title {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 25px;
}
.single-music h2.item-title span {
    font-size: 16px;
    display: block;
    color: #6c6c6c;
    font-weight: 400;
    position: relative;
}
.single-music .item-released {
  font-weight: 400;
  margin-bottom: 25px;
  display: block;
}
.single-music .item-info {
  margin: 0;
  padding: 0;
  min-width: 478px;
}
@media(max-width: 767px) {
  .single-music .item-info {
    padding-right: 30px;
  }
}
.single-music .item-info li {
  list-style: none;
  display: flex;
  margin-bottom: 10px;
}
.single-music .item-info li:last-child {
	margin-bottom: 0;
    margin-top: 30px;
}
.single-music .item-info li span {
  position: relative;
  color: #000;
  display: inline-block;
  font-weight: 600;
  min-width: 200px;
  font-family: 'Poppins', sans-serif;
}
.single-music .item-info li span:before {
    position: absolute;
    content: ":";
    top: 0;
    right: 20px;
    color: #000;
}
.single-music .single-music-track {
  margin-top: 35px;
}
.single-music .single-music-track .rt-audio-player-wrap {
  background-color: #EB1C24;
  border-radius: 3px 3px 0 0;
}
.single-music ul.rating {
    padding: 0;
}
.single-music ul.rating li {
	display: inline;
}
.single-music ul.rating li i {
	color: #999999;
}
.single-music ul.rating li.star-rate i {
	color: #ff8f00;
}
.single-music .music-img img {
	border-radius: 3px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-music .rt-audio-player-wrap .player-box .song-name .item-title {
	margin-bottom: 0;
}
.single-music .rt-audio-player-wrap .player-box .song-name .item-title span {
	font-size: 20px;
}
@media(max-width: 991px) {
	.single-music .music-img {
		margin-bottom: 30px;
	}
}
/*Elementor Isotope - fix*/
.elementor-editor-active .featuredContainer {
  display: none;
}

/*------------------- 5.5 Chart Box -------------------*/
.chart-overflow .chart-list {
	/*overflow-y: auto;
	height: 424px;*/
}
.chart-box-content {
  margin-bottom: 10px;
  border: 1px solid #edfae9;
}
@media only screen and (max-width: 767px) {
  .chart-box-content {
    margin-bottom: 40px;
  }
}
.chart-box-content > .item-img {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  background-color: #eaa511;
  margin-bottom: 20px;
}
.chart-box-content > .item-img > img {
  transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.chart-box-content > .item-img .item-content {
  position: absolute;
  bottom: 0;
  right: 30px;
}
.chart-box-content > .item-img .item-content .item-subtitle {
  font-size: 20px;
  color: #ffffff;
}
.chart-box-content > .item-img .item-content .item-title {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}
.chart-box-content > .item-img:hover img {
  transform: scale(1.1);
}
.chart-box-content .chart-list > ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
  margin: 0;
}
.chart-box-content .chart-list > ol > li {
  counter-increment: my-awesome-counter;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  position: relative;
  padding: 12px 10px;
}
.chart-box-content .chart-list > ol > li:nth-child(even) {
    background: #edfae9;
}
.chart-box-content .chart-list > ol > li:last-child {
  margin-bottom: 0;
}
.chart-box-content .chart-list > ol > li:before {
  content: counter(my-awesome-counter);
  position: absolute;
  top: 15px;
  left: 85px;
}
.chart-box-content .chart-list > ol > li .item-song {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.chart-box-content .chart-list > ol > li .item-song img {
  border-radius: 50%;
}
.chart-box-content .chart-list > ol > li .item-song span {
    font-size: 15px;
    font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
  .chart-box-content .chart-list > ol > li .item-song,
  .chart-box-content .chart-list > ol > li .item-song span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .chart-box-content .chart-list > ol > li .item-song,
  .chart-box-content .chart-list > ol > li .item-song span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .chart-box-content .chart-list > ol > li .item-song,
  .chart-box-content .chart-list > ol > li .item-song span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 320px) {
  .chart-box-content .chart-list > ol > li .item-song span {
    display: none;
  }
}
.chart-box-content .chart-list > ol > li .item-song i {
  font-size: 18px;
  margin-left: 12px;
  margin-right: 30px;
}
.chart-box-content .chart-list > ol > li .item-song i.fa-caret-up {
  color: #14c94c;
}
.chart-box-content .chart-list > ol > li .item-song i.fa-caret-down {
  color: #fe0137;
}

.chart-box-content .chart-list > ol > li .hover-content {
  position: absolute;
  bottom: 80px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-width: 400px;
  transition: all 0.3s ease-in-out;
}
.chart-box-content .chart-list > ol > li .hover-content .media {
  background-color: #ffffff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 20px 20px 20px;
  position: relative;
}
.chart-box-content .chart-list > ol > li .hover-content .media:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid #ffffff;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -12px;
  left: 20px;
}
.chart-box-content .chart-list > ol > li .hover-content .media .item-img {
  margin-right: 15px;
}
.chart-box-content .chart-list > ol > li .hover-content .media .item-img img {
  border-radius: 50%;
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-title a {
    color: #111;
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-title a:hover {
    color: #ec1c24;
}
@media only screen and (max-width: 575px) {
  .chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-title {
    font-size: 15px;
  }
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-action {
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-action a {
  font-size: 15px;
  color: #000000;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 0 12px;
  margin-right: 4px;
}
@media only screen and (max-width: 575px) {
  .chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-action a {
    font-size: 14px;
  }
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-action a:hover {
  color: #ffffff;
  background-color: #ec1c24;
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-action a:hover i {
  color: #ffffff;
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-action a:last-child {
  margin-right: 0;
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-action a i {
  margin-right: 6px;
  color: #ec1c24;
  transition: all 0.3s ease-in-out;
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-meta {
  position: absolute;
  margin-top: 4px;
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-meta li {
  display: inline-block;
  color: #000000;
  font-size: 15px;
  margin-right: 35px;
  line-height: 20px;
  text-align: center;
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-meta li:last-child {
  margin-right: 0;
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-meta li i {
  margin-top: 2px;
  display: inline-block;
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-meta li i:before {
  font-size: 30px;
  color: #777777;
}
.chart-box-content .chart-list > ol > li .hover-content .media .media-body .item-meta li span {
  display: block;
}
.chart-box-content .chart-list > ol > li:hover .hover-content {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.chart-box-content .chart-list > ol > li .hover-content .item-meta {
	display: inline-block !important;
}
.chart-box-content .chart-list > ol > li .hover-content .mejs-container {
    background: transparent;
	width: 40px !important;
    height: 40px !important;
}
.chart-box-content .chart-list > ol > li .hover-content .mejs-controls {
    position: relative;
    text-align: center;
    height: 40px;
    width: 40px;
    background: #111;
    border-radius: 50%;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    transition: all 240ms ease-in-out;
}
.chart-box-content .chart-list > ol > li .hover-content .mejs-controls:hover {
  background:  #ec1c24;
}
.chart-box-content .chart-list > ol > li .hover-content .mejs-controls .mejs-button button {
    margin: 10px 10px;
    position: absolute;
    left: 0;
}
.chart-box-content .chart-list > ol > li.icon-play {
  background-color: #fe0137 !important;
  color: #ffffff;
}
.chart-box-content .chart-list > ol > li.icon-play .item-song,
.chart-box-content .chart-list > ol > li.icon-play .item-song i {
  color: #ffffff !important;
}

/*popular chart box*/
.popular-chart-box .popular-list {
  overflow: auto;
  white-space: nowrap;
}
.popular-chart-box .single-music {
  min-width: 690px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #454444;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.popular-chart-box .single-music:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.popular-chart-box .single-music .music-name {
  min-width: 16rem;
}
.popular-chart-box .single-music .music-name .item-title {
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  line-height: 30px;
}
@media only screen and (max-width: 991px) {
  .popular-chart-box .single-music .music-name .item-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .popular-chart-box .single-music .music-name .item-title {
    font-size: 16px;
  }
}
.popular-chart-box .single-music .music-name .item-subtitle {
  color: #c9c9c9;
  font-size: 15px;
  font-weight: 500;
}
.popular-chart-box .single-music .music-details {
  padding: 0 30px;
}
.popular-chart-box .single-music .media {
  align-items: center;
}
.popular-chart-box .single-music .media .item-img {
  width: 40px;
  margin-right: 15px;
}
.popular-chart-box .single-music .media .item-img img {
  border-radius: 50%;
}
.popular-chart-box .single-music .media .media-body {
  margin-left: 0rem;
}
.popular-chart-box .single-music .media .media-body .item-heading {
  display: flex;
  align-items: center;
}
.popular-chart-box .single-music .media .media-body .item-heading .item-title {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 22px;
}
.popular-chart-box .single-music .media .media-body .item-heading .item-title a {
  color: #000;
}
.popular-chart-box .single-music .media .media-body .item-heading .item-title a:hover {
  color: #ec1c24;
}
.popular-chart-box .single-music .media .media-body .item-heading .item-rating {
  margin-left: 20px;
  color: #ffaa17;
  font-size: 12px;
}
.popular-chart-box .single-music .media .media-body .item-heading .item-rating i {
  margin-right: 4px;
}
.popular-chart-box .single-music .media .media-body .item-heading .item-rating i:last-child {
  margin-right: 0;
}
.popular-chart-box .single-music .media .media-body .music-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popular-chart-box .single-music .media .media-body .music-meta li {
  display: inline-block;
  color: #c9c9c9;
  font-size: 14px;
  margin-right: 15px;
}
.popular-chart-box .single-music .media .media-body .music-meta li:last-child {
  margin-right: 0;
}
.popular-chart-box .single-music .media .media-body .music-meta li i {
  color: #bebebe;
  margin-right: 8px;
}
.popular-chart-box .single-music .music-duration {
  padding-right: 30px;
  color: #c9c9c9;
}
.popular-chart-box .single-music .music-duration i {
  color: #ec1c24;
  margin-right: 8px;
}
.popular-chart-box .single-music .music-play a {
  text-align: center;
  font-size: 14px;
  color: #bfbfbf;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #666666;
}
.popular-chart-box .single-music .music-play a:hover {
  background-color: #ec1c24;
  border-color: #ec1c24;
  color: #ffffff;
}
.popular-chart-box .single-music .mejs-container {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
	border-radius: 50%;
}
.popular-chart-box .single-music .mejs-container .mejs-controls {
	border-radius: 50%;
	transition: all 240ms ease-in-out;
}
.popular-chart-box .single-music .mejs-container .mejs-controls:hover {
	background-color: #ec1c24;
}
.popular-chart-box .single-music .mejs-button > button {
	margin: 10px 1px;
}
/*music channel 2*/
.music-channel {
  overflow: hidden;
}
.music-channel .music-box {
  display: flex;
}
.music-channel .music-box:hover .disck-img img {
  transform: rotate(360deg);
}
.music-channel .channel-content .item-img {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  z-index: 2;
}
.music-channel .channel-content .item-img img {
  filter: blur(2px);
  border-radius: 5px;
}
.music-channel .channel-content .item-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 5px;
}
.music-channel .channel-content .item-img .top-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px 15px;
}
.music-channel .channel-content .item-img .top-content .item-heading {
  text-align: center;
}
.music-channel .channel-content .item-img .top-content .item-title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 20px;
}
.music-channel .channel-content .item-img .top-content .item-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.music-channel .channel-content .item-img .top-content .video-icon .mejs-container {
  background: transparent;
}
.music-channel .channel-content .item-img .top-content .video-icon .mejs-controls {
  position: relative;
  text-align: center;
  height: 50px;
  width: 50px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
  transition: all 240ms ease-in-out;
}
.music-channel .channel-content .item-img .top-content .video-icon .mejs-controls:hover {
  background: #ec1c24;
}
.music-channel .channel-content .item-img .top-content .video-icon .mejs-controls .mejs-button button {
  margin: 15px 5px;
}
.music-channel .channel-content .item-img .top-content .action-icon {
    margin: 0;
    padding: 0;
}
.music-channel .channel-content .item-img .top-content .action-icon li {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #e0e0e0;
  margin-right: 15px;
  line-height: 1.4;
}
.music-channel .channel-content .item-img .top-content .action-icon li a {
  color: #e0e0e0;
}
.music-channel .channel-content .item-img .top-content .action-icon li:last-child {
  margin-right: 0;
}
.music-channel .channel-content .item-img .top-content .action-icon li .share-icon {
  position: absolute;
  left: 0;
  bottom: 28px;
  margin-left: 0;
  padding-left: 0;
  background: #fff;
  padding: 3px 11px 10px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.music-channel .channel-content .item-img .top-content .action-icon li .share-icon li {
  margin-right: 0;
  margin-top: 10px;
}
.music-channel .channel-content .item-img .top-content .action-icon li .share-icon li a {
    color: #000;
}
.music-channel .channel-content .item-img .top-content .action-icon li.share-list:hover .share-icon {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.music-channel .channel-content .item-content {
  text-align: center;
  margin-top: 25px;
}
.music-channel .channel-content .item-content .item-title {
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
  line-height: 25px;
}
.music-channel .channel-content .item-content p {
  font-size: 15px;
  color: #c6c6c6;
  line-height: 1.3;
  margin-top: 12px;
}
.music-channel .disck-img {
  margin-left: -140px;
}
.music-channel .disck-img img {
  transition: all 4s ease-in-out;
}
/*music channel 3*/
.music-channel-3 .music-box {
	position: relative;
    display: inline-block;
    border-radius: 7px;
    overflow: hidden;
}
.music-channel-3 .video-icon {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
    justify-content: center;
}
.music-channel-3 .music-box:before {
  content: "";
  height: 50%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), transparent);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media(max-width: 480px){
    .music-channel-3 .music-box {
        display: block;
    }
    .music-channel-3 .music-box .item-img img {
        width: 100%;
    }
}
.music-channel-3 .video-icon .mejs-container {
    background: transparent;
}
.music-channel-3 .video-icon .mejs-container .mejs-controls {
    background: #fff;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    padding: 0;
}
.music-channel-3 .video-icon .mejs-container .mejs-button {
    font-size: 16px;
    color: #ec1c24;
    height: inherit;
    line-height: inherit;
    margin: 0;
    width: 0;
    cursor: pointer;
}
.music-channel-3 .video-icon .mejs-container .mejs-play:before {
    position: absolute;
    content: "\f04b";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 14px;
    left: 0;
    right: 0;
	text-align: center;
}
.music-channel-3 .video-icon .mejs-container .mejs-pause:before {
    position: absolute;
    content: "\f04c";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
	top: 14px;
    left: 0;
    right: 0;
	text-align: center;
}
.music-channel-3 .video-icon .mejs-container .mejs-button button {
    display: none;
}
.music-channel-3 .music-box .item-content {
	position: absolute;
    left: 30px;
    bottom: 27px;
    z-index: 2;
}
.music-channel-3 .music-box .item-content .item-title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.4;
}
.music-channel-3 .music-box .item-content .item-subtitle {
	position: relative;
    color: #c6c6c6;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.music-channel-3 .music-box .item-content .item-subtitle:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #333;
}
.music-channel-3 .music-box .item-content .item-album {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
}
.music-channel-3 .music-box .item-content .item-album span {
	color: #c6c6c6;
}
.music-channel-3 .music-box .item-content .item-album i {
	color: #ec1c24;
	margin-right: 8px;
}
.top-chart-music .today-top-music {
  background-color: #fbf8f3;
  padding: 15px 10px 5px 30px;
  margin-bottom: 30px;
}
.top-chart-music .today-top-music .music-box {
  margin-right: 20px;
}
.top-chart-music .today-top-music .music-box .heading-title {
  font-size: 20px;
  margin-bottom: 12px;
}
.top-chart-music .today-top-music .channel-content {
  display: flex;
}
.top-chart-music .today-top-music .channel-content .item-img {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  z-index: 2;
}
.top-chart-music .today-top-music .channel-content .item-img img {
  filter: blur(1px);
  border-radius: 5px;
}
.top-chart-music .today-top-music .channel-content .item-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 5px;
}
.top-chart-music .today-top-music .channel-content .item-img .top-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
}
.top-chart-music .today-top-music .channel-content .item-img .top-content .item-heading {
  text-align: center;
}
.top-chart-music .today-top-music .channel-content .item-img .top-content .item-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 20px;
}
.top-chart-music .today-top-music .channel-content .item-img .top-content .item-subtitle {
  font-size: 14px;
  color: #ffffff;
}
.top-chart-music .today-top-music .channel-content .item-img .top-content .video-icon .play-btn {
  position: relative;
  text-align: center;
  height: 60px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  margin: 0 auto;
}
.top-chart-music .today-top-music .channel-content .item-img .top-content .video-icon .play-btn i {
  margin-left: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.top-chart-music .today-top-music .channel-content .item-img .top-content .video-icon .play-btn:hover {
  background-color: #ec1c24;
}
.top-chart-music .today-top-music .channel-content .item-img .top-content .action-icon li {
  display: inline-block;
  font-size: 12px;
  color: #e0e0e0;
  margin-right: 15px;
}
.top-chart-music .today-top-music .channel-content .item-img .top-content .action-icon li a {
  color: #e0e0e0;
}
.top-chart-music .today-top-music .channel-content .item-img .top-content .action-icon li:last-child {
  margin-right: 0;
}
.top-chart-music .today-top-music .channel-content .disck-img {
  margin-left: -140px;
}
.top-chart-music .today-top-music .channel-content .disck-img img {
  animation: spinner 10s infinite;
}
.top-chart-music .today-top-music .item-content {
  text-align: center;
  margin-top: 15px;
}
.top-chart-music .today-top-music .item-content .item-title {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  line-height: 20px;
}
.top-chart-music .today-top-music .item-content p {
  font-size: 14px;
  color: #7c7a7a;
}
.top-chart-music .today-top-music .music-list {
  padding-top: 10px;
}
.top-chart-music .today-top-music .music-list > ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding: 0;
  margin: 0;
}
.top-chart-music .today-top-music .music-list > ol > li {
  counter-increment: my-awesome-counter;
  font-size: 16px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  position: relative;
}
.top-chart-music .today-top-music .music-list > ol > li:last-child {
  margin-bottom: 0;
}
.top-chart-music .today-top-music .music-list > ol > li:before {
  content: counter(my-awesome-counter);
  position: absolute;
  top: 5px;
  left: 80px;
}
.top-chart-music .today-top-music .music-list > ol > li .item-song {
  display: flex;
  align-items: center;
}
.top-chart-music .today-top-music .music-list > ol > li .item-song img {
  border-radius: 50%;
}
.top-chart-music .today-top-music .music-list > ol > li .item-song i {
  font-size: 18px;
  margin-left: 15px;
  margin-right: 35px;
}
.top-chart-music .monthly-top {
  background-color: #fff4f4;
}
.top-chart-inner {
  padding-top: 0;
}
/*track list 3*/
.track-list-3 ol {
  list-style: none;
  counter-reset: rt-count;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .track-list-3 ol {
    padding-right: 0px;
    white-space: nowrap;
    overflow: auto;
  }
}
.track-list-3 ol li {  
  width: 49.8%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  padding-bottom: 7px;
  padding-top: 7px;
  padding-right: 20px;
  padding-left: 40px;
  counter-increment: rt-count;
  position: relative;  
  background: #f6f6f6;
}
@media only screen and (max-width: 1199px) {
  .track-list-3 ol li {
    display: flex;
    width: 100%;
  }
}

.track-list-3 ol li:before {
  content: counter(rt-count);
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  position: absolute;
  left: 20px;
}
.track-list-3 ol li .song-name {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
.track-list-3 ol li .song-name span {
    font-size: 15px;
    font-weight: 400;
}
.track-list-3 ol li .song-name a {
    color: #000;
}
.track-list-3 ol li .song-name a:hover {
    color: #ec1c24;
}
.track-list-3 ol li .song-info {
  display: flex;
  align-items: center;
}
.track-list-3 ol li .song-info .song-duration {
  font-size: 15px;
  color: #000000;
  margin-right: 35px;
}
@media only screen and (max-width: 1199px) {
  .track-list-3 ol li .song-info .song-duration {
    margin-left: 30px;
  }
}
.track-list-3 ol li .song-info .action-icon {
  display: flex;
}
.track-list-3 ol li .song-info .action-icon a {
  font-size: 14px;
  color: #9b9b9b;
  padding: 5px;
  margin-right: 15px;
}
.track-list-3 ol li .song-info .action-icon a:hover {
  color: #ec1c24;
}
.track-list-3 ol li .song-info .action-icon a:last-child {
  margin-right: 0;
  padding-right: 0;
}
.track-list-3 .song-info .mejs-container{
	background: transparent;
}
.track-list-3 .song-info .mejs-container .mejs-controls {
	background: transparent;
	height: 34px;
}
.track-list-3 .song-info .mejs-container .mejs-button {
	font-size: 14px;
    color: #9b9b9b;
    height: inherit;
    line-height: inherit;
    margin: 0;
    width: 0;
	cursor: pointer;
}
.track-list-3 .song-info .mejs-container .mejs-button:hover {
	color: #ec1c24;
}
.track-list-3 .song-info .mejs-container .mejs-play:before {
	position: absolute;
	content: "\f04b";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
.track-list-3 .song-info .mejs-container .mejs-pause:before {
  position: absolute;
  color: #ec1c24;
  content: "\f04c";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.track-list-3 .song-info .mejs-container .mejs-button button {
	fill: #ec1c24;
	background-color: #ec1c24;
	display: none;
}
/*track list 4*/
.track-list-4 ol {
  list-style: none;
  counter-reset: rt-count;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.track-list-4 ol li {  
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 60px;
  counter-increment: rt-count;
  position: relative;  
  min-width: 520px;
}
.track-list-4 ol li:last-child {
    margin-bottom: 0;
}
.track-list-4 ol li:nth-child(odd) {
    background: #f6f6f6;
}
.track-list-4 ol li:nth-child(even) {
    background: #efefef;
}
.track-list-4 ol li:hover {
    background: #f2f2f2;
}
.track-list-4 ol li:before {
  content: counter(rt-count);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  position: absolute;
  left: 30px;
}
.track-list-4 ol li .song-name {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0;
}
.track-list-4 ol li .song-name span {
    font-size: 15px;
    font-weight: 400;
}
.track-list-4 ol li .song-name a {
    color: #000;
}
.track-list-4 ol li .song-name a:hover {
    color: #ec1c24;
}
.track-list-4 ol li .song-info {
  display: flex;
  align-items: center;
}
.track-list-4 ol li .song-info .song-duration {
  font-size: 16px;
  color: #000000;
}
/*track list 5*/
.track-list-5 ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.track-list-5 ol li {  
	display: inline-flex;
	align-items: center;
	margin-bottom: 4px;
	padding-bottom: 22px;
	padding-top: 22px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;  
	background: #f3f3f3;
	border-radius: 7px;
	width: 100%;
}
.track-list-5 ol li:after {
	content: url("../img/element/feature_cart_bg.png");
	position: absolute;
	bottom: -9px;
	right: 20px;
	z-index: 0;
}
.track-list-5 ol li .song-name {
	font-size: 18px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 0;
	padding-left: 25px;
	line-height: 1.6;
}
.track-list-5 ol li .song-name span {
	display: block;
    font-size: 15px;
    font-weight: 400;
    color: #7e7e7e;
}
.track-list-5 ol li .song-name a {
    color: #000;
}
.track-list-5 ol li .song-name a:hover {
    color: #ec1c24;
}
.track-list-5 .song-info .mejs-container{
	background: transparent;
    width: 56px !important;
    height: 56px !important;
}
.track-list-5 .song-info .mejs-container .mejs-controls {
	background: #fff;
    height: 56px;
    width: 56px;
    border-radius: 50%;
    padding: 0;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 3%);
    transition: all 0.3s ease-in-out;
}
.track-list-5 .song-info .mejs-container .mejs-button {
	font-size: 14px;
    color: #ec1c24;
    height: inherit;
    line-height: inherit;
    margin: 0;
    width: 0;
	cursor: pointer;
}
.track-list-5 .song-info .mejs-container .mejs-play:before {
	position: absolute;
    content: "\f04b";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 14px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.track-list-5 .song-info .mejs-container .mejs-pause:before {
	position: absolute;
    content: "\f04c";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 14px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.track-list-5 .song-info .mejs-container .mejs-button button {
	display: none;
}
.track-list-5 ol li:hover .song-info .mejs-container .mejs-controls {
    background: #ec1c24;
}
.track-list-5 ol li:hover .song-info .mejs-container .mejs-button {
    color: #ffffff;
}
/*track list*/
.slider-btn-area a.item-btn {
  color: #ffffff;
  font-weight: 500;
  background-color: #ec1c24;
  padding: 11px 25px 9px;
  border-radius: 3px;
  position: relative;
  z-index: 2;
}
.slider-btn-area a.item-btn:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #bd2127;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.slider-btn-area a.item-btn:hover:after {
  left: 0;
  width: 100%;
}
.rt-item-btn.rtin-style-1 a {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  background-color: #ec1c24;
  padding: 10px 32px 10px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.rt-item-btn.rtin-style-1 a:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #bd2127;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.rt-item-btn.rtin-style-1 a:hover:after {
  left: 0;
  width: 100%;
}

.show-details {
  z-index: 10;
  background-color: #ec1c24;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 800px;
  height: 660px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-left: 180px;
}
@media only screen and (max-width: 1440px) {
  .show-details {
    width: 700px;
    height: 560px;
  }
}
@media only screen and (max-width: 1199px) {
  .show-details {
    width: 600px;
    height: 460px;
  }
}
@media only screen and (max-width: 991px) {
  .show-details {
    display: none;
  }
}
.show-details .show-time {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .show-details .show-time {
    font-size: 22px;
  }
}

/*------------------- 5.3 Video -------------------*/
.video-story {
  position: relative;
}
.video-story .video-box {
  margin-bottom: 30px;
}
.video-story .video-box .item-img {
  position: relative;
}
.video-story .video-box .item-img img {
  width: 100%;
  border-radius: 3px 3px 0 0;
}
.video-story .video-box .item-img:before {
  content: "";
  height: 50%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-story .video-box .item-img .video-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.video-story .video-box .item-img .video-icon .play-btn {
  position: relative;
  text-align: center;
  height: 50px;
  width: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 15px;
  color: #ec1c24;
  margin: 0 auto;
  animation: pulse 2000ms infinite;
  display: inline-block;
}
.video-story .video-box .item-img .video-icon .play-btn:before {
  content: "";
  height: 40px;
  width: 40px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.video-story .video-box .item-img .video-icon .play-btn i {
  margin-left: 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.video-story .video-box .item-img .video-icon .play-btn:hover {
  animation: pulse 1500ms infinite;
}
.video-story .video-box .item-content {
  background-color: #ffffff;
  text-align: center;
  padding: 24px 40px;
  border-radius: 0 0 3px 3px;
}
@media only screen and (max-width: 479px) {
  .video-story .video-box .item-content {
    padding: 24px;
  }
}
.video-story .video-box .item-content .item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video-story .video-box .item-content .item-title a {
  color: #111111;
}
.video-story .video-box .item-content .item-title a:hover {
  color: #ec1c24;
}
.video-story .video-box .item-content .entry-meta {
  padding-left: 0;
  margin-bottom: 0;
}
.video-story .video-box .item-content .entry-meta li {
  display: inline-block;
  font-size: 15px;
  color: #858484;
  margin-right: 20px;
  font-weight: 500;
}
.video-story .video-box .item-content .entry-meta li:last-child {
  margin-right: 0;
}
.video-story .video-box .item-content .entry-meta li i {
  color: #ec1c24;
  margin-right: 10px;
}
.video-story .video-box-light {
  position: relative;
}
.video-story .video-box-light .item-img:before {
  height: 80%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}
.video-story .video-box-light .item-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: transparent;
  transform: translateY(-50%);
}
.video-story .video-box-light .item-content .video-icon {
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .video-story .video-box-light .item-content .video-icon {
    margin-bottom: 0;
  }
}
.video-story .video-box-light .item-content .video-icon .play-btn {
  position: relative;
  text-align: center;
  height: 88px;
  width: 88px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 20px;
  color: #ec1c24;
  margin: 0 auto;
  animation: pulse 2000ms infinite;
  display: inline-block;
}
@media only screen and (max-width: 575px) {
  .video-story .video-box-light .item-content .video-icon .play-btn {
    height: 70px;
    width: 70px;
    font-size: 18px;
  }
}
.video-story .video-box-light .item-content .video-icon .play-btn:before {
  content: "";
  height: 70px;
  width: 70px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 575px) {
  .video-story .video-box-light .item-content .video-icon .play-btn:before {
    height: 50px;
    width: 50px;
  }
}
.video-story .video-box-light .item-content .video-icon .play-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.video-story .video-box-light .item-content .item-title {
  font-size: 24px;
  color: #ffffff;
  width: 65%;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 575px) {
  .video-story .video-box-light .item-content .item-title {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .video-story .video-box-light .item-content .entry-meta {
    display: none;
  }
}
.video-story .video-box-light .item-content .entry-meta li {
  color: #ffffff;
}

.video-grid .video-box {
  border-radius: 5px;
  padding: 10px;
  background-color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.video-grid .video-box img {
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .video-grid .video-box img {
    width: 100%;
  }
}
.video-grid .video-box .video-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.video-grid .video-box .video-icon .play-btn {
  position: relative;
  text-align: center;
  height: 62px;
  width: 62px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 20px;
  color: #ec1c24;
  margin: 0 auto;
}
.video-grid .video-box .video-icon .play-btn:before {
  content: "";
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.video-grid .video-box .video-icon .play-btn i {
  margin-left: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.video-grid .video-box .video-icon.icon-lg .play-btn {
  height: 88px;
  width: 88px;
  animation: pulse 2000ms infinite;
}
.video-grid .video-box .video-icon.icon-lg .play-btn:before {
  height: 70px;
  width: 70px;
}
.video-grid .video-box:hover {
  background-color: #ec1c24;
}
.video-grid .more-video-btn {
  text-align: center;
  margin-top: 25px;
}
.video-grid .more-video-btn .item-btn {
	display: inline-block;
    font-weight: 500;
    background-color: #ec1c24;
    color: #ffffff;
    font-size: 15px;
    align-items: center;
    padding: 11px 34px 11px;
    border-radius: 30px;
    position: relative;
	overflow: hidden;
    z-index: 2;
}
.video-grid .more-video-btn .item-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #ffffff;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.video-grid .more-video-btn .item-btn:hover:after {
    width: 100%;
    left: 0;
}
.video-grid .more-video-btn .item-btn:hover {
  color: #ec1c24;
}
/*video tab 1*/
.video-tab {
  overflow: hidden;
}
.video-tab .tab-content .tab-pane {
  position: relative;
  text-align: center;
}
.video-tab .tab-content .tab-pane .item-img img {
  border-radius: 7px;
  width: 100%;
  height: 660px;
  object-fit: cover;
}
@media(max-width: 991px) {
	.video-tab .tab-content .tab-pane .item-img img {
		height: auto;
	}
}
.video-tab .tab-content .tab-pane .item-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-tab .tab-content .tab-pane .item-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: transparent;
  transform: translateY(-50%);
}
.video-tab .tab-content .tab-pane .item-content .video-icon {
  margin-bottom: 20px;
}
.video-tab .tab-content .tab-pane .item-content .video-icon .play-btn {
  display: block;
  position: relative;
  text-align: center;
  height: 145px;
  width: 145px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 34px;
  color: #ec1c24;
  margin: 0 auto;
  animation: pulse 2000ms infinite;
}
@media only screen and (max-width: 991px) {
  .video-tab .tab-content .tab-pane .item-content .video-icon .play-btn {
    height: 100px;
    width: 100px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .video-tab .tab-content .tab-pane .item-content .video-icon .play-btn {
    height: 70px;
    width: 70px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  .video-tab .tab-content .tab-pane .item-content .video-icon .play-btn {
    height: 60px;
    width: 60px;
    font-size: 16px;
  }
}
.video-tab .tab-content .tab-pane .item-content .video-icon .play-btn:before {
  content: "";
  height: 115px;
  width: 115px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .video-tab .tab-content .tab-pane .item-content .video-icon .play-btn:before {
    height: 80px;
    width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .video-tab .tab-content .tab-pane .item-content .video-icon .play-btn:before {
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .video-tab .tab-content .tab-pane .item-content .video-icon .play-btn:before {
    height: 50px;
    width: 50px;
  }
}
.video-tab .tab-content .tab-pane .item-content .video-icon .play-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.video-tab .tab-content .tab-pane .item-content .item-title {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  line-height: 40px;
  width: 40%;
  margin: 0 auto 10px;
}
@media only screen and (max-width: 991px) {
  .video-tab .tab-content .tab-pane .item-content .item-title {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .video-tab .tab-content .tab-pane .item-content .item-title {
    font-size: 24px;
	line-height: 1.2;
  }
}
.video-tab .tab-content .tab-pane .item-content .item-title a {
  color: #ffffff;
}
.video-tab .tab-content .tab-pane .item-content .item-title a:hover {
  color: #ec1c24;
}
@media only screen and (max-width: 767px) {
  .video-tab .tab-content .tab-pane .item-content .entry-meta {
    display: none;
  }
}
.video-tab .tab-content .tab-pane .item-content .entry-meta li {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin-right: 18px;
}
.video-tab .tab-content .tab-pane .item-content .entry-meta li:last-child {
  margin-right: 0;
}
.video-tab .tab-content .tab-pane .item-content .entry-meta li i {
  margin-right: 8px;
  color: #ec1c24;
}
.video-tab .nav-tabs {
  margin-top: -100px;
  border: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px;
  padding: 0 60px;
}
@media only screen and (max-width: 1199px) {
  .video-tab .nav-tabs {
    margin-top: 20px;
    margin-right: -10px;
    margin-left: -10px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .video-tab .nav-tabs {
    margin-top: 10px;
    margin-right: -5px;
    margin-left: -5px;
  }
}
.video-tab .nav-tabs .nav-item {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .video-tab .nav-tabs .nav-item {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .video-tab .nav-tabs .nav-item {
    padding-right: 5px;
    padding-left: 5px;
  }
}
.video-tab .nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 0;
  border: none;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.video-tab .nav-tabs .nav-item .nav-link.active .item-img:before {
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
}
.video-tab .nav-tabs .nav-item .item-img {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
.video-tab .nav-tabs .nav-item .item-img img {
  border-radius: 7px;
}
.video-tab .nav-tabs .nav-item .item-img:before {
  content: "";
  height: 60%;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  border-radius: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-tab .nav-tabs .nav-item .item-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background-color: transparent;
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .video-tab .nav-tabs .nav-item .item-content {
    display: none;
  }
}
.video-tab .nav-tabs .nav-item .item-content .video-icon {
  line-height: 1;
}
.video-tab .nav-tabs .nav-item .item-content .video-icon .play-btn {
  position: relative;
  text-align: center;
  height: 62px;
  width: 62px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 15px;
  color: #ec1c24;
  margin: 0 auto;
  display: inline-block;
}
.video-tab .nav-tabs .nav-item .item-content .video-icon .play-btn:before {
  content: "";
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.video-tab .nav-tabs .nav-item .item-content .video-icon .play-btn i {
  margin-left: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.video-tab .nav-tabs .nav-item .item-content .item-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 26px;
  width: 88%;
  margin: 5px auto 0;
}
@media only screen and (max-width: 1199px) {
  .video-tab .nav-tabs .nav-item .item-content .item-title {
    display: none;
  }
}
.video-tab .nav-tabs .nav-item .item-content .item-title a {
  color: #ffffff;
}
.video-tab .nav-tabs .nav-item .item-content .item-title a:hover {
  color: #ec1c24;
}
/*video tab 2*/
.video-tab-2 {
  overflow: hidden;
}
.video-tab-2 .tab-content {
	padding: 180px 0;
}
.video-tab-2 .tab-content .tab-pane {
	position: relative;
}
.video-tab-2 .tab-content .tab-pane .item-content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 38%;
	background-color: transparent;
	transform: translateY(-50%);
}
.video-tab-2 .tab-content .tab-pane .item-content .video-icon {
	margin-bottom: 30px;
	margin-left: 18px;
}
.video-tab-2 .tab-content .tab-pane .item-content .video-icon .play-btn {
	display: block;
	position: relative;
	text-align: center;
	height: 48px;
	width: 48px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	font-size: 15px;
	color: #ec1c24;
	animation: pulse 2000ms infinite;
}
.video-tab-2 .tab-content .tab-pane .item-content .video-icon .play-btn:before {
	content: "";
	height: 60px;
	width: 60px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.video-tab-2 .tab-content .tab-pane .item-content .video-icon .play-btn:after {
	content: "";
	height: 70px;
	width: 70px;
	border: 1px solid #a5a5a5;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.video-tab-2 .tab-content .tab-pane .item-content .video-icon .play-btn i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.video-tab-2 .tab-content .tab-pane .item-content .item-title {
	font-size: 32px;
	font-weight: 600;
	color: #111111;
	line-height: 40px;
	margin-bottom: 10px;
}
.video-tab-2 .tab-content .tab-pane .item-content .item-title a {
	color: #111111;
}
.video-tab-2 .tab-content .tab-pane .item-content .item-title a:hover {
	color: #ec1c24;
}
.video-tab-2 .tab-content .tab-pane .item-content .entry-meta {
	list-style: none;
	margin: 0;
	padding: 0;
}
.video-tab-2 .tab-content .tab-pane .item-content .entry-meta li {
	position: relative;
	display: inline-block;
	color: #c2c0c0;
	font-size: 14px;
	font-weight: 500;
	margin-right: 30px;
	line-height: 1.4;
}
.video-tab-2 .tab-content .tab-pane .item-content .entry-meta li:after {
	position: absolute;
	content: "";
	right: -20px;
	top: 9px;
	height: 6px;
	width: 6px;
	background: #c2c0c0;
	border-radius: 50%;
}
.video-tab-2 .tab-content .tab-pane .item-content .entry-meta li:last-child:after {
	display: none;
}
.video-tab-2 .tab-content .tab-pane .item-content .entry-meta li:last-child {
  margin-right: 0;
}
.video-tab-2 .tab-content .tab-pane .item-content .entry-meta li i {
  margin-right: 8px;
  color: #111111;
}
.video-tab-2 .nav-tabs {
    position: absolute;
    top: 50%;
    right: 0;
    width: 390px;
    border: none;
    transform: translateY(-50%);
}
.video-tab-2 .nav-tabs .nav-item {
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a1a1a1;
}
.video-tab-2 .nav-tabs .nav-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.video-tab-2 .nav-tabs .nav-item .nav-link {
	position: relative;
	padding: 0;
	border: none;
	line-height: 1;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}
.video-tab-2 .nav-tabs .nav-item .nav-link.active .item-img:before {
	height: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
}
.video-tab-2 .nav-tabs .nav-item .item-img {
	position: relative;
    border-radius: 7px;
    overflow: hidden;
    width: 30%;
    box-shadow: 0px 20px 32px 0px rgb(0 0 0 / 36%);
}
.video-tab-2 .nav-tabs .nav-item .item-img:before {
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 3px;
    position: absolute;
}
.video-tab-2 .nav-tabs .nav-item .item-content {
	display: inline-flex;
}
.video-tab-2 .nav-tabs .nav-item .item-content .video-icon {
    line-height: 1;
    width: 15%;
}
.video-tab-2 .nav-tabs .nav-item .item-content .video-icon .play-btn {
	position: relative;
	text-align: center;
	height: 40px;
	width: 40px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	font-size: 12px;
	color: #ec1c24;
	margin: 5px auto;
	display: inline-block;
}
.video-tab-2 .nav-tabs .nav-item .item-content .video-icon .play-btn i {
	margin-left: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.video-tab-2 .nav-tabs .nav-item .item-content .item-title {
	font-size: 16px;
    font-weight: 500;
    color: #111111;
    width: 55%;
    margin: 0 15px;
	line-height: 1.4;
}
.video-tab-2 .nav-tabs .nav-item .item-content .item-title a {
	color: #111111;
}
.video-tab-2 .nav-tabs .nav-item .item-content .item-title a:hover {
	color: #ec1c24;
}
.video-tab-2 .rt-item-btn a {
	display: inline-block;
    color: #ffffff;
	font-size: 14px;
    font-weight: 500;
    background-color: #ec1c24;
	margin-top: 20px;
    padding: 10px 32px 10px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.video-tab-2 .rt-item-btn a:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #bd2127;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.video-tab-2 .rt-item-btn a:hover:after {
    left: 0;
    width: 100%;
}
@media only screen and (max-width: 991px) {
	.video-tab-2 .nav-tabs {
		width: 330px;
	}
	.video-tab-2 .tab-content .tab-pane .item-content {
		width: 50%;
	}
}
@media only screen and (max-width: 668px) {
	.video-tab-2 .nav-tabs {
		width: 100%;
	}
	.video-tab-2 .tab-content .tab-pane .item-content {
		width: 100%;
	}	
	.video-tab-2 .nav-tabs .nav-item .item-content .item-title {
		display: none;
	}
	.video-tab-2 .nav-tabs {
		position: inherit;
		top: inherit;
		transform: inherit;
		display: inline-flex;
		flex-wrap: nowrap;
	}
	.video-tab-2 .nav-tabs .nav-item {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.video-tab-2 .nav-tabs .nav-item .item-img {
		width: 100%;
	}
	.video-tab-2 .nav-tabs .nav-item .item-content {
		position: relative;
	}
	.video-tab-2 .nav-tabs .nav-item .item-content .video-icon {
		width: 100%;
		position: absolute;
		z-index: 2;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
	}
}
.video-story:before {
	display: none;
}
.video-story .video-box {
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
}
/*video tab 3*/
.video-tab-3 .tab-content .tab-pane {
    position: relative;
    text-align: center;
}
.video-tab-3 .tab-content .tab-pane .item-img a {
    display: inline-block;
    background-color: #000;
    border-radius: 5px;
}
.video-tab-3 .tab-content .tab-pane .item-img img {
    position: relative;
    border-radius: 5px;
    object-fit: cover;
    opacity: 0.6;
}
.video-tab-3 .tab-content .tab-pane .item-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-color: transparent;
    transform: translateY(-50%);
}
.video-tab-3 .tab-content .tab-pane .item-content .video-icon {
    margin-bottom: 20px;
}
.video-tab-3 .tab-content .tab-pane .item-content .video-icon .play-btn {
    display: block;
    position: relative;
    text-align: center;
    height: 80px;
    width: 80px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 24px;
    color: #ec1c24;
    margin: 0 auto;
    animation: pulse 2000ms infinite;
}
.video-tab-3 .tab-content .tab-pane .item-content .video-icon .play-btn:before {
    content: "";
    height: 65px;
    width: 65px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.video-tab-3 .tab-content .tab-pane .item-content .video-icon .play-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.video-tab-3 .tab-content .tab-pane .item-content .item-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    line-height: 40px;
    width: 40%;
    margin: 0 auto 10px;
}
.video-tab-3 .tab-content .tab-pane .item-content .item-title a {
    color: #ffffff;
}
.video-tab-3 .tab-content .tab-pane .item-content .item-title a:hover {
    color: #ec1c24;
}
.video-tab-3 .tab-content .tab-pane .item-content .entry-meta li {
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin-right: 18px;
}
.video-tab-3 .tab-content .tab-pane .item-content .entry-meta li i {
    margin-right: 8px;
    color: #ec1c24;
}
.video-tab-3 .nav-tabs {
    margin-top: 30px;
    border: none;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.video-tab-3 .nav-tabs .nav-item {
    flex: 0 0 33.333333%;
    max-width: 33.33333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    margin-bottom: 0;
}
.video-tab-3 .nav-tabs .nav-item .nav-link {
    position: relative;
    padding: 0;
    border: none;
    color: #000000;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.video-tab-3 .nav-tabs .nav-item .nav-link:hover {
    color: #ec1c24;
}
.video-tab-3 .nav-tabs .nav-item .item-img {
    position: relative;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}
.video-tab-3 .nav-tabs .nav-item .item-img img {
    width: 100%;
}
.video-tab-3 .nav-tabs .nav-item .video-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background-color: transparent;
    transform: translateY(-50%);
    pointer-events: none;
}
.video-tab-3 .nav-tabs .nav-item .video-icon .play-btn {
    position: relative;
    text-align: center;
    height: 62px;
    width: 62px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 15px;
    color: #ec1c24;
    margin: 0 auto;
    display: inline-block;
}
.video-tab-3 .nav-tabs .nav-item .video-icon .play-btn:before {
    content: "";
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.video-tab-3 .nav-tabs .nav-item .video-icon .play-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.video-tab-3 .nav-tabs .nav-item .item-content {
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0 ,0,0,0.1);
    border-radius: 0 0 5px 5px;
    padding: 20px;
}
.video-tab-3 .nav-tabs .nav-item .item-content .item-title {
    font-size: 20px;
    font-weight: 600;
    color: inherit;
    margin-bottom: 8px;
}
.video-tab-3 .entry-meta {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.video-tab-3 .entry-meta li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #858484;
}
.video-tab-3 .entry-meta li i {
    color: #ec1c24;
}
@media(max-width: 991px){
    .video-tab-3 .tab-content .tab-pane .item-content .item-title {
        width: 90%;
    }
    .video-tab-3 .nav-tabs .nav-item .item-content {
        display: none;
    }
}
@media(max-width: 767px){
    .video-tab-3 .tab-content .tab-pane .item-content .video-icon {
        margin-bottom: 6px;
    }
    .video-tab-3 .tab-content .tab-pane .item-content .item-title {
        font-size: 24px;
        line-height: 1.2;
    }
    .video-tab-3 .nav-tabs .nav-item .video-icon .play-btn,
    .video-tab-3 .tab-content .tab-pane .item-content .video-icon .play-btn {
        width: 48px;
        height: 48px;
    }
    .video-tab-3 .nav-tabs .nav-item .video-icon .play-btn:before,
    .video-tab-3 .tab-content .tab-pane .item-content .video-icon .play-btn:before {
        width: 40px;
        height: 40px;
    }
}

/*single video*/
.single-video-layout .item-img {
	position: relative;
}
.single-video-layout .item-img img {
	border-radius: 4px;
}

.single-video-layout .item-img .video-icon {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}
.single-video-layout .item-img .play-btn {
    position: relative;
    text-align: center;
    height: 62px;
    width: 62px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 15px;
    color: #ec1c24;
    margin: 0 auto;
}
.single-video-layout .item-img .play-btn:hover {
    animation: pulse 1500ms infinite;
}
.single-video-layout .item-img .play-btn:before {
    content: "";
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}
.single-video-layout .item-img .play-btn i {
    margin-left: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.single-video-layout .item-content {
	margin-top: 22px;
}
.single-video-layout .item-content .item-title {
	margin-bottom: 20px;
}
/*------------------- 3.1 Nivo Slider -------------------*/
.slider-area {
  position: relative;
}
  .slider-area:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0, 0.3);
    z-index: 5;
  }

.slider-area .nivo-directionNav a {
  z-index: 10;
  top: 50%;
  bottom: 50px;
  right: auto;
  width: 40px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.slider-area .nivo-directionNav a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out;
}
.slider-area:hover .nivo-directionNav a {
  opacity: 1;
  visibility: visible;
}
.slider-area .nivo-directionNav a:hover {
  background-color: white;
  color: #ec1c24;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
  content: "";
}
.slider-area .nivo-directionNav a.nivo-prevNav {
  left: 0;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
  right: 0;
}
.slider-area:hover .nivo-directionNav a.nivo-prevNav {
  left: 50px;
}
.slider-area:hover .nivo-directionNav a.nivo-nextNav {
  right: 50px;
}
@media only screen and (max-width: 767px) {
  .slider-area .nivo-directionNav {
    text-align: center;
    display: none;
  }
}
.slider-area .nivo-caption {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.slider-area .nivo-caption {
   padding: 0;
}
.slider-area .slider-content .title-container {
  padding: 100px 0;
}
.slider-area .slider-content h1.slider-big-text {
  font-size: 70px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 44px;
  line-height: 1.3;
}
.slider-area .slider-content h1.slider-big-text span {
  display: block;
}
@media only screen and (min-width: 1440px) {
  .slider-area .slider-content h1.slider-big-text {
    width: 57%;
  }
}
@media only screen and (max-width: 1439px) {
  .slider-area .slider-content h1.slider-big-text {
    font-size: 55px;
    width: 65%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area .slider-content h1.slider-big-text {
    font-size: 48px;
    width: 100%;
	text-align: center;
  }
  .slider-area .slider-content .title-container {
    padding:  50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .slider-area .slider-content h1.slider-big-text {
    font-size: 38px;
  }
}
@media only screen and (max-width: 375px) {
  .slider-area .slider-content h1.slider-big-text {
    font-size: 32px;
  }
  .slider-area .slider-content h1.slider-big-text br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .slider-area .slider-content .slider-btn-area {
    text-align: center;
  }
}
.slider-area .slider-content .slider-btn-area a.item-btn {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  background-color: #ec1c24;
  padding: 11px 25px 9px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.slider-area .slider-content .slider-btn-area a.item-btn:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #bd2127;
  border-radius: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.slider-area .slider-content .slider-btn-area a.item-btn:hover:after {
  left: 0;
  width: 100%;
}
/*slider 1*/
@media(min-width: 1440px){
	.slider-layout1 .slider-content {
		padding-left: 120px;
	}
}
.slider-layout1 .nivoSlider {
	height: calc(100vh - 96px ) !important;
}
.slider-layout1 .nivoSlider img {
	height: 100% !important;
	object-fit: cover;
}
.slider-layout1 .nivoSlider .nivo-slice {
  width: 100% !important;
}
@media(max-width: 480px){
  .slider-layout1 .nivoSlider {
    height: calc(100vh - 350px ) !important;
  }
}
.slider-layout1 .slider-content h1.slider-big-text {
  animation: fadeInDown 1500ms ease-in-out;
}
.slider-layout1 .slider-content .slider-btn-area {
  animation: fadeInUp 1500ms ease-in-out;
}
.slider-layout1 .show-details {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: #ec1c24;
  clip-path: polygon(100% 70%, 100% 100%, 0 150%, 43% 70%);
  width: 800px;
  height: 660px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-left: 250px;
}
@media only screen and (max-width: 1440px) {
  .slider-layout1 .show-details {
    width: 780px;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-layout1 .show-details {
    width: 600px;
    height: 530px;
    padding-left: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .show-details {
    position: relative;
    height: auto;
    width: 100%;
    clip-path: inherit;
    padding: 25px 20px;
  }
}
.slider-layout1 .show-details .show-time {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .slider-layout1 .show-details .show-time {
    font-size: 22px;
  }
}
.slider-layout1 .show-details .show-title {
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  font-weight: 300;
  line-height: 1.2;
  width: 62%;
  margin: 0 auto;
  padding-bottom: 40px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .slider-layout1 .show-details .show-title {
    width: 100%;
    padding-bottom: 20px;
    padding-right: 10px;
  }
}
.slider-layout1 .show-details .show-title span {
  font-weight: 600;
  font-style: italic;
}
/*------------------- 5.9 Event -------------------*/
.upcoming-event {
  background-color: #121212;
  padding: 0;
  overflow: hidden;
}
.upcoming-event .left-side-img {
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .upcoming-event .left-side-img {
    padding-right: 0;
  }
}
.upcoming-event .left-side-img img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .upcoming-event .left-side-img img {
    width: 100%;
  }
}
.upcoming-event .right-side-content {
  position: relative;
  z-index: 2;
  padding: 40px 0;
}
@media only screen and (max-width: 991px) {
  .upcoming-event .right-side-content {
    padding: 60px 15px;
    text-align: center;
    overflow: hidden;
  }
}
.upcoming-event .right-side-content .section-heading {
  margin-bottom: 50px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .upcoming-event .right-side-content .section-heading {
    text-align: center;
  }
}
.upcoming-event .right-side-content .section-heading .heading-title {
  color: #ffffff;
  margin-left: 44px;
  margin-bottom: 18px;
}
.upcoming-event .right-side-content .section-heading .item-subtitle {
  line-height: 40px;
  font-size: 28px;
  color: #ffffff;
  font-weight: 500;
  width: 60%;
}
@media only screen and (max-width: 1199px) {
  .upcoming-event .right-side-content .section-heading .item-subtitle {
    width: 95%;
  }
}
@media only screen and (max-width: 991px) {
  .upcoming-event .right-side-content .section-heading .item-subtitle {
    width: 100%;
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .upcoming-event .right-side-content .section-heading .item-subtitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .upcoming-event .right-side-content .section-heading .item-subtitle {
    font-size: 22px;
  }
}
.upcoming-event .right-side-content .section-heading .singnal-symbol {
  left: -12px;
}
.upcoming-event .right-side-content .item-btn {
  font-weight: 500;
  color: #ffffff;
  background-color: #ec1c24;
  padding: 11px 30px 9px;
  border-radius: 3px;
  position: relative;
  z-index: 2;
}
.upcoming-event .right-side-content .item-btn:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #bd2127;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.upcoming-event .right-side-content .item-btn:hover:after {
  left: 0;
  width: 100%;
}
.upcoming-event .right-side-content .bg-shape-img .shape-img {
  position: absolute;
  z-index: -1;
  animation: zoomdown infinite 5s;
}
.upcoming-event .right-side-content .bg-shape-img .shape-1 {
  top: -20%;
  left: 7%;
}
.upcoming-event .right-side-content .bg-shape-img .shape-2 {
  top: -21%;
  right: 50%;
}
.upcoming-event .right-side-content .bg-shape-img .shape-3 {
  top: -5%;
  right: 20%;
  z-index: 2;
}
.upcoming-event .right-side-content .bg-shape-img .shape-4 {
  bottom: -5%;
  right: 20%;
}
.upcoming-event .right-side-content .bg-shape-img .shape-5 {
  bottom: -10%;
  right: 60%;
}
.upcoming-event .right-side-content .bg-shape-img .shape-6 {
  top: -30%;
  right: 0%;
}
.upcoming-event .right-side-content .bg-shape-img .shape-7 {
  bottom: -31%;
  left: -8%;
}

.event-box .media {
  background-color: #ec1c24;
  border-radius: 5px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .event-box .media {
    display: block;
    text-align: center;
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .event-box .media {
    padding: 30px 10px;
  }
}
.event-box .media .item-img img {
  border-radius: 5px 0 0 5px;
  width: 335px;
  height: auto;
}
.event-box .media .media-body {
  padding: 20px 0 20px 110px;
  margin-left: 0rem;
}
@media only screen and (max-width: 1199px) {
  .event-box .media .media-body {
    padding: 20px 0 20px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .event-box .media .media-body {
    padding: 30px 0 0;
  }
}
.event-box .media .media-body .item-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
  padding-left: 18px;
}
@media only screen and (max-width: 991px) {
  .event-box .media .media-body .item-title {
    padding-left: 0;
  }
}

.event-list .event-box {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.event-list .event-box:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.event-list .event-content {
  padding: 420px 10px 70px 55px;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .event-list .event-content {
    padding: 150px 10px 70px 30px;
  }
}
.event-list .event-content .item-content {
  transform: translateY(95px);
  transition: all 0.3s ease-in-out;
}
.event-list .event-content .sl-number {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .event-list .event-content .sl-number {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .event-list .event-content .sl-number {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .event-list .event-content .sl-number {
    font-size: 26px;
  }
}
.event-list .event-content .item-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .event-list .event-content .item-title {
    font-size: 22px;
  }
}
.event-list .event-content .item-title a {
  color: #ffffff;
}
.event-list .event-content .item-title a:hover {
  color: #ec1c24;
}
.event-list .event-content .item-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 30px 10px;
  background-color: #ec1c24;
  border-radius: 30px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  transform: translateY(10px);
}
.event-list .event-content .item-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #ffffff;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.event-list .event-content .item-btn:hover:after {
    width: 100%;
    left: 0;
}
.event-list .event-content .item-btn:hover {
  color: #ec1c24;
}
.event-list .event-content:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.event-list .event-content:hover .item-content {
  transform: translateY(0);
}
.event-list .event-content:hover .item-btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.event-grid .event-box {
  overflow: hidden;
  position: relative;
}
.event-grid .event-box .item-img {
  position: relative;
}
.event-grid .event-box .item-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.event-grid .event-box .item-img img {
  transform: scale(1) rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.event-grid .event-box .item-content {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  padding: 40px;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}
@media only screen and (max-width: 479px) {
  .event-grid .event-box .item-content {
    padding: 30px;
  }
}
.event-grid .event-box .sl-number {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.event-grid .event-box .item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}
.event-grid .event-box .item-title a {
  color: #ffffff;
}
.event-grid .event-box .item-title a:hover {
  color: #ec1c24;
}
.event-grid .event-box .item-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  padding: 7px 20px 7px;
  background-color: #ec1c24;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  position: relative;
  transition: all 0.5s ease-in-out;
  transform: translateY(10px);
}
.event-grid .event-box .item-btn:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #ffffff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.event-grid .event-box .item-btn:hover:after {
  left: 0;
  width: 100%;
}
.event-grid .event-box .item-btn:hover {
  color: #ec1c24;
}
.event-grid .event-box:hover .item-img img {
  transform: scale(1.1) rotate(5deg);
}
.event-grid .event-box:hover .item-content {
  bottom: 0;
}
.event-grid .event-box:hover .item-btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.single-event .main-img {
  position: relative;
  margin-bottom: 25px;
}
.single-event .main-img img {
  border-radius: 3px;
}
.single-event .main-img .video-icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
.single-event .main-img .video-icon .play-btn {
  position: relative;
  text-align: center;
  height: 78px;
  width: 78px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 18px;
  color: #ec1c24;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .single-event .main-img .video-icon .play-btn {
    height: 65px;
    width: 65px;
    font-size: 16px;
  }
}
.single-event .main-img .video-icon .play-btn:before {
  content: "";
  height: 60px;
  width: 60px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .single-event .main-img .video-icon .play-btn:before {
    height: 50px;
    width: 50px;
  }
}
.single-event .main-img .video-icon .play-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.single-event .main-img .video-icon .play-btn:hover {
  animation: pulse 1s;
}
.single-event .event-details .item-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
}
.single-event .event-details ul {
  list-style: disc;
  margin: 0 0 1em 1em;
  padding: 0 0 0px 20px;
}
.single-event .event-more-info {
  margin-bottom: 30px;
  list-style: none;
  padding-left: 0;
}
.single-event .event-more-info li {
  color: #929090;
  font-size: 15px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 9px 20px;
  margin-bottom: 10px;
}
.single-event .event-more-info li:last-child {
  margin-bottom: 0;
}
.single-event .event-more-info li span {
  display: inline-block;
  min-width: 85px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.single-event .google-map-area {
  margin-bottom: 30px;
}
.single-event .google-map-area #googleMap {
  height: 385px;
  width: 100%;
  border-radius: 4px;
}
.single-event .buy-ticket-banner {
  background-color: #ffffff;
  box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 55px 50px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .single-event .buy-ticket-banner {
    display: block;
    padding: 35px;
  }
}
.single-event .buy-ticket-banner .item-title {
  font-size: 24px;
  font-weight: 600;
  width: 50%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .single-event .buy-ticket-banner .item-title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
  }
}
.single-event .buy-ticket-banner .item-btn {
  flex: 1;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .single-event .buy-ticket-banner .item-btn {
    text-align: center;
  }
}
.single-event .buy-ticket-banner .item-btn a {
  display: inline-block;
  font-weight: 500;
  color: #fefefe;
  background-color: #ec1c24;
  border-radius: 3px;
  padding: 8px 30px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.single-event .buy-ticket-banner .item-btn a:after {
  content: "";
  height: 100%;
  width: 0;
  background-color: #000000;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.single-event .buy-ticket-banner .item-btn a:hover:after {
  left: 0;
  width: 100%;
}
/*------------------- 5.12 Podcast -------------------*/
.podcast-box {
  margin-bottom: 30px;
}
.podcast-box .item-img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.podcast-box .item-img img {
  border-radius: 4px;
  transform: scale(1);
  transition: transform 5s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.podcast-box .item-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.podcast-box .item-img .video-icon {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.podcast-box .item-img .video-icon .play-btn {
  display: inline-block;
  position: relative;
  text-align: center;
  height: 62px;
  width: 62px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  font-size: 15px;
  color: #111111;
  margin: 0 auto;
}
.podcast-box .item-img .video-icon .play-btn:before {
  content: "";
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -1;
}
.podcast-box .item-img .video-icon .play-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.podcast-box .item-img .video-icon .play-btn:hover {
  animation: pulse 1s;
}
.podcast-box .item-content {
  position: relative;
  margin: -25px 15px 0;
  text-align: center;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  box-shadow: 0 0 38px 0 rgba(0, 0, 0, 0.07);
  z-index: 3;
}
.podcast-box .item-content .item-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.podcast-box .item-content .item-title a {
  color: #000000;
}
.podcast-box .item-content .item-title a:hover {
  color: #ec1c24;
}
.podcast-box:hover .item-img img {
  transform: scale(1.3);
}
.podcast-box:hover .item-img:before {
  visibility: visible;
  opacity: 1;
}
.podcast-box:hover .item-img .video-icon {
  top: 50%;
  visibility: visible;
  opacity: 1;
}
/*podcast-box-2*/
.podcast-box-2 .mejs-container,
.podcast-box-2 .mejs-container .mejs-controls {
    background: transparent;
}
.podcast-box-2 {
    margin-bottom: 30px;
}
.podcast-box-2 .item-img {
    overflow: hidden;
    border-radius: 7px;
}
.podcast-box-2 .item-img img {
    transform: scale(1.01);
    transition: all 0.3s ease-in-out;
}
.podcast-box-2:hover .item-img img {
    transform: scale(1.1);
}
.podcast-box-2 .item-content {
    padding-top: 15px;
}
.podcast-box-2 .item-content .item-title {
    margin-bottom: 3px;
}
.podcast-box-2 .item-content .item-title a {
    color: #000;
}
.podcast-box-2 .item-content .item-title a:hover {
    color: #ec1c24;
}
.podcast-box-2 .item-content .host-name {
    color: #727272;
    font-size: 18px;
    margin-bottom: 8px;
}
.podcast-box-2 .item-action {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ec1c24;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    margin-top: 20px;
    padding: 3px 0;
}
/*single podcast*/
.single-podcast .item-img {
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
}
.single-podcast .item-img > div {
	display: none;
}
.single-podcast .podcast-details .list-item {
  margin-bottom: 15px;
  padding-left: 0;
  list-style: none;
}
.single-podcast .podcast-details .list-item li {
  font-size: 15px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.single-podcast .podcast-details .list-item li:before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #c4c4c4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
/*------------------- 5.13 Tv Show -------------------*/
.tvshow-box {
    margin-bottom: 30px;
}
.tvshow-box .item-img {
    position: relative;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}
.tvshow-box .item-img:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.tvshow-box:hover .item-img:before {
    visibility: visible;
    opacity: 1;
}
.tvshow-box .item-img img {
    transform: scale(1);
    transition: transform 5s cubic-bezier(0.2, 0.96, 0.34, 1);
}
.tvshow-box .item-img .video-icon {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}
.tvshow-box:hover .item-img .video-icon {
    top: 50%;
    visibility: visible;
    opacity: 1;
}
.tvshow-box .item-img .video-icon .play-btn {
    display: inline-block;
    position: relative;
    text-align: center;
    height: 62px;
    width: 62px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 15px;
    color: #ec1c24;
    margin: 0 auto;
}
.tvshow-box .item-img .video-icon .play-btn:before {
    content: "";
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}
.tvshow-box .item-img .video-icon .play-btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.tvshow-box .item-content {
    position: relative;
    background-color: #ffffff;
    padding: 20px 25px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 38px 0 rgb(0 0 0 / 7%);
    z-index: 3;
}
.tvshow-box .item-content .item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.tvshow-box .item-content .item-title a {
    color: #000000;
}
.tvshow-box .item-content .item-title a:hover {
    color: #ec1c24;
}
.tvshow-box .item-year {
    font-size: 20px;
    font-weight: 500;
    color: #ec1c24;
}
.tvshow-box .rating-comment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 5px;
}
.tvshow-box .rating-comment > div {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
    font-weight: 500;
}
.tvshow-box .item-rating i {
    color: #ffc052;
}
.tvshow-box .item-comment i {
    color: #a6a6a6;
}
.tv-movie-slider-layout2 .tvshow-box {
    margin-left: 1px;
}
.tv-movie-slider-layout2 .tvshow-box .item-content {
    box-shadow: none;
    border: 1px solid #efefef;
    border-top: none;
}
@media(max-width: 575px) {
    .tvshow-box .item-img img {
        width: 100%;
    }
}
/*------------------- 5.10 Faq -------------------*/
.fmwave-accordion .elementor-accordion-item {
  margin-top: 0 !important;
  border-radius: 0.25rem;
  border: none;
  margin-bottom: 0.375rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.1);
}
.fmwave-accordion .elementor-accordion-item .elementor-accordion-icon {
  margin-top: 12px;
}

/*-------------------------------------
5.17 Gutenberg Support
---------------------------------------*/
.align-wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 900px) {
  .align-wrap {
    width: auto;
    margin-left: calc(50% / .62 - 50vw);
  }
}
.align-wrap .alignfull {
  width: 100%;
  margin: 0 0 0 auto;
}

@media (max-width: 480px) {
  img.alignleft {
    float: none;
    margin-bottom: 13px;
    margin-right: 0px;
    padding-top: 5px;
    display: block;
  }

  img.alignright {
    float: none;
    margin-left: 0px;
    margin-bottom: 15px;
    padding-top: 15px;
  }
}
p.has-large-font-size {
  margin-bottom: 20px;
}

p.has-large-font-size + p {
  line-height: 52px;
}

/*gutenberg with sidebar*/
.has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-cover.alignfull,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-columns.alignfull,
.has-sidebar .wp-block-media-text.alignfull,
.has-sidebar .wp-block-gallery.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-columns.alignwide,
.has-sidebar .wp-block-image.alignwide,
.has-sidebar .wp-block-media-text.alignwide,
.has-sidebar .is-type-video.alignfull,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
  margin-left: 0;
  margin-right: 0;
}

.has-strong-magenta-background-color {
  background-color: #a156b4;
}

.has-strong-magenta-color {
  color: #a156b4;
}

.has-light-grayish-magenta-background-color {
  background-color: #d0a5db;
}

.has-light-grayish-magenta-color {
  color: #d0a5db;
}

.has-very-light-gray-background-color {
  background-color: #eee;
}

.has-very-light-gray-color {
  color: #eee;
}

.has-very-dark-gray-background-color {
  background-color: #444;
}

.has-very-dark-gray-color {
  color: #444;
}

.has-small-font-size {
  font-size: 12px;
}

.has-large-font-size {
  font-size: 36px;
  line-height: 1.2;
}

.has-huge-font-size {
  font-size: 48px;
  line-height: 1.2;
}

.has-regular-font-size {
  font-size: 16px;
}

.wp-block-image.alignleft.is-resized {
  margin-left: 0;
  margin-right: 30px;
}

.wp-block-image.alignright.is-resized {
  margin-left: 30px;
  margin-right: 0;
}

.wp-block-separator {
  border: none;
  border-bottom: 2px solid #cccccc;
  margin: 50px 0;
  text-align: left;
  background: transparent;
}

.category-post-formats.tag-quote blockquote,
.comment-text blockquote,
.category-markup.tag-html blockquote,
.wp-block-quote.has-text-align-right,
.wp-block-quote.is-style-large,
.page-content-main blockquote,
.wp-block-quote.is-large,
blockquote.wp-block-quote {
  margin: 25px 0;
  font-size: 16px;
  line-height: 30px;
  border: 1px;
  border-color: #eaeaea;
  border-style: dashed;
  font-style: italic;
  padding: 40px;
}
@media only screen and (max-width: 575px) {
	.category-post-formats.tag-quote blockquote,
	.comment-text blockquote,
	.category-markup.tag-html blockquote,
	.wp-block-quote.has-text-align-right,
	.wp-block-quote.is-style-large,
	.page-content-main blockquote,
	.wp-block-quote.is-large,
	blockquote.wp-block-quote {
		padding: 24px;
		font-size: 16px;
	}
}
.category-post-formats.tag-quote blockquote cite,
.comment-text blockquote cite,
.category-markup.tag-html blockquote cite,
.wp-block-quote.has-text-align-right cite,
.wp-block-quote.is-style-large cite,
.page-content-main blockquote cite,
.wp-block-quote.is-large cite,
blockquote.wp-block-quote cite {
  font-weight: 600;
  font-style: normal;
  color: #000000;
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
}
.category-post-formats.tag-quote blockquote p,
.comment-text blockquote p,
.category-markup.tag-html blockquote p,
.wp-block-quote.has-text-align-right p,
.wp-block-quote.is-style-large p,
.page-content-main blockquote p,
.wp-block-quote.is-large p,
blockquote.wp-block-quote p {
  margin-bottom: 0;
}

.category-post-formats.tag-quote blockquote p,
.category-markup.tag-html blockquote p,
.comment-text blockquote p {
  margin-bottom: 0;
}

.category-post-formats.tag-quote blockquote,
.category-markup.tag-html blockquote,
.page-content-main blockquote,
blockquote.wp-block-quote {
  text-align: left;
}

.page-content-main blockquote {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 0 2.1875rem 0 rgba(0, 0, 0, 0.06);
  padding: 2.5rem 2.5rem 1.5625rem 2.5rem;
  border-radius: 0.1875rem;
  display: flex;
  font-size: 16px;
  color: #111111;
  font-weight: 600;
}
.page-content-main blockquote:before {
  font-family: Flaticon;
  content: "";
  color: #ec1c24;
  font-size: 4.375rem;
  margin-right: 1.875rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-content-main blockquote:before {
    font-size: 1.25rem;
  }
}

.wp-block-quote.has-text-align-center {
  text-align: center;
}

.wp-block-quote.has-text-align-right {
  text-align: right;
}

.wp-block-quote.has-text-align-left {
  text-align: left;
}
/*blockquote*/
blockquote {
  border: none;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.06);
  padding: 40px;
  border-radius: 3px;
  color: #000000;
  font-style: italic;
  overflow: hidden;
}
@media only screen and (max-width: 575px) {
  blockquote {
    padding: 30px;
  }
}
blockquote p {
  flex: 1;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
}
blockquote:before {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  color: #ec1c24;
  font-size: 70px;
  font-weight: 700;
  margin-right: 30px;
  line-height: 1;
  float: left;
}
@media only screen and (max-width: 575px) {
blockquote:before {
    margin-right: 20px;
  }
}
.wp-block-pullquote {
  border-top: 2px dashed #eaeaea;
  border-bottom: 2px dashed #eaeaea;
  text-align: left;
  padding: 0;
}

blockquote.wp-block-pullquote {
  background: #f8f8f8;
  border-radius: 4px;
  font-size: 28px;
  font-weight: 400;
  font-style: italic;
  margin: 0px 0px 20px !important;
  color: #092d4c;
}
.wp-block-pullquote blockquote {
	margin: 0;
}
.wp-block-pullquote cite {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  padding-left: 40px;
}

.wp-block-quote.is-style-large cite em {
  font-style: normal;
}

.wp-block-quote.is-style-large cite br {
  display: none;
}

.wp-block-columns.has-3-columns .wp-block-quote,
.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
}
.wp-block-pullquote blockquote p {
  font-size: 28px;
  line-height: 1.6;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 32px;
}
.has-fmwave-primary-background-color.is-style-solid-color blockquote {
	background: #ec1c24;
}
.has-fmwave-secondary-background-color.is-style-solid-color blockquote {
	background: #bd2127;
}
.has-fmwave-dark-background-color.is-style-solid-color blockquote {
	background: #c0c0c0;
}
.has-fmwave-black-background-color.is-style-solid-color blockquote {
	background: #000000;
}
.has-fmwave-light-background-color.is-style-solid-color blockquote {
	background: #ffffff;
}
/* Main column width */
.wp-block {
  max-width: 720px;
}

/* Width of "wide" blocks */
.wp-block[data-align=wide] {
  max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align=full] {
  max-width: none;
}

pre {
  color: #646464;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  line-height: 1.6;
  background: #eee;
  margin-bottom: 1.6em;
  font-size: 16px;
  font-family: "Courier 10 Pitch", Courier, monospace;
}

pre code,
code,
a code {
  color: #ec1c24;
  font-size: 16px;
}

kbd {
  color: #646464;
  padding: 3px 5px 2px 5px;
  margin: 0 1px;
  background: #eaeaea;
  background: rgba(0, 0, 0, 0.07);
}
pre.wp-block-code {
	padding: 1.6em;
}
/************** Button ***************/
.wp-block-button {
	margin-bottom: 25px;
}
.wp-block-button.aligncenter {
	text-align: center;
}
a.wp-block-button__link:not([href]):not([tabindex]):hover {
	color: #ffffff;
}
.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]) {
	color: #ec1c24;
}
.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]):hover {
	color: #bd2127;
}
.wp-block-button .wp-block-button__link {
	color: #ffffff;
    font-weight: 500;
    background-color: #ec1c24;
    padding: 11px 25px 11px;
    border-radius: 3px;
    position: relative;
    z-index: 2;
}
.wp-block-button .wp-block-button__link:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #111111;
    border-radius: 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.wp-block-button .wp-block-button__link:hover:after {
    left: 0;
    width: 100%;
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
    border: 2px solid #ec1c24;
    color: #ec1c24;
}
.wp-block-button.is-style-outline .wp-block-button__link:after {
	display: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: #bd2127;
	color: #bd2127;
}
.wp-block-button .wp-block-button__link.no-border-radius,
.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:after {
	border-radius: 0;
}
.wp-block-button .wp-block-button__link.no-border-radius:after {
	border-radius: 0;
}

.has-fmwave-primary-color { color: #ec1c24;}
.has-fmwave-secondary-color { color: #bd2127;}
.has-fmwave-dark-color { color: #c0c0c0;}
.has-fmwave-black-color { color: #000000;}
.has-fmwave-light-color { color: #ffffff;}

.has-fmwave-primary-background-color { background-color: #ec1c24;}
.has-fmwave-secondary-background-color { background-color: #bd2127;}
.has-fmwave-dark-background-color { background-color: #c0c0c0;}
.has-fmwave-black-background-color { background-color: #000000;}
.has-fmwave-light-background-color { background-color: #ffffff;}

.wp-block-button a.has-fmwave-primary-color { color: #ec1c24;}
.wp-block-button a.has-fmwave-secondary-color { color: #bd2127;}
.wp-block-button a.has-fmwave-dark-color { color: #c0c0c0;}
.wp-block-button a.has-fmwave-black-color { color: #000000;}
.wp-block-button a.has-fmwave-light-color { color: #ffffff;}

.wp-block-button .has-fmwave-primary-background-color { background-color: #ec1c24;}
.wp-block-button .has-fmwave-secondary-background-color { background-color: #bd2127;}
.wp-block-button .has-fmwave-dark-background-color { background-color: #c0c0c0;}
.wp-block-button .has-fmwave-fmwave-black-background-color { background-color: #000000;}
.wp-block-button .has-fmwave-light-background-color { background-color: #ffffff;}
/*button end*/

.wp-block-table td,
.wp-block-table th {
  border: 1px solid #dedede;
  padding: 5px;
}

.wp-block-table thead {
  border-bottom: 1px solid;
}

.wp-block-image .alignleft.is-resized {
  margin-top: 0;
}

.wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}

.wp-block-latest-posts.is-grid {
  margin-left: 20px;
}

.wp-block-latest-posts.is-grid li {
  margin: 0 0 10px 0;
}

.wp-block-columns.has-2-columns .wp-block-column {
  margin-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .entry-content .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-image .alignleft {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 25px;
}
.wp-block-image .alignright {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 25px;
}
.alignleft {
	float: left;
	margin-bottom: 15px;
	margin-right: 25px;
	margin-top: 10px;
}
.alignright {
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 15px;
}
.wp-block-cover {
  margin-top: 30px;
  margin-bottom: 30px;
}
.wp-block-cover a,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .has-text-color a,
.wp-block-cover .has-text-align-center a {
  color: #ffffff;
}
.wp-block-cover a:hover,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover .has-text-color a:hover {
  text-decoration: underline;
}
.entry-content .wp-block-cover {
  margin-top: 0px;
}
.wp-block-cover p:not(.has-text-color) {
  color: #ffffff;
}

.wp-block-cover.alignleft {
  margin-top: 0;
}
.wp-block-cover.has-background-dim.alignleft {
  margin-bottom: 30px;
}
.wp-block-calendar .wp-calendar-table caption {
	color: #ffffff;
}
.wp-block-gallery {
  margin-top: 23px;
  margin-bottom: 16px;
}
.wp-block-gallery.alignleft {
  display: flex;
  margin-top: 10px;
}
.wp-block-gallery.alignleft .blocks-gallery-item {
  display: inline-block;
}

.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
  margin: 23px 0;
}
.wp-block-coblocks-social .wp-block-button__link {
  border: none;
}
p:last-child img.size-full.alignright {
  clear: both;
  padding-top: 0;
}
.wp-block-spacer {
  clear: both;
}
.gallery .gallery-item {
  text-align: center;
}
/*Mobile menu*/
.mean-container { 
  background: #ffffff !important;
  float: none;
  position: relative !important;
  padding: 10px 15px !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0px 0px 10px 0px #0000001c;
  transition: all 0.3s linear;
}
.sticky-mobile {
	position: fixed !important;
}
.mean-container .mean-bar {
  display: flex;
  align-items: center;
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-bar .logo-small {
	max-width: 108px;
}
.mean-container .mean-bar .header-action-layout1 {
	position: absolute;
    right: 45px;
}
.mean-container .mean-bar .header-action-layout1 ul .search-icon a {
    font-size: 20px;
    color: #111;
}
.admin-bar.mean-container .mean-bar {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar.mean-container .mean-bar {
    top: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar.mean-container.mn-top .mean-bar {
    top: 0;
  }
}
.mean-container .header-action-layout1 ul .header-btn a {
	font-size: 15px;
	padding: 2px 14px;
}
.mean-container .header-action-layout1 ul {
	padding-left: 0;
}
.mean-container .header-action-layout1 ul li {
	margin-right: 15px;
}
@media only screen and (max-width: 375px) {
	.mean-container .header-action-layout1 ul li.header-btn i {
		display: none;
	}
}
.mean-container .header-action-layout1 ul .search-icon a:hover {
	color: #ec1c24;
}
.offscreen-navigation .sub-menu {
    display: none;
}
.offscreen-navigation ul li {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
}
.offscreen-navigation ul li span  {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 40px;
    z-index: 9;
    cursor: pointer;
}
.offscreen-navigation li > a {
    display: block;
    position: relative;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
	background: #f3f3f3;
	padding-bottom: 7px;
	padding-top: 7px;
}
.offscreen-navigation li > a:hover {
	background: rgba(0, 113, 220, 0.05);
}
.offscreen-navigation ul > li > a {
	padding-left: 15px;
}
.offscreen-navigation ul ul > li > a {
	padding-left: 30px;
}
.offscreen-navigation ul ul ul > li > a {
  padding-left: 45px;
}
.offscreen-navigation .sub-menu li > a {
    font-size: 15px;
}
.offscreen-navigation li.menu-item-has-children > a:after {
    content: '\f067';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    transition: .1s;
    right: 15px;
	font-weight: 700;
    position: absolute;
    font-size: 13px;
}
.offscreen-navigation li.menu-item-has-children > a.opened:after {
    content: '\f068';
}
.mean-bar .header-btn-new.mobile-btn {
    position: absolute;
    right: 12%;
    top: 8px;
}
.mean-bar .sidebarBtn{
    position: absolute;
    font-size: 20px;
    right: 15px;
    cursor: pointer;
	color: #000000;
}
body .sidebarBtn {
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar {
    background: #000000;
    height: 2px;
    width: 25px;
    display: block;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}
body .sidebarBtn .bar:nth-child(2), body .sidebarBtn .bar:nth-child(3) {
    width: 20px;
    margin-left: 5px;
}
body .sidebarBtn .bar:last-child {
    margin-bottom: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(2), body.slidemenuon .sidebarBtn .bar:nth-child(3) {
    opacity: 0;
}
body.slidemenuon .sidebarBtn .bar:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}
body.slidemenuon .sidebarBtn .bar:nth-child(4) {
    transform: rotate(-45deg) translate(8px, -8px);
}
.rt-slide-nav{
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    top: 50px;
    z-index: 99;
    display: none;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
.rt-slide-nav ul{
  list-style-type: none;
  margin: 0px;
  padding: 0;
}
body.slidemenuon{
  overflow:hidden;
}
@media only screen and (min-width: 1200px){
  #meanmenu {
     display: none;
  }
}
@media only screen and (max-width: 1199px){
  #header-menu,#masthead-container{
    display: none;
  }
}
.offscreen-navigation li.current-menu-item > a,
.offscreen-navigation li.current-menu-parent > a {
	color: #ec1c24;
}

/*Gallery animation*/
.gallery-box.img-animate {
    z-index: 1;
    animation: slide-up infinite 1.5s;
} 
.img-animate[data-sal|=slide] {
    opacity: 0;
    transition-property: opacity,transform;
}

.img-animate[data-sal|=slide].sal-animate {
    opacity: 1;
    transform: none;
}

.img-animate[data-sal=slide-up] {
    transform: translateY(20%);
}
.img-animate[data-sal] {
    transition-delay: 0s;
    transition-duration: .2s;
    transition-timing-function: ease;
}
.img-animate[data-sal][data-sal-delay="100"] {
    transition-delay: .1s;
}
.img-animate[data-sal][data-sal-delay="200"] {
    transition-delay: .2s;
}
.img-animate[data-sal][data-sal-delay="300"] {
    transition-delay: .3s;
}
.img-animate[data-sal][data-sal-delay="400"] {
    transition-delay: .1s;
}
.img-animate[data-sal][data-sal-delay="500"] {
    transition-delay: .2s;
}
.img-animate[data-sal][data-sal-delay="600"] {
    transition-delay: .3s;
}
.img-animate[data-sal][data-sal-delay="700"] {
    transition-delay: .1s;
}
.img-animate[data-sal][data-sal-delay="800"] {
    transition-delay: .2s;
}
.img-animate[data-sal][data-sal-delay="900"] {
    transition-delay: .3s;
}
.img-animate[data-sal][data-sal-delay="1000"] {
    transition-delay: 0.1s;
}
.img-animate[data-sal][data-sal-delay="1100"] {
    transition-delay: 0.2s;
}
.img-animate[data-sal][data-sal-delay="1200"] {
    transition-delay: 0.3s;
}

/*=======================================================================
6. Woocommerce
=========================================================================*/
.shop-page-top {
	width: 100%;
	margin-bottom: 40px;
	display: inline-block;
	border: 1px solid #e1e1e1;
	border-radius: 7px;
	padding: 20px 20px 0;
	color: #393738;
}
.woocommerce .rt-product-block {
	text-align: center;
}
.woocommerce .rt-product-block ins {
	background-color: transparent;
}
.woocommerce .rt-product-block .rtin-thumb-wrapper {
	border-radius: 7px;
	overflow: hidden;
	position: relative;
	padding: 40px 15px;
	background-color: #ffffff;
	box-shadow: 0px 16px 50px 0px rgb(0 0 0 / 10%);
}
.woocommerce .rt-product-block .rtin-thumb img {
	transform: scale(1);
	transition: transform 250ms, filter 15s ease-in-out;
}
.woocommerce .rt-product-block .rtin-buttons-area .btn-title .added_to_cart {
	margin-left: 4px;
}
.woocommerce .rt-product-block .rtin-buttons-area .btn-icons {
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: -8px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce .rt-product-block:hover .rtin-buttons-area .btn-icons {
    top: 42px;
	visibility: visible;
	opacity: 1;
}
.woocommerce .rt-product-block .rtin-buttons-area .btn-icons .yith-wcqv-button,
.woocommerce .rt-product-block .rtin-buttons-area .btn-icons .rdtheme-wishlist-icon {
	margin-right: 10px;
	display: inline-block;
}
.woocommerce .rt-product-block .rtin-buttons-area .btn-icons .yith-wcqv-button i,
.woocommerce .rt-product-block .rtin-buttons-area .btn-icons .rdtheme-wishlist-icon i,
.woocommerce .rt-product-block .rtin-buttons-area .compare i {
    transform: rotate(-90deg);
}
.woocommerce .rt-product-block .rtin-buttons-area a {
	color: #111111;
}
.woocommerce .rt-product-block .rtin-buttons-area a:hover {
	color: #ec1c24;
}
.woocommerce .rt-product-block:hover .rtin-thumb-wrapper .rtin-thumb img {
	transform: scale(1.05);
}
.woocommerce .rt-product-block .price-title-box {
	margin-top: 15px;
	text-align: center;
}
.woocommerce .rt-product-block .price-title-box .rtin-title {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	padding: 2px 0 2px 0;
}
.woocommerce .rt-product-block .price-title-box .rtin-title a {
	color: #001111;
}
.woocommerce .rt-product-block .price-title-box .rtin-title a:hover {
	color: #ec1c24;
}
.woocommerce .rt-product-block .price-title-box .rtin-price {
	color: #111111;
	font-size: 18px;
	font-weight: 600;
}
.woocommerce .rt-product-block .price-title-box .rtin-price del {
	color: #a6a6a6;
	font-size: 16px;
}
.product-not-cart .add_to_cart_button.added {
	display: none;
}
.product-in-cart .added_to_cart.wc-forward {
	display: block;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: 0;
  border-radius: 0;
  min-height: 15px;
  line-height: 30px;
  padding: 0 15px;
}
.woocommerce ul.products li.product a img.ajax-loading {
  margin: 0;
  width: 15px;
  height: auto;
  display: none;
}
.woocommerce ul.products li.product .rdtheme-wishlist-icon {
  line-height: 13px;
  display: inline-block;
}
a.rdtheme-wishlist-icon img.ajax-loading {
  display: none;
  width: 20px;
}
.btn-addto-cart i {
  display: none;
}
a.added_to_cart.wc-forward {
  padding: 0;
  margin-left: 10px;
}
.roofix-products-page .pagination {
  margin-top: 20px;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 376px) {
	.woocommerce ul.products[class*=columns-] li.product, 
	.woocommerce-page ul.products[class*=columns-] li.product {
		width: 100%;
	}
}
/*button style*/
.btn-addto-cart a {
    background-color: #111111;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    align-items: center;
    padding: 6px 22px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
	margin-top: 15px;
    z-index: 2;
}
.btn-addto-cart a:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #ec1c24;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.btn-addto-cart a:hover:after {
    left: 0;
    width: 100%;
}
/*------------------- Product Details -------------------*/
.woocommerce .product-details-page {
  margin-top: 120px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .woocommerce .product-details-page {
    margin-top: 100px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce .product-details-page {
    margin-top: 80px;
  }
}
.woocommerce .product-details-page {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .woocommerce .product-details-page {
    display: block;
  }
}
.woocommerce .product-details-page .rtin-left {
  width: 45%;
  float: left;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .woocommerce .product-details-page .rtin-left {
    width: 100%;
    padding-right: 0;
  }
}
.woocommerce .product-details-page .rtin-left span.onsale {
  display: none;
}
.woocommerce .product-details-page .rtin-right {
  overflow: hidden;
  padding-left: 15px;
  -ms-flex: 1;
      flex: 1;
}
.woocommerce .product-details-page .rtin-right .woocommerce-product-rating {
  margin-bottom: 15px;
}
.woocommerce .product-details-page .rtin-right .entry-title {
  font-size: 26px;
  margin-bottom: 3px;
  font-weight: 600;
}
.woocommerce .product-details-page .rtin-right span.price,
.woocommerce .product-details-page .rtin-right p.price {
  color: #ec1c24;
  font-size: 22px;
  font-weight: 700;
}
.woocommerce .product-details-page .rtin-right span.price del,
.woocommerce .product-details-page .rtin-right p.price del {
  opacity: 1;
  color: #a6a6a6;
  font-size: 16px;
}
.woocommerce .product-details-page .rtin-right form.cart {
  margin-top: 35px;
}
.woocommerce .product-details-page .rtin-right .quantity {
  margin-right: 10px;
}
@media only screen and (max-width: 480px) {
  .woocommerce .product-details-page .rtin-right .quantity {
    margin-bottom: 5px !important;
  }
}
.woocommerce .product-details-page .rtin-right .quantity input.input-text {
  margin: 0 5px;
}
.woocommerce .product-details-page .rtin-right .quantity .quantity-btn {
  line-height: 1;
}
.woocommerce .product-details-page .rtin-right .button.alt {
  margin-left: 3px;
}
@media only screen and (max-width: 480px) {
  .woocommerce .product-details-page .rtin-right .button.alt {
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.woocommerce .product-details-page .rtin-right .variations_form {
  margin-bottom: 20px;
}
.woocommerce .product-details-page .rtin-right .variations_form .variations {
  width: 80%;
  margin-top: 0;
  margin-bottom: 5px;
}
.woocommerce .product-details-page .rtin-right .variations_form .variations tbody td {
  text-align: left;
}
.woocommerce .product-details-page .rtin-right .variations_form .variations tbody td.label {
  width: 80px;
}
.woocommerce .product-details-page .rtin-right .variations_form .variations tbody select {
  padding: 5px;
  padding-left: 15px;
}
.woocommerce .product-details-page .rtin-right .variations_form .variations tbody select {
  background-position: calc(81%) calc(20px), calc(88%) calc(20px), calc(68%) 8px;
}
.woocommerce .product-details-page .rtin-right .variations_form .variations tbody select:focus {
  background-position: calc(87%) 18px, calc(80%) 18px, calc(68%) 8px;
}
.woocommerce .product-details-page .rtin-right .variations_form .variations tbody select:-webkit-focusring,
.woocommerce .product-details-page .rtin-right .variations_form .variations tbody select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.woocommerce .product-details-page .rtin-right .variations_form .single_variation_wrap {
  width: 100%;
  margin-top: 10px;
  display: inline-block;
}
.woocommerce .product-details-page .rtin-right .variations_form .single_variation_wrap span.price {
  margin-bottom: 10px;
  display: inline-block;
}
.woocommerce .product-details-page .rtin-right .wistlist-compare-box {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 480px) {
  .woocommerce .product-details-page .rtin-right .wistlist-compare-box {
    display: block;
  }
}
.woocommerce .product-details-page .rtin-right .wistlist-compare-box a {
  color: #646464;
  margin-right: 30px;
}
@media only screen and (max-width: 480px) {
  .woocommerce .product-details-page .rtin-right .wistlist-compare-box a {
    width: 100%;
  }
}
.woocommerce .product-details-page .rtin-right .wistlist-compare-box a i {
  margin-right: 8px;
}
.woocommerce .product-details-page .rtin-right .wistlist-compare-box a:hover {
  color: #ec1c24;
}
.woocommerce .product-details-page .rtin-right .post-share-btn {
  width: 100%;
  padding-bottom: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.woocommerce .product-details-page .rtin-right .post-share-btn .item-label {
  width: 70px;
  float: left;
  padding-top: 5px;
  margin-bottom: 0;
  font-weight: 500;
}
.woocommerce .product-details-page .rtin-right .post-share-btn .post-social-sharing {
  overflow: hidden;
}
.woocommerce .product-details-page .rtin-right .post-share-btn .post-social-sharing ul.item-social {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .product-details-page .post-social-sharing ul.item-social li {
  float: left;
}
.woocommerce .product-details-page .post-social-sharing ul.item-social li a {
  background: transparent;
  color: #646464;
  padding: 5px 10px;
  display: inline-block;
}
.woocommerce .product-details-page .post-social-sharing ul.item-social li a:hover {
  color: #ec1c24;
}
.woocommerce .product-details-page .slick-slider .slick-slide {
  margin-left: 0;
}
.woocommerce .product-details-page .yith-wcwl-wishlistexistsbrowse,
.woocommerce .product-details-page .yith-wcwl-add-button,
.woocommerce .product-details-page a.compare.button {
  display: none;
}
.woocommerce .product-details-page a.compare.added {
  padding-left: 20px;
  position: relative !important;
}
.woocommerce .product-details-page a.compare.added:before {
  top: 0;
  left: 0;
  content: "\f00c";
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.woocommerce div.product div.images .flex-viewport {
  background-color: #ffffff;
  text-align: center;
  border-radius: 7px;
  box-shadow: 0px 16px 40px 0px rgb(0 0 0 / 10%);
}
.woocommerce div.product div.images .woocommerce-product-gallery__image img {
  width: inherit;
  display: inline-block;
  padding: 50px 15px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    background-color: #ffffff;
    border: 1px solid #e1e1e1;
    text-align: center;
    border-radius: 7px;
    margin-right: 9px;
    width: 23.5%;
}
.woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 7px;
  }
}
@media (max-width: 991px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 13px;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 7px;
  }
}
@media (max-width: 425px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 6px;
  }
}
@media (max-width: 375px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    margin-right: 5px;
  }
}
.woocommerce div.product .woocommerce-product-rating {
  display: inline-block;
}
.quantity {
  margin: 0 auto;
  max-width: 160px;
  position: relative;
}
.quantity input.input-text,
.quantity .input-group-btn {
  width: 44px;
  height: 48px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.quantity .input-group-btn {
  position: absolute;
}
.quantity .input-group-btn span.quantity-btn i {
  font-size: 12px;
}
.quantity .input-group-btn.minus {
  left: 0;
}
.quantity .input-group-btn.plus {
  right: 0;
}
.quantity input.input-text {
  height: 48px;
  font-weight: 600;
}
.quantity input.input-text:focus {
  outline: none;
}
.quantity input[type="number"]::-webkit-inner-spin-button,
.quantity input[type="number"]::-webkit-outer-spin-button {
  display: none;
}
.woocommerce .quantity .qty {
  width: 60px;
  text-align: center;
  margin-left: 50px !important;
  margin-right: 50px !important;
}
/*product bottom*/
section.related.products {
  margin-top: 50px;
}
section.related.products h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
/*product button*/
.woocommerce #respond input#submit.alt,
.woocommerce #respond input#submit,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce a.button {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  height: 48px;
  border-radius: 30px;
  padding: 14px 30px;
  background-color: #ec1c24;
  transition: all 0.3s ease-in-out;
  line-height: 20px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover {
  color: #fff;
  background-color: #bd2127;
}
.woocommerce #respond input#submit.alt:focus,
.woocommerce #respond input#submit:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus,
.woocommerce button.button:focus,
.woocommerce a.button.alt:focus,
.woocommerce input.button:focus,
.woocommerce a.button:focus {
  outline: none;
  border-radius: 30px;
}
@media only screen and (max-width: 575px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    width: 100%;
    text-align: center;
  }
}
.woocommerce .woocommerce-ordering select {
  padding: 0;
  border: none;
  background-color: transparent;
  width: initial;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  margin: 0;
  padding: 0;
  font-size: 22px;
}
.woocommerce .star-rating span::before {
  color: #ffba0a;
}
.woocommerce div.product .woocommerce-tabs {
  margin-top: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  text-align: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  margin: 0 25px 0 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  color: #111111;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #ec1c24;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 3px;
  width: 0;
  background-color: #ec1c24;
  transition: all 240ms ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #ec1c24;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border-radius: 0;
  margin: 0 0 0 80px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  text-transform: capitalize;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-size: 18px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 80px;
}
.woocommerce p.stars a {
  color: #ffba0a;
}
.woocommerce #review_form #respond textarea {
  height: 150px;
  padding: 20px;
  border-color: #e4e1e3;
}
.woocommerce #review_form #respond textarea:focus {
  outline: none;
}
.woocommerce span.onsale {
  padding: 0;
  text-align: center;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #000;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  height: 48px;
  width: 110px !important;
  line-height: 40px;
}
.cart-collaterals {
  margin-top: 50px;
}
.cart-collaterals h2 {
  font-size: 30px;
}
.woocommerce-cart table.woocommerce-cart-form__contents {
  border-top: 0;
  border-left: 0;
}
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
  color: #393738;
}
.woocommerce-cart table.woocommerce-cart-form__contents tr td,
.woocommerce-cart table.woocommerce-cart-form__contents tr th {
  border: 0;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name a {
  color: #393738;
  font-weight: 700;
}
.woocommerce-cart table.woocommerce-cart-form__contents .product-name a:hover {
  color: #ec1c24;
}
.woocommerce-cart table.woocommerce-cart-form__contents .quantity .quantity-btn {
  line-height: 1;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #ccc;
}
.woocommerce .woocommerce-checkout .form-row {
  padding: 4px;
  margin: 0 0 10px;
}
.woocommerce .woocommerce-checkout .form-row label {
  color: #393738;
  font-weight: 500;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 18px;
}
p.return-to-shop {
  margin-bottom: 70px;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper {
  width: 100%;
  height: 40px;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper:focus {
  outline: none;
}
.woocommerce-billing-fields span.woocommerce-input-wrapper input {
  height: 40px;
  padding: 10px;
  border-radius: 4px;
}
.woocommerce-billing-fields .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container .select2-selection--single {
  height: 40px;
  border-radius: 4px;
  line-height: 35px;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.woocommerce-additional-fields span.woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce-additional-fields span.woocommerce-input-wrapper textarea {
  padding: 10px;
  border-radius: 4px;
}
.wc-order-review-wrapper {
  margin-top: 50px;
}
.woocommerce-order-received .section.content-area {
  padding-top: 110px;
  padding-bottom: 85px;
}
.woocommerce-order-received .section.content-area .woocommerce-order h2 {
  font-size: 30px;
}
.woocommerce .woocommerce-customer-details address {
  padding: 20px 30px;
}
.yith-wcqv-main {
  padding: 30px;
}
.yith-wcqv-main h1.product_title.entry-title {
  font-size: 30px;
  margin-bottom: 7px;
}
.yith-wcqv-main .rtin-right p.price {
  color: #ec1c24;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.yith-wcqv-main .rtin-right .product_meta {
  margin-bottom: 20px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 16px;
}
.woocommerce .wishlist-title h2 {
  padding: 0;
  margin-right: 15px;
}
.woocommerce .wishlist-title h2:hover {
  background-color: transparent;
}
.wishlist-title a.show-title-form i {
  display: none;
}
.yith-wcwl-share {
  display: none;
}
.wishlist_table .product-add-to-cart a.button {
  padding: 0;
}
.wishlist_table .product-add-to-cart a.button {
  padding: 10px 30px !important;
}
.wishlist_table td.product-name a {
  font-size: 16px;
  margin-right: 10px;
}
.wishlist_table td.product-name a.button.yith-wcqv-button {
  font-size: 14px;
}
.wishlist_table td.product-price {
  font-size: 18px;
}
.wishlist_table td.product-price del {
  color: #a6a6a6;
  font-size: 14px;
}
.wishlist_table td.product-price ins {
  background-color: transparent;
}
.woocommerce-message, .woocommerce-info {
    border-top-color: #000;
}
.woocommerce-message::before, .woocommerce-info::before {
    color: #000;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
    background: #f8f8f8;
    border-radius: 5px;
}
/*star rating for products*/
.rating-custom .woocommerce-product-rating::after, 
.rating-custom .woocommerce-product-rating::before {
    content: ' ';
    display: table;
}
.rating-custom .star-rating {
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
}
.rating-custom .star-rating:before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.rating-custom .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.rating-custom .star-rating span:before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
	color: #fcb302;
}
.shop-layout-style1 .rating-custom .woocommerce-product-rating {
  display: inline-block;
}
/*header cart*/
.header-icon-area .cart-icon-area {
    position: relative;
    padding: 32px 0;
    transition: all 0.3s ease-in-out;
}
.rt-sticky .header-icon-area .cart-icon-area {
    padding: 26px 0;
}
.cart-icon-area .cart-icon-num {
    background: #ec1c24;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 18px;
    display: inline-block;
    font-size: 10px;
    color: #ffffff;
	position: relative;
    top: -8px;
	right: 2px;
}
.header-icon-area .cart-icon-area > a {
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    color: #797a82;
    padding: 0;
    transition: all 0.3s ease-in-out;
}
.cart-icon-area .cart-icon-products {
    font-size: 14px;
    line-height: 22px;
    background-color: rgba(35,35,35,0.95);
    border-radius: 0 0 4px 4px;
    position: absolute;
    right: 0;
    top: 120%;
    width: 340px;
    max-height: 70vh;
    overflow-y: auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    transition: all 300ms;
}
.cart-icon-area:hover .cart-icon-products {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart {
    padding: 25px 25px 10px;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart .widgettitle {
    color: #ffffff;
	font-weight: 500;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart_content {
    color: #ffffff;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart .mini_cart_item {
	display: block;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    margin-top: 10px;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart .mini_cart_item a {
	color: #ffffff;
	font-weight: 500;
}
.cart-icon-area .cart-icon-products .widget_shopping_cart .total {
    border-top: none;
    padding: 8px 0 0;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
    margin-left: 4px;
    width: 38px;
    background: #fff;
    border-radius: 4px;
}
/*Shop layout*/
.default-layout .item-box {
	margin-bottom: 30px;
}
/*layout 1*/
.shop-layout-style1 .item-box .item-img {
	border-radius: 7px;
    overflow: hidden;
    position: relative;
    padding: 50px 30px;
	text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 16px 50px 0px rgb(0 0 0 / 10%);
}
.shop-layout-style1 .item-box .item-img img {
    transform: scale(1);
    transition: transform 250ms, filter 15s ease-in-out;
}
.shop-layout-style1 .item-box:hover .item-img img {
    transform: scale(1.05);
}
.shop-layout-style1 .item-box .item-img .btn-icons {
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    right: -8px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.shop-layout-style1 .item-box:hover .item-img .btn-icons {
    top: 46px;
    visibility: visible;
    opacity: 1;
}
.shop-layout-style1 .item-box .item-img .btn-icons > a {
	display: inline-block;
	margin-right: 8px;
	color: #111111;
}
.shop-layout-style1 .item-box .item-img .btn-icons > a:hover {
	color: #ec1c24;
}
.shop-layout-style1 .item-box .item-content {
	padding-top: 20px;
	text-align: center;
}
.shop-layout-style1 .item-box .item-content .cat {
  display: inline-block;
  font-size: 14px;
  color: #8b8b8b;
  margin-bottom: 7px;
  line-height: 1.4;
}
.shop-layout-style1 .item-box .item-content .rtin-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
	margin-bottom: 3px;
}
.shop-layout-style1 .item-box .item-content .rtin-title a {
	color: #393738;
}
.shop-layout-style1 .item-box .item-content .rtin-title a:hover {
	color: #ec1c24;
}
.shop-layout-style1 .item-box .item-content .rtin-price {
    color: #111111;
    font-size: 18px;
    font-weight: 600;
}
.shop-layout-style1 .item-box .item-img .btn-icons i {
    transform: rotate(-90deg);
}
/*layout 2*/
.shop-layout-style2 .item-box {
	border-radius: 7px;
    overflow: hidden;
    position: relative;
    padding: 30px;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
    transition: all 0.3s ease-in-out;
}
.shop-layout-style2 .item-box:hover {
    border: 1px solid transparent;
    box-shadow: 0px 16px 50px 0px rgb(0 0 0 / 10%);
}
.shop-layout-style2 .item-box .item-img {
	position: relative;
    text-align: center;
}
.shop-layout-style2 .item-box .item-img img {
    transition: all 0.3s ease-in-out;
}
.shop-layout-style2 .item-box:hover .item-img img {
  opacity: 0.3;
}
.shop-layout-style2 .item-box .item-img .btn-icons {
	position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    text-align: center;
	opacity: 0;
	visibility: hidden;
    transform: translateY(-60%);
    transition: all 0.3s ease-in-out;
}
.shop-layout-style2 .item-box:hover .item-img .btn-icons {
    top: 50%;
	transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
}
.shop-layout-style2 .item-box .item-img .btn-icons > a {
	display: inline-block;
    margin-right: 3px;
    color: #ffffff;
    background: #333333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
}
.shop-layout-style2 .item-box .item-img .btn-icons > a:hover {
	background: #ec1c24;
}
.shop-layout-style2 .item-box .item-content {
	padding-top: 20px;
}
.shop-layout-style2 .item-box .item-content .cat {
  display: inline-block;
  font-size: 14px;
  color: #8b8b8b;
  margin-bottom: 7px;
  line-height: 1.4;
}
.shop-layout-style2 .item-box .item-content .rtin-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
	margin-bottom: 3px;
}
.shop-layout-style2 .item-box .item-content .rtin-title a {
	color: #001111;
}
.shop-layout-style2 .item-box .item-content .rtin-title a:hover {
	color: #ec1c24;
}
.shop-layout-style2 .item-box .item-content .rtin-price {
    color: #ec1c24;
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
}
@media(max-width: 991px) {
    .shop-layout-style2 .item-box .item-content {
        text-align: center;
    }
    .shop-layout-style2 .rating-custom .woocommerce-product-rating {
        display: inline-block;
    }
}
/*slider layout 1*/
.default-layout.shop-slider-style3 .item-box {
	margin-bottom: 0;
}
.default-layout.shop-slider-style3 .item-box .item-img {
	background-color: #f8f8f8;
    box-shadow: none;
}
.shop-slider-style3 .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
/*info box*/
.info-box-5 .info-box {
    position: relative;
    border-radius: 15px;
}
.info-box-5 .info-box .item-box {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -20px;
    background-color: #fff;
    border-radius: 7px;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.info-box-5 .info-box:hover .item-box {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
}
.info-box-5 p.item-content {
    font-size: 18px;
    margin-bottom: 0;
}
.info-box-5 .item-title a {
    color: #000;
}
.info-box-5 .item-title a:hover {
    color: #ec1c24;
}
.info-box-5 .info-box .btn-fill {
    display: block;
    margin-top: 14px;
    font-weight: 500;
}
.info-box-5 .info-box img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}
.info-box-5 .info-box:hover img {
    filter: grayscale(1);
}
/*icon box*/
.icon-box-layout3 .icon-box {
    background-color: #f6f6f6;
    border-radius: 7px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.icon-box-layout3 .icon-box .item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #ec1c24;
    border-radius: 50%;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}
.icon-box-layout3 .item-icon i {
    font-size: 30px;
}
.icon-box-layout3 .item-icon i:before {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.icon-box-layout3 .item-title {
    font-weight: 600;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}
.icon-box-layout3 .item-title a {
    color: #000;
}
.icon-box-layout3 .item-title span {
    font-size: 20px;
    font-weight: 400;
}
.icon-box-layout3 .icon-box:hover {
    background-color: #ec1c24;
}
.icon-box-layout3 .icon-box:hover .item-icon {
    background-color: #fff;
}
.icon-box-layout3 .icon-box:hover .item-icon i:before {
    color: #ec1c24;
}
.icon-box-layout3 .icon-box:hover .item-title,
.icon-box-layout3 .icon-box:hover .item-title a {
    color: #fff;
}
.about-box-layout2 .item-title .text_border {
    position: relative;
}
.about-box-layout2 .item-title .text_border:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 20px;
    height: 8px;
    width: 100%;
    background-color: red;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.icon-box-layout3 .icon-box:hover .item-icon i {
    animation: toBottomFromTop 0.5s forwards;
}
@-webkit-keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
/*Pricing Table*/
.default-pricing .item-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    padding: 55px 40px;
}
.default-pricing .item-box .price-header {
    text-align: center;
}
.default-pricing .price-header .rt-sub-title {
    display: inline-block;
    background-color: #ec1c24;
    border-radius: 30px;
    padding: 5px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 14px;
    line-height: 1.4;
}
.default-pricing .price-header .rt-title {
    font-size: 28px;
    margin-bottom: 14px;
}
.default-pricing .price-header .rt-price {
    color: #ec1c24;
    font-size: 22px;
    font-weight: 600;
}
.default-pricing .price-header .price-unit {
    font-weight: 400;
    color: #222222;
}
.default-pricing .rt-features {
    position: relative;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    z-index: 1;
}
.default-pricing .rt-features li {
    font-size: 18px;
    color: #676767;
    margin-bottom: 8px;
}
.default-pricing .rt-features li i {
    color: #ec1c24;
    margin-right: 8px;
}
.default-pricing .rt-price-button {
    margin-top: 30px;
}
.default-pricing .rt-item-btn {
    background-color: #ec1c24;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.default-pricing .rt-item-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #bd2127;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.default-pricing .rt-item-btn:hover:after {
    left: 0;
    width: 100%;
}
.default-pricing .item-icon {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 80px;
    color: #eeeeee;
}
.default-pricing .item-icon img {
    width: 80px;
}
.default-pricing .item-box .item-icon i {
    transition: all 1s ease-in-out;
}
.default-pricing .item-box:hover .item-icon i {
    transform: scale(1.5);
}
/*Testimonial*/
.default-testimonial .item-box {
    background-color: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 7px;
    text-align: center;
    padding: 50px 35px;
}
.default-testimonial .item-box > span {
    display: inline-block;
    margin-bottom: 15px;
}
.default-testimonial .item-box > span i {
    color: #ec1c24;
    font-size: 50px;
}
.default-testimonial .item-box .item-content {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    font-style: italic;
    margin-bottom: 30px;
}
.default-testimonial .item-box .author-wrap {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}
.default-testimonial .item-box .author-img img {
    width: 60px;
}
.default-testimonial .item-box .author-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3px;
}
.default-testimonial .item-box .author-sub-title {
    font-size: 18px;
    color: #9a9a9a;
}
.default-testimonial .owl-theme .owl-nav {
    margin-top: 40px;
}
/*tv hero slider*/
.tv-hero-slider .hero-box {
    position: relative;
}
.tv-hero-slider .hero-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
}
.tv-hero-slider .hero-box .item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.tv-hero-slider .hero-box .cat-list {
    margin-bottom: 20px;
}
.tv-hero-slider .hero-box .cat-list a {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    color: #fff;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 8px 20px 10px;
}
.tv-hero-slider .hero-box .cat-list a:hover {
    background-color: #ec1c24;
}
.tv-hero-slider .hero-box .item-director {
    color: #ec1c24;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.tv-hero-slider .hero-box .item-title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 30px;
}
.tv-hero-slider .hero-box .item-title a {
    color: #ffffff;
}
.tv-hero-slider .hero-box .item-rating {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    display: block;
}
.tv-hero-slider .hero-box .item-rating span {
    background-color: #fec400;
    border-radius: 30px;
    color: #111;
    font-size: 24px;
    margin-right: 20px;
    padding: 5px 18px;
    display: inline-block;
}
.tv-hero-slider .hero-box .video-icon {
    margin-top: 50px;
}
.tv-hero-slider .hero-box .video-icon .play-btn {
    background-color: #ec1c24;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 14px 30px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 1;
}
.tv-hero-slider .hero-box .video-icon .play-btn i {
    font-size: 20px;
}
.tv-hero-slider .hero-box .video-icon .play-btn:after {
    content: "";
    height: 100%;
    width: 0;
    background-color: #bd2127;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}
.tv-hero-slider .hero-box .video-icon .play-btn:hover:after {
    left: 0;
    width: 100%;
}
.tv-hero-slider .owl-theme .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    margin-top: 0;
}
.tv-hero-slider .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}
@media(max-width: 991px) {
    .tv-hero-slider .hero-box {
        height: 600px;
    }
    .tv-hero-slider .hero-box .item-img {
        height: 100%;
    }
    .tv-hero-slider .owl-theme .owl-item.active .item-img img {
        height: 100%;
    }
}
@media(max-width: 575px) {
    .tv-hero-slider .hero-box {
        text-align: center;
    }
    .tv-hero-slider .owl-theme .owl-dots {
        display: none;
    }
}
/*slider animation*/
.tv-hero-slider .owl-theme .owl-item .item-img img {
    transform: scale(1);
    transition: all 0s ease-in-out;
}
.tv-hero-slider .owl-theme .owl-item.active .item-img img {
    transform: scale(1.3);
    transform-origin: left center;
    transition: all 10s ease-in-out;
    transition-delay: 0.02s;
}
.tv-hero-slider .owl-theme .owl-item .cat-list {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
    transition: all 0.5s ease-in-out;
    transition-delay: 0.05s;
}
.tv-hero-slider .owl-theme .owl-item.active .cat-list {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.tv-hero-slider .owl-theme .owl-item .item-director {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
    transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
}
.tv-hero-slider .owl-theme .owl-item.active .item-director {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.tv-hero-slider .owl-theme .owl-item .item-title {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
    transition: all 0.5s ease-in-out;
    transition-delay: 0.8s;
}
.tv-hero-slider .owl-theme .owl-item.active .item-title {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.tv-hero-slider .owl-theme .owl-item .item-rating {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
    transition: all 0.5s ease-in-out;
    transition-delay: 1.2s;
}
.tv-hero-slider .owl-theme .owl-item.active .item-rating {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.tv-hero-slider .owl-theme .owl-item .video-icon {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50px);
    transition: all 0.5s ease-in-out;
    transition-delay: 1.8s;
}
.tv-hero-slider .owl-theme .owl-item.active .video-icon {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.mfp-close-btn-in .mfp-close {
    background-color: transparent;
}
.mfp-iframe-scaler iframe {
    border-radius: 15px;
}