.cms-link {
	font-size: 20px;
	color: #2e1a47;
	letter-spacing: 0.67px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.cms-link:hover {
	color: #CE132D;
}
/*Transit Flights page CSS*/
.inner-conetnt, .things-conetnt {
	padding-right: 100px;
}
.thing-box {
	display: block;
}
.thing-box .cms-link {
	display: block;
	margin-top: 10px;
}
.thing-box .img-box {
	min-height: 123px;
	max-height: 123px;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.thing-box:hover .cms-link {
	color: #CE132D;
}
 @media(max-width: 1199px) {
.inner-conetnt,  .things-conetnt {
	padding-right: 0px;
}
}
.lounge-page {
	padding-bottom: 30px;
}
.lounge-page .lounge-view {
	margin-bottom: 30px;
}
@media(max-width: 767px) {
.lounge-page .lounge-view {
	margin-bottom: 15px !important;
}
.lounge-section .col-lg-6:last-child .lounge-view {
	margin-bottom: 0px !important;
}
}
/* Employee Page CSS*/
.employee-page .employee-box {
	margin-bottom: 50px;
}
.employee-page .employee-box:last-child {
	margin-bottom: 0;
}
.employee-page .employee-content {
	font-size: 23px;
	line-height: 38px;
	letter-spacing: 1px;
	padding-left: 30px;
	position: relative;
}
.employee-page .employee-content:before {
	content: '';
	position: absolute;
	top: 0px;
	left: -5px;
	background: url('../images/quote-icon.svg') no-repeat;
	background-position: left top;
	width: 75px;
	height: 55px;
	background-size: contain;
}
.employee-page .pagination-type1 {
	border-top: 1px solid #dcdcdc;
	padding-bottom: 0px;
}
@media(max-width: 767px) {
.employee-page .employee-box .img-box {
	margin-bottom: 15px;
}
.employee-page .employee-content {
	padding-left: 0;
	font-size: 18px;
	line-height: 28px;
}
.employee-page .employee-content:before {
	left: -15px;
	width: 50px;
}
}
/* Job Detail Pages CSS*/
.job-info-section {
	padding: 20px 20px 15px;
	border-bottom: 1px solid #5b7f95;
	margin-bottom: 30px;
}
.job-info-section .job-detail {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.jobdetail-page .jobdetail-header {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.6px;
	padding: 17px 20px 17px 0;
	border-bottom: 1px solid #e3e3e3;
	cursor: pointer;
	position: relative;
}
.jobdetail-page .jobdetail-header > span {
	position: absolute;
	top: 18px;
	right: 0px;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
}
.jobdetail-page .jobdetail-header > span:before {
	content: '';
	width: 14px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -1px;
	background-color: #000000;
}
.jobdetail-page .jobdetail-header > span:after {
	content: '';
	height: 14px;
	width: 2px;
	position: absolute;
	top: 50%;
	left: 11px;
	margin-top: -7px;
	background-color: #000000;
}
.jobdetail-page .jobdetail-header.open > span:after {
	display: none;
}
.jobdetail-page .jobdetail-content {
	margin: 17px 0 30px;
}
.jobdetail-page .applyjob-btn {
	margin-top: 35px;
}
@media(max-width: 767px) {
.jobdetail-page .applyjob-btn {
	margin-top: 25px;
	margin-bottom: 25px;
}
}
.page-title {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	color: #000000;
	margin-bottom: 25px;
}
.page-top-content {
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 70px;
}
.page-top-content .short-description {
	max-width: 790px;
	margin: 0 auto;
	line-height: 28px;
}
/*Page tabs*/
.page-tabs {
	border-bottom: solid 1px rgba(151, 151, 151, 0.38);
}
.page-tabs .nav {
	width: 100%;
	white-space: nowrap;
	flex-wrap: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
	justify-content: center;
	padding: 0;
}
.page-tabs li {
	margin: 0 25px;
}
.page-tabs a {
	padding: 28px 0 30px 0;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	display: block;
	position: relative;
}
.page-tabs a:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	border-bottom: 4px solid #da291c;
	margin: auto;
	margin-top: -4px;
	transition: all 0.5s;
	height: 4px;
}
.page-tabs a:hover:after, .page-tabs .active a:after {
	width: 100%;
}
.page-tabs a.red-clr:after {
    border-bottom: 4px solid #da291c;
}
.page-tabs a.yellow-clr:after {
	border-bottom: 4px solid #f5a81c;
}
.page-tabs a.purple-clr:after {
	border-bottom: 4px solid #672766;
}
.page-tabs a.orange-clr:after {
	border-bottom: 4px solid #f26829;
}
.page-tabs a.grey-clr:after {
	border-bottom: 4px solid #c1c5c9;
}
.page-tabs a.green-clr:after {
	border-bottom: 4px solid #00a888;
}
.page-tabs a.blue-clr:after {
	border-bottom: 4px solid #0494c9;
}
@media(max-width: 767px) {
.page-tabs .nav {
	display: block;
	text-align: center;
	justify-content: start !important;
}
.page-tabs li {
	display: inline-block;
}
}
/*page grids*/
.grid-content.row {
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 100px;
}
.grid-content.row:first-child {
	margin-top: 0px;
}
.grid-content .grid-box {
	padding-right: 8px;
	padding-left: 8px;
}
.grid-content .image-box {
	position: relative;
	border-radius: 10px;
	display: flex;
	background: #ffffff;
	max-width: 575px;
}
.grid-content .image-box img {
	border-radius: 10px;
	display: block;
}
.red-bg .image-box:after {
	background: url(../images/wave1.svg) no-repeat 0 0 #da291c;
}
.red-type2-bg .image-box:after {
	background: url(../images/wave4.svg) no-repeat 0 0 #da291c;
}
.purple-bg .image-box:after {
	background: url(../images/wave3.svg) no-repeat #642667;
	background-position: top 0 left 180px;
}
.grid-content .image-box:after {
	content: "";
	position: absolute;
	top: -24px;
	bottom: -24px;
	width: 100%;
	z-index: -1;
}
.grid-content.image-right .image-box {
	justify-content: end;
}
.grid-content.image-left .image-box {
	justify-content: normal;
}
.grid-content.image-right .image-box:after {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-left: -190px;
	left: 100%;
}
.grid-content.image-left .image-box:after {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-right: -190px;
	right: 100%;
}
.grid-content.image-right .grid-text {
	padding-right: 100px;
}
.grid-content.image-left .grid-text {
	padding-left: 100px;
}
.grid-text .grid-desc {
	text-align: justify;
}
.interactive-map-icon {
	position: absolute;
	top: 15px;
	width: 36px;
	height: 36px;
	background-color: #ffffff;
	border: 1px solid #2e1a47;
	border-radius: 50%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s;
}
.interactive-map-icon:hover {
	background-color: #2e1a47;
	border: 1px solid #ffffff;
}
.interactive-map-icon:hover svg path {
	fill: #ffffff;
}
.grid-text {
	font-size: 16px;
	line-height: 1.56;
	text-align: justify;
	color: #3b3b3b;
	border: none;
}
.grid-content .grid-hd {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
}
.grid-content .grid-hd2 {
	font-size: 16px;
	color: #000000;
	margin-bottom: 5px;
}
.grid-content .table {
	border-radius: 10px;
	border-collapse: collapse;
	overflow: hidden;
	border-spacing: 0;
	margin-bottom: 0;
}
.grid-text .table-cover {
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
	border: solid 1px rgba(151, 151, 151, 0.38);
}
table tr:first-child th:first-child {
	border-top-left-radius: 10px;
}
.grid-content .table-cover th {
	border-top: none;
	background: #d8d8d8;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
}
.grid-content .table-cover th span {
	color: #595959;
	font-size: 13px;
	font-weight: normal;
}
.grid-content .table-cover th, .grid-content .table-cover td {
	border-right: solid 1px rgba(151, 151, 151, 0.38);
}
.grid-content .table-cover td {
	font-size: 16px;
}
.grid-content .table-cover th:last-child, .grid-content .table-cover td:last-child {
	border-right: none;
}
.grid-content .table td, .grid-content .table th {
	padding: 5px 10px;
}
@media(min-width: 1400px) {
.purple-bg .image-box::after {
    background-position: 0 0;
}	
	}
 @media(min-width: 1024px) {
.grid-content.image-right .image-col {
	order: 2;
}
.grid-content.image-left .image-col {
	order: 0;
}
.grid-content.image-left .image-box .interactive-map-icon {
	right: 15px;
}
.grid-content.image-right .image-box .interactive-map-icon {
	left: 15px;
}
}
 @media(max-width: 1199px) {
.grid-content.image-right .grid-text {
	padding-right: 50px;
}
.grid-content.image-left .grid-text {
	padding-left: 50px;
}
.grid-text {
	font-size: 15px;
	line-height: 1.46;
}
.page-top-content {
	font-size: 17px;
	margin-top: 40px;
	margin-bottom: 50px;
}
}
 @media(max-width: 992px) {
.grid-content .image-box {
	max-width: none;
	background: none;
}
.grid-content .image-box img {
	margin: auto;
	max-width: 100%;
}
.grid-content.image-left .grid-text {
	padding-left: 0px;
}
.grid-content.image-left .grid-text {
	padding-left: 0px;
	background: none;
}
.grid-content.image-left .image-box .interactive-map-icon, .grid-content.image-right .image-box .interactive-map-icon {
	right: 11%;
}
.grid-content.image-right .grid-text {
	padding-right: 0;
	background: none;
}
.grid-content .image-col {
	margin-bottom: 30px;
}
.grid-content.row {
	margin-top: 80px;
}
.grid-content.image-right .image-box:after, .grid-content.image-left .image-box:after {
	margin-left: 0px;
	margin-right: 0px;
	left: -50px;
	right: -50px;
	bottom: 40%;
	top: -35px;
	background-position: 0 0;
	width: auto;
	background-size:contain;
}
.blue-bg .image-box:after, .red-bg .image-box:after {
	background-size: 105%;
}
.page-grids {
	padding-top: 40px;
}
.grid-content.row:first-child {
	margin-top: 0px;
}
.grid-text, .grid-content .grid-hd2 {
	font-size: 17px;
}
.grid-text .grid-desc {
	margin-bottom: 8px;
}
.page-top-content {
	margin-top: 35px;
	margin-bottom: 40px;
}
}
.page-cms-content {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: normal;
	color: #3b3b3b;
	text-align: justify;
}
.page-cms-content p {
	margin-bottom: 30px;
}
.page-cms-content .cms-text1 {
	margin-bottom: 0;
	letter-spacing: normal;
}
@media(max-width: 767px) {
.page-cms-content p {
	margin-bottom: 25px;
}
.page-top-content {
	margin-top: 35px;
}
.grid-content .image-col {
	margin-bottom: 25px;
}
.grid-content.image-right .image-box:after, .grid-content.image-left .image-box:after {
	left: -25%;
	right: -25%;
}
.grid-content .table-cover th, .grid-content .table-cover td {
	text-align: left;
}
.grid-content table th:first-child {
	width: 40%;
}
.grid-content.image-left .image-box .interactive-map-icon, .grid-content.image-right .image-box .interactive-map-icon {
	right: 15px;
}
}
@media(min-width:567px) and (max-width:767px) {
.grid-content.image-right .image-box:after, .grid-content.image-left .image-box:after {
	left: -20%;
	right: -20%;
	bottom: 40%;
	top: -35px;
}
.blue-bg .image-box::after, .red-bg .image-box::after {
	background-size: 14%;
}
}
/*SERVICES*/
.item-icon {
	display: block;
	margin-bottom: 20px;
}
.item-icon img {
	max-height: 40px;
}
.coming-soon-section > div {
	width: 100%;
}
.coming-soon-section {
	min-height: 200px;
	text-align: center;
	align-items: center;
	display: flex;
}
.red-hd {
	color: #da291c;
	font-size: 36px;
	font-weight: bold;
}
.cms-image-left p {
	margin-bottom: 0;
}
.cms-image-left {
	margin-bottom: 30px;
}
.cms-image-left .left-image {
	margin-right: 30px;
	width: 230px;
	flex: 0 0 230px;
	max-width: 230px;
	border: solid 1px rgba(151, 151, 151, 0.38);
	border-radius: 10px;
	height: 90px;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.cms-image-left .left-image img {
	max-width: 178px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media (max-width:767px) {
.cms-image-left {
	display: block!important
}
.cms-image-left .left-image {
	margin-right: 0px;
	margin-bottom: 15px;
	width: auto;
}
}
