:root {
    --color-green-custom: rgb(44, 143, 155);
    --color-blue-custom: rgb(46, 144, 183);
    --color-light-blue-custom: rgb(162, 211, 243);
    --color-dark-blue-custom: rgb(15, 56, 117);
    --color-red-custom: rgb(234, 81, 109);
    /*  */
    --color-green-custom-code-rgb: 44, 143, 155;
    --color-blue-custom-code-rgb: 46, 144, 183;
    --color-light-blue-custom-code-rgb: 162, 211, 243;
    --color-dark-blue-custom-code-rgb: 15, 56, 117;
    --color-red-custom-code-rgb: 234, 81, 109;
}

.staff-carousel.owl-theme .owl-dots .owl-dot.active span,
.staff-carousel.owl-theme .owl-dots .owl-dot:hover span,
.blog-carousel.owl-theme .owl-dots .owl-dot.active span,
.blog-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #13ADE5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff-carousel.owl-theme .owl-dots .owl-dot span,
.blog-carousel.owl-theme .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 25px;
    height: 6px;
    border-radius: 0;
    background-color: #FFF;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.staff-carousel.owl-theme .owl-dots .owl-dot span,
.blog-carousel.owl-theme .owl-dots .owl-dot span {
    background-color: #1A3D7D;
}

.level3 ul {
    left: 100% !important;
    top: -25px !important;
}

.level3 ul {
    display: none;
}

.level3:hover ul {
    display: block;
}

@media (max-width: 700px) {
    .tp-caption.tp-resizeme>a {
        min-width: 104px;
        height: 50px;
        margin: 12px 0px 0px -2px !important;
    }
}

@media (max-width: 390px) {
    .tp-caption.tp-resizeme>a {
        height: 40px;
    }
    .tp-caption.tp-resizeme>a>span {
        font-size: 13px !important;
    }
}

.tp-caption.tp-resizeme>a {
    text-align: center !important;
    justify-content: center;
}

@media (max-width: 495px) {
    .tp-caption.tp-resizeme>span>a>i {
        left: 15px !important;
    }
    .tp-caption.tp-resizeme>span>a {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 778px) {
    .all-features-item {
        margin-top: 40px;
    }
}

.pagination-area {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.pagination-area .pagination a {
    color: #1A3D7D;
}

.pagination-area .pagination li.active a {
    color: white;
}

.pagination-area .pagination li:hover a {
    color: white;
}

.breadcrumb-header .banner h1 {
    font-size: 60px;
}

.text-box-search h5 {
    font-size: 24px;
    color: #1A3D7D;
    margin-bottom: 15px;
}

.text-box-search a.link {
    color: #1A3D7D;
    margin-top: 10px;
    font-size: 16px;
}

.post-meta ul li a {
    color: #1A3D7D;
}

.post-meta {
    margin-bottom: 15px;
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.breadcrumb-header {
    background-position: top;
    background-size: auto;
}

@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

#label_accept_conditions>p>a {
    color: #41ade5;
}

#label_accept_conditions>p>a:hover {
    color: #000000;
}

.single-department-list li a,
.widget .categories ul li a {
    line-height: 2;
}

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

.add-comments button {
    border: none;
    margin-top: 10px;
}

.add-comments {
    margin-top: 35px;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 {
    padding: 0 30px 0 30px;
}

#terms_condition-error {
    position: absolute;
    top: 32px;
    left: 15px;
}

.col-md-12.form-group.terms-condition {
    position: relative;
}

.nav-bar .nav-bar-links .level-2 {
    min-width: 300px;
}

@media (max-width: 991px) {
    .nav-bar .nav-bar-links .item-level-2.level3>.link-level-2:after {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        vertical-align: middle;
        margin-left: 5px;
        background-color: #13ADE5;
        color: #FFF;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        text-align: center;
        line-height: 25px;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
        -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
        transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    }
    .nav-bar .nav-bar-links .item-level-2.level3>.link-level-2.active:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
    .nav-bar .nav-bar-links .level-2 .item-level-2.level3 .link-level-2:after {
        opacity: 1 !important;
        visibility: visible !important;
        color: #FFF !important;
    }
}

@media (max-width: 1035px) {
    .nav-bar-tools.d-flex.align-items-center.justify-content-between {
        display: none !important;
    }
}

.editorialbox ul>li::before {
    content: "»";
    color: #13ADE5;
    font-size: 25px;
}

.editorialbox ul {
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #1A3D7D;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
    outline: none;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    margin-bottom: 30px;
}

.editorialbox li {
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Public Sans', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #1A3D7D;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    list-style: none;
    box-sizing: border-box;
    transition: all 0.3s ease;
    outline: none;
    margin-bottom: 12px;
    float: left;
    width: 50%;
    position: relative;
    display: flex;
}

.editorialbox li h4 {
    display: inline-block;
    position: relative;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    color: #6c757d;
    text-transform: capitalize;
    font-family: 'Public Sans', sans-serif;
    padding-left: 15px;
}

.vineta ul {
    margin-left: 32px !important;
}

.vineta ul,
.vineta ol {
    list-style-position: outside;
    margin: 8px 0;
    color: #9B9B9B;
}

.vineta ul li,
.vineta ol li {
    margin: 5px 0;
}

.vineta a {
    color: #12ade5;
}

.vineta a:hover {
    color: #1a3d7d;
}

.vineta ul li {
    list-style: disc;
    color: #616161;
    font-size: 16px;
}

.vineta ol li {
    list-style: decimal;
}

.nav-bar .nav-bar-links .level-2 .link-level-2:after,
.footer .links li a:after {
    position: absolute;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 {
    padding: 0 30px 10px 30px;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2 {
    line-height: 24px;
}

h5:hover {
    color: #1A3D7D !important;
}

.blog-item .text-box {
    min-height: 300px;
}

@media (max-width: 991px) {
    .change-direction {
        flex-direction: column-reverse;
    }
}

.quote-box .quote-item i {
    top: calc(0px + (45px / 2));
}

#myLogin .btn-close {
    background: none;
    z-index: 9;
}

#myLogin .modal-header {
    top: -12px;
}

#myLogin .modal-header {
    top: -5px;
    right: 9px;
}

#myLogin .btn-close {
    opacity: 1;
}

#myLogin .btn-close i {
    color: #13ADE5;
}

#myLogin .btn-close i:hover {
    color: #000 !important;
}

.nav-bar-links .level-2 .level-2 {
    max-height: 700px;
    overflow-y: auto;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-3 {
    line-height: 24px;
    color: #1A3D7D;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    display: block;
    text-transform: none;
}

.nav-bar .nav-bar-links .level-2 .level3 .item-level-2 .link-level-3:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    font-size: 12px;
    opacity: 0;
    margin-left: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}

.nav-bar .nav-bar-links .level-2 .level3 .item-level-2 .link-level-3:after {
    position: absolute;
}

.nav-bar .nav-bar-links .level-2 .level3 .item-level-2:hover .link-level-3:after {
    opacity: 1;
    margin-left: 15px;
    visibility: visible;
    color: #13ADE5;
}

.accordion-button:not(.collapsed) {
    color: #1a3d7d;
    background-color: #13ade575;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 700;
    padding: 1rem 1.25rem;
    font-size: 23px;
    color: #1a3d7d;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

button:focus {
    text-decoration: none;
    color: #1a3d7d;
}

.single-department-box h2 {
    font-size: 35px;
    line-height: 1.1;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 20px;
}

.menu-lvl-2-close i.icon_arrow {
    transform: rotate(90deg);
}

.icon_father {
    width: 30px;
    height: 30px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.menu-lvl-2-open i {
    transform: rotate(0);
}

.menu-lvl-3 {
    display: none;
}

@media (max-width: 400px) {
    .features .features-item .item-text,
    .features-2 .features-item .item-text {
        padding-left: 60px;
        display: contents;
    }
    .features .features-item .features-icon,
    .features-2 .features-item .features-icon {
        float: left;
        font-size: 40px;
        line-height: 1;
        padding-right: 20px;
        position: initial !important;
        margin: 0 auto;
        margin-bottom: 8px;
    }
}

.h1editorial {
    box-sizing: border-box;
    transition: all 0.3s ease;
    outline: none;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    color: #1A3D7D;
    text-transform: none;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
    margin-bottom: 30px;
    font-size: 45px;
    line-height: 50px;
}

p {
    font-size: 16px !important;
}

.departments .departments-item .departments-item-text-box {
    position: relative;
    padding: 35px 35px;
}


/* .backgound_blue {
    height: 600px;
} */

.departments .departments-item .item-content h4 {
    text-transform: none;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 0 !important;
    position: relative;
}

.text_testimonials {
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    line-height: 1.4;
    font-weight: 600;
    color: #FFF;
    margin-bottom: 30px;
    text-transform: none;
}

.text_testimonials_icon {
    font-size: 60px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 30px;
    display: block;
}

.play_now {
    width: 70px;
    height: 70px;
    top: 50%;
    font-size: 22px;
    line-height: 45px;
    transform: translateY(-50%);
    background-color: #fff;
    position: relative;
    text-align: center;
    border: 3px solid #fff;
    color: #fff;
    z-index: 1;
    padding-left: 5px;
    display: block;
    transform-origin: center center;
    border-radius: 50%;
    margin: 0 auto;
}

.play_now_2 {
    width: 70px;
    height: 70px;
    top: 50%;
    font-size: 22px;
    line-height: 45px;
    transform: translateY(-50%);
    background-color: #fff;
    position: absolute;
    text-align: center;
    border: 3px solid #fff;
    color: #fff;
    z-index: 1;
    padding-left: 5px;
    display: block;
    transform-origin: center center;
    border-radius: 50%;
    margin: 0 auto;
}

.testimoy_image {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
    height: 588px;
}

@media (max-width:580px) {
    .testimoy_image {
        height: 450px;
    }
}

.box_images_testimony {
    width: 100%;
}

.icon_play {
    color: #13ADE5;
    position: relative;
    left: 0;
    top: 9px;
}

.loader {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 170px;
    height: 170px;
    left: -97px;
    position: relative;
    top: -53px;
}

.loader::before,
.loader::after {
    content: '';
    border: 7px solid #ffffffa8;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    animation: loader 3s linear infinite;
    opacity: 0;
}

.loader::before {
    animation-delay: 1s;
}

@keyframes loader {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(0);
        opacity: 0;
    }
}


/* .nav-bar.active .menu_header {
    height: 55px;
} */

.nav-bar .logo .logo-nav img {
    width: 217px;
}


/*================================================================================
    Personalizacion template
    ==============================================================================*/

.body-blue {
    background-color: #eaf6fe;
}

.scroll-up a {
    border-radius: 50%;
}

.top-navbar .content-box .website-info li i {
    color: #ffff;
}

@media (max-width: 1115px) {
    .nav-bar .nav-bar-links {
        display: none;
    }
}

@media (max-width: 1035px) {
    .nav-bar .logo .open-nav-bar span {
        width: 30px;
        height: 3px;
        border-radius: 3px;
        background-color: #1A3D7D;
        display: block;
    }
    .nav-bar .logo {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px 0;
    }
}

.nav-bar .logo .logo-nav img {
    max-width: 300px;
    width: 300px;
    padding: 25px 0;
}

.nav-bar .logo {
    overflow: clip;
}

.nav-bar.active .logo .logo-nav img {
    max-width: 350px;
    width: auto;
}

@media (max-width: 550px) {
    .nav-bar .logo .logo-nav img {
        max-width: 350px;
        width: 80%;
        padding: 8px 0;
    }
}

.top-navbar {
    background-color: #63b9e9;
}

.btn-custom-red {
    background-color: var(--color-red-custom);
}

.btn-custom-blue {
    background-color: var(--color-blue-custom);
}

.btn-custom-green {
    background-color: var(--color-green-custom);
}

.btn-custom-rounded {
    padding: 12px 20px;
    margin-top: 8px;
    font-weight: bolder;
    font-size: 16px;
    border-radius: 25px !important;
    border: none !important;
    transition: all 0.4s ease;
}

.btn-custom-hover-animation:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.features .all-features-item .features-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 25px !important;
    margin-right: 8px;
    padding: 30px;
    min-height: 320px;
    margin-top: 10px;
}

@media (max-width: 600px) {
    .features .all-features-item .features-item {
        margin-right: 0;
    }
}

.features .all-features-item div:last-child .features-item {
    margin-right: 0px;
}

.features-item .features-icon {
    top: 16px;
}

.features .features-item .features-icon svg,
.features-2 .features-item .features-icon svg {
    width: 40px;
    height: 40px;
}


/* FIRST CHILD */

.features .all-features-item div:first-child .features-item {
    background-color: var(--color-blue-custom);
}

.features .all-features-item div:first-child .features-item .features-icon {
    fill: var(--color-dark-blue-custom);
}

.features .all-features-item div:first-child .features-item .timetable {
    background-color: var(--color-dark-blue-custom);
}

.features .all-features-item div:first-child .features-item .timetable:hover {
    background-color: rgba(var(--color-dark-blue-custom-code-rgb), 0.8);
}


/* SECOND CHILD */

.features .all-features-item div:nth-child(2) .features-item {
    background-color: var(--color-light-blue-custom);
    color: var(--color-dark-blue-custom);
}

.features .all-features-item div:nth-child(2) .features-item .item-text p {
    color: var(--color-dark-blue-custom);
}

.features .all-features-item div:nth-child(2) .features-item .features-icon {
    fill: var(--color-green-custom);
}

.features .all-features-item div:nth-child(2) .features-item .timetable {
    background-color: var(--color-green-custom);
}

.features .all-features-item div:nth-child(2) .features-item .timetable:hover {
    background-color: rgba(var(--color-green-custom-code-rgb), 0.8) !important;
}


/* LAST */

.features .all-features-item div:last-child .features-item {
    background-color: var(--color-dark-blue-custom);
}

.features .all-features-item div:last-child .features-item .features-icon {
    fill: var(--color-red-custom);
}

.features .all-features-item div:last-child .features-item .timetable {
    background-color: var(--color-red-custom);
}

.features .all-features-item div:last-child .features-item .timetable:hover {
    background-color: rgba(var(--color-red-custom-code-rgb), 0.8) !important;
}

.features .all-features-item {
    margin-top: -50px;
}

@media (max-width: 600px) {
    .features .all-features-item {
        margin: 16px;
    }
}

.features .all-features-item .timetable {
    border-radius: 25px !important;
    border: none !important;
}

.features .features-item .timetable {
    background-color: var(--color-dark-blue-custom);
    width: 100%;
    padding: 12px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    font-weight: bolder;
    font-size: 16px;
}

.features .features-item.one::after {
    content: none;
}


/*================================================================================
    editorial
    ==============================================================================*/

.sec-title-2 h2:after {
    content: none;
}

.about-us .h1editorial {
    font-size: 28px;
    line-height: 38px;
}

.description-editorial,
.description-editorial p,
.description-editorial span {
    color: var(--color-dark-blue-custom);
    line-height: 22px;
}

.about-us .about-img-box .img-box img {
    border-radius: 25px !important;
}

.about-us-2 .about-img-box:after {
    content: none;
}

.about-us-2 .play_now_2 {
    opacity: 0.35;
    background-color: #ffffff42;
}

.about-us-2 .play_now_2 .icon_play {
    color: #fff;
}


/*================================================================================
    services
    ==============================================================================*/

.departments {
    padding-top: 50px;
    overflow: hidden;
    background-color: initial !important;
}

.departments-item-text-box {
    min-height: 220px;
}

.departments .overlay-2 {
    background-image: none;
    background-color: var(--color-light-blue-custom);
}

.departments .departments-item {
    border-radius: 25px !important;
}

.departments h2,
.departments h3,
.doctors h2,
.doctors h3 {
    font-size: 28px;
    color: var(--color-dark-blue-custom) !important;
}

.section_service {
    height: 420px !important;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    margin-top: 0;
    width: 100%;
}

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 35px !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    font: initial;
}

.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
    color: #ffffff;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.owl-theme .owl-nav .owl-prev {
    left: -85px;
}

.owl-theme .owl-nav .owl-next {
    right: -85px;
}

.icon-svg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: contain;
    margin: 0 auto;
    background-color: var(--color-red-custom);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.icon-svg svg {
    fill: #fff;
    max-width: 80px;
    max-height: 80px;
}

.color-blue {
    color: #0f3875;
}

.color-purple {
    color: #803b8e;
}

.color-light-blue {
    color: #54b2e3;
}

.color-blue-2 {
    color: #618bc3;
}

.color-orange {
    color: #e97625;
}

.color-green {
    color: #2c8f9b;
}

.color-red {
    color: #ea516d;
}


/* ------------------------------------------------------------------- */

.bg-transparent {
    background-color: transparent;
}

.bg-color-purple {
    background-color: #803b8e;
}

.bg-color-ultra-light-blue {
    background-color: var(--color-light-blue-custom);
}

.bg-color-light-blue {
    background-color: #54b2e3;
}

.bg-color-blue-2 {
    background-color: #618bc3;
}

.bg-color-orange {
    background-color: #e97625;
}

.bg-color-green {
    background-color: #2c8f9b;
}

.bg-color-red {
    background-color: #ea516d;
}


/*================================================================================
    team
    ==============================================================================*/

.doctors {
    background-image: none;
    overflow: clip;
}

.doctors .departments-item {
    border-radius: 25px !important;
    overflow: clip;
}

.doctors-box .text-box {
    min-height: 125px;
    padding: 0 25px;
    padding-top: 15px;
}

.doctors-box .text-box h5 {
    font-size: 18px;
}

.doctors-box {
    margin: 0;
}

.staff-carousel .owl-nav.disabled {
    display: block !important;
}

.doctors-box:hover .img-box ul {
    overflow: hidden;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
}


/*================================================================================
    blogs
    ==============================================================================*/

.blog-item .img-box {
    border-radius: 25px 25px 0 0;
}

.blog-item .text-box {
    border-radius: 0 0 25px 25px;
}

.widget {
    border-radius: 25px !important;
}


/*================================================================================
    contact
    ==============================================================================*/

.contact-info-content .contact-box .box a,
.contact-info-content .contact-box .box p {
    font-size: 16px;
}

.carousel-item {
    border-radius: 10px;
}

.carousel-inner {
    border-radius: 10px;
}

.faq .faq-box {
    border-radius: 10px;
}

p {
    color: #616161;
    font-size: 18px !important;
}

.single-department-list li a,
.widget .categories ul li a {
    color: #616161;
}

.item-text h4 {
    font-weight: bold !important;
}

.h2_video_home {
    position: absolute;
    bottom: 50px;
    left: 30px;
    font-weight: bold;
    color: rgb(128 59 142);
}

.faq-one__points li .icon {
    width: 43px;
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1 {
    color: #1A3D7D;
    font-size: 15px;
}

.features .all-features-item div:first-child .features-item .timetable {
    color: #FFF;
    text-transform: none;
    position: relative;
    text-align: center;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

.features .all-features-item div:first-child .features-item .timetable:after {
    content: '';
    background-color: #115bc8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.features .all-features-item div:first-child .features-item .timetable:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.features .all-features-item div:nth-child(2) .features-item .timetable {
    color: #FFF;
    text-transform: none;
    position: relative;
    text-align: center;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

.features .all-features-item div:nth-child(2) .features-item .timetable:after {
    content: '';
    background-color: #0f3875;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.features .all-features-item div:nth-child(2) .features-item .timetable:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.features .all-features-item div:last-child .features-item .timetable {
    color: #FFF;
    text-transform: none;
    position: relative;
    text-align: center;
    z-index: 1;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    cursor: pointer;
}

.features .all-features-item div:last-child .features-item .timetable:after {
    content: '';
    background-color: rgb(253 36 75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    -o-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.features .all-features-item div:last-child .features-item .timetable:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.footer .links li i {
    padding-right: 10px !important;
}

.social_link_float {
    position: fixed;
    display: grid;
    z-index: 9999;
    text-align: center;
    top: 30%;
    width: 30px;
    border-radius: 5px 0px 0px 5px;
    right: 0;
}

.social_link_float a {
    font-size: 15px;
    padding: 3px;
}

.social_link_float a:hover {
    background: #0f3875;
    border-radius: 5px 0px 0px 5px
}

.blackboard {
    position: fixed;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: -8px;
    bottom: 70px;
    z-index: 99999;
    overflow: hidden;
}

.blackboard:hover {
    right: -2px;
}