@font-face {
	font-family: 'Nandia';

	src: url('Nandia.ttf') format('truetype');
}

* {
	transition: all .3s;
}

html,
body {
	height: 100%;
	font-family: Nandia;
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500;
	color: #131313;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 45px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 14px;
	color: #878787;
	line-height: 2;
}

img {
	max-width: 100%;
}

.footer-menu .social {
	width: 32px;
	filter: grayscale(100%);
}

.footer-menu .social:hover {
	width: 32px;
	filter: grayscale(0%);
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h2 {
	padding-top: 10px;
	font-size: 36px;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 97px;
	padding-bottom: 97px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

.rating i {
	color: #fbb710;
}

.rating .is-fade {
	color: #e0e3e4;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */
.site-btn {
	display: inline-block;
	text-align: center;
	font-size: 15px;
	color: #131313;
	padding: 16px 30px;
	min-width: 153px;
	border-radius: 50px;
	font-weight: 500;
	border: none;
	background: #ffb320;
	cursor: pointer;
}

.site-btn.btn-sm {
	padding: 10px 30px;
	min-width: 163px;
}

.site-btn:hover {
	color: #131313;
}

.cata {
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	padding: 6px 25px;
}

.cata.new {
	background: #ff205f;
}

.cata.strategy {
	background: #4eae60;
}

.cata.racing {
	background: #694eae;
}

.cata.adventure {
	background: #40abf5;
}

/* Preloder */
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

/*My Design*/

#entrypoint .special {
	background-color: #e01f24;
	height: 50px;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	color: #eee;
	border-radius: 25px;
	border: 2px solid #ff1f24;
	margin-top: 10px;
}

#entrypoint {
	border: 2px solid #bbb;
	box-shadow: 5px 5px 20px #bbb;
	background-color: rgba(222, 222, 222, 0.8);
	border-radius: 3px;
}

.hidden-left {
	visibility: hidden;
}

#myVideo {
	position: fixed;
	top: 0px;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 120px;
	height: 120px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
}



#loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 999;
	overflow: visible;
	background-color: #fff;

}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}

	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}

	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

.header-section {
	background: #131313;
	clear: both;
	overflow: hidden;
	padding: 18px 0;
	border-bottom: 1px solid #e01f24;
}

.site-logo {
	display: inline-block;
	/* float: left; */
	padding-top: 6px;
}

.user-panel {
	float: right;
	font-weight: 500;
	background: #ffb320;
	padding: 8px 28px;
	border-radius: 30px;
}

.user-panel a {
	font-size: 14px;
	color: #131313;
}

.main-menu {
	float: right;
	margin-right: 170px;
}

.main-menu ul {
	list-style: none;
}

.main-menu ul li {
	display: inline;
}

.main-menu ul li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-left: 35px;
	font-weight: 500;
	padding: 10px 5px;
}

.main-menu ul li a:hover {
	color: #ffb320;
}

.header-btn {
	float: right;
	margin-right: 0;
}

.nav-switch {
	display: none;
}


.acro-slider .hs-item {
	height: 500px;
	display: table;
	width: 100%;
}

.acro-slider .hs-text {
	display: table-cell;
	vertical-align: middle;
}

.acro-slider .hs-text h2 {
	color: #fff;
	font-weight: 400;
	font-size: 60px;
	margin-bottom: 30px;
	position: relative;
	top: -80px;
	opacity: 0;
}


.acro-slider .hs-text p {
	color: #999;
	margin-bottom: 30px;
	position: relative;
	position: relative;
	top: -90px;
	opacity: 0;
}

.acro-slider .hs-text .site-btn {
	position: relative;
	top: -100px;
	opacity: 0;
}

.acro-slider .owl-item.active .hs-item h2,
.acro-slider .owl-item.active .hs-item p,
.acro-slider .owl-item.active .hs-item .site-btn {
	top: 0;
	opacity: 1;
}

.acro-slider .owl-item.active .hs-item h2 {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.acro-slider .owl-item.active .hs-item p {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.acro-slider .owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.acro-slider .owl-dots {
	position: relative;
	max-width: 1146px;
	margin: -33px auto 0;
	top: -67px;
	z-index: 5;
}

.acro-slider .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 13px;
	width: 33px;
	height: 33px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding-top: 7px;
	border-radius: 40px;
	background: #dbe2ec;
}

.acro-slider .owl-dots .owl-dot.active {
	background: #ffb320;
}

/*---------------------
  Latest News section
-----------------------*/

.latest-news-section {
	overflow: hidden;
	display: block;
	clear: both;
	background: #131313;
	padding: 24px 0;
	position: relative;
}

.ln-title {
	position: absolute;
	height: 100%;
	width: 29%;
	left: 0;
	top: 0;
	text-align: right;
	padding-top: 24px;
	padding-right: 66px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background: #ffb320;
	z-index: 1;
}

.news-ticker {
	width: 71%;
	/* float: right; */
	overflow: hidden;
	display: inline-block;
}

.news-ticker-contant .nt-item {
	margin-right: 35px;
	color: #fff;
	display: inline-block;
}

.news-ticker-contant .nt-item span {
	margin-right: 35px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	padding: 4px 20px;
}

.news-ticker-contant .nt-item span.new {
	background: #ff205f;
}

.news-ticker-contant .nt-item span.strategy {
	background: #4eae60;
}

.news-ticker-contant .nt-item span.racing {
	background: #694eae;
}

/*------------------
  Feature Section
---------------------*/

.feature-item {
	height: 415px;
	position: relative;
}

.feature-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: .65;
}

.feature-item .cata {
	position: relative;
	margin-top: 28px;
	margin-left: 29px;
	z-index: 3;
}

.feature-item .fi-content {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 0 26px 24px;
	z-index: 2;
}

.feature-item .fi-content h5 {
	margin-bottom: 18px;
}

.feature-item .fi-content .fi-comment {
	font-size: 12px;
	opacity: .54;
}



.acro-n-section {
	background-color: #eef2f6;
	border-top: 1px solid #d6dee7;
	border-bottom: 1px solid #d6dee7;
}

.acro-g-item .rgi-thumb {
	height: 204px;
	padding: 25px 28px;
}

.acro-g-item .rgi-content {
	padding: 34px 22px 20px;
	background: #fff;
	border: 1px solid #d6dee7;
	border-top: none;
	position: relative;
}

.acro-g-item .rgi-content h5 {
	margin-bottom: 20px;
	line-height: 1.5;
}

.acro-g-item .rgi-content .comment {
	font-size: 12px;
	color: #737373;
}

.acro-g-item .rgi-extra {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
}

.acro-g-item .rgi-extra .rgi-star,
.acro-g-item .rgi-extra .rgi-heart {
	height: 35px;
	width: 35px;
	float: left;
	display: block;
	padding: 6px 8px 0;
}

.acro-g-item .rgi-extra .rgi-star {
	background: #ffb320;
}

.acro-g-item .rgi-extra .rgi-heart {
	background: #ff205f;
}

/*----------------------
  Tournaments Section
------------------------*/

.tournaments-section {
	background-image: url("../img/pattern.png");
	background-repeat: repeat;
}

.tournament-title {
	display: inline-block;
	padding: 7px 25px;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	background: #fb6e10;
}

.tournament-item {
	background: #252525;
}

.tournament-item .ti-notic {
	display: inline-block;
	padding: 8px 21px;
	font-size: 12px;
	font-weight: 700;
	color: #131313;
	text-transform: uppercase;
	background: #ffb320;
}

.tournament-item .ti-content {
	padding: 38px 24px;
	overflow: hidden;
}

.tournament-item .ti-thumb {
	width: 168px;
	height: 178px;
	float: left;
}

.tournament-item .ti-text {
	padding-left: 195px;
}

.tournament-item .ti-text h4 {
	color: #ffb320;
	margin-bottom: 20px;
}

.tournament-item .ti-text ul {
	list-style: none;
	margin-bottom: 20px;
}

.tournament-item .ti-text ul li {
	color: #fff;
	font-size: 12px;
	margin-bottom: 6px;
}

.tournament-item .ti-text ul li span {
	color: #9a9a9a;
}

.tournament-item .ti-text p {
	font-size: 12px;
	margin-bottom: 0;
}

.tournament-item .ti-text p span {
	font-weight: 500;
	color: #ffb320;
}

/*----------------------
  Review Section
------------------------*/

.review-section {
	background-position: right top;
}

.review-item .review-cover {
	position: relative;
	margin-bottom: 30px;
	height: 345px;
}

.review-item .review-cover .score {
	position: absolute;
	width: 54px;
	height: 54px;
	top: -27px;
	left: 26px;
	padding-top: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	z-index: 1;
}

.review-item .review-cover .score.yellow {
	background: #ffb320;
}

.review-item .review-cover .score.purple {
	background: #694eae;
}

.review-item .review-cover .score.pink {
	background: #ff20ae;
}

.review-item .review-cover .score.green {
	background: #4eae60;
}

.review-item .review-text {
	text-align: center;
}

.review-item .review-text h5 {
	margin-bottom: 20px;
}

.review-item .review-text p {
	margin-bottom: 0;
}

.review-item .rating {
	margin-bottom: 20px;
}

.review-item .rating i {
	font-size: 12px;
}

/*----------------------
  Footer top Section
------------------------*/

.footer-top-section {
	background-image: url("../img/pattern.png");
	background-repeat: repeat;
	padding: 72px 0;
}

.footer-top-section .container {
	position: relative;
}

.footer-top-bg {
	position: absolute;
	left: -30px;
	bottom: -85px;
	z-index: 2;
}

.footer-logo img {
	margin-bottom: 35px;
}

.footer-widget {
	padding: 40px 30px 7px;
	background: #252525;
	border: 1px solid #4a4a4a;
}

.footer-widget .fw-title {
	color: #fff;
	margin-bottom: 40px;
}

.latest-blog .lb-item {
	margin-bottom: 23px;
	overflow: hidden;
}

.latest-blog .lb-item .lb-thumb {
	width: 97px;
	height: 97px;
	float: left;
}

.latest-blog .lb-item .lb-content {
	padding-left: 110px;
}

.latest-blog .lb-item .lb-content .lb-date {
	font-size: 12px;
	color: #ffb320;
	margin-bottom: 8px;
}

.latest-blog .lb-item .lb-content p {
	font-size: 12px;
	margin-bottom: 5px;
	color: #d3d3d3;
}

.latest-blog .lb-item .lb-content .lb-author {
	font-size: 12px;
	color: #d3d3d3;
	opacity: 0.45;
}

.top-comment {
	overflow: hidden;
}

.top-comment .tc-item {
	margin-bottom: 23px;
	overflow: hidden;
}

.top-comment .tc-item .tc-thumb {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	float: left;
}

.top-comment .tc-item .tc-content {
	padding-left: 100px;
}

.top-comment .tc-item .tc-content p {
	font-size: 12px;
	color: #d3d3d3;
	margin-bottom: 5px;
}

.top-comment .tc-item .tc-content p a {
	color: #ff205f;
}

.top-comment .tc-item .tc-content p span {
	color: #7a7a7a;
}

.top-comment .tc-item .tc-content .tc-date {
	font-size: 12px;
	color: #ffb320;
}

/*----------------------
  Footer Section
------------------------*/

.footer-section {
	padding: 18px 0 16px;
	overflow: hidden;
	background: #252525;
}

.footer-menu {
	list-style: none;
	float: right;
}

.footer-menu li {
	display: inline;
}

.footer-menu li a {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #aeaeae;
	margin-left: 30px;
}

.copyright {
	float: left;
	margin-bottom: 0;
	font-weight: 500;
	color: #aeaeae;
}

/*------------------
  Other Pages
--------------------
====================*/

.page-info-section {
	height: 499px;
	position: relative;
}

.page-info-section .pi-content {
	position: absolute;
	width: 100%;
	bottom: 65px;
	left: 0;
	z-index: 2;
}

.page-info-section .pi-content h2 {
	font-size: 60px;
	margin-bottom: 25px;
	font-weight: 400;
}

.site-pagination {
	padding-top: 50px;
}

.site-pagination a,
.site-pagination span {
	width: 33px;
	height: 33px;
	font-size: 14px;
	font-weight: 500;
	padding-top: 7px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #131313;
	margin-right: 10px;
}

.site-pagination .active {
	background: #ffb320;
}

.site-pagination.sp-style-2 a,
.site-pagination.sp-style-2 span {
	background: #e5e5e5;
}

.site-pagination.sp-style-2 .active {
	background: #ffb320;
}

.widget-item {
	margin-bottom: 73px;
}

.widget-item:last-child {
	margin-bottom: 0;
}

.widget-item .widget-title {
	margin-bottom: 40px;
}

.widget-item .latest-blog .lb-item .lb-content p,
.widget-item .top-comment .tc-item .tc-content p {
	color: #131313;
}

.widget-item .latest-blog .lb-item .lb-content .lb-author {
	color: #737373;
}

.widget-item .top-comment .tc-item .tc-content {
	padding-right: 20px;
}

.widget-item .review-item {
	background: #eff2f5;
}

.widget-item .review-item .review-text {
	padding: 0 35px 20px;
}

.search-widget {
	position: relative;
}

.search-widget input {
	width: 100%;
	height: 41px;
	border: 1px solid #d6dee7;
	padding-left: 22px;
	padding-right: 45px;
	font-size: 12px;
}

.search-widget button {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: none;
	border: none;
	padding-right: 15px;
	color: #878787;
	cursor: pointer;
}


.recent-g-page .acro-g-item {
	margin-bottom: 42px;
}

/*-----------------
  Single blog page
--------------------*/

.single-blog-page .blog-thumb {
	height: 424px;
	padding-top: 24px;
	padding-left: 29px;
	margin-bottom: 40px;
	position: relative;
}

.single-blog-page .blog-thumb .rgi-extra {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
}

.single-blog-page .blog-thumb .rgi-extra .rgi-star,
.single-blog-page .blog-thumb .rgi-extra .rgi-heart {
	height: 35px;
	width: 35px;
	float: left;
	display: block;
	padding: 6px 8px 0;
}

.single-blog-page .blog-thumb .rgi-extra .rgi-star {
	background: #ffb320;
}

.single-blog-page .blog-thumb .rgi-extra .rgi-heart {
	background: #ff205f;
}

.single-blog-page .blog-content h3 {
	margin-bottom: 10px;
}

.single-blog-page .blog-content .meta-comment {
	display: block;
	font-size: 12px;
	color: #737373;
	margin-bottom: 25px;
}

.single-blog-page .blog-content p {
	margin-bottom: 25px;
}

.comment-warp {
	padding-top: 50px;
}

.comment-title {
	margin-bottom: 45px;
}

.comment-list {
	list-style: none;
}

.comment-list li {
	margin-bottom: 40px;
	overflow: hidden;
}

.comment-list .comment .comment-avator {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	float: left;
}

.comment-list .comment .comment-content {
	padding-left: 100px;
}

.comment-list .comment .comment-content h5 {
	font-size: 12px;
	color: #131313;
	font-weight: 400;
	margin-bottom: 10px;
}

.comment-list .comment .comment-content h5 span {
	color: #ffb320;
	padding-left: 18px;
}

.comment-list .comment .comment-content p {
	font-size: 12px;
	margin-bottom: 5px;
}

.comment-list .comment .comment-content .reply {
	font-size: 12px;
	color: #ff1d55;
}

.comment-form-warp {
	padding-top: 30px;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
	width: 100%;
	height: 41px;
	border: 1px solid #d6dee7;
	padding-left: 22px;
	padding-right: 45px;
	font-size: 12px;
	margin-bottom: 24px;
}

.comment-form textarea {
	height: 243px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 38px;
}

/*-----------------
  Review page
--------------------*/

.review-page .review-item {
	margin-bottom: 63px;
}

.review-page .review-item .review-text h4 {
	margin-bottom: 10px;
}

.review-dark .review-item .review-text p {
	color: #b5b5b5;
}

.review-section.review-dark {
	background-position: center top;
}

/*-----------------
  Community page
--------------------*/

.community-page .site-pagination {
	padding-top: 62px;
}

.community-warp {
	max-width: 1367px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.28);
}

.community-post-list {
	list-style: none;
}

.community-post-list li {
	padding: 33px 55px 65px;
	margin-bottom: 21px;
	overflow: hidden;
	border: 1px solid #878787;
	background: #1f2225;
}

.community-post-list .community-post .author-avator {
	width: 63px;
	height: 63px;
	border-radius: 50%;
	float: left;
}

.community-post-list .community-post .post-content {
	padding-left: 100px;
}

.community-post-list .community-post .post-content h5 {
	font-size: 16px;
	color: #ff205f;
	font-weight: 400;
	margin-bottom: 10px;
}

.community-post-list .community-post .post-content h5 span {
	color: #7a7a7a;
	padding-left: 18px;
}

.community-post-list .community-post .post-content p {
	color: #fff;
	margin-bottom: 5px;
}

.community-post-list .community-post .post-content .post-date {
	font-size: 12px;
	color: #ffb320;
	margin-bottom: 18px;
}

.community-post-list .attachment-file {
	padding-top: 60px;
	max-width: 435px;
}

.community-top-title {
	margin-bottom: 50px;
}

.community-filter {
	margin-bottom: 80px;
}

.community-filter label {
	font-size: 18px;
	color: #1f2225;
	font-weight: 500;
	padding-right: 10px;
}

.community-filter select {
	width: 201px;
	height: 42px;
	font-size: 14px;
	padding: 0 18px;
	color: #1f2225;
	font-weight: 500;
}

/*-----------------
  Contact page
--------------------*/

.map {
	height: 515px;
	background: #ddd;
	margin-bottom: 90px;
}

.contact-info-list {
	padding-top: 55px;
	padding-bottom: 20px;
	list-style: none;
}

.contact-info-list li {
	margin-bottom: 30px;
}

.contact-info-list .cf-left {
	width: 95px;
	float: left;
	font-size: 16px;
	font-weight: 700;
	color: #ffb320;
}

.contact-info-list .cf-right {
	color: #878787;
	font-size: 15px;
	padding-left: 100px;
}

.social-links a {
	color: #474747;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 20px;
}

/*------------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1176px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-menu {
		margin-right: 90px;
	}

	.acro-slider .owl-dots {
		max-width: 930px;
	}

	.review-section {
		background-position: right 10% top;
	}

	.review-item .review-cover {
		height: 280px;
	}

	.latest-blog .lb-item .lb-thumb {
		width: 55px;
		height: 55px;
	}

	.latest-blog .lb-item .lb-content {
		padding-left: 67px;
	}

	.top-comment .tc-item .tc-content {
		padding-left: 95px;
	}

	.footer-top-bg {
		max-width: 370px;
	}

	.page-info-section .pi-content h2 {
		font-size: 50px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.site-logo {
		max-width: 130px;
	}

	.main-menu {
		margin-right: 25px;
	}

	.main-menu ul li a {
		margin-left: 15px;
	}

	.user-panel {
		padding: 8px 15px;
	}

	.acro-slider .hs-text h2 {
		font-size: 50px;
	}

	.acro-slider .owl-dots {
		max-width: 690px;
	}

	.acro-g-item {
		margin-bottom: 42px;
	}

	.tournament-item .ti-thumb {
		width: 100%;
		height: 230px;
		float: none;
	}

	.tournament-item .ti-text {
		padding-left: 0;
		padding-top: 20px;
	}

	.review-section {
		background-position: left top;
	}

	.review-item {
		margin-bottom: 63px;
	}

	.footer-logo {
		margin-bottom: 50px;
	}

	.latest-blog .lb-item .lb-thumb {
		width: 80px;
		height: 80px;
	}

	.latest-blog .lb-item .lb-content {
		padding-left: 95px;
	}

	.footer-top-bg {
		display: none;
	}

	#featureContainer .card img {
		width: 120px;
		height: 180px;
	}

	#featureContainer .indicator {
		margin-top: 65px;
	}

	#locationContainer .card img {
		width: 180px;
		height: 140px;
	}

	#locationContainer .indicator {
		margin-top: 55px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-section {
		overflow: visible;
		padding: 23px 0;
	}

	.header-section .container {
		position: relative;
	}

	.site-logo {
		float: none;
		padding-top: 0;
	}

	.main-menu {
		display: none;
		position: absolute;
		top: calc(100% + 24px);
		left: 0;
		width: 100%;
		background: #ffffff;
		z-index: 999;
	}

	.main-menu ul li {
		display: block;
		border-bottom: 1px solid #ececec;
	}

	.main-menu ul li a {
		margin-left: 0;
		color: #131313;
		padding: 13px 26px;
	}

	.nav-switch {
		color: #fff;
		display: block;
		float: right;
		cursor: pointer;
		font-size: 25px;
	}

	.user-panel {
		display: none;
	}

	.acro-slider .hs-item {
		height: 700px;
	}

	.acro-slider .hs-text h2 {
		font-size: 36px;
	}

	.acro-slider .owl-dots {
		max-width: 510px;
	}

	.ln-title {
		padding-right: 30px;
	}

	.feature-item {
		margin-bottom: 30px;
	}

	.acro-g-item {
		margin-bottom: 42px;
	}

	.review-section {
		background-position: left top;
	}

	.review-item {
		margin-bottom: 63px;
	}

	.footer-logo {
		margin-bottom: 50px;
	}

	.footer-top-bg {
		display: none;
	}

	.footer-section {
		padding: 30px 0 20px;
		text-align: center;
	}

	.footer-menu li:first-child a {
		margin-left: 0;
	}

	.footer-menu,
	.copyright {
		float: none;
	}

	.copyright {
		padding-top: 15px;
	}

	.community-post-list li {
		padding: 30px 25px 30px;
	}

	.page-info-section .pi-content h2 {
		font-size: 50px;
	}
}

/* Medium Mobile :480px. */

@media only screen and (max-width: 576px) {
	.acro-slider .owl-dots {
		padding: 0 15px;
	}

	.feature-section {
		padding-left: 15px;
		padding-right: 15px;
	}

	.community-post-list .community-post .author-avator {
		float: none;
	}

	.community-post-list .community-post .post-content {
		padding-left: 0;
		padding-top: 30px;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.acro-slider .hs-item {
		height: auto;
		padding: 150px 0;
	}

	.ln-title {
		display: none;
	}

	.news-ticker {
		width: 100%;
	}

	.tournament-item .ti-thumb {
		width: 100%;
		height: 230px;
		float: none;
	}

	.tournament-item .ti-text {
		padding-left: 0;
		padding-top: 20px;
	}

	.latest-blog .lb-item .lb-thumb {
		width: 55px;
		height: 55px;
	}

	.latest-blog .lb-item .lb-content {
		padding-left: 67px;
	}

	.top-comment .tc-item .tc-content {
		padding-left: 85px;
	}

	.site-btn {
		padding: 11px 30px;
		min-width: 145px;
	}

	.comment-list .comment .comment-avator {
		float: none;
	}

	.comment-list .comment .comment-content {
		padding-left: 0;
		padding-top: 20px;
	}

	.footer-widget {
		padding: 40px 15px 7px;
	}

	.page-info-section .pi-content h2 {
		font-size: 40px;
	}
}

@media (min-width: 768px) {
	.modal .modal-xl {
		width: 90%;
		max-width: 1350px;
	}

	.modal-xl .modal-body {
		position: relative;
		overflow-y: auto;
		width: 100%;
		padding: 15px;
	}
}

#featureContainer .indicator {
	padding: 3px 6px 3px 6px;
	position: absolute;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}

}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}

	#featureContainer .card img {
		width: 240px;
		height: auto;
	}

	#featureContainer .indicator {
		margin-top: 120px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}



@media (max-width: 767px) {
	#featureContainer .carousel-inner .carousel-item>div {
		display: none;
	}

	#featureContainer .carousel-inner .carousel-item>div:first-child {
		display: block;
	}

	#featureContainer .indicator {
		padding: 3px 6px 3px 6px;
		position: inherit;
	}
}

#featureContainer .carousel-inner .carousel-item.active,
#featureContainer .carousel-inner .carousel-item-next,
#featureContainer .carousel-inner .carousel-item-prev {
	display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

	#featureContainer .carousel-inner .carousel-item-end.active,
	#featureContainer .carousel-inner .carousel-item-next {
		transform: translateX(33%);
	}

	#featureContainer .carousel-inner .carousel-item-start.active,
	#featureContainer .carousel-inner .carousel-item-prev {
		transform: translateX(-33%);
	}

	#featureContainer .carousel-item {
		justify-content: space-between;
	}
}

@media (max-width: 767px) {
	#featureContainer .card img {
		width: 100%;
		height: 75vh;

	}

}

#featureContainer .carousel-inner .carousel-item-end,
#featureContainer .carousel-inner .carousel-item-start {
	transform: translateX(0);
}

#featureContainer .card {
	border: 0;
}

#featureContainer .card {
	position: relative;
}

#featureContainer .card .card-img-overlays {
	position: absolute;
	bottom: 10%;
	left: 10%;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 20px;
}

#featureContainer a {
	text-decoration: none;
}

.indicator img {
	width: 32px;
}

#featureContainer .indicator:hover {
	color: white;
	transition: 200ms;
}

#featureContainer .float-end {
	padding-top: 10px;
}


.hs-item:hover .click-box .slider-btn {
	display: block;
}

.hs-item .click-box .slider-btn {
	display: none;
}

.heighlight-v img {
	height: 450px;
	width: auto;
}

.prev-v img {
	padding: 20px 10%;
	width: 80%;
	height: auto;
	cursor: pointer;
}

/* ============custom css========== */
.menu {
	/*background: #F67280;*/
	height: 4rem;
	z-index: 999;
	background: #131313;
}

.menu ol {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	z-index: 999;
}

.menu>ol {
	max-width: 1000px;
	padding: 0 2rem;
	display: flex;
	z-index: 999;
}

.menu>ol>.menu-item {
	flex: 1;
	padding: 0.75rem 0;
}

.menu>ol>.menu-item:after {
	content: "";
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	bottom: 5px;
	left: calc(50% - 2px);
	background: #FECEAB;
	will-change: transform;
	transform: scale(0);
	transition: transform 0.2s ease;
	z-index: 999;
}


.menu-item {
	position: relative;
	line-height: 2.5rem;
	text-align: center;
}

.menu-item a {
	overflow: hidden;

	text-overflow: ellipsis;
	display: block;
	color: #FFF;
	z-index: 999;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;


}

.sub-menu .menu-item a {
	line-height: 20px;
}

.menu-item a:hover {
	color: #e01f24;
}

.themecolor {
	color: #e01f24;
	padding: 5px;
	letter-spacing: 2px;
}

.sub-menu .menu-item {
	padding: 0.75rem 0;
	background: #2a363b;
	opacity: 0;
	transform-origin: bottom;
	animation: enter 0.2s ease forwards;
	z-index: 999;
	color: #e01f24;
}

.sub-menu .menu-item:nth-child(1) {
	animation-duration: 0.2s;
	animation-delay: 0s;
	z-index: 999;
}

.sub-menu .menu-item:nth-child(2) {
	animation-duration: 0.3s;
	animation-delay: 0.1s;
	z-index: 999;
}

.sub-menu .menu-item:nth-child(3) {
	animation-duration: 0.4s;
	animation-delay: 0.2s;
}



.sub-menu .menu-item a {
	padding: 0 0.75rem;
	color: #fff;
}

.sub-menu .menu-item:hover a {
	color: #e01f24;
}

@media screen and (max-width: 600px) {
	.sub-menu .menu-item {
		background: #2a363b;
	}
}

@media screen and (max-width: 600px) {
	.menu {
		position: relative;
	}

	.menu:after {
		content: "";
		position: absolute;
		top: calc(50% - 2px);
		right: 1rem;
		width: 30px;
		height: 4px;
		background: #FFF;
		box-shadow: 0 10px #FFF, 0 -10px #FFF;
		z-index: 9999;
	}

	.menu>ol {
		display: none;
		background: #F67280;
		flex-direction: column;
		justify-content: center;
		height: 100vh;
		animation: fade 0.2s ease-out;
	}

	.menu>ol>.menu-item {
		flex: 0;
		opacity: 0;
		animation: enter 0.3s ease-out forwards;
	}

	.menu>ol>.menu-item:nth-child(1) {
		animation-delay: 0s;
	}

	.menu>ol>.menu-item:nth-child(2) {
		animation-delay: 0.1s;
	}

	.menu>ol>.menu-item:nth-child(3) {
		animation-delay: 0.2s;
	}

	.menu>ol>.menu-item:nth-child(4) {
		animation-delay: 0.3s;
	}

	.menu>ol>.menu-item:nth-child(5) {
		animation-delay: 0.4s;
	}

	.menu>ol>.menu-item+.menu-item {
		margin-top: 0.75rem;
	}

	.menu>ol>.menu-item:after {
		left: auto;
		right: 1rem;
		bottom: calc(50% - 2px);
	}

	.menu>ol>.menu-item:hover {
		z-index: 1;
	}

	.menu:hover>ol {
		display: flex;
	}

	.menu:hover:after {
		box-shadow: none;
	}
}

.sub-menu {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	display: none;
	z-index: 1;
}

.menu-item:hover>.sub-menu {
	display: block;
}

@media screen and (max-width: 600px) {
	.sub-menu {
		position: relative;
		left: 0;
		top: 0;

	}
}

html,
body {
	font-size: 16px;
	margin: 0;
}

* {
	box-sizing: border-box;
}

*:before,
*:after {
	box-sizing: inherit;
}

a {
	text-decoration: none;
}

@keyframes enter {
	from {
		opacity: 0;
		transform: scaleY(0.98) translateY(10px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes fade {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


.top-menu .social {
	width: 32px;
}

.top-menu .social:hover {
	width: 32px;
	filter: grayscale(0%);
}

.logo-img {
	height: 75px;
}

.box {
	box-sizing: border-box;
	border: 3px solid transparent;
	background-clip: padding-box;
}


.acro-slider .hs-box {
	display: block;
	width: 100%;
	float: left;
	margin-left: 10px;
	margin-top: 150px;
}

.acro-slider .hs-box img {
	position: absolute;
	top: 0px;
	left: calc(50% - 200px);
	width: 400px;
}

.acro-slider .hs-box p {
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	position: relative;
	top: -90px;
	opacity: 0;
}

.click-box:hover {
	cursor: pointer;
}

.owl-dots {
	display: none;
}

.review-box {
	display: none;
	visibility: hidden;
}

.review-box .img-box {
	padding: 10px 15px;
	display: block;
}


.review-box .info-box {
	padding: 10px 15px;
	display: block;
}

.review-box .img-box img.pic {
	height: 100px;
	width: 100px;
	border-radius: 60px;
	border: 1px solid #e01f24;

}

.review-box .info-box span.name {
	letter-spacing: 3px;
	color: #e01f24;
	font-weight: 200;
	text-align: left;
}

.review-box .info-box p {
	color: #ccc;
}

.modal-body {
	position: relative;
	overflow-y: auto;
	width: 800px;
	padding: 15px;
}

img.img-hover:hover {
	opacity: 0.8;
	box-shadow: 5px 5px 15px #555;
}

#slidebutton img.slider-btn {
	width: 300px;
	height: auto;
	visibility: hidden;
}

/* ==================upgrade-=================== */
.padtop {
	padding-top: 5vmax;
}

.padbot {
	padding-bottom: 3vmax;
}

.catch-line {
	background: #000;
	padding: 1.6rem;
	text-align: center;
}

.catch-line h1 {
	font-size: 2.2rem;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #fff;
	line-height: 1;
}

.division .box a img {
	/*height: 25vmax;*/
	    aspect-ratio: 1/1;
	border-radius: 10px;
	width: 100%;
	    object-fit: contain;
    background: #ec1c24;

}

.division .box a {
	position: relative;
	display: block;
}

.division .box a .overlay-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(224, 31, 36, 1) 66%);
	z-index: 3;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;

	opacity: 0;
	font-size: 1.5rem;
	box-shadow: 0px 0px 10px -2px #000;

	font-family: sans-serif;
	font-weight: 700;
	letter-spacing: 8px;
}

.division .box a:hover .overlay-box {

	opacity: 1;
}

.big-h {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: -2;
	font-size: 5rem;
	color: #dddddd94;
	top: 50%;
	left: 50%;
	letter-spacing: 8px;
	transform: translate(-50%, -50%);
}


.owl-prev-custom {
	position: absolute;
	top: 50%;
	z-index: 9;
	left: -2%;
	height: 60px;
	transform: translate(0, -50%);
	width: 60px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 5vh;
	box-shadow: 0px 0px 10px -5px #000;
	cursor: pointer;
}

.owl-next-custom {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 9;
	right: -2%;
	height: 60px;
	width: 60px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	border-radius: 5vh;
	box-shadow: 0px 0px 10px -5px #000;
	cursor: pointer;
}

.owl-prev-custom svg {
	height: 40px;
}

.owl-next-custom svg {
	height: 40px;
}

.center {
	/* // position: absolute; */
	z-index: 99;


}

.awards .owl-stage-outer {


	padding-top: 80px;
	padding-bottom: 80px;

}

@media only screen and (max-width:700px) {

	.owl-stage-outer {
		height: 100%;
	}
}

.center .item {
	/* // -webkit-transform: scale3d(1, 1, 1);  */
	/* // transform: scale3d(1.3, 1.3, 1.3);  */
	transform: scale(1.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 999;
}

.home-about .acrro {
	text-align: justify;
}


.btn-link {
	color: #000;
	/* border: 1px solid #000; */
	margin: 12px 0;
	border-radius: 5vh;
	padding: 4px 0px;
}

.btn-link:hover {
	/* background-color: #e01f24; */
	color: #e01f24;
	text-decoration: none;
}

.btn-link:hover svg path {
	background-color: #e01f24;
	fill: #e01f24;
}

.btn-link svg {
	height: 35px;
	transform: rotate(321deg);
}



/* =====greyscale==================== */
.visit-card {
	position: relative;
	padding: 2rem;
	border-bottom: 1px solid #000;
	margin: 2rem 0;
}

.visit-card p {
	font-size: 1.2vmax;
	line-height: 1.4vmax !important;
}

/* .visit-card .img-b::before {
	content: "";
	position: absolute;
	top: -33px;
	left: -20px;
	width: 150px;
	height: 150px;
	background-color: #e01f24;
	z-index: -3;
} */
.img-b {
	padding: 12px;
	border: 1px solid #818181;
}
.img-b img{
	height: 218px;
	width: 318px;
	object-fit: cover;
}
.visit-card .btn-primary {
	font-size: 16px;
	padding: 14px 18px;
	background-color: #000;
	border-radius: 20vh;
	color: #fff;
}

.inn-card {
	display: block;
	overflow: hidden;
	text-align: center;
}

.inn-card h3 {
	font-size: 1.8vmax;
	padding: 18px 0 0 0;
}

.inn-card img {
	box-shadow: 0px 0px 10px -5px #000;
}

.inn-card:hover img {
	box-shadow: 0px 0px 20px -3px #000;
}

.btn-gallery:hover {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}

.banner img {
	height: calc(100vh - 180px);
	object-fit: cover;
}

.mob {
	display: none;
}

.inactiveLink {
	pointer-events: none;
	cursor: default;
	color: #fff !important;
}

.ent-big {
	font-size: 80px;
}

.ent-txt {
	padding: 30px 100px;
	text-align: center
}

.footer h3 {
	color: #fff !important;
}



input,
textarea {

	border: none !important;
	border-bottom: 2px solid #fff !important;
	background: transparent !important;
	border-radius: 0 !important;
	padding: 20px 12px !important;
	font-size: 17px !important;
	width: 100% !important;
	color: #fff !important;
}

.button--hyperion {
	background: #fff;
	padding: 12px 24px;
	border: none;
	font-size: 17px;
	letter-spacing: 2px;
	text-transform: uppercase;

}

.footer .float-left {
	text-align: right;
}

.view-m {
	border: none;
}

/* =======responsive====== */
@media only screen and (max-width:767px) {
	.visit-card h3{
		margin-top: 1rem;
	}
	.footer .float-left {
		text-align: left;
		border: none !important;
	}
	.m-color-red{
		color: #e01f24 !important;
	}
	.mob {
		display: block;
	}

	.overlay-box {
		letter-spacing: 0 !important;
		font-size: 12px !important;
	}

	.header-section {
		display: none;
	}

	.logo-img {
		height: 45px;
	}

	.menu>ol {
		position: absolute;
		right: 0;
		width: 70vw;
		padding-top: 10rem;
		overflow-x: scroll;

	}

	.menu:hover>ol {
		display: block;
	}

	.banner img {
		height: auto;
		object-fit: cover;
	}

	.big-h {

		font-size: 2.5rem;
		color: #dddddd94;
		line-height: 2.5rem;
		/* top: 23%; */

	}

	h2 {
		font-size: 30px;
	}

	.awrd-img {
		/* height: 80vh; */
		transform: scale(1);
	}

	.img-fluid {
		height: 100% !important;
		width: auto !important;
		margin: 0 auto;
	}

	.awards .mb-5 {
		margin-bottom: 1rem !important;
	}

	.owl-next-custom svg {
		height: 30px;
	}

	.owl-prev-custom svg {
		height: 30px;
	}

	.owl-next-custom {
		height: 45px;
		width: 45px;
		right: 7%;
	}

	.owl-prev-custom {
		height: 45px;
		width: 45px;

		left: 7%;

	}

	.inn-card h3 {
		font-size: 3.8vmax;
		padding: 19px 0;
	}

	.ent-big {
		font-size: 40px;
	}

	.ent-txt {
		padding: 26px 23px;
		text-align: justify;
	}

	.visit-card p {
		font-size: 3.2vmax;
		line-height: 3.4vmax !important;
	}

	.visit-card .col-md-8 {
		text-align: center;
	}

	.division .box a img {
		height: auto;
	}

	.awrd-img .card-img img {

		height: 45vh !important;
		width: auto !important;
		margin: 0 auto;
	}
	.division .box a{
		box-shadow: 0px 0px 20px -5px #000;
		border-radius: 10px;
	}
}


.scale-smal {
	transform: scale(.5) !important;
	transition: all 1s ease-in-out;
}

.top-menu .social {
	border-radius: 5vh;
}

.top-menu .social:hover {
	border: 1px solid #fff;
	transition: all .4s;
	padding: 2px;
	aspect-ratio: 1;
	border-radius: 5vh;
}

.four-img {
	display: flex;
	flex-wrap: wrap;
}

.four-img img {
	width: 50%;
}

.home-about {
	overflow: hidden;
}
.ent-ban img{
	width:100%;
}
/* ==============tab================= */
.grey-tab .nav-pills {
  display: flex;
  justify-content: center;
  column-gap: 12px;
  margin-bottom: 3rem !important;
}
.grey-tab .nav-pills button {
  border-radius: 0;
  background: #ffffff;
  border: solid 2px #e01f24;
  font-size: 15px;
  letter-spacing: 1px;
  cursor: pointer;
}
.grey-tab .nav-pills button.active {
  border-radius: 0;
  background: #e01f24;
  border: solid 2px #e01f24;
}
.grey-tab .big-card {
  width: 60%;
  margin: auto;
}
.small-card img {
  width: 100% !important;
  object-fit: cover;
}
.grey-tab .small-card {
  /* width: 70%; */
  margin-bottom: 2rem !important;
  margin: auto;
}
.grey-tab .small-card a {
  display: block;
}
@media only screen and (max-width: 480px) {
  .grey-tab .small-card {
    margin-top: 20px !important;
    width: 70%;
    margin: auto;
  }
}
.grey-tab .styl-box {
  border: none;
  box-shadow: 0px 0px 19px #ff7a7a;
}
.grey-tab .txt-p {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  /* background: #000; */
  color: #fff;
  position: relative;
}
.grey-tab .txt-p p {
  color: #fff;
  line-height: 1;
  font-size: 16px;
  position: relative;
  z-index: 9;
  margin-bottom: 5px;
}
.grey-tab .txt-p::before {
  content: "";
  position: absolute;
  top: -65%;
  bottom: 0;
  left: 0;
  z-index: 2;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 62%,
    rgba(255, 255, 255, 0) 100%
  );
}
/* ==============tab================= */
