/* =================================
------------------------------------
  EndGam - Gaming Magazine Template
  Version: 1.0
 ------------------------------------
 ====================================*/



/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 500;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
} 

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #585858;
	line-height: 1.6;
	font-weight: 500;
}

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;
}

::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
}

:-ms-input-placeholder {
	color: #fff;
	font-style: italic;
}

::-ms-input-placeholder {
	color: #fff;
	font-style: italic;
}

::placeholder {
	color: #fff;
	font-style: italic;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title{
	text-align: center
}

.section-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	/* font-style: italic; */
}

.section-bg{
	background: url("../images/section-bg.jpg") center top no-repeat fixed;
	background-size: cover;
	padding: 30px 0 30px 0;
	position: relative;	
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.section-padding{
	padding: 50px;
}

@media (max-width: 768px) {
	
}

@media (max-width: 967px) {
	
}

@media (max-width: 567px) {
	.section-padding{
		padding: 50px 30px;
	}

}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.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;
}

#social-links ul li{
  display: inline !important;
  
}

#social-links ul li a{
  font-size: 20px;
  margin-right: 10px;
}

#social-links ul li a{
  font-size: 25px;
  margin-right: 10px;
}

#social-links .fa-facebook-official{
  color: #003399
}

#social-links .fa-twitter{
  color: #069dc1
}

#social-links .fa-linkedin{
  color: #123b7f
}

#social-links .fa-whatsapp{
  color: #009933
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */

.genric-btn {
	display: inline-block;
	outline: none;
	line-height: 40px;
	padding: 0 30px;
	font-size: .8em;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  }

  .genric-btn.primary {
	color: #fff;
	background: #ff5e13;
	border: 1px solid transparent;
  }

  .genric-btn.primary:hover {
	color: #ff5e13;
	border: 1px solid #ff5e13;
	background: #fff;
  }
  
  .genric-btn.white {
	color: #ff5e13;
	background: #fff;
	border: 1px solid #ff5e13;
  }
  
  .genric-btn.white:hover {
	color: #fff;
	border: 1px solid #fff;
	background: #ff5e13;
  }

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	min-width: 186px;
	padding: 24px 30px;
	border-radius: 0;
	text-transform: uppercase;
	color: #081624;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}

.site-btn img {
	position: relative;
	left: 13px;
	width: auto !important;
	display: inline-block !important;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 9px;
	top: 10px;
	background: #213D7C;
	z-index: -2;
	-webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
}

.site-btn:before {
	left: 0;
	top: 0;
	background: #fff;
	z-index: -1;
}

.site-btn:hover {
	color: #081624;
}

/* Preloder */


.preloader{background-color:#f7f7f7;width:100%;height:100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index:999999;-webkit-transition:.6s;-o-transition:.6s;transition:.6s;margin:0 auto}
.preloader .preloader-circle{
	width:100px;
	height:100px;
	position:relative;
	border-style:solid;
	border-width:3px;
	border-top-color:#9900cc;
	border-bottom-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent;
	z-index:10;
	border-radius:50%;
	-webkit-box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);
	box-shadow:0 1px 5px 0 rgba(35,181,185,0.15);
	background-color:#ffffff;
	-webkit-animation:zoom 2000ms infinite ease;
	animation:zoom 2000ms infinite ease;
	-webkit-transition:.6s;
	-o-transition:.6s;
	transition:.6s
}
.preloader .preloader-circle2{border-top-color:#0078ff}
.preloader .preloader-img{
	position:absolute;
	top:50%;z-index:200;
	left:0;right:0;
	margin:0 auto;
	text-align:center;
	display:inline-block;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	padding-top:6px;
	-webkit-transition:.6s;
	-o-transition:.6s;
	transition:.6s
}
.preloader .preloader-img img{max-width:55px}
.preloader .pere-text strong{font-weight:800;color:#dca73a;text-transform:uppercase}
@-webkit-keyframes zoom{0%{
	-webkit-transform:rotate(0deg);transform:rotate(0deg);
	-webkit-transition:.6s;-o-transition:.6s;
	transition:.6s}100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
		-webkit-transition:.6s;
		-o-transition:.6s;transition:.6s}
	}
@keyframes zoom{0%{
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.6s;
	-o-transition:.6s;transition:.6s}100%{
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
		-webkit-transition:.6s;
		-o-transition:.6s;transition:.6s}
	}

/*------------------
  Header section
---------------------*/



.header-section {
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: 50px;
	z-index: 99;
	/* padding: 15px 15px; */
	/* background: #05112e8c; */
}


.header-top {
	position: absolute;
	height: 50px;
	width: 100%;
	margin-bottom: 15px;	
	z-index: 99;
	padding: 10px 10px 0;
	/* background: #05112e2a; */
}
.header-social p {
	display: inline-block;
	color: #000;
	
	font-size: 16px;
	padding-top: 4px;
}

.header-social a {	
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	/* text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.555); */
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 767px) {
	
	.header-top {
	  width: 100%;
	  padding: 5px;
	}

	.header-social p {
		display: inline-block;
		color: #9190a5;
		font-size: 16px;
		padding-top: 4px;
	}

	.header-social a {	
		color: #fff;
		font-weight: 500;
		font-size: 13px;		
		margin-left: 5px;	
	}
}

@media (max-width: 567px) {
	.header-top {
	  width: 100%;
	  padding: 5px;
	}

	.header-social a {	
		color: #fff;		
		font-weight: 500;
		font-size: 14px;		
		margin-left: 5px;	
	}
}



#header.header-warp {
	width: 90%;
	margin: 0 auto;
}


.header-social a:hover,
.footer-social a:hover,
.geme-social-share a:hover {
	background: #213D7C;
}

.header-bar-warp {
	background: #fff;
	border-radius: 50px;
	padding: 20px 40px;
	-webkit-box-shadow: 0 0 9px 3px rgba(66, 30, 228, 0.24);
	box-shadow: 0 0 9px 3px rgba(5, 4, 80, 0.24);
}



#header.header-scrolled{
	background: #fff;
	border-radius: 0;
	min-width: 100%;
}

.site-logo {
	float: left;
	height: 50px;
}

.site-logo img{
	height: 50px;
}

/* .user-panel {
	float: right;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding-top: 3px;
} */

.user-panel a {
	color: #000;
}

.user-panel a:hover {
	color: #213D7C;
}

.main-menu {
	list-style: none;
	text-align: right;
	padding-top: 15px;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu a{
	margin-bottom: 5px;
	text-align: right;
}
.main-menu li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-right: 40px;
	padding-bottom: 15px;
	position: relative;
	padding-right: 15px;
}

.main-menu li a:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	right: 0;
	top: 1px;
	background-image: url("../img/icons/arrow-down.png");
	background-repeat: no-repeat;
	background-position: right center;
}

.main-menu li a i {
	color: #928d92;
	margin-left: 5px;
}

.main-menu li a:hover {
	color: #213D7C;
}

.main-menu li a:hover:after {
	background-image: url("../img/icons/arrow-down-color.png");
}

.main-menu li a:hover i {
	color: #213D7C;
}

.main-menu li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
}

.main-menu li:hover>a {
	color: #213D7C;
}

.main-menu li:hover>a:after {
	background-image: url("../img/icons/arrow-down-color.png");
}

.main-menu li .sub-menu {
	position: absolute;
	list-style: none;
	text-align: left;
	width: 220px;
	left: 0;
	top: 100%;
	padding: 20px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 50px;
	background: #fff;
	z-index: 99;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
	box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.4);
}

.main-menu li .sub-menu li {
	display: block;
}

.main-menu li .sub-menu li a {
	display: block;
	color: #000;
	margin-right: 0;
	padding: 8px 30px;
}

.main-menu li .sub-menu li a:after {
	display: none;
}

.main-menu li .sub-menu li a:hover {
	color: #213D7C;
}

.slicknav_menu {
	display: none;
}

.slicknav_menu{background:transparent;margin-top:0px !important}
.slicknav_menu .slicknav_btn .slicknav_icon-bar{background-color:#fff!important}
 .slicknav_menu .slicknav_nav{margin-top:9px !important}
.slicknav_menu .slicknav_nav a:hover{background:transparent;color:#6785FF}
.slicknav_menu .slicknav_nav a{font-size:15px;padding:7px 10px; color:#000 }
.slicknav_menu .slicknav_nav ul{float: left; }
.slicknav_menu .slicknav_nav .slicknav_item a{padding:0 !important}

/*------------------
  Hero section
---------------------*/

.hero-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	left: calc(50% - 740px);
	bottom: 38px;
	position: relative;
	width: 1496px;
	position: absolute;
}

.hero-slider .owl-dots .owl-dot {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-slider .owl-dots .owl-dot.active {
	color: #213D7C;
	border: 2px solid #213D7C;
}

.hero-slider .owl-nav {
	margin-top: -24px;
	display: block;
}

.hero-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 100px;
}

.hero-item {
	height: 75vh;
	padding-top: 125px;
	/* border-bottom: 2px solid #213D7C; */
}

.slider-text{
	background: rgba(0, 0, 0, 0.349) ;
	padding: 20px;
}

.hero-item h2 {
	font-size: 35px;
	/* background: #fff; */
	text-shadow: 3px 3px 2px #000;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	top: 100px;
	opacity: 0;
}

.hero-item p, .hero-item h2 p {
	font-size: 20px;
	color: #fff;
	text-shadow: 3px 3px 2px rgba(10, 3, 3, 0.671);
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	top: 80px;
	opacity: 0;
}

.hero-item .site-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .owl-item.active .hero-item h2,
.hero-slider .owl-item.active .hero-item p,
.hero-slider .owl-item.active .hero-item .site-btn {
	top: 0;
	opacity: 1;
}

.hero-slider .owl-item.active .hero-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hero-item p {
	-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-item.active .hero-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hero-item .offer-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}


@media (max-width: 768px) {
	
	.hero-item {
		height: 80vh;
		padding-top: 125px;
		/* border-bottom: 2px solid #213D7C; */
	}

	.hero-item .slider-text h2 {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		line-height: 1;
		margin-bottom: 10px;
		position: relative;
		top: 100px;
		opacity: 0;
	}

	.hero-slider .owl-dots {
		display: -ms-flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		z-index: 2;
		left: calc(50% - 740px);
		bottom: 38px;
		position: relative;
		width: 1496px;
		position: absolute;
	}
}

@media (max-width: 967px) {
	
	.hero-item {
		height: 90vh;
		padding-top: 125px;
		/* border-bottom: 2px solid #213D7C; */
	}

	.hero-item .slider-text h2 {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		line-height: 1;
		margin-bottom: 10px;
		position: relative;
		top: 100px;
		opacity: 0;
	}

	
}

@media (max-width: 567px) {
	.hero-item {
		height: 60vh;
		padding-top: 125px;
		/* border-bottom: 2px solid #213D7C; */
	}

}

/* ----------------
  Hero Menu
---------------------*/
.hero-menu{
	background: #213D7C;
	padding: 30px 30px;
}

.hero-menu #item{
	margin-bottom: 10px;
}

.hero-menu img{
	border-radius: 50%;
	border: solid #fff 2px;
	height: 100px;
	width: 100px;
	margin-bottom: 20px;
}

.hero-menu h5{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 20px;
	text-transform: uppercase;
	color: #fff;
}

@media (max-width: 768px) {
	
	.hero-menu img{
		height: 80px;
		margin-bottom: 5px;
	}

	.hero-menu h5 {
		font-size: 17px;
	}
}

@media (max-width: 967px) {
	.hero-menu img{
		height: 70px;
		margin-bottom: 5px;
	}

	.hero-menu h5 {
		font-size: 18px;
	}
}

@media (max-width: 567px) {
	.hero-menu img{
		height: 70px;
		margin-bottom: 5px;
	}

	.hero-menu h5 {
		font-size: 15px;
	}

}

/* ----------------
  ABOUT-SECTION
---------------------*/
.about-section {
	width: 100%
}

.about-section .img-bg img{
	height: 55vh;
	margin-right: -20px;
}
.about-section .info{
	padding: 80px 50px;
	z-index: 10;
}

.about-section .info h3{
	font-size: 30px;
	font-weight: bold;
	color: #213D7C;
	margin-bottom: 10px;
}

.about-section .info p{
	font-size: 16px;
	line-height: 40px;
	text-align: justify
}

@media (max-width: 768px) {
	.about-section .info p{
		font-size: 14px;
		line-height: 25px;
		text-align: justify
	}

	.about-section .img-bg img{
		height: 40vh;
		margin-top:-30%;
		margin-right: -20px;
	}
}

@media (max-width: 967px) {
	.about-section .info{
		padding: 30px 15px;
	}
	.about-section .info p{
		font-size: 14px;
		line-height: 30px;
		text-align: justify
	}

	.about-section .img-bg img{
		height: 100vh;
		margin-right: -20px;
	}
}

@media (max-width: 567px) {
	.about-section .info p{
		font-size: 14px;
		line-height: 30px;
		text-align: justify
	}

	.about-section .img-bg img{
		height: 40vh;
		margin-top:-30%;
		margin-right: -20px;
	}

}

/* ----------------
  SERVICE-AREA
---------------------*/
.service_area .single_service {
  padding: 25px 20px;
  border: 2px solid #E8E8E8;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.service_area .icon img{
	height: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .service_area .single_service {
    padding: 20px 15px;
  }
}

.service_area .single_service h4 {
  font-size: 18px;
  font-weight: 600;
  color: #213D7C;
  margin-top: 5px;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .service_area .single_service h4 {
    font-size: 18px;
  }
}

.service_area .single_service p {
  color: #000;
  font-size: 15px;
  text-align: justify;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}

.service_area .single_service:hover {
  border: 2px solid #615CFD;
}

/* ----------------
 Blog Section
---------------------*/

.blog-section {	
	background: #fff;	
}

.blog-section .section-title {
	margin-bottom: 30px;
}

.single-blog{
	background: #fff;
	box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.295);
	height: 250px;
	overflow: hidden;
	margin-bottom: 30px;
}

.single-blog:hover{
	box-shadow: none;
	border: #ccc solid 1px;
}

.single-blog #blog-image img{
	height: 250px;
}

.single-blog .content{
	padding: 20px ;
}

.single-blog .content h6{
	color: #ccc;
	font-size: 13px;
	margin-bottom: 5px;
}
.single-blog .content h4{
	color: #213D7C;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}

.single-blog .content p{
	color: #000;
	text-align: justify;
}

@media (max-width: 967px) {
	.single-blog{	
		height: 500px;
	}

	.single-blog #blog-image img{
		height: 200px;
	}
}

@media (max-width: 768px) {
	.single-blog{	
		height: 300px;
	}

	.single-blog #blog-image img{
		height: 300px;
	}
}

@media (max-width: 567px) {
	.single-blog{
		background: #fff;	
		height: 450px;
	}

	.single-blog #blog-image img{
		height: 200px;
	}

}

/* ----------------
  ABOUT-SECTION
---------------------*/
.cta{
	background: #213D7C;
	padding: 50px;
}



.cta h3{
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

/* ----------------
  Our Service Page
---------------------*/
.expertise {	
	border: 2px solid #E8E8E8;
	background: #fff;	
	margin-bottom: 30px;
	
}

.expertise .service-img img{
	height: 200px;
	width: 100%;
}	
.expertise .content{
	padding: 20px;
}

.expertise .content h5{
	color: #213D7C;
	font-weight: bold;
	font-size: 16px
}

/* ----------------
  Blog Index Page
---------------------*/
 .page-banner{
	 background: #213D7C;
	 min-height: 250px;
 }

 .page-banner .content{
	 padding-top: 180px;
 }

 .sidebar{
	 background: #fff;
 }
 

/* --------------------
  Newsletter section
----------------------*/

.newsletter-section {
	padding: 108px 0 95px;
	text-align: center;
}

.newsletter-section h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 73px;
}

.newsletter-form {
	padding-left: 56px;
}

.newsletter-form input {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	width: 787px;
	border: none;
	border-bottom: 2px solid #9b91a6;
	background: none;
	height: 63px;
	margin-right: 26px;
}

/* ----------------
  Footer section
---------------------*/

.footer {
	background-repeat: no-repeat;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background: #040E27;
	position: relative;
	z-index: 0;
  }

  .footer ul {
	  list-style: none;
  }
  
  .footer .footer_top {
	padding-top: 60px;
	padding-bottom: 50px;
  }
  
  @media (max-width: 767px) {
	.footer .footer_top {
	  padding-top: 40px;
	  padding-bottom: 20px;
	}
  }
  
  @media (max-width: 767px) {
	.footer .footer_top .footer_widget {
	  margin-bottom: 30px;
	}
  }
  
  @media (min-width: 768px) and (max-width: 991px) {
	.footer .footer_top .footer_widget {
	  margin-bottom: 30px;
	}
  }
  
  .footer .footer_top .footer_widget .links {
	position: relative;
	top: -5px;
  }
  
  .footer .footer_top .footer_widget .links.double_links li {
	width: 50%;
	float: left;
  }
  
  .footer .footer_top .footer_widget .footer_title {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-family: "Rubik", sans-serif;
  }
  
  @media (max-width: 767px) {
	.footer .footer_top .footer_widget .footer_title {
	  margin-bottom: 20px;
	}
  }
  
  .footer .footer_top .footer_widget .footer_logo {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 20px;
  }
  
  @media (max-width: 767px) {
	.footer .footer_top .footer_widget .footer_logo {
	  margin-bottom: 20px;
	}
  }
  
  .footer .footer_top .footer_widget p {
	margin-top: 10px;
	color: #AAB1B7;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	color: #AAB1B7;
  }
  
  
  .footer .footer_top .footer_widget p a {
	color: #AAB1B7;
  }
  

  .footer .footer_top .footer_widget p a:hover {
	color: #FF4A52;
  }
  
 
  .footer .footer_top .footer_widget p.footer_text {
	font-size: 16px;
	color: #B2B2B2;
	margin-bottom: 23px;
	font-weight: 400;
	line-height: 26px;
  }
  
  
  .footer .footer_top .footer_widget p.footer_text a.domain {
	color: #B2B2B2;
	font-weight: 400;
  }
  
 
  .footer .footer_top .footer_widget p.footer_text a.domain:hover {
	color: #FF4A52;
	border-bottom: 1px solid #FF4A52;
  }
  
  
  .footer .footer_top .footer_widget p.footer_text.doanar a {
	font-weight: 500;
	color: #B2B2B2;
  }
  
 
  .footer .footer_top .footer_widget p.footer_text.doanar a:hover {
	color: #FF4A52;
	border-bottom: 1px solid #FF4A52;
  }
  
 
  .footer .footer_top .footer_widget p.footer_text.doanar a.first {
	margin-bottom: 10px;
  }
  
 
  .footer .footer_top .footer_widget ul li {
	color: #ACACAC;
	font-size: 14px;
	line-height: 36px;
  }
  
 
  .footer .footer_top .footer_widget ul li a {
	color: #AAB1B7;
	font-weight: 400;
	font-family: "Rubik", sans-serif;
  }
  
  
  .footer .footer_top .footer_widget ul li a:hover {
	color: #FF4A52;
  }
  
  
  .footer .footer_top .footer_widget .newsletter_form {
	position: relative;
	margin-bottom: 20px;
  }
  
  
  .footer .footer_top .footer_widget .newsletter_form input {
	width: 100%;
	height: 50px;
	background: #F5FBFF;
	padding-left: 20px;
	font-size: 15px;
	color: #000;
	border: none;
	border: 1px solid #E8E8E8;
	border-radius: 30px;
	font-family: "Rubik", sans-serif;
	padding-right: 120px;
  }
  
  
  .footer .footer_top .footer_widget .newsletter_form input::placeholder {
	font-size: 15px;
	color: #AAB1B7;
  }
  
 
  .footer .footer_top .footer_widget .newsletter_form input:focus {
	outline: none;
  }
  
 
  .footer .footer_top .footer_widget .newsletter_form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #FF4A52;
	padding: 10px;
	padding: 0 22px;
	cursor: pointer;
	border-radius: 30px;
	top: 5px;
	right: 5px;
	font-size: 14px;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
  }
  

  .footer .footer_top .footer_widget .newsletter_text {
	font-size: 14px;
	color: #AAB1B7;
	line-height: 26px;
	font-family: "Rubik", sans-serif;
  }
  

  
  .footer .copy-right_text {
	padding-bottom: 26px;
  }
  

  .footer .copy-right_text .footer_border {
	border-top: 1px solid #363E52;
	padding-bottom: 26px;
  }
  

  .footer .copy-right_text .copy_right {
	font-size: 14px;
	color: #7A838B;
	margin-bottom: 0;
	font-weight: 400;
  }
  
  @media (max-width: 767px) {

	.footer .copy-right_text .copy_right {
	  font-size: 14px;
	}
  }
  

  .footer .copy-right_text .copy_right a {
	color: #FF4A52;
  }
  

  .footer .socail_links {
	margin-top: 10px;
  }
  
  @media (max-width: 767px) {

	.footer .socail_links {
	  margin-top: 30px;
	}
  }
  

  .footer .socail_links ul li {
	display: inline-block;
  }
  

  .footer .socail_links ul li a {
	font-size: 15px;
	color: #C3B2F0;
	width: 30px;
	display: inline-block;
	text-align: center;
	background: transparent;
	margin-right: 7px;
	color: #FFFFFF;
	line-height: 40px !important;
	color: #E8E8E8;
  }
  

  .footer .socail_links ul li a:hover {
	color: #FF4A52 !important;
	border-color: transparent;
  }
/* ----------------
  Other Pages
=====================
---------------------*/

.page-top-section {
	height: 355px;
	padding-top: 210px;
}

.page-info {
	max-width: 1496px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	padding-left: 60px;
}

.page-info h2 {
	color: #fff;
	font-size: 48px;
}

.site-breadcrumb a,
.site-breadcrumb span {
	font-style: italic;
	color: #fff;
	margin: 0 10px;
	font-weight: 700;
}

.site-breadcrumb a:first-child {
	margin-left: 0;
}

.site-breadcrumb span {
	color: #c313b7;
}

/* --------------
  Games Page
-----------------*/

.site-pagination {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-pagination a {
	width: 38px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.site-pagination a.active {
	width: 44px;
	margin: 0 10px;
	color: #213D7C;
	border: 2px solid #213D7C;
}

.site-pagination a.active:first-child {
	margin-left: 0;
}


/* ----------------
  Review section
---------------------*/

.review-item {
	margin-bottom: 87px;
}

.review-content {
	position: relative;
}

.review-content h3 {
	max-width: 100%;
	margin-bottom: 35px;
}

.review-content p {
	margin-bottom: 40px;
}

.review-content .rating {
	position: absolute;
	right: 0;
	top: 0;
}

.review-content .rating h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.review-content .rating h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.review-content .rating h5 span {
	color: #c313b7;
}

/* ------------------
	Blog Page
---------------------*/

.blog-page .blog-filter {
	margin-bottom: 77px;
}

.big-blog-item {
	margin-bottom: 65px;
}

.big-blog-item .blog-thumbnail {
	margin-bottom: 30px;
}

.big-blog-item .blog-content .top-meta {
	margin-bottom: 15px;
}

.big-blog-item .blog-content h3 {
	max-width: 100%;
	margin-bottom: 25px;
}

.big-blog-item .blog-content p {
	margin-bottom: 10px;
}

/* ----------------
  Contact page
---------------------*/

.map iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 104px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid rgba(255, 255, 255, 0.54);
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	line-height: 1;
}

.contact-form textarea {
	line-height: 1.4;
	height: 156px;
	margin-bottom: 48px;
}

.contact-form .site-btn img {
	left: 5px;
}

.contact-text h3 {
	margin-bottom: 25px;
}

.contact-text p {
	line-height: 1.9;
	color: #68647d;
	margin-bottom: 50px;
}

.cont-info {
	overflow: hidden;
	margin-bottom: 20px;
}

.cont-info .ci-icon {
	float: left;
	width: 32px;
	margin-right: 26px;
}

.cont-info .ci-text {
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
}

/* ----------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
	}
}

@media (max-width: 1530px) {
	.hero-slider .owl-dots {
		width: 1170px;
		left: calc(50% - 585px);
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-item .blog-thumb {
		width: 250px;
	}
	.hero-item p {
		font-size: 22px;
	}
	.hero-slider .owl-nav .owl-next {
		right: 30px;
	}
	.hero-slider .owl-dots {
		width: 930px;
		left: calc(50% - 465px);
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.game-filter li {
		width: 31px;
		height: 31px;
	}
	.game-filter li a {
		padding-top: 5px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-bar-warp {
		padding: 39px 15px 0;
	}
	.main-menu li a {
		margin-right: 10px;
	}
	.hero-item h2 {
		font-size: 110px;
	}
	.hero-item p {
		font-size: 16px;
		padding: 0 30px;
	}
	.hero-slider .owl-nav .owl-next {
		right: 0;
	}
	.hero-slider .owl-dots {
		width: 690px;
		left: calc(50% - 345px);
	}
	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.featured-bg {
		display: none;
	}
	.featured-box {
		float: none;
		width: 100%;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.footer-right-pic {
		right: 15px;
	}
	.footer-left-pic {
		left: -44px;
	}
	.game-filter {
		text-align: center;
	}
	.game-filter li {
		margin-bottom: 5px;
	}
	.game-single-content .gs-title {
		font-size: 40px;
	}
	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}
	.contact-text {
		margin-bottom: 50px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-bar-warp {
		padding: 25px 20px 10px;
	}
	.main-menu.primary-menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
		width: 100%;
		background: #fff;
	}
	.slicknav_btn {
		margin-right: 10px;
		background: #3a3a3a;
	}
	.slicknav_nav a:hover,
	.slicknav_nav .slicknav_row:hover {
		background: #25394c;
		color: #000;
	}
	.hero-item h2 {
		font-size: 70px;
	}
	.hero-item p {
		font-size: 18px;
	}
	.footer-right-pic,
	.footer-left-pic {
		display: none;
	}
	.hero-slider .owl-nav .owl-next {
		top: auto;
		bottom: 33px;
		right: 15px;
		z-index: 99;
	}
	.hero-slider .owl-dots {
		width: 100%;
		left: 0;
		padding-left: 15px;
	}
	.intro-text-box {
		margin-bottom: 40px;
	}
	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.sidebar {
		padding-top: 60px;
	}
	.featured-bg {
		display: none;
	}
	.featured-box {
		float: none;
		width: 100%;
	}
	.featured-box .text-box h3 {
		font-size: 45px;
	}
	.newsletter-form {
		padding-left: 0;
	}
	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.contact-text {
		margin-bottom: 50px;
	}
	.review-content .rating {
		position: relative;
		margin-bottom: 20px;
	}
	.review-content .rating h5 {
		text-align: left;
		padding-right: 0;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hero-item h2 {
		font-size: 55px;
		margin-bottom: 20px;
	}
	.hero-item p {
		font-size: 15px;
	}
	.video-text h2 {
		font-size: 30px;
	}
	.video-play-btn {
		top: calc(30% - 61px);
	}
	.featured-box {
		padding: 100px 15px;
	}
	.featured-box .text-box h3,
	.newsletter-section h2 {
		font-size: 35px;
	}
	.main-menu li a {
		margin-right: 20px;
	}
}

.client-item img{
	height: 80px;
}

.client-item .title{
	font-size: 13px;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;;
}

.client-slider .owl-nav {
    width: 100%;
    position: absolute;
    top: 30%;
  }
    .client-slider .owl-nav .owl-next,
    .client-slider .owl-nav .owl-prev {
      border: 1px solid red;
      z-index: 92;
      position: absolute;
      top: 50%; }
      .client-slider .owl-nav .owl-next:active, .client-slider .owl-nav .owl-next:focus,
      .client-slider .owl-nav .owl-prev:active,
      .client-slider .owl-nav .owl-prev:focus {
        outline: none; }
      .client-slider .owl-nav .owl-next i,
      .client-slider .owl-nav .owl-prev i {
        color: #003399; }
        .client-slider .owl-nav .owl-next i:before,
        .client-slider .owl-nav .owl-prev i:before {
          font-size: 20px !important; }
    .client-slider .owl-nav .owl-next {
      border: 4px solid blue;
      right: -10%;
    }
    .client-slider .owl-nav .owl-prev {
      left: -10%; }

  .client-slider .owl-dots {
    position: absolute;
    bottom: -15%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .client-slider .owl-dots .owl-dot {
      background: none;
      display: inline-block; }
      .client-slider .owl-dots .owl-dot > span {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(13, 2, 53, 0.726);
        margin: 4px; }
      .client-slider .owl-dots .owl-dot.active > span {
        background: #003399; }
      .client-slider .owl-dots .owl-dot:active, .client-slider .owl-dots .owl-dot:focus {
        outline: none; }

