/* contact page  starts */

.learn-page,
.blog-detail-page,
.information-page,
.blog-listing,
.location-page,
.about-page,
.contact-page {
    padding: 60px 0;
    background: #eff1f5;
}

.inquiry-form {
    padding: 25px 15px;
    background: #003f7d;
}

.about-title h2,
.contact-title h2 {
    margin-bottom: 20px;
    color: #fff;
}

.contact-address-title h2 {
    color: #424242;
}

.inquiry-form label {
    font-size: 14px;
    display: block;
    color: #fff;
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 15px;
    border: none;
    border-radius: 0;
    outline: none;
}

.inquiry-form textarea {
    height: 100px;
}

.inquiry-form .name-form {
    display: inline-block;
    width: 49%;
}

.inquiry-form button {
    display: block;
    width: 100%;
    max-width: 150px;
    padding: 10px 0;
    transition: .3s ease all;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
    outline: 1px solid #003f7d;
    background: #00913e;
}

.inquiry-form button:hover {
    color: #003f7d;
    outline-offset: -5px;
    background: #fff;
}

.contact-page-address {
    margin-bottom: 30px;
    padding: 25px 15px;
    background: #fff;
}

.contact-page-address ul li {
    margin: 20px 0;
}

.contact-page-address ul li h3 {
    font-size: 18px;
    font-weight: 500;
    color: #424242;
}

.contact-page-address ul li p {
    font-weight: 500;
    color: #4a3a3a;
}

.contact-page-address ul li a {
    color: #003f7d;
}

.tabs-nav li {
    display: inline-block;
}

.tabs-nav {
    display: inline-block;
    margin-bottom: 20px;
}

.tabs-nav li a {
    padding: 10px 25px;
    transition: .3s ease all;
    color: #ffff;
    background: #003f7d;
}

.tabs-nav li a:hover {
    text-decoration: none;
    background: #00913e;
}

.tab-active li::before {
    display: block;
}

.tab-active a {
    cursor: default;
    background: #00913e !important;
}

.contact-map-tab {
    padding: 15px 5px 5px 5px;
    background: #fff;
    ;
}

#tab-2 iframe,
#tab-1 iframe {
    width: 100%;
    height: 400px;
}


/* contact page ends */


/* about page starts */

.courses-sidebar {
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.about-title h2 {
    font-weight: 400;
    color: #424242;
}

.courses-sidebar ul li a {
    display: block;
    margin: 5px 0;
    padding: 5px 0;
    color: #5588c9;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.about-content {
    padding: 15px;
    background: #fff;
}

.learn-content h3,
.about-content h3 {
    font-size: 18px;
    margin: 15px 0;
}


/* about page ends */


/* blog lisating page starts */

.blog-listing {
    background: transparent;
}

.blog-listing figure {
    /*height: 250px;*/
}

.info-page-content h2,
.blog-detail-sidebar h3,
.blog-detail-wrapper h2,
.blog-listing-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #424242;
}

.blog-detail-wrapper ul,
.blog-listing-content ul {
    margin-bottom: 15px;
}

.blog-detail-wrapper ul li,
.blog-listing-content ul li {
    font-size: 14px;
    display: inline-block;
    padding-right: 30px;
    color: #476696;
}

.blog-detail-wrapper ul li i,
.blog-listing-content ul li i {
    margin-right: 5px;
}

.blog-detail-wrapper span,
.blog-listing-content span {
    /*font-weight: 600;*/
    display: block;
    margin-bottom: 15px;
    /*text-transform: uppercase;*/
    /*color: #4a3a3a;*/
}

.blog-listing-content p {
    overflow: hidden;
    max-height: 78px;
    margin-bottom: 15px;
}

.blog-listing-content a {
    padding: 8px 20px;
    transition: .3s ease all;
    color: #424242;
    border: 2px solid #c5c7ca;
}

.blog-listing-content a:hover {
    text-decoration: none;
    color: #fff;
    border-color: #00913e;
    background: #00913e;
}

.blog-listing .row {
    margin-bottom: 60px;
}


/* blog listing page ends */


/* blog detail page starts */

.learn-page-wrapper,
.blog-detail-sidebar,
.blog-detail-wrapper {
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.learn-page-wrapper h2,
.blog-detail-wrapper h2 {
    font-size: 24px;
}

.blog-detail-wrapper figure {
    /* height: 450px; */
    margin-bottom: 10px;
}

.blog-detail-wrapper ul,
.blog-detail-wrapper ol {
    padding-left: 0;
}

.blog-detail-sidebar ul li a {
    margin: 5px 0;
    padding: 5px 0;
    color: #21519c;
    border-bottom: 1px dashed #21519c;
}


/* blog detail page ends */


/* location page starts */

.location-map iframe {
    width: 100%;
    height: 400px;
}

.location-info li {
    font-weight: 400;
    margin: 5px 0;
    color: #4a3a3a;
}

.location-info li a {
    font-weight: 700;
    color: #4a3a3a;
}

.about-content p {
    margin-bottom: 15px;
}


/* location page ends */

.learn-page-wrapper h2 {
    margin-bottom: 15px;
}

.learn-page-wrapper figure {
    height: 300px;
    margin-bottom: 15px;
}

.learn-listing {
    padding-left: 15px;
}

.learn-listing li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.related-corse-wrap ul li::before,
.learn-listing li::before {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: -15px;
    content: '\f192';
    opacity: .9;
}

.related-corse-wrap ul {
    padding-left: 15px;
}

.related-corse-wrap ul li {
    position: relative;
}

.related-corse-wrap ul li a {
    font-weight: 500;
    color: #6060b1;
}


/* location page ends */


/* info page starts */

.info-page-content ul li p {
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
    color: #424242;
}

.info-page-content p,
.info-page-content ul {
    margin-bottom: 10px;
}

.call-content {
    font-weight: 500;
}


/* info page ends */


/* learn detail page starts */

.learn-detail-page {
    padding: 40px 0;
    background: #eff1f5;
}

.learn-sidebar-wrapper {
    padding: 35px 15px;
    box-shadow: 0 2px 20px #cbb;
    background: #fff;
}

.learn-sidebar-wrapper h2 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 15px;
    color: #21519c;
}

.learn-sidebar-wrapper ul {
    margin-bottom: 15px;
}

.learn-sidebar-wrapper ul li {
    padding: 10px 0;
    border-bottom: 1px solid #cbb;
}

.learn-sidebar-wrapper ul li h4 {
    font-size: 16px;
    font-weight: 700;
    padding-right: 15px;
    color: #333;
}

.learn-sidebar-wrapper ul li h4 span {
    font-weight: 300;
    margin-left: 5px;
}

.course-book-btn,
.learn-sidebar-wrapper a {
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding: 10px;
    transition: .5s ease all;
    text-align: center;
    background: #00407f;
}

.course-book-btn:hover,
.learn-sidebar-wrapper a:hover {
    text-decoration: none;
    background: #00913e;
}

.learn-sidebar-wrapper a i {
    margin-right: 5px;
}

.tabs-nav li {
    position: relative;
    float: left;
}

.learn-content-wrapper .tabs-nav li a {
    background: #242c37;
}
.learn-sidebar-wrapper h1 {
    display: none;
}

@media screen and (max-width:768px) {
    .learn-sidebar-wrapper h1 {
        color: #0c6089;
        font-size: 27px;
        font-weight: 300;
        padding-bottom: 25px;
        text-align: left;
        display: block;
    }
}

/* .learn-content-wrapper .learn-tabs li .tab-active::before { */

.tab-active::before {
    position: absolute;
    top: 28px;
    left: 40%;
    content: '';
    border-top: 22px solid #00913e;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    /* opacity: 0;; */
}


/* .learn-tabs li:before .tab-active {
    display: block !important;
} */

.learn-content-wrapper {
    padding: 40px 0;
}

.tab-content-wrapper {
    /* font-family: 'Gotham SSm A', 'Gotham SSm B', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
    display: block !important;
    padding: 20px 0;
}

.tab-content-wrapper h3 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #0c6089;
}

.tab-content-wrapper a {
    font-weight: 600;
    color: #6262b0;
}

.tab-content-wrapper span {
    font-weight: 400;
    line-height: 30px;
    color: #444;
}

.inner-course-info {
    display: block !important;
    margin-bottom: 20px;
}

.inner-course-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.tab-content-wrapper h1,
.tab-content-wrapper h2,
.tab-content-wrapper h3 {
    color: #0c6089;
}

.inner-course-info ul li {
    line-height: 35px;
    position: relative;
    padding-left: 20px;
}

.inner-course-info ul li::after {
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    content: '\f192';
    opacity: .9;
}

.course-book-btn {
    display: inline-block;
    padding: 10px 25px;
}

.course-book-btn i {
    margin-right: 5px;
}

.paragraph ol li {
    color: green;
}

.paragraph table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.paragraph table td,
.paragraph table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.paragraph table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.paragraph table tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.paragraph table {
    border: 1px solid #dee2e6;
}


/*.paragraph table*/

.paragraph table th,
.paragraph table td {
    /*border: 1px solid #dee2e6*/
    border: 1px solid #a9acaf;
}

.table_title {
    background: #e4ff002b;
}

.paragraph table thead td,
.paragraph table thead th {
    border-bottom-width: 2px;
}

.paragraph img,
.paragraph p img,
.paragraphp span img {
    width: 100%;
    height: auto;
}

.paragraph table tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

.paragraph p ul li,
.paragraph ul li {
    margin-left: 20px;
}

.paragraph a {
    text-decoration: none;
    color: #337ab7;
}

.paragraph h3,
.paragraph h2,
.paragraph h1 {
    color: #003A67;
}
.paragraph p{
    color:#424242;
    font-weight: 500;
    /*text-shadow: 0px 0.05px 0.1px #474646;*/
}
@media (max-width:575.98px) {
    .paragraph table {
        display: block;
        overflow-x: auto;
        width: 100%;
        -webkit-overflow-scrolling: touch;
    }
}

.accordion-page {
    padding: 40px 0;
    background: #eff1f5;
}

.accordion-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 10px auto;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
}

.accordion-page h2 {
    font-size: 34px;
    font-weight: 400;
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    color: #424242;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
}

.set>a {
    font-size: 18px;
    font-weight: 400;
    display: block;
    padding: 10px 15px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
    color: #21519c;
    border-bottom: 1px solid #ddd;
}

.set>a i {
    float: right;
    margin-top: 2px;
}

.set>a.active {
    color: #fff;
    background-color: #39c;
}

.content {
    display: none;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.content p {
    font-size: 15px;
    margin: 0;
    padding: 10px 15px;
    color: #333;
}


/*edited by suryadeep*/

.page-list li {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    position: relative;
    display: inline-block;
    width: 47%;
    padding-left: 28px;
    vertical-align: middle;
    letter-spacing: .2px;
}

.page-list li:before {
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    content: '\f0a9';
    color: #a9bfd0;
}

.page-list li a {
    font-weight: 400;
    color: #000;
}

.course-listing-page {
    padding: 80px 0;
    background: #eff1f5;
}

.course-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding: 40px 20px;
    background: #fff;
    box-shadow: 0 2px 20px #cbb;
}

.course-content-wrapper h2 {
    font-size: 19px;
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    margin-left: -51px;
    padding: 15px;
    vertical-align: middle;
    letter-spacing: .5px;
    text-transform: capitalize;
    color: #fff;
    background: #3877c0;
}

.course-content-wrapper h2::before {
    position: absolute;
    top: 0;
    right: -51px;
    width: 0;
    height: 0;
    content: ' ';
    border-top: 0 solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #3876c1;
}

.course-content-wrapper ul li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
    padding-left: 10px;
    color: #393535;
}

.course-content-wrapper ul li {
    position: relative;
}

.course-content-wrapper ul li::before {
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: 3px;
    left: 0;
    padding-right: 5px;
    content: '\f138';
    color: #98a4b1;
}

@media screen and (max-width:991px) {
    .course-content-wrapper h2 {
        margin-left: 0;
    }
    .course-content-wrapper h2::before {
        right: -51px;
    }
}

.form-page {
    padding: 40px 0;
}

.form-page-wrapper {
    width: 600px;
    margin: 0 auto;
    padding: 30px 15px;
    background: #fff;
    box-shadow: 0 2px 20px #cbb;
}

.form-page-wrapper label {
    font-size: 13px;
    font-weight: 600;
    display: block;
    color: #303e56;
}

.form-page-wrapper input,
.form-page-wrapper textarea {
    width: 100%;
    margin: 10px 0;
    padding: 7px;
    border: 1px solid #ccc;
}

.form-page-wrapper textarea {
    height: 150px;
}

.form-page-wrapper h2 {
    font-size: 35px;
    font-weight: 200;
    margin-bottom: 20px;
    color: #00913e;
}

.form-page-wrapper button {
    font-weight: 600;
    padding: 10px 35px;
    transition: 500ms ease all;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    outline: none;
    background: #005699;
}

.form-page-wrapper button:hover {
    background: #00913e;
}

.small-wrap {
    /* width: 49% !important; */
    /* display: inline-block; */
}

@media screen and (max-width:480px) {
    .small-wrap {
        width: 100% !important;
    }
}

.bookthiscoursecontent {
    margin: 15px 0;
}

@media(min-width: 768px) {
    .related-corse-wrap,
    .bookthiscoursecontent {
        padding: 0 15px;
    }
}

.bookthiscoursecontent a {
    font-size: 15px;
    display: inline-block;
    padding: 11px 25px;
    vertical-align: middle;
    color: #fff;
    background: #577fc1;
}

.bookthiscoursecontent a:hover {
    transition: .4s;
    text-decoration: none;
    color: #fff;
    background: #3f7128;
}

.learn-list-one h4 a {
    font-size: 15px;
    color: black;
}

.list_box {
    padding: 20px;
    color: #337ab7;
    background-color: white;
}

.m_b15 {
    margin-bottom: 15px;
}

.m_b30 {
    margin-bottom: 30px;
}

.list_box h4 {
    font-size: 18px;
}

.btn_vacancy {
    font-size: 14px;
    font-size: 18px;
    margin-top: 20px;
    color: #004889;
    border: 2px solid #c5c7ca;
    border-radius: 0;
}

.apply_now li {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 15px;
}

.apply_now li::after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    left: 0;
    content: '\f192';
    opacity: .9;
}

.apply_now li a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #6060b1;
    ;
}

.m_t20 {
    margin-top: 20px;
}

.english_test {
    font-weight: 600;
    color: #106dbd;
}

.english_test:hover {
    color: #106dbd;
}

.blog_list_image img {
    width: 100%;
    height: auto;
}

.about-content a {
    color: #007bff;
}

.p_a40 {
    padding: 40px;
}

.common_css ul li,
.common_css ol li {
    line-height: 35px;
    position: relative;
    padding-left: 20px;
}

.common_css ul,
.common_css ol {
    padding-left: 0;
}

.common_css ul li::after,
.common_css ol li::after {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    content: '\f192';
    opacity: .9;
}

@media screen and ( max-width: 768px) {
    .tabs-nav li a {
        padding: 5px 15px;
    }
    .blog-detail-wrapper img{
        max-width: 100%;
    }
    
    .paragraph img,
    .paragraph p img,
    .paragraphp span img {
        width: 100% !important;
        height: auto !important;
    }
}

