@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&amp;display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

hr:not([size]) {
    height: 1px;
    margin: 2rem 0rem;
}

.training-pro-btn {
    background: #e3e3e3;
    padding: 5px 20px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}
.hide {
    display: none;
}

.btn-filter {
    background-color: #de5e25;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 5px;
    width: 100%;
    border: 0px;
}
.announced {
    background-color: #198754;
}

.conducted {
    background-color: #0e2621;
}

.cancelled {
    background-color: #dc3545;
}

.notannounced {
    background-color: #de5e25;
}

.postponed {
    background-color: rgb(255, 157, 59);
}



.btn-filter:hover {
    background-color: #244840;
    color: #fff;
}

#tableData {
    border-collapse: collapse;
    font-size: 13px !important;
    vertical-align: middle !important;
    width: 100% !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid rgb(255 255 255 / 40%) !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 7px 7px !important;
}

a {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a[data-tooltip].top:before, a[data-tooltip].top:after {
        transform: translateY(10px);
    }

    a[data-tooltip].top:hover:after, a[data-tooltip].top:hover:before {
        transform: translateY(0px);
    }

    a[data-tooltip] {
        position: relative;
    }

        a[data-tooltip]:after, a[data-tooltip]:before {
            position: absolute;
            visibility: hidden;
            opacity: 0;
            transition: transform 200ms ease, opacity 200ms;
            z-index: 99;
        }

        a[data-tooltip]:before {
            content: attr(data-tooltip);
            background: #1f1f1f;
            color: #fff;
            font-size: 10px;
            font-weight: 400;
            padding: 6px 5px;
            border-radius: 3px;
            text-decoration: none;
            display: inline-block;
            width: 180px;
            text-align: center;
        }

        a[data-tooltip]:after {
            width: 0;
            height: 0;
            border: 6px solid transparent;
            content: "";
        }

        a[data-tooltip]:hover:after, a[data-tooltip]:hover:before {
            visibility: visible;
            opacity: 0.85;
            transform: translateY(0px);
        }

        a[data-tooltip][data-position=top]:before {
            bottom: 100%;
            left: 21px;
            margin-bottom: 10px;
        }

        a[data-tooltip][data-position=top]:after {
            border-top-color: #282727;
            border-bottom: none;
            bottom: 100%;
            left: calc(0% - -103px);
            margin-bottom: 5px;
        }

.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1230px;
}


.director-photo-mobile {
    display: none;
}

.dataTables_length {
    font-size: 14px;
    padding: 10px 0px;
    float: right !important;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 1.25em !important;
    font-size: 14px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        color: white !important;
        border: 1px solid #4d7850 !important;
        background-color: #4d7850 !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d7850), color-stop(100%, #4d7850)) !important;
        background: -webkit-linear-gradient(top, #4d7850 0%, #4d7850 100%) !important;
        background: -moz-linear-gradient(top, #4d7850 0%, #4d7850 100%) !important;
        background: -ms-linear-gradient(top, #4d7850 0%, #4d7850 100%) !important;
        background: -o-linear-gradient(top, #4d7850 0%, #4d7850 100%) !important;
        background: linear-gradient(to bottom, #4d7850 0%, #4d7850 100%) !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #333 !important;
        border: 1px solid #4d7850 !important;
        background-color: #e7f6e3 !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7f6e3), color-stop(100%, #e7f6e3)) !important;
        background: -webkit-linear-gradient(top, #e7f6e3 0%, #e7f6e3 100%) !important;
        background: -moz-linear-gradient(top, #e7f6e3 0%, #e7f6e3 100%) !important;
        background: -ms-linear-gradient(top, #e7f6e3 0%, #e7f6e3 100%) !important;
        background: -o-linear-gradient(top, #e7f6e3 0%, #e7f6e3 100%) !important;
        background: linear-gradient(to bottom, #e7f6e3 0%, #e7f6e3 100%) !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        border: 1px solid #ccc !important;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
            cursor: default;
            color: #666 !important;
            border: 1px solid transparent !important;
            background: transparent !important;
            box-shadow: none;
        }

.visit-website {
    display: table;
    background: #de5e25;
    color: #fff;
    padding: 6px 20px;
    border-radius: 3px;
    margin: 10px auto;
}

    .visit-website:hover {
        background: #244840;
        color: #fff;
    }

.g20-logo {
    width: 90px;
    position: relative;
    top: 14px;
}

.azadi-logo {
    position: relative;
    z-index: 1;
    padding: 39px 10px;
    text-align: right;
    line-height: normal;
    padding-bottom: 0px;
    padding-right: 0px;
    white-space: nowrap;
}

    .azadi-logo > img {
        height: 60px;
        position: relative;
        margin-top: -13px;
    }

.pdf-dow-btn {
    color: #3f51b5
}


.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.announcement-pagination {
    float: right;
    margin-top: 10px;
}

.pagination {
    padding-bottom: 20px;
}

    .pagination ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
    }
    /* .pagination li:first-child {
    line-height: 30px;
    padding-right: 5px;
    font-weight: 700;
}
.pagination li:nth-child(7n) {
    line-height: 30px;
    font-weight: 700;
  } */
    .pagination li {
        float: left;
        margin: 0 4px 0 0;
        font-size: 14px;
        line-height: 32px;
    }

        .pagination li:last-child {
            margin: 0;
        }

        .pagination li.active a,
        .pagination li a:active {
            box-shadow: none;
        }

        .pagination li.active a, .pagination li a:hover {
            color: #ffffff;
            background: rgb(36 72 64);
            border: 1px solid rgb(36 72 64);
        }

        .pagination li .delimeter {
            display: block;
            padding-top: 6px;
        }

    .pagination a {
        float: left;
        border-radius: 3px;
        padding: 0px 12px;
        border: 1px solid #d9d9d9;
        color: #000;
        text-decoration: none;
        font-size: 14px;
    }


.page-link {
    color: #000000;
}

    .page-link:hover {
        z-index: 2;
        color: #ffffff;
        background-color: #80b075;
        border-color: #80b075;
    }

    .page-link:focus {
        z-index: 3;
        color: #ffffff;
        background-color: #4d7850;
        outline: 0;
        box-shadow: 0 0 0 0rem rgb(77 120 80);
    }

.Enquiry-div {
}

.spnLike {
    position: absolute;
    font-size: 13px;
    color: #1a6a1d;
    font-weight: 500;
}

.control2 {
    margin-top: 6px;
}

.form-control {
    padding: 6px 10px;
    font-size: 14px;
}

    .form-control:focus {
        color: #000000;
        background-color: #fff;
        border-color: #244840;
        outline: 0;
        box-shadow: none;
        outline: 0;
    }

.contact_us {
    background-color: #f1f1f1;
    padding: 60px 0px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
    margin-bottom: 20px;
}

.contact_info_sec {
    padding: 30px;
    border-radius: 25px 0 0 25px;
}

    .contact_info_sec h3 {
        font-size: 20px;
        padding: 10px 0px;
        font-weight: 600;
        margin: auto;
        /* text-align: center; */
        margin-bottom: 30px;
        border-bottom: 1px solid #dbdbdb;
        display: block;
        /* width: 190px; */
    }

    .contact_info_sec h4 {
        letter-spacing: 1px;
        padding-bottom: 15px;
    }

.info_single {
    margin: 20px 0px;
    display: flex;
}

    .info_single svg {
        color: #000;
    }

    .info_single i {
        margin-right: 15px;
    }

    .info_single span {
        font-size: 15px;
        color: #000;
    }

.map_inner h4, .map_inner p {
    color: #000;
    text-align: center
}

.map_inner p {
    font-size: 13px;
}

.map_bind {
    overflow: hidden;
    border-top: 1px solid #dadada;
}

.accordion-button {
    font-weight: 500;
}

.accordion {
    font-size: 14px;
}

.accordion-collapse ul {
}

    .accordion-collapse ul li {
        line-height: normal;
        margin-bottom: 10px;
    }

.accordion-collapse ol {
}

    .accordion-collapse ol li {
        line-height: normal;
        margin-bottom: 10px;
    }

.accordion-button:not(.collapsed) {
    color: #060606;
    background-color: #e7f6e3;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #9fcf94;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(159 207 148);
}

.serviceBox {
    color: #666;
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 1;
    height: 300px;
    margin-bottom: 30px;
}

    .serviceBox:before {
        content: '';
        border: 1px solid #d7d7d7;
        position: absolute;
        left: 0;
        right: 0;
        top: 100px;
        bottom: 0;
        z-index: -1;
        background: #f3f3f3;
    }

.service-icon > img {
    width: 100%;
    height: 100%;
}

.serviceBox .service-icon {
    color: #fff;
    background-color: #ffffff;
    font-size: 30px;
    line-height: 72px;
    border-radius: 100px;
    width: 160px;
    overflow: hidden;
    height: 160px;
    margin: 0 auto 20px;
    border: 5px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.serviceBox .title {
    color: #222222;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.serviceBox .description {
    color: #404040;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
/*.zoominheader {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 30s ease-in infinite;
    animation: zoomin 30s ease-in infinite;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.zoomoutheader {
    -webkit-animation: zoomout 30s ease-in infinite;
    animation: zoomout 30s ease-in infinite;
    transition: all .3s ease-in-out;
    overflow: hidden;
}




@-webkit-keyframes zoomin {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(1.5);
}
 100% {
 transform: scale(1);
}
}
 @keyframes zoomin {
 0% {
 transform: scale(1);
}
 50% {
 transform: scale(1.5);
}
 100% {
 transform: scale(1);
}
}*/
/*End of Zoom in Keyframes */

/* Zoom out Keyframes */
@-webkit-keyframes zoomout {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}
/*End of Zoom out Keyframes */

.product-card {
    width: 100%;
    position: relative;
    /* box-shadow: 0 2px 7px #dfdfdf; */
    background: #fafafa;
    text-align: center;
}

.product-tumb {
    background: #ffffff;
    height: 215px;
    width: 200px;
    margin: auto;
    border: 1px solid #ccc;
    overflow: hidden;
}

    .product-tumb img {
        max-width: 100%;
        max-height: 100%;
        width: 100%;
    }

.product-details {
    padding: 14px 15px;
    text-align: center;
    /* background: #de5e25; */
    color: #000;
    margin-bottom: 20px;
    clip-path: ellipse(150px 80px at center);
    position: relative;
}

    .product-details h4 {
        font-weight: 600;
        display: block;
        margin-bottom: 5px;
        text-decoration: none;
        transition: 0.3s;
        font-size: 16px;
    }

    .product-details p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 0px;
    }

.grid {
    list-style: none;
    text-align: center;
    display: inline-block;
}
    /* Common style */
    .grid figure {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 1%;
        min-width: 320px;
        max-width: 480px;
        max-height: 243px;
        width: 31%;
        text-align: center;
        background: #0e2621;
    }

        .grid figure img {
            position: relative;
            display: block;
            min-height: 100%;
            max-width: 100%;
            opacity: 0.8;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption::before, .grid figure figcaption::after {
                pointer-events: none;
            }

        .grid figure h2 {
            font-weight: 300;
            font-size: 26px;
        }

            .grid figure h2 span {
                font-weight: 700;
            }

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
    text-align: left;
}

    figure.effect-lily figcaption > div {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1em;
        width: 100%;
        height: 30%;
        background: rgb(159 207 148 / 98%);
        color: #000;
        text-align: center;
    }

figure.effect-lily h2, figure.effect-lily p {
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img, figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img, figure.effect-lily:hover h2, figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.pricingTable {
    display: flex;
    background: #e4f7e0;
    padding: 20px;
}

    .pricingTable .icon {
        display: none;
        height: 210px;
        width: 180px;
        border: 7px solid #de5e25;
        border-radius: 100%;
        overflow: hidden;
    }

        .pricingTable .icon img {
            width: 100%;
        }

    .pricingTable .price-value {
        color: #343434;
        padding: 40px 20px;
    }

    .pricingTable .amount {
        font-weight: 700;
        display: block;
        font-size: 16px;
    }

    .pricingTable .month {
        font-size: 14px;
        font-weight: 500;
        line-height: normal;
        display: block;
    }

    .pricingTable.red .icon {
        color: #FD7962;
        border-color: #FD7962;
    }

    .pricingTable.red .pricing-content li i, .pricingTable.red .price-value {
        color: #FD7962;
    }

    .pricingTable.red .pricingTable-signup {
        background-color: #FD7962;
    }

    .pricingTable.blue .pricingTable-header {
        background-color: #00B2FD;
    }

    .pricingTable.blue .icon {
        color: #00B2FD;
        border-color: #00B2FD;
    }

    .pricingTable.blue .pricing-content li i, .pricingTable.blue .price-value {
        color: #00B2FD;
    }

    .pricingTable.blue .pricingTable-signup {
        background-color: #00B2FD;
    }

        .pricingTable.blue .pricingTable-signup:hover {
            color: #00B2FD;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.5) inset, 0 0 10px 5px #00B2FD;
        }

.downl-btn {
    color: #4267b2;
    font-size: 13px;
    border: 1px solid #d3d1d1;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 5px;
}

    .downl-btn img {
        height: 20px;
    }

.inner-link {
    background: rgb(36 72 64);
    color: #fff;
    padding: 2px 10px;
    border-radius: 100px;
    animation: blinkingText 1s infinite;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    font-size: 13px;
}

@keyframes blinkingText {
    0% {
        background: rgb(36 72 64);
        color: #fff;
    }

    25% {
        background: #de5e25;
        color: #fff;
    }

    50% {
        background: rgb(36 72 64);
        color: #fff;
    }

    75% {
        background: #de5e25;
        color: #fff;
    }

    100% {
        background: rgb(36 72 64);
        color: #fff;
    }
}

.ace-ul {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px !important;
}

    .ace-ul > li {
        list-style: none;
        float: left;
        width: 32%;
        text-align: center;
        padding: 10px;
        background: #ffffff;
        margin: 5px;
        border: 1px solid #ccc;
        border-radius: 10px;
    }

.ace-ul-association {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0px !important;
}

    .ace-ul-association > li {
        list-style: none;
        width: 100%;
        text-align: center;
        padding: 20px;
        background: #ffffff;
        border: 1px solid #ccc;
        border-radius: 10px;
        display: flex;
        margin-bottom: 10px;
    }

        .ace-ul-association > li > img {
            width: 130px;
            height: 110px;
        }

        .ace-ul-association > li > p {
            font-size: 14px;
            padding: 0px !important;
            margin: 0px;
            text-align: left;
            margin-left: 20px;
        }

.feedback-container {
    background: #efefef;
    padding: 50px;
    border: 1px solid #ddd;
}
/*  FORM  */
.feedback-form {
    position: relative;
    margin-bottom: 40px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    background: #fff;
}

    .feedback-form.active label {
        transform: translateY(-2.0rem);
        visibility: visible;
        font-size: 14px;
        color: #4d7850;
        width: 100%
    }

.form__input {
    font-size: 14px;
    padding: 0.5rem 0;
    border: none;
    background: transparent;
    width: 100%;
}

    .form__input:focus {
        outline: none;
    }

        .form__input:focus:invalid {
        }

.form__label {
    font-size: 14px;
    color: #5e5e5e;
    position: absolute;
    top: 0.5rem;
    pointer-events: none;
    transition: all 0.3s;
}

.form__btn {
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    transition: all 0.2s;
    float: right;
    margin-top: 0px !important;
}

    .form__btn:focus {
        outline: 0;
    }

    .form__btn:hover {
        background-color: #5162fe;
    }

    .form__btn > * {
        transition: all 0.4s;
        transition-delay: 1s;
        display: inline-block;
    }

.form__btn--invisible {
    position: absolute;
    width: 100%;
    left: 0;
    top: -100%;
}

    .form__btn--invisible.visible {
        top: 11px;
    }

.form__btn--visible {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .form__btn--visible.invisible {
        transform: translateY(200%);
    }

.social-icons {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background: #dfdfdf;
    padding: 5px 0px 2px 4px;
    text-align: center;
    width: 98px;
    border-radius: 10px 0px 0px 0px;
}

    .social-icons a {
        line-height: normal;
        margin: 0 4px;
        text-decoration: none;
        display: inline-block;
    }

        .social-icons a:first-child {
            color: #4267b2;
        }

        .social-icons a:last-child {
            color: #2196f3;
        }

        .social-icons a i {
            line-height: normal;
            font-size: 20px;
            -webkit-transition: all 200ms ease-in;
            -webkit-transform: scale(1);
            -ms-transition: all 200ms ease-in;
            -ms-transform: scale(1);
            -moz-transition: all 200ms ease-in;
            -moz-transform: scale(1);
            transition: all 200ms ease-in;
            transform: scale(1);
        }

        .social-icons a:hover i {
            box-shadow: 0px 0px 150px #000000;
            z-index: 2;
            -webkit-transition: all 200ms ease-in;
            -webkit-transform: scale(1.1);
            -ms-transition: all 200ms ease-in;
            -ms-transform: scale(1.1);
            -moz-transition: all 200ms ease-in;
            -moz-transform: scale(1.1);
            transition: all 200ms ease-in;
            transform: scale(1.1);
        }

.modal-dialog {
    max-width: 80%;
}


.model-webinar .modal-dialog {
    max-width: 1140px;
}

.clickhear {
    padding: 10px 20px;
    line-height: normal;
    -webkit-animation: blink 800ms infinite;
    animation: blink 800ms infinite;
}




.btn-close {
    float: right;
}

.ratio {
    clear: both;
}

.service-grid a {
    /* font-family: 'Anton', sans-serif; */
    display: block;
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    transition: 0.5s;
    text-align: center;
    border: 1px solid #fff;
    padding: 20px;
    background: rgb(255 255 255 / 15%);
    color: #fff;
    text-shadow: 0 0 5px #de5e25, 0 0 25px #de5e25, 0 0 50px #de5e25, 0 0 100px #de5e25;
    border: 1px solid #de5e25;
}

    .service-grid a:hover {
        color: #fff;
        text-shadow: none;
        border: 1px solid #fff;
    }

.ticker-page {
    height: auto !important;
    padding: 30px;
    background: #f1f1f1;
    border: 1px solid #e7e7e7 !important;
    margin: 0px !important;
}

    .ticker-page > h3 {
        font-size: 18px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }

    .ticker-page > li:last-child {
        border-bottom: 0px;
    }

.carousel-control-prev, .carousel-control-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    top: 50%;
    padding: 9px;
    bottom: auto;
    background-color: rgb(102 102 102 / 54%);
    border-radius: 100px;
}

.carousel-control-next {
    right: 50px;
}

.carousel-control-prev {
    left: 30px;
}

.testimonial {
    background-color: #f3f3f3;
    padding: 30px;
    margin: 20px;
    border: 1px solid #e7e6e6;
}

    .testimonial .pic {
        width: 150px;
        height: 150px;
        margin: 0 30px 15px 0;
        float: left;
        border: 2px solid #ccc;
        border-radius: 100px;
    }

        .testimonial .pic img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

    .testimonial .testimonial-title {
        color: #0d2520;
        font-size: 16px;
        margin-top: 5px;
        font-weight: 700;
        text-transform: capitalize;
        margin-top: 10px;
        text-align: right;
    }

        .testimonial .testimonial-title small {
            display: block;
            color: #458138;
            font-size: 14px;
            font-weight: 500;
            margin-top: 10px;
            line-height: normal;
        }

    .testimonial .testimonial-review p {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
        text-align: justify;
    }

.owl-theme .owl-controls {
    margin-top: 20px;
}
/* PRELOADER CSS */
.page-loader {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #244840;
    z-index: 9999;
    top: 0px;
}

    .page-loader .txt {
        color: #fffdfd;
        text-align: center;
        top: 40%;
        position: relative;
        text-transform: uppercase;
        letter-spacing: 0.3rem;
        font-weight: 700;
        line-height: 1.5;
    }
/* SPINNER ANIMATION */
.spinner {
    position: relative;
    top: 35%;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.training-grid {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 80px 0px;
    display: inline-block;
    width: 100%;
}

.p-bg {
}

.partners-grid {
}

.box-partners {
    padding: 20px 30px;
    position: relative;
    background: #f5f5f5;
    border: 2px solid #9fcf94;
    z-index: 0;
    transition: all 0.3s ease;
    opacity: 1;
    width: 100%;
    height: 190px;
    margin: auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
}

    .box-partners:hover {
        transform: scale(1.1);
    }

.box__image {
    transition: all 0.5s ease;
}

.p-title {
    font-size: 14px;
    text-align: center;
    margin: 10px 0px;
    color: #333;
}
#case-studies {
    border-collapse: collapse;
    font-size: 14px;
    vertical-align: middle;
}
#table {
    border-collapse: collapse;
    font-size: 14px;
    vertical-align: middle;
}

    #table tbody td:nth-child(1) {
        text-align: center !important;
    }

.table-rows {
    transition: all 0.3s ease; /* cursor: pointer; */
}

.items {
    padding: 15px 35px;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.inc {
    fill: rgba(110, 227, 89, 0.56);
    opacity: 0;
    transition: all 0.5s ease;
}

.table-rows:nth-child(even) {
    background-color: hsl(0deg 0% 100%);
}

.table-rows:nth-child(odd) {
    background-color: rgb(159 207 148 / 16%);
}

.header-row {
    background-color: rgb(36 72 64);
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

    .header-row td {
        white-space: nowrap;
        text-align: center !important;
    }

    .header-row > .header-item {
        font-weight: 500;
        font-size: 16px;
        padding: 13px 0px;
    }

.table-rows:hover {
    background-color: #80b075;
    color: #fff;
}

.table > :not(:first-child) {
    border-top: 2px solid #dee2e6;
}

.table > tr > td:nth-child(2n) {
}

.table-rows > td {
    font-size: 14px;
}

    .table-rows > td > a {
        color: #a96a00;
    }

        .table-rows > td > a:hover {
            color: #000;
        }

    .table-rows > td > p {
        margin: 0px;
    }

.team-area .single-item {
    margin-bottom: 50px;
    transition: all 0.3s linear;
    position: relative;
    top: 0px;
}

    .team-area .single-item:hover {
        z-index: 1;
        top: -10px;
    }

    .team-area .single-item .item {
        display: flex;
        position: relative;
        z-index: -1;
    }

.team-area .item .thumb {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 6px;
    background: #80b075;
    height: 205px;
    width: 214px;
}

.team-area .team-items .item:hover .thumb::after {
}

.team-area .item .thumb img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    height: auto;
    width: 220px;
}

.team-area .item:hover .thumb img {
}

.team-area .info {
    background: #ededed none repeat scroll 0 0;
    padding: 20px 10px 20px 20px;
    position: relative;
    z-index: 9;
    width: 100%;
    line-height: 22px;
}

    .team-area .info .message {
        height: 50px;
        line-height: 40px;
        margin-top: -25px;
        position: absolute;
        text-align: center;
        top: 0%;
        width: 50px;
        left: -28px;
    }

        .team-area .info .message a {
            background: #80b075 none repeat scroll 0 0;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            box-sizing: border-box;
            color: #ffffff;
            display: inline-block;
            font-size: 20px;
            height: 50px;
            line-height: 50px;
            width: 50px;
        }

            .team-area .info .message a i {
                font-weight: 500;
            }

    .team-area .info h4 {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 18px;
        color: #457839;
    }

    .team-area .info span {
        color: #333;
        font-weight: 400;
        font-size: 13px;
        display: block;
        line-height: normal
    }



        .cont-us {
            margin-bottom: 10px;
        }

    .cont-us > span {
    }

.inner-top-bg {
    background: url("../images/about-bg.jpg") no-repeat center center;
    background-size: cover;
    height: 300px;
}

.director-signature {
    background: url(../images/Director_02.jpg) no-repeat left top #ffd387;
    padding: 5% 10%;
    height: auto;
    background-size: contain;
}

    .director-signature:after {
        background: linear-gradient(#fff 50%, #f5f5f5 50%);
        background-size: 10px 10px;
        z-index: -2;
    }

    .director-signature p {
        font-size: 14px;
        text-align: justify;
        color: #000;
        font-weight: 500;
        line-height: 25px;
        margin-bottom: 20px;
    }

.signature-icon {
    width: 60%;
    float: right;
    position: relative;
}

.signature-details {
    padding: 22px 0px;
    text-align: right;
}

.title-signature {
    font-size: 18px;
    font-weight: 600;
}

.post-signature {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: block;
}

.joint-signature {
}

.joint-signature-icon {
    float: left;
    width: 240px;
    margin-right: 70px;
    margin-bottom: 40px;
    margin: 0px auto;
    display: block;
    text-align: center;
    padding-right: 20px;
}

    .joint-signature-icon > img {
        width: 100%;
    }

.joint-signature-details {
    background: #de5e25;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.joint-title-signature {
    font-size: 17px;
    font-weight: 700;
    margin: 0px;
}

.joint-post-signature {
}

.joint-signature > p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

.counter {
    color: #319B38;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 210px;
    height: 222px;
    padding: 48px 28px 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 20px;
}

    .counter:hover {
        transform: translateY(-0.25em);
        color: #000 !important;
    }

    .counter:before, .counter:after {
        content: '';
        background: linear-gradient(135deg, #fff, #f1f1f1);
        height: 147px;
        width: 147px;
        box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #4db954;
        transform: translateX(-50%) rotate(45deg);
        position: absolute;
        left: 50%;
        top: 44px;
        z-index: -1;
        transition: all 0.3s ease 0s;
    }

    .counter:before {
        background: linear-gradient(135deg, #4db954 50%, transparent 50%);
        box-shadow: none;
        top: 80px;
    }

    .counter .counter-icon {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 12px;
        opacity: 0.7;
    }

    .counter h3 {
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        margin: 0 0 16px;
    }

    .counter .counter-value {
        color: #fff;
        background: linear-gradient(to right, #4db954, #4db954);
        font-size: 27px;
        font-weight: 500;
        line-height: 33px;
        width: 100%;
        padding: 10px 0 26px;
        position: absolute;
        left: 0;
        bottom: 0;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }

        .counter .counter-value i {
            animation: bounce 0.6s;
            animation-direction: alternate;
            animation-iteration-count: infinite;
        }

    .counter.orange {
        color: #FB9500;
    }

        .counter.orange:after {
            box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #f7b54e;
        }

        .counter.orange:before {
            background: linear-gradient(135deg, #f7b54e 50%, transparent 50%);
        }

        .counter.orange .counter-value {
            background: linear-gradient(to right, #f7b54e, #f7b54e);
        }

    .counter.blue {
        color: #1B9FD1;
    }

        .counter.blue:after {
            box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #72ccff;
        }

        .counter.blue:before {
            background: linear-gradient(135deg, #72ccff 50%, transparent 50%);
        }

        .counter.blue .counter-value {
            background: linear-gradient(to right, #72ccff, #72ccff);
        }

    .counter.red {
        color: #D85411;
    }

        .counter.red:after {
            box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #ff9393;
        }

        .counter.red:before {
            background: linear-gradient(135deg, #ff9393 50%, transparent 50%);
        }

        .counter.red .counter-value {
            background: linear-gradient(to right, #ff9393, #ff9393);
        }

    .counter.purple {
        color: #673ab7;
    }

        .counter.purple:after {
            box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #ba94ff;
        }

        .counter.purple:before {
            background: linear-gradient(135deg, #ba94ff 50%, transparent 50%);
        }

        .counter.purple .counter-value {
            background: linear-gradient(to right, #ba94ff, #ba94ff);
        }

    .counter.skyblue {
        color: #009688;
    }

        .counter.skyblue:after {
            box-shadow: -5px -5px 3px rgba(0, 0, 0, 0.2), -10px -10px #009688;
        }

        .counter.skyblue:before {
            background: linear-gradient(135deg, #009688 50%, transparent 50%);
        }

        .counter.skyblue .counter-value {
            background: linear-gradient(to right, #009688, #009688);
        }

@keyframes bounce {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(0, 10px, 0);
    }
}

.about-inner > p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}

    .about-inner > p b {
        font-weight: 500;
    }

.about-inner > h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0e2621;
    border-bottom: 2px solid #de5e25;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    /* text-transform: uppercase; */
}

.Program-List {
    padding: 30px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    border: 1px solid #e9e9e9;
    font-size: 14px;
}

    .Program-List > h4 {
        font-size: 22px;
        font-weight: 600;
        color: #0e2621;
        display: block;
        padding-bottom: 16px;
        margin-bottom: 0px;
    }

    .Program-List > p {
        font-size: 13px;
        line-height: normal;
    }

        .Program-List > p b {
            font-weight: 500;
        }

    .Program-List a.more {
        display: inline-block;
        line-height: 28px;
        background: #244840;
        text-align: center;
        position: relative;
        text-decoration: none;
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        padding: 0px 26px;
        margin-top: 0px;
        border-radius: 5px;
        width: 120px;
    }

        .Program-List a.more:hover {
            background: #de5e25;
        }

.program-align {
    padding-right: 80px
}


.btn-announcement {
    background: #244840;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    margin-top: 76px;
}

    .btn-announcement:hover {
        background: #de5e25;
        color: #fff;
    }


.btn-previous {
    background-color: #de5e25;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 50px;
}

    .btn-previous:hover {
        background: #244840;
        color: #fff;
    }

.btn-next {
    background-color: #de5e25;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 5px;
}

    .btn-next:hover {
        background: #244840;
        color: #fff;
    }

.about-inner ul {
    margin-left: 30px;
}

    .about-inner ul li {
        font-size: 14px;
    }

.about-inner > ul > li > p {
    font-size: 14px;
    padding: 20px 5px;
}

.today-container {
    margin-bottom: 20px;
}

    .today-container ul {
        margin-left: 20px;
        list-style-image: url(../images/bullet.svg);
    }

        .today-container ul li {
            line-height: 22px;
            padding-left: 5px;
            font-size: 14px;
            margin-bottom: 10px;
            text-align: justify;
        }

.social_nav {
    top: 30%;
    position: fixed;
    z-index: 99;
}

    .social_nav:hover {
        right: 40px;
    }

    .social_nav ul {
        margin-top: 0;
        margin-bottom: 0rem
    }

    .social_nav li {
        height: 45px;
        position: relative;
        list-style: none;
        margin-bottom: 5px;
    }

        .social_nav li a {
            color: #fff !important;
            display: block;
            width: 130px;
            line-height: 45px;
            transition: all .3s linear;
            text-decoration: none !important;
            padding: 2px 6px;
            position: fixed;
            z-index: 999;
            width: 35px;
            white-space: nowrap;
            transition: all 0.3s linear;
            right: -6px;
        }

    .social_nav ul li a:hover {
        width: 140px;
        box-shadow: 0 0 2px 1px rgb(0 0 0 / 30%);
    }

    .social_nav li:nth-child(1) a {
        background: #4267B2
    }

    .social_nav li:nth-child(2) a {
        background: #ff0000
    }

    .social_nav li:nth-child(3) a {
        background: #244840
    }

    .social_nav li:nth-child(4) a {
        background: #4d7850;
        transform: rotate(270deg);
        width: 156px;
        line-height: 44px;
        right: -64px;
        margin-top: 70px;
        border-radius: 10px 10px 0px 0px;
        padding: 0px 14px;
    }

        .social_nav li:nth-child(4) a:hover {
            width: 156px;
            right: -56px;
        }

    .social_nav li:nth-child(1) a:before {
        content: '';
        border-bottom: 12px solid #4267B2;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        position: absolute;
        top: 18px;
        left: -31px;
        transform: rotate(270deg);
    }

    .social_nav li:nth-child(2) a:before {
        content: '';
        border-bottom: 12px solid #ff0000;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        position: absolute;
        top: 18px;
        left: -31px;
        transform: rotate(270deg);
    }

    .social_nav li:nth-child(3) a:before {
        content: '';
        border-bottom: 12px solid #244840;
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        position: absolute;
        top: 18px;
        left: -31px;
        transform: rotate(270deg);
    }

    .social_nav li a i {
        width: 28px;
    }

    .social_nav ul li a span {
        font-weight: 600;
    }

.owl-theme3 .item {
    margin: 0px;
    padding: 10px 0px;
    transition: ease 0.3s;
    background: #f5f5f5;
    border: 1px solid #d3d3d3;
    margin-top: 70px;
    border-radius: 5px;
    text-align: center;
}

    .owl-theme3 .item:hover {
    }

    .owl-theme3 .item a {
        display: block;
        width: auto !important;
        margin: 0px auto;
        transition: ease 0.2s;
        transform: scale(1.0);
    }

        .owl-theme3 .item a:hover {
            transform: scale(1.1);
        }

        .owl-theme3 .item a img {
            width: 120px;
            margin: 0px auto;
        }

.Testimonials-grid {
    background-color: #2f5741;
    padding: 60px 0px;
    position: relative;
    z-index: -1;
}

.owl-carousel-box {
    background: #fff;
    padding: 30px;
    padding-top: 60px;
    position: relative;
}

    .owl-carousel-box > img {
        position: absolute;
        top: -50px;
        height: 100px;
    }

.mgmnt_item {
    margin-bottom: 0px;
    position: relative;
}

.mgmnt_image {
    position: relative;
    /* overflow: hidden; */
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    font-style: italic;
}

    .mgmnt_image > p > span {
        display: block;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .mgmnt_image img {
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 100%;
    }

.mgmnt_text {
    text-align: left;
}

    .mgmnt_text p {
        font-weight: 400;
        font-size: 14px;
        line-height: normal;
        margin: 0px;
    }

.test-p {
    color: #2f5741;
}

.mgmnt_text h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: block;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.mgmnt_text h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    display: block;
    color: #000;
    margin-bottom: 5px;
    margin-top: 10px;
}

.play-btn {
    width: 60px;
    height: 60px;
    background: radial-gradient( rgb(255 0 0) 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    margin: 0px 0px;
    box-shadow: 0px 0px 25px 3px #fff;
    user-select: none;
    -webkit-user-drag: none;
    outline: 0px;
    border: 0px;
}
    /* triangle */
    .play-btn::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-40%) translateY(-50%);
        transform: translateX(-40%) translateY(-50%);
        transform-origin: center center;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid #fff;
        z-index: 1;
        -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    /* pulse wave */
    .play-btn:before {
        content: "";
        position: absolute;
        width: 130%;
        height: 130%;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate1 2s;
        animation: pulsate1 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 4px solid #830C0F;
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.owlCarousel6 .owl-nav {
    top: -120px !important;
    right: -32px !important;
}

.owl-theme .owl-nav {
    margin-top: 3px !important;
    position: absolute;
    top: -60px;
    right: -12px !important;
}

.owl-dots {
    display: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: rgb(255 255 255) !important;
    height: 40px !important;
    width: 40px !important;
    color: #979595 !important;
    opacity: 0.9;
    transition: all ease-in-out 0.2s;
    font-size: 29px !important;
    border: 1px solid #b9b6b6 !important;
    border-radius: 0px;
    margin: 0px -1px;
    line-height: 22px !important;
}

    .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
        opacity: 0.9;
        color: #fff !important;
        background: rgb(236 150 2) !important;
        border: 1px solid #eea11c !important;
    }

.recentlaunched {
    background-color: #fff;
    width: 25%;
    float: left;
}

.courses-morebtn {
    display: block;
    line-height: 13px;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #444444;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 10px;
    border: 1px solid #cccccc;
    width: 120px;
    margin: 0px auto;
    margin-top: 10px;
}

    .courses-morebtn:hover {
        background: #de5e25;
        border: 1px solid #de5e25;
        color: #fff;
    }

.card2 {
    text-align: center;
    width: 100%;
    height: 178px;
    display: table;
    position: relative;
    padding: 0px 20px;
}

    .card2:before {
        content: "";
        border-right: 40px solid #ffffff;
        border-top: 0px solid transparent;
        border-bottom: 40px solid transparent;
        position: absolute;
        transform: rotate(135deg);
        bottom: -12px;
        right: 44%;
    }

.col-card2:before {
    content: "";
    border-right: 40px solid #ffffff;
    border-top: 0px solid transparent;
    border-bottom: 40px solid transparent;
    position: absolute;
    transform: rotate(315deg);
    top: -12px;
    right: 44%;
    bottom: auto;
}

.card2 h2 {
    font-size: 14px;
    margin: 0px;
    position: relative;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
}

    .card2 h2 span {
        display: block;
        color: #ff5b2e;
    }

.card3 {
    display: block;
    width: 100%;
}


.centres-testi {
    position: relative;
}

    .centres-testi > h2 {
        background: #244840;
        padding: 22px;
        margin: 0;
    }

    .centres-testi .controls {
        position: absolute;
        top: 20px;
        right: 30px;
    }

.slide .carousel-item .test-pic {
    width: 15%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}

    .slide .carousel-item .test-pic img {
        width: 100%;
        height: auto;
        border: 3px solid #80b075;
    }

    .slide .carousel-item .test-pic:before {
        top: 16px;
        right: -5px;
    }

    .slide .carousel-item .test-pic:after {
        bottom: 16px;
        left: -5px;
    }

    .slide .carousel-item .test-pic:before, .slide .carousel-item .test-pic:after {
        content: "";
        width: 60px;
        height: 80px;
        background: #80b075;
        position: absolute;
        z-index: -1;
    }

.centres-testi .controls .btn-outline-light {
    color: #000000;
    border-color: rgb(255 255 255);
    background: rgb(255 255 255);
    font-size: 14px;
    line-height: 22px;
}

.centres-border > h2 {
    font-size: 24px;
    padding-bottom: 35px;
    color: #de5e25;
    font-weight: 600;
}



.centres-border > h2 > b {
    color: #333;
    font-weight: 600;
}

.centres-border > h2 > span {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 10px 0px;
}

.service-grid {
    background: url("../images/explore-grid.jpg") no-repeat center center;
    background-size: cover;
    padding: 70px 0px;
    position: relative;
    z-index: 1;
    clear: both;
}

.service-box {
    text-align: center;
    transition: all 0.5s;
    border-left: 1px solid #ccc;
    padding: 30px 20px;
    float: left;
    width: 25%;
    border-bottom: 1px solid #ccc;
}

    .service-box:nth-child(1) {
        border-left: 0;
    }

    .service-box:nth-child(5) {
        border-left: 0;
        border-bottom: 0;
    }

    .service-box:nth-child(6) {
        border-bottom: 0;
    }

    .service-box:nth-child(7) {
        border-bottom: 0;
    }

    .service-box:nth-child(8) {
        border-bottom: 0;
    }



    .service-box .icon img {
        height: 60px;
        width: 60px;
    }

    .service-box .icon {
        width: 120px;
        margin: auto;
        height: 120px;
        background: #ebebeb;
        padding: 29px;
        border-radius: 100px;
    }

    .service-box:hover .icon:before {
        width: 140px;
        height: 140px;
    }

    .service-box .img-in {
        position: relative;
        margin-top: -20px;
        border-radius: 10px;
    }

.img-icon-box-content {
    padding: 0 0px;
}

.programme-details > tbody > tr > td {
    font-size: 13px;
}

.anno-letter {
    text-align: center;
    color: #de5e25;
    display: block;
}

    .anno-letter > img {
        height: 20px;
    }

.service-box a.title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px auto 20px auto;
    display: block;
    position: relative;
    color: #333;
    min-height: 50px;
}

    .service-box a.title:before {
        transition: all 0.5s;
        content: " ";
        display: block;
        position: absolute;
        bottom: -15px;
        height: 4px;
        border-radius: 15px;
        width: 30px;
        margin: auto;
        background-color: #de5e25;
        left: 0;
        right: 0;
    }

.service-box:hover a.title:before {
    width: 100px;
}

.service-box .wasf {
    font-size: 13px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.service-box a.more {
    display: inline-block;
    line-height: 28px;
    background: transparent;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #444444;
    font-size: 12px;
    font-weight: 400;
    padding: 3px 40px;
    margin-top: 20px;
    border: 1px solid #cccccc;
    border-radius: 100px;
}

    .service-box a.more:hover {
        background: #de5e25;
        border: 1px solid #de5e25;
        color: #fff;
    }

.img-tour {
    position: absolute;
    right: 114px;
    z-index: 1;
    width: 72px;
}

.textvideo {
    position: absolute;
    right: 94px;
    margin-top: -90px;
    color: #fff;
    font-size: 14px;
}

.carousel {
    position: relative;
}

.slider-img-right {
    float: right;
    position: absolute;
    right: -80px;
    top: 310px;
    height: 480px;
    /* overflow: hidden; */
    width: 100%;
}

.wrapper {
    --color-invert: #ffffff;
    --clip-path: circle(0px at left);
    --clip-path-hover: circle(0px at left);
    --clip-path-clicked: circle(100vw at left);
    --duration: .4s;
    --timing-function: ease;
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
}

    .wrapper .video {
        height: 100vh;
        margin-right: 188px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 15px;
        -webkit-clip-path: var(--clip-path);
        clip-path: var(--clip-path);
        transition: -webkit-clip-path var(--duration) var(--timing-function);
        transition: clip-path var(--duration) var(--timing-function);
        transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
    }

        .wrapper .video video {
            position: fixed;
            background: #c4cbde;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%);
        }

    .wrapper input {
        width: 210px;
        height: 20%;
        margin: auto;
        position: absolute;
        right: 115px;
        border-radius: 40px;
        outline: none;
        z-index: 2;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
    }

        .wrapper input:focus {
            outline: 0;
        }

        .wrapper input:hover ~ .video {
            -webkit-clip-path: var(--clip-path-hover);
            clip-path: var(--clip-path-hover);
            z-index: 1;
        }

        .wrapper input:hover ~ .text::before {
            --r: 25px;
            --opacity: 1;
        }

        .wrapper input:hover ~ .text::after {
            -webkit-clip-path: var(--clip-path-hover);
            clip-path: var(--clip-path-hover);
        }

        .wrapper input:hover ~ .text > span::after {
            -webkit-clip-path: var(--clip-path-hover);
            clip-path: var(--clip-path-hover);
        }

        .wrapper input:checked {
            width: 100%;
            height: 100%;
            border-radius: 0;
        }

            .wrapper input:checked ~ .video {
                -webkit-clip-path: var(--clip-path-clicked);
                clip-path: var(--clip-path-clicked);
            }

            .wrapper input:checked ~ .text {
                --opacity: 0;
                transition: opacity 0.3s var(--timing-function);
            }

                .wrapper input:checked ~ .text::after {
                    -webkit-clip-path: var(--clip-path-clicked);
                    clip-path: var(--clip-path-clicked);
                }

                .wrapper input:checked ~ .text > span::after {
                    -webkit-clip-path: var(--clip-path-clicked);
                    clip-path: var(--clip-path-clicked);
                }

.mb-20 {
    margin-bottom: 30px;
}

.mobile-language {
    display: none;
}

.zoom-effect-container {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.card:hover .zoom-effect-container {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

#video-wrap:not(.active) {
    opacity: 0;
    visibility: hidden;
}

#video-wrap .video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#video-wrap .video-container {
    width: 95%;
    transition: all 0.3s ease-in-out;
    transform: scale(0.9);
}

#video-wrap .close-video {
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: solid 2px #000;
    padding: 0;
    transition: all 0.3s ease-in-out;
    z-index: 150;
}

    #video-wrap .close-video:before, #video-wrap .close-video:after {
        content: "";
        width: 60%;
        height: 3px;
        background-color: #000;
        position: absolute;
        transition: all 0.3s ease-in-out;
    }

    #video-wrap .close-video:before {
        transform: rotate(42deg);
    }

    #video-wrap .close-video:after {
        transform: rotate(-42deg);
    }

    #video-wrap .close-video:focus {
        outline: none;
    }

    #video-wrap .close-video:hover {
        background-color: #000;
    }

        #video-wrap .close-video:hover:before, #video-wrap .close-video:hover:after {
            background-color: #fff;
        }

#video-wrap video, #video-wrap iframe {
    position: relative;
    z-index: 10;
    border-radius: 12px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
    width: 100%;
    height: 100vh;
    max-height: 85vh;
    background-color: #000;
}

#video-wrap video {
    object-fit: cover;
}

#video-wrap.active {
    opacity: 1;
    visibility: visible;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 12px;
    height: 100vh;
    display: flex;
    transition: all 0.3s ease-in-out;
    z-index: 9991;
    align-items: center;
    justify-content: center;
}

    #video-wrap.active .video-container {
        transform: scale(1);
    }

.book {
    width: 250px;
    height: 302px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    position: relative;
    perspective: 1000px;
}

.book-icon {
    position: absolute;
    color: #fff;
    text-align: center;
    right: 0px;
    left: 0px;
    margin-top: 60px;
}

    .book-icon > i {
        font-size: 50px;
        margin-bottom: 20px;
        background: #fe3a3c;
        color: #ffffff;
        padding: 19px;
        width: 90px;
        height: 90px;
        border-radius: 100px;
    }

    .book-icon > h3 {
        color: #fe3a3c;
        font-size: 22px;
        text-transform: uppercase;
        font-weight: 800;
    }

.book-cover > a {
    display: block;
    position: relative;
}

.book-image {
    width: 100%;
    height: auto;
    display: block;
}

.book-image {
    background-image: url("../images/book-bg.html");
    height: 296px;
    background-size: cover;
    width: 244px;
    border-radius: 0px 20px 20px 0px;
}

.book-back {
    background-color: #de5e25;
    border-radius: 0px 20px 20px 0px;
}

.book-inner, .book-pages::before, .book-pages::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: left center;
    transition: transform 0.2s ease-in;
    border-radius: 0px 20px 20px 0px;
}

.book-cover, .book-pages {
    transform-style: preserve-3d;
}

.book-pages {
    transform: scale(0.95, 0.9);
    perspective: 2000px;
}

    .book-pages::before, .book-pages::after {
        background-color: #fff;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.075) 97%, transparent);
        box-shadow: 1px 4px 5px 0 rgba(0, 0, 0, 0.05);
        content: "";
    }

.book-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.book-back, .book-pages {
    right: 0;
    bottom: 0;
}

    .book-pages::after {
        transition-delay: 0.12s;
    }

    .book-pages::before {
        transition-delay: 0.105s;
    }

    .book-pages + .book-pages::after {
        transition-delay: 0.09s;
    }

    .book-pages + .book-pages::before {
        transition-delay: 0.075s;
    }

    .book-pages + .book-pages + .book-pages::after {
        transition-delay: 0.06s;
    }

    .book-pages + .book-pages + .book-pages::before {
        transition-delay: 0.045s;
    }

    .book-pages + .book-pages + .book-pages + .book-pages::after {
        transition-delay: 0.03s;
    }

    .book-pages + .book-pages + .book-pages + .book-pages::before {
        transition-delay: 0.015s;
    }

.book:hover .book-back, .book:hover .book-cover::before {
    box-shadow: inset -2px 0 1px rgba(0, 0, 0, 0.075);
    border-radius: 0px 20px 20px 0px;
}

.book:hover .book-cover {
    transform: rotateY(-40deg);
    transform-timing-function: ease-out;
    transition-delay: 0s;
}

.book:hover .book-pages::after {
    transform: rotateY(-12deg);
}

.book:hover .book-pages::before {
    transform: rotateY(-8deg);
}

.book:hover .book-pages + .book-pages::after {
    transform: rotateY(-20deg);
}

.book:hover .book-pages + .book-pages::before {
    transform: rotateY(-16deg);
}

.book:hover .book-pages + .book-pages + .book-pages::after {
    transform: rotateY(-28deg);
}

.book:hover .book-pages + .book-pages + .book-pages::before {
    transform: rotateY(-24deg);
}

.book:hover .book-pages + .book-pages + .book-pages + .book-pages::after {
    transform: rotateY(-36deg);
}

.book:hover .book-pages + .book-pages + .book-pages + .book-pages::before {
    transform: rotateY(-32deg);
}

.demo-gallery > p {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin: 0px 20px;
}

.demo-gallery > ul {
    margin-bottom: 0;
    margin-left: 0px;
}

    .demo-gallery > ul > li {
        margin-bottom: 15px;
    }

    .demo-gallery > ul > li a {
        border: 1px solid #b3b3b3;
        border-radius: 10px;
        display: block;
        overflow: hidden;
        position: relative;
        height: 180px;
        width: 100%;
    }
            /*
.demo-gallery > ul > li a:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    border: 1px solid #a9a9a9;
    opacity: .6;
   background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}
*/
.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: auto;
    width: 100%;
    position: absolute;
}

            .demo-gallery > ul > li a:hover > img {
                -webkit-transform: scale3d(1.1, 1.1, 1.1);
                transform: scale3d(1.1, 1.1, 1.1);
            }

            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
                opacity: 1;
            }

            .demo-gallery > ul > li a .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.1);
                bottom: 0;
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                -webkit-transition: background-color 0.15s ease 0s;
                -o-transition: background-color 0.15s ease 0s;
                transition: background-color 0.15s ease 0s;
            }

                .demo-gallery > ul > li a .demo-gallery-poster > img {
                    left: 50%;
                    margin-left: -10px;
                    margin-top: -10px;
                    opacity: 0;
                    position: absolute;
                    top: 50%;
                    -webkit-transition: opacity 0.3s ease 0s;
                    -o-transition: opacity 0.3s ease 0s;
                    transition: opacity 0.3s ease 0s;
                }

            .demo-gallery > ul > li a:hover .demo-gallery-poster {
                background-color: rgba(0, 0, 0, 0.5);
            }

.demo-gallery .justified-gallery > a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

    .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
        left: 50%;
        margin-left: -10px;
        margin-top: -10px;
        opacity: 0;
        position: absolute;
        top: 50%;
        -webkit-transition: opacity 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s;
        transition: opacity 0.3s ease 0s;
    }

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}

.home .demo-gallery {
    padding-bottom: 80px;
}

.containers {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    margin-bottom: 30px;
    display: block;
}

.front, .back {
    background-size: cover;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
    border-radius: 10px;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 10px;
    color: #fff;
    font-size: 1.5rem;
    overflow: hidden;
}

    .front img {
        width: auto;
        height: 280px;
        min-height: 280px;
    }

.back {
    background: rgb(104 44 0); /* background: -webkit-linear-gradient(45deg,  #fb7e41 0%,#de5e25 100%); */ /*    background: -o-linear-gradient(45deg,  #fb7e41 0%,#de5e25 100%);*/ /* background: linear-gradient(45deg,  #fb7e41 0%,#de5e25 100%); */
}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    border: 1px solid #a9a9a9;
    opacity: .6;
    /* background-color: #000; */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.containers:hover .front, .containers:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner2 {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.containers > p {
    padding: 10px 5px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.containers .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.containers .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.containers:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.containers:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.back .inner2 p {
    font-size: 1.2rem;
    margin-bottom: 0px;
    position: relative;
}

.front .inner2 p {
    font-size: 1rem;
    margin-bottom: 2rem;
    position: relative;
}

    .front .inner2 p:after {
        content: '';
        width: 4rem;
        height: 2px;
        position: absolute;
        background: #C6D4DF;
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -.75rem;
    }

.front .inner2 span {
    color: rgba(255,255,255,0.7);
    font-family: 'Montserrat';
    font-weight: 300;
}

.innertop-header {
    background: url("../images/inner-header-bg.html") no-repeat center center;
    height: 270px;
    background-size: cover;
}

.inner-grid {
    margin-top: 50px;
    position: relative;
    padding-bottom: 60px;
}

.header_title {
    font-size: 23px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    margin: 0px;
    margin-bottom: 5px;
}

.breadcrumb-grid {
    text-align: center;
    padding: 47px 0px;
}

.breadcrumb {
    color: #fff;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    text-align: center;
    padding: 0px;
}

    .breadcrumb > li {
        font-size: 13px;
        font-weight: 500;
    }

    .breadcrumb li a {
        color: #fff;
        font-weight: 500;
    }

    .breadcrumb > .active {
        color: #fff;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        content: "/\00a0";
    }

.footer-menu {
    position: relative;
    z-index: 1;
}

.foot-line {
    border-bottom: 1px solid #575758;
    position: relative;
    z-index: 9;
    top: 40px;
}

.footer-menu > li {
    list-style: none;
    width: 48%;
    float: left;
    margin: 3px;
}

    .footer-menu > li > a {
        background: transparent;
        color: #fff;
        font-size: 12px;
        padding: 5px 5px;
        border: 1px solid #ccc;
        display: block;
    }

        .footer-menu > li > a:hover {
            background: #de5e25;
        }

#footer-grid {
    padding: 60px 0;
    width: 100%;
    position: relative;
    margin-top: -7px;
}

.f-about {
    margin-left: 0px
}

    .f-about > a {
        display: inline-block;
        color: #9999cc;
        font-size: 22px;
        margin-right: 10px;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

        .f-about > a:hover {
            color: #fff;
        }

    .f-about h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 0px;
        margin-bottom: 20px;
    }

        .f-about h3 span {
            font-weight: 500;
            background: rgb(255, 157, 59);
            background: linear-gradient( 90deg, rgba(255, 157, 59, 1) 0%, #d85248 100%);
            height: 2px;
            width: 30px;
            display: block;
            margin-top: 12px;
        }

    .f-about p {
        font-size: 12px;
        line-height: 20px;
    }

.footer-title > p {
    padding-top: 0px;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin: 0px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 5px;
}

.footer-title p i {
    float: left;
    width: 10%;
}

.footer-title p span {
    float: left;
    width: 85%;
    font-size: 13px;
    line-height: 20px;
}

.footer-title > span, .footer-title ul li a {
    line-height: normal;
    padding-top: 10px;
    font-size: 13px;
    width: 100%;
    margin: 0px;
    color: #fff;
}

.footer-title > h3 {
    font-size: 16px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
}
/*
.footer-title > h3::after {
    content: '';
    position: absolute;
    background-color: #5bb404;
    width: 38px;
    height: 2px;
    top: 29px;
    left: 0px;
}
*/
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 999;
    color: #ffffff;
    width: 54px;
    height: 54px;
    line-height: 52px;
    right: 3%;
    bottom: 17%;
    border-radius: 100px;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 36px;
}

    .scroll-top-wrapper:before {
        content: "";
        border-right: 40px solid #de5e25;
        border-top: 0px solid transparent;
        border-right: 40px solid #de5e25;
        border-bottom: 40px solid #de5e25;
        position: absolute;
        z-index: -1;
        transform: rotate(315deg);
        right: 6px;
        top: 7px;
    }

    .scroll-top-wrapper.show {
        visibility: visible;
        cursor: pointer;
        opacity: 1.0;
    }

    .scroll-top-wrapper i.fa {
        line-height: inherit;
    }

.footer-title > h3 > span {
    font-weight: normal;
    background: rgb(255, 157, 59);
    background: linear-gradient( 90deg, rgba(255, 157, 59, 1) 0%, #d85248 100%);
    height: 2px;
    width: 30px;
    display: block;
    margin-top: 16px;
}

svg {
    height: 22px;
    float: left;
    width: 27px;
    margin-right: 10px;
}

footer {
    background: url("../images/footer-bg.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    clear: both;
}

.footer-menu-bg > img {
    width: 100%;
    position: absolute;
    top: -120px;
    z-index: 9;
}

.footer-title ul {
    margin: 0;
    padding: 0 0
}

    .footer-title ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        padding-bottom: 12px;
        font-size: 13px;
        color: #cbcbcb;
    }

        .footer-title ul li span {
            font-size: 13px;
            display: inline-table;
        }

.foot-logo {
    display: inline-block;
    width: 100%;
}

    .foot-logo > img {
        width: 53px;
        float: left;
    }

    .foot-logo > span {
        float: left;
        width: 80%;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        margin: 26px 0px 0px 10px;
        line-height: 20px;
    }

        .foot-logo > span > b {
            font-size: 13px;
            position: relative;
            color: #ffffff;
            font-weight: 300;
        }

.copyright {
    font-size: 13px;
    background: #244840;
    color: #ffffff;
    text-align: center;
    padding: 20px 0px;
    font-weight: 200;
}

    .copyright p {
        padding: 0px 0px;
        margin: 0px;
    }

.poweredby {
}

    .poweredby a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 400;
    }

        .poweredby a:hover {
            color: #fff;
        }

.hr {
    border-top: 1px solid #575758;
}

.total-visitors {
    color: #fff;
    font-size: 13px;
    padding: 20px 20px;
    display: block;
    float: left;
    width: 50%;
    text-align: center;
}

.footer-title-center {
    border-right: 1px solid #575758;
    border-left: 1px solid #575758;
    position: relative;
    display: inline-block;
}

.footer-title {
    clear: both;
}

    #footer-bottom-grid a, .footer-title ul li a:hover {
        color: #de5e25;
        text-decoration: none;
    }

    .footer-title ul li:last-child {
        border-bottom: 0 dotted rgba(255, 255, 255, .32)
    }

    .footer-title ul li a:hover {
        padding-left: 1px;
    }

.footer-text-center {
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #575758;
    padding: 20px;
}

.footer-title-center > p {
    color: #fff;
    font-size: 13px;
    padding: 50px 25px;
    margin: 0px;
    float: left;
    width: 50%;
    text-align: center;
}

    .footer-title-center > p > span {
        color: #de5e25;
    }

.foot-about {
    width: 100%;
    display: block;
    border-top: 1px solid rgb(197 197 197 / 28%);
    font-size: 13px;
    padding: 20px 0px;
    color: #ffffff;
    text-align: justify;
    margin-top: 20px;
}

    .foot-about > span {
        color: #de5e25;
        font-weight: 700;
    }

.contact-foot {
    padding-top: 30px;
    padding-left: 20px;
}

.companies-grid {
    padding: 60px 0px;
    background: #f3f3f3;
}

.leader-grid {
    text-align: center;
}

.leadership-grid {
    padding: 60px 0px;
    background: #fcf3f1;
}

.leadership-div {
    color: #fff;
    text-align: center;
    margin-top: 40px;
    display: inline-block;
    padding: 0% 5%;
}

    .leadership-div:hover .leadership_product {
        transform: scale(1.1);
    }

    .leadership-div > article {
        background: #eeeded;
        padding: 30px;
        display: inline-block;
        border-radius: 100px;
        border: 2px solid #eeeded;
        transition: all 1s;
    }

    .leadership-div:hover article {
        box-shadow: 0px 10px 10px rgb(51 51 51 / 16%);
        transition: all 1s;
        -webkit-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }

    .leadership-div > article > img {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        height: 70px;
    }

    .leadership-div > h2 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 30px;
        color: #333;
        text-transform: uppercase;
    }

    .leadership-div:hover .leadership-div > h2 {
        background: #f00;
    }

.centres-grid {
    background: #ecedec;
    padding: 60px 0px;
    display: inline-block;
    width: 100%;
}

.why-grid {
    padding: 70px 0px;
    background: url(../images/why-bg.png) no-repeat center center #ededed;
    background-size: contain;
    clear: both;
}

.why-bg {
    position: relative;
    padding: 0px 0px;
}

.why-content {
    position: relative
}

.whylarge-grid {
    position: relative;
}

.whyline1-grid {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 340px;
    top: 90px;
}

.whylarge-box {
    background: #fff;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    padding: 33px 0px;
    text-align: center;
    margin: auto;
    line-height: 50px;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    left: 0px;
    right: 0px;
    border: 2px solid #2f5741;
}

    .whylarge-box > span {
        font-size: 25px;
        display: block;
        font-weight: 700;
        text-transform: capitalize;
        color: #372382;
    }

.whylarge-box-back {
    background: #d8dbe8;
    width: 230px;
    height: 230px;
    border-radius: 100%;
    margin: auto;
    border: 1px solid #bfbdbd;
    box-shadow: 0px 10px 20px #c5c7d1;
}

.why-box {
    display: flex;
    margin-top: 60px;
}

.corner-btn {
    display: inline-block;
    line-height: 28px;
    background: transparent;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #2f5741;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 30px;
    margin-top: 20px;
    border: 2px solid #2f5741;
}

    .corner-btn:hover {
        background: #de5e25;
        border: 2px solid #de5e25;
        color: #fff;
    }

.why-box1 {
    padding: 10px;
    position: relative;
}

    .why-box1 .why-text1 {
        margin-top: 30px;
    }

    .why-box1 > span {
        width: 1px;
        background: #8e8c95;
        height: 180px;
        position: absolute;
        top: -170px;
        left: 50%;
    }

        .why-box1 > span > b {
            background: #8e8c95;
            height: 1px;
            width: 370px;
            display: block;
        }

    .why-box1 .why-text1 > h3 {
        font-size: 16px;
        font-weight: 600;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .why-box1:hover .why-text1 > h3 {
    }

    .why-box1 .why-text1 > p {
        font-size: 13px;
        font-weight: 500;
    }

    .why-box1 > article {
        height: 150px;
        overflow: hidden;
        margin-bottom: 20px;
        box-shadow: 0px 10px 10px rgb(51 51 51 / 22%);
    }

        .why-box1 > article > img {
            width: 100%;
        }

.why-box2 {
    padding: 10px;
    position: relative;
}

    .why-box2 .why-text2 {
        margin-top: 30px;
    }

    .why-box2 > span {
        width: 1px;
        background: #8e8c95;
        height: 110px;
        position: absolute;
        top: -100px;
        left: 50%;
    }

        .why-box2 > span > b {
            background: #8e8c95;
            height: 1px;
            width: 156px;
            display: block;
        }

    .why-box2 .why-text2 > h3 {
        font-size: 16px;
        font-weight: 600;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .why-box2:hover .why-text2 > h3 {
    }

    .why-box2 .why-text2 > p {
        font-size: 13px;
        font-weight: 500;
    }

    .why-box2 > article {
        height: 150px;
        overflow: hidden;
        margin-bottom: 20px;
        box-shadow: 0px 10px 10px rgb(51 51 51 / 22%);
    }

        .why-box2 > article > img {
            width: 100%;
        }

.why-box3 {
    padding: 10px;
    position: relative;
}

    .why-box3 .why-text3 {
        margin-top: 30px;
    }

    .why-box3 > span {
        width: 1px;
        background: #8e8c95;
        height: 71px;
        display: inline-block;
        position: absolute;
        left: 50%;
        top: -60px;
    }

    .why-box3 .why-text3 > h3 {
        font-size: 16px;
        font-weight: 600;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .why-box3:hover .why-text3 > h3 {
    }

    .why-box3 .why-text3 > p {
        font-size: 13px;
        font-weight: 500;
    }

    .why-box3 > article {
        height: 150px;
        overflow: hidden;
        margin-bottom: 20px;
        box-shadow: 0px 10px 10px rgb(51 51 51 / 22%);
    }

        .why-box3 > article > img {
            width: 100%;
        }

.why-box4 {
    padding: 10px;
    position: relative;
}

    .why-box4 .why-text4 {
        margin-top: 30px;
    }

    .why-box4 > span {
        width: 1px;
        background: #8e8c95;
        height: 110px;
        position: absolute;
        top: -100px;
        left: 50%;
    }

        .why-box4 > span > b {
            background: #8e8c95;
            height: 1px;
            width: 156px;
            display: block;
            position: absolute;
            right: 0px;
        }

    .why-box4 .why-text4 > h3 {
        font-size: 16px;
        font-weight: 600;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .why-box4:hover .why-text4 > h3 {
    }

    .why-box4 .why-text4 > p {
        font-size: 13px;
        font-weight: 500;
    }

    .why-box4 > article {
        height: 150px;
        overflow: hidden;
        margin-bottom: 20px;
        box-shadow: 0px 10px 10px rgb(51 51 51 / 22%);
    }

        .why-box4 > article > img {
            width: 100%;
        }

.why-box5 {
    padding: 10px;
    position: relative;
}

    .why-box5 .why-text5 {
        margin-top: 30px;
    }

    .why-box5 > span {
        width: 1px;
        background: #8e8c95;
        height: 180px;
        position: absolute;
        top: -170px;
        left: 50%;
    }

        .why-box5 > span > b {
            background: #8e8c95;
            height: 1px;
            width: 370px;
            display: block;
            position: absolute;
            right: 0px;
        }

    .why-box5 .why-text5 > h3 {
        font-size: 16px;
        font-weight: 600;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .why-box5:hover .why-text5 > h3 {
    }

    .why-box5 .why-text5 > p {
        font-size: 13px;
        font-weight: 500;
    }

    .why-box5 > article {
        height: 150px;
        overflow: hidden;
        margin-bottom: 20px;
        box-shadow: 0px 10px 10px rgb(51 51 51 / 22%);
    }

        .why-box5 > article > img {
            width: 100%;
        }

.about-grid {
    padding-top: 70px;
}

.news_box {
    background: #f4f4f4;
    padding: 30px 30px;
    /* box-shadow: 0px 0px 10px #ccc; */
    border: 1px solid #dfdddd;
}

.news-title {
    background: #244840;
    color: #ffff;
    font-size: 20px;
    margin: 0px;
    padding: 14px 30px;
    display: block;
    position: relative;
    margin-top: 52px;
}

    .news-title > img {
        width: 28px;
        margin-right: 7px;
    }

.news-more-btn {
    display: block;
    text-align: center;
    width: 100%;
    color: #244840;
    font-weight: 500;
}

    .news-more-btn:hover {
        color: #000;
    }

.pressRelease {
}

.ticker li {
    display: inline-block;
    font-size: 13px;
    border-bottom: 1px solid #d7d7d7;
    padding: 20px 0px;
    width: 100%;
}

    .ticker li a {
        display: block;
        color: #333;
    }

    .ticker li aside {
        background: #244840;
        float: left;
        padding: 6px;
        width: 50px;
        height: 53px;
        border-radius: 5px;
        text-align: center;
        margin-right: 8px;
    }

        .ticker li aside h2 {
            color: #fff;
            font-weight: 700;
            margin: 0px;
            font-size: 18px;
        }

            .ticker li aside h2 i {
                margin-top: 13px;
            }

        .ticker li aside span {
            color: #fff;
            text-transform: uppercase;
            font-size: 14px;
        }

    .ticker li article {
        float: left;
        width: 90%;
    }

        .ticker li article p {
            margin-bottom: 5px;
        }

.ticker-datetime {
    display: inline-block;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.download-file-btn {
    float: right;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

    .download-file-btn:hover {
        z-index: 2;
        -webkit-transition: all 200ms ease-in;
        -webkit-transform: scale(1.2);
        -ms-transition: all 200ms ease-in;
        -ms-transform: scale(1.2);
        -moz-transition: all 200ms ease-in;
        -moz-transform: scale(1.2);
        transition: all 200ms ease-in;
        transform: scale(1.2);
    }

    .download-file-btn > img {
        height: 70px;
    }

.ticker > li > article > p {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
    margin: 0px;
    line-height: 20px;
}

.ticker li article span {
    font-size: 12px;
    font-weight: 400;
}

.ticker-text-link {
    padding: 0px;
    color: #333;
    display: block;
}

    .ticker-text-link:hover {
        color: #4d7850;
    }

.ticker {
    overflow: hidden;
    position: relative;
    border: none;
    /* background-color: #fff; */
    height: 260px;
}

.newsmore {
    display: block;
    width: 100%;
    padding-top: 20px;
}

.wel-content {
}

.about-border > h2 {
    font-size: 24px;
    padding-bottom: 15px;
}

.about-border > p {
    font-size: 15px;
    text-align: justify;
    line-height: normal;
    padding-bottom: 20px;
    padding-right: 50px;
}

.wel-readmore {
    display: inline-block;
    line-height: 18px;
    background: #244840;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 50px;
    margin-top: 0px;
    border: 3px solid #244840;
    border-radius: 5px;
}

    .wel-readmore:hover {
        background: #de5e25;
        border: 3px solid #de5e25;
        color: #fff;
    }

.titleborder-grid {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.titleborder-grid-radius {
    background: #de5e25;
    display: inline-block;
    height: 6px;
    width: 63px;
    border-radius: 100px;
    position: absolute;
    left: 0px;
    margin-top: -1px;
    margin-left: 0px;
}

.titleborder-grid-line2 {
    background: #dfdfdf;
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 2px;
}

.marquee-top {
    position: relative;
    margin-top: -10px;
    z-index: 1;
}

.marquee-scroll {
    color: #fff;
    padding: 10px 10px;
    width: 100%;
    height: 38px;
    font-size: 14px;
    margin-top: -18px;
    position: relative;
    background: #27223a;
}

    .marquee-scroll > a {
        color: #fff;
        margin-right: 2%;
    }

        .marquee-scroll > a:hover {
            color: #fff;
        }

    .marquee-scroll:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 44px solid transparent;
        border-left: 22px solid rgb(255 255 255);
        border-bottom: 0px solid transparent;
        position: absolute;
        right: -22px;
        top: 0px;
    }

.note {
    width: 200px;
    float: left;
}

    .note > img {
        height: 23px;
        position: relative;
        top: 8px;
        left: 29px;
        z-index: 1;
    }

    .note:before {
        content: "Latest News";
        position: absolute;
        background: #de5e25;
        bottom: 0;
        top: 0px;
        width: 215px;
        height: 45px;
        text-align: center;
        padding: 3px 10px;
        color: #fff;
        font-size: 16px;
        z-index: 1;
        font-weight: 400;
        clip-path: polygon(0% 0%, 81% 0%, 91% 50%, 100% 100%, 0% 100%);
        line-height: 39px;
    }

.note2 {
    width: 200px;
    float: right;
}

    .note2 > img {
        height: 23px;
        position: relative;
        left: 26px;
        top: -40px;
        z-index: 1;
    }

    .note2:after {
        content: "BIRD Virtual Tour";
        position: absolute;
        background: #de5e25;
        bottom: 0;
        right: 0;
        top: 0px;
        width: 215px;
        height: 44px;
        text-align: right;
        padding: 3px 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 100%);
        line-height: 39px;
    }

.spotlight-box {
    background: #f8f9fa;
    height: 32px;
    padding: 6px !important;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    width: 100%;
}

.news-grid {
}

.baaner-image {
    /*  position: relative;
    background: url("../images/banner-foot.png") no-repeat center center;
    height: 690px;
    background-size: cover;
    margin-top: 0px;
    z-index: 1;*/
    position: relative;
    z-index: 1;
    background: #fff;
}

.banner-grid {
    margin-top: 90px;
    position: relative;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 10%;
    bottom: auto;
    left: 8%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: 35%;
    z-index: 1;
}

.right-text {
    text-align: left;
}

    .right-text > h2 {
        color: #1f1a32;
        font-size: 40px;
        margin-bottom: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .right-text > p {
        color: #333;
        font-size: 15px;
        font-weight: 300;
    }

.readmore {
    display: inline-block;
    line-height: 28px;
    background: #de5e25;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 50px;
    margin-top: 20px;
    padding-right: 80px;
    clip-path: polygon(0% 0%, 81% 0%, 91% 50%, 100% 100%, 0% 100%);
}

    .readmore:hover {
        background: #244840;
        color: #fff;
    }
/*
.navbar_bg {
    background: rgb(11 35 30 / 88%);
    position: absolute;
    width: 66%;
    right: 0px;
    display: block;
    height: 108px;
    transform: skewX(24deg) translateX(82px);
    z-index: -1;
    border-bottom: 2px solid #fff;
}
*/
.topashok-icon {
    float: left;
    margin-top: 26px;
    margin-left: 10px;
}

.cont:before {
    border-top: 1px solid #ccc;
    content: "";
    position: fixed;
    width: 180px;
    z-index: 1;
    margin-top: 104px;
}

.search-active {
    overflow: hidden;
}

    .search-active .search-input {
        opacity: 1;
        transform: none;
        pointer-events: all;
    }

    .search-active .icon-close {
        opacity: 1;
        transform: rotate(-90deg);
    }

    .search-active .control {
        cursor: default;
    }

        .search-active .control .btn-material {
            transform: scale(70);
        }

        .search-active .control .icon-material-search {
            opacity: 0;
        }
/* Close Icon */
.icon-close {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 99999;
    color: #000;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

    .icon-close:hover {
        transform: rotate(0);
    }

    .icon-close > img {
    }
/* Search Input */
.search-input {
    height: 100%;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    padding: 20px;
    z-index: 999;
    margin-top: 0px;
    pointer-events: none;
    opacity: 0;
    transform: translate(40px, 0);
    transition: all 0.3s ease-in-out;
    background: #ffffff;
}

    .search-input input {
        color: #000;
        font-size: 54px;
        border: 0;
        background: transparent;
        -webkit-appearance: none;
        box-sizing: border-box;
        outline: 0;
        font-weight: 200;
        display: block;
        height: auto;
        position: fixed;
        left: 90px;
        top: 40%;
        border-bottom: 1px solid rgb(0 0 0 / 8%);
        width: 88%;
    }

    .search-input ::-webkit-input-placeholder {
        color: #666;
    }

    .search-input :-moz-placeholder {
        color: #666;
        opacity: 1;
    }

    .search-input ::-moz-placeholder {
        color: #666;
        opacity: 1;
    }

    .search-input :-ms-input-placeholder {
        color: #666;
    }
/* Control btn */
.control {
    cursor: pointer;
}

    .control .icon-material-search {
        color: #212529;
        font-size: 16px;
    }

.bg-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    top: 0px;
}

    .bg-video-wrap img {
        width: 100%;
    }

.buttons {
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 36%;
}

.buttonbtn {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 0px;
    background: #5bb404;
    font-size: 30px;
    color: #fff;
    font-weight: 200;
    line-height: 33px;
    cursor: pointer;
}

.first {
    display: none;
}

.fullscreen {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 0px;
    background: #6980c2;
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    line-height: 40px;
    position: relative;
    top: -5px;
    cursor: pointer;
}

    .fullscreen:hover {
        color: #fff;
    }

.close-btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 0px;
    background: #de5e25;
    font-size: 28px;
    color: #fff;
    font-weight: 200;
    line-height: 40px;
    position: relative;
    top: -1px;
}

.content {
    width: 100%;
}

.topheader {
    padding: 0px 0px;
    background-color: #fbfbfb;
    position: relative;
    z-index: 999;
    height: 150px;
}

.leftheader {
    position: relative;
    padding: 0% 7%;
}


#main_nav {
    position: relative;
}

.top_bar_bg {
    background: #244840;
    height: 32px;
    position: absolute;
    width: 38%;
    right: 0px;
    z-index: 9;
}

.top_bar_content {
    width: 100%;
    text-align: right;
    height: 32px;
    position: relative;
    z-index: 9;
    padding-right: 7%;
}

.top_bar_contact_list {
    margin: 0px;
    background: #244840;
    display: inline-block;
    height: 32px;
    padding-top: 3px;
    position: relative;
}

.top_bar_bg:before {
    content: "";
    border-right: 40px solid #244840;
    border-top: 0px solid transparent;
    border-bottom: 36px solid transparent;
    position: relative;
    top: -26px;
    left: -39px;
}

.top_bar_contact_list > span {
    transform: rotate(41deg);
    background: #fff;
    height: 1px;
    width: 51px;
    display: inline-block;
    position: absolute;
    top: 14px;
    left: -45px;
}

.top_bar_contact_list > li:first-child {
}

.top_bar_contact_list li {
    display: inline-block;
    padding: 0px 2px;
    line-height: 12px;
}

.border-right {
    border-right: 1px solid rgb(255 255 255 / 28%) !important;
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.border-lef {
    padding-left: 12px !important;
}

.top_bar_contact_list > li > a {
    color: #dbdbdb;
    font-size: 13px;
}

    .top_bar_contact_list > li > a:hover {
        color: #fff;
        text-decoration: none;
    }

.top-login {
}

.fixed-top {
    top: 0px;
    transform: translateY(0px);
    transition: transform .3s;
    z-index: 999 !important;
    padding: 0% 7% !important;
}

    .fixed-top #main_nav:before {
        background: transparent;
    }

    .fixed-top .testing-right > div {
        width: 100%;
        height: 22px;
        right: -97%;
    }

        .fixed-top .testing-right > div::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0px;
            width: 30%;
            height: 99%;
            background-color: rgb(231 246 227);
            transform: skewX(47deg) translateX(-33px);
        }

    .fixed-top .testing > div > span {
        background-color: rgb(231 246 227);
    }

    .fixed-top .testing > div::after {
        background-color: rgb(231 246 227);
    }

.navbar {
    padding: 0px;
    z-index: 9;
    width: 100%;
    display: inline-block;
    background: #244840;
    width: 100%;
    padding: 0px 7%;
}

.logo {
    padding: 0px;
    margin: 0px;
    margin-top: 0px;
    position: relative;
    z-index: 9;
    display: flex;
    width: 100%;
    padding-bottom: 30px;
}

.testing {
}

    .testing > div {
        width: 38%;
        height: 24px;
        position: absolute;
        left: 6px;
        bottom: -22px;
    }

        .testing > div > span {
            position: absolute;
            width: 100%;
            height: 99%;
            background-color: #e7f6e3;
            transform: skewX(305deg) translateX(-4px);
            border-right: 5px solid #9fcf94;
            border-bottom: 3px solid #9fcf94;
        }

        .testing > div::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 40%;
            height: 99%;
            background-color: #e7f6e3;
            border-left: 3px solid #9fcf94;
            border-bottom: 3px solid #9fcf94;
            transform: skewX(25deg) translateX(-27px);
        }

.trapezium {
    border-left: 0px solid transparent;
    border-right: 44px solid #e7f6e3;
    border-bottom: 22px solid transparent;
    transform: skewX(304deg) translateX(-46px);
    width: 42px;
    display: none;
}

.testing-right > div {
    width: 96%;
    height: 24px;
    position: absolute;
    right: -101%;
    bottom: -22px;
}

    .testing-right > div > span {
        position: absolute;
        width: 100%;
        height: 99%;
        background-color: #e7f6e3;
        transform: skewX(305deg) translateX(-4px);
        border-right: 5px solid #9fcf94;
        border-bottom: 2px solid #9fcf94;
    }

    .testing-right > div::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 30%;
        height: 99%;
        background-color: #e7f6e3;
        border-left: 5px solid #9fcf94;
        border-bottom: 3px solid #9fcf94;
        transform: skewX(47deg) translateX(-33px);
    }

.logo_name {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    color: #2c2449;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-top: 25px;
    margin-left: 10px;
    float: left;
    line-height: 22px;
}

.logo-sub-title {
    font-size: 15px;
    letter-spacing: 0.4px;
    position: relative;
    color: #053964;
    font-weight: 600;
    display: block;
}

.fixed-top .logo {
    padding-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.fixed-top .ace-responsive-menu {
    margin-top: 0px;
    padding-bottom: 0px;
}

.fixed-top .topashok-icon {
    float: left;
    margin-top: 18px;
    margin-left: 10px;
}

.logo > img {
    height: 80px;
    float: left;
}

.page-change-sec {
    position: relative;
    padding: 0px;
    padding-left: 20px;
}

    .page-change-sec > li > a {
        /* border: 1px solid #ccc; */
        width: 18px;
        display: block;
        height: 18px;
        line-height: 17px;
        text-align: center;
        font-size: 12px;
        color: #222;
        background: #fff;
    }

.line-border {
    height: 16px;
    position: relative;
    top: 4px;
    border-right: 1px solid rgb(255 255 255 / 28%);
    margin-right: 5px;
}

.language {
    padding: 0px 5px !important;
    color: #fff !important;
    font-size: 12px !important;
    line-height: normal !important;
    background: transparent !important;
    font-weight: 500;
    position: relative;
    top: 2px;
}

.top_bar {
    background-color: #fbfbfb;
    position: relative;
    z-index: 9;
}





.fpo-btn {
    color: #fff;
    padding: 6px 8px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    background: #244840;
    float: left;
    /* -webkit-animation: blink 800ms infinite;
    animation: blink 800ms infinite;*/
}

    .fpo-btn:hover {
        color: #fff;
    }

@-webkit-keyframes blink {
    50% {
        background-color: #c33e03;
    }
}

@keyframes blink {
    50% {
        background-color: #c33e03;
    }
}

.pay-btn {
    background: #de5e25;
    color: #fff;
    padding: 6px 8px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    float: left;
        //margin-right: 70px;
}

    .pay-btn:hover {
        color: #fff;
    }



#lvideo-wrap {
    position: fixed;
    padding: 12px;
    height: 100vh;
    display: flex;
    z-index: 9991;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

    #lvideo-wrap, #lvideo-wrap:after,
    #lvideo-wrap .lvideo-overlay {
        left: 0;
        top: 0;
        width: 100%;
        transition: all 0.3s ease-in-out;
        box-sizing: border-box;
    }

        #lvideo-wrap:after,
        #lvideo-wrap .lvideo-overlay {
            height: 100%;
            position: absolute;
        }

        #lvideo-wrap:after {
            content: "";
            display: block;
            background-color: var(--primary-color);
            opacity: 0;
            z-index: -1;
        }

        #lvideo-wrap .lvideo-container,
        #lvideo-wrap video,
        #lvideo-wrap iframe {
            border-radius: 12px;
            position: relative;
            box-sizing: border-box;
            background-color: #000;
        }

        #lvideo-wrap .lvideo-container {
            width: 95%;
            z-index: 5;
        }

        #lvideo-wrap video,
        #lvideo-wrap iframe {
            z-index: 10;
            box-shadow: 0 0 19px rgba(0, 0, 0, 0.16);
            width: 100%;
            height: 100vh;
            max-height: 85vh;
            display: block;
        }

        #lvideo-wrap video {
            object-fit: cover;
        }

        #lvideo-wrap .lvideo-close {
            background-color: #fff;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 5%;
            top: 5%;
            width: 42px;
            height: 42px;
            border-radius: 100%;
            border: solid 2px var(--primary-color);
            padding: 0;
            transition: all 0.3s ease-in-out;
            z-index: 150;
        }

            #lvideo-wrap .lvideo-close:before, #lvideo-wrap .lvideo-close:after {
                content: "";
                width: 60%;
                height: 3px;
                background-color: var(--primary-color);
                position: absolute;
                transition: all 0.3s ease-in-out;
            }

            #lvideo-wrap .lvideo-close:before {
                transform: rotate(42deg);
            }

            #lvideo-wrap .lvideo-close:after {
                transform: rotate(-42deg);
            }

            #lvideo-wrap .lvideo-close:focus {
                outline: none;
            }

            #lvideo-wrap .lvideo-close:hover {
                background-color: var(--primary-color);
            }

                #lvideo-wrap .lvideo-close:hover:before, #lvideo-wrap .lvideo-close:hover:after {
                    background-color: #fff;
                }

        #lvideo-wrap.active {
            opacity: 1;
            visibility: visible;
        }

            #lvideo-wrap.active:after {
                opacity: 0.5;
            }

@media (max-width: 1659px) and (min-width: 1330px) {
    #lvideo-wrap .lvideo-container {
        max-width: 978px;
    }
}

@media (min-width: 1660px) {
    #lvideo-wrap .lvideo-container {
        max-width: 80%;
    }
}


.certifi-courses {
    display: inline-block;
    line-height: 28px;
    background: #de5e25;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 50px;
    margin-top: 20px;
    border: 3px solid #de5e25;
    display: block;
}

    .certifi-courses:hover {
        background: #244840;
        border: 3px solid #244840;
        color: #fff;
    }

.certifi-courses-green {
    display: inline-block;
    line-height: 28px;
    background: #244840;
    text-align: center;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 50px;
    margin-top: 20px;
    border: 3px solid #244840;
    display: block;
    margin-bottom: 10rem
}

    .certifi-courses-green:hover {
        background: #de5e25;
        border: 3px solid #de5e25;
        color: #fff;
    }

.calendar-table {
    border: 1px solid #ccc !important;
}

    .calendar-table > tbody > tr > td {
        border: 1px solid #f2f2f2;
    }

    .calendar-table > tbody > tr > th {
        text-align: center;
        background: #244840;
    }

    .calendar-table > tbody > tr > th {
        text-align: center;
        background: #de5e25;
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        padding: 8px;
        border: 1px solid #f4f4f4;
    }

    .calendar-table > tbody > tr > td > a {
        height: 51px;
        display: block;
        padding: 17px;
        font-size: 14px;
    }

    .calendar-table > tbody > tr > td > .calendar-table > tbody > tr > td {
        background-color: #e1e1e1;
        border: 0px;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        padding: 5px 10px;
        text-transform: uppercase;
    }

        .calendar-table > tbody > tr > td > .calendar-table > tbody > tr > td > a {
            border: 0px;
            font-size: 24px;
            font-weight: 600;
            color: #000 !important;
            padding: 4px 6px;
            /* background: #244840; */
            height: 20px;
            display: inline-block;
            width: 21px;
            line-height: 20px;
            text-align: center;
        }



.clients-div {
    margin-top: 5rem;
}

    .clients-div .price_card {
        width: 100%;
        /* background: rgb(245 245 245); */
        display: inline-table;
        top: 0;
        border: 2px solid #e9e9e9;
    }

    .clients-div .header {
        background-color: #e9e9e9;
        display: flex;
        padding: 10px;
    }

    .clients-div .price {
        font-weight: 300;
        display: block;
        text-align: center;
        padding: 16px;
        background-color: #ffffff;
        width: 90px;
        height: 90px;
        border-radius: 100px;
        margin: auto;
        margin-top: -50px;
        border: 1px solid #e9e9e9;
    }

        .clients-div .price img {
            width: 100%;
        }

    .clients-div .name {
        font-size: 18px;
        font-weight: 700;
        display: block;
        text-align: left;
        padding: 6px 0px;
        text-transform: uppercase;
        width: 80%;
        line-height: normal;
        padding-bottom: 0px;
    }
    .clients-div .features {
        list-style: none;
        color: rgb(0 0 0);
        margin: 0;
        padding: 0;
    }

.features li {
    margin: 0px;
    padding: 13px 15px 15px 40px;
    width: 100%;
}

    .features li:not(:last-child) {
        border: 1px solid rgb(242, 242, 242);
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }
.domain-areas-title {
    font-size: 15px;
    background: #de5e25;
    color: #fff;
    padding: 10px 13px;
}
.domain-areas-list {
    padding: 10px 13px;
    margin-bottom: 30px;
}

.tl-title{
    margin: 0px;
    top: 38px;
    position: relative;
    font-weight: 600;
}
/**02-07-24 anuj**/

.p-read-btn {
    display: table;
    background: #80b075;
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    line-height: normal;
    margin-top: 10px;
    border-radius: 3px;
}
    .p-read-btn:hover {
        background: #457839;
        color: #fff;
    }
.product-img .item .thumb img {
    height: 100%;
    object-fit: inherit;
}
.product-img .item .thumb {
    height: auto;
    width: auto;
    width: 50%;
    padding: 20px 10px 20px 20px;
    background: #ededed;
}
.product-img .info span {
    display: contents;
}



@keyframes blink {
    0% {
        background-color: #234997;
    }

    50% {
        background-color: #de5e25;
    }

    100% {
        background-color: #234997;
    }
}

@-webkit-keyframes blink {
    0% {
        background-color: #234997;
    }
    50% {
        background-color: #de5e25;
    }

    100% {
        background-color: #234997;
    }
}

.blink {
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}

.page-item.active .page-link {
    background-color: #507839;
    border-color: #507839;
}



