/*
==========================================================
        Stylesheet for Sctj
        Author: Abhishek Bhandari
        Author Info: abhishekbhandari.com
        Copyright @ Sctj all right reserved.
==========================================================
*/
@font-face {
  font-family: 'HelveticaNeue-Thin';
  src: url("../fonts/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeue-Light';
  src: url("../fonts/HelveticaNeue-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'daniel-regular';
  src: url("../fonts/daniel.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'daniel-bold';
  src: url("../fonts/danielbd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'daniel-black';
  src: url("../fonts/danielbk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aileron-black';
  src: url("../fonts/Aileron-Black.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aileron-bold';
  src: url("../fonts/Aileron-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aileron-regular';
  src: url("../fonts/Aileron-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeue-Bold';
  src: url("../fonts/HelveticaNeue-Bold.eot") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Social-Logos';
  src: url("../fonts/social-logo.ttf") format("truetype"); }

body {
  color: black;
  font-family: 'HelveticaNeue-Light'; }

::selection {
  color: white;
  background-color: #db2032; }

a {
  color: black;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

ul {
  list-style: none;
  padding-left: 0px; }

.row {
  margin: 0px;
  padding: 0px; }

.gap-40 {
  height: 40px;
  display: block; }

@media (min-width: 1100px) {
  .container {
    width: 1030px; } }
::-webkit-input-placeholder {
  font-size: 12px; }

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px; }

:-ms-input-placeholder {
  font-size: 12px; }

/*
Repeated classes
*/
.pdl {
  padding-left: 0px; }

.pdr {
  padding-right: 0px; }

.danial-black {
  font-family: 'daniel-black'; }

.danial-bold {
  font-family: 'daniel-bold'; }

.danial-regular {
  font-family: 'daniel-regular'; }

@media (max-width: 567px) {
  .pdl {
    padding-left: 15px; }

  .pdr {
    padding-right: 15px; } }
.mt20 {
  margin-top: 20px; }

.bg-grey {
  background-color: #ececec; }

.btn-primary {
  background-color: #db2032;
  background-image: none;
  border-color: #ab1726;
  color: white;
  padding: 15px;
  font-size: 16px;
  text-align: center;
  border-radius: 3px; }
  .btn-primary:hover {
    background-color: #db2032;
    border-color: #ab1726;
    opacity: 0.8; }
  .btn-primary:focus {
    background-color: #db2032;
    border-color: #ab1726;
    opacity: 0.8; }

.text-bold {
  font-family: 'HelveticaNeue-Bold'; }

@media (min-width: 567px) and (max-width: 768px) {
  .col-xd-6 {
    width: 50%;
    float: left; } }
/*
  icons
*/
.social-icon {
  display: inline-block;
  font-family: 'Social-Logos';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.linked-icon:before {
  content: "\0105"; }

.youtube-icon:before {
  content: "\0119"; }

.facebook-icon:before {
  content: "\0102"; }

/*
==============
  button
=================
*/
.book-btn {
  background-color: #db2032 !important;
  padding: 10px 25px !important;
  font-size: 16px !important;
  border-radius: 3px;
  margin-right: 15px !important; }
  .book-btn:hover {
    background-color: #B41A29 !important;
    color: white !important; }
  .book-btn:focus {
    background-color: #B41A29 !important;
    color: white !important; }

.sale-tag {
  position: absolute;
  color: #000;
  z-index: 999;
  width: 380px;
  left: -107%;
  bottom: -60px;
  line-height: 31px;
  border: 2px solid #d7d7d7;
  font-size: 15px;
  padding: 0px 20px;
  background: white; }
  @media (max-width: 768px) {
    .sale-tag {
      display: none; } }

.sale-tag:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #D7D7D7;
  position: absolute;
  top: -21px;
  left: 47%; }

/*
 ============================
  Header
  =====================================
*/
.featured-img {
  position: relative;
  background:#000000;
  }
  .featured-img .entry-content {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center; }
    .featured-img .entry-content img {
      display: block;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .featured-img .entry-content img {
          width: 60%; } }
		  
  .featured-img .entry-content2 {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: left; }
    .featured-img .entry-content2 img {
      display: block;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .featured-img .entry-content2 img {
          width: 60%; } }

.navbar-default {
  background-color: black;
  background-image: none;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0px 0px 0px black;
  padding: 10px 0 0 0; }
  .navbar-default .navbar-toggle {
    border-color: #000; }
  .navbar-default .navbar-nav li a {
    color: #FFF;
    text-shadow: none;
    font-family: 'HelveticaNeue-Thin';
    font-size: 18px; }
    .navbar-default .navbar-nav li a:hover {
      color: #db2032; }
    .navbar-default .navbar-nav li a:focus {
      color: #db2032; }
  .navbar-default .primary-menu {
    padding-left: 1%; }
  .navbar-default .menu-list {
    padding: 5px 0px; }
    @media (max-width: 768px) {
      .navbar-default .menu-list {
        padding-left: 20px; } }
    @media (max-width: 768px) {
      .navbar-default .menu-list li {
        float: none;
        display: inline-block; } }
    .navbar-default .menu-list li a {
      padding: 9px 13px !important; }
      .navbar-default .menu-list li a i {
        color: #db2032;
        font-size: 32px; }

/*
====================================
  Main section start here
  ========================================
*/
.page-header {
  text-align: center;
  padding: 80px 0px;
  border-bottom: 0px; }
  @media (max-width: 768px) {
    .page-header {
      padding: 0px; } }
  .page-header h1 {
    font-family: 'aileron-bold';
    font-size: 42px;
    margin-top: 0px; }
    @media (max-width: 567px) {
      .page-header h1 {
        font-size: 2em; } }
  .page-header p {
    font-family: 'HelveticaNeue-Thin';
    font-size: 24px; }
    @media (max-width: 567px) {
      .page-header p {
        font-size: 1.5em; } }


.page-header2 {
  text-align: center;
  padding: 40px 0px;
  border-bottom: 0px; }
  @media (max-width: 768px) {
    .page-header2 {
      padding: 0px; } }
  .page-header2 h1 {
    font-family: 'aileron-bold';
    font-size: 42px;
    margin-top: 0px; }
    @media (max-width: 567px) {
      .page-header2 h1 {
        font-size: 2em; } }
  .page-header2 p {
    font-family: 'HelveticaNeue-Thin';
    font-size: 24px; }
    @media (max-width: 567px) {
      .page-header2 p {
        font-size: 1.5em; } }





.center-wrapper .left-half {
  float: left; }
  @media (min-width: 1200px) {
    .center-wrapper .left-half {
      width: 450px; } }

  .center-wrapper .left-half p {
    font-size: 13.8px;
    line-height: 16px; }
    .center-wrapper .left-half p span {
      font-family: 'HelveticaNeue-Bold'; }
  .center-wrapper .left-half .entry-content {
    max-width: 385px;
    margin: 60px auto; }
  .center-wrapper .left-half .btn-primary {
    display: block;
    margin-top: 30px; }




.center-wrapper .left-half1 {
  float: left; }
  @media (min-width: 1200px) {
    .center-wrapper .left-half1 {
      width: 725px; } }

  .center-wrapper .left-half1 p {
    font-size: 13.8px;
    line-height: 16px; }
    .center-wrapper .left-half1 p span {
      font-family: 'HelveticaNeue-Bold'; }
  .center-wrapper .left-half1 .entry-content {
    max-width: 650px;
    margin: 5px auto; }
  .center-wrapper .left-half1 .btn-primary {
    display: block;
    margin-top: 30px; }





.center-wrapper .right-half {
  float: left; }
  @media (min-width: 1200px) {
    .center-wrapper .right-half {
      width: 550px; } }


.center-wrapper .right-half1 {
  float: left; }
  @media (min-width: 1200px) {
    .center-wrapper .right-half1 {
      width: 275px; } }



.widget-wrapper {
  background-color: #dfdede;
  margin-top: -60px; }
  @media (max-width: 768px) {
    .widget-wrapper {
      margin-top: 15px; } }
  .widget-wrapper .widget-title {
    padding: 15px;
    border-bottom: 1px solid #b7b7b7;
    font-family: 'HelveticaNeue-Light'; }
    .widget-wrapper .widget-title h2 {
      margin: 0px;
      font-size: 24px; }
  .widget-wrapper .quote-msg {
    margin: 15px;
    font-size: 11px; }
  .widget-wrapper .view-all {
    display: block;
    padding: 10px;
    text-align: Center;
    border-bottom: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
    color: #000;
    font-size: 15px; }
  .widget-wrapper .thumbnail-wrap {
    padding: 15px 0px 0px;
    margin: 0px 15px;
    max-width: 235px; }
    .widget-wrapper .thumbnail-wrap .description {
      border: 2px solid #898989;
      padding: 0px 3px;
      display: block;
      margin-top: 10px; }
      .widget-wrapper .thumbnail-wrap .description p {
        margin: 0px;
        font-size: 15px;
        color: #4f4f4f;
        font-family: 'HelveticaNeue-Bold'; }
      .widget-wrapper .thumbnail-wrap .description span {
        float: right;
        font-size: 11.5px;
        margin-top: 1px;
        color: #000;
        font-family: 'HelveticaNeue-Light'; }
  .widget-wrapper .news-wrap {
    padding: 20px 0px 15px 0px;
    margin: 0px 15px;
    border-bottom: 1px solid #000; }
    .widget-wrapper .news-wrap:last-child {
      border: 0px solid #000;
      padding-bottom: 58px; }
    .widget-wrapper .news-wrap .entry-content h3 {
      font-size: 16px;
      color: #db2032;
      margin: 0px;
      line-height: 20px;
      margin-bottom: 5px;
      font-family: 'HelveticaNeue-Bold'; }
    .widget-wrapper .news-wrap a {
      width: 142px;
      height: 32px;
      font-size: 15px;
      display: block;
      line-height: 26px;
      text-align: center;
      text-transform: capitalize;
      border: 2px solid #898989; }
      .widget-wrapper .news-wrap a:hover {
        background-color: #898989;
        color: white; }





.imger {
	padding:7px;
	float:left;
}



.widget-wrapper2 {
  background-color: #dfdede;
  margin-top: 10px; }
  @media (max-width: 768px) {
    .widget-wrapper2 {
      margin-top: 15px; } }
  .widget-wrapper2 .widget-title {
    padding: 15px;
    border-bottom: 1px solid #b7b7b7;
    font-family: 'HelveticaNeue-Light'; }
    .widget-wrapper2 .widget-title h2 {
      margin: 0px;
      font-size: 24px; }
  .widget-wrapper2 .quote-msg {
    margin: 15px;
    font-size: 11px; }
  .widget-wrapper2 .view-all {
    display: block;
    padding: 10px;
    text-align: Center;
    border-bottom: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
    color: #000;
    font-size: 15px; }
  .widget-wrapper2 .thumbnail-wrap {
    padding: 15px 0px 0px;
    margin: 0px 15px;
    max-width: 235px; }
    .widget-wrapper2 .thumbnail-wrap .description {
      border: 2px solid #898989;
      padding: 0px 3px;
      display: block;
      margin-top: 10px; }
      .widget-wrapper2 .thumbnail-wrap .description p {
        margin: 0px;
        font-size: 15px;
        color: #4f4f4f;
        font-family: 'HelveticaNeue-Bold'; }
      .widget-wrapper2 .thumbnail-wrap .description span {
        float: right;
        font-size: 11.5px;
        margin-top: 1px;
        color: #000;
        font-family: 'HelveticaNeue-Light'; }
  .widget-wrapper2 .news-wrap {
    padding: 20px 0px 15px 0px;
    margin: 0px 15px;
    border-bottom: 1px solid #000; }
    .widget-wrapper2 .news-wrap:last-child {
      border: 0px solid #000;
      padding-bottom: 28px; }
    .widget-wrapper2 .news-wrap .entry-content h3 {
      font-size: 16px;
      color: #db2032;
      margin: 0px;
      line-height: 20px;
      margin-bottom: 5px;
      font-family: 'HelveticaNeue-Bold'; }
    .widget-wrapper2 .news-wrap a {
      width: 142px;
      height: 32px;
      font-size: 15px;
      display: block;
      line-height: 26px;
      text-align: center;
      text-transform: capitalize;
      border: 2px solid #898989; }
      .widget-wrapper2 .news-wrap a:hover {
        background-color: #898989;
        color: white; }






.course-banner {
  position: relative;
  margin: 20px 0px;
  padding: 13px;
  background: black url("../img/stone-shade.png") left;
  background-repeat: repeat-y;
  color: white;
  position: relative;
  width: 100%;
  float: left; }
  .course-banner p {
    font-size: 21px;
    text-align: right;
    padding-right: 5px;
    margin: 0px; }
    @media (max-width: 992px) {
      .course-banner p {
        font-size: 17px; } }
  .course-banner a {
    float: right;
    margin-left: 5%;
    padding: 10px 25px;
    margin-top: -4px; }
    @media (max-width: 992px) {
      .course-banner a {
        margin-top: 0px; } }

.multilayer-wrapper {
  margin-top: 30px;
  position: relative;
  float: left;
  width: 100%; }
  .multilayer-wrapper img {
    z-index: 99;
    position: absolute;
    max-width: 47%;
    right: 10px;
    bottom: -5px; }
    @media (max-width: 567px) {
      .multilayer-wrapper img {
        bottom: -2px; } }
  .multilayer-wrapper .entry-content {
    position: relative;
    background: black;
    padding: 30px;
    float: left;
    width: 100%;
    margin-top: 105px; }
    @media (max-width: 992px) {
      .multilayer-wrapper .entry-content {
        margin-top: 30px; } }
    .multilayer-wrapper .entry-content p {
      color: white;
      font-size: 22px;
      font-family: 'HelveticaNeue-Thin'; }
      @media (max-width: 992px) {
        .multilayer-wrapper .entry-content p {
          width: 50%; } }
      .multilayer-wrapper .entry-content p span {
        font-family: 'HelveticaNeue-Light'; }
    .multilayer-wrapper .entry-content a {
      margin-left: 50px; }
      @media (max-width: 992px) {
        .multilayer-wrapper .entry-content a {
          display: inline-block;
          margin-left: 0px;
          margin-top: 6px;
          padding: 10px; } }
      @media (max-width: 480px) {
        .multilayer-wrapper .entry-content a {
          font-size: 12px; } }

.career-banner {
  margin: 10px 0px; }

.advert-banner {
  margin-bottom: 80px; }
  @media (min-width: 1200px) and (max-width: 1600px) {
    .advert-banner img {
      height: 100px;
      width: 100%; } }
  .advert-banner .right-10 img {
    padding-right: 5px; }
    @media (max-width: 768px) {
      .advert-banner .right-10 img {
        padding-right: 0px;
        margin-top: 10px; } }
  .advert-banner .left-10 img {
    padding-left: 5px; }
    @media (max-width: 768px) {
      .advert-banner .left-10 img {
        padding-left: 0px; } }

/*
=========================================
         footer wrapper
=========================================
*/
.footer-wrapper .top-bar {
  min-height: 70px;
  background-color: #1d1d1d;
  padding: 10px 0px; }
  .footer-wrapper .top-bar .logo-left img {
    float: left; }
  .footer-wrapper .top-bar .slogan-right img {
    float: right;
    padding-top: 12px; }
.footer-wrapper .main-content {
  background-color: #333333;
  color: white;
  padding: 20px 0px; }
  .footer-wrapper .main-content .entry-content p {
    font-family: 'HelveticaNeue-Light';
    font-size: 15px; }
  .footer-wrapper .main-content .entry-content.text-right p {
    font-size: 12px;
    margin-bottom: 5px; }
    @media (max-width: 768px) {
      .footer-wrapper .main-content .entry-content.text-right p {
        text-align: left; } }
  .footer-wrapper .main-content .footer-links li {
    margin-bottom: 5px; }
    .footer-wrapper .main-content .footer-links li a {
      color: white; }
      .footer-wrapper .main-content .footer-links li a:hover {
        color: #db2032; }
  .footer-wrapper .main-content .social-links {
    float: left;
    width: 100%;
    margin: 15px 0px 30px 0px; }
    .footer-wrapper .main-content .social-links li {
      float: left;
      margin-left: 10px; }



/*
==================================
Calendar
==================================
*/

h3#b-trainingcourses, h3#b-coursedatecalendar {
	width: 272px;
	height: 93px;
	float: left;
}
h3#b-trainingcourses a, h3#b-coursedatecalendar a {
	width: 272px;
	height: 93px;
	float: left;
	background-position: top;
}
h3#b-trainingcourses a {
	background-image: url('images/b-trainingcourses.png');
}
h3#b-coursedatecalendar a {
	background-image: url('images/b-coursedatecalendar.png');
}
h3#b-trainingcourses a:hover, h3#b-coursedatecalendar a:hover {
	background-position: bottom;
}
a#zoomable {
	border: none;
	outline: none;
	margin: 0 0 10px;
	display: block;
}
a.zoomed {
	outline: none;
}
a.zoomed img {
	width: 500px!important;
	display: block;
	outline: none;
	position: relative;
	display: block;
	clear: none;
	right: 148px;
	z-index: 100000;
	padding: 3px;
	background: #fff;
}
ul.courses * {
	outline: none!important
}
ul.courses {
	display: block;
	width: 370px;
	margin: 0 0 18px!important;
}
ul.courses li p {
	margin: 0;
}
ul.courses li {
	display: block;
	list-style: none;
}
ul.courses a.title {
	font-weight: bold;
	border: none;
	text-decoration: none;
	display: block;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	color: #666;
}
ul.courses div.hiddenInfo {
	font-size: 9px;
	font-family: Tahoma, Verdana, sans-serif;
}
.active a.title {
	font-size: 16px!important;
	color: #333!important;
}
a.title:hover {
	color: #999999!important;
}
.active {
	border: 1px solid #ccc;
	border-top: none;
	background: #f0f0f0;
	padding: 5px 20px;
}
.active a.title {
	border: none!important;
}
div.hiddenInfo {
	padding: 0 0 10px;
}
div.hiddenInfo a {
	border: none;
	display: block;
	color: #c40000;
	text-decoration: underline;
}
div.hiddenInfo p {
	margin: 0 0 0 5px!important;
	padding: 0 0 0 10px;
}
div.hiddenInfo table {
	margin: 0 0 0 5px!important;
	padding: 0 0 0 10px;
}
body#calendar div#header {
	height: inherit;
	text-align: center;
}
body#calendar div#wrapper {
	width: 100%;
}
body#calendar div#header, body#calendar div#content, body#calendar div#main {
	background: none;
}
div.day-number   { 
	position: absolute;
    z-index: 2;
    top: -5px;
    left: -5px;
    padding: 5px;
    color: #004;
    font-weight: bold;
    width: 20px;
    text-align: center;
}
td.calendar-day, td.calendar-day-np { 
  width:120px; 
  padding:5px 25px 5px 5px; 
  border-bottom:1px solid #999; 
  border-right:1px solid #999; 
}

.event {
  display: block;
  font-size: 11px;
  line-height: 12px;
  padding-bottom: 2px;
  margin-bottom: 6px;
  margin-left: 20px;
}

.calendar-row td.calendar-day:first-child, .calendar-row td.calendar-day-np:first-child {
  border-left: 1px solid #999999;
}

.calendar-row:first-child td.calendar-day-head {
  border-bottom: 1px solid #999999;
  background: #333;
  color: #fff;
  padding: 4px;
  text-align: center;
}

.calendar {
  width: 999px;
}

.alert {
  background-color: #FCF8E3;
  border: 1px solid #FBEED5;
  border-radius: 4px 4px 4px 4px;
  color: #C09853;
  margin-bottom: 18px;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.alert-danger, .alert-error {
  background-color: #F2DEDE;
  border-color: #EED3D7;
  color: #B94A48;
}

.alert p {
  margin: 0px;
}


a.control {
	font-size:14px !important;
}

.calDownload {
	width:320px;
	height:60px;
	border:1px solid #595959;
	padding:5px;
	float:right;	
}

.calText {
	width:150px;
	float:left;
	padding:5px;
}

.linkDownload {
	width:150px;
	float:right;
	padding:5px;
}

.calLinks {
	width:1000px;
	float:left;
	margin-bottom:10px;
	margin-top:20px;
}


.redLink {
	color:#db2032 !important;
}

.redLink:hover {
	color:#7D0606 !important;
}


.footerLinks a {
	color:#FFFFFF !important;
}




label.students {
  padding: 12px;
  width: 200px;
  height: 100px;
  display: block;
  float: left;
  border: 2px solid #ccc;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
}

label.students input {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}

label.students h3 {
  margin-bottom: 2px;
  margin-top:5px !important;
  font-size:18px;
}

label.students p {
  padding-left: 19px;
  font-style: italic;
}

.add-student {
  background: #eee;
  text-align: left !important;
  line-height: none !important;
}

.add-student .ui-button-text {
  line-height: 1.3em !important;
  font-weight: normal !important;
}

.add-student:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
}

.add-student:hover h3, .add-student:hover p {
  color: #fff;

}

.ui-dialog {
  z-index: 60000 !important;
}

span#ui-dialog-title-dialog-form {
  color: #fff !important;
}

#dialog-form fieldset {
  border: 0px;
}

#payment_method_content p {
  margin-bottom: 10px;
}

.javascript-enabled {
  display: none;
}

.error {
	color:#FF0041 !important;
	font-weight:bold !important;
}


  @media (min-width: 768px) {
	
	#clicktocall {
		display:none;
		visibility:hidden;
	}
	  
  }
