html {
  scroll-behavior: smooth;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #00197d;
}

::selection {
  color: #fff;
  background: #00197d;
}

.no-gutters {
	padding:0 !important;
}
a {
	outline: none;
	box-shadow: none;
	color: #00197d;
	transition: all .5s;
	}

.clearfix {
	clear: all;
}
a:hover {
	outline: none;
	box-shadow: none;
	text-decoration: none !important;
	color: #00197d;
	}	
h1 {
	text-align: center;
	font-size:45px;
	color: #00197d;
	margin-bottom: 40px;
	}
	
h2 {
	text-align: left;
	text-transform: uppercase;
	font-size:40px;
	color: #00197d;
	font-weight: 700;
	margin-bottom: 40px;
	}

.d-xs-block {
	display: none;}

.d-xs-none {
	display: block;
}
section {
	overflow: hidden;
}

body {
	font-size: 16px;
	background: #fff;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	color: #222222;
	}

header {
	background: #f0f0f0;
	padding: 25px 0;
}

header .container .row {
	align-items: center;
}

header.sticky {
    height: auto;
	padding: 15px 0;
    position: fixed !important;
    top: 0px;
    z-index: 100;
    box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.4117647058823529);
	width: 100%;
}



.home-banner {
	position: relative;
}
.home-banner img {
	max-height: 500px;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
	min-height: 200px;
}

.banner-item {
	width: 100%;
}

.home-banner .banner-item-content , .inner-banner .banner-item-content {
	position: absolute;
    bottom: 80px;
    width: 100%;
    max-width: 1280px;
    left: 0;
    right: 0;
    text-align: left;
    margin: 0 auto;
}
.home-banner .banner-item-content h1 {
	color: #ffffff;
    font-weight: 800;
    font-size: 5rem;
    text-align: left;
    margin-bottom: 10px;
    line-height: 4rem;
}
.home-banner .banner-item-content h4 {
	color: #ffffff;
	font-weight: 700;
	font-size: 40px;
}

.inner-banner {
	position: relative;
}
.inner-banner img {
	max-height: 400px;
    min-width: 100%;
    width: 100%;
    object-fit: contain;
    object-position: right;
    min-height: 170px;
    background: #23338b;
}

.inner-banner.jobs-banner img {
    background: #d30102 !important;
}


.inner-banner .banner-item-content h1 {
	color: #ffffff;
    font-weight: 700;
    font-size: 3.5rem;
    text-align: left;
    margin-bottom: 10px;
    line-height: 3rem;
}
.inner-banner .banner-item-content h4 {
	color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}



.news-home {
	padding: 80px 0;
}
.news-home h2 {
	border-bottom: 1px solid #cccccc;
    padding-bottom: 12px;
}
.news-home h2 a {
	text-align: right;
    float: right;
    font-size: 16px;
    text-transform: capitalize;
    color: #00197d;
    font-weight: bold;
    display: inline-block;
    text-decoration: underline;
    position: relative;
    top: 25px;
}

.news-home .new-home-item {}
.news-home .new-home-item img {
	min-height: 230px;
    max-height: 230px;
    min-width: 100%;
    object-fit: cover;
    object-position: center;
}
.news-home .new-home-item .new-home-content {
	padding: 30px 0;
}
.news-home .new-home-item .new-home-content span.date {
	color: #23328b;
	font-size: 14px;
	font-weight: bold;
}
.news-home .new-home-item .new-home-content h4 {
	font-size: 25px;
    font-weight: 700;
    color: #23328b;
    margin: 10px 0 15px;
}
.news-home .new-home-item .new-home-content p {
	font-size: 15px;
    color: #333333;
    line-height: 22px;
}
.news-home .new-home-item .new-home-content a {
    font-size: 16px;
    color: #00197d;
    font-weight: bold;
    text-decoration: underline;
}



.career-home {
	background: #e90102;
	background-image:url("../images/home-car-bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
    padding: 40px 50px;
	display: inline-block;
    width: 100%;
	position: relative;
}

.career-home hr {
	position: absolute;
    border-top: 2px solid rgb(255 255 255 / 32%);
    width: 100%;
    left: 0;
    border-bottom: 2px solid rgb(0 0 0 / 17%);
	margin-top: 30px;
}
.career-home h2 {
    padding-bottom: 30px;
	color: #fff;
}

.career-home h2 a {
	text-align: right;
    float: right;
	color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    display: inline-block;
    text-decoration: underline;
    position: relative;
    top: 25px;
}

.career-home .career-home-item {
	display: inline-block;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 10px;
}

.career-home .career-home-item:last-child {
	margin-bottom: 0;
}

.career-home .career-home-item img {
	float: left;
    max-width: 80px;
}
.career-home .career-home-item .career-home-content {
	float: left;
    width: calc(100% - 120px);
    margin-left: 40px;
}
.career-home .career-home-item .career-home-content span.location {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.career-home .career-home-item .career-home-content a {
	color: #fff;
}
.career-home .career-home-item .career-home-content h4 {
	color: #fff;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 7px;
}


footer {
	padding: 40px 0;
	background: #eeeeee;
}

footer .row {
	align-items: center;
}
footer .copyright {}

footer .copyright p {
	margin: 0;
	color: #333333;
	font-size: 14px;
}
footer .copyright p img {
	margin-right: 10px;
    max-width: 75px;
}


.social-icons {
	text-align: right;
}
.social-icons a {
	margin: 0 3px;
}
.social-icons a i {
	font-size: 14px;
    color: #aaaaaa;
    padding: 0px;
    width: 35px;
    height: 35px;
    border: 2px solid #aaaaaa;
    text-align: center;
    line-height: 32px;
    border-radius: 100px;
	transition: all .5s;
}

.social-icons a:hover i {	
    color: #00197d;
    border: 2px solid #00197d;
}


.news-detail {
	padding: 50px 0;
}
.news-detail .new-detail-content {}

.news-detail .new-detail-content img {
	width: 100%;
    max-height: 540px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 50px;

}
.news-detail .job-detail-content p , .news-detail .job-detail-content ul li {
    font-size: 14px;
}

.sidebar-bg {}

.sidebar-bg .side-box {
	background: #eeeeee;
	margin-bottom: 30px;
}

.sidebar-bg .side-box h3 {
	background: #23328b;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 20px 35px;
	margin-bottom: 0;
}

.bg-red {
	background: #e90102 !important;
}

.sidebar-bg .side-box .list-item {
	padding: 20px 35px;
    border-bottom: 1px solid #bdbdbd;
}
.sidebar-bg .side-box .list-item a {}

.sidebar-bg .side-box .list-item a:hover h5 , .sidebar-bg .side-box .list-item a:hover p {
	text-decoration: none;
}

.sidebar-bg .side-box .list-item h5 {
	font-weight: 700;
    text-decoration: underline;
    color: #23328b;
    margin-bottom: 0;
    font-size: 16px;
}
.sidebar-bg .side-box .list-item p {
	margin-top: 5px;
    font-size: 14px;
    line-height: 17px;
    text-decoration: underline;
    color: #333;
	margin-bottom: 0;
}

.apply-form {}

.apply-form .form-item {
	margin-bottom: 12px;
}

.apply-form .form-item .input-item {
	width: 100%;
    border: 1px solid #b2b2b2;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #23328b;
	outline: none;		
}

.apply-form .submit-btn {
	color: #fff !important;
    background: #e90102;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    border: none;
    margin-top: 20px;
    outline: none;
    box-shadow: none;
    display: inline-block;
}

::-webkit-input-placeholder { /* Edge */
	color: #23328b;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #23328b;
}

::placeholder {
	color: #23328b;
}

.apply-form h4 {
	text-transform: uppercase;
	font-size: 30px;
	color: #e90102;
	font-weight: 700;
	margin-bottom: 20px;
}


.pagination .page-item .page-link.active {
	color: #fff;
    background: #233298;
    border: 1px solid;
}

.pagination .page-item .page-link {
	color: #656565;
    background-color: #f9f9f9;
    border: 1px solid #dee2e6;
    outline: none;
    box-shadow: none !important;
}


.jobs {
    padding: 50px 0;
}
.jobs .accordion {
	margin-bottom: 40px;
}


.jobs .accordion .job-item {
	width: 100%;
    display: inline-block;
}
.jobs .accordion .job-item h2 {
	text-transform: unset;
    font-size: 18px;
    padding: 20px 20px;
    background: #ea0407;
    margin-top: 20px;
    color: #fff;
	cursor: pointer;
    font-weight: 700;
}

.jobs .accordion .job-item h2 span {
	text-align: right;
    float: right;
    font-size: 14px;
    margin-top: 4px;
}

.jobs .accordion .job-item .job-content {
	padding: 20px;
    border: 1px solid #efefef;
}
.jobs .accordion .job-item p {
	font-size: 15px;
    line-height: 26px;
}
.jobs .accordion .job-item a.apply-btn {
	color: #fff !important;
    background: #e90102;
    padding: 15px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
	transition: all .5s;
}

.jobs .accordion .job-item a.apply-btn:hover {
	background: #233298;
}


@media (min-width: 1400px) {
	.container-rs {
		max-width: 1280px;
		width: 1280px;
	}	
}


@media screen and (max-width: 992px) {
	header {
    padding: 12px 0;
   
}
	header .menu-btn {
		position: relative;
		z-index: 999;
		cursor: pointer;
		width: 24.5px;
		height: 30px;
		margin-left: 34px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		-webkit-transform: translateY(-37px);
		-moz-transform: translateY(-37px);
		transform: translateY(-37px);
		position: absolute;
		right: 15px;
		top: 28px;
		background: none;
		border: none;
		outline: none;
	}
	header .menu-btn.is-active {
		right: 17px;
		z-index: 10000;	
		}	

	header .menu-btn > span {
		width: 100%;
		height: 4px;
		background: #c5132b;
		position: absolute;
		right: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	
	.fancybox-slide--iframe .fancybox-content {
		height: unset;
	}

	header .menu-btn > span {
		-webkit-transition: transform .3s ease-in-out, opacity .3s ease-in-out, transform-origin .3s ease-in-out, background .3s ease-in-out;
		-moz-transition: transform .3s ease-in-out, opacity .3s ease-in-out, transform-origin .3s ease-in-out, background .3s ease-in-out;
		transition: transform .3s ease-in-out, opacity .3s ease-in-out, transform-origin .3s ease-in-out, background .3s ease-in-out;
	}

	header .menu-btn > span {
		-webkit-transition: transform .3s ease-in-out, opacity .3s ease-in-out, transform-origin .3s ease-in-out, background .3s .6s ease-in-out;
		-moz-transition: transform .3s ease-in-out, opacity .3s ease-in-out, transform-origin .3s ease-in-out, background .3s .6s ease-in-out;
		transition: transform .3s ease-in-out, opacity .3s ease-in-out, transform-origin .3s ease-in-out, background .3s .6s ease-in-out;
	}

	header .menu-btn > span:first-child {
		top: 0;
	}

	header .menu-btn > span:nth-child(2) {
		top: 8px;
	}

	header .menu-btn > span:last-child {
		top: 16px;
		width: 15px;
	}

	header .menu-btn.is-active > span:first-child {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: right top;
		transform-origin: right top;
	}

	header .menu-btn.is-active > span:nth-child(2) {
		opacity: 0;
	}

	header .menu-btn.is-active > span:last-child {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		width: 100%;
	}
	
	.d-xs-none {
		display: none;
	}
	
	.d-xs-block {
	display: block;}
	
	.social-icons-mob .lang-change {
    float: right;
    margin: 0;
	}
	
	.lang-change {
		font-family: 'Cairo', sans-serif !important;
		background: #9e0d21;
		color: #fff;
		margin-right: 10px;
	}
	
	h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	h2 {
		font-size: 20px;
		margin-bottom: 17px;
	}
	
	.inner-banner .banner-item-content h1 {
		font-size: 1.5rem;
    	line-height: 36px;
		margin: 0;
	}
	
	.home-banner .banner-item-content h1 {
		font-size: 2rem;
		line-height: 2.5rem;
		margin: 0;
	}
	
	
	.inner-banner .banner-item-content h4 , .home-banner .banner-item-content h4 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	.home-banner .banner-item-content, .inner-banner .banner-item-content {
		bottom: 25px;
	}
	
	.jobs {
		padding: 10px 0;
	}
	
	.jobs .accordion .job-item h2 {
		font-size: 16px;
		padding: 14px 20px;
		margin-top: 15px;
	}
	
	.jobs .accordion .job-item .collapse {
		padding: 10px 18px;
	}
	.jobs .accordion .job-item .collapse p {
		font-size: 14px;
		line-height: 20px;
	}
	
	.jobs .accordion .job-item .collapse a.apply-btn {
		padding: 10px 25px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.jobs .accordion {
		margin-bottom: 20px;
	}
	
	footer .copyright p img {
		margin-right: 0px;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	footer .copyright {
		text-align: center;
		margin-bottom: 10px;
	}
	
	
	.social-icons {
		text-align: center;
	}
	
	footer {
		padding: 20px 0;
	}
	
	.news-home {
		padding: 20px 0;
	}
	
	.news-home .new-home-item img {
		min-height: 120px;
		max-height: 120px;
	}
	
	.news-home .new-home-item .new-home-content {
		padding: 4px 0;
		margin-bottom: 20px;
	}
	
	.news-home .new-home-item .new-home-content span.date {
		font-size: 12px;
	}
	
	.news-home .new-home-item .new-home-content h4 {
		font-size: 17px;
		margin: 4px 0 5px;
	}
	
	.news-home .new-home-item .new-home-content p {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 0px;
	}
	
	.news-home .new-home-item .new-home-content a {
		font-size: 13px;
	}
	
	.news-detail {
		padding: 20px 0;
	}
	
	.news-detail .new-detail-content img {
		margin-bottom: 20px;
	}
	
	.news-detail .new-detail-content p {
		font-size: 14px;
	}
	
	.sidebar-bg {
		display: none;
	}
	
	.news-home h2 a {
		font-size: 14px;
		top: 5px;
	}
	
	.career-home {
		padding: 20px 12px;
	}
	
	.career-home h2 a {
		text-align: left;
		float: unset;
		font-size: 13px;
		display: block;
		margin-top: 9px;
		position: unset;
	}
	
	.career-home .career-home-item img {
		display: none;
	}
	
	.career-home .career-home-item .career-home-content {
		float: unset;
		width: 100%;
		margin-left: 0px;
	}
	
	.career-home .career-home-item .career-home-content h4 {
		font-size: 16px;
	}

	.career-home .career-home-item .career-home-content span.location {
		color: #fff;
		font-size: 13px;
		line-height: 15px;
	}
	.career-home .career-home-item {
		margin-bottom: 15px;
	}
	
	.apply-form h4 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	
	.apply-form .form-item .input-item {
		padding: 10px 15px;
		font-size: 14px;
	}
	
	.apply-form .submit-btn {
		padding: 10px 25px;
		font-size: 14px;
		margin-top: 10px;
	}
	
	.jobs .accordion .job-item h2 span {
		text-align: left;
		float: none;
		font-size: 12px;
		margin-top: 8px;
		display: block;
		font-weight: 600;
		color: #f3bcbc;
	}

}

@media screen and (max-width: 767px) {
	
	header {
		padding: 12px 0;

	}
	header .menu-btn {
		position: relative;
		z-index: 999;
		cursor: pointer;
		width: 24.5px;
		height: 30px;
		margin-left: 34px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		-webkit-transform: translateY(-37px);
		-moz-transform: translateY(-37px);
		transform: translateY(-37px);
		position: absolute;
		right: 15px;
		top: 28px;
		background: none;
		border: none;
		outline: none;
	}
	header .menu-btn.is-active {
		right: 17px;
		z-index: 10000;	
		}	

	header .menu-btn > span {
		width: 100%;
		height: 4px;
		background: #c5132b;
		position: absolute;
		right: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	
	.fancybox-slide--iframe .fancybox-content {
		height: unset;
	}

	header .menu-btn > span {
		-webkit-transition: transform .3s ease-in-out, opacity .3s ease-in-out, transform-origin .3s ease-in-out, background .3s ease-in-out;
		-moz-transition: transform .3s ease-in-out, opacity .3s ease-in-out, transform-origin .3s ease-in-out, background .3s ease-in-out;
		transition: transform .3s ease-in-out, opacity .3s ease-in-out, transform-origin .3s ease-in-out, background .3s ease-in-out;
	}

	header .menu-btn > span {
		-webkit-transition: transform .3s ease-in-out, opacity .3s ease-in-out, transform-origin .3s ease-in-out, background .3s .6s ease-in-out;
		-moz-transition: transform .3s ease-in-out, opacity .3s ease-in-out, transform-origin .3s ease-in-out, background .3s .6s ease-in-out;
		transition: transform .3s ease-in-out, opacity .3s ease-in-out, transform-origin .3s ease-in-out, background .3s .6s ease-in-out;
	}

	header .menu-btn > span:first-child {
		top: 0;
	}

	header .menu-btn > span:nth-child(2) {
		top: 8px;
	}

	header .menu-btn > span:last-child {
		top: 16px;
		width: 15px;
	}

	header .menu-btn.is-active > span:first-child {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: right top;
		transform-origin: right top;
	}

	header .menu-btn.is-active > span:nth-child(2) {
		opacity: 0;
	}

	header .menu-btn.is-active > span:last-child {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		width: 100%;
	}
	
	.d-xs-none {
		display: none;
	}
	
	.d-xs-block {
		display: block;
	}
	
	.social-icons-mob .lang-change {
		float: right;
		margin: 0;
	}
	
	.lang-change {
		font-family: 'Cairo', sans-serif !important;
		background: #9e0d21;
		color: #fff;
		margin-right: 10px;
	}

	h1 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	h2 {
		font-size: 20px;
		margin-bottom: 17px;
	}
	
	.inner-banner .banner-item-content h1 {
		font-size: 1.5rem;
    	line-height: 36px;
		margin: 0;
	}
	
	.home-banner .banner-item-content h1 {
		font-size: 2rem;
		line-height: 2.5rem;
		margin: 0;
	}
	
	
	.inner-banner .banner-item-content h4 , .home-banner .banner-item-content h4 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	.home-banner .banner-item-content, .inner-banner .banner-item-content {
		bottom: 25px;
	}
	
	.jobs {
		padding: 10px 0;
	}
	
	.jobs .accordion .job-item h2 {
		font-size: 16px;
		padding: 14px 20px;
		margin-top: 15px;
	}
	
	.jobs .accordion .job-item .collapse {
		padding: 10px 18px;
	}
	.jobs .accordion .job-item .collapse p {
		font-size: 14px;
		line-height: 20px;
	}
	
	.jobs .accordion .job-item .collapse a.apply-btn {
		padding: 10px 25px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	.jobs .accordion {
		margin-bottom: 20px;
	}
	
	footer .copyright p img {
		margin-right: 0px;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	footer .copyright {
		text-align: center;
		margin-bottom: 10px;
	}
	
	
	.social-icons {
		text-align: center;
	}
	
	footer {
		padding: 20px 0;
	}
	
	.news-home {
		padding: 20px 0;
	}
	
	.news-home .new-home-item img {
		min-height: 120px;
		max-height: 120px;
	}
	
	.news-home .new-home-item .new-home-content {
		padding: 4px 0;
		margin-bottom: 20px;
	}
	
	.news-home .new-home-item .new-home-content span.date {
		font-size: 12px;
	}
	
	.news-home .new-home-item .new-home-content h4 {
		font-size: 17px;
		margin: 4px 0 5px;
	}
	
	.news-home .new-home-item .new-home-content p {
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 0px;
	}
	
	.news-home .new-home-item .new-home-content a {
		font-size: 13px;
	}
	
	.news-detail {
		padding: 20px 0;
	}
	
	.news-detail .new-detail-content img {
		margin-bottom: 20px;
	}
	
	.news-detail .new-detail-content p {
		font-size: 14px;
	}
	
	.sidebar-bg {
		display: none;
	}
	
	.news-home h2 a {
		font-size: 14px;
		top: 5px;
	}
	
	.career-home {
		padding: 20px 12px;
	}
	
	.career-home h2 a {
		text-align: left;
		float: unset;
		font-size: 13px;
		display: block;
		margin-top: 9px;
		position: unset;
	}
	
	.career-home .career-home-item img {
		display: none;
	}
	
	.career-home .career-home-item .career-home-content {
		float: unset;
		width: 100%;
		margin-left: 0px;
	}
	
	.career-home .career-home-item .career-home-content h4 {
		font-size: 16px;
	}

	.career-home .career-home-item .career-home-content span.location {
		color: #fff;
		font-size: 13px;
		line-height: 15px;
	}
	.career-home .career-home-item {
		margin-bottom: 15px;
	}
	
	.apply-form h4 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	
	.apply-form .form-item .input-item {
		padding: 10px 15px;
		font-size: 14px;
	}
	
	.apply-form .submit-btn {
		padding: 10px 25px;
		font-size: 14px;
		margin-top: 10px;
	}
	
	.jobs .accordion .job-item h2 span {
		text-align: left;
		float: none;
		font-size: 12px;
		margin-top: 8px;
		display: block;
		font-weight: 600;
		color: #f3bcbc;
	}

	
	
	
	




	


	


	
	
	
	
}