@charset "utf-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Lato:400,700';
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
*{
	padding:0;
	margin:0;
	outline:none !important;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	/*background:url(../images/body-background.jpg) no-repeat;*/
	background-attachment:fixed;
	background-size:cover;
	 overflow-x: hidden;
}
.wrapper{
	padding-bottom:15px;
}
.about-us .wrapper-about img{
	margin:0 15px;
	border:thick solid #000;
	border-radius:10%;
	height:220px;
	width:275px;
}
.about-us .wrapper-about{
	display:flex;
}
a:hover{
	text-decoration:none;
}
#header{
	/*background:#E0F1E1 url(../images/header-bg.png) no-repeat;*/
	background-attachment:scroll;
	background-size:cover;
	padding:10px 0;
}
.wel_bdy_txt ul, .wel_bdy_txt ol{
	padding-left:20px;
}
.wel_bdy_txt img{
	display:inline-block !important;
	margin:10px;
}
.wel_bdy_txt ul li, .wel_bdy_txt ol li{
	padding-left:5px;
	line-height:28px;
	padding:3px 0;
	list-style-position:outside !important;
}
.logo{
	display:flex;
	justify-content: start;
	align-items: center;
	padding:10px 0;
}
#top-bar{
	background-color:#00742D;
	display:flex;
}
#top-bar .mail{
	color:#FFF;
	padding:0;
}
#top-bar .location{
	color:#FFF;
	padding:0;
}
#top-bar .fax-num{
	color:#FFF;
	padding:0;
	margin:0;
}
/*.social-media-links ul.list-inline{*/
/*	padding:5px 0;*/
/*}*/
.social-media-links ul.list-inline li a >i{
	color:#FFF;
}
.mail h5 > i{
	display:flex;
	align-items: center;
}
.mail h5 > p{
	display:flex;
	align-items: center;
	margin:0;
}
ul li a > img{
	background-color:#FFF;
}
.slogan{
	/*height:42px;*/
	color:#000;
	font-weight:700;
	font-size:22px;
	background:url(../images/quotes.png) no-repeat left center;
	display:flex;
	align-items: flex-end;
	justify-content: space-around;
	padding: 0 15px 0px 0;
	/*margin: 35px 0;*/
	flex-direction:column;

}
.banner-contact-info{
	padding:0 15px 0 0;
	margin:23px 0;
}
.banner-contact-info h3{
	margin:0;
	font-size:18px;
	font-weight:700;
	color:#179c49;
	text-transform:uppercase;
}
.update-scroll ul li{
	display:inline-block;
	background:url(../images/arrow.png) no-repeat 0 5px;
	padding-left:18px !important;
	
}
.update-scroll {
	padding-top:4px;
	padding-right:20px;
}
.update-scroll ul{
	margin-bottom:0;
} 
.banner-contact-info p{
	font-size:15px;
	line-height:23px;
	color:#000;
	margin-bottom:0;
	font-weight:bold;
}
.social-media ul{
	margin-bottom:0;
}
.social-media{
	margin-top:5px;
}
.social-media ul li a{
	color:#034ea2;
	font-size:25px;
}
#menu{
	background:#DB041A;
}
.our-services-block{
	margin-top:0;
}
.our-services-block h1,.about-us h2,.client-list h3{
	font-weight:700;
	text-align:center;
	background:url(../images/border-bottom.jpg) no-repeat center bottom;
	padding-bottom:10px;
	text-transform:uppercase;
	font-size:27px;
	color:#00742D;
	margin-top:55px;
}
.services-panel h3{		
	padding-top:5px;
	margin:0;
	text-align:center;
}
.services-panel h3 a{
	color:#00742D!important;
	font-weight:700;
	font-size:18px;	
}
.services-panel img{
	display:inline-block;
	border:thin solid #00742D;
	border-radius:100%;
	height:120px;
	width:120px;
	padding:10px;
}
.services-panel{
	margin-top:15px;
	text-align:center;
}
.news-update{
	background:#DB041A;
	
}
.hot-jobs-wrap .hot-carousel{
	padding:20px 0;
}

.update-heading{
	background:#00742D;
	padding:5px 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
	position:relative;
}

.update-heading:after{
	content: "";
	display: inline-block;
	width: 10px;
	height: 34px;
	position: absolute;
	border-left: 15px solid #00742D;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	right: -15px;
	top: 0px;
}
.update-scroll{
	padding-left:20px;
}
.update-scroll ul li{
	padding:0 15px;
}
.update-scroll ul li a{
	font-size:16px;
	color:#fbfbfb;
}
.hot-jobs-wrap{
	margin-top:25px;
}
.hot-jobs-wrap h2{
	font-weight: 700;
	text-align: center;
	background: url(../images/border-bottom.jpg) no-repeat center bottom;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 27px;
	color: #00742D;
	margin-top: 55px;
}
.wrapper .carousel-wrapper{
	margin-top:30px;
}
.categories .wrapper .carousel-wrapper .item .title-wrap a > h4{
	color:#00742D;
}
.job-list{
	text-align:center;
	margin-top:25px;
}
.job-list img{
	display:inline-block;
    width: 100%;
    height:140px;
    border-radius:10%;
}
.job-list h3{
	text-align:center;
	margin-top:5px;
	line-height:16px;
}
.job-list h3 a{
	font-size:16px;
	color:#00742D;
	
}

/*.about-us{*/
/*	padding:15px 25px;*/
/*	margin-top:35px;*/
/*}*/
.about-us p{
	color:#666666;
	font-size:17px;
	text-align:justify;
	padding-top:10px;
	line-height:26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.update-wrap{
	margin-top:15px;
}
.update-wrap h2{
	font-weight: 700;
	text-align: center;
	background: url(../images/border-bottom.jpg) no-repeat center bottom;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 27px;
	color: #00742D;
	margin-top: 55px;
}
.categories .wrapper .title{
	font-weight: 700;
	text-align: center;
	background: url(../images/border-bottom.jpg) no-repeat center bottom;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 27px;
	color: #00742D;
	margin-top: 55px;
}
.update-pra h3{
	margin-top:0;
}
.update-list{
	border-bottom:1px solid #D6DADA;
	margin-top:5px;
	padding-bottom:5px;
	-webkit-box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);
	box-shadow: 3px 3px 5px -3px rgba(0,0,0,0.75);
	padding:5px;
}
.update-list .col-xs-9{
	padding-left:0;
}
.update-pra h3 a{
	color:#085dad;
	font-size:17px;
}
.update-pra h3{
	line-height:19px;
	margin-bottom:0;
}
.update-img{
	margin-top:7px;
}
.update-pra time{
	font-size:14px;
	color:#a8a3a3;
}
.update-pra p{
	color:#333333;
	font-size:14px;
	line-height:20px;
	margin-bottom:0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.interview-section{
	margin-top:15px;
}
.interview-section h3{
	border-left:7px solid #179C49;
	padding-left:10px;
	font-size:19px;
	text-transform:uppercase;
	color:#00742D;
	margin-bottom:0;
	margin-top:5px;
}
.interview-section img{
	margin-top:15px;
}
.interview-section p{
	padding-top:5px;
	color:#333333;
	font-size:14px;
}
.btn-border{
	border:1px solid #adb6b5;
	display:inline-block;
	padding:5px 10px;
	color:#000000;
	margin-top:5px;
}
.client-list{
	margin-top:25px;
}
.owl-carousel .owl-item .item{
	margin:0 15px;
}
#client-list{
	margin-top:10px;
}
.footer-upper{
	background:#034EA2;
	padding:15px;
}
.f-logo{
	width:129px;
	height:128px;
	float:left;
	overflow:hidden;
	margin-right:15px;
	margin-top:35px;
}
.footer-content{
	padding-left:10px;
}
.footer-upper{
	padding-top:35px;
}
.footer-contact-info{
	overflow:hidden;
}
.footer-contact-info h3{
	font-size:18px;
	color:#FFFFFF;
}
.footer-contact-info p{
	font-size:14px;
	color:#b5daed;
}
.help-information h3{
	font-size:18px;
	color:#FFFFFF;
}
.help-information ul{
	list-style:none;
}
.help-information ul li a{
	font-size:14px;
	color:#b5daed;
}
#footer{
	margin-top:0;
	background:#189C49;
	
}
/*.social-media-links{*/
/*	padding-top:5px;*/
/*}*/

.location h5 > i{
	display:flex;
	align-items: center;
}
.location h5 > p{
	display:flex;
	align-items: center;
	margin:0;
}
.social-media-links ul{
	margin-bottom:0;
}
.footer-cpyright{
	max-width:700px;
	margin:0 auto;
	padding-top:10px;
	color:#FFFFFF;
	text-align:center;
	line-height:24px;
}
.footer-cpyright a{
	color:#FFFFFF;
}
.footer-cpyright p{
	font-size:12px;
}
#client-list .item{
	border:1px solid #D3D3D3;
	padding:5px;
	background:#FFFFFF;
    display:flex;
    justify-content: center;
}
.wrapper .carousel-wrapper .item .image-wrapper > img{
    border-radius:10%;
}
@media (min-width:768px) and (max-width:993px){
	.job-list{
		width:33.33%;
		padding:0 15px;
		float:left;
	}	
}
@media (min-width:500px) and (max-width:768px){
	.job-list{
		width:50%;
		padding:0 15px;
		float:left;
	}	
}
@media(max-width:480px){
    #top-bar{
        display:none;
    }
    .banner-contact-info{
        display:none;
    }
    #header{
        width:100%;
    }
   #header .slogan{
       font-size:16px;
       font-weight:800;
       background:none;
   }
    #header .row{
        display:flex;
    }
    .update-heading::after {
        display:none;
    }
    .footer-cpyright{
        display:inline-block;
    }
    #header .slogan {
        display:none;
    }
}
.footer-cpyright{
    display:flex;
}
@media(max-width:991px){
    .banner-contact-info{
        display:none;
    }
}
.client-list #client-list .owl-wrapper-outer .owl-wrapper{
    /*display:flex!important;*/
    justify-content:center;
    align-items:center;
}