@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

header {
	width : 100%;
	background : #252831;
	padding : 25px 35px;
	clear : both;
	position : relative;
}
.logo {
	float : left;
}
.logo img {
	display : block;
	height : 75px;
}
.logoFooter img {
	height : 75px;
}
.topRight {
	float : right;
	position : relative;
}
.topRight ul {
	margin : 24px 0;
	padding : 0;
	float : left;
}
.topRight ul li {
	display : block;
	float : left;
	list-style : none;
}
.topRight ul li a {
	font-size : 18px;
	font-weight : 600;
	color : #fff;
	text-decoration : none;
	padding : 10px 30px;
}
.topRight ul li a:hover, .topRight ul li a.act {
	color : #60e9d9;
}
.getintouch {
	float : right;
	display : block;
	width : 170px;
	height : 50px;
	border-radius : 4px;
	background : #60e9d9;
	color : #252831;
	text-align : center;
	text-decoration : none;
	font-weight : 600;
	line-height : 50px;
	margin : 12px 0;
	transition : 0.3s;
}
.getintouch:hover {
	background : #0220fe;
	color : #fff;
	transition : 0.3s;
}
.side-menu-wrapper {
	overflow : hidden;
	position : fixed;
	top : 0;
	left : -290px;
	height : 100%;
	transition : 0.5s;
	width : 250px;
	z-index : 99999999999999999999;
	background : #252831;
	padding : 20px 15px 0 15px;
}
.side-menu-wrapper ul {
	padding : 0;
	margin : 0;
	width : 100%;
	height : 95%;
	list-style : none;
	overflow-y : auto;
	position : relative;
}
.side-menu-wrapper ul li a {
	display : block;
	color : #fff;
	transition : 0.3s;
	text-decoration : none;
	font-size : 14px;
	text-transform : uppercase;
	padding : 6px 4px 6px 4px;
	border-bottom : 1px solid #131313;
	font-weight : 600;
}
.side-menu-wrapper a.menu-close {
	float : right;
	color : #f00;
	display : block;
	font-size : 35px;
	margin : -48px -3px 0 0;
	padding : 8px 0 4px 23px;
	text-decoration : none;
}
.side-menu-overlay {
	top : 0;
	left : 0;
	width : 0;
	height : 100%;
	opacity : 0;
	position : fixed;
	z-index : 999999;
	overflow-y : auto;
	overflow-x : hidden;
	text-align : center;
	transition : opacity 1s;
	background-color : rgb(0, 0, 0, 0.7);
}
.side-menu-wrapper ul li:hover a {
	color : #60e9d9;
}
.side-menu-wrapper ul li .sub-menu {
	margin : 0;
	width : 100%;
	display : none;
	padding : 0 0 0 0;
}
.side-menu-wrapper ul li.currentdrop .sub-menu {
	margin : 0;
	width : 100%;
	display : block;
	padding : 0 0 0 0;
}
.side-menu-wrapper ul .sub-menu li {
	list-style : none;
	display : block;
}
.side-menu-wrapper ul .sub-menu li a {
	color : #fff;
	font-size : 14px;
	display : block;
	padding : 8px 15px 8px;
	text-decoration : none;
	text-transform : capitalize;
	background : none !important ;
}
.side-menu-wrapper ul .sub-menu li:hover a {
	background : #f1c40f !important ;
	text-decoration : none;
	text-transform : capitalize;
	padding : 8px 20px;
	color : #fff;
}
.side-menu-wrapper svg {
	display : none !important ;
}
.slide-menu-open {
	display : none;
}
.side-menu-wrapper ul li.child-item a {
	background : url("../Rezviwork/img/plus.png") 100% 50% no-repeat;
}
.side-menu-wrapper ul li.child-item.currentdrop a {
	background : url("../Rezviwork/img/muniess.png") 100% 50% no-repeat;
}
.bannersec {
	background : linear-gradient(to bottom, #0220fe 0%, #60e9d9 100%);
	min-height : 500px;
	width : 100%;
	padding : 0 0 50px;
}
.bannersec2 {
	min-height : 200px;
}
.bannerimg {
	border-radius : 10px;
	/*overflow : hidden;*/
	
}
.bannerimg video{
	box-shadow : 0 0 13px 0 rgb(0, 0, 0, 0.75);
	border-radius : 10px; 
	width:100%; 
	height:100%;
}
.bannerimg iframeX{
	box-shadow : 0 0 13px 0 rgb(0, 0, 0, 0.75);
	border-radius : 10px; 
	width:100%; 
}
.contimg {

}
.imgcolLt,
.imgcolRt{ 
	width:48%; 
	overflow:hidden;
}
	
.imgcolLt video{	 
	width:100%; 
	height:100%;
	display:block;
}
.imgcolLt  {
	box-shadow : 0 0 13px 0 rgb(0, 0, 0, 0.75);
	border-radius : 10px; 
	float:left;
}
	
.imgcolRt {
	box-shadow : 0 0 13px 0 rgb(0, 0, 0, 0.75);
	border-radius : 10px; 
	margin-top:60px; 
	float:right;
}

/*
.bannersecInner {
	background : url(../img/circle.png) center bottom repeat-x;
	width : 100%;
	padding : 70px 35px;
	background-size : 100%;
}
*/

.bannercontent h2 {
	color : #fff;
	font-size : 76px;
	font-weight : 700;
	margin : 0 0 35px;
	padding : 0;
	line-height : 100px;
}
.bannercontent p {
	color : #fff;
	font-size : 32px;
	font-weight : 400;
	margin : 0 0 55px;
	padding : 0;
	line-height : 46px;
}
.bannerbtn {
	transition : 0.3s;
	display : block;
	width : 210px;
	height : 50px;
	border-radius : 4px;
	background : #252831;
	color : #fff;
	text-align : center;
	text-decoration : none;
	font-weight : 600;
	line-height : 50px;
	margin : 12px 0;
}
.contactbtn {
	width : 100%;
}
.bannerbtn:hover {
	background : #0220fe;
	color : #fff;
	transition : 0.3s;
}
.bannersec h3 {
	color : #fff;
	font-size : 36px;
	font-weight : 600;
	text-transform : uppercase;
	margin : 105px 0 10px;
	padding : 0;
	text-align : center;
}
.hidedesk {
	display : none;
}
.contentSecTwo {
	width : 100%;
	background : #ecebf1;
	padding : 100px 35px 250px;
	overflow : hidden;
}
.contentsec h2 {
	font-size : 46px;
	color : #252831;
	font-weight : 700;
	margin : 0 0 35px;
	padding : 0;
	line-height : 65px;
}
.contentsec p {
	color : #252831;
	font-size : 28px;
	font-weight : 400;
	margin : 0 0 55px;
	padding : 0;
	line-height : 36px;
}
.flexcol {
	display : flex;
	justify-content : left;
	align-items : center;
}
.imgcol {
	width : 90%;
}
.contentSecThree {
	width : 100%;
	background : #252831;
	padding : 250px 35px 100px;
	overflow : hidden;
}
.contentSecThree .imgcol {
	width : 90%;
}
.contentSecThree .contentsec {
	padding-right : 60px;
}
.contentSecThree .flexcol {
	display : flex;
	justify-content : right;
	align-items : center;
}
.contentSecThree .contentsec h2, .contentSecThree .contentsec p {
	color : #fff;
	text-align : right;
}
.contentSecThree .bannerbtn {
	background : #60e9d9;
	color : #252831;
	float : right;
}
.contentSecThree .bannerbtn:hover {
	background : #0220fe;
	color : #fff;
}
.boxsec {
	position : relative;
	width : 100%;
}
.boxsecinner {
	position : absolute;
	left : 0;
	z-index : 66;
	width : 100%;
	padding : 0 35px;
	top : -160px;
}
.box {
	background : #fff;
	border-radius : 30px;
	width : 100%;
	min-height : 300px;
	box-shadow : 0 0 8px 0 rgb(0, 0, 0, 0.25);
}
.boxinner {
	padding : 20px;
	text-align : center;
	width : 100%;
}
.boxinner h2 {
	margin : 10px 0 20px;
	padding : 0;
	color : #252831;
	font-size : 20px;
	font-weight : 600;
}
.boxinner p {
	font-size : 18px;
	color : #252831;
	font-weight : 600;
}
.carouselSec {
	background : linear-gradient(to bottom, #0220fe 0%, #60e9d9 100%);
	padding : 70px 0 40px;
}
.carouselSec .item {
	width : 210px;
	height : 210px;
	border-radius : 10px;
	box-shadow : 0 0 8px 0 rgb(0, 0, 0, 0.25);
	background : #d9d9d9;
	display : flex;
	justify-content : center;
	align-items : center;
}
.carouselSec .item h4 {
	text-align : center;
}
.carouselSec .owl-dots {
	display : none !important ;
}
.owl-carousel .owl-stage-outer {
	overflow : hidden;
	padding : 25px 0;
}
.carouselSec h3 {
	font-size : 32px;
	text-transform : uppercase;
	color : #fff;
	font-weight : 600;
	text-align : center;
	margin : 0 0 25px;
}
.testimonialSec {
	width : 100%;
	padding : 100px 7% 220px;
	background : #ecebf1;
	position : relative;
}
.testimg {
	border-radius : 10px;
	overflow : hidden;
	box-shadow : 0 0 13px 0 rgb(0, 0, 0, 0.75);
}
.testimonialCon {
	background : url("../Rezviwork/img/qutetop-sml.png") top left no-repeat;
	width : 80%;
	margin-left : 70px;
}
.testimonialConInner {
	background : url("../Rezviwork/img/qutefoot-sml.png") bottom right no-repeat;
	width : 100%;
	padding : 60px 0 150px;
	position : relative;
}
.testimonialConInner h2 {
	font-size : 25px;
	color : #252831;
	font-weight : 700;
	margin : 0 0 0;
	padding : 0;
	line-height : 42px;
}
.testimonialConInner p {
	font-size : 20px;
	position : absolute;
	bottom : 40px;
}
footer {
	background : #252831;
	padding : 0 0 35px;
	clear : both;
}
.centerContent {
	border-radius : 15px;
	background : linear-gradient(to bottom, #0220fe 0%, #60e9d9 100%);
	text-align : center;
	width : 100%;
	max-width : 1400px;
	margin : -110px auto 100px;
	min-height : 430px;
	padding : 30px;
	position : relative;
	z-index : 66;
}
.centerContent h2 {
	color : #FFF;
	font-size : 42px;
	font-weight : 700;
	margin : 25px 0 40px;
	padding : 0;
	line-height : 65px;
}
.centerContent h3 {
	font-size : 30px;
	color : #fff;
	font-weight : 300;
	margin : 0 0 55px;
	padding : 0;
}
.centerContent .bannerbtn {
	margin : 0 auto;
}
.socialLInks ul {
	margin : 0;
	padding : 0;
}
.socialLInks ul li {
	display : block;
	float : left;
	list-style : none;
	margin : 0 15px;
}
.socialLInks ul li a {
	display : block;
	text-decoration : none;
}
.socialLInks ul li a img.slHide {
	display : none;
}
.socialLInks ul li a:hover img.slHide {
	display : block;
}
.socialLInks ul li a:hover img.slshow {
	display : none;
} 

.subbannersecInner{ 
	background:none;
}
.subpagebanner{ 
	text-align:center;
}
.subpagebanner h2 {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  margin: 0 0 35px;
  padding: 0;
  line-height: 100px;
}
.subpagebanner p {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 55px;
  padding: 0;
  line-height: 46px;
}
.sortbysec {
   align-items: center;
  text-align: center;
  justify-content: center;
  width:100%; overflow:hidden; position:relative;
}
.sortbysec ul {
  width: 100%;
  display: block;
  margin:0; padding:0;
  justify-content: center;
  align-items: center;
   position:relative
}
.sortbysec ul li {
  width: 14%;
  margin: 0 14px;
  float: none;
  display: inline-block;
  text-align: center;
}
.sortbysec ul li .nav-link {
  margin: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
  display: block;
  font-weight: 600;
}

.sortbysec ul li .nav-link.active ,.sortbysec ul li .nav-link:hover{
  margin: 0;
  color: #000;
  background:#60e9d9;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
  display: block;
  font-weight: 600;
}
.sortbysec  ul li:first-child{ 
  width:auto; 
}
.sortbysec ul h4 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0;
  position: absolute;
  font-weight: 600;
  left: 0;
  top: 7px;
}

.gBox {
  overflow : hidden;
  position : relative;
  width : 100%;
  margin-bottom : 35px;
}
.gBox a {
  display : block;
  overflow : hidden;
}
.gBox a img {
  width : 100%;
  border-radius : 10px;
  overflow : hidden;
  display : block;
}
.gameSoftbyTab {
  width : 100%;
  clear : both;
  float : left;
  padding : 0 35px 150px;
  background : #252831;
}
.gboxsec {
  width : 100%;
  clear : both;
  position : relative;
  margin : -120px auto 0;
}
.seemoregame {
  transition : 0.3s;
  display : block;
  width : 210px;
  height : 50px;
  border-radius : 4px;
  background : #60e9d9;
  color : #000;
  text-align : center;
  text-decoration : none;
  font-weight : 600;
  line-height : 50px;
  margin : 32px auto;
  text-transform : uppercase;
}
.seemoregame:hover {
  background : #0220fe;
  color : #fff;
  transition : 0.3s;
}
.workBox {
  width : 100%;
  overflow : hidden;
  position : relative;
  margin-bottom : 55px;
  text-align : center;
}
.workBox img {
  display : block;
  width : 100%;
  border-radius : 10px;
  overflow : hidden;
  margin : 0 auto;
}
.workinner {
  width : 90%;
  margin : 0 auto;
  text-align : left;
}
.workinner h2 {
  font-size : 40px;
  color : #fff;
  margin : 30px 0;
  padding : 0;
  font-weight : 700;
}
.workinner h2 a {
  text-decoration : none;
  color : #fff;
  margin : 0;
  padding : 0;
}
.workinner p {
  font-size : 20px;
  color : #fff;
  margin : 0;
  padding : 0;
}
.benefitsSec {
  width : 100%;
  overflow : hidden;
  position : relative;
  padding : 100px 35px 150px;
}
.benefitIcon {
  text-align : right;
  padding : 0 25px 0 0;
}
.benefitIcon h3 {
  font-size : 30px;
  font-weight : 700;
  margin : 0 0 15px;
  padding : 0;
}
.benefitContent {
  width : 100%;
  overflow : hidden;
  position : relative;
  padding : 0 0 0 35px;
}
.benefitContent p {
  font-size : 20px;
  margin : 0 0 15px;
  padding : 0;
  line-height : 36px;
}
.benefitContent p a{
  color : #000;
  text-decoration: underline;
}
.mar-btm {
  margin-bottom : 70px;
}
.singlegamegamelist {
  padding : 100px 35px 150px;
  background : #fff;
}
.singlegamegamelist .bannerbtn {
  margin : 30px auto 25px;
  text-align : center;
}
.singlegamegamelist h3 {
  color : #000;
}
.backtogamelink {
  font-size : 14px;
  color : #fff;
  text-decoration : none;
  font-weight : 600;
  display : block;
  margin-bottom : 40px;
}
.gameimg {
  width : 100%;
  float : left;
}
.gameimg img {
  width : 100%;
  border-radius : 10px;
  display : block;
  box-shadow : 0 0 15px #222;
}
.gameinfo {
  width : 98%;
  float : right;
  padding-right : 50px;
  color : #fff;
}
.gameinfo h2 {
  font-size : 62px;
  color : #fff;
  margin : 0 0 35px;
  padding : 0;
  font-weight : 700;
}
.gameinfo p {
  font-size : 32px;
  color : #fff;
  margin : 0 0 35px;
  padding : 0;
  font-weight : 400;
  line-height : 48px;
}
.gamenav {
  padding : 55px 12px;
  overflow : hidden;
  color : #fff;
}
.gamenav h4 {
  font-size : 18px;
  color : #fff;
  margin : 0;
  padding : 0;
  font-weight : 700;
}
.gamenav ul {
  margin : 0 0 30px;
  padding : 0;
  display : block;
}
.gamenav ul li {
  display : block;
  list-style : none;
}
.gamenav ul li a {
  display : block;
  text-decoration : none;
  color : #fff;
  font-size : 18px;
  text-transform : capitalize;
  font-weight : 600;
  padding : 7px 0;
}
.gamenav ul li a:hover {
  color : #000;
}
.gamesubinfo {
  text-align : left;
  width : 98%;
  float : right;
  padding-right : 50px;
  color : #fff;
}
.gamesubinfo h3 {
  text-align : left;
  font-size : 32px;
  color : #fff;
  margin : 0;
  padding : 0;
  text-transform : capitalize;
  font-weight : 700;
}
.gamesubinfo p {
  font-size : 30px;
  color : #fff;
  margin : 0 0 35px;
  padding : 0;
  font-weight : 400;
  line-height : 48px;
}
.singlegamebannersec {
  background : linear-gradient(to bottom, #0220fe 60%, #60e9d9 100%);
}
.workimgsingle {
  float : right;
  width : 90%;
}
.workinfo {
  width : 100%;
  padding : 0;
}
.worknav {
  padding-left : 55px;
}







a h3 {
	color : #fff;
	font-size : 24px;
	font-weight : 600;
	text-transform : uppercase;
	text-align : center;
	text-decoration : none;
}
a:hover h3 {
	color : #60e9d9;
	text-decoration : none;
}
p a {
	color : #fff;
	text-decoration : none;
}
p a:hover {
	color : #60e9d9;
	text-decoration : none;
}

.footerLink {
  	padding : 50px;
	color : #fff;
	text-align : center;
}
.footerLink a {
	color : #fff;
	text-decoration : none;
}
.footerLink a:hover {
	color : #60e9d9;
	text-decoration : none;
}


.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.video-container video {
  max-width: 100%;
  max-height: 100%;
}

div.brands {
  text-align: center;
}
.brands ul {
	margin : 0;
	padding : 0;
}
.brands ul li {
	display : block;
	float : left;
	list-style : none;
	margin : 0 30px;
}
.brands ul li img{ height:120px;}

.mailform p{
	text-align : center;
	text-decoration : none;
	font-size: 28px;
}

/*================      Floating      =================*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

.footerLink .logo {
  float: none;
}




h3 a {
	color: #fff;
	text-decoration: none;
}
h3 a:hover {
	color : #60e9d9;
	text-decoration: underline;
}


/* Style the header */
.header {
  z-index: 999;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}


.gameimg{ position:relative;}
.gameimg .video-btn-sec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
}

.video-btn-sec .circle-box {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  font-size: 25px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height .25s ease, width .25s ease;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.video-btn-sec .circle-box::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  animation: ripple 2s linear infinite;
}
.flaticon-triangle::before {
  content: "\f129";
}

.fw_video {
  float: right;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0px;
}
.fw_video iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
}