.header_wrap {
	position:relative;
	z-index:999;
	background:#000000;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-nav { padding: 0; }
.navbar-default {
	background: none;
	border-color: #fff;
	box-shadow: none;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}
.navbar-nav > li {
	line-height: 115px;
	color:#fff;
}
.navbar-nav > li:first-child { background: none; }
.navbar-nav > li:last-child { background: none; }
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-family: 'Lato';
	font-style:normal;
	font-weight:400;
	font-size:17px;
	text-transform:uppercase;
	line-height: 95px;
}
.navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
}
.nav > li > a { padding: 10px 11px; }
.sidenav ul { padding:0; }
.sidenav ul li {
	display:block;
	padding:0 0 8px;
}
.sidenav ul li > a {
	color: #fff;
	font-family: 'Lato';
	font-style:normal;
	font-weight:400;
	font-size:16px;
	text-transform:uppercase;
}
.more_menu {
	font-size: 27px;
	cursor: pointer;
	float: right;
	margin: -7px 0 0;
}
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #000;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidenav a:hover { color: #f1f1f1; }
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.navbar-nav > li:first-child { margin: 0; }
.navbar-nav > li:last-child {
	background: none;
	color: #d9b42f;
	padding: 10px 10px;
}
.navbar-nav > li {
	display: inline-block;
	float: left;
	vertical-align: middle;
	background: 0 0;
	position: relative;
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 @media screen and (max-height: 450px) {
.sidenav { padding-top: 15px; }
.sidenav a { font-size: 18px; }
}
.banner_wrap {
	position: relative;
	overflow: hidden;
}
#slider {
	margin:0;
	padding:0;
}
.skdslider {
	width:100%;
	position: relative;
	display: block;
	overflow:hidden;
}
.skdslider .slide { display: none; }
.skdslider .slide img {
	width: 100%;
	height:100%;
	border:0;
}
.skdslider ul.slide-navs {
	bottom: 20px;
	left: 50%;
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display:none;
}
.skdslider ul.slide-navs li {
	float: left;
	background: url("../images/slide-bg.png") no-repeat scroll 0 0 transparent;
	height:12px;
	width:12px;
	margin-right:4px;
	cursor:pointer;
}
.skdslider ul.slide-navs li.active { background: url("../images/slide-bg-active.png") no-repeat scroll 0 0 transparent; }
.bgcolor {
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
	z-index: 9;
	width: 100%;
	height: 100%;
}
.skdslider .slide-desc {
	left: 8%;
	right: 8%;
	padding: 0 15px 0 15px;
	position: absolute;
	top: 20%;
	max-width: initial;
	display: inline-block;
	text-align: center;
	z-index:999;
}
.skdslider .slide-desc > h3 {
	color: #fff;
	font-family: 'Lato';
	font-weight:bold;
	font-size: 2.6vw;
	margin-bottom: 10px;
	margin-top: 0px;
	text-transform: uppercase;
}
.skdslider .slide-desc > h2 {
	color: #fff;
	font-family: 'Lato';
	font-weight:bold;
	font-size: 5.6vw;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
}
.skdslider .slide-desc > p {
	color: #FFFFFF;
	font-family: 'Lato';
	font-size: 1.52vw;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom:30px;
}
.skdslider .slide-desc > p a.more {
	color:#990000;
	font-size:20px;
	text-decoration:none;
}
.skdslider .slide-desc > p a.more:hover { text-decoration:underline; }
.skdslider a.prev {
	background: url("../images/left.png") no-repeat scroll 0 0 transparent;
	width:65px;
	height:65px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:2%;
	margin-top:-17px;
}
.skdslider a.next {
	background: url("../images/right.png") no-repeat scroll 0 0 transparent;
	width:65px;
	height:65px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	right:2%;
	margin-top:-17px;
}
.skdslider a.prev:hover { }
.skdslider a.next:hover { }





/*Some Responsive CSS */

@media screen and (max-width:767px) {
.skdslider .slide-desc > h2 {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.skdslider .slide-desc > p {
	font-size: 14px;
	line-height: 15px;
	margin-top: 5px;
}
.skdslider .slide-desc > p a.more { font-size:14px; }
}
.welcome_box {
	background:#000;
	padding:30px 20px;
	transition:all .3s ease 0s;
	min-height:310px;
}
.welcome_box h3 {
	color:#fff;
	font-family: 'Lato';
	font-style:normal;
	font-weight:900;
	font-size:25px;
	margin:0 0 20px;
	text-transform:uppercase;
}
.welcome_box p {
	color:#fff;
	font-family: 'Lato';
	font-style:normal;
	font-weight:300;
	font-size:17px;
	margin:0 0 20px;
}
.welcome_box a {
	color:#f9cf36;
	font-family: 'Poppins';
	font-style:normal;
	font-weight:600;
	font-size:15px;
	margin:0 0px;
	text-decoration:none;
}
.welcome_box a i {
	border: 1px solid #f9cf36;
	font-size: 24px;
	padding: 0px 9px 3px;
	border-radius: 50%;
	margin: 0 0 0 7px;
}
.welcome_box:nth-child(2) { background:#f9cf36; }
.welcome_box:nth-child(2) h3 { color:#cf5d32; }
.welcome_box:nth-child(2) p { color:#000; }
.welcome_box:nth-child(2) a { color:#cf5d32; }
.welcome_box:nth-child(2) a i { border: 1px solid #cf5d32; }
.welcome_box:nth-child(4) { background:#c03431; }
.welcome_box:before {
	content:'';
	width:100%;
	height:0;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	transition:all .3s ease 0s
}
.welcome_box:hover { background:#fff }
.welcome_box:hover .welcome_box:after { color:#1a1a1a }
.welcome_box:hover h3 { color:#cf5d32; }
.welcome_box:hover p { color:#000; }
.welcome_box:hover a { color:#cf5d32; }
.welcome_box:hover a i { border: 1px solid #cf5d32; }
.intro_wrap { padding:60px 0; }
.intro_wrap h2 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.intro_wrap p {
	color:#747a87;
	font-family: 'Lato';
	font-style:normal;
	font-weight:400;
	font-size:17px;
	margin:0 0 5px;
}
.intro_wrap ul {
	color: #747a87;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	margin: 0 0 5px;
	padding:0;
	text-align:left;
}
.intro_wrap ul li {
	display: inline-block;
	padding:0 0 5px;
}
.intro_wrap h3 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.intro_wrap a { margin:20px 0 0; }
.btn-default {
	background: #fff;
	border-color: #c03431;
	color:#c03431;
	font-family: 'Poppins';
	font-style:normal;
	font-weight:400;
	font-size:23px;
	border-radius:20px;
	padding:6px 25px;
}
.game_wrap {
	padding:60px 0;
	background:#181818;
}
.game_wrap h2 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.game_box { padding: 0 10px 0 0; }
.game_box img {
	width:100%;
	margin:0 0 15px;
}
.game_wrap h3 {
	color: #fff;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	margin: 0 0 20px;
}
.game_wrap h3 a {
	color: #fff;
	text-decoration:none;
}
.game_wrap h3 a:hover { color: #f7cb20; }
.game_wrap p {
	color: #e1e1e1;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	margin: 0 0 20px;
}
.btn-primary {
	background-color: #c03431;
	border-color: #c03431;
	color: #fff;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 23px;
	border-radius: 20px;
	padding: 6px 25px;
}
.vrnar_wrap {
	padding:60px 0;
	text-align:center;
}
.vrnar_wrap h2 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 42px;
	margin: 0 0 30px;
	text-transform: uppercase;
	text-align: center;
}
.vrnar_box { padding: 0 10px 0 0; }
.vrnar_box img {
	width:100%;
	margin:0 0 15px;
}
.vrnar_box h3 {
	color: #181818;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 30px;
	margin: 0 0 20px;
}
.vrnar_box h3 a {
	color: #181818;
	text-decoration:none;
}
.vrnar_box h3 a:hover { color: #9e1c20; }
.vrnar_box p {
	color: #737373;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	margin: 0 0 20px;
}
.ac_wrap {
	padding:60px 0;
	background:#181818;
}
.ac_wrap h2 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.ac_left { padding:0 10px 0 0; }
.ac_box_left { padding:0 10px 0 0; }
.ac_box_left img {
	width:100%;
	margin:0 0 15px;
}
.ac_box_left h3 {
	color: #fff;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	margin: 0 0 20px;
}
.offer_wrap {
	padding: 60px 0;
	overflow: hidden;
	position: relative;
}
.offer_wrap h2 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 42px;
	margin: 0 0 30px;
	text-transform: uppercase;
	text-align: center;
}
.solutions {
	padding-bottom: 20vh;
	position: relative;
	z-index: 11;
	overflow: hidden
}
.solutions__header {
	text-align: center;
	color: #c03431;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2
}
.solutions__item {
	border-radius: 100%;
	color: #000;
	font-family: 'Roboto Mono', monospace;
	font-family: var(--fontRobotoMono);
	font-weight: 500;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: .4px;
	white-space: nowrap;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	transition: transform 500ms ease-in-out, width 200ms ease-in-out, top 100ms ease, padding 100ms ease, margin 100ms ease;
	font-size: 0;
	box-sizing: content-box;
	text-decoration: none;
	position: absolute;
	left: 50%;
	animation: bubbleAnimation infinite
}
.solutions__item:hover, .solutions__item:focus {
	padding: 20px;
	animation-play-state: paused;
}
.solutions__item:hover .solutions__item-text:after, .solutions__item:focus .solutions__item-text:after {
	opacity: 1;
	animation: slideLeftSmall 500ms ease;
}
.solutions__item:before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	height: 100%;
}
.solutions__item-text {
	vertical-align: middle;
	white-space: normal;
	display: inline-block;
	font-size: 16px
}
/*.solutions__item-text:after {

	content: '>';

	font-family: icomoon, sans-serif;

	font-size: 14px;

	clear: both;

	display: block;

	margin-top: 8px;

	margin-bottom: -26px;

	opacity: 0;

}*/

.solutions__item--collaboration {
	background-color: #c03431;
	width: 160px;
	height: 160px;
	top: 0;
	margin-left: calc(160px / -2);
}
.solutions__item--collaboration:hover, .solutions__item--collaboration:focus {
	top: calc(0 - 20px);
	margin-left: calc((160px / -2) - 20px);
}
.solutions__item--callcenter {
	background-color: #f9cf36;
	width: 136px;
	height: 136px;
	top: 40%;
	margin-left: calc(136px / -2);
}
.solutions__item--callcenter:hover, .solutions__item--callcenter:focus {
	top: calc(40% - 20px);
	margin-left: calc((136px / -2) - 20px);
}
.solutions__item--ecommerce {
	background-color: #f9cf36;
	width: 136px;
	height: 136px;
	top: 10%;
	margin-left: calc(136px / -2);
}
.solutions__item--ecommerce:hover, .solutions__item--ecommerce:focus {
	top: calc(10% - 20px);
	margin-left: calc((136px / -2) - 20px);
}
.solutions__item--marketing {
	background-color: #c03431;
	width: 202px;
	height: 202px;
	top: 20%;
	margin-left: calc(202px / -2);
}
.solutions__item--marketing:hover, .solutions__item--marketing:focus {
	top: calc(20% - 20px);
	margin-left: calc((202px / -2) - 20px);
}
.solutions__item--crm {
	background-color: #f9cf36;
	width: 96px;
	height: 96px;
	top: 50%;
	margin-left: calc(96px / -2);
}
.solutions__item--crm:hover, .solutions__item--crm:focus {
	top: calc(50% - 20px);
	margin-left: calc((96px / -2) - 20px);
}
.solutions__item--education {
	background-color: #c03431;
	width: 160px;
	height: 160px;
	top: 15%;
	margin-left: calc(160px / -2);
}
.solutions__item--education:hover, .solutions__item--education:focus {
	top: calc(15% - 20px);
	margin-left: calc((160px / -2) - 20px);
}
.solutions__item--gaming {
	background-color: #f9cf36;
	width: 136px;
	height: 136px;
	top: 228px;
	margin-left: calc(136px / -2);
}
.solutions__item--gaming:hover, .solutions__item--gaming:focus {
	top: calc(228px - 20px);
	margin-left: calc((136px / -2) - 20px);
}
.solutions__item--cars {
	background-color: #c03431;
	width: 116px;
	height: 116px;
	top: 26px;
	margin-left: calc(96px / -2);
}
.solutions__item--cars:hover, .solutions__item--cars:focus {
	top: calc(26px - 20px);
	margin-left: calc((96px / -2) - 20px);
}
.solutions__bubble-wrapper {
 $ bubbleWrapperWidth: 1450px;
	position: relative;
	text-align: center;
	height: calc(100vh - 300px);
	min-height: 600px;
	max-height: 1000px;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	padding-top: calc((100vh - 800px) / 2);
	max-width: 1980px
}
.solutions__buttons-container {
	height: 100px;
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}
.solutions__grid { position: relative; }
.solutions__grid-1 {
	-ms-flex: 1;
	flex: 1;
	min-width: 140px;
}
.solutions__grid-2 {
	-ms-flex: 2;
	flex: 2;
	min-width: 180 px;
}
.solutions__grid-3 {
	-ms-flex: 3;
	flex: 3;
	min-width: 200 px;
}
.solutions__grid-4 {
	-ms-flex: 4;
	flex: 4;
	min-width: 242 px;
}
.solutions .button.animate { animation: bubble-button 1s; }
.solutions__button { transition: background 200ms ease; }
.blockchile_wrap {
	padding:60px 0;
	background:#181818;
}
.blockchile_wrap h2 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.blockchile_box { padding:0; }
.blockchile_box img {
	width:100%;
	margin:0 0 15px;
}
.blockchile_box p {
	color: #fff;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	margin: 0 0 20px;
}
.newsachiv_wrap { padding:60px 0; }
.newsachiv_wrap h2 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.news_wrap { padding:0 15px 0 0; }
.news_box {
	padding: 0 5px 5px 0;
	overflow:hidden;
}
.news_box img {
	width:100%;
	margin:0 0px;
}
.caption_news {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(24,24,24,0.67);
	padding: 29% 0;
	opacity: 0;
	transition: all .3s ease 0s;
}
.caption_news h3 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	margin: 0 0 20px;
	text-transform: uppercase;
	text-align:center;
}
.caption_news h3 a {
	color: #efc426;
	text-decoration:none;
}
.caption_news:hover { opacity:1; }
.carousel-caption {
	right: 20%;
	left: 8%;
	padding-bottom: 0;
	text-align: left;
	top: 30%;
}
.carousel-caption {
	right: 20%;
	left: 8%;
	padding-bottom: 0;
	text-align: left;
	top: 30%;
}
.carousel-control {
	position: absolute;
	top: 45%;
	bottom: auto;
	left: 0;
	width: 10%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	background: none;
	filter: alpha(opacity=50);
	opacity: .5;
}
.carousel-control.left {
	background-image: none;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}
.carousel-control.right {
	background-image: none;
	background-image: none;
	filter: none;
	background-repeat: repeat-x;
}
.carousel-caption h3 {
	color: #fff;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 60px;
	margin: 0 0 5px;
	text-transform: uppercase;
	text-align: left;
}
.partner_wrap {
	padding:30px 0;
	margin:0 0 30px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.partner_wrap img { width:100%; }
.footer_wrap {
	background:#363839;
	padding:40px 0;
	text-align:center;
}
.footer_wrap img { margin:0 0 25px; }
.footer_box { }
.footer_box h3 {
	text-align: left;
	margin: 0 auto 20px;
	padding: 0;
	color: #fff;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
}
.footer_menu {
	padding:0 0 0px;
	color: #fff;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	text-align:left;
}
.footer_menu li {
	display: block;
	padding: 0 0 5px;
}
.footer_menu li:first-child { background:none; }
.footer_menu_top {
	padding:0 0 0px;
	color: #fff;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	text-align:left;
	column-count:4;
}
.footer_menu_top li {
	display: block;
	padding: 0 0 5px;
}
.footer_menu_top li a {
	color:#fff;
	text-decoration:none;
}
.footer_menu li a {
	color:#fff;
	text-decoration:none;
}
.footer_menu li a:hover{
	color:#c03431;
}
.footer_social {
	padding:0;
	text-align:center;
}
.footer_social li {
	display: inline-block;
	padding:0 3px;
}
.footer_social li a {
	display:block;
	border:1px solid #fff;
}
.footer_social li a img { margin:0; }
element.style {
	background: #1a1b1c;
	padding: 20px 0;
}
.footer_buttom_top {
	padding: 40px 0;
	margin: 0;
	background: #282a2b;
}
.footer_buttom {
	background: #1a1b1c;
	padding: 20px 0;
}
.footer_buttom p {
	color: #fff;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	text-align:center;
}
.footer_buttom p span { color:#c03431; }
.banner_wrap img { width:100%; }
.inner_caption {
	top: 35%;
	position: absolute;
}
.inner_caption h1 {
	color: #fff;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 46px;
	margin:0;
	text-transform:uppercase;
}
.about_wrap h2 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	margin:0 0 20px;
}
.intro_wrap img { float: right; }
.wedo_box { padding:0; }
.wedo_box img { width:100%; }
.wedo_cption {
	bottom: 10%;
	right:0;
	left:0;
	position: absolute;
}
.wedo_cption h3 {
	text-align:center;
	color: #efc426;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 54px;
	text-transform:uppercase;
	text-shadow:0 0 10px #000;
}
.small_wedo_box { padding:0; }
.small_wedo_box .wedo_cption h3 {
	text-align:center;
	color: #efc426;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	text-transform:uppercase;
	text-shadow:0 0 10px #000;
}
.product_box { padding:0 10px 0 0; }
.product_content {
	padding:5px;
	background:#f5f5f5;
	margin:0 0 15px;
}
.product_content img { width:100%; }
.product_content h4 {
	text-align:center;
	color: #000;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
}
.product_content ul {
	text-align: center;
	padding:0;
}
.product_content ul li { display:inline-block; }
.aboutgame_box { padding:0; }
.aboutgame_box img { width:100%; }
.aboutgame_content {
	position:relative;
	overflow:hidden;
}
.caption_aboutgame {
	position: absolute;
	top: 50%;
	left: 5%;
	right: 5%;
}
.caption_aboutgame h3 {
	margin:0 0 0px;
	text-align:center;
	padding:10px 20px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 29px;
	text-shadow:0 0 10px #000;
}
.caption_aboutgame h3 a {
	color: #efc426;
	text-align:center;
	text-decoration:none;
}
.caption_aboutgame p {
	margin:0 0 20px;
	padding:8px 20px;
	text-align:center;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 25px;
}
.caption_aboutgame ul {
	padding:0;
	text-align:center;
}
.caption_aboutgame ul li { display:inline-block; }
.caption_aboutgame ul li img { width:auto; }
.caption_aboutgame p a {
	color: #c03431;
	text-decoration:none;
}
.cd-timeline-title-container {
	position: absolute;
	background: #c03431;
	padding: 5px 10px;
	left: 15%;
	top: -3%;
}
.cd-timeline-title-container h2 {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	margin:0;
	color:#fff;
}
#cd-timeline {
	position:relative;
	padding:1em 0;
	margin-top:2em;
	margin-bottom:3em
}
#cd-timeline::before {
	content:'';
	position:absolute;
	top:0;
	left:18px;
	height:100%;
	width:4px;
	background:rgba(179,177,179,.75)
}
.cd-timeline-content h2 { margin:0 }
.cd-timeline-content .cd-date, .cd-timeline-content .the-excerpt, .cd-timeline-content .timeline-express-read-more-link {
	position:relative;
	z-index:10;
	display:block;
	padding:15px;
}
.cd-timeline-content .the-excerpt p {
	margin-bottom:0;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	margin:0;
	color:#fff;
}
.announcement-banner-image { border-radius:3px }
.cd-timeline-block {
	width:100%;
	display:inline-block
}
.cd-timeline-block:after {
	content:"";
	display:table;
	clear:both
}
.cd-timeline-block:first-child { margin-top:0 }
.cd-timeline-block:last-child { margin-bottom:0 }
.cd-timeline-img {
	position:absolute;
	left:-5px;
	height:50px;
	width:50px;
	border-radius:50%;
	box-shadow:0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,.08), 0 3px 0 4px rgba(0,0,0,.05)
}
.cd-timeline-img span.year {
	display:inline-block;
	width:100%;
	height:100%;
	text-align:center;
	line-height:55px;
	color:#fff
}
.cd-timeline-img img {
	display: block;
	position: relative;
	left: 19%;
	top: 10%;
	margin-left: -12px;
	margin-top: -12px;
}
.cd-timeline-content {
	position:relative;
	margin-left:70px;
	top:0;
	background:#fff;
	border-radius:0;
	padding:1em;
	box-shadow:0 3px 0 #b9c5cd;
	box-sizing:border-box!important;
	-moz-box-sizing:border-box!important;
	-webkit-box-sizing:border-box!important;
	-ms-box-sizing:border-box!important;
	margin-bottom:1em
}
.cd-timeline-content:after {
	content:"";
	display:table;
	clear:both
}
.cd-timeline-content .cd-date {
	float:left;
	padding:.8em 0;
	opacity:.7;
	font-size:12px
}
.cd-timeline-title-container+img {
	margin: 0;
	width:100%;
	max-width:100%
}
.cd-timeline-title-container+.the-excerpt { margin-top:.5em }
.cd-timeline-title-container .timeline-date {
	font-style:italic;
	display:block;
	margin:3px 0 0 0
}
 @keyframes cd-reveal-image { 0% {
opacity:0;
transform:scale(.5)
}
60% {
opacity:1;
transform:scale(1.2)
}
 100% {
transform:scale(1)
}
}
@keyframes te-slide-in-left { 0% {
opacity:0;
transform:translateX(-100px)
}
60% {
opacity:1;
transform:translateX(20px)
}
 100% {
transform:translateX(0)
}
}
@keyframes te-slide-in-right { 0% {
opacity:0;
transform:translateX(100px)
}
60% {
opacity:1;
transform:translateX(-20px)
}
 100% {
transform:translateX(0)
}
}
.cd-timeline-icon-link, .cd-timeline-icon-link:hover {
	color:transparent;
	margin:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	text-decoration:none
}
#cd-timeline span.fa {
	color:#fff;
	font-size:23px;
	display:block;
	text-align:center;
	line-height:52px
}
.cd-timeline-content::before {
	content:'';
	position:absolute;
	top:16px;
	right:100%;
	height:0;
	width:0;
	border:12px solid transparent
}
 @media only screen and (min-width:822px) {
#cd-timeline { margin:3.5em 0 }
#cd-timeline::before {
	left:50%;
	margin-left:-2px
}
#cd-timeline span.fa {
	font-size:25px;
	line-height:63px;
	height:100%
}
.cd-timeline-block:first-child { margin-top:0 }
.cd-timeline-block:last-child { margin-bottom:0 }
.cd-timeline-img {
	width:60px;
	height:60px;
	left:50%;
	margin-left:-30px;
	-webkit-transform:translateZ(0);
	-webkit-backface-visibility:hidden
}
.cd-timeline-img span.year {
	display:inline-block;
	width:100%;
	height:100%;
	line-height:60px;
	text-align:center
}
.cssanimations .cd-timeline-img.is-hidden { visibility:hidden }
.cssanimations .cd-timeline-img.bounce-in {
	visibility:visible;
	animation:cd-reveal-image .6s
}
.cd-container { width:100% }
.cd-timeline-content {
	margin-left:0;
	top:0px;
	padding:0;
	width:42.5%;
	background:#181818
}
.cd-timeline-content::before {
	top:12px;
	left:100%;
	border-color:transparent transparent transparent #efefef
}
.cd-timeline-content .cd-date {
	position:absolute;
	width:100%;
	left:125%;
	top:15px
}
.cd-timeline-block:nth-child(even) .cd-timeline-content { float:right }
.cd-timeline-block:nth-child(even) .cd-timeline-content::before {
	top:12px;
	left:auto;
	right:100%;
	border-color:transparent
}
.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
	left:auto;
	right:125%;
	text-align:right
}
.cssanimations .cd-timeline-content.is-hidden { visibility:hidden }
.cssanimations .cd-timeline-content.bounce-in {
	visibility:visible;
	animation:te-slide-in-left .6s
}
.cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in { animation:te-slide-in-right .6s }
}
.event_box { padding:0 10px 0 0; }
.event_box img { width:100%; }
.event_img {
	position:relative;
	overflow:hidden;
	margin:0 0 10px;
}
.event_content { padding:0 0 15px; }
.game_page_box {
	padding:0 10px 0 0;
	text-align:center;
	margin:0 0 15px;
}
.game_page_box img { width:100%; }
.event_content h3 {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	margin:0 0 10px;
	color:#050505;
}
.game_page_wrap {
	padding:60px 0 0;
	background:#fff;
}
.game_content {
	position:relative;
	display:inline-block;
	width:100%;
}
.game_page_news {
	position: absolute;
	bottom: 0%;
	top: 0;
	left: 0;
	right: 0%;
	background:#c03431;
	padding:37% 0;
	opacity:0;
	transition: all .3s ease 0s;
}
.game_page_news h3 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	margin: 0 0 20px;
	text-transform: uppercase;
	text-align:center;
}
.game_page_news h3 a {
	color: #efc426;
	text-decoration:none;
}
.game_page_news:hover { opacity:1; }
.btn-info {
	background: none;
	border-color: #f9cf36;
	color: #f9cf36;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	border-radius: 7px;
	padding: 6px 15px;
}
.game_title {
	background: #f1f1f1;
	padding: 5px 8px;
	display: inline-block;
	width: 100%;
	margin: -5px 0 0;
}
.game_title h3 {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	margin:0 0 10px;
	color:#c03431;
	text-align:left;
}
.game_title p {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	margin:0 0 10px;
	color:#191919;
	text-align:left;
}
.game_page_news ul {
	padding:5px 0;
	text-align:center;
}
.game_page_news ul li { display:inline-block; }
.game_page_wrap h2 {
	color: #000000;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 28px;
	margin: 0 0 20px;
	text-transform: capitalize;
}
.workshops_box { padding:0 15px 0 0; }
.workshops_box img { width:100%; }
.workshops_content {
	box-shadow:0 0 10px #ccc;
	padding:0;
	margin:0 0 15px;
	display:inline-block;
	background:#ededed;
	position:relative;
	width:100%;
	min-height: 640px;
}
.workshops_content h3 {
	color: #181818;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	margin: 0 0 0px;
	padding:15px 15px 0;
	display:inline-block;
}
.workshops_content p {
	color: #000;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	margin: 0 0 5px;
	display:inline-block;
	padding:15px;
}
.training_wrap { padding:60px 0; }
.training_img { padding:0; }
.training_img img { width:100%; }
.training_wrap h2 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	margin: 20px 0 20px;
	text-transform: uppercase;
}
.training_wrap p {
	color: #737373;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	margin: 0 0 20px;
}
.training_bottom { background:#f6f6f6; }
.services_wrap { padding:40px 0; }
.services_left {
	width:85%;
	padding:25px 60px 25px 25px;
	float:left;
	background:#f6f6f6;
	margin:30px 0 0;
}
.gageservices_left {
	width:100%;
	padding:60px 25px;
	background:#f6f6f6;
	margin:30px 0 0;
}
.gageservices_left h2 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	margin: 0px 0 20px;
	text-align:center;
}
.gageservices_left ul {
	column-count:2;
	width:70%;
	margin:0 auto;
	color: #747a87;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
}
.gageservices_left ul li {
	display:block;
	padding:0 0 8px;
}
.gageservices_left ul li a {
	color: #747a87;
	text-decoration:none;
}
.services_left h2 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	margin: 0px 0 20px;
}
.services_left p {
	color: #737373;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	margin: 0 0 20px;
}
.services_right {
	float: left;
	width: 20%;
	margin: 0 0 0 -60px;
}
.navbar-default .navbar-nav > li > a:hover,  .navbar-default .navbar-nav > li > a:focus {
	color: #d9b42f;
	background-color: transparent;
}
.technology_content {
	padding:15px;
	display:inline-block;
}
.technology_content p {
	color: #000;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	margin: 0 0 5px;
	display: inline-block;
	padding: 0px;
}
.technology_content h3 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 24px;
	margin: 0 0 20px;
}
.news_content {
	position: absolute;
	bottom: 8%;
	right: 10%;
	left: -9px;
	background: url(../images/icon16.png) no-repeat center center;
	background-size: 100%;
}
.news_content h3 {
	color: #fff;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	margin: 0;
	min-height: 53px;
	padding: 10px 30px;
}
.characters_box { padding:0 7px 15px; }
.characters_box img { width:100%; }
.characters_content {
	position:relative;
	overflow:hidden;
}
.characters_wrap { background-image: linear-gradient(#e2e2e2, #c1bfbf); }
.characters_caption {
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	text-align: center;
}
.characters_caption h3 {
	color: #fff;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	margin: 0;
	padding: 15px 0px;
	background:rgba(0,0,0,0.54);
	text-transform:uppercase;
}
.characters_content img {
	display: block;
	transition: all 0.5s ease-in-out 0s;
	height: auto;
}
.characters_content img:hover {
	transform: scale(1.2);
	transition: all 0.5s ease-in-out 0s;
}
.cartersingl_wrap { padding:60px 0; }
.cartersingl_wrap img {
	width:100%;
	margin:0 0 25px;
}
.cartersingl_wrap p {
	color: #000;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	margin: 0 0 5px;
}
ul.chrctr-dtls {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
ul.chrctr-dtls li {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	min-height: 30px;
}
ul.chrctr-dtls li:nth-child(odd) {
	float: left;
	color: #000;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	width: 20%;
	position: relative;
	text-transform: uppercase;
}
ul.chrctr-dtls li:nth-child(even) {
	float: left;
	color: #000;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	width: 80%;
	padding: 0 0 0 5%;
}
ul.chrctr-dtls li a {
	background: #940a12 none repeat scroll 0 0;
	color: #fff;
	font-family: "Lato";
	font-size: 17px;
	height: 45px;
	line-height: 45px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	transition: all 1s ease 0s;
	width: 220px;
	margin: 15px 5px 0 0;
	display: inline-block;
	border-radius:0;
	text-decoration:none;
}
ul.chrctr-dtls li a:hover { background: #000; }
.news_box { padding: 0px; }
.news_box img { width:100%; }
.news_caption {
	position: absolute;
	bottom: 3%;
	left: 1.9%;
	right: 1.9%;
	background: rgba(0,0,0,0.57);
}
.news_caption h3 {
	color: #fff;
	font-family: 'Roboto';
	font-style:normal;
	font-weight:400;
	font-size:20px;
	margin:0 0 0px;
	padding:15px 0;
	text-align:center;
}
.news_caption h3 a {
	color: #fff;
	text-decoration:none;
}
#section05 {
	background-size: cover;
	background-position: center;
	position:relative;
	height:auto;
}
.custom-table-page {
	display: table;
	width: 100%;
	height: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.custom-row { display:table-row; }
.custom-col {
	display: table-cell;
	vertical-align: middle;
	background-position: center;
	background-size:cover;
	opacity:1 !important;
	position: relative;
}
.contain-table-left {
	float: right;
	max-width: 550px;
	padding: 3em 2em;
}
.contain-table-left-work {
	float: right;
	max-width: 550px;
	padding: 3em 2em 0 6em;
}
.contain-table-right {
	float:left;
	max-width: 550px;
	padding: 3em 2em;
}
.custom-col {
	display: table-cell;
	vertical-align: middle;
	background-position: center;
	background-size:cover;
	opacity:1 !important;
	position: relative;
}
.contain-table-left {
	float: right;
	max-width: 550px;
	padding: 3em 2em;
}
.contain-table-left-work {
	float: left;
	max-width: 550px;
	padding: 3em 2em 0 6em;
}
.contain-table-right {
	float:left;
	max-width: 550px;
	padding: 3em 2em;
}
.contain-table {
	padding: 3em 2em;
	max-width: 550px;
	margin:0 auto;
}
.overlay-test {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.1) none repeat scroll 0 0;
	overflow: hidden;
	z-index: 0;
	opacity: 1;
	transition: 0.5s ease-in-out;
}
.port-text:hover { background: rgba(0,0,0,0.3) none repeat scroll 0 0; }
.col-1-2 {
	width: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.col-1-3 { width:33.3%; }
.col-2-3 { width:66.6%; }
.col-1-4 { width:25%; }
.col-3-4 { width:75%; }
.col-1-5 { width:20%; }
.contain-table-left-work h2 {
	font-size: 3.1em;
	color: #fff;
	font-family: "Josefin Sans";
	letter-spacing: 2px;
	text-transform: uppercase;
	opacity: 0.5;
}
.port-text {
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 50vh;
	padding:1em;
	transition: 0.5s ease-in-out;
	width:100%;
}
.port-text h3 {
	font-size: 3.1em;
	color: #fff;
	font-family: "Josefin Sans";
	letter-spacing: 1px;
}
.port-text h2 {
	font-weight: normal;
	margin-top: 1em;
	transition: 0.5s ease-in-out;
	text-align: center;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
}
.port-text h3 {
	font-size: 2em;
	margin: 0.67em 0 0;
	font-weight: bold;
}
.port-text h6 {
	opacity: 0;
	transition: 0.5s ease-in-out;
	border: 2px solid #fff;
	display: inline-block;
	padding: 1.5em;
	font-size: 0.8em;
}
li.home-work:hover .port-text h6 { opacity: 1; }
.sub { height: 50%; }
.rotate {
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}
li:hover .rotate {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.strong-view.modern .testimonial-content {
	color: #000 !important;
	font-size: 1.2em !important;
	text-align: center;
	font-weight: normal !important;
	margin: 0 !important;
}
.strong-view.modern .testimonial-client {
	clear: both;
	margin-top: 3em !important;
	text-align: left !important;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: josefin sans;
}
.strong-view.modern .testimonial-name, .strong-view.modern .testimonial-company {
	font-size: 0.85em !important;
	color:#000 !important;
	font-weight: 700 !important;
}
.strong-view.modern .testimonial-name { font-size: 1.3em !important; }
.strong-view.modern .testimonial-content::before, .strong-view.modern .testimonial-content::after { display: none !important; }
.strong-view.modern .testimonial-inner { padding: 0em 0 0 2em !important; }
ul.home-work {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
	height: 100%;
}
li.home-work {
	display: block;
	width: 50%;
	position: relative;
	height: 50vh;
	float: left;
	background-position: center;
	background-size: cover;
}
li.home-work a {
	text-decoration:none;
	color:#fff;
}
.dark-grey {
	background-color: #575761;
	color: #A3A3AD;
}
.testimonial {
	padding: 70px 30px 50px;
	margin: 50px 30px 30px;
	border: 1px solid #ea816b;
	position: relative;
}
.testimonial .pic {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 5px solid #c7373c;
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}
.testimonial .pic img {
	width: 100%;
	height: auto;
}
.testimonial .description {
	font-size: 15px;
	color: #5e595b;
	line-height: 27px;
	text-align: center;
	margin: 0;
	position: relative;
}
.testimonial .description:before {
}
.testimonial .title {
	display: inline-table;
	padding: 10px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #ea816b;
	font-size: 20px;
	font-weight: 700;
	color: #c7373c;
	letter-spacing: 1px;
	text-transform: uppercase;
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
}
.testimonial .post {
	font-size: 15px;
	color: #671a36;
}
.owl-theme .owl-controls {
	width: 100%;
	height: 50px;
	opacity: 1;
	position: absolute;
	top: 38%;
}
.owl-theme .owl-controls .owl-buttons div {
	width: 50px;
	height: 50px;
	line-height: 40px;
	border-radius: 0;
	background: transparent;
}
.owl-prev {
	position: absolute;
	left: -5%;
}
.owl-next {
	position: absolute;
	right: -5%;
}
.owl-prev:after,  .owl-next:after {
	content: url(../images/tprev.png);
	;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 30px;
	color: #c7373c;
	opacity: 1;
}
.owl-next:after { content: url(../images/tnext.png); }
 @media only screen and (max-width: 479px) {
.testimonial { padding: 70px 10px 30px; }
.testimonial .description:before { top: -20px }
.testimonial .title { font-size: 12px; }
.testimonial .post { font-size: 11px; }
}
.carousel-nav .carousel-cell.is-selected { background: lightblue; }
.carousel-nav .carousel-cell.is-closest { background: #ffd466; }
.carousel-nav .carousel-cell.is-closest { background: #ffd466; }
.carousel-nav .carousel-cell.is-selected { background: lightblue; }
.carousel-nav .carousel-cell.is-nav-selected { background: linear-gradient(to left, darkred, #640404, darkred); }
.carousel-nav .carousel-cell.is-previous { background: linear-gradient(to left, darkred, lightgreen); }
.carousel-nav .carousel-cell.is-next { background: linear-gradient(to right, darkred, lightgreen); }
.carousel_main_vrnar { padding:60px 0; }
.carousel_main_vrnar h2 {
	text-align: center;
	width: 70%;
	background: #c03431;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	text-transform: uppercase;
}
.bgcolor_wrap {
	margin:0 auto;
	width: 70%;
	background: #c03431;
	height:80px;
}
.carousel {
	background: transparent;
	overflow:hidden;
}
.carousel-main .carousel-cell,  .carousel-nav .carousel-cell {
	height: 700px;
	margin-right: 0px;
	background: #8C8;
	border-radius: 0px;
	counter-increment: carousel-cell;
}
.carousel-main .carousel-cell {
	height: 700px;
	line-height: 200px;
	width: 44%;
	overflow:hidden;
}
.carousel-nav .carousel-cell { width: 600px; }
.carousel-cell img { width:100%; }
/* cell number */







.carousel-nav { }
.carousel-nav .carousel-cell { width: 200px; }
.testmo_wrap { padding:60px 0; }
.temologo_box { }
.temologo_box img { width:100%; }
.testmo_wrap h3 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	margin: 0 0 20px;
	text-transform: uppercase;
	text-align:center;
}
.form-control {
	display: block;
	width: 100%;
	height: 45px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c03431;
	border-radius:0;
}
.logos_wrap {
	width: 100%;
	position: absolute;
	z-index: 99;
	bottom: 5%;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 { display:none; }
.nbs-flexisel-container {
	position:relative;
	max-width:100%;
}
.nbs-flexisel-ul {
	position:relative;
	width:9999px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:100%;
}
.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	line-height:0px;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width:250px;
}
/*** Navigation ***/



.nbs-flexisel-nav-left,  .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	left: 10px;
	background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right: 5px;
	background: url(../images/button-next.png) no-repeat;
}
.vr_caption {
	position: absolute;
	top: 60%;
	left: 5%;
	right: 5%;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .25s cubic-bezier(.33, .63, .65, .99);
	-o-transition: all .25s cubic-bezier(.33, .63, .65, .99);
	transition: all .25s cubic-bezier(.33, .63, .65, .99);
}
.vr_caption h3 {
	margin: 0 30px;
	font-size: 30px;
	font-family: 'Lato';
	text-transform: uppercase;
	text-align: center;
	line-height: 1.25;
	font-weight: 700;
	text-shadow: 0 7px 51px rgba(0,0,0,.8);
	z-index: 2;
	color:#fff;
}
.carousel-cell img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 1.2s cubic-bezier(.33, .63, .65, .99);
	-o-transition: all 1.2s cubic-bezier(.33, .63, .65, .99);
	transition: all 1.2s cubic-bezier(.33, .63, .65, .99);
}
.is-draggable:hover .is-selected img {
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1)
}
.is-selected:after {
	display: block;
	position: relative;
	/* background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(80%,rgba(0,0,0,.567962))); */

    background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,.567962) 80%);
	background: -o-linear-gradient(top, transparent 0, rgba(0,0,0,.567962) 80%);
	background: linear-gradient(180deg, transparent 0, rgba(0,0,0,.567962) 80%);
	margin-top: -700px;
	height: 700px;
	width: 100%;
	content: "";
	opacity: 0;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.port-text ul {
	padding:0;
	text-align:center;
}
.port-text ul li { display:inline-block; }
.partner_wrap ul {
	padding:0;
	text-align:center;
}
.partner_wrap ul li {
	display:inline-block;
	width:16%;
}
.game_title img { width:auto; }
.vrpagr_wrap h2 {
	text-align:center;
	text-transform: capitalize;
}
.delivering_wrap {
	padding:60px 0;
	background:#303745;
}
.delivering_wrap h2 {
	text-align:center;
	color:#fff;
}
.delivering_wrap p { color:#fff; }
.intro_wrap .fusion-carousel-holder {
	margin: 0;
	padding: 0;
	list-style: none;
}
.intro_wrap .fusion-carousel-item {
	display: block;
	float: left;
	padding: 0;
	margin:0 10px;
	width:14%;
}
.intro_wrap .fusion-carousel-item .fusion-carousel-item-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	line-height: normal;
	text-align: center;
}
.intro_wrap .fusion-carousel-item .fusion-image-wrapper {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	max-width: 100%;
}
.intro_wrap .fusion-carousel-item img {
	vertical-align: middle;
	width: 100%;
	height: auto;
	border-radius:5px;
}
.gamedtls_page { padding:0 0 0px; }
.anygame_box {
	width: 19%;
	float: left;
	background: rgba(234, 234, 234, 0.97);
	height: auto;
	margin: 0 4px 25px;
	padding: 12px;
	text-align:center;
	min-height: 400px;
}
.anygame_box p { text-align:center; }
.anygame_box h3 {
	text-align:center;
	font-size:20px;
	text-transform:capitalize;
}
.anygame_box i {
	border-color: #7da7fa;
	border-width: 1px;
	background-color: #ea5c2c;
	box-sizing: content-box;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	color: #ffffff;
	text-align:center;
	margin:0 0 15px;
}
.virtualinfocommobile_box {
	width:24%;
	float: left;
	background: rgba(234, 234, 234, 0.97);
	height: auto;
	margin: 0 4px 25px;
	padding: 12px;
	text-align:center;
	min-height: 350px;
}
.virtualinfocommobile_box h3 {
	text-align: center;
	font-size: 20px;
	text-transform: capitalize;
}
.virtualinfocommobile_box i {
	border-color: #03a9f4;
	border-width: 1px;
	background-color: #0a71b7;
	box-sizing: content-box;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	margin: 0 0 15px;
}
.btn-link {
	font-weight: normal;
	color: #323643;
	border-radius: 0;
	font-size:30px;
	font-family: 'Lato';
	text-align: center;
	font-weight: 700;
	text-decoration:none;
}
.btn-link i {
	background-color: #333333;
	border-color: #333333;
	padding: 4.5px;
	color:#fff;
}
.btn-link:hover, .btn-link:focus {
	color: #23527c;
	text-decoration: none;
	background-color: transparent;
}
.card-body ul li {
	display:block;
	font-size:14px;
}
.clint_page ul { column-count:2; }
.clint_page ul li { display:block; }
.career_wrap { padding:60px 0; }
.career_left img {
	width:100%;
	padding:0;
}
.gageservices_left p {
	color: #747a87;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	margin: 0 0 5px;
}
.career_right h2 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	margin: 0 0 20px;
}
.career_right p {
	color: #747a87;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	margin: 0 0 5px;
}
.career_right { padding: 9% 2%; }
.job_form_page {
	background:#f6f6f6;
	padding:60px 0;
	text-align:center;
}
.job_form_page h3 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 32px;
	margin: 0 0 30px;
	text-transform: capitalize;
	text-align:center;
}
.custom-file-upload-hidden {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
}
.custom-file-upload {
	display: block;
	width: auto;
	font-size: 16px;
	margin-top: 30px;
 //border: 1px solid #ccc;
 label {
 display: block;
 margin-bottom: 5px;
}
}
.custom-file-upload-hidden {
	display: none;
	visibility: hidden;
	position: absolute;
	left: -9999px;
}
.custom-file-upload {
	display: block;
	width: auto;
	font-size: 16px;
	margin-top: 0;
}
.custom-file-upload label {
	display: block;
	margin-bottom: 5px;
}
.file-upload-wrapper {
	position: relative;
	margin-bottom: 5px;
}
.file-upload-input {
	width: 71%;
	color: #555;
	font-size: 16px;
	padding: 11px 17px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #c03431;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	float: left;/* IE 9 Fix */

}
.file-upload-input:hover, .file-upload-input:focus {
	background-color: #fff;
	outline: none;
}
.file-upload-button {
	cursor: pointer;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 13px 20px;
	border: none;
	margin-left: -1px;
	background-color: #962d22;
	float: left;
	/* IE 9 Fix */

  -moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.file-upload-button:hover { background-color: #6d2018; }
.home_form-group .file-upload-input {
	width: 62.2%;
	margin: 0 0 15px;
	color: #555;
	font-size: 16px;
	padding: 12px 17px;
}
.home_form-group {
	display:inline-block;
	width:100%;
}
.home_form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
	font-family: 'Lato';
    font-style: normal;
    font-size: 17px;

}
.navbar-nav > li.mobile_item { display:none; }
.icon i {
	border-color: #7da7fa;
	border-width: 1px;
	background-color: #0a71b7;
	box-sizing: content-box;
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	color: #ffffff;
	font-size: 30px;
	text-align:center;
	margin-right: 20px;
}
.fusion-content-boxes.content-boxes-timeline-vertical .heading-with-icon, .fusion-content-boxes.content-boxes-timeline-vertical .heading-with-icon .heading-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-block;
	width:100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: visible;
}
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .icon, .fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .image {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.fusion-content-boxes.content-boxes-icon-with-title .heading-with-icon .content-box-heading {
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
}
.fusion-content-boxes .content-box-shortcode-timeline-vertical {
	display: block;
	width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	position: absolute;
	top: 0;
	z-index: -1;
}
.fusion-content-boxes.content-boxes-timeline-vertical .content-box-column.fusion-appear .content-box-shortcode-timeline-vertical {
	-webkit-animation: fusionExpandHeight 1s 1 cubic-bezier(.17, .67, .83, .67);
	animation: fusionExpandHeight 1s 1 cubic-bezier(.17, .67, .83, .67);
	height: calc(100% + 40px);
}
.fusion-content-boxes.content-boxes-timeline-vertical .content-box-column-last .content-box-shortcode-timeline-vertical { display: none; }
.heading-with-icon:hover .icon i {
	background-color: #ea5c2c !important;
	border-color: #ea5c2c !important;
}
.fusion-content-boxes .heading .content-box-heading {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #323643;
	font-family: 'Lato';
	font-weight: 700;
	letter-spacing: 0px;
	font-style: normal;
	margin:0 0 15px;
}
.heading-with-icon:hover .content-box-heading { color: #ea5c2c; }
.vrpagr_wrap img {
	width:100%;
	float:none;
}
.interactive_wrap h3 {
	color: #c03431;
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	font-size: 27px;
	margin: 0 0 20px;
	text-transform: capitalize;
}
.pageimg_box img {
	width:100%;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.page_img { padding:8px; }
.pageimg_box {
	overflow: hidden;
	width: 100%;
}
.pageimg_box img:hover { transform: scale(1); }
.interactive_wrap ul li {
	display:block;
	padding:0 0 5px;
}
.back_wrap {
	display:inline-block;
	width:100%;
	text-align:center;
	padding:20px 0;
}
.anygame_boxsocial{
    width: 24.2%;
    float: left;
    background: rgba(234, 234, 234, 0.97);
    height: auto;
    margin: 0 4px 25px;
    padding: 12px;
    text-align: center;
    min-height: 400px;	
}
.temo_content{
	text-align:center;
}

.testmore_box{
	display:inline-block;
	width:100%;
	margin:0 0 20px;
}
.testmore_box:after {
    display: block;
    margin-top: 10px;
    height: 6px;
    width: 100%;
    content: '';
    background: radial-gradient(ellipse at 50% -50%,rgba(0,0,0,.5) 0,rgba(255,255,255,0) 65%);
}
.testmon_icon{
	text-align:center;
	margin:0 0 20px;
}
.testmon_icon i{
	font-size:130px;
}
.testmore_content{
	margin:0 0 20px;
	background:#f6f6f6;
	padding:20px;
}
.testmore_content p{
	text-align:center;
	font-style:italic;
	font-size:20px;
}
.testmore_box h3{
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
}
.testmore_box:last-child:after {
    display: none;
}


.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contenta {
  display: none;
}
#loadMore {
  width: 200px;
  display: block;
  text-align: center;
  margin: 20px auto;
  transition: .3s;
}
#loadMore:hover {
  color: blue;
  background-color: #fff;
  border: 1px solid blue;
  text-decoration: none;
}
.noContent {
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}
.tab_game ul{
	text-align:center;
	font-size:14px;
}
.tab_game ul li{
}
.tab_game ul li a {
    color: #fff;
    padding: 5px 12px;
    background: #000;
    display: block;
    margin: 0;
    border-radius: 15px;
    text-decoration: none;
}
.tab_game ul li a:hover{
	background:#c03431;
}
.jarny_wrap h3 {
    color: #c03431;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    margin: 0 0 30px;
    text-transform: uppercase;
    text-align: center;
}
textarea.form-control {
    height: 150px;
    resize: none;
}
.contact_lect ul{
	text-align:center;
	padding:0 0px 20px;
}
.contact_lect ul li{
	padding:0 10px;
}
.contact_lect ul li a{
	color:#747a87;
	text-decoration:none;
}
.contact_lect ul li a:hover{
	color:#c03431;
}
.contact_right a {
    margin: 20px 0 0;
    width: 60%;
}
.carear_page_box{
	padding:60px 0;
	margin:0;
}
.carear_page_box ul {
    column-count: auto;
    width: auto;
    margin: 0 auto;
    color: #747a87;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
}
#toTop {
	width:42px;
	height:41px;
	background:url(../images/totop.png) no-repeat;
	position:fixed;
	bottom:3px;
	right:30px;
	cursor:pointer;
	display:none;
	z-index:999999;
}
.oit_wrap{
	text-align:center;
}

.iot_caption{
    position: absolute;
    top: 20%;
    left: 8%;
    background: #fff;
    width: 30%;
    padding: 25px;
}
.iot_caption h3{
    color: #c03431;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 20px;
	text-align:center;
}
.iot_wrap h2{
	text-transform: capitalize;
	font-size:24px;
}
.set-up-box-list {
    margin: 0;
    padding: 0;
}
.set-up-box-list li.left {
    margin-left: 75px;
}
.intro_wrap .set-up-box-list li {
    list-style: none;
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    display: inline-block;
    box-shadow: 0px 0px 10px 0px #e1e5ec;
    margin-bottom: 25px;
    width: 450px;
}
.font-size-20 {
    font-size: 20px !important;
    line-height: 30px !important;
}
.mar-top-0 {
    margin-top: 0px !important;
}
.carousel-caption h4 {
    color: #fff;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 20px;
	text-shadow:none;
}
.carousel-caption p{
    color: #fff;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 20px;
	text-shadow:none;
	width:60%;
}
.oit_banner_acption{
	top:10%;
}
.carousel-caption ul{
    color: #fff;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 20px;
	text-shadow:none;
	padding:0;
}
.carousel-caption ul li{
	display:block;
	padding:0 0 5px;
}
.peerbits-awards-box {
    background: #fff;
    border: 1px dashed #568df4;
    padding: 20px 25px;
    margin: 15px 15px 30px;
	width:30%;
	float:left;
}
.peerbits-awards-box {
    min-height: 145px;
    vertical-align: middle;
	text-align:center;
}
.peerbits-awards-box h4{
    color: #747a87;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    margin: 0 0 20px;
	text-shadow:none;
	padding:0;
}
.peerbits-awards-box img{
	float:none;
}
.banner_oit_left{
	padding:0;
}
.banner_oit_right h2 {
    color: #c03431;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 32px;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.banner_oit_right h3{
    color: #666;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    margin: 0 0 0px;
    text-transform: capitalize;
}
.banner_oit_right p{
    margin: 0 0 30px;
}
.banner_oit_left img{
width:100%;
}
.banner_oit_right{
padding:40px 0 0;
}