body{margin: 0;
    font-family: 'baloo_2regular';
                }

/* OLD */



.close{
    font-size: 1rem;
    padding: 1rem !important;
}

section{
	margin-top: 30px;
}
.filter_box {
	padding-right: 5px;
	padding-left: 5px;
	
}
.gl-slide-text{
	font-size: 1.70rem;
	margin-bottom: 5px;
}
.slide-subtitle{
    font-size: 2vw;
    line-height: 1;
    color: #FFF;
    z-index: 100;
    font-family: 'baloo_2regular';
}
.sub-text{
	font-size: 1.2rem;
}
.gl-banner-wrap{
	margin-top: -85px !important;
}
.gl_banner{

}
.carousel-item{
    
	height: 100% !important;
    overflow: hidden;
}
.slide_wrap{
    display: flex;
  justify-content: center;
  height:580px;
  align-items: center;
}
.gl_banner img{
	width:100%;
	max-height:auto;
}
.gl_disclaimer{
	text-align: center;
	margin: 25px;
    color: #fff;
	font-size: 14px;
}
.login{
    color: 404142;
    font-family: 'baloo_2medium';
}
.login:hover{
    color:grey;
    text-decoration: none;
}
.gl_social{
	text-align: center;
}
.gl_social img{
	max-width: 25px;
    max-height: 25px;
	margin: 0 8px;
	cursor: pointer;
}
.gl_social img:hover{
	opacity: 0.5;
}
.nav{
	/* border-bottom: 1px solid #2b2b2b; */
	background-color: transparent;
    transition: background-color .3s ease-out .02s;
}
.btn-sub{
	background-color: #9BA3B1 !important;
    color: #fff !important;
	text-transform: uppercase;
    border:1px solid #9BA3B1;
    margin-top: 15px;
    padding: 15px;
}
.btn-sub:hover{
	background-color: #524e97 !important;
    border: 0.5px solid #524e97 !important;
}
.form-control:focus{
	box-shadow: none;
    border: 1px solid #9BA3B1;
}
.gl_clients{
	min-height: 205px;
    height: 205px;
    overflow: hidden;
}
.gl_form{
	margin: 50px 0;
    border-radius: 0;
}
.gl_form .form-control{
    border-radius: 0;
    background-color: #0e1012;
	color: #9BA3B1;
	border: 0.5px solid #9BA3B1;
}
.gl_logo svg{
	width:170px;
	max-width:90%;
	transition: width .2s ease-in .5s;
}
.sub-head{
	color:#9BA3B1;
	margin-bottom: 45px;
}
.nav-colored{ transition: background-color .3s ease-out .02s;
}
.nav-colored .nav-link{
	padding:0;
}
.gl_carousel-control-prev-icon,.gl_carousel-control-next-icon{
	display: inline-block;
    width: 25px;
    height: 45px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}
.gl_carousel-control-prev-icon{
	background-image:url('../img/dots-arrow.png');
	transform: rotate(180deg);
}
.gl_carousel-control-next-icon{
	background-image:url('../img/dots-arrow.png');
}
.nav-colored .gl_logo svg{width:170px; transition: width .2s ease-in .5s;}
.gl_hero{
	text-align: center;
    margin: 25% 15%;
    position: absolute;
    top: 0;
    width: 70%;
    text-shadow: 0px 0px 2px #434343;
    color: #fff;
}
.gl_hero h1{
	font-size: 1.9rem;
}

.footer-logo{
	margin-bottom: 30px;
}
.footer-logo svg{
	width:200px;
}
.footer{
    margin-top: -50px;
    background-color: #414042;
    padding-top: 35px;
    padding-bottom: 10px;
}
.gl_divider{
	max-height: 0.5px;
    height: 1px;
    background-color: #9BA3B1;
    margin: 50px 0;
    text-align: center;
}
.warning{
	color: #6056A5;
}

.gl_divider img{
	width: 25px;
    margin-top: -63px;
}
.single-district {
	background: #ffffff00;
    color: #fff;
    border: none;
	display: table;
	width: 100%;
    text-align: center;
	padding: 5px 10px;
	height:100%;
}
.single-district h3 {
	font-weight: 700;

}

.btn-glabs {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
    padding: .375rem 0;
	margin: 0 0.2rem;
	color:#9BA3B1;
}

.gl_active,.btn-glabs:focus{border-bottom: 2px solid #6056A5;
	box-shadow:none;
	padding: .375rem 0;
}
.single-district p {
	font-size: 15px;
	margin: 8px;

}

.single-district a {
	color: #000;
	display: block;
	padding: 15px;
	vertical-align: middle;
    display: table-cell;
}

.single-district a:hover {
	color: red;
	text-decoration: none;
}
.gl_disclaimer .title{
	
	font-size: 16px;
}



.footer-locations{
	font-size: 12px;
    margin-top: 10px;
}

/* 
 */
.item video{border-radius: 15px;}

.video_text{
	color: #fff;
    position: absolute;
    width: 100%;
    padding: 20px;
    margin-top: 40px;
}
.owl-item{
	/* width:700px !important; */
	padding:16px 0;
}
.owl-item .item{
	box-shadow: 12px 12px 20px 0px rgba(0,0,0,.25);
}
	
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color: #6056A5;
}



/* small screen*/






@media (max-width:768px){
    .video_text{

    margin-top: 10px;
}
	.single-district{
		padding:0;
	}
	.gl_clients{
		height: auto;
	}
	.gl_banner img{
		width: auto;
		height: 100vh;
		float: right;
	}
	.owl-item{
		padding:16px 10px !important;
	}
}

/* OLD */
.slider_section{
    max-height: 720px;
    position: relative;
    height: 100vh;
    margin-top: 0;
}
.section_services{
    margin-top: -40px;
    position: relative;
    z-index: 9999;
    text-align: center;
}
.services_row{
    background-color: #fff;
    min-height: 175px;
    padding: 5px;
}
.section_services .container{
    display: block;
    margin: auto;
}
.services{
    padding: 5px;
    max-height: 175px;
    overflow: hidden;
}
.ser_text{
    position: absolute;
    height: 105px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 10px;
    left: 10px;
    margin: -5px;
    z-index: 9;
    cursor: pointer;
    padding-top: 35px;
    font-size: 20px;
    font-weight: 300;
    background-color: #0000008a;
}
.txt-2{
    font-size: 16px;
    font-weight: 300;
    width: 55%;
    margin: auto;
    padding-top: 5px;
}
.ser_overlay{
    position: absolute;
    height: 155px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background-color: #0000008a;
    top: 5px;
}
.ser_text:hover{
    background-color: #0000001a;
    cursor: pointer;
}
.services_wrap{
    height: 100%;
    background-color: rgb(0, 0, 0);
    padding: 10px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrap1{
    background-image: url('images/virtual-offices.jpg');
}
.wrap2{
    background-image: url('images/shared-desk.jpg');
}
.wrap3{
    background-image: url('images/dedicated-desks.jpg');
}
.wrap4{
    background-image: url('images/prinate-offices.jpg');
}

.facilities{
    margin-top: 50px;
}


.carousel-indicators {
    margin: auto;
    margin-top: 12px;
    width: 100%;
    position: relative;
}
.carousel-indicators li {
    margin-top: 5px;
    width: calc(100%/7);
    position: relative;
    height: 75px;
    max-height: 75px;
    overflow: hidden;
}
.carousel-indicators li img{
    margin-top: -20%;
}

/*  */
.section.icon-bar .icons {
    text-align: center;
    margin-bottom: 0;
}

.icon-bar .icons{padding-left: 0;
    list-style: none;
    margin-left: -5px;
    text-align: center;
}
.icon-bar .icons .icon {
    opacity: .5;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    max-width: 104px;
    margin-left: 3px;
    margin-right: 3px;
}
.icon-bar .icons .icon img {
    width: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.icon-bar .icons .icon .name {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
}

/*  */
h2{
    font-size: 3rem;
    text-align: center;
}
.lead{
    text-align: center;
    margin-bottom: 1.4rem;
}
.banner_btn_wrap{
    position: absolute;
    z-index: 99;
    width: 100%;
    text-align: center;
    bottom: 220px;
}
.banner_btn{
    color: #fff;
    background-color: transparent;
    display: block;
    width: 200px;
    margin: auto;
    border-radius: 2px;
    padding: 7px 15px;
    border: 2px solid #fff;
}
.banner_btn:hover{
    background-color: #272727;
    cursor: pointer;
}
.banner_btn a, .banner_btn a:hover{
    color:#fff;
    text-decoration: none;
    font-size: 1.2em;
}
.rove-left{
    background-image: url(images/rove-arrow.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
}
.rove-right{
    background-image: url(images/rove-arrow.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.contact_section{
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid;
    border-color: #A7A9AC;
    padding-bottom: 40px;
}



/* form */

.btn-sub{
	background-color: #414042 !important;
    color: #fff !important;
	text-transform: uppercase;
	border: 0.5px solid #414042 !important;
}
.btn-sub:hover{
	background-color: #212121 !important;
    border: 0.5px solid #212121 !important;
}
.form-control:focus{
	box-shadow: none;
    border: 1px solid #404142;
}
.gl_clients{
	min-height: 205px;
    height: 205px;
    overflow: hidden;
}
.gl_form{
	margin: 50px 0;
    border-radius: 0;
}
.gl_form .form-control{
    border-radius: 1px;
    background-color: #ffffff;
    color: #414042;
    border: none;
    border-bottom: 0.5px solid #404142;

}
.p_label{
    margin-bottom: 0;
}
.purpose{
    /* margin-top: 24px; */
    padding-left: 5px;
}
.popup{
    margin-bottom: -1rem;
    border-radius: 0;
    position: fixed;
    width: 95%;
    display: block;
    margin: auto;
    left: 2.5%;
    bottom: 0;
    z-index: 999999;
}
.phone{
    color: #fff;
}
.phone:hover{
    text-decoration:none;
    color:#bbb;
}
.phone i{
    margin-right:5px;
}
.carousel-inner{
    height: 580px;
}
.carousel-control-next, .carousel-control-prev{
    bottom:90px;
}
.slide_wrap img{
        width:100%;
    }
section {
    width: 100%;

    }

    .swiper-container {
    width: 100%;
    height: 100%;
    }


    .slide-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
    }
    .slide-image {
    position: absolute;
    top: -200px;
    left: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
        background-position: 50% 18%;
    background-size: cover;
    background-repeat: no-repeat;
    }
    .slide-title {
    font-size: 4rem;
    line-height: 1;
    max-width: 100%;
    white-space: normal;
    color: #FFF;
    z-index: 100;
        font-family: 'baloo_2regular';            
    text-transform: uppercase;
    font-weight: normal;
    }
    @media (min-width: 45em) {
    .slide-title {
        font-size: 45px;
        max-width: none;
    }
    }
    .slide-title span {
    white-space: pre;
    display: inline-block;
    opacity: 0;
    }

    .slideshow {
    position: relative;
    }
    .slideshow-pagination {
    position: absolute;
    bottom: 5rem;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s opacity;
    z-index: 10;
    }
    .slideshow-pagination-item {
    display: flex;
    align-items: center;
    }
    .slideshow-pagination-item .pagination-number {
    opacity: 0.5;
    }
    .slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
    cursor: pointer;
    }
    .slideshow-pagination-item:last-of-type .pagination-separator {
    width: 0;
    }
    .slideshow-pagination-item.active .pagination-number {
    opacity: 1;
    }
    .slideshow-pagination-item.active .pagination-separator {
    width: 10vw;
    }
    .slideshow-navigation-button {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 5rem;
    z-index: 1000;
    transition: all .3s ease;
    color: #FFF;
    }
    .slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    outline: none;
    }
    .slideshow-navigation-button.prev {
    left: 0;
    }
    .slideshow-navigation-button.next {
    right: 0;
    }

    .pagination-number {
    font-size: 1.8rem;
    color: #FFF;
        font-family: 'baloo_2regular';
    padding: 0 0.5rem;
    }

    .pagination-separator {
    display: none;
    position: relative;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    transition: all .3s ease;
    }
    @media (min-width: 45em) {
    .pagination-separator {
        display: block;
    }
    }
    .pagination-separator-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    transform-origin: 0 0;
    }
@media (max-width: 760px){
    .services{
        min-height: 125px;
        max-height: 135px;
        overflow: hidden;
    }
    .slide-image{
        background-position-x: -360px;
        background-size: cover;
    }
    .slide-title{
        font-size: 2.5rem;
    }
    .slide-subtitle {
        font-size: 1.5rem;
    }
    .carousel-item,.slide_wrap,.carousel-inner{
        height: 310px !important;
        overflow: hidden;
    }
    .slide_wrap img{
        width:100%;
    }
}