@charset "utf-8";
/*======================================================================================*/
/*=================[                                                  ]=================*/
/*=================[    |!|!|!|!| CSS ADDED BY PUROHIT A |!|!|!|!|    ]=================*/
/*=================[                                                  ]=================*/
/*======================================================================================*/
/*----------------------------------------------*/
/* ! GOOGLE FONT IMPORT !                       */
/*----------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap');
/* --------------------------  
!!  SITE  ( " font-family: 'Open Sans', sans-serif; || & || font-family: 'PT Sans', sans-serif; " ) FONT-WEIGHT !!      
+--------------+--------------+
| FONT-WEIGHT  | Value        |
+--------------+--------------+
| thin         | 100          |
| ex-light     | 200          |
| light        | 300          |
| regular      | 400          |
| medium       | 500          |
| semi-bold    | 600          |
| bold         | 700          |
| ex-bold      | 800          |
| black        | 900          |
+--------------+--------------+
--------------------------- */
/* ============================================== */
/*              !! GENERATED FONT !!              */
/* ============================================== */
@font-face {
    font-family: 'Varela';
    src: url('../fonts/Varela.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Varela.otf') format('opentype'),
        url('../fonts/Varela.woff') format('woff'),
        url('../fonts/Varela.ttf') format('truetype'),
        url('../fonts/Varela.svg#Varela') format('svg');
    font-weight: normal;
    font-style: normal;
}
/**/
@font-face {
    font-family: 'TitilliumWeb-Black';
    src: url('../fonts/TitilliumWeb-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TitilliumWeb-Black.woff') format('woff'),
        url('../fonts/TitilliumWeb-Black.ttf') format('truetype'),
        url('../fonts/TitilliumWeb-Black.svg#TitilliumWeb-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
/**/
@font-face {
    font-family: 'PTSans-Regular';
    src: url('../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTSans-Regular.woff') format('woff'),
        url('../fonts/PTSans-Regular.ttf') format('truetype'),
        url('../fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/**/
@font-face {
    font-family: 'PTSans-Bold';
    src: url('../fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTSans-Bold.woff') format('woff'),
        url('../fonts/PTSans-Bold.ttf') format('truetype'),
        url('../fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* ============================================= */
/* !!!!        SITE GLOBAL STYLE CSS        !!!! */
/* ============================================= */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
/*    scroll-behavior: smooth !important;*/
}
html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    background: #ffffff;
    color: #000000;
}
body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
a {
    color: #41b3e4;
}
a, .btn, button {
    cursor: pointer;
}
:focus, :active, .active {
    outline: 0 none;
}
a, a:hover, a:focus, a:active, button, button:hover, button:focus, input, input:hover, input:focus, select, select:hover, select:focus, textarea, textarea:hover, textarea:focus, .btn, .btn:hover, .btn:focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.form-control:focus, [type="text"]:focus, [type="email"]:focus, [type="checkbox"]:focus, [type="password"]:focus, [type="file"]:focus, [type="radio"]:focus, [type="submit"]:focus, [type="date"]:focus, [type="time"]:focus, [type="tel"]:focus, [type="search"]:focus, [type="button"]:focus, [type="number"]:focus, [type='reset']:focus, textarea:focus, select:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner, [type='submit']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='button']::-moz-focus-inner {
    border: none;
    padding: 0;
}
/* ============================================= */
/* !!!!       All MINIFY CSS                !!!! */
/* ============================================= */
a:hover, a:focus {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.blue_color {
    color: #41b3e4;
}
/* ============================================= */
/* !!!!         SITE TYPOGRAPHY CSS         !!!! */
/* ============================================= */
p, li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    margin: 0 0 20px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    margin: 0 0 30px 0;
    color: #000000;
}
h1, h2 {
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
}
h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
ul, ol {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}
h1 {font-size: 38px;line-height: 52px;}
h2 {font-size: 24px;line-height: 32px;text-transform: uppercase;}
h3 {font-size: 20px;line-height: 26px;}
h4 {font-size: 18px;line-height: 22px;}
h5 {font-size: 16px;line-height: 20px;}
h6 {font-size: 15px;line-height: 20px;}
/*h2 span {color: #6b6e71;font-size: 20px;line-height: 20px;}*/
hr { width: 100%; border-color: #cccccc; }
/* ========================================== */
/* !!!!               HEADER             !!!! */
/* ========================================== */
.navbar__wrapper {
    position: relative;
    height: 137px;
}
.navbar__wrapper .navbar {
    padding: 0 40px;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background: #ffffff;
    -webki-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.navbar-brand {
    padding: 31px 30px 31px 0;
    margin: 0;
    -webki-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.navbar-brand img {
    max-height: 75px;
    width: auto;
    -webki-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.navbar-nav > li {
    margin: 0;
    padding: 0 20px;
}
.navbar-nav > li > a {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    padding: 0;
    letter-spacing: 0;
    text-transform: uppercase;
    -webki-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.navbar-nav > li > a.active, .navbar-nav > li:hover > a, .navbar-nav > li .dropdown-menu li:hover a, .navbar-nav > li .dropdown-menu li a.active {
    color: #3055a3;
}
.navbar-nav > li.nav-item.dropdown.show > a {
    color: #3055a3;
}
.navbar-nav > li i {
    margin: 0 0 0 15px;
}
.navbar-nav > li > .btn-default.btn-primary {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    padding: 7px 14px;
    color: #ffffff;
}
.navbar-nav > li > .btn-default.btn-primary:hover,
.navbar-nav > li > .btn-default.btn-primary:focus {
    background: #41b3e4;
}
.navbar .nar_right li:last-child {
    margin: 0;
}
.navbar .nar_right li:first-child a + a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 700;
}
.navbar-nav > li > .btn-default.btn-primary.btn-logout {
    padding: 3px 0;
    margin: 0 0 0 15px;
    background: transparent;
    display: inline-block;
}
.navbar-nav > li > .btn-default.btn-primary.btn-logout img {
    width: 22px;
}
/* !! header sub menu !! */
.navbar-collapse + .navbar-nav li {
    padding: 0;
}
@media (min-width:992px) {
.navbar-nav > li.dropdown:hover .dropdown-menu {
    display: block;
}
}
.navbar-nav .dropdown-menu {
    background: #ffffff;
    width: 100%;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.dropdown-toggle::after {
    display: none;
}
.navbar-nav > li .dropdown-menu li {
    margin: 0;
}
.navbar-nav > li .dropdown-menu li a {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 25px;
    width: 100%;
    display: block;
    text-transform: uppercase;
}
.navbar-nav > li .dropdown-menu li a:hover {
    background: #3055a3;
    color: #ffffff;
}
/* !! NAVBAR FIXED TO SCROLL STICKY STYLE CSS !! */
.navbar__wrapper .navbar.sticky{
    -webkit-box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.45);
    box-shadow: 0 0 5px 0 rgba(204, 204, 204, 0.45);
}
.navbar__wrapper .navbar.sticky .navbar-brand {
    padding: 20px 40px 20px 0;
}
.navbar__wrapper .navbar.sticky .navbar-brand img {
    max-height: 45px;
}
/* !! header area social media style css !! */
.navbar .nar_right .socail-icon li {
    margin: 0 0 0 15px;
}
.navbar .nar_right .socail-icon li a {
    font-size: 21px;
    color: #3055a3;
}
.navbar .nar_right .socail-icon li:last-child {
    margin-left: 15px;
}
.navbar .nar_right .socail-icon li a i {
    margin: 0;
}
/* ========================================== */
/* !!!!               FOOTER             !!!! */
/* ========================================== */
.footer_a {
    position: relative;
    background: #3d3c3c;
    padding: 67px 0 50px 0;
}
.footer_a .container-fluid {
    max-width: 80%;
}
.footer_a a, .footer_a p {
    color: #ffffff;
}
.footer_brand {
    max-width: 80px;
}
.footer_bottom {
    border-top: 1px solid #ffffff;
    padding: 22px 0 0 0;
    margin: 20px 0 0 0;
}
.footer_bottom ul,
.footer_bottom .copyright,
.footer_bottom li {
    margin: 0;
    color: #ffffff;
}
.socail-icon {
    margin: 0;
    padding: 0;
}
.socail-icon li {
    margin: 0 0 35px 22px;
}
.socail-icon li:first-child {
    margin-left: 0;
}
.socail-icon li a{
    font-size: 24px;
    color: #ffffff;
}
.socail-icon li a:hover,
.socail-icon li a:focus{
    color: #41b3e4;
}
.footer-links li a {
/*    font-size: 20px;*/
/*    line-height: 26px;*/
}
/* ========================================== */
/* !!!!           Register Popup         !!!! */
/* ========================================== */
.register_popup {
    background: rgba(244, 244, 244, 0.72);
    overflow: auto;
}
.register_popup .modal-dialog {
    max-width: 1328px;
/*    min-height: 1020px;*/
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 60px 85px;
}
.register_popup .modal-content {
    border: 0;
    border-radius: 0;
}
.register_popup .modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.8;
    padding: 0;
    margin: 0;
    z-index: 99;
}
.register_popup .modal-header {
    padding: 0;
    border: 0;
    text-align: center;
}
.register_popup .modal-title {
    width: 100%;
    margin: 0;
}
.register_popup .modal-title span {
    color: #41b3e4;
}
.register_popup .modal-body {
    padding: 50px 0 0 0;
}
.register_card {
    position: relative;
    padding: 75px 45px 55px;
    background: #f4f4f4;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.register_card h3 {
    margin: 0 0 27px 0;
	font-weight: 700;
}
.register_card_content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 0 0 95px 0;
}
.register_card_content p {
/*    font-size: 18px;*/
/*    line-height: 24px;*/
}
.register_card_content ul {
    margin: 70px 0 0 0;
}
.register_card_content li {
    width: 100%;
    margin: 0 auto 23px auto;
/*    font-size: 20px;*/
/*    line-height: 27px;*/
}
.register_card_content ul li [class*="col-"]:nth-child(2) {
    font-weight: 600;
}
/* ========================================== */
/* !!!!            LOGIN PANEL           !!!! */
/* ========================================== */
.login_panel {
    position: relative;
}
.login_master_head {
    position: relative;
    padding: 50px 75px;
    background: #f4f4f4;
}
.return_wrap a {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 0 35px;
    color: #000000;
    vertical-align: middle;
}
.return_wrap a span {
    vertical-align: middle;
}
.return_wrap a i {
    font-size: 24px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.login_form_wrap {
    position: relative;
    padding: 80px 0 0 0;
}
.login_form_wrap_content h4 {
    font-weight: 400;
}
.login_form {
    position: relative;
    padding: 0 100px 0 0;
}
.login_form label {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.login_form  .form-group {
    margin: 0 0 10px 0;
}
.login_form .form-control, 
.login_form .form-control:focus {
    border: 1px solid #000000;
    background: #ffffff;
}
.forget_link {
    color: #000000;
    text-decoration: underline;
    margin: 12px 0 0 0;
    display: inline-block;
    font-weight: 600;
}
.login_form .btn-default {
    width: 78px;
    height: 78px;
    border-radius: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
/*    font-size: 22px;*/
    position: absolute;
    right: 0;
    top: 30%;
}
.login_forget_panel .btn-default {
    top: -8px;
}
.login_panel_content {
    position: relative;
    padding: 30px 0 60px 0;
}
.login_panel_content_inner {
    padding: 10px 0 0 0;
}
.login_panel .register_card {
    max-width: 495px;
    padding: 35px 30px 30px;
}
.login_panel_content_head {
    text-align: center;
}
.login_panel_content_head h2, .login_panel_content_head h4 {
    color: #fff;
}
.login_panel_content_head h4 {
    font-weight: 400;
}
.login_panel .register_card h3 {
    margin: 0 0 15px 0;
    font-weight: 700;
}
.login_panel  .register_card_content {
    padding: 0 0 50px 0;
}
/* ========================================== */
/* !!!!           CUSTOM BUTTON          !!!! */
/* ========================================== */
.btn-default {
    position: relative;
    background: #41b3e4;
    display: inline-flex;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #ffffff;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 17px 45px;
    margin: 0;
    border: 0;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* !! :HOVER || :FOCUS || :ACTIVE !! */
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #3055a3;
    border: none;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* !! BUTTON DEFAULT BORDER !! */
.btn-default-br {
    background: transparent;
    border: 2px solid #3055a3;
    color: #3055a3;
}
.btn-default-br:hover,
.btn-default-br:focus,
.btn-default-br:active {
    background: #41b3e4;
    border: 2px solid #41b3e4;
    color: #ffffff;
}
/* !! BUTTON SQUARE !! */
.btn-square {
    -webkit-border-radius: 0;
    border-radius: 0;
}
/* !! BUTTON PRIMARY !! */
.btn-primary {
    background: #3055a3;
}
/* !! :HOVER || :FOCUS || :ACTIVE !! */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #41b3e4;
    border: none;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* !! BUTTON PRIMARY BORDER !! */
.btn-primary-br {
    background: transparent;
    border: 2px solid #41b3e4;
    color: #41b3e4;
}
.btn-primary-br:hover,
.btn-primary-br:focus,
.btn-primary-br:active {
    background: #3055a3;
    border: 2px solid #3055a3;
    color: #ffffff;
}
/* !! BUTTON GRAY !! */
.btn-gray {
    background: #f4f4f4;
    color: #000000;
}
/* !! :HOVER || :FOCUS || :ACTIVE !! */
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
    background: #3055a3;
    color: #ffffff;
}
/* ============================================= */
/* !!!!       COMMON FORM INPUT STYLE       !!!! */
/* ============================================= */
.form-group {
    margin: 0 0 15px 0;
}
.form-control, .form-control:focus {
    height: auto;
    background: #f4f4f4;
    border: 0;
    border-radius: 0;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}
.form-control-white {
    background: #ffffff;
}
textarea.form-control,
textarea.form-control:focus {
    height: 90px;
    resize: none;
}
/* !!!!       FORM INPUT PLACEHOLDER        !!!! */
.form-control::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.50);-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.form-control::-moz-placeholder          {color: rgba(0, 0, 0, 0.50);-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.form-control:-ms-input-placeholder      {color: rgba(0, 0, 0, 0.50);-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.form-control::-ms-input-placeholder     {color: rgba(0, 0, 0, 0.50);-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.form-control:-moz-placeholder           {color: rgba(0, 0, 0, 0.50);-webkit-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
/* !! field focus !! */
.form-control:focus::-webkit-input-placeholder {color: transparent;}
.form-control:focus::-moz-placeholder          {color: transparent;}
.form-control:focus:-ms-input-placeholder      {color: transparent;}
.form-control:focus::-ms-input-placeholder     {color: transparent;}
.form-control:focus:-moz-placeholder           {color: transparent;}
/* =================================================== */
/* !!!!        SITE COMMON TABLE STYLE CSS        !!!! */
/* =================================================== */
.table-responsive {
    position: relative;
    margin: 50px 0;
    text-align: center;    
    overflow: inherit;
}
/* !! Table : head | body | foot | Common Style !! */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: none;
    padding: 0 15px;        
}
.table tr .main-course {
    font-size: 17px;
    margin: 15px 0 0 0;
}
.table tr .main-course strong{
    font-weight: 400;
}
/* !! Table Head !! */
.table > thead > tr > th {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    width: 20%;
    height: 50px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    vertical-align: middle;
    border: 0;
    padding: 40px 15px;
}
.table thead tr th:nth-child(odd) {
    background: #ffffff;
}
.table thead tr th:nth-child(even) {
    background: #f4f4f4;
}
/* !! Table Head Inner Table Head !! */
/* !! Table Body !! */
.table > tbody > tr > td {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    padding: 20px 18px;
    vertical-align: middle;
    border: 0;
    border-bottom: 1px solid transparent;
}
.table > tbody > tr > td:first-child {
    text-align: left;
}
.table tbody tr td:nth-child(odd):first-child {
    border-top: 1px solid #e5e5e5;
    font-weight: 600;
}
.table tbody tr td:nth-child(odd) {
    background: #ffffff;
    border-color: #f4f4f4;
}
.table tbody tr td:nth-child(even) {
    background: #f4f4f4;
    border-color: #ffffff;
}
.table > tbody > tr:last-child td {
    -webkit-box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 4px 4px 5px 0 rgba(0, 0, 0, 0.10);
    border: 0;
}
.table > tbody > tr:last-child td:first-child {
    box-shadow: none;
}
.table > tbody > tr > td .btn-default.btn-primary {
    font-size: 15px;
    padding: 8px 30px;
}
/* !! Table Body Inner Table Body !! */
.table tbody tr table {
    width: 100%
}
.table tbody tr table tr td {
    width: 50%;
    padding: 0 18px;
    height: 83.2px;
    text-align: left
}
.table tbody tr table tr td:nth-child(4) {
    padding-right: 0
}
/* & & & & & & & & & & */
/* !! Course Table Head !! */
.table.course-table > thead > tr > th {
    width: 16%;
}
.table.course-table > thead > tr > th:first-child {
    width: 20%;
}
/* ============================================= */
/* !!!!        HERO SLIDER STYLE CSS        !!!! */
/* ============================================= */
.hero_banner_wrapper {
    position: relative;
}
.hero_banner_wrapper .carousel img {
    width: 100%;
}
.hero_banner_wrapper .carousel-item {
    height: 600px;
}
.carousel-caption {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    padding: 0;
    text-shadow: none;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.45);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.carousel-caption::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: -1;
}
.carousel-inner .carousel-caption h2 {
    font-family: 'PT Sans', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}
.carousel-caption h4 {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0 0 30px 0;
    color: #ffffff;
    font-weight: 400;
}
.carousel-indicators {
    text-align: center;
    width: 100%;
    bottom: 30px;
    left: 0;
    margin: 0;
    padding: 0;
}
.carousel-indicators li {
    height: 17px;
    width: 17px;
    margin: 0 10px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #e8e8e8;
    border: 0;
}
.carousel-indicators .active {
    height: 17px;
    width: 17px;
    margin: 0 10px;
    border: 0;
}
/* ============================================== */
/* !!!!        TEAM WRAPPER STYLE CSS        !!!! */
/* ============================================== */
.team_wrapper {
    background: #f4f4f4;
    position: relative;
    border-top: 20px solid #41b3e4;
}
.team_wrapper img {
    width: 100%;
}
.team_content {
    max-width: 680px;
    margin: 0 auto;
    height: 100%;
    padding: 50px 30px;
}
.team_content p {
/*    font-size: 20px;*/
/*    line-height: 27px;*/
    margin: 0 0 30px 0;
}
.img_holder {
    height: 100%;
}
.img_holder img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    margin: 0 auto;
}
/* !! please_note_wrapper !! */
.please_note_wrapper {
    position: relative;
}
.please_note_wrapper .block15-pkg-btn {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
}
.please_note_wrapper h2 {
    margin: 0 0 15px 0;
}
.please_note_wrapper p {
    margin: 0;
}
/* ========================================== */
/* !!!!     COURSE WRAPPER STYLE CSS     !!!! */
/* ========================================== */
.course_wrapper {
    position: relative;
    padding: 80px 0;
}
.course_wrapper + .course_wrapper {
    padding: 30px 0 80px 0;
}
.course_wrapper_head h4,
.course_wrapper_head h2 {
    text-transform: uppercase;
    margin: 0;
}
.course_wrapper_head h2 {
    color: #3055a3;
    font-size: 27px;
}
.register-course-tab-btn {
    margin: 0;
    text-align: center;
}
.register-course-tab-btn .nav-tabs {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    justify-content: center;
}
.register-course-tab-btn .nav-tabs .nav-item {
    margin: 0 10px;
}
.register-course-tab-btn .nav-tabs li .nav-link {
    background: #f4f4f4;
    -webkit-border-radius: 0;
    border-radius: 0;
    letter-spacing: 0;
    color: #000000;
    position: relative;
    display: inline-flex;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 17px 45px;
    margin: 0;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.register-course-tab-btn .nav-tabs li .nav-link:hover {
    background: #41b3e4;
    color: #ffffff;
}
.register-course-tab-btn .nav-tabs li .nav-link.active {
    background: #3055a3;
    color: #ffffff;
}
.course_wrapper .btn-default .faeye {
    margin: 0 20px 0 0;
}
/* course_card */
.course_wrapper .course_tab_content {
    padding: 0 62px;
}
.course_wrapper .course_wrapper_head {
    padding: 0 62px;
}
.white-hider {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0 30px 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, #ffffff));
}
.course_card {
    position: relative;
    background: #f4f4f4;
    padding: 75px 33px 60px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.course_card h3 {
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 50px 0;
}
.course_card ul {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 0;
    position: relative;
}
.course_card > ul::after {
    content: '';
    height: 217px;
    opacity: 0.88;
    background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0.03), rgba(244, 244, 244, 0.61) 27%, #f4f4f4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.course_card ul li {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
}
.course_card ul li p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
.course_card ul li .marker {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    color: #000000;
    display: block;
}
.course_card_cta ul li {
    margin-bottom: 0;
}
.course_card ul li [class*="col"]:nth-child(2),
.course_card ul li [class*="col"]:nth-child(2) p,
.course_card ul li [class*="col"]:nth-child(2),
.course_card ul li [class*="col"]:nth-child(2) strong {
    font-weight: 600;
}
.course_card ul li .main-course {
    font-family: 'PT Sans', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 49px;
    text-align: center;
    color: #000000;
    margin: 40px 0 30px 0;
    text-transform: uppercase;
}
.course_card ul li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: underline;
    text-align: center;
    color: #41b3e4;
    text-transform: uppercase;
}
/* Owl Carousel */
.course_carousel .item {
    height: 100%;
}
.course_carousel .owl-stage-outer::before,
.course_carousel .owl-stage-outer::after {
    width: 170px;
    opacity: 0.88;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.course_carousel .owl-stage-outer::before {
    background-image: linear-gradient(to left, rgba(244, 244, 244, 0.64), #f4f4f4);
    left: 0;
}
.course_carousel .owl-stage-outer::after {
    right: 0;
    background-image: linear-gradient(to right, rgba(244, 244, 244, 0.64), #f4f4f4);
}
.course_carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.course_carousel.owl-carousel .owl-nav.disabled {
    display: block;
}
.course_carousel .owl-next, .course_carousel .owl-prev {
    position: absolute;
    background: url(../images/left-right-arrow-ic.png);
    background-repeat: no-repeat;
    background-size: 46px;
    width: 25px;
    height: 40px;
    top: 50%;
    z-index: 99;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background-color: transparent;
    overflow: hidden;
    text-indent: -999px;
}
.course_carousel .owl-prev {
    left: 4%;
    background-position: 2px 0;
}
.course_carousel .owl-next {
    right: 4%;
    background-position: -22px 0;
}
.course_details_cta {
    margin: 70px 0 0 0;
}
/* ============================================== */
/* !!!!        MAKE ENQUIRY STYLE CSS        !!!! */
/* ============================================== */
.make_enquiry_wrapper {
    position: relative;
    padding: 80px 0;
    margin: 0;
    /*border-top: 1px solid #707070;*/
}
.make_enquiry_content {
    max-width: 550px;
    margin: 0 auto;
}
.make_enquiry_content h2 {
    text-transform: inherit;
    color: #41b3e4;
}
.make_enquiry_content h4 {
    margin: 0 0 10px 0;
    font-weight: 600;
}
.make_enquiry_content h2 + h4 {
    margin: 50px 0;
}
.make_enquiry_content li {
    margin: 0 0 15px 0;
}
.make_enquiry_content .main_label {
/*    width: 135px;*/
    display: inline-block;
    font-weight: 600;
}
.make_enquiry_content a {
/*    color: #000000;*/
}
.make_enquiry_form {
    max-width: 750px;
    margin: 0 auto 0 0;
}
.make_enquiry_form label {
    font-weight: 600;
}
.make_enquiry_form .btn-default {
    width: 195px;
}
.error_span {
    position: relative;
    width: 100%;
    color: red;
    font-size: 13px;
    display: block;
    font-weight: 600;
}
/* ================================================== */
/* !!!!    HOME PAGE GALLERY SLIDER STYLE CSS    !!!! */
/* ================================================== */
.gallery__wrapper {
    position: relative;
    padding: 80px 0 40px 0;
    background: #f4f4f4;
}
.gallery__wrapper__head {
    margin: 0 0 50px 0;
}
.gallery__wrapper__head h2{
    margin: 0 0 15px 0;
}
.gallery__wrapper .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    background: url(../images/left-right-arrow-ic.png);
    background-repeat: no-repeat;
    background-size: 35px;
    width: 20px;
    height: 30px;
    top: 50%;
    z-index: 99;
    -webkit-transform: translate(0,-100%);
    transform: translate(0,-100%);
    background-color: transparent;
    overflow: hidden;
    text-indent: -999px;
    margin: 0;
    padding: 0;
}
.gallery__wrapper .owl-theme .owl-nav [class*=owl-].owl-prev {
    left: -60px;
    background-position: 2px 0;
}
.gallery__wrapper .owl-theme .owl-nav [class*=owl-].owl-next {
    right: -60px;
    background-position: -16px 0;
}
/* ========================================== */
/* !!!!         BANNER STYLE CSS         !!!! */
/* ========================================== */
.banner_wrapper {
    position: relative;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.banner_wrapper img, .banner1 img { 
    width: 100%;
}
.banner1 {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    min-height: 45vh;
}
.banner1 img {
    opacity: 0;
}
/* !!!!! breadcrumb wrap !!!!! */
.breadcb {
    position: relative;
    padding: 10px 0;
    margin: 0;
    background: #41b3e4;
}
.breadcrumb {
    margin: 0;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
.breadcrumb li {
    margin: 0;
}
.breadcrumb li a {
    color: #ffffff;
}
.breadcrumb > .active {
    color: rgba(252, 252, 252, .7)
}
.breadcrumb-item + .breadcrumb-item::before{
    padding: 0 15px;
    color: #cccccc;
    content: "\f0da";
    font-family: 'FontAwesome';
}
/* ========================================== */
/* !!!!     OUR TEAM PAGE STYLE CSS      !!!! */
/* ========================================== */
.our_meet_team_wrapper {
    position: relative;
    padding: 80px 0;
}
.our_meet_team_wrapper h2 {
    margin: 0 0 50px 0;
}
.our_meet_team_wrapper h2 span {
    color: #41b3e4;
}
.our_meet_team_content {
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}
.our_team_card {
    text-align: center;
    background: #ededed;
    position: relative;
    margin: 0 0 30px 0;
}
.our_team_card .name {
    font-weight: 700;
    margin: 0 0 5px 0;
    display: block;
}
.our_team_img {
    padding: 30px 30px 0px;
}
.our_team_card figure {
    border: 5px solid #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 200px;
    overflow: hidden;
    height: 200px;
    margin: 0 auto;
    box-shadow: 0px 0 0px 5px #41b3e4;
}
.our_team_card figure img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.our_team_content {
    padding: 30px 30px;
    position: relative;
    z-index: 1;
}
.our_team_content::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 40px 0 30px 0;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(237, 237, 237, 0.40)),color-stop(1, #ededed));
    content: '';
    z-index: 1;
}
.study {
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, .5);
    margin-bottom: 20px;
    display: block;
}
.team-content {
    height: 205px;
    overflow: hidden;
}
/* ========================================== */
/* !!!!        FAQ PAGE STYLE CSS        !!!! */
/* ========================================== */
.faq__wrapper {
    position: relative;
    padding: 80px 0;
}
.faq_wrapper_head {
    margin: 0 0 50px 0;
}
.faq_cta_wrap {
    padding: 60px 0 0 0;
}
.color6 {
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    text-transform: none;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 2px solid #000000;
    line-height: 54px;
}
.color6 span {
    color: #41b3e4;
}
.card {
    background: #ffffff;
    border: 0;
    margin: 0 0 30px 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(172, 172, 172, 0.16);
    box-shadow: 0 2px 2px 0 rgba(172, 172, 172, 0.16);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card .card-header{
    background: #f4f4f4;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*
.card:hover .card-header{
    background: #41b3e4;
}
.card:hover .card-header a{
    color: #ffffff;
}
*/
.card.active .card-header {
    background: #41b3e4;
    color: #ffffff;
}
.other_online_data .card .card-header {
    background: #3055a3;
}
.other_online_data .card.active .card-header {
    background: #41b3e4;
    color: #ffffff;
}
.other_online_data .card .card-header a {
    color: #ffffff;
}
.card .card-header a {
	font-size: 18px;
    position: relative;
    display: block;
    color: #000000;
    font-weight: 400;
    padding: 15px 40px 15px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.card.active .card-header a {
    color: #ffffff;
}
.card .card-header a::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%; 
    content: '\f107';
    font: normal normal normal 25px/1 FontAwesome;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.card.active .card-header a::after {
   content: '\f106';
}
.card .card-body {
    padding: 20px 30px;
}
/* ========================================== */
/* !!!!      CONTACT PAGE STYLE CSS      !!!! */
/* ========================================== */
.contact_wrapper {
    position: relative;
    padding: 80px 0;
    margin: 0;
}
.contact_head {
    margin: 0 0 50px 0;
}
.contact_wrapper h2 span {
    color: #41b3e4
}
/* ================================================== */
/* !!!!      REGISTER COURSE PAGE STYLE CSS      !!!! */
/* ================================================== */
.accordion.other_online_data {
    position: relative;
    padding: 100px 0 0;
}
.mb-0 {margin-bottom: 0;}
.other_online_data .table-responsive {
    margin: 0;
    border: 1px solid #e5e5e5;
    border-top: 0;
}
.other_online_data .table-responsive .table {
    margin: 0;
}
.other_online_data .table > thead > tr > th {
    background: #7f7f7f;
    width: 60%;
    text-align: left;
    font-size: 16px;
    padding: 0 18px;
    color: #ffffff;
}
.other_online_data .table > thead > tr > th:nth-child(2) {
    width: 40%;
    text-align: center;
}
.other_online_data .table tbody tr table tr {
    background: #ededed;
}
.other_online_data .table tbody tr table tr td:first-child {
    border: none;
}
.other_online_data .table > tbody > tr > td:nth-child(even) {
    border-left: none;
	    border-top: 1px solid #e5e5e5;
}
.other_online_data .table > tbody > tr td {
    border: 0;
    height: 60px;
    vertical-align: middle;
    padding: 20px 18px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.other_online_data .table > tbody > tr > td:nth-child(even) td:nth-child(even) {
    border-left: 1px solid #d6d5d5;
}
.other_online_data .table > tbody > tr td tr td {
    text-align: center;
}
.course-table p {
    margin: 0;
    /*font-size: 15px;*/
	font-size:inherit;
}
.table span.marker {
    position: absolute;
    right: 17px;
    top: 14px;
}
/* ========================================= */
/* !!!!      RESULT PAGE STYLE CSS      !!!! */
/* ========================================= */
.result__wrapper {
    position: relative;
    width: 100%;
    padding: 0 15px;
}
.result__wrapper .result-table tr td:nth-child(1) {
    width: 40%;
    min-width: 40%;
    max-width: 40%;
}
.result__wrapper .result-table tr td:nth-child(2) {
    width: 60%;
    min-width: 60%;
    max-width: 60%;
}
.result__wrapper .result-table tr td P {
    margin: 0;
}
.result__wrapper .result-table tr td .result-head {
    font-weight: 900;
    line-height: 36px;
    font-size: 30px;
    margin: 0;
}
/* ========================================== */
/* !!!!        QUESTION STYLE CSS        !!!! */
/* ========================================== */
.question__wrapper {
    position: relative;
    padding: 0;
    background: #ffffff;
}
.question__wrapper .panel-primary {
    border-color: #337ab7;
}
.question__wrapper .progress-bar-warning {
    background-color: #f0ad4e;
}
.question__wrapper textarea.form-control {
    height: auto;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.question_left_sidebar {
    height: 100%;
    background: #ffffff;
    position: relative;
    padding: 50px 0px 50px 60px;
}
.exam_que_wrap {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eee;
}
.question_left_sidebar .exam_que_wrap .panel-heading {
    background-color: #337ab7;
    border-color: #337ab7;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px 20px;
}
.question_left_sidebar .exam_que_wrap .panel-heading .panel-title {
    color: #ffffff;
    text-transform: uppercase;
}

.question_right_sidebar {
    position: relative;
    padding: 50px 60px 50px 40px;
}
.question_right_sidebar .panel-info {
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #bce8f1;
}
.question_right_sidebar .panel-info .panel-heading {
    border-bottom: 1px solid #bce8f1;
    background-color: #d9edf7;
    color: #31708f;
    border-radius: 4px 4px 0 0;
}
.question_right_sidebar .panel-info .panel-heading .panel-title {
    color: #31708f;
    text-transform: uppercase;
    font-size: 16px;
}
.question_right_sidebar .panel-info .panel-body {
    padding: 15px;
}
.question_right_sidebar .panel-info .panel-body .question p strong {
/*    font-size: 18px;*/
    font-weight: 400;
}

.question_right_sidebar .panel-footer {
    position: relative;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.question__wrapper .quesion-bs-callout.blue {
    padding: 15px;
}
.question__wrapper .exam-page .panel-body {
    background: #ffffff;
}
.assignment_popup h2 {
    font-weight: 400;
    font-size: 26px;
    margin: 0;
}

/* ========================================== */
/* !!!!        SITE OLD STYLE CSS        !!!! */
/* ========================================== */
/* !! OLD BUTTON STYLE COMMON STYLE CSSS !! */
.btn-register {
    background: #41b3e4;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    padding: 0 15px;
    width: auto;
}
.btn-application, .btn-booked {
    display: inline-block;
    float: none;
    font-size: 14px;
    line-height: 24px;
    padding: 0 7px;
    color: #ffffff;
    width: auto;
    font-weight: 600;
}
.btn-register:hover {
    background: #3156a3;
    color: #ffffff;
}
.btn-application {
    color: #3055a3;
/*    background: #41b3e4;*/
    pointer-events: none;
}
.btn-register-info {
    background-color: #5bc0de;
    pointer-events: visible;
    color: #ffffff;
    border-radius: 60px;
    padding: 2px 10px;
}
.btn-booked {
    background: #d90000;
}
.btn-booked:hover {
    background: #000000;
    color: #ffffff;
}
/* old footer style css */
.logo-footer .socail-icon i {
    color: #ffffff;
}
.logo-footer .socail-icon {
    display: inline;
    float: none;
    margin: 0;
    width: auto
}
.logo-footer .socail-icon a {
    float: none
}
.col-md-3.col-sm-12.footer-links ul li a {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px
}
.col-md-3.col-sm-12.footer-links ul li {
    list-style-type: none;
    width: 50%;
    float: left;
}
.col-md-3.col-sm-12.footer-links ul li:nth-child(even) {
    float: right;
}
.col-md-4.col-sm-12.footer-links ul li a:hover,
.logo-footer .socail-icon a:hover {
    opacity: .5;
}
/*
footer .copyright {
    color: #e2dfdf;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    border-top: 1px solid rgba(247, 240, 240, .1);
    font-size: 14px
}
*/
.col-md-4.col-sm-12.logo-footer img {
    float: left;
    height: auto;
    margin-top: 50px;
    opacity: 1;
    padding-left: 0;
    width: 100%
}
.col-md-1.col-sm-12.logo-footer {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: table;
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%
}
.col-md-4.col-sm-12.logo-footer {
    float: left;
    padding-left: 0;
    width: 33.33%
}
.col-md-3.col-sm-12.footer-links {
    float: left;
    padding-top: 20px;
    width: 33.33%
}
footer .logo-footer > img {
    float: none;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 10px
}
/* !! OLD btn style !! */
.button {
    background: #ff9c1c;
    border: 1px solid #e67a00;
    font: 13px "";
    padding: 9px 17px;
    cursor: pointer
}
.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none
}
.button, .button:hover {
    color: #ffffff;
}
/* !! blockquote !! */
blockquote {
    quotes: none;
    border-bottom: 3px solid #2e3192;
    border-left: 0 none;
    border-top: 3px solid #2e3192;
    color: #333333;
    font-size: 20px;
    font-style: italic;
    line-height: 35px;
    padding: 20px 40px;
    width: auto;
    display: table;
    float: none;
    margin: 0 auto;
    text-align: center;
}
/* !! learn-more !! */
.learn-more {
    background: #41b3e4;
    border-bottom: 5px solid #ffffff;
    font-size: 18px;
    line-height: 54px;
    margin: 32px auto 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0 30px;
    text-align: center;
    color: #ffffff;
    display: table;
    width: auto;
    clear: both;
    text-transform: uppercase;
}
.learn-more:hover {
    background: #ffffff;
    border-bottom: 5px solid #41b3e4;
    clear: both;
    color: #41b3e4
}
/* logo-newsletter */
.logo-newsletter input[type=text] {
    border: 1px solid #ffffff;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    height: 36px;
    padding: 0 25px;
    width: 100%;
    background-color: transparent;
    line-height: 36px;
    font-size: 18px;
    margin-bottom: 12px
}
.logo-newsletter p {
    color: #e2dfdf
}
.logo-newsletter .form-group {
    float: left;
    margin-bottom: 0;
    width: 100%;
    margin-top: 12px
}
.logo-newsletter .btn-default {
    background-color: #ffffff;
    border-color: #ffffff;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #3156a3;
    line-height: 36px;
    margin-right: 0;
    width: 100%;
}
.logo-newsletter .btn-default:hover {
    background-color: #3156a3;
    border-color: #3156a3;
    color: #ffffff;
}
.translation_content a:focus,
.translation_content a:hover {
    color: #ffffff;
}
/*
.bootstrap-select .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:focus, .btn.active:focus, .btn:active:focus, .btn:focus {
    outline-offset: 0;
    outline: 0
}
*/
.clearfix, .entry-meta, .page-links {
    clear: both
}
.wp-caption {
    max-width: 100%
}
.banner-text > h3::before,
/*.nav-tabs > li > a:before */
{
    left: 0;
    content: ""
}
/*.nav-tabs > li > a:before,*/
#home .tab-content::before, .banner-text > h3::before, .course-top:before, .do-you-right > p:before{
    content: ""
}
q {
    quotes: none
}
mark, rp, rt, ruby, summary, time {
    display: inline
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}
.assistive-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}
.hentry {
    margin: 0 0 1.5em
}
.byline {
    display: none
}
.group-blog .byline,
.single .byline {
    display: inline
}
.entry-content,
.entry-summary {
    margin: 1.5em 0 0
}
.page-links {
    margin: 0 0 1.5em
}
.entry-content img,
.site-header img,
img[class*=align],
img[class*=wp-image-] {
    height: auto
}
.entry-content img,
.site-header img,
img.size-full {
    max-width: 100%;
    width: auto
}
.comment-content img.wp-smiley,
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}
.wp-caption {
    border: 1px solid #ccc
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    margin-bottom: 1.5em
}
.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%
}
.wp-caption-text {
    text-align: center
}
.wp-caption .wp-caption-text {
    margin: .8075em 0
}
.site-content .gallery {
    margin-bottom: 1.5em
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%
}
.site-content .gallery dd {
    margin: 0
}
.about-img figure {
    -webkit-transition: all 1s ease-in
}
.banner-inner ul li,
.banner-inner > ul,
/*.header-top-right-bottom ul,*/
.login{
    display: inline-block;
/*    background: #41b3e4;*/
    color: #ffffff;
/*    border: 1px solid #41b3e4;*/
    line-height: 25px;
    text-align: center;
    width: 107px;
/*    float: right;*/
}
.login:hover {
    background: #ffffff;
    color: #41b3e4
}
/* !! banner !! */
.banner {
    background: url(../images/banner-img1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 45vh;
}
/*
.banner-inner li {
    float: left;
    list-style-type: none;
}
*/
.banner-inner > ul {
    margin: 0;
    padding: 0;
    width: 100%
}
.banner-inner ul li {
/*    float: left;*/
/*    list-style-type: none;*/
    width: 33.33%
}
.banner-inner {
/*    float: left;*/
    padding: 0;
    width: 100%
}
.banner-text figure {
    height: 65px;
    margin-bottom: 12px;
    position: relative
}
.banner-text > h3::before {
    background: #ffffff;
    height: 4px;
    position: absolute;
    top: -5px;
    width: 100%;
    display: none
}
.banner-inner ul li:first-child .banner-text > h3::before {
    display: block
}
.banner-text h3 {
    border-top: 1px solid #ffffff;
    position: relative
}
.block-inner {
/*    float: left;*/
    padding: 52px 0 70px;
    width: 100%
}
.important-links {
    display: inline-block;
    float: left;
    margin: 0 -2%;
    padding: 0;
    width: auto
}
.important-links > li {
    float: left;
    list-style-type: none;
    width: 33.33%;
    padding: 0 2%;
    margin-bottom: 16px
}
.important-links a {
    border: 1px solid #3156a3;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    line-height: 41px;
    text-align: center;
    width: 100%;
    font-family: 'PTSans-Regular';
}
.important-links a i {
    line-height: 41px;
    margin-right: 5px;
    text-align: center
}
.important-links a:hover {
    color: #ffffff;
    background: #3156a3
}
.note p img {
    float: right;
    margin-top: -38px;
    border-bottom: 4px solid #3156a3;
    margin-left: 88px
}
/*
.note,
.note p {
    float: left;
    width: 100%
}
*/
/*
.note p {
    padding-top: 38px
}
.note {
    margin-top: 54px
}
*/
/*
.panel-default > .panel-heading {
    background: 0 0;
    border-color: transparent;
    color: #ffffff;
    width: 100%;
    padding: 0
}
*/
.panel-heading {
    border: 0;
    border-radius: 0;
    padding: 0;
    color: #ffffff;
    width: 100%;
}
.panel-title {
    position: relative;
    margin: 0;
}
.panel-title > a {
    position: relative;
    background: #3156a3;
    color: #ffffff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 0 38px;
    text-transform: capitalize;
    width: 100%;
}
/*
.panel-title i,
.panel-title span {
    background: #ffffff;
    color: #3156a3;
    float: right;
    text-align: center
}
*/
.courses-bottom h6,
.enquire,
.offer-box > h6 {
    text-transform: uppercase
}
/*
.panel-title span {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    width: 35px;
    margin-right: 15px
}
*/
.panel-title i {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-size: 16px;
    line-height: 30px;
    margin-top: 3px;
    width: 30px
}
.right-panel {
    float: right;
    padding-top: 8px
}
.panel-group .panel + .panel {
    margin-top: 18px
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #3156a3
}
/*
.panel-default {
    border-color: #3156a3;
    float: left;
    width: 100%
}
*/
.panel-body {
    padding: 22px 38px 12px
}
/*
.panel-group .panel {
    -webkit-border-radius: 0;
    border-radius: 0;
}
*/
.panel-body h5 {
    margin-bottom: 18px
}
#home .tab-content {
    color: #000000;
    display: block;
    font-family: 'PTSans-Regular';
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 16px;
    padding-top: 25px;
    text-align: center;
    width: 100%;
    position: relative
}
#home .tab-content::before {
    background: #3156a3;
    height: 4px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    top: 0;
    width: 30px
}
.panel-title > a.collapsed {
    background: rgba(49, 86, 163, .7)
}
.panel-title a.collapsed[aria-expanded=false] i::before {
    content: "\f105";
}
.panel-title a[aria-expanded=true] i::before {
    content: "\f106";
}
.panel-title a.collapsed[aria-expanded=false] span {
    display: none
}
.panel-title a[aria-expanded=true] span {
    display: block
}
.panel-title a.collapsed .panel-title span {
    display: none
}
/**/
.address > p,
.address > p a,
address,
address p {
    color: #e2dfdf
}
address {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}
/* !! !! */
.welcome-right {
    padding-right: 0
}
.about-img figure,
.apply-now,
.courses-bottom,
.courses-bottom h6,
.do-you-left {
    text-align: center
}
.welcome-right {
    bottom: auto;
    max-width: 20%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 9999
}
.welcome-right img {
    width: 100%;
    height: auto
}
.welcome-left {
    padding-top: 84px;
    position: relative;
    z-index: 1
}
.welcome-left h4 {
    color: #000000;
    font-family: 'PTSans-Bold';
}
.welcome-left h4 span {
    color: #41b3e4
}
.heading1 {
    color: #3156a3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    line-height: 54px
}
.welcome-left p {
    color: #160305;
    padding-right: 117px
}
.welcome-left li {
    float: left;
    list-style-type: none;
    margin-bottom: 40px;
    padding-right: 45px;
    width: 33%
}
.welcome-left li:nth-child(4n),
.welcome-left li:nth-child(5n),
.welcome-left li:nth-child(6n) {
    margin-bottom: 0
}
.welcome-left > ul {
    display: inline-block;
    margin: 45px 0 0;
    padding: 0;
    width: 100%
}
.about-img figure {
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #3156a3;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.about-img figure:hover {
    border-style: dashed
}
/*
.banner1,
.carousel,
*/
.contact-image,
.course-top,
.inst-left figure,
.team-left {
    overflow: hidden
}
.about-img {
    display: table;
    float: left;
    height: 80px;
    width: 80px
}
.about-text {
    padding-left: 95px
}
.about-text h5 {
    font-family: 'PTSans-Bold';
    font-size: 20px;
    line-height: 25px
}
.about-text > p {
    padding-right: 0
}
.do-you-left {
    padding-top: 0
}
.do-you-right {
    padding-left: 50px
}
.courses-bottom h6,
.offer-box > h6 {
    font-family: 'PTSans-Bold';
}
.do-you-right h4 span {
    color: #41b3e4
}
.do-you-right > p {
    border-left: 5px solid #ffffff;
    color: #ffffff;
    float: left;
    margin-top: 40px;
    padding: 10px 0 10px 20px;
    width: 100%;
    position: relative
}
.do-you-right p span {
    float: left;
    padding-top: 30px;
    width: 100%
}
.do-you-right > p:before {
    position: absolute;
    left: -15px;
    top: 50%;
    border-top: 10px solid transparent;
    border-right: 10px solid #ffffff;
    border-bottom: 10px solid transparent;
    margin-top: -10px
}
.courses-bottom h6 {
    color: #000000;
    font-size: 20px;
    line-height: 54px;
    margin-top: 10px
}
.courses-bottom > p {
    padding: 0 18px;
    text-align: center
}
.courses-bottom {
    padding-bottom: 50px
}
.apply-now {
    background: #3156a3;
    border: 2px solid #3156a3;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    line-height: 49px;
    margin-top: 25px;
    padding: 0 26px
}
.apply-now:hover,
.enquire:hover {
    border-color: #3156a3;
    color: #3156a3;
    background: #fff
}
.course-top > img {
    width: 100%
}
.course-top {
    position: relative
}
.course-top:before {
    border-color: transparent #ffffff;
    border-style: solid;
    border-width: 40px 305px;
    bottom: -40px;
    left: 50%;
    position: absolute;
    z-index: 2;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}
.offer-box > h6 {
    background: #ffffff;
    color: #000000;
    font-size: 20px;
    line-height: 54px
}
.offer-box-bottom p,
.offer-box-bottom span {
    line-height: 26px;
    text-align: left;
    color: #fff
}
.offer-box-bottom p {
    padding-bottom: 30px
}
.offer-box-bottom span {
    float: left;
    font-size: 16px;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px
}
.offer-box-bottom {
    float: left;
    padding: 30px 15px 40px;
    position: relative;
    min-height: 450px
}
.offer-box-bottom > span::before {
    color: #ffffff;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 0;
    position: absolute
}
.enquire {
    background: #3156a3;
    border: 2px solid #3156a3;
    bottom: 40px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    left: 50%;
    line-height: 46px;
    margin-left: -94px;
    padding: 0 29px;
    position: absolute
}
.color  {background: #7f7f7f}
.color1 {background: #4c5568}
.color2 {background: #6099b2}
.color3 {background: #b7c4df}
.color4 {background: #98aad1}
.color5 {background: #a0d9f2}
/* !! enquiry right and left old layout style !! */
.enquiry-left {
    padding-left: 48px
}
.enquiry-left > h3 {
    color: #3156a3;
    padding-right: 212px
}
/* !! FAQ !! */
.faq-left {
    float: left;
    width: 46px
}
.faq-right {
    width: auto;
    padding-left: 66px;
}
.faq-right span {
    font-size: 18px;
    color: #000000;
    line-height: 50px;
    font-family: 'PTSans-Bold';
}
.career-box h4 {
    font-family: 'PTSans-Bold';
}
.career-box {
    width: 513px;
    height: 321px;
    position: absolute;
    right: 0;
    margin-top: -160px;
    top: 50%;
    background: #3156a3;
    padding: 72px
}
.career-started,
.team,
.team-left figure {
    position: relative
}
.career-started {
    float: left;
    width: 100%
}
.block9 .container-fluid {
    padding: 0 8px
}
.contact-address ul {
    padding: 0;
    margin: 0;
    display: inline-block
}
.contact-address ul li {
    float: left;
    height: 100%;
    list-style-type: none;
    padding: 0 5px;
    width: 25%
}
#map, #map1, #map2, #map3, .address-box, .address-box a, .address-box span {
    width: 100%;
    float: left
}
#map, #map1, #map2, #map3 {
    height: 200px;
    margin-top: 10px
}
.address-box {
    background: #f3f3f3;
    padding: 40px 30px 30px;
    text-align: center;
    border-bottom: 5px solid #3156a3;
    height: 100%;
    min-height: 265px
}
.address-box span {
    color: #000000;
    font-size: 20px;
    line-height: 40px;
    font-family: 'PTSans-Bold';
}
.address-box a,
.address-box address {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.address-box a {
/*    font-size: 18px;*/
/*    line-height: 30px;*/
    color: #000
}
.address-box i {
    color: #3156a3;
    font-size: 24px;
    width: 57px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    border: 1px solid #3156a3;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.address-box address {
    font-size: 16px;
    line-height: 30px;
    color: #000
}
.block9 {
    padding-bottom: 96px
}
/*
.team {
    float: left;
    width: 50%;
    margin-bottom: 70px;
    padding-right: 65px
}
.team-left img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.team-left figure {
    border: 10px solid #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 196px;
    float: left;
    overflow: hidden;
    height: 196px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.team-left,
.team-left:before {
    height: 207px;
    position: absolute
}
.team-left {
    float: left;
    width: 207px;
    left: 0;
    top: 50%;
    padding: 5px;
    margin-top: -103px
}
.team-left:before {
    width: 104px;
    content: "";
    background: #41b3e4;
    top: 0;
    right: 0;
    border-top-right-radius: 207px;
    border-bottom-right-radius: 207px
}
.team-right {
    padding-left: 103px
}
.team-outer {
    background: #ededed;
    padding: 16px 16px 16px 124px;
    text-align: left;
    height: 240px
}
.name {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-family: 'PTSans-Bold';
    padding-top: 6px
}
.team-right p {
    text-align: left;
    padding-right: 25px
}
*/
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
    background-color: #d5d5d5
}
/*.team-detail,*/
/*
.study {
    width: 100%;
    float: left
}
*/
/*
.team-detail {
    margin-top: 0
}
*/
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    height: 22px;
    background: #c4c4c4;
    margin: 0 4px
}
.team:nth-child(2n+2) {
    padding-right: 0;
    padding-left: 65px
}
.team:nth-child(2n+2) .team-left {
    left: 65px
}
.block10-inner {
    padding: 58px 0 0;
    text-align: center
}
.block10-inner .font-style {
    color: #3156a3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    padding: 30px 0;
    float: left;
    width: 100%
}
.block11-inner h4,
.block12-inner h4,
.block13-inner h4 {
    text-align: center;
    margin-bottom: 38px
}
.block11 {
    background: #efefef
}
.block11-inner,
.block12-inner {
    padding: 88px 0 80px;
    float: left;
    width: 100%
}
.block11-right img {
    width: 100%
}
.col-md-8.col-sm-12.block11-left {
    padding-right: 40px;
    padding-left: 0
}
.inst-block {
    padding-top: 25px;
    border-top: 1px solid #d5d5d5;
    position: relative;
    margin-top: 40px;
    float: left;
    width: 100%;
    padding-bottom: 31px
}
.inst-block:after,
.inst-block:before {
    position: absolute;
    left: 50%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-left: -3px;
    content: ""
}
.inst-block:before {
    top: -7px;
    border-bottom: 6px solid #d5d5d5
}
.inst-block:after {
    display: none;
    bottom: -7px;
    border-top: 6px solid #d5d5d5
}
.register {
    background: #3156a3;
    font-size: 18px;
    border: 1px solid #3156a3;
    line-height: 54px;
    color: #ffffff;
    padding: 0 28px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
/*    font-weight: 700;*/
}
.register:hover {
    background: 0 0;
    color: #3156a3
}
.inst-inner {
    float: left;
    width: 76%
}
.col-md-4.col-sm-12.block11-right {
    padding: 28px 0;
    text-align: center
}
section + section:nth-child(even) .block11 {
    background: #fff
}
.inst-inner ul li {
    float: left;
    width: 45%;
    list-style-type: none
}
.inst-inner ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}
.inst-right span {
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, .5);
    width: 100%
}
.inst-left {
    float: left;
    width: 59px;
    height: 59px
}
.inst-left figure {
    border: 4px solid #e8e8e8;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.inst-right {
    float: none;
    width: auto;
    padding-left: 70px;
    padding-top: 15px
}
.inst-right p {
    font-size: 14px;
    line-height: 16px
}
.block11-left .inst-inner ul {
    display: inline-block;
    padding: 0;
    margin: 10px 0 0;
    float: left;
    width: 100%
}
.block11-inner ul {
    float: left;
    width: 100%;
    padding: 0 0 0 62px;
    margin: 30px 0 0
}
.block11-inner ul li,
.block12-inner ul li {
    float: left;
    list-style-type: none;
    padding: 0 10px;
    margin-bottom: 20px
}
.block11-inner ul li a,
.block12-inner ul li a {
    display: inline-block;
    background: #bfbfbf;
    color: #000000;
    font-size: 16px;
    line-height: 41px;
    padding: 0 25px
}
.block11-inner ul li a i,
.block12-inner ul li a i {
    padding-right: 5px
}
.block12-inner ul {
    display: table;
    text-align: center;
    width: auto;
    margin: 30px auto 0;
    padding: 0
}
.block12 .container {
    padding: 0
}
.block12-inner .col-md-8.col-sm-12.block11-left {
    padding-left: 40px;
    padding-right: 62px
}
.block12-inner .col-md-4.col-sm-12.block11-right {
    padding: 4px 4px 4px 0;
    border: 1px solid #c2c2c2;
    border-left: none
}
.block13 {
    background: #efefef;
    float: left;
    width: 100%
}
.block13-inner {
    padding: 30px 0 100px
}
.block13-inner ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%
}
.block13-inner ul li {
    float: left;
    list-style-type: none;
    width: 50%;
    padding-right: 10px
}
.block13-inner ul li:nth-child(even) {
    padding-right: 0;
    padding-left: 10px
}
.practice-left {
    width: 245px;
    float: left
}
.practice-left figure img {
    width: 100%
}
.practice-left figure {
    border: 5px solid #d2d2d2;
    width: 100%
}
.practice-right {
    width: auto;
    float: none;
    padding-left: 265px
}
.practice-right span {
    width: 100%;
    float: left;
    color: #707070;
    padding-top: 25px
}
.block14 {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 100px 0;
    margin-bottom: 50px
}
.block14-inner h4 span {
    background: #3156a3;
    color: #ffffff;
    width: 67px;
    height: 67px;
    display: inline-block;
    text-align: center;
    line-height: 67px;
    margin-right: 10px
}
.block14-inner h4 {
    color: #3156a3;
    font-family: 'PTSans-Bold';
    text-align: center;
    margin-bottom: 38px;
    line-height: 67px
}
.block14-inner {
    float: left;
    width: 100%;
    text-align: center
}
.block14-inner .register {
    margin-top: 35px;
    float: none;
    text-align: center;
    display: inline-block
}
.App,
.Fully Booked,
.tab-left span a,
.tab-right a {
    display: inline-block
}
/*
.banner1 {
    margin-top: 92px;
    max-height: 600px
}
*/
.address-box:hover {
    background: #3156a3;
    color: #ffffff;
    border-bottom: 5px solid #41b3e4
}
.address-box:hover i {
    color: #ffffff;
    border: 1px solid #fff
}
.address-box:hover a,
.address-box:hover address,
.address-box:hover span {
    color: #fff
}
.socail-icon.log_socail {
    float: right;
    margin: 0 0 0 10px
}
.head_user {
    line-height: 25px;
    margin-right: 10px;
    float: left
}
.block15 {
    background: #efefef;
    margin-top: 30px
}
.block15-inner {
/*    float: left;*/
    padding: 40px 0;
    width: 100%
}
.block15-inner ul {
    width: 100%;
    margin: 0;
    padding: 0
}
.block15-inner ul li {
    list-style-type: none;
    float: left;
    width: 50%;
    padding-right: 105px;
    padding-top: 20px;
    position: relative
}
.block15-inner ul li:after,
.block15-inner ul li:before,
.table span.text-color + span.text-color::after {
    position: absolute;
    content: ""
}
.block15-inner ul li:nth-child(even) {
    padding-right: 0;
    padding-left: 105px
}
.block15-inner ul li:before {
    width: 100px;
    height: 3px;
    background: #3156a3;
    left: 0;
    top: 0
}
.block15-inner ul li:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3156a3;
    left: 50px;
    top: 3px;
    margin-left: -3px
}
.App,
.block15-inner ul li a {
    border: 1px solid #3156a3
}
.block15-inner ul li:nth-child(even):before {
    left: 105px
}
.block15-inner ul li:nth-child(even):after {
    left: 155px
}
.block15-inner ul li a {
    display: inline-block;
    background: #3156a3;
    color: #ffffff;
    font-size: 16px;
    line-height: 41px;
    padding: 0 25px;
    margin-top: 34px
}
.block15-inner ul li a i {
    padding-right: 5px
}
.App, .Fully Booked, .tab-right a {
    text-align: center
}
.App,
.Fully Booked {
    background: #d90000;
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
    padding: 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.tab-left span {
    font-size: 14px;
    line-height: 26px;
    color: #858585;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 5px;
    width: 100%;
    float: left
}
.tab-right a,
.tab-right a i {
    line-height: 41px;
    font-size: 16px
}
.tab-left span a:nth-child(1) {
    margin-right: 30px
}
.tab-right {
    float: left;
    width: 30%;
    margin-top: 55px
}
.tab-right a {
    color: #ffffff;
    width: 272px;
    background: #3157a3;
    margin-bottom: 20px;
    float: right
}
.tab-right a i {
    margin-right: 10px
}
.block15-inner h4 {
    color: #000000;
    display: table;
    float: none;
    font-family: 'PTSans-Bold';
    margin: 0 auto 7px
}
.about-text > p a {
    color: RGB(22, 3, 5);
    font: 16px/26px 'Open Sans', sans-serif;
}
.heading-mobile .panel-group {
    margin: 0;
/*    float: left;*/
    width: 100%;
}
.heading-mobile {
    margin: 40px 0;
    display: none;
/*    float: left;*/
    width: 100%;
}
.heading-mobile .table-res h6 {
    width: 100%;
/*    float: left;*/
    line-height: 30px;
    text-align: left;
    border-bottom: none;
}
.heading-mobile .table-res p {
    width: 100%;
/*    float: left;*/
    padding: 6px 0;
}
.career-img,
.home-osce-prep {
    height: auto;
    position: relative;
}
.Booked {
    color: #000000;
}
.block10-inner p:last-child,
.block10-inner ul:last-child {
    padding-bottom: 95px;
}
.address > p a:hover {
    opacity: .5;
}
.home-osce-prep h4,
.home-osce-prep-inner {
    color: #ffffff;
    width: 100%;
    text-align: center;
}
.home-osce-prep {
    background: url(../images/bg-home-osce-prep.jpg) no-repeat;
/*    float: left;*/
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0;
    clear: both;
}
.home-osce-prep h4 {
    margin: 0;
}
.heading-course-program{
    margin-bottom: 30px;
}
.home-osce-prep-inner {
    padding: 80px 0;
}
/*
.home-osce-prep-inner * {
    color: #fff !important;
}
*/
.home-osce-prep-inner a.btn1 {
    background: #3156a3;
    border: 2px solid #3156a3;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    line-height: 49px;
    /*    //margin-top: 25px;*/
    padding: 0 26px;
    text-align: center;
}
.home-osce-prep-inner a.btn1:hover {
    background: #ffffff;
    border-color: #3156a3;
    color: #3156a3 !important;
}
.carousel-inner .item:first-child img,
.welcome-left > ul + ul {
    margin-top: 0;
}
.career-img img {
    width: 100%;
}
.career-img {
    float: left;
    width: 70%;
}
/**/
.block15-inner h4 span {
    color: #41b3e4;
}
.contact-image img {
    float: left;
    height: auto;
    /*    margin-left: -150px;*/
    width: auto;
    max-width: 100%;
}
.contact-image {
    float: left;
    height: auto;
    margin-top: 10px;
    width: 100%;
}
.dis_progress_file {
    background: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.dis_progress_file .inner_progress {
    background: #000000;
    border-bottom: 20px solid #000000;
    border-top: 20px solid #000000;
    display: block;
    height: 90%;
    margin: 2.5% 10%;
    position: relative;
    width: 80%;
}
.VideoPlayer {
    background: #000000;
    height: 100%;
    width: 100%;
}
.dis_progress_file .inner_progress .btn-default {
    background-color: #3156a3;
    border-color: #3156a3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    height: auto;
    line-height: 30px;
    margin-right: 0;
    padding: 0 10px;
    position: absolute;
    right: -15px;
    text-align: left;
    top: -35px;
    width: auto;
}
.dis_progress_file .inner_progress iframe {
    height: 100%;
    width: 100%;
}
.col-md-4.col-sm-12.address {
    padding-left: 80px;
    padding-top: 20px;
    width: 33.33%
}
/*
.note > ul {
    float: left;
    width: 100%;
}
.note ul li {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    float: left;
}
*/
.error_message {
    color: red;
}
.fancybox-overlay.fancybox-overlay-fixed {
    z-index: 999999 !important;
}
div.welcome-right img {
    max-height: 500px;
    width: auto;
}
.space-breaker {
    height: 12px;
}
#pdf-div-tool-bar {
    text-align: center;
}
.col-md-9.c-us-new,
.c-us-new-c-data .col-md-9 {
    width: 75% !important;
}
.col-md-9.c-us-new .col-md-12,
.col-md-9.c-us-new .col-md-6 {
    padding: 0 25px !important;
}
.c-us-new-c-data p {
    /*    font-weight: bold;*/
    margin-bottom: 10px;
}
.c-us-new-c-data p span {
    /*    float:right;*/
}
.p-bname {
    font-weight: 600;
}
.c-us-new-c-data p span {
    font-weight: normal;
}
.socail-icon.middle-icon {
    margin-right: 0px;
    float: none;
    vertical-align: middle;
}
.p-head {
    font-size: 21px;
    font-weight: 600;
    color: #3055a3;
}
.c-gap-4, .c-gap-3, .c-gap-2, .c-gap-1 {
    margin-bottom: 2px !important;
}
.cgap-3, .cgap-6, .cgap-8 {
    margin-bottom: 12px !important;
}
/*new changes 2019-08-22*/
.fully-book-tr td {
    color: #b5b5b5;
    font-size: 15px;
    border-right: none !important;
    /*    border-left: 1px solid #d5d5d5;*/
}
/* !! Table style css !! */
.table .text-color::before, 
.table span::before {
    content: ""
}
/*
table, table td {
    border-collapse: separate
}
*/
.
.table span {
    background: #d90000;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 13px;
    line-height: 24px;
    margin-right: -18px;
    padding: 0 6px;
    position: relative
}
.table .text-color {
    background: 0 0;
    font-size: 16px;
    text-align: left;
    width: 100%;
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    z-index: 1;
    color: #000000;
}
table
.table tbody tr table tr td span.txt:before,
.table > tbody > tr > td span.size-txt:before,
.table > tbody > tr > td span.txt:before {
    display: none
}
.table tbody tr table tr td span.txt,
.table > tbody > tr > td span.txt {
    background: 0 0;
    float: left;
    width: 100%;
    text-align: left;
    color: #000000;
    font-size: 16px;
    padding: 0
}
.table > tbody > tr > td span.txt {
    text-align: left
}
.table > tbody > tr > td span.size-txt {
    background: 0 0;
    font-size: 12px;
    color: #000000;
    width: 100%;
    padding: 0;
    text-align: left;
    line-height: 12px;
    float: left
}
/* !! Accordion style css !! */
/*
.panel-group .panel-default:first-child .right-panel .fa-minus:before {
    content: "\f068";
}
.panel-group .panel-default .right-panel .fa-minus::before,
.panel-group .panel-default:first-child a.collapsed .right-panel .fa-minus:before {
    content: "\f067";
}
.panel-group .panel-default:first-child .panel-title a {
    background: #3156a3;
}
.panel-group .panel-default:first-child .panel-title a.collapsed {
    background: rgba(49, 86, 163, .7);
}
.panel-group .panel-default .panel-title > a[aria-expanded=true] {
    background: #3156a3;
}
.panel-group .panel-default .panel-title > a[aria-expanded=true] .fa-minus::before {
    content: "\f068";
}
*/
/* !! BLOCK COMMON STYLE !! */
.block4-inner h4, .block5-inner > h4, .block6-inner li, .block6-inner > h4, .block6-inner > ul, .block7-inner h4 {
    text-align: center
}
.block15-inner ul, .block7-inner p span {
    display: inline-block
}
.block15-inner ul li a:hover,
.block16 .tab-left .App:hover {
    background: #ffffff;
    color: #3156a3;
}
/*
.block5-inner > h4, .block6-inner > h4 {
    font-family: 'PTSans-Bold';
}
.block10-inner h4, .block11-inner h4, .block12-inner h4, .block13-inner h4 {
    color: #000000;
    font-family: 'PTSans-Bold';
}
*/
.block10-inner h4 span, .block11-inner h4 span, .block12-inner h4 span, .block13-inner h4 span {
    color: #41b3e4
}
/* !! BLOCK 02 !! */
.block2-inner {
    float: left;
    padding: 50px 0 70px;
    width: 100%
}
.block2-inner .enquiry-right .col-md-6:nth-child(6),
.block2.contact-us .enquiry-right.contact-us .col-md-3:nth-child(6) {
    float: left;
    width: auto;
}
.block2-inner .enquiry-right .col-md-6 input#cap,
.block2.contact-us .enquiry-right.contact-us .col-md-3:nth-child(6) input#cap {
    min-width: 330px;
    padding: 0 0 0 190px;
    width: auto;
}
.block2-inner .enquiry-right .col-md-6 img#cap-src,
.block2.contact-us .enquiry-right.contact-us .col-md-3:nth-child(6) img#cap-src {
    left: 16px;
    min-height: 34px;
    position: absolute;
    top: 1px;
}
.block2-inner .enquiry-right .col-md-6 .ref,
.block2.contact-us .enquiry-right.contact-us .col-md-3:nth-child(6) .ref {
    position: absolute;
    right: -12px;
    top: 9px;
    width: 18px;
    cursor: pointer;
}
.block2.contact-us .enquiry-right.contact-us .col-md-9 {
    width: 100%;
}
.block2.contact-us .enquiry-right.contact-us .col-md-3:last-child {
    float: right;
    margin-top: 0;
    padding: 0;
    width: auto;
}
.block2.contact-us .enquiry-right.contact-us .col-md-3:last-child button.btn.btn-default {
    display: inline-block;
    float: right;
    margin: 4px 25px 0 0;
    min-width: inherit;
    width: auto;
}
.block2.contact-us .enquiry-right.contact-us .col-md-3:nth-child(6) img#cap-src {
    left: 26px;
}
/* !! BLOCK 03 !! */
.block3 {
    float: left;
    overflow: visible;
    width: 100%
}
.block3-inner {
    float: left;
    min-height: inherit;
    padding-bottom: 50px;
    position: relative;
    width: 100%
}
.block3 .container-fluid{
    padding-right: 0
}
.block3 .container {
    padding-right: 0
}
.block3-inner .text-fixed {
    position: fixed;
    top: 77%;
    background: rgba(50, 89, 165, .8);
    left: 50%;
    width: auto;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    margin-left: -156px;
    z-index: 999;
}
/* !! BLOCK 04 !! */
.block4 {
    background: url(../images/do-bg-img.jpg) center no-repeat fixed;
    background-size: cover;
    float: left;
    width: 100%
}
.block4-inner {
    padding: 84px 0 50px
}
.block4-inner h4 {
    font-family: 'PTSans-Bold';
}
.block4-inner h4 span {
    color: #41b3e4
}
/* !! BLOCK 05 !! */
.block5 {
    clear: both
}
.block5-inner > h4 {
    color: #000
}
.block5-inner h4 span {
    color: #41b3e4
}
.block5-inner > ul {
    display: inline-block;
    margin: 30px -29px 0;
    padding: 0
}
.block5-inner {
    padding: 95px 0 0
}
.block5-inner li {
    float: left;
    list-style-type: none;
    width: 28.8%;
    margin: 0 29px;
    border: 1px solid #e5e5e5
}
/* !! BLOCK 06 !! */
.block6 {
    background: url(../images/offer-bg.jpg) center no-repeat fixed;
    background-size: cover
}
.block6-inner {
    padding: 95px 0
}
.block6-inner > h4 {
    margin-bottom: 50px
}
.block6-inner h4 span {
    color: #41b3e4
}
.block6-inner li {
    border: 1px solid #6d6d6e;
    float: none;
    display: inline-block;
    list-style-type: none;
    margin: 0 35px;
    width: 33%
}
.block6-inner > ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: auto
}
/* !! BLOCK 07 !! */
.block7-inner .heading-mobile .panel-title {
    margin-bottom: 0;
    text-align: left;
}
.block7-inner {
    padding: 98px 0 0;
}
.block7-inner p span {
    background: #d90000;
    color: #ffffff;
    float: right;
    font-size: 13px;
    line-height: 24px;
    padding: 0 6px;
    position: relative
}
.block7-inner p span::before {
    border-bottom: 12px solid transparent;
    border-right: 12px solid #d90000;
    border-top: 12px solid transparent;
    content: "";
    left: -12px;
    position: absolute;
    top: 0
}
.block7-inner .heading-mobile .panel-body {
    padding: 20px 10px;
}
.block7-inner p span.marker:before {
    display: block;
}
.block7-inner p span:before {
    display: none;
}
.block7-inner .panel-group {
    display: none
}
.block7-inner .nav-tabs > li.active > a::before,
.block7-inner .nav-tabs > li.active > a:focus::before,
.block7-inner .nav-tabs > li.active > a:hover::before,
.block7-inner .nav-tabs > li > a::before {
    display: none
}
.block7-inner h4 {
    color: #000000;
    font-family: 'PTSans-Bold';
    line-height: 28px;
    margin-bottom: 58px
}
.block7-inner h6{
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.block7-inner h4 span {
    color: #41b3e4
}
.block7-inner .nav-tabs > li > a {
    background: 0 0;
    color: #000000;
    line-height: 66px;
    margin-right: 0
}
.block7-inner .nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0;
    text-align: center
}
.block7-inner .nav-tabs > li.active > a,
.block7-inner .nav-tabs > li.active > a:focus,
.block7-inner .nav-tabs > li.active > a:hover {
    background-color: #3156a3;
    color: #ffffff;
    cursor: default
}
.block7-inner h6 {
    border-bottom: 1px solid;
    color: #000000;
    display: table;
    font-size: 20px;
    line-height: 21px;
    margin: 0 auto;
    width: auto
}
.block7-inner .tab-content > .tab-pane {
    padding-top: 48px
}
/* !! BLOCK 08 !! */
.block8-inner h2 {
    font: 26px/35px 'Open Sans', sans-serif;
    color: #000
}
.block8-inner .career-box span a:hover {
    background: 0 0;
    color: #fff
}
.block8-inner {
    padding: 88px 0 50px;
}
.block8-inner h6 {
    text-align: center;
    line-height: 54px;
    font-family: 'PTSans-Bold';
    margin-bottom: 52px;
}
.block8-inner ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: auto;
}
.block8-inner ul li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0 50px 5px 0;
    position: relative;
    width: auto;
}
.block8-inner .faq-left h6 {
    color: #ffffff;
    line-height: 46px;
    width: 100%;
    text-align: center;
    background: #3156a3;
}
.block8-inner .faq-right p {
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 12px;
    text-align: justify;
}
.block8-inner ul li:nth-child(2n+1) .faq-box {
    padding-right: 65px;
}
.block8-inner ul li:nth-child(2n+2) .faq-box {
    padding-left: 65px;
}
.block8-inner p {
    text-align: center
}
.block8.contact-us .container-fluid {
    padding-left: 0
}
.block8-inner .career-box p {
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff
}
.block8-inner .career-box span a {
    height: 39px;
    width: 39px;
    color: #3156a3;
    background: #ffffff;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid #fff
}
.block8-inner .career-box span {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 22px
}
.block8.contact-us .container {
    padding-left: 0
}
.block8-inner h6 {
    text-transform: uppercase
}
.search-results .block8-inner a {
    background: 0 0;
    color: #3156a3;
    display: inline-block;
    float: none;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
    margin-right: 10px;
    padding: 0 0 0 5px;
}
.search-results .block8-inner {
    padding: 88px 0 50px;
    text-align: center;
}
.search-results .block8-inner a:hover {
    border-bottom: 2px solid #3156a3
}
.block8.search-results h4 {
    color: #000000;
    float: left;
    margin-bottom: 34px;
    text-align: center;
    width: 100%;
}
.block8.search-results h4 span {
    color: #41b3e4
}
.block8.search-results {
    float: none;
    margin-bottom: 30px;
    width: 100%;
}
.block8.search-results h4 {
    font-family: 'PTSans-Bold';
}
.block8-inner.search-form-inner ul li > i {
    color: #999;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    font-style: normal;
    line-height: 16px;
}
.block8-inner.search-form-inner ul li a > i {
    margin-right: 10px
}
.block8-inner.search-form-inner ul li > a {
    border-bottom: 2px solid #ffffff;
    float: left;
    line-height: 16px;
    margin-bottom: 10px;
    padding-bottom: 5px
}
.block8-inner ul li::before {
    background: #3156a3;
    content: "";
    height: 5px;
    left: -10px;
    position: absolute;
    top: 4px;
    width: 5px
}
.block8.faq .block8-inner ul li {
    float: left;
    margin: 0 0 55px;
    position: relative;
    width: 50%;
    text-align: left
}
.block8.faq .block8-inner ul li:before {
    display: none
}
.block8.faq .block8-inner ul li:nth-child(2n+2) .faq-box {
    padding-left: 65px
}
.block8.faq .block8-inner ul li .faq-right span {
    line-height: 26px
}
.block8.faq .block8-inner ul li:nth-child(2n+2) {
    clear: right
}
.block8.faq .block8-inner ul li:nth-child(2n+1) {
    clear: left
}
/* !! BLOCK 16 !! */
.block16 .tab-left .App {
    background: #3156a3;
    padding: 8px;
}
.block16 .tab-left {
    width: 100%;
    float: left;
}
/*
.block16 {
margin-top: 40px;
}
*/
.block16-inner .panel-body {
    padding: 30px 38px 0;
}
.block16-inner .table-responsive {
    margin-bottom: 20px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.block16 .tab-left .register {
    font-size: 16px;
    line-height: 38px;
    padding: 0 16px;
    float: right;
    margin-top: 20px;
}
.block16 .tab-left p {
    float: left;
    text-align: justify;
    width: 80%;
}
.block16-inner .table tbody tr table tr td {
    text-align: center;
}
.block16-inner .panel-title > a {
    font-size: 20px;
}
/*
.tab-left {
    width: 70%;
    float: left
}
*/
.block16-inner .table > thead > tr > th {
    background: #7f7f7f;
    width: 60%;
    text-align: left;
    font-size: 16px;
}
.block16-inner .table > thead > tr > th:nth-child(2) {
    width: 40%;
    text-align: center;
}
.block16-inner .table tbody tr table tr {
    background: #ededed;
}
.block16-inner .table tbody tr table tr td:first-child {
    border-right: 1px solid #d5d5d5;
}
.block16-inner .table > tbody > tr > td:nth-child(even) {
    border-left: none;
}
.block16-inner .table > tbody > tr td {
    border-left: 1px solid #e5e5e5;
    height: 60px;
}
/****************************************
  Scroll to top
*****************************************/
.scrollTop {
  position: fixed;
  right: 1%;
  bottom: 10%;
  background-color: #3055a3;
    padding: 15px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop img {width: 25px;}
.scrollTop a {
  font-size: 18px;
  color: #fff;
}

.login_panel.errpr-page h2{
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
.login_panel.errpr-page .login_form_wrap{
	position: relative;
	padding: 80px 0 60px 0;
}
#tabcurrentyr table, #tabnextyr table,
#tabcurrentyr2 table, #tabnextyr2 table{
	border-collapse: unset;
	border-spacing: 0px;
}
#tabcurrentyr .table tbody tr td:nth-child(2n+1), #tabnextyr .table tbody tr td:nth-child(2n+1),
#tabcurrentyr2 .table tbody tr td:nth-child(2n+1), #tabnextyr2 .table tbody tr td:nth-child(2n+1) {
    border-top: 1px solid #f4f4f4 !important;
	border-color: transparent;
	
}
#tabcurrentyr .table tbody tr td:nth-child(2n), #tabnextyr .table tbody tr td:nth-child(2n),
#tabcurrentyr2 .table tbody tr td:nth-child(2n), #tabnextyr2 .table tbody tr td:nth-child(2n) {
    border-top: 1px solid #ffffff !important;
	border-color: transparent;
	
}
#navbar .dropdown-menu {
 margin: 0 !important;
}
.quiz_search_result {
	margin-top: 25px !important;
}

.errpr-page input.search-query{
	background: rgb(230, 228, 228);
	border: medium none;
	border-radius: 0;
	color: #000000;	
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	outline: medium none;
	padding: 0 15px 0 15px;
	width: 300px;
}
.errpr-page .add-on{
	background: rgb(48, 85, 163);
	font-size: 16px;
	line-height: 30px;
	padding: 0;
	width: 70px;
	border: 0;
	position: relative;
	right: 0;
	top: 0;
	bottom: 0;
	color: #ffffff;
}
.portal_accordion_wrapper_head .portal_tab {
	background: #41b3e4;
	color: #ffffff;
}
.cip-img{
	max-width: 150px;
/*position: absolute;bottom: 20px;left: 0;right: 0;*/
display: block;
margin-left: auto;
margin-right: auto;
}
.cip-link{margin-top: 0px !important;}
.verticalycenter{display: flex;flex-direction: column;justify-content: center;}
.cip-link{margin-top:20px;}
.cip-link{margin-bottom:20px;}
@media only screen and (min-width:1024px) {
.pr50{padding-right: 70px;}
}
@media only screen and (max-width:767px) {
.cip-link-outer{margin-top: 18px;}
}
.register_card_osce_popup{
 background-color:transparent;	
 padding:50px 30px 10px 30px !important;
}

.register_popup_osce .modal-dialog{
	top:12%;
}
.register_popup_osce .modal-body{
	padding:0px;
}
.register_popup_osce .modal-dialog{
	padding:60px 30px 30px 30px;
}
.fancybox-opened {
    z-index: 999999999 !important;
}
.fancybox-overlay.fancybox-overlay-fixed {
	z-index: 9999 !important;
}
.quiz-re-take-btn{
	background-color: #00c6fc !important;
}
.user-profile-header-link{
text-decoration: underline;
}
.user-profile-header-link:hover{
text-decoration: underline;
color: #3055a3 !important;
}