body a{
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
	font-family: 'Roboto', sans-serif;
}

:root{
	--brand: #841719;       /* màu logo */
	--brand-dark: #5f0f11;  /* hover/active */
	--brand-soft: #f6e9ea;  /* nền nhạt */
	--brand-rgb: 132, 23, 25;
	--brand-overlay: rgba(var(--brand-rgb), 0.95);
	--brand-overlay-soft: rgba(var(--brand-rgb), 0.70);
}
body{
	background:#FFFFFF;
}
.link {
	color: var(--brand);
	text-decoration: none;
}
.link:hover {
	color: var(--brand-dark);
}
.link-accent-orange{
	color: #ff9800;
}
.link-accent-orange:hover{
	color: #ff9800;
}
.banner{
	position: relative;
	overflow: hidden;
	background: #111;
}
.banner-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 0;
	pointer-events: none;
}
.banner-video-fill {
	display: none;
}
@media (min-width: 992px) {
	.banner-video-fill {
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		transform: scale(1.2);
		object-fit: cover;
		filter: blur(32px) saturate(1.2) brightness(0.55);
		z-index: 0;
	}
	.banner-video-main {
		width: auto;
		max-width: none;
		height: 100%;
		left: 50%;
		right: auto;
		transform: translateX(-50%) scale(1.18);
		transform-origin: center center;
		object-fit: contain;
		z-index: 1;
	}
}
.agileinfo-dot{
	position: relative;
	z-index: 2;
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    padding: 4em 0;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- header --*/
.header-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: var(--brand-overlay);
	width: 100%;
	z-index: 1030;
	height: 60px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.agileits-logo {
	text-align:center;
}
.agileits-logo h1{
	margin:0;
}
.agileits-logo h1 a{
    font-size: 2em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 6px;
    padding: 0;
}
.agileits-logo h1 a span{
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 300;
    color: #FFFFFF;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-nav {
    float: none;
    text-align: center;
    background: none;
    margin: 0 auto;
}
.header-top-info ul li{
    display: inline-block;
    float: none;
	position: relative;
}
.navbar-nav li:after {
    content: "";
    position: absolute;
    background: #FFFFFF;
    height: 7px;
    width: 7px;
    top: 18px;
    left: 0;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}
.navbar-nav li.active:after,
.navbar-nav li:first-child:after {
    background: none !important;
    width: 0px !important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    border: solid 2px rgba(255, 255, 255, 0);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
	border: solid 2px #ffffff;
    background: none;
    border-radius: 20px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #ffffff;
}
.navbar-nav > li > a {
    font-size: 1em;
    padding: .5em 2em !important;
    margin: 0 1em;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    border: solid 2px #ffffff;
    background: none;
    border-radius: 20px;
}
/*-- //header --*/
/*--slider--*/
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 109px;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 50px;
    height: 50px;
    background: transparent url(../images/arrows.png) no-repeat left top;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 0;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 116%;
    left: 48%;
    padding: 0;
    margin: 0;
    display: block;
    z-index: 999;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    background: var(--brand);
    border: 2px solid #ffffff;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
/*-- //slider --*/
/*-- w3layouts-banner-info --*/
.w3layouts-banner-info {
    padding: 8em 0;
}
.banner_text {
    text-align: center;
}
.banner_text h3 {
    color: #FFFFFF;
    font-size: 5em;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
	max-width: 990px;
    margin: 0 auto;
}
.banner_text h3 span {
	display: block;
}
.banner_text h3 span:nth-child(1) {
	text-align: left;
}
.banner_text h3 span:last-child {
	text-align: right;
}
.banner_text p {
    color: #FFFFFF;
    font-size: 1em;
    margin: 2em 0;
    letter-spacing: 2px;
}
.w3-button {
    position: relative;
    margin: 0;
    padding: 1em;
    z-index: 1;
}
.w3-button a {
    color: #FFFFFF;
    font-size: 1em;
    padding: .5em 1em;
    border: solid 2px var(--brand);
    text-decoration: none;
    border-radius: 30px;
    margin: 0;
    background: var(--brand);
}
.w3-button a:hover {
    color: #FFFFFF;
    background: var(--brand-dark);
    border: solid 2px #FFFFFF;
}
/*-- //w3layouts-banner-info --*/
/*-- about--*/
.about {
	background: var(--brand-soft); padding: 3em 0;
}
.about,.markets,.portfolio,.testimonial-dot{
    padding: 3em 0;
}
.agileits-title h2,.agileits-title h3{
    font-size: 3em;
    color: var(--brand);
    margin: 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
}
.agileits-title p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
    margin: 1em auto 0;
    width: 65%;
} 
/*-- //about--*/
/*-- markets --*/
.team-box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin: 0 auto;
	margin-top: 15px;
	padding-bottom: 3em;
  }

  .team-item {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
  }
.markets{
	background: #ececec;
}
.markets-grids,.agileits-team-grids{
    margin: 4em 0 0 0;
}
.agileits-icon-grid {
    padding: 2em;
    background: #FFFFFF;
    box-shadow: 0 0px 1px rgb(107, 107, 107), 0 1px 2px rgba(0,0,0,.24);
}
.agileits-team-grid {
	margin-bottom: 1em;
}
.icon-left{
	float: none;
    width: 70px;
    height: 70px;
    text-align: center;
    padding: 1.2em 0 0 0;
    margin: 0 auto 1em;
    background: var(--brand);
}
.icon-left i.fa{
    color: #FFFFFF;
    font-size: 2em;
}
.icon-right{
    float: none;
    width: 100%;
    text-align: center;
}
.icon-right h5{
    color: #212121;
    font-size: 1em;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.icon-right p{
	color: #999999;
    font-size: .9em;
    margin: 1em 0 0 0;
    line-height: 1.8em;
}
.w3ls-markets-grid:nth-child(4),.w3ls-markets-grid:nth-child(5),.w3ls-markets-grid:nth-child(6){
	margin:3em 0 0 0;
}
/*-- //markets --*/
/*-- portfolio --*/
.game-intro {
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
	grid-gap: 15px;
}
.game-intro .game-icon {
	border-radius: 4px;
	border: 1px solid #ccc;
	width: 60px;
}
.portfolio .game-name {
	position: absolute;
    bottom: 0;
    background: var(--brand-overlay-soft);
    width: 100%;
    padding: 9px;
    color: #fff;
	z-index: 1;
}
.portfolio .game-name .game-icon {
	width: 40px;
	border-radius: 4px;
	border: 1px solid #ccc;
	margin-right: 5px;
}
.game-intro .apps {
	justify-content: center;
	justify-items: center;
	gap: 20px;
}
.game-intro .apps .app img {
	width: 30px;
	height: 30px;
}
.portfolio .coming-soon-badge {
	display: inline-block;
	background: var(--brand);
	color: #fff;
	padding: 6px 14px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.4px;
}
.portfolio figure .coming-soon-ribbon {
	position: absolute;
	top: 10px;
	right: 10px;
	background: var(--brand);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 12px;
	z-index: 2;
	pointer-events: none;
}
.filtr-item {
	padding: 5px;
	width: 33.3335%;
	float: left;
	transform: scale(1) translate3d(0px, 0px, 0px);
	-o-transform: scale(1) translate3d(0px, 0px, 0px);
	transition: all 0.5s ease-out 0ms;
	-o-transition: all 0.5s ease-out 0ms;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
}
.filtr-container {
	width: 100%;
}
.simplefilter li {
	color: #212121;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    font-size: .9em;
    font-weight: 600;
    margin: 0 0.4em;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border: 2px solid #212121;
}
.simplefilter li.active {
    border: 2px solid var(--brand);
    color: #ffffff;
    background: var(--brand);
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
}
ul.simplefilter {
	text-align: center;
    margin: 4em 0 3em;
    padding: 0;
}
.portfolio figure {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	cursor: pointer;
	overflow: hidden;
	border-radius: 5px;
}
.portfolio figure > img {
	width: 100%;
	height: auto;
	aspect-ratio: 1024 / 500;
	object-fit: cover;
	display: block;
}
.portfolio figure:hover figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	top: 0;
}
.portfolio figcaption {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: -100%;
	background: rgba(0,0,0,.7);
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	z-index: 10;
}
.portfolio figcaption h3 {
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
    font-size: 2em;
    letter-spacing: 3px;
    font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-top: 105px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}
.portfolio figcaption h3 span{
	text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 300;
}
.portfolio figure:hover h3 {
	left: 0;
}

/*-- //portfolio --*/
/*-- model --*/
.agileits-w3layouts-info img{
	width:100%;
}
.modal-header h4 {
    margin: 0;
    font-size: 2em;
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: none;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 6px;
    padding: 0;
}
.modal-header h4 span{
	text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 300;
    color: #212121;
}
.modal-body p{
    margin: 1em 0 0 0;
    font-size: .875em;
    color: #999999;
    line-height: 1.8em;
}
/*-- //model --*/
/*-- testimonial --*/
.testimonial{
	background:url(../images/1.jpg) no-repeat 0px 0px;
	background-size:cover;
}
.testimonial-dot{
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
.testimonial-heading h3{
	color:#FFFFFF;
}
.testimonial-heading h5{
	color:#FFFFFF;
}
.testimonial-img-grid{
    width: 28%;
    margin: 0 auto;
}
.testimonial-img{
	float: left;
    width: 26.33%;
}
.testimonial-img:nth-child(2){
	margin:0 2em;
}
.testimonial-img img{
	width:100%;
	border-radius:50%;
	-webkit-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
}
.t-img1 img,.t-img2 img{
	opacity: 0.6;
}
.testimonial-img-info{
	margin:2em 0 0 0;
	text-align:center;
}
.testimonial-img-info p{
    color: #FFFFFF;
    font-size: .9em;
    margin:0 auto;
	width:60%;
    line-height: 1.8em;	
}
.testimonial-img-info h5{
    color: #FFFFFF;
    font-size: 1em;
    margin: 1em 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.testimonial-img-info h6{
	color: #FFFFFF;
    font-size: .9em;
    margin: 1em 0;
    font-style: italic;
}
/*-- //testimonial --*/
/*-- team --*/
.team-info{
    position: relative;
    overflow: hidden;	
}
.team-info img{
	width:100%;
}
.team-caption h4{
    color: #FFFFFF;
    font-size: 18px;
    margin: 0 0 0 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.team-caption p{
    color: #eaeaea;
    font-size: .9em;
    margin: 0;
}
.team-caption ul{
    padding: 0;
    margin: 1em 0 0 0;
}
.team-caption ul li{
    display: inline-block;
}
.team-caption ul li a {
	color: #333;
    text-align: center;
}
.team-caption ul li a i.fa.fa-facebook{
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: solid 2px #FFF;
    background: none;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-caption ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
}
.team-caption ul li a i.fa.fa-twitter{
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: solid 2px #FFF;
    background: none;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-caption ul li a i.fa.fa-twitter:hover{
	background: #55acee;
}
.team-caption ul li a i.fa.fa-rss{
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: solid 2px #FFF;
    background: none;
    color: #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.team-caption ul li a i.fa.fa-rss:hover{
	background: #f26522;
}
.team-caption {
    background: var(--brand);
    padding-top: 5px;
    position: absolute;
    left: 0;
	bottom: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}
.team-info:hover .team-caption{
    bottom: 0%;
}
/*-- //team --*/
/*-- footer --*/ 
.footer{
	background: #333;
	padding:4em 0;
}  
.footer-title h3 {
    font-size: 1.5em;
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.amet-sed p {
    margin: 1em 0 0 0;
    color: #999999;
    font-size: .9em;
    line-height: 1.8em;
} 
/*-- social-icons --*/
.agileinfo-social-grids{
    margin:1em 0 0 0;
}
.agileinfo-social-grids ul{
	padding:0;
	margin:10px 0;
}
.agileinfo-social-grids ul li{
    display: inline-block;
}
.agileinfo-social-grids ul li a {
	color: var(--brand);
    text-align: center;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook{
	color: #3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-linkedin{
	color: #0077b5;
}
.agileinfo-social-grids ul li a i.fa.fa-youtube{
	color: #ff0000;
}
.agileinfo-social-grids ul li a i.fa{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	font-size: 2em;
    margin-right: 30px;
}
.agileinfo-social-grids ul li a i.fa.fa-facebook:hover {
    color: #3b5998;
}
.agileinfo-social-grids ul li a i.fa.fa-linkedin:hover{
	color: #0077b5;
}
.agileinfo-social-grids ul li a i.fa.fa-youtube:hover{
	color: #ff0000;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter{
	margin:0 1em;
}
.agileinfo-social-grids ul li a i.fa.fa-twitter:hover{
	color: #55acee;
}
.agileinfo-social-grids ul li a i.fa.fa-rss{
	margin:0 1em 0 0;
}
.agileinfo-social-grids ul li a i.fa.fa-rss:hover{
	color: #f26522;
}
.agileinfo-social-grids ul li a i.fa.fa-vk:hover{
	color: #45668e;
}
/*-- //footer --*/
.footer-top .amet-sed {
	margin-bottom: 30px;
}
/*-- copyright --*/
.copyright{
	background:#212121;
	padding:1em 0;
}
.copyright p{
	color:#FFFFFF;
	font-size:.9em;
	text-align:center;
	margin:0;
}
.copyright p a{
	color: var(--brand);
}
.copyright p a:hover{
	color:#FFFFFF;
}
/*-- //copyright --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/* Mobile menu overlay */
.mobile-menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1040;
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-backface-visibility: hidden;
}

.mobile-menu-overlay.show {
	display: block;
	opacity: 1;
}

/* Mobile left menu */
.mobile-left-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	left: -300px;
	width: 280px;
	height: auto;
	background: #333333;
	z-index: 1050;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: left 0.3s ease;
	box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
	-webkit-backface-visibility: hidden;
}

.mobile-left-menu.show {
	left: 0;
}

html.mobile-menu-open,
html.mobile-menu-open body {
	overflow: hidden;
}

.mobile-menu-header {
	padding: 20px;
	border-bottom: 1px solid #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mobile-menu-header h3 {
	margin: 0;
	font-size: 1.2em;
	color: var(--brand);
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}

.mobile-menu-header h3 span {
	color: #FFFFFF;
	font-weight: 300;
}

.mobile-menu-close {
	background: none;
	border: none;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.mobile-menu-close:hover {
	color: var(--brand);
}

.mobile-nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-nav-list .nav-item {
	border-bottom: 1px solid #333;
}

.mobile-nav-list .nav-link {
	display: block;
	padding: 15px 20px;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 16px;
}
.mobile-nav-list .nav-link .fa {
	font-size: 20px;
    width: 28px;
    text-align: center;
}
.mobile-nav-list .nav-item.active .nav-link,
.mobile-nav-list .nav-link:hover {
	background: var(--brand);
	color: #fff;
}

/* Hide mobile menu on desktop */
@media (min-width: 992px) {
	.mobile-left-menu,
	.mobile-menu-overlay {
		display: none !important;
	}
}

/* Show navbar toggler only on mobile */
@media (min-width: 992px) {
	.navbar-toggler {
		display: none;
	}
}

/* Custom hamburger icon */
.navbar-toggler {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 8px;
	position: absolute;
	top: 11px;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 24px;
	position: relative;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon {
	background: #fff;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	transition: all 0.3s ease;
}

.navbar-toggler-icon {
	height: 2px;
}

.navbar-toggler-icon::before {
	top: -8px;
}

.navbar-toggler-icon::after {
	bottom: -8px;
}
/*-- //to-top --*/
/*-- responsive --*/
@media(max-width:1300px){
	.banner_text h3 {
		font-size: 4em;
		max-width: 625px;
	}
}
@media(max-width:1080px){
	.portfolio figcaption h3 {
		margin-top: 87px;
	}
	.testimonial-img-grid {
		width: 35%;
	}
}
@media (max-width: 992px) {
	.portfolio .game-name {
		font-size: 14px;
	}
}
@media(max-width:991px){
	.portfolio .game-name{
		padding: 2px 3px
	}
	.team-box {
		grid-template-columns: repeat(4, 1fr);
	}
	.navbar-nav > li > a {
		padding: .5em 1em;
		margin: 0 .8em;
	}
	.banner_text h3 {
		font-size: 3em;
		max-width: 468px;
	}
	.w3layouts-banner-info {
		padding: 5em 0;
	}
	.testimonial-img-grid {
		width: 50%;
	}
	.portfolio figcaption h3 {
		margin-top: 70px;
	}
	.testimonial-img-info p {
		width: 85%;
	}
	.agileits-title p {
		width: 95%;
	}
	.agileits-team-grid {
		float: left;
		width: 50%;
		margin-bottom: 1em;
	}
	.filtr-item {
		float: left;
		width: 33.33%;
	}
	.simplefilter li {
		padding: 10px 13px;
		font-size: 1em;
	}
}
@media(max-width:768px){
	.team-box {
		grid-template-columns: repeat(2, 1fr);
	}
	.banner_text h3 {
		font-size: 2.5em;
	}
	.callbacks_tabs {
		left: 47%;
	}
	.portfolio figcaption h3 {
		margin-top: 100px;
	}
	.filtr-item {
		float: left;
		width: 50%;
	}
	.simplefilter li {
		padding: 8px 10px;
		font-size: 0.9em;
		letter-spacing: 0px;
	}
}
@media(max-width:480px){
	.team-box {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media(max-width:736px){
	.agileits-logo h1 a {
		font-size: 1.5em;
	}
	.navbar-toggle {
		float: none;
		margin-right: 0;
	}
	.navbar {
		text-align: center;
	}
	.navbar-nav {
	    margin: 1em 0;
	}
	.header-top-info ul li {
		display: block;
	}
	.navbar-nav li:after {
		background: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    border: none;
		position: absolute;
		width: 100%;
		background: rgba(0, 0, 0, 0.84);
		z-index: 9999;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: var(--brand);
	}
	.navbar-nav > li > a {
		margin: 1em .5em;
	}
}
@media(max-width:600px){
	.portfolio figure  {
		margin: 5px;
	}
	.banner_text h3 {
		font-size: 2.5em;
	}
	.w3layouts-banner-info {
		padding: 4em 0;
	}
	.portfolio figcaption h3 {
		margin-top: 75px;
	}
	.testimonial-img-grid {
		width: 60%;
	}
	.filtr-item {
		padding: 0em;
	}
	ul.simplefilter {
		margin-bottom: 0em;
	}
	.simplefilter li {
		margin-bottom: 1em;
	}
}
@media(max-width:414px){
	ul.simplefilter {
		margin-bottom: 0em;
	}
	.filtr-item {
		width: 100%;
	}
	.simplefilter li {
		padding: 4px 4px;
		font-size: 0.8em;
		letter-spacing: 0px;
		margin-bottom: 1em;
	}
	.banner_text h3 {
		font-size: 2.5em;
		text-align: center;
	}
	.banner_text h3 span {
		text-align: center;
	}
	.about, .markets, .portfolio, .testimonial-dot, .team {
		padding: 2em 0;
	}
	.markets-grids, .agileits-team-grids {
		margin: 2em 0 0 0;
	}
	ul.simplefilter {
		margin: 2em 0 2em;
	}
	.portfolio figcaption h3 {
		margin-top: 105px;
	}
	.agileits-title h2, .agileits-title h3 {
		font-size: 2.5em;
	}
	.team-caption h4 {
		font-size: 1.2em;
	}
}
@media(max-width:384px){
	.agileits-logo h1 a {
		font-size: 1em;
	}
	.banner_text p {
		margin: 1em 0;
		letter-spacing: 1px;
	}
	.callbacks_nav {
		bottom: 25px;
	}
	.w3layouts-banner-info {
		padding: 2em 0;
	}
	.callbacks_tabs {
		left: 44%;
	}
	.agileits-icon-grid {
		padding: 1em;
	}
	.portfolio figcaption h3 {
		margin-top: 95px;
	}
	.agileits-team-grid {
		float: none;
		width: 100%;
		margin-bottom: 2em !important;
	}
	.agileits-team-grid:nth-child(4) {
		margin: 0 !important;
	}
	.footer {
		padding: 2em 0;
	}
	.agileits-title p {
		font-size: .9em;
	}
}
@media(max-width:320px){
	.agileits-logo h1 a {
		font-size: .9em;
	}
	.banner_text h3 {
		font-size: 28px;
        width: 100%;
	}
	.callbacks_tabs {
		left: 43%;
	}
	.w3-button {
		padding: .5em;
	}
	.portfolio figcaption h3 {
		margin-top: 80px;
	}
	.agileits-title h2, .agileits-title h3 {
		font-size: 2em;
	}
}
/*-- //responsive --*/
