@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
.eupopup-container{
 width:100%;
 background-color: rgba(0, 0, 0, 0.9);
position:fixed;
bottom:0px;
left:0px;
padding:15px;
z-index: 999999;
}
.eupopup-container .eupopup-head{
font-size:16px;
color:#FFF;
font-family: 'Roboto', sans-serif;
padding:0 0 3px 0;
margin:0;
}
.eupopup-container .eupopup-body{
 font-family: 'Roboto', sans-serif;
font-size:14px;
color:#CCC;
padding:0;
margin:0;
text-align: center;
}
.eupopup-container .eupopup-body .eupopup-button_1{
 background:#ff7062;
 padding:10px 20px;
 display:inline-block;
 margin:0  20px;
 font-family: 'Roboto', sans-serif;
 font-size:15px;
 color:#FFF;
 text-decoration:none;
 
}
.eupopup-container .eupopup-body .eupopup-button_2{
 color:#48c6ff;
  font-family: 'Roboto', sans-serif;
 font-size:15px;
 padding:0 10px 0 0;
}
/********Typography******
**************************/
body { padding-top: 100px; background: #fff;     font-family: 'Open Sans', sans-serif; font-weight: 400; color: #64686d; line-height: 26px; }
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 600; font-family: Segoe UI, sans-serif; color: #272727; }
.bannerhm-content h1.heading-1{
 font-size: 28px;
 padding:0 0 10px;
 margin:0;
 font-weight:normal;
 color:#000;
 line-height:40px;
}
a { color: #45aed6; -webkit-transition: color 400ms, background-color 400ms; -moz-transition: color 400ms, background-color 400ms; -o-transition: color 400ms, background-color 400ms; transition: color 400ms, background-color 400ms; }
a:hover,
a:focus { text-decoration: none; color: #2a95be; }
hr { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #fff; }
.gradiant { background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); }
.gradiant-horizontal { background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%); background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%); background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%); }
.section-header { margin-bottom: 25px; }
.section-header .section-title { font-size: 36px; color: #272727; text-transform: uppercase; position: relative; padding-bottom: 20px; margin: 0 0 20px; }
.section-header .section-title:before { content: ""; position: absolute; width: 140px; bottom: 0; left: 50%; margin-left: -70px; height: 1px; background: #D2D0D0; }
.section-header .section-title:after { content: ""; position: absolute; width: 24px; height: 24px; bottom: -11px; left: 50%; margin-left: -12px; border: 5px solid #fff; border-radius: 20px; background: #CC3438; }
.section-header .section-title2 { font-size: 24px; color: #272727; text-transform: uppercase; position: relative; padding-bottom: 20px; margin: 0 0 20px; }
.section-header .section-title2:before { content: ""; position: absolute; width: 140px; bottom: 0; left: 50%; margin-left: -70px; height: 1px; background: #D2D0D0; }
.section-header .section-title2:after { content: ""; position: absolute; width: 24px; height: 24px; bottom: -11px; left: 50%; margin-left: -12px; border: 5px solid #fff; border-radius: 20px; background: #CC3438; }
.btn { border-width: 0; border-bottom-width: 3px; border-radius: 3px; }
.btn.btn-primary { background: #45aed6; border-color: #2a95be; }
.btn.btn-primary:hover,
.btn.btn-primary:focus { background: #2a95be; }
.column-title { margin-top: 0; padding-bottom: 15px; border-bottom: 1px solid #D2CFCF; margin-bottom: 15px; position: relative; }
.column-title:after { content: " "; position: absolute; bottom: -1px; left: 0; width: 40%; border-bottom: 1px solid #CC3438; }
ul.nostyle { list-style: none; padding: 0; margin-bottom: 20px; }
ul.nostyle i { color: #CC3438; }
ul.nostyle li { padding-left: 20px; background: url(../images/bullet-red.png) no-repeat left 4px; line-height: 18px; padding-bottom: 18px; }
.scaleIn { -webkit-animation-name: scaleIn; animation-name: scaleIn; }
.equal, .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
}
.table_style1 tr th {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #FFF;
    font-weight: 600;
    line-height: 24px;
    vertical-align: top;
    padding: 5px 10px;
    border: 1px solid #9a1f23;
    background: #cc3338;
}
.table_style1 {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
}
.table_style1 tr td {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #242424;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    vertical-align: top;
    padding: 9px 10px;
    border: 1px solid #bbbbbb;
    background: #FFF;
}
.table_style1 tr td.location_text {
background: #ececec;
 border: 1px solid #bbbbbb;

}
.OSHECourseProgramme_box{
 background:#FFFFFF;
 padding:20px 25px;
 margin-top:25px;
 -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
width:100%;
}
.OSHECourseProgramme_box h2{
 font-size:24px;
 color:#CC3438;
 padding:0 0 10px 0;
 margin:0;
 font-weight:600;
     font-family: 'Roboto', sans-serif;
}
.OSHECourseProgramme_box h3{
 font-size:20px;
 color:#6b6b6b;
 padding:0 0 15px 0;
 margin:0;
 font-weight:500;
     font-family: 'Roboto', sans-serif;
}
.ApplyNowButton, .CSDCI_table_grid td a.ApplyNowButton{
 border-radius: 3px;
 font-size:16px;
 color:#FFF;
     background-color: #d9534f;
    border-bottom:3px solid #d43f3a;
        padding:8px 16px;
        font-weight:normal;
            font-family: 'Roboto', sans-serif;
        display:inline-block;
        cursor:pointer;
        margin:10px 0 0 ;
}
.ApplyNowButton:hover{
 border-radius: 3px;
 font-size:16px;
 color:#FFF;
     background-color: #727376;
    border-bottom:3px solid #4f5054;
        padding:8px 16px;
        font-weight:normal;
            font-family: 'Roboto', sans-serif;
        display:inline-block;
        cursor:pointer;
        margin:10px 0 0 ;
}
.heading_4{
  font-size:32px;
 color:#000000;
 padding:10px 0 15px 0;
 margin:0 0 10px;
 font-weight:300;
     font-family: 'Roboto', sans-serif;
     text-align:center;
     position:relative;
}
.heading_4:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #CC3438;
}
.heading_4:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #D2D0D0;
}
.OSHECourseProgramme_section{
 background:#eef3f7;
 padding:30px 0;
}
@-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
@keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
/*************************
*******Header******
**************************/
.navbar.navbar-default { border: 0; border-radius: 0; margin-bottom: 0; }
.navbar.navbar-default .navbar-toggle { margin-top: 32px; }
.navbar.navbar-default .navbar-brand { height: auto; padding: 5px 15px 5px; }
@media (max-width: 991px){
.equal, .equal > div[class*='col-'] {
    display: block !important;
}
}
@media only screen and (min-width: 768px) {
#main-menu.navbar-default { background: rgba(255, 255, 255); -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1); }
#main-menu.navbar-default .navbar-nav > li > a { padding-top: 40px; padding-bottom: 40px; }
#main-menu.navbar-default .navbar-nav > li.active > a,
 #main-menu.navbar-default .navbar-nav > li.open > a,
 #main-menu.navbar-default .navbar-nav > li:hover > a { background: transparent; padding-top: 37px; border-top: 3px solid #CC3438; }
#main-menu.navbar-default .dropdown-menu { padding: 0 20px; min-width: 220px; background-color: rgba(26, 28, 40, 0.9); border: 0; border-radius: 0; box-shadow: none; -webkit-box-shadow: none; background-clip: inherit; }
#main-menu.navbar-default .dropdown-menu > li { border-left: 3px solid transparent; margin-left: -20px; padding-left: 17px; -webit-transition: border-color 400ms; transition: border-color 400ms; }
#main-menu.navbar-default .dropdown-menu > li > a { border-top: 1px solid #404455; padding: 15px 0; color: #eeeeee; }
#main-menu.navbar-default .dropdown-menu > li:first-child > a { border-top: 0; }
#main-menu.navbar-default .dropdown-menu > li.active,
 #main-menu.navbar-default .dropdown-menu > li.open,
 #main-menu.navbar-default .dropdown-menu > li:hover { border-left-color: #45aed6; }
#main-menu.navbar-default .dropdown-menu > li.active > a,
 #main-menu.navbar-default .dropdown-menu > li.open > a,
 #main-menu.navbar-default .dropdown-menu > li:hover > a { color: #45aed6; background-color: transparent; }
}
#main-slider { overflow: hidden; }
#main-slider .item { height: 558px; background-repeat: no-repeat; background-position: 50% 0; background-size: cover; }
#main-slider .slider-inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; }
#main-slider .slider-inner h2 { margin-top: 180px; font-size: 36px; line-height: 1; text-transform: uppercase; color: #fff; }
#main-slider .slider-inner h2 > span { color: #45aed6; }
#main-slider .slider-inner .btn { margin-top: 10px; }
#main-slider .owl-prev,
#main-slider .owl-next { position: absolute; top: 50%; background-color: rgba(0, 0, 0, 0.2); color: #fff; font-size: 30px; display: inline-block; margin-top: -35px; height: 70px; width: 70px; line-height: 70px; text-align: center; border-radius: 100px; z-index: 5; -webkit-transition: background-color 400ms; transition: background-color 400ms; }
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover { background-color: #45aed6; }
#main-slider .owl-prev { left: -35px; text-indent: 14px; }
#main-slider .owl-next { right: -35px; text-indent: -14px; }
#bar { width: 0%; max-width: 100%; height: 4px; background: #45aed6; }
#progressBar { margin-top: -4px; position: relative; z-index: 999; width: 100%; background: rgba(0, 0, 0, 0.1); }
#cta { padding: 50px 0; background-color: #eeeeee; }
#cta h2 { margin-top: 0; }
#cta .btn { margin-top: 40px; }
#cta2 { background: #242a33 ; background-size: cover; color: #fff; padding-top: 70px; }
#cta2 .btn { margin-top: 10px; }
#cta2 h2 { color: #fff; font-size: 44px; line-height: 1; }
#cta2 h2 > span { color: #45aed6; }
#OurVision-Mission { padding: 40px 0 10px; }
#features .media.service-box:first-child { margin-top: 80px; }
#AimsOSHE-Course { padding: 100px 0 40px; }
.media.service-box { margin: 25px 0; }
.media.service-box .pull-left { margin-right: 20px; }
.media.service-box .pull-left > i { font-size: 24px; height: 64px; line-height: 64px; text-align: center; width: 64px; border-radius: 100%; color: #CC3438; box-shadow: inset 0 0 0 1px #d7d7d7; -webkit-box-shadow: inset 0 0 0 1px #d7d7d7; transition: background-color 400ms, background-color 400ms; position: relative; }
.media.service-box .pull-left > i:after { content: ""; position: absolute; width: 20px; height: 20px; top: 50%; margin-top: -10px; right: -10px; border: 4px solid #fff; border-radius: 20px; background: #757575; }
.media.service-box:hover .pull-left > i { background-image: -moz-linear-gradient(90deg, #CC3438 0%, #9C0307 100%); background-image: -webkit-linear-gradient(90deg, #CC3438 0%, #9C0307 100%); background-image: -ms-linear-gradient(90deg, #CC3438 0%, #9C0307 100%); color: #fff; box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8); -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8); }
#portfolio { padding: 100px 0; background: #f5f5f5; }
#portfolio .portfolio-filter { list-style: none; padding: 0; margin: 0 0 50px; display: inline-block; }
#portfolio .portfolio-filter > li { float: left; display: block; }
#portfolio .portfolio-filter > li a { display: block; padding: 7px 15px; background: #e5e5e5; color: #64686d; position: relative; }
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active { background: #45aed6; color: #fff; box-shadow: 0 -3px 0 0 #318daf inset; -webkit-box-shadow: 0 -3px 0 0 #318daf inset; }
#portfolio .portfolio-filter > li a.active:after { content: " "; position: absolute; bottom: -17px; left: 50%; margin-left: -10px; border-width: 10px; border-style: solid; border-color: #318daf transparent transparent transparent; }
#portfolio .portfolio-filter > li:first-child a { border-radius: 4px 0 0 4px; }
#portfolio .portfolio-filter > li:last-child a { border-radius: 0 4px 4px 0; }
#portfolio .portfolio-items { margin: -15px; }
#portfolio .portfolio-item { width: 24.9%; float: left; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
#portfolio .portfolio-item .portfolio-item-inner { position: relative; }
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info { opacity: 0; transition: opacity 400ms; -webkit-transition: opacity 400ms; position: absolute; bottom: 0; left: 0; right: 0; padding: 10px; background: rgba(0, 0, 0, 0.5); color: #fff; }
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 { font-size: 16px; line-height: 1; margin: 0; color: #fff; }
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview { position: absolute; top: -18px; right: 12px; border-radius: 50%; background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); width: 36px; height: 36px; line-height: 36px; text-align: center; color: #fff; box-shadow: 0 0 0 2px #fff; -webkit-box-shadow: 0 0 0 2px #fff; }
#portfolio .portfolio-item:hover .portfolio-info { opacity: 1; }
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; }
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/


.isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
#testimonial { background: #333333 ; background-size: cover; padding: 100px 0; color: #fff; }
#testimonial h4 { color: #fff; margin-bottom: 0; }
#testimonial small { display: block; margin-bottom: 10px; color: rgba(255, 255, 255, 0.7); }
#testimonial .btns { margin-top: 10px; }
#Methodology { padding: 130px 0; }
#work-process { padding: 100px 0 50px; background: #20222e ; background-size: cover; color: #fff; }
.c { clear: both; }
#work-process h2 { color: #fff; }
#work-process h3 { color: #fff; margin-bottom: 0; }
#work-process .icon-circle { display: inline-block; width: 80px; height: 80px; line-height: 80px; border: 2px solid #45aed6; border-radius: 100px; position: relative; }
#work-process .icon-circle > span { border-style: solid; border-width: 2px; border-color: #45aed6; border-radius: 50%; background-color: #fff; position: absolute; width: 24px; height: 24px; line-height: 20px; top: -12px; color: #64686d; }
#work-process h3 { margin-bottom: 50px; }
#meet-team { padding: 100px 0; }
#meet-team .team-member { padding: 13px; background: #eeeeee; border: 2px solid #eeeeee; transition: border-color 400ms; -webkit-transition: border-color 400ms; }
#meet-team .team-member .team-img { margin: -15px -15px 0 -15px; }
#meet-team .team-member .team-info { padding-bottom: 10px; border-bottom: 1px solid #dbdbdb; margin-bottom: 10px; }
#meet-team .team-member:hover { border-color: #45aed6; }
#meet-team .team-member:hover .social-icons > li > a { background: #45aed6; }
#meet-team .social-icons { list-style: none; padding: 0; margin: 0; }
#meet-team .social-icons > li { display: inline-block; }
#meet-team .social-icons > li > a { display: block; width: 32px; height: 32px; line-height: 32px; text-align: center; color: #fff; background: #222534; border-radius: 3px; }
.divider { margin-top: 50px; margin-bottom: 50px; background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%); background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%); background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%); width: 95%; height: 1px; }
.progress { -webkit-box-shadow: none; box-shadow: none; background: #eeeeee; }
.progress .progress-bar.progress-bar-primary { background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%); background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%); background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%); -webkit-box-shadow: none; box-shadow: none; }
.nav.main-tab { background: #eee; border-bottom: 3px solid #222534; border-radius: 3px 3px 0 0; }
.nav.main-tab > li > a { color: #272727; }
.nav.main-tab > li.active > a { background: #222534; color: #45aed6; }
.nav.main-tab > li:first-child > a { border-radius: 3px 0 0 0; }
.nav.main-tab > li:last-child > a { border-radius: 0 3px 0 0; }
.tab-content { border: 1px solid #eee; border-top: 0; padding: 20px 20px 10px; border-radius: 0 0 3px 3px; }
.panel-default { border-color: #eee; }
.panel-default > .panel-heading { background-color: #fff; border-color: #eee; }
.panel-default > .panel-heading .panel-title { font-size: 14px; font-weight: normal; }
.panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #eee; }
#animated-number { padding: 100px 0 70px; background: #132125 ; background-size: cover; color: #fff; }
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 { color: #fff; }
#animated-number strong { display: block; margin-bottom: 30px; }
.animated-number { display: inline-block; width: 140px; height: 140px; font-size: 24px; line-height: 140px; border: 3px solid #fff; border-radius: 100px; margin-bottom: 20px; }
#pricing { padding: 100px 0 70px; }
#pricing ul.pricing { list-style: none; padding: 0; margin: 70px 0 30px; border: 1px solid #eee; border-radius: 5px 5px 4px 4px; padding: 15px; text-align: center; }
#pricing ul.pricing li { display: block; padding: 10px; }
#pricing ul.pricing li.plan-header { background: #eee; border-radius: 4px 4px 0 0; margin: -15px -15px 10px; padding: 15px 15px 30px; border: 0; }
#pricing ul.pricing li.plan-header .price-duration { position: relative; margin-top: -63px; top: -10px; display: inline-block; width: 116px; height: 116px; background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); color: #fff; border-radius: 100px; border: 5px solid #f6f6f6; }
#pricing ul.pricing li.plan-header .price-duration > span { display: block; line-height: 1; }
#pricing ul.pricing li.plan-header .price-duration > span.price { font-size: 24px; font-weight: 700; margin-top: 35px; }
#pricing ul.pricing li.plan-header .price-duration > span.duration { margin-top: 5px; }
#pricing ul.pricing li.plan-header .plan-name { margin-top: 10px; font-size: 24px; color: #272727; font-weight: bold; line-height: 1; text-transform: uppercase; }
#pricing ul.pricing.featured { background: #222534; color: #fff; border: 0; }
#pricing ul.pricing.featured li.plan-header { background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%); }
#pricing ul.pricing.featured li.plan-header .plan-name { color: #fff; }
#get-in-touch { padding: 100px 0 50px; background-image: -moz-linear-gradient(90deg, #848688 0%, #464646 100%); background-image: -webkit-linear-gradient(90deg, #848688 0%, #464646 100%); background-image: -ms-linear-gradient(90deg, #848688 0%, #464646 100%); color: #fff; }
#get-in-touch h1,
#get-in-touch h2 { color: #fff; }
#blog { padding: 100px 0; }
#blog .blog-post { border: 1px solid #eee; padding: 15px; }
#blog .blog-post .post-format { display: inline-block; width: 40px; height: 40px; line-height: 34px; text-align: center; color: #fff; background: #222534; border: 3px solid #fff; border-radius: 100px; }
#blog .blog-post.blog-large .entry-thumbnail { margin: -15px -15px 15px; position: relative; }
#blog .blog-post.blog-large .post-format { width: 66px; height: 66px; line-height: 60px; position: absolute; right: 20px; bottom: -33px; }
#blog .blog-post.blog-large .post-format > i { font-size: 20px; }
#blog .blog-post.blog-large .entry-date { font-size: 12px; display: block; margin-bottom: 5px; text-transform: uppercase; color: #45aed6; }
#blog .blog-post.blog-large .entry-title { margin-top: 0; font-size: 18px; line-height: 1; margin-bottom: 15px; }
#blog .blog-post.blog-large .entry-title a { color: #64686d; }
#blog .blog-post.blog-large .entry-title a:hover { color: #45aed6; }
#blog .blog-post.blog-media { margin-bottom: 30px; }
#blog .blog-post.blog-media .entry-thumbnail { margin: -15px 15px -15px -15px; position: relative; }
#blog .blog-post.blog-media .post-format { position: absolute; top: 20px; right: -10px; }
#blog .blog-post.blog-media .entry-date { font-size: 12px; display: block; margin-bottom: 5px; text-transform: uppercase; color: #45aed6; }
#blog .blog-post.blog-media .entry-title { margin-top: 0; font-size: 18px; line-height: 1; margin-bottom: 15px; }
#blog .blog-post.blog-media .entry-title a { color: #64686d; }
#blog .blog-post.blog-media .entry-title a:hover { color: #45aed6; }
#blog .blog-post .entry-meta { margin-top: 20px; border-top: 1px solid #eee; padding-top: 15px; }
#blog .blog-post .entry-meta > span { display: inline-block; margin-right: 10px; color: #999; }
#blog .blog-post .entry-meta > span > a { color: #999; }
#blog .blog-post .entry-meta > span > a:hover { color: #45aed6; }
#contact { position: relative; overflow: hidden; }
#contact .container-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(69, 174, 214, 0.3); z-index: 1; }
#contact .contact-form { background: rgba(255, 255, 255, 0.8); padding: 20px; margin-top: 50px; }
#contact .contact-form h3 { margin-top: 0; }
/***********************
********* Footer ******
************************/
#footer { padding-top: 30px; padding-bottom: 30px; color: #fff; background: #2e2e2e; }
#footer a { color: #fff; }
#footer a:hover { color: #CC3438; }
#footer ul { list-style: none; padding: 0; margin: 0 -7.5px; }
#footer ul > li { display: inline-block; margin: 0 7.5px; }

@media only screen and (min-width: 768px) {
#footer .social-icons { float: right; }
}
.form-control { box-shadow: none; -webkit-box-shadow: none; }
/*--------------------*/
.pricing_table { padding: 0 0 40px; }
.white_table table { width: 100%; margin-bottom: 30px; }
.w_table_l_grey { background-color: #e1e1e1 }
.w_table_d_grey { background-color: #eeeeee }
.white_table table th { border-left: 1px solid #D5D5D5; border-right: 1px solid #D5D5D5; border-top: 1px solid #D5D5D5; color: #2F2F2F; font-size: 18px; height: 60px; padding: 0 10px; text-align: left; background: #fff; }
.white_table table th span { color: #CC3438; font-size: 16px; }
.white_table table tr { height: 30px; text-align: left; }
.white_table table .grey { background-color: #e9e9e9; }
.white_table table tr:nth-child(odd) { background-color: #eee; }
/*.white_table table tr:nth-child(even)		{ background-color:#fff; }*/
.white_table table .pricing_btn td { background: #fff; }
.white_table table tr td { border-left: 1px solid #D5D5D5; border-right: 1px solid #D5D5D5; font-weight: normal; padding: 10px 10px; }
.white_table table .btn td { border-left: 1px solid #D5D5D5; border-right: 1px solid #D5D5D5; border-bottom: 1px solid #D5D5D5; }
.white_table table tr .border_blue { border-left: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7; background: #ededed; }
.white_table table tr th.border_blue { border-left: 1px solid #d7d7d7; border-top: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7; }
.white_table table tr .border_blue_bottom { border-bottom: 1px solid #d7d7d7; }
.white_table table tfoot td.border_blue { border-bottom: 1px solid #d7d7d7; border-left: 1px solid #d7d7d7; border-right: 1px solid #d7d7d7; }
.white_table .pricing_btn { border-bottom: 1px solid #D5D5D5; border-top: 1px solid #D5D5D5; height: 80px !important; text-align: right; }
.pricing_btn .the_button { float: none; margin-top: 0; }
.white_table .pricing_btn .pricing_btn_orbed { clear: both; display: block; float: left; height: 44px; margin: 0 0 0 52px; padding-left: 13px; }
.white_table .pricing_btn .pricing_btn_orbed span { color: #FFFFFF; display: block; float: left; font-size: 24px; height: 44px; line-height: 45px; min-width: 100px; padding: 0 10px 0 0; }
#get-in-touch h4 { color: #000; }
#get-in-touch a { text-decoration: none; color: #fff; }
#get-in-touch a:hover { text-decoration: underline; color: #333; }



.request-frmlight .modal-content { position: relative; background-color: #a02c2f; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0,0,0,.2); border-radius:0px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5); box-shadow: 0 3px 9px rgba(0,0,0,.5) }
.request-frmlight .modal-content .form-control { border-radius:0px; background-color: #a02c2f; color:#fff; border:1px solid #a98182; font-size:14px; height:50px; padding:10px 15px;}
.request-frmlight .modal-content .form-control:focus { border:1px solid #fff;}
.request-frmlight .modal-content .form-group .btn {border-radius:0px; text-transform: uppercase; border:none;   padding:15px 45px;}
.request-frmlight .modal-content .modal-header { border:none;  padding:35px 25px 5px;}
.request-frmlight .modal-content .modal-header .close { background:#000; color:#fff; padding:2px 6px 6px; opacity:100;}
.request-frmlight .modal-content .modal-body { padding:25px;}
.request-frmlight .modal-content .modal-header .modal-title { font-size:24px; font-weight:normal; color:#fff; text-transform: uppercase;border-left:5px solid #fa9624; padding:5px 20px;}

.normal_link2 { color:#628700; text-align-last:none;}
.normal_link2:hover { color:#000; text-align-last:none;}


/*--------Banner----------------*/
.relative { position:relative;}
.banner-home { width:100%;}
.banner-inner {width:100%;}
.banner-home .item { height:auto; width:100%; padding:20px 0}
.bannerhm-content { background:#fff; opacity:0.8; padding:15px 15px 15px 25px; margin-bottom: 10px; font-size:30px; color:#000; line-height:36px; }
.bannerhm-contentgrp  { position:absolute;top:100px; width:500px;}
.bannerhm-contentgrp .btn { border:none; margin-top:5px; border-radius:0px;}
.download-brochure { width:100%; text-align:center;}
.downloadbrochure i { margin-right:10px;}
@media (min-width: 768px){
.bannerhm-contentgrp {
    position: absolute;
    top: 40px;
    width: 100%;
}
.navbar-header{
 width:200px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px;
}
}
@media only screen and (max-width: 768px) {
.bannerhm-contentgrp {
    position: absolute;
    top: 100px;
    width: 100%;
}
}
/*------New----------*/
.corse-overviewbx {position:relative;width:100%; padding:15px 20px; margin:0; color:#fff; background:#fff;box-shadow: 0 0.125em 0.25em 0 rgba(46,61,73,0.12); transition: box-shadow .3s ease, border .3s ease; border:1px dashed #CECECE; margin-bottom:20px; }
.corse-overviewbx:before {content:"";position:absolute;top:18px;left:-3px;width:5px; height:20px;background:#CC3338;display:block; }
.corse-overviewbx h2 {font-size: 20px;
    line-height: 24px; color:#000;margin: 0 0 10px;
    padding: 0; font-weight:300;}
.content {
    padding-top: 40px;
    padding-bottom: 40px;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
p, li, li a, label {
    color: #555555;
}
.enroll-box-er {
    padding: 16px 24px;
    background-color: #202f3a;
    color: #fff;
}
.enroll-box-er p {
    color: #fff;
}
.EnrollBox .session-dates { margin: 12px 0;}

.EnrollBox .following-session { -webkit-border-radius: 0; border-radius: 0; padding: 16px 24px;}

[class*='card-'] {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.card-no-action { border: 1px solid rgba(0,0,0,0.1); background-color: #fff;padding: 16px 24px;}
.share-box {width: 100%; margin-bottom: 24px;border: 1px solid rgba(0,0,0,0.1); background-color: #fff; padding:20px;}
.headline-2-text{
 color:#FFF;
     font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}
button.primary:hover, button.primary:focus, button.primary:active { background-color: #005bbe;}

button.primary {border: 1px solid #2073d4; background-color: #2073d4; padding: 10px 20px;}
.share-box {
    width: 100%;
    margin-bottom: 24px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 20px;
}
.EnrollBox {
    width: 100%;
    margin-bottom: 24px;
}
.banner-event-calendar { margin: 0px; position: relative; /* overflow: hidden; */
z-index: 1; background-color: #CC3438; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: 0.4s all ease; transition: 0.4s all ease; padding: 1px 25px 28px; }

.banner-event-calendar:before { content: ''; position: absolute; bottom: 0; right: 0; pointer-events: none; z-index: 9; width: 0; height: 0; border-bottom: 107px solid #fff; border-left: 107px solid transparent; -webkit-transition: 0.4s all ease; transition: 0.4s all ease; }
.txt1 { color: #222; font-weight: bold; line-height: 24px; font-size: 20px; margin-top: 74px; letter-spacing: 2px; }
.txt2 { color: #CC3438; font-weight: bold; line-height: 52px; font-size: 44px; margin-top: 14px; letter-spacing: 0px; text-transform: uppercase; }
.txt3 { color: #fff; font-weight: bold; line-height: 34px; font-size: 30px; margin-top: 22px; letter-spacing: 2px; text-transform: uppercase; }
.txt3 span { color: #f59b29; font-weight: bold; line-height: 48px; font-size: 48px; -webkit-transition: 0.4s all ease; transition: 0.4s all ease; }
.txt4 { position: absolute; right: 0; bottom: 18px; color: #727376; font-weight: bold; line-height: 18px; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; z-index: 10; text-align: center; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: 0.4s all ease; transition: 0.4s all ease; }
.txt5 { margin-top: 0; font-weight: bold; line-height: 50px; font-size: 48px; letter-spacing: 2px; padding-bottom: 10px; -webkit-transition: 0.4s all ease; transition: 0.4s all ease; }
.txt6 { color: #c1c1c1; font-weight: bold; line-height: 30px; font-size: 20px; margin-top: 38px; letter-spacing: 1px; text-transform: uppercase; }
.txt7 { margin-top: 0px; font-weight: bold; line-height: 124px; font-size: 20px; letter-spacing: 1px; text-transform: uppercase; }
.downloadnow {background-color: #F59B29; display: block;position: relative; overflow: hidden; padding: 15px 20px; margin: 20px 0;-webkit-transition: 0.25s ease-in-out all; -moz-transition: 0.15s ease-in-out all; -o-transition: 0.15s ease-in-out all; transition: 0.15s ease-in-out all;}
.downloadnow:hover { -moz-border-radius: 0 0 20px 0; -webkit-border-radius: 0 0 20px 0; border-radius: 0 0 20px 0;}

.downloadnow-icon, .downloadnow-tagline { color: #000; opacity: 0.6;}
.downloadnow-icon { display: block;float: left; font-size: 36px!important; line-height:35px;}
.downloadnow-wrap {display: block; margin-left:40px;}
.downloadnow-title { display: block; font-size: 20px; font-weight: 700; color: #fff7e3; line-height: 20px; letter-spacing: -.02em;    text-transform: uppercase;}
.downloadnow:hover em { width: 15px; height: 15px;
    -webkit-transform: rotate(-10deg) translate3d( 0, 0, 0 );
    -moz-transform: rotate(-10deg) translate3d( 0, 0, 0 );
    -o-transform: rotate(-10deg) translate3d( 0, 0, 0 );
    transform: rotate(-10deg) translate3d( 0, 0, 0 );
}
.downloadnow em {
    width: 0; height: 0;position: absolute;bottom: 0;right: 0;z-index: 30;
    -moz-box-shadow: -5px 2px 5px rgba( 0, 0, 0, 0.3 );
    -webkit-box-shadow: -5px 2px 5px rgba( 0, 0, 0, 0.3 );
    box-shadow: -5px 2px 5px rgba( 0, 0, 0, 0.3 );
    -webkit-transition: 0.25s ease-in-out all;
    -moz-transition: 0.15s ease-in-out all;
    -o-transition: 0.15s ease-in-out all;
    transition: 0.15s ease-in-out all;
}
.downloadnow-tagline { display: block; font-size: 12px; line-height: 16px; font-weight: 400; margin-top:0px;}
/*------Opening--------------*/
.opening-carrer-addbox {font-size: 20px; font-weight: bold; text-align: center; line-height: 4; margin-bottom:20px; }
.opening-carrer-addbox .opening-banner,
.opening-carrer-addbox .phrase-1,
.opening-carrer-addbox .phrase-2 { -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
.opening-carrer-addbox .opening-banner {height: 75px; margin:0; overflow: hidden; background-color: #DDDDDD; position: relative; }
.opening-carrer-addbox .opening-banner:hover { background-color: #3A485F; }
.opening-carrer-addbox .phrase-1,
.opening-carrer-addbox .phrase-2 { position: absolute; width: 100%; top: 0; left: 0; z-index: 2; }
.opening-carrer-addbox .phrase-1 { opacity: 1; }
.opening-carrer-addbox .phrase-2 { opacity: 0; color: #FFF; }
.opening-carrer-addbox .opening-banner:hover .phrase-1 { opacity: 0; }
.opening-carrer-addbox .opening-banner:hover .phrase-2 { opacity: 1; }
.opening-carrer-addbox .blob-1,
.opening-carrer-addbox .blob-2,
.opening-carrer-addbox .blob-3 { position: absolute; z-index: 1; -webkit-transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s; -ms-transition: all ease 1s; transition: all ease 1s; }
.opening-carrer-addbox .blob-1 { border-radius: 25px; background-color: rgba(58,72,95,0.2); width: 175px; height: 175px; top: -10%; left: 33%; -webkit-animation: rotating 10s ease-in infinite; -moz-animation: rotating 10s ease-in infinite; -ms-animation: rotating 10s ease-in infinite; animation: rotating 10s ease-in infinite; }
.opening-carrer-addbox .opening-banner:hover .blob-1 { height: 600px; width: 600px; top: -30%; left: 0%; }
.opening-carrer-addbox .blob-2 { border-radius: 35px; background-color: rgba(58,72,95,0.2); width: 185px; height: 185px; top: -5%; left: 30%; -webkit-animation: rotating 9s linear infinite; -moz-animation: rotating 9s linear infinite; -ms-animation: rotating 9s linear infinite; animation: rotating 9s linear infinite; }
.opening-carrer-addbox .opening-banner:hover .blob-2 { height: 600px; width: 600px; top: -35%; left: 5%; }
.opening-carrer-addbox .blob-3 { border-radius: 35px; background-color: rgba(58,72,95,0.2); width: 200px; height: 200px; top: -10%; left: 35%; -webkit-animation: rotating 8s ease-out infinite; -moz-animation: rotating 8s ease-out infinite; -ms-animation: rotating 8s ease-out infinite; animation: rotating 8s ease-out infinite; }
.opening-carrer-addbox .opening-banner:hover .blob-3 { height: 700px; width: 700px; top: -40%; left: -5%; }

 @-webkit-keyframes rotating {
 from {
 -webkit-transform: rotate(0deg);
}
 to {
 -webkit-transform: rotate(360deg);
}
}
@-moz-keyframes rotating {
 from {
 -moz-transform: rotate(0deg);
}
 to {
 -moz-transform: rotate(360deg);
}
}
@-ms-keyframes rotating {
 from {
 -ms-transform: rotate(0deg);
}
 to {
 -ms-transform: rotate(360deg);
}
}
@-keyframes rotating {
 from {
 transform: rotate(0deg);
}
 to {
 transform: rotate(360deg);
}
}



/*---------------------------------------*/
/*---------------------------------------*/
div.container1 { float: left; }
div.container2 { margin-left: 336px; }
#HEadContainer {background-color: #619C1D;
    border: 1px solid #E6E6E6; height: 248px; margin: 0 0; overflow: hidden; position: relative;}
#HEadContainer * {line-height: normal; margin: 0; position: absolute; padding: 0; font-size:10px; }
#HEwhiteBox { background-color: white; height: 55px; top: 195px; width:100%; }
#HEwbText { color: #2f4f76; font-size: 11px; top: 8px; left: 12px; width:100%; }
#HEwbLogo { left: 135px; top: 4px; }
#HEcar { -webkit-animation-name: HEbounceA; -webkit-animation-duration: 10s; -webkit-animation-iteration-count: 1; bottom: 0; left: 0; height: 130px; -webkit-transform-origin: center bottom; width: 161px; }
#HEcarSlider { -webkit-animation-name: HEslideA; -webkit-animation-duration: 10s; -webkit-animation-iteration-count: 1; bottom: 54px; left: 200px; height: 130px; width: 161px; }
#HEcar img { top: auto !important; bottom: 0px; }
#HEadContainer:hover #HEcar img { -webkit-animation-name: HEcarRumble; -webkit-animation-duration: 0.3s; -webkit-animation-iteration-count: 200; }
 @-webkit-keyframes HEcarRumble {
 0% {
-webkit-transform: translateY(0);
}
 50% {
-webkit-transform: translateY(-1px);
}
 100% {
-webkit-transform: translateY(0);
}
}
 @-webkit-keyframes HEbounceA {
 0% {
-webkit-transform: scale(0.2);
}
 3% {
-webkit-transform: scale(0.53);
}
 4.5% {
-webkit-transform: scale(0.38);
}
 5.5% {
-webkit-transform: scale(0.46);
}
 6% {
-webkit-transform: scale(0.44);
}
 25% {
-webkit-transform: scale(0.44);
}
 28% {
-webkit-transform: scale(1.2);
}
 29.5% {
-webkit-transform: scale(0.9);
}
 30.5% {
-webkit-transform: scale(1.05);
}
 31.0% {
-webkit-transform: scale(1);
}
 100% {
-webkit-transform: scale(1) translateX(0);
}
}
 @-webkit-keyframes HEslideA {
 0% {
-webkit-transform:translateX(-130px);
}
 55% {
-webkit-transform:translateX(-130px);
}
 66% {
-webkit-transform:translateX(0);
}
 100% {
-webkit-transform:translateX(0);
}
}
/*Main Text*/
#HEtext * { color: black; font-size: 17px; width: 250px; }
#HEtext1,
#HEtext2 { top: 20px; left: 20px; opacity: 0; filter: alpha(opacity = 0); }
#HEtext1 p { font-size: 20px; }
#HEtext2 p { font-size: 20px; }
#HEtext3 p { font-size: 18px; }
#HEtext1 { -webkit-animation-name: HEtext1; -webkit-animation-duration: 10s; -webkit-animation-iteration-count: 1; }
#HEtext2 { -webkit-animation-name: HEtext2; -webkit-animation-duration: 10s; -webkit-animation-iteration-count: 1; }
#HEtext3 { -webkit-animation-name: HEtext3; -webkit-animation-duration: 10s; -webkit-animation-iteration-count: 1; top: 24px; left: 20px; }
#HEtext3b { top: 48px; }
#HEbutton { background-color: #484848; -webkit-border-radius:0px; -moz-border-radius: 0px; border-radius:0px; height:36px; line-height:36px; color:#fff; font-size:14px; padding:0px 10px; text-align:center; top: 120px; width: 95px; }
#HEbuttonSlide { -webkit-animation-name: HEbuttonslide; -webkit-animation-duration: 10s; -webkit-animation-iteration-count: 1; }
#HEbutton p { color: white; font-size: 14px; padding: 3px 0 0 10px; -webkit-transition-property: color; -webkit-transition-duration: 0.2s; }
#HEbutton img { height: 13px; top: 5px; left: 78px; width: 12px; }
#HEbutton #HEnextY { opacity: 0; -webkit-transition-property: opacity; -webkit-transition-duration: 0.2s; }
#HEbutton:hover p { color: #FFD200; }
#HEbutton:hover #HEnextY { opacity: 1; }
#HEbutton:hover { background: -webkit-gradient(  linear,  left top,  right 50,  color-stop(0.45, #1D5365),  color-stop(0.5, #338dad),  color-stop(0.55, #1D5365)  ); -webkit-background-size: 300px 22px; background-position: left top; -webkit-animation-name: HEback2A; -webkit-animation-duration: 0.3s; -webkit-animation-iteration-count: 1; -webkit-animation-timing-function: linear; }
 @-webkit-keyframes HEback2A {
 0% {
background-position: right top;
}
 100% {
background-position: left top;
}
}
 @-webkit-keyframes HEtext1 {
 0% {
opacity:0;
}
 6% {
opacity:0;
}
 8% {
opacity:1;
}
 24% {
opacity:1;
}
 28% {
opacity:0;
}
 100% {
opacity:0;
}
}
 @-webkit-keyframes HEtext2 {
 0% {
opacity:0;
}
 30.5% {
opacity:0;
}
 32.5% {
opacity:1;
}
 52% {
opacity:1;
}
 55% {
opacity:0;
}
 100% {
opacity:0;
}
}
 @-webkit-keyframes HEtext2 {
 0% {
opacity:0;
}
 30.5% {
opacity:0;
}
 32.5% {
opacity:1;
}
 52% {
opacity:1;
}
 55% {
opacity:0;
}
 100% {
opacity:0;
}
}
 @-webkit-keyframes HEtext3 {
 0% {
opacity:0;
}
 60% {
opacity:0;
}
 63% {
opacity:1;
}
 100% {
opacity:1;
}
}
 @-webkit-keyframes HEbuttonslide {
 0% {
-webkit-transform:translateX(-100px);
}
 60% {
-webkit-transform:translateX(-100px);
}
 62.8% {
-webkit-transform:translateX(10px);
}
 63% {
-webkit-transform:translateX(0);
}
 100% {
-webkit-transform:translateX(0);
}
}



/*----------------------------------*/
.white-wraper{
 border-bottom:1px solid #d9d9c4;
 border-top:1px solid #d9d9c4;
 background:#FFF;
}
h2.center_heading2{
 font-size:22px;
 font-family: 'Open Sans', sans-serif;
 font-weight:300;
 text-align:center;
 color:#FFF;
 margin:0 0 20px 0;
 padding:0;
}
h2.center_heading2 span{
 background:#cc3338;
 display:inline-block;
 padding:13px 25px 16px;
 position:relative;
}
h2.center_heading2 span:after{
 width:8px;
 height:15px;
 position:absolute;
 content:'';
 top:38%;
 left:0;
 background:url(../images/heading-2-left.png) top left no-repeat;
 display:inline-block;
}
h2.center_heading2 span:before{
 width:8px;
 height:15px;
 position:absolute;
 content:'';
 top:38%;
 right:0;
 background:url(../images/heading-2-right.png) top left no-repeat;
 display:inline-block;
}
ul.list-style-bulete-1{
 padding:0;
 margin:0;
}
ul.list-style-bulete-1 li{
 padding:0 0px 15px 20px;
 position:relative;
 margin:0;
 list-style:none;
 font-size:14px;
 font-family: 'Open Sans', sans-serif;
 line-height:22px;
}
i.bulete-1 {
    font: normal normal normal 22px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:#cc3338;
    position:absolute;
    width:10px;
    height:10px;
    text-indent: 1px;
    top:3px;
    left:0px;
    display:inline-block;
}
h2.Course-Outline-heading{
  font-size:28px;
 font-family: 'Open Sans', sans-serif;
 line-height:28px;
 padding:0 0 10px 0;
 margin:0;
 color:#cc3338;
 font-weight:600;
 text-align:center;
}
h2.Course-Outline-heading:after{
 height:1px;
 background:#c9c9b5;
 overflow:hidden;
 width:80px;
 display:block;
 margin:20px auto;
 padding:0;
 content:'';
}
.Course-Outline-box{
 background:#FFF;
 border-bottom:4px solid #d5d5cf;
 margin:0 0 15px 0;
 padding:10px 0 0 0;
 width:100%;
}
.Course-Outline-box h3{
 font-size:20px;
 color:#FFF;
 font-weight:300;
 margin:0px 0 0px 0;
 padding:0;
}
.Course-Outline-box h3 span{
 background:#cc3338;
 padding:10px 30px 12px 30px;
 display:inline-block;
 position:relative;
}
.Course-Outline-box h3 span:after{
     width: 8px;
    height: 15px;
    position: absolute;
    content: '';
    top: 35%;
    left: 0;
    background: url(../images/heading-2-left.png) top left no-repeat;
    display: inline-block;
}
.Course-Outline-box .content{
 padding:20px 20px 10px;
 min-height:250px;
}
.registration_form_box{
 border:1px solid #cccccc;
 background:#FFF;
 margin:0 0 30px 0;
}
.registration_form_box h2{
font-size:18px;
color:#FFF;
padding:12px 15px;
border-bottom:#c02a2f;
background:#cc3338;
margin:0;
font-weight:300;
line-height:22px;
}
.registration_form_box .registration_content{
padding:12px 15px;

}
.labale_text_2 {
    font-size: 13px;
    color: #000;
    padding: 5px 0 10px 17px;
    font-family: 'Open Sans', sans-serif;
    line-height:17px;
}
.labale_text_1 {
    font-size: 13px;
    color: #000;
    padding: 0px 0 10px 17px;
    font-family: 'Open Sans', sans-serif;
    line-height:17px;
}
.registration_select_box {
    width: 100%;
    border: 1px solid #999;
    font-size: 13px;
    color: #666;
    font-family: "Open Sans", sans-serif;
    padding: 0px 5px !important;
    background: #fff;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    height: 32px;
    margin-bottom:20px;
    display: block;
}
.registration_input_box {
    width: 100%;
    color: #666;
    border: 1px solid #999;
    height: 32px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 0 5px;
    outline: none;
        margin-bottom:20px;
}
.registration_textarea_box {
    width: 100%;
    color: #666;
    border: 1px solid #999;
    height: 102px;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    padding: 0 5px;
    outline: none;
        margin-bottom:20px;
}
.radio, .checkbox {
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 27px;
    font-size: 13px;
    line-height: 21px;
    color: #404040;
    cursor: pointer;
        position: relative;
    display: inline-block;
    font-weight:normal;
}
.radio input, .checkbox input {
    position: absolute;
    left: -9999px;
        margin-left: -20px;
}
.radio input:checked + i, .checkbox input:checked + i, .toggle input:checked + i {
    border-color: #999;
        width: 17px;
    height: 17px;
    border-width: 1px;
        -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
        position: absolute;
    top: 2px;
    left: 0;
    display: block;
        outline: none;
            border-style: solid;
    background: #fff;
}
.checkbox input + i:after {
    content: '\f00c';
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    font: normal 12px/16px FontAwesome;
    text-align: center;
    -webkit-transition: opacity 0.1s;
        position: absolute;
    opacity: 0;
    color: #999;
}
 .radio input + i:after {
content:'';
top: 5px;
    left: 5px;
    background-color: #999;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
 .radio input + i:after{
    position: absolute;
    opacity: 0;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}
.radio input:checked + i:after,
.checkbox input:checked + i:after {
	opacity: 1;
}
.checkbox input + i:after {
    top: 2px;
    left: 0;
    font: normal 10px FontAwesome;
}
.radio:hover i, .checkbox:hover i, .toggle:hover i, .ui-slider-handle:hover {
    border-color: #999;
}
.radio i, .checkbox i {
    width: 17px;
    height: 17px;
    border-width: 1px;
    border-color: #999;
}
.radio i, .checkbox i {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    outline: none;
    border-style: solid;
    background: #fff;
}
.checkbox > [type="checkbox"]:focus + i, .checkbox > [type="checkbox"]:not(:checked):focus + i,.radio > [type="radio"]:focus + i, .radio > [type="radio"]:not(:checked):focus + i {
    border: 1px solid #72c02c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(129, 183, 76, 0.6); 
}
#get-in-touch p{
 color:#FFF;
}

h2.Current_session{
 font-size:18px;
 color:#FFF;
 font-weight:600;
 padding:0;
 margin:0;
}
p.ListRedBullet{
 background:url(../images/bullet-red.png) 0 6px  no-repeat;
 font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding: 0 0 0 22px;
}
.WhiteBox{
 background:#FFF;
 padding:15px;
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
ul.NationalInternationalCertified_list{
 padding:0;
 margin:0;
 text-align: center;
}
ul.NationalInternationalCertified_list li{
 width:144px;
 margin:5px;
 display:inline-block;
 padding:0;
 list-style:none;
}
ul.NationalInternationalCertified_list li img{
 width:100%;
}
ul.AwardAndAchievement_list{
 padding:0;
 margin:0;
 text-align: center;
}
ul.AwardAndAchievement_list li{
 width:132px;
 margin:2px;
 display:inline-block;
 padding:0;
 list-style:none;
}
ul.AwardAndAchievement_list li img{
width:100%;
}
.CSDCI_table_grid{
  -webkit-box-shadow: 0px 1px 9px 0px rgba(93,119,165,0.55);
    -moz-box-shadow: 0px 1px 9px 0px rgba(93,119,165,0.55);
    box-shadow: 0px 1px 9px 0px rgba(93,119,165,0.55);
    width:100%;
}
.CSDCI_table_grid th {
    font-size: 18px;
    color: #FFF;
    padding:10px 15px;
    font-weight: 400;
    background:#d9534f;
}
.CSDCI_table_grid td {
    font-size: 16px;
   	color:#333;
    padding:12px 15px;
    font-weight: 400;
    background:#FFF;
}
.CSDCI_table_grid td a{
 color:#000;
 cursor:pointer;
}
.CSDCI_modal-lg {
    width: 1100px;
}
.CSDCI-modal-title{
 color:#FFF;
 padding:0;
 margin:0;
     font-size: 22px;
    font-weight: 600;
}
.CSDCI_modal-header{
 background:#1032a1;
}
.CSDCI_modal-header button.close{
 color:#FFF;
     opacity: .8;
     font-weight: normal;
    font-size: 25px;
}
.CSDCI_Demonstration_section{
 background:#f2f2f2;
 padding:15px;
 margin:10px 0 0 0;
}
.CSDCI_Demonstration_section h2{
 font-size:18px;
 color:#000;
 font-weight:600;
 padding:0 0 10px 0;
 margin:0;
}
.CSDCI-model-footer {
    background: none;
    padding: 5px 12px 25px;
}
.CSDCI-model-footer a.CSDCI-apply-now-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #87a840;
    padding: 8px 20px 10px;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 5px;
}
ul.CSDCI_Courses_true_list{
 padding:0;
 margin:0;
}
ul.CSDCI_Courses_true_list li {
    background: url(../images/blue-list_icon.png) 0 9px no-repeat;
    padding: 5px 0 11px 25px;
    margin: 0;
    list-style: none;
        font-size: 15px;
}
ul.list_playI_1{
 padding:0;
 margin:0;
}
ul.list_playI_1 li{
 font-size:15px;
 padding:9px 0 9px 22px;
 margin:0;
 list-style:none;
}
ul.list_playI_1 li:before{
 background:url(../../images/common-icon-sprite.png) -764px -13px;
 height:14px;
 width:14px;
 display:inline-block;
 margin:0 5px -2px -19px;
 content:'';
}
.VideoBox{
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.35);
-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.35);
}
.WhiteBg{
 background:#fff !important;
}