body{
    font-family: "Nunito", sans-serif!important;
    color: #192225!important;
    /* width: 100vh;
    height: 100vh; */
}

.top-menu{
    background: linear-gradient(94.84deg, #F4C145 -16.49%, #1F631C 121.05%);
}

.lang{
    color: white;
    background: #477524;
    border: #477524;
}

.lang:focus-visible{
    border: #477524;
    outline: none;
}

.header{
    /* border-bottom: 3px solid rgb(187 87 166); */
}

.borders{
    height: 2px;
    margin: 20px auto 20px;
    position: relative;
    width: 80px;
    background: linear-gradient(94.84deg, #F4C145 -16.49%, #1F631C 121.05%);
}

.navbar-light .navbar-nav .nav-link{
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600 !important;
}

.navbar-light .navbar-nav .nav-link:hover{
    color: rgb(88, 87, 87);
}

a{
    text-decoration: none;
    color: #161616;
}

h2{
    color: #3A3A3A;
    font-weight: 700;
}

a:hover{
    text-decoration: none;
    color: #161616;
}

.header-logo{
    width: 170px;
}
.navbar-dark .navbar-nav .nav-link{
    color: rgba(0, 0, 0, 0.9) !important;
    font-size: 1rem !important;
    font-weight: bold;
}


.navbar{
    padding: 10px 0px;
    background: white;

}

.slider{
    height: auto;
    padding-bottom: 5rem;
}



.slide-image{
    /* position: absolute; */
}

.slide-fun{
    position: relative;
    z-index: 111;
    margin-top: -70px;
}

.slider-card{
    border-radius: 5px;
    color: white;
    background-image: linear-gradient(94.84deg, #F4C145 -16.49%, #1F631C 121.05%);
    text-align: center;

}


.d-md-block{
    padding-bottom: 0px;
}

.notices{
     padding-bottom: 5rem;
}


.notice-board{
    /* background-image: url('../image/NOTICE.png'); */
    border-radius: 5%;
}

.input-group-text{
    background-color: #1F631C;
    color: white;
    padding: 12px;

}

.notice-board>.input-group{
    width: 100%;
    padding: 5%;
}

.head{
    text-align: center;
    margin: 40px 0px;
}


.upcomming-tournament-btn{
    background: linear-gradient(94.84deg, #F4C145 -16.49%, #1F631C 121.05%);
    color: white;
    white-space: revert !important;
    border: 0px;
    margin-bottom: 15px;
    width: 100%;
}

.upcomming-tournament-btn:hover{
    color: white;
}




.tournament-date{
    width: 25%;
    float: left;
}

.tournament-time{
    width: 75%;
    float: left;
    border-left: 2px solid white;
    text-align: left;
    padding-left: 3%;
}

.about{
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.message{
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #F7F7F7;
}

.game-section{
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.game-icon{
    width: 100px;
}

.partners{
    background-color: #F8F8E7;
    margin-top: 180px;
    height: 250px;
}


.top-players{
    margin-top: 5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #F7F7F7;
}

.top-player-name-label{
    background-image: linear-gradient(90deg, #F4C145 10%, #1F631C 100%);
    color: white;
    padding: 10px 10px;
    width: 50%;
    border-radius: 0px 10px 10px 0px;
    position: absolute;
    top: 240px;
    left: 0px;
}


.news-event{
    margin-top: 180px;
}

.category-news{
    margin-top: 3.8rem;
}

.join-us{
    margin-top: 180px;
    background-image: url('../image/join-us.svg');
}

.carousel-control-next, .carousel-control-prev{
    width: 0px;
}



@media only screen and (max-width: 768px) {
    .slide-fun{
        display: none;
    }
    .about-image{
        display: none;
    }

    .carousel-inner{
        height: 100vh;
    }

    .col-xs-6, .col-xs-4, .col-xs-12{
        margin-bottom: 2rem;
    }

}

/*history*/
.roadmap{
    margin: 3.8rem 0rem 3.8rem 0rem;
}

.roadmap>.container{
    margin-bottom: 6.8rem;
}

.head>p{
    font-size: 25px;
}

.media{
    margin: 3.8rem 0rem 3.8rem 0rem;
}
.media>.container>.row{
    float: right;
}


/*tournament*/

.upcoming-tournament>.container{
    padding-bottom: 4rem;
    padding-top: 4rem;
}
.upcoming-tournament>.container>.head{
    text-align: left;
}


.previous-tournament>.container{
    margin-bottom: 6rem;
}
.previous-tournament>.container>.head{
    text-align: left;
}

/*news*/
.latest-news>.container{
    margin-bottom: 6rem;
}
.latest-news>.container>.head{
    text-align: left;
}


.press-released>.container{
    margin-bottom: 6rem;
}
.press-released>.container>.head{
    text-align: left;
}

.media-released>.container{
    margin-bottom: 6rem;
}
.media-released>.container>.head{
    text-align: left;
}

/*notice*/
.notices>.container{
    margin-bottom: 6rem;
}
.notices>.container>.head{
    text-align: left;
}

/*player*/
.news-search{
    margin-top: 2rem;
}

.game-name{
    padding-right: 0px;
}

.game-name>select{
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #1F631C;
    border-right: none;
}

.game-category{
    padding-left: 0px;
}

.game-category>select{
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #1F631C;
}









/*Slick slider start*/
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*Slick slider end*/

/*slider start*/

.carousel-inner {
	width: 100%;
	display: inline-block;
	position: relative;
}
.carousel-inner {
	padding-top: 43.25%;
	display: block;
	content: "";
}
.carousel-item {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: skyblue;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.caption {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 60%;
	z-index: 9;
	margin-top: 20px;
	text-align: center;
}
.caption h1 {
    color: #fff;
	font-size: 52px;
	font-weight: 700;
	margin-bottom: 23px;
}
.caption h2 {
    color: rgba(255,255,255,.75);
	font-size: 26px;
	font-weight: 300;
}
a.big-button {
	color: #fff;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	background: #eb7a00;
	background: rgba(255, 0, 0, 0.75);
	padding: 28px 35px;
	border-radius: 3px;
	margin-top: 80px;
	margin-bottom: 0;
	display: inline-block;
}
a.big-button:hover {
	text-decoration: none;
	background: rgba(255, 0, 0, 0.9);
}
a.view-demo {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	display: inline-block;
	margin-top: 35px;
}
a.view-demo:hover {
	text-decoration: none;
	color: #333;
}

.carousel-indicators .active {
  background: #fff;
}
.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 20px solid;
  z-index: 15;
}

/*slider end*/

/*news and event start*/

.b-0 {
    bottom: 0;
}

.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.img-fluid, .position-absolute{
    border-radius: 5px;
}

/*news and event end*/

/*Timeline start*/
#conference-timeline {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    display: table;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    background: #1F631C;
    padding: 15px 23px;
    color: #fff;
    max-width: 5%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  #conference-timeline .conference-center-line {
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -2px;
    background: #1F631C;
    z-index: -1;
  }
  #conference-timeline .conference-timeline-content {
    /* padding-top: 67px;
    padding-bottom: 67px; */
  }
  .timeline-article {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
  }
  .timeline-article .timeline-author {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #242424;
    text-align: right;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    position: relative;
    width: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.03);
    padding: 27px 25px;
  }
  .timeline-article p {
    margin: 0 0 0 0px;
    padding: 0;
    font-weight: 400;
    color: #242424;
    font-size: 14px;
    line-height: 24px;
    position: relative;
  }
  .timeline-article p span.article-number {
    position: absolute;
    font-weight: 300;
    font-size: 44px;
    top: 10px;
    left: -60px;
    color: #1F631C;
  }
  .timeline-article .content-left-container {
    float: left;
  }
  .timeline-article .content-right-container {
    float: right;
  }
  .timeline-article .content-left:before,
  .timeline-article .content-right:before{
    position: absolute;
    top: 20px;
    font-size: 23px;
    font-family: "FontAwesome";
    color: #fff;
  }
  .timeline-article .content-left:before {
    content: "\f0da";
    right: -8px;
    color: #e9e9e9;
  }
  .timeline-article .content-right:before {
    content: "\f0d9";
    left: -8px;
    color: #e9e9e9;
  }
  .timeline-article .meta-date {
    position: absolute;
    top: 0;
    left: 49%;
    width: 80px;
    height: 80px;
    margin-left: -31px;
    color: #fff;
    border-radius: 100%;
    background: #1F631C;
  }
  .timeline-article .meta-date .dates,
  .timeline-article .meta-date .month {
    display: block;
    text-align: center;
    font-weight: 900;
  }
  .timeline-article .meta-date .dates {
    font-size: 25px;
    line-height: 80px;
  }
  .timeline-article .meta-date .month {
    font-size: 18px;
    line-height: 10px;
  }
  /*===== // Vertical Timeline =====*/

  /*===== Resonsive Vertical Timeline =====*/
  @media only screen and (max-width: 830px) {
    #conference-timeline .timeline-start,
    #conference-timeline .timeline-end {
      margin: 0;
    }
    #conference-timeline .conference-center-line {
      margin-left: 0;
      left: 50px;
    }
    .timeline-article .meta-date {
      margin-left: 0;
      left: 20px;
    }
    .timeline-article .content-left-container,
    .timeline-article .content-right-container {
      max-width: 100%;
      width: auto;
      float: none;
      margin-left: 110px;
      min-height: 53px;
    }
    .timeline-article .content-left-container {
      margin-bottom: 20px;
    }
    .timeline-article .content-left,
    .timeline-article .content-right {
      padding: 10px 25px;
      min-height: 65px;
    }
    .timeline-article .content-left:before {
      content: "\f0d9";
      right: auto;
      left: -8px;
    }
    .timeline-article .content-right:before {
      display: none;
    }
  }
  @media only screen and (max-width: 400px) {
    .timeline-article p {
      margin: 0;
    }
    .timeline-article p span.article-number {
      display: none;
    }

  }
  /*===== // Resonsive Vertical Timeline =====*/

/*Timeline end*/



/* for card */


.stats {
    background: #f2f5f8 !important;
    color: #000 !important
}

.articles {
    font-size: 10px;
    color: #a1aab9
}

.number1 {
    font-weight: 500
}

.followers {
    font-size: 10px;
    color: #a1aab9
}

.number2 {
    font-weight: 500
}

.rating {
    font-size: 10px;
    color: #a1aab9
}

.number3 {
    font-weight: 500
}
/* for card end*/




.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.breadcrumb{
    background: url('../image/breadcrumb.png');
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 6rem;
  }

  .breadcrumb-title{
    background-color: #003F7D;
    width: 100%;
    opacity: 0.5;
    color: white;
  }




