@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Quattrocento&display=swap');

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: #FFD8B0;
	/*  font-family: 'Libre Baskerville', serif;*/
	font-family: "Poppins", sans-serif;
	background: #424242;
}

a:hover {
	text-decoration: none;
}

/*::selection {
	color: #fff;
	background: #999;
}*/

/* -------------- main scrollbar ---------------- */
/*::-webkit-scrollbar {
   width: 8px;
   height: 3px;
}

::-webkit-scrollbar-track {
   background-color: #fff;
   border-left: 1px solid #ccc;
   -webkit-border-radius: 0px;
   border-radius: 0px;
}

::-webkit-scrollbar-thumb {
   -webkit-border-radius: 0px;
   border-radius: 0px;
   background: #A2AD4E;
   border-left: 1px solid #ccc;
}*/

.header {
	/*float: left;
    width: 100%;
    height: 100px;
    background: transparent;
    padding: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	padding: 10px;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	background-color: transparent;
}

.header.active {
	background: #1E2937;
	/*-webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 25px rgba(0, 0, 0, 0.25);*/
}

.header .logo {
	float: left;
	width: 20%;
	height: auto;
	/* margin-right: 10px; */
}

.headermenu {
	float: right;
	width: 80%;
	height: 100px;
	text-align: right;
}

.mainmenu {
	float: right;
	width: 100%;
	margin-top: 18px;
	display: block;
}

.headermenu ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}

.headermenu ul li {
	display: inline;
}

.headermenu ul li a {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	transition: 0.4s ease;
	padding: 10px;
	border-bottom: 2px solid transparent;
}

.headermenu ul li a:hover {
	border-bottom: 2px solid #BB1919;
	transition: 0.4s ease;
	padding: 10px;
}

#contact-btn {
	background: #BB1919;
	border: 2px solid #BB1919;
	padding: 8px 16px;
	margin-left: 20px;
	transition: 0.4s ease;
}

#contact-btn:hover {
	background: transparent;
	border: 2px solid #BB1919;
	transition: 0.4s ease;
}

.banner-video {
	float: left;
	width: 100%;
	height: 100vh;
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.banner-video-mobile {
	display: none;
}

@media (min-aspect-ratio:16/9) {
	.banner-video {
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio:16/9) {
	.banner-video {
		width: 100%;
		height: 90vh;
	}
}

.banner-video h1 {
	width: 100%;
	position: absolute;
	bottom: 150px;
	left: 0px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

.banner-video img {
	width: 100%;
	height: 100vh;
}

/*-------------------------- Banner ----------------------------*/
/*
.carousel {
	float: left;
	width: 100%;
	height: 100vh;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}

.carousel-inner {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	top: 0px;
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	height: 100vh;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}

.carousel-item span {
	position: absolute;
	bottom: 20%;
	left: 10%;
	padding: 40px 40px 0px 40px;
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	float: left;
	text-shadow: 0px 0px 50px #000;
	text-align: center;
	z-index: 9;
}

.carousel-item img {
	width: 100%;
	height: 100vh;
}
*/

/*.intro {
    padding: 40px 100px;
    margin-top: 60px;
}*/
/*-------------------------- End Banner ----------------------------*/
/*-------------------------- Start Mobile Menu ----------------------------*/
.overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgb(30 41 55 / 96%);
	overflow-y: hidden;
	transition: 0.5s;
}

.overlay-content {
	position: relative;
	top: 15%;
	width: 100%;
	text-align: center;
	margin-top: 0px;
}

.overlay-content a {
	padding: 15px 40px;
	text-decoration: none;
	font-size: 20px;
	line-height: 25px;
	color: #00BEB9;
	display: block;
	transition: 0.3s;
	list-style: none;
	text-align: left;
	text-transform: uppercase;
}

.overlay-content a:hover,
.overlay-content a:focus {
	color: #f1f1f1;
}

.overlay li {
	list-style: none;
}

.overlay .closebtn {
	position: absolute;
	top: 5px;
	right: 20px;
	font-size: 40px;
	color: #fff;
	text-decoration: none;
	font-weight: 200;
	/* background: #6e4040; */
	/* border-radius: 100px; */
	/* width: 32px; */
	/* height: 32px; */
	/* padding: 14px; */
}

@media screen and (max-height: 450px) {
	.overlay {
		overflow-y: auto;
	}

	.overlay a {
		font-size: 20px
	}

	.overlay-content .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

.hmenu-mobile {
	display: none;
}

/*-------------------------- End Mobile Menu ----------------------------*/

.download-btn a {
	position: fixed;
	right: -44px;
	top: 320px;
	background: #3a3838;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	transform: rotate(-90deg);
	z-index: 99;
	letter-spacing: 1px;
}

.section {
	float: left;
	width: 100%;
	height: auto;
	padding: 100px;
}

.center-text .l-size {
	font-size: 80px;
	color: #ED7B04;
	text-align: center;
	font-family: 'Quattrocento', serif;
	font-weight: bold;
	margin-bottom: 30px;
}

.center-text p {
	font-size: 18px;
	text-align: center;
	color: #FFD8B0;
	width: 70%;
	margin: 0 auto;
}

.circle-img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 140px;
}

.row1 {
	padding: 100px 0px;
}

.row1 h2 {
	color: #ED7B04;
	font-family: 'Quattrocento', serif;
	font-weight: bold;
	font-size: 36px;
}

.row1 p {
	color: #F3F4F5;
	font-size: 16px;
	width: 80%;
}

.grp1 {
	padding: 20px 0px;
}

.grp2 h1 {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 60px;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	font-family: 'Quattrocento', serif;
}

.bg1 {
	background: #424242;
}

.bg2 {
	background: #000000;
}

.bg3 {
	background: #1E2937;
}

.bg4 {
	background: url(../images/bg4.png) no-repeat fixed;
	background-size: cover;
}
.bg5 {
    background: #202020;
}
.padding-top {
    padding-top: 0px;
}
.padding-bottom {
    padding-bottom: 0px;
}
.zoom {
	overflow: hidden;
}

.img-box1 {
	float: left;
	width: 100%;
	height: 400px;
	background: url(../images/image01.png) no-repeat;
	background-size: cover;
	transform: scale(1);
	transition: 0.4s ease;
}

.img-box1 h5 {
	font-size: 24px;
	padding: 20px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	color: #ED7B04;
	transition: 0.4s ease;
}

.img-box1:hover h5 {
	transition: 0.4s ease;
	position: absolute;
	bottom: 30px;
	color: #fff;
}
.img-box1:hover {
    transition: 0.4s ease;
    filter: grayscale(100%);
}
.img-box2 {
	float: left;
	width: 100%;
	height: 400px;
	background: url(../images/image02.png) no-repeat;
	background-size: cover;
	overflow: hidden;
    transition: 0.4s ease;
}

.img-box2 h5 {
	font-size: 24px;
	padding: 20px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	color: #ED7B04;
	transition: 0.4s ease;
}

.img-box2:hover h5 {
	transition: 0.4s ease;
	position: absolute;
	bottom: 30px;
	color: #fff;
}
.img-box2:hover {
    transition: 0.4s ease;
    filter: grayscale(100%);
}
.img-box3 {
	float: left;
	width: 100%;
	height: 400px;
	background: url(../images/image03.png) no-repeat;
	background-size: cover;
	overflow: hidden;
    transition: 0.4s ease;
}

.img-box3 h5 {
	font-size: 24px;
	padding: 20px;
	position: absolute;
	bottom: 20px;
	left: 0px;
	color: #ED7B04;
	transition: 0.4s ease;
}

.img-box3:hover h5 {
	transition: 0.4s ease;
	position: absolute;
	bottom: 30px;
	color: #fff;
}
.img-box3:hover {
    transition: 0.4s ease;
    filter: grayscale(100%);
}
.img-mask {
	position: relative;
	left: 0;
	top: 250px;
	width: 100%;
	height: 150px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.65) 100%);
}

.img-box4 {
	float: left;
	width: 100%;
	height: 400px;
	background: url(../images/img01.png) no-repeat 100% 100%;
	background-size: cover;
	overflow: hidden;
	transform: scale(1);
}

.img-box4 a {
	text-decoration: none;
}

.img-box4 h5 {
	font-size: 24px;
	padding: 20px 20px 0px 20px;
	color: #ffffff;
	height: 90px;
	float: left;
	width: 100%;
}

.img-box4 p a {
	color: #BB1919;
	border-bottom: 1px solid #fff;
	position: relative;
	left: 20px;
}

.img-box5 {
	float: left;
	width: 100%;
	height: 400px;
	background: url(../images/img02.png) no-repeat 70% 100%;
	background-size: cover;
	overflow: hidden;
}

.img-box5 a {
	text-decoration: none;
}

.img-box5 h5 {
	font-size: 24px;
	padding: 20px 20px 0px 20px;
	color: #ffffff;
	height: 90px;
	float: left;
	width: 100%;
}

.img-box5 p a {
	color: #BB1919;
	border-bottom: 1px solid #fff;
	position: relative;
	left: 20px;
}

.img-box6 {
	float: left;
	width: 100%;
	height: 400px;
	background: url(../images/img03.png) no-repeat 70% 100%;
	background-size: cover;
	overflow: hidden;
}

.img-box6 a {
	text-decoration: none;
}

.img-box6 h5 {
	font-size: 24px;
	padding: 20px 20px 0px 20px;
	color: #ffffff;
	height: 90px;
	float: left;
	width: 100%;
}

.img-box6 p a {
	color: #BB1919;
	border-bottom: 1px solid #fff;
	position: relative;
	left: 20px;
}

.grp2 label {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.grp2 .custom-text {
	float: left;
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 0px;
	outline: none;
}

.grp2 p {
	padding: 50px;
	color: #fff;
}

.grp2 .newsletter-btn {
	text-align: center;
	margin: 0 auto;
}

.grp2 .newsletter-btn a {
	background: #04A6A2;
	font-size: 16px;
	padding: 15px 30px;
	color: #fff;
	text-decoration: none;
	transition: 0.4s ease;
}

.grp2 .newsletter-btn a:hover {
	background: #00BEB9;
	transition: 0.4s ease;
}
.youtube-thumb1 iframe {
    width: 100%;
	height: 350px;
	margin-bottom: 20px;
	border: 4px solid #000;
}

.youtube-thumb iframe {
	width: 100%;
	height: 250px;
	margin-bottom: 20px;
	border: 4px solid #000;
	transition: 0.4s ease;
}

.youtube-thumb iframe:hover {
	border: 4px solid #72B62A;
	transition: 0.4s ease;
}

.grp2 p {
	text-align: center;
	margin: 0 auto;
}

.grp2 .youtube-link {
	text-align: center;
	margin: 0 auto;
}

.footer {
	padding: 100px 50px 30px 100px;
	background: #202020;
}

.footer-logo {
	margin-bottom: 30px;
}

.footer-grp {
	margin-bottom: 30px;
}

.footer-grp h5 {
	color: #ED7B04;
	text-transform: uppercase;
}

.footer-grp a {
	color: #FFD8B0;
	font-size: 14px;
    text-decoration: none;
}
.footer-grp a:hover {
	color: #fff;
	font-size: 14px;
    text-decoration: none;
}
.footer-grp p {
	color: #fff;
	font-size: 14px;
	width: 80%;
	font-weight: 200;
}

.footer-grp ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-grp ul li {
	display: block;
}

.footer-grp ul li a {
	color: #FFD8B0;
	font-size: 14px;
	text-decoration: none;
	line-height: 30px;
	transition: 0.4s ease;
}

.footer-grp ul li a:hover {
	color: #ED7B03;
	transition: 0.4s ease;
	border-bottom: 1px solid #fff;
}

.footer hr {
	color: #fff;
}

.footer-social {
	float: right;
}

.footer-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-social ul li {
	display: inline;
	line-height: 40px;
}

.footer-social ul li a {
	margin: 0px;
	padding: 10px;
	fill: #fff;
}

.copyright p {
	font-size: 14px;
	color: #fff;
	padding-top: 10px;
}

.copyright a {
	color: #FFD8B0;
	font-size: 14px;
	text-decoration: none;
	margin-left: 30px;
}

.copyright a:hover {
	color: #ED7B03;
	transition: 0.4s ease;
	border-bottom: 1px solid #fff;
}

.scroll-downs {
	position: absolute;
	/* top: 0; */
	right: 0;
	bottom: 50px;
	left: 0;
	margin: auto;
	width: 34px;
	height: 55px;
}

.mousey {
	width: 3px;
	padding: 10px 15px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
}

.scroller {
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 2.2s;
	animation-timing-function: cubic-bezier(.15, .41, .69, .94);
	animation-iteration-count: infinite;
}

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

	10% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(15px);
		opacity: 0;
	}
}

.innerpagebanner {
	width: 100%;
	height: 100vh;
	background: #333;
}

.callforpilots {
	width: 100%;
	height: 100vh;
	background: url(../images/innerpage-callforpilots.jpg) fixed;
	background-size: cover;
}
.volunteer {
	width: 100%;
	height: 100vh;
	background: url(../images/innerpage-volunteer.jpg) fixed;
	background-size: cover;
}
.partner {
	width: 100%;
	height: 100vh;
	background: url(../images/innerpage-partner.jpg) fixed;
	background-size: cover;
}
.careers {
	width: 100%;
	height: 100vh;
	background: url(../images/innerpage-careers.jpg) fixed;
	background-size: cover;
}
.contact {
	width: 100%;
	height: 100vh;
	background: url(../images/slider-img01.jpg) fixed;
	background-size: cover;
}
.ourteam {
	width: 100%;
	height: 100vh;
	background: url(../images/innerpage-team.jpg) fixed;
	background-size: cover;
}
.about {
	width: 100%;
	height: 100vh;
	background: url(../images/innerpage-about.jpg) fixed;
	background-size: cover;
}
.color-grey {
    color: #888 !important;
}
.arrow-circle-stroke {
	width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 30px;
}
.arrow-circle-stroke img {
    width: 4%;
}

.center-text h5 {
	width: 90%;
	font-size: 30px;
	font-weight: normal;
	line-height: 45px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 100px;
}

.center-text h1 {
	width: 100%;
	font-size: 48px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}

.center-text h3 {
	width: 100%;
	font-size: 32px;
	color: #F2F3F5;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 20px;
}

.center-text h6 {
	width: 70%;
	color: #FFD8B0;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	line-height: 26px;
	font-weight: normal;
	font-size: 18px;
}

.gradient-red {
	background-image: linear-gradient(140deg, #F80200, #FFA84C);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gradient-blue {
	background-image: linear-gradient(140deg, #0093D3, #00D3AD);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bg-black {
	background: #333333 !important;
}

.bg-grey {
	background: #f5f5f7;
}

.row-separator {
	margin-bottom: 30px;
	margin-top: 50px;
}

.valunteer-list {
	float: left;
	width: 100%;
	height: auto;
	/*border: 1px solid #ccc;*/
	padding: 20px;
	margin-bottom: 30px;
}

.valunteer-list img {
	margin-bottom: 20px;
	width: 50%;
	height: auto;
}

.valunteer-list h6 {
	color: #ED7B04 !important;
	margin-bottom: 10px;
	font-size: 26px;
}

.valunteer-list p {
	width: 100%;
	text-align: left;
	padding: 0px;
	font-size: 16px;
	color: #FFD8B0 !important;
	line-height: 24px;
}
.uploadcv {
    padding: 50px;
}
.uploadcv h2 {
    color: #fff;
	margin-bottom: 20px;
}
.uploadcv p {
    color: #ccc;
    font-weight: 300;
	line-height: normal;
    margin-bottom: 30px;
}
.uploadcv h5 {
	font-weight: normal;
	margin-bottom: 30px;
}

.uploadcv a {
	color: #04A6A2;
}

.form-link {
	margin-bottom: 100px;
}

.form-link h5 a {
	background: #04A6A2;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	transition: 0.4s ease;
}

.form-link h5 a:hover {
	background: #00BEB9;
	transition: 0.4s ease;
}

.bgimg01 {
	background: url(../images/bgimg01.png) fixed;
	background-size: cover;
	color: #fff;
}

.mgb-50 {
	margin-bottom: 50px;
}

.mgb-100 {
	margin-bottom: 100px;
}

.imgeffect01 {
	background: transparent;
	padding: 20px 10px;
	transition: 0.4s ease;
}

.imgeffect01:hover {
	background: #333;
	padding: 20px 10px;
	transition: 0.4s ease;
}

.imgeffect01 .box {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.imgeffect01 .box img {
    transform: scale(1);
	transition: 0.4s ease;
}
.imgeffect01 .box:hover img:hover {
    transform: scale(1.3);
	transition: 0.4s ease;
}
.box-content h3 {
	color: #ED7B04;
	padding-top: 30px;
}

.box-content p {
	color: #FFD8B0;
}
.contact-setion {
    border: 1px solid #FFD8B0;
    padding: 20px;
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
}
.contact-setion h4 {
	color: #ED7B04;
}

.contact-setion p {
	width: 100%;
	color: #FFD8B0;
}

.contact-setion a {
	color: #73B62A;
    text-decoration: none;
    font-size: 14px;
}
.contact-setion a:hover {
    text-decoration: underline;
}
#partnerone {
	padding-top: 100px;
}

#partnertwo {
	padding-top: 130px;
}

#partnerthree {
	padding-top: 130px;
}

.download-img {
	float: left;
	width: 15%;
	margin-right: 20px;
}

.download-img img {
	float: left;
	width: 100%;
	/* margin-bottom: 20px; */
	/* margin-right: 20px; */
}

.download-text {
	float: left;
	width: 80%;
	padding: 30px 0px;
}

.download-text h4 {
	float: left;
	/* width: 70%; */
}

.download-text a {
	float: right;
	/* width: 14%; */
	text-align: right;
	padding: 5px 0px;
	color: #04A6A2;
	text-decoration: none;
	font-size: 20px;
	transition: 0.4s ease;
}

.download-text a:hover {
	color: #04A6A2;
	text-decoration: underline;
	transition: 0.4s ease;
}

.downloadbrcohure {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border-bottom: 1px solid #333;
	background: #333;
	padding: 20px 0px 20px 20px;
}

a .policycard-01,
.policycard-02,
.policycard-03,
.policycard-04 {
	float: left;
	text-decoration: none;
	color: #424242;
}

.policycard-01 {
	float: left;
	width: 100%;
	height: 270px;
	background: #D4FE56;
	padding: 20px;
	border-radius: 20px;
}

.policycard-01 h3 {
	font-size: 24px;
}

.policycard-01 img {
	position: relative;
	top: 85px;
	right: 0px;
	float: right;
	transition: 0.4s ease;
}

a:hover .policycard-01 img {
	position: relative;
	top: 80px;
	right: 0px;
	float: right;
	transition: 0.4s ease;
}

.policycard-02 {
	float: left;
	width: 100%;
	height: 270px;
	background: #59F9BE;
	padding: 20px;
	border-radius: 20px;
}

.policycard-02 h3 {
	font-size: 24px;
}

.policycard-02 img {
	position: relative;
	top: 115px;
	right: 0px;
	float: right;
	transition: 0.4s ease;
}

a:hover .policycard-02 img {
	position: relative;
	top: 110px;
	right: 0px;
	float: right;
	transition: 0.4s ease;
}

.policycard-03 {
	float: left;
	width: 100%;
	height: 270px;
	background: #A88BFF;
	padding: 20px;
	border-radius: 20px;
}

.policycard-03 h3 {
	font-size: 24px;
}

.policycard-03 img {
	position: relative;
	top: 115px;
	right: 0px;
	float: right;
	transition: 0.4s ease;
}

a:hover .policycard-03 img {
	position: relative;
	top: 110px;
	right: 0px;
	float: right;
	transition: 0.4s ease;
}

.policycard-04 {
	float: left;
	width: 100%;
	height: 270px;
	background: #FFCF52;
	padding: 20px;
	border-radius: 20px;
}

.policycard-04 h3 {
	font-size: 24px;
}

.policycard-04 img {
	position: relative;
	top: 115px;
	right: 0px;
	float: right;
	transition: 0.4s ease;
}

a:hover .policycard-04 img {
	position: relative;
	top: 110px;
	right: 0px;
	float: right;
	transition: 0.4s ease;
}

.policy h5 {
	text-align: left;
	width: auto;
	padding-bottom: 0px;
	font-size: 18px;
	font-weight: 500;
	color: #ED7B04;
	background: url("../images/arrow-right-circle.svg") left no-repeat;
	padding-left: 30px;
	line-height: 24px;
}

.policy h4 {
	text-align: left;
	width: auto;
	padding-bottom: 0px;
	font-size: 14px;
	font-weight: 600;
	background: url("../images/arrow-right-circle.svg") left no-repeat;
	padding-left: 30px;
	margin-left: 0px;
	line-height: 24px;
}

.policy h6 {
	color: #ED7B04 !important;
	/* padding-left: 30px; */
}

.policy p {
	text-align: left;
	width: auto;
	padding-bottom: 0px;
	font-size: 14px;
	padding-left: 0px;
	font-weight: 300;
}

.policy ul {
	list-style: none;
}

.policy ul li {
	background: url("../images/bullet-down-right.svg") no-repeat 0px -4px;
	padding-left: 30px;
	font-size: 14px;
	font-weight: 300;
}

a .policycard-01,
.policycard-02,
.policycard-03,
.policycard-04 {
	float: left;
	text-decoration: none;
	color: #424242;
}

.policy ol li {
	font-size: 14px;
	font-weight: 300;
	margin-left: 0px;
	margin-bottom: 20px;
}

.policy h4 {
	font-size: 16px;
}

.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 15px;
	width: 100%;
	height: 450px;
	position: relative;
}

.MultiCarousel .MultiCarousel-inner {
	transition: 1s ease all;
	float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
	float: left;
	width: 300px !important;
	height: 434px;
}

.MultiCarousel .MultiCarousel-inner .item>div {
	text-align: left;
	padding: 10px;
	margin: 00px;
	background: transparent;
	width: 270px;
	height: 435px;
	float: left;
	border: 1px solid #5a5a5a;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
	position: absolute;
	border-radius: 50px;
	top: calc(50% - 80px);
	padding: 5px;
}

.MultiCarousel .leftLst {
	left: 0;
    background: #202020;
    border: none;
}

.MultiCarousel .rightLst {
	right: 0;
    background: #202020;
    border: none;
}

.MultiCarousel .leftLst.over
.MultiCarousel .rightLst.over {
	pointer-events: none;
	
}
.pad15 img {
    margin-bottom: 20px;
}
.pad15 h4 {
    color: #ED7B04;
}
.pad15 p {
    color: #FFD8B0;
    font-size: 15px;
}
.pad15 a {
    color: #ED7B04;
    border-bottom: 1px solid #ED7B04;
    text-decoration: none;
}
#slider-item-mobile {
    display: none;
}

#partner-img1 {
    display: none;
}
#partner-img2 {
    display: block;
}

.ourteam-captions h2 {
    width: 90%;
    color: #ED7B04;
    font-weight: 400;
    text-align: left;
    line-height: 50px;
}
.ourteam h1 {
    /* margin-bottom: 50px; */
}
.team-list {
    float: left;
    width: 100%;
    height: auto;
    padding: 20px; 
    margin-bottom: 30px;
    text-align: center;
}
.team-list a {
    text-decoration: none;
    color: #fff;
}
.team-list img {
    margin-bottom: 20px;
    border-radius: 200px 0px 200px 200px;
    transition: 0.4s ease;
}
.team-list:hover img {
    border-radius: 200px 40px 200px 200px;
    transition: 0.4s ease;
}
.team-list p {
    color: #b5b5b5;
    font-size: 18px;
    font-weight: 600;
}
.profile-pic {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.profile-pic img {
    margin-bottom: 20px;
    /*border-radius: 200px 0px 200px 200px;*/
}
.profile-pic h3 {
    margin-bottom: 0px;
    color: #fff;
}
.profile-pic h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}
.profile-pic p {
    color: #dddddd;
    font-size: 12px;
    font-weight: 300;
}
.profile-details {
    width: 100%;
    color: #F3F4F5;
}
.profile-details h4 {
    margin-bottom: 0px;
}
.profile-details h6 {
    margin-bottom: 5px;
    color: #ED7B04;
    font-size: 20px;
}
.profile-details p {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: justify;
}
.career-btn {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}
.career-btn a {
    color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
    border: 2px solid #BB1919;
    background: #BB1919;
	padding: 15px 30px;
	transition: 0.4s ease;
}
.career-btn a:hover {
    background: #D31515;
    border: 2px solid #D31515;
	transition: 0.4s ease;
}
.footer-applink ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-applink ul li {
    display: block;
}
.footer-applink ul li a img {
    width: 40%;
    margin-bottom: 20px;
}
.footer-applink ul li span {
    float: left;
    width: 100%;
    font-size: 12px;
    position: relative;
    top: -20px;
    left: 40px;
    color: #848484;
}
.contact-map {
  float: left;
  width: 100%;
  height: auto;
  background: #fff;
  border: 10px solid #ccc;
  padding: 10px;
  border-radius: 0px;
  margin-top: 100px;
}
.appicon {
    float: right;
}
.appicon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.appicon ul li {
    display: inline;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.appicon ul li a {
    padding: 0px 5px;
    text-decoration: none;
    transition: 0.4s ease;
    border-bottom: none;
}
.appicon ul li a:hover {
    padding: 0px 5px;
    text-decoration: none;
    transition: 0.4s ease;
    border-bottom: none;
}
.leftsociallinks {
	position: fixed;
	left: -20px;
	top: 140px;
	padding: 10px 20px;
    display: block;
}
.leftsociallinks ul {
    list-style: none;
    margin: 0;
    padding: 0;   
}
.leftsociallinks ul li {
    display: block;
    background: #333;
    padding: 8px;
    text-align: center;
}
.leftsociallinks ul li a {

}
.leftsociallinks #one {
    background: #2C46A1;
}
.leftsociallinks #two {
    background: #303030;
}
.leftsociallinks #three {
    background: #DB168C;
}
.leftsociallinks #four {
    background: #227CC8;
}
.leftsociallinks #five {
    background: #c81615;
}
.leftsociallinks #six {
    background: #ff0303;
}
.leftsociallinks #seven {
    background: #265D87;
}
.leftsociallinks #eight {
    background: #FFA504;
}
.leftsociallinks #nine {
    background: #494949;
}
.leftsociallinks #ten {
    background: #707070;
}
.leftsociallinks #eleven {
    background: #FFDD2D;
}
.leftsociallinks #twelve {
    background: #2BA537;
}
.leftsociallinks #thirteen {
    background: #40B3E0;
}
.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;   
}
.footer-social ul li {
    display: inline;
    background: #333;
    padding: 8px 0px;
    text-align: center;
}
.footer-social ul li a {

}
.footer-social #one {
    background: #2C46A1;
}
.footer-social #two {
    background: #303030;
}
.footer-social #three {
    background: #DB168C;
}
.footer-social #four {
    background: #227CC8;
}
.footer-social #five {
    background: #c81615;
}
.footer-social #six {
    background: #ff0303;
}
.footer-social #seven {
    background: #265D87;
}
.footer-social #eight {
    background: #FFA504;
}
.leftsociallinks #nine {
    background: #494949;
}
.footer-social #ten {
    background: #707070;
}
.footer-social #eleven {
    background: #FFDD2D;
}
.footer-social #twelve {
    background: #2BA537;
}
.footer-social #thirteen {
    background: #40B3E0;
}

#active a {
    color: yellow;
}
.download-link {
    float: left;
    margin-top: 20px;
}
.download-link a {
    background: #BB1919;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.grp2 {
    
}
.ourteam-captions h3 {
    color: yellow;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}
.ourteam-captions h4 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
}
.row2 {
    padding: 30px 0px;
    border-bottom: 2px solid #555;
}
.downloadpdf {
    float: left;
}
.downloadpdf a {
    color: #fff;
    background: #BB1919;
    border: 2px solid #BB1919;
    padding: 12px 16px 12px 12px;
    transition: 0.4s ease;
    text-decoration: none;
}
.downloadpdf a img {
    width: 15%;
}
.h4pos {
     width: 90%;
}
.bannergrp {
    float: left;
    width: 50%;
    height: auto;
    margin-bottom: 30px;
    margin-left: 100px;
    margin-top: 400px;
    background: rgb(0 0 0 / 80%);
    padding: 20px;
}
.bannergrp h1 {
    float: left;
    width: 100%;
    font-size: 50px;
    color: #fff;
}
.bannergrp h4 {
    font-size: 18px;
    font-weight: normal;
    color: lightgray !important;
}
.footer-mobile a {
    text-decoration: none;
}
.footer-mobile a:hover {
    color: #fff;
    text-decoration: none;
}
.imgthumb1 {
    float: left;
    width: 100%;
    height: 400px;
    background: url(../images/downloadimg04.png) no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: 0.4s ease;
    border: 10px solid #333333;
}
}


