body {
  margin: 0;
  padding: 0;
  top: 0 !important;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Korolev';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
   overflow-x: hidden !important;
}

html, body{
  overflow-x: hidden !important;
  max-width: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h4 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h5 {
  margin: 0;
  padding: 0;
  list-style: none;
}

h6 {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none !important;
  text-decoration: none !important;
}

input {
  outline: none !important;
}

button {
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#page-top {
  overflow-x: hidden !important;
}

/* Header Css  */
.header_area {
  padding: 32px 100px;
  background: #000228;
  position: relative;
  border-bottom: 7px solid #CF5100;
  z-index: 10;
}

.header_area .container-fluid .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu ul li a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-right: 46px;
}

.menu ul li a:hover {
  color: #FF8500;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


/* Hero Section Css  */


.icon {
  margin-right: 35px;
}

.nav-icon {
  display: none;
  float: right;
  text-decoration: none !important;
}

.nav-icon i {
  font-size: 24px;
  color: #FFF;
  width: 48px;
  height: 38px;
  text-align: center;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  margin-top: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#FA8E21), color-stop(106.83%, #77340A), to(#191918));
  background: -o-linear-gradient(left, #FA8E21 0%, #77340A 106.83%, #191918 100%);
  background: linear-gradient(90deg, #FA8E21 0%, #77340A 106.83%, #191918 100%);
}


/* Custom Css  Menu*/
.menu_right_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new_menu_area {
  border-left: 1px solid #707070;
}

.new_menu_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.new_menu_area ul li a {
  color: #FF8500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-left: 46px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.new_menu_area ul li a span {
  margin-right: 8px;
}

.new_menu_area ul li a:hover {
  color: #FFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.logo {
  position: absolute;
  top: 21px;
}

/* Hero section  */
.hero_section {
  background: #FFF;
  padding-top: 65px;
}


.team_full_content {
  margin-top: 60px;
}

.team_tab_image_are ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team_tab_image_are ul li .nav-link {
  background: #FFF;
  border: 1px solid #000026;
  opacity: 1;
  color: #121F38;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  padding: 15px 20px;
  border-radius: 0;
  margin: 0px 15px;
}

.team_tab_image_are ul li .nav-link.active {
  color: #fff;
  background: #121F38 0% 0% no-repeat padding-box;
}

.man_image_team img {
  width: 100%;
}

/* Slider Css  */
.team_slider_area {
  background-color: #000026;
  padding-top: 28px;
}

.jersey_number strong {
  color: #FFF;
  font-size: 90px;
  font-weight: 700;
  line-height: 0.9;
  display: inline-block;
}
.name_text {
  margin-left: 5px;
}
.name_text p {
  color: #FF8501;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.name_text h1 {
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
}

.single_profile_image_area {
  position: relative;
}

.s_profile_content {
  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;
  position: absolute;
  left: 28px;
  bottom: 20px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

.s_profile_image img {
  width: 355px !important;
  margin: auto;
}

.owl-item.active.center .single_team_item {
  border-left: 2px solid #CF5100;
  border-right: 2px solid #CF5100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.single_team_item {
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.team_slider_items {
  position: relative;
}

.owl-prev {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: -86px;
  top: 50%;
}

.owl-next {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  right: -86px;
  top: 50%;
}

.owl-theme .owl-nav button img {
  width: 75px;
}

/* Games day Css  */
.games_day {
  padding: 60px 0px;
  background: #FFf;
}

.games_day_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.games_day_area ul li a {
  background: #CF5100 0% 0% no-repeat padding-box;
  border-radius: 17px;
  margin: 0px 13px;
  display: inline-block;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 27px;
  line-height: 1;
  padding: 18px 12px;
  width: 245px;
  text-align: center;
}

.games_day_area ul li:last-child a {
  background-color: #FF8500;
}

.games_day_area ul li a span {
  margin-right: 15px;
}

.games_day_area ul li a span img {
  width: 18px;
}


/* Team Build Css  */
.action_secrion_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.action_single_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  margin: 0;
  position: relative;
  margin-bottom: 81px;
}

.action_content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.action_content {
  max-width: 600px;
  width: 100%;
}

.action_image {
  position: relative;
  z-index: 1;
}

.action_image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000 0% 0% no-repeat padding-box;
  opacity: 0.62;
  left: 0;
  top: 0;
}

.action_content h1 {
  color: #FFFFFF;
  font-size: 65px;
  line-height: 1;
  padding-bottom: 20px;
  font-weight: 700;
}

.view_btn a {
  border-radius: 17px;
  display: inline-block;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  padding: 14px 12px;
  width: 153px;
  text-align: center;
  background: #CF5100 0% 0% no-repeat padding-box;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.view_btn a:hover {
  background-color: #FF8500;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.view_btn a span {
  margin-right: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.view_btn a span img {
  width: 14px;
}



.action_secrion_area .action_single_item:nth-child(1),
.action_secrion_area .action_single_item:nth-child(3),
.action_secrion_area .action_single_item:nth-child(5),
.action_secrion_area .action_single_item:nth-child(7) {
  border-right: 1px solid #CF5100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.action_secrion_area .action_single_item:nth-child(2),
.action_secrion_area .action_single_item:nth-child(4),
.action_secrion_area .action_single_item:nth-child(6),
.action_secrion_area .action_single_item:nth-child(8) {
  border-left: 1px solid #CF5100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Footer Css  */
.footer_area {
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 30px;
}

.copyright p {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-align: center;
}

/* Footer Css  */

/* Team Single page design css  */
.team_single_section_area {
  background: #FFF;
  padding-top: 65px;
  padding-bottom: 60px;
}

.single_page_content h2 {
  color: #000000;
  font-size: 40px;
  padding-bottom: 23px;
  font-weight: 700;
  line-height: 1;
}

.single_page_content {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  margin: 0px 57px;
}

.back_btn_a {
  position: absolute;
  top: 62px;
  left: -56px;
  cursor: pointer;
}

.back_btn_a {
  position: absolute;
}

.s_text_content {
  padding-top: 66px;
}

.single_page_content img {
  width: 100%;
}

.s_text_content p {
  font-size: 15px;
  padding-bottom: 15px;
  line-height: 1.3;
}

.s_text_content {
  padding-top: 66px;
  max-width: 1078px;
  width: 100%;
  margin: auto;
}


/* Traininggitmes  */
.traininggitmes_section_area {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FFF;
}

.traininggitmes_section_area_2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #EDEDED;
}

.traininggitmes_image img {
  width: 100%;
}

/* Sponsoring Css  */
.sponsoring_section_area {
  background-color: #EDEDED;
  padding-top: 110px;
  padding-bottom: 70px;
}

.sponsoring_title h2 {
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  text-align: center;
  padding-bottom: 75px;
  line-height: 1;
  font-size: 40px;
}

.sponsoring_single_img {
  margin-bottom: 40px;
  text-align: center;
}

.sponsoring_single_img img {
  width: 100%;
}

/* become member css */
.become_section_area {
  background: url(../images/member/member_hero.png) no-repeat scroll 0 0 / 100% 100%;
  padding-top: 142px;
}

.become_title h2 {
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  font-size: 130px;
  line-height: 0.8;
}

.become_content_are {
  max-width: 1048px;
  width: 100%;
  margin: auto;
  margin-bottom: -97px;
}

.become_card_area {
  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;
}

.become_card img {
  width: 630px;
}

.become_card_area_discunt {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px;
  opacity: 1;
  padding: 22px 15px;
}

.discunt_box.discunt_box_1 {
  margin-bottom: 10px;
  background: #002246 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
}

.discunt_box {
  background: #000026 0% 0% no-repeat padding-box;
  border-radius: 17px;
  opacity: 1;
  padding: 30px 20px;
}

.discunt_box strong {
  color: #FFF;
  font-size: 88px;
  display: inline-block;
  line-height: 1;
}

.discunt_box p {
  color: #FFF;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}

.deng h4 {
  color: #000000;
  font-size: 32px;
  width: 165px;
  padding-left: 12px;
  padding-bottom: 9px;
  line-height: 1;
}

/* Payment section  */
.contact_payment_section {
  background-color: #EDEDED;
  padding-top: 147px;
  padding-bottom: 20px;
}

.payment_support {
  background: #FFF;
  padding: 20px 0px;
}

.payment_options {
  text-align: center;
}

.payment_options p {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  padding-bottom: 14px;
}

.single_item_c_p label {
  font: normal normal bold 25px/30px Korolev;
  letter-spacing: 0px;
  color: #000000;
  text-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  min-width: 172px;
  text-align: right;
  margin-right: 27px;
}


.contact_payment_area {
  max-width: 891px;
  width: 100%;
  margin: auto;
}

.single_item_c_p {
  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;
  margin-bottom: 25px;
}

.payment_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.single_item_c_p input {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  width: 100%;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
}

.payment_btn h5 {
  font: normal normal bold 35px/83px Korolev;
  letter-spacing: 0px;
  color: #000000;
  padding-right: 30px;
}

.payment_btn a {
  background: #CF5100 0% 0% no-repeat padding-box;
  border-radius: 11px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 11px 60px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.payment_btn a:hover {
  background: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


/* Blog  page Css  */

.blog_page_email {
  padding-top: 100px;
  padding-bottom: 56px;
  background: #EDEDED;
}

.email_submit_area {
  max-width: 768px;
  margin: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.blog_section {
  background: #EDEDED;
  padding-bottom: 100px;
}

.blog_items_area {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 3px;
  opacity: 1;
  padding: 56px;
}

.email_content h2 {
  font: normal normal bold 68px/55px Korolev;
  letter-spacing: 0px;
  color: #01042A;
}

.email_content h4 {
  font: normal normal bold 40px/47px Korolev;
  letter-spacing: 0px;
  color: #01042A;
  padding-bottom: 15px;
}

.email_Image {
  padding-right: 50px;
}



::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C9C9C9;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #C9C9C9;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #C9C9C9;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #C9C9C9;
  opacity: 1;
}

.email_input {
  width: 400px;
}

.email_submit {
  width: 85px;
  position: absolute;
  right: -24px;
  z-index: 2;
}

.email_input input {
  background: #FFF;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border: none;
  letter-spacing: 0px;
  color: #C9C9C9;
  text-shadow: 0px 3px 6px #E6E6E6;
  padding: 9px 12px;
  font-size: 25px;
  line-height: 1;
  width: 100%;
}

.email_submit button {
  border: 0;
  background: transparent;
  border-radius: 33px;
  overflow: hidden;
}

.single_blog_item {
  padding-bottom: 40px;
  border-bottom: 2px solid #000;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_image {
  max-width: 332px;
  width: 100%;
}

.blog_content h3 {
  font: normal normal bold 32px/38px Korolev;
  letter-spacing: 0px;
  color: #01042A;
  opacity: 1;
}

.blog_content h5 {
  font: normal normal bold 24px/28px Korolev;
  letter-spacing: 0px;
  color: #01042A;
  opacity: 0.38;
  padding-bottom: 22px;
}

.blog_content a h2 {
  font: normal normal bold 28px/38px Korolev;
  letter-spacing: 0px;
  color: #01042A;
  opacity: 1;
  padding-bottom: 35px;
}

.blog_content a {
  display: inline-block;
}

.learn_more_btn a {
  background: #FF8501 0% 0% no-repeat padding-box;
  border-radius: 11px;
  opacity: 1;
  font-size: 18px;
  color: #FFF;
  padding: 14px 28px;
  line-height: 1;
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.learn_more_btn a:hover {
  background: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#see_all_post_id {
  text-align: center;
}
#see_all_post_id a {
  background: #CF5100 0% 0% no-repeat padding-box;
  border-radius: 11px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 11px 90px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
    border: 0px solid transparent;
}
#see_all_post_id a:focus {
  outline: 0 !important;
  -webkit-box-shadow: 0 0 0 transparent !important;
          box-shadow: 0 0 0 transparent !important;
}
#see_all_post_id a:hover {
  background: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.see_all_post {
  text-align: center;
}

/* Contact page Css  */
.contact_page_section {
  background: #FFF;
  padding-top: 110px;
  padding-bottom: 34px;
}

.input_item input {
  background: #F1F2F6;
  width: 100%;
  color: #0C1125;
  font-size: 14px;
  padding: 9px 15px;
  font-weight: 400;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  opacity: 1;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
}

.input_item.textarea__contact textarea {
  background: #F1F2F6;
  width: 100%;
  color: #0C1125;
  font-size: 14px;
  padding: 9px 15px;
  font-weight: 400;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  opacity: 1;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
}

.input_item.textarea__contact textarea {
  height: 100px;
}

.contact_info_submit input {
  background: #000;
  color: #FFF;
  width: 100%;
  -webkit-box-shadow: 0px 3px 20px #00000029;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 10px;
  opacity: 1;
  border: none;
  font-size: 18px;
  line-height: 22px;
  padding: 23px;
  font-family: 'Montserrat', sans-serif;
}


.input_item ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5B5F6E;
  opacity: 1;
}

.input_item ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5B5F6E;
  opacity: 1;
}

.input_item :-ms-input-placeholder {
  /* IE 10+ */
  color: #5B5F6E;
  opacity: 1;
}

.input_item :-moz-placeholder {
  /* Firefox 18- */
  color: #5B5F6E;
  opacity: 1;
}

.contact_title h2 {
  text-align: center;
  padding-bottom: 65px;
  font: normal normal bold 40px/58px Korolev;
  letter-spacing: 0px;
  color: #01042A;
  opacity: 1;
}

textarea {
  outline: none !important;
}

.maps_section_area {
  padding-top: 53px;
  padding-bottom: 50px;
  background: #EDEDED;
}

.contact_info_area {
  max-width: 868px;
  width: 100%;
  margin: auto;
}

.google_maps {
  height: 257px;
}

.google_maps iframe {
  width: 100%;
  height: 100%;
}

.row_address_top {
  margin-bottom: 65px;
}

.address_items p {
  font-size: 15px;
  color: #000;
}

.address_items.border_right_box {
  border-right: 2px solid #FFF;
  margin-right: 10px;
}

.address_items.text_right {
  text-align: right;
  padding-right: 20px;
}

.margin_bottom_row {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #FFF;
}

.info_btn a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 10px 45px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #FF8501 0% 0% no-repeat padding-box;
  border-radius: 11px;
  margin-top: 30px;
  display: inline-block;
}

.info_btn a:hover {
  background: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.address_items.text_right h5 {
  font-size: 15px;
  color: #000;
  padding-bottom: 20px;
}

/* Gnn Member section Css  */
.member_gnn_hero_section {
  background: url(../images/become/gnn-bg.png) no-repeat scroll 0 0 / 100% 100%;
  padding-top: 74px;
  padding-bottom: 140px;
}

.member_gnn_logo {
  text-align: center;
}

.palmares_section {
  background: #EDEDED;
  padding-top: 45px;
  padding-bottom: 45px;
}

.palamres_title.text-center h1 {
  font: normal normal normal 141px/134px Lexia;
  letter-spacing: 0px;
  color: #403F3F;
  opacity: 1;
  padding-bottom: 30px;
  font-family: 'Lexia Advertising';
}

.palamers_content p {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
}

.border_right_palmares {
  border-right: 1px solid #000;
  padding-right: 25px;
}

.border_left_palmares {
  padding-left: 25px;
}

.d_palmares_section {
  background: #FFF;
  padding-top: 45px;
  padding-bottom: 45px;
}


/* Home page css  */

.date_time_section {
  background: url(../images/home/date-time-bg.png) no-repeat scroll 0 0 / 100% 100%;
  padding-top: 30px;
  padding-bottom: 60px;
}

.club_logo____area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date_time_full_area {
  padding: 0px 150px;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.club_date_area {
  text-align: center;
  padding-top: 15px;
}

.club_date_area h5 {
  font: normal normal normal 35px/44px Lexia;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-family: 'Lexia Advertising';
}

.club_date_area p {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  color: #FFF;
}

.club_logo_s {
  margin: 0px 7%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
  width: 100%;
}

/*.club_logo_s img {
  height: 91px;
}*/

.date_time_full_area.team_tab_image_are ul li .nav-link.active {
  color: #121F38;
  background: #FFF;
}

.date_time_full_area.team_tab_image_are ul li .nav-link {
  background: #121F38;
  border: 1px solid #FFF;
  opacity: 1;
  color: #FFF;
}

.notic_team_single_item {
  border-right: 1px solid #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding-right: 25px;
}


.brand_all_logos {
  padding-top: 80px;
}


.news_media_section {
  background: #FFF;
  padding: 50px 0px;
}

.news_image_mms img {
  padding-top: 24px;
  height: 324px;
}

.instagram_image_news {
  padding-top: 40px;
}

.instagram_image_news {
  padding-top: 5px;
  text-align: center;
}

.instagram_image_news img {
  width: 92%;
}

.geschicht_section {
  background: url(../images/home/footer-hero.png) no-repeat scroll 0 0 / cover;
  padding-top: 150px;
  padding-bottom: 80px;
}

.geschicht_title.text-center h3 {
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  font-size: 90px;
  line-height: 1;
}

.geschicht_title.text-center h1 {
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  font-size: 200px;
  line-height: 0.8;
}

.geschicht_title.text-center {
  padding-bottom: 80px;
}

.champion_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 72px;
}

.single_champion {
  text-align: center;
  max-width: 300px;
  width: 100%;
}

.single_champion h5 {
  color: #FFFFFF;
  font-size: 50px;
  line-height: 1;
  padding-top: 11px;
  padding-bottom: 25px;
}

.single_champion p {
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  font-size: 25px;
  line-height: 1;
}

.eis_btn_geschicht {
  background: #FF8500 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF;
  opacity: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  padding: 15px 20px;
  border-radius: 0;
  color: #FFF;
  display: inline-block;
  cursor: pointer;
  margin-left: 15px;
}

.instagram_mobile {
  display: none;
}

#mobile_menu_phone {
  display: none;
}

.gift_card_mobile {
  display: none;
}

.blog_content {
  padding-right: 15px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: block;
}

.eis_btn_geschicht a {
  color: #FFF;
  display: inline-block;
}




/* NEw HEro slider Css  */
.hero___slider__section_area {
  background: #121F38 0% 0% no-repeat padding-box;
  padding-bottom: 25px;
  margin: 0 -40px;
}

.slider__item__area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.hero___single__item {
  /* width: 18%; */
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.hero___single__item.active_item{
  /* width:46% */
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5;
          flex: 2.5;
}
.slider____hero_image {
  height: 75vh;
}
.slider____hero_image img {
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider___hero_content {
  padding-top: 35px;
  text-align: center;
  height: 110px;
}

.slider___hero_content a {
  font-size: 14px;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  line-height: 1.3;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: inline-block;
}

.slider___hero_content span {
  font: normal normal bold 14px/17px Korolev;
  letter-spacing: 0px;
  color: #FF8500;
  opacity: 1;
  padding-top: 15px;
  display: block;
}

.slider____hero_image {
  -webkit-transform: skewX(-4.2deg);
      -ms-transform: skewX(-4.2deg);
          transform: skewX(-4.2deg);
  /* transform: scale(1.4); */
}
.hero___single__item.active_item .slider___hero_content a {
  font-size: 27px;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.single_blog_page_area {
  padding-top: 60px;
  padding-bottom: 50px;
  background: #FFF;
}
.s_blog_area {
  max-width: 900px;
  margin: auto;
  width: 100%;
}


.blog_content_single h2 {
  font: normal normal bold 28px/38px Korolev;
  letter-spacing: 0px;
  color: #01042A;
  opacity: 1;
  padding-bottom: 16px;
}
.post_details {
  padding-bottom: 30px;
}
.post_details span {
  margin-right: 14px;
  color: #000;
  display: inline-block;
}


.post_details span a{
  color: #000;
  display: inline-block;
}
.single_blog_image {
  margin-bottom: 30px;
}
.single_blog_image img {
  width: 100%;
}
.single_blog__dis p {
  padding-bottom: 20px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #46b450;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: red;
  color: red;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}



/*Table Css */

.team-table-area {
    padding: 50px 15px;
}
.single-team-saison-heading {
    text-align: center;
}
.single-team-saison-heading h3 {
    font-weight: 700;
    font-size: 25px;
    color: #000000;
    text-transform: inherit;
    line-height: 1.09;
    border-bottom: 3px solid #000000;
    margin-bottom: 30px;
    display: inline-block;
}

/*.single-team-saison-content {
    background: #FFFFFF;
    padding: 50px 0;
}*/
.single-team-saison-table {
      margin-bottom: 50px;
}
.single-team-saison-table table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 5px;
}
.traininggitmes_image .single-team-saison-content:first-child .single-team-saison-table tr:nth-child(even) {
    background: #F1F7F8;
}
.single-team-saison-table th, .single-team-saison-table td {
    border: 3px solid #010101;
    padding: 3px 12px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    width: 16.6%;
}
/*.traininggitmes_image .single-team-saison-content:first-child .single-team-saison-table td {
    height: 60px;
}*/
.traininggitmes_image .single-team-saison-content:nth-child(2) .single-team-saison-table td {
font-weight: 400;
text-align: left;
}
.single-team-saison-table td {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media all and (max-width: 1199px) {

    .single-team-saison-table {
        overflow: scroll;
    }
    .single-team-saison-table table {
        overflow: hidden;
        width: 1200px;
    }

}

.single_home_bran_logo img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.single_home_bran_logo {
  max-width: 135px;
  margin: 10px 12px;
  width: 100%;
}
.brand_all_logos {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slider_contact .owl-prev {
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
  position: inherit;
  left: inherit;
  top: inherit;
}
.slider_contact .owl-next {
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
  position: inherit;
  right: inherit;
  top: inherit;
}

.owl-carousel.slider_contact .owl-nav button.owl-next, .owl-carousel.slider_contact .owl-nav button.owl-prev {
  background: 0 0;
  color: #FFF;
  border: none;
  padding: 0 !important;
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #FF8501 0% 0% no-repeat padding-box;
  border-radius: 11px;
  display: inline-block;
  margin-top: 10px;
  padding: 11px 15px !important;
  max-width: max-content;
  width: 100%;
}
.slider_contact .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.action_image img {
  width: 100%;
}

.email_submit input {
  border: 0;
  background: transparent;
  border-radius: 33px;
  overflow: hidden;
  opacity: 0;
  position: relative;
  z-index: 5;
  padding: 13px 25px;
  top: 0px;
}
.email_submit::after {
  position: absolute;
  content: "";
  width: 76px;
  height: 53px;
  background: url(../images/blog/submit-roket.png) no-repeat scroll 0 0 / cover;
  top: 0px;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.wpcf7-spinner {
  visibility: hidden;
  /* display: inline-block; */
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
  display: none;

}

.email_submit_area .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  display: none !important;
}

.email_content .wpcf7 form.invalid .wpcf7-response-output {
  border-color: red;
  color: red;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
}
.single_item_c_p br {
  display: none;
}

.payment_btn input {
  background: #CF5100 0% 0% no-repeat padding-box;
  border-radius: 11px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: 11px 60px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: none;
}

.payment_btn a:input {
  background: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single_item_c_p .wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
  font-size: 14px;
  margin-top: 0;
  max-width: 800px;
  text-justify: inter-word;
  margin: auto;
}
.new_page_section {
  padding-top: 45px;
  background: #FFF;
  padding-bottom: 30px;
}


/*New Css For table */



/*======================  Start Page  ======================*/

.sk_banner_area {
  padding: 80px 0;
  background: #EDEDED;
}

.sk_card {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 6px;
  background: #fff;
  padding: 16px 42px;
}
#yourTableId thead tr th {
  background: #F7F7F7;
}
.search_title h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.form_group label {
  font-size: 16px;
  margin-bottom: 4px;
}

.form_group input ,
.form_group select {
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  padding: 10px 17px;
  width: 100%;
}

.sidebar_text [type="checkbox"], [type="radio"] { 
  accent-color:#FF8501;
}

.btn_1 {
  border-radius: 8px;
  background: #FF8501;
  border: none;
  width: 100%;
  height: 41px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
}

.btn_1:hover{
  opacity: 0.83;
}

.search_btn {
  margin-top: 26px;
}

.title h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-left: 25px;
  margin-bottom: 15px;
}

.sidebar_text li label {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.sk_card_2 {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  background: #fff;
  padding: 15px 0;
}

.sidebar_text li {
  border-bottom: 1px solid #ddd;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.sidebar_text li:last-child{ 
  border-bottom: 1px solid transparent;
}

.table_data {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}

.table_data table {
  width: 100%;
}

.table_data table th, .table_data table td {
  padding: 10px 24px;
  text-align: center;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
}  

.table_data table th {
  background-color: #F7F7F7;
  border-bottom: 1px solid transparent;
  padding: 20px 24px;
} 

.colspan_day {
  background: #FF8501;
  border: none !important;
  text-align: left !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #fff !important;
}

.sk_export_btn a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.sk_export_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 32px;
}

/*======================  End Page  ======================*/



@media all and (max-width: 991px){
  .table_data { 
    overflow-x: scroll;
  }
}

@media all and (max-width: 767px){
  .table_card {
    margin-top: 25px;
  }
}

