/*
 * Custom translucent site header
 */
body{
	font-family: 'Raleway', sans-serif;
	margin-bottom: 148px;
}
html {
  scroll-behavior: smooth;
    position: relative;
    min-height: 100%;
}
.site-header {
 position: absolute;
    left: 0;
    right: 0;
    top: 0;
	z-index: 1;
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}
.bg-landing{
	background: rgba(12,6,151,0.6);
	background-image: url(../images/background.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	padding-top: 250px !important;
	padding-bottom: 210px !important;
}
.landing-banner h1{
	font-weight: 700;
font-size: 42px;
letter-spacing: 0.04em;
color: #FFFFFF;
margin-bottom: 30px;
}
.landing-tagline {
    padding: 55px 0;
}
.landing-tagline h5{
font-weight: 700;
font-size: 42px;
letter-spacing: 0.04em;
color: #FFFFFF;
}
.resources-tagline h5 {
    font-size: 31px;
    width: 70%;
    float: right;
}
.landing-tagline h6{
font-weight: 700;
font-size: 22px;
letter-spacing: 0.04em;
color: #FFC62E;
}

.footer{
    background-color: #121212;
	font-weight: 300;
font-size: 12px;
line-height: 20px;
color: #FFFFFF;
z-index: 999;
     position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 148px;
}
.footer-small{
	height: 70px;
}
.social-icons{
	margin-bottom: 25px;
}
.social-icons svg {
    width: 30px;
	/*border-radius: 100px;*/
    height: 30px;
}
.social-icons a{
	color: #FFFFFF !important;
	margin: 0 5px;
}
.footer .text-muted, .footer .text-muted a{
	font-weight: 300;
font-size: 12px;
line-height: 20px;
color: #FFFFFF !important;
}
.trainForm {
    padding-bottom: 30px;
}
.trainForm h2{
font-weight: 700;
font-size: 42px;
position: relative;
color: #121212;
}
.trainForm h2:after {
    content: '';
    width: 98px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 73%;
    background: #121212;
    transform: translate(-50%, -50%);
}
.trainForm .container{
	width: 960px;
}

.trainForm form input[type="text"], .trainForm form input[type="email"]{
	border: none;
	border-bottom: 1px solid #CEC8C8;
	font-size: 29px;
line-height: 34px;
color: #000000;
border-radius: 0;
outline: none;
    padding: 0;
}
.form-control:focus{
	outline: none;
	box-shadow: none;
}
.trainForm button {
    width: 241px;
    display: inherit;
	margin-top: 48px !important;
	margin-bottom: 48px !important;
}

.yellowBtn{
	 background: #FFC62E;
    border-radius: 94px;
	font-weight: bold;
    font-size: 22px;
    line-height: 113.5%;
    text-transform: uppercase;
    color: #000000;
    border: none;
	padding: 20px 43px;
}
.yellowBtn:hover {
    background-color: #f0b310;
    color: #000000;
}

.banner-text{
    padding: 80px 0;
}


/*
 * Dummy devices (replace them with your own or something else entirely!)
 */


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}


/*-------dashboard style -----------*/
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0;
	background: #0C0697;
}
.sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    padding-top: 30px;
	padding-bottom: 178px;
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar .nav-link {
    font-weight: 500;
    color: #333;
    padding: 30px 0;
    font-size: 22px;
    color: #FFFFFF;
    border-bottom: 1px solid #DEB6B6;
}
.sidebar .nav-item.active{
	/*background: #FFC62E;*/
box-shadow: 0px 4px 34px rgba(176, 176, 176, 0.25);
border-radius: 0px 5px 5px 0px;
    margin-right: -10px;
}
.sidebar .nav-item.active .nav-link {
    color: #000000;
	font-weight: 700;
}
.dashboard-logo{
	padding: 0 30px 40px;
    text-align: center;
    width: 100%;
}
.dashboard-logo span{
	width: 100%;
    display: block;
	margin-top: 30px;
	font-weight: 700;
font-size: 22px;
color: #FFFFFF;
}
.sidebar .nav-item {
    padding: 0 20px;
}
.sidebar .nav-item.button {
    text-align: center;
	padding-top: 35px;
}
.sidebar .nav-item.button a {
    font-weight: bold;
    font-size: 22px;
    line-height: 113.5%;
    text-transform: uppercase;
    padding: 20px 40px;
    border: none;
    color: #000000;
    width: 100%;
    display: inline-block;
    background: #FFC62E;
    border-radius: 94px;
    text-align: center;
}
.dashboard-mini-header{
	  display: none;
  }
.dashboard-main-content{
    padding-left: 26%;
	padding-bottom: 30%;
}
.dashboard-main-content h1.h2{
	font-size: 42px;
    color: #0C0697;
	margin-bottom: 15px;
}
.turner-text{
font-weight: 700;
}
.duration-text{
font-size: 22px;
color: #000000;
}
.descMain strong{
	font-weight: 700;
font-size: 22px;
color: #000000;
}
.descMain 0{
font-size: 20px;
color: #000000;
}
.bgIcon {
    position: absolute;
    right: 20%;
    bottom: 0%;
}
.menu-title {
    padding: 0 20px 50px;
}
.menu-title h6{
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
	float: left;
	margin-bottom: 0;
}
.menu-title button{
    font-size: 35px;
    font-weight: normal;
    color: #fff;
    text-shadow: none;
    opacity: 1;
	    line-height: 22px;
}
.close:hover{
	color: #fff;
}
.menu-title{
	display: none;
}
.survey-xs{
	background: #FFC62E;
box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.35);
position: fixed;
width: 67px;
height: 67px;
right: 15px;
bottom: 15%;
border-radius: 100%;
display: none;
z-index: 99999;
}
.survey-xs a{
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    line-height: 13px;
    width: 100%;
    float: left;
    height: 100%;
    padding: 22px 10px;
}
.nxtPre {
    float: left;
    width: 100%;
    z-index: 9999;
    position: absolute;
    bottom: 15%;
	display: none;
}
.nxtPre button.previous {
    background: #FFC62E;
}
.nxtPre button {
    width: 50%;
    border: none;
    margin: 0;
    float: left;
    background: #0C0697;
    box-shadow: 0px 4px 34px rgb(0 0 0 / 60%);
    padding: 20px 15px;
    text-align: left;
    color: #fff;
	font-weight: 700;
    font-size: 14px;
}
.nxtPre button span{
	font-size: 12px;
	float: left;
    width: 100%;
	font-weight: normal;
}
.nxtPre button.previous span{
color: #000000;
}
.embed-responsive {
    border: 1px solid #fff;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}
.grid-header{
	background: #0C0697;
    position: relative;
}

.modal-title {
    font-weight: bold;
}
.modal .close:hover {
    color: #000;
}
.modal .btn {
    font-size: 14px;
    padding: 10px 20px;
	line-height: 113.5%;
    text-transform: uppercase;
	font-size: 14px;
    padding: 10px 20px;
    border-radius: 24px;
    font-weight: bold;
}
.resources-container {
    width: 100%;
    padding-bottom: 65px;
    float: left;
}
.resources-container label {
    font-weight: 600;
    font-size: 14px;
}

.faq .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.faq .panel-default .panel-title a {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
	color: #0C0697;
	padding-right: 25px;
	position: relative;
}
.faq .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 20px;
    content: "\f106";
    color: #000;
    float: right;
    top: 50%;
    position: absolute;
    right: 0px;
    transform: translateY(-50%);
}
.faq .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.faq .panel-default .panel-body {
    font-size: 14px;
	line-height: 24px;
}
.faq h3.panel-title {
    margin-bottom: 0;
}

.faq .panel-collapse {
    border: 1px solid rgb(244, 244, 244);
    margin-top: -16px;
    margin-bottom: 20px;
    padding-top: 15px;
}

/*--------media query starts -------------*/

@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


@media (max-width: 1200px) {
	.banner-text {
		padding: 45px 0;
	}
}
@media (max-width: 992px) {
	.masthead-brand img{
		width: 140px;
	}
	.landing-tagline h5 {
		font-size: 30px;
	}
	.landing-tagline h6 {
		font-size: 20px;
	}
	.landing-tagline {
		padding: 35px 0;
	}
	.bg-landing {
		padding-top: 200px !important;
    padding-bottom: 160px !important;
	}
	.landing-banner h1 {
		font-size: 35px;
	}
	.yellowBtn {
		font-size: 19px;
		padding: 14px 30px;
	}
	.landing-banner h1 {
		margin-bottom: 15px;
	}
	.banner-text {
		padding: 30px 0;
	}
	.trainForm h2 {
		font-size: 35px;
	}
	.trainForm form input[type="text"], .trainForm form input[type="email"] {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
.landing-tagline {
    padding: 42px 0;
}
.landing-tagline h5 {
    font-size: 22px;
}
.landing-tagline h6 {
    font-size: 17px;
}
.banner-text{
    text-align: center;
	order: 2;
}
.bg-landing {
    padding-bottom: 50px !important;
	padding-top: 180px !important;
}
  .dashboard-mini-header{
	  display: block;
  }
  .dashboard-main-content{
    padding-left: 0;
}
}
@media (max-width: 768px) {
    #lnlSurvey {
        display: none;
    }
    .trainForm .container {
        width: 100%;
    }
.site-header .flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    align-items: center;
}

.landing-tagline {
    padding: 8px 0;
	text-align: center !important;
}
.landing-tagline h5 {
    font-size: 21px;
}
.resources-tagline h5 {
	float: none;
    width: 100%;
}
.landing-tagline h6 {
    font-size: 16px;
}
.landing-banner h1 {
    font-size: 28px;
}
.bg-landing {
    padding-bottom: 30px !important;
    padding-top: 255px !important;
}
.yellowBtn {
    font-size: 15px;
    padding: 12px 30px;
}
.trainForm h2 {
    font-size: 30px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.trainForm h2:after {
    width: 65px;
    height: 2px;
}
.trainForm form input[type="text"], .trainForm form input[type="email"] {
    font-size: 16px;
}
.trainForm form .form-group {
    padding: 7px 15px !important;
}
.trainForm button {
    width: 100%;
    margin-top: 15px !important;
}
	.sm-header{
		background-color: #0C0697 !important;
		display: block;
	}
	.sm-header .navbar-toggler {
		color: #fff;
		border: none;
		    display: block;
	}
	.navbar-dark .navbar-brand img {
		width: 45px;
		float: left;
		margin-right: 8px;
	}
	.sm-header .landing-tagline h5 {
		font-size: 16px;
		margin-bottom: 3px;
		margin-top: 5px;
	}
	.sm-header .landing-tagline h6 {
		font-size: 12px;
		margin-bottom: 0;
	}
	.dashboard-logo {
		display: none;
	}
	.sidebar .nav-link {
		font-weight: normal;
		padding: 10px 0;
		font-size: 18px;
		color: #FFFFFF;
		border-bottom: none;
		opacity: 0.7;
	}
	.sidebar .nav-item.active {
		background: none;
		box-shadow: none;
		margin-right: 0;
	}
	.sidebar .nav-item.active .nav-link, .sidebar .nav-item.button .nav-link {
		color: #fff;
		opacity: 1;
	}
	.sidebar .nav-item.button a {
		color: #000000 !important;
	}
	.dashboard-main-content {
		padding-left: 15px !important;
		padding-top: 95px !important;
		padding-bottom: 15px;
	}
	.dashboard-main-content h1.h2 {
		font-size: 22px;
		margin-bottom: 5px;
		font-weight: 700;
	}
	.turner-text {
		display: none;
	}
	.duration-text {
		font-size: 14px;
	}
	.descMain {
		margin-top: 11px !important;
		padding-bottom: 80px;
	}
	.descMain strong {
		font-size: 18px;
	}
	.descMain p{
		margin-top: 11px !important;
		font-size: 16px;
	}
	.bgIcon {
		display: none;
	}
	.sidebar .nav-item.button {
		text-align: left;
	}
	.sidebar .nav-item.button a {
		font-size: 18px;
		padding: 15px 20px;
	}
	.sidebar-offcanvas {
    width: 45% !important;
	max-width: 45% !important;
  }
  .menu-title {
    display: block;
}
.survey-xs, .nxtPre{
	display: block;
}
.navbar-dark .navbar-brand {
    color: #fff;
    text-align: left !important;
}
}

.modal-title {
    font-weight: bold;
}
.modal .close:hover {
    color: #000;
}
.modal .btn {
    font-size: 14px;
    padding: 10px 20px;
	line-height: 113.5%;
    text-transform: uppercase;
	font-size: 14px;
    padding: 10px 20px;
    border-radius: 24px;
    font-weight: bold;
}
.dataTables_length {
    float: left;
}
div.dt-buttons {
    float: right !important;
    margin-left: 15px;
}

.dataTables_info {
    float: left;
}    
#dtOrderExample tr td:nth-child(2) {
    text-transform: capitalize;
}
.dashboard-logo span label {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 992px) {

  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left.active {
    left: 80%;
    margin-left: -6px;
  }

  .sidebar-offcanvas {
    position: fixed;
    top: 0;
    width: 33%;
    height: auto;
    overflow: auto;
    bottom: 0;
	max-width: 33%;
  }
  .dashboard-main-content {
		padding-left: 35%;
	}
}

/*
 * Off Canvas wider at sm breakpoint
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
.row-offcanvas-left.active .sidebar-offcanvas {
     left: 0; 
    z-index: 99999;
    box-shadow: 0px 4px 34px rgb(0 0 0 / 60%);
}

  .row-offcanvas-left.active {
    left: 80%;
    margin-left: -6px;
  }
 .row-offcanvas-left .sidebar-sticky {
    padding-bottom: 0;
}
  .row-offcanvas-left
  .sidebar-offcanvas {
    left: -45%;
  }
}

.card {
    overflow:hidden;
}

.card-body .rotate {
    z-index: 8;
    float: right;
    height: 100%;
}

.card-body .rotate i {
    color: rgba(20, 20, 20, 0.15);
    position: absolute;
    left: 0;
    left: auto;
    right: -10px;
    bottom: 0;
    display: block;
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    transform: rotate(-44deg);
}

@media screen and (max-width: 575px) {
    .resources-info {
        padding-top: 20px;
    }
}