.navbar-nav > li > a {
	font-size: 14px;
}

.navbar-default ul li.active ul a:hover,
.navbar-default ul li.active ul a:focus {
	color: #FFF;
	background-color: transparent;
}

.person-content h3 {
	font-size: 22px;
}

.quick-info ul {
	float: left;
	list-style-type: square;
	color: #fff;
}
.quick-info ul.style1 {
	padding-right: 100px;
	margin-left: 15px;
}

.quick-info li {
	text-align: left;
	margin-top: 15px;
}

.quick-info li:nth-child(1) {
	margin-top: 0px;
}

@media (max-width: 500px) {
	.quick-info ul.style1 {
		margin-left: 35px;
	}
}

#copyright p span {
	float: right !important;
}

#copyright p span a {
	color: #f9bf3b !important;
	font-family: Poppins;
	text-decoration: none;
}

.save-life h1 {
	font-size: 45px;
	line-height: 1.15;
	display: block;
	vertical-align: top;
}

.slider-content h2, .slider-content {
    /*color: #fff !important;*/
    color: #170e5a !important;
    /*color: #ff355e !important;*/    
}

.slider-content {
    background: rgba(202, 202, 202, 0.5);
    border-radius: 10px;
    padding:5px;
}

@media (max-width: 500px) {
	.wave-line {
		width: 150px;
	}
}

.single-img a img {
	border: 10px solid #EBEBEB;
}


h4.subtitle {
	font-size: 16px;
	font-family: inherit;
	color: #FFF;
	font-weight: bold;
	line-height: 1.4;
	margin: 20px 0 10px;
	text-align: center;
	border: 10px solid #626262;
	background: #626262;
	top: -30px;
	position: relative;
}


h4.subtitle span.subtitle-date {
	float: left;
	font-weight: 500;
}

h4.subtitle span.subtitle-courtesy {
	float: right;
	font-weight: 500;
}

@media (max-width: 992px) {
	h4.subtitle {
		font-size: 14px;
	}
}

@media (max-width: 500px) {
	h4.subtitle {
		font-size: 9px;
	}
}

h3.highlight {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: #ffd52b;
	margin: 0;
	padding: 0 15px;
	line-height: 28px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 26%;
}

@media (max-width: 1152px) {
	h3.highlight {
		width: 32%;
	}
}

@media (max-width: 992px) {
	h3.highlight {
		width: 47%;
	}
}

@media (max-width: 500px) {
	h3.highlight {
		width: 55%;
	}
}

.c-1 img, .c-2 img, .c-3 img {
	top: 35%;
	position: relative
}

#contact-form #success,
#contact-form #error {
	display: none;
}

#contact-form #success span,
#contact-form #error span {
	display: block;
	top: 0;
	width: 100%;
}

#contact-form #success span p,
#contact-form #error span p {
	margin-top: 6em;
}

#contact-form #success span p {
	color: #9bd32d !important;
}

#contact-form #error span p {
	color: #c0392b !important;
}

.contact li span a {
	color: #060606;
	font-size: 14px;
}

.mt-40 {
	margin-top:40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.news-1 a img {
	width: 68px !important;
	height: 68px !important;
}

.main-gallery h3 {
	margin-bottom: 40px;
	margin-top: -60px;
	font-size:30px;
}

.mh-gallery .photo-gallery img {
	width: 270px !important;
	height: 200px !important;
}

section {
	padding: 0 0 5rem;
	background-color: #fff;
}


.RMM-heading {
	text-transform: capitalize;
	font-size: 2.5rem;
	letter-spacing: 3px;
	margin-right: -3px;
	margin-bottom: 5rem;
	text-align: center;
	margin-left: 10%;
	margin-right: 5%;
	color: #333;
	position: relative;
}

/*.RMM-heading::after {
	content: '';
	width: 10rem;
	height: .8rem;
	background-color: #45e19f;
	position: absolute;
	bottom: -2rem;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2rem;
}*/

.RMM-para {
	font-size: 1.5rem;
	margin-bottom: 5rem;
	text-align: left;
	margin-left: 13.5%;
	margin-right: 8%;
	color: #333;
	position: relative;
	margin-top: -60px !important;
}

@media screen and (min-width: 992px) and (max-width: 1360px) {
	.RMM-para {
		margin-left: 5% !important;
		margin-right: 7%;
	}
}

.RMM-card-wrapper {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
}

.RMM-card {
	width: 27rem;
	/*background-color: #ebeef8;*/
	background-color: #f2f3f4 ;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 2rem 0;
	box-shadow: .5rem .5rem 3rem rgba(0,0,0,0.2);
}

@media screen and (max-width: 1200px) {

	.RMM-card {
		width: 23rem;
	}
	.RMM-card h1 {
		font-size: 2.2rem !important;
	}
}

.RMM-card .RMM-card-img {
	width: 100%;
	/*height: 26rem;*/
	object-fit: cover;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);
}

.RMM-profile-img {
    width: 14rem;
    height: 15rem;
    object-fit: cover;
    border-radius: 50%;
    margin-top: -11rem;
    z-index: 999;
    border: 1rem solid #170E5A;
}

.RMM-card h1 {
	font-size: 2.5rem;
	color: #333;
	margin: 1.5rem 0;
}

.RMM-job-title {
	color: #777;
	font-size: 1.5rem;
	font-weight: 300;
}

.RMM-card h4 {
    font-size: 1.5rem;
    color: #777;
    margin: 2rem 0;
    background: #09ABB2;
    padding: 2px 8px 2px 8px;
    border-radius: 15px;
    color: #333;
}

.RMM-card h4 span {
	font-size: 1.5rem;
	color: #fff;
	margin: 2rem 0;
}

.RMM-social-media {
	width: 100%;
	list-style: none;
	display: none;
	/*display: flex;*/
	justify-content: space-evenly;
	padding: 1.5rem 0;
	margin-top: 1.5rem;
	border-top: 1px solid rgba(0,0,0,0.1);
	background-color: #5d5d5d;
}

.RMM-social-media i {
	font-size: 3rem;
}

.fa-facebook-square {
	color: #3b5999;
}

.fa-twitter-square {
	color: #55acee;
}

.fa-instagram {
	color: #e6683c;
}

.fa-google-plus-square {
	color: #dd4b39;
}

.fa-facebook-square:hover,
.fa-twitter-square:hover,
.fa-instagram:hover,
.fa-google-plus-square:hover {
	color: #45e19f;
}

.RMM-card-wrappers {
	display: flex;
	align-items: center;
	align-content: center;
	flex-direction: column;
}

@media screen and (min-width: 1400px) {

	.RMM-card-wrappers {
		width: 60% !important;
	}
}

@media screen and (min-width: 700px) {
	.RMM-card-wrapper {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.RMM-card-wrappers {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}

	.RMM-card {
		margin: 2rem;
		transition: transform .5s;
	}

	@keyframes fadeIn {
		from{
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
}

.RMM-card:hover {
	transform: scale(1.1)
}

.hexa, .hexa div {
	margin: 0 auto;
	transform-origin: 50% 50%;
	overflow: hidden;
	width: 15rem;
	height: 15rem;
}

.hexa {
	width: 250px;
	height: 177px;
}

	.hexa div {
		width: 100%;
		height: 100%;
	}

.hexa {
	transform: rotate(120deg);
}

.hex1 {
	transform: rotate(-60deg);
}

.hex2 {
	transform: rotate(-60deg);
}

.Member_Photo
{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:180px;
}

.RMM-content {
    margin-top: -50px !important;
    margin-bottom: 30px !important;
    width: 22% !important;
}

@media (max-width: 1152px) {
	.RMM-content {
		width: 32% !important;
	}
}

@media (max-width: 992px) {
	.RMM-content {
		width: 47% !important;
	}
}

@media (max-width: 500px) {
	.RMM-content {
		width: 55% !important;
	}
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
	width: 100%;
	margin: 0 auto;
}

.container-table100 {
	width: 100%;
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 30px 33px 0;
}

.wrap-table100 {
	width: 1120px;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
table {
	width: 100%;
	background-color: #f2f3f4;
}

th, td {
	font-weight: unset;
	padding-right: 10px;
}

.column100 {
	width: 130px;
	padding-left: 30px;
}

	.column100.column1, .column100.column7 {
		width: 60px;
		padding-left: 20px;
	}

.column100.column2 {
	width: 200px;
	padding-left: 20px;
}

.row100.head th {
	padding-top: 24px;
	padding-bottom: 20px;
}

.row100 td {
	padding-top: 18px;
	padding-bottom: 14px;
}


/*==================================================================
[ Ver1 ]*/
.table100.ver1 td {
	font-size: 14px;
	color: #808080;
	line-height: 1.4;
}

.table100.ver1 th {
	font-size: 12px;
	color: #fff;
	line-height: 1.4;
	text-transform: uppercase;
	background-color: #170e5a;
}

.table100.ver1 .row100:hover {
	background-color: #f2f2f2;
}

.table100.ver1 .hov-column-ver1 {
	background-color: #f2f2f2;
}

.table100.ver1 .hov-column-head-ver1 {
	background-color: #484848 !important;
}

.table100.ver1 .row100 td:hover {
	background-color: #6c7ae0;
	color: #fff;
}

.btn-wrap a {
	margin-top: 5px;
	width: 100px;
	display: block;
	box-sizing: border-box;
	color: #170e5a;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 34px;
	transition: 400ms all;
	-webkit-transition: 400ms all;
	text-transform: uppercase;
	border: 1px solid #170e5a;
}

.btn-wrap a:hover {
	background-color: #170e5a;
	color: #fff;
}

.shop-buy img {
	width: 370px;
	height: 480px;
}

.main-container-4 .post h2 {
	font-size: 24px;
	letter-spacing: -0.71px;
	line-height: 1.45;
}

.navbar-nav > li.active:hover > .dropdown-menu {
	display: inline-block !important;
}

.timeline {
	position: relative;
	margin: 50px auto;
	padding: 40px 0;
	width: 1000px;
	box-sizing: border-box;
}

	.timeline:before {
		content: '';
		position: absolute;
		left: 50%;
		width: 2px;
		height: 100%;
		background: #c5c5c5;
	}

	.timeline ul {
		padding: 0;
		margin: 0;
	}

		.timeline ul li {
			list-style: none;
			position: relative;
			width: 50%;
			padding: 20px 40px;
			box-sizing: border-box;
		}

			.timeline ul li:nth-child(odd) {
				float: left;
				text-align: right;
				clear: both;
			}

			.timeline ul li:nth-child(even) {
				float: right;
				text-align: left;
				clear: both;
			}

.content {
	padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 24px;
	right: -6px;
	background: #170e5a;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #b0a7f1;
}

.timeline ul li:nth-child(even):before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	top: 24px;
	left: -4px;
	background: #170e5a;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #b0a7f1;
}

.timeline ul li h3 {
	padding: 0;
	margin: 0;
	color: #170e5a;
	font-weight: 600;
}

.timeline ul li p {
	margin: 10px 0 0;
	padding: 0;
}

.timeline ul li .time h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.timeline ul li:nth-child(odd) .time {
	position: absolute;
	top: 12px;
	right: -165px;
	margin: 0;
	padding: 8px 16px;
	background: #170e5a;
	color: #fff;
	border-radius: 18px;
	box-shadow: 0 0 0 3px #b0a7f1;
}

.timeline ul li:nth-child(even) .time {
	position: absolute;
	top: 12px;
	left: -165px;
	margin: 0;
	padding: 8px 16px;
	background: #170e5a;
	color: #fff;
	border-radius: 18px;
	box-shadow: 0 0 0 3px #b0a7f1;
}

.timeline ul li .image-spc {
	width: 115px;
	height: 100px;
	display: block;
}

.timeline ul li:nth-child(odd) .image-spc {
	position: absolute;
	top: 40px;
	right: -160px;
	margin: 0;
	padding: 8px 16px;
	color: #fff;
}

.timeline ul li:nth-child(even) .image-spc {
	position: absolute;
	top: 40px;
	left: -160px;
	margin: 0;
	padding: 8px 16px;
	color: #fff;
}


@media(max-width:1000px) {
	.timeline {
		width: 100%;
	}
}

@media(max-width:767px) {
	.timeline {
		width: 100%;
		padding-bottom: 0;
	}

	h1 {
		font-size: 40px;
		text-align: center;
	}

	.timeline:before {
		left: 20px;
		height: 100%;
	}

	.timeline ul li:nth-child(odd),
	.timeline ul li:nth-child(even) {
		width: 100%;
		text-align: left;
		padding-left: 50px;
		padding-bottom: 50px;
	}

		.timeline ul li:nth-child(odd):before,
		.timeline ul li:nth-child(even):before {
			top: -18px;
			left: 16px;
		}

		.timeline ul li:nth-child(odd) .time,
		.timeline ul li:nth-child(even) .time {
			top: -30px;
			left: 50px;
			right: inherit;
		}
    .wrap-table100 {
        overflow: auto;
    }
}

.timeline-content {
	/*margin: 50px 0;*/
}

.navbar-brand > img
{
    display:inline !important;
}

h2.heading {
    display: inline-block;
    /*margin-top: 5px;*/
    color: #fff;
    font-weight: 800;
    font-family: Agency FB;
    font-size: 24px;
    line-height: 24px;
    /*padding-top: 10px;*/
    background: none;
    text-transform:uppercase;
}

.brand-city {
	color: #1a125c;
}

.brand-corp {
	color: #04a9af;
}

.brand-cont {
	/*color: #f5831b;*/
    color:#fff;
}

.brand-astn {
	color: #fff;
}

.RMM-container .btn-default {
	color: #000 !important;
	border-color: #09abb1 !important;
}

.RMM-container .btn-default:hover {
	color: #fff !important;
	background-color: #09abb1 !important;
	border-color: #adadad !important;
}

.para {
	text-align: center;
	font-size: 14px;
	color: #666666;
}

.filter-button-selected {
	color: #fff !important;
	background-color: #09abb1 !important;
	border-color: #adadad !important;
}

#LoaderImage {
	display: none;
}

.cert {
	background-color: #07618B;
	width: 570px;
	height: auto;
	position: relative;
	border-radius: 20px 20px 20px 20px;
	-webkit-box-shadow: 0px 5px 10px 0px;
	-moz-box-shadow: 0px 5px 10px 0px;
	box-shadow: 0px 5px 10px 0px;
}

#button {
	display: inline-block;
	background-color: #170e5a;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;
	line-height: 40px;
	color: #fff;
}

#button:hover {
	cursor: pointer;
	background-color: #04a9af;
}

#button:active {
	background-color: #555;
}

#button.show {
	opacity: 1;
	visibility: visible;
}

.termselect {
    padding-right: 100px;
}

@media (max-width: 576px) {
    h2.heading 
    {
		bottom: 0px;
		position: inherit;		
		font-size: 15px;		
		font-family: Agency FB !important;
	}
	#copyright p span {
		float: left !important;
	}
    .logo{
        position:absolute;
        top:-50px;
    }
    .timeline
    {
        margin-top:100px;
    }
    .cert
    {
        width:100%;
    }
    .termselect
    {
        padding-right:10px;
    }
    .wrap-table100
    {
        overflow:auto;
    }
}

.mw-100 {
	max-width: 100% !important;
}

.paragraph strong {
	color: #170e5a;
}