/*css index*/
.ciy_jobs_caption h2 {
    color: #fff;
    font-weight: normal !important;
    margin: 0px 0px 6px 0px;
}

.meso_jobs_item.overlay::before {
    opacity: 0.9 !important;
}

.meso_jobs_wrap {
    background-size: 60% !important;
}

.wrap2 {
    padding: 0px 0px 100px 0px !important;
}

.max-line2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.max-line1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.meso-blue {
	color: #004282;
}

.meso_hover {
	cursor: pointer;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('images/meso-loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 1;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.news-slider-none {
	display: none;
}
.martop10 {
	margin-top: 10px;
}
/*end css index*/

.meso-sub {
	background-color: #004282;
}
.meso-sub-color {
	color: #FFF;
}
.meso_btn {
    color: #FFF;
		background-color: #00a651;
    border-color: #00a651;
}
.meso_sub_font {
	 font-size:14px;
	 text-align: justify;
}

.meso-btn-float {
    display: none;
    position:fixed;
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
    background-color: #00a651;
    color: #ffffff;
    border-radius:25px;
    text-align:center;
    z-index: 99;
}

.meso-btn-float:hover, .meso-btn-float:active{
    position:fixed;
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 20px;
    background-color: #00a651;
    color: #ffffff;
    border-radius:25px;
    text-align:center;
    z-index: 99;
}

.meso-ontop{
    margin-top: 15px;
    color: #ffffff;
}

.meso-colr-blue {
    color: #033573 !important;
}

.meso-colr-grey {
    color: #666666 !important;
}

.meso-colr-white {
    color: #ffffff !important;
}