/* insert new font for game site */
@import url('https://fonts.googleapis.com/css2?family=Oxanium:wght@200;300;400;500;600;700;800&display=swap');
/* font-family: 'Oxanium', cursive; */

.banner-top {
    overflow: hidden;
    position: relative;
    height: 100vh;
    background: url(../images/banner.png);
    display: flex;
    background-size: cover;
    align-items: center;
}


.banner-content h2 {
    color: #fff;
    font-weight: 700;
    font-size: 75px;
    font-family: 'Oxanium', cursive;
    text-transform: capitalize;
}
.banner-content span  {
    color: #e4a101;
    font-weight: 700;
    font-size: 75px;
    font-family: 'Oxanium', cursive;
    text-transform: capitalize;
}

.banner-content p {
    font-weight: 400;
    color: #dbdbdb;
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 30px;
}
.round-anime {
    position: absolute;
    top: 10%;
    left: -217px;
}

.round-anime img {
    width: 499px;
    opacity: 0.2;
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.just-gamers-bg {
    background-image: url(../images/just_gamer_bg.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-115 {
    padding-top: 115px;
}

.mb-70 {
    margin-bottom: 70px;
}
.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.gray-bg {
    background: #f6f6f6;
}

.black-bg {
    background: #1c181e;
}
.title-style-three span {
    color: #e4a101;
    font-family: 'Oxanium', cursive;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 10px;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.btn:focus,
.button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #2B96CC;
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oxanium', cursive;
	color: #fff;
	margin-top: 0px;
	font-style: normal;
	font-weight: 800;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	color: #cbcbcb;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.btn {
	/* -moz-user-select: none; */
	border: medium none;
	border-radius: 5px;
	color: #1c1121;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 20px 44px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}
.btn:hover {
	color: #1c1121;
}
.btn::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	background-image: url(../img/images/btn_overlay.png);
	width: 100%;
	height: 55px;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	z-index: -1;
	transition: .3s linear;
}
.btn:hover::before {
	bottom: 0;
}
.btn i {
	margin-right: 5px;
}
.btn.transparent-btn {
	border: 2px solid #9f999d;
	background: transparent;
	color: #fff;
}
.btn.transparent-btn:hover {
	border: 2px solid #e4a101;
	color: #1c1121;
}
.btn.transparent-btn::before {
	display: none;
}
.btn.btn-style-two {
	background: transparent;
	padding: 20px 35px;
	margin: 0 8px;
}
.btn.btn-style-two::before {
	content: "";
	position: absolute;
	right: -13px;
	top: 0;
	height: 100%;
	width: 5px;
	transform: skewX(-16deg);
	z-index: 1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
	background-color: #e4a101;
}
.btn.btn-style-two::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transform: skewX(-16deg);
	z-index: -1;
	opacity: 1;
	background-image: none;
	bottom: 0;
	border-radius: 0;
	left: auto;
	background-color: #e4a101;
}
.btn.btn-style-two:hover::before {
	right: 0;
}
.breadcrumb > .active {
	color: #888;
}


.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
     transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	left: 120px;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	z-index: 1;
}
.slider-active .slick-next {
	right: 120px;
	left: auto;
}
.third-banner-bg {
    background-image: url(../img/slider/third_banner_bg.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 150px 0 130px;
    margin-top: -20px;
}
.rotated-btn {
    font-size: 16px;
    background: #ff5917;
    border-radius: 0;
    color: #fff;
    padding: 19px 31px;
    margin-left: 17px;
    margin-right: 17px;
}
.rotated-btn:hover {
	color: #fff;
}
.rotated-btn::before {
    background-image: none;
    bottom: 0;
    border-radius: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 54px solid #ff5917;
    left: -17px;
	border-left: 17px solid transparent;
	transition: all 0.3s ease 0s;
}
.rotated-btn::after {
	content: "";
	position: absolute;
    bottom: 0;
    border-radius: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 54px solid #ff5917;
    right: -17px;
	border-right: 17px solid transparent;
	transition: all 0.3s ease 0s;
}
.rotated-btn:hover {
	background: #2a2a32;
}
.rotated-btn:hover::before {
	border-top-color: #2a2a32;
}
.rotated-btn:hover::after {
	border-top-color: #2a2a32;
}
.third-banner-content h2 {
    font-size: 120px;
    text-transform: uppercase;
    line-height: .8;
    font-family: 'grinddemolished';
    font-weight: normal;
    margin-bottom: 14px;
}
.third-banner-content h6 {
    text-transform: uppercase;
    font-family: 'grinddemolished';
    font-weight: normal;
    letter-spacing: 10px;
    line-height: 1.6;
    font-size: 20px;
    margin-bottom: 30px;
}
.third-banner-img {
    text-align: center;
	margin-bottom: -40px;
	position: relative;
	z-index: 1;
}
.third-banner-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 20px;
    width: 1065px;
    background: #ee5519;
    margin: 0 auto;
	right: 0;
	opacity: .35;
}
.third-banner-content {
    position: relative;
    z-index: 1;
}
.home-four-slider .slider-bg {
    background-image: url(../img/slider/fourth_banner_bg.jpg);
    background-position: center;
    background-size: cover;
    padding: 205px 0 205px;
}
.home-four-slider .custom-container-two {
	position: relative;
}
.home-four-slider .slider-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 0;
	bottom: auto;
}


/* 8. About-us */
.about-img {
	padding: 15px;
	background-color: rgba(245, 58, 7, 0);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
	position: relative;
}
.about-img > img {
	width: 100%;
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.23);
	border-radius: 6px;
}
.about-img .popup-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.title-style-two,
.title-style-three {
	padding-bottom: 35px;
	position: relative;
}
.title-style-two::before,
.title-style-three::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../img/images/title_bar.png);
	width: 270px;
	height: 13px;
	background-repeat: no-repeat;
}
.title-style-three::before {
	background-image: url(../images/title_bar02.png);
}
.title-style-three h2 {
	color: #1c1121;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 10px;
}
.title-style-three p {
	color: #6c6c6c;
	margin-bottom: 0;
}
.about-content {
	padding-right: 70px;
}
.about-content p:first-child {
	margin-bottom: 20px;
}
.about-content p:nth-child(2) {
	margin-bottom: 55px;
}
.inner-about-area .title-style-three {
	padding-bottom: 30px;
}
.inner-about-area .title-style-three h2 {
	margin-bottom: 0;
}
.inner-about-content h5 {
	font-size: 22px;
	color: #f2a900;
	margin-bottom: 20px;
}
.inner-about-content p {
	color: #6c6c6c;
	margin-bottom: 12px;
}
.inner-about-content p:nth-child(3) {
	margin-bottom: 35px;
}
.inner-about-img img {
	margin-left: 115px;
}
.inner-about-img img:nth-child(2) {
	margin-left: 10px;
	margin-top: -315px;
	box-shadow: 0px 2px 21px 0px rgba(17, 8, 23, 0.1);
	border-radius: 10px;
}
.inner-about-img img:nth-child(3) {
	margin-top: -200px;
	margin-left: -65px;
}
.inner-about-area {
	position: relative;
	padding-bottom: 120px;
	padding-top: 105px;
}
.inner-about-shape {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.third-about-img .shadow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.third-title-style h2 {
    font-family: 'grinddemolished';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 45px;
    line-height: 1;
	margin-bottom: 17px;
	letter-spacing: -1px;
}
.third-title-style .inner {
    padding-left: 45px;
    position: relative;
    margin-bottom: 45px;
}
.third-title-style .vertical-title {
    font-family: 'grinddemolished';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    transform: rotate(-90deg);
    left: -50px;
    margin-bottom: 0;
    top: 65px;
}
.third-title-style .inner p {
    font-size: 16px;
    margin-bottom: 0;
}
.my-info-box {
    text-align: center;
}
.third-section-title h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'grinddemolished';
    font-weight: normal;
    margin-bottom: 0;
}
.third-section-title h2 span {
	color: #ff5917;
}
.third-section-title {
    padding-bottom: 25px;
    position: relative;
}

.my-info-box {
    text-align: center;
    background: #18191f;
    box-shadow: 0px 3px 24px 0px rgba(55, 17, 2, 0.52);
    position: relative;
}

.my-info-box-top h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #dcdcdc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	font-family: 'Poppins', sans-serif;
	transition: .3s linear;
}
.my-info-box-content {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 30px;
}
.mt-award img {
    max-width: 100%;
}
.my-info-box-top .info-box-top-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s linear;
    opacity: 0;
    z-index: -1;
}
.my-info-box:hover .my-info-box-top .info-box-top-hover {
	opacity: 1;
}
.my-info-box:hover .my-info-box-top h6 {
	color: #fff;
}
.my-info-social ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.my-info-social ul li {
    margin: 5px 6px;
}
.my-info-social ul li a {
    display: block;
    background: #202020;
    padding: 10px 20px;
    line-height: 1;
    color: #d3d3d3;
	font-size: 12px;
	font-weight: 600;
    border-radius: 30px;
}
.my-info-social ul li a i {
	margin-right: 5px;
	color: #ff5917;
	font-weight: 400;
}
.my-clan-wrap {
    display: flex;
    align-items: center;
}
.clan-logo {
    margin-right: 20px;
}
.my-clan-info {
    text-align: left;
}
.my-clan-info h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'grinddemolished';
    font-weight: normal;
    line-height: 1;
    margin-bottom: 8px;
}
.my-clan-info > span {
    display: block;
    text-transform: uppercase;
    color: #dcdcdc;
    font-size: 12px;
    font-weight: 700;
}
.my-clan-info h4 span {
	color: #ff5917;
}

/* 9. Game Released */
.released-game-item {
	display: flex;
	align-items: center;
	background: #fff;
	box-shadow: 0px 1px 13px 0px rgba(128, 18, 40, 0.1);
	position: relative;
	z-index: 1;
	padding: 20px 20px 20px;
	margin: 50px 0;
}
.released-game-img {
	margin-right: 35px;
	position: relative;
	z-index: 2;
}

.released-game-rating {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.released-game-rating h5 {
	font-size: 16px;
	font-weight: 700;
	color: #413b43;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
	margin-right: 10px;
}
.released-rating {
	display: flex;
	font-size: 14px;
	color: #e9a301;
	align-items: center;
}
.released-game-content h4 {
	margin-bottom: 30px;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	color: #1c1121;
	font-family: 'Poppins', sans-serif;
	position: relative;
	display: inline-block;
	z-index: 1;
}

.released-game-content h4 > span {
	color: #fff;
}
.released-game-list ul li {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
	margin-bottom: 10px;
}
.released-game-list ul li:last-child {
	margin-bottom: 0;
}
.released-game-list ul li span {
	color: #413b43;
	font-weight: 600;
	margin-right: 20px;
}
.released-game-content p {
	font-size: 14px;
	font-weight: 500;
	color: #6c6c6c;
	margin-bottom: 30px;
}
.released-game-content .btn {
	font-size: 14px;
	padding: 16px 26px;
}
.released-game-nav-item {
	margin: 10px 0;
}
.released-game-nav-item img {
	width: 100%;
	box-shadow: 0px 1px 13px 0px rgba(128, 18, 40, 0.1);
	cursor: pointer;
}
.released-game-active .slick-dots {
	position: absolute;
	left: 85px;
	bottom: 100px;
	z-index: 1;
	display: flex;
	align-items: center;
}
.released-game-active .slick-dots li {
	line-height: 0;
	margin: 0 15px;
}
.released-game-active .slick-dots li button {
	text-indent: -999999px;
	border: none;
	padding: 0;
	height: 8px;
	width: 8px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	transition: .3s linear;
}
.released-game-active .slick-dots li button::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 20px;
	width: 20px;
	border: 1px solid #e4a101;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	transition: .3s linear;
	opacity: 0;
}
.slider-area .slick-dots li {
    display: none;
}
.released-game-active .slick-dots li.slick-active button::before {
	opacity: 1;
}
.released-game-active .slick-dots li.slick-active button {
	background: #e4a101;
}

/* 10. Game Manage */
.title-style-two.text-center::before,
.title-style-three.text-center::before {
	right: 0;
	margin: 0 auto;
}
.coming-match-team {
	display: flex;
	align-items: first baseline;
	justify-content: space-between;
	text-align: center;
	padding: 30px 35px 40px;
}
.coming-match-item {
	border-top: 5px solid #e4a101;
	background-color: rgb(33, 19, 44);
	box-shadow: 0px 5px 12.09px 0.91px rgba(0, 0, 0, 0.34);
}
.match-team-name a {
	font-size: 14px;
	text-transform: uppercase;
	color: #d7d5d5;
	font-weight: 800;
	display: block;
	line-height: 1;
	margin-top: 20px;
}
.coming-match-status {
	margin: 0 25px;
}
.coming-match-info {
	padding: 35px 35px;
	text-align: center;
	background: #1b1024;
}
.coming-match-info h5,
.tournament-schedule-content h3 {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.coming-match-info h5 span,
.tournament-schedule-content h3 span,
.tournament-schedule-content h3 a:hover {
	transition: .3s linear;
}
.match-rating i {
	font-size: 12px;
	color: #e4a101;
}
.match-rating {
	line-height: 1;
}
.match-info-action .btn {
	font-size: 12px;
	padding: 17px 17px;
}
.match-info-action .btn::before {
	height: 100%;
	bottom: 0;
}
.match-info-action {
	margin-top: 30px;
}
.match-info-action .transparent-btn {
	padding: 15px 17px;
	margin-left: 25px;
}
.coming-match-time .coming-time {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #20132b;
	padding: 20px 35px;
}
.coming-match-time .time-count span {
	display: block;
	text-align: center;
	font-size: 19px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 5px;
}
.coming-match-time .time-count {
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	padding-right: 22px;
	margin-right: 22px;
	position: relative;
}
.coming-match-time .time-count:last-child {
	padding-right: 0;
	margin-right: 0;
}
.coming-match-time .time-count::before {
	content: ":";
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: #5e5e5e;
	font-weight: 500;
}
.coming-match-time .time-count:last-child::before {
	display: none;
}

/* 11. Featured-Games */
.featured-game-item {
	box-shadow: 0px 1px 13px 0px rgba(12, 11, 15, 0.32);
	position: relative;
	z-index: 1;
}
.featured-game-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(233, 163, 1, 0.749);
	transition: .3s linear;
	opacity: 0;
}
.featured-game-thumb img {
	width: 100%;
}
.featured-game-content {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 35px;
	z-index: 1;
	transition: .3s linear;
}
.featured-game-icon {
	margin-bottom: 20px;
}
.featured-game-content h4 {
	font-size: 22px;
	line-height: 1;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.featured-game-content h4 span,
.featured-game-meta i {
	color: #e9a301;
}
.featured-game-content h4 a:hover {
	color: #fff;
}
.featured-game-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #e3e3e3;
}
.featured-game-meta i {
	margin-right: 5px;
}
.featured-game-overlay-content {
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	bottom: auto;
	opacity: 0;
}
.featured-game-overlay-content .featured-game-meta {
	justify-content: center;
	color: #fff;
}
.featured-game-overlay-content  h4,
.featured-game-overlay-content  h4 a:hover {
	color: #1c1121;
}
.featured-game-overlay-content h4 span,
.featured-game-overlay-content .featured-game-meta i {
	color: #fff;
}
.featured-game-item:hover .featured-game-content {
	opacity: 0;
	visibility: hidden;
}
.featured-game-item:hover .featured-game-overlay-content,
.featured-game-item:hover::before {
	opacity: 1;
	visibility: visible;
}

.featured-game-icon img {
    display: inline-block;
}
.featured-game-area .container-full {
    padding-left: 60px;
    padding-right: 60px;
}
.new-released-game-area .no-gutters [class*="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.new-released-game-area {
    background: #f7f7f7;
}

/* 12. Cta */
.cta-bg {
	background-image: url(../images/cta_bg.jpg);
	padding: 120px 0;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 5px 10px 0px rgba(11, 11, 11, 0.52);
}
.cta-content {
	padding: 0 50px;
}
.cta-content .section-title h2 {
	font-size: 50px;
	margin-bottom: 5px;
}
.cta-content .section-title span {
    font-size: 50px;
    margin-bottom: 5px;
}



.just-gamers-bg::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-image: url(../images/gamers_bg_conve01.png);
	width: 467px;
	height: 169px;
	margin: 0 auto;
	top: -4px;
	background-repeat: no-repeat;
	z-index: -1;
}
.just-gamers-bg::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background-image: url(../images/gamers_bg_conve02.png);
	width: 420px;
	height: 152px;
	margin: 0 auto;
	bottom: -20px;
	background-repeat: no-repeat;
	z-index: -1;
}
.title-style-three.white-title h2 {
	color: #fff;
}
.title-style-three.white-title p {
	color: #cbcbcb;
}
.title-style-three.white-title::before {
	background-image: url(../images/title_bar03.png);
}
.just-gamers-list ul li {
	margin-bottom: 40px;
	padding-right: 20px;
	overflow: hidden;
}
.just-gamers-list-icon {
    float: left;
    background-image: url(../images/gamer_list_icon_bg.jpg);
    width: 97px;
    height: 97px;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
    line-height: 85px;
    border: 6px solid #333240;
    margin-right: 25px;
    transition: .3s linear;
}
.just-gamers-list-content h5 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
}
.just-gamers-list-content p {
	margin-bottom: 0;
}
.just-gamers-list ul li:hover .just-gamers-list-icon {
	border-color:  #e9a301;
}
.just-gamers-list ul li:last-child {
	margin-bottom: 0;
}
.just-gamers-list-content {
	position: relative;
	top: 5px;
}
.just-gamers-img {
	position: absolute;
	width: 100%;
	top: -83px;
	right: 0;
}
.just-gamers-circle-shape {
	position: absolute;
	bottom: 215px;
	left: 145px;
	z-index: -1;
}
.just-gamers-circle-shape img:nth-child(2) {
	position: absolute;
	top: 46px;
	right: -67px;
}
.gamers-chart-shape {
	position: absolute;
	right: 0;
	top: 70px;
}
