@charset "UTF-8";

@font-face {
  font-family: "Spantaran";
  src: url("../fonts/Spantaran.eot");
  src: url("../fonts/Spantaran.eot?#iefix") format("embedded-opentype"), url("../fonts/Spantaran.woff2") format("woff2"), url("../fonts/Spantaran.woff") format("woff"), url("../fonts/Spantaran.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0px;
  padding: 0px;
}

*:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

body,
html {
  height: 100%;
  width: 100%;
  direction: rtl;
}

body,
p {
  direction: rtl;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #4A4A4A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #32BBFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figur,
a {
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
}

a:hover,
a:focus,
input:focus,
button:focus,
a:active {
  text-decoration: none;
  outline: none;
  outline-offset: 0px;
  box-shadow: none;
}

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

h1 {
  font-size: 80px;
  line-height: 1.4;
}

h2 {
  font-size: 40px;
  line-height: 1.4;
}

h3 {
  font-size: 30px;
  line-height: 1.4;
}

h4 {
  font-size: 24px;
  line-height: 1.4;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

h6 {
  font-size: 18px;
  line-height: 1.4;
}

.pos-relative {
  position: relative;
}

.primary-color {
  color: #32BBFF;
}

a,
.transition-3s {
  transition: all 0.3s ease;
}

.transition-5s {
  transition: all 0.5s ease;
}

.ksports-btn {
  display: inline-block;
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  min-width: 160px;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: pointer;
  padding: 21px 25px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: #32BBFF;
  color: #fff;
  position: relative;
  text-transform: capitalize;
}

.ksports-btn:hover {
  color: #32BBFF;
  background-color: transparent;
  border-color: #32BBFF;
}

.ksports-btn.outline {
  color: #32BBFF;
  background-color: transparent;
  border-color: #32BBFF;
}

.ksports-btn.outline:hover {
  background-color: #32BBFF;
  color: #fff;
}

.ksports-btn.black-bg {
  background: #060707;
  color: #fff;
}

.overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hints {
  font-size: 14px;
  line-height: 1.3;
  display: block;
  margin-top: 8px;
  font-style: italic;
}

select,
textarea,
input[type=file],
input[type=search],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
input[type=password],
input[type=email],
input[type=text] {
  height: 48px;
  width: 100%;
  padding: 8px 15px;
  font-size: 16px;
  color: #989898;
  font-weight: 400;
  line-height: 20px;
  border: 1px solid #C4C4C4 !important;
  box-shadow: none;
  background: transparent;
  border-radius: 5px;
}

.form-group {
  position: relative;
}

.form-group .label,
.form-group label {
  font-size: 16px;
  display: inline-block;
  margin-bottom: 0.5rem;
}

input[type=file] {
  padding-top: 12px;
}

textarea {
  min-height: 120px;
  padding-top: 15px;
}

@media (min-width: 1200px) {
  .container-1400 {
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 1500px) {
  .container-1400 {
    max-width: 1440px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
  }
}

.row.large-gutters {
  margin-left: -30px;
  margin-right: -30px;
}

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

.has-sticky-nav {
  padding-top: 95px;
}

.row.sml-gutters {
  margin-left: -9px;
  margin-right: -9px;
}

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

.section-title {
  max-width: 1040px;
  margin: 0 auto 50px;
  text-align: center;
}

.section-title h2 {
  font-weight: 600;
  margin-bottom: 14px;
  position: relative;
  text-transform: uppercase;
}

.section-title h3 {
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  position: relative;
  font-weight: 600;
  margin-bottom: 5px;
  padding-right: 50px;
}

.section-title h3:before {
  content: "";
  width: 40px;
  height: 6px;
  background: #32BBFF;
  position: absolute;
  right: 0;
  top: 19px;
}

.hr-line {
  border-color: #C4C4C4;
}

.selectbox {
  position: relative;
}

.selectbox select {
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.selectbox::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  z-index: 2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(-45deg);
}

.checkbox-style {
  display: block;
  margin: 0;
  line-height: 1.3;
}

.checkbox-style input[type=checkbox] {
  display: none;
}

.checkbox-style label {
  margin-bottom: 0;
}

.checkbox-style .check-box {
  padding-right: 38px;
  color: #34465D;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  position: relative;
}

.checkbox-style .check-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.checkbox-style .check-box:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 6px;
  top: 4px;
  color: #182954;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.checkbox-style input[type=checkbox]:checked+.check-box::after {
  opacity: 1;
  visibility: visible;
}

.radio-style {
  display: block;
  margin: 0;
  line-height: 1.3;
}

.radio-style input[type=radio] {
  display: none;
}

.radio-style label {
  margin-bottom: 0;
}

.radio-style .check-box {
  padding-right: 38px;
  color: #34465D;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  position: relative;
}

.radio-style .check-box:before {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #ddd;
  transition: all 0.3s ease;
}

.radio-style .check-box:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 6px;
  top: 4px;
  color: #32BBFF;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.radio-style input[type=radio]:checked+.check-box::after {
  opacity: 1;
  visibility: visible;
}

.radio-style input[type=radio]:checked+.check-box::before {
  border-color: #32BBFF;
}

@media only screen and (max-width: 1199px) {
  .section-title h2 {
    font-size: 30px;
  }

  .section-title h3 {
    font-size: 20px;
  }

  .section-title h3:before {
    height: 2px;
    top: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title h3 {
    font-size: 16px;
  }

  .section-title h3:before {
    top: 10px;
  }

  .section-title h2 {
    font-size: 26px;
  }

  .section-title p {
    font-size: 15px;
  }

  .ksports-btn {
    font-size: 14px;
    min-width: 140px;
    padding: 14px 18px;
  }
}

/*----------icon puls hover---------*/
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

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

@media (max-width: 575px) {
  .section-title h3 {
    font-size: 20px;
  }

  .has-sticky-nav {
    padding-top: 67px;
  }
}

.ksports-header {
  padding: 15px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background-color: #fff;
}

.ksports-header.sticky {
  background-color: #ffffffbf;
}

.ksports-header .bg-light {
  background-color: transparent !important;
}

.ksports-header .navbar-brand {
  margin-left: 30px;
  padding: 0;
}

.ksports-header .navbar-brand img {
  max-width: 260px;
}

.ksports-header .dropuser.for-mobile {
  display: none;
}

.ksports-header .dropuser.for-mobile .nav-link {
  color: #19052B;
  font-size: 18px;
  line-height: 1.3;
  padding-right: 0;
  padding-left: 0;
}

.ksports-header .navbar {
  padding: 0;
  border: none;
}

.ksports-header .navbar-nav {
  align-items: center;
}

.ksports-header .navbar-nav .nav-item {
  margin-right: 48px;
  position: relative;
}

.ksports-header .navbar-nav .nav-item:first-child {
  margin-right: 0;
}

.ksports-header .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 1.3;
  text-transform: capitalize;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  font-weight: 500;
  color: #19052B;
}

.ksports-header .navbar-nav .nav-item .nav-link:hover {
  color: #32BBFF;
}

.ksports-header .navbar-nav .nav-item .nav-link.dropdown-toggle {
  font-size: 16px;
}

.ksports-header .navbar-nav .nav-item.active a {
  color: #32BBFF;
}

.ksports-header .navbar-nav .nav-item.user-login {
  display: flex;
  align-items: center;
}

.ksports-header .navbar-nav .nav-item.user-login .ksports-btn {
  background-color: #32BBFF;
  color: #ffffff;
  font-weight: 600;
  border-radius: 0;
  padding: 14px 19px;
  min-width: 125px;
}

.ksports-header .navbar-nav .nav-item.user-login .login {
  background-color: transparent;
  color: #19052B;
  border-color: rgba(0, 0, 0, 0.4);
  margin-left: 10px;
}

.ksports-header .navbar-nav .nav-item.user-login .login:hover {
  background-color: transparent;
  color: #19052B;
}

.ksports-header .navbar-nav .nav-item .dropdown-menu {
  min-width: 70px;
}

.ksports-header .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.ksports-header .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.ksports-header.transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

.ksports-header.transparent.sticky {
  background: #ffffffbf;
  border-bottom: 1px solid #DCDCDC;
}

.ksports-header.transparent.sticky .navbar-brand .logo-white {
  display: none;
}

.ksports-header.transparent.sticky .navbar-brand .logo-black {
  display: block;
}

.ksports-header.transparent.sticky .navbar-nav .nav-item .nav-link {
  color: #060707;
}

.ksports-header.transparent.sticky .navbar-nav .nav-item.balance .nav-link {
  border-color: #060707;
}

@media (max-width: 1199px) {
  .ksports-header .navbar {
    border-bottom-color: #d5d5d53d !important;
  }

  .ksports-header .navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
  }

  .ksports-header .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .ksports-header.transparent .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .ksports-header.transparent .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .ksports-header.sticky .navbar-dark .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
  }

  .ksports-header.sticky .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }

  .ksports-header .dropuser.for-mobile {
    margin-right: auto;
    margin-left: 22px;
  }

  .ksports-header .navbar-nav .nav-item.dropuser {
    display: none;
  }

  .ksports-header .navbar-nav .nav-item.user-login {
    display: flex;
    align-items: center;
    padding-right: 19px;
    margin-top: 18px;
  }

  .ksports-header .navbar-nav {
    margin-right: 0 !important;
    border-top: 1px solid #d5d5d53d;
    padding-top: 12px;
    margin-top: 20px;
    text-align: right;
    align-items: flex-start;
    width: 100%;
    background: #ffffffbf;
  }

  .ksports-header.transparent .navbar-nav .nav-item .nav-link {
    color: #060707;
  }

  .ksports-header .navbar-nav .nav-item:first-child {
    margin-right: 0;
  }

  .ksports-header .navbar-nav .nav-item {
    margin-right: 0 !important;
    width: 100%;
  }

  .ksports-header .navbar-nav .nav-item .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }

  .ksports-header .nav-inline-items {
    display: block;
  }
}

@media (max-width: 575px) {
  .ksports-header .bg-light {
    padding: 0;
  }

  .ksports-header .navbar-brand img {
    max-width: 150px;
  }

  .ksports-header .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}

.ksports-footer {
  background: #0000CD;
  padding: 90px 0 0;
}

.ksports-footer .newsletter-area {
  text-align: center;
  margin: 0 auto 55px;
}

.ksports-footer .newsletter-area .short-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 16px;
  display: inline-block;
}

.ksports-footer .newsletter-area .short-title:before {
  content: "";
  width: 40px;
  height: 6px;
  background: #32BBFF;
  position: absolute;
  right: -50px;
  top: 12px;
}

.ksports-footer .newsletter-area h2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.ksports-footer .newsletter-area>p {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  max-width: 983px;
  width: 100%;
  margin: 0 auto 50px;
}

.ksports-footer .newsletter-area form {
  display: flex;
  background: #fff;
  border: 4px solid #fff;
  max-width: 590px;
  margin: 0 auto;
}

.ksports-footer .newsletter-area form input[type=email] {
  height: 60px;
  width: calc(100% - 110px);
  margin-left: 10px;
  background: #fff;
  border: none !important;
}

.ksports-footer .newsletter-area form .ksports-btn {
  min-width: 100px;
  padding: 21px 16px;
  border-radius: 0;
  background: #32BBFF;
  color: #fff;
}

.ksports-footer .footer-widget-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding-top: 50px;
  display: flex;
  flex-flow: row wrap;
}

.ksports-footer .footer-logo-area {
  max-width: 410px;
}

.ksports-footer .footer-logo-area .footer-logo {
  margin-bottom: 15px;
}

.ksports-footer .footer-logo-area p {
  color: #fff;
}

.ksports-footer .single-widget:not(.footer-logo-area) {
  width: calc((100% - 410px) / 4);
  padding-right: 30px;
  padding-left: 15px;
}

.ksports-footer .single-widget:not(.footer-logo-area).contact {
  padding-right: 0;
  padding-left: 0;
}

.ksports-footer .single-widget .widget-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.ksports-footer .single-widget .widget-menu li {
  margin-bottom: 7px;
}

.ksports-footer .single-widget .widget-menu li:last-child {
  margin-bottom: 0;
}

.ksports-footer .single-widget .widget-menu li a {
  font-size: 16px;
  line-height: 1.3;
  color: #FFFFFF;
  word-break: break-all;
}

.ksports-footer .single-widget .widget-menu li a:hover {
  text-decoration: underline;
}

.ksports-footer .single-widget .widget-menu li a i {
  margin-left: 10px;
  color: #fff;
}

.ksports-footer .copyright-text-area {
  margin-top: 55px;
  padding: 17px 0;
  background-color: #1E90FF;
}

.ksports-footer .copyright-text-area .copyright-text {
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
}

.ksports-footer .copyright-text-area .copyright-text span {
  color: #32BBFF;
}

.ksports-footer .copyright-text-area .copyright-text a {
  color: #32BBFF;
}

.ksports-footer .copyright-text-area .copyright-text a:hover {
  text-decoration: underline;
}

.ksports-footer .social-menu {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.ksports-footer .social-menu li {
  margin-left: 22px;
}

.ksports-footer .social-menu li:last-child {
  margin-left: 0;
}

.ksports-footer .social-menu li a {
  color: #fff;
  font-size: 28px;
}

.ksports-footer .social-menu li a:hover {
  color: #32BBFF;
}

@media (max-width: 1399px) {
  .ksports-footer .footer-logo-area {
    max-width: 350px;
  }

  .ksports-footer .single-widget:not(.footer-logo-area) {
    width: calc((100% - 350px) / 4);
  }
}

@media (max-width: 1199px) {
  .ksports-footer .footer-logo-area {
    max-width: 100%;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }

  .ksports-footer .single-widget:not(.footer-logo-area) {
    width: calc(100% / 4);
  }
}

@media (max-width: 991px) {
  .ksports-footer .single-widget:not(.footer-logo-area) {
    width: calc(100% / 2);
  }

  .ksports-footer .single-widget {
    margin-bottom: 30px;
  }

  .ksports-footer .copyright-text-area .copyright-text {
    text-align: center;
    margin-bottom: 10px;
  }

  .ksports-footer .social-menu {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .ksports-footer .newsletter-area h2 {
    font-size: 26px;
  }

  .ksports-footer .newsletter-area .short-title {
    font-size: 18px;
  }

  .ksports-footer .newsletter-area .short-title:before {
    width: 30px;
    height: 2px;
    right: -40px;
    top: 7px;
  }
}

@media (max-width: 575px) {
  .ksports-footer .single-widget {
    margin-right: 0;
  }

  .ksports-footer .copyright-text-area {
    margin-top: 15px;
  }
}

@media (max-width: 520px) {
  .ksports-footer .single-widget:not(.footer-logo-area) {
    width: calc(100% / 1);
    padding: 0;
  }
}

.ksports-hero {
  background-color: #E1DEE3;
  background-color: #E1DEE3;
  background-image: url(../images/hero-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
  min-height: 780px;
  padding-top: 120px;
}

.ksports-hero .hero-content h1 {
  font-family: "Spantaran";
  font-weight: 400;
  font-size: 70px;
  line-height: 1.2;
  color: #32BBFF;
}

.ksports-hero .hero-content h1 span {
  color: #19052B;
  display: block;
}

.ksports-hero .hero-content p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: #4A4A4A;
  max-width: 500px;
  margin-top: 10px;
}

.ksports-hero .hero-content .ksports-btn.outline {
  color: #fff;
  background-color: #32BBFF;
  border-color: #32BBFF;
  border-radius: 0;
  padding: 15px 25px;
  margin-top: 30px;
}

.ksports-hero .hero-content .ksports-btn.outline img {
  margin-right: 4px;
  width: 11px;
}

.ksports-feature {
  background: #F8F8F8;
}

.ksports-feature .feature-wrapper {
  background: #F8F8F8;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 73px;
  display: flex;
  flex-flow: row wrap;
  margin-top: -123px;
}

.ksports-feature .feature-wrapper .single-feature {
  background: #0000CD;
  border-radius: 5px;
  width: calc(100% / 4 - 30px);
  margin-right: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
}

.ksports-feature .feature-wrapper .single-feature:first-child {
  margin-right: 0;
}

.ksports-feature .feature-wrapper .single-feature .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-top: 20px;
}

.ksports-about {
  background: #F8F8F8;
  padding: 120px 0;
}

.ksports-about .content-area {
  padding-right: 55px;
}

.ksports-about .content-area .ksports-btn.outline {
  color: #19052B;
  background-color: transparent;
  border-color: #19052B;
  border-radius: 0;
  padding: 15px 25px;
  margin-top: 30px;
}

.ksports-about .ksports-steps-img {
  display: none;
}

.ksports-steps {
  background: #0000CD;
  padding: 100px 0 0;
}

.ksports-steps .section-title p,
.ksports-steps .section-title h2 {
  color: #fff;
}

.ksports-steps .steps-content {
  padding-top: 30px;
}

.ksports-steps .steps-content .single-step {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.ksports-steps .steps-content .single-step .step-number {
  background: #FD8085;
  width: 86px;
  height: 86px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ksports-steps .steps-content .single-step .step-number .title {
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.ksports-steps .steps-content .single-step .step-number .number {
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}

.ksports-steps .steps-content .single-step .step-number .arrow-down {
  position: absolute;
  top: calc(100% + 10px);
  right: 50%;
  transform: translateX(50%);
}

.ksports-steps .steps-content .single-step .step-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #FFFFFF;
  padding-right: 30px;
  width: calc(100% - 86px);
  max-width: 390px;
}

.ksports-steps .steps-content .single-step:last-child {
  margin-bottom: 0;
}

.ksports-steps .steps-content .single-step:last-child .step-number .arrow-down {
  display: none;
}

.ksports-steps .steps-content .single-step:nth-child(2) .step-number {
  background-color: #32BBFF;
}

.ksports-steps .steps-content .single-step:nth-child(3) .step-number {
  background-color: #0DC15C;
}

.ksports-steps .steps-content .single-step:nth-child(4) .step-number {
  background-color: #F9B036;
}

.ksports-steps .steps-img {
  margin-bottom: -10px;
}

.ksports-cv-img {
  display: none;
}

.ksports-cv {
  background: #F8F8F8;
  padding: 110px 0;
}

.ksports-cv .section-title {
  padding-left: 110px;
}

.ksports-cv .content-area .single-item {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 40px;
}

.ksports-cv .content-area .single-item:last-child {
  margin-bottom: 0;
}

.ksports-cv .content-area .single-item .icon {
  width: 60px;
}

.ksports-cv .content-area .single-item .content {
  width: calc(100% - 60px);
  padding-right: 24px;
}

.ksports-cv .content-area .single-item .content .title {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  color: #19052B;
  margin-bottom: 6px;
}

.ksports-cv .content-area .single-item .content p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  max-width: 520px;
}

.ksports-experience {
  padding-top: 110px;
}

.ksports-experience .single-experience {
  padding: 40px 0;
  background: #1E90FF;
  background: -moz-linear-gradient(right, #1E90FF 50%, #0000CD 50%, #1E90FF 50%, #0000CD 50%);
  background: -webkit-linear-gradient(right, #1E90FF 50%, #0000CD 50%, #1E90FF 50%, #0000CD 50%);
  background: linear-gradient(to left, #1E90FF 50%, #0000CD 50%, #1E90FF 50%, #0000CD 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1E90FF", endColorstr="#0000CD", GradientType=1);
}

.ksports-experience .single-experience:nth-child(odd) {
  background: #0000CD;
  background: -moz-linear-gradient(right, #0000CD 50%, #1E90FF 50%);
  background: -webkit-linear-gradient(right, #0000CD 50%, #1E90FF 50%);
  background: linear-gradient(to left, #0000CD 50%, #1E90FF 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0000CD", endColorstr="#1E90FF", GradientType=1);
}

.ksports-experience .single-experience .experience-content {
  padding-right: 115px;
}

.ksports-experience .single-experience .experience-content .title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.ksports-experience .single-experience .experience-content .title img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 25px;
}

.ksports-experience .single-experience .experience-content .title h4 {
  width: calc(100% - 100px);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  color: #19052B;
  padding-right: 27px;
  text-transform: capitalize;
}

.ksports-experience .single-experience .experience-content .list {
  counter-reset: counter;
}

.ksports-experience .single-experience .experience-content .list li {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #19052B;
  margin-bottom: 26px;
}

.ksports-experience .single-experience .experience-content .list li:last-child {
  margin-bottom: 0;
}

.ksports-experience .single-experience .experience-content .list li::before {
  counter-increment: counter;
  content: "" counter(counter) " ";
  color: #19052B;
  font-size: 18px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  border: 1px solid #19052B;
  margin-left: 13px;
}

.ksports-experience .single-experience .experience-content.white-color .title h4 {
  color: #ffffff;
}

.ksports-experience .single-experience .list li:empty{
  display: none;
}

.ksports-experience .single-experience .experience-content.white-color .list li {
  color: #ffffff;
}

.ksports-experience .single-experience .experience-content.white-color .list li::before {
  color: #ffffff;
  border-color: #ffffff;
}

.ksports-client-logo {
  padding-top: 110px;
}

.ksports-client-logo .client-logo-wrapper {
  transform: translateX(12px);
}

.ksports-client-logo .client-logo-wrapper .single-img {
  background: #F8F8F8;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

.ksports-client-logo .client-logo-wrapper .slick-arrow {
  background: #F8F8F8;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: #2A2A3C;
}

.ksports-client-logo .client-logo-wrapper .slick-arrow.slick-next {
  right: inherit;
  left: -80px;
}

.ksports-testimonial {
  padding: 100px 0;
}

.ksports-testimonial .testimonial-wrapper {
  width: 100%;
  max-width: 1920px;
  transform: translateX(-15px);
  background: #F8F8F8;
  border-radius: 10px;
  padding: 65px 95px;
}

.ksports-testimonial .testimonial-inner-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.ksports-testimonial .testimonial-content-wrapper {
  width: 540px;
  padding-left: 40px;
  padding-top: 40px;
}

.ksports-testimonial .single-testimonial .testimonial-txt {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  color: #2A2A3C;
  margin-bottom: 40px;
  position: relative;
  padding-top: 23px;
  padding-left: 19px;
}

.ksports-testimonial .single-testimonial .testimonial-txt .quote-left {
  position: absolute;
  right: 0;
  top: 0;
}

.ksports-testimonial .single-testimonial .testimonial-txt .quote-right {
  position: absolute;
  left: 2px;
  bottom: 0;
}

.ksports-testimonial .single-testimonial .name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #2A2A3C;
}

.ksports-testimonial .single-testimonial .designation {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #2A2A3C;
  margin-bottom: 25px;
}

.ksports-testimonial .testimonial-author-wrapper {
  width: calc(100% - 540px);
}

.ksports-testimonial .testimonial-author-wrapper .slick-slide img {
  max-width: 100%;
}

.ksports-testimonial .testimonial-author-wrapper .slick-arrow {
  background: #FFFFFF;
  border: none;
  width: 60px;
  height: 60px;
  font-size: 18px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.ksports-testimonial .testimonial-author-wrapper .slick-arrow i {
  opacity: 0.3;
  transition: all 0.3s ease;
}

.ksports-testimonial .testimonial-author-wrapper .slick-arrow:hover i {
  opacity: 1;
}

.ksports-testimonial .testimonial-author-wrapper .slick-arrow.slick-prev {
  right: calc(50% - 19px);
}

.ksports-testimonial .testimonial-author-wrapper .slick-arrow.slick-next {
  right: calc(50% + 40px);
}

@media (max-width: 1499px) {
  .ksports-feature .feature-wrapper {
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 25px;
  }

  .ksports-feature .feature-wrapper .single-feature>img {
    height: 120px;
  }

  .ksports-feature .feature-wrapper .single-feature .title {
    font-size: 24px;
  }

  .ksports-client-logo .client-logo-wrapper .slick-arrow.slick-next {
    left: -29px;
  }

  .ksports-client-logo .client-logo-wrapper .slick-arrow {
    right: 0;
  }

  .ksports-client-logo .client-logo-wrapper .single-img>img {
    height: 120px;
  }

  .ksports-testimonial .testimonial-wrapper {
    padding: 45px;
  }
}

@media (max-width: 1199px) {
  .ksports-hero {
    height: auto;
    min-height: 695px;
    padding-top: 120px;
  }

  .ksports-hero .hero-content h1 {
    font-size: 50px;
  }

  .ksports-hero .hero-content p {
    font-size: 17px;
  }

  .ksports-feature .feature-wrapper .single-feature {
    width: calc(100% / 4 - 15px);
    margin-right: 20px;
  }

  .ksports-feature .feature-wrapper .single-feature>img {
    height: 100px;
  }

  .ksports-about {
    padding: 90px 0 0;
  }

  .ksports-about .content-area {
    padding-right: 15px;
  }

  .ksports-steps {
    background: #0000CD;
    padding: 70px 0;
  }

  .ksports-about .ksports-steps-img {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: -10px;
  }

  .ksports-steps .steps-img {
    display: none;
  }

  .ksports-cv-img {
    display: block;
    text-align: center;
    padding: 40px 0;
  }

  .ksports-cv .img-area {
    display: none;
  }

  .ksports-cv {
    padding: 80px 0;
  }

  .ksports-cv .section-title {
    padding-left: 0;
    text-align: center !important;
  }

  .ksports-experience .single-experience .experience-content {
    padding-right: 35px;
  }

  .ksports-experience .single-experience .experience-content .title h4 {
    font-size: 28px;
  }

  .ksports-client-logo {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .ksports-client-logo .client-logo-wrapper .slick-arrow {
    right: calc(50% - 48px);
    top: calc(100% + 50px);
  }

  .ksports-client-logo .client-logo-wrapper .slick-arrow.slick-next {
    left: calc(50% - 65px);
  }

  .ksports-testimonial {
    padding: 100px 0 70px;
  }

  .ksports-testimonial .testimonial-wrapper {
    padding: 25px;
    transform: translateX(0);
  }

  .ksports-testimonial .testimonial-inner-wrapper {
    display: block;
  }

  .ksports-testimonial .testimonial-content-wrapper {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .ksports-testimonial .testimonial-author-wrapper {
    width: 100%;
  }

  .ksports-experience {
    padding-top: 70px;
  }
}

@media (max-width: 991px) {
  .ksports-hero {
    min-height: auto;
    padding-top: 140px;
    padding-bottom: 82px;
    overflow: hidden;
  }

  .ksports-hero .hero-img img {
    width: 450px;
    max-width: initial;
  }

  .ksports-feature .feature-wrapper {
    margin-top: -83px;
    padding: 18px;
  }

  .ksports-feature .feature-wrapper .single-feature>img {
    height: 60px;
  }

  .ksports-feature .feature-wrapper .single-feature .title {
    font-size: 16px;
  }

  .ksports-feature .feature-wrapper .single-feature {
    padding: 30px 20px;
  }

  .ksports-about .section-title {
    text-align: center !important;
    margin-top: 60px;
  }

  .ksports-about .ksports-steps-img {
    margin-bottom: -8px;
  }

  .ksports-experience .single-experience .experience-content {
    padding-right: 10px;
  }

  .ksports-experience .single-experience .experience-content .title img {
    width: 70px;
    height: 70px;
    border-radius: 15px;
  }

  .ksports-experience .single-experience .experience-content .title h4 {
    font-size: 22px;
    padding-right: 15px;
  }

  .ksports-experience .single-experience .experience-content .list li {
    font-size: 14px;
  }

  .ksports-experience .single-experience .experience-content .list li::before {
    font-size: 13px;
    width: 24px;
    height: 24px;
  }

  .ksports-client-logo .client-logo-wrapper .single-img>img {
    height: 90px;
  }

  .ksports-client-logo .client-logo-wrapper .single-img {
    margin-right: 15px;
  }

  .ksports-testimonial .testimonial-author-wrapper .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .ksports-testimonial .testimonial-author-wrapper .slick-arrow.slick-prev {
    right: calc(50% - 9px);
  }

  .ksports-testimonial .testimonial-author-wrapper .slick-arrow.slick-next {
    right: calc(50% + 30px);
  }

  .ksports-testimonial .testimonial-content-wrapper {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .ksports-hero .hero-content h1 {
    font-size: 34px;
  }

  .ksports-hero .hero-content p {
    font-size: 14px;
  }

  .ksports-hero .hero-img img {
    width: 310px;
  }

  .ksports-feature .feature-wrapper .single-feature {
    padding: 20px 13px;
  }

  .ksports-feature .feature-wrapper .single-feature>img {
    height: 50px;
  }

  .ksports-feature .feature-wrapper .single-feature .title {
    font-size: 12px;
    margin-top: 14px;
  }

  .ksports-about {
    padding: 70px 0 0;
  }

  .ksports-about .ksports-steps-img {
    margin-bottom: -6px;
  }

  .ksports-experience .single-experience .experience-content {
    padding-right: 0;
    margin-bottom: 50px;
  }

  .ksports-experience .single-experience {
    background: #1E90FF !important;
    padding: 0;
  }

  .ksports-experience .single-experience:nth-child(2) {
    padding-top: 40px;
  }

  .ksports-experience .single-experience .experience-content.white-color .list li {
    color: #19052B;
  }

  .ksports-experience .single-experience .experience-content.white-color .title h4 {
    color: #19052B;
  }

  .ksports-experience .single-experience .experience-content.white-color .list li::before {
    color: #19052B;
    border-color: #19052B;
  }
}

@media (max-width: 575px) {
  .ksports-hero {
    padding-bottom: 58px;
  }

  .ksports-hero .row.align-items-center {
    flex-wrap: nowrap;
  }

  .ksports-hero .row.align-items-center>.col-6:first-child {
    max-width: 200px;
  }

  .ksports-hero .hero-content h1 {
    font-size: 22px;
  }

  .ksports-hero .hero-img img {
    width: 261px;
    transform: translateX(40px);
  }

  .ksports-hero .hero-content .ksports-btn.outline {
    padding: 10px 18px;
    font-size: 13px;
  }

  .ksports-feature .feature-wrapper {
    margin-top: -59px;
    padding: 10px;
  }

  .ksports-feature .feature-wrapper .single-feature {
    width: calc(100% / 4 - 6px);
    margin-right: 8px;
  }

  .ksports-feature .feature-wrapper .single-feature .title {
    font-size: 10px;
  }

  .ksports-feature .feature-wrapper .single-feature>img {
    height: 38px;
  }

  .ksports-about .ksports-steps-img {
    margin-bottom: -3px;
  }

  .ksports-steps .steps-content .single-step .step-number .number {
    font-size: 30px;
  }

  .ksports-steps .steps-content .single-step .step-number {
    width: 80px;
    height: 80px;
  }

  .ksports-steps .steps-content .single-step .step-title {
    font-size: 17px;
    padding-right: 15px;
    width: calc(100% - 80px);
  }

  .ksports-testimonial .single-testimonial .name {
    font-size: 24px;
  }

  .ksports-testimonial .single-testimonial .testimonial-txt {
    font-size: 14px;
  }

  .ksports-testimonial .single-testimonial .designation {
    font-size: 14px;
    line-height: 16px;
  }
}

.ksports-player-list {
  background: #F9F9F9;
  padding: 120px 0;
}

.ksports-player-list .main-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #19052B;
  margin-bottom: 20px;
}

.ksports-player-list .single-player {
  border: 1px solid #0000CD;
  border-radius: 20px 0px;
  padding: 23px 23px 35px;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  background: #fff;
}

.ksports-player-list .single-player:hover {
  border-width: 5px;
}

.ksports-player-list .single-player .player-img {
  margin-bottom: 23px;
  position: relative;
}

.ksports-player-list .single-player .player-img img {
  border-radius: 22px 0 22px 0;
  max-width: 100%;
}

.ksports-player-list .single-player .player-img .favorite {
  position: absolute;
  top: 13px;
  left: 12px;
  cursor: pointer;
}

.ksports-player-list .single-player .name {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  color: #19052B;
  margin-bottom: 13px;
}

.ksports-player-list .single-player .team {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #19052B;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.ksports-player-list .single-player .team img {
  margin-right: 6px;
}

.ksports-player-list .single-player .price {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #19052B;
}

.ksports-player-list .single-player .btn-area {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
  margin-right: -10px;
  margin-left: -10px;
}

.ksports-player-list .single-player .btn-area li {
  width: calc(50% - 20px);
  margin: 10px 10px 0;
}

.ksports-player-list .single-player .btn-area li a {
  background-color: transparent;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #19052B;
  padding: 14px 15px;
  display: block;
  border: 1px solid #0000CD;
  border-radius: 15px 0px;
}

.ksports-player-list .single-player .btn-area li a:hover {
  background-color: #0000CD;
  color: #fff;
}

.ksports-player-list .single-player .btn-area li:nth-child(2) a {
  background-color: #0000CD;
  color: #fff;
}

.ksports-coach-list .single-player .team img {
  margin-right: 12px;
  margin-left: 12px;
}

.ksports-coach-list .single-player .player-img img.coach-img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  margin: -67px auto 0;
  display: block;
}

.ksports-coach-list .single-player .address {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  color: #19052B;
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.ksports-coach-list .single-player .address img {
  margin-left: 10px;
}

.ksports-club-list .single-player {
  text-align: center;
}

.ksports-club-list .single-player .team {
  display: block;
}

.ksports-club-list .single-player .address {
  justify-content: center;
}

@media (max-width: 1499px) {
  .ksports-player-list .single-player .btn-area li a {
    font-size: 15px;
  }
}

@media (max-width: 1199px) {
  .ksports-player-list {
    padding: 90px 0 60px;
  }

  .ksports-player-list .main-title {
    font-size: 26px;
  }

  .ksports-player-list .single-player {
    border-radius: 10px 0px;
    padding: 15px;
  }

  .ksports-player-list .single-player .btn-area li {
    width: calc(100% - 20px);
  }

  .ksports-player-list .single-player .player-img img {
    border-radius: 15px 0 15px 0;
  }

  .ksports-player-list .single-player .name {
    font-weight: 500;
    font-size: 22px;
  }

  .ksports-player-list .single-player .team {
    font-size: 15px;
  }

  .ksports-player-list .single-player .price {
    font-size: 18px;
  }

  .ksports-coach-list .single-player .address {
    font-size: 16px;
    margin-top: 40px;
  }

  .ksports-coach-list .single-player .address img {
    width: 14px;
  }
}

@media (max-width: 991px) {
  .ksports-coach-list .single-player .player-img img.coach-img {
    width: 118px;
    height: 118px;
    margin: -57px auto 0;
  }
}

@media (max-width: 767px) {
  .ksports-player-list .single-player {
    max-width: 380px;
    margin: 0 auto 30px;
  }

  .ksports-player-list .main-title {
    text-align: center;
  }

  .ksports-coach-list .single-player {
    text-align: center;
  }

  .ksports-coach-list .single-player .team {
    justify-content: center;
  }

  .ksports-coach-list .single-player .address {
    justify-content: center;
  }
}

.ksports-privacy-policy-banner {
  background: #1E90FF;
  padding: 50px 0;
}

.ksports-privacy-policy-banner .section-title {
  margin-bottom: 0;
}

.ksports-privacy-policy-banner .section-title h2,
.ksports-privacy-policy-banner .section-title p {
  color: #fff;
}

.ksports-privacy-policy {
  background: #F9F9F9;
  padding: 100px 0;
}

.ksports-privacy-policy .section-title h2 {
  font-weight: 700;
}

.ksports-privacy-policy .single-block {
  margin-bottom: 30px;
}

.ksports-privacy-policy .single-block:last-child {
  margin-bottom: 0;
}

.ksports-privacy-policy .single-block .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #19052B;
}

.ksports-privacy-policy .single-block ol {
  padding-right: 20px;
}

.ksports-privacy-policy .single-block ol li {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .ksports-privacy-policy {
    padding: 70px 0;
  }
}

.ksports-signup {
  padding: 100px 0;
  background: #F9F9F9;
}

.ksports-signup .contact-us-content-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.ksports-signup .contact-us-content-wrapper .contact-us-left {
  padding: 80px 70px 80px 70px;
  width: 50%;
  background: #FFFFFF;
  box-shadow: 10px 10px 100px rgba(0, 0, 0, 0.05);
}

.ksports-signup .contact-us-content-wrapper .contact-us-left .form-title {
  font-weight: 600;
  line-height: 1.3;
  color: #191047;
  text-transform: uppercase;
}

.ksports-signup .contact-us-content-wrapper .contact-us-left form {
  margin-top: 30px;
}

.ksports-signup .contact-us-content-wrapper .contact-us-left form .form-group {
  position: relative;
}

.ksports-signup .contact-us-content-wrapper .contact-us-left form .form-group .label {
  font-size: 17px;
  color: #191047;
  font-weight: 600;
  margin: 0 0 6px 0;
  display: block;
}

.ksports-signup .contact-us-content-wrapper .contact-us-left form .form-group .icon {
  position: absolute;
  bottom: 13px;
  left: 0;
}

.ksports-signup .contact-us-content-wrapper .contact-us-left form .form-group textarea {
  background: #F9F9FB;
  border: none !important;
  border-radius: 5px;
  padding: 17px;
}

.ksports-signup .contact-us-content-wrapper .contact-us-left form .show-password {
  font-size: 18px;
  position: absolute;
  left: 1px;
  right: inherit;
  bottom: 8px;
  height: 43px;
  cursor: pointer;
  font-weight: 600;
  border: none;
  padding: 8px 10px 8px 10px;
  background: transparent;
  margin: 0;
  z-index: 2;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ksports-signup .contact-us-content-wrapper .contact-us-left form .show-password .fa-eye-slash {
  display: none;
}

.ksports-signup .contact-us-content-wrapper .contact-us-left form .show-password i {
  position: relative;
  bottom: 0;
  left: inherit;
}

.ksports-signup .contact-us-content-wrapper .contact-us-left form #show-password {
  display: none;
}

.ksports-signup .contact-us-content-wrapper .contact-us-right {
  padding: 30px;
  background-color: #2A374A;
  background-image: url("../images/signup-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}

.ksports-signup .contact-us-content-wrapper .contact-us-right .signup-text {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(100px);
  border-radius: 10px;
  margin-top: auto;
  padding: 25px;
  text-align: center;
}

.ksports-signup .contact-us-content-wrapper .contact-us-right .signup-text h3 {
  font-weight: 700;
  font-size: 30px;
  color: #191047;
  max-width: 360px;
  margin: 0 auto 10px;
}

.ksports-login .contact-us-content-wrapper .contact-us-right {
  background-image: url("../images/login-bg.jpg");
}

@media (max-width: 1199px) {
  .ksports-signup .contact-us-content-wrapper .contact-us-left {
    padding: 40px;
  }
}

@media (max-width: 991px) {
  .ksports-signup .contact-us-content-wrapper .contact-us-left {
    padding: 20px;
  }

  .ksports-signup .contact-us-content-wrapper .contact-us-right .signup-text h3 {
    font-size: 20px;
  }

  .ksports-signup .contact-us-content-wrapper .contact-us-left .form-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .ksports-signup .contact-us-content-wrapper {
    flex-flow: column-reverse;
  }

  .ksports-signup .contact-us-content-wrapper .contact-us-right {
    padding: 20px;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 430px;
  }

  .ksports-signup .contact-us-content-wrapper .contact-us-left {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }

  .ksports-signup .contact-us-content-wrapper .contact-us-right .signup-text {
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .sigup-page .ksports-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    background: transparent;
    border-bottom: none;
  }

  .ksports-header .navbar-nav .nav-item.user-login {
    margin-bottom: 20px;
  }

  .ksports-signup {
    padding: 0 0 70px;
  }

  .ksports-signup .container {
    right: -15px;
    position: relative;
    width: calc(100% + 30px);
  }

  .ksports-signup .contact-us-content-wrapper .contact-us-right {
    border-radius: 0;
  }

  .ksports-signup .contact-us-content-wrapper .contact-us-left {
    border-top-right-radius: 40px;
    margin-top: -40px;
    padding: 30px 20px 20px;
  }

  .ksports-signup .contact-us-content-wrapper .contact-us-left .form-title {
    font-size: 22px;
  }

  .ksports-signup .contact-us-content-wrapper .contact-us-left form {
    margin-top: 15px;
  }

  .sigup-page .ksports-login .contact-us-content-wrapper .contact-us-right {
    background-image: url(../images/login-mobile-bg.jpg);
  }
}

.ksports-contact {
  padding: 150px 0;
}

.ksports-contact .overlay {
  background: linear-gradient(-90deg, #F4F4F4 -14.01%, rgba(255, 255, 255, 0) 100%);
  width: 50%;
  right: inherit;
  left: 0;
}

.ksports-contact .contact-us-content-wrapper {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
}

.ksports-contact .contact-us-content-wrapper .social-menu {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  border-top: 1px solid #BDBDBD;
  margin-top: auto;
  padding-top: 14px;
}

.ksports-contact .contact-us-content-wrapper .social-menu .title {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #19052B;
  display: block;
  width: 100%;
}

.ksports-contact .contact-us-content-wrapper .social-menu li {
  margin-left: 28px;
}

.ksports-contact .contact-us-content-wrapper .social-menu li:last-child {
  margin-left: 0;
}

.ksports-contact .contact-us-content-wrapper .social-menu li a {
  color: #000000;
  font-size: 28px;
}

.ksports-contact .contact-us-content-wrapper .social-menu li a:hover {
  color: #32BBFF;
}

.ksports-contact .contact-us-content-wrapper .contact-us-left {
  width: 50%;
  padding-left: 50px;
}

.ksports-contact .contact-us-content-wrapper .contact-us-left .form-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #19052B;
  margin-bottom: 60px;
}

.ksports-contact .contact-us-content-wrapper .contact-us-left form h5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  color: #19052B;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.ksports-contact .contact-us-content-wrapper .contact-us-left .social-menu {
  display: none;
}

.ksports-contact .contact-us-content-wrapper .contact-us-right {
  width: 50%;
  padding-right: 50px;
  display: flex;
  flex-flow: column;
}

.ksports-contact .contact-us-content-wrapper .contact-us-right h5 {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #19052B;
}

.ksports-contact .contact-us-content-wrapper .contact-us-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4B4B4B;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .ksports-contact {
    padding: 80px 0;
  }

  .ksports-contact .contact-us-content-wrapper .contact-us-left .form-title {
    font-size: 33px;
    margin-bottom: 30px;
  }

  .ksports-contact .contact-us-content-wrapper .contact-us-left form h5 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .ksports-contact .contact-us-content-wrapper .contact-us-left {
    padding-left: 30px;
  }

  .ksports-contact .contact-us-content-wrapper .contact-us-right {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .ksports-contact {
    padding: 60px 0;
  }

  .ksports-contact .overlay {
    display: none;
  }

  .ksports-contact .contact-us-content-wrapper {
    flex-flow: column-reverse;
  }

  .ksports-contact .contact-us-content-wrapper .contact-us-left {
    width: 100%;
    padding-left: 0;
  }

  .ksports-contact .contact-us-content-wrapper .contact-us-left .form-title {
    display: none;
  }

  .ksports-contact .contact-us-content-wrapper .contact-us-right {
    width: 100%;
    padding-right: 0;
    display: block;
    margin-bottom: 40px;
  }

  .ksports-contact .contact-us-content-wrapper .contact-us-right .social-menu {
    display: none;
  }

  .ksports-contact .contact-us-content-wrapper .contact-us-left ul.social-menu {
    display: flex;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
    border-top: 0;
  }
}

@media (max-width: 575px) {
  .ksports-contact .contact-us-content-wrapper .contact-us-right h5 {
    font-size: 24px;
  }

  .ksports-contact .contact-us-content-wrapper .contact-us-left form h5 {
    font-size: 20px;
  }
}

.ksports-faq .overlay {
  background: linear-gradient(-90deg, #F4F4F4 -25.47%, rgba(255, 255, 255, 0) 100%);
  width: 69%;
  right: inherit;
  left: 0;
}

.ksports-faq .faq-tab-nav {
  padding-top: 70px;
  height: 100%;
}

.ksports-faq .faq-tab-nav .nav-link {
  background: transparent;
  border: none;
  text-align: right;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #191047;
  margin-bottom: 9px;
  cursor: pointer;
  padding-right: 0;
}

.ksports-faq .faq-tab-nav .nav-link.active {
  background-color: transparent;
  color: #32BBFF;
}

.ksports-faq .faq-content {
  padding: 40px;
}

.ksports-faq .faq-content .faq-section-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #15375A;
  background: #F7F7F7;
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 22px;
  padding: 28px 40px;
}

.ksports-faq .faq-content .card {
  margin-bottom: 10px;
  border: none;
  border-radius: 10px;
  background: transparent;
}

.ksports-faq .faq-content .card:last-child {
  margin-bottom: 0;
}

.ksports-faq .faq-content .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
  border-radius: 10px !important;
}

.ksports-faq .faq-content .card-header button {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #3C4447;
  display: block;
  width: 100%;
  text-align: right;
  padding: 22px 50px;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
  border-radius: 10px 10px 0px 0px;
}

.ksports-faq .faq-content .card-header button i {
  position: absolute;
  right: 0;
  top: 24px;
  transition: all 0.3s ease;
  color: #E19D05;
  font-size: 23px;
}

.ksports-faq .faq-content .card-header button[aria-expanded=false] i {
  transform: rotate(-45deg);
  color: #32BBFF;
}

.ksports-faq .faq-content .card-body {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #4B4B4B;
  padding: 20px;
  border-radius: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  margin-right: 50px;
}

@media (max-width: 1199px) {
  .ksports-faq .overlay {
    width: 74%;
  }
}

@media (max-width: 767px) {
  .ksports-privacy-policy-banner .section-title h2 {
    font-size: 26px;
  }

  .ksports-faq .overlay {
    display: none;
  }

  .ksports-faq .faq-content {
    padding: 10px 0 30px;
  }

  .ksports-faq .faq-tab-nav {
    padding-top: 40px;
    height: 100%;
    overflow: auto;
    max-width: 100%;
    flex-flow: row !important;
    justify-content: center;
  }

  .ksports-faq .faq-tab-nav .nav-link {
    color: #9B9B9B;
  }

  .ksports-faq .faq-content .faq-section-title {
    font-size: 22px;
    padding: 18px 20px;
  }

  .ksports-faq .faq-content .card-body {
    padding: 0px 17px 0;
    letter-spacing: normal;
  }
}

@media (max-width: 575px) {
  .ksports-faq .faq-content .card-header button {
    white-space: normal;
    text-align: right;
    padding: 16px 38px 12px 12px;
  }

  .ksports-faq.faq-content .card-body {
    padding: 20px;
  }

  .ksports-faq .faq-content .card-header button {
    font-size: 16px;
  }

  .ksports-faq .faq-content .card-header button i {
    top: 17px;
  }
}

.ksports-comingsoon {
  background: #F9F9F9;
}

.ksports-comingsoon .comingsoon-content {
  height: 700px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.ksports-comingsoon .comingsoon-content h1 {
  font-family: "Spantaran";
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  color: #19052B;
}

@media (max-width: 767px) {
  .ksports-comingsoon .comingsoon-content {
    height: 410px;
  }

  .ksports-comingsoon .comingsoon-content h1 {
    font-size: 33px;
  }
}

.admin-body {
  background: #FAFAFA;
}

.ksports-dahboard-header {
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
}

.ksports-dahboard-header .navbar {
  padding: 0;
}

.ksports-dahboard-header .user-name-area {
  display: flex;
  align-items: center;
}

.ksports-dahboard-header .user-name-area .notification {
  font-size: 22px;
  line-height: 1;
  border: none;
  background: transparent;
  position: relative;
  margin-left: 30px;
  cursor: pointer;
}

.ksports-dahboard-header .user-name-area .notification:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0px;
  width: 7px;
  height: 7px;
  background: red;
  border-radius: 100%;
}

.ksports-dahboard-header .user-name-area .user-name {
  display: flex;
  align-items: center;
}

.ksports-dahboard-header .user-name-area .user-name>a {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.ksports-dahboard-header .user-name-area .user-name .profile-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-left: 8px;
}

.ksports-dahboard-header .user-name-area .user-name i {
  color: #555;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.ksports-dahboard-header .user-name-area .user-name .user-dropdown {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  background: #fff;
  width: 220px;
  box-shadow: 0px 0px 20px #00000026;
  border-radius: 10px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.ksports-dahboard-header .user-name-area .user-name .user-dropdown:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -5px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(-45deg);
  box-shadow: 0px 0px 30px #0000001a;
}

.ksports-dahboard-header .user-name-area .user-name .user-dropdown li a {
  color: #989898;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 15px;
  display: block;
}

.ksports-dahboard-header .user-name-area .user-name .user-dropdown li a:hover {
  color: #32BBFF;
}

.ksports-dahboard-header .user-name-area .user-name:hover .user-dropdown {
  top: calc(100% - 5px);
  opacity: 1;
  visibility: visible;
}

.ksports-dahboard-header .search-form {
  position: relative;
  margin-right: 120px;
}

.ksports-dahboard-header .search-form i {
  position: absolute;
  right: 14px;
  top: 17px;
  color: #B7BDD1;
}

.ksports-dahboard-header .search-form input {
  padding-right: 36px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  color: #B7BDD1;
}

.ksports-admin-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.ksports-admin-wrapper .admin-sidebar {
  width: 300px;
  background: #FFFFFF;
  height: 100vh;
  position: sticky;
  top: 0;
  padding-top: 40px;
  border-left: 1px solid #E6E6E6;
}

.ksports-admin-wrapper .admin-sidebar .logo a {
  display: block;
  padding: 14px 22px;
  border-bottom: 1px solid #eee;
}

.ksports-admin-wrapper .admin-sidebar .admin-menu {
  padding-left: 40px;
}

.ksports-admin-wrapper .admin-sidebar .admin-menu li a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #828282;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px;
  text-transform: capitalize;
  position: relative;
}

.ksports-admin-wrapper .admin-sidebar .admin-menu li a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: #32BBFF;
  display: none;
}

.ksports-admin-wrapper .admin-sidebar .admin-menu li a:hover {
  color: #32BBFF;
}

.ksports-admin-wrapper .admin-sidebar .admin-menu li a svg {
  margin-left: 12px;
}

.ksports-admin-wrapper .admin-sidebar .admin-menu li.active a {
  color: #32BBFF;
}

.ksports-admin-wrapper .admin-sidebar .admin-menu li.active a::before {
  display: block;
}

.ksports-admin-wrapper .admin-sidebar .admin-menu li.active a rect,
.ksports-admin-wrapper .admin-sidebar .admin-menu li.active a path {
  fill: #32BBFF;
}

.ksports-admin-wrapper .admin-main-content {
  width: calc(100% - 300px);
  padding: 20px;
}

.ksports-admin-wrapper .admin-main-content .section-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #262324;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

.ksports-admin-wrapper .admin-main-content .case-details {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.ksports-admin-wrapper .admin-main-content .case-details .section-heading {
  width: calc(100% - 330px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ksports-admin-wrapper .admin-main-content .case-details .section-heading .date {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  color: #989898;
}

.ksports-admin-wrapper .admin-main-content .case-details .case-details-wrapper {
  width: calc(100% - 330px);
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 25px;
}

.ksports-admin-wrapper .admin-main-content .case-details .case-details-wrapper h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #4B4B4B;
  margin-bottom: 24px;
}

.ksports-admin-wrapper .admin-main-content .case-details .case-details-wrapper p {
  color: #989898;
  margin-bottom: 20px;
}

.ksports-admin-wrapper .admin-main-content .case-details .case-details-wrapper p:last-child {
  margin-bottom: 0;
}

.ksports-admin-wrapper .admin-main-content .case-details .case-details-wrapper .attachemt-area .single-attachment {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ksports-admin-wrapper .admin-main-content .case-details .case-details-wrapper .attachemt-area .single-attachment .file-name {
  width: calc(100% - 160px);
  padding-left: 10px;
}

.ksports-admin-wrapper .admin-main-content .case-details .case-details-wrapper .attachemt-area .single-attachment .file-name h6 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #262324;
}

.ksports-admin-wrapper .admin-main-content .case-details .case-details-wrapper .attachemt-area .single-attachment .file-name .file-size {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  display: block;
  color: #989898;
  margin-top: 2px;
}

.ksports-admin-wrapper .admin-main-content .case-details .case-details-wrapper .attachemt-area .single-attachment .ksports-btn {
  background: #56CCA1;
}

.ksports-admin-wrapper .admin-main-content .case-details .price-area {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px #0000001a;
  border-radius: 10px;
  width: 270px;
  padding: 20px;
}

.ksports-admin-wrapper .admin-main-content .case-details .price-area label {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #262324;
}

.ksports-admin-wrapper .admin-main-content .case-details .price-area .total-price {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #4B4B4B;
}

.ksports-admin-wrapper .admin-main-content .case-details .price-area .ksports-btn {
  background-color: #182954;
}

.ksports-admin-wrapper .dashboard-search-form {
  position: relative;
  margin-bottom: 30px;
  max-width: 340px;
}

.ksports-admin-wrapper .dashboard-search-form input {
  padding-right: 36px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  color: #B7BDD1;
}

.ksports-admin-wrapper .dashboard-search-form i {
  position: absolute;
  right: 14px;
  top: 17px;
  color: #B7BDD1;
}

.ksports-table-wrapper .ksports-table-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-bottom: 1px solid #DCDCDC;
}

.ksports-table-wrapper .ksports-table-row li {
  padding: 13px 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #989898;
}

.ksports-table-wrapper .ksports-table-row li.id {
  width: 110px;
}

.ksports-table-wrapper .ksports-table-row li.player-name {
  width: 310px;
  display: flex;
  align-items: center;
}

.ksports-table-wrapper .ksports-table-row li.player-name img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  margin-left: 10px;
}

.ksports-table-wrapper .ksports-table-row li.email {
  width: 255px;
  word-break: break-all;
}

.ksports-table-wrapper .ksports-table-row li.action {
  width: 197px;
  position: relative;
  display: flex;
}

.ksports-table-wrapper .ksports-table-row li.action .ksports-btn {
  padding: 8px 9px;
  font-size: 13px;
  min-width: 75px;
  margin-right: 10px;
}

.ksports-table-wrapper .ksports-table-row li.action .ksports-btn:first-child {
  margin-right: 0;
}

.ksports-table-wrapper .ksports-table-row li.action .ksports-btn.delete {
  background-color: #ED4C5C;
  border-color: #ED4C5C;
  color: #fff;
}

.ksports-table-wrapper .ksports-table-row.table-head {
  border: none;
  background: transparent;
  margin-bottom: 0;
  border-bottom: 1px solid #DCDCDC;
}

.ksports-table-wrapper .ksports-table-row.table-head li {
  color: #4B4B4B;
  font-weight: 700;
  text-transform: capitalize;
}

.ksports-table-wrapper .ksports-table-row:first-child {
  border-top: 0;
}

.ksports-table-wrapper .add-new-btn-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 30px;
}

.ksports-table-wrapper .add-new-btn-area .ksports-btn {
  background: #0DC15C;
  border-color: #0DC15C;
  color: #fff;
  padding: 14px 15px;
  min-width: 120px;
  font-size: 16px;
}

.notification-wrapper .single-notificaiton {
  font-weight: 400;
  font-size: 16px;
  color: #737373;
  background: #F2F2F2;
  border-radius: 10px;
  padding: 15px 22px;
  margin-bottom: 20px;
}

.notification-wrapper .single-notificaiton:last-child {
  margin-bottom: 0;
}

.wallet-wrapper .wallet-info .upload-fund {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
}

.wallet-wrapper .wallet-info .upload-fund button {
  border: 2px solid #15375A;
  border-radius: 10px;
  background: transparent;
  padding: 18px 43px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #15375A;
  cursor: pointer;
  transition: all 0.3s ease;
}

.wallet-wrapper .wallet-info .upload-fund button:hover {
  background-color: #15375A;
  color: #fff;
}

.wallet-wrapper .wallet-info .transition-history {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
}

.wallet-wrapper .wallet-info .transition-history .ksports-table-wrapper .ksports-table-row {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}

.wallet-wrapper .wallet-info .transition-history .ksports-table-wrapper .ksports-table-row li.player-name span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #262324;
}

.wallet-wrapper .wallet-info .transition-history .ksports-table-wrapper .ksports-table-row li.player-name span small {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #989898;
  display: block;
  margin-top: 4px;
}

.wallet-wrapper .wallet-info .transition-history .ksports-table-wrapper .ksports-table-row li.id {
  width: 110px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #15375A;
}

.wallet-wrapper .wallet-info .transition-history .ksports-table-wrapper .ksports-table-row li.price {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #262324;
  width: 100px;
}

.wallet-wrapper .wallet-info .transition-history .ksports-table-wrapper .ksports-table-row li.action {
  width: 150px;
}

.wallet-wrapper .wallet-info .transition-history .ksports-table-wrapper .ksports-table-row li.action button {
  background: #78DC94;
  border-radius: 10px;
  border: 1px solid #78DC94;
  padding: 11px 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}

.wallet-wrapper .wallet-info .transition-history .ksports-table-wrapper .ksports-table-row li.action button.dabit {
  background: #FFF8D1;
  border-color: #CCAD00;
  color: #CCAD00;
}

.wallet-wrapper .wallet-balance {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  height: calc(100% - 50px);
}

.wallet-wrapper .wallet-balance .avatar-area {
  text-align: center;
}

.wallet-wrapper .wallet-balance .avatar-area .balance-author {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 10px;
}

.wallet-wrapper .wallet-balance .avatar-area .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #262324;
}

.wallet-wrapper .wallet-balance .avatar-area .designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #989898;
}

.wallet-wrapper .wallet-balance .total-balance {
  background: #15375A;
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 430px;
  margin: 50px auto 0;
}

.wallet-wrapper .wallet-balance .total-balance .icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #15375A;
}

.wallet-wrapper .wallet-balance .total-balance .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  padding-right: 20px;
}

.wallet-wrapper .wallet-balance .total-balance .amount {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  margin-right: auto;
}

.order-details-wrapper .ksports-admin-wrapper .admin-main-content .section-heading span {
  color: #989898;
  font-weight: 400;
}

.order-details-wrapper .ksports-table-wrapper .ksports-table-row li.player-name img {
  height: 60px;
  width: 60px;
}

.order-details-wrapper .ksports-table-wrapper .ksports-table-row li.quantity {
  width: 90px;
}

.order-details-wrapper .ksports-table-wrapper .ksports-table-row li.price {
  width: 120px;
}

.order-details-wrapper .ksports-table-wrapper .ksports-table-row li.total {
  width: 120px;
}

@media (max-width: 1199px) {
  .ksports-dahboard-header .collapse:not(.show) {
    display: flex;
    flex-basis: inherit;
  }

  .ksports-table-wrapper .ksports-table-row li.player-name {
    width: 210px;
  }

  .ksports-table-wrapper .ksports-table-row li.email {
    width: 235px;
  }
}

@media (max-width: 991px) {
  .ksports-dahboard-header .search-form {
    display: none;
  }

  .ksports-admin-wrapper {
    display: block;
  }

  .ksports-admin-wrapper .admin-sidebar {
    display: none;
  }

  .ksports-admin-wrapper .admin-main-content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .navbar-dark .navbar-brand img {
    max-width: 230px;
  }

  .ksports-table-wrapper .ksports-table-row {
    display: block;
  }

  .ksports-table-wrapper .ksports-table-row.table-head {
    display: none;
  }

  .ksports-table-wrapper .ksports-table-row li {
    width: 100% !important;
    display: flex;
    padding: 11px 10px;
  }

  .ksports-table-wrapper .ksports-table-row li:before {
    content: "" attr(data-title) ":";
    width: 130px;
    font-weight: 600;
    color: #000;
  }
}

@media (max-width: 575px) {
  .ksports-dahboard-header .navbar {
    padding: 0;
    display: block;
  }

  .ksports-dahboard-header .navbar-dark .navbar-brand {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .ksports-dahboard-header .collapse:not(.show) {
    justify-content: center;
    align-items: center;
  }

  .ksports-dahboard-header .user-name-area {
    margin-right: 0 !important;
    margin-top: 12px;
  }

  .ksports-dahboard-header .user-name-area .user-name {
    position: relative;
  }
}

.account-settings .profile-area {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 24px;
  width: 100%;
  max-width: 657px;
  margin-bottom: 40px;
}

.account-settings .profile-area .profile-img {
  margin-bottom: 40px;
  position: relative;
  border-radius: 100%;
  display: flex;
  align-items: center;
}

.account-settings .profile-area .profile-img img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
}

.account-settings .profile-area .profile-img .edit-profile {
  border: none;
  line-height: 1;
  box-shadow: 0px 4px 5px #1910471a;
  padding: 10px 6px;
  cursor: pointer;
  background: #E6E6E6;
  color: #989898;
  border-radius: 5px;
  width: 130px;
  display: block;
  margin-right: 20px;
  text-align: center;
  font-size: 15px;
}

.account-settings .profile-area form {
  margin-top: 30px;
}

.account-settings .profile-area form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.account-settings .profile-area form .form-group label {
  font-size: 14px;
  color: #262324;
}

.account-settings .profile-area form .form-group textarea,
.account-settings .profile-area form .form-group select,
.account-settings .profile-area form .form-group>input {
  height: 44px;
  padding: 5px 15px;
  font-size: 16px;
  color: #989898;
  background: #F2F2F2;
  border-radius: 10px;
  outline: none;
  border: none !important;
}

.account-settings .profile-area form .form-group .icon {
  position: absolute;
  bottom: 13px;
  left: 0;
}

.account-settings .profile-area form .form-group textarea {
  background: #F9F9FB;
  border: none !important;
  border-radius: 5px;
  padding: 17px;
}

.account-settings .profile-area form .form-group .ksports-btn {
  background: #182954;
  border-radius: 5px;
}

.account-settings .profile-area form .show-password {
  font-size: 18px;
  position: absolute;
  left: 1px;
  right: inherit;
  bottom: 8px;
  height: 43px;
  cursor: pointer;
  font-weight: 600;
  border: none;
  padding: 8px 10px 8px 10px;
  background: transparent;
  margin: 0;
  z-index: 2;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-settings .profile-area form .show-password .fa-eye {
  display: none;
}

.account-settings .profile-area form .show-password i {
  position: relative;
  bottom: 0;
  left: inherit;
}

.account-settings .profile-area form .show-password-checkbox {
  display: none;
}

.ksports-inbox-table-wrapper {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 25px;
}

.ksports-inbox-table-wrapper .ksports-inbox-table-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}

.ksports-inbox-table-wrapper .ksports-inbox-table-row:last-child {
  border-bottom: 0;
}

.ksports-inbox-table-wrapper .ksports-inbox-table-row li {
  padding: 11px 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #737373;
}

.ksports-inbox-table-wrapper .ksports-inbox-table-row li:first-child {
  padding-right: 0;
}

.ksports-inbox-table-wrapper .ksports-inbox-table-row li:last-child {
  padding-left: 0;
}

.ksports-inbox-table-wrapper .ksports-inbox-table-row.table-head li {
  color: #3C4447;
  padding: 18px 10px;
}

.message-list .table-head {
  background: #32BBFF !important;
  border-radius: 10px 10px 0px 0px;
  cursor: auto !important;
}

.message-list .ksports-inbox-table-row.table-head li {
  color: #fff;
}

.message-list .ksports-inbox-table-wrapper {
  padding: 0;
}

.message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row {
  padding: 0 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row .msg-from {
  width: 270px;
  display: flex;
  align-items: center;
}

.message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row .msg-from img {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
}

.message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row .msg-subject {
  width: 150px;
}

.message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row .msg-date {
  width: 100px;
}

.message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row .msg-action {
  width: 80px;
}

.message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row .msg-action button {
  border: none;
  background: transparent;
  cursor: pointer;
  margin-right: 10px;
}

.message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row.active {
  background: #F7F7F7;
}

.message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row.active li {
  color: #15375A;
}

.message-list .user-msg-wrapper {
  margin-top: 30px;
}

.message-list .individual-user-msg {
  display: none;
}

.message-list .individual-user-msg .user-msg-box {
  background: #ffffff;
  border-radius: 5px;
  position: relative;
  padding: 20px 74px 20px 30px;
}

.message-list .individual-user-msg .user-msg-box .user-img {
  position: absolute;
  right: 22px;
  top: 12px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
}

.message-list .individual-user-msg .user-msg-box .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #15375A;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.message-list .individual-user-msg .user-msg-box .msg-txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #737373;
}

.message-list .individual-user-msg .user-msg-reply {
  position: relative;
  padding: 20px 74px 20px 30px;
  margin-top: 20px;
}

.message-list .individual-user-msg .user-msg-reply .user-img {
  position: absolute;
  right: 22px;
  top: 12px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  object-fit: cover;
}

.message-list .individual-user-msg .user-msg-reply .form-group {
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 7px 17px 17px;
}

.message-list .individual-user-msg .user-msg-reply .form-group textarea {
  min-height: 80px;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
  border: none !important;
}

.message-list .individual-user-msg .user-msg-reply .submit-area {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.message-list .individual-user-msg .user-msg-reply .submit-area .form-group {
  padding: 0;
  margin: 0 0 10px 0;
  background: transparent;
  border: none;
}

.message-list .individual-user-msg .user-msg-reply .submit-area .form-group .selectbox::before {
  border-left: 1px solid #060707;
  border-bottom: 1px solid #060707;
}

.message-list .individual-user-msg .user-msg-reply .submit-area .form-group input,
.message-list .individual-user-msg .user-msg-reply .submit-area .form-group select {
  width: 140px;
  color: #060707;
  margin-right: 10px;
  background-color: #fff;
}

.message-list .individual-user-msg .user-msg-reply .submit-area .form-group .ksports-btn {
  min-width: 100px;
  padding: 14px 25px;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row .msg-from {
    width: 190px;
  }
}

@media (max-width: 991px) {
  .message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row {
    padding: 0 15px;
    display: block;
  }

  .message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row.table-head {
    display: none;
  }

  .message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row li {
    width: 100% !important;
    display: flex;
    padding: 11px 10px;
  }

  .message-list .ksports-inbox-table-wrapper .ksports-inbox-table-row li:before {
    content: "" attr(data-title) "";
    width: 80px;
  }

  .message-list .individual-user-msg .user-msg-reply .submit-area {
    display: block;
  }

  .message-list .individual-user-msg .user-msg-reply .submit-area .form-group input,
  .message-list .individual-user-msg .user-msg-reply .submit-area .form-group select {
    width: 100%;
    margin-right: 0;
  }

  .message-list .individual-user-msg .user-msg-reply .submit-area .form-group .ksports-btn {
    margin-right: 0;
  }
}

.gallery-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-right: -40px;
  padding-left: 170px;
}

.gallery-wrapper .single-gallery {
  width: calc(100% / 5 - 40px);
  margin-right: 40px;
  margin-bottom: 40px;
}

.gallery-wrapper .single-gallery .img-area {
  position: relative;
}

.gallery-wrapper .single-gallery .img-area .video-play {
  font-size: 24px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 4px solid #fff;
  color: #fff;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.3));
}

.gallery-wrapper .single-gallery .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.gallery-wrapper .single-gallery .actions li {
  width: calc(50% - 7px);
}

.gallery-wrapper .single-gallery .actions .ksports-btn {
  font-size: 15px;
  padding: 15px 15px;
  width: 100%;
  min-width: auto;
  background: #9B9B9B;
  border-color: #9B9B9B;
  color: #fff;
}

.gallery-wrapper .single-gallery .actions .ksports-btn.delete {
  background-color: #32BBFF;
  border-color: #32BBFF;
  color: #fff;
}

.gallery-wrapper .single-gallery.add-new-item {
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-wrapper .single-gallery.add-new-item .actions {
  margin-top: 0;
}

@media (max-width: 1699px) {
  .gallery-wrapper {
    padding-left: 0;
  }

  .gallery-wrapper .single-gallery .img-area .video-play {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    font-size: 16px;
  }
}

@media (max-width: 1399px) {
  .gallery-wrapper {
    margin-right: -16px;
  }

  .gallery-wrapper .single-gallery {
    width: calc(100% / 5 - 16px);
    margin-right: 16px;
    margin-bottom: 30px;
  }

  .gallery-wrapper .single-gallery .actions .ksports-btn {
    font-size: 13px;
    padding: 9px 11px;
  }

  .gallery-wrapper .single-gallery .actions {
    margin-top: 12px;
  }
}

@media (max-width: 1199px) {
  .gallery-wrapper .single-gallery {
    width: calc(100% / 4 - 16px);
    margin-right: 16px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .gallery-wrapper .single-gallery {
    width: calc(100% / 3 - 16px);
  }
}

@media (max-width: 575px) {
  .gallery-wrapper .single-gallery {
    width: calc(100% / 2 - 16px);
  }
}

.player-profile-body {
  padding-top: 0;
}

.player-profile-details-body {
  background: #F9F9F9;
}

.player-profile-info {
  padding-top: 50px;
}

.player-profile-info .cover-photo {
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.player-profile-info .cover-photo>.container,
.player-profile-info .cover-photo>.container>.row {
  height: 100%;
}

.player-profile-info .cover-photo .edit-cover-photo {
  position: absolute;
  bottom: 30px;
  left: 10px;
  background: #fff;
  border-color: #fff;
  color: #34465D;
}

.player-profile-info .player-profile-content-wrapper {
  position: relative;
}

.player-profile-info .player-profile-content-wrapper .player-profile-img {
  width: 200px;
  height: 200px;
  position: relative;
  border-radius: 5px;
}

.player-profile-info .player-profile-content-wrapper .player-profile-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid #ffffff;
  background: #C4C4C4;
  border-radius: 5px;
}

.player-profile-info .player-profile-content-wrapper .player-profile-img .change-profile-img {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  bottom: -23px;
  right: 50%;
  transform: translateX(50%);
  cursor: pointer;
}

.player-profile-info .player-profile-content-wrapper .player-profile-img .change-profile-img img {
  width: 22px;
}

.player-profile-info .player-profile-content-wrapper .player-profile-content .player-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.3;
  color: #191047;
}

.player-profile-info .player-profile-content-wrapper .player-profile-content .address {
  font-size: 24px;
  line-height: 1.3;
  color: #4B4B4B;
  margin: 20px 0;
}

.player-profile-info .player-profile-content-wrapper .player-profile-content .player-position {
  display: flex;
  align-items: center;
}

.player-profile-info .player-profile-content-wrapper .player-profile-content .player-position li {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #191047;
}

.player-profile-info .player-profile-content-wrapper .player-profile-content .player-position li:first-child {
  margin-left: 80px;
}

.player-profile-info .profile-btns {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.player-profile-info .profile-btns li {
  margin-left: 30px;
}

.player-profile-info .profile-btns li:last-child {
  margin-left: 0;
}

.player-profile-info .profile-btns li.more-option button {
  border: none;
  height: 58px;
  width: 58px;
  background: #e7e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
}

.player-pricing {
  padding: 100px 0;
}

.player-pricing .pricing-content {
  padding-left: 15%;
}

.player-pricing .pricing-content .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #34465D;
  margin-bottom: 20px;
}

.player-pricing .pricing-content .desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #777777;
  margin-bottom: 40px;
}

.gt-video-box .box-header {
  background: #F63134;
  border-radius: 20px 20px 0px 0px;
  height: 200px;
  padding: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.gt-video-box .box-header h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-top: 25px;
}

.gt-video-box .box-footer {
  background: #FFFFFF;
  border-radius: 0px 0px 5px 5px;
  padding: 18px 20px;
  text-align: center;
}

.gt-video-box .box-footer .price-txt {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-transform: capitalize;
  color: #34465D;
}

.gt-video-box .box-footer .time-duration {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: #777777;
  margin-top: 8px;
  display: block;
}

.gt-services .service-content {
  padding-left: 15%;
}

.gt-services .service-content .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #34465D;
  margin-bottom: 20px;
}

.gt-services .service-content .desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #777777;
  margin-bottom: 40px;
}

.gt-services .video-box-col {
  margin-bottom: 30px;
}

.recent-gt {
  background: #F6F6F6;
  padding: 100px 0;
}

.recent-gt .recent-gt-col {
  margin-bottom: 40px;
}

.recent-gt .single-greeteeam {
  width: 350px;
  height: 350px;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.recent-gt .single-greeteeam:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}

.recent-gt .single-greeteeam img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
  transition: all 0.5s ease;
}

.recent-gt .single-greeteeam .play-icon {
  background: rgba(246, 49, 52, 0.5);
  border: 3px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 20px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 2;
}

.recent-gt .single-greeteeam:hover:before {
  opacity: 1;
  visibility: visible;
}

.recent-gt .single-greeteeam:hover img {
  transform: scale(1.3);
}

.recent-gt .single-greeteeam:hover .play-icon {
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 1199px) {
  .player-profile-info .player-profile-content-wrapper .player-profile-img {
    width: 210px;
    height: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .player-profile-info .player-profile-content-wrapper .player-profile-img {
    width: 140px;
    height: 140px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-img .change-profile-img {
    height: 40px;
    width: 40px;
    bottom: -18px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-img .change-profile-img img {
    width: 16px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .player-title {
    font-size: 20px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .follower li {
    font-size: 15px;
    text-align: right;
  }

  .player-profile-info .profile-btns li {
    margin-left: 10px;
  }

  .player-profile-info .profile-btns li.more-option button {
    height: 48px;
    width: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .player-profile-info .profile-btns {
    flex-flow: row wrap;
  }

  .player-profile-info .profile-btns li {
    margin-bottom: 10px;
  }

  .player-pricing .gt-video-box {
    margin-bottom: 30px;
  }

  .recent-gt .single-greeteeam {
    width: 120px;
    height: 120px;
  }

  .recent-gt .recent-gt-col {
    margin-bottom: 30px;
  }

  .friends-page .player-profile-info .player-profile-content-wrapper .player-profile-content .player-title {
    margin: 10px 0 10px 80px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .address img {
    width: 11px;
  }
}

.player-profile-details-body .player-profile-info .cover-photo {
  height: 300px;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content {
  position: relative;
  background-image: url(../images/player-img-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  overflow: hidden;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .profile-player-img {
  position: absolute;
  bottom: -20px;
  left: 10px;
  width: 528px;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics {
  padding: 70px 0;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .player-name {
  background-image: url(../images/player-name-shape.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px;
  width: 560px;
  text-align: center;
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .player-name small {
  display: block;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .player-name img {
  position: relative;
  top: -3px;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .single-statistics {
  background-image: url(../images/shape-2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #FFFFFF;
  width: 440px;
  padding: 12px 15px 12px 55px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .single-statistics .label {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #FFFFFF;
  width: 150px;
  text-align: right;
  position: relative;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .single-statistics .label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #87CEFA;
  position: absolute;
  right: -30px;
  top: 8px;
  border-radius: 100%;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .single-statistics .value {
  width: 130px;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-title .friends-count {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #34465D;
  margin-top: 10px;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .category {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-right: -10px;
  margin-top: 30px;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .category li {
  margin: 0 10px;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .category li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #757575;
  background: #F9F9F9;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  display: block;
  padding: 14px 22px;
}

.player-profile-details-body .player-profile-info .player-profile-content-wrapper .category li a:hover {
  background-color: #1E90FF;
  color: #ffffff;
}

.player-inner-menu {
  margin-top: 50px;
  padding-bottom: 70px;
}

.player-inner-menu .inner-menu {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 40px;
}

.player-inner-menu .inner-menu .nav-link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #757575;
  padding: 13px 0;
  display: block;
  position: relative;
  margin-left: 50px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.player-inner-menu .inner-menu .nav-link:hover {
  color: #191047;
}

.player-inner-menu .inner-menu .nav-link:before {
  content: "";
  position: absolute;
  bottom: -11px;
  right: 0;
  height: 4px;
  width: 100%;
  background: #00AECE;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.player-inner-menu .inner-menu .nav-link:last-child {
  margin-left: 0;
}

.player-inner-menu .inner-menu .nav-link.active {
  color: #191047;
}

.player-inner-menu .inner-menu .nav-link.active:before {
  opacity: 1;
  visibility: visible;
}

.player-inner-menu .info-heading {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #191047;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.player-inner-menu .ksports-player-list {
  background: transparent;
  padding: 0;
}

.player-inner-menu .ksports-player-list .single-player .name {
  color: #000000;
}

.player-inner-menu .ksports-player-list .single-player .team {
  color: #000;
  font-size: 18px;
}

.player-inner-menu .ksports-coach-list .single-player .address {
  color: #000000;
  font-size: 18px;
}

.player-inner-menu .ksports-player-list .single-player .btn-area li a {
  color: #000000;
}

.player-inner-menu .ksports-player-list .single-player .btn-area li a:hover {
  color: #ffffff;
}

.player-inner-menu .player-information {
  width: 100%;
  margin-bottom: 15px;
}

.player-inner-menu .player-information ul {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  max-width: 690px;
}

.player-inner-menu .player-information ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #4B4B4B;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  margin-bottom: 14px;
}

.player-inner-menu .player-information ul li .info-title {
  width: 50%;
  display: inline-block;
  padding-left: 10px;
}

.player-inner-menu .player-information ul li .info-duration {
  width: 50%;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #4B4B4B;
}

.player-inner-menu .favourite-position {
  display: flex;
  flex-flow: row wrap;
}

.player-inner-menu .favourite-position .single-position {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  margin-left: 30px;
  text-align: center;
  border-radius: 6px;
}

.player-inner-menu .favourite-position .single-position>span {
  font-size: 16px;
  display: block;
  line-height: 1.2;
  margin-bottom: 14px;
}

.player-inner-menu .favourite-position .single-position>h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1;
}

@media only screen and (max-width: 1199px) {
  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .player-name {
    font-size: 35px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .category {
    margin-right: -5px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .category li {
    margin: 0 5px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .category li a {
    font-size: 14px;
    padding: 10px 16px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .player-title {
    font-size: 34px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .address {
    font-size: 18px;
    margin: 12px 0;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .address img {
    width: 16px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .player-position li {
    font-size: 18px;
  }

  .player-profile-details-body .player-profile-info .cover-photo {
    height: 240px;
  }
}

@media only screen and (max-width: 991px) {
  .player-profile-details-body .player-profile-info .cover-photo {
    height: 210px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .single-statistics {
    width: 380px;
    padding: 8px 15px 8px 35px;
    font-size: 16px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .single-statistics .label {
    font-size: 14px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .player-name {
    width: 430px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content {
    background-position: calc(100% - (100% + 80px)) bottom;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .profile-player-img {
    width: 458px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .single-statistics .label:before {
    width: 12px;
    height: 12px;
    right: -21px;
    top: 12px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .player-name {
    font-size: 25px;
  }

  .player-inner-menu .inner-menu {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    height: 57px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .player-title {
    font-size: 24px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .player-position li {
    font-size: 16px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .player-position li:first-child {
    margin-left: 30px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .player-title img {
    width: 19px;
  }

  .player-inner-menu .inner-menu .nav-link {
    margin-left: 24px;
  }

  .player-inner-menu .player-information .nav-link {
    font-size: 16px;
    padding: 10px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .category li {
    margin-bottom: 10px;
  }

  .player-inner-menu {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .player-name {
    width: 320px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .player-name img {
    width: 21px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .single-statistics {
    width: 310px;
    padding: 8px 32px 8px 35px;
  }

  .player-inner-menu .player-information ul li .info-title {
    width: auto;
  }

  .player-inner-menu .profile-link {
    margin: 10px auto 50px;
  }

  .player-inner-menu .player-information ul {
    display: block;
  }

  .player-inner-menu .player-information ul li {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 575px) {
  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .single-statistics {
    width: 100%;
    max-width: 310px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .player-name {
    width: 100%;
    max-width: 320px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content {
    background-position: calc(100% - (100% + 140px)) bottom;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .single-statistics span {
    line-height: 1.4 !important;
    display: block;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .player-statistics .single-statistics .label:before {
    width: 8px;
    height: 8px;
    right: -17px;
    top: 6px;
  }

  .player-profile-details-body .player-profile-info .player-profile-content-wrapper .player-profile-content .profile-player-img {
    max-width: 378px;
    width: 100%;
  }

  .player-gallery .player-gallery-filter li a {
    font-size: 14px;
    padding: 8px 0;
  }

  .player-inner-menu .profile-link .icon {
    padding: 13px 11px;
    width: 110px;
  }

  .player-inner-menu .profile-link>.link {
    padding: 18px 14px;
    width: calc(100% - 110px);
  }

  .player-inner-menu .inner-menu button.active:before {
    display: none;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-img {
    width: 110px;
    height: 110px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-img>img {
    border: 2px solid #ffffff;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .player-title {
    font-size: 20px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .address {
    font-size: 11px;
    margin: 9px 0;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .player-position li:first-child {
    margin-left: 10px;
  }

  .player-profile-info .player-profile-content-wrapper .player-profile-content .player-position li {
    font-size: 11px;
  }
}

/* ----------------RTL custom style-------------- */
.ksports-hero .hero-content {
  text-align: right;
}

.ksports-about .content-area .section-title {
  text-align: right !important;
}

.ksports-steps .steps-content .single-step .step-title {
  text-align: right;
}

.ksports-cv .content-area {
  text-align: right;
}

.ksports-cv .section-title {
  text-align: right !important;
}

.ksports-experience .single-experience .experience-content .title h4 {
  text-align: right;
}

.ksports-experience .single-experience .experience-content .list li {
  text-align: right;
}

.ksports-client-logo .client-logo-wrapper * {
  direction: ltr;
}

.ksports-client-logo .client-logo-wrapper img{
  max-width: 100%;
  width: 100%;
}

.ksports-client-logo .client-logo-wrapper .slick-arrow {
  left: -80px;
}

.ksports-client-logo .client-logo-wrapper .slick-arrow.slick-next {
  left: inherit;
  right: -80px;
}

.ksports-testimonial .testimonial-content-wrapper {
  direction: ltr;
  text-align: right;
}

.ksports-testimonial .testimonial-author-wrapper {
  direction: ltr;
}

.ksports-testimonial .testimonial-author-wrapper .slick-arrow.slick-prev {
  right: calc(50% - -41px);
}

.ksports-testimonial .testimonial-author-wrapper .slick-arrow.slick-next {
  right: calc(50% - 18px);
}

.ksports-footer .single-widget:not(.footer-logo-area) {
  padding-right: 30px;
  padding-left: 15px;
  text-align: right;
}

.ksports-footer .footer-logo-area .footer-logo {
  display: block;
}

.ksports-footer .footer-logo-area p {
  text-align: right;
}

.ksports-footer .copyright-text-area .copyright-text {
  text-align: right;
}

.ksports-player-list .main-title {
  text-align: right;
}

.ksports-player-list .single-player .name {
  text-align: right;
}

.ksports-contact .contact-us-content-wrapper .contact-us-left {
  text-align: right;
}

.ksports-contact .contact-us-content-wrapper .contact-us-right {
  text-align: right;
}

.ksports-admin-wrapper .admin-main-content .section-heading {
  text-align: right;
}

.account-settings .profile-area form .form-group label {
  text-align: right;
  display: block;
}

.ksports-inbox-table-wrapper {
  text-align: right;
}

.ksports-table-wrapper {
  text-align: right;
}

.ksports-faq .faq-content .card-body {
  text-align: right;
}

.ksports-signup .contact-us-content-wrapper .contact-us-left {
  text-align: right;
}

.ksports-player-list .single-player .price {
  display: block;
  text-align: right;
}

.ksports-privacy-policy .single-block {
  text-align: right;
}

.player-inner-menu .player-information ul {
  text-align: right;
}