/*-----------------------------------------------------------
    Theme Name: USFC
    Theme URI: 
    Description: USFC - Sports Club HTML Template
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800&family=Teko:wght@300;400;500;600;700&display=swap");

/*---------------------------------
            General Styles 
-----------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a,
button,
input[type="submit"] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #000;
  letter-spacing: 0.7px;
  font-family: "Teko", sans-serif;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  color: #666666;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;
}

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

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

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

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

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

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

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

.pt-75 {
  padding-top: 75px;
}

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

.pt-90 {
  padding-top: 90px;
}

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

.pt-200 {
  padding-top: 200px;
}

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

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

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

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

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

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

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

.pb-75 {
  padding-bottom: 75px;
}

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

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

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

.pb-130 {
  padding-bottom: 130px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

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

.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.header-wrap .header-top .header-top-left .contact-item span,
.search-area,
.feature-card .feature-icon,
.about-wrap.style3 .about-img-wrap .exp-text,
.club-history-para .club-info span,
.product-card.style1 .product-img .product-option li button,
.product-card.style2 .product-img .product-option li button,
.contact-box-wrap .contact-item .contact-icon,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.new-product-item,
.pp-post-item,
.about-wrap .about-content .social-link,
.about-wrap.style3 .about-img-wrap,
.upcoming-match-wrap .upcoming-match-item,
.score-board .score-team-wrap,
.score-board .score-team-wrap .score-team,
.match-team-wrap,
.player-info-item .player-info .player-info-list ul li,
.single-player-info ul li,
.single-player-stat ul li,
.top-scorer-item,
.cart-total .cart-total-item,
.single-product-details .single-product-title .ratings,
.testimonial-card .client-info-wrap,
.blog-card.style2,
.post-navigation,
.wp-block-quote,
.checkout-details .bill-item,
.score-board .score-team-wrap .score-team.two,
.owl-carousel .owl-nav,
.page-navigation .page-nav,
.checkout-details .select-payment-method,
.post-author,
.comment-item-wrap .comment-item,
.contact-box-wrap .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-menu,
.shopcart a,
.shopcart a span,
.searchbox button,
.score-board .score-team-wrap .score-team .score-team-logo,
.gallery-item .gallery-info .view-gallery {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.header-wrap .header-top .header-top-left .contact-item span,
.search-area,
.feature-card .feature-icon,
.about-wrap.style3 .about-img-wrap .exp-text,
.club-history-para .club-info span,
.product-card.style1 .product-img .product-option li button,
.product-card.style2 .product-img .product-option li button,
.contact-box-wrap .contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar-menu,
.shopcart a,
.shopcart a span,
.searchbox button,
.score-board .score-team-wrap .score-team .score-team-logo,
.gallery-item .gallery-info .view-gallery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.new-product-item,
.pp-post-item,
.about-wrap .about-content .social-link,
.about-wrap.style3 .about-img-wrap,
.upcoming-match-wrap .upcoming-match-item,
.score-board .score-team-wrap,
.score-board .score-team-wrap .score-team,
.match-team-wrap,
.player-info-item .player-info .player-info-list ul li,
.single-player-info ul li,
.single-player-stat ul li,
.top-scorer-item,
.cart-total .cart-total-item,
.single-product-details .single-product-title .ratings,
.testimonial-card .client-info-wrap,
.blog-card.style2,
.post-navigation,
.wp-block-quote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.about-wrap.style3 .about-img-wrap,
.match-team-wrap,
.player-info-item .player-info .player-info-list ul li,
.single-player-info ul li,
.single-player-stat ul li,
.cart-total .cart-total-item,
.checkout-details .bill-item,
.blog-card.style2,
.post-navigation {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-navigation .page-nav,
.upcoming-match-wrap.style2 .upcoming-match-item .match-team-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.score-board .score-team-wrap .score-team.two {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.play-now .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 78px;
  background-color: #FE0000;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  display: block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
  transform-origin: center center;
  border-radius: 50%;
}

.play-now .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.play-now .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.back-to-top.open {
  bottom: 30px;
}

.back-to-top img {
  max-width: 35px;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gravity {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  -webkit-animation: bounce 1.5s cubic-bezier(0.68, 0.35, 0.29, 0.54) infinite;
  animation: bounce 1.5s cubic-bezier(0.68, 0.35, 0.29, 0.54) infinite;
}

.ball {
  width: 40px;
  height: 40px;
  background-image: url("../img/football.png");
  background-size: cover;
  -webkit-animation: roll 1.8s linear infinite;
  animation: roll 1.8s linear infinite;
}

@-webkit-keyframes roll {
  0% {}

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes roll {
  0% {}

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes bounce {
  0% {}

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

  100% {}
}

@keyframes bounce {
  0% {}

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

  100% {}
}

@-webkit-keyframes shadowScale {
  0% {}

  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: .8;
  }

  100% {}
}

@keyframes shadowScale {
  0% {}

  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: .8;
  }

  100% {}
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
}

.btn:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.btn.style1 {
  border: 1px solid transparent;
  background-color: #FE0000;
  border-radius: 0;
  padding: 12px 40px 13px;
  color: #fff;
}

.btn.style1:after {
  background: #132241;
}

.btn.style1:hover {
  color: #fff;
  border-color: transparent;
}

.btn.style2 {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 0;
  padding: 12px 40px 13px;
  color: #fff;
}

.btn.style2:after {
  background: #FE0000;
}

.btn.style2:hover {
  color: #fff;
  border-color: transparent;
}

.btn.style3 {
  border: none;
  background-color: #FE0000;
  border-radius: 0;
  padding: 12px 40px 13px;
  color: #fff;
}

.btn.style3:after {
  background: #132241;
}

.btn.style3:hover {
  color: #fff;
}

.btn.style4 {
  border: none;
  background-color: #FE0000;
  border-radius: 50px;
  padding: 12px 40px 13px;
  color: #fff;
}

.btn.style4:after {
  background: #132241;
}

.btn.style4:hover {
  color: #fff;
}

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link i {
  position: absolute;
  top: 4px;
  right: -18px;
  font-size: 14px;
  font-weight: 700;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.link:hover {
  letter-spacing: 0.3px;
  color: #FE0000;
}

.link:hover i {
  visibility: visible;
  opacity: 1;
  right: -24px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.owl-carousel .owl-nav button.owl-prev:after,
.owl-carousel .owl-nav button.owl-next:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #FE0000;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
  font-size: 20px;
  line-height: 0.8;
  color: #FE0000;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover:after,
.owl-carousel .owl-nav button.owl-next:hover:after {
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev:hover i,
.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  margin: 0 6px;
  position: relative;
  bottom: -5px;
}

.owl-carousel .owl-dots button.owl-dot span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #F9F9F9;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
  background: #FE0000;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}

.section-title h2,
.content-title h2 {
  font-size: 40px;
  margin: 0;
}

.section-title p,
.content-title p {
  margin-bottom: 0;
}

.section-title span,
.content-title span {
  font-weight: 500;
  line-height: 1;
  display: block;
  margin: 0 0 15px;
}

.section-title.style1 span,
.content-title.style1 span {
  color: #FE0000;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin: 0 0 15px;
}

.section-title.style1 p,
.content-title.style1 p {
  margin: 5px auto 0;
}

.section-title.style2 span,
.content-title.style2 span {
  color: #FE0000;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin: 0 0 15px;
}

.section-title.style2 p,
.content-title.style2 p {
  margin: 10px auto 0;
}

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

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

.bg-white {
  background-color: #fff;
}

.bg-stone {
  background-color: #101B2D;
}

.bg-firefly {
  background-color: #081224;
}

.bg-red {
  background-color: #FE0000;
}

.bg-albastor {
  background-color: #F9F9F9;
}

.bg-abbey {
  background-color: #0D1627;
}

.bg-tangora {
  background-color: #031330;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-85 {
  opacity: 0.85;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  -webkit-animation: float 1500ms infinite ease-in-out;
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  -webkit-animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

.rotate {
  -webkit-animation: rotation 20s infinite linear;
  animation: rotation 20s infinite linear;
}

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

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

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

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

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

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

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 4px;
}

.social-profile li:first-child {
  margin-left: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile li a i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile li a:hover {
  border-color: transparent;
  color: #FE0000;
}

.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a {
  width: 32px;
  height: 32px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a i,
.social-profile.style2 li a i,
.social-profile.style3 li a i {
  font-size: 16px;
  line-height: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.social-profile.style1 li a i {
  color: #FE0000;
}

.social-profile.style1 li a:hover {
  background-color: #FE0000;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style1 li a:hover i {
  color: #fff;
}

.social-profile.style2 li a,
.social-profile.style3 li a {
  background: rgba(254, 0, 0, 0.09);
}

.social-profile.style2 li a i,
.social-profile.style3 li a i {
  color: #FE0000;
}

.social-profile.style2 li a:hover,
.social-profile.style3 li a:hover {
  background-color: #FE0000;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

.social-profile.style2 li a:hover i,
.social-profile.style3 li a:hover i {
  color: #fff;
}

.social-profile.style2 li a {
  border-radius: 0;
}

.social-profile.style3 li a {
  border-radius: 50%;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-navigation {
  margin: 30px 0 0;
}

.page-navigation .page-nav {
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-navigation .page-nav li {
  margin: 0 5px;
}

.page-navigation .page-nav li a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  opacity: 0.7;
  background: #fff;
  border: 1px solid rgba(254, 0, 0, 0.4);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-navigation .page-nav li a i {
  font-size: 20px;
  line-height: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-navigation .page-nav li a.active,
.page-navigation .page-nav li a:hover {
  color: #fff;
  opacity: 1;
  background-color: #FE0000;
}

.page-navigation .page-nav li a.active i,
.page-navigation .page-nav li a:hover i {
  color: #fff;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.header-wrap .header-top .header-top-left .contact-item span,
.search-area,
.feature-card .feature-icon,
.about-wrap.style3 .about-img-wrap .exp-text,
.club-history-para .club-info span,
.product-card.style1 .product-img .product-option li button,
.product-card.style2 .product-img .product-option li button,
.contact-box-wrap .contact-item .contact-icon,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.new-product-item,
.pp-post-item,
.about-wrap .about-content .social-link,
.about-wrap.style3 .about-img-wrap,
.upcoming-match-wrap .upcoming-match-item,
.score-board .score-team-wrap,
.score-board .score-team-wrap .score-team,
.match-team-wrap,
.player-info-item .player-info .player-info-list ul li,
.single-player-info ul li,
.single-player-stat ul li,
.top-scorer-item,
.cart-total .cart-total-item,
.single-product-details .single-product-title .ratings,
.testimonial-card .client-info-wrap,
.blog-card.style2,
.post-navigation,
.wp-block-quote,
.checkout-details .bill-item,
.score-board .score-team-wrap .score-team.two,
.owl-carousel .owl-nav,
.page-navigation .page-nav,
.checkout-details .select-payment-method,
.post-author,
.comment-item-wrap .comment-item,
.contact-box-wrap .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-menu,
.shopcart a,
.shopcart a span,
.searchbox button,
.score-board .score-team-wrap .score-team .score-team-logo,
.gallery-item .gallery-info .view-gallery {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.header-wrap .header-top .header-top-left .contact-item span,
.search-area,
.feature-card .feature-icon,
.about-wrap.style3 .about-img-wrap .exp-text,
.club-history-para .club-info span,
.product-card.style1 .product-img .product-option li button,
.product-card.style2 .product-img .product-option li button,
.contact-box-wrap .contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar-menu,
.shopcart a,
.shopcart a span,
.searchbox button,
.score-board .score-team-wrap .score-team .score-team-logo,
.gallery-item .gallery-info .view-gallery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.new-product-item,
.pp-post-item,
.about-wrap .about-content .social-link,
.about-wrap.style3 .about-img-wrap,
.upcoming-match-wrap .upcoming-match-item,
.score-board .score-team-wrap,
.score-board .score-team-wrap .score-team,
.match-team-wrap,
.player-info-item .player-info .player-info-list ul li,
.single-player-info ul li,
.single-player-stat ul li,
.top-scorer-item,
.cart-total .cart-total-item,
.single-product-details .single-product-title .ratings,
.testimonial-card .client-info-wrap,
.blog-card.style2,
.post-navigation,
.wp-block-quote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.header-wrap .header-top .header-top-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap.sticky {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #fff;
}

.header-wrap .header-top {
  padding: 10px 0 12px;
}

.header-wrap .header-top .header-top-left .upcoming-event {
  margin: 0;
  color: #fff;
  font-size: 15px;
}

.header-wrap .header-top .header-top-left .contact-item {
  margin-right: 25px;
  padding-left: 40px;
  position: relative;
}

.header-wrap .header-top .header-top-left .contact-item:last-child {
  margin-right: 0;
}

.header-wrap .header-top .header-top-left .contact-item span {
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.header-wrap .header-top .header-top-left .contact-item i {
  color: #fff;
  font-size: 12px;
  line-height: 0.7;
  display: inline-block;
}

.header-wrap .header-top .header-top-left .contact-item a,
.header-wrap .header-top .header-top-left .contact-item p {
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-top .header-top-left .contact-item:hover a,
.header-wrap .header-top .header-top-left .contact-item:hover p {
  color: #FE0000;
}

.header-wrap .header-top .header-top-right .social-profile {
  margin-left: 20px;
  position: relative;
  top: 1px;
}

.header-wrap .header-top .header-top-right .social-profile li a {
  color: #fff;
}

.header-wrap .header-top .header-top-right .social-profile li a i {
  color: #fff;
}

.header-wrap .header-top .header-top-right .social-profile li a:hover i {
  color: #FE0000;
}

.header-wrap .header-bottom {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header-wrap .header-bottom .searchbtn {
  background-color: transparent;
  border: none;
  margin: 0 25px;
}

.header-wrap .header-bottom .searchbtn i {
  font-size: 18px;
}

.header-wrap.style2 .header-bottom,
.header-wrap.style3 .header-bottom {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.search-area {
  position: fixed;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100vh;
  visibility: hidden;
  background: rgba(8, 18, 36, 0.9);
  opacity: 0;
  z-index: 990;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-area.open {
  width: calc(100% + 1px);
  visibility: visible;
  opacity: 1;
}

.search-area .close-searchbox {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
}

.search-area .close-searchbox i {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}

.search-area .form-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding: 20px;
  color: #fff;
}

.search-area .form-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::placeholder {
  color: #fff;
  opacity: 1;
}

.select-lang {
  padding-left: 18px;
  position: relative;
}

.select-lang i {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 15px;
  line-height: 1;
  color: #fff;
}

.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 14px;
  padding-right: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}

.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: 2px;
  right: 0;
  content: "\EA4E";
  font-family: "remixicon";
  font-weight: 400;
  border: 0;
  margin-left: 8px;
  font-size: 16px;
}

.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  top: 0;
  left: 0;
  right: auto;
  border: 0;
  border-radius: 0;
  -webkit-transform: translate(-15px, 75px) !important;
  transform: translate(-15px, 75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-size: 15px;
}

.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}

.select-lang .navbar-language .dropdown-menu.show {
  -webkit-transform: translate(-15px, 41px) !important;
  transform: translate(-15px, 41px) !important;
  opacity: 1;
  pointer-events: all;
}

.sidebar-menu {
  margin-left: 15px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.17);
  width: 54px;
  height: 50px;
  text-align: center;
}

.sidebar-menu span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 0 auto 6px;
  background-color: #000;
}

.sidebar-menu span:last-child {
  margin-bottom: 0;
}

.shopcart {
  position: relative;
  margin-left: 15px;
}

.shopcart a {
  border: 1px solid rgba(0, 0, 0, 0.17);
  width: 54px;
  height: 50px;
  text-align: center;
}

.shopcart a span {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FE0000;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  z-index: 1;
}

.shopcart a i {
  font-size: 22px;
  color: #000;
  margin: 0 auto;
  position: relative;
  top: 2px;
}

.searchbox {
  position: relative;
  width: 100%;
  max-width: 280px;
}

.searchbox input {
  width: 100%;
  height: 52px;
  background: #fff;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.17);
  padding: 10px 70px 10px 18px;
}

.searchbox button {
  position: absolute;
  top: 4px;
  right: 4px;
  height: calc(100% - 8px);
  background: #081224;
  padding: 10px 15px;
  border: none;
  font-weight: 600;
}

.searchbox button i {
  color: #fff;
  font-size: 18px;
  line-height: 0.8;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: #081224;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.body_overlay.open {
  visibility: visible;
  opacity: 0.95;
}

.sidebar-popup {
  position: fixed;
  top: 0;
  right: -100%;
  width: 560px;
  background: #fff;
  height: 100vh;
  z-index: 9999;
  padding: 50px 40px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sidebar-popup.open {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.sidebar-popup .sidebar-popup-title .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 1px solid #FE0000;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-popup .sidebar-popup-title .close-popup i {
  font-size: 26px;
  line-height: 33px;
  color: #FE0000;
}

.sidebar-popup .sidebar-popup-title .close-popup:hover {
  background: #FE0000;
  border-color: transparent;
}

.sidebar-popup .sidebar-popup-title .close-popup:hover i {
  color: #fff;
}

.sidebar-popup .sidebar-popup-wrap {
  overflow-y: auto;
  height: calc(100vh - 100px);
}

.sidebar-popup .sidebar-popup-wrap h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.sidebar-popup .sidebar-popup-wrap .comp-info .comp-logo {
  margin-bottom: 25px;
}

.sidebar-popup .sidebar-popup-wrap .comp-info .comp-logo img {
  max-width: 150px;
}

.sidebar-popup .sidebar-popup-wrap .comp-info .comp-desc {
  margin: -8px 0 20px;
}

.sidebar-popup .sidebar-popup-wrap .comp-info .contact-address {
  margin-bottom: 25px;
}

.sidebar-popup .sidebar-popup-wrap .comp-info .contact-address li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 18px;
}

.sidebar-popup .sidebar-popup-wrap .comp-info .contact-address li:last-child {
  margin-bottom: 0;
}

.sidebar-popup .sidebar-popup-wrap .comp-info .contact-address li h6 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.5px;
}

.sidebar-popup .sidebar-popup-wrap .comp-info .contact-address li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
  line-height: 0.8;
  color: #FE0000;
}

.sidebar-popup .sidebar-popup-wrap .comp-info .contact-address li p,
.sidebar-popup .sidebar-popup-wrap .comp-info .contact-address li a {
  margin-bottom: 0;
  color: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-popup .sidebar-popup-wrap .newsletter_box {
  position: relative;
  margin-bottom: 25px;
}

.sidebar-popup .sidebar-popup-wrap .newsletter_box input {
  width: 100%;
  height: 52px;
  background: #fff;
  border: none;
  border: 1px solid #EEEFF2;
  padding: 10px 120px 10px 18px;
}

.sidebar-popup .sidebar-popup-wrap .newsletter_box button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #FE0000;
  color: #fff;
  padding: 10px 30px;
  border: none;
  font-weight: 600;
}

@media only screen and (max-width: 575px) {
  .search-area .close-searchbox {
    top: 15px;
    right: 10px;
  }

  .search-area .close-searchbox i {
    font-size: 22px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrap .header-top .header-top-left {
    margin-bottom: 15px;
  }

  .header-wrap .header-top .header-top-left .contact-item {
    margin-right: 15px;
  }

  .header-wrap .header-top .header-top-left,
  .header-wrap .header-top .header-top-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sidebar-popup {
    width: 300px;
    padding: 30px 20px;
  }

  .sidebar-popup .sidebar-popup-title .close-popup {
    width: 30px;
    height: 30px;
  }

  .sidebar-popup .sidebar-popup-title .close-popup i {
    font-size: 22px;
    line-height: 28px;
  }

  .sidebar-popup .sidebar-popup-wrap {
    height: calc(100vh - 60px);
  }

  .sidebar-popup .sidebar-popup-wrap h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .sidebar-popup .sidebar-popup-wrap .comp-info .comp-logo {
    margin-bottom: 20px;
  }

  .sidebar-popup .sidebar-popup-wrap .comp-info .comp-desc {
    margin: -8px 0 20px;
  }

  .sidebar-popup .sidebar-popup-wrap .comp-info .contact-address {
    margin-bottom: 20px;
  }

  .sidebar-popup .sidebar-popup-wrap .comp-info .contact-address li i {
    top: 2px;
  }

  .sidebar-popup .sidebar-popup-wrap .newsletter_box {
    position: relative;
    margin-bottom: 25px;
  }

  .sidebar-popup .sidebar-popup-wrap .newsletter_box input {
    width: 100%;
    height: 52px;
    background: #fff;
    border: none;
    border: 1px solid #EEEFF2;
    padding: 10px 100px 10px 18px;
  }

  .sidebar-popup .sidebar-popup-wrap .newsletter_box button {
    padding: 10px 20px;
  }

  .navbar-brand img {
    max-width: 120px;
  }

  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a,
  .header-wrap .header-top .header-top-left .upcoming-event,
  .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
    font-size: 14px !important;
  }

  .header-wrap .header-top .header-top-left .upcoming-event {
    text-align: center;
  }

  .header-wrap .search-area form .form-group input {
    font-size: 14px;
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    height: 100vh;
  }
}

@media only screen and (max-width: 1199px) {
  .header-wrap.style3 .header-top .header-top-left {
    margin-bottom: 15px;
  }

  .header-wrap.style3 .header-top .header-top-left .contact-item {
    margin-right: 15px;
  }

  .header-wrap.style3 .header-top .header-top-left,
  .header-wrap.style3 .header-top .header-top-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1199px) {
  .header-wrap.style1 {
    background-color: #081224;
  }

  .header-wrap.style1 .header-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-wrap.style1 .header-bottom .sidebar-menu {
    background-color: #101B2D;
    border: none;
  }

  .header-wrap.style1 .header-bottom .sidebar-menu span {
    background: #fff;
  }

  .header-wrap.style1 .header-bottom .searchbtn i {
    color: #fff;
  }

  .header-wrap.style1 .header-bottom .shopcart {
    background-color: #101B2D;
    border: none;
  }

  .header-wrap.style1 .header-bottom .shopcart i {
    color: #fff;
  }

  .header-wrap.style1 .searchbox input {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-wrap.style1 .searchbox input::-webkit-input-placeholder {
    opacity: 0.8;
  }

  .header-wrap.style1 .searchbox input:-ms-input-placeholder {
    opacity: 0.8;
  }

  .header-wrap.style1 .searchbox input::-ms-input-placeholder {
    opacity: 0.8;
  }

  .header-wrap.style1 .searchbox input::placeholder {
    opacity: 0.8;
  }

  .header-wrap.style1 .searchbox button {
    background-color: #101B2D;
  }

  .header-wrap.style1 .searchbox button i {
    color: #fff;
  }

  .header-wrap .header-bottom .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-wrap .header-bottom .searchbtn {
    background-color: transparent;
    border: none;
    margin: 0 12px;
  }

  .header-wrap .header-bottom .searchbtn i {
    font-size: 22px;
  }

  .header-wrap .header-bottom .navbar .navbar-collapse {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .header-wrap .header-bottom .navbar .navbar-nav {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
    position: relative;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
    color: #000;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 7px;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
    border-bottom: 1px solid #EEEFF2;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
    display: none;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
    color: #FE0000;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px;
    padding-left: 10px;
    margin-left: 10px;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #FE0000;
  }

  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    margin-left: 20px;
  }

  .header-wrap.sticky .search-area.open {
    top: 0;
  }

  .sidebar-menu {
    width: auto;
    height: auto;
    margin-left: 0;
    border: none;
    position: relative;
    top: -4px;
  }

  .sidebar-menu span {
    width: 22px;
  }

  .sidebar-menu span:nth-child(2) {
    width: 18px;
    margin-left: auto;
    margin-right: 0;
  }

  .shopcart {
    margin-left: 0;
    margin-right: 15px;
  }

  .shopcart a {
    width: auto;
    height: auto;
    border: none;
  }

  .shopcart a span {
    top: -4px;
    right: -5px;
  }

  .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
  }

  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }

  .menu-close i {
    color: #000;
    font-size: 25px;
  }

  .mobile-menu {
    text-align: right;
  }

  .mobile-menu a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    background-color: #FE0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-menu a i {
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
  }

  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -5px;
  }

  .mobile-top-bar {
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    top: 0px;
  }

  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 20px;
    margin: 5.9px 0;
  }

  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }

  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }

  .close-header-top button {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }

  .close-header-top button i {
    color: #000;
    font-size: 26px;
  }

  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .main-menu-wrap.open {
    left: 0;
  }

  .main-menu>li.has-children.menu-open>span.menu-expand {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-menu>li.has-children.menu-open>span.menu-expand i {
    color: #000;
  }

  .main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .main-menu li {
    position: relative;
  }

  .main-menu li:last-child {
    margin: 0;
  }

  .main-menu li>span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }

  .main-menu li>span.menu-expand i {
    color: #000;
    font-size: 18px;
  }

  .main-menu li>span.menu-expand:hover {
    color: #000;
  }

  .main-menu li a.active {
    color: #081224;
  }

  .main-menu li>a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  .main-menu li>a:hover {
    color: #000;
  }

  .main-menu li>ul.sub-menu {
    padding-left: 20px;
  }

  .header-wrap .header-bottom .main-menu-wrap #menu>ul>li>a::after {
    display: none;
  }

  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 1200px) {
  .menu-expand i {
    display: none;
  }

  .header-wrap.sticky {
    margin-top: -55px;
  }

  .header-wrap.sticky.style1 {
    margin-top: 0;
    background: #081224;
  }

  .header-wrap.style1 {
    background-color: transparent;
  }

  .header-wrap.style1 .header-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-wrap.style1 .header-bottom .sidebar-menu {
    background-color: #101B2D;
    border: none;
  }

  .header-wrap.style1 .header-bottom .sidebar-menu span {
    background: #fff;
  }

  .header-wrap.style1 .header-bottom .shopcart {
    background-color: #101B2D;
    border: none;
  }

  .header-wrap.style1 .header-bottom .shopcart i {
    color: #fff;
  }

  .header-wrap.style1 .searchbox input {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-wrap.style1 .searchbox input::-webkit-input-placeholder {
    opacity: 0.8;
  }

  .header-wrap.style1 .searchbox input:-ms-input-placeholder {
    opacity: 0.8;
  }

  .header-wrap.style1 .searchbox input::-ms-input-placeholder {
    opacity: 0.8;
  }

  .header-wrap.style1 .searchbox input::placeholder {
    opacity: 0.8;
  }

  .header-wrap.style1 .searchbox button {
    background-color: #101B2D;
  }

  .header-wrap.style1 .searchbox button i {
    color: #fff;
  }

  .header-wrap.style1 .navbar .navbar-nav .nav-item a {
    color: #fff;
  }

  .header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #000;
  }

  .header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
  .header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #FE0000;
  }

  .header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,
  .header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    height: 16px;
    visibility: visible;
    opacity: 1;
  }

  .header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    right: auto;
    visibility: hidden;
  }

  .header-wrap.style1 .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }

  .header-wrap.style2 .header-top,
  .header-wrap.style3 .header-top {
    border-bottom: 1px solid #EEEFF2;
  }

  .header-wrap.style2 .header-top .header-top-left .contact-item i,
  .header-wrap.style3 .header-top .header-top-left .contact-item i {
    color: #fff;
  }

  .header-wrap.style2 .header-top .header-top-left .contact-item a,
  .header-wrap.style2 .header-top .header-top-left .contact-item p,
  .header-wrap.style3 .header-top .header-top-left .contact-item a,
  .header-wrap.style3 .header-top .header-top-left .contact-item p {
    color: #fff;
  }

  .header-wrap.style2 .header-top .header-top-right .select-lang i,
  .header-wrap.style3 .header-top .header-top-right .select-lang i {
    color: #fff;
  }

  .header-wrap.style2 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle,
  .header-wrap.style3 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
    color: #fff;
  }

  .header-wrap.style2 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before,
  .header-wrap.style3 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
    color: #fff;
  }

  .header-wrap.style2 .header-bottom,
  .header-wrap.style3 .header-bottom {
    background-color: #fff;
  }

  .header-wrap .navbar {
    padding: 0;
  }

  .header-wrap .navbar .navbar-brand {
    padding: 0 20px 0 0;
  }

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

  .header-wrap .navbar .navbar-nav {
    margin-left: auto;
    margin-right: 30px;
  }

  .header-wrap .navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 10px;
  }

  .header-wrap .navbar .navbar-nav .nav-item.first-child {
    margin-left: 0;
  }

  .header-wrap .navbar .navbar-nav .nav-item a {
    color: #000;
    font-weight: 500;
    padding: 30px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }

  .header-wrap .navbar .navbar-nav .nav-item a:hover,
  .header-wrap .navbar .navbar-nav .nav-item a:focus,
  .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #FE0000;
  }

  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 15px;
    line-height: 1;
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: -1px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .header-wrap .navbar .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    display: block !important;
    border: none;
    top: 85px;
    left: -23px;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 12px 0;
    position: absolute;
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(-75deg);
    transform: rotateX(-75deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
    position: absolute;
    top: 50%;
    left: 20px;
    content: "";
    width: 2px;
    height: 0%;
    background-color: #FE0000;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #FE0000;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
    height: 16px;
    visibility: visible;
    opacity: 1;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    padding-left: 30px;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    width: 100%;
    right: auto;
    left: 0;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 55%;
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -250px;
    right: auto;
    visibility: hidden;
  }

  .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }

  .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotatex(0deg);
    transform: rotatex(0deg);
  }

  .header-wrap .navbar .others-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .searchbox {
    max-width: 229px;
  }

  .searchbox input {
    height: 48px;
  }

  .sidebar-menu,
  .shopcart a {
    width: 50px;
    height: 48px;
  }

  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 7px;
  }

  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 15px;
  }

  .header-wrap .navbar .navbar-nav .nav-item a i {
    font-size: 14px;
    line-height: 1;
    top: 2px;
  }
}

@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1520px;
  }

  .header-wrap .navbar .navbar-nav .nav-item {
    margin: 0 15px;
  }

  .header-wrap .navbar .navbar-nav .nav-item a {
    font-size: 17px;
  }
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.br-1 {
  background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
}

.content-wrapper {
  margin-top: 136px;
}

.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 0 30px;
  overflow: hidden;
}

.breadcrumb-img img {
  display: block;
  margin: 0 auto;
}

.breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left;
}

.breadcrumb-title h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 5px;
}

.breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}

.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 2px;
  right: -16px;
  content: "\EA6E";
  font-family: "remixicon";
  font-size: 16px;
  background-color: transparent;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #FE0000;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #FE0000;
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-form-wrap {
  background: #F9F9F9;
  padding: 30px;
}

.login-form-wrap .login-header {
  margin-top: -2px;
}

.login-form-wrap .login-header h3 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}

.login-form-wrap .login-header span {
  color: #fff;
}

.login-form-wrap .login-body .form-group {
  margin: 0 0 20px;
}

.login-form-wrap .login-body .form-group label {
  font-size: 16px;
  color: #888;
  font-weight: 500;
  margin: 0 0 10px;
  display: block;
}

.login-form-wrap .login-body .form-group input {
  border-radius: 5px;
  background: #fff;
  border: none;
  width: 100%;
  height: 60px;
  padding: 10px 15px;
}

.login-form-wrap .login-body .btn {
  display: block;
  width: 100%;
  padding: 15px;
}

.login-form-wrap .login-body .form_group label {
  font-size: 16px;
}

.login-form-wrap .link.style1 {
  color: #FE0000;
}

.or-text {
  position: relative;
  text-align: center;
  margin: 0 0 15px 0;
  font-size: 16px;
  z-index: 9;
}

.or-text p {
  display: inline-block;
  padding: 0 10px;
  margin: 0 auto;
  z-index: 1;
  font-size: 20px;
  color: #000;
}

/*---------------------------------------------------------
    FAQ,Terms & Conditions, Privacy-policy,404 CSS
 ---------------------------------------------------------*/
.faq-item {
  margin: 0 0 25px;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-item h5 {
  font-size: 25px;
  line-height: 1.4;
  margin: 0 0 12px;
}

.faq-item p {
  margin: 0;
}

.faq-item.style2 {
  margin: 0 0 30px;
}

.faq-img-wrap {
  position: relative;
  z-index: 1;
}

.faq-img-wrap .faq-bg-1 {
  background-image: url(../img/about/faq-bg-1.jpg);
  height: 508px;
  position: relative;
  z-index: 1;
}

/*----------------------------
    FAQ  CSS
------------------------------*/
.faq-wrap {
  position: relative;
  z-index: 1;
}

.faq-wrap .faq-content .content-title h2 {
  margin: 0 0 20px;
}

.faq-wrap.style1 .accordion-button:not(.collapsed) span {
  background-color: #FE0000 !important;
}

.faq-wrap.style1 .accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.faq-wrap.style1 .accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.faq-wrap.style1 .accordion-item {
  position: relative;
  z-index: 1;
  background-color: transparent;
}

.faq-wrap.style1 .accordion-item .accordion-header .accordion-button {
  background-color: #F9F9F9;
}

.faq-wrap.style1 .accordion-item .accordion-header .accordion-button span {
  background-color: #FE0000;
}

.faq-wrap.style1 .accordion-item .accordion-header .accordion-button span i {
  color: #fff;
  line-height: 0.8;
}

.faq-wrap.style1 .accordion-body p {
  margin: 0;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.accordion-button:not(.collapsed) span {
  background-color: #FE0000 !important;
}

.accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
}

.accordion-item {
  border: none;
  margin: 0 0 25px;
  padding: 0;
}

.accordion-item:last-child {
  margin: 0;
}

.accordion-item .accordion-header .accordion-button {
  border-radius: 5px !important;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  border-radius: 0;
  border: none;
  background: #F9F9F9;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item .accordion-header .accordion-button:after {
  display: none;
}

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

.accordion-item .accordion-header .accordion-button span {
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  position: relative;
  margin-right: 20px;
}

.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}

.accordion-collapse {
  border: none;
}

.accordion-button:not(.collapsed)::after {
  left: -4px;
}

.accordion-body {
  border-top-color: transparent;
  padding: 20px 0 0;
}

.accordion-body p {
  margin: 0;
}

.error-content {
  text-align: center;
}

.error-content img {
  display: block;
  margin: 0 auto 30px;
  max-width: 600px;
}

.error-content p {
  margin: 0 auto 20px;
  max-width: 520px;
}

.terms-wrap .single-terms {
  margin-bottom: 25px;
}

.terms-wrap .single-terms:last-child {
  margin-bottom: 0;
}

.terms-wrap .single-terms p a {
  color: #070B3B;
}

.terms-wrap .single-terms p a:hover {
  color: #070B3B;
  text-decoration: underline;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  background-color: #F9F9F9;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding: 25px;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEFF2;
}

.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  content: "";
  background: #FE0000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

.sidebar .sidebar-widget.box {
  padding: 22px 25px;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
  position: relative;
}

.search-box .form-group {
  position: relative;
}

.search-box .form-group input {
  width: 100%;
  height: 54px;
  background: #fff;
  border: none;
  color: #000;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 0;
}

.search-box .form-group input:focus {
  border-color: #888888;
}

.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  background: #FE0000;
}

.search-box .form-group button i {
  color: #fff;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box ul li {
  position: relative;
}

.category-box ul li:first-child a {
  padding-top: 0;
}

.category-box ul li:first-child a:before {
  top: 10px;
}

.category-box ul li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

.category-box ul li a {
  color: #070B3B;
  font-weight: 600;
  padding: 8px 10px 8px 22px;
  display: block;
  font-size: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-box ul li a:before {
  position: absolute;
  top: 18px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: #FE0000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-box ul li a span {
  float: right;
  font-weight: 400;
  opacity: 0.5;
  margin-left: 4px;
  font-size: 14px;
}

.category-box ul li a:hover {
  color: #FE0000;
  padding-left: 25px;
}

.category-box ul li a:hover i {
  color: #070B3B;
  left: 5px;
}

/*-------------------------------
     Price Range  Widget CSS
-------------------------------*/
.price-range-widget .checkbox-item-wrap .checkbox-item {
  margin-bottom: 10px;
}

.price-range-widget .checkbox-item-wrap .checkbox-item .checkbox label {
  font-weight: 500;
  padding-left: 22px;
  color: #000;
}

.price-range-widget .checkbox-item-wrap .checkbox-item:last-child {
  margin-bottom: 0;
}

/*-------------------------------
    New Arrival Product CSS
-------------------------------*/
.new-product-item {
  margin: 0 0 20px;
}

.new-product-item:last-child {
  margin: 0;
}

.new-product-item .new-product-img {
  width: 80px;
  padding: 5px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}

.new-product-item .new-product-img img {
  margin: 0 auto;
  display: block;
}

.new-product-item .new-product-info {
  width: calc(100% - 95px);
  margin-left: 15px;
}

.new-product-item .new-product-info h6 {
  font-size: 18px;
  margin: 0 0 5px;
}

.new-product-item .new-product-info h6 a {
  color: #000;
}

.new-product-item .new-product-info span {
  color: #FE0000;
  font-size: 14px;
  font-weight: 600;
}

.new-product-item .new-product-info span.discount {
  text-decoration: line-through;
  margin-left: 5px;
  color: #EEEFF2;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list ul {
  margin-top: -12px;
}

.tag-list ul li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}

.tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 15px;
  color: #666666;
  border-radius: 0;
  background-color: #fff;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tag-list ul li a:hover {
  background-color: #FE0000;
  color: #fff;
}

.tag-list.style2 li a {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.tag-list.style2 li a:hover {
  background: transparent;
}

.tag-list.style3 li a {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  padding: 10px 12px;
  border: none;
}

/*-------------------------------
      Gallery Widget CSS
-------------------------------*/
.gallery-widget-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 15px;
}

.gallery-widget-wrap .gallery_item {
  margin: 0;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
  width: 85px;
  border-radius: 6px;
}

.pp-post-item .pp-post-img img {
  border-radius: 6px;
}

.pp-post-item .pp-post-info {
  width: calc(100% - 100px);
  margin-left: 15px;
  margin-top: 2px;
}

.pp-post-item .pp-post-info h6 {
  font-size: 20px;
  font-weight: 500;
  margin-top: -3px;
  margin-bottom: 0;
}

.pp-post-item .pp-post-info h6 a {
  color: #070B3B;
}

.pp-post-item .pp-post-info span {
  font-size: 14px;
  line-height: 1;
  display: block;
  position: relative;
  padding-left: 22px;
  color: #888888;
  margin-bottom: 12px;
}

.pp-post-item .pp-post-info span i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #FE0000;
}

.pp-post-item:last-child {
  margin: 0;
}

.pp-post-item:hover .pp-post-info h6 a {
  color: #FE0000;
}

/*-------------------------------
     Hero Section CSS
-------------------------------*/
.hero-bg-2 {
  background-image: url(public/assets/homepage/img/hero/hero-slider-2.jpg);
}

.hero-slider-item.one {
  background-image: url(../img/hero/hero-slider-1.jpg);
}

.hero-slider-item.two {
  background-image: url(../img/hero/hero-slider-2.jpg);
}

.hero-slider-item.three {
  background-image: url(../img/hero/hero-slider-3.jpg);
}

.hero-wrap {
  position: relative;
  z-index: 1;
}

.hero-wrap .hero-content span {
  color: #FE0000;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.hero-wrap .hero-content h1 {
  font-size: 64px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.hero-wrap .hero-content p {
  margin-bottom: 42px;
  max-width: 94%;
}

.hero-wrap .hero-content .hero-btn .btn:first-child {
  margin-right: 15px;
}

.hero-wrap.style1 {
  padding: 160px 0 160px;
}

.hero-wrap.style1 .container {
  position: relative;
}

.hero-wrap.style1 .hero-content {
  position: relative;
}

.hero-wrap.style1 .hero-content h1 {
  color: #fff;
}

.hero-wrap.style1 .hero-content p {
  padding-right: 50px;
  color: #fff;
}

.hero-wrap.style2 {
  margin-top: 134px;
  padding: 70px 0 70px;
}

.hero-wrap.style2 .hero-shape-1 {
  position: absolute;
  top: 40px;
  left: 25px;
  z-index: 0;
}

.hero-wrap.style2 .hero-shape-2 {
  position: absolute;
  top: 55px;
  right: 20%;
  z-index: 0;
}

.hero-wrap.style2 .hero-shape-3 {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.hero-wrap.style2 .hero-img-wrap {
  position: relative;
  z-index: 1;
}

.hero-wrap.style2 .hero-img-wrap .hero-img-one {
  margin-right: auto;
  display: block;
}

.hero-wrap.style2 .hero-img-wrap .hero-img-two {
  position: absolute;
  bottom: 100px;
  right: 50px;
}

.hero-wrap.style2 .hero-content h1 {
  color: #fff;
}

.hero-wrap.style2 .hero-content p {
  color: #fff;
}

.hero-wrap.style3 {
  margin-top: 134px;
}

.hero-wrap.style3 .hero-content {
  position: relative;
}

.hero-wrap.style3 .hero-content span {
  color: #FE0000;
}

.hero-wrap.style3 .hero-content h1 {
  color: #fff;
}

.hero-wrap.style3 .hero-content p {
  padding-right: 50px;
  color: #fff;
}

.hero-wrap.style3 .hero-slider-two .hero-slider-item {
  padding: 180px 0;
  position: relative;
}

.hero-wrap.style3 .hero-slider-two .hero-slider-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, #081224), color-stop(95%, rgba(8, 18, 36, 0.0508404)));
  background: linear-gradient(90deg, #081224 15%, rgba(8, 18, 36, 0.0508404) 95%);
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev,
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 38px;
  height: 38px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev i,
.hero-slider-two.owl-carousel .owl-nav button.owl-next i {
  font-size: 17px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-next {
  right: 10px;
}

/*-------------------------------
   Feature  Section  CSS
-------------------------------*/
.feature-wrap.style1 {
  margin-top: -85px;
}

.feature-card {
  background-color: #fff;
  padding: 20px 25px 20px 50px;
  position: relative;
  margin-left: 45px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.feature-card .feature-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -45px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feature-card .feature-icon img {
  max-width: 75px;
  -webkit-filter: brightness(0) invert(1) drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
  filter: brightness(0) invert(1) drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature-card .feature-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 0.8;
  color: #FE0000;
  display: inline-block;
  font-size: 30px;
  line-height: 0.8;
  color: #FE0000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feature-card h3 {
  font-size: 22px;
  margin: 0 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.feature-card p {
  margin: 0;
}

.feature-card:hover .feature-icon img {
  -webkit-filter: brightness(1) invert(0) drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
  filter: brightness(1) invert(0) drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1));
}

.feature-card:hover .feature-icon i {
  color: #fff;
}

.feature-card:hover h3 {
  color: #FE0000;
}

/*-------------------------------
   About  Section  CSS
-------------------------------*/
.about-bg-1 {
  background-image: url(../img/about/about-img-1.jpg);
}

.about-bg-2 {
  background-image: url(../img/about/about-img-2.jpg);
}

.about-bg-3 {
  background-image: url(../img/about/about-img-3.jpg);
}

.about-bg-4 {
  background-image: url(../img/about/about-img-4.jpg);
}

.about-bg-5 {
  background-image: url(../img/about/about-img-5.jpg);
}

.about-bg-6 {
  background-image: url(../img/about/about-img-6.jpg);
}

.about-bg-7 {
  background-image: url(../img/about/about-img-7.jpg);
}

.about-bg-8 {
  background-image: url(../img/about/about-img-8.jpg);
}

.about-wrap {
  position: relative;
  z-index: 1;
}

.about-wrap .about-content h3 {
  font-size: 24px;
  margin: 0 12px 0 0;
}

.about-wrap.style1 {
  position: relative;
  z-index: 1;
}

.about-wrap.style1 .about-shape-4 {
  position: absolute;
  top: 40px;
  left: 0;
  opacity: 0.08;
  z-index: -1;
}

.about-wrap.style1 .about-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}

.about-wrap.style1 .about-img-wrap .about-bg-3 {
  margin-left: auto;
  width: 72%;
  height: 450px;
}

.about-wrap.style1 .about-img-wrap .about-bg-4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 380px;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
}

.about-wrap.style1 .about-img-wrap .about-bg-7 {
  margin-right: auto;
  width: 85%;
  height: 500px;
}

.about-wrap.style1 .about-img-wrap .about-bg-8 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 450px;
  border-top: 10px solid #fff;
  border-right: 10px solid #fff;
}

.about-wrap.style2 .about-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.about-wrap.style2 .about-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-wrap.style2 .about-img-wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.about-wrap.style2 .about-img-wrap .about-shape-3 {
  position: absolute;
  top: 50px;
  right: 120px;
  z-index: -1;
}

.about-wrap.style2 .about-img-wrap .about-bg-1 {
  width: calc(100% - 200px);
  margin-right: auto;
  height: 460px;
}

.about-wrap.style2 .about-img-wrap .about-bg-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
  margin-left: auto;
  height: 420px;
  border: 8px solid #fff;
  border-bottom: none;
  border-right: none;
}

.about-wrap.style3 .about-img-wrap {
  position: relative;
}

.about-wrap.style3 .about-img-wrap .about-bg-5 {
  height: 520px;
  width: calc(50% - 10px);
}

.about-wrap.style3 .about-img-wrap .about-bg-6 {
  height: 520px;
  width: calc(50% - 10px);
}

.about-wrap.style3 .about-img-wrap .exp-text {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #FE0000;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border: 5px solid #fff;
}

.about-wrap.style3 .about-img-wrap .exp-text span {
  font-size: 30px;
  font-family: "Teko", sans-serif;
  font-weight: 500;
  display: inline-block;
}

.about-wrap.style4 {
  position: relative;
  z-index: 1;
}

.about-wrap.style4 .about-img-wrap {
  position: relative;
  z-index: 1;
}

.about-wrap.style4 .about-img-wrap .about-bg-7 {
  margin-right: auto;
  width: 85%;
  height: 500px;
}

.about-wrap.style4 .about-img-wrap .about-bg-8 {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 60%;
  height: 400px;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  border-bottom: 10px solid #fff;
}

.progressbar-wrap .progress-bar {
  margin: 0 0 25px;
  overflow: hidden;
  background: transparent;
}

.progressbar-wrap .progress-bar:last-child {
  margin-bottom: 0;
}

.progressbar-wrap .progress-bar .progress-content-outter {
  height: 3px;
  background-color: #EEEFF2;
}

.progressbar-wrap .progress-bar .progress-content-outter .progress-content {
  height: 3px;
  background-color: #FE0000;
  width: 0%;
}

.progressbar-wrap .progress-bar .progress-title-holder {
  position: relative;
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-title {
  z-index: 100;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
  color: #000;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark {
  margin-bottom: 0;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 18px;
}

.progressbar-wrap.style2 .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
  color: #000;
}

/*-------------------------------
        Partner  Section CSS
-------------------------------*/
.partner-item {
  padding: 0 10px;
}

.partner-item img {
  max-width: 110px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*-------------------------------
   Schedule  Section  CSS
-------------------------------*/
.fixture-wrap .fixture-slider-one {
  margin: -5px -5px 5px;
}

.match-schedule {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin: 5px 5px 25px 5px;
}

.match-schedule.style3 {
  margin: 0;
}

.match-schedule.style2 tbody tr:nth-child(even) td,
.match-schedule.style2 tbody tr:nth-child(even) th,
.match-schedule.style3 tbody tr:nth-child(even) td,
.match-schedule.style3 tbody tr:nth-child(even) th {
  background-color: #F9F9F9;
}

.match-schedule.style2 tbody tr td,
.match-schedule.style2 tbody tr th,
.match-schedule.style3 tbody tr td,
.match-schedule.style3 tbody tr th {
  padding: 18px 20px 17px;
}

.match-schedule.style2 tbody tr td:nth-child(4),
.match-schedule.style2 tbody tr th:nth-child(4),
.match-schedule.style3 tbody tr td:nth-child(4),
.match-schedule.style3 tbody tr th:nth-child(4) {
  font-weight: 500;
  color: #000;
}

.match-schedule .group-name {
  font-size: 24px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  background-color: #FE0000;
  color: #fff;
  line-height: 1;
  padding: 18px 20px 17px;
}

.match-schedule .match-table {
  width: 100%;
}

.match-schedule .match-table thead tr th {
  background-color: #081224;
  padding: 18px 20px 17px;
  color: #fff;
  font-weight: 500;
}

.match-schedule .match-table thead tr th:nth-child(2) {
  font-weight: 500;
}

.match-schedule .match-table tbody tr td,
.match-schedule .match-table tbody tr th {
  padding: 18px 20px 17px;
}

.match-schedule .match-table tbody tr td:nth-child(2),
.match-schedule .match-table tbody tr th:nth-child(2) {
  font-weight: 500;
  color: #000;
}

.match-slider-one,
.match-slider-two,
.fixture-slider-one,
.testimonial-slider-one {
  margin: -5px -5px;
}

.match-slider-one.owl-carousel .owl-nav button.owl-prev,
.match-slider-one.owl-carousel .owl-nav button.owl-next,
.match-slider-two.owl-carousel .owl-nav button.owl-prev,
.match-slider-two.owl-carousel .owl-nav button.owl-next,
.fixture-slider-one.owl-carousel .owl-nav button.owl-prev,
.fixture-slider-one.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.match-slider-one.owl-carousel .owl-nav button.owl-prev,
.match-slider-two.owl-carousel .owl-nav button.owl-prev,
.fixture-slider-one.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: -55px;
}

.match-slider-one.owl-carousel .owl-nav button.owl-next,
.match-slider-two.owl-carousel .owl-nav button.owl-next,
.fixture-slider-one.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next {
  right: -55px;
}

.upcoming-match-wrap {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.upcoming-match-wrap .upcoming-match-item {
  overflow: hidden;
}

.upcoming-match-wrap .upcoming-match-item:nth-child(even) {
  background-color: #F9F9F9;
}

.upcoming-match-wrap .upcoming-match-item .match-team-wrap,
.upcoming-match-wrap .upcoming-match-item .match-venue {
  position: relative;
}

.upcoming-match-wrap .upcoming-match-item .match-team-wrap:after,
.upcoming-match-wrap .upcoming-match-item .match-venue:after {
  position: absolute;
  top: -30px;
  right: 0;
  content: "";
  background: #EEEFF2;
  width: 1px;
  height: 100vh;
}

.upcoming-match-wrap .upcoming-match-item .match-team-wrap {
  width: 40%;
  padding: 30px;
}

.upcoming-match-wrap .upcoming-match-item .match-team-wrap .match-team {
  text-align: center;
  width: 40%;
}

.upcoming-match-wrap .upcoming-match-item .match-team-wrap .match-team:nth-child(2) {
  width: 20%;
}

.upcoming-match-wrap .upcoming-match-item .match-team-wrap .match-team h3 {
  font-size: 24px;
  margin: 8px 0 0;
}

.upcoming-match-wrap .upcoming-match-item .match-venue {
  width: 35%;
  text-align: center;
  padding: 30px;
}

.upcoming-match-wrap .upcoming-match-item .match-venue h5 {
  font-size: 28px;
  font-weight: 500;
  margin: 0;
}

.upcoming-match-wrap .upcoming-match-item .match-venue p {
  margin: 0;
}

.upcoming-match-wrap .upcoming-match-item .match-ticket {
  width: 25%;
  text-align: center;
}

.upcoming-match-wrap .upcoming-match-item .match-ticket .btn {
  margin: 0 auto;
  padding: 12px 35px 14px;
}

.upcoming-match-wrap.style2 .upcoming-match-item .match-team-wrap {
  padding: 30px;
}

.upcoming-match-wrap.style2 .upcoming-match-item .match-team-wrap h2 {
  margin: 0;
  font-size: 36px;
}

.match-highlight {
  height: 368px;
  position: relative;
}

.match-highlight .match-team-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px 30px;
  background: rgba(8, 18, 36, 0.78);
}

.match-highlight .match-team-wrap .match-team h3,
.match-highlight .match-team-wrap .match-team p {
  color: #fff;
  text-align: center;
}

.score-board {
  margin: 20px 0 25px;
}

.score-board span {
  display: inline-block;
  margin: 0 auto;
  background: #FE0000;
  padding: 10px 80px;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  position: relative;
  top: 10px;
}

.score-board .score-team-wrap {
  position: relative;
  z-index: 1;
}

.score-board .score-team-wrap:after {
  position: absolute;
  top: 10px;
  left: 70px;
  width: calc(100% - 130px);
  height: 60px;
  content: "";
  background-color: #081224;
  z-index: -1;
}

.score-board .score-team-wrap .score-team {
  width: 37%;
}

.score-board .score-team-wrap .score-team .score-team-logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.score-board .score-team-wrap .score-team .score-team-logo img {
  max-width: 55px;
  margin: 0 auto;
  display: block;
}

.score-board .score-team-wrap .score-team.one p {
  margin-left: -10px;
}

.score-board .score-team-wrap .score-team.two p {
  margin-right: -10px;
}

.score-board .score-team-wrap .score-team p {
  margin: 0;
  background: #fff;
  color: #000;
  width: calc(100% - 80px);
  padding: 5px;
}

.score-board .score-team-wrap .score-vs {
  width: 26%;
  position: relative;
  z-index: 1;
}

.score-board .score-team-wrap .score-vs:before {
  position: absolute;
  top: -16px;
  left: -23px;
  width: 25px;
  height: calc(100% + 30px);
  content: "";
  background-color: #081224;
  z-index: -1;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.score-board .score-team-wrap .score-vs:after {
  position: absolute;
  top: -16px;
  right: -23px;
  width: 34px;
  height: calc(100% + 30px);
  content: "";
  background-color: #081224;
  z-index: -1;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.score-board .score-team-wrap .score-vs h5 {
  font-size: 24px;
  color: #fff;
  margin: 0;
}

/*-------------------------------
    Fixture  Section  CSS
-------------------------------*/
.fixture-wrap {
  position: relative;
  z-index: 1;
}

.fixture-wrap .fixture-shape-1 {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
  opacity: 0.09;
}

.fixture-wrap .fixture-shape-2 {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: -1;
  opacity: 0.09;
}

/*-------------------------------
   Match  Section  CSS
-------------------------------*/
.match-bg-1 {
  background-image: url(../img/match-bg-1.jpg);
}

.match-slider-one,
.match-slider-two {
  margin: -7px -10px;
}

.match-item {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(91, 91, 91, 0.1);
  box-shadow: 0px 0px 9px 0px rgba(91, 91, 91, 0.1);
  margin: 10px 10px;
  position: relative;
  z-index: 1;
}

.match-item .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.match-item .match-item-info {
  text-align: center;
  margin: 35px 0 0;
}

.match-item .match-item-info h3 {
  font-size: 24px;
  margin: 0;
}

.match-item .match-item-info p {
  margin: 0;
}

.match-item.style2 {
  text-align: center;
  padding: 27px 30px 27px;
}

.match-item.style2 .match-team p {
  font-style: italic;
  font-size: 40px;
  font-weight: 600;
}

.match-item.style2 .match-team p span {
  position: relative;
  top: 8px;
  left: -4px;
}

.match-team-wrap .match-team {
  position: relative;
}

.match-team-wrap .match-team img {
  display: block;
  margin: 0 auto;
}

.match-team-wrap .match-team p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 500;
  color: #000;
  margin: 0;
  font-family: "Teko", sans-serif;
}

.club-history-para .row {
  margin-bottom: 25px;
}

.club-history-para .row:last-child {
  margin-bottom: 0;
}

.club-history-para .club-info span {
  width: 40px;
  height: 40px;
  background: #FE0000;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-family: "Teko", sans-serif;
  text-align: center;
  padding-top: 2px;
}

.club-history-para .club-info h3 {
  font-size: 24px;
  margin: 20px 0 10px;
}

.club-history-para .club-info p:last-child {
  margin: 0;
}

.player-section-title {
  font-size: 34px;
  line-height: 1;
  margin: 0 0 20px;
}

/*-------------------------------
   Player  Section  CSS
-------------------------------*/
.player-bg-1 {
  background-image: url(../img/player/player-bg-1.jpg);
}

.player-wrap {
  position: relative;
}

.player-card {
  margin-bottom: 25px;
}

.player-card .player-img {
  overflow: hidden;
}

.player-card .player-img img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.player-card .player-info h3 {
  font-size: 24px;
  margin: 0;
}

.player-card.style2 .player-img {
  margin-bottom: 20px;
}

.player-card:hover .player-img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

.player-card:hover .player-info h3 a {
  color: #FE0000;
}

.player-card.style1 .player-img {
  position: relative;
  overflow: hidden;
}

.player-card.style1 .player-info {
  margin: -85px auto 0;
  background: #fff;
  width: calc(100% - 40px);
  padding: 22px 25px 22px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.player-slider-one.owl-carousel .owl-nav button.owl-prev,
.player-slider-one.owl-carousel .owl-nav button.owl-next,
.player-info-slider.owl-carousel .owl-nav button.owl-prev,
.player-info-slider.owl-carousel .owl-nav button.owl-next,
.award-slider-one.owl-carousel .owl-nav button.owl-prev,
.award-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.player-slider-one.owl-carousel .owl-nav button.owl-prev i,
.player-slider-one.owl-carousel .owl-nav button.owl-next i,
.player-info-slider.owl-carousel .owl-nav button.owl-prev i,
.player-info-slider.owl-carousel .owl-nav button.owl-next i,
.award-slider-one.owl-carousel .owl-nav button.owl-prev i,
.award-slider-one.owl-carousel .owl-nav button.owl-next i {
  color: #FE0000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.player-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.player-slider-one.owl-carousel .owl-nav button.owl-next:hover,
.player-info-slider.owl-carousel .owl-nav button.owl-prev:hover,
.player-info-slider.owl-carousel .owl-nav button.owl-next:hover,
.award-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.award-slider-one.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #FE0000;
}

.player-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.player-slider-one.owl-carousel .owl-nav button.owl-next:hover i,
.player-info-slider.owl-carousel .owl-nav button.owl-prev:hover i,
.player-info-slider.owl-carousel .owl-nav button.owl-next:hover i,
.award-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.award-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

.player-slider-one.owl-carousel .owl-nav button.owl-prev,
.player-info-slider.owl-carousel .owl-nav button.owl-prev,
.award-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: -60px;
}

.player-slider-one.owl-carousel .owl-nav button.owl-next,
.player-info-slider.owl-carousel .owl-nav button.owl-next,
.award-slider-one.owl-carousel .owl-nav button.owl-next {
  right: -60px;
}

.player-info-wrap {
  position: relative;
  z-index: 1;
}

.player-info-wrap .player-shape-1 {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: -1;
}

.player-info-wrap .player-shape-2 {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: -1;
}

.player-info-item {
  position: relative;
  background-color: #051431;
}

.player-info-item .player-img {
  position: relative;
  border: 5px solid #34435A;
  border-bottom: none;
}

.player-info-item .player-img span {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FE0000;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Teko", sans-serif;
  display: inline-block;
  padding: 12px 20px 10px;
}

.player-info-item .player-info {
  padding: 25px 30px;
}

.player-info-item .player-info h3 {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.player-info-item .player-info span {
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

.player-info-item .player-info .player-info-list h6 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
  color: #fff;
}

.player-info-item .player-info .player-info-list ul li {
  background-color: #0E1E38;
  color: #fff;
  padding: 10px;
  margin: 0 0 15px;
}

.player-info-item .player-info .player-info-list ul li:last-child {
  margin-bottom: 0;
}

.player-info-item .player-info .player-info-list ul li span {
  color: #fff;
  margin: 0;
}

/*-------------------------------
   Single Player Section  CSS
-------------------------------*/
.player-details-wrap p:last-child {
  margin-bottom: 0;
}

.single-player-info ul li {
  padding: 10px 18px;
  font-weight: 500;
}

.single-player-info ul li:nth-child(odd) {
  background-color: #F9F9F9;
}

.single-player-info ul li p {
  color: #000;
  margin: 0;
  font-weight: 500;
}

.single-player-faq .accordion-item {
  margin-bottom: 15px;
}

.single-player-faq .accordion-item:last-child {
  margin-bottom: 0;
}

.single-player-faq .accordion-item .accordion-body {
  padding-top: 15px;
}

.single-player-faq .accordion-item .accordion-header {
  position: relative;
}

.single-player-faq .accordion-item .accordion-header .accordion-button {
  background: #F9F9F9;
  padding: 10px 20px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 0;
  position: relative;
}

.single-player-faq .accordion-item .accordion-header .accordion-button span {
  position: absolute;
  top: 9px;
  right: -11px;
  min-width: auto;
  min-height: auto;
  text-align: center;
  margin-right: 0;
}

.single-player-faq .accordion-item .accordion-header .accordion-button span i {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.single-player-faq .accordion-button:not(.collapsed) {
  background: #081224 !important;
  color: #fff;
}

.single-player-faq .accordion-button:not(.collapsed) span {
  background-color: transparent !important;
  right: 15px !important;
}

.single-player-stat {
  background: #F9F9F9;
  padding: 20px;
}

.single-player-stat h3 {
  font-size: 24px;
  margin: 0 0 15px;
}

.single-player-stat ul li {
  padding: 10px 18px;
  background: #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
}

.single-player-stat ul li p {
  color: #000;
  margin: 0;
}

/*-------------------------------
   Score  Section  CSS
-------------------------------*/
.score-wrap {
  position: relative;
}

.featured-bg-1 {
  background-image: url(../img/about/feature-bg-1.jpg);
}

.featured-video {
  position: relative;
  height: 600px;
}

.swiper-slide {
  height: 100%;
}

.top-scorer-slider {
  max-height: 600px;
  overflow: hidden;
}

.top-scorer-item {
  background: #132241;
  position: relative;
  height: 150px !important;
  padding: 25px;
  margin-bottom: 20px;
}

.top-scorer-item .scorer-shape-1 {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-scorer-item .top-scorer-img {
  max-width: 100px;
}

.top-scorer-item .top-scorer-info {
  width: calc(100% - 160px);
  margin-left: 20px;
}

.top-scorer-item .top-scorer-info h3 {
  font-size: 24px;
  margin: 0;
}

.top-scorer-item .top-scorer-info h3 a {
  color: #fff;
}

.top-scorer-item .top-scorer-info span {
  color: #fff;
}

.top-scorer-item:hover .top-scorer-info h3 a {
  color: #FE0000;
}

/*-------------------------------
   Award  Section  CSS
-------------------------------*/
.award-bg-1 {
  background-image: url(../img/award/award-bg-1.jpg);
}

.award-wrap {
  position: relative;
}

.award-item {
  background: #132241;
  padding: 25px;
  margin-bottom: 25px;
}

.award-item img {
  margin-bottom: 25px;
}

.award-item h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.player-slider-one.owl-carousel .owl-nav button.owl-prev,
.player-slider-one.owl-carousel .owl-nav button.owl-next,
.player-info-slider.owl-carousel .owl-nav button.owl-prev,
.player-info-slider.owl-carousel .owl-nav button.owl-next,
.award-slider-one.owl-carousel .owl-nav button.owl-prev,
.award-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.player-slider-one.owl-carousel .owl-nav button.owl-prev i,
.player-slider-one.owl-carousel .owl-nav button.owl-next i,
.player-info-slider.owl-carousel .owl-nav button.owl-prev i,
.player-info-slider.owl-carousel .owl-nav button.owl-next i,
.award-slider-one.owl-carousel .owl-nav button.owl-prev i,
.award-slider-one.owl-carousel .owl-nav button.owl-next i {
  color: #FE0000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.player-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.player-slider-one.owl-carousel .owl-nav button.owl-next:hover,
.player-info-slider.owl-carousel .owl-nav button.owl-prev:hover,
.player-info-slider.owl-carousel .owl-nav button.owl-next:hover,
.award-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.award-slider-one.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #FE0000;
}

.player-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.player-slider-one.owl-carousel .owl-nav button.owl-next:hover i,
.player-info-slider.owl-carousel .owl-nav button.owl-prev:hover i,
.player-info-slider.owl-carousel .owl-nav button.owl-next:hover i,
.award-slider-one.owl-carousel .owl-nav button.owl-prev:hover i,
.award-slider-one.owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}

.player-slider-one.owl-carousel .owl-nav button.owl-prev,
.player-info-slider.owl-carousel .owl-nav button.owl-prev,
.award-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: -60px;
}

.player-slider-one.owl-carousel .owl-nav button.owl-next,
.player-info-slider.owl-carousel .owl-nav button.owl-next,
.award-slider-one.owl-carousel .owl-nav button.owl-next {
  right: -60px;
}

/*-------------------------------
    Gallery  Section  CSS
-------------------------------*/
.gallery-item {
  margin-bottom: 25px;
  position: relative;
}

.gallery-item .gallery-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gallery-item .gallery-info h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #fff;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.gallery-item .gallery-info span {
  display: block;
  color: #D2CFCF;
  margin: 0 0 15px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.gallery-item .gallery-info .view-gallery {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #FE0000;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.gallery-item .gallery-info .view-gallery i {
  font-size: 18px;
  color: #fff;
  line-height: 0.8;
  margin: 0 auto;
}

.gallery-item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #031330;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gallery-item:hover .gallery-info {
  visibility: visible;
  opacity: 1;
}

.gallery-item:hover .gallery-info h3,
.gallery-item:hover .gallery-info span,
.gallery-item:hover .gallery-info .view-gallery {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.gallery-item:hover:after {
  visibility: visible;
  opacity: 0.8;
}

.gallery-item-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}

.gallery-item-wrap .gallery-item:nth-child(2) {
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 3;
}

.gallery-item-wrap .gallery-item:nth-child(5) {
  -ms-grid-row: 3;
  grid-row-start: 3;
  grid-row-end: 4;
}

/*-------------------------------
    Product  Section  CSS
-------------------------------*/
.product-card {
  margin-bottom: 25px;
}

.product-card .product-info {
  margin-top: 20px;
  text-align: center;
}

.product-card .product-info h3 {
  font-size: 24px;
  margin: 0 0 5px;
}

.product-card .product-info span {
  color: #FE0000;
  font-weight: 500;
}

.product-card.style1 .product-img {
  position: relative;
}

.product-card.style1 .product-img:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #031330;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.product-card.style1 .product-img img {
  display: block;
  margin: 0 auto;
  padding: 30px;
}

.product-card.style1 .product-img .product-option {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-card.style1 .product-img .product-option li {
  margin: 0 6px;
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.product-card.style1 .product-img .product-option li:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-card.style1 .product-img .product-option li:nth-child(2) {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.product-card.style1 .product-img .product-option li:nth-child(3) {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.product-card.style1 .product-img .product-option li button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.product-card.style1 .product-img .product-option li button i {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-size: 18px;
  display: block;
  margin: 0 auto;
}

.product-card.style1 .product-img .product-option li button:hover {
  background-color: #FE0000;
}

.product-card.style1 .product-img .product-option li button:hover i {
  color: #fff;
}

.product-card.style1:hover .product-info h3 a {
  color: #FE0000;
}

.product-card.style1:hover .product-img:after {
  visibility: visible;
  opacity: 0.8;
}

.product-card.style1:hover .product-img .product-option li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.product-card.style2 .product-info {
  margin-top: 20px;
}

.product-card.style2 .product-info h3 {
  font-size: 24px;
  margin: 0 0 5px;
}

.product-card.style2 .product-img {
  position: relative;
}

.product-card.style2 .product-img img {
  display: block;
  margin: 0 auto;
  padding: 30px;
}

.product-card.style2 .product-img .product-option {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-card.style2 .product-img .product-option li {
  margin: 0 0 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}

.product-card.style2 .product-img .product-option li:last-child {
  margin-bottom: 0;
}

.product-card.style2 .product-img .product-option li:nth-child(1) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-card.style2 .product-img .product-option li:nth-child(2) {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.product-card.style2 .product-img .product-option li:nth-child(3) {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.product-card.style2 .product-img .product-option li button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.product-card.style2 .product-img .product-option li button i {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.product-card.style2 .product-img .product-option li button:hover {
  background-color: #FE0000;
}

.product-card.style2 .product-img .product-option li button:hover i {
  color: #fff;
}

.product-card.style2:hover .product-info h3 a {
  color: #FE0000;
}

.product-card.style2:hover .product-option li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/*-------------------------------
    Product  Filter  CSS
-------------------------------*/
.product-result p {
  margin: 0;
  font-weight: 500;
}

.filter-item-num select,
.filter-item-cat select {
  width: 100%;
  border-radius: 5px;
  padding: 10px 10px 10px 10px;
  color: #393939;
  background-color: #F9F9F9;
  border-color: transparent;
  font-size: 14px;
  font-weight: 500;
  height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 96% 50%;
}

/*------------------------------
        Cart CSS
-------------------------------*/
.cart-table {
  margin: 0 0 25px;
}

.cart-table table {
  margin: 0;
}

.cart-table table thead tr {
  border-top: none;
  background: transparent;
  border-bottom: 1px solid #EEEFF2;
}

.cart-table table thead tr th {
  border: none;
  padding: 0px 30px 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  font-family: "Teko", sans-serif;
}

.cart-table table tbody tr {
  vertical-align: middle;
  border-bottom: 1px solid #EEEFF2;
}

.cart-table table tbody tr td {
  padding: 13px 15px 13px;
  background: #fff;
  text-align: center;
  border-bottom: none;
}

.cart-table table tbody tr td button.style1 {
  font-size: 16px;
}

.cart-table table tbody tr td:first-child {
  padding-left: 0;
}

.cart-table table tbody tr td .cart-item {
  font-weight: 500;
  margin-left: 15px;
  text-align: center;
}

.cart-table table tbody tr td .cart-item-price {
  font-size: 16px;
  color: #081224;
  font-weight: 600;
  text-align: center;
}

.cart-table table tbody tr td p {
  margin: 0;
}

.cart-table table tbody tr td button {
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 0;
  border: none;
  font-size: 20px;
}

.cart-table table tbody tr td button i {
  color: #FE0000;
}

.cart-table table tbody tr td button span {
  font-size: 18px;
  line-height: 30px;
}

.product-quantity {
  width: 144px;
  margin-right: 10px;
}

.product-quantity .qtySelector {
  position: relative;
  height: 42px;
}

.product-quantity .qtySelector span {
  width: 48px;
  position: absolute;
  top: 0;
  height: 100%;
  background: #F9F9F9;
  border: none;
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: #000;
}

.product-quantity .qtySelector span.decreaseQty {
  left: 0;
}

.product-quantity .qtySelector span.increaseQty {
  right: 0;
}

.product-quantity .qtySelector input {
  width: calc(100% - 96px);
  background: #EEEFF2;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left: 1px solid rgba(69, 69, 70, 0.07);
  border-right: 1px solid rgba(69, 69, 70, 0.07);
  left: 48px;
  position: relative;
  height: 42px;
  top: -1px;
  text-align: center;
  color: #000;
}

.cart-qty .product-quantity {
  margin: 0 auto;
}

.cart-qty .product-quantity input {
  left: 0 !important;
}

.coupon-code {
  position: relative;
}

.coupon-code input {
  width: 100%;
  height: 54px;
  background: #F9F9F9;
  padding: 10px 50px 10px 20px;
  border: none;
  border-radius: 5px;
}

.coupon-code button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 5px 22px;
  border-radius: 0 5px 5px 0;
  background-color: #FE0000;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border: none;
}

.cart-total {
  padding: 20px 25px 25px;
}

.cart-total .cart-box-title {
  margin-bottom: 20px;
}

.cart-total .cart-total-item {
  background: #fff;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.cart-total .cart-total-item p,
.cart-total .cart-total-item span {
  margin: 0;
  font-family: "Teko", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #081224;
}

.cart-total .btn.style3 {
  padding: 15px 15px;
}

.cart-total .btn.style3 i {
  top: 3px;
}

.wh_btn .btn:nth-child(1) {
  margin-right: 10px;
}

.wishlist-table table tbody tr td:nth-child(4) {
  text-align: left;
}

.wishlist-table table tbody tr td .product-quantity {
  margin: 0 auto;
}

.checkout label {
  font-weight: 600;
  margin: 0 0 8px;
}

.checkout .form-group input {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
}

.checkout .form-group textarea {
  border: none;
  border-radius: 5px;
  background: #F1F1F1;
  color: #999;
  height: 120px;
}

/*-------------------------------
         Checkout CSS
-------------------------------*/
.checkout-promobox {
  background: #F9F9F9;
  padding: 15px;
  margin: 0 0 25px;
}

.checkout-promobox i {
  color: #FE0000;
  position: relative;
  top: 4px;
  font-size: 20px;
  margin-right: 5px;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}

.checkbox label::before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #FE0000;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
}

.checkbox input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 5px;
  height: 11px;
  border: solid #FE0000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkout-box-subtitle {
  font-weight: 500;
  margin-bottom: 18px;
}

.checkout-form {
  margin: 0 0 25px;
}

.checkout-form .checkout-form-title {
  font-weight: 700;
  margin-bottom: 25px;
}

.checkout-form .form-group {
  margin: 0 0 15px;
}

.checkout-form .form-group label {
  margin-bottom: 10px;
  display: block;
}

.checkout-form .form-group input,
.checkout-form .form-group textarea {
  border: none;
  border-radius: 0;
  background: #F9F9F9;
  color: #000;
  width: 100%;
  padding: 13px 15px 13px 20px;
}

.checkout-form .form-group input::-webkit-input-placeholder,
.checkout-form .form-group textarea::-webkit-input-placeholder {
  color: #081224;
  opacity: 0.9;
}

.checkout-form .form-group input:-ms-input-placeholder,
.checkout-form .form-group textarea:-ms-input-placeholder {
  color: #081224;
  opacity: 0.9;
}

.checkout-form .form-group input::-ms-input-placeholder,
.checkout-form .form-group textarea::-ms-input-placeholder {
  color: #081224;
  opacity: 0.9;
}

.checkout-form .form-group input::placeholder,
.checkout-form .form-group textarea::placeholder {
  color: #081224;
  opacity: 0.9;
}

.checkout-form .form-group input {
  height: 60px;
}

.checkout-form .form-group textarea {
  height: 212px;
  resize: none;
}

.checkout-form .form-group select {
  border: none;
  border-radius: 5px;
  background: #F9F9F9;
  color: #000;
  width: 100%;
  height: 60px;
  padding: 10px 15px 10px 20px;
  cursor: pointer;
  opacity: 0.9;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 96% 50%;
}

.checkout-form .form-group .btn {
  padding: 15px 15px;
}

.checkout-details {
  background: #F9F9F9;
  padding: 20px 30px 30px;
  margin: 0 0 25px;
}

.checkout-details .checkout-box-title {
  font-size: 24px;
  margin-bottom: 25px;
}

.checkout-details .bill-item {
  margin-bottom: 15px;
  background: #fff;
}

.checkout-details .bill-item:last-child {
  margin-bottom: 0;
}

.checkout-details .bill-item .bill-item-name {
  width: 65%;
  margin: 0;
  font-weight: 500;
  padding: 16px 15px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #666666;
}

.checkout-details .bill-item .bill-item-price {
  width: 32%;
  font-size: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding: 16px 15px;
  text-align: center;
}

.checkout-details .coupon-item {
  margin: 15px 0;
}

.checkout-details .coupon-item h4 {
  margin-bottom: 15px;
}

.checkout-details .coupon-item .form-group {
  position: relative;
}

.checkout-details .coupon-item .form-group input {
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 10px 50px 10px 20px;
  border: none;
  border-radius: 5px;
}

.checkout-details .coupon-item .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
  padding: 0 20px;
  border-radius: 0 5px 5px 0;
  background-color: #FE0000;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.checkout-details .form-group input {
  height: 52px;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 40px 10px 15px;
  border: 1px solid #EEEFF2;
}

.checkout-details .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 100%;
  color: #fff;
  font-size: 16px;
  padding: 0 25px;
}

.checkout-details .select-payment-method {
  margin: 15px 0 0;
}

.checkout-details .select-payment-method div {
  margin: 0 0 15px;
  display: block;
  width: 100%;
  background: #fff;
  padding: 25px 25px 23px;
}

.checkout-details .select-payment-method div label {
  padding-left: 28px !important;
  font-family: "Teko", sans-serif;
  color: #081224;
  font-weight: 500;
  font-size: 20px;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.checkout-details .select-payment-method div p {
  margin: 0 0 0 28px;
  color: #666666;
}

.select-payment-method [type="radio"]:checked,
.select-payment-method [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.select-payment-method [type="radio"]:not(:checked)+label::before,
.select-payment-method [type="radio"]:checked+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: transparent;
}

.select-payment-method [type="radio"]:not(:checked)+label::before {
  border: 2px solid #ddd;
}

.select-payment-method [type="radio"]:checked+label::before {
  border: 2px solid #FE0000;
}

.select-payment-method [type="radio"]:checked+label::after,
.select-payment-method [type="radio"]:not(:checked)+label::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FE0000;
  top: 4px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.select-payment-method [type="radio"]:not(:checked)+label::after {
  background: #ddd;
}

.select-payment-method [type="radio"]:checked+label::after {
  background: #FE0000;
}

.checkout-footer .btn {
  margin-top: 15px;
  padding: 15px 15px;
}

/*-------------------------------
    Product Details CSS
-------------------------------*/
.single-product-gallery .single-product-slider {
  margin-bottom: 20px;
}

.single-product-gallery .single-product-slider .single-product-item {
  padding: 30px;
}

.single-product-gallery .single-product-slider .single-product-item img {
  display: block;
  margin: 0 auto;
  max-width: 360px;
}

.single-product-gallery .single-product-thumbs .single-product-thumb {
  padding: 20px;
  cursor: pointer;
}

.single-product-gallery .single-product-thumbs .single-product-thumb img {
  display: block;
  margin: 0 auto;
  max-width: 120px;
}

.single-product-gallery .single-product-thumbs .swiper-slide-thumb-active .product-thumb {
  background-color: #F9F9F9;
}

.single-product-gallery .single-product-thumbs .product-thumb {
  border: 1px solid #EEEFF2;
  padding: 20px;
  cursor: pointer;
}

.single-product-details .single-product-title {
  position: relative;
}

.single-product-details .single-product-title h2 {
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
  margin: 0 0 13px;
}

.single-product-details .single-product-title h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin: 7px 0 7px;
}

.single-product-details .single-product-title h3 .discount {
  color: #888;
  margin-left: 5px;
  text-decoration: line-through;
}

.single-product-details .single-product-title .ratings ul {
  position: relative;
  top: 1px;
}

.single-product-details .single-product-title .ratings ul li {
  display: inline-block;
}

.single-product-details .single-product-title .ratings ul li i {
  color: #FDCB05;
}

.single-product-details .single-product-title .ratings span {
  margin-left: 10px;
}

.single-product-details .single-product-desc {
  margin: 12px 0 15px;
}

.product-tablist {
  border: none;
}

.product-tablist .nav-item {
  border-radius: 0;
  margin-right: 10px;
}

.product-tablist .nav-item:last-child {
  margin: 0;
}

.product-tablist .nav-item .nav-link {
  font-size: 18px;
  font-weight: 600;
  color: #081224;
  background: #EEEFF2;
  border: none !important;
  border-radius: 0;
  padding: 12px 22px;
  text-align: center;
}

.product-tablist .nav-item .nav-link.active {
  background: #FE0000;
  color: #fff;
}

.product-tab-content {
  margin: 30px 0 0;
  border: 1px solid #EEEFF2;
  padding: 25px 25px;
}

.product-tab-content .product_desc p:last-child {
  margin-bottom: 0;
}

.client-review .comment-form-title {
  margin-bottom: 20px;
}

.client-review.comment-item-wrap .comment-item {
  border: none;
  padding: 0;
}

.client-review.comment-item-wrap .comment-item .comment-author-img {
  border-radius: 0;
}

.client-review.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 0;
}

.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .comment-author-name {
  margin-bottom: 0;
}

.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .rating {
  margin-top: 2px;
}

.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .rating li {
  display: inline-block;
}

.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .rating li i {
  color: #FDCB05;
}

.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
  margin-bottom: 0;
}

.client-review.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0;
}

.client-review-form .comment-form-title {
  margin-bottom: 20px;
}

.client-review-form .form-group {
  margin-bottom: 15px;
}

.client-review-form .form-group input,
.client-review-form .form-group textarea {
  width: 100%;
  border: none;
  background: #F9F9F9;
  padding: 10px 15px;
}

.client-review-form .form-group input {
  height: 56px;
}

.client-review-form .form-group textarea {
  height: 128px;
  resize: none;
}

.single-product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 26px;
}

.single-product-option button:nth-child(1),
.single-product-option button:nth-child(2) {
  margin-right: 15px;
}

.product-more-option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 18px;
}

.product-more-option-item:last-child {
  margin: 0;
}

.product-more-option-item h5 {
  margin: 0 12px 0 0;
  line-height: 1;
}

.product-more-option-item span,
.product-more-option-item a {
  position: relative;
  top: -2px;
  font-weight: 500;
}

.product-large-img {
  max-width: 350px;
  margin: 0 auto;
}

.product-thumb {
  max-height: 150px;
}

.add-cart button {
  margin-right: 10px;
  font-weight: 400 !important;
}

.add-cart button i {
  margin-right: 10px;
  top: 1px !important;
}

.add-cart button.v3 {
  border-color: rgba(0, 0, 0, 0.2);
}

.product-description-box {
  border: 1px solid #ddd;
  border-radius: 20px 0;
  padding: 25px;
}

.product-description-box .product-desc h3 {
  margin: 0 0 20px;
}

.product-description-box .product-desc p {
  margin: 0;
}

.additional-info li {
  margin: 0 0 10px;
}

.additional-info li:last-child {
  margin-bottom: 0;
}

.additional-info li p span {
  width: 100px;
  font-weight: 600;
  display: inline-block;
}

/*-------Single Product Details-------*/
/*-------------------------------
   Sponsor Section  CSS
-------------------------------*/
.sponsor-slider-one {
  margin: -8px -8px;
}

.sponsor-item {
  background: #fff;
  padding: 40px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(91, 91, 91, 0.1);
  box-shadow: 0px 0px 9px 0px rgba(91, 91, 91, 0.1);
  margin: 8px 8px 10px;
}

.sponsor-item img {
  display: block;
  margin: 0 auto;
  max-width: 150px;
}

/*-------------------------------
   Testimonial Section  CSS
-------------------------------*/
.testimonial-slider-one {
  margin: 0 -5px;
}

.testimonial-slider-one .testimonial-card {
  margin: 5px 5px 25px 5px;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 25px;
  position: relative;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
  z-index: 1;
  padding: 25px;
}

.testimonial-card .client-quote {
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-card .client-info-wrap {
  margin-bottom: 15px;
}

.testimonial-card .client-info-wrap .client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-card .client-info-wrap .client-img img {
  border-radius: 50%;
}

.testimonial-card .client-info-wrap .client-info {
  width: calc(100% - 90px);
  margin-left: 20px;
}

.testimonial-card .client-info-wrap .client-info h3 {
  font-size: 24px;
  margin-bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.testimonial-card .client-info-wrap .client-info span {
  font-size: 14px;
  display: block;
  line-height: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*-------------------------------
   Newsletter  Section  CSS
-------------------------------*/
.newsletter-bg-1 {
  background-image: url(../img/newsletter-bg-1.jpg);
}

.newsletter-wrap {
  position: relative;
}

.newsletter-wrap .newsletter-box {
  position: relative;
}

.newsletter-wrap .newsletter-box input {
  width: 100%;
  height: 54px;
  background: #fff;
  border: none;
  padding: 10px 120px 10px 18px;
}

.newsletter-wrap .newsletter-box button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #FE0000;
  color: #fff;
  padding: 10px 30px;
  border: none;
  font-weight: 600;
}

/*-------------------------------
         Pricing Table CSS
-------------------------------*/
.pricing-table {
  background: #fff;
  margin: 0 0 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricing-table .pricing-header {
  padding: 40px 30px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-image: url(../img/about/pricing-bg-1.png);
}

.pricing-table .pricing-header i {
  font-size: 50px;
  line-height: 0.8;
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
}

.pricing-table .pricing-header h2 {
  color: #fff;
  line-height: 1.2;
  margin: 15px 0 2px;
  font-size: 28px;
  font-weight: 500;
  position: relative;
}

.pricing-table .pricing-header span {
  color: rgba(255, 255, 255, 0.9);
  display: block;
  position: relative;
}

.pricing-table .pricing-features {
  margin: 0 0 35px;
  position: relative;
}

.pricing-table .pricing-features .pricing-header-tag {
  text-align: center;
  z-index: 9;
  background: #F9F9F9;
  margin-bottom: 30px;
}

.pricing-table .pricing-features .pricing-header-tag h3 {
  font-size: 50px;
  line-height: 1.2;
  margin: 0;
  padding: 15px 20px 12px;
}

.pricing-table .pricing-features .pricing-header-tag h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: "Barlow", sans-serif;
  margin-left: 5px;
}

.pricing-table .pricing-features li {
  margin: 0 auto 15px;
  display: block;
  text-align: center;
  color: #666666;
}

.pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}

.pricing-table .pricing-features li.checked i {
  color: green;
}

.pricing-table .pricing-features li.unchecked i {
  color: red;
}

.pricing-table .pricing-features li i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.pricing-table .purchase-pricing {
  text-align: center;
  padding-bottom: 30px;
}

.pricing-table.style2 .purchase-pricing .btn.style1 {
  background: #081224;
}

.pricing-table:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*-------------------------------
   Blog Section  CSS
-------------------------------*/
.blog-bg-1 {
  background-image: url(../img/blog/blog-bg-1.jpg);
}

.blog-img-1 {
  background-image: url(../img/blog/blog-img-1.jpg);
}

.blog-wrap {
  position: relative;
  z-index: 1;
}

.blog-wrap .blog-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.blog-wrap .blog-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.blog-wrap .blog-shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.blog-card {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-card .blog-img {
  overflow: hidden;
}

.blog-card .blog-img img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.blog-card .blog-info {
  background: #fff;
  padding: 0 25px 22px;
  border-radius: 0 0 8px 8px;
}

.blog-card .blog-info .blog-metainfo {
  margin-bottom: 15px;
}

.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  margin-right: 15px;
  font-size: 13px;
}

.blog-card .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}

.blog-card .blog-info .blog-metainfo li a {
  font-size: 14px;
  color: #666666;
}

.blog-card .blog-info .blog-metainfo li a:hover {
  color: #FE0000;
}

.blog-card .blog-info .blog-metainfo li i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 13px;
  line-height: 0.8;
  color: #FE0000;
}

.blog-card .blog-info h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-card .blog-info p {
  margin-bottom: 0;
}

.blog-card.style1 .blog-img {
  height: 400px;
}

.blog-card.style1 .blog-info {
  padding: 22px 25px 22px;
}

.blog-card.style2 .blog-img {
  width: 35%;
}

.blog-card.style2 .blog-info {
  width: 65%;
  padding: 0 20px 0 20px;
}

.blog-card.style3 {
  border-radius: 0 0 8px 8px;
}

.blog-card.style3 .blog-info {
  padding: 22px 25px 22px;
}

.blog-card.style3 .blog-info p {
  margin: 0;
}

.blog-card.style4 {
  background-color: #051431;
}

.blog-card.style4 .blog-metainfo li {
  color: #D2CFCF;
}

.blog-card.style4 .blog-metainfo li a {
  color: #D2CFCF;
}

.blog-card.style4 .blog-info {
  padding: 22px 25px 22px;
  background-color: transparent;
}

.blog-card.style4 .blog-info h3 a {
  color: #fff;
}

.blog-card.style4 .blog-info p {
  margin: 0;
  color: #D2CFCF;
}

.blog-card:hover {
  -webkit-box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
}

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

.blog-card:hover .blog-info h3 a {
  color: #FE0000;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: #FE0000;
}

article p,
.service-desc p,
.terms-wrap p,
.project-desc p {
  margin-bottom: 15px;
}

article p:last-child,
.service-desc p:last-child,
.terms-wrap p:last-child,
.project-desc p:last-child {
  margin-bottom: 0;
}

article p strong,
.service-desc p strong,
.terms-wrap p strong,
.project-desc p strong {
  color: #000;
}

article p a,
.service-desc p a,
.terms-wrap p a,
.project-desc p a {
  color: #FE0000;
}

article p a:hover,
.service-desc p a:hover,
.terms-wrap p a:hover,
.project-desc p a:hover {
  text-decoration: underline;
  color: #FE0000;
}

article h1,
.service-desc h1,
.terms-wrap h1,
.project-desc h1 {
  font-size: 30px;
  margin-bottom: 15px;
}

article h2,
.service-desc h2,
.terms-wrap h2,
.project-desc h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

article h3,
.service-desc h3,
.terms-wrap h3,
.project-desc h3 {
  font-size: 26px;
  margin-bottom: 15px;
}

article h4,
.service-desc h4,
.terms-wrap h4,
.project-desc h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

article h5,
.service-desc h5,
.terms-wrap h5,
.project-desc h5 {
  font-size: 22px;
  margin-bottom: 15px;
}

article h6,
.service-desc h6,
.terms-wrap h6,
.project-desc h6 {
  font-size: 20px;
  margin-bottom: 15px;
}

article ol,
.service-desc ol,
.terms-wrap ol,
.project-desc ol {
  margin-top: 25px;
  margin-bottom: 25px;
}

article ol li,
.service-desc ol li,
.terms-wrap ol li,
.project-desc ol li {
  margin-bottom: 15px;
  color: #666666;
  padding-left: 3px;
}

article .content-feature-list,
.service-desc .content-feature-list,
.terms-wrap .content-feature-list,
.project-desc .content-feature-list {
  margin: 25px 0 25px;
}

.service-desc .service-img {
  border-radius: 5px;
}

.service-desc .service-img img {
  border-radius: 5px;
}

article {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EEEFF2;
}

.post-navigation {
  margin: 0 0 25px;
}

.post-navigation .next-post,
.post-navigation .prev-post {
  width: 50%;
  display: block;
  font-size: 12px;
  position: relative;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-navigation .next-post span,
.post-navigation .prev-post span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.post-navigation .next-post i,
.post-navigation .prev-post i {
  font-size: 10px;
  position: absolute;
  top: 60%;
  font-size: 16px;
  color: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-navigation .next-post:hover,
.post-navigation .prev-post:hover {
  color: #FE0000;
}

.post-navigation .next-post:hover span,
.post-navigation .prev-post:hover span {
  color: #FE0000;
}

.post-navigation .next-post:hover i,
.post-navigation .prev-post:hover i {
  color: #FE0000;
}

.post-navigation .next-post {
  text-align: right;
  padding-right: 24px;
}

.post-navigation .next-post i {
  right: 0;
}

.post-navigation .prev-post {
  text-align: left;
  padding-left: 24px;
}

.post-navigation .prev-post i {
  left: 0;
}

.post-metainfo {
  line-height: 1;
  margin-bottom: 20px;
}

.post-metainfo li {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
  margin-right: 25px;
  color: #666666;
}

.post-metainfo li i {
  font-size: 15px;
  color: #FE0000;
  position: absolute;
  top: 0px;
  left: 0;
}

.post-metainfo li:last-child {
  margin-right: 0;
}

.post-img {
  border-radius: 10px;
  position: relative;
  margin: 0 0 30px;
  display: block;
}

.post-img .blog-category {
  position: absolute;
  bottom: -18px;
  left: 25px;
  padding: 11px 15px 10px;
  line-height: 1;
  background-color: #FE0000;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
}

.post-img img {
  border-radius: 10px;
}

.wp-block-quote {
  position: relative;
  padding: 40px 35px 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #FE0000;
  text-align: left;
  margin: 30px 0 30px;
}

.wp-block-quote span {
  display: inline-block;
  text-align: right;
  width: 100px;
}

.wp-block-quote span i {
  color: #FE0000;
  font-size: 40px;
  line-height: 0.8;
  opacity: 0.7;
  margin: 0 auto;
}

.wp-block-quote p {
  width: calc(100% - 120px);
  margin-left: 20px;
  font-weight: 500;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}

.content-feature-list {
  margin: 0 0 28px 0;
}

.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 10px;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #FE0000;
  font-size: 14px;
  line-height: 0.8;
}

.post-meta-option {
  background-color: #F9F9F9;
  padding: 20px;
  margin-bottom: 25px;
}

.post-tag ul {
  display: inline-block;
}

.post-tag ul li {
  display: inline-block;
}

.post-tag ul li a {
  color: #555;
  font-size: 16px;
}

.post-tag ul li a:hover {
  color: #FE0000;
}

.post-tag span {
  margin-right: 10px;
}

.post-tag span i {
  color: #FE0000;
  position: relative;
  top: 3px;
  margin-right: 3px;
}

.post-share {
  display: inline-block;
}

.post-share ul {
  display: inline-block;
  margin-left: 5px;
}

.post-author {
  padding: 25px;
  margin: 15px 0 30px;
  border-radius: 5px;
  background: #F9F9F9;
}

.post-author .post-author-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.post-author .post-author-img img {
  border-radius: 50%;
}

.post-author .post-author-info {
  width: calc(100% - 175px);
  margin-left: 25px;
}

.post-author .post-author-info h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.post-author .post-author-info p {
  margin: 0 0 15px;
}

.comment-item-wrap .comment-item {
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 0;
  border: 1px solid rgba(254, 0, 0, 0.1);
}

.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
  border-color: transparent;
  background-color: #F9F9F9;
}

.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
}

.comment-item-wrap .comment-item .comment-author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  top: 5px;
}

.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}

.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 120px);
  margin-left: 20px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 9px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0 0;
  line-height: 1;
  color: #888888;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text {
  margin: 0 0 10px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0 0 5px;
}

.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  width: 90px;
  text-align: center;
  padding: 10px 5px 12px;
  margin-left: 10px;
  border: 1px solid rgba(254, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.comment-item-wrap .reply-btn i {
  position: relative;
  margin-right: 4px;
}

.comment-item-wrap .reply-btn:hover {
  color: #fff;
  background: #FE0000;
  color: #fff;
  border-color: transparent;
}

.comment-box-title h4 {
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1;
}

.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form label {
  color: #888888;
  padding-left: 20px;
}

#cmt-form .comment-form .form-group {
  margin: 0 0 20px;
  position: relative;
}

#cmt-form .comment-form .form-group>label {
  font-weight: 400;
  display: block;
  margin: 0 0 5px;
  padding-left: 0;
  color: #888888;
}

#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
  width: 100%;
  background-color: #F9F9F9;
  border: none;
  border-radius: 5px;
  padding: 15px;
  color: #000;
}

#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#cmt-form .comment-form .form-group input {
  height: 60px;
}

#cmt-form .comment-form .form-group textarea {
  height: 145px;
  resize: none;
}

.checkbox {
  display: block;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}

.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #FE0000;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 6px;
}

.checkbox a {
  color: #FE0000;
}

.checkbox.style2 label:before {
  border-radius: 50%;
  border-color: #888888;
}

.checkbox input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  border-radius: 50%;
  background: #FE0000;
}

.post-cat-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: #FE0000;
}

.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}

.post-cat-title span {
  font-weight: 600;
  color: #FE0000;
}

/*-------------------------------
         Pricing Table CSS
-------------------------------*/
/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-box-wrap .contact-item {
  background: #fff;
  padding: 25px;
  border-radius: 5px;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(91, 91, 91, 0.1);
  box-shadow: 0px 0px 9px 0px rgba(91, 91, 91, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-box-wrap .contact-item .contact-icon i {
  color: #FE0000;
  line-height: 0.8;
  font-size: 28px;
  position: relative;
}

.contact-box-wrap .contact-item .contact-info {
  width: calc(100% - 85px);
  margin-left: 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info h3 {
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item .contact-info a,
.contact-box-wrap .contact-item .contact-info p {
  display: block;
  margin: 0;
  line-height: 1.5;
  color: #666666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-box-wrap .contact-item:hover {
  background-color: #FE0000;
}

.contact-box-wrap .contact-item:hover .contact-info {
  color: #666666;
}

.contact-box-wrap .contact-item:hover .contact-info a,
.contact-box-wrap .contact-item:hover .contact-info h3,
.contact-box-wrap .contact-item:hover .contact-info p {
  color: #fff;
}

.comp-map {
  height: 400px;
}

.comp-map iframe {
  width: 100%;
  height: 100%;
}

#contactForm .form-group {
  margin: 0 0 20px;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  background: #f9f9f9;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
}

#contactForm .form-group input {
  height: 58px;
}

#contactForm .form-group textarea {
  height: 150px;
  resize: none;
}

.btn.disabled {
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.header-wrap .header-top .header-top-left .contact-item span,
.search-area,
.feature-card .feature-icon,
.about-wrap.style3 .about-img-wrap .exp-text,
.club-history-para .club-info span,
.product-card.style1 .product-img .product-option li button,
.product-card.style2 .product-img .product-option li button,
.contact-box-wrap .contact-item .contact-icon,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.new-product-item,
.pp-post-item,
.about-wrap .about-content .social-link,
.about-wrap.style3 .about-img-wrap,
.upcoming-match-wrap .upcoming-match-item,
.score-board .score-team-wrap,
.score-board .score-team-wrap .score-team,
.match-team-wrap,
.player-info-item .player-info .player-info-list ul li,
.single-player-info ul li,
.single-player-stat ul li,
.top-scorer-item,
.cart-total .cart-total-item,
.single-product-details .single-product-title .ratings,
.testimonial-card .client-info-wrap,
.blog-card.style2,
.post-navigation,
.wp-block-quote,
.checkout-details .bill-item,
.score-board .score-team-wrap .score-team.two,
.owl-carousel .owl-nav,
.page-navigation .page-nav,
.checkout-details .select-payment-method,
.post-author,
.comment-item-wrap .comment-item,
.contact-box-wrap .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.header-wrap .header-top .header-top-left .contact-item span,
.search-area,
.feature-card .feature-icon,
.about-wrap.style3 .about-img-wrap .exp-text,
.club-history-para .club-info span,
.product-card.style1 .product-img .product-option li button,
.product-card.style2 .product-img .product-option li button,
.contact-box-wrap .contact-item .contact-icon {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.new-product-item,
.pp-post-item,
.about-wrap .about-content .social-link,
.about-wrap.style3 .about-img-wrap,
.upcoming-match-wrap .upcoming-match-item,
.score-board .score-team-wrap,
.score-board .score-team-wrap .score-team,
.match-team-wrap,
.player-info-item .player-info .player-info-list ul li,
.single-player-info ul li,
.single-player-stat ul li,
.top-scorer-item,
.cart-total .cart-total-item,
.single-product-details .single-product-title .ratings,
.testimonial-card .client-info-wrap,
.blog-card.style2,
.post-navigation,
.wp-block-quote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-bg-1 {
  background-image: url(../img/footer/footer-bg-1.jpg);
}

.footer-wrap {
  position: relative;
  z-index: 1;
}

.footer-wrap .container {
  position: relative;
}

.footer-wrap .footer-widget {
  margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-widget-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}

.footer-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 55px;
  height: 2px;
  background-color: #FE0000;
}

.footer-wrap .footer-widget .footer-logo {
  margin-bottom: 30px;
  display: block;
}

.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 15px;
}

.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .footer-menu li a {
  color: #fff;
  position: relative;
  padding-left: 20px;
}

.footer-wrap .footer-widget .footer-menu li a i {
  position: absolute;
  top: -2px;
  left: -4px;
  font-size: 18px;
  color: #FE0000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
  letter-spacing: 0.1px;
  padding-left: 24px;
  color: #FE0000;
}

.footer-wrap .footer-widget .footer-menu li a:hover i {
  left: 2px;
}

.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 18px;
}

.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.footer-wrap .footer-widget .contact-info li h6 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 0.5px;
}

.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
  line-height: 0.8;
  color: #FE0000;
}

.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap .footer-widget .contact-info li p:hover,
.footer-wrap .footer-widget .contact-info li a:hover {
  color: #FE0000;
}

.footer-wrap .footer-widget .newsletter-text {
  color: #fff;
  margin-bottom: 20px;
}

.footer-wrap .footer-widget .newsletter-form {
  position: relative;
}

.footer-wrap .footer-widget .newsletter-form input {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 0;
  background-color: #0E1E38;
  color: #fff;
  text-align: left;
  padding: 10px 55px 10px 15px;
  margin-bottom: 20px;
}

.footer-wrap .footer-widget .newsletter-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.footer-wrap .footer-widget .newsletter-form input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.footer-wrap .footer-widget .newsletter-form input::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.footer-wrap .footer-widget .newsletter-form input::placeholder {
  opacity: 1;
  color: #fff;
}

.footer-wrap .footer-widget .newsletter-form button {
  display: block;
  width: 100%;
  text-align: center;
  border: none;
  color: #fff;
  background-color: #FE0000;
  padding: 12px 10px;
  font-weight: 600;
}

.footer-wrap .footer-widget .newsletter-form button i {
  font-size: 16px;
  line-height: 0.8;
  color: #fff;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.footer-wrap .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.copyright-text {
  padding: 18px 10px;
  text-align: center;
  margin: 0;
  color: #fff;
  text-align: center;
}

.copyright-text i {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

.copyright-text a {
  color: #FE0000;
  font-weight: 500;
}

.copyright-text a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .footer-wrap .footer-widget h6 {
    font-size: 16px;
  }

  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }

  .footer-wrap .footer-widget .contact-info li i {
    top: 5px;
  }

  .footer-wrap .footer-widget .contact-info p,
  .footer-wrap .footer-widget .contact-info a {
    font-size: 14px;
  }

  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
  }

  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
  }

  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 14px;
    top: -5px;
  }

  .footer-wrap .footer-widget .newsletter-form input {
    height: 48px;
  }

  .footer-wrap .footer-widget .newsletter-form input,
  .footer-wrap .footer-widget .newsletter-form button {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-top: 12px;
  }
}

/*# sourceMappingURL=style.css.map */