.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	/*height: 430px;*/
}

@media screen and (min-width: 768px) {
	.home{
		height: 180px;
	}
}
@media screen and (max-width: 767px) {
	.home {
		height: 120px;
	}
	.home_title {
		font-size: 30px !important;
	}
}

.home_container
{
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	/*bottom: 92px;*/
	/*bottom: 60px;*/
}

/*@media screen and (min-width: 768px) {
	.home_container {
		position: absolute;
		top: 60px;
		left: 0;
	}
}*/

@media screen and (min-width: 576px) and (max-width: 767px) {
	.home_container {
		position: absolute;
		top: 40px;
		left: 0;
	}
}

/*@media screen and (max-width: 575px) {
	.home_container {
		position: absolute;
		top: 60px;
		left: 0;
	}	
}*/


.home_content
{

}
.home_title
{
	font-size: 48px;
	font-weight: 600;
	line-height: 0.75;
	color: #FFFFFF;
}
.breadcrumbs
{
	margin-top: 14px;
}
.breadcrumbs ul li
{
	display: inline-block;
	position: relative;
	color: #ff8a00;
	font-size: 12px;
	font-weight: 600;
}
.breadcrumbs ul li a
{
	font-size: 12px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.breadcrumbs ul li a:hover
{
	color: #ff8a00;
}
.breadcrumbs ul li:not(:last-child)::after
{
	display: inline-block;
	position: relative;
	content: '/';
	margin-left: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 0.75;
}

/*********************************
6. About
*********************************/

.about
{
	width: 100%;
	background: #FFFFFF;
	/*padding-top: 94px;
	padding-bottom: 111px;*/
	padding-top: 50px;
	padding-bottom: 100px;
}
.about_row:not(:last-child)
{
	margin-bottom: 99px;
}
.about_content
{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.about_image
{
	width: 100%;
}
.about_image img
{
	max-width: 100%;
}
.about_title
{
	font-size: 36px;
	font-weight: 700;
	color: #44425a;
}
.about_text
{
	margin-top: 61px;
}

/***************************
		Nav Tabs
***************************/

.nav-tabs{
	/*border: 1px solid red;*/
}


.nav-tabs{
	border-radius: 6px;
}
.nav-tabs li {
	border: 1px solid #ccc;
	border-bottom: none;
}
.nav-tabs li:hover{
	background: #fafafa
}
.nav-tabs li:first-child {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.nav-tabs li:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.nav-tabs li a img {
	margin-right: 6px;
}
.nav-tabs li a{
	padding: 10px 10px;
	display: block;
}

.nav-tabs .active a{
	/*border: 1px solid red;*/
	background: #FF8A00;
	color: #fff;
}

.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

  /*border: 1px solid red;*/
}

.nav-tabs-dropdown:before {
  /*content: "\e114";
  font-family: 'Glyphicons Halflings';*/

  content: "\f078";
  font-family: 'FontAwesome';
  position: absolute;
  right: 30px;
}

@media screen and (min-width: 768px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}
@media screen and (max-width: 767px) {
    .nav-tabs-dropdown {
        display: block;
    }
    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        /*text-align: center;*/
    }
   .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
   }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    } 
    .nav-tabs-horizontal  > li > a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal  > li.active > a,
    .nav-tabs-horizontal  > li.active > a:hover,
    .nav-tabs-horizontal  > li.active > a:focus {
        color: #ffffff;
        background-color: #428bca;
    }

    .nav-tabs li a {
    	padding: 05px 10px;
    }
}




/***********************************
			Summer Note
***********************************/


/***********************************
			Education Tab
***********************************/
.education_tab input[type="text"]:focus {
	box-shadow: none;
}
.education_tab .form-group {
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.education_tab .fa {
	margin: 8px 0 0 8px;
	padding-right: 4px;
	font-size: 18px;
	color: #FF8A00;
}
.education_tab .form-control{
	width: 90%;
	border: none;
	/*color: #000;*/
}


.div_frame {
	border: 1px solid #d2d6de;
    position: relative;
    border-radius: 4px;
}

.frame_title {
	position: relative;
    top: -15px;
    background: #fff;
    padding: 4px;
    border: 1px solid #d2d6de;
    border-radius: 4px;
    color: #FF8A00;
}
.frame_title .fa-trash {
	color: #f00;
}

.btn-bg {
	background: #FF8A00;
	color: #fff;
}

.targetCourseCard {
	margin-bottom: 30px;
	position: relative;	
}
.text-orange {
	color: #FF8A00;
}
.text-green {
	color: #4CAF50;
}
.targetLevelUnlock {
	position: absolute;
	/*bottom: 0;*/
	top: 18px;
	bottom: 0;
	left: 0;
	z-index: 99;
	background: rgba(0,0,0,0.6);
	/*height: 97.6%;*/
	width: 100%;
	border-radius: 4px;
}
.targetLevelUnlockHeading{
	position: relative;
	top: 46%;
	color: #fff
}



/************************************
		Radio Button Styles
************************************/
.education_tab input[type="radio"]:checked,
.education_tab input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.education_tab input[type="radio"]:checked + label,
.education_tab input[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000 !important;
}
.education_tab input[type="radio"]:checked + label:before,
.education_tab input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.education_tab input[type="radio"]:checked + label:after,
.education_tab input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.education_tab input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.education_tab input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/********************************
		Image Container
*******************************/
.img-container {
  position: relative;
  min-height: 187px;
}

.img-container:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
}
.image_spinner{
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
}
@media screen and (max-width: 1199px) {
	.backlog_count>.col-md-6>h4 {
		font-size: 16px;
	}
}
@media screen and (max-width: 991px) {
	.backlog_count>.col-md-6>h4 {
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.backlog_count>.col-md-6>h4 {
		font-size: 18px;
	}
}
@media screen and (min-width: 768px) {
	.backlog_count>.col-md-6:first-child {
		border-right: none;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.backlog_count>.col-md-6:last-child {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
}

.backlog_count {
	margin-top: 5px;
	width: 80%;
}
.backlog_count .col-md-6 {
	border: 2px solid black;
	padding: 0;
}
.backlog_count>.col-md-6>h4 {
	display: inline-block;
	margin-top: 8px;
}

/***************************
		Placements
************************/
.placement_notification {
	background: #DC3545;
	border-radius: 50%;
  	width: 25px;
  	height: 25px;
  	margin-top: 4px;
  	padding: 1px;
  	border: 2px solid #fff;
  	color: #fff;
  	text-align: center;
}
.display_inline {
	display: inline-block;
}
hr.line{
	margin: 0 0 10px 0;
}
.apply_div > span {
	position: relative;
}
.apply_div > span > button {
	cursor: pointer;
}
.apply_div > span > .fa-spinner {
	margin-top: 4px;
	position: absolute;
	left: 0px;
	right: 0;
	color: #fff;
	display: none;
}
.btn_disabled{
	cursor: not-allowed !important;
}
.apply_div > div {
	display: none;
}

/**************
    Alert Box
***************/
.alertPopup{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    z-index: 9999;
    /*padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    display: none;
    overflow-y: scroll;
}
.alert-box{
    /*margin: 0 auto;*/
    position: relative;
    top: 20px;
    /*background: #fff;*/
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 10px 12px 5px 0px rgba(0,0,0,0.40);
    -moz-box-shadow: 10px 12px 5px 0px rgba(0,0,0,0.40);
    box-shadow: 10px 12px 5px 0px rgba(0,0,0,0.40);

    /*border: 8px outset #fff;*/
    padding: 10px;
    margin-bottom: 20px;
}

.alert-close-times {
	position: absolute;
	top: -15px;
	right: -12px;
	color: #E74B3C;
	font-size: 30px;
	width: 30px;
	height: 30px;
	/*padding: 2px;*/
	background: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
}

.alert-box img{
	width: 100%;
}
.alert-ok, .refresh{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    margin-top: 10px;
    margin-bottom: 30px;
}

.getAlert{
	cursor: pointer;
}

/***********************
	Assesment Card
**********************/
.assesmentCard {
	margin-top: 10px;
}
.assesmentCard .well{
	margin: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.assesmentCardScore {
	border: 2px solid #66CCFF;
	padding: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

#grandTestApplybutton:enabled {
	cursor: pointer;
}
#grandTestApplybutton:disabled {
	cursor: not-allowed;
}



/*
	Scrollbar styles
*/
.scrollbar
{
	height: 800px;
	overflow-y: scroll;
}

/*
 *  STYLE 9
 */

#style-9::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar
{
	width: 06px;
	background-color: #F5F5F5;
}

#style-9::-webkit-scrollbar-thumb
{
	background-color: #F90;	
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}