/* =================================
------------------------------------
  Game Warrior Template
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*---------------------------*/
/* Template default CSS
/*---------------------------*/

html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
} 
  @font-face {
	font-family: 'Academy Engraved LET';
	src: url("../fonts/Academy Engraved LET Plain.ttf") format('truetype');
  }
  @font-face {
	font-family: 'KiwiMaru-Regular ';
	src: url("../fonts/KiwiMaru-Regular.ttf") format('truetype');
  }
  @font-face {
	font-family: 'AcademyEngravedLetPlain';
	src: url("../fonts/AcademyEngravedLetPlain.ttf") format('truetype');
  }
  @font-face {
	font-family: 'tbudmincho-std';
	src: url("../fonts/34830.ttf") format('truetype');
  } 
  @font-face {
	font-family: 'BigCaslon-Medium';
	src: url("../fonts/Big Caslon Medium.ttf") format('truetype');
  }
   @import url('https://fonts.cdnfonts.com/css/adobe-clean');
   @import url('https://fonts.cdnfonts.com/css/kepler-std-3');         
h1,
h2,
h3,
h4,
h5,
h6  {
	font-family: 'tbudmincho-std';
    font-style: normal;
	margin: 0;
	font-weight:400;
	color: #131313;
}
p,div {
	font-family: 'Adobe Clean', sans-serif;;
    font-style: normal;
	margin: 0;
	font-weight:400;
	color: #131313;
} 
h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 16px;
	color: #313131;
	line-height: 2;
}

img {
	max-width: 100%;
}

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
-----------------------*/
img{
	pointer-events: none;
}
.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h2 {
	padding-top: 10px;
	font-size: 36px;
}
.section-title p{
	font-family: 'AcademyEngravedLetPlain', sans-serif;
    font-style: normal;
	margin: 0;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 97px;
	padding-bottom: 97px;
}
@media (max-width:768px) {
	.spad {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.camp-section.spad{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.our-mission-section.spad,
	.concept-section.spad ,.gyme-row-section.spad, .instructors-section.spad{
		padding-top: 50px;
		padding-bottom: 0px;
	}
}

.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;
}
.manin-top{
	margin-top: 80px;
}
@media (max-width:767.88px) {
	.manin-top{
		margin-top: 50px;
	}
	.Facility-section .section-title, .gyme-row-section .section-title, .concept-section .section-title {
		margin-bottom: 40px
	}
}
/* .breadcrumb-all p a:after{
	font-family: 'design_plus';
    content: '\F285';
    color: #333;
    font-size: 10px;
    display: inline;
    padding: 0 0.5em 0 1em;
    position: relative;
    bottom: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} */

/*---------------------
  Commom elements
-----------------------*/

/* buttons */
.site-btn {
	display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 16px 30px;
    min-width: 153px;
    /* border-radius: 50px; */
    font-weight: 500;
    border: none;
    background: #C4225F;
    cursor: pointer;
}
.site-back{
	display: inline-block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    padding: 16px 30px;
    min-width: 153px;
    /* border-radius: 50px; */
    font-weight: 500;
    border: none;
    background: #313131;
    cursor: pointer;
}
.site-btn.btn-sm, .site-back.btn-sm {
	padding: 10px 55px;
	min-width: 163px;
}

.site-btn:hover {
	border:1px solid #313131;
	background-color: #c4225fa6;
}
.site-back:hover {
	border:1px solid #000;
	background-color: #313131a6;
}
.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;
}

@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
---------------------*/

.header-section {
	/* background: #131313; */
	background: #fff;
	clear: both;
	overflow: hidden;
	padding: 18px 0;
	border-bottom: 1px solid #ffb320;
}

.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;
}

/*------------------
  Hero Section
---------------------*/

.hero-slider .hs-item {
	height: 865px;
	display: table;
	width: 100%;
}

.hero-slider .hs-text {
	display: table-cell;
	vertical-align: middle;
}

.hero-slider .hs-text h2 {
	color: #fff;
	font-weight: 400;
	font-size: 50px;
	margin-bottom: 30px;
	position: relative;
	top: -80px;
	opacity: 0;
}

.hero-slider .hs-text h2 span {
	color: #ffb320;
}

.hero-slider .hs-text p {
	color: #fff;
	margin-bottom: 30px;
	position: relative;
	position: relative;
	top: -90px;
	opacity: 0;
}

.hero-slider .hs-text .site-btn {
	position: relative;
	top: -100px;
	opacity: 0;
}

.hero-slider .owl-item.active .hs-item h2,
.hero-slider .owl-item.active .hs-item p,
.hero-slider .owl-item.active .hs-item .site-btn {
	top: 0;
	opacity: 1;
}

.hero-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;
}

.hero-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;
	font-size: 26px;
}

.hero-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;
}

.hero-slider .owl-dots {
	position: relative;
	max-width: 1146px;
	margin: -33px auto 0;
	top: -67px;
	z-index: 5;
}

.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 13px;
	width: 15px;
	height: 15px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	padding-top: 7px;
	border-radius: 40px;
	background: #dbe2ec;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #A27C45;
}
.hero-slider .hs-item .hs-text .ro-number{
	position: absolute;
    bottom: 90px;
}
.hero-slider .hs-item .hs-text .ro-number p{
	font-size: 3vh;
}
.hero-slider .hs-item .hs-text .ro-number p::after{
	content: "";
    position: absolute;
    bottom: 20px;
    border-top: 1px solid #ffffff;
    /* z-index: -1; */
    width: 23px;
    transform: skewY(302deg);
}
@media (min-width:769px) {
	.element-mark img{
		position: absolute;
		width: 125px;
		z-index: 99;
		right: 0;
		transform: translate(-100px, -200px);
	}
}
@media (max-width:768.98px) {
	.element-mark img{
		position: absolute;
		width: 75px;
		z-index: 99;
		right: 0;
		transform: translate(-10px, -100px);
	}
}

/* =======new code slide========= */
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}
	to {
		-webkit-transform: scale(1.2, 1.2);
	}
	}

	@keyframes zoom {
	from {
		transform: scale(1, 1);
	}
	to {
		transform: scale(1.2, 1.2);
	}
	}

	.carousel-inner .carousel-item .zoom-img > img {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
	}
	.carousel-indicators {
		bottom: 10% !important;
		margin-right: 70% !important;
		margin-left: 0 !important;
		list-style: none;
	}
	.carousel-indicators .active {
		background-color:#C4225F !important;
	}
	.carousel-indicators li {
		width: 15px !important;
		height: 15px !important;
		text-indent: -999px;
		background-color: rgba(255,255,255,.5);
		border-radius: 200px;
	}
	#carouselExampleFade .carousel{
		overflow: hidden;
		position: relative;
		z-index: 0;
		height: 100%;
	}
	#carouselExampleFade .carousel-inner{
		position: relative;
		z-index: 0;
		width: 100%;
		height: 100%;
	}
	#carouselExampleFade .carousel-inner .carousel-item.active {
		z-index: 1;
		filter: brightness(1);
		opacity: 1;
	}
	#carouselExampleFade .carousel-inner .carousel-item {
		transition: all .8s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
		transition-property: filter,opacity;
		inset: 0;
		z-index: 0;
		filter: brightness(2);
		opacity: 0;
	}
	#carouselExampleFade .carousel-inner .carousel-item img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
    #carouselExampleFade .carousel-inner .carousel-item h2 ,
	#carouselExampleFade .carousel-inner .carousel-item p.text {
		color: #fff;
		position:relative;
		opacity:0;
		animation: fadeIn 8s ease-in-out forwards;
	  }
	  
	  @keyframes fadeIn {
		0% {
			opacity:0;
		  }
		  100% {
			opacity:1;
		  }  
	  }
	#carouselExampleFade .carousel-inner .carousel-item.active h2 {
		font-size: 50px;
	}

	#carouselExampleFade .carousel-inner .carousel-item.active p {
		font-size: 26px;
		color: #fff;
	}
	
	#carouselExampleFade .carousel-inner .hs-text{
		position: absolute;
		z-index: 1004;
		top: 0%;
		bottom: 0;
		left: 0;
		right: 0;
		transform: translate(13%, 20%);
	}
	#carouselExampleFade .carousel-inner .ro-number{
		position: absolute;
		z-index: 1004;
		top: 0%;
		bottom: 0;
		left: 0;
		right: 0;
		transform: translate(0%, 53%);
	}
	#carouselExampleFade .carousel-inner .hs-text .ro-number p{
		font-size: 3vh;
	}
	#carouselExampleFade .carousel-inner .hs-text .ro-number p::after{
		content: "";
		position: absolute;
		top:55px;
		border-top: 1px solid #ffffff;
		width: 23px;
		transform: skewY(302deg);
	}
	@media (min-width: 768px){
		#carouselExampleFade .carousel-inner .carousel-item .phone-size{
			display:none;
		}
	}
	@media only screen and (max-width: 768px){
		#carouselExampleFade .carousel-inner .hs-text{
			transform: translate(13%, 13%);
		}
		#carouselExampleFade .carousel-inner .carousel-item.active h2 {
			font-size: 36px;
		}
	}
	@media (max-width: 767.88px){
		#carouselExampleFade .carousel-inner .carousel-item .desk-size{
			display:none;
		}
		#carouselExampleFade .carousel-inner .hs-text{
			transform: translate(3%, 19%);
		}
		#carouselExampleFade .carousel-inner .hs-text .ro-number p::after{
			content: "";
			top:40px;
		}
	}
	
	@media only screen and (max-width: 479px){
		#carouselExampleFade .carousel-inner .carousel-item.active h2 {
			font-size: 32px;
			
		}
		#carouselExampleFade .carousel-inner .carousel-item.active p {
			font-size: 22px;
		}
	}
/*------------------
 One day Section
---------------------*/
.one-day-section{
	background-color: #FCEAF1;
}
/* .one-day-section .section-title h3{
	font-weight: 400;
	color:#17100D;
	font-family: 'BigCaslon-Medium';
} */
.one-day-section .section-title p{
	color:#17100D;
}

/*------------------
 One day Section
---------------------*/
.day-care-ser-section{
	background-color: #ffffff;
}
/* .day-care-ser-section .section-title h3{
	font-weight: 400;
	color:#17100D;
	font-family: 'BigCaslon-Medium';
} */
.day-care-ser-section .section-title p{
	color:#17100D;
}
@media (min-width:768px) {
	.day-care-ser-section .row-wrap{
		margin: 0 100px;
	}
}
/*  slide carousel */
#testimonial_area .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
#testimonial_area .owl-prev, #testimonial_area .owl-next {
	/* width: 40px;
	height: 40px; */
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	background: #fff0;
	position: absolute;
	border: none;
	text-shadow: 0px 1px 4px #3d3d3d;
	z-index: 99;
}
#testimonial_area .owl-prev {
	left: -30px;
	top: -90px;
	font-size: 60px;
}
#testimonial_area .owl-next {
	right: -30px;
	top: -90px;
	font-size: 60px;
}
/* @media only screen and (max-width: 991px) {
	.owl-nav {
		display: none;
	}
} */
/* @media only screen and (max-width: 768px) { */
	@media (max-width: 768px) {
	.box-area {
		text-align: center;
	}
	#testimonial_area .owl-next {
		right: -10px; 
	}
	#testimonial_area .owl-prev {
		left: -10px; 
	}
}
/*------------------
  our-mission Section
---------------------*/
/* .our-mission-section .section-title{
	display: flex;
    justify-content: space-between;
} */
.our-mission-section .section-title h2{
    color: #A27C45;
    font-weight: 400;
    padding-bottom: 5px;
	padding-top: 0;
	font-family: 'BigCaslon-Medium';
}
.our-mission-section .section-title p{
	font-size: 16px;
	text-align: center;
}
.camp-section .camp-wrap-flex{
	margin: 0 auto;
	bottom: 0;
	right: 0;
	position: absolute;
	top: 81%;
	left: 66%;
	transform: translate(-80%, -50%);
}
.camp-section .camp-wrap-flex p{
	border-bottom: 1px solid;
	margin-bottom: 62px;
	padding-right: 40px;
}
.camp-section .camp-wrap-flex img{
	width: 35px;
	height: 35px;
}
@media (min-width:768px) {
	.our-mission-section .hide-img-cell{
		display: none;
	} 
}
@media (max-width:767.88px) {
	.our-mission-section .hide-img-desk{
		display: none;
	}
	.camp-section .camp-wrap-flex{
		top: 75%;
		left: 50%;
	}
	.camp-section .camp-wrap-flex p {
		margin-bottom: 61px;
		padding-right: 10px;
		font-size: 1.3vh;
	}
	.camp-section .camp-wrap-flex img{
		width: 25px;
		height: 25px;
	}
}

/*------------------
  about us Section
---------------------*/
/* .our-mission-section .section-title{
	display: flex;
    justify-content: space-between;
} */
.about-us-section .bg-absulute{
	background: #F5F5F5;
    height: 19em;
    position: absolute;
    width: 51%;
    left: 0;
    transform: translate(0, 120px);
}
.about-us-section .section-title{
     text-align: right;
}
.about-us-section .section-title h2{
    color: #C4225F;
    font-weight: 400;
    padding-bottom: 5px;
	padding-top: 0;
	font-family: 'BigCaslon-Medium';
}
.about-us-section .section-title p{
	font-size: 16px;
	text-align: right;
}
.item__link .c-arw {
	width: 2.8rem;
	transition: transform .2s;
}
.item__link .c-arw:hover {
	/* width: 3.2rem; */
	transform: scale(1.2);
}
.item__link .c-arw {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: #C02354 solid 1px;
}
/* .item__link .c-arw:hover> svg{
	width: 40px;
	height: 40px;
	color: #C02354;
	text-align: center;
} */
.item__link .c-arw svg{
	width: 20px;
	height: 20px;
	color: #C02354;
	text-align: center;
}
.item__link .c-arw .arw {
	width: 5rem;
	fill: #C02354;
}
@media (max-width:767.88px){
	.about-us-section .section-title h3 ,
	.about-us-section .section-title p{ 
		text-align: center;
	}
}
@media (hover: hover){
	.item__link:hover .c-arw .arw {
	fill: #C02354;
}
}
/* .item__link .c-arw:hover{
	border: #a27c45 solid 1px;
	background-color:#fff;
	color: #C02354;
} */

/*------------------
 YEARLY SCHEDULE Section
---------------------*/
/* .our-mission-section .section-title{
	display: flex;
    justify-content: space-between;
} */
.yearly-sch-section .bg-absulute{
	background: #F5F5F5;
    height: 19em;
    position: absolute;
    width: 51%;
    right: 0;
    transform: translate(0, 200px);
}
.yearly-sch-section .section-title{
     text-align: left;
}
.yearly-sch-section .section-title h2{
    color: #C4225F;
    font-weight: 400;
    padding-bottom: 5px;
	padding-top: 0;
}
.yearly-sch-section .section-title p{
	font-size: 16px;
	text-align: left;
}
.yearly-schedule h2,.yearly-schedule ul > li{
	font-family: 'KiwiMaru-Regular ';
}
.yearly-schedule span{
	font-family: 'AcademyEngravedLetPlain', sans-serif;
}
.item__link .c-arw {
	width: 2.8rem;
}
.item__link .c-arw {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: #C02354 solid 1px;
}
.item__link .c-arw svg{
	width: 20px;
	height: 20px;
	color: #C02354;
	text-align: center;
}
.item__link .c-arw .arw {
	width: 5rem;
	fill: #C02354;
}
@media (max-width: 767.89px){
	.yearly-sch-section .section-title h3,
	.yearly-sch-section .section-title p{ 
		text-align: center;
	}
}
@media (hover: hover){
	.item__link:hover .c-arw .arw {
	fill: #C02354;
}
}
/* .item__link .c-arw:hover{
	border: #a27c45 solid 1px;
	background-color:#fff;
	color: #C02354;
} */

/*------------------
  Photo albume Section
---------------------*/
/* .our-mission-section .section-title{
	display: flex;
    justify-content: space-between;
} */
.photo-album-section .bg-absulute{
	background: #F5F5F5;
    height: 15em;
    position: absolute;
    width: 51%;
    left: 0;
    transform: translate(0, 200px);
}
.photo-album-section .img-ab-two img.under{
	position: relative;
    width: 60%;
    float: right;
}
.photo-album-section .img-ab-two img.above{
	position: absolute;
    width: 51%;
    z-index: 8;
    left: 0;
    top: 110px;
    transform: translate(10px, 10px);
}
.photo-album-section .section-title{
     text-align: right;
}
.photo-album-section .section-title h2{
    color: #C4225F;
    font-weight: 400;
    padding-bottom: 5px;
	padding-top: 0;
}
.photo-album-section .section-title p{
	font-size: 16px;
	text-align: right;
}
.item__link .c-arw {
	width: 2.8rem;
}
.item__link .c-arw {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: #C02354 solid 1px;
}
.item__link .c-arw svg{
	width: 20px;
	height: 20px;
	color: #C02354;
	text-align: center;
}
.item__link .c-arw .arw {
	width: 5rem;
	fill: #C02354;
}
@media (hover: hover){
	.item__link:hover .c-arw .arw {
	fill: #C02354;
}
}
@media (max-width:767.89px) {
	.photo-album-section .section-title h3,
	.photo-album-section .section-title p{ 
		text-align: center;
	}
}
/* .item__link .c-arw:hover{
	border: #a27c45 solid 1px;
	background-color:#fff;
	color: #C02354;
} */
@media (max-width:767px) {
	 .photo-album-section .bg-absulute 
	{ 
		height: 10em; 
		width: 100%;
		left: 0; 
		transform: translate(0%, 363%);
	}
	.yearly-sch-section .bg-absulute  
	{ 
		height: 10em; 
		width: 100%;
		left: 0; 
		transform: translate(0%, 383%);
	}
	.about-us-section .bg-absulute 
	{ 
		height: 10em; 
		width: 100%;
		left: 0; 
		transform: translate(0%, 300%);
	}
}

/*------------------
  our services Section
---------------------*/
.our-services-section .feature-item .fi-content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 26px 24px;
    z-index: 2;
    text-align: right;
}
.our-services-section .section-title{
	text-align: right;
}
.our-services-section  .section-title h2{
    color: #A27C45;
    font-weight: 400;
    padding-bottom: 5px;
	padding-top: 0;
	font-family: 'BigCaslon-Medium'
}
.our-services-section  .section-title p{
    color: #A27C45;
	font-size: 14px;
	text-align: right;
	/* padding-right: 50px; */
}
.our-services-section .flex-end{
	display: flex;
	justify-content: flex-end;
}
.our-services-section .flex-end div{
	padding-left: 8px;
}
.our-services-section .flex-end div img{
	padding-top: 10px !important;
}
.our-services-section .feature-item .flex-end p::before{
	display: inline-block;
    content: "";
    border-top: 0.01rem solid white;
    width: 7rem;
    margin: 4px 1rem;
    /* /* transform: translateY(-1rem); */
}
.our__link .c-arw {
	width: 2.4rem;
}
.our__link .c-arw {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	position: relative;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: #fff;
}
.our__link .c-arw .arw {
	width: 1.1rem;
	fill: #000;
}
@media (hover: hover){
	.our__link:hover .c-arw .arw {
	fill: #fff;
}
}

.our__link .c-arw:hover {
	border: #a27c45 solid 1px;
	background: transparent ;
}
/*------------------
  FACILITIES-section Section
---------------------*/
.FACILITIES-section .section-title{
	display: flex;
    justify-content: space-between;
}
.FACILITIES-section .section-title h2{
    color: #A27C45;
    font-weight: 400;
    padding-bottom: 5px;
	padding-top: 0;
	font-family: 'BigCaslon-Medium';
	text-align: left;
}
.FACILITIES-section .section-title p{
    color: #A27C45;
	font-size: 14px;
	text-align: left;
}
@media (min-width:768px) {
	.FACILITIES-section .close-desktop, .acces-section .close-desktop{
		display: none;
	}
}
@media (max-width:767.88px) {
	.FACILITIES-section .close-mobile, .acces-section .close-mobile{
		display: none;
	}
	.our-services-section .feature-item .fi-content {
		padding: 0 5px 24px;
	}
}
/*------------------
  access Section
---------------------*/
.acces-section .section-title{
	text-align: right;
}
.acces-section  .section-title h2{
    color: #A27C45;
    font-weight: 400;
    padding-bottom: 5px;
	padding-top: 0;
	font-family: 'BigCaslon-Medium';
}
.acces-section  .section-title p{
    color: #A27C45;
	font-size: 14px;
	text-align: right;
}
/*------------------
  Feature Section
---------------------*/

.feature-item {
	/* height: 415px; */
	position: relative;
}
@media (max-width:767.88px) {
	.FACILITIES-section .feature-item{
		height: 245px !important;
	}
	.first-time-section .feature-item, #testimonial_area .feature-item {
		height: 240px;
		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;
	text-align: right;
}

/* .feature-item .fi-content h5 {
	margin-bottom: 18px;
} */

.feature-item .fi-content .fi-comment {
	font-size: 12px;
	/* opacity: .54; */
}

/*----------------------
  Recent Game Section
------------------------*/

.recent-game-section {
	background-color: #eef2f6;
	border-top: 1px solid #d6dee7;
	border-bottom: 1px solid #d6dee7;
}

.recent-game-item .rgi-thumb {
	height: 204px;
	padding: 25px 28px;
}

.recent-game-item .rgi-content {
	padding: 34px 22px 20px;
	background: #fff;
	border: 1px solid #d6dee7;
	border-top: none;
	position: relative;
}

.recent-game-item .rgi-content h5 {
	margin-bottom: 20px;
	line-height: 1.5;
}

.recent-game-item .rgi-content .comment {
	font-size: 12px;
	color: #737373;
}

.recent-game-item .rgi-extra {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
}

.recent-game-item .rgi-extra .rgi-star,
.recent-game-item .rgi-extra .rgi-heart {
	height: 35px;
	width: 35px;
	float: left;
	display: block;
	padding: 6px 8px 0;
}

.recent-game-item .rgi-extra .rgi-star {
	background: #ffb320;
}

.recent-game-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;
}
/* @media (max-width: 767px) {
	.review-item .review-text {
		width: 60%;
	}
	.review-item .review-text-t p {
		margin-left: -91px;
	}
} */
.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;
}
/* fax */
.faq-wrap .fq-content{
	background-color:#F0F0F0;border-radius:30px;
}
.faq-wrap .fq-content .content-question p{
	color:#313131;
	font-weight: 600;
}
@media (min-width: 1025px)
{
	.faq-wrap .fq-content{
		padding-left: 8rem!important;
	}
}
/*  */
/*----------------------
  Footer top Section
------------------------*/

.footer-top-section {
	/* background-image: url("../img/pattern.png");
	background-repeat: repeat; */
	background-color: #EDDFBE;
	padding: 72px 0;
}
.footer-top-section .container {
	position: relative;
}
.footer-top-section .wrap-content{
	background: #FBF7EE;
    padding: 8px;
	height: 100%;
}
.footer-top-bg {
	position: absolute;
	left: -30px;
	bottom: -85px;
	z-index: 2;
}

.footer-logo img {
	margin-bottom: 35px;
}
.footer-widget.one {
	/* padding: 55px 0 16px; */
    background-image: linear-gradient(rgb(74 74 74 / 90%), rgb(74 74 74/ 90%)), url(../img/b7d3f3a74094713b50c9da12fffd015e.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-widget.two {
	/* padding: 55px 0 16px; */
    background-image: linear-gradient(rgb(74 74 74 / 90%), rgb(74 74 74/ 90%)), url(../img/56221325df7e4c48f2eebc75d7a02b75.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-widget.theer {
	/* padding: 55px 0 16px; */
    background-image: linear-gradient(rgb(74 74 74 / 90%), rgb(74 74 74/ 90%)), url(../img/cef37cebdbb001671684fd4c1f65237d.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-widget.four {
	/* padding: 55px 0 16px; */
    background-image: linear-gradient(rgb(74 74 74 / 90%), rgb(74 74 74/ 90%)), url(../img/dac7a2e45b10b92f84b93f371f12ccda.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-widget .item__link .c-arw {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: #ffffff solid 1px;
}
/* .footer-widget  .item__link .c-arw {
    width: 2.4rem;
} */
.footer-widget  .item__link .c-arw svg {
    width: 15px;
    height: 15px;
    color: #ffffff;
    text-align: center;
}
.footer-widget {
	padding: 18px 8px 7px;
	/* background: #FBF7EE; */
	/* border: 1px solid #C2AD8F; */
	height: 100%;
}
.footer-widget:hover { 
	filter: brightness(1.75);
}

.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;
	padding-bottom: 5px;
}

.top-comment .tc-item .tc-thumb {
	width: 50px;
    height: 50px;
    /* border-radius: 50%; */
    float: left;
    margin-left: 25px;
}

.top-comment .tc-item .tc-content {
	padding-left: 100px;
}

.top-comment .tc-item .tc-content p {
	font-size: 14px;
	color: #17100D;
	margin-bottom: 0;
	font-family: 'BigCaslon-Medium';
	font-weight: bolder;
}

.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: 14px;
	color: #A37E24;
	padding-bottom: 10px;
	font-family: 'BigCaslon-Medium';
}
.top-comment .tc-item .tc-content .phone-number{
    font-size: 22px;
	color: #A37E24;
	line-height: 17px;
	padding-bottom: 10px;
}
.top-comment .tc-item .tc-content .phone-number span{
    font-size: 8px;
	color: #A37E24;
}
/* .top-comment .tc-item .tc-content .link-b-s{
	width: 85%;
    background: #a27c45;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
} */
.top-comment .tc-item .tc-content a{
	/* background-color: #A27C45;
    padding: 7px 10px; */
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/*----------------------
  Footer Section
------------------------*/

.footer-section {
	padding: 55px 0 16px;
	background-image: linear-gradient(rgb(74 74 74 / 85%), rgb(74 74 74/ 85%)),
	                  url(../img/footer-backgroun.png);
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width:767px) {
	.footer-section .lb-item.contain-space{
        display: flex;
        justify-content: space-between;
	}
}

.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
--------------------
====================*/
.trial-lesson-section .feature-item .flex-text {
	/* display: flex; */
	text-align: center;
}
.trial-lesson-section .feature-item .flex-text span{
	/* display: flex; */
	font-size: 12px;
	color:#313131
}
.trial-lesson-section .feature-item .flex-text p{
	/* display: flex; */
	font-size: 14px;
	color:#313131
}
.trial-lesson-section .feature-item .flex-text h3{
	color:#C4225F;
}
.trial-lesson-section .feature-item .fi-content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
	padding: 25px 20px 25px;
    z-index: 2;
    text-align: left;
    background: #ffffffc4;
	justify-content: space-evenly
}
.trial-lesson-section .text {
	padding-top: 15px;
}
.trial-lesson-section .section-title h2 {
    color: #A27C45;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 0;
	text-align: right;
}
.trial-lesson-section .section-title p {
    color: #A27C45;
    font-size: 16px;
    text-align: right;
}
	.trial-lesson-section .feature-item{
		width: 100% !important;
			overflow: hidden !important;
			margin: 0 auto !important;

	}
.trial-lesson-section .feature-item img.fancybox {
    width: 100% !important;
    transition: 0.5s all ease-in-out !important;
    position: relative !important;
}
.trial-lesson-section .feature-item:hover > img{
	position: relative; 
    transform: scale(1.14) !important;
}
/*   concept  */
.concept-section .wrap-col{
	padding-top: 60px;
}
.concept-section .section-title h2 {
    color: #A27C45;
    font-weight: 400;
    padding-bottom: 5px;
    padding-top: 0;
	text-align: left;
	
}
.concept-section .section-title p {
    color: #A27C45;
    font-size: 16px;
    text-align: left;
}
.concept-section .section-title h4.title {
	padding-top: 22px;
    color: #A27C45;
    text-align: left;
    line-height: 1.5;
    /* padding-left: 25px; */
    font-size: 20px;
}
.concept-section .section-title p.text-comp  {
    color: #17100D;
	font-size: 16px;
	line-height: 1.9;
	padding-left: 25px;
	padding-top: 20px;

}
.concept-section .section-title p.text  {
    color: #17100D;
	font-size: 16px;
	line-height: 1.9;
	/* padding-left: 25px; */
	padding-top: 20px;
	text-align: left;

}
.concept-section .section-title p.text-comp {
	padding-left: 4rem;

}
@media (min-width:768px) {
	.concept-section .close-desktop{
		display: none;
	}
}
@media (max-width:767px) {
	.concept-section .wrap-col {
		padding-top: 0;
	}
	/* .concept-section .section-title p.text {
		padding-left: 0;
		text-align: left;
	
	} */
	.concept-section .section-title p.text-comp {
		padding-left: 0 !important;
		text-align: left !important;
	
	}
	/* .concept-section .section-title h4.title {
		padding-left: 0;
		text-align: center;
	} */
	
	.concept-section .close-mobile{
		display: none;
	}
}


/*   services page */

.gyme-row-section .wrap-col{
	padding-top: 60px;
}
.gyme-row-section  .section-title h4.title {
	padding-top: 22px;
    color: #C4225F;
    text-align: center;
    line-height: 1.5;
    /* padding-left: 25px; */
    font-size: 20px;
}
.gyme-row-section .section-title p.text  {
    color: #17100D;
	font-size: 16px;
	line-height: 1.9;
	padding-left: 25px;
	padding-top: 20px;
	text-align: center;

}
@media (min-width:768px) {
	.gyme-row-section .close-desktop{
		display: none;
	}
}
@media (max-width:767.888px) {
	.gyme-row-section .wrap-col {
		padding-top: 0;
	}
	.gyme-row-section .close-mobile{
		display: none;
	}
}

.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;
}

/*-----------------
  Categories page
--------------------*/

.recent-game-page .recent-game-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 #2B2B2B;
	padding-left: 22px;
	padding-right: 45px;
	/* font-size: 12px; */
	margin-bottom: 24px;
}
.invalid-feedback{
	margin-top: -20px;
	padding-bottom: 20px;
}
.was-validated .form-control:invalid,
.was-validated .form-textarea:invalid,
.was-validated .form-check-input:invalid {
    border-color: #dc3545 !important;
}
.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
--------------------*/



.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: #C4225F;
}

.contact-info-list .cf-right {
	color: #878787;
	font-size: 15px;
	padding-left: 100px;
}
.contact-page span.num-list{
	background-color: #313131;
    padding: 10px 14px;
    border-radius: 100%;
    color: #fff;
}
.contact-page span.num-list-desable{
	pointer-events: none;
	background-color: #B4AEA6;
    padding: 10px 14px;
    border-radius: 100%;
    color: #fff;
}
.contact-page p.text{
	margin-top: 10px;
	text-align: center;
	color: #313131;
}
.contact-page  .l-line{
	padding-right: 90px;
    position: relative;
}
.contact-page  .l-desable{
	padding-right: 90px;
    position: relative;
}
.contact-page  .l-line::after , .contact-page  .l-desable::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 0;
    top: 12px;
    /* height: 4em; */
    border-top: 2px solid #2B2B2B;
    z-index: -1;
    width: 110px;
}
.contact-page  .l-desable::after {
    /* height: 4em; */
    border-top: 2px solid #000 !important;
	opacity: 0.16;
}

.contact-page .contact-title h5{
	text-align: center;
    color: #C4225F;
	padding-right: 24px;
}
.contact-page .footer-widget {
    padding: 40px 0px 7px;
    background: #ffffff;
    border: 1px solid #313131;
    height: 100%;
}
.contact-page .top-comment .tc-item {
    margin-bottom: 23px;
    overflow: hidden;
}
.contact-page .top-comment .tc-item .tc-thumb {
    width: 80px;
    height: 80px;
    /* border-radius: 50%; */
    float: left;
    margin-left: 0px;
}
.contact-page .top-comment .tc-item .tc-content {
    padding-left: 100px;
}
.contact-page .top-comment .tc-item .tc-content {
    padding-left: 100px;
}
.contact-page .top-comment .tc-item .tc-content p {
    font-size: 18px;
    color: #17100D;
    margin-bottom: 10px;
	font-weight: 500 !important;
}
.contact-page .top-comment .tc-item .tc-content .phone-number {
	font-size: 4vh;
    color: #C4225F;
    line-height: 30px;
    padding-bottom: 10px;
}
.contact-page .top-comment .tc-item .tc-content .phone-number span {
	font-size: 14px;
    color: #17100D;
}

.contact-form-warp .comment-form span.re-f {
	background-color: #C4225F;
    color: #fff;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 10px;
}
.contact-form-warp  .form-control {
    border: 1px solid #2B2B2B !important;
	height: calc(2.45rem + 2px) !important;
    /* color: #A27C45 !important; */
}
/*------------------
  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;
	}
	.hero-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;
	}
	.hero-slider .hs-text h2 {
		font-size: 50px;
	}
	.hero-slider .owl-dots {
		max-width: 690px;
	}
	.recent-game-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;
	}
}

/* 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;
	}
	.hero-slider .hs-item {
		height: 700px;
	}
	.hero-slider .hs-text h2 {
		font-size: 36px;
	}
	.hero-slider .owl-dots {
		max-width: 510px;
	}
	.ln-title {
		padding-right: 30px;
	}
	/* .feature-item {
		margin-bottom: 30px;
	} */
	.recent-game-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;
	}
}
  .footer-section .latest-blog .lb-item p{
	/* font-weight: bolder !important; */
	/* font-family: 'BigCaslon-Medium'; */
	color: #fff;
  }
/* Medium Mobile :480px. */
@media  (max-width: 767px) {
	.footer-section .latest-blog .lb-item p{
		text-align: center;
	  }
	.footer-section .latest-blog .lb-item p.m-right{
		text-align: right !important;
	}
}
@media only screen and (max-width: 576px) {
	.hero-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) {
	.hero-slider .hs-item {
		height: 550px;
		/* 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: 10px 15px 7px;
	}
	.page-info-section .pi-content h2 {
		font-size: 40px;
	}
}

/* ====home page goon===== */
.scroll-down {
	height:50px;
	width: 30px;
	position: absolute;
	right: 10%;
	border-radius: 50px;
	cursor: pointer;
	z-index: 99;
	line-height: 0px;
	color: #000;
	transform: translate(0px, -60px);
}

.scroll-down small.text-scroll {
	margin-left: -5px;
	font-size: 16px;
	color: #878787;
}
.scroll-down:before {
content: "";
position: absolute;
top: 20%;
left: 50%;
height: 48px;
/* width: 0px; */
-webkit-transform: translate(-50%,-100%) rotate(45deg);
transform: translate(-50%,-25%) rotate(0deg);
border: 0.5px solid #878787;
border-top: transparent;
border-left: transparent;
-webkit-animation: scroll-down 2.5s ease-in-out infinite;
animation: scroll-down 2.5s ease-in-out infinite;
}
.scroll-down:after {
content: "";
position: absolute;
top: 20%;
left: 50%;
height: 48px;
/* width: 12px; */
-webkit-transform: translate(-50%,-100%) rotate(45deg);
transform: translate(-50%,-25%) rotate(0deg);
border: 0.5px solid #000;
border-top: transparent;
border-left: transparent;
-webkit-animation: scroll-down 2.5s ease-in-out infinite;
animation: scroll-down 2.5s ease-in-out infinite
}

@media (max-width:767.89px) {
	.scroll-down small.text-scroll { 
		color: #ffffff;
	}
	.scroll-down:before {
		content: ""; 
		border: 0.5px solid #fff; 
		}
		.scroll-down:after {
		content: ""; 
		border: 0.5px solid #000; 
		}
}
.scroll-down:before {
top: 30%;
-webkit-animation-delay: 1s;
animation-delay: 1s
}

@-webkit-keyframes scroll-down {
0% {
	opacity: 0
}

30% {
	opacity: 1
}

60% {
	opacity: 1
}

to {
	top: 90%;
	opacity: 0
}
}

@keyframes scroll-down {
0% {
	opacity: 0
}

30% {
	opacity: 1
}

60% {
	opacity: 1
}

to {
	top: 90%;
	opacity: 0
}
}
.autoplay-carousel {
	margin: auto;
	overflow: hidden;
	position: relative;

}

.autoplay-carousel  .slide-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(220px * 18);
	background: #FCEAF1;
	column-gap: 1rem;

}
.autoplay-carousel .slide-track:hover {
animation-play-state: paused;
}

.autoplay-carousel  .slider-carousel {
	/* height: 415px; */
	width: 25rem;
}
/* @media  (max-width: 767px) {
	 .autoplay-carousel  .slide-track {
		width: calc(140px * 18);
	}
	.autoplay-carousel .slider-carousel {
		height: 245px !important;
		width: 25rem;
	}
} */

.autoplay-carousel .slider-carousel:nth-child(1) > .img-slide, .autoplay-carousel  .slider-carousel:nth-child(6) {
	background-color: transparent;
}

.autoplay-carousel .slider-carousel:nth-child(2), .autoplay-carousel .slider-carousel:nth-child(7) {
	background-color: transparent;
}

.autoplay-carousel .slider-carousel:nth-child(3), .autoplay-carousel .slider-carousel:nth-child(8) {
background-color: transparent;
}
.autoplay-carousel .slider-carousel:nth-child(4), .autoplay-carousel .slider-carousel:nth-child(9) {
	background-color: transparent;
}

.autoplay-carousel .slider-carousel:nth-child(5), .autoplay-carousel .slider-carousel:nth-child(10) {
	background-color: transparent;
}


			
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-250px * 9));
	}
}