.about_page {
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
}
.about_page:before {
	background-color: #1b1a1a;
	opacity: 0.6;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.get-to-content h4 {
	font-size: 45px;
	line-height: 70px;
	font-family: Ubuntu-Medium;
	font-weight: 600;
    color: #f0b90b;
}
.get-to-content  {
	width:100%;
}
.get-to-content p {
    font-size: 16px;
    text-align: justify;
    line-height: 26px;
    margin-bottom: 30px;
    font-family: ubuntu-regular;
    color: white;
}
.get-to-content p span {
	color: #F28913;
	font-weight: 600;
}
.get-to-content a {
	padding: 10px 20px;
	background: #FB5C0B;
	color: #fff;
}
.get-to-content a:hover {
	background:#fff;
	color: #FB5C0B;
	border-color:#FB5C0B;
}
.bg_section {
	padding: 0;
	max-height: 600px;
}
.about_title {
	padding: 235px 0 149px 0;
	width: 100%;
}
.about_title h1 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
	text-transform: capitalize;
	letter-spacing: -0.95px;
	font-style: itali;
	font-family: play;
}
.get_to {
	padding: 60px 0;
	background: rgba(86, 119, 252, 0.05);
}
.get-to-thumb {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/* background-attachment: fixed; */
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 10px;
	overflow: hidden;
	z-index: 1;
}
.get-to-thumb:before {
	background-color: #1b1a1a;
	opacity: 0.4;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.get-to-thumb img {
	width: 150px;
	border-radius: 10px;
	transition: all 0.2s ease-out;
	float: right;
	margin-top: 70%;
}
.btn-brand {
	background-color: #F2BB13;
	color: #ffffff;
	border-color: #F2BB13;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.breadcrumb {
	background-color: transparent !important;
	margin-bottom: 0;
	padding: 0;
	border-radius: 0;
	color: #e5e4e4;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
}
.breadcrumb a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	background: transparent;
	color: #ffffff;
	text-decoration:none;
	padding-right: .5rem;
}
.breadcrumb li a:hover {
	color: #F8711D;
}
.breadcrumb li {
	padding-right: .5rem;
    color: #f0b90b; 
}
.breadcrumb > li + li :before {
    color: #ffffff;
	padding-left: .5rem;
}

.breadcrumb > li + li:before, .breadcrumb > li a {
	color: #f7af04;
	border-right: 1px solid #fff;
}
.info_cards {
	padding-top: 110px;
	padding-bottom: 110px;
	overflow: hidden;
	width: 100%;
}
.info-card {
	width: 100%;
	position: relative;
}
.info-card .info-card-step {
	position: absolute;
	left: 0;
	top: 10px;
	font-family: play;
	color: #e8e8e8;
	font-size: 52px;
	font-style: italic;
	line-height: 29px;
}
.info-card-content {
	padding-left: 100px;
}
.info-card-subtitle {
	color: #9b9b9b;
	font-family: Century Gotjic;
	font-size: 14px;
	font-style: italic;
	font-weight: 600;
	line-height: 31px;
	margin-bottom: 0;
}
.info-card-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 29px;
	margin-bottom: 17px;
	color: #F28913;
}
.info-card-desc {
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 15px;
	color: #9b9b9b;
	font-family: play;
	text-align: justify;
}
.info-card-links {
	color: #ffb400;
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
}
.info-card-links i {
	margin-right: 8px;
}
.info-card-links:hover {
	color: #000;
}
.featured {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 110px;
}
.featured:before {
	background-color: #1b1a1a;
	opacity: .97;
	content: "";
	display: inline-block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.feature_img {
	width: 100%;
	/* overflow: hidden; */
}
.feature_img img {
	margin-left: -64%;
	height: 600px;
}
.heading {
	margin-bottom: 50px !important;
	margin-left: 11%;
}
.heading--title {
	font-family: 'Exo 2';
	font-size: 36px;
	font-weight: 600;
	font-style: italic;
	line-height: 45px;
	margin-bottom: 17px;
	color: #ffff00eb;
}
.heading--desc {
	color: #e6e3e3;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px !important;
	font-family: century gothic;
	text-align: justify;
}
.heading-card {
	position: relative;
	margin-left: 20px;
}
.heading-card-icon {
	margin-bottom: 22px;
}
.heading-card-icon img {
	max-width: 100%;
	height: auto;
}

.heading-card-title {
	color: #222;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 16px;
}
.consultation {
	padding-top: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	background-size: cover;
	overflow: hidden;
}
.frader {
	margin-left: 8%;
}
.about-signle-content h4 {
	font-size: 45px;
	line-height: 70px;
	font-family: Ubuntu-Medium;
	z-index: 2;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative;
	margin-top: 0px;
}
.about-signle-content h4:before {
	content: '';
	background: #08213e;
	width: 100px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -45%);
	z-index: -1;
}
.about-signle-content  {
	width:100%;
}
.about-signle-content p {
	font-size: 16px;
	text-align: justify;
	line-height: 26px;
	margin-bottom: 30px;
	font-family: ubuntu-regular;
    color: white;
}
.about-signle-content p span {
	color: #f0b90b;
	font-weight: 600;
}