.pdbtm {
	padding-bottom: 6%;
}

.padntm {
	padding-bottom: 5%;
}

.hideme {
	visibility: hidden;
}

.chalf-b li {
	font-size: 17px;
	padding-bottom: 5%;
	color: #fff;
	letter-spacing: .25px;
}

@media only screen and (max-width:767px) {
	.chalf-b li {
		font-size: 14px;
		padding-bottom: 5%;
		color: #fff;
		letter-spacing: .25px;
	}
}

.padtop0btm100 {
	padding-top: 0;
	padding-bottom: 100px;
}

.marg-50 {
	margin-top: 0;
	margin-bottom: 50px;
}

.padmetop10 {
	padding-top: 10%;
}

.martop10 {
	margin-top: 10%;
}

.chalf-t {
	font-size: 30px!important;
	color: #fff;
}

#content-row-5 {
	overflow: hidden;
	position: relative;
	background: rgba(22,22,22,.85);
	z-index: 0!important;
}

#content-row-5 .content-row-5-wrapper::after,#content-row-5 .content-row-5-wrapper::before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 101%;
	z-index: -1;
}

#content-row-5 .content-row-5-wrapper::after,#content-row-5 .content-row-5-wrapper::before {
	bottom: 0;
	display: block;
	right: -50%;
	background: rgba(22,22,22,.85);
}

.padmeleft3 {
	padding-left: 3%;
}

.padmetop3 {
	padding-top: 3%;
}

.padmeleft5 {
	padding-left: 5%;
}

.fullwidth {
	width: 100%!important;
}

.righttxt {
	font-size: 1.2vw;
	color: teal!important;
	font-weight: bolder;
	font-family: 'IBM Plex Sans',sans-serif;
}

.padmetop5 {
	padding-top: 5%;
}

.padmetop3 {
	padding-top: 3%;
}

.padmebtm {
	padding-bottom: 3%;
}

.padtop10 {
	padding-top: 10%;
}

.pte-section h3 {
	margin-bottom: 50px;
	color: teal;
	text-align: center;
	font-size: 18px;
}

.pte-section p {
    line-height: 1.75;
    font-size: 16px;
    color: #fff !important;
    letter-spacing: .5px;
    text-align: left;
    font-weight: 200;
}

.mycircle {
	border-radius: 50%;
	max-width: 50%;
	border: 7px solid teal;
	margin: 0 0 50px;
}

.hi-container {
	position: relative;
	width: auto;
	margin: 0;
}

.hi-container a {
	text-decoration: none;
	color: #000;
}

.hi-container a figure {
	margin: 0;
}

.hi-container a figure div.hi-top {
	position: relative;
	overflow: hidden;
	height: 40vh;
	width: 384px;
}

.hi-container a figure div.hi-top img {
	display: block;
	position: absolute;
	top: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 2;
	width: 100%;
}

.hi-container a figure div.hi-top .hi-top-content {
	padding: 15px 20px;
	display: block;
	overflow: hidden;
	height: 40vh;
	position: absolute;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 0;
	background: teal;
}

.bordme {
	border: 3px solid #194866;
}

.hi-container a figure div.hi-top:after {
	display: block;
	z-index: 1;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(white));
	background-image: -o-linear-gradient(top,rgba(255,255,255,0),#fff);
	background-image: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	content: '';
}

.hi-container a figure div.hi-bottom {
	position: relative;
	overflow: hidden;
	height: 50px;
	width: 100%;
}

.hi-container a figure div.hi-bottom figcaption {
	text-align: center;
	font-weight: 700;
	display: block;
	width: 100%;
	position: absolute;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: #fff;
	height: 45px;
	padding-top: 5px;
}

.hi-container a figure div.hi-bottom figcaption small {
	padding-top: 5px;
	font-weight: 400;
	display: block;
	color: #666a70;
}

.hi-container a figure div.hi-bottom figcaption small i {
	color: #e12219;
}

.hi-container a figure div.hi-bottom .hi-bottom-content {
	padding: 0 20px;
	display: block;
	overflow: hidden;
	height: 50px;
	position: absolute;
	width: 100%;
	bottom: -50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.hi-container a figure div.hi-bottom .hi-bottom-content button {
	height: 30px;
	border: 1px solid red;
	background: #d00;
	color: #fff;
	border-radius: 5px;
	margin: 20px 0 0 0;
}

.hi-container:hover figure div.hi-top img {
	top: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.hi-container:hover figure div.hi-top .hi-top-content {
	top: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.hi-container:hover figure div.hi-bottom figcaption {
	bottom: 100%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.hi-container:hover figure div.hi-bottom .hi-bottom-content {
	bottom: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.hi-top img {
	height: -webkit-fill-available!important;
}

.borderandback {
	border: 3px solid #88c4ba;
	background: #194866;
	padding: 25px 16px;
	display: none;
}

.avatar {
	overflow: hidden;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.6);
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.6);
	-webkit-transform: translatey(0);
	-ms-transform: translatey(0);
	transform: translatey(0);
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}

.pte.active {
	color: #cb5450!important;
}

.pte {
	padding-top: 3%!important;
	color: #88c4ba!important;
}

.pte:hover {
	color: #cb5450!important;
}

.text-secondary {
	color: #194866!important;
}

.fademein {
	animation: fadeIn ease 5s;
	-webkit-animation: fadeIn ease 5s;
	-moz-animation: fadeIn ease 5s;
	-o-animation: fadeIn ease 5s;
	-ms-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@media screen and (min-width:999px) and (max-width:1024px) {
	.hi-container a figure div.hi-top {
		height: 250px!important;
	}

	.hi-container a figure div.hi-top .hi-top-content {
		height: 33vh!important;
	}

	.careerspte {
		font-size: 16px!important;
	}
}

@media screen and (min-width:1024px) and (max-width:2000px) {
	.hi-container a figure div.hi-top .hi-top-content {
		height: -webkit-fill-available;
	}
}

.resizeme img {
	border: 3px solid #027f81;
	border-radius: 50%;
	width: 50%;
}

@media screen and (min-width:499px) and (max-width:767px) {
	.resizeme img {
		width: 25%;
	}
}

.resizeme p {
	padding-top: 5%;
}

@media screen and (max-width:767px) {
	[data-aos-delay] {
		transition-delay: 0s!important;
	}
}