body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: normal;
}

a {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none;
}

a:hover {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    text-decoration: none;
}
.error{
	color:red;
	font-weight:bolder;
}   

p {
    padding: 0;
    margin: 0;
}
nav.active {
     box-shadow: 0 0 10px rgba(0,0,0,0.4);   
}
.margin-container{
	padding:0 5%;
}

.empty-bg {
    background-color: #ffffff;
    height: 100px;
}


/* Navigation */

nav.bg-light {
    background-color: #ffffff !important;
}

.navbar .navbar-brand {
    width: auto;
}

.navbar-light .nav-item .nav-link {
    color: #000000;
    font-size: 16px;
}

.navbar-light .nav-item:last-child {
    padding-left: 30px;
}

.navbar-light .nav-item:last-child .nav-link {
    color: #729fcd;
}


/* Buttons */

.gradient-btn {
    background: rgb(91, 134, 229);
    background: -moz-linear-gradient(90deg, rgba(91, 134, 229, 1) 0%, rgba(62, 193, 222, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(91, 134, 229, 1) 0%, rgba(62, 193, 222, 1) 100%);
    background: linear-gradient(90deg, rgba(91, 134, 229, 1) 0%, rgba(62, 193, 222, 1) 100%);
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    padding: 10px 20px;
}


/* Banner */

.banner-container .carousel-caption {
    position: absolute;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    top: 50%;
    right: 50%;
    bottom: auto;
    left: auto;
    transform: translate(50%, -50%);
}

.banner-container .carousel-item {
    background-size: cover;
    background-position: center;
    /*height: calc(100vh - 100px);*/
	height:500px;
}

.banner-container .carousel-caption .overline {
    font-size: 18px;
    color: #333333;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.banner-container .carousel-caption h1 {
    font-weight: 600;
    padding: 25px 0 35px 0;
    color: #333333;
    margin: 0;
}

.banner-container .carousel-caption p {
    font-size: 14px;
    color: #333333;
    margin-bottom: 20px;
}

.banner-container .carousel-indicators {
    display: flex;
    flex-direction: column;
    width: 40px;
    margin: 0;
    left: auto;
    bottom: 20px;
    right: -70px;
	height:200px;
}

.banner-container .carousel-indicators::before {
    content: '';
    background: #e3e3e3;
    width: 2px;
    /*height: calc(100vh - 400px);*/
	height: 500px;
    margin: 15px;
}

.banner-container .num {
    position: absolute;
    top: 250px;
    right: -58px;
    z-index: 1;
    transform: rotate(-90deg);
}

.banner-container .carousel-indicators li {
    height: 4px;
    background-color: #d3d4e8;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.banner-container .carousel-indicators li.active {
    background-color: rgb(91, 134, 229);
}


/* Services */

.all-services {
    padding: 100px 0;
}

.line {
    position: relative;
    background-color: #eaeaea;
    width: 75px;
    height: 1px;
    margin: 20px 0;
}

.all-services .image {
    padding-left: 100px;
    padding-right: 50px;
    margin-bottom: 35px;
}

.all-services .row .row {
    padding-right: 40px;
}

.all-services .box {
    box-shadow: 0 2px 12px -1px rgba(0, 0, 0, 0.2);
    padding: 25px 11px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 300px;
}

.all-services .box h3 {
    color: #151515;
    font-size: 34px;
    text-align: center;
    margin-bottom: 0;
}

.all-services .box h4 {
    text-transform: uppercase;
    padding-top: 20px;
    margin-bottom: 0;
    font-size: 19px;
    text-align: center;
}

.all-services .box p {
    text-align: center;
    padding: 0 18px;
    font-size: 14px;
}

.all-services .row .row .col-md-6 {
    padding-bottom: 35px;
}

.all-services .box .ht-auto {
    height: 590px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.liststyle{
	list-style:none;
	border:1px solid #d2d2d2;
width:300px;
padding:10px;	
margin:0  0 40px 0!important;
display:block;
}
.arrow a{color:#FFF!important;}
.liststyle li:nth-child(1){
	background:#F2f2f2;
	font-weight:600;
	font-size:14px;
}
.liststyle li{
	padding:8px 17px;
	border-top:1px solid #d3d3d3;
}

/* About */

.about .img-wrap {
    padding-left: 70px;
}

.about .text {
    padding-right: 40px;
}

.about .text h5 {
    color: #b3c6f1;
    font-size: 18px;
    position: relative;
    margin-top: 20px;
}

.about .text h5::after {
    content: '';
    background-color: red;
    width: 54px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.about .text h3 {
    font-size: 30px;
    margin: 20px 0;
}


/* Clients */

.clients {
    padding-top: 100px;
    padding-bottom: 60px;
}

.clients h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 35px;
}

.clients .box-wrap {
    text-align: center;
    padding-bottom: 20px;
}


/* Footer */

.footer {
    background-color: #1b1929;
    padding-top: 70px;
    padding-bottom: 60px;
}

.footer h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 30px;
}

.footer ul {
    padding: 0;
}

.footer ul li {
    color: #ffffff;
    list-style: none;
    display: flex;
    border-bottom: 1px solid #373543;
    padding: 17px 0;
}

.bt-grey {
    border-top: 1px solid #373543;
}

.footer p.arrow::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url("images/arrow.png") no-repeat;
    right: 5px;
    position: absolute;
}

.footer ul li p {
    font-size: 14px;
}

.footer ul li p.green-txt {
    color: #47b34f;
    text-transform: uppercase;
    min-width: 80px;
}

.social-icons {
    margin-bottom: 30px;
}

.social-icons i {
    color: #ffffff;
    background-color: #333144;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px;
    padding: 12px;
    font-size: 18px;
}

.grey-txt {
    color: #787878 !important;
}

.footer .form-control {
    min-height: 44px;
    background-color: #282736;
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 12px;
}

.footer ::-webkit-input-placeholder {
    /* Edge */
    color: #ffffff;
}

.footer :-ms-input-placeholder {
    /* Internet Explorer */
    color: #ffffff;
}

.footer ::placeholder {
    color: #ffffff;
}

.footer-bottom {
    background-color: #ffffff;
    font-size: 14px;
    text-align: center;
    padding: 25px 0;
}


/* Common Banner */

.common-banner {
    position: relative;
    margin-bottom: 40px;
}

.common-banner .text {
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
}

.common-banner .text h1 {
    font-weight: bold;
}

.common-banner .breadcrumb {
    background-color: transparent;
    text-transform: uppercase;
}

.common-banner .breadcrumb a {
    font-size: 18px;
    color: #333333;
}

.common-banner .breadcrumb .breadcrumb-item.active {
    font-size: 18px;
    color: #cccccc;
}


/* Inner container */

.inner-container {
   /* max-width: 850px; */
    margin: 0 auto;
    padding: 0 15px
}

.inner-container h2 {
    position: relative;
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
    padding-left: 45px;
    margin-bottom: 50px;
	width: 70%;
}

.inner-container h2::before {
    position: absolute;
    top: 4px;
    left: 0;
    content: '';
    width: 35px;
    height: 35px;
    background-image: url(images/quote.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.inner-container h2::after {
    position: absolute;
    bottom: 4px;
    right: -30px;
    content: '';
    width: 35px;
    height: 35px;
    background-image: url(images/quote.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.inner-container h2.green-quote::before {
    background-image: url(images/quote-green.jpg);
}

.inner-container h3 {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-left: 65px;
    margin-bottom: 25px;
}

.inner-container h3::before {
    position: absolute;
    width: 90px;
    content: '';
    background-image: url(images/gradient-line.png);
    height: 40px;
    left: -20px;
    top: -5px;
}

.inner-container h3 span {
    font-size: 14px;
    font-weight: 100;
    position: absolute;
    top: 35px;
    display: block;
}

.inner-container h3.green-line::before {
    background-image: url(images/gradient-line-green.png);
    height: 2px;
    top: 12px;
    left: 0px;
    width: 50px;
}

.inner-container h3.no-before {
    padding-left: 0;
}

.inner-container h3.no-before::before {
    background-image: none;
}

.inner-container p{
    font-size: 14px!important;
    line-height: 25px;
    margin-bottom: 35px;
    color: #333333;
}
.pmargin{margin:13px 0!important; }
.listitem {margin:0px 0 25px 25px; padding:0; font-size:14px; }
h5{margin-bottom:0;}
.inner-container .address {
    background-color: #efefef;
}

.inner-container h5 {
    position: absolute;
    font-size: 16px;
    line-height: 32px;
    top: 0;
    background-color: #ffffff;
    padding: 10px 20px;
    color: #3a3737;
}

.ps-relative {
    position: relative;
}
 

h4.abs-overline {
    position: absolute;
    font-size: 16px;
    line-height: 32px;
    top: 0;
    left: 0;
    background-color: #ffffff;
    padding: 10px 20px;
    color: #3a3737;
}

.address {
    padding: 80px 25px 15px 25px;
}

.address.cst-pd {
    padding: 90px 10px 25px 17px;
    margin-bottom: 20px;
}

.address .wrap {
    display: flex;
    margin-bottom: 20px;
}

.address .text p {
    margin-bottom: 0;
    padding-left: 10px;
}

.address .green-box {
    padding-left: 0;
}
box-llc{display:block;}
box-llc{display:block;}
.address .green-box li {
    list-style: none;
    margin-bottom: 15px;
}
.jobBox{
	min-height:200px;
	border-radius:4px;
	box-shadow: -1.8px 0.9px 6px 0 rgba(0, 0, 0, 0.25);
	
}
.clientBox{
	 
	/*box-shadow: -1.8px 0.9px 6px 0 rgba(0, 0, 0, 0.25);*/
	 
}
.jobTitle{
	padding:15px 20px 0px;
	font-size:18px;
	font-weight:600;
}
.jobDis{
	padding:0 20px 15px;
}
.jobDis ul{margin:0; padding:0;list-item:none;}
.jobDis li{margin:8px 0; padding:0;list-style:none; font-size:14px;}
.jobDis li img{margin-right:8px;}
.jobDis p{margin-bottom:15px;}
.box-title{
	
	display:block;
	overflow:hidden;
	min-height:400px;
	border-radius:4px;
	box-shadow: -1.8px 0.9px 6px 0 rgba(0, 0, 0, 0.25);
	padding:15px 20px;
}
.box-title1{
	display:block;
	overflow:hidden;
	min-height:361px;
	border-radius:4px;
	box-shadow: -1.8px 0.9px 6px 0 rgba(0, 0, 0, 0.25);
	padding:15px 20px 30px;
 
}
.icon,.staffing-img{
	text-align:center;
	margin-bottom:10px;
	
}
.staffing-img img{
	width:75%;
}
.icon img{width:75px;}
.listitem2{margin:0; padding:0; list-style:none;}
.listitem2 li{margin:0; padding:10px 0 ; list-style:none; border-bottom:1px dotted #d3d3d3; font-size:14px;}
.vlm{
	background: url("images/al01.png") bottom  right no-repeat;
}
.oes{background: url("images/exam.png") bottom  right no-repeat;}
.ais{background: url("images/ais.png") bottom  right no-repeat;}
.campus{background: url("images/campus.png") bottom  right no-repeat;}
.work{background: url("images/work.png") bottom  right no-repeat;}
.alori{background: url("images/alori.png") bottom  right no-repeat;}
.title{
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.address .green-box li a {
    font-size: 14px;
    color: #333333;
    padding-left: 40px;
    display: block;
}

.address .green-box li a.active {
    position: relative;
    color: #27a230;
}

.address .green-box li a.active::before {
    position: absolute;
    content: '';
    background-image: url(images/gradient-line-green.png);
    width: 35px;
    height: 2px;
    top: 9px;
    left: -5px;
}

.address .green-box.blue-line li a.active {
    color: #3794ff;
}

.features {
    margin-left: 15px;
}

.features ul {
    background-color: #fbfbfb;
    padding: 20px 10px 10px;
}

.features ul li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: 13px;
    line-height: 25px;
    padding-left: 15px;
}

.features ul li:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: #dfdfdf;
    width: 100%;
    height: 1px;
}

.features ul li:last-child:after {
    background-color: transparent;
}

.logos-wrap {
    margin-bottom: 35px;
}

.inner-container form {
    margin-top: 50px;
}

.inner-container .form-group label {
    font-size: 16px;
}

.inner-container .form-group input {
    font-size: 16px;
    color: #333333;
    background-color: #fbfbfb;
    border-radius: 0;
    margin-bottom: 25px;
}

.inner-container .form-group textarea {
    background-color: #fbfbfb;
    border-radius: 0;
    margin-bottom: 25px;
}

.inner-container form p a {
    text-decoration: underline;
}
.mobileText{
	font-size:24px!important;
}

/* Media Queries */

@media screen and (max-width: 600px) {
.inner-container h2 {
    
	width: 88%;
}
}


@media screen and (max-width: 767px) {
    .navbar .navbar-brand {
        width: 200px;
    }
	.mobileText{
	font-size:18px!important;
	}

}

@media screen and (max-width: 991px) {
    .banner-container .carousel-caption {
        width: 75%;
    }
    .banner-container .carousel-item h1 {
        font-size: 1.5rem;
        padding: 10px 0;
    }
    .navbar-light .nav-item:last-child {
        padding: 0;
    }
    .all-services {
        padding: 50px 0;
    }
    .clients {
        padding-top: 50px;
        padding-bottom: 25px;
    }
    .features ul li {
        width: 100%;
    }
	.mobileText{
	font-size:18px!important;;
	}
}

@media screen and (max-width: 1199px) {
    .banner-container .num {
        right: 21px;
    }
    .banner-container .carousel-indicators {
        right: 10px;
    }
    .all-services .image {
        padding: 0;
    }
    .all-services .row .row {
        padding-right: 0;
    }
    .about .img-wrap {
        padding-left: 0;
    }
    .about .text {
        padding-right: 0;
    }
}