/* fonts */

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.woff2') format('woff2'), url('../fonts/Calibri-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'), url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.woff2') format('woff2'), url('../fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Light.woff2') format('woff2'), url('../fonts/Calibri-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

html,
body {
    background-color: #fff;
    font-family: 'Calibri';
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    font-family: 'Calibri';
    margin-top: 0px;
}

p,
a {
    font-family: 'Calibri';
    font-weight: 400;
    color: #333;
    font-size: 18px;
    line-height: 32px;
}

a:hover {
    text-decoration: none;
}


/* bootstrap container */

.container {
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .container {
        width: 100% !important;
        max-width: 100%;
        padding: 10px 15px;
    }
}

@media (min-width: 1024px) {
    .container {
        width: 90% !important;
        max-width: 100%;
        padding: 10px 15px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1400px !important;
        max-width: 100%;
        padding: 10px 15px;
    }
}

.bl {
    background-color: #283890;
}

.rs {
    background-color: rgba(210, 29, 98, 0.73);
}


/* banner  */

.banner {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.banner .banner-img-cover {
    display: block;
    width: 100%;
}

.banner .banner-img-cover img {
    width: 100%;
}


/* home pahe two col */

.two-col-section {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.two-col-section .two-col-cover-wrapper {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
}

.two-col-section .two-col-cover-wrapper ul {
    list-style: none;
    padding-left: 0px;
}

.two-col-section .two-col-cover-wrapper ul li {
    display: inline-block;
    width: calc((100% / 2) - 30px);
    margin: 9px;
    color: #fff;
    padding: 25px 15px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    box-shadow: -2px 3px 9px 0px #989898;
}

.two-col-section .two-col-cover-wrapper ul li.bl:after {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    transition: .4s ease;
    border-radius: 4px;
}

.two-col-section .two-col-cover-wrapper ul li.bl:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    background-color: rgba(61, 84, 207, 0.65);
}

.two-col-section .two-col-cover-wrapper ul li.rs:after {
    content: '';
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    transition: .4s ease;
    border-radius: 4px;
}

.two-col-section .two-col-cover-wrapper ul li.rs:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    background-color: rgba(207, 68, 121, 0.73);
}

.two-col-section .two-col-cover-wrapper ul li a {
    color: #fff;
    font-size: 27px;
    font-weight: bold;
}

.two-col-section .two-col-cover-wrapper ul li a span {
    display: block;
    position: relative;
    z-index: 9999;
    display: block;
    line-height: 35px;
}


/* inner page */

header .header-wrapper {
    padding: 10px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

header .header-wrapper .phone .phone-cover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

header .header-wrapper .phone .phone-cover img {
    width: 70px;
}

header .header-wrapper .phone .phone-cover .block {
    padding-left: 15px;
}

header .header-wrapper .phone .phone-cover .block p span {
    text-transform: uppercase;
    color: #ccc;
    font-size: 18px;
    font-weight: 700;
}

header .header-wrapper .phone .phone-cover .block p {
    margin-bottom: 0px;
    line-height: 15px;
}

header .header-wrapper .phone .phone-cover .block p a {
    font-weight: 700;
}


/* table styles */

.table-cover-section {
    display: block;
    position: relative;
}

.table-cover-section .intro-text {
    padding-bottom: 25px;
}

.table-cover-section .intro-text p {
    font-size: 20px;
    line-height: 27px;
}


/* table starts  */

.table-cover-section .table-wrapper {
    width: 100%;
    display: block;
    position: relative;
}

.table-wrapper table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 0px;
    table-layout: auto;
    width: 100%;
}

.table-wrapper table tr th {
    padding: 3px 10px;
    background-color: #4C6FB6;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Calibri';
    border: 1px solid #fff;
}

table tr th:first-child {
    width: 45%;
    max-width: 100%;
}

.table-wrapper table tr td {
    padding: 3px 10px;
    font-size: 14px;
    font-family: 'Calibri';
    font-size: 16px;
    border: 1px solid #fff;
}

.table-wrapper table tr td a {
    font-size: 13px;
    color: #d31d60;
    text-transform: capitalize;
    font-size: 14px;
}

.table-wrapper table tr td a:first-child {
    margin-right: 10px;
}

.table-wrapper table tr td a:last-child {
    margin-left: 10px;
}

.table-wrapper table input[type="checkbox"] {
    margin-right: 15px;
}


/* .table-wrapper table tr:nth-child(even) {
    background: #efefef;
}

.table-wrapper table tr:nth-child(odd) {
    background: #dfdfdf;
} */

.table-wrapper .warning {
    padding: 20px 0px;
}

.table-wrapper .warning p {
    font-size: 16px;
}

.table-wrapper .table-responsive {
    -webkit-overflow-scrolling: touch;
}


/* check box style */

.form-group {
    margin-bottom: 0px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    word-break: break-word;
    font-size: 16px;
    font-weight: 400;
}

.training-table .table-wrapper table tr td .form-group label {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    word-break: break-word;
    justify-content: center;
}

.form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #616466;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
}

.training-table .table-wrapper table tr td .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid #616466;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.training-table .table-wrapper table tr td .form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 48%;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

label {
    margin-bottom: 0px;
}

table.course-type1 tr th {
    background-color: #4742b4;
}


/* form style */

.main-form-wrapper {
    display: block;
    position: relative;
    background-color: #efefef;
    padding: 30px;
}

.main-form-wrapper .main-form-wrapper-head {
    display: block;
    position: relative;
    padding-bottom: 20px;
}

.main-form-wrapper .main-form-wrapper-head h3 {
    font-size: 24px;
    font-weight: 700;
}

.main-form-wrapper .contact-group {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

.main-form-wrapper .contact-group .group-text {
    width: calc((100% / 2) - 40px);
    margin: 20px;
    margin-bottom: 5px;
}

.main-form-wrapper .contact-group .group-text .field-name {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    color: #565656;
    font-size: 16px;
}

.main-form-wrapper .contact-group .group-text input[type="text"],.group-text input[type="email"] {
    width: 100%;
    max-width: 100%;
    height: 46px;
    padding: 10px;
    border: 1px solid #ebebeb;
}

.main-form-wrapper .contact-group .group-text input[type="submit"] {
    border: 0px;
    background-color: #C21F6B;
    color: #fff;
    padding: 15px;
    transition: .8s ease;
    outline: 0;
}

.main-form-wrapper .contact-group .group-text input[type="submit"]:hover {
    background-color: #c21f6bb8;
}


/* note section */

.note-section {
    display: block;
    position: relative;
    width: 100%;
}

.note-section .note-section-wrapper {
    display: block;
    position: relative;
    background-color: #efefef;
    padding: 20px 20px;
}

.note-section .note-section-wrapper ol li {
    font-size: 16px;
    margin-bottom: 10px;
}

.note-section .note-section-wrapper .note-head {
    padding-bottom: 15px;
}

.note-section .note-section-wrapper .note-head p {
    font-size: 20px;
}

.note-section .note-section-wrapper ul li {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
}


/* contact person */

.contact {
    display: block;
    position: relative;
}

.contact-wrapper {
    padding: 20px;
    background-color: #d6dde8;
}

.contact-wrapper p {
    font-size: 18px;
    margin-bottom: 0px;
}

.contact-wrapper p a {
    color: #C21F6B;
    font-weight: 500;
    font-size: 18px;
}


/* footer */

footer {
    background-color: #194f79;
    bottom:0; 
    width:100%;
}

.col-2 {}

.footer-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer-wrapper .col-1 .copy-right p {
    font-size: 13px;
    margin-bottom: 0px;
}

.footer-wrapper .col-1 .copy-right p a {
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}

.footer-wrapper .col-1 .copy-right p a:hover {
    font-size: 16px;
    margin-bottom: 0px;
    color: #fff;
}

.footer-wrapper .col-2 .social-icon ul {
    list-style: none;
    margin-bottom: 0px;
}

.footer-wrapper .col-2 .social-icon ul li {
    display: inline-block;
    margin: 0px 10px;
}


/* new page as per pdf */


/* course details into */

.course-section {
    display: block;
    width: 100%;
    position: relative;
}

.course-section .course-section-wrapper {
    display: block;
    width: 100%;
    position: relative;
}

.course-section .course-section-wrapper .course-head {
    padding-bottom: 12px;
}

.course-section .course-section-wrapper .course-head h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 33px;
}

.course-section .course-section-wrapper .course-detail-wrap {
    display: block;
    width: 100%;
    position: relative;
}

.course-section .course-section-wrapper .course-detail-wrap .box-details {
    width: 100%;
    padding: 2px 15px;
    background-color: #efefef;
    margin-bottom: 2px;
}

.course-section .course-section-wrapper .course-detail-wrap .box-details p {
    color: #000;
    font-size: 20px;
    margin-bottom: 0px;
}


/* course details table*/

.training-table table tr th:first-child {
    width: 10%;
    max-width: 100%;
}

.training-table {
    display: block;
    width: 100%;
    position: relative;
}

.training-table .training-table-wrapper {
    display: block;
    width: 100%;
}

.training-table .training-table-wrapper .training-head {
    padding: 7px;
    background-color: #4C6FB6;
    color: #fff;
    border: 1px solid #fff;
}

.training-table .training-table-wrapper .training-head h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0px;
}

.training-table .training-table-wrapper .scroll-table {
    margin-left: 0px;
    margin-right: 0px;
}

.training-table .training-table-wrapper .table-wrapper {
    margin: 0px 0px;
}

.training-table .training-table-wrapper .table-wrapper table tr td {
    padding: 4px 4px;
    font-size: 18px;
    font-weight: 500;
}

.training-table .training-table-wrapper .table-wrapper table tr th {
    padding: 3px 4px;
    font-size: 16px;
    font-weight: 600;
}

.training-table .training-table-wrapper .important-note {
    padding-bottom: 20px;
}

.training-table .training-table-wrapper .important-note p {
    font-size: 18px;
    color: #4C6FB6;
    font-style: italic;
}

.training-table .training-table-wrapper .cta-btn {
    display: block;
    position: relative;
    margin-bottom: 0px;
}

.training-table .training-table-wrapper .cta-btn button.showoff {
    display: block;
    position: relative;
    background-color: #6f3996;
    border-radius: 30px;
    padding: 15px;
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    border: 0px;
    margin: 0 auto;
    padding: 16px 30px;
    transition: .8s ease;
    outline: 0;
}

.training-table .training-table-wrapper .cta-btn button.showoff:hover {
    background-color: #a77ac8;
}

.course-form {
    margin-bottom: 10px;
    display: none;
    position: relative;
}


/* content section */

.content-details {
    display: block;
    position: relative;
    width: 100%;
}

.content-details .content-details-wrapper {
    display: block;
    position: relative;
    width: 100%;
}

.content-details .content-details-wrapper .content-head {
    padding-bottom: 15px;
    margin-top: 20px;
}

.content-details .content-details-wrapper .content-head h3,
.content-details .content-details-wrapper .content-head h2,
.content-details .content-details-wrapper .content-head h1,
.content-details .content-details-wrapper .content-head h4,
.content-details .content-details-wrapper .content-head h5,
.content-details .content-details-wrapper .content-head h6 {
    font-size: 36px;
    color: #000;
    position: relative;
}

.content-details .content-details-wrapper .content-head h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 6px;
    background-color: #6f3996;
    bottom: -12px;
}

.content-details .content-details-wrapper .content-description {
    padding-bottom: 15px;
}

.content-details .content-details-wrapper .content-description h4,
.content-details .content-details-wrapper .content-description h3,
.content-details .content-details-wrapper .content-description h2,
.content-details .content-details-wrapper .content-description h1,
.content-details .content-details-wrapper .content-description h5,
.content-details .content-details-wrapper .content-description h6 {
    font-size: 30px;
    color: #243271;
    margin-bottom: 12px;
    font-weight: 400;
}

.content-details .content-details-wrapper .content-description p {
    font-size: 20px;
    position: relative;
    font-weight: 400;
    margin-bottom: 10px;
}

.content-details .content-details-wrapper .content-description ul {
    margin-bottom: 10px;
}

.content-details .content-details-wrapper .content-description ul li {
    font-size: 17px;
    margin-bottom: 10px;
}

.content-details .content-details-wrapper .note-inner-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #efefef;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.content-details .content-details-wrapper .note-inner-bottom p {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.content-details .content-details-wrapper .note-inner-bottom ol li {
    font-size: 16px;
    margin-bottom: 10px;
}

.course-form.form-display {
    display: block !important;
}

.table-cover-section .table-wrapper .scroll-table {
    margin: 0px -10px;
}

.form-success-message p {
    background-color: #a0d58a;
    color: #fff;
    padding: 14px 15px;
    margin-bottom: 46px;
}

.form-error-message p {
    background-color: rgba(237, 146, 144, 0.65);
    color: #fff;
    padding: 14px 15px;
    margin-bottom: 46px;
}


/* table color scheme */


/* .table-wrapper table.course-type0 tr:nth-child(even) {
    background: #b4c7e7;
}

.table-wrapper table.course-type0 tr:nth-child(odd) {
    background: #dae3f3;
}

.table-wrapper table.course-type1 tr:nth-child(even) {
    background: #b0ade9;
}

.table-wrapper table.course-type1 tr:nth-child(odd) {
    background: #dcdbf5;
} */

.training-table .training-table-wrapper .table-wrapper table tr:nth-child(even) {
    background: #d6dce5;
}

.training-table .training-table-wrapper .table-wrapper table tr:nth-child(odd) {
    background: #d6dce5;
}

.table-wrapper table.course-type0 tr.course-row1 {
    background-color: #dae3f3;
}

.table-wrapper table.course-type0 tr.course-row0 {
    background-color: #b4c7e7;
}

.table-wrapper table.course-type1 tr.course-row1 {
    background: #b0ade9;
}

.table-wrapper table.course-type1 tr.course-row0 {
    background: #dcdbf5;
}

.center-text {
    text-align: center;
}


/* table width */


/* course 1 */

table.course-type0 tr th:first-child {
    width: 58% !important;
    max-width: 100%;
}

.table-wrapper table.course-type0 tr th {
    width: 8%;
}

table.course-type0 tr th:last-child {
    width: 15% !important;
    max-width: 100%;
}


/* course 2 */

table.course-type1 tr th:first-child {
    width: 58% !important;
    max-width: 100%;
}

.table-wrapper table.course-type1 tr th {
    width: 8%;
}

table.course-type1 tr th:last-child {
    width: 15% !important;
    max-width: 100%;
}


/* responsive */

@media(max-width:1500px) {
    table tr th:first-child {
        width: 35%;
    }
}

@media(max-width:1450px) {
    .table-wrapper table tr th {
        padding: 3px 5px;
        font-size: 13px;
    }
    .table-wrapper table tr td {
        padding: 3px 10px;
        font-size: 15px;
    }
    .table-wrapper table tr td a:first-child {
        margin-right: 5px;
    }
    .table-wrapper table tr td a:last-child {
        margin-left: 5px;
    }
}

@media(max-width:1350px) {
    table.course-type0 tr th:first-child {
        width: 40% !important;
        max-width: 100%;
    }
    table.course-type1 tr th:first-child {
        width: 40% !important;
        max-width: 100%;
    }
}

@media(max-width:1250px) {
    table tr th:first-child {
        width: 25%;
    }
}

@media(max-width:1100px) {
    table tr th:first-child {
        width: 25%;
    }
    table.course-type0 tr th:first-child {
        width: 35% !important;
        max-width: 100%;
    }
    table.course-type1 tr th:first-child {
        width: 35% !important;
        max-width: 100%;
    }
}

@media(max-width:1024px) {
    .contact-wrapper p {
        font-size: 16px;
    }
    .note-section .note-section-wrapper ul li {
        font-size: 16px;
    }
    .content-details .content-details-wrapper .content-head h3 {
        font-size: 30px;
    }
    .content-details .content-details-wrapper .content-description h4 {
        font-size: 22px;
    }
    .content-details .content-details-wrapper .note-inner-bottom ol li {
        font-size: 18px;
    }
    .content-details .content-details-wrapper .content-description ul li {
        font-size: 18px;
    }
    .content-details .content-details-wrapper .content-description ol li {
        font-size: 18px;
    }
    .content-details .content-details-wrapper .content-description p {
        font-size: 18px;
        line-height: 32px;
    }
    .course-section .course-section-wrapper .course-head h2 {
        font-size: 30px;
    }
    .two-col-section .two-col-cover-wrapper ul li {
        display: block;
        width: calc((100% / 1) - 0px);
        margin: 0px;
        color: #fff;
        padding: 25px 15px;
        text-align: center;
        border-radius: 4px;
        position: relative;
        box-shadow: -2px 3px 9px 0px #989898;
        margin-bottom: 51px;
    }
    .training-table .training-table-wrapper .cta-btn button.showoff {
        font-size: 15px;
    }
    .training-table .training-table-wrapper .table-wrapper table tr th {
        padding: 10px;
        font-size: 15px;
    }
    .training-table .training-table-wrapper .table-wrapper table tr td {
        padding: 10px;
        font-size: 15px;
    }
}

@media(max-width:1000px) {
    .training-table .training-table-wrapper .table-wrapper .scroll-table {
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .training-table .training-table-wrapper .table-wrapper table {
        width: 100%;
        overflow: initial;
    }
    header .header-wrapper .logo img {
        width: 60%;
    }
    header .header-wrapper .phone .phone-cover img {
        width: 40px;
    }
    header .header-wrapper .phone .phone-cover .block p span {
        font-size: 13px;
    }
    header .header-wrapper .phone .phone-cover .block p {
        font-size: 14px;
    }
    header .header-wrapper .phone .phone-cover .block p a {
        font-size: 14px;
    }
    table tr th:first-child {
        width: 25%;
    }
}

@media(max-width:950px) {
    table.course-type0 tr th:first-child {
        width: 21% !important;
    }
    table.course-type1 tr th:first-child {
        width: 21% !important;
    }
}

@media(max-width:800px) {
    .form-group label {
        font-size: 12px;
    }
    .table-wrapper table tr td {
        font-size: 12px;
        padding: 3px 0px;
    }
    .table-wrapper table tr th {
        padding: 3px 5px;
        font-size: 12px;
        line-height: 15px;
        padding: 3px 0px;
    }
    .table-wrapper table tr td a {
        font-size: 12px;
    }
    .table-wrapper table tr th:first-child {
        padding: 3px 3px;
    }
    .table-wrapper table tr td:first-child {
        padding: 3px 3px;
    }
    .form-group label:before {
        margin-right: 5px;
    }
}

@media(max-width:768px) {
    /* .table-cover-section .table-wrapper .scroll-table {
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .table-cover-section .table-wrapper .scroll-table table {
        width: 1200px;
        overflow: initial;
    } */
    .main-form-wrapper .contact-group .group-text {
        width: calc((100% / 1) - 40px);
        margin: 20px;
        margin-bottom: 5px;
    }
    .table-cover-section .intro-text p {
        font-size: 18px;
    }
    .course-section .course-section-wrapper .course-head h2 {
        font-size: 22px;
        font-weight: 500;
    }
    .training-table .training-table-wrapper .training-head h4 {
        text-align: center;
        font-size: 18px;
    }
}


/* @media(max-width:530px) {
    .table-wrapper table tr td span {
        display: none;
    }
} */

@media(max-width:550px) {
    .form-group label {
        font-size: 7pt;
    }
    .table-wrapper table tr td {
        font-size: 7pt;
        padding: 3px 0px;
    }
    .table-wrapper table tr th {
        padding: 3px 5px;
        font-size: 7pt;
        line-height: 15px;
        padding: 3px 0px;
    }
    .table-wrapper table tr td a {
        font-size: 7pt;
    }
    .table-wrapper table tr th:first-child {
        padding: 3px 3px;
    }
    .table-wrapper table tr td:first-child {
        padding: 3px 3px;
    }
    .form-group label:before {
        margin-right: 5px;
    }
    table.course-type0 tr th:first-child {
        width: 17% !important;
    }
    table.course-type1 tr th:first-child {
        width: 17% !important;
    }
}

@media(max-width:510px) {
    header .header-wrapper {
        padding: 5px 0px;
    }
    header .header-wrapper .logo img {
        display: block;
        margin: 0 0;
    }
    .two-col-section .two-col-cover-wrapper ul li a {
        font-size: 24px;
    }
}

@media(max-width:410px) {
    header .header-wrapper .logo {
        width: 150px;
    }
    header .header-wrapper .phone .phone-cover img {
        width: 20px;
    }
    header .header-wrapper .phone .phone-cover .block p {
        margin-bottom: 0px;
        line-height: 17px;
    }
    table.course-type0 tr th:last-child {
        width: 25% !important;
        max-width: 100%;
    }
    table.course-type1 tr th:last-child {
        width: 25% !important;
        max-width: 100%;
    }
    .form-group label:before {
        padding: 5px;
    }
    .form-group input:checked+label:after {
        left: 5px;
        width: 4px;
        height: 7px;
    }
}

@media(max-width:400px) {
    .training-table .training-table-wrapper .cta-btn button.showoff {
        padding: 16px 20px;
    }
    .footer-wrapper {
        display: block;
    }
    .copy-right p {
        text-align: center;
    }
    .footer-wrapper .col-2 .social-icon ul {
        padding-left: 0px;
        text-align: center;
    }
    .two-col-section .two-col-cover-wrapper ul li a {
        font-size: 20px;
    }
}


/* modal styles */


/* .close-modal {
    right: 20px !important;
    background-color: #ccc;
    display: block;
    z-index: 999;
}

@media only screen and (min-width: 40em) {
    .modal-overlay {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    }
    .modal-overlay.active {
        opacity: 1;
        visibility: visible;
    }
}

.modal {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    min-height: 20rem;
    padding: 1rem;
    border-radius: 3px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.modal .close-modal {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 15px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0.3s;
}

.modal .close-modal svg {
    width: 1.75em;
    height: 1.75em;
}

.modal .modal-content {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition-delay: 0.3s;
}

.modal.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal.active .modal-content {
    opacity: 1;
    text-align: left;
}

.modal.active .close-modal {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 1;
}

@media only screen and (max-width: 39.9375em) {
    h1 {
        font-size: 1.5rem;
    }
    .modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        border-radius: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        padding: 0 !important;
    }
    .close-modal {
        right: 20px !important;
    }
} */


/* wcag styles */

.form-group input {
    margin-bottom: 0;
    display: block;
    cursor: pointer;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
     opacity:0; 
}
.form-group {
    margin-bottom: 0px;
    position: relative;
}
input[type=checkbox]:focus-visible+label
{
    outline:-webkit-focus-ring-color auto 1px !important;
} 
input:focus-visible
{
    outline:-webkit-focus-ring-color auto 1px !important;
}
input[type="submit"]:focus-visible
{
    outline:-webkit-focus-ring-color auto 1px !important;
}
button::focus-visible
{
    outline:-webkit-focus-ring-color auto 1px !important;
}

h1.extra-head {
        margin: 0 0 10px;
        font-family: 'Calibri';
    font-weight: 400;
    color: #333;
        font-size: 20px;
    line-height: 27px;
}
section.training-table .form-group input {
    left: 50%;
    transform: translateX(-50%);
}
.form-group label
{
    padding:5px 0px;
}
.form-group label h1
{
        position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    word-break: break-word;
    font-size: 16px;
    font-weight: 400;
    margin-bottom:0px;
}
.main-form-wrapper .contact-group .group-text .field-name span {
    color: red;
    /* font-size: 16px; */
    margin-left: 2px;
    margin-right: 2px;
}
.training-table .table-wrapper table tr td .form-group input:checked+label:after {
    top: 8px;
}

.course-section .course-section-wrapper .course-head h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: 33px;
}
@media (max-width: 1024px)
{
.course-section .course-section-wrapper .course-head h1 {
    font-size: 30px;
}
}
@media (max-width: 768px)
{
.course-section .course-section-wrapper .course-head h1 {
    font-size: 22px;
    font-weight: 500;
}
}
.training-table .training-table-wrapper .training-head h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 0px;
}
@media (max-width: 768px)
{
.training-table .training-table-wrapper .training-head h2 {
    text-align: center;
    font-size: 18px;
}
}

@media (max-width: 1024px)
{
.content-details .content-details-wrapper .content-head h1, .content-details .content-details-wrapper .content-head h2,
.content-details .content-details-wrapper .content-head h3, .content-details .content-details-wrapper .content-head h4,
.content-details .content-details-wrapper .content-head h5, .content-details .content-details-wrapper .content-head h6 {
    font-size: 30px;
}
}

.content-details .content-details-wrapper .content-head h1::after,
.content-details .content-details-wrapper .content-head h2::after,
.content-details .content-details-wrapper .content-head h3::after,
.content-details .content-details-wrapper .content-head h4::after,
.content-details .content-details-wrapper .content-head h5::after,
.content-details .content-details-wrapper .content-head h6::after{
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 6px;
    background-color: #6f3996;
    bottom: -12px;
}
.footer-wrapper .col-1 .copy-right p a:hover
{
    text-decoration:underline;
}

a:focus-visible {
    outline-offset: 5px;
}
a:hover {
    text-decoration: underline;
}
.footer-wrapper .social-icon a:focus-visible{
    padding:0;
}
.logo a:focus-visible
{
    padding:0px;
}
table caption
{
    opacity:0;
    visibility:hidden;
    margin:0;
    padding:0;
}

button.showoff:focus-visible {
    outline:1px solid #000 !important;
     border:1px solid #000 !important;
}
/* color contrast */
header .header-wrapper .phone .phone-cover .block p span
{
   color: #787575; 
}
.table-wrapper table tr td a, .contact-wrapper p a {
    /*color: #9f003a;*/
    color:#8f0034;
}
.form-group label, .main-form-wrapper .contact-group .group-text input {
    color: #040404;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #040404;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #040404;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #040404;
}


.form-success-message p, .form-success-message strong, .form-error-message p, .form-error-message p strong{
    color:#4c4c4c;
}

.main-form-wrapper .contact-group .group-text input[type="submit"]
{
    color:#ffffff;
}
.main-form-wrapper .contact-group .group-text input[type="submit"]:hover {
    /*background-color: #ff2b8e;*/
     background-color: #d92478;
      border: 1px solid #d92478;
}
.main-form-wrapper .contact-group .group-text input[type="submit"]:focus, .main-form-wrapper .contact-group .group-text input[type="submit"]:focus-visible
{
    background-color: #d92478;
      border: 1px solid #d92478;  
}
.main-form-wrapper .contact-group .group-text input[type="submit"] {
    border: 1px solid #C21F6B;
}
.training-table .training-table-wrapper .cta-btn button.showoff:focus, .training-table .training-table-wrapper .cta-btn button.showoff:focus-visible
{
    border:1px solid #a77ac8; 
}
.training-table .training-table-wrapper .cta-btn button.showoff
{
    border:1px solid #a77ac8;
}
.training-table .training-table-wrapper .cta-btn button.showoff:hover, .training-table .training-table-wrapper .cta-btn button.showoff:focus, .training-table .training-table-wrapper .cta-btn button.showoff:focus-visible {
    background-color: #8661a2;
}
p.important {
    font-size: 16px;
    color: #c90b0b;
    margin: 23px 0px 5px;
}
.v-hidden
{
    display:none;
}

.main-form-wrapper .main-form-wrapper-head h2, .main-form-wrapper .main-form-wrapper-head h3 {
    font-size: 24px;
    font-weight: 700;
}
.email-label
{
   
    color: #565656 !important;
    font-size: 16px;
    padding-left:15px;
}
.logo a:focus {
    outline-offset: 5px;
}


table.courseList tr th:first-child, .table-wrapper table.course-type0 tr th, .table-wrapper table.course-type1 tr th, .table-wrapper table.course-type2 tr th {
    width: auto !important;
    max-width: 100%;
}
.table-cover-section .intro-text h1
{
    font-size: 20px;
    line-height: 27px;
    font-family: 'Calibri';
    font-weight: 400;
    color: #333;
        margin: 0 0 10px;
}
.form-group label p {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    word-break: break-word;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.table-wrapper table tr td.title {
    padding: 3px 10px;
    background-color: #4C6FB6;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Calibri';
    border: 1px solid #fff;
    text-align: left;
    font-weight:bold;
}