html,
body {
  overflow-x: hidden;
  width: 100%;
  font-family: "metropolis", sans-serif;
}
.custom-toggler .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,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
#header {
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  margin-right: 20px;
}
.disflex {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.bgresults {
  background-color: #0e2549;
  color: #03bb21;
}
#visible .nav {
  float: right;
}

.custom-toggler.navbar-toggler {
  border-color: rgb(255, 102, 203);
}

.headerfont {
  font-size: 16px;
  font-weight: 500;
  padding-left: 1.5rem !important;
}
.navbar-toggler {
  margin: 0px 5px 0px 5px;
}
.matchstat {
  min-height: 60vh;
  background-color: #0e2549;
}
.matchstat1 {
  background-image: url(../img/imgtopprofile.png);
  background-position: left top;
}
#matchstat1 {
  background-image: url(../img/imgtopprofile.png);
  background-position: left top;
  min-height: 50vh;
}
.abotusbg {
  background-color: #0e2549;
  height: 50vh;
}

#matchstattabs {
  background-color: #0e2549;
}
#matchstattabs .nav {
  /* width: 50%; */
  border-radius: 0px 0px 0px 16px;
  margin-top: 0px !important;
  margin-left: 0px !important;
}
.vl {
  border-left: 6px solid rgb(65, 91, 236);
  height: 160px;
}
.image {
  background-image: url(../img/imgtopprofile.png);
}
.bgscore {
  background-color: #2300da;
  color: #fff;
}
/* fontclosed */

.home .carousel-item {
  min-height: 90vh;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.home .carousel-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,0.5); */
  z-index: -1;
}
.home .carousel-item .container {
  position: absolute;
  left: 50%;
  bottom: 10%;
  transform: translate(-50%, -50%);
  text-align: left;
}
.home .carousel-item h5 {
  font-size: 20px;
  color: #29d349;
}
.home .carousel-item h2 {
  font-size: 48.83px;
  color: #ffffff;
  margin: 0 0 10px;
  opacity: 0;
}
.home .carousel-item p {
  font-size: 16px;
  margin: 0;
  color: #eeeeee;
  opacity: 0;
}
.home .carousel-item hr {
  color: #eeeeee;
  width: 50%;
}
.home .carousel-item.active h2 {
  animation: fadeInLeft 0.5s ease forwards;
}
.home .carousel-item.active p {
  animation: fadeInRight 0.5s ease forwards;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.home .carousel-controls {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 10;
  transform: translateX(-50%);
}

.home .carousel-indicators {
  position: relative;
  margin: 0;
}

.home .carousel-indicators li {
  height: 15px;
  width: 15px;
  margin: 0 0px;
  border-radius: 50%;
  background-position: center;
  border: 3px solid transparent;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
.home .carousel-indicators li.active {
  background-color: #29d349;
}

.home .carousel-control-next,
.home .carousel-control-prev {
  height: 15px;
  width: 15px;
  opacity: 1;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.5s ease;
}
.home .carousel-control-next:hover,
.home .carousel-control-prev:hover {
  box-shadow: 0 0 10px #03bb21;
}
.home .carousel-control-next img,
.home .carousel-control-prev img {
  width: 30px;
}
.home .carousel-control-next {
  right: -90px;
}
.home .carousel-control-prev {
  left: -90px;
}

/* Header */
.navbar {
  margin-bottom: 0px !important;
}
.clrheader {
  color: #333333;
}
.clrheaderhover {
  color: #2546ef;
}
/* Subheader */
.clr {
  color: #ffffff;
  opacity: 0.5;
}
.bg-dark {
  opacity: 1;
}
.nav-tabs {
  border-bottom: none;
  width: 150px;
}
.active {
  color: #2300da !important;
}
/* .nav {
  margin-top: 70px;
  margin-left: 1200px;
} */
#visible .nav {
  margin-top: 70px;
  margin-left: 1200px;
}
/* video section */
#videos {
  background-color: #d9d9d9;
}
.videosize {
  padding: 80px;
}

#scroller-wrapper {
  height: 200px;
  width: 100%;
  background-color: #d9d9d9;
  position: relative;
  overflow-x: scroll;
}

#scroller {
  position: absolute;
  height: 100%;
  white-space: nowrap;
}

.elem {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: auto;
  display: inline-block;
}
/* Gallery */
body {
  margin: 0;
  padding: 0;
}
/* .container{
	width:90%
	margin:10px auto;
} */
.portfolio-menu {
  text-align: center;
}
.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}

.portfolio-item .item {
  /*width:303px;*/
  float: left;
  margin-bottom: 10px;
}
/* Testimoial */

.demo {
  background: #3e2a41;
}
.testimonial {
  margin: 20px 0;
}
.testimonial .testimonial-content {
  width: 20%;
  display: inline-block;
  text-align: center;
  margin-right: 5%;
}
.testimonial .pic {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  border: 8px solid rgba(255, 255, 255, 0.15);
}
.testimonial .pic img {
  width: 100%;
  height: auto;
}
.testimonial .title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 10px 0 0 0;
}
.testimonial .post {
  font-size: 12px;
  color: #fff;
}
.testimonial .description {
  display: inline-block;
  width: 75%;
  padding: 30px 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 14px;
  color: #fff;
  margin: 0;
  position: relative;
}
.testimonial .description:before {
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 20px;
  left: -21px;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #fff;
  border: 1px solid #fff;
}
.owl-theme .owl-controls .owl-page span {
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}
#mytestcarousel .carousel {
  padding: 0 70px;
}
#mytestcarousel .carousel .carousel-item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}
#mytestcarousel .carousel .carousel-item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
#mytestcarousel .carousel .carousel-item2 .img-box2 {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid rgb(253, 0, 0);
  border-radius: 80%;
}
#mytestcarousel .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
#mytestcarousel .carousel .testimonial {
  padding: 30px 0 10px;
}
#mytestcarousel .carousel .overview {
  font-style: italic;
}
#mytestcarousel .carousel .overview b {
  text-transform: uppercase;
  color: #7aa641;
}
#mytestcarousel .carousel-control-prev,
.carousel-control-next {
  width: 15px;
  height: 15px;
  margin-top: -20px;
  top: 50%;
  background: none;
}
#mytestcarousel .carousel-control-prev i,
.carousel-control-next i {
  font-size: 30px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
#mytestcarousel .carousel-indicators {
  bottom: -40px;
}
#mytestcarousel .carousel-indicators li,
.carousel-indicators li.active {
  width: 15px;
  height: 15px;
  margin: 1px 3px;
  border-radius: 50%;
  border: none;
}
#mytestcarousel .carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
#mytestcarousel .carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.rightcolor {
  background-color: #f2f2f2;
  max-height: 320px;
  display: flex;
  align-items: center;
}
.titlecenterall {
  text-align: center;
}
/* Footer */
.site-footer {
  background-color: #0e2549;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
  background-image: url("./../../assets/img/footer/footer_patt.png");
  /* background-size: 80%; */
  background-repeat: repeat;
}
ul.social-icons img {
  width: 57px;
  height: 57px;
}
/* .social{
    width: 99%;
} */
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #178bff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.social-h6 {
  padding-left: 25px;
}

.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
  line-height: 2;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #989292;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  /* text-align:center; */
  padding-top: 1rem;
}
/* .site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
} */
.copyright-text {
  margin: 0;
}
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
}

.header {
  text-align: center;
  padding: 32px;
}

/* .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap; 
  flex-wrap: wrap;
  padding: 0 4px;
} */

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  body {
    overflow-x: hidden;
  }
  .result2 {
    background-color: #2300da;
    height: 120px;
    width: 350px;
    margin-left: 8px;
  }
  .mp {
    margin: 20px;
  }
  .result5 {
    height: 80px;
    width: 350px;
    margin-left: 8px;
  }
  #visible .nav {
    margin-top: 200px;
    float: right;
  }
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
  #visible .nav {
    margin-top: 62px;
    margin-left: 282px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
  #visible .nav {
    margin-top: 62px;
    margin-left: 282px;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  /* background-color:#eceeef; */
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 1.2rem;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  margin: 0px 12px 0px 16px;
}
/* .social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
} */
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: transparent;
}
.social-icons a.twitter:hover {
  background-color: transparent;
}
.social-icons a.linkedin:hover {
  background-color: transparent;
}
.social-icons a.dribbble:hover {
  background-color: transparent;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
  #visible .nav {
    margin-top: 62px;
    margin-left: 282px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial .testimonial-content {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .testimonial .description {
    width: 100%;
  }
  .testimonial .description:before {
    border: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.15);
    position: absolute;
    top: -20px;
    left: 47.5%;
  }
  #visible .nav {
    margin-top: 62px;
    margin-left: 282px;
  }
}

@media (max-width: 767px) {
  .headerfont {
    font-size: 16px;
    font-weight: 300;
    padding-left: 0.5rem !important;
  }
  .home .carousel-control-next,
  .home .carousel-control-prev {
    display: none;
  }
  .home .carousel-indicators li {
    height: 30px;
    width: 30px;
  }
  .home .carousel-item h2 {
    font-size: 45px;
  }
  .home .carousel-item p {
    font-size: 22px;
  }
  #visible .nav {
    margin-top: 458px;
    margin-left: 169px;
  }
}

@media (max-width: 992) {
  .headerfont {
    font-size: 16px;
    font-weight: 500;
    padding-left: 1rem !important;
  }
  #visible .nav {
    margin-top: 62px;
    margin-left: 282px;
  }
}

@media (min-width: 360px) {
  #visible .nav {
    margin-top: 446px;
    margin-left: 404px;
  }
}
@media (min-width: 576px) {
  .navbar-toggler {
    margin: 0px 0px 0px 270px;
  }
}
@media (min-width: 992px) {
  .navbar-toggler {
    margin: 0px 0px 0px 100px;
  }
  #visible .nav {
    margin-top: 583px;
    margin-left: 1096px;
  }
}
@media (min-width: 1440px) {
  .navbar-toggler {
    margin: 0px 0px 0px 100px;
  }
  #visible .nav {
    margin-top: 450px;
    /* margin-left: 1263px;  */
    float: right;
  }
}
