/*!
Template Name: Varsity
Template URI: https://templates.mhrtheme.com/varsity
Author: MhrTheme
Author URI: https://mhrtheme.com
Version: 1.2

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        clip-path: none;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.dm_comment_item .depth-1, .dm_comment_item .depth-10, .dm_comment_item .depth-2, .dm_comment_item .depth-3, .dm_comment_item .depth-4, .dm_comment_item .depth-5, .dm_comment_item .depth-6, .dm_comment_item .depth-7, .dm_comment_item .depth-8, .dm_comment_item .depth-9 {
    margin-bottom: 30px;
}

.comment-author.vcard {
    display: flex;
}

    .comment-author.vcard img {
        margin-right: 20px;
        display: block;
        max-width: 100%;
        height: 100%;
    }

    .comment-author.vcard img, .social-button {
        border-radius: 3px;
    }

.dm_comment_author {
    color: #28375a;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
}

.comment--dot {
    padding: 0 10px;
    font-size: 3px;
    opacity: .5;
    line-height: 3px;
    display: inline-block;
    vertical-align: middle;
}

.dm_comment-date {
    font-size: 13px;
    color: #28375a;
    opacity: .75;
}

.comment-details.clr {
    padding-left: 0;
}

.comment-content p {
    color: #28375a;
    font-size: 16px;
    margin: 0;
}

.comment-reply-link {
    font-weight: 400;
    font-size: 14px;
}

@media (min-width: 991px) {
    .dm_comment_item .depth-2 {
        margin-left: 78px;
    }
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

body {
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    --lp-primary-color: #0b5ed7;
    --lp-secondary-color: #442e66;
}

@media (max-width: 767px) {
    .container {
        max-width: 375px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

a:hover {
    text-decoration: none;
}

input:hover, input:focus {
    outline: none !important;
    box-shadow: 0px 0px 0px 0px transparent;
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: transparent;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem transparent !important;
    border-color: #dce1e9;
}

.section_padding {
    padding: 70px 0px;
}

.page_section_padding {
    padding: 50px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .section_padding {
        padding: 50px 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section_padding {
        padding: 50px 0px;
    }
}

@media (max-width: 767.98px) {
    .section_padding {
        padding: 50px 0px;
    }
}

.padding_top {
    padding-top: 70px;
}

@media (max-width: 991px) {
    .padding_top {
        padding-top: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .padding_top {
        padding-top: 50px;
    }
}

.padding_bottom {
    padding-bottom: 70px;
}

@media (max-width: 991px) {
    .padding_bottom {
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .padding_bottom {
        padding-bottom: 50px;
    }
}

.custom-shadow-sm {
    box-shadow: 0 .125rem 0.5rem rgba(0,0,0,.075) !important;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    a:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    color: #0b1c39;
    font-family: "Poppins", sans-serif;
}

h2 {
    font-size: 40px;
    line-height: 50px;
}

p {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #626a77;
    font-family: "Poppins", sans-serif;
}

    p:empty {
        display: none;
    }

a:focus, .button:focus, button:focus, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}

.p_30 {
    padding: 30px;
}

@media (max-width: 991px) {
    .p_30 {
        padding: 20px;
    }
}

.p_20 {
    padding: 20px;
}

.p_15 {
    padding: 20px 20px 15px;
}

.pt_30 {
    padding-top: 30px;
}

.pb_20 {
    padding-bottom: 20px;
}

.mt_25 {
    margin-top: 25px;
}

.mt_30 {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .mt_30 {
        margin-top: 15px;
    }
}

.mt_10 {
    margin-top: 10px;
}

.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_25 {
    margin-bottom: 20px;
}

.mt_50 {
    margin-top: 50px;
}

@media (max-width: 767.98px) {
    .mt_50 {
        margin-top: 25px;
    }
}

.mt_25 {
    margin-top: 25px !important;
}

@media (max-width: 991px) {
    .mt_25 {
        margin-top: 15px !important;
    }
}

.mt_20 {
    margin-top: 20px;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mt_40 {
    margin-top: 40px;
}

.section_bg {
    background-color: #f6f7fa;
}

.niceSelect {
    border: 1px solid #dce1e9;
    font-size: 13px;
    color: #7c8189;
    display: block;
    width: 100%;
    text-transform: capitalize;
    padding: 0 20px;
    border-radius: 6px;
    float: inherit;
    font-weight: 300;
}

    .niceSelect:after {
        border-bottom: 0 solid transparent;
        border-right: 0 solid transparent;
        content: "3";
        font-family: "eleganticons";
        transform: rotate(0);
        top: 3px;
        right: 29px;
        font-size: 19px;
    }

@media (max-width: 767.98px) {
    .niceSelect:after {
        top: 13px;
    }
}

.niceSelect .option:hover, .niceSelect .option.focus, .niceSelect .option.selected.focus {
    background-color: transparent;
}

.niceSelect .option.selected {
    font-weight: normal;
    color: #2572ff;
}

.niceSelect .option {
    line-height: 34px;
    min-height: 34px;
    font-size: 14px;
}

.niceSelect .list {
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    color: #626a77;
    padding: 20px;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .niceSelect .list {
        padding: 5px;
    }
}

.niceSelect .list li {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

    .niceSelect .list li:hover {
        color: #2572ff;
    }

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .niceSelect .list li {
        line-height: 33px;
        padding: 0 15px;
    }
}

.niceSelect.open:after {
    transform: rotate(0);
    content: "2";
    font-family: "eleganticons";
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.cu_dropdown .btn {
    border: 1px solid #dce1e9;
    background-color: #f6f7fa;
    color: #626a77;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 15px;
}

.cu_dropdown .btn_1 {
    padding: 11px 20px;
}

.cu_dropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 10px;
    vertical-align: 0;
    content: "";
    border-top: none;
    font-family: "themify";
    font-size: 10px;
}

.cu_dropdown .dropdown-menu {
    min-width: auto;
    background-color: #0b1c39;
    min-width: 102px;
    left: 0 !important;
    border-radius: 0 0 5px 5px;
    top: -2px !important;
    padding: 17px 0;
}

    .cu_dropdown .dropdown-menu .dropdown-item {
        font-size: 12px;
        font-weight: 300;
        text-transform: capitalize;
        padding: 7px 20px;
        padding: 7px 20px;
        color: #fff;
    }

.cu_dropdown .left_arrow:hover {
    background-color: transparent;
    padding-left: 38px;
}

.cu_dropdown .left_arrow:after {
    left: 18px;
    top: 11px;
}

.elementor-widget-container {
    width: 100% !important;
}

.section_tittle {
    text-align: center;
    margin-bottom: 62px;
}

@media (max-width: 767.98px) {
    .section_tittle {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section_tittle {
        margin-bottom: 45px;
    }
}

.section_tittle h2 {
    font-weight: 700;
    margin-bottom: 12px;
}

@media (max-width: 767.98px) {
    .section_tittle h2 {
        font-size: 25px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section_tittle h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

.show .btn {
    background-color: #2572ff;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.show .dropdown-toggle::after {
    transform: rotate(180deg);
    color: #fff;
}

.preloder_part {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #fff;
}

    .preloder_part .spinner {
        margin: 0 auto;
        width: 40px;
        height: 40px;
        left: 0;
        right: 0;
        top: 48%;
        position: absolute;
        text-align: center;
        -webkit-animation: sk-rotate 2s infinite linear;
        animation: sk-rotate 2s infinite linear;
        z-index: 99999;
    }

    .preloder_part .dot1, .preloder_part .dot2 {
        width: 60%;
        height: 60%;
        display: inline-block;
        position: absolute;
        top: 0;
        background-color: #2572ff;
        border-radius: 100%;
        -webkit-animation: sk-bounce 2s infinite ease-in-out;
        animation: sk-bounce 2s infinite ease-in-out;
    }

    .preloder_part .dot2 {
        top: auto;
        bottom: 0;
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.page_pageination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

    .page_pageination a, .page_pageination span {
        height: 50px;
        width: 50px;
        line-height: 50px;
        border: 2px solid #dce1e9;
        text-align: center;
        color: #9198a4;
        font-size: 18px;
        display: inline-block;
        border-radius: 50px;
        margin: 0px 5px;
    }

        .page_pageination a:hover, .page-pageination span:hover {
            background-color: #2572ff;
            border: 2px solid #2572ff;
            color: #fff;
            box-shadow: 0px 10px 20px 0px rgba(89, 149, 253, 0.4);
        }

    .page_pageination .current {
        background-color: #2572ff;
        border: 1px solid #2572ff;
        color: #fff;
        box-shadow: 0px 10px 20px 0px rgba(89, 149, 253, 0.4);
    }

.progress-bar {
    border-radius: 4px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fbfcfd;
}

.common-checkbox {
    display: none;
}

    .common-checkbox + label {
        display: block;
        cursor: pointer;
        color: #626a77;
    }

        .common-checkbox + label:before {
            content: "";
            border: 2px solid #a8aeb6;
            border-radius: 2px;
            display: inline-block;
            font-size: 12px;
            font-weight: 600;
            width: 14px;
            height: 14px;
            line-height: 15px;
            padding-left: 0px;
            margin-right: 14px;
            vertical-align: bottom;
            color: transparent;
            position: relative;
            top: -6px;
        }

    .common-checkbox:checked + label:before {
        content: "Z";
        border: 0px;
        font-family: "eleganticons";
        border-radius: 2px;
        display: inline-block;
        font-size: 17px;
        font-weight: 600;
        width: 14px;
        height: 14px;
        line-height: 15px;
        padding-left: 0px;
        margin-right: 14px;
        vertical-align: bottom;
        color: #2572ff;
        position: relative;
        top: -6px;
    }

.check_icon .common-checkbox + label:before {
    border-radius: 50px;
}

.check_icon .common-checkbox:checked + label:before {
    content: "\\";
}

.custom_animation1 {
    backface-visibility: hidden;
    animation: jumping_animation 3s ease-in-out 0.5s infinite alternate;
    animation-delay: 0.5s;
    transition: all 0.5s ease 5s;
    user-select: none;
}

.custom_animation_2 {
    backface-visibility: hidden;
    animation: jumping_animation2 3s ease-in-out 0.5s infinite alternate;
    animation-delay: 0.5s;
    transition: all 0.5s ease 5s;
    user-select: none;
}

.custom-animation {
    backface-visibility: hidden;
    animation: jumping 3s ease-in-out 0.5s infinite alternate;
    animation-delay: 0.5s;
    transition: all 0.5s ease 5s;
    user-select: none;
}

.custom-animation1 {
    backface-visibility: hidden;
    animation: jumping1 3s ease-in-out 0.5s infinite alternate;
    animation-delay: 0.5s;
    transition: all 0.5s ease 5s;
    user-select: none;
}

.custom-animation2 {
    backface-visibility: hidden;
    user-select: none;
    animation: 9s ease-in-out 1s infinite alternate none running jumping2;
    transition: 1s 3s;
}

.custom-animation3 {
    backface-visibility: hidden;
    animation: jumping3 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 7s ease 2s;
    user-select: none;
}

.custom-animation4 {
    backface-visibility: hidden;
    animation: jumping4 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

.custom-animation5 {
    backface-visibility: hidden;
    animation: jumping4 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

.custom-animation6 {
    backface-visibility: hidden;
    animation: jumping6 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

.custom_animation_icon {
    backface-visibility: hidden;
    animation: custom_animation_icon1 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all 8s ease 4s;
    user-select: none;
}

@keyframes jumping_animation {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-25px) translateX(-25px) rotate(5deg) scale(0.75);
        opacity: 0.9;
    }

    100% {
        transform: translateY(-25px) translateX(-25px) rotate(0) scale(1);
        opacity: 0.85;
    }
}

@keyframes jumping_animation2 {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-10px) translateX(-10px) rotate(2deg) scale(0.9);
        opacity: 0.9;
    }

    100% {
        transform: translateY(-20px) translateX(-20px) rotate(0) scale(1);
        opacity: 0.85;
    }
}

@keyframes jumping {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-25px) translateX(-25px) rotate(15deg) scale(0.95);
        opacity: 0.9;
    }

    100% {
        transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
        opacity: 0.85;
    }
}

@keyframes jumping1 {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-15px) translateX(-15px) rotate(5deg) scale(0.95);
        opacity: 0.9;
    }

    100% {
        transform: translateY(-15px) translateX(-15px) rotate(5deg) scale(1);
        opacity: 0.85;
    }
}

@keyframes jumping {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-15px) translateX(-15px) rotate(15deg) scale(0.95);
        opacity: 0.9;
    }

    100% {
        transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
        opacity: 0.85;
    }
}

@keyframes jumping2 {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: 0.5;
    }

    25% {
        transform: translateY(-30px) translateX(10px) rotate(20deg) scale(0.8);
        opacity: 0.8;
    }

    50% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.7);
        opacity: 0.8;
    }

    75% {
        transform: translateY(30px) translateX(20px) rotate(20deg) scale(0.75);
        opacity: 0.7;
    }

    100% {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(0.75);
        opacity: 0.9;
    }
}

@keyframes jumping3 {
    0% {
        transform: translateY(10px) translateX(0) rotate(0) scale(1);
        opacity: 0.9;
    }

    20% {
        transform: translateY(20px) translateX(10px) rotate(-20deg) scale(0.8);
        opacity: 0.8;
    }

    40% {
        transform: translateY(15px) translateX(-15px) rotate(10deg) scale(0.75);
        opacity: 0.8;
    }

    40% {
        transform: translateY(-15px) translateX(-25px) rotate(10deg) scale(0.5);
        opacity: 1;
    }

    80% {
        transform: translateY(-30px) translateX(20px) rotate(-20deg) scale(0.75);
        opacity: 0.6;
    }

    100% {
        transform: translateY(15px) translateX(15px) rotate(0) scale(0.95);
        opacity: 0.7;
    }
}

@keyframes jumping4 {
    0% {
        transform: translateY(-30px) translateX(20px) rotate(0) scale(1.2);
        opacity: 0.7;
    }

    25% {
        transform: translateY(-20px) translateX(10px) rotate(50deg) scale(0.6);
        opacity: 0.8;
    }

    50% {
        transform: translateY(15px) translateX(-15px) rotate(20deg) scale(0.5);
        opacity: 0.9;
    }

    75% {
        transform: translateY(30px) translateX(20px) rotate(50deg) scale(0.75);
        opacity: 0.7;
    }

    100% {
        transform: translateY(-15px) translateX(15px) rotate(0) scale(0.5);
        opacity: 0.9;
    }
}

@keyframes jumping5 {
    0% {
        transform: rotate(180deg);
        display: block;
    }

    100% {
        transform: rotate(30deg);
        display: block;
    }
}

@keyframes jumping6 {
    0% {
        transform: rotate(180deg) translate(-20px, 20px);
        display: block;
    }

    100% {
        transform: rotate(30deg) translate(0px, 0px);
        display: block;
    }
}

@keyframes custom_animation_icon1 {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-15px) translateX(-15px) rotate(15deg) scale(0.95);
        opacity: 0.9;
    }

    100% {
        transform: translateY(-15px) translateX(-15px) rotate(0) scale(1);
        opacity: 0.85;
    }
}

@-webkit-keyframes circleAnimation {
    0%, 100% {
        border-radius: 42% 58% 70% 30%/45% 45% 55% 55%;
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    34% {
        border-radius: 70% 30% 46% 54%/30% 29% 71% 70%;
        -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
        transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    }

    50% {
        -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
        transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    }

    67% {
        border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
        -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
        transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    }
}
/**************** common css end ****************/
/******** base color css ********/
.btn_1 {
    background-color: #2572ff;
    border: 2px solid #2572ff;
    color: #fff;
    display: inline-block;
    padding: 11px 23px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .btn_1:hover {
        box-shadow: none;
        background-color: #2572ff;
        border: 2px solid #2572ff;
        color: #fff;
    }

.btn_2 {
    color: #fff;
    border: 2px solid #fff;
    display: inline-block;
    padding: 14px 39px;
    text-transform: capitalize;
    line-height: 22px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    background-color: transparent;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .btn_2:hover {
        background-color: #2572ff;
        border: 2px solid #2572ff;
        color: #fff;
    }

.btn_3 {
    color: #0976b2;
    border: 2px solid #0976b2;
    display: inline-block;
    padding: 14px 39px;
    text-transform: capitalize;
    line-height: 18px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    background-color: #fff;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .btn_3:hover {
        color: #fff;
        border: 2px solid #0976b2;
        box-shadow: 0px 20px 40px 0px rgba(68, 134, 254, 0.2);
        background-color: #0976b2;
    }

.btn_4 {
    display: inline-block;
    border: 1px solid #dce1e9;
    border-radius: 50px;
    color: #626a77;
    text-align: center;
    padding: 9px 24px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .btn_4:hover {
        background-color: #2572ff;
        border: 1px solid #2572ff;
        color: #fff;
    }

.dropdown-toggle:hover {
    background-color: #2572ff;
    color: #fff;
}

.view_archive_btn {
    border: 1px solid #dce1e9;
    color: #626a77;
    padding: 16px 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 16px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .view_archive_btn i {
        margin-right: 15px;
    }

    .view_archive_btn:hover {
        color: #2572ff;
        border: 1px solid #2572ff;
    }

.sm_btn {
    padding: 9px 20px;
    font-weight: 300;
}


.navbar_bar {
    position: relative;
}

@media (max-width: 991px) {
    .navbar_bar {
        position: absolute;
        left: 0;
        top: 70px;
        width: 100%;
        background-color: #fff;
        z-index: 99;
        box-shadow: -1px 6px 7px rgba(0, 0, 0, 0.3);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        transform-origin: top center;
        padding: 10px 0;
    }

        .navbar_bar .close_icon {
            position: absolute;
            right: 20px;
            top: 15px;
        }
}

@media (min-width: 576px) {
    .navbar_bar {
        width: 530px;
        left: 15px;
    }
}

@media (min-width: 768px) {
    .navbar_bar {
        width: 710px;
        left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .navbar_bar {
        padding-left: 0;
    }
}

.navbar_bar ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

@media (max-width: 991px) {
    .navbar_bar ul {
        text-align: left;
    }
}

.navbar_bar ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}

@media (max-width: 991px) {
    .navbar_bar ul li {
        display: block;
    }
}

.navbar_bar ul li a {
    color: #0b1c39;
    text-transform: capitalize;
    padding: 37px 14px;
    display: inline-block;
    line-height: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    white-space: nowrap;
}

    .navbar_bar ul li a.active, .navbar_bar ul li a:hover {
        color: #2572ff;
    }

.menu_fixed .mega_menu_dropdown > ul li a.active {
    color: #2572ff;
}

@media (max-width: 991px) {
    .navbar_bar ul li a {
        display: inline-block;
        padding: 10px 15px;
    }

    .mega_menu_dropdown ul {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .navbar_bar ul li a {
        padding: 32px 15px;
    }
}

.navbar_bar ul li ul {
    position: absolute;
    left: 0;
    padding: 12px 0;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(7, 28, 55, 0.08);
    min-width: 150px;
    z-index: 99;
    text-align: left;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .navbar_bar ul li ul {
        width: 100%;
        padding: 10px 0;
        position: relative;
        top: 0;
        margin-bottom: 10px;
    }
}

.navbar_bar ul li ul li {
    display: block;
}

    .navbar_bar ul li ul li a {
        display: block;
        color: #445363;
        padding: 9px 41px;
        font-size: 16px;
    }

    .navbar_bar ul li ul li > ul {
        left: 100%;
        top: 15px;
    }

@media (max-width: 991px) {
    .navbar_bar ul li ul li > ul {
        left: 0;
        top: 0;
    }
}

.navbar_bar ul li .dropdown_active {
    opacity: 1;
    visibility: visible;
    top: 50px;
}

    .navbar_bar ul li .dropdown_active li {
        display: block;
    }

        .navbar_bar ul li .dropdown_active li a {
            display: inline-block;
        }

        .navbar_bar ul li .dropdown_active li ul {
            left: 100%;
            top: 20px;
        }

@media (max-width: 991px) {
    .navbar_bar ul li .dropdown_active li ul {
        left: 0;
        top: 50px;
    }
}

.navbar_bar .left_arrow:after {
    left: 31px;
    top: 16px;
    background-color: #fff;
}

.navbar_bar .left_arrow:hover {
    padding-left: 50px;
    color: #fff;
}

.active_menu {
    visibility: visible;
    opacity: 1;
}

.mega_menu_dropdown > a {
    width: 100%;
    color: #445363;
    position: relative;
    font-size: 16px;
}

@media (max-width: 991px) {
    .mega_menu_dropdown > a:after {
        position: absolute;
        content: "3";
        font-family: "eleganticons";
        right: 15px;
        top: 8px;
    }
}

@media (min-width: 991px) {
    .mega_menu_dropdown > ul {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden;
        top: 100px;
    }

    .mega_menu_dropdown:hover > a {
        color: #2572ff;
    }

    .mega_menu_dropdown:hover > ul {
        opacity: 1;
        visibility: visible;
        top: 90px;
    }

    .mega_menu_dropdown .mega_menu_dropdown:hover > ul {
        top: 0px;
    }

    .mega_menu_dropdown:hover > ul > a {
        color: #fff;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .mega_menu_dropdown:hover > ul {
        top: 80px;
    }

    .navbar_bar ul li ul {
        display: none;
    }
}

.sticky_logo {
    display: none;
}

.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 6px 14px 0px rgba(7, 28, 55, 0.06);
}

    .menu_fixed .main_logo {
        display: none;
    }

    .menu_fixed .sticky_logo {
        display: inline-block;
    }

.single_page_header .menu_fixed .navbar_bar ul li a {
    color: #445363;
}

.single_page_header .menu_fixed .mega_menu_dropdown > a {
    background-color: transparent;
    color: #445363;
}

.menu_fixed .mega_menu_dropdown > ul li a {
    background-color: transparent;
    color: #445363;
}

    .menu_fixed .mega_menu_dropdown > ul li a:hover {
        color: #2572ff;
    }

.single_page_header .menu_fixed .icon_menu {
    color: #445363;
}

@media (max-width: 991px) {
    .menu_fixed .navbar_bar {
        background-color: #fff;
    }
}

.single_page_header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    background-color: transparent;
}

    .single_page_header .navbar_bar ul li a {
        color: #fff;
    }

@media (max-width: 991px) {
    .single_page_header .navbar_bar ul li a {
        color: #0b1c39;
    }
}

.single_page_header .navbar_bar ul li a:hover {
    color: #2572ff;
}

.single_page_header .mega_menu_dropdown > a {
    background-color: transparent;
    color: #fff;
}

.single_page_header .mega_menu_dropdown > ul > li > a {
    background-color: transparent;
    color: #445363;
}

.single_page_header .navbar_bar ul li ul li a:hover {
    color: #2572ff;
}

.single_page_header .mega_menu_dropdown:hover > a {
    color: #2572ff;
}

.breadcrumb_part {
    background-image: url("../../img/website/breadcrumb_bg_1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: color;
    background-color: #0f2640a6;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    height: 350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .breadcrumb_part {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .breadcrumb_part {
        height: 350px;
    }
}

.breadcrumb_part:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #445363;
    opacity: 0.5;
    z-index: -1;
}

.breadcrumb_part .breadcrumb_iner {
    text-align: center;
    margin-top: 106px;
}

@media (max-width: 991px) {
    .breadcrumb_part {
        height: auto;
        padding: 120px 0 60px; /* ensures it clears the sticky header/topbar */
    }

        .breadcrumb_part .breadcrumb_iner {
            margin-top: 0; /* keep 0 since we now use padding on the section */
        }

        .breadcrumb_part .breadcrumb_iner_link {
            flex-wrap: wrap;
            row-gap: 6px;
            padding: 0 8px;
        }
}

.breadcrumb_part h2, .breadcrumb_part h3 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-align: start;
    margin-bottom: 11px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .breadcrumb_part h2 {
        font-size: 35px;
        line-height: 45px;
        text-align: center;
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .breadcrumb_part h2 {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
        margin-bottom: 5px;
    }
}

.breadcrumb_part .breadcrumb_iner_link {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .breadcrumb_part .breadcrumb_iner_link a, .breadcrumb_part .breadcrumb_iner_link span {
        font-size: 16px;
        color: #fff;
    }

        .breadcrumb_part .breadcrumb_iner_link a:hover {
            color: #2572ff;
        }

    .breadcrumb_part .breadcrumb_iner_link i {
        margin: 0 15px;
        color: #fff;
    }

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .breadcrumb_part .breadcrumb_iner_link i {
        margin: 0 8px;
    }
}

@media (max-width: 991px) {
    .breadcrumb_part .breadcrumb_iner_link i {
        margin: 0 8px;
    }
}

.blog_breadcrumb {
    height: auto;
    text-align: left;
}

    .blog_breadcrumb .breadcrumb_iner {
        padding: 220px 0 120px;
        text-align: left;
    }

@media (max-width: 991px) {
    .blog_breadcrumb .breadcrumb_iner {
        padding: 120px 0 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .blog_breadcrumb .breadcrumb_iner {
        padding: 120px 0 60px;
    }
}

.blog_breadcrumb .breadcrumb_iner span {
    background-color: #2572ff;
    padding: 3px 22px;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 26px;
}

.blog_breadcrumb .breadcrumb_iner h2 {
    font-size: 60px;
    line-height: 1.4;
    margin-bottom: 12px;
}

@media (max-width: 991px) {
    .blog_breadcrumb .breadcrumb_iner h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .blog_breadcrumb .breadcrumb_iner h2 {
        font-size: 35px;
    }
}

.blog_breadcrumb .breadcrumb_post_author {
    display: flex;
    flex-wrap: wrap;
    direction: ltr;
}

    .blog_breadcrumb .breadcrumb_post_author p {
        color: #fff;
        margin-right: 30px;
    }

@media (max-width: 576px) {
    .blog_breadcrumb .breadcrumb_post_author p {
        flex: 100% 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .blog_breadcrumb .breadcrumb_post_author p {
        flex: 50% 0;
    }
}

.blog_breadcrumb .breadcrumb_post_author p i {
    margin-right: 10px;
}

/********* banner part css here ********/
.banner_part .single_banner_part {
    position: relative;
    z-index: 2;
    height: 800px;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .banner_part .single_banner_part {
        height: 500px;
    }
}

.banner_part .single_banner_part:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0b1c39;
    opacity: 0.7;
    z-index: -1;
}

.banner_part .single_banner_part .banner_iner {
    text-align: center;
}

    .banner_part .single_banner_part .banner_iner h5 {
        font-size: 25px;
        text-transform: uppercase;
        letter-spacing: 4.5px;
        color: #fff;
        font-weight: 400;
    }

@media (max-width: 767.98px) {
    .banner_part .single_banner_part .banner_iner h5 {
        line-height: 28px;
    }
}

.banner_part .single_banner_part .banner_iner h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    margin: 19px 0 36px;
}

@media (max-width: 767.98px) {
    .banner_part .single_banner_part .banner_iner h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.banner_part .bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.banner_part .owl-nav button.owl-next, .banner_part .owl-nav button.owl-prev {
    border: 2px solid #d4d7dc;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #d4d7dc;
    background-color: transparent;
    position: absolute;
    left: 50px;
    top: 47%;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .banner_part .owl-nav button.owl-next:hover, .banner_part .owl-nav button.owl-prev:hover {
        background-color: #2572ff;
        border: 2px solid #2572ff;
        color: #fff;
    }

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_part .owl-nav button.owl-next, .banner_part .owl-nav button.owl-prev {
        left: 20px;
    }
}

.banner_part .owl-nav button.owl-next {
    left: auto;
    right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner_part .owl-nav button.owl-next {
        right: 20px;
    }
}

.banner_part .owl-item.active .banner_iner h5,
.banner_part .owl-item.active .banner_iner h2,
.banner_part .owl-item.active .banner_iner .btn_2 {
    -webkit-animation: animmate_In_Left 1s ease 0s both;
    animation: animmate_In_Left 1s ease 0s both;
}

.banner_part .owl-item.active .banner_iner h5 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.banner_part .owl-item.active .banner_iner h2 {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.banner_part .owl-item.active .banner_iner .btn_2 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

@-webkit-keyframes animmate_In_Left {
    0% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes animmate_In_Left {
    0% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}
/********* banner part css end ********/

.course_details {
    overflow: hidden;
    margin-top: -80px;
    z-index: 9;
    position: relative;
}

@media (max-width: 767.98px) {
    .course_details {
        margin-top: 0;
    }
}

.course_details .single_course_list {
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .course_details .single_course_list {
        margin-top: 30px;
    }

        .course_details .single_course_list:first-child {
            margin-top: 0;
        }
}

.course_details .single_course_list img {
    max-width: 55px;
}

.course_details .single_course_list h4 {
    margin: 25px 0 13px;
    font-size: 20px;
    font-weight: 600;
}

.course_details .course_details_iner {
    margin-top: 73px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .course_details .course_details_iner .single_course_list {
        flex: 40% 0 0;
    }

@media (max-width: 576px) {
    .course_details .course_details_iner .single_course_list {
        flex: 100% 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .course_details .course_details_iner .single_course_list {
        flex: 48% 0 0;
    }
}

.course_details .course_details_iner p {
    line-height: 26px;
}

.course_details .course_registration_form {
    background-color: #fff;
    box-shadow: 0px 30px 60px 0px rgba(2, 25, 55, 0.08);
    border-radius: 10px;
    padding: 45px 40px 40px;
}

@media (max-width: 767.98px) {
    .course_details .course_registration_form {
        padding: 20px;
        margin-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .course_details .course_registration_form {
        padding: 20px;
    }
}

.course_details .course_registration_form h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 33px;
    line-height: 34px;
}

@media (max-width: 767.98px) {
    .course_details .course_registration_form h3 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .course_details .course_registration_form h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

.course_details .course_registration_form input, .course_details .course_registration_form .niceSelect {
    border-radius: 50px;
    display: block;
    width: 100%;
    background-color: #f0f3f7;
    padding: 19px 25px;
    color: #7c8189;
    margin-bottom: 20px;
    border: 2px solid #f0f3f7;
    height: auto;
    line-height: 18px;
    font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .course_details .course_registration_form input:focus, .course_details .course_registration_form .niceSelect:focus {
        background-color: transparent;
        border: 2px solid #cbe0fb;
        color: #0b1c39;
    }

    .course_details .course_registration_form input:after, .course_details .course_registration_form .niceSelect:after {
        top: 24px;
        right: 34px;
        font-size: 24px;
    }

@media (max-width: 767.98px) {
    .course_details .course_registration_form input, .course_details .course_registration_form .niceSelect {
        font-size: 14px;
        padding: 9px 25px;
    }

        .course_details .course_registration_form input:after, .course_details .course_registration_form .niceSelect:after {
            right: 27px;
            font-size: 24px;
            top: 12px;
        }
}

.course_details .course_registration_form .btn_1 {
    margin-top: 20px;
    padding: 16px 26px;
    font-size: 16px;
    text-align: center;
    display: block;
}

    .course_details .course_registration_form .btn_1:hover {
        background-color: transparent;
        border: 2px solid #0d56dc;
        color: #0d56dc;
    }

.course_details .course_registration {
    position: relative;
    z-index: 1;
}

.course_details .course_registration_form input,
.course_details .course_registration_form .niceSelect {
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .course_details .course_registration {
        margin-top: 35px;
    }
}

.course_details .course_registration .cources_details_bg {
    position: absolute;
    right: -60px;
    bottom: -85px;
    z-index: -1;
}

.course_details .course_registration .cources_details_icon {
    position: absolute;
    right: -73px;
    bottom: 50px;
    z-index: -1;
}

.course_registration_form .countdown {
    margin-top: 40px;
    border-top: 1px solid #dce1e9;
    padding-top: 27px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .course_registration_form .countdown {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .course_registration_form .countdown {
        margin-top: 30px;
    }
}

.learnpress .learn-press-form-login button[type="submit"]:hover,
.learnpress .learn-press-form-register button[type="submit"]:hover {
    background-color: #222222;
}

.countdown .time {
    font-size: 30px;
    margin-right: 20px;
    color: #2572ff;
    line-height: 35px;
    font-weight: 600;
}

    .countdown .time:last-child {
        margin-right: 0;
    }

@media (max-width: 767.98px) {
    .countdown .time {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .countdown .time {
        font-size: 20px;
        line-height: 28px;
        margin-right: 12px;
    }
}

.countdown .time span {
    font-size: 16px;
    color: #727881;
    font-weight: 400;
    display: block;
    line-height: 20px;
}

@media (max-width: 767.98px) {
    .countdown .time span {
        font-size: 14px;
        line-height: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .countdown .time span {
        line-height: 32px;
        font-size: 13px;
    }
}

.about_us {
    position: relative;
}

    .about_us .about_us_img {
        position: relative;
    }

        .about_us .about_us_img img {
            border-radius: 10px;
        }

@media (max-width: 767.98px) {
    .about_us .about_us_img {
        margin-bottom: 35px;
    }

    .display-4 {
        font-size: 2rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .display-4 {
        font-size: 3rem;
    }
}

.about_us .about_icon {
    position: absolute;
    top: -41px;
    z-index: 1;
    left: 64px;
}

.about_us .about_tricker {
    position: absolute;
    top: -60px;
    left: -60px;
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    background-color: #2572ff;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 2;
}

@media (max-width: 767.98px) {
    .about_us .about_tricker {
        top: -50px;
        left: -10px;
        height: 80px;
        width: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .about_us .about_tricker {
        top: -50px;
        left: -10px;
        height: 80px;
        width: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .about_us .about_tricker {
        top: -50px;
        left: -10px;
        height: 115px;
        width: 115px;
    }
}

.about_us .tricker_iner p {
    text-transform: uppercase;
    color: #fff;
    line-height: 25px;
    margin: 0;
}

@media (max-width: 767.98px) {
    .about_us .tricker_iner p {
        font-size: 10px;
        line-height: 16px;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .about_us .tricker_iner p {
        font-size: 10px;
        line-height: 16px;
        margin: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .about_us .tricker_iner p {
        font-size: 14px;
        line-height: 26px;
        margin: 0;
    }
}

.about_us .tricker_iner span {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    line-height: 43px;
}

@media (max-width: 767.98px) {
    .about_us .tricker_iner span {
        font-size: 18px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .about_us .tricker_iner span {
        font-size: 18px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .about_us .tricker_iner span {
        font-size: 18px;
        line-height: 25px;
    }
}

.about_us .about_us_details h2 {
    font-size: 50px;
    line-height: 64px;
    margin-bottom: 20px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .about_us .about_us_details h2 {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .about_us .about_us_details h2 {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 15px;
    }
}

.about_us .about_us_details h3 {
    font-size: 24px;
    color: #2572ff;
    margin-bottom: 15px;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .about_us .about_us_details h3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .about_us .about_us_details h3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

.about_us .about_us_details h3 span {
    color: #0b1c39;
    font-weight: 500;
}

.about_us .about_us_details p {
    margin-bottom: 20px;
    line-height: 28px;
}

@media (max-width: 767.98px) {
    .about_us .about_us_details p {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .about_us .about_us_details p {
        margin-bottom: 20px;
    }
}

.about_us .about_us_details .btn_1 {
    margin-top: 21px;
    padding: 15px 44px;
    box-shadow: 0px 20px 40px 0px rgba(68, 134, 254, 0.2);
}

    .about_us .about_us_details .btn_1:hover {
        box-shadow: none;
        background-color: transparent;
        color: #0d56dc;
        ;
    }

.about_us .about_sharp_1 {
    position: absolute;
    bottom: 50px;
    right: 0;
}

.about_us .about_sharp_2 {
    position: absolute;
    bottom: 440px;
    right: 75px;
}

.about_us .about_sharp_3 {
    position: absolute;
    bottom: 425px;
    right: 125px;
}

.single_about_page {
    padding: 180px 0 120px;
}

@media (max-width: 991px) {
    .single_about_page {
        padding: 120px 0 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .single_about_page {
        padding: 130px 0 100px;
    }
}

.popular_course .single_courses_item {
    border-radius: 6px;
    margin: 0 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 3px 6px 0px rgba(2, 25, 55, 0.50);
}

@media (max-width: 576px) {
    .popular_course .single_courses_item {
        margin: 0;
    }
}

.popular_course .single_courses_item:hover {
    box-shadow: 0px 30px 50px 0px rgba(2, 25, 55, 0.08);
}

.popular_course .single_courses_item img {
    border-radius: 10px 10px 0 0;
}

.popular_course .single_courses_item h4 {
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin: 18px 0 23px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .popular_course .single_courses_item h4:hover {
        color: #2572ff;
    }

.popular_course .courses_item_iner {
    padding: 30px 40px 15px;
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    min-height: 280px;
    margin-bottom: 40px;
}

.popular_course .popular_courses_item.owl-carousel .courses_item_iner {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .popular_course .courses_item_iner {
        padding: 20px 15px 15px;
    }

    .popular_course .col-xl-4:last-child .single_courses_item .courses_item_iner {
        margin-bottom: 0;
    }

    .course_category .col-xl-3:last-child .single_category_item {
        margin-bottom: 0;
    }

    .learn-press-courses li:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .popular_course .courses_item_iner {
        padding: 25px 20px 22px;
    }
}

.popular_course .popular_course_list {
    justify-content: space-between;
    margin-top: 18px;
    border-top: 1px solid #ebeff6;
    padding-top: 16px;
}

.popular_course .owl-carousel .owl-stage {
    margin: 0 30px 65px 0px;
}

.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6px;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .owl-carousel .owl-dots .owl-dot {
        width: 6px;
        height: 6px;
        background-color: #0976b2;
        display: inline-block;
        border-radius: 50%;
        margin: 0 5px;
        transform: scale(1);
    }

.owl-carousel button.owl-dot.active {
    background-color: #0976b2;
    transform: scale(1.7);
}

.course_author {
    display: flex;
    align-items: center;
}

    .course_author p {
        padding-left: 10px;
    }

    .course_author img {
        max-width: 50px !important;
        border-radius: 50% !important;
    }

.courses_item_iner .course_author {
    display: inline-block;
}

    .courses_item_iner .course_author img {
        display: inline-block;
    }

.courses_item_iner .author_name {
    text-transform: capitalize;
    display: inline-block;
    margin-left: -18px;
}

    .courses_item_iner .author_name a {
        text-transform: capitalize;
        color: #626a77;
    }

.courses_item_iner .courses_review {
    display: flex;
    align-items: center;
    position: relative;
}

    .courses_item_iner .courses_review .review_icon {
        position: absolute;
        right: 100px;
    }

.courses_review .courses_btn {
    font-size: 14px;
    padding: 5px 10px;
    line-height: 14px;
    background-color: #2572ff;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    margin-right: 5px;
}

    .courses_review .courses_btn:hover {
        color: #fff;
    }

.courses_review .review_icon {
    margin-left: 40px;
}

@media (max-width: 767.98px) {
    .courses_review .review_icon {
        margin-left: 8px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .courses_review .review_icon {
        margin-left: 9px;
    }
}

.courses_review .review_icon i {
    color: #ffbe21;
    font-size: 12px;
}

.courses_review span {
    color: #7a818d;
    margin-left: 8px;
    font-size: 14px;
    position: absolute;
    right: 0;
}

@media (max-width: 767.98px) {
    .courses_review span {
        font-size: 12px;
    }
}

.popular_course_list {
    display: flex;
}

    .popular_course_list p {
        color: #0b1c39;
    }

        .popular_course_list p i {
            color: #2572ff;
            margin-right: 8px;
        }

.courses_list_style .single_courses_item {
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .courses_list_style .single_courses_item {
        display: block;
    }
}

.courses_list_style .single_courses_item:hover {
    box-shadow: 0px 10px 30px 0px rgba(2, 25, 55, 0.06);
}

.courses_list_style .single_courses_item .courses_item_iner {
    padding: 55px 50px 15px;
}

@media (max-width: 991px) {
    .courses_list_style .single_courses_item .courses_item_iner {
        padding: 20px 15px 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .courses_list_style .single_courses_item .courses_item_iner {
        padding: 30px 25px 15px;
    }
}

.courses_list_style .single_courses_item img {
    max-width: 372px;
    width: auto !important;
    border-radius: 5px 0 0 5px;
}

@media (max-width: 576px) {
    .courses_list_style .single_courses_item img {
        max-width: 100%;
        width: 100% !important;
        border-radius: 5px 5px 0 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .courses_list_style .single_courses_item img {
        max-width: 215px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .courses_list_style .single_courses_item img {
        max-width: 300px;
    }
}

.courses_list_style .single_courses_item h4 {
    font-size: 30px;
    line-height: 42px;
    margin: 18px 0 28px;
}

@media (max-width: 991px) {
    .courses_list_style .single_courses_item h4 {
        font-size: 20px;
        line-height: 28px;
        margin: 10px 0 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .courses_list_style .single_courses_item h4 {
        font-size: 25px;
        line-height: 35px;
    }
}

.courses_list_style .single_courses_item .course_author img {
    max-width: 30px;
    border-radius: 50%;
}

.courses_list_style .single_courses_item .popular_course_list {
    margin-top: 50px;
    padding-top: 25px;
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .courses_list_style .single_courses_item .popular_course_list {
        margin-top: 25px;
        padding-top: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .courses_list_style .single_courses_item .popular_course_list {
        margin-top: 25px;
        padding-top: 15px;
    }
}

.course_category .single_category_item {
    display: block;
    text-align: center;
    padding: 50px 40px;
    background-color: rgba(37, 114, 255, 0.08);
    border-radius: 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
}

.course_category_item.owl-carousel .single_category_item {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .course_category .single_category_item {
        padding: 30px;
    }
}

.course_category .single_category_item:hover {
    transform: translateY(-10px);
}

.course_category .single_category_item img {
    margin: 0 auto;
    margin-bottom: 36px;
}

.course_category .single_category_item #icon {
    fill: #ff2572;
    fill-rule: evenodd;
}

.course_category .single_category_item h4 {
    font-size: 18px;
    margin-bottom: 2px;
}

.course_category .single_category_item p {
    min-height: 185px;
    padding: 0px 10px 0px 10px;
}

.course_category .single_category_item h4, .course_category .single_category_item p, .course_category .single_category_item small {
    color: #2572ff;
}

.course_category .pink {
    background-color: rgba(255, 37, 114, 0.08);
}

    .course_category .pink h4, .course_category .pink p, .course_category .pink small {
        color: #ff2572;
    }

.course_category .yellow {
    background-color: rgba(250, 173, 25, 0.08);
}

    .course_category .yellow h4, .course_category .yellow p, .course_category .yellow small {
        color: #faad19;
    }

.course_category .green {
    background-color: rgba(19, 205, 59, 0.08);
}

    .course_category .green h4, .course_category .green p, .course_category .green small {
        color: #13cd3b;
    }

.course_category .owl-carousel .owl-stage {
    margin: 10px 0 57px;
}

.course_category .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    align-items: center;
    display: flex;
    justify-content: center;
}

    .course_category .owl-dots .owl-dot {
        width: 6px;
        height: 6px;
        background-color: #c0c9d7;
        display: inline-block;
        border-radius: 50%;
        margin: 0 5px;
        transform: scale(1);
    }

.course_category button.owl-dot.active {
    background-color: #2572ff;
    transform: scale(1.7);
}

.single_instructor_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 30px;
}

.instructor_list .single_instructor_tittle h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0 9px;
}

@media (max-width: 991px) {
    .instructor_list .single_instructor_tittle h4 {
        margin: 10px 0 9px;
    }
}

.instructor_list .single_instructor_tittle h4 a {
    color: #0b1c39;
}

    .instructor_list .single_instructor_tittle h4 a:hover {
        color: #2572ff;
    }

.instructor_list .single_instructor_tittle p {
    line-height: 14px;
}

.instructor_list .single_instructor {
    position: relative;
}

    .instructor_list .single_instructor .social_icon {
        position: absolute;
        bottom: 35px;
        left: 0;
        z-index: 5;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .instructor_list .single_instructor .social_icon i {
            font-size: 14px;
            color: #626a77;
        }

        .instructor_list .single_instructor .social_icon a {
            display: block;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            background-color: #fff;
            border-radius: 50%;
            margin: 10px 0;
            border: 2px solid #fff;
        }

            .instructor_list .single_instructor .social_icon a:hover {
                background-color: #2572ff;
                border: 2px solid #2572ff;
                box-shadow: none;
            }

                .instructor_list .single_instructor .social_icon a:hover i {
                    color: #fff;
                }

    .instructor_list .single_instructor img {
        transform: scale(1);
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .instructor_list .single_instructor .instructor_img {
        position: relative;
        z-index: 1;
        display: block;
        overflow: hidden;
    }

        .instructor_list .single_instructor .instructor_img img {
            border-radius: 6px;
            height: 300px;
            width: 100%;
        }

@media (max-width: 991px) {
    .instructor_list .single_instructor .instructor_img img {
        width: 100%;
    }
}

.instructor_list .single_instructor .instructor_img:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0b1c39;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 6px;
}

.instructor_list .single_instructor:hover .social_icon {
    transform: translateX(30px);
    opacity: 1;
    visibility: visible;
}

.instructor_list .single_instructor:hover .instructor_img:after {
    opacity: 0.8;
}

.instructor_list .single_instructor:hover img {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .instructor_list .single_instructor_item {
        margin-bottom: 30px;
    }
}

@media (max-width: 991px) {
    .instructor_list .col-lg-3:last-child .single_instructor_item {
        margin-bottom: 0;
    }
}

.event_page_instructor h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 42px;
}

@media (max-width: 991px) {
    .event_page_instructor h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

.motivation {
    height: 720px;
    position: relative;
    display: flex;
    align-items: center;
}

@media (max-width: 767.98px) {
    .motivation {
        display: block;
        height: auto;
        padding: 70px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .motivation {
        height: 600px;
    }
}

.motivation h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 26px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .motivation h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .motivation h2 {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

.motivation p {
    margin-bottom: 33px;
}

.motivation .single_item {
    width: 270px;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background-color: #fff;
    margin-top: 20px;
    box-shadow: 0px 20px 40px 0px rgba(2, 25, 55, 0.06);
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767.98px) {
    .motivation .single_item {
        width: 100%;
    }
}

.motivation .single_item i {
    color: #626a77;
    margin-right: 20px;
}

.motivation .single_item i, .motivation .single_item p {
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.motivation .single_item:hover i, .motivation .single_item:hover p {
    color: #2572ff;
}

.motivation .single_item.active i, .motivation .single_item.active p {
    color: #2572ff;
}

.motivation_video {
    height: 100%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .motivation_video span {
        max-width: 16px;
        color: #2572ff;
        text-shadow: 0px 10px 16px rgba(37, 114, 255, 0.4);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .motivation_video a {
        width: 120px;
        height: 120px;
        line-height: 120px;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
    }

@media (max-width: 991px) {
    .motivation_video a {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
}

.motivation_video a:hover span {
    color: #2572ff;
    text-shadow: none;
}

.motivation_video {
    background-image: url("../../img/website/motivation_video_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_1 {
    background-image: url("../../img/website/banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_2 {
    background-image: url("../../img/website/course_thumb.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.motivation_content .nav-tabs .nav-link {
    border: 0 solid transparent;
}

.motivation_content .nav-tabs {
    border-bottom: 0 solid transparent;
}

@media (max-width: 576px) {
    .motivation_content .nav-item {
        width: 100%;
    }
}

.animated_play_button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-20%) translateY(-20%);
    display: block;
    width: 120px;
    height: 120px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: animated_border 1500ms ease-in-out infinite;
}

@media (max-width: 991px) {
    .animated_play_button:before {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767.98px) {
    .motivation_video {
        position: relative;
        left: 15px;
        width: 90%;
        margin-top: 30px;
        height: 300px;
    }
}

@keyframes animated_border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.4);
        opacity: 0;
    }
}

@keyframes animated_border_2 {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0;
    }
}

.event_list {
    position: relative;
}

    .event_list .single_event_list {
        display: flex;
        align-items: center;
        padding: 45px 50px;
        box-shadow: 0px 5px 5px 5px rgba(2, 25, 55, 0.09);
        border-radius: 11px;
        margin-bottom: 40px;
    }

@media (max-width: 767.98px) {
    .event_list .single_event_list {
        display: block;
        padding: 20px 25px;
        margin-bottom: 15px;
    }
}

.event_list .single_event_list:last-child {
    margin-bottom: 0;
}

.event_list .single_event_list img {
    border-radius: 50% 0 50% 50%;
    margin-right: 50px;
    max-width: 275px;
}

@media (max-width: 767.98px) {
    .event_list .single_event_list img {
        margin-right: 0;
        max-width: 241px;
        margin-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .event_list .single_event_list img {
        max-width: 150px;
    }
}

.event_list .single_event_list h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #fdb70d;
    font-weight: 400;
}

.event_list .single_event_list h2 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 24px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767.98px) {
    .event_list .single_event_list h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .event_list .single_event_list h2 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

.event_list .single_event_list a {
    color: #0b1c39;
}

    .event_list .single_event_list a h2:hover {
        color: #2572ff;
    }

.event_list .event_list_tag {
    margin-bottom: 22px;
    direction: ltr;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .event_list .event_list_tag {
        margin-bottom: 10px;
    }
}

.event_list .event_list_tag i {
    color: #2572ff;
    margin-right: 10px;
}

.event_list .event_list_tag a {
    margin-right: 42px;
}

.event_list .event_list_tag p {
    display: inline-block;
    margin-right: 40px;
}

    .event_list .event_list_tag p:last-child {
        margin-right: 0;
    }

.event_list .event_list_btn {
    text-align: center;
    margin: 0 auto;
}

.event_list .btn_3 {
    margin-top: 22px;
}

.event_list .about_sharp_3 {
    position: absolute;
    left: 10%;
    top: 28%;
}

.event_list .about_sharp_2 {
    position: absolute;
    left: 17%;
    bottom: 39%;
}

.event_list .about_sharp_1 {
    position: absolute;
    right: 6%;
    top: 28%;
}

.event_list .about_sharp_4 {
    position: absolute;
    right: 17%;
    bottom: 45%;
}

.event_list .about_sharp_5 {
    position: absolute;
    right: 11%;
    bottom: 23%;
}

.student_review {
    background-color: rgba(48, 112, 230, 0.82);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .student_review .review_overlay_1 {
        position: absolute;
        left: 100px;
        bottom: 0;
        z-index: -1;
    }

    .student_review .review_overlay_2 {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }

    .student_review .student_review_tittle {
        position: relative;
    }

        .student_review .student_review_tittle h2 {
            font-size: 60px;
            line-height: 70px;
            margin-bottom: 98px;
            font-weight: 700;
        }

@media (max-width: 767.98px) {
    .student_review .student_review_tittle h2 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .student_review .student_review_tittle h2 {
        font-size: 32px;
        line-height: 47px;
    }
}

.student_review .student_review_tittle img {
    position: absolute;
    right: 0;
    bottom: -17px;
}

.student_review h2, .student_review p, .student_review h4 {
    color: #fff;
}

.student_review p {
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
    color: #e3ecfb;
}

@media (max-width: 991px) {
    .student_review p {
        font-size: 16px;
        line-height: 28px;
    }
}

.student_review .student_review_content {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

@media (max-width: 991px) {
    .student_review .student_review_content {
        margin-top: 20px;
    }
}

.student_review .student_review_content img {
    max-width: 70px;
    border-radius: 50%;
    margin-right: 30px;
}

.student_review .student_review_content p {
    font-size: 16px;
    line-height: 30px;
}

.student_review .student_review_content h4 {
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 4px;
}

.student_review .owl-nav {
    position: absolute;
    left: -105%;
    bottom: 20px;
    z-index: 99;
}

@media (max-width: 767.98px) {
    .student_review .owl-nav {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .student_review .owl-nav {
        position: absolute;
        left: -54%;
        bottom: 20px;
    }
}

.student_review .owl-nav button.owl-next, .student_review .owl-nav button.owl-prev {
    border: 2px solid #d4d7dc;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #d4d7dc;
    background-color: transparent;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .student_review .owl-nav button.owl-next:hover, .student_review .owl-nav button.owl-prev:hover {
        background-color: #fff;
        color: #2572ff;
        border: 2px solid #fff;
    }

.student_review .owl-next {
    margin-left: 10px;
}

.student_review .circle_shape_1 {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0.08;
    position: absolute;
    left: 258px;
    bottom: -200px;
    width: 330px;
    height: 330px;
    -webkit-animation: circleAnimation 5s linear infinite;
    animation: circleAnimation 5s linear infinite;
    z-index: -1;
}

.student_review .circle_shape_2 {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0.1;
    position: absolute;
    left: -100px;
    bottom: -120px;
    width: 510px;
    height: 510px;
    -webkit-animation: circleAnimation 7s linear infinite;
    animation: circleAnimation 7s linear infinite;
    z-index: -1;
}

.course_single_page .single_courses_item {
    margin: 40px 0 0;
}

@media (max-width: 767.98px) {
    .course_single_page .single_courses_item {
        margin: 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .course_single_page .single_courses_item {
        margin: 15px 0 0;
    }
}

.single_courses_filter {
    flex: 24% 0 0;
    border-right: 1px solid #e4e8ef;
}

@media (max-width: 576px) {
    .single_courses_filter {
        flex: 100% 0 0;
        border-right: 0 solid transparent;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .single_courses_filter {
        flex: 50% 0 0;
        border-right: 1 solid #e4e8ef;
    }
}

.single_courses_filter:last-child {
    border-right: 0px solid transparent;
}

@media (min-width: 576px) and (max-width: 991px) {
    .single_courses_filter:nth-child(n+2) {
        border-right: 0 solid transparent;
    }
}

.single_courses_filter input {
    padding: 14px 15px;
    border: 0px solid transparent;
    line-height: 22px;
    color: #8b9098;
}

@media (min-width: 576px) and (max-width: 991px) {
    .single_courses_filter input {
        padding: 14px 20px;
    }
}

.single_courses_filter .niceSelect {
    border: 0px solid transparent;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    color: #8b9098;
    font-weight: 400;
}

@media (max-width: 576px) {
    .single_courses_filter .niceSelect {
        margin: 10px 0;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .single_courses_filter .niceSelect {
        margin: 10px 0;
    }
}

.single_courses_filter .niceSelect:after {
    top: 3px;
    right: 28px;
    font-size: 24px;
    color: #8b9098;
}

.courses_filter_part {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    justify-content: center;
    box-shadow: 0px 30px 70px 0px rgba(2, 25, 55, 0.08);
    padding: 15px 15px;
    margin-bottom: 20px;
}

    .courses_filter_part .btn_1 {
        float: right;
        padding: 15px 45px;
    }

        .courses_filter_part .btn_1:hover {
            background-color: #0d56dc;
            border: 2px solid #0d56dc;
            color: #fff;
        }

@media (max-width: 576px) {
    .courses_filter_part .btn_1 {
        width: 100%;
        text-align: center;
    }
}

.cta_part {
    background-color: #2572ff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .cta_part .cta_part_iner h2 {
        font-size: 44px;
        line-height: 54px;
        font-weight: 700;
        color: #fff;
    }

@media (max-width: 767.98px) {
    .cta_part .cta_part_iner h2 {
        font-size: 25px;
        line-height: 34px;
    }

        .cta_part .cta_part_iner h2 br {
            display: none;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part .cta_part_iner h2 {
        font-size: 35px;
        line-height: 43px;
    }

        .cta_part .cta_part_iner h2 br {
            display: none;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cta_part .cta_part_iner h2 br {
        display: none;
    }
}

.cta_part .cta_part_iner p {
    font-size: 24px;
    margin-top: 25px;
    color: #fff;
}

@media (max-width: 767.98px) {
    .cta_part .cta_part_iner p {
        font-size: 18px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part .cta_part_iner p {
        font-size: 22px;
        margin-top: 15px;
    }
}

.cta_part .cta_btn {
    float: right;
}

@media (max-width: 767.98px) {
    .cta_part .cta_btn {
        float: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part .cta_btn {
        float: left;
    }
}

.cta_part .cta_btn .btn_3 {
    box-shadow: 0px 20px 40px 0px rgba(2, 25, 55, 0.2);
    padding: 19px 42px;
    border: 2px solid #fff;
}

    .cta_part .cta_btn .btn_3:hover {
        border: 2px solid #fff;
        box-shadow: none;
    }

@media (max-width: 767.98px) {
    .cta_part .cta_btn .btn_3 {
        padding: 14px 35px;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cta_part .cta_btn .btn_3 {
        padding: 14px 35px;
        margin-top: 15px;
    }
}

.cta_part .circle_shape_1 {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0.08;
    position: absolute;
    right: 260px;
    bottom: -200px;
    width: 325px;
    height: 325px;
    -webkit-animation: circleAnimation 5s linear infinite;
    animation: circleAnimation 5s linear infinite;
    z-index: -1;
}

.cta_part .circle_shape_2 {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0.1;
    position: absolute;
    right: -100px;
    bottom: -120px;
    width: 474px;
    height: 425px;
    -webkit-animation: circleAnimation 7s linear infinite;
    animation: circleAnimation 7s linear infinite;
    z-index: -1;
}

.grid_course_single_page .single_courses_item {
    margin: 40px 0 0;
}

@media (max-width: 767.98px) {
    .grid_course_single_page .single_courses_item {
        margin: 15px 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .grid_course_single_page .single_courses_item {
        margin: 15px 0 0;
    }
}

.grid_course_single_page .single_courses_item img {
    width: 100%;
}

.grid_courses_filter_part {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

    .grid_courses_filter_part .single_courses_filter {
        border: 0px solid transparent;
        position: relative;
    }

@media (max-width: 576px) {
    .grid_courses_filter_part .single_courses_filter {
        margin: 10px 0;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .grid_courses_filter_part .single_courses_filter {
        margin: 10px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .grid_courses_filter_part .single_courses_filter {
        margin: 10px 0;
    }
}

.grid_courses_filter_part .single_courses_filter i {
    color: #2572ff;
    float: left;
    margin-right: 10px;
    font-size: 16px;
}

.grid_courses_filter_part .single_courses_filter p {
    line-height: 17px;
}

.grid_courses_filter_part .single_courses_filter .icon_search {
    position: absolute;
    right: 20px;
    top: 16px;
    margin-right: 0;
    font-size: 20px;
    color: #8b9098;
}

.grid_courses_filter_part .single_courses_filter input {
    color: #a3a8b0;
    width: 100%;
}

.grid_courses_filter_part input {
    color: #000;
}

@media (max-width: 991px) {
    .education_sidebar {
        margin-top: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .education_sidebar {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

.education_sidebar .single_sidebar {
    padding: 40px 35px 18px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0px rgba(2, 25, 55, 0.04);
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .education_sidebar .single_sidebar {
        flex: 47% 0 0;
    }
}

.education_sidebar .single_sidebar h4 {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    margin-bottom: 47px;
}

    .education_sidebar .single_sidebar h4:after {
        position: absolute;
        content: "";
        left: 0;
        bottom: -18px;
        width: 50px;
        height: 2px;
        background-color: #2572ff;
    }

.education_sidebar .single_sidebar ul {
    padding: 0;
    margin: 0;
}

    .education_sidebar .single_sidebar ul li {
        list-style: none;
        margin: 16px 0;
        font-size: 15px;
    }

.blog_sidebar .single_sidebar {
    margin-bottom: 30px;
    position: relative;
}

    .blog_sidebar .single_sidebar h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 15px;
        margin-bottom: 30px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e7e9f2;
    }

        .blog_sidebar .single_sidebar h3 a {
            color: #445363;
        }

            .blog_sidebar .single_sidebar h3 a:hover {
                color: #2572ff;
            }

    .blog_sidebar .single_sidebar:last-child {
        margin-bottom: 0;
    }

    .blog_sidebar .single_sidebar .search_form {
        display: flex;
    }

        .blog_sidebar .single_sidebar .search_form input {
            padding: 20px 30px;
            background-color: #f6f7fa;
            border-radius: 6px;
            border: 1px solid #f6f7fa;
            width: 100%;
        }

        .blog_sidebar .single_sidebar .search_form i {
            position: absolute;
            right: 30px;
            top: 26px;
            color: #2572ff;
        }

    .blog_sidebar .single_sidebar .single_sidebar_post {
        display: flex;
        margin-bottom: 20px;
    }

        .blog_sidebar .single_sidebar .single_sidebar_post:last-child {
            margin-bottom: 0;
        }

        .blog_sidebar .single_sidebar .single_sidebar_post img {
            max-width: 90px;
            max-height: 80px;
            border-radius: 6px;
        }

        .blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content {
            padding-left: 20px;
        }

            .blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 {
                font-size: 16px;
            }

                .blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 a {
                    color: #445363;
                }

                    .blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 a:hover {
                        color: #2572ff;
                    }

@media (max-width: 991px) {
    .blog_sidebar .single_sidebar .single_sidebar_post img {
        max-height: 80px;
    }

    .blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content h4 {
        font-size: 15px;
    }
}

.blog_sidebar .single_sidebar .category_list p {
    margin-bottom: 24px;
    line-height: 13px;
}

    .blog_sidebar .single_sidebar .category_list p:last-child {
        margin-bottom: 0;
    }

    .blog_sidebar .single_sidebar .category_list p a {
        color: #626a77;
    }

        .blog_sidebar .single_sidebar .category_list p a:hover {
            color: #2572ff;
        }

.blog_sidebar .single_sidebar .sidebar_tag_list .btn_4 {
    margin: 0 7px 10px 0;
}

.single_review_part.blog_page_single_item p {
    margin-bottom: 15px;
}

.single_review_part.blog_page_single_item span {
    color: #6b6b7a;
}

.wpcf7 input[type="submit"] {
    background-color: #2572ff;
    border: 2px solid #2572ff;
    color: #fff;
    display: inline-block;
    padding: 14px 23px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 30px;
}

    .wpcf7 input[type="submit"]:hover {
        background-color: transparent;
        color: #2572ff;
    }

footer.entry-footer {
    margin-top: 30px;
}

.course_details .course_registration_form input,
.course_details .course_registration_form .niceSelect {
    margin-bottom: 15px;
}

.courses_filter_left_filter {
    display: flex;
    flex: 46% 0 0;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .courses_filter_left_filter {
        flex: 100% 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .courses_filter_left_filter {
        flex: 70% 0 0;
    }
}

.courses_filter_left_filter .single_courses_filter {
    flex: 50% 0 0;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .courses_filter_left_filter .single_courses_filter {
        flex: 100% 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .courses_filter_left_filter .single_courses_filter {
        flex: 100% 0 0;
    }
}

.courses_filter_right_filter {
    display: flex;
    flex: 50% 0 0;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .courses_filter_right_filter {
        flex: 100% 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .courses_filter_right_filter {
        flex: 100% 0 0;
        justify-content: flex-start;
        margin-top: 15px;
    }
}

.courses_filter_right_filter .single_courses_filter {
    flex: 50% 0 0;
}

@media (max-width: 767.98px) {
    .courses_filter_right_filter .single_courses_filter {
        flex: 100% 0 0;
    }
}

.courses_filter_right_filter .single_filter {
    margin-right: 30px;
    width: 150px;
    box-shadow: 0px 30px 70px 0px rgba(2, 25, 55, 0.08);
}

@media (max-width: 767.98px) {
    .courses_filter_right_filter .single_filter {
        margin-right: 0;
        margin: 15px 0;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .courses_filter_right_filter .single_filter {
        margin-right: 0;
        margin: 0 0 15px;
    }
}

.courses_filter_right_filter .single_filter .niceSelect {
    border: 0px solid transparent;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    color: #626a77;
    font-weight: 400;
    width: 100%;
    display: block;
}

    .courses_filter_right_filter .single_filter .niceSelect:after {
        top: 4px;
    }

    .courses_filter_right_filter .single_filter .niceSelect .list {
        padding: 10px 0;
    }

.courses_filter_right_filter .courses_filter_search {
    position: relative;
    max-width: 240px;
    box-shadow: 0px 30px 70px 0px rgba(2, 25, 55, 0.08);
}

@media (max-width: 767.98px) {
    .courses_filter_right_filter .courses_filter_search {
        max-width: 100%;
        width: 100%;
    }
}

.courses_filter_right_filter .courses_filter_search input {
    padding: 19px 30px;
    border: 0px solid transparent;
    line-height: 22px;
    color: #a3a8b0;
    width: 100%;
    border-radius: 6px;
}

.courses_filter_right_filter .courses_filter_search ::placeholder {
    color: #a3a8b0;
}

.courses_filter_right_filter .courses_filter_search .icon_search {
    position: absolute;
    right: 20px;
    top: 20px;
    margin-right: 0;
    font-size: 20px;
    color: #8b9098;
    transform: rotate(270deg);
}

.courses_details_style {
    background-color: #fbfcfd;
}

.courses_details_iner .course_author img {
    max-width: 40px;
}

.courses_details_iner .course_author h5 {
    font-size: 16px;
    margin-bottom: 0;
    padding-left: 20px;
}

.courses_details_iner .course_author span {
    margin: 0 15px;
}

.courses_details_iner .course_author p {
    padding: 0;
}

@media (max-width: 576px) {
    .courses_details_iner .course_author span {
        display: none;
    }

    .courses_details_iner .course_author img {
        max-width: 30px;
    }

    .courses_details_iner .course_author p {
        font-size: 13px;
        margin-left: 15px;
    }

    .courses_details_iner .course_author h5 {
        font-size: 13px;
        padding-left: 5px;
    }
}

.courses_details_iner h2 {
    font-size: 30px;
    margin: 6px 0 22px;
    font-weight: 600;
}

@media (max-width: 576px) {
    .courses_details_iner h2 {
        font-size: 25px;
        line-height: 33px;
    }
}

.courses_details_iner .couses_overview {
    margin-bottom: 50px;
}

.courses_details_iner .popular_course_list p {
    padding-left: 25px;
}

    .courses_details_iner .popular_course_list p i {
        margin-right: 10px;
    }

@media (max-width: 576px) {
    .courses_details_iner .popular_course_list p {
        padding-left: 0;
        margin-right: 15px;
        margin-top: 15px;
    }
}

.course_details_tab .course_details_decription ul {
    padding: 0;
    margin: 24px 0 0;
}

    .course_details_tab .course_details_decription ul li {
        list-style: none;
        color: #626a77;
        margin: 10px 0;
    }

@media (max-width: 576px) {
    .course_details_tab .course_details_decription ul li {
        margin: 5px 0;
    }
}

.course_details_tab .course_details_decription ul li i, .course_details_tab .course_details_decription ul li span {
    color: #2572ff;
    margin-right: 15px;
}

.course_details_tab .course_details_decription .colum_2 li {
    width: 50%;
    float: left;
}

@media (max-width: 576px) {
    .course_details_tab .course_details_decription .colum_2 li {
        width: 100%;
    }
}

.course_details_tab h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 45px 0 17px;
}

.course_details_tab p {
    margin-bottom: 25px;
}

.course_details_tab .nav-tabs {
    border-bottom: 0px solid transparent;
    background-color: #eff2f8;
}

.course_details_tab .course_details_tab {
    margin-top: 30px;
}

    .course_details_tab .course_details_tab .nav-link {
        line-height: 16px;
        border: 0 solid transparent;
        color: #0b1c39;
        padding: 19px 36px;
        border-top: 4px solid #eff2f8;
        border-radius: 0;
    }

@media (max-width: 767.98px) {
    .course_details_tab .course_details_tab .nav-link {
        padding: 19px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .course_details_tab .course_details_tab .nav-link {
        padding: 19px 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .course_details_tab .course_details_tab .nav-link {
        padding: 19px 20px;
    }
}

.course_details_tab .course_details_tab .nav-link i {
    font-size: 16px;
    color: #2572ff;
    margin-right: 5px;
}

@media (max-width: 767.98px) {
    .course_details_tab .course_details_tab .nav-item {
        width: 50%;
        float: left;
        text-align: center;
    }
}

.course_details_tab .course_details_tab .active {
    border-top: 4px solid #2572ff;
}

.course_details_tab .course_details_decription .course_author {
    align-items: center;
    margin-bottom: 20px;
}

    .course_details_tab .course_details_decription .course_author img {
        max-width: 60px;
        border-radius: 50%;
        background-color: #b7cffb;
        box-shadow: 0px 20px 40px 0px rgba(2, 25, 55, 0.08);
    }

    .course_details_tab .course_details_decription .course_author h5 {
        margin-left: 25px;
        font-size: 20px;
        margin-bottom: 0;
    }

.course_details_tab .course_details_decription .course_chapter {
    border-bottom: 1px solid #dce1e9;
    padding-bottom: 23px;
}

    .course_details_tab .course_details_decription .course_chapter:last-child {
        border-bottom: 0px solid transparent;
        padding-bottom: 0;
    }

.course_details_tab .single_review_part {
    padding: 32px 40px;
    background-color: #f6f7fa;
    margin-top: 50px;
}

@media (max-width: 576px) {
    .course_details_tab .single_review_part {
        padding: 20px 30px;
    }
}

.course_details_tab .single_review_part h3 {
    margin: 0 0 23px;
}

.course_details_tab .single_review_part .single_progress_bar {
    display: flex;
    align-items: center;
    line-height: 38px;
}

    .course_details_tab .single_review_part .single_progress_bar .progress {
        margin: 0 25px 0 34px;
        height: 8px;
        border-radius: 50px;
        width: 100%;
    }

    .course_details_tab .single_review_part .single_progress_bar p {
        font-size: 16px;
        display: inline-block;
        margin-bottom: 0;
        white-space: nowrap;
        flex: 60px 0 0;
    }

    .course_details_tab .single_review_part .single_progress_bar span {
        flex: 30px 0 0;
    }

.course_details_tab .progress_bar {
    flex: 64% 0 0;
    padding-right: 30px;
}

@media (max-width: 576px) {
    .course_details_tab .progress_bar {
        flex: 100% 0 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .course_details_tab .progress_bar {
        flex: 60% 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .course_details_tab .progress_bar {
        flex: 60% 0 0;
    }
}

.course_details_tab .caouse_rating {
    background-color: #fff;
    padding: 46px 30px;
    flex: 26% 0 0;
    align-self: center;
    text-align: center;
    height: 210px;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px rgba(2, 25, 55, 0.04);
}

@media (max-width: 576px) {
    .course_details_tab .caouse_rating {
        flex: 100% 0 0;
        padding: 30px 25px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .course_details_tab .caouse_rating {
        flex: 35% 0 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .course_details_tab .caouse_rating {
        flex: 35% 0 0;
    }
}

.course_details_tab .caouse_rating p {
    margin-bottom: 0;
    color: #0b1c39;
}

.course_details_tab .caouse_rating h2 {
    font-size: 50px;
    font-weight: 500;
}

.course_details_tab .review_icon {
    margin: 9px 0 6px;
}

    .course_details_tab .review_icon i {
        color: #ffbe21;
    }

.course_details_tab .student_feedback {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.course_details_tab .load_comment {
    text-align: center;
    border-top: 1px solid #e7e9f2;
    margin-top: 40px;
    padding-top: 24px;
}

    .course_details_tab .load_comment i {
        margin-left: 5px;
    }

#comments li {
    list-style: none;
}

.comment-author b {
    margin-left: 20px;
}

.comment-author span {
    margin-left: 10px;
}

.comment-metadata {
    margin-bottom: 15px;
}

.comment_part h3 {
    margin: 0 0 36px;
}

.comment_part p {
    margin-bottom: 30px;
}

.comment_part .admin_tittle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .comment_part .admin_tittle h5 {
        font-size: 15px;
        font-weight: 500;
    }

        .comment_part .admin_tittle h5 span {
            display: block;
            color: #9ba1ba;
            margin-top: 6px;
            font-weight: 400;
        }

    .comment_part .admin_tittle .review_icon {
        margin: 0;
    }

        .comment_part .admin_tittle .review_icon i {
            font-size: 12px;
        }

.comment_part .replay_btn {
    font-size: 14px;
    color: #626a77;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #e9edf7;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
}

    .comment_part .replay_btn:hover {
        background-color: #2572ff;
        color: #fff;
    }

.comment_part .like_btn {
    color: #2572ff;
    font-size: 16px;
}

    .comment_part .like_btn i {
        color: #626a77;
        margin-right: 12px;
    }

.comment_part .media {
    padding-top: 0;
    margin-top: 0;
    border-top: 0 solid transparent;
}

    .comment_part .media img {
        margin-right: 30px;
        border-radius: 50%;
        max-width: 60px;
    }

@media (max-width: 576px) {
    .comment_part .media img {
        margin-right: 10px;
    }
}

.comment_part .media .media {
    padding: 30px 0 0;
    border-top: 1px solid #e7e9f2;
    margin-top: 30px;
}

@media (max-width: 576px) {
    .comment_part .media .media {
        display: block !important;
    }
}

.comment_part .media .media img {
    max-width: 50px;
}

@media (max-width: 576px) {
    .comment_part .media .media img {
        margin-bottom: 20px;
    }
}

.review_form, .form_style {
    margin-top: 45px;
}

    .review_form h3, .form_style h3 {
        font-size: 20px;
        margin: 0 0 6px;
    }

    .review_form .admin_tittle, .form_style .admin_tittle {
        margin-top: 33px;
        display: flex;
    }

        .review_form .admin_tittle p, .form_style .admin_tittle p {
            margin-bottom: 0;
        }

        .review_form .admin_tittle .review_icon, .form_style .admin_tittle .review_icon {
            margin: 0 0 0 30px;
        }

            .review_form .admin_tittle .review_icon i, .form_style .admin_tittle .review_icon i {
                font-size: 14px;
            }

    .review_form .form_single_item, .form_style .form_single_item {
        margin-top: 20px;
    }

        .review_form .form_single_item input, .review_form .form_single_item textarea, .form_style .form_single_item input, .form_style .form_single_item textarea {
            background-color: #f6f7fa;
            padding: 17px 30px;
            border-radius: 30px;
            border: 1px solid #f6f7fa;
            width: 100%;
            font-size: 16px;
            color: #626a77;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            text-transform: capitalize;
        }

            .review_form .form_single_item input:focus, .review_form .form_single_item textarea:focus, .form_style .form_single_item input:focus, .form_style .form_single_item textarea:focus {
                background-color: #fff;
                border: 1px solid #fff;
                color: #626a77;
                box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
            }

        .review_form .form_single_item textarea, .form_style .form_single_item textarea {
            height: 200px;
        }

    .review_form .btn_1, .form_style .btn_1 {
        padding: 15px 39px;
        margin-top: 23px;
    }

        .review_form .btn_1:hover, .form_style .btn_1:hover {
            box-shadow: 0px 20px 40px 0px rgba(68, 134, 254, 0.2);
        }

.add_cart_sidebar {
    padding: 40px 19px 37px 30px !important;
}

    .add_cart_sidebar h2 {
        font-size: 30px;
        color: #2572ff;
    }

        .add_cart_sidebar h2 span {
            font-size: 52%;
            color: #626a77;
            margin-left: 19px;
            text-decoration: line-through;
        }

    .add_cart_sidebar .btn_1 {
        width: 100%;
        font-size: 16px;
        text-align: center;
    }

        .add_cart_sidebar .btn_1:hover {
            box-shadow: 0px 20px 40px 0px rgba(68, 134, 254, 0.2);
        }

    .add_cart_sidebar h3 {
        font-size: 18px;
        margin: 37px 0 24px;
    }

    .add_cart_sidebar p {
        position: relative;
        padding-left: 32px;
        font-size: 15px;
        line-height: 22px;
        margin: 12px 0;
    }

        .add_cart_sidebar p:last-child {
            margin: 12px 0 0;
        }

        .add_cart_sidebar p i {
            position: absolute;
            left: 0;
            font-size: 18px;
            top: 2px;
            color: #a8aeb6;
        }

.single_sidebar .single_courses_category {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
}

    .single_sidebar .single_courses_category:last-child {
        margin-bottom: 0;
    }

    .single_sidebar .single_courses_category p span {
        color: #7a818d;
    }

.single_sidebar .gmap3 {
    width: 100%;
    height: 152px;
    border: 1px solid #ccd6e8;
    border-radius: 5px;
    margin-bottom: 26px;
}

.single_sidebar .gm-fullscreen-control {
    display: none;
}

.blog_page_single_item h3 {
    font-size: 20px;
    position: relative;
    margin: 0 0 30px !important;
}

.blog_slider .owl-item {
    padding: 20px;
}

@media (max-width: 767px) {
    .blog_slider .owl-item {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .blog_page_single_item h3 {
        margin: 0 0 30px !important;
    }
}

.blog_page_single_item h3:after {
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 70px;
    height: 1px;
    background-color: #2572ff;
    content: "";
}

.eventcountdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #2572ff;
    border-radius: 5px;
    margin-top: 30px;
}

    .eventcountdown .time {
        flex: 25% 0 0;
        font-size: 30px;
        color: #fff;
        padding: 19px;
        font-weight: 600;
        padding-left: 10%;
        border-right: 1px solid #3b80ff;
        line-height: 26px;
    }

@media (max-width: 767.98px) {
    .eventcountdown .time {
        flex: 50% 0 0;
    }
}

.eventcountdown .time:last-child {
    border-right: 0px solid transparent;
}

.eventcountdown .time span {
    font-size: 16px;
    display: block !important;
    font-weight: 400;
}

.upcoming_event_desc {
    margin-top: 44px;
}

@media (max-width: 767.98px) {
    .upcoming_event_desc {
        margin-top: 20px;
    }
}

.upcoming_event_desc h2 {
    font-size: 26px;
    margin-top: 15px;
}

@media (max-width: 767.98px) {
    .upcoming_event_desc h2 {
        margin-top: 20px;
        line-height: 35px;
    }
}

.upcoming_event_desc p {
    margin: 12px 0;
}

    .upcoming_event_desc p i {
        color: #2572ff;
        margin-right: 15px;
    }

.upcoming_event_desc .event_desc_list h4 {
    font-size: 18px;
    margin: 38px 0 30px;
}

.upcoming_event_details .instructor_list h3 {
    font-size: 26px;
    margin-bottom: 43px;
    font-weight: 700;
}

.upcoming_event_details .single_sidebar p i {
    color: #2572ff;
}

.education_sidebar .contactMap {
    height: 150px;
    border: 2px solid #cbe0fb;
    border-radius: 5px;
    margin-bottom: 27px;
}

.education_sidebar #contactMap {
    height: 100% !important;
}

.education_sidebar .gmnoprint {
    display: none;
}

.upcoming_event_details .add_cart_sidebar {
    padding: 27px 30px 37px !important;
}

.single_page_blog_post.grid-post:last-child {
    margin-bottom: 50px;
}

.single_page_blog_post.grid-post img {
    max-width: 100%;
}

.page_pageination.grid-post {
    width: 100%;
}

.single_page_blog_post {
    margin-bottom: 30px;
    border-radius: 5px;
}

.blog_posts .row .col-xl-6:last-child .single_page_blog_post {
    margin-bottom: 0px;
}

.single_page_blog_post .post_author {
    margin-bottom: 8px;
    direction: ltr;
}

    .single_page_blog_post .post_author p {
        display: inline-block;
        margin-right: 20px;
    }

        .single_page_blog_post .post_author p i {
            margin-right: 8px;
        }

.single_page_blog_post .single_blog_content {
    padding: 35px 50px 45px;
    background-color: #f8f9fb;
}

@media (max-width: 991px) {
    .single_page_blog_post .single_blog_content {
        padding: 15px 20px 20px;
    }

        .single_page_blog_post .single_blog_content .post_author {
            padding: 10px 0px 0px;
        }
}

.single_page_blog_post .single_blog_content h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 28px;
}

@media (max-width: 991px) {
    .single_page_blog_post .single_blog_content h2 {
        font-size: 20px;
    }
}

.single_page_blog_post .single_blog_content h2 a {
    color: #0b1c39;
}

    .single_page_blog_post .single_blog_content h2 a:hover {
        color: #2572ff;
    }

.single_page_blog_post .single_blog_content .read_more_btn {
    color: #0b1c39;
    font-size: 16px;
    margin-top: 35px;
    display: inline-block;
    font-weight: 500;
    display: flex;
    align-items: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .single_page_blog_post .single_blog_content .read_more_btn i {
        margin-left: 10px;
        font-weight: 500;
    }

    .single_page_blog_post .single_blog_content .read_more_btn:hover {
        color: #2572ff;
    }

.quote_post {
    position: relative;
}

    .quote_post .quote_icon_1 {
        position: absolute;
        right: 50px;
        bottom: 10px;
    }

    .quote_post .quote_icon_2 {
        position: absolute;
        left: 50px;
        top: 0;
    }

    .quote_post p, .link_post p {
        font-size: 20px;
        line-height: 1.5;
    }

        .quote_post p a, .link_post p a {
            color: #626a77;
        }

            .quote_post p a:hover, .link_post p a:hover {
                color: #2572ff;
            }

    .quote_post .post_author p, .link_post .post_author p {
        font-size: 16px;
        line-height: 26px;
    }

.video_post .post_thumb {
    position: relative;
    z-index: 1;
}

    .video_post .post_thumb .popup_youtube {
        width: 80px;
        height: 80px;
        display: inline-block;
        background-color: #fff;
        text-align: center;
        line-height: 80px;
        border-radius: 50%;
        color: #2572ff;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 45%;
    }

        .video_post .post_thumb .popup_youtube span {
            max-width: 16px;
            text-shadow: 0px 10px 16px rgba(37, 114, 255, 0.4);
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .video_post .post_thumb .popup_youtube:hover span {
            box-shadow: none;
        }

.single_blog_details .single_page_blog_post {
    margin-bottom: 39px;
}

.single_blog_details img {
    margin-bottom: 35px;
    max-width: 100%;
}

.single_blog_details .blog_details_content .img-fluid {
    width: 100%;
    max-width: 100%;
}

.single_blog_details h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 17px;
}

@media (max-width: 991px) {
    .single_blog_details h2 {
        font-size: 25px;
        line-height: 35px;
    }
}

.single_blog_details p {
    margin-bottom: 25px;
}

.single_blog_details .single_blog_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 23px;
}

    .single_blog_details .single_blog_list p {
        color: #445363;
        margin-bottom: 8px;
        flex: 45% 0 0;
    }

@media (max-width: 991px) {
    .single_blog_details .single_blog_list p {
        flex: 100% 0 0;
    }
}

.single_blog_details .single_blog_list p i {
    color: #2572ff;
    margin-right: 10px;
}

.blog_page_single_item {
    margin-bottom: 30px;
    margin-top: 35px;
}

    .blog_page_single_item:last-child {
        margin-bottom: 0px;
    }

@media (max-width: 991px) {
    .blog_page_single_item {
        margin-top: 40px;
    }
}

.blog_page_single_item .reply_btn {
    color: #445363;
    display: flex;
    align-items: center;
}

    .blog_page_single_item .reply_btn i {
        font-size: 20px;
        margin-right: 10px;
    }

    .blog_page_single_item .reply_btn:hover {
        color: #2572ff;
    }

.blog_page_single_item .btn_3 {
    margin-top: 25px;
}

.blog_page_single_item input:focus {
    border: 1px solid #f2f2f2;
}

.tag_share_list {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    margin-top: 50px;
    border-top: 1px solid #dce1e9;
}

@media (max-width: 991px) {
    .tag_share_list {
        display: block;
    }
}

.tag_share_list h4 {
    font-size: 18px;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .tag_share_list h4.tag-title {
        margin-bottom: 15px;
    }
}

.tag_share_list .btn_4 {
    padding: 5px 21px;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .tag_share_list .btn_4 {
        margin: 10px 10px 0 0;
    }
}

.tag_share_list .share_icon_list h4 {
    margin-right: 0;
}

.tag_share_list .share_icon_list i {
    font-size: 14px;
    color: #626a77;
    margin-left: 15px;
    cursor: pointer;
}

.tag_share_list .share_icon_list a:hover {
    color: #2572ff;
}

@media (max-width: 991px) {
    .post_tag {
        display: inline-block !important;
        margin-bottom: 15px;
    }
}

.post_author {
    padding: 30px 30px 48px;
}

    .post_author img {
        max-width: 80px;
        border-radius: 50%;
        display: inline-block;
        float: left;
        margin-right: 20px;
    }

    .post_author .avatar {
        height: 60px;
        width: 60px;
    }

    .post_author .author_details h5 {
        font-size: 18px;
        margin-bottom: 11px;
    }

        .post_author .author_details h5 span {
            color: #626a77;
            display: block;
            font-size: 16px;
            line-height: 27px;
        }

    .post_author .author_details p {
        margin-bottom: 0;
    }

@media (max-width: 991px) {
    .share_icon_list {
        margin-top: 20px;
    }
}

.single_page_header .icon_menu {
    color: #fff;
}

@media (max-width: 991px) {
    .blog_sidebar.left-sidebar {
        margin-bottom: 50px;
    }

    .blog_sidebar.right-sidebar {
        margin-top: 50px;
    }
}

.contact_form {
    margin-top: 0;
}

    .contact_form h3 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 30px;
        font-weight: 700;
    }

    .contact_form p {
        margin-bottom: 30px;
    }

    .contact_form .btn_3 {
        margin-top: 30px;
    }

@media (max-width: 767px) {
    .contact_form h3 {
        font-size: 25px;
    }
}

@media (min-width: 1200px) {
    .contact_sidebar {
        padding-top: 75px;
    }
}

.contact_sidebar h4 {
    font-size: 24px;
    margin-bottom: 37px;
    font-weight: 600;
    line-height: 1.5;
}

.contact_sidebar .single_contact_sidebar {
    position: relative;
    padding-left: 35px;
    margin-bottom: 30px;
}

    .contact_sidebar .single_contact_sidebar i {
        position: absolute;
        left: 0;
        top: 3px;
        color: #2572ff;
    }

    .contact_sidebar .single_contact_sidebar h5 {
        font-size: 16px;
        margin-bottom: 11px;
        font-weight: 500;
    }

    .contact_sidebar .single_contact_sidebar p {
        line-height: 24px;
    }

.blog_sidebar .social_icon {
    margin-top: 15px;
}

.contactMap {
    height: 500px;
    border: 2px solid #cbe0fb;
}

#contactMap {
    height: 100% !important;
}

.contact_page .form_single_item input, .contact_page .form_single_item textarea {
    border: 2px solid #f3f5f9;
}

    .contact_page .form_single_item input:focus, .contact_page .form_single_item textarea:focus {
        background-color: #fff;
        border: 2px solid #cbe0fb;
        color: #626a77;
        box-shadow: none;
    }

.error_page {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    .error_page .error_page_iner {
        text-align: center;
        margin: 0 auto;
    }

        .error_page .error_page_iner input {
            padding: 18px;
        }

        .error_page .error_page_iner h3 {
            margin-top: 40px;
            font-size: 36px;
            font-weight: 600;
        }

    .error_page p {
        margin-top: 41px;
        font-weight: 500;
    }

        .error_page p i {
            margin-right: 10px;
            font-weight: 500;
        }

    .error_page .error_icon_1 {
        position: absolute;
    }

    .error_page [class^=error_icon_] {
        position: absolute;
    }

@media (max-width: 767px) {
    .error_page .error_page_iner h3 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .error_page [class^=error_icon_] {
        display: none;
    }
}

.error_page [class^=error_icon_] .layer {
    position: relative !important;
}

.error_page .error_icon_1 {
    left: 10%;
    top: 10%;
}

.error_page .error_icon_2 {
    left: 8%;
    top: 49%;
}

.error_page .error_icon_3 {
    left: 11%;
    bottom: 10%;
}

.error_page .error_icon_4 {
    left: 60%;
    bottom: 10%;
}

.error_page .error_icon_5 {
    right: 10%;
    top: 10%;
}

.error_page .error_icon_6 {
    right: 7%;
    top: 50%;
}

.error_page .error_icon_7 {
    right: 0;
    bottom: 8%;
}

.error_page .error_icon_8 {
    left: 32%;
    top: 38%;
}

.error_page .error_icon_9 {
    right: 30%;
    top: 50%;
}

.icon_animation {
    overflow: hidden;
}

.subscribe_form {
    display: flex;
    align-items: center;
    margin-top: 71px;
}

    .subscribe_form input[type="submit"] {
        width: 50% !important;
    }

@media (max-width: 576px) {
    .subscribe_form {
        display: block;
        margin-top: 30px;
    }
}

.subscribe_form input {
    width: 100%;
    border: 1px solid #cbe0fb;
    border-radius: 50px;
    font-size: 16px;
    padding: 16px 30px;
    line-height: 26px;
}

.subscribe_form a {
    padding: 7px 27px;
    display: inline-block;
    background-color: #2572ff;
    border: 1px solid #2572ff;
    position: absolute;
    right: 21px;
    line-height: 8px;
    border-radius: 50px;
}

@media (max-width: 576px) {
    .subscribe_form a {
        display: block;
        width: 100%;
        margin-top: 15px;
        top: 3px;
        right: 6px;
    }
}

.subscribe_form a i {
    font-size: 34px;
    color: #fff;
}

.go_back {
    color: #0b1c39;
}

    .go_back:hover {
        color: #2572ff;
    }

.error_page_iner .subscribe_form input[type="text"] {
    padding: 16px 30px;
    line-height: 26px;
}

@media (max-width: 576px) {
    .error_page_iner .subscribe_form input[type="text"] {
        padding: 16px 105px 16px 15px;
    }
}

@media (max-width: 576px) {
    .error_page .subscribe_form {
        position: relative;
    }

        .error_page .subscribe_form a {
            display: flex;
            width: auto;
            position: absolute;
            top: -9px;
            right: 6px;
        }

            .error_page .subscribe_form a i {
                font-size: 33px;
            }
}

.comming_soon_page {
    min-height: 94vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .comming_soon_page {
        margin: 50px 0;
    }
}

.comming_soon_page .comming_soon_icon_1 {
    position: absolute;
    left: 8%;
    top: 10%;
    z-index: -1;
}

@media (max-width: 576px) {
    .comming_soon_page .comming_soon_icon_1 {
        display: none;
    }
}

.comming_soon_page .comming_soon_icon_2 {
    position: absolute;
    left: 50%;
    top: 10%;
    z-index: -1;
}

@media (max-width: 576px) {
    .comming_soon_page .comming_soon_icon_2 {
        display: none;
    }
}

.comming_soon_page .comming_soon_icon_3 {
    position: absolute;
    left: 80%;
    top: 20%;
    z-index: -1;
}

@media (max-width: 576px) {
    .comming_soon_page .comming_soon_icon_3 {
        display: none;
    }
}

.comming_soon_page .comming_soon_icon_4 {
    position: absolute;
    left: 90%;
    top: 13%;
    z-index: -1;
}

@media (max-width: 576px) {
    .comming_soon_page .comming_soon_icon_4 {
        display: none;
    }
}

.comming_soon_page .section_tittle {
    text-align: center;
    margin-bottom: 72px;
}

.comming_soon_page .comming_soom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .comming_soon_page .comming_soom .single_countdown {
        flex: 17% 0 0;
        background-color: #fff;
        box-shadow: 0px 20px 50px 0px rgba(2, 25, 55, 0.08);
        border-radius: 10px;
        padding: 34px 20px 34px 5%;
        color: #626a77;
    }

@media (max-width: 576px) {
    .comming_soon_page .comming_soom .single_countdown {
        flex: 48% 0 0;
        padding: 25px 25px 15%;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .comming_soon_page .comming_soom .single_countdown {
        flex: 30% 0 0;
        padding: 30px 25px 9%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .comming_soon_page .comming_soom .single_countdown {
        flex: 15% 0 0;
        padding: 30px 25px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .comming_soon_page .comming_soom .single_countdown {
        padding: 30px 40px 20px;
    }
}

.comming_soon_page .comming_soom .single_countdown span {
    font-size: 70px;
    font-weight: 500;
    color: #0b1c39;
    line-height: 78px;
    display: block;
}

@media (max-width: 767.98px) {
    .comming_soon_page .comming_soom .single_countdown span {
        font-size: 30px;
        line-height: 38px;
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .comming_soon_page .comming_soom .single_countdown span {
        font-size: 30px;
        line-height: 38px;
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .comming_soon_page .comming_soom .single_countdown span {
        font-size: 30px;
        line-height: 38px;
        display: block;
    }
}

.comming_soon_page .comming_soom .single_countdown:last-child span {
    color: #2572ff;
}

.comming_soon_page .subscribe_form {
    margin-top: 120px;
}

@media (max-width: 991px) {
    .comming_soon_page .subscribe_form {
        margin: 50px 0;
    }
}

.comming_soon_page .subscribe_form input {
    background-color: #fff;
    box-shadow: 0px 3px 6px 0px rgba(2, 25, 55, 0.07);
    border: 1px solid #fff;
}

.comming_soon_page .subscribe_form a {
    position: relative;
    line-height: 25px;
    color: #fff;
    padding: 14px 35px;
    margin-left: 41px;
}

@media (max-width: 576px) {
    .comming_soon_page .subscribe_form a {
        margin-left: 6px;
    }
}

.copyright_content {
    background-color: #0b1c39;
    padding: 14.5px 0;
}

    .copyright_content p {
        font-size: 18px;
        color: #fff;
    }

    .copyright_content .copyright_social_icon {
        display: flex;
        align-items: center;
    }

        .copyright_content .copyright_social_icon a {
            margin-left: 20px;
            line-height: 15px;
        }

            .copyright_content .copyright_social_icon a i {
                color: #8692a6;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

                .copyright_content .copyright_social_icon a i:hover {
                    color: #2572ff;
                }

.footer_section {
    padding: 100px 0 30px;
    position: relative;
    background: #f6f7fa;
}

@media (max-width: 767.98px) {
    .footer_section {
        padding: 40px 0 37px;
    }

        .footer_section .social_icon a {
            margin-bottom: 10px;
        }

        .footer_section .col-lg-12 .copyright_part {
            margin-top: 30px;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .footer_section {
        padding: 40px 0 37px;
    }

        .footer_section .social_icon a {
            margin-bottom: 10px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .footer_section {
        padding: 100px 0 37px;
    }
}

@media (max-width: 991px) {
    .footer_section .single_feature_footer {
        margin-top: 30px;
    }
}

.footer_section .single_feature_footer img {
    margin-bottom: 35px;
}

@media (max-width: 767.98px) {
    .footer_section .single_feature_footer img {
        margin-bottom: 15px;
    }
}

.footer_section .footer_contact_info {
    margin-top: 37px;
}

@media (max-width: 767.98px) {
    .footer_section .footer_contact_info {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .footer_section .footer_contact_info {
        margin-top: 20px;
    }
}

.footer_section .footer_contact_info a {
    color: #2572ff;
    margin-bottom: 15px;
    display: block;
}

@media (max-width: 767.98px) {
    .footer_section .footer_contact_info a {
        margin-bottom: 5px;
    }
}

.footer_section .footer_contact_info a i {
    margin-right: 7px;
}

.footer_section .footer_nav h4 {
    font-size: 18px;
    margin-bottom: 26px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .footer_section .footer_nav h4 {
        margin-bottom: 18px;
    }
}

.footer_section .footer_nav ul {
    padding: 0;
    margin: 0;
}

    .footer_section .footer_nav ul li {
        list-style: none;
    }

        .footer_section .footer_nav ul li a {
            color: #626a77;
            margin: 6px 0;
            display: inline-block;
        }

@media (max-width: 991px) {
    .footer_section .footer_nav ul li a {
        margin: 4px 0;
    }
}

.footer_section .footer_nav ul li a:hover {
    color: #2572ff;
}

.footer_section .copyright_part {
    margin-top: 67px;
    padding-top: 30px;
    border-top: 1px solid #ebeef3;
}

    .footer_section .copyright_part p {
        margin: 0;
    }

@media (max-width: 767.98px) {
    .footer_section .copyright_part p {
        text-align: center;
    }

    .footer_section .copyright_part .social_icon {
        text-align: center;
        float: none;
    }
}

.footer_section .copyright_part a {
    color: #2572ff;
}

.footer_section .footer_sharp_1 {
    position: absolute;
    bottom: 0;
    left: 43px;
}

@media (max-width: 767.98px) {
    .footer_section .footer_sharp_1 {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

.footer_section .footer_sharp_2 {
    position: absolute;
    bottom: 134px;
    left: 175px;
}

.footer_section .footer_sharp_3 {
    position: absolute;
    bottom: 180px;
    left: 110px;
}

@media (max-width: 767.98px) {
    .footer_section .footer_sharp_1 {
        width: 75%;
    }
}

.social_icon {
    float: right;
}

@media (max-width: 767.98px) {
    .social_icon {
        margin-top: 20px;
    }
}

.social_icon a {
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    border: 2px solid #dce1e9;
}

    .social_icon a i {
        color: #9198a4;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .social_icon a:hover {
        background-color: #2572ff;
        color: #fff;
        border: 2px solid #2572ff;
        box-shadow: 0px 10px 20px 0px rgba(89, 149, 253, 0.4);
    }

        .social_icon a:hover i {
            color: #fff;
        }

/* Zoom Meeting CSS */
.dpn-zvc-shortcode-op-wrapper .vczapi-shortcode-meeting-table tbody tr td {
    padding: 10px;
}

.vczapi-join-via-browser-main-wrapper h1 {
    text-align: center;
}

.order-comments {
    padding: 10px;
}

input[type="text"], input[type="email"], input[type="phone"], input[type="password"] {
    padding: 10px;
}

.site-branding .site-title {
    margin: 0;
}

.comments-area .comment-form-cookies-consent {
    margin-top: 25px;
    margin-bottom: 0;
}

.comment-form-cookies-consent input {
    margin-right: 5px;
}

/* LearnPress CSS */
.learn-press-form-login button[type="submit"], .learn-press-form-register button[type="submit"] {
    border: none;
}

    .learn-press-form-login button[type="submit"]:hover,
    .learn-press-form-register button[type="submit"]:hover {
        background-color: var(--lp-secondary-color);
        ;
    }

.lp_profile_course_progress__nav button {
    background-color: #2572ff;
    border: 2px solid #2572ff;
    color: #fff;
    display: inline-block;
    padding: 11px 23px;
    text-transform: capitalize;
    line-height: 16px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .lp_profile_course_progress__nav button:hover {
        border: 2px solid #2572ff;
        color: #2572ff;
        background-color: transparent;
    }

#learn-press-course #learn-press-course-tabs .course-author .lp-course-author .course-author__pull-left img {
    object-fit: initial;
    object-position: initial;
    max-width: initial;
    width: 150px;
    height: 150px;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-categories a:hover {
    color: #fff;
}

.lp-archive-courses .learn-press-courses .course .course-item .course-content .course-instructor span {
    font-weight: 500;
}

.lp-content-area {
    padding-bottom: 50px;
}

    .lp-content-area .learn-press-pagination .page-numbers > li {
        padding: 0;
    }

.learn-press-pagination .page-numbers > li .page-numbers {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 2px solid #dce1e9;
    text-align: center;
    color: #9198a4;
    font-size: 18px;
    display: inline-block;
    border-radius: 50px;
    margin: 0px 5px;
}

    .learn-press-pagination .page-numbers > li .page-numbers:hover {
        background-color: #0e5782;
        border: 2px solid #0e5782;
        color: #fff;
        box-shadow: 0px 10px 20px 0px rgb(89 149 253 / 40%);
    }

    .learn-press-pagination .page-numbers > li .page-numbers.current {
        background-color: #0e5782;
        border: 2px solid #0e5782;
        color: #fff;
        box-shadow: 0px 10px 20px 0px rgb(89 149 253 / 40%);
    }

.lp-entry-content .course-extra-box.active .course-extra-box__content {
    display: block;
}

@media (min-width: 1200px) {
    .logged-in.admin-bar .menu_fixed {
        top: 32px;
    }
    /* LearnPress CSS */
    .container.page_section_padding .lp-content-area {
        width: initial;
    }

    .main-content-area.row .learn-press-form-login,
    .main-content-area.row .learn-press-form-register {
        width: 47%;
        max-width: 50%;
    }

    .main-content-area.row .learn-press-form-login {
        float: left;
    }

    .main-content-area.row .learn-press-form-register {
        float: right;
    }

    .mega_menu_dropdown a.mega_menu_dropdown-toggle.nav-link:after {
        position: absolute;
        content: "3";
        font-family: "eleganticons";
        right: 0;
    }

    .mega_menu_dropdown .mega_menu_dropdown a.mega_menu_dropdown-toggle.nav-link:after {
        right: 15px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .logged-in.admin-bar .menu_fixed {
        top: 32px;
    }
    /* LearnPress CSS */
    .learn-press-form-login, .learn-press-form-register {
        width: 46%;
    }

    .mega_menu_dropdown a.mega_menu_dropdown-toggle.nav-link:after {
        position: absolute;
        content: "3";
        font-family: "eleganticons";
        right: 0;
    }

    .mega_menu_dropdown .mega_menu_dropdown a.mega_menu_dropdown-toggle.nav-link:after {
        right: 15px;
    }
}

@media (max-width: 768px) {
    .sidebar_icon.troggle_icon.d-lg-none {
        margin-right: 12px;
        position: relative;
        top: 3px;
    }

    .navbar_btn {
        margin-left: 10px;
    }

    footer.entry-footer {
        text-align: center;
    }
}

/* Meeting Countdown CSS */
.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-timer .dpn-zvc-timer-cell {
    width: 90px;
}

.countdown .dpn-zvc-timer-cell .time, .countdown .dpn-zvc-timer-cell span {
    color: #fff;
}

.countdown .dpn-zvc-timer-cell .time {
    font-size: 24px;
}

.countdown .dpn-zvc-timer-cell span {
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .countdown .dpn-zvc-timer-cell .time {
        font-size: 16px;
    }

    .countdown .dpn-zvc-timer-cell span {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .countdown .dpn-zvc-timer-cell .time {
        font-size: 16px;
    }

    .countdown .dpn-zvc-timer-cell span {
        font-size: 11px;
    }
}

/*==========================
BANNER AREA CSS
============================*/
.banner-wrapper-area {
    position: relative;
    z-index: 1;
    background-color: #f6f7fa;
    padding-top: 100px;
    padding-bottom: 100px;
}

.banner-wrapper-content h1 {
    font-size: 55px;
    margin-bottom: 30px;
}

.banner-wrapper-content p {
    font-size: 17px;
    color: #222222;
}

.banner-wrapper-content .btn-box {
    margin-top: 35px;
}

    .banner-wrapper-content .btn-box .default-btn:nth-child(2) {
        margin-left: 15px;
    }

.banner-wrapper-image {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

    .banner-wrapper-image img {
        width: 100%;
    }

.banner-wrapper-content .btn_1 {
    padding: 15px 44px;
}

    .banner-wrapper-content .btn_1:hover {
        border: 2px solid #2572ff;
        color: #2572ff;
        background-color: transparent;
    }

@media only screen and (max-width: 767px) {
    .banner-wrapper-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .banner-wrapper-content {
        text-align: center;
        top: 0;
    }

        .banner-wrapper-content h1 {
            font-size: 25px;
            margin-bottom: 15px;
        }

        .banner-wrapper-content p {
            font-size: 14px;
        }

        .banner-wrapper-content .btn-box {
            margin-top: 20px;
        }

            .banner-wrapper-content .btn-box .default-btn {
                margin-left: 4px !important;
                margin-right: 4px !important;
                padding: 15px 20px;
                font-size: 15px;
            }

    .banner-wrapper-image {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-wrapper-area {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .banner-wrapper-content {
        text-align: center;
        max-width: 600px;
        top: 0;
        margin-left: auto;
        margin-right: auto;
    }

        .banner-wrapper-content h1 {
            font-size: 35px;
            line-height: 50px;
            margin-bottom: 15px;
        }

        .banner-wrapper-content p {
            font-size: 15px;
        }

        .banner-wrapper-content .btn-box {
            margin-top: 30px;
        }

            .banner-wrapper-content .btn-box .default-btn {
                margin-left: 7px !important;
                margin-right: 7px !important;
            }

    .banner-wrapper-image {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-wrapper-content h1 {
        font-size: 45px;
    }
}

/*==========================
One Page Home CSS
============================*/
@media only screen and (min-width: 992px) {
    .one-page-home .navbar_bar ul li a {
        padding: 37px 12px;
    }

    .one-page-home #about,
    .one-page-home #courses,
    .one-page-home #instructor,
    .one-page-home #events,
    .one-page-home #contact {
        padding-top: 150px;
    }

    .one-page-home #motivation {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .one-page-home .navbar_bar ul li a {
        padding: 30px 6px;
        font-size: 15px;
    }

    .one-page-home .header_part .btn_1 {
        padding: 13px 22px !important;
    }
}

/*==========================
Dark Homepage CSS
============================*/
.dark-homepage .sub_header {
    background: #121212;
}

.dark-homepage .header_part .sub_header a {
    color: #ffffff;
}

    .dark-homepage .header_part .sub_header a:hover {
        color: #2572ff;
    }

.dark-homepage .banner-wrapper-area {
    background: #121212;
}

    .dark-homepage .banner-wrapper-area h1,
    .dark-homepage .banner-wrapper-area p {
        color: #ffffff;
    }

.dark-homepage .site-content {
    background: #222222;
}

.dark-homepage .course-content {
    background: #ffffff;
}

.dark-homepage .section_tittle h2,
.dark-homepage .section_tittle p {
    color: #ffffff;
}

.dark-homepage .course_category {
    background: #121212;
}

.dark-homepage .popular_course {
    background: #222222;
}

.dark-homepage .instructor_list {
    background: #121212;
}

.dark-homepage .single_instructor_item h4,
.dark-homepage .single_instructor_item p {
    color: #ffffff;
}

.dark-homepage .event_list {
    background: #222222;
}

    .dark-homepage .event_list .single_event_list {
        background: #121212;
    }

.dark-homepage .event_list_content h2,
.dark-homepage .event_list_content p {
    color: #ffffff;
}

.dark-homepage .event_list .btn_3 {
    background: #222222;
    color: #ffffff;
    border-color: #ffffff;
}

    .dark-homepage .event_list .btn_3:hover {
        background: #2572ff;
        border-color: #2572ff;
    }

.dark-homepage .blog_posts {
    background: #121212;
}

/*==========================
RTL Layout CSS
============================*/
.ltr-rtl-button {
    position: fixed;
    cursor: pointer;
    top: 50%;
    right: 3.5%;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    -webkit-transition: .9s;
    transition: .9s;
}

html[dir="rtl"] .ltr-rtl-button {
    right: 0;
}

.ltr-rtl-button .default-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #2572ff;
    margin-bottom: -6px;
    font-weight: 500;
    display: inline-block;
}

    .ltr-rtl-button .default-btn::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 100%;
        background-color: #222222;
        z-index: -1;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border-radius: 4px;
    }

    .ltr-rtl-button .default-btn.active {
        color: #ffffff;
        background-color: #222222;
    }

        .ltr-rtl-button .default-btn.active::before {
            background-color: #2572ff;
        }

    .ltr-rtl-button .default-btn:hover {
        color: #ffffff;
    }

        .ltr-rtl-button .default-btn:hover::before {
            left: 0;
            right: auto;
            width: 100%;
        }

html[dir="rtl"] .header_part .btn_1 {
    margin-left: 0;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) {
    html[dir="rtl"] .header_part .header_login_info {
        text-align: left;
    }

        html[dir="rtl"] .header_part .header_login_info a:last-child {
            padding: 0 30px 0 0;
        }

    html[dir="rtl"] .header_part .header_contact_info {
        text-align: right;
    }

    html[dir="rtl"] .header_part .sub_header a {
        border-left: 0 solid transparent;
        border-right: 1px solid #dce1e9;
    }

        html[dir="rtl"] .header_part .sub_header a:first-child {
            padding: 0 0 0 30px;
            border-right: 0 solid transparent;
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    html[dir="rtl"] .header_part .header_login_info a:last-child {
        padding: 0 18px 0 0;
    }

    html[dir="rtl"] .header_part .sub_header a:first-child {
        padding: 0 0 0 18px;
    }
}

@media only screen and (min-width: 768px) {
    .navbar_bar {
        right: 15px;
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .ltr-rtl-button {
        right: 7%;
    }

        .ltr-rtl-button .default-btn {
            font-size: 15px;
            padding: 14px 20px
        }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ltr-rtl-button {
        right: 5.5%;
    }
}

@media only screen and (max-width: 991px) {
    html[dir="rtl"] .navbar_btn {
        margin-left: 0;
        margin-right: 10px;
    }

    html[dir="rtl"] .sidebar_icon.troggle_icon.d-lg-none {
        margin-right: 0;
        margin-left: 12px;
    }
}

html[dir="rtl"] .single_page_blog_post .single_blog_content .read_more_btn i {
    margin-left: 0;
    margin-right: 10px;
}

html[dir="rtl"] .subscribe_form a {
    left: 21px;
    right: initial;
}

html[dir="rtl"] .blog_sidebar .single_sidebar .search_form i {
    left: 30px;
    right: initial;
}

html[dir="rtl"] .blog_sidebar .single_sidebar .single_sidebar_post .sidebar_post_content {
    padding-left: 0;
    padding-right: 20px;
}

html[dir="rtl"] .quote_post .quote_icon_2 {
    right: 50px;
    left: initial;
}

html[dir="rtl"] .quote_post .quote_icon_1 {
    right: initial;
    left: 50px;
    bottom: 10px;
}

html[dir="rtl"] .single_blog_details .quote_post .quote_icon_1 {
    bottom: -20px;
}

html[dir="rtl"] .tag_share_list h4 {
    margin-left: 8px;
    margin-right: 0;
}

html[dir="rtl"] .comment_part {
    direction: ltr;
}

html[dir="rtl"] .lp-courses-bar .search-courses button {
    left: 12px;
    right: initial;
}

html[dir="rtl"] .lp-courses-bar .switch-layout .switch-btn.list {
    margin-left: 0;
    margin-right: 3px;
}

html[dir="rtl"] .lp-courses-bar .search-courses {
    margin-right: 0;
    margin-left: 20px;
}

html[dir="rtl"] #checkout-payment .secure-connection i {
    margin-right: 0;
    margin-left: 5px;
}

html[dir="rtl"] #checkout-order .lp-checkout-order__inner {
    direction: ltr;
}

html[dir="rtl"] .lp-archive-courses .course-summary {
    direction: ltr;
}

.banner_part, .popular_courses_item, .student_review_iner,
.course_category_item, .blog_slider, .motivation, .popular_course {
    direction: ltr;
}

/*==========================
 End of RTL Layout CSS
============================*/

/*==========================
 Programs CSS
============================*/

.programs-container {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
    text-align: center;
}

.program-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: .5em;
    min-width: 305px;
    min-height: 500px;
    -webkit-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 29px 38px -15px rgba(0,0,0,0.43);
    box-shadow: 0px 21px 23px -15px rgba(0,0,0,0.43);
}

.program-img {
    width: 95%;
    height: 200px;
    background-color: lightgrey;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
    border-radius: .3em;
}

.program-img-1 {
    background-image: url(../../img/website/partners/icdl-logo.png); /* ~/img/website/icdl-logo.png */
}

.program-img-2 {
    background-image: url(../../img/website/partners/bcs-logo.png); /* ~/img/website/bcs-logo.png */
}

.program-img-3 {
    background-image: url(../../img/website/it-solution-logo.png); /* ~/img/website/it-solution-logo.png */
}

.program-link {
    display: inline-block;
    padding: 20px;
}

program-description {
    padding: 0 1em;
    line-height: 130%;
}


@media(max-width:840px) {
    .programs-container {
        flex-direction: column;
        max-width: 460px;
    }

    .program-item {
        flex-direction: row;
        width: 100%;
    }
}


/*==========================
 End of Programs CSS
============================*/


.partners {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .partners li {
        margin-bottom: 20px;
        width: calc(25% - 15px);
    }

.partner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 125px;
}

.custom-product-item {
    height: 100%;
}

.author_name {
    height: 292px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.facts-bg {
    background: transparent url(../../img/website/facts-sec.jpg) 0% no-repeat !important;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.overview-block-ptb {
    padding: 100px 0;
}

.iq-font-white {
    color: #fff;
}

.heading-title {
    margin-bottom: 80px;
    text-align: center;
}

    .heading-title .title {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }

    .heading-title.white .title {
        color: #fff;
    }

        .heading-title.white .title:before {
            background: #fff;
        }

    .heading-title .title:before {
        content: "";
        position: absolute;
        bottom: 0;
        border-radius: 4px;
        left: 50%;
        margin-left: -40px;
        width: 80px;
        height: 4px;
        background: #4ac4f3;
    }

    .heading-title.white .title {
        color: #fff;
    }

.iq-mtb-15 {
    margin: 15px 0;
}

.card-circle {
    text-align: center;
    background: white;
    color: #fff;
    Font-family: Montserrat;
    padding: 20px 25px 50px 30px;
    border-radius: 50%;
    width: 271px;
    height: 270px;
    margin: 7px 8px 11px 69px;
}

.card-circle {
    border: 10px double #0e5782 !important;
}

.card-icon i {
    font-size: 68px;
    display: block;
    color: #195e87;
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}


.card-icon i {
    font-size: 68px;
    display: block;
    color: #007bff;
}

.card-sub-title {
    font-size: 19px;
    color: #007bff;
    font-weight: 600;
}

.specto-facts .card-circle:hover {
    border: 10px solid #007bff;
}

.specto-facts .card-circle .card-title {
    font-weight: 600;
    font-size: 26px;
    color: #35a2cd;
    font-family: 'Raleway', sans-serif;
}

.card-circle .plus {
    color: #007bff;
    font-size: 39px;
}

.card-circle {
    border: 10px double #007bff !important;
}

    .card-circle:hover {
        border: 10px solid #007bff !important;
    }


    .card-circle .card-body {
        padding: 0.25rem 0 1.25rem 0;
    }

.card-circle {
    text-align: center;
    background: white;
    color: #fff;
    Font-family: Montserrat;
    padding: 20px 25px 50px 30px;
    border-radius: 50%;
    width: 271px;
    height: 270px;
    margin: 7px 8px 11px 69px;
}


    .card-circle .card-title {
        font-weight: 200;
        font-size: 24px;
        color: #007bff;
        font-family: "Poppins", sans-serif;
    }

    .card-circle h5 {
        font-size: 34px;
        line-height: 1;
    }

    .card-circle .card-title.fact-counter {
        display: contents;
        font-size: 35px;
    }

.facts-bg {
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.footer-info {
    position: relative;
}

    .footer-info .map {
        border: 0;
        width: 100%;
        height: 600px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }

.country-Flag img {
    width: 1.5rem;
    height: 1rem;
    line-height: 0.1rem;
    font-size: 0.75rem;
}

.dropdown.flag .dropdown-item span {
    font-size: 14px;
}


.row.heading h2 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}


.heading.heading-icon {
    display: block;
}

.padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}

.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}

.practice-area .inner {
    border: 1px solid #999999;
    text-align: center;
    margin-bottom: 28px;
    padding: 40px 25px;
}

.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border: 0;
}

.practice-area .inner h3 {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    padding: 10px 0;
}

.practice-area .inner p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.practice-area .inner img {
    display: inline-block;
}

.our-webcoderskull .cnt-block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border: 2px solid #d5d5d5;
    margin: 0 0 28px;
    height: 368px !important;
}

    .our-webcoderskull .cnt-block figure {
        width: 148px;
        height: 148px;
        border-radius: 100%;
        display: inline-block;
        margin-bottom: 5px;
    }

    .our-webcoderskull .cnt-block img {
        width: 120px;
        /*    height: 192px;
*/ border-radius: 100%;
    }

    .our-webcoderskull .cnt-block h3 {
        color: #2a2a2a;
        font-size: 20px;
        font-weight: 500;
        margin-top: 14px;
        text-transform: uppercase;
    }

        .our-webcoderskull .cnt-block h3 a {
            text-decoration: none;
            color: #2a2a2a;
        }

            .our-webcoderskull .cnt-block h3 a:hover {
                color: #337ab7;
            }

    .our-webcoderskull .cnt-block p {
        color: #2a2a2a;
        font-size: 13px;
        line-height: 16px;
        font-weight: 400;
    }

    .our-webcoderskull .cnt-block .follow-us {
        margin-top: 10px;
        padding: 0px;
    }

.follow-us li {
    font-size: 24px;
    color: #767676;
    list-style: none;
    text-align: center;
    clear: both;
}



/*!
 * 
 * Super simple wysiwyg editor v0.8.18
 * https://summernote.org
 * 
 * 
 * Copyright 2013- Alan Hong. and other contributors
 * summernote may be freely distributed under the MIT license.
 * 
 * Date: 2020-05-20T18:09Z
 * 
 */
@font-face {
    font-family: "summernote";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../plugins/summernote/font/summernote.eot);
    src: url(../plugins/summernote/font/summernote.eot?#iefix) format("embedded-opentype"), url(../plugins/summernote/font/summernote.woff2) format("woff2"), url(../plugins/summernote/font/summernote.woff) format("woff"), url(../plugins/summernote/font/summernote.ttf) format("truetype");
}

[class^=note-icon]:before,
[class*=" note-icon"]:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak-as: none;
}

.note-icon-fw {
    text-align: center;
    width: 1.25em;
}

.note-icon-border {
    border: solid 0.08em #eae8f1;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.note-icon-pull-left {
    float: left;
}

.note-icon-pull-right {
    float: right;
}

.note-icon.note-icon-pull-left {
    margin-right: 0.3em;
}

.note-icon.note-icon-pull-right {
    margin-left: 0.3em;
}

.note-icon-align::before {
    content: "\ea01";
}

.note-icon-align-center::before {
    content: "\ea02";
}

.note-icon-align-indent::before {
    content: "\ea03";
}

.note-icon-align-justify::before {
    content: "\ea04";
}

.note-icon-align-left::before {
    content: "\ea05";
}

.note-icon-align-outdent::before {
    content: "\ea06";
}

.note-icon-align-right::before {
    content: "\ea07";
}

.note-icon-arrow-circle-down::before {
    content: "\ea08";
}

.note-icon-arrow-circle-left::before {
    content: "\ea09";
}

.note-icon-arrow-circle-right::before {
    content: "\ea0a";
}

.note-icon-arrow-circle-up::before {
    content: "\ea0b";
}

.note-icon-arrows-alt::before {
    content: "\ea0c";
}

.note-icon-arrows-h::before {
    content: "\ea0d";
}

.note-icon-arrows-v::before {
    content: "\ea0e";
}

.note-icon-bold::before {
    content: "\ea0f";
}

.note-icon-caret::before {
    content: "\ea10";
}

.note-icon-chain-broken::before {
    content: "\ea11";
}

.note-icon-circle::before {
    content: "\ea12";
}

.note-icon-close::before {
    content: "\ea13";
}

.note-icon-code::before {
    content: "\ea14";
}

.note-icon-col-after::before {
    content: "\ea15";
}

.note-icon-col-before::before {
    content: "\ea16";
}

.note-icon-col-remove::before {
    content: "\ea17";
}

.note-icon-eraser::before {
    content: "\ea18";
}

.note-icon-float-left::before {
    content: "\ea19";
}

.note-icon-float-none::before {
    content: "\ea1a";
}

.note-icon-float-right::before {
    content: "\ea1b";
}

.note-icon-font::before {
    content: "\ea1c";
}

.note-icon-frame::before {
    content: "\ea1d";
}

.note-icon-italic::before {
    content: "\ea1e";
}

.note-icon-link::before {
    content: "\ea1f";
}

.note-icon-magic::before {
    content: "\ea20";
}

.note-icon-menu-check::before {
    content: "\ea21";
}

.note-icon-minus::before {
    content: "\ea22";
}

.note-icon-orderedlist::before {
    content: "\ea23";
}

.note-icon-pencil::before {
    content: "\ea24";
}

.note-icon-picture::before {
    content: "\ea25";
}

.note-icon-question::before {
    content: "\ea26";
}

.note-icon-redo::before {
    content: "\ea27";
}

.note-icon-rollback::before {
    content: "\ea28";
}

.note-icon-row-above::before {
    content: "\ea29";
}

.note-icon-row-below::before {
    content: "\ea2a";
}

.note-icon-row-remove::before {
    content: "\ea2b";
}

.note-icon-special-character::before {
    content: "\ea2c";
}

.note-icon-square::before {
    content: "\ea2d";
}

.note-icon-strikethrough::before {
    content: "\ea2e";
}

.note-icon-subscript::before {
    content: "\ea2f";
}

.note-icon-summernote::before {
    content: "\ea30";
}

.note-icon-superscript::before {
    content: "\ea31";
}

.note-icon-table::before {
    content: "\ea32";
}

.note-icon-text-height::before {
    content: "\ea33";
}

.note-icon-trash::before {
    content: "\ea34";
}

.note-icon-underline::before {
    content: "\ea35";
}

.note-icon-undo::before {
    content: "\ea36";
}

.note-icon-unorderedlist::before {
    content: "\ea37";
}

.note-icon-video::before {
    content: "\ea38";
}

.note-editor {
    position: relative;
}

    .note-editor .note-dropzone {
        position: absolute;
        display: none;
        z-index: 100;
        color: #87cefa;
        background-color: #fff;
        opacity: 0.95;
    }

        .note-editor .note-dropzone .note-dropzone-message {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 28px;
            font-weight: 700;
        }

        .note-editor .note-dropzone.hover {
            color: #098ddf;
        }

    .note-editor.dragover .note-dropzone {
        display: table;
    }

    .note-editor .note-editing-area {
        position: relative;
    }

        .note-editor .note-editing-area .note-editable {
            outline: none;
        }

            .note-editor .note-editing-area .note-editable sup {
                vertical-align: super;
            }

            .note-editor .note-editing-area .note-editable sub {
                vertical-align: sub;
            }

            .note-editor .note-editing-area .note-editable img.note-float-left {
                margin-right: 10px;
            }

            .note-editor .note-editing-area .note-editable img.note-float-right {
                margin-left: 10px;
            }

    .note-editor.note-frame,
    .note-editor.note-airframe {
        border: 1px solid #eaedf7;
    }

        .note-editor.note-frame.codeview .note-editing-area .note-editable,
        .note-editor.note-airframe.codeview .note-editing-area .note-editable {
            display: none;
        }

        .note-editor.note-frame.codeview .note-editing-area .note-codable,
        .note-editor.note-airframe.codeview .note-editing-area .note-codable {
            display: block;
        }

        .note-editor.note-frame .note-editing-area,
        .note-editor.note-airframe .note-editing-area {
            overflow: hidden;
        }

            .note-editor.note-frame .note-editing-area .note-editable,
            .note-editor.note-airframe .note-editing-area .note-editable {
                padding: 10px;
                overflow: auto;
                word-wrap: break-word;
            }

                .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false],
                .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false] {
                    background-color: #8080801d;
                }

            .note-editor.note-frame .note-editing-area .note-codable,
            .note-editor.note-airframe .note-editing-area .note-codable {
                display: none;
                width: 100%;
                padding: 10px;
                border: none;
                box-shadow: none;
                font-family: Menlo, Monaco, monospace, sans-serif;
                font-size: 14px;
                color: #ccc;
                background-color: #222;
                resize: none;
                outline: none;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
                border-radius: 0;
                margin-bottom: 0;
            }

        .note-editor.note-frame.fullscreen,
        .note-editor.note-airframe.fullscreen {
            position: fixed;
            top: 0;
            left: 0;
            width: 100% !important;
            z-index: 1050;
        }

            .note-editor.note-frame.fullscreen .note-resizebar,
            .note-editor.note-airframe.fullscreen .note-resizebar {
                display: none;
            }

        .note-editor.note-frame .note-status-output,
        .note-editor.note-airframe .note-status-output {
            display: block;
            width: 100%;
            font-size: 14px;
            line-height: 1.42857143;
            height: 20px;
            margin-bottom: 0;
            color: #000;
            border: 0;
            border-top: 1px solid #e2e2e2;
        }

            .note-editor.note-frame .note-status-output:empty,
            .note-editor.note-airframe .note-status-output:empty {
                height: 0;
                border-top: 0 solid transparent;
            }

            .note-editor.note-frame .note-status-output .pull-right,
            .note-editor.note-airframe .note-status-output .pull-right {
                float: right !important;
            }

            .note-editor.note-frame .note-status-output .text-muted,
            .note-editor.note-airframe .note-status-output .text-muted {
                color: #777;
            }

            .note-editor.note-frame .note-status-output .text-primary,
            .note-editor.note-airframe .note-status-output .text-primary {
                color: #286090;
            }

            .note-editor.note-frame .note-status-output .text-success,
            .note-editor.note-airframe .note-status-output .text-success {
                color: #3c763d;
            }

            .note-editor.note-frame .note-status-output .text-info,
            .note-editor.note-airframe .note-status-output .text-info {
                color: #31708f;
            }

            .note-editor.note-frame .note-status-output .text-warning,
            .note-editor.note-airframe .note-status-output .text-warning {
                color: #8a6d3b;
            }

            .note-editor.note-frame .note-status-output .text-danger,
            .note-editor.note-airframe .note-status-output .text-danger {
                color: #a94442;
            }

            .note-editor.note-frame .note-status-output .alert,
            .note-editor.note-airframe .note-status-output .alert {
                margin: -7px 0 0 0;
                padding: 7px 10px 2px 10px;
                border-radius: 0;
                color: #000;
                background-color: #f5f5f5;
            }

                .note-editor.note-frame .note-status-output .alert .note-icon,
                .note-editor.note-airframe .note-status-output .alert .note-icon {
                    margin-right: 5px;
                }

            .note-editor.note-frame .note-status-output .alert-success,
            .note-editor.note-airframe .note-status-output .alert-success {
                color: #3c763d !important;
                background-color: #dff0d8 !important;
            }

            .note-editor.note-frame .note-status-output .alert-info,
            .note-editor.note-airframe .note-status-output .alert-info {
                color: #31708f !important;
                background-color: #d9edf7 !important;
            }

            .note-editor.note-frame .note-status-output .alert-warning,
            .note-editor.note-airframe .note-status-output .alert-warning {
                color: #8a6d3b !important;
                background-color: #fcf8e3 !important;
            }

            .note-editor.note-frame .note-status-output .alert-danger,
            .note-editor.note-airframe .note-status-output .alert-danger {
                color: #a94442 !important;
                background-color: #f2dede !important;
            }

        .note-editor.note-frame .note-statusbar,
        .note-editor.note-airframe .note-statusbar {
            background-color: #f9faff;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border-top: 1px solid #eaedf7;
        }

            .note-editor.note-frame .note-statusbar .note-resizebar,
            .note-editor.note-airframe .note-statusbar .note-resizebar {
                padding-top: 1px;
                height: 9px;
                width: 100%;
                cursor: ns-resize;
            }

                .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar,
                .note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar {
                    width: 20px;
                    margin: 1px auto;
                    border-top: 1px solid #dde1ec;
                }

            .note-editor.note-frame .note-statusbar.locked .note-resizebar,
            .note-editor.note-airframe .note-statusbar.locked .note-resizebar {
                cursor: default;
            }

                .note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar,
                .note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar {
                    display: none;
                }

        .note-editor.note-frame .note-placeholder {
            padding: 10px;
        }

    .note-editor.note-airframe {
        border: 0;
    }

        .note-editor.note-airframe .note-placeholder {
            padding: 10px;
        }

        .note-editor.note-airframe .note-editing-area .note-editable {
            padding: 0;
        }

.note-popover.popover {
    display: none;
    max-width: none;
}

    .note-popover.popover .popover-content a {
        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }

    .note-popover.popover .arrow {
        left: 20px !important;
    }

.note-toolbar {
    position: relative;
}

.note-popover .popover-content,
.note-editor .note-toolbar {
    margin: 0;
    padding: 5px 10px 10px;
    background: #f5f8ff;
    border-radius: 5px 0 0 0;
}

    .note-popover .popover-content > .note-btn-group,
    .note-editor .note-toolbar > .note-btn-group {
        margin-top: 5px;
        margin-left: 0;
        margin-right: 5px;
    }

    .note-popover .popover-content .note-btn-group .note-table,
    .note-editor .note-toolbar .note-btn-group .note-table {
        min-width: 0;
        padding: 5px;
    }

        .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker,
        .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker {
            font-size: 18px;
        }

            .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
            .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
                position: absolute !important;
                z-index: 3;
                width: 10em;
                height: 10em;
                cursor: pointer;
            }

            .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
            .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
                position: relative !important;
                z-index: 1;
                width: 5em;
                height: 5em;
                background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
            }

            .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
            .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
                position: absolute !important;
                z-index: 2;
                width: 1em;
                height: 1em;
                background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
            }

    .note-popover .popover-content .note-style .dropdown-style blockquote,
    .note-popover .popover-content .note-style .dropdown-style pre {
        margin: 0;
        padding: 5px 10px;
    }

    .note-editor .note-toolbar .note-style .dropdown-style blockquote,
    .note-editor .note-toolbar .note-style .dropdown-style pre {
        margin: 0;
        padding: 5px 10px;
    }

    .note-popover .popover-content .note-style .dropdown-style h1,
    .note-popover .popover-content .note-style .dropdown-style h2,
    .note-popover .popover-content .note-style .dropdown-style h3,
    .note-popover .popover-content .note-style .dropdown-style h4,
    .note-popover .popover-content .note-style .dropdown-style h5,
    .note-popover .popover-content .note-style .dropdown-style h6,
    .note-popover .popover-content .note-style .dropdown-style p {
        margin: 0;
        padding: 0;
    }

    .note-editor .note-toolbar .note-style .dropdown-style h1,
    .note-editor .note-toolbar .note-style .dropdown-style h2,
    .note-editor .note-toolbar .note-style .dropdown-style h3,
    .note-editor .note-toolbar .note-style .dropdown-style h4,
    .note-editor .note-toolbar .note-style .dropdown-style h5,
    .note-editor .note-toolbar .note-style .dropdown-style h6,
    .note-editor .note-toolbar .note-style .dropdown-style p {
        margin: 0;
        padding: 0;
    }

    .note-popover .popover-content .note-color-all .note-dropdown-menu,
    .note-editor .note-toolbar .note-color-all .note-dropdown-menu {
        min-width: 337px;
    }

    .note-popover .popover-content .note-color .dropdown-toggle,
    .note-editor .note-toolbar .note-color .dropdown-toggle {
        width: 20px;
        padding-left: 5px;
    }

    .note-popover .popover-content .note-color .note-dropdown-menu .note-palette,
    .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette {
        display: inline-block;
        margin: 0;
        width: 160px;
    }

        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child,
        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child {
            margin: 0 5px;
        }

        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title,
        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title {
            font-size: 12px;
            margin: 2px 7px;
            text-align: center;
            border-bottom: 1px solid #eae8f1;
        }

        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
            font-size: 11px;
            margin: 3px;
            padding: 0 3px;
            cursor: pointer;
            width: 100%;
            border-radius: 5px;
        }

        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
            font-size: 11px;
            margin: 3px;
            padding: 0 3px;
            cursor: pointer;
            width: 100%;
            border-radius: 5px;
        }

        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
            background: #eae8f1;
        }

        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
            background: #eae8f1;
        }

        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row,
        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row {
            height: 20px;
        }

        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
            display: none;
        }

        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
            border: 1px solid #eae8f1;
        }

    .note-popover .popover-content .note-para .note-dropdown-menu,
    .note-editor .note-toolbar .note-para .note-dropdown-menu {
        min-width: 228px;
        padding: 5px;
    }

        .note-popover .popover-content .note-para .note-dropdown-menu > div + div,
        .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div {
            margin-left: 5px;
        }

    .note-popover .popover-content .note-dropdown-menu,
    .note-editor .note-toolbar .note-dropdown-menu {
        min-width: 160px;
    }

        .note-popover .popover-content .note-dropdown-menu.right,
        .note-editor .note-toolbar .note-dropdown-menu.right {
            right: 0;
            left: auto;
        }

            .note-popover .popover-content .note-dropdown-menu.right::before,
            .note-editor .note-toolbar .note-dropdown-menu.right::before {
                right: 9px;
                left: auto !important;
            }

            .note-popover .popover-content .note-dropdown-menu.right::after,
            .note-editor .note-toolbar .note-dropdown-menu.right::after {
                right: 10px;
                left: auto !important;
            }

        .note-popover .popover-content .note-dropdown-menu.note-check a i,
        .note-editor .note-toolbar .note-dropdown-menu.note-check a i {
            color: #00bfff;
            visibility: hidden;
        }

        .note-popover .popover-content .note-dropdown-menu.note-check a.checked i,
        .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i {
            visibility: visible;
        }

    .note-popover .popover-content .note-fontsize-10,
    .note-editor .note-toolbar .note-fontsize-10 {
        font-size: 10px;
    }

    .note-popover .popover-content .note-color-palette,
    .note-editor .note-toolbar .note-color-palette {
        line-height: 1;
    }

        .note-popover .popover-content .note-color-palette div .note-color-btn,
        .note-editor .note-toolbar .note-color-palette div .note-color-btn {
            width: 20px;
            height: 20px;
            padding: 0;
            margin: 0;
            border: 0;
            border-radius: 0;
        }

            .note-popover .popover-content .note-color-palette div .note-color-btn:hover,
            .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover {
                transform: scale(1.2);
                transition: all 0.2s;
            }

.note-modal .modal-dialog {
    outline: 0;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.note-modal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.note-modal .note-modal-form {
    margin: 0;
}

.note-modal .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    color: #d3d3d3;
    text-align: center;
    border: 4px dashed #d3d3d3;
    margin-bottom: 10px;
}

@-moz-document url-prefix() {
    .note-modal .note-image-input {
        height: auto;
    }
}

.note-placeholder {
    position: absolute;
    display: none;
    color: gray;
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000;
}

    .note-handle .note-control-selection > div {
        position: absolute;
    }

    .note-handle .note-control-selection .note-control-selection-bg {
        width: 100%;
        height: 100%;
        background-color: #000;
        -webkit-opacity: 0.3;
        -khtml-opacity: 0.3;
        -moz-opacity: 0.3;
        opacity: 0.3;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
        filter: alpha(opacity=30);
    }

    .note-handle .note-control-selection .note-control-handle,
    .note-handle .note-control-selection .note-control-sizing,
    .note-handle .note-control-selection .note-control-holder {
        width: 7px;
        height: 7px;
        border: 1px solid #000;
    }

    .note-handle .note-control-selection .note-control-sizing {
        background-color: #000;
    }

    .note-handle .note-control-selection .note-control-nw {
        top: -5px;
        left: -5px;
        border-right: none;
        border-bottom: none;
    }

    .note-handle .note-control-selection .note-control-ne {
        top: -5px;
        right: -5px;
        border-bottom: none;
        border-left: none;
    }

    .note-handle .note-control-selection .note-control-sw {
        bottom: -5px;
        left: -5px;
        border-top: none;
        border-right: none;
    }

    .note-handle .note-control-selection .note-control-se {
        right: -5px;
        bottom: -5px;
        cursor: se-resize;
    }

        .note-handle .note-control-selection .note-control-se.note-control-holder {
            cursor: default;
            border-top: none;
            border-left: none;
        }

    .note-handle .note-control-selection .note-control-selection-info {
        right: 0;
        bottom: 0;
        padding: 5px;
        margin: 5px;
        color: #fff;
        background-color: #000;
        font-size: 12px;
        border-radius: 5px;
        -webkit-opacity: 0.7;
        -khtml-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
        filter: alpha(opacity=70);
    }

.note-hint-popover {
    min-width: 100px;
    padding: 2px;
}

    .note-hint-popover .popover-content {
        padding: 3px;
        max-height: 150px;
        overflow: auto;
    }

        .note-hint-popover .popover-content .note-hint-group .note-hint-item {
            display: block !important;
            padding: 3px;
        }

            .note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
            .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
                display: block;
                clear: both;
                font-weight: 400;
                line-height: 1.4;
                color: #fff;
                white-space: nowrap;
                text-decoration: none;
                background-color: #428bca;
                outline: 0;
                cursor: pointer;
            }

.note-toolbar {
    background: #8080801d;
}

.note-btn-group .note-btn {
    border-color: #d7dcec;
    padding: 0.28rem 0.65rem;
    font-size: 13px;
}

@font-face {
    font-family: summernote;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../plugins/summernote-editor/font/summernote.eot);
    src: url(../plugins/summernote-editor/font/summernote.eot?#iefix) format("embedded-opentype"), url(../plugins/summernote-editor/font/summernote.woff2) format("woff2"), url(../plugins/summernote-editor/font/summernote.woff) format("woff"), url(../plugins/summernote-editor/font/summernote.ttf) format("truetype");
}

[class*=" note-icon"]:before,
[class^=note-icon]:before {
    display: inline-block;
    font-family: summernote;
    font-style: normal;
    font-size: inherit;
    text-decoration: inherit;
    text-rendering: auto;
    text-transform: none;
    vertical-align: middle;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak-as: none;
}

.note-icon-fw {
    text-align: center;
    width: 1.25em;
}

.note-icon-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.note-icon-pull-left {
    float: left;
}

.note-icon-pull-right {
    float: right;
}

.note-icon.note-icon-pull-left {
    margin-right: 0.3em;
}

.note-icon.note-icon-pull-right {
    margin-left: 0.3em;
}

.note-icon-align:before {
    content: "\ea01";
}

.note-icon-align-center:before {
    content: "\ea02";
}

.note-icon-align-indent:before {
    content: "\ea03";
}

.note-icon-align-justify:before {
    content: "\ea04";
}

.note-icon-align-left:before {
    content: "\ea05";
}

.note-icon-align-outdent:before {
    content: "\ea06";
}

.note-icon-align-right:before {
    content: "\ea07";
}

.note-icon-arrow-circle-down:before {
    content: "\ea08";
}

.note-icon-arrow-circle-left:before {
    content: "\ea09";
}

.note-icon-arrow-circle-right:before {
    content: "\ea0a";
}

.note-icon-arrow-circle-up:before {
    content: "\ea0b";
}

.note-icon-arrows-alt:before {
    content: "\ea0c";
}

.note-icon-arrows-h:before {
    content: "\ea0d";
}

.note-icon-arrows-v:before {
    content: "\ea0e";
}

.note-icon-bold:before {
    content: "\ea0f";
}

.note-icon-caret:before {
    content: "\ea10";
}

.note-icon-chain-broken:before {
    content: "\ea11";
}

.note-icon-circle:before {
    content: "\ea12";
}

.note-icon-close:before {
    content: "\ea13";
}

.note-icon-code:before {
    content: "\ea14";
}

.note-icon-col-after:before {
    content: "\ea15";
}

.note-icon-col-before:before {
    content: "\ea16";
}

.note-icon-col-remove:before {
    content: "\ea17";
}

.note-icon-eraser:before {
    content: "\ea18";
}

.note-icon-float-left:before {
    content: "\ea19";
}

.note-icon-float-none:before {
    content: "\ea1a";
}

.note-icon-float-right:before {
    content: "\ea1b";
}

.note-icon-font:before {
    content: "\ea1c";
}

.note-icon-frame:before {
    content: "\ea1d";
}

.note-icon-italic:before {
    content: "\ea1e";
}

.note-icon-link:before {
    content: "\ea1f";
}

.note-icon-magic:before {
    content: "\ea20";
}

.note-icon-menu-check:before {
    content: "\ea21";
}

.note-icon-minus:before {
    content: "\ea22";
}

.note-icon-orderedlist:before {
    content: "\ea23";
}

.note-icon-pencil:before {
    content: "\ea24";
}

.note-icon-picture:before {
    content: "\ea25";
}

.note-icon-question:before {
    content: "\ea26";
}

.note-icon-redo:before {
    content: "\ea27";
}

.note-icon-rollback:before {
    content: "\ea28";
}

.note-icon-row-above:before {
    content: "\ea29";
}

.note-icon-row-below:before {
    content: "\ea2a";
}

.note-icon-row-remove:before {
    content: "\ea2b";
}

.note-icon-special-character:before {
    content: "\ea2c";
}

.note-icon-square:before {
    content: "\ea2d";
}

.note-icon-strikethrough:before {
    content: "\ea2e";
}

.note-icon-subscript:before {
    content: "\ea2f";
}

.note-icon-summernote:before {
    content: "\ea30";
}

.note-icon-superscript:before {
    content: "\ea31";
}

.note-icon-table:before {
    content: "\ea32";
}

.note-icon-text-height:before {
    content: "\ea33";
}

.note-icon-trash:before {
    content: "\ea34";
}

.note-icon-underline:before {
    content: "\ea35";
}

.note-icon-undo:before {
    content: "\ea36";
}

.note-icon-unorderedlist:before {
    content: "\ea37";
}

.note-icon-video:before {
    content: "\ea38";
}

.note-editor {
    position: relative;
}

    .note-editor .note-dropzone {
        position: absolute;
        display: none;
        z-index: 100;
        color: #87cefa;
        background-color: #fff;
        opacity: 0.95;
    }

        .note-editor .note-dropzone .note-dropzone-message {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 28px;
            font-weight: 700;
        }

        .note-editor .note-dropzone.hover {
            color: #098ddf;
        }

    .note-editor.dragover .note-dropzone {
        display: table;
    }

    .note-editor .note-editing-area {
        position: relative;
    }

        .note-editor .note-editing-area .note-editable {
            outline: none;
        }

            .note-editor .note-editing-area .note-editable sup {
                vertical-align: super;
            }

            .note-editor .note-editing-area .note-editable sub {
                vertical-align: sub;
            }

            .note-editor .note-editing-area .note-editable img.note-float-left {
                margin-right: 10px;
            }

            .note-editor .note-editing-area .note-editable img.note-float-right {
                margin-left: 10px;
            }

    .note-editor.note-airframe,
    .note-editor.note-frame {
        border: 1px solid #eae8f1;
        border-radius: 10px;
        overflow: hidden;
    }

        .note-editor.note-airframe.codeview .note-editing-area .note-editable,
        .note-editor.note-frame.codeview .note-editing-area .note-editable {
            display: none;
        }

        .note-editor.note-airframe.codeview .note-editing-area .note-codable,
        .note-editor.note-frame.codeview .note-editing-area .note-codable {
            display: block;
        }

        .note-editor.note-airframe .note-editing-area,
        .note-editor.note-frame .note-editing-area {
            overflow: hidden;
        }

            .note-editor.note-airframe .note-editing-area .note-editable,
            .note-editor.note-frame .note-editing-area .note-editable {
                padding: 10px;
                overflow: auto;
                word-wrap: break-word;
                min-height: 300px;
            }

                .note-editor.note-airframe .note-editing-area .note-editable[contenteditable=false],
                .note-editor.note-frame .note-editing-area .note-editable[contenteditable=false] {
                    background-color: rgba(128, 128, 128, 0.11);
                }

            .note-editor.note-airframe .note-editing-area .note-codable,
            .note-editor.note-frame .note-editing-area .note-codable {
                display: none;
                width: 100%;
                padding: 10px;
                border: none;
                box-shadow: none;
                font-family: Menlo, Monaco, monospace, sans-serif;
                font-size: 14px;
                color: #ccc;
                background-color: #222;
                resize: none;
                outline: none;
                -ms-box-sizing: border-box;
                box-sizing: border-box;
                border-radius: 0;
                margin-bottom: 0;
            }

        .note-editor.note-airframe.fullscreen,
        .note-editor.note-frame.fullscreen {
            position: fixed;
            top: 0;
            left: 0;
            width: 100% !important;
            z-index: 1050;
        }

            .note-editor.note-airframe.fullscreen .note-resizebar,
            .note-editor.note-frame.fullscreen .note-resizebar {
                display: none;
            }

        .note-editor.note-airframe .note-status-output,
        .note-editor.note-frame .note-status-output {
            display: block;
            width: 100%;
            font-size: 14px;
            line-height: 1.42857143;
            height: 20px;
            margin-bottom: 0;
            color: #000;
            border: 0;
            border-top: 1px solid #e2e2e2;
        }

            .note-editor.note-airframe .note-status-output:empty,
            .note-editor.note-frame .note-status-output:empty {
                height: 0;
                border-top: 0 solid transparent;
            }

            .note-editor.note-airframe .note-status-output .pull-right,
            .note-editor.note-frame .note-status-output .pull-right {
                float: right !important;
            }

            .note-editor.note-airframe .note-status-output .text-muted,
            .note-editor.note-frame .note-status-output .text-muted {
                color: #777;
            }

            .note-editor.note-airframe .note-status-output .text-primary,
            .note-editor.note-frame .note-status-output .text-primary {
                color: var(--primary-bg-color);
            }

            .note-editor.note-airframe .note-status-output .text-success,
            .note-editor.note-frame .note-status-output .text-success {
                color: #3c763d;
            }

            .note-editor.note-airframe .note-status-output .text-info,
            .note-editor.note-frame .note-status-output .text-info {
                color: #31708f;
            }

            .note-editor.note-airframe .note-status-output .text-warning,
            .note-editor.note-frame .note-status-output .text-warning {
                color: #8a6d3b;
            }

            .note-editor.note-airframe .note-status-output .text-danger,
            .note-editor.note-frame .note-status-output .text-danger {
                color: #a94442;
            }

            .note-editor.note-airframe .note-status-output .alert,
            .note-editor.note-frame .note-status-output .alert {
                margin: -7px 0 0;
                padding: 7px 10px 2px;
                border-radius: 0;
                color: #000;
                background-color: #f5f5f5;
            }

                .note-editor.note-airframe .note-status-output .alert .note-icon,
                .note-editor.note-frame .note-status-output .alert .note-icon {
                    margin-right: 5px;
                }

            .note-editor.note-airframe .note-status-output .alert-success,
            .note-editor.note-frame .note-status-output .alert-success {
                color: #3c763d !important;
                background-color: #dff0d8 !important;
            }

            .note-editor.note-airframe .note-status-output .alert-info,
            .note-editor.note-frame .note-status-output .alert-info {
                color: #31708f !important;
                background-color: #d9edf7 !important;
            }

            .note-editor.note-airframe .note-status-output .alert-warning,
            .note-editor.note-frame .note-status-output .alert-warning {
                color: #8a6d3b !important;
                background-color: #fcf8e3 !important;
            }

            .note-editor.note-airframe .note-status-output .alert-danger,
            .note-editor.note-frame .note-status-output .alert-danger {
                color: #a94442 !important;
                background-color: #f2dede !important;
            }

        .note-editor.note-airframe .note-statusbar,
        .note-editor.note-frame .note-statusbar {
            background-color: rgba(128, 128, 128, 0.11);
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            border-top: 1px solid rgba(0, 0, 0, 0.2);
        }

            .note-editor.note-airframe .note-statusbar .note-resizebar,
            .note-editor.note-frame .note-statusbar .note-resizebar {
                padding-top: 1px;
                height: 9px;
                width: 100%;
                cursor: ns-resize;
            }

                .note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
                .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
                    width: 20px;
                    margin: 1px auto;
                    border-top: 1px solid rgba(0, 0, 0, 0.2);
                }

            .note-editor.note-airframe .note-statusbar.locked .note-resizebar,
            .note-editor.note-frame .note-statusbar.locked .note-resizebar {
                cursor: default;
            }

                .note-editor.note-airframe .note-statusbar.locked .note-resizebar .note-icon-bar,
                .note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
                    display: none;
                }

        .note-editor.note-airframe .note-placeholder,
        .note-editor.note-frame .note-placeholder {
            padding: 10px;
        }

    .note-editor.note-airframe {
        border: 0;
    }

        .note-editor.note-airframe .note-editing-area .note-editable {
            padding: 0;
        }

.note-popover.popover {
    display: none;
    max-width: none;
}

    .note-popover.popover .popover-content a {
        display: inline-block;
        max-width: 200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }

    .note-popover.popover .arrow {
        left: 20px !important;
    }

.note-toolbar {
    position: relative;
}

.note-editor .note-toolbar,
.note-popover .popover-content {
    margin: 0;
    padding: 0 0 5px 5px;
}

    .note-editor .note-toolbar > .note-btn-group,
    .note-popover .popover-content > .note-btn-group {
        margin-top: 5px;
        margin-left: 0;
        margin-right: 5px;
    }

    .note-editor .note-toolbar .note-btn-group .note-table,
    .note-popover .popover-content .note-btn-group .note-table {
        min-width: 0;
        padding: 5px;
    }

        .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker,
        .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker {
            font-size: 18px;
        }

            .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
            .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
                position: absolute !important;
                z-index: 3;
                width: 10em;
                height: 10em;
                cursor: pointer;
            }

            .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
            .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
                position: relative !important;
                z-index: 1;
                width: 5em;
                height: 5em;
                background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
            }

            .note-editor .note-toolbar .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
            .note-popover .popover-content .note-btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
                position: absolute !important;
                z-index: 2;
                width: 1em;
                height: 1em;
                background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
            }

    .note-editor .note-toolbar .note-style .dropdown-style blockquote,
    .note-editor .note-toolbar .note-style .dropdown-style pre {
        margin: 0;
        padding: 5px 10px;
    }

    .note-popover .popover-content .note-style .dropdown-style blockquote,
    .note-popover .popover-content .note-style .dropdown-style pre {
        margin: 0;
        padding: 5px 10px;
    }

    .note-editor .note-toolbar .note-style .dropdown-style h1,
    .note-editor .note-toolbar .note-style .dropdown-style h2,
    .note-editor .note-toolbar .note-style .dropdown-style h3,
    .note-editor .note-toolbar .note-style .dropdown-style h4,
    .note-editor .note-toolbar .note-style .dropdown-style h5,
    .note-editor .note-toolbar .note-style .dropdown-style h6,
    .note-editor .note-toolbar .note-style .dropdown-style p {
        margin: 0;
        padding: 0;
    }

    .note-popover .popover-content .note-style .dropdown-style h1,
    .note-popover .popover-content .note-style .dropdown-style h2,
    .note-popover .popover-content .note-style .dropdown-style h3,
    .note-popover .popover-content .note-style .dropdown-style h4,
    .note-popover .popover-content .note-style .dropdown-style h5,
    .note-popover .popover-content .note-style .dropdown-style h6,
    .note-popover .popover-content .note-style .dropdown-style p {
        margin: 0;
        padding: 0;
    }

    .note-editor .note-toolbar .note-color-all .note-dropdown-menu,
    .note-popover .popover-content .note-color-all .note-dropdown-menu {
        min-width: 369px !important
    }

    .note-editor .note-toolbar .note-color .dropdown-toggle,
    .note-popover .popover-content .note-color .dropdown-toggle {
        width: 20px;
        padding-left: 5px;
    }

    .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette,
    .note-popover .popover-content .note-color .note-dropdown-menu .note-palette {
        display: inline-block;
        margin: 0;
        width: 160px;
    }

        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette:first-child,
        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette:first-child {
            margin: 0 5px;
        }

        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title,
        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-palette-title {
            font-size: 12px;
            margin: 2px 7px;
            text-align: center;
            border-bottom: 1px solid #eee;
        }

        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset,
        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select {
            font-size: 11px;
            margin: 3px;
            padding: 0 3px;
            cursor: pointer;
            width: 100%;
            border-radius: 5px;
        }

        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select {
            font-size: 11px;
            margin: 3px;
            padding: 0 3px;
            cursor: pointer;
            width: 100%;
            border-radius: 5px;
        }

        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
            background: #eee;
        }

        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
            background: #eee;
        }

        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-row,
        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-row {
            height: 20px;
        }

        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select-btn,
        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select-btn {
            display: none;
        }

        .note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn,
        .note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-holder-custom .note-color-btn {
            border: 1px solid #eee;
        }

    .note-editor .note-toolbar .note-para .note-dropdown-menu,
    .note-popover .popover-content .note-para .note-dropdown-menu {
        min-width: 245px !important;
        padding: 5px;
    }

        .note-editor .note-toolbar .note-para .note-dropdown-menu > div + div,
        .note-popover .popover-content .note-para .note-dropdown-menu > div + div {
            margin-left: 5px;
        }

    .note-editor .note-toolbar .note-dropdown-menu,
    .note-popover .popover-content .note-dropdown-menu {
        min-width: 160px;
    }

        .note-editor .note-toolbar .note-dropdown-menu.right,
        .note-popover .popover-content .note-dropdown-menu.right {
            right: 0;
            left: auto;
        }

            .note-editor .note-toolbar .note-dropdown-menu.right:before,
            .note-popover .popover-content .note-dropdown-menu.right:before {
                right: 9px;
                left: auto !important;
            }

            .note-editor .note-toolbar .note-dropdown-menu.right:after,
            .note-popover .popover-content .note-dropdown-menu.right:after {
                right: 10px;
                left: auto !important;
            }

        .note-editor .note-toolbar .note-dropdown-menu.note-check a i,
        .note-popover .popover-content .note-dropdown-menu.note-check a i {
            color: #00bfff;
            visibility: hidden;
        }

        .note-editor .note-toolbar .note-dropdown-menu.note-check a.checked i,
        .note-popover .popover-content .note-dropdown-menu.note-check a.checked i {
            visibility: visible;
        }

    .note-editor .note-toolbar .note-fontsize-10,
    .note-popover .popover-content .note-fontsize-10 {
        font-size: 10px;
    }

    .note-editor .note-toolbar .note-color-palette,
    .note-popover .popover-content .note-color-palette {
        line-height: 1;
    }

        .note-editor .note-toolbar .note-color-palette div .note-color-btn,
        .note-popover .popover-content .note-color-palette div .note-color-btn {
            width: 20px;
            height: 20px;
            padding: 0;
            margin: 0;
            border: 0;
            border-radius: 0;
        }

            .note-editor .note-toolbar .note-color-palette div .note-color-btn:hover,
            .note-popover .popover-content .note-color-palette div .note-color-btn:hover {
                transform: scale(1.2);
                transition: all 0.2s;
            }

.note-modal .modal-dialog {
    outline: 0;
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.note-modal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.note-modal .note-modal-form {
    margin: 0;
}

.note-modal .note-image-dialog .note-dropzone {
    min-height: 100px;
    font-size: 30px;
    line-height: 4;
    color: #d3d3d3;
    text-align: center;
    border: 4px dashed #d3d3d3;
    margin-bottom: 10px;
}

@-moz-document url-prefix() {
    .note-modal .note-image-input {
        height: auto;
    }
}

.note-placeholder {
    position: absolute;
    display: none;
    color: grey;
}

.note-handle .note-control-selection {
    position: absolute;
    display: none;
    border: 1px solid #000;
}

    .note-handle .note-control-selection > div {
        position: absolute;
    }

    .note-handle .note-control-selection .note-control-selection-bg {
        width: 100%;
        height: 100%;
        background-color: #000;
        -webkit-opacity: 0.3;
        -khtml-opacity: 0.3;
        -moz-opacity: 0.3;
        opacity: 0.3;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
        filter: alpha(opacity=30);
    }

    .note-handle .note-control-selection .note-control-handle,
    .note-handle .note-control-selection .note-control-holder {
        width: 7px;
        height: 7px;
        border: 1px solid #000;
    }

    .note-handle .note-control-selection .note-control-sizing {
        width: 7px;
        height: 7px;
        border: 1px solid #000;
        background-color: #000;
    }

    .note-handle .note-control-selection .note-control-nw {
        top: -5px;
        left: -5px;
        border-right: none;
        border-bottom: none;
    }

    .note-handle .note-control-selection .note-control-ne {
        top: -5px;
        right: -5px;
        border-bottom: none;
        border-left: none;
    }

    .note-handle .note-control-selection .note-control-sw {
        bottom: -5px;
        left: -5px;
        border-top: none;
        border-right: none;
    }

    .note-handle .note-control-selection .note-control-se {
        right: -5px;
        bottom: -5px;
        cursor: se-resize;
    }

        .note-handle .note-control-selection .note-control-se.note-control-holder {
            cursor: default;
            border-top: none;
            border-left: none;
        }

    .note-handle .note-control-selection .note-control-selection-info {
        right: 0;
        bottom: 0;
        padding: 5px;
        margin: 5px;
        color: #fff;
        background-color: #000;
        font-size: 12px;
        border-radius: 5px;
        -webkit-opacity: 0.7;
        -khtml-opacity: 0.7;
        -moz-opacity: 0.7;
        opacity: 0.7;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
        filter: alpha(opacity=70);
    }

.note-hint-popover {
    min-width: 100px;
    padding: 2px;
}

    .note-hint-popover .popover-content {
        padding: 3px;
        max-height: 150px;
        overflow: auto;
    }

        .note-hint-popover .popover-content .note-hint-group .note-hint-item {
            display: block !important;
            padding: 3px;
        }

            .note-hint-popover .popover-content .note-hint-group .note-hint-item.active,
            .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
                display: block;
                clear: both;
                font-weight: 400;
                line-height: 1.4;
                color: #fff;
                white-space: nowrap;
                text-decoration: none;
                background-color: var(--primary-bg-color);
                outline: 0;
                cursor: pointer;
            }

.note-btn {
    border-radius: 0px;
}

    .note-btn.dropdown-toggle::after {
        display: none;
    }

.note-editor.note-frame.panel.panel-default .panel-heading {
    background-color: #fff;
    border-bottom: 1px solid #eae8f1;
}

.note-btn.btn-default {
    background-color: #fff;
    border: 1px solid #eae8f1;
}

.note-editor .btn-default:not(:disabled):not(.disabled):active {
    background-color: #ecf0fa;
}

.note-editor .btn-group .btn + .btn-group {
    border-left: 0px solid rgba(0, 0, 0, 0.08) !important;
}

.panel-default.fullscreen .note-editable {
    background-color: #fff;
}

.note-btn.btn.btn-default.btn-sm {
    line-height: 1.84615385;
}

.note-btn.btn-default:not(:disabled):not(.disabled).active {
    color: #031b4e;
    background-color: #ecf0fa;
    border-color: #eae8f1;
}

.sl-overlay {
    background: black !important;
}

.sl-wrapper button, .sl-wrapper .sl-counter {
    color: white !important;
    opacity: 0.5 !important;
}

#partnersContainer img {
    height: 100px;
    margin-right: 50px;
    margin-left: 50px;
}

#countriesContainer img {
    height: 100px;
    margin-right: 10px;
    margin-left: 10px;
}

@media (max-width: 768px) {
    #partnersContainer img {
        height: 65px !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
    }

    #countriesContainer img {
        height: 65px;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
}

@media (max-width: 560px) {
    #partnersContainer img {
        height: 45px !important;
        margin-right: 3px !important;
        margin-left: 3px !important;
    }
}

.header_part #breakingNews {
    border-radius: 0px;
}

    .header_part #breakingNews .scroll-text {
        white-space: nowrap;
        /* animation properties */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -moz-animation: scroll-text 18s linear infinite;
        -webkit-animation: scroll-text 18s linear infinite;
        animation: scroll-text 18s linear infinite;
    }

        .header_part #breakingNews .scroll-text.text-right {
            text-align: right;
            /* animation properties */
            -moz-transform: translateX(-100%);
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            -moz-animation: scroll-text-right 18s linear infinite;
            -webkit-animation: scroll-text-right 18s linear infinite;
            animation: scroll-text-right 18s linear infinite;
        }

    .header_part #breakingNews button.text-right {
        left: 0;
        right: unset;
    }

/* for Firefox */
@-moz-keyframes scroll-text {
    from {
        -moz-transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
    }
}

/* for Chrome */
@-webkit-keyframes scroll-text {
    from {
        -webkit-transform: translateX(100%);
    }

    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-text {
    from {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}


/* for Firefox */
@-moz-keyframes scroll-text-right {
    from {
        -moz-transform: translateX(-100%);
    }

    to {
        -moz-transform: translateX(100%);
    }
}

/* for Chrome */
@-webkit-keyframes scroll-text-right {
    from {
        -webkit-transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(100%);
    }
}

@keyframes scroll-text-right {
    from {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.custom-shadow-sm-approved-trainers-card {
    box-shadow: 0 0.125rem 0.5rem rgb(24 24 24 / 36%) !important;
}

.approved-centers-multi-select .multiselect-native-select .btn-group, .btn-group-vertical {
    position: relative;
    width: 280px !important;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}


.primary-background-center-details {
    background: var(--primary) !important;
}

.grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
}

.border-light {
    border: 2px solid #cccccc29;
}

.text-primary {
    color: #007bff;
}


/*************** Custom CSS Classes ***************/

/* Vision & Mission Section Styles*/
.vision-mission-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vision-mission-card-container {
    display: flex;
}

.vision-mission-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    background: #fff;
    width: 30%;
    padding: 20px;
    z-index: 2;
    position: relative;
}

.vision-img, .mission-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    font-size: 100px;
}

.vision-mission-container .info {
    text-align: center;
}

@media (max-width: 768px) {
    .vision-mission-card-container {
        flex-direction: column;
        align-items: center;
    }

    .vision-mission-card {
        width: 80%;
        margin-bottom: 20px;
    }

    .vision-img, .mission-img {
        width: 150px;
        height: 125px;
        font-size: 80px;
    }

    .title {
        font-size: xx-large;
    }

    .label {
        font-size: x-large;
    }
}

/* Facts Section Styles */
.facts-section {
    position: relative;
    padding: 5rem 0;
    background: #0b5ed7;
    overflow: hidden;
}

.fact-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 1rem;
    padding: 1.5rem;
    margin: 1rem;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    min-height: 280px;
}

    .fact-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    }

.fact-card-icon {
    font-size: 2.5rem;
    color: #0b5ed7;
    margin-bottom: 1.5rem;
}

.fact-title-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.fact-title {
    text-align: center;
    color: #0b5ed7;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fact-sub-title {
    display: block;
    font-size: 0.9rem;
    color: #6c757d;
    margin-top: 0.5rem;
}

.fact-counter {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a3657;
    line-height: 1;
    margin-right: 0.25rem;
}

.fact-plus {
    font-size: 1.5rem;
    color: #0b5ed7;
    font-weight: 600;
}

.fact-section-title {
    color: white !important;
    font-size: 2.5rem !important;
    margin-bottom: 3rem !important;
    position: relative;
    z-index: 2;
}

.fact-stats {
    display: flex;
    align-items: center;
}

.fact-circle_shape_1,
.fact-circle_shape_2 {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.fact-circle_shape_1 {
    width: 300px;
    height: 300px;
    top: -150px;
    right: -150px;
}

.fact-circle_shape_2 {
    width: 200px;
    height: 200px;
    bottom: -100px;
    left: -100px;
}

.bg-blue {
    background: #0b5ed7 !important;
}


/* Team member Styles */
.img-shadow {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    }

.btn-outline-secondary {
    width: 35px;
    height: 35px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Swiper Styles */
.swiper {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.swiper-wrapper {
    height: 20rem !important;
}

.swiper-slide {
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
    color: #0b5ed7;
    top: 50%;
    transform: translateY(-50%);
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background: #ccc;
    opacity: 0.8;
    margin: 0 5px;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #007bff;
    opacity: 1;
}

.team-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0px 15px rgba(2, 6, 23, 0.08);
}

    .team-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 0px 15px rgba(2, 6, 23, 0.08);
    }


@media (max-width: 1200px) {
    .swiper-slide {
        width: calc(33.333% - 20px);
    }
}

@media (max-width: 992px) {
    .swiper-slide {
        width: calc(50% - 15px);
    }
}

@media (max-width: 768px) {
    .swiper-slide {
        width: calc(100% - 10px);
    }

    .title {
        font-size: xx-large;
    }
}

.approved-centers-filterbar .container {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.approved-centers-filterbar form.row {
    gap: 10px;
}

.approved-centers-filterbar .form-control,
.approved-centers-filterbar .multiselect-native-select .btn {
    height: 44px;
    border-radius: 10px;
}

.approved-centers-filterbar .search-courses {
    width: 100%;
}

.approved-centers-filterbar #centerName {
    height: 44px !important;
    border-radius: 10px;
}

.approved-centers-filterbar .btn.btn-primary {
    height: 44px;
    border-radius: 10px;
    width: 100%;
}

/* Remove the fixed 280px that makes alignment odd */
.approved-centers-multi-select .multiselect-native-select .btn-group,
.approved-centers-multi-select .multiselect-native-select .btn {
    width: 100% !important;
}

/* Make columns behave better */
@media (min-width: 992px) {
    .approved-centers-filterbar .col-lg-5 {
        flex: 1 1 320px;
        max-width: none;
    }

    .approved-centers-filterbar .col-lg-3 {
        flex: 0 0 220px;
        max-width: none;
    }

    .approved-centers-filterbar .col-lg-1 {
        flex: 0 0 120px;
        max-width: none;
    }
}



.center-details-page {
    margin-top: 24px;
}

.center-details-hero {
    padding: 42px 0;
    color: #fff;
}

.center-details-title {
    color: #fff;
    font-weight: 700;
    margin: 0 0 12px 0;
}

.center-details-meta {
    display: grid;
    gap: 6px;
    margin-bottom: 18px;
}

.center-details-meta-item {
    display: flex;
    gap: 10px;
    align-items: center;
    opacity: 0.95;
}

.center-details-stats {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 107px;
}

.center-details-stat {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 12px;
    padding: 10px 14px;
    min-width: 180px;
}

.center-details-stat-label {
    font-size: 12px;
    opacity: 0.9;
}

.center-details-stat-value {
    font-size: 16px;
    font-weight: 700;
}

.center-details-logo-card {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,.2);
    max-width: 360px;
    margin-left: auto;
}

.center-details-logo-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

.center-details-body {
    padding: 24px 0 48px 0;
}

.center-details-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 10px 25px rgba(0,0,0,.05);
    margin-bottom: 14px;
}

.center-details-card-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.center-details-richtext {
    color: #222;
    line-height: 1.7;
}

.center-details-notes {
    color: #333;
    white-space: pre-wrap;
    line-height: 1.7;
}

.center-details-modules-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
}

@media (max-width: 991px) {
    .center-details-modules-grid {
        grid-template-columns: 1fr;
    }
}

.center-details-module {
    display: flex;
    gap: 10px;
    align-items: start;
}

.center-details-contact {
    display: grid;
    gap: 10px;
}

.center-details-contact-item {
    display: flex;
    gap: 10px;
    align-items: start;
}

.center-details-empty {
    color: #666;
}

.center-details-sidehint {
    background: #f8fafc;
}

.center-details-sidehint-title {
    font-weight: 700;
    margin-bottom: 6px;
}

.center-details-sidehint-text {
    color: #444;
}


.center-testimonial {
    padding: 8px 6px;
}

.center-testimonial-text {
    font-size: 16px;
    line-height: 1.8;
    color: #222;
}

.center-testimonial-author {
    margin-top: 10px;
    font-weight: 700;
    color: #444;
}

.center-details-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

@media (max-width: 991px) {
    .center-details-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .center-details-gallery {
        grid-template-columns: 1fr;
    }
}

.center-details-gallery-item {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 10px 25px rgba(0,0,0,.05);
    background: #fff;
}

    .center-details-gallery-item img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
    }

.center-details-card-header {
    margin-bottom: 10px;
}

.center-details-gallery-compact {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.center-details-gallery-thumb {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
}

    .center-details-gallery-thumb img {
        width: 100%;
        height: 78px;
        object-fit: cover;
        display: block;
    }

.center-testimonial-compact {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 10px;
    padding: 14px;
    background: #fff;
}

.center-testimonial-compact-text {
    font-size: 14px;
    line-height: 1.8;
    color: #333;
    max-height: 170px; /* similar visible height as screenshot */
    overflow: auto;
    padding-right: 6px;
}

.center-testimonial-compact-author {
    margin-top: 10px;
    font-weight: 700;
    color: #444;
}

/* Make right column cards breathe a bit on small screens */
@media (max-width: 991px) {
    .center-details-gallery-thumb img {
        height: 96px;
    }
}


/* Center Details - Testimonials */
.center-details-card .student_review_iner {
    padding: 0;
}

.center-details-card .single_student_review {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    padding: 22px 22px;
}

    .center-details-card .single_student_review p {
        font-size: 16px;
        line-height: 1.9;
        color: #222;
        margin: 0 0 18px 0;
    }

.center-details-card .student_review_content {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .center-details-card .student_review_content img {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        object-fit: cover;
        border: 1px solid rgba(0,0,0,.08);
    }

.center-details-card .student_info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    color: #111;
}

.center-details-card .student_info p {
    margin: 2px 0 0 0;
    font-size: 13px;
    color: #666;
}

/* Make owl nav sit nicely inside the card */
.center-details-card .owl-nav {
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

    .center-details-card .owl-nav button {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,.10);
        background: #fff;
    }

.center-details-card .center-testimonial-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(135deg, #3b82f6, #06b6d4);
    border: 1px solid rgba(0,0,0,.08);
    flex: 0 0 52px;
}

/* Approved Centers - normalize logo sizing (incl. dummy) */
.learn-press-courses#approvedCentersList .course-thumbnail .thumbnail {
    height: 160px; /* make smaller: adjust to 140/150 if you want */
    display: flex;
    align-items: center;
    justify-content: center;
}

.learn-press-courses#approvedCentersList .approved-center-logo {
    width: 100% !important;
    max-width: 180px; /* controls how "small" the logo appears */
    height: 120px !important; /* fixed visual height */
    object-fit: contain;
    display: block;
}

/* Approved Centers - reduce space above View button */
.learn-press-courses#approvedCentersList .course-item {
    position: relative;
}

.learn-press-courses#approvedCentersList .course-content {
    padding-bottom: 20px; /* reserve only a small area for the button */
}

.learn-press-courses#approvedCentersList .approved-center-view {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 70px; /* smaller gap from bottom */
    display: flex;
    justify-content: center;
}

.text-dark-blue {
    color: #003d7f !important;
}

.home-categories .course_category_item .owl-stage {
    display: flex;
    align-items: stretch;
}

.home-category-card {
    display: block;
    height: 100%;
    text-decoration: none !important;
}

.home-category-card-inner {
    height: 100%;
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 16px;
    padding: 18px 16px;
    box-shadow: 0 12px 28px rgba(0,0,0,.06);
    transition: transform .18s ease, box-shadow .18s ease;
    display: flex;
    align-items: center;
    gap: 14px;
}

.home-category-card:hover .home-category-card-inner {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(0,0,0,.10);
}

.home-category-icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #06b6d4);
    flex: 0 0 54px;
}

.home-category-title {
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    color: #111;
}

.home-category-subtitle {
    margin: 4px 0 0 0;
    font-size: 13px;
    color: #6b7280;
}

.home-categories .owl-nav {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .home-categories .owl-nav button {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        border: 1px solid rgba(0,0,0,.10);
        background: #fff;
    }


.home-testimonials {
    position: relative;
    padding: 90px 0;
    background: radial-gradient(1200px circle at 10% 10%, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.0) 50%), linear-gradient(135deg, #0b5ed7 0%, #003a9b 55%, #022a6b 100%);
    overflow: hidden;
}

    .home-testimonials::before {
        content: "";
        position: absolute;
        inset: -200px;
        background-image: radial-gradient(rgba(255,255,255,0.10) 1px, transparent 1px);
        background-size: 22px 22px;
        opacity: 0.25;
        transform: rotate(10deg);
        pointer-events: none;
    }

.home-testimonials__heading {
    position: relative;
    z-index: 1;
}

.home-testimonials__title {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.home-testimonials__subtitle {
    color: rgba(255,255,255,0.85);
    margin-top: 10px;
}

.home-testimonials__carousel {
    position: relative;
    z-index: 1;
}

.home-testimonials__item {
    padding: 10px 8px 25px 8px;
}

.home-testimonials__card {
    position: relative;
    background: rgba(255,255,255,0.95);
    border-radius: 16px;
    padding: 34px 34px 26px 34px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.18);
    border: 1px solid rgba(255,255,255,0.55);
}

.home-testimonials__quote {
    position: absolute;
    top: -16px;
    left: 18px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #0e5782;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(11,94,215,0.35);
}

.home-testimonials__text {
    color: #1e293b;
    text-align: center;
    font-size: 16px;
    line-height: 1.85;
    min-height: 110px;
    margin-top: 10px;
}

.home-testimonials__footer {
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.home-testimonials__avatar {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: linear-gradient(135deg, #0b5ed78c 0%, #0e5782 100%);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-testimonials__author {
    font-weight: 700;
    color: #0f172a;
}

.home-testimonials__position {
    color: #64748b;
    font-size: 13px;
    margin-top: 2px;
}

.home-testimonials__hint small {
    color: rgba(255,255,255,0.75);
}

.home-testimonials .owl-dots .owl-dot span {
    background: rgba(255,255,255,0.35);
}

.home-testimonials .owl-dots .owl-dot.active span {
    background: #fff;
}

.home-testimonials .owl-nav button.owl-prev,
.home-testimonials .owl-nav button.owl-next {
    background: rgba(255,255,255,0.18) !important;
    border-radius: 999px !important;
    width: 44px;
    height: 44px;
}

    .home-testimonials .owl-nav button.owl-prev:hover,
    .home-testimonials .owl-nav button.owl-next:hover {
        background: rgba(255,255,255,0.28) !important;
    }

@media (max-width: 768px) {
    .home-testimonials {
        padding: 70px 0;
    }

    .home-testimonials__card {
        padding: 26px 20px 20px 20px;
    }

    .home-testimonials__text {
        min-height: auto;
    }
}



.about {
    padding: 50px 0;
    background: var(--bg-light);
}

.bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 24px;
    margin-top: 50px;
}

.bento-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 32px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

    .bento-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.05);
        border-color: var(--pri);
    }

/* Specific Card Layouts */
.bento-card--main {
    grid-column: span 2;
    grid-row: span 2;
    justify-content: center;
    background: linear-gradient(145deg, #ffffff, #f1f5f9);
}

.bento-card--vision, .bento-card--mission {
    grid-column: span 1;
}

.bento-card--tech {
    grid-column: span 2;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

/* Typography & Elements */
.about__badge {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 102, 255, 0.1);
    color: var(--pri);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about__text {
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-main);
    margin-bottom: 30px;
}

.about__stats {
    display: flex;
    gap: 40px;
    border-top: 1px solid var(--border);
    padding-top: 24px;
}

.about__stat-n {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: var(--pri);
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 60%;
}

    .tech-tags span {
        padding: 6px 14px;
        background: #f1f5f9;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 500;
        color: #475569;
    }

/* Responsive */
@media (max-width: 992px) {
    .bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bento-card--tech {
        grid-column: span 2;
    }
}

@media (max-width: 600px) {
    .bento-grid {
        grid-template-columns: 1fr;
    }

    .bento-card--main, .bento-card--tech {
        grid-column: span 1;
    }

    .tech-tags {
        max-width: 100%;
    }
}


/* ═══════ SECTORS SECTION ═══════ */
.sectors {
    padding: 100px 0;
    overflow: hidden;
    background-color: #f8fafc;
}

.sectors__sub {
    color: #64748b;
    max-width: 600px;
    margin: 10px auto 0;
    font-size: 1.1rem;
}

.sectors__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 50px;
}

/* Card Design */
.sector-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 40px 30px;
    border-radius: 24px;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

    .sector-card:hover {
        transform: translateY(-10px);
        border-color: var(--pri);
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
    }

/* Icon Gradients */
.sector-card__icon {
    width: 70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.g-blue {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.g-purple {
    background: linear-gradient(135deg, #a855f7, #7e22ce);
}

.g-orange {
    background: linear-gradient(135deg, #f97316, #ea580c);
}

.g-green {
    background: linear-gradient(135deg, #10b981, #047857);
}

.g-cyan {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
}

/* Glow Effect */
.sector-card__glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0,102,255,0.03) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s;
}

.sector-card:hover .sector-card__glow {
    opacity: 1;
}

.sector-card__name {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.sector-card__link {
    font-size: 14px;
    font-weight: 600;
    color: var(--pri);
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.sector-card:hover .sector-card__link {
    opacity: 1;
}

/* Animations (if you use the 'data-a' attribute) */
[data-a] {
    opacity: 0;
    transform: translateY(20px);
}
/* Trigger this via JS IntersectionObserver */
.active [data-a] {
    opacity: 1;
    transform: translateY(0);
}

/* ═══════ PROJECTS ═══════ */
.proj-section {
    padding: 100px 0;
    background: #ffffff;
}

.proj-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 50px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.proj-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid #abb9c7;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    height: 100%;
}

    .proj-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.05);
        border-color: var(--pri);
    }

/* Header & Logo Fix */
.proj-card__header {
    padding: 20px;
}

.proj-card__logo-box {
    background: #f8fafc; /* Subtle grey background for the logo */
    border-radius: 16px;
    height: 160px; /* Fixed height for consistency */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    overflow: hidden;
}

    .proj-card__logo-box img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain; /* CRITICAL: Prevents logo corruption/stretching */
    }

/* Content Styling */
.proj-card__body {
    padding: 0 30px 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.proj-card__meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 15px;
}

.proj-card__loc i {
    color: #0873ae;
    margin-right: 5px;
}

.proj-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
}

.proj-card__desc {
    font-size: 15px;
    line-height: 1.6;
    color: #64748b;
    margin-bottom: 25px;
    /* Limit description to 3 lines */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.proj-card__btn {
    margin-top: auto;
    color: var(--pri);
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.2s;
}

    .proj-card__btn:hover {
        gap: 12px;
    }

@media (min-width: 992px) {
    .proj-card {
        display: grid;
        grid-template-columns: 260px 1fr;
        align-items: stretch;
    }

    .proj-card__header {
        padding: 24px;
    }

    .proj-card__body {
        padding: 24px 30px 30px;
    }

    .proj-card__logo-box {
        height: 100%;
        min-height: 180px;
    }
}


/* ═══════ SERVICES  ═══════ */

#services.popular_course {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.services-carousel {
    margin-top: 34px;
}

    .services-carousel .owl-stage {
        display: flex;
    }

    .services-carousel .owl-item {
        display: flex;
    }

.srv-card {
    width: 100%;
    padding: 6px;
    display: flex;
}

.srv-card__link {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .srv-card__link:hover {
        transform: translateY(-8px);
        border-color: rgba(0, 102, 255, .35);
        box-shadow: 0 18px 50px rgba(2, 6, 23, 0.12);
    }

.srv-card__media {
    padding: 22px 22px 0;
}

.srv-card__img {
    width: 100%;
    height: 170px;
    object-fit: contain;
    background: radial-gradient(1200px 240px at 50% 0%, rgba(0,102,255,.10), rgba(0,102,255,0));
    border-radius: 16px;
    padding: 18px;
}

.srv-card__content {
    padding: 16px 22px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.srv-card__title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin: 6px 0 10px;
    min-height: 46px;
}

.srv-card__desc {
    color: #475569;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.srv-card__cta {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    color: #0873ae;
}

.services-carousel .owl-dots {
    margin-top: 22px;
    text-align: center;
}

    .services-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0 6px;
        background: rgba(0, 102, 255, .20);
    }

    .services-carousel .owl-dots .owl-dot.active span {
        background: #0066ff;
        transform: scale(1.2);
    }

.services-carousel .owl-nav {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

/* ═══════ PRODUCTS ═══════ */

#products {
    background-color: #f8fafc;
}

.products-carousel {
    margin-top: 34px;
}

    .products-carousel .owl-stage {
        display: flex;
    }

    .products-carousel .owl-item {
        display: flex;
    }

.pdc {
    width: 100%;
    padding: 8px;
    display: flex;
}

.pdc__link {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-decoration: none;
    border-radius: 24px;
    padding: 22px;
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(226,232,240,.9);
    box-shadow: 0 16px 40px rgba(2, 6, 23, 0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    min-height: 320px;
}

    .pdc__link::before {
        content: "";
        position: absolute;
        inset: -2px;
        opacity: .0;
        transition: opacity .25s ease;
        pointer-events: none;
    }

    .pdc__link:hover {
        transform: translateY(-8px);
        border-color: rgba(0, 102, 255, .35);
        box-shadow: 0 22px 70px rgba(2, 6, 23, 0.14);
    }

        .pdc__link:hover::before {
            opacity: 1;
        }

.pdc__head {
    display: flex;
    gap: 14px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.pdc__badge {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #f1f5f9;
    border: 1px solid rgba(226,232,240,.9);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex: 0 0 auto;
}

.pdc__logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pdc__meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.pdc__kicker {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #0873ae;
}

.pdc__title {
    margin: 2px 0 0;
    font-size: 22px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.25;
}

.pdc__desc {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.75;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-word;
}

.pdc__foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    z-index: 1;
    padding-top: 6px;
}

.pdc__cta {
    font-weight: 900;
    color: #0873ae;
}

.pdc__arrow {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,102,255,.10);
    color: #0873ae;
}

.products-carousel .owl-dots {
    margin-top: 22px;
    text-align: center;
}

    .products-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0 6px;
        background: rgba(0, 102, 255, .20);
    }

    .products-carousel .owl-dots .owl-dot.active span {
        background: #0066ff;
        transform: scale(1.2);
    }

.products-carousel .owl-nav {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

/* ═══════ WE OPERATE IN (FACTS BG + FLAG CLOUD) ═══════ */
.opx {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(320px, 1.4fr);
    align-items: center;
    gap: 30px;
}

@media (max-width: 991px) {
    .opx {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 18px;
    }
}

.opx__title {
    color: #fff;
    font-weight: 900;
    margin: 0;
}

.opx__sub {
    margin: 10px 0 0;
    color: rgba(255,255,255,.85);
    line-height: 1.8;
}

.flag-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 12px;
}

@media (max-width: 991px) {
    .flag-cloud {
        justify-content: center;
    }
}

/* Creative “bubble” flags */
.flag-bubble {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 14px 35px rgba(0,0,0,.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .22s ease, background-color .22s ease, box-shadow .22s ease;
}



    .flag-bubble:hover {
        transform: translateY(-8px) scale(1.04);
        background: rgba(255,255,255,.18);
        box-shadow: 0 18px 60px rgba(0,0,0,.28);
    }

    .flag-bubble img {
        width: 42px;
        height: 30px;
        border-radius: 8px;
        object-fit: cover;
        display: block;
        box-shadow: 0 6px 18px rgba(0,0,0,.18);
    }



/* ═══════ NEWS (NEW) ═══════ */

.news-sec {
    padding: 100px 0;
    /*background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);*/
    background-color: #f8fafc;
}

.news-sec__title {
    font-weight: 900;
    color: #0f172a;
}

.news-sec__sub {
    margin: 10px 0 0;
    color: #475569;
    line-height: 1.8;
}

.news-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

@media (max-width: 991px) {
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .news-grid {
        grid-template-columns: 1fr;
    }
}

.news-card {
    text-decoration: none;
    background: #fff;
    border: 1px solid #eef2f7;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    display: flex;
    flex-direction: column;
    min-height: 420px;
}

    .news-card:hover {
        transform: translateY(-8px);
        border-color: rgba(0, 102, 255, .35);
        box-shadow: 0 18px 55px rgba(2, 6, 23, 0.12);
    }

.news-card__media {
    position: relative;
    height: 190px;
    background: #f1f5f9;
}

    .news-card__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.news-card__date {
    position: absolute;
    left: 14px;
    top: 14px;
    background: rgba(15,23,42,.78);
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    padding: 8px 10px;
    border-radius: 999px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

[dir="rtl"] .news-card__date,
.news-sec[style*="rtl"] .news-card__date {
    left: auto;
    right: 14px;
}

.news-card__body {
    padding: 18px 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.news-card__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,102,255,.10);
    color: #0873ae;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.news-card__title {
    margin: 6px 0 10px;
    color: #0f172a;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.25;
    min-height: 46px;
}

.news-card__desc {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.75;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card__cta {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 900;
    color: #0873ae;
}

.news-sec__btn {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

/* ═══════ AWARDS (NEW) ═══════ */
.aw-sec {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: radial-gradient(1000px 380px at 15% 0%, rgba(245, 158, 11, .16), rgba(245, 158, 11, 0)), radial-gradient(900px 380px at 85% 10%, rgba(99, 102, 241, .12), rgba(99, 102, 241, 0)), linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.aw-sec__title {
    font-weight: 900;
    color: #0f172a;
}

.aw-sec__sub {
    margin: 10px 0 0;
    color: #475569;
    line-height: 1.8;
}

/* Center nicely even with 1 item */
.aw-grid {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22px;
}

.aw-card {
    width: 100%;
    max-width: 420px;
    min-height: 360px;
    text-decoration: none;
    color: inherit;
    background: rgba(255,255,255,.9);
    border: 1px solid rgba(226,232,240,.95);
    border-radius: 26px;
    padding: 20px 20px 18px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 34px rgba(2, 6, 23, 0.08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .aw-card:hover {
        transform: translateY(-10px);
        border-color: rgba(245, 158, 11, .40);
        box-shadow: 0 22px 70px rgba(2, 6, 23, 0.14);
    }

.aw-card__ribbon {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 160px;
    height: 160px;
    background: radial-gradient(circle at 30% 30%, rgba(245,158,11,.55), rgba(245,158,11,0) 62%);
    transform: rotate(18deg);
    pointer-events: none;
}

.aw-sec[style*="rtl"] .aw-card__ribbon {
    right: auto;
    left: -60px;
    transform: rotate(-18deg);
}

.aw-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.aw-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b45309;
    background: linear-gradient(135deg, rgba(245,158,11,.20), rgba(245,158,11,.08));
    border: 1px solid rgba(245,158,11,.25);
    box-shadow: 0 14px 30px rgba(245,158,11,.18);
}

.aw-card__date {
    font-size: 12px;
    font-weight: 900;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(15,23,42,.06);
    color: #0f172a;
}

.aw-card__title {
    margin: 14px 0 10px;
    font-size: 18px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.25;
}

.aw-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.aw-card__chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(245,158,11,.12);
    color: #b45309;
    padding: 8px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.aw-card__desc {
    margin: 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.75;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.aw-card__foot {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.aw-card__cta {
    font-weight: 900;
    color: #b45309;
}

.aw-card__arrow {
    width: 38px;
    height: 38px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(245,158,11,.14);
    color: #b45309;
}

.aw-sec__btn {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.aw-sec__glow {
    position: absolute;
    border-radius: 999px;
    filter: blur(46px);
    opacity: .6;
    pointer-events: none;
}

.aw-sec__glow--a {
    width: 360px;
    height: 360px;
    left: -180px;
    bottom: -200px;
    background: rgba(245, 158, 11, .18);
}

.aw-sec__glow--b {
    width: 380px;
    height: 380px;
    right: -200px;
    top: -220px;
    background: rgba(99, 102, 241, .16);
}

/* ═══════ PARTNERS (NEW CAROUSEL) ═══════ */
.pt-sec {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.pt-sec__title {
    font-weight: 900;
    color: #0f172a;
}

.pt-sec__sub {
    margin: 10px 0 0;
    color: #475569;
    line-height: 1.8;
}

.partners-carousel {
    margin-top: 34px;
}

.pt-item {
    padding: 10px;
}

.pt-card {
    height: 120px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #eef2f7;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .pt-card:hover {
        transform: translateY(-8px);
        border-color: rgba(0, 102, 255, .30);
        box-shadow: 0 18px 55px rgba(2, 6, 23, 0.12);
    }

.pt-logo {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
    filter: none;
    opacity: 1;
    transition: transform .25s ease;
}

.pt-card:hover .pt-logo {
    transform: scale(1.03);
}

/* Owl dots/nav styling consistent with Services */
.partners-carousel .owl-dots {
    margin-top: 18px;
    text-align: center;
}

    .partners-carousel .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 0 6px;
        background: rgba(0, 102, 255, .20);
    }

    .partners-carousel .owl-dots .owl-dot.active span {
        background: #0066ff;
        transform: scale(1.2);
    }

.partners-carousel .owl-nav {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

/* ===== TEAM (TEMPLATE-LIKE CARD + CIRCLE AVATAR) ===== */
.team {
    padding: 100px 0;
    background: #f6f8fc;
}

.team-carousel .owl-stage {
    display: flex;
}

.team-carousel .owl-item {
    display: flex;
}

.team__slide {
    padding: 10px;
    height: 100%;
}

/* Card */
.team-card {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(15, 23, 42, .06);
    box-shadow: 0 0px 15px rgba(2, 6, 23, 0.08);
    overflow: hidden;
    min-height: 340px; /* template feel */
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

    .team-card:hover {
        transform: translateY(-10px);
        border-color: rgba(0, 102, 255, .22);
        box-shadow: 0 0px 15px rgba(2, 6, 23, 0.08);
    }

/* Top cover (template “thumbnail area”, but no real image) */
.team-card__cover {
    height: 150px;
    background: radial-gradient(120px 80px at 20% 25%, rgba(0,102,255,.18), rgba(0,102,255,0) 60%), radial-gradient(140px 90px at 80% 35%, rgba(99,102,241,.16), rgba(99,102,241,0) 62%), linear-gradient(180deg, #f1f6ff 0%, #ffffff 100%);
}

/* Circle avatar overlaps cover like the template */
.team-card__avatar {
    position: absolute;
    left: 50%;
    top: 106px; /* controls overlap position */
    transform: translateX(-50%);
    width: 92px;
    height: 92px;
    border-radius: 999px;
    padding: 4px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(2, 6, 23, .14);
}

    .team-card__avatar img {
        width: 100% !important;
        height: 100% !important;
        border-radius: 999px;
        object-fit: cover;
        display: block;
        background: #e2e8f0;
    }

/* Body */
.team-card__body {
    padding: 62px 18px 18px; /* space for avatar */
    text-align: center;
}

.team-card__name {
    font-weight: 950;
    font-size: 15px;
    color: #0f172a;
    margin-top: 2px;
}

.team-card__role {
    margin-top: 8px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #1d4ed8;
}

/* Social buttons (template-like small square icons) */
.team-card__social {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.team-card__socialBtn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #f1f5ff;
    border: 1px solid rgba(29, 78, 216, .14);
    color: #1d4ed8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
    text-decoration: none;
}

    .team-card__socialBtn:hover {
        transform: translateY(-2px);
        background: #e8efff;
        border-color: rgba(29, 78, 216, .22);
    }

    .team-card__socialBtn svg {
        width: 18px;
        height: 18px;
    }

/* Dots like modern template */
.team-carousel .owl-dots {
    margin-top: 18px;
    text-align: center;
}

    .team-carousel .owl-dots .owl-dot span {
        width: 9px;
        height: 9px;
        margin: 0 6px;
        background: rgba(29, 78, 216, .20);
    }

    .team-carousel .owl-dots .owl-dot.active span {
        background: #1d4ed8;
        transform: scale(1.2);
    }

/* Force equal-size team cards */
.team-carousel .owl-item {
    height: 100%;
}

.team__slide {
    height: 100%;
    display: flex;
}

.team-card {
    width: 100%;
    height: 340px; /* same height for all cards */
    display: flex;
    flex-direction: column;
}

/* Body fills remaining space, social stays at bottom */
.team-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Keep typography from changing card height */
.team-card__name {
    max-width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team-card__role {
    max-width: 90%;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* max 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Social pinned to bottom */
.team-card__social {
    margin-top: auto;
    padding-top: 12px;
}


/* Force equal width per carousel item */
.team-carousel .owl-stage-outer {
    width: 100%;
}

.team-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.team-carousel .owl-item {
    display: flex;
    align-items: stretch;
    box-sizing: border-box;
}

    .team-carousel .owl-item > div {
        width: 100% !important; /* important: the wrapper Owl puts inside */
        display: flex;
    }

.team__slide {
    width: 100% !important;
    display: flex;
    flex: 1 1 auto;
    box-sizing: border-box;
}

.team-card {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box;
}


/* ================================
   Approved Centers (Specto modern)
   ================================ */

.approved-centers-specto {
    --ac-pri: #0b5ed7;
    --ac-pri2: #06b6d4;
    --ac-ink: #0f172a;
    --ac-muted: #64748b;
    --ac-line: rgba(15, 23, 42, .10);
    --ac-soft: #f6f9ff;
    --ac-ease: cubic-bezier(.16,1,.3,1);
}

    /* Hero polish (keeps your existing breadcrumb section) */
    .approved-centers-specto ~ .breadcrumb_part,
    .breadcrumb_part.blog_grid_bg.mb-6 {
        position: relative;
    }

        .breadcrumb_part.blog_grid_bg.mb-6::before {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(900px circle at 10% 10%, rgba(255,255,255,.20), transparent 55%), linear-gradient(135deg, rgba(11,94,215,.30), rgba(6,182,212,.18));
            pointer-events: none;
        }

        .breadcrumb_part.blog_grid_bg.mb-6 .container,
        .breadcrumb_part.blog_grid_bg.mb-6 .breadcrumb_iner {
            position: relative;
            z-index: 1;
        }

#approvedCentersCoverTitle {
    font-weight: 900;
    letter-spacing: -.02em;
    font-size: clamp(2rem, 3.2vw, 3rem);
}

/* Filter bar -> premium card */
.approved-centers-specto .approved-centers-filterbar .container {
    border-radius: 18px;
    border: 1px solid var(--ac-line);
    box-shadow: 0 18px 55px rgba(2, 6, 23, .08);
    padding: 28px;
    background: radial-gradient(800px circle at 0% 0%, rgba(11,94,215,.08), transparent 55%), #fff;
}

.approved-centers-specto .approved-centers-filterbar .form-control,
.approved-centers-specto .approved-centers-filterbar .multiselect-native-select .btn,
.approved-centers-specto .approved-centers-filterbar #centerName {
    height: 48px !important;
    border-radius: 14px;
    border: 1px solid rgba(15,23,42,.10);
    box-shadow: none !important;
}

    .approved-centers-specto .approved-centers-filterbar .form-control:focus,
    .approved-centers-specto .approved-centers-filterbar #centerName:focus {
        border-color: rgba(11,94,215,.35);
        box-shadow: 0 0 0 .2rem rgba(11,94,215,.12) !important;
    }

.approved-centers-specto .approved-centers-filterbar .btn.btn-primary {
    height: 46px;
    border-radius: 14px;
    font-weight: 800;
    border: 0;
    color: #ffffff;
    background-color: #0e5782;
    box-shadow: 0 14px 30px rgba(11, 94, 215, .25);
}

    .approved-centers-specto .approved-centers-filterbar .btn.btn-primary:hover {
        transform: translateY(-1px);
    }

/* Grid */
.approved-centers-specto .approved-centers-grid {
    list-style: none;
    padding-left: 0;
    margin: 18px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

@media (max-width: 992px) {
    .approved-centers-specto .approved-centers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .approved-centers-specto .approved-centers-grid {
        grid-template-columns: 1fr;
    }
}

/* Card */
.approved-centers-specto .approved-center-card {
    height: 100%;
    border-radius: 18px;
    border: 1px solid rgba(15,23,42,.08);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 55px rgba(2, 6, 23, .07);
    transition: transform .22s var(--ac-ease), box-shadow .22s var(--ac-ease);
}

    .approved-centers-specto .approved-center-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 24px 70px rgba(2, 6, 23, .12);
    }

    /* Logo area */
    .approved-centers-specto .approved-center-card .course-wrap-thumbnail {
        padding: 16px;
        background: #fff !important;
        border-bottom: 1px solid rgba(15,23,42,.06);
    }

    .approved-centers-specto .approved-center-card .course-thumbnail .thumbnail {
        background: #fff;
        border-radius: 14px;
    }

.approved-centers-specto .learn-press-courses .course-thumbnail .thumbnail {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.approved-centers-specto .approved-center-logo {
    width: 100% !important;
    max-width: 190px;
    height: 120px !important;
    object-fit: contain;
    filter: drop-shadow(0 10px 20px rgba(2,6,23,.10));
}

/* Content */
.approved-centers-specto .approved-center-card .course-content {
    padding: 14px 16px 16px 16px !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 140px;
}

.approved-centers-specto .approved-center-card .course-instructor span.text-dark-blue {
    color: var(--ac-ink) !important;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.approved-centers-specto .approved-center-card .separator {
    display: none;
}

/* Button */
.approved-centers-specto .approved-center-view {
    margin-top: auto;
    display: flex;
    justify-content: flex-start;
}

    .approved-centers-specto .approved-center-view .btn_4 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px 14px;
        border-radius: 999px;
        background: #fff !important;
        color: #0f172a !important;
        border: 1px solid rgba(15,23,42,.12) !important;
        box-shadow: 0 10px 25px rgba(2, 6, 23, .08);
        font-weight: 800;
        text-decoration: none !important;
        transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease;
    }

        .approved-centers-specto .approved-center-view .btn_4 i {
            font-size: 12px;
            opacity: .85;
        }

        .approved-centers-specto .approved-center-view .btn_4:hover {
            transform: translateY(-1px);
            box-shadow: 0 16px 40px rgba(2, 6, 23, .12);
            border-color: rgba(11,94,215,.35) !important;
            background: #f8fbff !important;
            color: #0b5ed7 !important;
        }

/* Pagination */
.approved-centers-specto .learn-press-pagination .page-numbers a,
.approved-centers-specto .learn-press-pagination .page-numbers span {
    border-radius: 12px;
}

/* Approved Centers - hard override LearnPress grid item sizing */
.approved-centers-specto .approved-centers-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 32px;
}

@media (max-width: 992px) {
    .approved-centers-specto .approved-centers-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 575px) {
    .approved-centers-specto .approved-centers-grid {
        grid-template-columns: 1fr !important;
    }
}

/* This is the key part: neutralize LearnPress .course sizing */
.approved-centers-specto .approved-centers-grid > li.course {
    width: auto !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

/* Remove old absolute positioning that can squash layout */
.approved-centers-specto .approved-center-view {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
}

/* Approved Centers - Video Hero */
.approved-centers-hero {
    position: relative;
    min-height: 398px;
    padding: 206px 0 110px 0;
    overflow: hidden;
    border-radius: 0;
}

.approved-centers-hero-video .approved-centers-hero-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1.02);
}

.approved-centers-hero-video .approved-centers-hero-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(900px circle at 15% 20%, rgba(255,255,255,.30), transparent 55%), linear-gradient(135deg, rgba(255,255,255,.78), rgba(255,255,255,.55));
}

.approved-centers-hero-video .approved-centers-hero-content {
    position: relative;
    z-index: 1;
}

.approved-centers-hero-video #approvedCentersCoverTitle {
    color: #0e5782 !important;
    font-weight: 950;
    letter-spacing: -.02em;
    font-size: clamp(2.2rem, 3.4vw, 3.3rem);
    text-shadow: 0 10px 30px rgba(255,255,255,.35);
}

/* Accessibility: reduce motion */
@media (prefers-reduced-motion: reduce) {
    .approved-centers-hero-video .approved-centers-hero-media {
        display: none;
    }

    .approved-centers-hero-video .approved-centers-hero-overlay {
        background: radial-gradient(900px circle at 15% 20%, rgba(255,255,255,.32), transparent 55%), linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,.55)) !important;
    }
}

@media (max-width: 991px) {
    .approved-centers-hero {
        min-height: 420px;
        padding: 105px 0 90px 0;
    }
}

@media (max-width: 575px) {
    .approved-centers-hero {
        min-height: 360px;
        padding: 90px 0 70px 0;
    }
}

/* Approved Centers - fallback icon instead of placeholder image */
.approved-centers-specto .approved-center-logo-fallback {
    width: 190px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #fff;
    border: 1px dashed rgba(11, 94, 215, .28);
}

    .approved-centers-specto .approved-center-logo-fallback i {
        font-size: 44px;
        color: #0e5782;
        filter: drop-shadow(0 10px 18px rgba(11,94,215,.18));
    }


/* =========================================
   Center Details - Testimonials (highlighted)
   ========================================= */

.center-testimonials-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    border: 0 !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 20px 60px rgba(2, 6, 23, .10);
}

    .center-testimonials-card::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 1px;
        border-radius: 18px;
        background: linear-gradient(135deg, rgba(11,94,215,.45), rgba(6,182,212,.35), rgba(11,94,215,.18));
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    .center-testimonials-card .center-details-card-title {
        font-size: 18px;
        font-weight: 900;
        color: #0f172a;
    }

    /* Make carousel items feel like premium quote cards */
    .center-testimonials-card .single_student_review {
        position: relative;
        border: 0 !important;
        border-radius: 16px;
        background: radial-gradient(800px circle at 0% 0%, rgba(11,94,215,.10), transparent 55%), #ffffff;
        box-shadow: 0 14px 40px rgba(2, 6, 23, .08);
        padding: 22px 18px;
        margin: 6px 2px;
    }

        .center-testimonials-card .single_student_review::before {
            content: "\f10d";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            top: 14px;
            right: 14px;
            font-size: 22px;
            color: rgba(11,94,215,.22);
        }

        .center-testimonials-card .single_student_review p {
            font-size: 14px;
            line-height: 1.9;
            color: #1f2937;
            margin: 0 0 16px 0;
            max-height: 180px;
            overflow: auto;
            padding-right: 6px;
        }

    /* Author row */
    .center-testimonials-card .student_review_content {
        display: flex;
        align-items: center;
        gap: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(15,23,42,.08);
    }

    .center-testimonials-card .center-testimonial-avatar {
        width: 46px;
        height: 46px;
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 900;
        font-size: 14px;
        color: #fff;
        background: linear-gradient(135deg, #0b5ed7, #0751bf);
        box-shadow: 0 12px 26px rgba(11,94,215,.22);
        border: 1px solid rgba(255,255,255,.65);
        flex: 0 0 46px;
    }

    .center-testimonials-card .student_info h4 {
        margin: 0;
        font-size: 14px;
        font-weight: 900;
        color: #0f172a;
    }

    .center-testimonials-card .student_info p {
        margin: 2px 0 0 0;
        font-size: 12px;
        color: #64748b;
    }

    /* Better nav buttons (highlighted) */
    .center-testimonials-card .owl-nav {
        margin-top: 12px;
        display: flex;
        justify-content: flex-end;
        gap: 10px;
    }

        .center-testimonials-card .owl-nav button {
            width: 44px;
            height: 44px;
            border-radius: 14px;
            border: 1px solid rgba(11,94,215,.20) !important;
            background: #ffffff !important;
            box-shadow: 0 12px 28px rgba(2,6,23,.08);
            transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
        }

            .center-testimonials-card .owl-nav button:hover {
                transform: translateY(-1px);
                box-shadow: 0 18px 45px rgba(2,6,23,.12);
                border-color: rgba(11,94,215,.35) !important;
            }

            /* Make arrows visible and branded */
            .center-testimonials-card .owl-nav button span {
                color: #0b5ed7;
                font-weight: 900;
                font-size: 20px;
                line-height: 1;
            }

/* Give the testimonials card extra presence in the right column */
.center-testimonials-card {
    transform: translateY(0);
}

@media (min-width: 992px) {
    .center-testimonials-card {
        box-shadow: 0 26px 80px rgba(2, 6, 23, .12);
    }
}

.center-testimonials-band {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    background: radial-gradient(1200px circle at 10% 10%, rgba(11,94,215,.16), transparent 55%), radial-gradient(900px circle at 85% 20%, rgba(6,182,212,.18), transparent 60%), linear-gradient(180deg, #f8fbff 0%, #ffffff 55%, #f8fafc 100%);
}

    .center-testimonials-band::before {
        content: "";
        position: absolute;
        inset: -200px;
        background-image: radial-gradient(rgba(11,94,215,.12) 1px, transparent 1px);
        background-size: 24px 24px;
        opacity: .35;
        transform: rotate(10deg);
        pointer-events: none;
    }

    .center-testimonials-band .container {
        position: relative;
        z-index: 2;
    }

.center-testimonials-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.center-testimonials-title {
    margin: 0;
    font-weight: 950;
    letter-spacing: -.02em;
    color: #0f172a;
    font-size: clamp(1.6rem, 2.2vw, 2.2rem);
}

.center-testimonials-subtitle {
    color: #64748b;
    font-weight: 600;
    font-size: 14px;
}

/* Moving accent elements */
.center-testimonials-float {
    position: absolute;
    border-radius: 999px;
    filter: blur(1px);
    opacity: .55;
    pointer-events: none;
    z-index: 1;
}

.center-testimonials-f1 {
    width: 340px;
    height: 340px;
    left: -120px;
    top: 40px;
    background: radial-gradient(circle at 30% 30%, rgba(11,94,215,.55), rgba(11,94,215,0));
    animation: ct-float-1 10s ease-in-out infinite;
}

.center-testimonials-f2 {
    width: 260px;
    height: 260px;
    right: -90px;
    top: 90px;
    background: radial-gradient(circle at 30% 30%, rgba(6,182,212,.55), rgba(6,182,212,0));
    animation: ct-float-2 12s ease-in-out infinite;
}

.center-testimonials-f3 {
    width: 420px;
    height: 420px;
    right: 18%;
    bottom: -220px;
    background: radial-gradient(circle at 30% 30%, rgba(11,94,215,.30), rgba(11,94,215,0));
    animation: ct-float-3 14s ease-in-out infinite;
}

@keyframes ct-float-1 {
    0%, 100% {
        transform: translate(0,0) scale(1);
    }

    50% {
        transform: translate(40px, -20px) scale(1.06);
    }
}

@keyframes ct-float-2 {
    0%, 100% {
        transform: translate(0,0) scale(1);
    }

    50% {
        transform: translate(-35px, 22px) scale(1.08);
    }
}

@keyframes ct-float-3 {
    0%, 100% {
        transform: translate(0,0) scale(1);
    }

    50% {
        transform: translate(22px, -26px) scale(1.04);
    }
}

@media (prefers-reduced-motion: reduce) {
    .center-testimonials-float {
        animation: none !important;
    }
}

/* Shell */
.center-testimonials-shell {
    border-radius: 22px;
    padding: 18px;
    background: rgba(255,255,255,.70);
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 26px 80px rgba(2,6,23,.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Slides */
.center-testimonials-carousel .center-testimonial-slide {
    position: relative;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 18px 55px rgba(2,6,23,.08);
    padding: 26px 24px;
}

    .center-testimonials-carousel .center-testimonial-slide::before {
        content: "\f10d";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: 16px;
        right: 18px;
        font-size: 22px;
        color: rgba(11,94,215,.22);
    }

    .center-testimonials-carousel .center-testimonial-slide p {
        margin: 0 0 18px 0;
        font-size: 15px;
        line-height: 1.95;
        color: #0f172a;
    }

/* Author row */
.center-testimonials-carousel .student_review_content {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 14px;
    border-top: 1px solid rgba(15,23,42,.08);
}


.center-testimonials-carousel .student_info h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 950;
    color: #0f172a;
}

.center-testimonials-carousel .student_info p {
    margin: 2px 0 0 0;
    font-size: 13px;
    color: #64748b;
}

/* Owl nav */
.center-testimonials-band .owl-nav {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .center-testimonials-band .owl-nav button {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        border: 1px solid rgba(11,94,215,.20) !important;
        background: #fff !important;
        box-shadow: 0 12px 28px rgba(2,6,23,.08);
    }

        .center-testimonials-band .owl-nav button:hover {
            transform: translateY(-1px);
            border-color: rgba(11,94,215,.35) !important;
        }

        .center-testimonials-band .owl-nav button span {
            color: #0b5ed7;
            font-weight: 900;
            font-size: 22px;
            line-height: 1;
        }

/* Center Details - Testimonials bottom section (brand blue) */
.center-testimonials-band {
    --brand-blue: #0b5ed7; /* same as Approved Centers search button family */
    --brand-blue-d: #084db1;
    --brand-cyan: #06b6d4;
    border-radius: 56px;
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    background: radial-gradient(1100px circle at 12% 10%, rgba(11,94,215,.16), transparent 55%), radial-gradient(800px circle at 90% 20%, rgba(6,182,212,.14), transparent 60%), linear-gradient(180deg, #f7fbff 0%, #ffffff 60%, #f8fafc 100%);
}

    /* Moving elements */
    .center-testimonials-band::before {
        content: "";
        position: absolute;
        inset: -220px;
        background-image: radial-gradient(rgba(11,94,215,.12) 1px, transparent 1px);
        background-size: 24px 24px;
        opacity: .25;
        transform: rotate(10deg);
        pointer-events: none;
    }

    .center-testimonials-band::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(320px circle at 15% 65%, rgba(11,94,215,.22), transparent 60%), radial-gradient(280px circle at 85% 35%, rgba(6,182,212,.18), transparent 60%);
        animation: ctGlow 8s ease-in-out infinite;
        pointer-events: none;
        opacity: .65;
    }

@keyframes ctGlow {
    0%, 100% {
        transform: translateY(0);
        filter: blur(0px);
    }

    50% {
        transform: translateY(-10px);
        filter: blur(1px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .center-testimonials-band::after {
        animation: none !important;
    }
}

.center-testimonials-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.center-testimonials-title {
    margin: 0;
    font-weight: 950;
    letter-spacing: -.02em;
    color: #0f172a;
    font-size: clamp(1.7rem, 2.3vw, 2.4rem);
}

.center-testimonials-subtitle {
    color: #64748b;
    font-weight: 700;
    font-size: 14px;
}

/* Shell */
.center-testimonials-shell {
    position: relative;
    z-index: 2;
    border-radius: 22px;
    padding: 18px;
    background: rgba(255,255,255,.75);
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 26px 80px rgba(2,6,23,.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Slides */
.center-testimonials-carousel .center-testimonial-slide {
    position: relative;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15,23,42,.08);
    box-shadow: 0 18px 55px rgba(2,6,23,.08);
    padding: 26px 24px;
}

    .center-testimonials-carousel .center-testimonial-slide::before {
        content: "\f10d";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        position: absolute;
        top: 16px;
        right: 18px;
        font-size: 22px;
        color: rgba(11,94,215,.24);
    }

    .center-testimonials-carousel .center-testimonial-slide p {
        margin: 0 0 18px 0;
        font-size: 15px;
        line-height: 1.95;
        color: #0f172a;
    }

/* Author */
.center-testimonials-carousel .center-testimonial-avatar {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(135deg, #0d5682, #0d5682);
    box-shadow: 0 14px 30px rgba(11,94,215,.22);
    border: 1px solid rgba(255,255,255,.65);
}

.center-testimonials-band .owl-nav {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

    .center-testimonials-band .owl-nav button {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        border: 1px solid rgba(11,94,215,.22) !important;
        background: #fff !important;
        box-shadow: 0 12px 28px rgba(2,6,23,.08);
    }

        .center-testimonials-band .owl-nav button span {
            color: var(--brand-blue);
            font-weight: 900;
            font-size: 22px;
            line-height: 1;
        }

/* =========================================
   Center Details - Testimonials (curvy + mascot)
   ========================================= */

.center-testimonials-band {
    --brand-blue: #0b5ed7; /* same family as Approved Centers search button */
    --brand-blue-d: #084db1;
    --ink: #0f172a;
    --muted: #64748b;
    position: relative;
    padding: 60px 0 75px 0;
    overflow: hidden;
    /* keep it clean (less “boxes”) */
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 60%, #f8fafc 100%);
}

    /* Reduce background noise (remove dotted strong layer if you added it before) */
    .center-testimonials-band::before,
    .center-testimonials-band::after {
        display: none !important;
    }

/* Header */
.center-testimonials-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.center-testimonials-title {
    margin: 0;
    font-weight: 950;
    letter-spacing: -.02em;
    color: var(--ink);
    font-size: clamp(1.7rem, 2.3vw, 2.4rem);
}

/* Mascot + bubble (top-right) */
.center-testimonials-mascot {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.center-testimonials-bubble {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 999px;
    background: #ffffff;
    color: #0d5682;
    font-weight: 900;
    font-size: 13px;
    border: 1px solid rgba(11,94,215,.22);
    box-shadow: 0 14px 30px rgba(2,6,23,.08);
    white-space: nowrap;
}

    /* Bubble tail */
    .center-testimonials-bubble::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -6px;
        width: 12px;
        height: 12px;
        background: #fff;
        border-right: 1px solid rgba(11,94,215,.22);
        border-top: 1px solid rgba(11,94,215,.22);
        transform: translateY(-50%) rotate(45deg);
    }

/* Character circle */
.center-testimonials-char {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0d5682, #0d5682);
    color: #fff;
    border: 1px solid rgba(255,255,255,.70);
    box-shadow: 0 16px 34px rgba(11,94,215,.22);
}

    .center-testimonials-char i {
        font-size: 18px;
    }

/* The ONE curvy bordered container (main highlight) */
.center-testimonials-shell {
    position: relative;
    border-radius: 28px;
    padding: 22px;
    /* remove extra “box” feel */
    background: rgba(255,255,255,.65);
    border: 0 !important;
    box-shadow: 0 30px 90px rgba(2,6,23,.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
}

    /* Curvy gradient border (single border only) */
    .center-testimonials-shell::before {
        content: "";
        position: absolute;
        inset: 0;
        padding: 2px;
        border-radius: 28px;
        background: linear-gradient(135deg, rgba(11,94,215,.60), rgba(6,182,212,.35), rgba(11,94,215,.18));
        -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }

    /* Soft moving accent INSIDE the shell (not boxy) */
    .center-testimonials-shell::after {
        content: "";
        position: absolute;
        inset: -80px;
        background: radial-gradient(320px circle at 20% 30%, rgba(11,94,215,.16), transparent 60%), radial-gradient(260px circle at 80% 60%, rgba(6,182,212,.14), transparent 60%);
        animation: ctSoftMove 10s ease-in-out infinite;
        opacity: .85;
        pointer-events: none;
    }

@keyframes ctSoftMove {
    0%, 100% {
        transform: translate(0,0);
    }

    50% {
        transform: translate(18px, -10px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .center-testimonials-shell::after {
        animation: none !important;
    }
}

/* Make carousel sit above accents */
.center-testimonials-carousel {
    position: relative;
    z-index: 1;
}

    /* Slide: NO border, NO extra box — just soft card */
    .center-testimonials-carousel .center-testimonial-slide {
        border-radius: 22px;
        background: #ffffff;
        border: 0 !important;
        box-shadow: 0 18px 55px rgba(2,6,23,.08);
        padding: 28px 26px;
    }

        /* Quote mark */
        .center-testimonials-carousel .center-testimonial-slide::before {
            content: "\f10d";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            top: 18px;
            right: 20px;
            font-size: 22px;
            color: rgba(11,94,215,.22);
        }

/* Nav buttons: keep simple, not boxy */
.center-testimonials-band .owl-nav {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
    z-index: 2;
}

    .center-testimonials-band .owl-nav button {
        width: 46px;
        height: 46px;
        border-radius: 999px;
        border: 1px solid rgba(11,94,215,.18) !important;
        background: #fff !important;
        box-shadow: 0 12px 28px rgba(2,6,23,.08);
    }

        .center-testimonials-band .owl-nav button span {
            color: var(--brand-blue);
            font-weight: 900;
            font-size: 22px;
            line-height: 1;
        }

/* Center Details - Testimonials: match Bio/Modules title sizing */
.center-testimonials-band .center-testimonials-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: normal !important;
}



.center-testimonials-band .center-testimonials-title {
    font-size: inherit !important;
}

/* ensure wrapper uses same style as card titles */
.center-testimonials-band .center-testimonials-head {
    font-size: 18px;
    font-weight: 700;
}


.center-details-hero.breadcrumb_part {
    position: relative;
    overflow: hidden;
    background-image: none !important;
}

.center-details-hero .center-details-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.center-details-hero .center-details-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(14 87 130) 0%, rgba(2, 10, 28, .55) 45%, rgb(13 86 129 / 51%) 100%);
}

.center-details-hero .container {
    position: relative;
    z-index: 2;
}

.center-details-video-wrap {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.08);
}

.center-details-video {
    display: block;
    width: 100%;
    height: 428px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .center-details-video {
        height: 220px;
    }
}

/* Center Details - mobile hero/layout polish */
.center-details-hero.breadcrumb_part {
    height: auto !important; /* override global breadcrumb fixed height */
    min-height: 0 !important;
}

@media (max-width: 991px) {
    .center-details-hero {
        padding: 24px 0 !important;
    }

    .center-details-title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .center-details-meta {
        margin-bottom: 12px;
    }

    .center-details-meta-item {
        font-size: 14px;
        line-height: 1.35;
    }

    .center-details-stats {
        gap: 10px;
        margin-bottom: 1px;
    }

    .center-details-stat {
        min-width: 140px; /* was 180px, too wide on mobile */
        padding: 10px 12px;
    }

    .center-details-logo-card {
        max-width: 240px; /* stop huge logo card */
        margin: 14px auto 0 auto; /* center it on mobile */
        padding: 12px;
        border-radius: 14px;
    }

    .center-details-logo-img {
        max-height: 140px;
        width: 100%;
        object-fit: contain;
    }
}


/* Center Details - feather bottom edge ONLY (override theme breadcrumb :after) */
.center-details-hero.breadcrumb_part::after {
    content: "" !important;
    position: absolute !important;
    left: 0;
    right: 0;
    top: auto !important; /* critical: cancel theme top:0 */
    bottom: -1px !important;
    height: 70px !important;
    z-index: 3 !important;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.75) 55%, rgba(255,255,255,1) 100% ) !important;
}

@media (max-width: 991px) {
    .center-details-hero.breadcrumb_part::after {
        height: 56px !important;
    }
}

/* Center Details - solid color hero cover (no video) */
.center-details-hero.breadcrumb_part.blog_grid_bg {
    position: relative;
    overflow: hidden;
    background-image: none !important; /* disable breadcrumb bg image */
    background: #0870aa;
}

    .center-details-hero.breadcrumb_part.blog_grid_bg::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image: radial-gradient(rgba(255,255,255,0.14) 1px, transparent 1px);
        background-size: 22px 22px;
        opacity: 0.22;
    }

    .center-details-hero.breadcrumb_part.blog_grid_bg .container {
        position: relative;
        z-index: 1;
    }

/* Remove any previous hero fade pseudo-element if you added it */
.center-details-hero.breadcrumb_part::after {
    content: none !important;
}

/* ============================================
   Modules Card Grid — Brand: #022a6b
   ============================================ */

:root {
    --brand: #0870aa;
    --brand-mid: #0a3d8f;
    --brand-light: #1a56b0;
    --brand-pale: #e8eef8;
    --brand-accent: #3b82f6;
    --mod-radius: 12px;
}

/* ── Grid container ── */
.center-details-modules-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 14px;
}

/* ── Individual card ── */
.mod-card {
    position: relative;
    background: #ffffff;
    border: 0.5px solid #d1d9e8;
    border-radius: var(--mod-radius);
    padding: 20px 18px 18px;
    cursor: default;
    transition: transform 0.18s ease, border-color 0.18s ease;
    overflow: hidden;
}

    /* Top accent bar (visible on hover) */
    .mod-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #022a6b, #1a56b0, #3b82f6);
        border-radius: var(--mod-radius) var(--mod-radius) 0 0;
        opacity: 0;
        transition: opacity 0.18s ease;
    }

    .mod-card:hover {
        transform: translateY(-3px);
        border-color: #0870aa;
    }

        .mod-card:hover::before {
            opacity: 1;
        }

/* ── Module number (top-right) ── */
.mod-num {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 11px;
    color: #9ca3b0;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* ── Icon wrapper ── */
.mod-icon-wrap {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: var(--brand-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    flex-shrink: 0;
}

/* FontAwesome icon inside wrapper */
.mod-icon-fa {
    font-size: 16px;
    color: var(--brand);
}

/* ── Module title ── */
.mod-title {
    font-size: 14px;
    font-weight: 500;
    color: #1a202c;
    line-height: 1.4;
    margin: 0 0 10px;
}

/* ── Active badge ── */
.mod-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 500;
    color: var(--brand);
    background: var(--brand-pale);
    border-radius: 20px;
    padding: 3px 10px;
}

.mod-badge-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--brand-light);
    flex-shrink: 0;
}

/* ── Empty state ── */
.center-details-empty {
    padding: 2rem;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    border: 1px dashed #d1d9e8;
    border-radius: var(--mod-radius);
}

/* ── Responsive ── */
@media (max-width: 576px) {
    .center-details-modules-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 380px) {
    .center-details-modules-grid {
        grid-template-columns: 1fr;
    }
}

/* Center Details - Modules collapsible card */
.center-modules-accordion {
    outline: none !important;
}

.center-modules-summary {
    list-style: none;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px;
}

/* hide default marker */
.center-modules-accordion summary::-webkit-details-marker {
    display: none;
}

.center-modules-accordion summary::marker {
    content: "";
}

.center-modules-summary-left {
    min-width: 0;
}

.center-modules-summary-hint {
    margin-top: 4px;
    font-size: 13px;
    color: #6b7280;
}

.center-modules-summary-right {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.center-modules-summary-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    color: #0b5ed7;
    background: rgba(11, 94, 215, 0.10);
    border: 1px solid rgba(11, 94, 215, 0.18);
}

.center-modules-summary-ico {
    transition: transform .2s ease;
    color: #0b5ed7;
}

.center-modules-accordion[open] .center-modules-summary-ico {
    transform: rotate(180deg);
}

.center-modules-panel {
    padding: 0 18px 18px 18px;
}

/* subtle divider line between summary and content */
.center-modules-accordion[open] .center-modules-summary {
    border-bottom: 1px solid rgba(0,0,0,.06);
}

/* Modules accordion - remove default focus/outline border */
.center-modules-accordion {
    outline: none !important;
}

    .center-modules-accordion:focus,
    .center-modules-accordion:focus-within {
        outline: none !important;
        box-shadow: none !important;
    }

    .center-modules-accordion .center-modules-summary:focus,
    .center-modules-accordion .center-modules-summary:focus-visible {
        outline: none !important;
        box-shadow: none !important;
    }

    /* When open, keep the same soft card border (no dark border) */
    .center-modules-accordion[open] {
        border-color: rgba(0,0,0,.08) !important;
        box-shadow: 0 10px 25px rgba(0,0,0,.05) !important;
    }


/* Make the opened panel feel like normal card content */
.center-modules-panel {
    padding: 12px 18px 18px 18px !important;
}

/* Responsive modules layout (works whether your module items are "books" or simple cards) */
.center-details-modules-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
    gap: 10px 12px !important;
}

/* Mobile: slightly smaller min width so it fits nicely */
@media (max-width: 575px) {
    .center-details-modules-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
    }
}

/* ══════════════════════════════════════════
   ABOUT SECTION — VERTICAL TIMELINE LAYOUT
   ══════════════════════════════════════════ */

.about-vertical {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
    position: relative;
}

    /* ── Connecting timeline spine ── */
  /*  .about-vertical::before {
        content: "";
        position: absolute;
        left: 36px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: linear-gradient(180deg, #0a7cba 0%, rgba(10,124,186,.12) 100%);
        border-radius: 2px;
        z-index: 0;
    }*/

/* ══════════════════════════════════════════
   JOURNEY CARD (Hero)
   ══════════════════════════════════════════ */
.about-journey2 {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(10,124,186,.1);
    border-radius: 24px;
    padding: 36px 36px 32px 80px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 12px 40px rgba(10,124,186,.06);
    overflow: hidden;
    z-index: 1;
    transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
}

    .about-journey2:hover {
        transform: translateY(-3px);
        box-shadow: 0 1px 3px rgba(0,0,0,.04), 0 20px 50px rgba(10,124,186,.1);
    }

    /* Timeline node */
    .about-journey2::before {
        content: "";
        position: absolute;
        left: 28px;
        top: 44px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #0a7cba;
        border: 3px solid #f4f6fa;
        z-index: 2;
        box-shadow: 0 0 0 3px rgba(10,124,186,.2);
    }

    /* Decorative corner accent */
    .about-journey2::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 140px;
        height: 140px;
        background: linear-gradient(135deg, rgba(10,124,186,.04) 0%, transparent 60%);
        border-radius: 0 24px 0 0;
        pointer-events: none;
    }

.about-journey2__head {
    padding-left: 0;
    margin-bottom: 16px;
}

.about-journey2__kicker {
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(135deg, #0a7cba, #0d94db);
    padding: 5px 14px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.about-journey2__title {
    margin: 0;
    font-weight: 900;
    font-size: 22px;
    color: #0f172a;
    line-height: 1.3;
}

.about-journey2__text {
    margin: 0;
    padding-left: 0;
    color: #475569;
    line-height: 1.85;
    font-size: 15px;
}

.about-journey2__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    padding-left: 0;
}

.about-journey2__chip {
    background: linear-gradient(135deg, #f0f9ff, #e8f4fd);
    border: 1px solid rgba(10,124,186,.12);
    color: #0a7cba;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 999px;
    transition: all .25s ease;
}

    .about-journey2__chip:hover {
        background: #0a7cba;
        color: #fff;
        border-color: #0a7cba;
        transform: translateY(-1px);
    }

/* ══════════════════════════════════════════
   VISION / MISSION CARDS
   ══════════════════════════════════════════ */
.about-vcard {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 24px;
    padding: 32px 32px 32px 80px;
    box-shadow: 0 1px 3px rgba(0,0,0,.03), 0 8px 28px rgba(0,0,0,.05);
    z-index: 1;
    transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease;
}

    .about-vcard:hover {
        transform: translateY(-3px);
        box-shadow: 0 1px 3px rgba(0,0,0,.03), 0 16px 42px rgba(0,0,0,.08);
    }

    /* Timeline nodes */
    .about-vcard::before {
        content: "";
        position: absolute;
        left: 28px;
        top: 40px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 3px solid #f4f6fa;
        z-index: 2;
    }

.about-vcard__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 0px;
}

.about-vcard__title {
    margin: 0;
    font-weight: 900;
    font-size: 20px;
    color: #0f172a;
}

.about-vcard__text {
    margin: 0;
    color: #475569;
    line-height: 1.85;
    font-size: 15px;
}

/* ── Vision variant ── */
.about-vcard--vision {
    border-left: none;
    background: linear-gradient(135deg, #ffffff 60%, rgba(8,145,178,.03) 100%);
}

    .about-vcard--vision::before {
        background: #0891b2;
        box-shadow: 0 0 0 3px rgba(8,145,178,.2);
    }

    .about-vcard--vision .vm-card__icon {
        background: linear-gradient(135deg, #0891b2, #06b6d4);
    }

/* ── Mission variant ── */
.about-vcard--mission {
    border-left: none;
    background: linear-gradient(135deg, #ffffff 60%, rgba(10,124,186,.03) 100%);
}

    .about-vcard--mission::before {
        background: #0a7cba;
        box-shadow: 0 0 0 3px rgba(10,124,186,.2);
    }

    .about-vcard--mission .vm-card__icon {
        background: linear-gradient(135deg, #0a7cba, #3b82f6);
    }

/* ── Icon circles ── */
.vm-card__icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 14px rgba(10,124,186,.25);
    transition: transform .3s ease;
    margin-bottom: 6px !important;
}

.about-vcard:hover .vm-card__icon {
    transform: scale(1.08) rotate(-3deg);
}

.vm-card__icon svg {
    width: 22px;
    height: 22px;
}

/* ══════════════════════════════════════════
   INNOVATION HUB (dark tech card)
   ══════════════════════════════════════════ */
.about-vcard--tech {
    position: relative;
    background: linear-gradient(177deg,var(--sec-d),var(--sec),var(--pri-d));
    border: none;
    border-radius: 24px;
    padding: 32px 32px 32px 80px;
    z-index: 1;
    overflow: hidden;
}

    .about-vcard--tech:hover {
        box-shadow: 0 1px 3px rgba(0,0,0,.05), 0 20px 50px rgba(15,23,42,.2);
    }

    /* Timeline node for tech card */
    .about-vcard--tech::before {
        content: "";
        position: absolute;
        left: 28px;
        top: 40px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #38bdf8;
        border: 3px solid #f4f6fa;
        z-index: 2;
        box-shadow: 0 0 0 3px rgba(56,189,248,.3);
    }

    /* Mesh pattern overlay */
    .about-vcard--tech::after {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 80% 20%, rgba(56,189,248,.12) 0%, transparent 50%), radial-gradient(circle at 20% 80%, rgba(6,182,212,.08) 0%, transparent 50%);
        pointer-events: none;
    }

    .about-vcard--tech .about-vcard__head {
        position: relative;
        z-index: 1;
    }

    .about-vcard--tech .about-vcard__title {
        color: #ffffff;
    }

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

    .tech-tags span {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(255,255,255,.08);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        border: 1px solid rgba(255,255,255,.12);
        color: #e2e8f0;
        font-weight: 600;
        font-size: 13px;
        padding: 9px 18px;
        border-radius: 999px;
        transition: all .3s ease;
        cursor: default;
    }

        .tech-tags span:hover {
            background: rgba(56,189,248,.18);
            border-color: rgba(56,189,248,.35);
            color: #fff;
            transform: translateY(-2px);
        }

/* ══════════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════════ */
@media (max-width: 640px) {
    .about-vertical::before {
        left: 20px;
    }

    .about-journey2,
    .about-vcard,
    .about-vcard--tech {
        padding: 28px 20px 28px 56px;
        border-radius: 20px;
    }

        .about-journey2::before,
        .about-vcard::before,
        .about-vcard--tech::before {
            left: 12px;
            width: 14px;
            height: 14px;
        }

    .about-journey2__title {
        font-size: 18px;
    }

    .about-vcard__title {
        font-size: 18px;
    }
}

.project-logos-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.project-logos-row__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    border-radius: 12px;
    height: 90px;
    min-width: 120px;
}

    .project-logos-row__item img {
        max-height: 70px;
        max-width: 180px;
        width: auto;
        height: auto;
        object-fit: contain;
        display: block;
    }

.project-hero-meta {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.project-hero-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.22);
    color: rgba(255,255,255,.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    font-size: 13px;
    line-height: 1;
}

    .project-hero-chip i {
        font-size: 14px;
        opacity: .95;
    }

    .project-hero-chip .k {
        font-weight: 800;
        letter-spacing: .02em;
        opacity: .85;
    }

    .project-hero-chip .v {
        font-weight: 900;
        opacity: 1;
    }

.project-hero-chip--soft {
    background: rgba(255,255,255,.12);
}

@media (max-width: 575px) {
    .project-hero-meta {
        justify-content: center; /* if your title is centered */
    }
}

.gallery.project-logos-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

    .gallery.project-logos-row a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 12px;
        border: 1px solid rgba(0,0,0,.08);
        background: #fff;
        border-radius: 12px;
        height: 90px;
        min-width: 120px;
    }

        .gallery.project-logos-row a img {
            max-height: 70px;
            max-width: 180px;
            width: auto;
            height: auto;
            object-fit: contain;
            display: block;
        }


.flag-bubble:nth-child(3n),
.flag-bubble:nth-child(4n) {
    transform: none;
}

.news-card__meta-date {
    margin-left: auto;
    font-size: 12px;
    font-weight: 800;
    color: #64748b;
    white-space: nowrap;
}

[dir="rtl"] .news-card__meta-date,
.news-sec[style*="rtl"] .news-card__meta-date {
    margin-left: 0;
    margin-right: auto;
}

.services-box {
    margin-top: 18px;
}

.services-box__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    color: #111;
    font-size: 13px;
    text-decoration: none;
    margin: 0 8px 8px 0;
    transition: all .15s ease-in-out;
}

    .service-chip:hover {
        transform: translateY(-1px);
        border-color: rgba(0,0,0,.2);
        box-shadow: 0 10px 18px rgba(0,0,0,.08);
        text-decoration: none;
        color: #111;
    }

/* ═══════ SERVICE DETAILS — CONNECTED PROJECTS ═══════ */
    .svc-connected-projects {
        margin-top: 30px;
        padding: 25px;
        border: 1px solid var(--g100);
        border-radius: 24px;
        background: linear-gradient(180deg, var(--w) 0%, var(--off) 100%);
        box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
    }

    .svc-connected-projects__header {
        margin-bottom: 15px;
    }

        .svc-connected-projects__header .shdr__tag {
            margin-bottom: 10px;
        }

    .svc-connected-projects__title {
        margin: 0 0 10px;
        color: var(--g800);
        font-size: clamp(22px, 2.4vw, 30px);
        font-weight: 800;
        line-height: 1.25;
        letter-spacing: -0.02em;
    }

    .svc-connected-projects__subtitle {
        margin: 0;
        max-width: 680px;
        color: var(--g400);
        font-size: 15px;
        line-height: 1.75;
    }

    .svc-connected-projects__table-card {
        overflow: hidden;
        border: 1px solid var(--g100);
        border-radius: 18px;
        background: var(--w);
        box-shadow: 0 10px 30px rgba(2, 6, 23, 0.04);
    }

    .svc-connected-projects__table {
        width: 100%;
        margin: 0;
        border-collapse: separate;
        border-spacing: 0;
    }

    .svc-connected-projects__table tbody td {
        padding: 18px 22px;
        border-top: 1px solid var(--g50);
        vertical-align: middle;
        background: var(--w);
        transition: background-color 0.2s ease;
    }

    .svc-connected-projects__table tbody tr:first-child td {
        border-top: 0;
    }

    .svc-connected-projects__table tbody tr:hover td {
        background: var(--pri-5);
    }

    .svc-connected-projects__table tbody td.col-num {
        width: 72px;
        text-align: center;
        color: var(--g300);
        font-size: 13px;
        font-weight: 700;
    }

.svc-connected-projects__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--g800);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.svc-connected-projects__link-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    background: var(--pri-10);
    color: var(--pri);
    flex-shrink: 0;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.svc-connected-projects__link:hover {
    color: var(--pri);
    gap: 12px;
    text-decoration: none;
}

    .svc-connected-projects__link:hover .svc-connected-projects__link-icon {
        background: var(--pri);
        color: var(--w);
    }

.svc-connected-projects__empty {
    padding: 28px 24px;
    border: 1px dashed var(--g200);
    border-radius: 16px;
    background: var(--w);
    color: var(--g400);
    font-size: 15px;
    line-height: 1.75;
    text-align: center;
}

[dir="rtl"] .svc-connected-projects__link:hover {
    gap: 12px;
}

@media (max-width: 767.98px) {
    .svc-connected-projects {
        margin-top: 36px;
        padding: 22px 18px;
        border-radius: 18px;
    }

    .svc-connected-projects__table tbody td {
        padding: 14px 16px;
    }

    .svc-connected-projects__link {
        font-size: 15px;
    }
}

.all-news-page {
    direction: @cssDirection;
}

.all-news-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0 60px;
    background: radial-gradient(900px 520px at 18% 25%, rgba(11, 94, 215, .30) 0%, rgba(11, 94, 215, 0) 58%), linear-gradient(120deg, rgba(12, 18, 28, .96) 0%, rgba(12, 18, 28, .70) 55%, rgba(12, 18, 28, .92) 100%), url('/img/website/products/cover3.jpg');
    background-size: cover;
    background-position: center;
}

.all-news-hero__title {
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    font-size: clamp(28px, 3vw, 44px);
}

.all-news-hero__sub {
    color: rgba(255,255,255,.85);
    margin: 0;
    max-width: 820px;
    line-height: 1.7;
    font-size: 15px;
}

.all-news-breadcrumb {
    margin-top: 18px;
    color: rgba(255,255,255,.85);
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

    .all-news-breadcrumb a {
        color: rgba(255,255,255,.95);
        text-decoration: none;
    }

        .all-news-breadcrumb a:hover {
            color: #fff;
            text-decoration: underline;
        }

.all-news-section {
    padding: 40px 0 70px;
    background: #f7f9fc;
}

.news-card {
    height: 100%;
    border-radius: 16px;
    border: 1px solid rgba(16, 24, 40, .08);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(16, 24, 40, .08);
    transition: transform .15s ease, box-shadow .15s ease;
    display: flex;
    flex-direction: column;
}

    .news-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 40px rgba(16, 24, 40, .12);
    }

.news-card__thumb {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
    display: block;
    background: #e9eef8;
}

.news-card__body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.news-card__meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    color: rgba(16, 24, 40, .75);
    font-size: 13px;
}

.news-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(11, 94, 215, .08);
    color: #0b5ed7;
    font-weight: 800;
    font-size: 12px;
    white-space: nowrap;
}

.news-card__title {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    color: #101828;
    line-height: 1.25;
}

.news-card__location {
    color: rgba(16, 24, 40, .70);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.news-card__desc {
    margin: 0;
    color: rgba(16, 24, 40, .75);
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1 1 auto;
}

.news-card__cta {
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: #0b5ed7;
    text-decoration: none;
}

    .news-card__cta:hover {
        text-decoration: underline;
    }

.all-projects-page {
    direction: @cssDirection;
}

.all-projects-hero {
    position: relative;
    overflow: hidden;
    padding: 90px 0 60px;
    background: radial-gradient(1000px 520px at 15% 30%, rgba(11, 94, 215, .30) 0%, rgba(11, 94, 215, 0) 55%), linear-gradient(120deg, rgba(12, 18, 28, .96) 0%, rgba(12, 18, 28, .72) 55%, rgba(12, 18, 28, .92) 100%), url('/img/website/products/cover3.jpg');
    background-size: cover;
    background-position: center;
}

.all-projects-hero__title {
    color: #fff;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    font-size: clamp(28px, 3vw, 44px);
}

.all-projects-hero__sub {
    color: rgba(255,255,255,.85);
    margin: 0;
    max-width: 820px;
    line-height: 1.7;
    font-size: 15px;
}

.all-projects-breadcrumb {
    margin-top: 18px;
    color: rgba(255,255,255,.85);
    font-size: 14px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

    .all-projects-breadcrumb a {
        color: rgba(255,255,255,.95);
        text-decoration: none;
    }

        .all-projects-breadcrumb a:hover {
            color: #fff;
            text-decoration: underline;
        }

.all-projects-section {
    padding: 40px 0 70px;
    background: #f7f9fc;
}

.project-card {
    height: 100%;
    border-radius: 16px;
    border: 1px solid rgba(16, 24, 40, .08);
    background: #fff;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(16, 24, 40, .08);
    transition: transform .15s ease, box-shadow .15s ease;
}

    .project-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 40px rgba(16, 24, 40, .12);
    }

.project-card__thumb {
    aspect-ratio: 16 / 9;
    width: 100%;
    background: #fff;
    display: block;
    object-fit: contain;
    padding: 14px;
}

.project-card__body {
    padding: 16px 18px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.project-card__meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    color: rgba(16, 24, 40, .75);
    font-size: 13px;
}

.project-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(11, 94, 215, .08);
    color: #0b5ed7;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
}

.project-card__title {
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    color: #101828;
    line-height: 1.25;
}

.project-card__location {
    color: rgba(16, 24, 40, .70);
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.project-card__desc {
    margin: 0;
    color: rgba(16, 24, 40, .75);
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1 1 auto;
}

.project-card__cta {
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: #0b5ed7;
    text-decoration: none;
}

    .project-card__cta:hover {
        text-decoration: underline;
    }

/* =========================
   ICDL - Earn Your Badge Tab
   ========================= */

.icdl-badge-hero {
    background: linear-gradient(135deg, rgba(10,124,186,.08), rgba(61,184,232,.06));
    border: 1px solid var(--icdl-g100);
    border-radius: var(--icdl-radius-lg);
    padding: 22px 22px;
    margin-bottom: 18px;
}

.icdl-badge-hero__top {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.icdl-badge-hero__icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: var(--icdl-pri);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: 0 10px 18px rgba(10,124,186,.18);
}

.icdl-badge-hero__title {
    font-size: clamp(1.4rem, 2.8vw, 2rem);
    line-height: 1.15;
    margin: 2px 0 8px 0;
    font-weight: 800;
    color: var(--icdl-g900);
}

.icdl-badge-hero__subtitle {
    margin: 0;
    color: var(--icdl-g600);
    font-size: 14px;
    line-height: 1.75;
    max-width: 900px;
}

.icdl-badge-hero__cta {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Layout: left card + right steps */
.icdl-badge-layout {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 16px;
    align-items: start;
}

.icdl-badge-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Badge preview card */
.icdl-badge-preview {
    position: relative;
    background: #fff;
    border: 1px solid var(--icdl-g100);
    border-radius: var(--icdl-radius-lg);
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.06);
}

.icdl-badge-preview__glass {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(61,184,232,.18), transparent 55%), radial-gradient(circle at 80% 30%, rgba(10,124,186,.12), transparent 55%), linear-gradient(180deg, rgba(10,124,186,.06), rgba(255,255,255,0));
    pointer-events: none;
}

.icdl-badge-preview__content {
    position: relative;
    padding: 14px;
}

.icdl-badge-preview__imgWrap {
    border-radius: 16px;
    background: #f4f7fb;
    border: 1px dashed rgba(10,124,186,.25);
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.icdl-badge-preview__img {
    width: 78%;
    height: 78%;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 14px 18px rgba(0,0,0,.12));
}

.icdl-badge-preview__meta {
    padding-top: 12px;
}

.icdl-badge-preview__name {
    font-weight: 800;
    color: var(--icdl-g900);
    font-size: 14px;
}

.icdl-badge-preview__status {
    margin-top: 4px;
    color: var(--icdl-g600);
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.icdl-badge-preview__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--icdl-ok);
    box-shadow: 0 0 0 4px rgba(16,185,129,.15);
}

.icdl-badge-preview__tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.icdl-badge-preview__tag {
    background: rgba(10,124,186,.08);
    color: var(--icdl-pri-d);
    border: 1px solid rgba(10,124,186,.18);
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    font-weight: 700;
}

/* Share card */
.icdl-share-card {
    background: #37397a;
    color: #fff;
    border-radius: var(--icdl-radius-lg);
    padding: 14px;
    box-shadow: 0 14px 30px rgba(55,57,122,.20);
}

.icdl-share-card__title {
    font-weight: 900;
    font-size: 14px;
}

.icdl-share-card__desc {
    margin-top: 4px;
    font-size: 12.5px;
    opacity: .92;
}

.icdl-share-card__grid {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.icdl-share-card__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 12px;
    background: rgba(255,255,255,.95);
    color: #101828;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 800;
    font-size: 13px;
    transition: transform .18s var(--icdl-ease), box-shadow .18s var(--icdl-ease);
}

    .icdl-share-card__btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 10px 18px rgba(16,24,40,.18);
    }

    .icdl-share-card__btn i {
        font-size: 16px;
    }

/* brand accents */
.icdl-share-card__btn--linkedin i {
    color: #0A66C2;
}

.icdl-share-card__btn--facebook i {
    color: #1877F2;
}

.icdl-share-card__btn--x i {
    color: #111;
}

.icdl-share-card__btn--whatsapp i {
    color: #22C55E;
}

.icdl-share-card__footer {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Right side */
.icdl-badge-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.icdl-badge-steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icdl-badge-step {
    background: #fff;
    border: 1px solid var(--icdl-g100);
    border-radius: var(--icdl-radius-lg);
    padding: 14px;
    display: flex;
    gap: 12px;
    box-shadow: 0 8px 22px rgba(16,24,40,.05);
}

.icdl-badge-step__num {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: var(--icdl-pri);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    flex: 0 0 auto;
}

.icdl-badge-step__title {
    font-weight: 900;
    color: var(--icdl-g900);
    font-size: 14px;
}

.icdl-badge-step__desc {
    margin-top: 4px;
    color: var(--icdl-g600);
    font-size: 13px;
    line-height: 1.6;
}

/* LinkedIn preview */
.icdl-social-preview {
    background: #fff;
    border: 1px solid var(--icdl-g100);
    border-radius: var(--icdl-radius-lg);
    padding: 14px;
    box-shadow: 0 8px 22px rgba(16,24,40,.05);
}

.icdl-social-preview__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.icdl-social-preview__badge {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(10,102,194,.10);
    color: #0A66C2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icdl-social-preview__title {
    font-weight: 900;
    color: var(--icdl-g900);
    font-size: 14px;
}

.icdl-social-preview__line {
    height: 10px;
    border-radius: 999px;
    background: var(--icdl-g50);
    border: 1px solid var(--icdl-g100);
    margin-bottom: 8px;
}

.icdl-social-preview__line--w80 {
    width: 80%;
}

.icdl-social-preview__line--w60 {
    width: 60%;
}

.icdl-social-preview__card {
    margin-top: 10px;
    border: 1px solid var(--icdl-g100);
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
}

.icdl-social-preview__cardLeft {
    padding: 12px 12px;
    flex: 1;
    min-width: 0;
}

.icdl-social-preview__miniTitle {
    font-weight: 900;
    color: var(--icdl-g900);
    font-size: 13px;
}

.icdl-social-preview__miniSub {
    margin-top: 4px;
    color: var(--icdl-g600);
    font-size: 12px;
}

.icdl-social-preview__cardRight {
    width: 110px;
    background: #f4f7fb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--icdl-g100);
}

    .icdl-social-preview__cardRight img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        display: block;
    }

.icdl-social-preview__hint {
    margin-top: 10px;
    color: var(--icdl-g600);
    font-size: 12.5px;
    line-height: 1.6;
}

.icdl-badge-disclaimer {
    color: var(--icdl-g600);
    font-size: 12.5px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 1024px) {
    .icdl-badge-layout {
        grid-template-columns: 1fr;
    }

    .icdl-share-card__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 520px) {
    .icdl-share-card__grid {
        grid-template-columns: 1fr;
    }
}

.icdl-badge-fan {
    height: 210px;
    border-radius: 16px;
    background: #f4f7fb;
    border: 1px dashed rgba(10,124,186,.25);
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}

.icdl-badge-fan__img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    position: absolute;
    filter: drop-shadow(0 16px 18px rgba(0,0,0,.14));
    transform-origin: center;
}

.icdl-badge-fan__img--back {
    transform: translateX(-46px) rotate(-10deg) scale(.94);
    opacity: .92;
}

.icdl-badge-fan__img--mid {
    transform: translateX(36px) rotate(10deg) scale(.96);
    opacity: .96;
}

.icdl-badge-fan__img--front {
    transform: translateX(0) rotate(0deg) scale(1);
    opacity: 1;
}

.icdl-badge-strip {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .icdl-badge-strip img {
        width: 38px;
        height: 38px;
        object-fit: contain;
        background: #fff;
        border-radius: 12px;
        border: 1px solid var(--icdl-g100);
        padding: 6px;
        box-shadow: 0 8px 16px rgba(16,24,40,.06);
    }

.news-details-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
}

.news-details-gallery__item {
    flex: 0 0 auto;
    width: 220px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(16, 24, 40, 0.10);
    box-shadow: 0 10px 22px rgba(16, 24, 40, 0.06);
    text-decoration: none;
}

.news-details-gallery__img {
    width: 100%;
    height: 150px;
    display: block;
    object-fit: cover;
}

@media (max-width: 576px) {
    .news-details-gallery__item {
        width: calc(50% - 6px);
    }

    .news-details-gallery__img {
        height: 140px;
    }
}

/* =========================
   RTL Overrides (append-only)
   ========================= */
html[dir="rtl"] body {
    direction: rtl;
    text-align: right;
}

/* Flip common alignment helpers */
html[dir="rtl"] .alignleft {
    float: right;
    margin-right: 0;
    margin-left: 1.5em;
}

html[dir="rtl"] .alignright {
    float: left;
    margin-left: 0;
    margin-right: 1.5em;
}

/* Comments avatar spacing */
html[dir="rtl"] .comment-author.vcard img {
    margin-right: 0;
    margin-left: 20px;
}

/* Generic Bootstrap-ish helpers often used by templates */
html[dir="rtl"] .text-left {
    text-align: right !important;
}

html[dir="rtl"] .text-right {
    text-align: left !important;
}

/* NiceSelect caret position */
html[dir="rtl"] .niceSelect:after {
    right: auto;
    left: 29px;
}

/* Dropdown caret spacing */
html[dir="rtl"] .cu_dropdown .dropdown-toggle::after {
    margin-left: 0;
    margin-right: 10px;
}

/* Dropdown menu anchoring */
html[dir="rtl"] .cu_dropdown .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}

/* Checkbox label spacing (uses margin-right in LTR) */
html[dir="rtl"] .common-checkbox + label:before,
html[dir="rtl"] .common-checkbox:checked + label:before {
    margin-right: 0;
    margin-left: 14px;
}

/* Pagination spacing if needed */
html[dir="rtl"] .page_pageination {
    direction: rtl;
}

.all-news-section .row > [class*="col-"] {
    margin-bottom: 1.5rem;
}

.all-news-search {
    margin-bottom: 22px;
}

.all-news-search__form {
    max-width: 720px;
}

.all-news-search__group {
    background: #fff;
    border: 1px solid rgba(16, 24, 40, .10);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(16, 24, 40, 0.06);
}

.all-news-search__input {
    border: 0 !important;
    padding: 14px 14px;
    height: auto;
    font-size: 14px;
}

    .all-news-search__input:focus {
        box-shadow: none !important;
    }

.all-news-search__btn {
    border: 0;
    padding: 0 18px;
    font-weight: 700;
}

.all-news-search__meta {
    margin-top: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.all-news-search__clear {
    font-weight: 700;
    text-decoration: none;
}

    .all-news-search__clear:hover {
        text-decoration: underline;
    }

/* =========================================================
   ALL NEWS — Beautiful search & filter bar
   Append to the end of style.css (or include as separate file)
   ========================================================= */
/*
    TODO:
    Refactor all `.news-filter*` class names to a generic, reusable naming convention
    (e.g. `.content-filter*` or `.listing-filter*`).

    This filter component is no longer specific to the News page and will be reused
    across multiple sections such as News, Projects, and other listing pages.

    Update:
    - CSS class names
    - HTML markup references
*/
.news-filter {
    margin: 0 auto 28px;
    max-width: 960px;
}

.news-filter__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* -------- Pill search bar -------- */
.news-filter__searchbar {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 999px;
    padding: 6px 10px 6px 22px;
    box-shadow: 0 6px 18px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .04);
    transition: box-shadow .25s ease, border-color .25s ease, transform .25s ease;
}

    .news-filter__searchbar:focus-within {
        border-color: #0b5ed7;
        box-shadow: 0 10px 28px rgba(11, 94, 215, .18), 0 2px 4px rgba(11, 94, 215, .08);
    }

.news-filter__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b5ed7;
    margin-right: 12px;
    flex: 0 0 auto;
}

    .news-filter__icon svg {
        width: 22px;
        height: 22px;
    }

.news-filter__input {
    flex: 1 1 auto;
    border: 0;
    outline: none;
    background: transparent;
    padding: 14px 8px;
    font-size: 15px;
    color: #0b1c39;
    min-width: 0;
    font-family: "Poppins", sans-serif;
}

    .news-filter__input::placeholder {
        color: #9aa3b2;
    }

.news-filter__clear {
    display: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f1f4f9;
    color: #5b6474;
    border: 0;
    cursor: pointer;
    flex: 0 0 auto;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

    .news-filter__clear:hover {
        background: #e4e9f2;
        color: #0b1c39;
        transform: rotate(90deg);
    }

    .news-filter__clear svg {
        width: 14px;
        height: 14px;
    }

/* -------- Secondary filter row -------- */
.news-filter__row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 8px;
}

.news-filter__select-wrap {
    position: relative;
    flex: 1 1 200px;
    min-width: 160px;
}

    .news-filter__select-wrap::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 18px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #5b6474;
        border-bottom: 2px solid #5b6474;
        transform: translateY(-75%) rotate(45deg);
        pointer-events: none;
    }

.news-filter__select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: 1px solid rgba(16, 24, 40, .08);
    border-radius: 12px;
    padding: 12px 40px 12px 16px;
    font-size: 14px;
    color: #0b1c39;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    box-shadow: 0 2px 6px rgba(16, 24, 40, .04);
    transition: border-color .2s ease, box-shadow .2s ease;
}

    .news-filter__select:hover,
    .news-filter__select:focus {
        border-color: #0b5ed7;
        box-shadow: 0 4px 10px rgba(11, 94, 215, .12);
    }

.news-filter__reset {
    border: 0;
    background: transparent;
    color: #0b5ed7;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 16px;
    border-radius: 10px;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    transition: background .2s ease;
}

    .news-filter__reset:hover {
        background: rgba(11, 94, 215, .08);
    }

/* -------- Result count -------- */
.news-filter__meta {
    margin-top: 14px;
    padding: 0 8px;
}

.news-filter__count {
    color: #5b6474;
    font-size: 13px;
    font-weight: 500;
}

/* -------- Empty state (no results) -------- */
.news-empty-state {
    /* JS toggles display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    gap: 10px;
}

    .news-empty-state svg {
        color: #c3cad6;
        margin-bottom: 4px;
    }

    .news-empty-state h3 {
        font-size: 20px;
        font-weight: 700;
        color: #0b1c39;
        margin: 0;
    }

    .news-empty-state p {
        color: #5b6474;
        font-size: 14px;
        margin: 0 0 10px;
    }

    .news-empty-state .btn {
        border-radius: 999px;
        padding: 10px 24px;
        font-weight: 600;
    }

/* -------- RTL overrides -------- */
html[dir="rtl"] .news-filter__searchbar {
    padding: 6px 22px 6px 10px;
}

html[dir="rtl"] .news-filter__icon {
    margin-right: 0;
    margin-left: 12px;
}

html[dir="rtl"] .news-filter__select-wrap::after {
    right: auto;
    left: 18px;
}

html[dir="rtl"] .news-filter__select {
    padding: 12px 16px 12px 40px;
}

/* -------- Mobile -------- */
@media (max-width: 575.98px) {
    .news-filter__searchbar {
        padding: 4px 8px 4px 18px;
    }

    .news-filter__input {
        font-size: 14px;
        padding: 12px 6px;
    }

    .news-filter__icon svg {
        width: 18px;
        height: 18px;
    }

    .news-filter__select-wrap {
        flex: 1 1 100%;
    }

    .news-filter__reset {
        width: 100%;
        text-align: center;
        padding: 12px;
        background: #f5f7fb;
    }
}

.news-item.is-hidden {
    display: none !important;
}

.center-details-hero.breadcrumb_part.blog_grid_bg {
    position: relative;
    overflow: hidden;
    background-image: none !important;
    background: radial-gradient(1200px 600px at 15% 20%, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0) 60%), linear-gradient(135deg, #0b2a6f 0%, #0870aa 45%, #19a6c6 100%) !important;
}

.center-details-hero-wave {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    width: 100%;
    height: 90px;
    z-index: 2;
    pointer-events: none;
}

.center-details-hero.breadcrumb_part.blog_grid_bg .container {
    position: relative;
    z-index: 3;
}

.center-details-logo-card {
    max-width: 220px;
    padding: 12px;
}

.center-details-logo-img {
    width: 100%;
    max-height: 200px;
    object-fit: contain;
    display: block;
}

@media (max-width: 991px) {
    .center-details-logo-card {
        max-width: 200px;
    }

    .center-details-logo-img {
        max-height: 95px;
    }
}

.video-slider {
    position: relative;
    width: 100%;
    min-height: 77vh;
    overflow: hidden;
}

.video-slider__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-slider__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.35) 45%, rgba(0,0,0,.55) 100%);
}

.video-slider__content {
    position: relative;
    z-index: 2;
    min-height: 70vh;
    display: flex;
    align-items: center;
    padding-top: 110px;
    padding-bottom: 60px;
}

.video-slider__slide {
    max-width: 900px;
}

.video-slider__title {
    color: #fff;
    font-weight: 700;
    line-height: 1.12;
    font-size: clamp(26px, 4vw, 54px);
    margin-bottom: 14px;
}

.video-slider__subtitle {
    color: rgba(255,255,255,.92);
    font-size: clamp(14px, 1.6vw, 20px);
    line-height: 1.6;
    margin-bottom: 22px;
    max-width: 720px;
}

.video-slider__btn {
    display: inline-block;
}

@media (max-width: 767px) {
    .video-slider {
        min-height: 72vh;
    }

    .video-slider__content {
        min-height: 72vh;
        padding-top: 90px;
        padding-bottom: 44px;
    }

    .video-slider__slide {
        max-width: 100%;
    }
}

.home-testimonials {
    background: var(--off);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

    .home-testimonials::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 20% 20%, rgba(10,124,186,.08) 0%, transparent 55%), radial-gradient(circle at 80% 60%, rgba(255,92,53,.06) 0%, transparent 50%);
    }

    .home-testimonials .home-testimonials__title,
    .home-testimonials .home-testimonials__subtitle,
    .home-testimonials .home-testimonials__hint {
        position: relative;
        z-index: 1;
    }

    .home-testimonials .home-testimonials__title {
        color: var(--g900);
    }

    .home-testimonials .home-testimonials__subtitle,
    .home-testimonials .home-testimonials__hint {
        color: var(--g500);
    }

    .home-testimonials .home-testimonials__card {
        background: var(--w);
        border: 1px solid var(--g100);
        border-radius: 16px;
        padding: 22px 22px;
        box-shadow: 0 14px 40px rgba(13, 21, 32, .08);
        position: relative;
        z-index: 1;
    }

    .home-testimonials .home-testimonials__quote i {
        color: var(--pri);
        opacity: .35;
    }

    .home-testimonials .home-testimonials__avatar {
        width: 42px;
        height: 42px;
        border-radius: 999px;
        display: grid;
        place-items: center;
        font-weight: 800;
        color: var(--pri-d);
        background: linear-gradient(135deg, rgba(10,124,186,.14), rgba(61,184,232,.12));
        border: 1px solid rgba(10,124,186,.18);
    }

.project-card {
    margin-bottom: 8px;
}


/* Scroll To Top Button */
#scrollToTopBtn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background-color: var(--sec-d);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, background-color 0.2s ease;
}

    #scrollToTopBtn:hover {
        background-color: var(--sec);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    }

    #scrollToTopBtn.visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    #scrollToTopBtn i {
        font-size: 18px;
        line-height: 1;
    }

.mission-list {
    list-style: disc;
    padding-left: 1.2rem;
    margin: 0;
    line-height: 1.8;
}


.entry-content-left p {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 15px;
    color: #3F454F;
    font-family: "Poppins", sans-serif;
}
