
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.1;
	color: #000;
}
body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
}
span, a, input, button, li {
	font-family: 'Open Sans', sans-serif;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
p {
    font-size: 20px;
	color: #000;
}
a, input, select, textarea 
{
    margin: 0;
    outline: medium none;
    padding: 0;
}
 html 
{
}

img, fieldset
{
    border: 0 none;
}
a
{
    border: medium none;
    outline: medium none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
    display: block;
    margin: 0;
    padding: 0;
}

a:hover
{
    text-decoration: none;
}
.clear
{
    clear: both;
}
.top_header {
    position: relative;
    background: #000;
    color: #fff;
	padding: 8px 0;
	transition: 0.6s;
}
.fixed_sticky .top_header {
    display: none;
}
.header_logo a img {
    width: 100%;
    float: left;
}
.top_txt p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
}

.sticky .mobile_menu_sec span {
    color: #ff8003;
}
header.header_section {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    z-index: 9;
    left: 0;
    right: 0;
    background: #fff;
	transition: 0.6s;
}
.sidenavs {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    background: transparent;
    overflow-x: hidden;
    /*transition: 0.5s;*/
	display: table-cell;
    vertical-align: middle;
}
ul.menu_navigation {
    display: table;
    margin: 0 auto;
}
.fixed_sticky .mid_menu_header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0.96);
	padding: 5px 0;
}
.course_sec {
    display: flex;
    float: right;
    padding-top: 0px;
    position: relative;
    height: 100%;
    align-items: center;
}
.sidenavs a {
    padding: 8px 8px 8px;
    text-decoration: none;
    font-size: 11px;
    color: #4d474f;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
	border-bottom: 2px solid transparent;
}
ul.menu_navigation li.active a {
    border-color: #164b75;
}


.header_navigation {
    display: table;
    position: relative;
    vertical-align: middle;
    height: 100%;
	width: 100%;
}
ul.menu_navigation li {
    float: left;
}
.sidenavs a:hover {
  color: #f1f1f1;
}
.sidenavs .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: none;
}
ul.menu_navigation li a {
    font-weight: 600;
}
ul.menu_navigation li a:hover {
	color: #2f3660;
	border-color: #164b75;
}
ul.menu_navigation li.active a {
	color: #2f3660;
}
span.toggle_menu {
    display: none;
}
a.courses_btns {
    background: #774eeb;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    border-radius: 10px;
    padding: 8px 15px;
    display: flex;
    text-align: center;
    justify-content: center;
    transition: 0.6s;
    text-transform: capitalize;
    white-space: pre;
}
a.courses_btns:hover {
	background: #2f3660;
	color: #fff;
}
a.login_btn {
    font-size: 17px;
    color: #000;
    margin-right: 15px;
    transition: 0.6s;
}
a.login_btn:hover {
    color: #2f3660;
}
.header_logo {
    position: relative;
}
.mid_menu_header {
    position: relative;
    padding: 10px 0;
}
/*----------Banner section---------*/
.slider_home_sec {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #f3fdff;
}
h2.slider_title {
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
	text-transform: uppercase;
}
img.slder_img {
    width: 100%;
}
.slider_text p {
    font-size: 30px;
    color: #373442;
    font-weight: 400;
    line-height: initial;
}
.slider_btn {
    background: #774eeb;
    color: #fff;
    min-width: 350px;
    display: table-cell;
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 10px;
    transition: 0.6s;
    position: relative;
    box-shadow: 0px 2px 10px 0px rgba(119, 78, 235, 0.8);
}
.slider_btn_Sec {
    display: table;
    margin-top: 50px;
    position: relative;
}
a.sign_up_btn {
    font-size: 28px;
    width: 160px;
    display: table-cell;
    text-align: center;
    transition: 0.6s;
	color: #774eeb;
}
a.sign_up_btn:hover {
	color: #3c2e52;
}
.slider_btn:hover {
	background: #3c2e52;
    color: #fff;
}
.slider_caption_txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.slider_captions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    position: relative;
}
h2.slider_title br {
	display: none;
}	
/*--------Trusted and Proven -----------*/
/*-------- Introduction & Mobile Crew -----------*/
.introduction_mobile {
    position: relative;
    background: #f7f7f7;
    padding: 50px 0;
}
h2.home_titles {
    font-size: 35px;
    margin-bottom: 15px;
    transition: 0.6s;
    position: relative;
}
.intro_program p {
    line-height: normal;
	font-size: 20px;
}
.intro_imgs img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.intro_imgs {
    height: 100%;
    position: relative;
}


/*--------Turning Lives Around---------*/
.turning_live_around {
    position: relative;
    padding: 60px 0;
}
.turning_live_around p {
    font-size: 20px;
}
ul.benifit_list li {
    list-style: disc;
    position: relative;
    font-size: 20px;
    padding: 5px 0;
    transition: 0.6s;
}
ul.benifit_list {
    position: relative;
    padding-left: 20px;
}
.benifit_services {
    position: relative;
    padding: 40px 0 50px;
}
.space_lines {
    display: block;
    width: 100%;
    height: 1px;
    background: #4d474f;
}
.employer_sect {
    position: relative;
    padding-top: 50px;
}





/*--------Government Information---------*/
.government_info {
    position: relative;
    background: url(../images/govrment_bg.png)no-repeat center;
    background-size: cover;
    padding: 130px 0;
}
.govt_txts h2 {
    font-size: 70px;
    font-weight: 400;
    color: #fff;
    position: relative;
	margin-bottom: 15px;
}
a.click_btns {
    max-width: 350px;
    display: block;
    margin: 30px auto 0;
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 10px 0;
    font-size: 20px;
    transition: 0.6s;
	position: relative;
}
a.click_btns:hover {
    background: #2f3660;
    color: #fff;
}
/*--------Thank You Assistance---------*/
h2.thanks_title {
    font-size: 65px;
    font-weight: 600;
    position: relative;
    transition: 0.6s;
	margin-bottom: 0;
}
.assistance_you {
    position: relative;
    padding: 50px 0 60px;
}
/*-------Testimonial-------*/
.testimonial_sect {
    position: relative;
    background: #f7f7f7;
    color: #fff;
    padding: 60px 0;
}

.testi_txts {
    background: #fff;
    padding: 20px 30px 40px;
    position: relative;
    color: #212529;
}
.owl_testimonial .owl-dots {
    display: block !important;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.owl_testimonial .owl-dots button.owl-dot {
    background: #ccc;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    transition: 0.6s;
	margin: 0 3px;
}
.owl_testimonial .owl-dots button.owl-dot:focus {
	outline: none;
}
.owl_testimonial .owl-dots button.owl-dot.active {
    background: #2b3d63;
}
.testi_txts p {
    font-size: 20px;
    line-height: normal;
}
.testi_txts p b {
    display: block;
    padding-top: 10px;
}

/*-------- Mobile Crew Services---------*/
.mobile_crew_servics {
    position: relative;
    padding: 60px 0;
}
.crew_services {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.mobile_padd20 {
    padding-top: 40px;
}
h2.crew_titles {
    font-size: 58px;
    position: relative;
	margin-bottom: 20px;
}
.crew_text h4 {
    font-size: 34px;
}
img.crwimgs {
    width: 100%;
}
/*-------- Supported Employment ---------*/
.support_employment {
    position: relative;
    padding: 60px 0;
	background: #f7f7f7;
}
.vocational_rahb {
    position: relative;
    padding: 60px 0;
}
.employe_imgs img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.employe_imgs {
    height: 100%;
    position: relative;
}
ul.support_listing li a {
    display: block;
    position: relative;
    transition: 0.6s;
    color: #000;
    font-size: 19px;
}
.program_place {
    position: relative;
    padding: 60px 0;
}

.our_place_img .hover01 figure.imgsect_hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.our_place_img .hover01 {
	position: relative;
}
.our_place_img .hover01 figure.imgsect_hover:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.our_place_img.column {
    position: relative;
    transition: 0.6s;
}
figure.imgsect_hover {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
ul.img_place_list li {
    width: 19%;
    float: left;
    overflow: hidden;
    margin-right: 1%;
    position: relative;
}
.our_place_img.column:hover .img_title {
    background: rgba(45, 54, 92, 0.6);
}
.img_title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.6s;
}
a.img_links {
    text-align: center;
    font-size: 35px;
    color: #fff;
    position: relative;
    line-height: 40px;
}
a.img_links span {
    display: block;
    font-weight: 300;
    font-size: 28px;
}
ul.img_place_list li:nth-of-type(5n) {
    margin-right: 0;
}
figure.imgsect_hover img {
    width: 100%;
}

/*-----------Our Bio----------*/
.our-bio-sect {
    position: relative;
    padding: 60px 0;
}
.maskimgs figure.figure_mask {
	position: relative;
}
.maskimgs {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
figure.figure_mask img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.maskimgs figure.figure_mask::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.maskimgs figure.figure_mask:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.mask_up_sect {
    position: relative;
    padding-bottom: 30px;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/*----------About Us---------*/
.aboutus_sect {
    position: relative;
    padding: 60px 0;
}
.need_staff_sec {
    position: relative;
    background: url(../images/whenabout_bg.jpg)no-repeat center;
    background-size: cover;
    padding: 110px 0;
}
.about_turnsect {
    position: relative;
    padding: 60px 0;
    background: #f7f7f7;
	margin-top: 60px;
} 
.about_intro_imgs img {
    width: 100%;
}
ul.gurnte_list li a {
    position: relative;
    display: block;
    color: #000;
    font-size: 20px;
    transition: 0.6s;
}
ul.gurnte_list li {
    position: relative;
    padding: 5px 0 5px 4%;
}
.guarantes_sect {
    position: relative;
    padding: 60px 0;
}
ul.gurnte_list li:before {
    position: absolute;
    content: "\f00c";
    font: normal normal normal 18px/1 FontAwesome;
    top: 10px;
    left: 0;
	color: #164b75;
}
.gurantes1_text {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
}
.gurante_text {
    width: 100%;
    display: block;
    position: relative;
}
ul.gurnte_list {
    padding-top: 15px;
}
.gurante_text h3 {
    font-weight: 600;
}
.important_programs {
    position: relative;
    background: #f7f7f7;
    padding: 60px 0;
}
ul.benifits_list li {
    position: relative;
    padding: 5px 0 5px 4%;
    width: 50%;
    float: left;
}

ul.benifits_list li a {
    position: relative;
    display: block;
    color: #000;
    font-size: 20px;
    transition: 0.6s;
}
ul.benifits_list li:before {
    position: absolute;
    content: "\f058";
    font: normal normal normal 18px/1 FontAwesome;
    top: 10px;
    left: 0;
	color: #164b75;
}
.benifits_suports h3 {
    margin: 20px 0;
    font-weight: 600;
}


/*------Contact Page-------*/
.inner_slider_sec {
    display: inline-block;
    width: 100%;
    position: relative;
}
.hours_contact_info {
    position: relative;
    background: #f7f7f7;
    padding: 60px 0 40px;
}
.info_contacts {
    display: table;
    background: #fff;
    width: 100%;
    position: relative;
    vertical-align: middle;
}
.contct_detail {
    display: table-cell;
    width: 60%;
    position: relative;
    vertical-align: middle;
    padding-left: 2%;
    padding-right: 5%;
}
.contact_img {
    display: table-cell;
    width: 40%;
    position: relative;
    vertical-align: middle;
}
.contact_img img.img_contct {
    width: 100%;
}
.contct_detail p {
    font-size: 20px;
    position: relative;
    transition: 0.6s;
}
.contct_detail p a {
	color: #000;
    transition: 0.6s;
}
.contct_detail p a:hover {
	color: #2f3660;
}
a.phone_nb {
    float: right;
}
a.mails_s {
    display: block;
}
.hours_operation {
    position: relative;
    padding: 50px 0 0px;
}
h2.home_titles b {
    display: block;
    padding-bottom: 15px;
}
.contct_masksec {
    background: #fafafa;
    padding-top: 60px;
}




/*----------footer----------*/
.footer_section {
    display: inline-block;
    width: 100%;
    position: relative;
}
.top_footers {
    position: relative;
    background: #e8e8e8;
    padding: 60px 0;
}
.footer_bottom {
    position: relative;
    padding: 10px 0;
}
.footer_inners h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}
ul.footer_links li {
    position: relative;
    padding: 4px 0;
    transition: 0.6s;
}
ul.footer_links li a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    transition: 0.6s;
    word-break: break-all;
}
.footer_logos {
    text-align: right;
    padding-right: 15%;
}
.footer_adres_sec p {
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
}
.virage_community {
    position: relative;
    padding: 60px 0 50px;
    background: #fafafa;
}





body > center > div, body > div  {
    width: 100% !important;
}

div#pasteDiv_67, div#pasteDiv_69, div#pasteDiv_68,div#pasteDiv_70,div#pasteDiv_6, div#pasteDiv_2 {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
}

body {
    background: none;
    margin: 0 !important;
}

section.inner_slider_sec img {
   height: 452px;
   object-fit: cover;
}
div#pasteDiv_2 section.inner_slider_sec {
   position: relative;
}
div#pasteDiv_2 section.inner_slider_sec:after {
   content: "";
   position: absolute;
   background: rgba(0,0,0,.5);
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}
div#pasteDiv_2 section.inner_slider_sec .slider_caption_txt {
   z-index: 1;
}