/*----*/
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 Condensed', sans-serif;
    color: #6ca3f5;
}
body{
	background:#000000;
}
/*-- banner --*/
.banner{
    background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size: cover;
}
.banner-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;
    padding: 1em 0 0 0;
}
/*-- header-top --*/
.header-top {
    padding: 1em 0;
    background: rgba(30, 136, 229, 0.65);
}
.header-left {
    float: left;
    width: 15%;
}
.header-left h1 {
    margin: 0;
}
.header-left h1 a{
	color: #FFFFFF;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    white-space: nowrap;
}
.header-left h1 a span{
    display: block;
    font-size: .3em !important;
    text-transform: uppercase;
    letter-spacing: 33px;
}
.header-middle {
    float: left;
    width: 38%;
    margin: .9em 0 0 12em;
    text-align: center;
}
.header-middle ul{
	padding:0;
	margin:0;
}
.header-middle ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 1em;
    color: #fff;
    margin-right: 2em;
}
.header-middle ul li:nth-child(2){
	margin-right: 0;
}
.header-middle ul li span {
    font-size: 1.5em;
    vertical-align: text-bottom;
    margin-right: .5em;
}
.header-middle ul li a {
    color: #fff;
    text-decoration: none;
}
.header-right {
    float: right;
    width: 18.2%;
}
.search {
	border: 1px solid #d2cfcf;
    margin-top: .5em;
    display: flex;
}
.search form {
    display: flex;
    width: 100%;
}
.search input[type="search"] {
    border: none;
    outline: none;
    padding: .5em .5em;
    font-size: .875em;
    color: #fff;
    background: none;
    flex: 1;
}
.search form input[type="submit"] {
    background: url(../images/search.png) no-repeat center;
    width: 49px;
    height: 35px;
    border: none;
    margin: 0 0 0 0px;
    padding: 0;
    border-left: 1px solid #d2cfcf;
    border-right: none;
    border-bottom: none;
    border-top: none;
	outline:none;
}
/*-- //header-top --*/
.header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.29);
}
/*--top-nav--*/
.navbar-default {
    background: none;
    border: none;
	margin: 0;
}
.navbar-default {
    background: none;
    border: none;
    margin: 0;
}
.navbar-right {
    float: none !important;
    margin-right: -15px;
    text-align: center;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #BBDEFB;
    background: none;
}
.navbar-nav > li {
    margin: 0 .5em;
    display: inline-block;
    float: none;
}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 1.5em;
    padding: 1.8em 0.5em;
    position: relative;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
    color: #1E88E5;
}
.navbar-default .navbar-nav > li > a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    background: #1E88E5;
    height: 3px;
    width: 0;
    left: 0;
	transition:.5s all;
}
.navbar-default .navbar-nav li  a:hover:before,.navbar-default .navbar-nav li a.active:before{
	width: 100%;
}
/*--//top-nav--*/
/*-- banner-info --*/
.banner-info {
    padding: 9em 0;
}
.w3layouts-text{
	text-align:center;
}
.w3layouts-text h3{
	color:#FFFFFF;
	font-size:1em;
	margin:0;
}
.w3layouts-text h2{
    color: #ffffff;
    font-size: 3em;
    margin: .5em 0 1em;
    font-family: 'Lato', sans-serif;
}
.w3layouts-text label {
    width: 78px;
    height: 2px;
    background-color: #fff;
    margin: 1em 0;
}
.social {
    margin: 1em 0 0 0;
    text-align: center;
}
.social ul{
	padding:0;
	margin:0;
}
.social ul li{
	display:inline-block;
}
.social ul li a {
	color: #333;
    text-align: center;
}
.social ul li a i.fa.fa-facebook,.social ul li a i.fa.fa-twitter,.social ul li a i.fa.fa-rss,.social ul li a i.fa.fa-vk{
    height: 40px;
    width: 40px;
    background: none;
    line-height: 37px;
    border: solid 2px #FFF;
    color: #FFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.social ul li a i.fa.fa-facebook:hover {
    height: 40px;
    width: 40px;
    line-height: 37px;
	background: #3b5998;
}
.social ul li a i.fa.fa-twitter:hover{
    height: 40px;
    width: 40px;
    line-height: 37px;
	background: #1da1f2;
}
.social ul li a i.fa.fa-rss:hover{
    height: 40px;
    width: 40px;
    line-height: 37px;
	background: #f26522;
}
.social ul li a i.fa.fa-vk:hover{
    height: 40px;
    width: 40px;
    line-height: 37px;
	background: #45668e;
}
.social ul li:nth-child(2){
	margin:0 .5em;
}
.social ul li:nth-child(3){
	margin:0 .5em 0 0;
}
/*-- //banner-info --*/
/*-- welcome --*/
.welcome,.services,.gallery,.w3-agileits-testimonial,.updates,.team,.contact{
	padding:5em 0;
}
.about-bottom{
	padding:5em 0 0;
}
.agileits_welcome_grid_left h3{
    text-align: center;
}
.agileits_welcome_grid_left h3,.services h3,.gallery h3,.testimonial h3,.updates h3,.team h3,.wthree-subscribe h3,.contact h3{
    font-size: 3em;
    color: #42A5F5;
    font-family: 'Lato', sans-serif;
    margin: 0;
} 
.agileits_welcome_grid_left p{
    margin: 2em 0 0em;
    line-height: 2em;
    color: #999;
    font-size: 1.05em;
}
.agileits_welcome_grid_left p i{
	display:block;
	margin:1em 0 0;
}
/*-- //welcome --*/
/*-- services --*/
.services {
    background: #000000;
}
.services h3,.gallery h3,.updates h3,.team h3,.wthree-subscribe h3,.contact h3{
	text-align:center;
}
.services-grid{
	padding:0;
}
.services-grid-left{
	text-align:right;
}
.services-grid-left h4{
    text-transform: capitalize;
    font-size: 1.2em;
    color: #ffffff;
    margin: 0 0 1em;
    font-family: 'Poppins', sans-serif;
}
.services-grid-left p{
	color: #1E88E5;
    line-height: 1.8em;
    font-size: 1.22em;
}
.agileinfo-services-grids{
    margin: 5em 0 0 0;
}
.services-grid-right-grid{
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    border: 1px solid #b9b9b9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    margin: 0 auto;
}
.services-grid-right-grid span{
    color: #ffffff;
    font-size: 1.5em;
    top: 1.5em;
}
.services-grid-right {
	text-align: center;
}
.services-grid-left1{
	text-align:left;
}
.services-grid1:nth-child(2){
	padding:3em 0;
}
.services-grid1:hover .services-grid-right-grid{
	color:#fff;
}
.services-grid1:hover .services-grid-left h4{
    color: #42A5F5;
}
.agile-services-grid-right {
    float: right;
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2b2b2b;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(39, 160, 216, 0.67);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.services-grid-right-grid:before {
    background: #1E88E5;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before,.hvr-radial-out:active:before,.services-grid1:hover .hvr-radial-out:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.hvr-radial-out:focus:before {
    outline: none;
}
/*-- //services --*/
/*-- gallery --*/ 
/*-- jzBox-lightbox --*/
#jzBox {
	top: 0;
	left: 0;
	z-index: 10000;
	position: fixed;
	background-color: rgba(30, 30, 30, 0.9);
	margin: 0 !important;
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
	color: #fff;
}
#jzBoxTargetImg {
	margin:4% 0 1% 0;
	max-width: 96%;
	max-height: 73%;
	cursor: pointer;
}
#jzBoxTitle {
    font-size: 1.1em;
    font-weight: 300;
	margin-bottom: 1em;
}
#jzBoxCounter {
	margin-bottom: 1%;
	font-size: 12px;
}

#jzBox i:hover {
	cursor: pointer;
	color: #f35a5a;
} 
#jzBoxBottom { max-height: 22%; }

#jzBoxNextBig, #jzBoxPrevBig {
	cursor: pointer;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 10001;
	height: 100%; 
} 
#jzBoxNextBig { left: 69%; }

i#jzBoxPrev, i#jzBoxNext {
    font-size: 2em;
    padding: 0.2em;
    border: 1px solid #fff;
	z-index: 99999;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
i#jzBoxClose {
    font-size: 3em;
    vertical-align: bottom;
    margin-left: 10em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
/*-- //jzBox-lightbox --*/
.w3ls-gallery-grids{
	margin:5em 0 0 0;
}
.gallery-grid {
    padding: 0; 
}
.wpf-demo-4{
    padding: 0;
    position: relative;
    overflow: hidden;
}
img.img-responsive {
    width: 100%;
}
.view-caption {
    position: absolute;
    top: -32%;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.57);
    padding: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.wpf-demo-4:hover .view-caption {
	top: 0;
}
.view-caption p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 3px;
}
/*-- //gallery --*/
/*-- testimonial --*/
.testimonial{
	background:url(../images/3.jpg) no-repeat 0px 0px;
	background-size:cover;
	position:relative;
}
.w3-agileits-testimonial{
	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;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.testimonial h3{
	text-align:center;
	color:#FFFFFF;
}
.wthree-testimonial-grid{
    text-align: center;
    margin: 5em 0 0 0;
}
i.fa.fa-quote-right {
    font-size: 3em;
    color: #FFFFFF;
}
.testimonial-top p {
    color: #ffffff;
    font-size: .9em;
    line-height: 2em;
    margin: 2em auto;
    width: 81%;
    font-weight: 300;
}
.testimonial-top h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
}
.testimonial-top h5 span{
	font-weight:300;
}
/*--slider--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  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);
    top: 100px;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 40px;
    height: 40px;
    background: transparent url("../images/arrows.png") no-repeat right top;
}
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
 }
 .callbacks_nav.prev {
    right: auto;
    background-position: left top;
    left: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.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: 315px;
    left: 230px;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: inline-block;
    text-align: center;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
    display: inline-block;
    margin: 0;
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
    font-size: 0;
    visibility: visible;
    display: block;
    height: 10px;
    width: 10px;
    display: inline-block;
    background:rgba(255, 255, 255, 0.38);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
    height: 10px;
    width: 10px;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.services-info{
	position:relative;
}
.w3ls-text{
    width: 80%;
    margin: 3em auto 0;
    text-align: center;
}
.w3ls-text h5{
	color: #FFFFFF;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0 1em 0;
    line-height: 1.5em;
}
.w3ls-text p {
    color: #FFFFFF;
    font-size: .9em;
    line-height: 1.8em;
    margin: 0;
}
.w3ls-text p span{
	margin:1em 0 0 0;
	display:block;
}
/*-- //slider --*/
/*-- //testimonial --*/
/*-- updates --*/
.agileits_updates_grids {
    margin: 5em 0 0 0;
}
.agileits_updates_grid_left h4,.agileits_updates_grid_right h4{
    font-size: 2em;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    margin: .5em 0;
}
.agileits_updates_grid_left_grid:nth-child(3) {
    margin: 1em 0;
}
.agileits_updates_grid_left1 h4{
	width: 120px;
    height: 120px;
    background: #f5f5f5;
    font-size: 2em;
    color: #212121;
    text-align: center;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #DFDFDF;
}
.agileits_updates_grid_left1 h4 span{
    display: block;
    font-size: .4em;
    margin: .5em 0 0;
    color: #999;
}
.agileits_updates_grid_left1 h4 span i{
	display:block;
	margin: .5em 0 0;
}
.agileits_updates_grid_left1 h5 a{
    font-size: 2em;
    color: #42A5F5;
    line-height: 1.5em;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
    padding-left: 10px;
}
.agileits_updates_grid_left1 h5 a:focus{
	outline:none;
}
.agileits_updates_grid_left1 h5 a:hover{
	color:#212121;
}
.agileits_updates_grid_left1 p{
    color: #999;
    margin: 1em 0 0;
    line-height: 1.8em;
    font-size: 1.13em;
}
.agileits_updates_grid_left1:nth-child(2) {
    margin: 0;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
.opportunity{
	background:#28282e;
	margin:0px 20px;
	padding:80px 0;
	position:relative;
}
#flexiselDemo1,#flexiselDemo2 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	padding:2em 0;
    border-top: 1px solid #999;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin:0;
	padding:0;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 11px;
    height: 18px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
    left: 95%;
    top: -25% !important;
    background: url(../images/arrows1.png) no-repeat -14px 0px;
}
.nbs-flexisel-nav-right {
	right: 0%;
    top: -25% !important;
    background: url(../images/arrows1.png) no-repeat 0px 0px;
}
/*--//flexisel--*/
.pa_italic i {
    left: -1em;
	font-size: 11px;
}
.pa_italic span {
    display: none;
}
.collapsed span {
    display: inline-block;
    left: -1em;
	font-size: 11px;
}
.collapsed i {
    display: none;
}
.panel-heading {
    padding:10px 15px;
}
.panel-title {
    font-size: 1em;
    color: #212121;
    text-transform: capitalize;
    text-decoration: none;
}
.panel-title a{
	text-decoration:none;
}
.panel-default {
    border-color: #FFF;
	background: #f5f5f5;
}
.panel-default > .panel-heading {
    border-color: #FFF;
	color:#212121;
    background-color: #1E88E5;
}
.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 2em;
    color: #999;
}
a.pa_italic label {
    cursor: pointer;
	font-weight:500;
}
a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
/*-- model --*/
.modal-header h4 {
    margin: 0;
    font-size: 1.5em;
    color: #F44336;
}
.agileits-w3layouts-info img {
    width: 100%;
}
.modal-body p{
    margin: 1em 0 0 0;
    font-size: .875em;
    color: #999999;
    line-height: 1.8em;
}
/*-- //model --*/
/*-- //updates --*/
/*-- team --*/
.team{
	background:#f7f7f7 !important;
}
.wthree-team-grid img{
	width:100%;
}
.agileinfo-team-grids{
	margin:4em 0 0 0;
}
.wthree-team-grid h4 {
    font-size: 1.5em;
    color: #F44336;
    font-family: 'Poppins', sans-serif;
    margin: 1em 0 0;
    font-weight: 600;
}
.wthree-team-grid p {
    margin: 0.3em 0 .8em;
    color: #999999;
    font-size: .875em;
}
.team-social-grids ul {
    padding: 0;
    margin: 0;
}
.team-social-grids ul li {
    display: inline-block;
    margin: 0 .5em 0 0;
}
.team-social-grids ul li a {
    text-align: center;
}
.team-social-grids ul li a i.fa.fa-facebook, .team-social-grids ul li a i.fa.fa-twitter, .team-social-grids ul li a i.fa.fa-rss, .team-social-grids ul li a i.fa.fa-vk {
    height: 30px;
    width: 30px;
    border: solid 2px #2f2f2f;
    line-height: 29px;
    background: none;
    color: #2f2f2f;
    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-social-grids ul li a i.fa.fa-facebook:hover {
	border: solid 2px #3b5998;
	background:#3b5998;
    color: #FFFFFF;
}
.team-social-grids ul li a i.fa.fa-twitter:hover{
	border: solid 2px #55acee;
	background:#55acee;
	color: #FFFFFF;
}
.team-social-grids ul li a i.fa.fa-rss:hover{
	border: solid 2px #f26522;
	background:#f26522;
	color: #FFFFFF;
}
.team-social-grids ul li a i.fa.fa-vk:hover{
	border: solid 2px #45668e;
	background:#45668e;
	color: #FFFFFF;
}
/*-- //team --*/
/*-- subscribe --*/
.wthree-subscribe {
    background: url(../images/2.jpg) no-repeat 0px 0px;
    background-size:cover;
}
.wthree-subscribe h3{
	color:#FFFFFF;
}
.w3-agileits-subscribe-form {
    text-align: center;
    margin: 3em 0 0 0;
}
.w3-agileits-subscribe-form input[type="text"] {
    display: inline-block;
    background: #FFFFFF;
    border: solid 2px #FFFFFF;
    width: 45%;
    outline: none;
    padding: 1em;
    font-size: .875em;
    color: #999999;
}
button.btn1 {
    color: #FFFFFF;
    font-size: .875em;
    padding: 1em 2em;
    text-align: center;
    text-decoration: none;
    background: #1E88E5;
    border: solid 2px #1E88E5;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
button.btn1:hover{
	background:none;
	border: solid 2px #FFFFFF;
}
/*-- //subscribe --*/
/*-- contact --*/
.w3ls-address h4 {
    font-size: 2.2em;
    color: #BBDEFB;
    margin-bottom: .3em;
}
.contact-grids {
    margin: 5em 0 0 0;
}
.w3ls-address p.cnt-p {
    width: 75%;
}
p.address {
    margin: 1.5em 0;
}
.w3ls-address p { 
	color: #b8b8b8;
    font-size: 1.13em;
}
.w3ls-address p a {
    color: #738cff;
    text-decoration: none;
}
.w3ls-address p a:hover{
    color: #999999; 
}
.w3l-contact-form input[type="text"] {
    width: 100%;
    color: #999; 
    background: none;
    outline: none;
    font-size: .875em;
    padding: .7em 1em;
    margin-bottom: 1.5em;
    border: solid 1px #999;
    -webkit-appearance: none;
    display: inline-block;
}
.w3l-contact-form textarea { 
    width: 100%;
    background: none;
    color: #999;
    font-size: .875em;
    outline: none;
    padding: .6em .8em;
    border: solid 1px #999;
    min-height: 12em;
    -webkit-appearance: none;
}
.w3l-contact-form input[type="submit"] {
    outline: none;
    color: #fff;
    padding: 0.6em 4em;
    font-size: .875em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #1E88E5;
    transition: 0.5s all;
    border: 2px solid #1E88E5;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
}
.w3l-contact-form input[type="submit"]:hover {
    background: none;
    color: #1E88E5;
}
.w3-agile-map{
	margin-top:5em;
}
.w3-agile-map iframe {
    width: 100%;
    min-height: 300px;
    border: none;
}
.w3-agile-map h3 {
    font-size: 3em;
    color: #F44336;
    text-align: center;
    margin-bottom: 0.5em;
}
/*-- //contact --*/
/*-- footer --*/
.agileits-w3layouts-footer {
	background: #333;
    padding: 4em 0 0 0;
    text-align: center;
    padding: 1em 0;
}
.agile-copyright  p{
	color:#FFFFFF;
	font-size:.875em;
	margin:0;
}
.agile-copyright  p a{
	text-decoration:none;
	color:#f44336;
}
.agile-copyright  p a:hover{
	color:#FFFFFF;
}
/*-- //footer --*/
/*-- 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);
}
/*-- //to-top --*/
/*-- responsive --*/
@media(max-width:1080px){
	.header-middle {
		width: 43%;
		margin: .9em 0 0 8em;
	}
	.header-right {
		width: 24.5%;
	}
	.search form input[type="submit"] {
	    width: 51px;
	}
	.view-caption {
		top: -39%;
	}
	.nbs-flexisel-nav-left {
		left: 90%;
	}
}
@media(max-width:1024px){
	.header-left {
		width: 18%;
	}
	.header-middle {
		margin: .9em 0 0 6em;
	}
	.header-left {
		width: 24%;
	}
	.header-middle {
		margin: .9em 0 0 1em;
		width: 50%;
	}
	.header-right {
		width: 21%;
	}
	.search input[type="search"] {
		width: 100%;
	}

}
@media(max-width:991px){
	.agileits_welcome_grid_right {
		margin: 2em 0 0 0;
	}
	.agile-services-grid-right {
		float: none;
	}
	.services-grid-left {
		text-align: center;
		margin: 1em 0 0 0;
	}
	.services-grid-left1 {
		text-align: center;
	}
	.services-grid:nth-child(2) {
		margin: 2em 0 0 0;
	}
	.gallery-grid {
		float: left;
		width: 33.33%;
	}
	.view-caption {
		top: -60%;
	}
	.wthree-testimonial-grid {
		margin: 4em 0 0 0;
	}
	.agileits_updates_grid_right {
		margin: 2em 0 0 0;
	}
	.wthree-team-grid {
		float: left;
		width: 50%;
	}
	.wthree-team-grid:nth-child(1),.wthree-team-grid:nth-child(2){
		margin-bottom:2em;
	}
	.w3l-contact-form {
		margin: 2em 0 0 0;
	}
}
@media(max-width:768px){
	.banner-info {
		padding: 4em 0;
	}
	.search form input[type="submit"] {
	    width: 40px;
	}
}
@media(max-width:736px){
	.header-middle {
		margin: .9em 0 0 1em;
		width: 52%;
	}
	.header-middle ul li {
		margin-right: 1em;
	}
	.search input[type="search"] {
		width: 100%;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
		float: none;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default {
		text-align: center;
	}
	.navbar-nav > li {
		display: block;
	}
	.navbar-default .navbar-nav > li > a {
		padding: .5em 0;
	}
	.navbar-right {
		background: rgba(0, 0, 0, 0.34);
		margin: 0;
	}
	div#bs-example-navbar-collapse-1 {
		padding: 0;
		overflow-y: inherit;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background: none;
	}
	.w3layouts-text h2 {
		font-size: 3em;
	}
	
	i#jzBoxClose {
	    top: 30px;
		left: 362px;
		position: absolute;
		font-size: 2em;
	}
	i#jzBoxPrev{
		font-size: 1em;
		left: 19px;
		top: 165px;
		position: absolute;
	}
	i#jzBoxNext {
		font-size: 1em;
		right: 19px;
		top: 165px;
		position: absolute;
	}
}
@media(max-width:667px){
	.header-left {
		width: 100%;
		float: none;
		margin: 0 auto 1em;
		text-align: center;
	}
	.header-middle {
		margin: .9em 0 0 0em;
		width: 55%;
	}
	.header-right {
		width: 35%;
	}
	.search input[type="search"] {
		width: 100%;
	}
	.search form input[type="submit"] {
		width: 45px;
	}
	i#jzBoxClose {
	    top: 30px;
		right: 0;
		margin: 0 -6em 0 0;
	}
}
@media(max-width:640px){
	.header-middle {
		width: 58%;
	}
	.header-right {
		width: 37%;
	}
    .agileits_updates_grid_left1 {
        float: none;
        width: 100%;
        text-align: center;
    }
    .agileits_updates_grid_left1 h4 {
        margin: 0 auto;
    }
    .agileits_updates_grid_left1:nth-child(2) {
        margin: 1em 0 0;
    }
    .agileits_updates_grid_left1 h5 a {
        padding-left: 0;
    }
}
@media(max-width:600px){
	.header-right {
		width: 39%;
	}
}
@media(max-width:568px){
	.header-middle ul li {
		font-size: .875em;
	}
	.search input[type="search"] {
		width: 100%;
	}
	.w3layouts-text h2 {
		font-size: 2em;
	}
	.agileits_welcome_grid_left h3, .services h3, .gallery h3, .testimonial h3, .updates h3, .team h3, .wthree-subscribe h3, .contact h3,.w3-agile-map h3{
		font-size: 2em;
	}
	.welcome, .services, .gallery, .w3-agileits-testimonial, .updates, .team, .contact {
		padding: 2em 0;
	}
	.agileinfo-services-grids {
		margin: 2em 0 0 0;
	}
	.w3ls-gallery-grids {
		margin: 2em 0 0 0;
	}
	.view-caption {
		top: -70%;
	}
	i.fa.fa-quote-right {
		font-size: 1.5em;
	}
	.wthree-testimonial-grid {
		margin: 2em 0 0 0;
	}
	.testimonial-top p {
		margin: 1em auto;
	}
	.agileits_updates_grids {
		margin: 2em 0 0 0;
	}
	.agileinfo-team-grids {
		margin: 2em 0 0 0;
	}
	.w3-agileits-subscribe-form input[type="text"] {
		padding: .5em;
	}
	button.btn1 {
		padding: .5em 1em;
	}
	.w3-agileits-subscribe-form {
		margin: 2em 0 0 0;
	}
	.contact-grids {
		margin: 2em 0 0 0;
	}
	.w3ls-address h4 {
		font-size: 1.5em;
	}
	.w3l-contact-form input[type="submit"] {
		padding: 0.5em 2em;
	}
	.w3-agile-map {
		margin-top: 2em;
	}
}
@media(max-width:480px){
	.header-middle {
		width: 69%;
	}
	.header-right {
		width: 30%;
	}
    .agileits_updates_grid_left1 h5 a {
        font-size: 1.5em;
    }
	.search input[type="search"] {
		width: 100%;
	}
	.search form input[type="submit"] {
		width: 36px;
	}
	.banner {
		background-position: center;
	}
	.services-grid-right-grid {
		width: 80px;
		height: 80px;
	}
	.services-grid-right-grid span {
		top: 1.2em;
	}
	.view-caption p {
	    font-size: 1em;
		letter-spacing: 1px;
		margin: 0;
	}
	.view-caption {
		padding: .5em;
	    margin: 0;
	}
	i#jzBoxPrev {
		position: inherit;
	}
	i#jzBoxNext {
		position: inherit;
	}
	i#jzBoxClose {
		margin: 0 0em 0 0;
		position: inherit;
	}
}
@media(max-width:414px){
	.header-left {
		width: 100%;
	}
    .header-left h1 a {
        font-size: .9em;
    }
    .header-left h1 a span {
        letter-spacing: 25px;
    }
	.header-middle {
		width: 100%;
		float: none;
		margin-bottom: .5em;
	}
	.header-right {
		width: 60%;
		margin: 0 auto;
		float: none;
	}
	.search input[type="search"] {
		width: 100%;
	}
	.services-grid-right-grid span {
		top: 1.1em;
	}
	.callbacks_nav {
		top: 377px;
	}
	.testimonial-top p {
		width: 100%;
	}
	.w3-agileits-testimonial {
		padding: 2em 0 6em 0;
	}
	.subscribe-bg {
		padding: 2em 0!important;
	}
	.team-social-grids ul li {
		margin: 0 .2em 0 0;
	}
	.wthree-team-grid h4 {
		font-size: 1em;
	}
}
@media(max-width:384px){
	.team-social-grids ul li {
		margin: 0 0em 0 0;
	}
}
@media(max-width:375px){
	.header-left {
		width: 100%;
	}
    .header-left h1 a {
        font-size: .8em;
    }
    .header-left h1 a span {
        letter-spacing: 22px;
    }
	.w3layouts-text h2 {
		margin: 0em 0 1em;
	}
	.banner-info {
		padding: 3em 0;
	}
	.gallery-grid {
		float: none;
		width: 100%;
	}
	.agileits_updates_grid_left1 h4 {
		width: 100px;
		height: 100px;
        padding: 0;
	}
}
@media(max-width:320px){
	.header-left {
		width: 100%;
	}
	.header-left h1 a {
		font-size: .7em;
	}
	.header-left h1 a span {
		letter-spacing: 18px;
	}
	.header-middle ul li {
		font-size: .8em;
	}
	.header-right {
		width: 70%;
	}
	.w3layouts-text h2 {
		font-size: 1.5em;
	}
	.social ul li a i.fa.fa-facebook, .social ul li a i.fa.fa-twitter, .social ul li a i.fa.fa-rss, .social ul li a i.fa.fa-vk {
		height: 30px;
		width: 30px;
		line-height: 27px;
	}
	.social ul li a i.fa.fa-facebook:hover,.social ul li a i.fa.fa-twitter:hover,.social ul li a i.fa.fa-rss:hover,.social ul li a i.fa.fa-vk:hover {
		height: 30px;
		width: 30px;
		line-height: 27px;
	}
	.banner-info {
		padding: 2em 0;
	}
	.agileits_welcome_grid_left h3, .services h3, .gallery h3, .testimonial h3, .updates h3, .team h3, .wthree-subscribe h3, .contact h3, .w3-agile-map h3 {
		font-size: 1.5em;
	}
	.agileits_welcome_grid_left p {
		margin: 1.5em 0 0em;
	}
	.services-grid-left h4 {
		font-size: 1em;
	}
	.services-grid1:nth-child(2) {
		padding: 1em 0;
	}
	.w3-agileits-testimonial {
		padding: 2em 0 3em 0;
	}
	.agileits_updates_grid_left1 h4 {
		width: 90px;
		height: 90px;
		margin: 0 auto;
        padding: 0;
	}
	.testimonial-top p {
		width: 95%;
	}
	.callbacks_nav {
		top: 440px;
	}
	.agileits_updates_grid_left h4, .agileits_updates_grid_right h4 {
		text-align: center;
	}
	.wthree-team-grid {
		float: none;
		width: 100%;
		margin-bottom: 2em;
	}
	.wthree-team-grid:nth-child(4){
		margin-bottom: 0;
	}
	.w3-agileits-subscribe-form input[type="text"] {
		width: 64%;
	}
	.w3ls-address p.cnt-p {
		width: 100%;
	}
	.w3-agile-map iframe {
		min-height: 200px;
	}
}
/*-- //responsive --*/
body.pg{
	background: radial-gradient(1200px circle at 10% 10%, rgba(255,77,149,.25), transparent 55%), radial-gradient(900px circle at 90% 30%, rgba(46,213,255,.22), transparent 50%), radial-gradient(800px circle at 30% 90%, rgba(167,255,131,.16), transparent 55%), #080b16;
	color: rgba(255,255,255,.88);
	font-family: 'Poppins', sans-serif;
}
body.pg a{
	color: rgba(255,255,255,.9);
}
body.pg a:hover, body.pg a:focus{
	color: #9ae6ff;
	text-decoration: none;
}
.legacy-site{
	display: none;
}
.pg-navbar{
	background: rgba(255,255,255,.10);
	border: 0;
	border-radius: 0;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 12px 40px rgba(0,0,0,.35);
}
.pg-navbar .navbar-brand{
	color: #ffffff !important;
	font-weight: 700;
	letter-spacing: .5px;
	font-size: 26px;
}
.pg-navbar .navbar-nav > li > a{
	color: rgba(255,255,255,.88) !important;
	font-weight: 500;
	font-size: 12.5px;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.pg-navbar .navbar-nav > li > a:hover, .pg-navbar .navbar-nav > li > a:focus{
	color: #9ae6ff !important;
}
.pg-navbar .navbar-toggle{
	border-color: rgba(255,255,255,.5);
}
.pg-navbar .navbar-toggle .icon-bar{
	background: rgba(255,255,255,.9);
}
.pg-hero{
	padding: 120px 0 70px;
}
.pg-hero-row{
	display: flex;
	align-items: center;
}
.pg-hero-copy{
	padding-right: 1.5em;
}
.pg-chip{
	display: inline-block;
	padding: .55em .9em;
	border-radius: 999px;
	background: rgba(255,255,255,.10);
	border: 1px solid rgba(255,255,255,.14);
	color: rgba(255,255,255,.9);
	font-weight: 600;
	letter-spacing: .3px;
}
.pg-hero h1{
	margin: .45em 0 .35em;
	font-size: 3.6em;
	line-height: 1.05;
	font-weight: 700;
	color: #ffffff;
}
.pg-hero p{
	font-size: 1.15em;
	line-height: 1.75;
	color: rgba(255,255,255,.78);
	margin: 0 0 1.4em;
}
.pg-actions{
	display: flex;
	gap: .8em;
	flex-wrap: wrap;
	margin-bottom: 1.25em;
}
.pg-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .9em 1.25em;
	border-radius: 14px;
	font-weight: 700;
	letter-spacing: .2px;
	border: 1px solid transparent;
}
.pg-btn-primary{
	background: linear-gradient(135deg, #ff4d95, #5ad8ff);
	color: #0b1020 !important;
	box-shadow: 0 10px 30px rgba(255,77,149,.25);
}
.pg-btn-primary:hover, .pg-btn-primary:focus{
	transform: translateY(-1px);
}
.pg-btn-ghost{
	background: rgba(255,255,255,.08);
	border-color: rgba(255,255,255,.18);
	color: rgba(255,255,255,.92) !important;
}
.pg-badges{
	display: flex;
	flex-wrap: wrap;
	gap: .6em;
}
.pg-badge{
	display: inline-flex;
	align-items: center;
	gap: .55em;
	padding: .55em .8em;
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12);
	color: rgba(255,255,255,.82);
}
.pg-hero-showcase{
	position: relative;
}
.pg-hero-card{
	border-radius: 18px;
	overflow: hidden;
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.14);
	box-shadow: 0 18px 60px rgba(0,0,0,.45);
}
.pg-hero-image{
	width: 100%;
}
.pg-hero-meta{
	padding: 1em 1.1em 1.15em;
}
.pg-hero-meta-title{
	color: rgba(255,255,255,.7);
	font-weight: 600;
	font-size: .95em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pg-hero-meta-sub{
	color: rgba(255,255,255,.92);
	font-weight: 700;
	font-size: 1.05em;
	margin-top: .25em;
}
.pg-mini-stats{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: .7em;
	margin-top: 1em;
}
.pg-mini-stat{
	background: rgba(255,255,255,.07);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 16px;
	padding: .9em .9em;
	text-align: center;
}
.pg-mini-stat-num{
	font-weight: 800;
	color: #ffffff;
	font-size: 1.25em;
}
.pg-mini-stat-label{
	color: rgba(255,255,255,.72);
	margin-top: .15em;
	font-weight: 600;
}
.pg-section{
	padding: 70px 0;
}
.pg-section-alt{
	background: rgba(255,255,255,.04);
	border-top: 1px solid rgba(255,255,255,.08);
	border-bottom: 1px solid rgba(255,255,255,.08);
}
.pg-section-head{
	text-align: center;
	margin-bottom: 2.2em;
}
.pg-section-head-left{
	text-align: left;
}
.pg-section-head h2{
	color: #ffffff;
	margin: 0 0 .4em;
	font-size: 2.5em;
	font-weight: 800;
}
.pg-section-head p{
	color: rgba(255,255,255,.72);
	font-size: 1.1em;
	max-width: 760px;
	margin: 0 auto;
	line-height: 1.7;
}
.pg-card{
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 18px;
	padding: 1.6em 1.35em;
	height: 100%;
}
.pg-card-icon{
	width: 46px;
	height: 46px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.10);
	border: 1px solid rgba(255,255,255,.14);
	margin-bottom: .9em;
	color: #9ae6ff;
	font-size: 1.2em;
}
.pg-card h3{
	color: #ffffff;
	font-weight: 800;
	margin: 0 0 .55em;
}
.pg-card p{
	color: rgba(255,255,255,.75);
	line-height: 1.75;
	margin: 0;
}
.pg-gallery{
	row-gap: 20px;
}
.pg-shot{
	display: block;
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	border: 1px solid rgba(255,255,255,.12);
	background: rgba(255,255,255,.05);
}
.pg-shot img{
	width: 100%;
	transform: scale(1);
	transition: transform .35s ease;
}
.pg-shot:hover img{
	transform: scale(1.04);
}
.pg-shot-caption{
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 12px;
	padding: .6em .75em;
	border-radius: 14px;
	background: rgba(0,0,0,.45);
	color: rgba(255,255,255,.92);
	font-weight: 700;
}
.pg-news-item{
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 18px;
	padding: 1.4em 1.4em 1.35em;
	margin-bottom: 1.2em;
}
.pg-news-date{
	color: rgba(255,255,255,.68);
	font-weight: 700;
	letter-spacing: .5px;
	font-size: .95em;
}
.pg-news-item h3{
	color: #ffffff;
	font-weight: 900;
	margin: .35em 0 .55em;
}
.pg-news-item p{
	color: rgba(255,255,255,.75);
	line-height: 1.75;
	margin: 0;
}
.pg-news-tags{
	margin-top: 1em;
	display: flex;
	gap: .55em;
	flex-wrap: wrap;
}
.pg-tag{
	display: inline-block;
	padding: .4em .7em;
	border-radius: 999px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12);
	color: rgba(255,255,255,.75);
	font-weight: 700;
	font-size: .85em;
}
.pg-contact-card{
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 18px;
	padding: 1.3em 1.2em;
}
.pg-contact-line{
	display: flex;
	justify-content: space-between;
	gap: 1em;
	padding: .6em 0;
	border-bottom: 1px solid rgba(255,255,255,.10);
}
.pg-contact-line:last-child{
	border-bottom: 0;
}
.pg-contact-k{
	color: rgba(255,255,255,.65);
	font-weight: 800;
}
.pg-contact-v{
	color: rgba(255,255,255,.88);
	font-weight: 600;
	text-align: right;
}
.pg-contact-social{
	display: flex;
	gap: .6em;
	margin-top: 1em;
}
.pg-social{
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: rgba(255,255,255,.08);
	border: 1px solid rgba(255,255,255,.12);
	color: rgba(255,255,255,.85) !important;
}
.pg-social:hover, .pg-social:focus{
	color: #0b1020 !important;
	background: #9ae6ff;
	border-color: #9ae6ff;
}
.pg-form{
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 18px;
	padding: 1.4em 1.4em 1.25em;
}
.pg-label{
	display: block;
	margin: 0 0 .5em;
	color: rgba(255,255,255,.72);
	font-weight: 800;
}
.pg-input, .pg-textarea{
	width: 100%;
	background: rgba(0,0,0,.18);
	border: 1px solid rgba(255,255,255,.14);
	border-radius: 14px;
	padding: .9em 1em;
	color: rgba(255,255,255,.9);
	outline: none;
	margin-bottom: 1.15em;
}
.pg-input:focus, .pg-textarea:focus{
	border-color: rgba(154,230,255,.8);
	box-shadow: 0 0 0 4px rgba(154,230,255,.12);
}
.pg-textarea{
	min-height: 170px;
	resize: vertical;
}
.pg-footer{
	padding: 40px 0 30px;
	background: rgba(0,0,0,.22);
	border-top: 1px solid rgba(255,255,255,.08);
}
.pg-footer-top{
	display: flex;
	align-items: center;
}
.pg-footer-brand{
	color: #ffffff;
	font-weight: 900;
	font-size: 1.2em;
}
.pg-footer-sub{
	color: rgba(255,255,255,.65);
	margin-top: .2em;
}
.pg-footer-links a{
	margin-left: 1em;
	color: rgba(255,255,255,.75);
	font-weight: 700;
}
.pg-footer-bottom{
	margin-top: 1.2em;
	color: rgba(255,255,255,.55);
	font-weight: 600;
}
.pg-to-top{
	position: fixed;
	right: 18px;
	bottom: 18px;
	width: 46px;
	height: 46px;
	border-radius: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.10);
	border: 1px solid rgba(255,255,255,.16);
	color: rgba(255,255,255,.85) !important;
	z-index: 9999;
}
.pg-to-top:hover, .pg-to-top:focus{
	background: #9ae6ff;
	border-color: #9ae6ff;
	color: #0b1020 !important;
}
.pg-legal{
	padding: 120px 0 70px;
}
.pg-legal-card{
	background: rgba(255,255,255,.06);
	border: 1px solid rgba(255,255,255,.12);
	border-radius: 18px;
	padding: 2em 1.8em;
}
.pg-legal-title{
	margin: 0 0 .4em;
	font-weight: 900;
	color: #ffffff;
}
.pg-legal-updated{
	color: rgba(255,255,255,.65);
	margin: 0 0 1.8em;
	font-weight: 700;
}
.pg-legal-card h2{
	color: #ffffff;
	font-weight: 900;
	margin: 1.5em 0 .6em;
	font-size: 1.5em;
}
.pg-legal-card h3{
	color: rgba(255,255,255,.92);
	font-weight: 900;
	margin: 1.2em 0 .5em;
	font-size: 1.1em;
}
.pg-legal-card p, .pg-legal-card li{
	color: rgba(255,255,255,.78);
	line-height: 1.85;
	font-size: 1em;
}
.pg-legal-card ul{
	padding-left: 1.2em;
}
.pg-legal-card strong{
	color: rgba(255,255,255,.92);
}
@media(max-width:991px){
	.pg-hero-row{
		display: block;
	}
	.pg-hero-copy{
		padding-right: 0;
	}
	.pg-hero h1{
		font-size: 3em;
	}
	.pg-mini-stats{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media(max-width:767px){
	.pg-hero{
		padding: 110px 0 55px;
	}
	.pg-hero h1{
		font-size: 2.35em;
	}
	.pg-navbar .navbar-collapse{
		background: rgba(10,12,26,.92);
		border: 1px solid rgba(255,255,255,.10);
		border-radius: 16px;
		margin-top: .7em;
	}
	.pg-footer-links{
		text-align: left;
		margin-top: 1em;
	}
	.pg-footer-links a{
		margin-left: 0;
		margin-right: 1em;
		display: inline-block;
		margin-bottom: .4em;
	}
	.pg-legal-card{
		padding: 1.5em 1.2em;
	}
}
