:root {
    --blue: #0053ed;
    --white: #fff;
    --black: #000;
    --black3: #333333;
    --black6: #666666;
    --dark: #dddddd;
    --dark: #171f32;

    --dark2: #151515;

    --radius3: 3px;
    --radius4: 4px;

    --gray-border: #ebebeb;
    --color333: #333;
    --lemon: #ffbb1c;
    --green: #5dd805
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333
}

body,
.site-footer,
.btn,
button,
a i i,
a {
    font-family: 'Montserrat', sans-serif;
}

.btn,
button,
a i i,
a,
a:hover,
a:focus {

    text-decoration: none;
    transition: all 0.25s
}

a {
    color: var(--blue)
}

a:hover,
a:active,
a:focus {
    color: var(--dark)
}

ul,
li,
.item-list ul,
.item-list ul li {
    border: 0
}

@media (min-width: 200px) {
    .dropdown-menu {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.dropdown-menu {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}


.form-control:focus {
    box-shadow: none;
    border-color: #a7a7a7;
}

img {
    max-width: 100%;
    height: auto;
}

.btn-primary {
    background: var(--blue);
    border-color: var(--blue);
}

.form-submit.is-disabled {
    background-color: #333;
    border: 0
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--dark);
    border-color: var(--dark);
    color: var(--blue);
}

.gray-bg {
    background-color: #f9f9f9;
}

.dark-bg {
    background-color: var(--dark2);
    color: #fff
}

.dark-bg .section-title>div {
    color: #fff
}

:root {
    --blue: #1d56a7;
    --white: #fff;
    --black: #000;
    --black3: #333333;
    --black6: #666666;
    --dark: #dddddd;
    --dark: #171f32;

    --dark2: #151515;

    --radius3: 3px;
    --radius4: 4px;

    --gray-border: #ebebeb;
    --color333: #333;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333
}

body,
.site-footer,
.btn,
button,
a i i,
a {
    font-family: 'Montserrat', sans-serif;
}

.btn,
button,
a i i,
a,
a:hover,
a:focus {

    text-decoration: none;
    transition: all 0.25s
}

a {
    color: var(--blue)
}

a:hover,
a:active,
a:focus {
    color: var(--dark)
}

ul,
li,
.item-list ul,
.item-list ul li {
    border: 0
}

img {
    max-width: 100%;
    height: auto;
}

.btn-primary {
    background: var(--blue);
    border-color: var(--blue);
}

.btn-primary:hover,
.btn-primary:focus {
    background: var(--dark);
    border-color: var(--dark);
    color: var(--blue);
}

.gray-bg {
    background-color: #f9f9f9;
}

table tr th {
    color: var(--color333)
}

.slider-heading {
    font-family: 'Nunito', sans-serif;
}

.node .field--type-image {
    float: none;
    margin: 0;
}

.node-views-date>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 90%;
    justify-content: center;
}

.node-views-date>div i {
    color: var(--blue);
    font-size: 130%;
    margin-inline-end: 3px;
}

.node-views-date>div>div {
    display: flex;
    align-items: center;
    margin-block: 4px;
}

.node-views-date>div>div>span {
    margin-inline-start: 5px
}

.detailed-seats {
    display: flex;
    justify-content: space-between;
}

.detailed-seats>div {
    display: flex;
    flex-direction: column;
    font-size: 90%;
}

.detailed-seats label {
    font-weight: 600;
    font-size: 90%;
}

.price-teaser .field--name-price {
    display: flex;
    justify-content: space-between;
}

.price-teaser .field--name-price>div:last-child {
    font-weight: 600
}

.available2 i {
    color: var(--blue);
    font-size: 22px;
}

.list-group {
    background: transparent;
}

.list-group {
    background: transparent;
    margin: 0;
}

.list-group li {
    border-radius: 0 !important;
    padding: 0 !important;
    background: transparent;
}

@keyframes fixedAnim {
    from {
        top: -200px
    }

    to {
        top: 0
    }
}

#header.fixed {
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 10px #0000001a;
    animation-timing-function: cubic-bezier(0.71, 0, 0.17, 0.82);
    animation-name: fixedAnim;
    animation-duration: 1s;
    z-index: 999;
}

#header.fixed img {
    width: 80px
}

#header.fixed a {
    color: #333
}

.navbar-brand img {
    width: 70px;
    border-radius: 6px;
}

#page {
    position: relative;
    z-index: 0
}

.path-frontpage header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.path-frontpage .node__content {
    margin-top: 0px;
}

header .navbar-nav a,
header .navbar-nav span {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.25s linear;
}

header .navbar-nav span:before header .navbar-nav a:before {
    background-color: var(--lemon);
    bottom: 2px;
    content: "";
    height: 3px;
    width: 40px;
    left: calc(50% - 20px);
    position: absolute;
    transform: scale(0, 1);
    transition: all 0.25s linear;
}

header .navbar-nav a.is-active:before,
header .navbar-nav a:hover:before {
    transform: scale(1);
    transition: all .2s ease-in-out
}

.path-frontpage header .navbar-nav a,
.path-frontpage header .navbar-nav span {
    color: var(--white);
}

header .navbar-nav a:hover {
    color: var(--blue)
}

.navbar-nav .dropdown-menu {
    overflow: hidden;
    border-radius: 3px;
}

.nav.navbar-nav>li:last-child {
    margin-inline-start: 20px;
    margin-top: 4px;
}

.nav.navbar-nav>li:last-child>span {
    background: var(--blue);
    border-radius: 3px;
    font-size: 80%;
    padding: 5px 10px;
}

.navbar-nav .dropdown-menu a {
    color: #666 !important;
    font-size: 80%;
    display: flex;
    transition: all 0.25s linear;
}

.navbar-nav .dropdown-menu a.is-active {
    color: var(--blue) !important;
    font-size: 80%;
    transition: all 0.25s linear;
}

.navbar-nav .dropdown-menu li {
    transition: all 0.25s linear;
}

body:not(.path-frontpage) .cart-block--summary>a {
    display: flex;
    align-items: center;
}

body:not(.path-frontpage) .cart-block--summary__icon {
    background: var(--blue);
    display: inline-flex;
    width: 30px;
    height: 28px;
    border-radius: var(--radius4);
    align-items: center;
    justify-content: center;
    margin-inline-end: 6px;
}

body:not(.path-frontpage) #main-wrapper {
    padding-block: 20px 40px;
}

#slider {
    position: relative;
}

#slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

#slider img {
    width: 100%;
    height: auto;
}

.slider-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    color: var(--white);
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}

.slider-content.appear {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.15s;
}

.slider-heading {
    color: var(--blue);
    font-size: 240%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.slider-text {
    text-align: center;
    font-size: 150%;
}

.slider-links {
    text-align: center;
    margin-top: 25px;
}

.slider-links ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.slider-links a {
    display: inline-flex;
    padding: 14px 24px;
    border-radius: var(--radius3);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-inline: 12px;
}

.slider-links ul>li:not(:first-child) a,
.slider-links a:hover {
    background: var(--white);
    color: var(--blue);
}

.slider-links a,
.slider-links ul>li:not(:first-child) a:hover {
    background: var(--blue);
    color: var(--white);
}

.region-slider {
    position: relative;
}

.region-slider .owl-nav {
    position: absolute;
}

.region-slider .owl-nav button {
    width: 40px;
    height: 40px;
    /* background-color: var(--blue) !important; */
    color: var(--white) !important;
    border-radius: 500px !IMPORTANT;
    justify-content: center;
    align-items: center;
    font-size: 30px !IMPORTANT;
    pointer-events: all !important;
    overflow: hidden;
}

.region-slider .owl-nav button i {
    transform: translate(0px, -3px);
    display: inline-flex;
}

.region-slider .owl-nav {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    pointer-events: none;
    top: calc(50% + 40px);
    margin-inline: 20px;
}

.view-courses .view-content>div {
    margin-bottom: 24px
}

.per-course {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fcfcfc;
    border-radius: var(--radius4);
    border: 1px solid var(--gray-border);
}

.per-course .image a {
    display: flex;
    width: 100%;
    height: 258px;
    overflow: hidden;
}

.per-course .image a img {
    transition: all 1s cubic-bezier(0.58, 0.35, 0.03, 0.76);
    margin-bottom: 0;
}

.per-course:hover .image a img {
    transform: scale(1.2);
}


.per-course .info {
    padding: 12px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.per-course .info a {
    display: flex;
    /* margin-bottom: 10px; */
    width: 100%;
}

.seats {
    margin-top: 15px;
    font-size: 15px;
    padding-block: 10px;
    border-top: 1px solid var(--gray-border);
    border-bottom: 1px solid var(--gray-border);
}

.line-sep {
    /* margin-top: 15px; */
    font-size: 15px;
    padding-block: 10px;
    border-bottom: 1px solid var(--gray-border);
}

.seats>span {
    font-size: 18px;
    font-weight: 500;
}

.seats i {
    color: var(--blue);
    font-size: 20px
}

.navbar-toggler {
    border: 0
}

.more-details {
    margin-top: 15px;
    margin-block: auto 0;
}

.white-arrow,
.orange-arrow {
    display: inline-flex !important;
    /* width: 100%; */
    align-items: center;
    border-radius: var(--radius3);
    padding: 6px 16px;
    justify-content: center;
}

.white-arrow:hover,
.white-arrow:focus,
.orange-arrow {
    background: var(--blue);
    color: #fff;
}

.white-arrow i,
.orange-arrow i {
    font-size: 28px;
    margin-inline-end: 6px;
}

.white-arrow,
.orange-arrow:hover,
.orange-arrow:focus {
    color: var(--white);
    background: var(--dark)
}

.view-more-container {
    display: flex;
    margin-block: 40px 15px;
    justify-content: center;
}

.section-title>div {
    display: inline-flex;
    justify-content: flex-start;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Nunito';
    font-weight: 700;
    color: var(--dark);
    /* margin-bottom: 10px; */
    padding-inline-start: 12px;
    padding-inline-end: 18px;
    padding-block: 0;
    min-width: 150px;
    background: #f9f9f9;
    line-height: 1.25;
}

.bg1 .section-title>div {
    background: transparent;
}

.bg1 .underline {
    border-inline-start: 4px solid var(--white);
}

.section-title.not-center>div {
    display: flex;
    justify-content: center;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 30px;
}

.section-title.not-center .field--name-about-us-title {
    margin-bottom: 15px;
    color: var(--blue);
}

.front-padd {
    padding-block: 60px;
}

.underline {
    position: relative;
    border-inline-start: 4px solid var(--blue);
    margin-bottom: 15px;
}

.underline>div::before {
    /* content: ""; */
    position: absolute;
    width: 60px;
    height: 4px;
    border-radius: var(--radius4);
    background-color: var(--blue);
    bottom: -4px;
    left: 0;
    right: 0;
    margin-inline: auto;
}

.availability {
    margin-bottom: 15px
}

.section-desc>div {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* text-align: center; */
}

.section-title.not-center {
    margin-bottom: 0
}

.not-center>div {
    text-align: unset
}

.section-content div.accordion {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0;
    display: flex;
}

.accordion-item {
    width: calc(50% - 8px);
    border: 0;
    border-radius: var(--radius4) !important;
    margin-bottom: 15px;

    overflow: hidden;
    border-radius: 0 !important;
}

.accordion-button {
    padding: 16px 18px;
    background: #f9f9f9;
    border-radius: 0 !important;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--blue);
    box-shadow: none;
}

.accordion-header {
    /* border-inline-start: 3px solid var(--blue) !important; */
    border: 1px solid var(--blue);
}

.accordion-body {
    background: #f9f9f9;
    padding: 12px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important
}

.accordion-button .field--name-title {
    margin-inline-end: 5px
}

.accordion-body>div {
    display: block;
    text-align: left;
}

.view-ads a {
    color: #333
}

.view-ads a:hover {
    color: var(--blue)
}

.view-ads img {
    border-radius: var(--radius4);
    margin-bottom: 5px;
}

.view-ads span {
    display: flex;
    justify-content: flex-start;
    text-align: initial;
    font-size: 98%;
}

.field--name-footer-logo img {
    background: #fff;
    padding: 10px;
    border-radius: var(--radius4)
}

.site-footer a {
    color: #fff;
}

.site-footer a:hover {
    color: var(--blue);
}

.footer-social a {
    font-size: 22px;
    display: inline-flex;
    margin-top: 22px;
    color: var(--blue) !IMPORTANT;
}

.footer-social a i {
    font-size: 26px
}

.footer-social a:hover {
    color: #fff !important
}

.footer-social a:not(:last-child) {
    /* margin-inline-end: 10px; */
}

.site-footer {
    color: #ababab;
    padding-top: 50px;
    padding-bottom: 14px;
}

.footer-h {
    position: relative;
    font-family: 'Nunito';
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    border-inline-start: 3px solid var(--blue);
    padding-inline-start: 8px;
}

.footer-h::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    border-radius: var(--radius4);
    /* background-color: var(--blue); */
    bottom: -5px;
    left: 0;
    right: 0;
    margin-inline: 0 auto;
}

.footer-info {
    display: flex;
    margin-block: 8px;
}

.footer-info.first {
    margin-top: 18px !important;
}

.footer-info i {
    display: flex;
    font-size: 26px;
    color: var(--blue);
    margin-inline-end: 8px;
}

.icon-text-item {
    display: flex;
    margin-bottom: 10px;
}

.icon-text-item i {
    color: var(--blue);
    font-size: 28px;
    margin-inline-end: 15px;
}

.icon-text-item .info-text {}

.footer-menu a,
.dot-list a {
    display: flex;
    position: relative;
    padding-inline-start: 14px;
    align-items: center;
    margin-block: 7px;
}

.footer-menu a:before,
.dot-list a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #9e9e9e;
    left: 0;
    right: 0;
    margin-inline: 0 auto;
    border-radius: 50px;
}

.footer-menu a:before {
    width: 6px;
    height: 6px;
    margin-inline: auto -18px;
}

.footer-menu li:last-child a:before {
    display: none;
}

.footer-menu a {
    font-size: 14px;
    margin-block: 0;
    padding-inline: 0;
    margin-inline: 14px;
}

.footer-menu li:last-child a {
    margin-inline-end: 0px;
}

.border-top {
    border-top: 1px solid #ffffff12 !important;
    margin-block: 15px 15px;
}

.cr {
    font-size: 12px;
}

.cr a {
    color: var(--blue);
}

.cr a:hover {
    color: var(--white);
}

.floated-widget {
    position: fixed;
    background: #24cc63;
    border-radius: 1000px;
    left: auto;
    right: 15px;
    bottom: 30px;
    max-width: 300px;
    color: #fff;
    z-index: 2;
    width: 60px;
    height: 60px;
    justify-content: center;
}

.floated-widget:hover {
    color: #fff;
    background: #24cc63;
}

.floated-widget {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.floated-widget i {
    font-size: 42px;
    color: #fff;
    transform: translate(1px, -1px);
}

.per-blog {
    background: var(--white);
    margin-bottom: 24px;
    border-radius: var(--radius4);
    overflow: hidden;
    box-shadow: 0 0 9px #0000000a;
    height: calc(100% - 24px);
    display: flex;
    flex-direction: column;
}

.blog-info {
    display: flex;
    flex-direction: column;
    padding: 5px 20px;
    align-items: flex-start;
    height: 100%;
}

.blog-info>div {
    padding-block: 5px;
    width: 100%;
}

.blog-info .more,
.blog-info .date-auth {
    display: flex;
    font-size: 14px;
    padding-block: 20px;
}

.date-auth {
    border-bottom: 1px solid var(--gray-border)
}

.blog-info .more {
    border-top: 1px solid var(--gray-border);
    margin-top: auto;
    margin-bottom: 0;
}

.blog-info .title a {
    margin-block: 10px 2px;
    text-align: left;
    display: flex;
    color: var(--color333);
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.blog-info .body {
    display: block;
    text-align: left;
    font-size: 92%;
    flex-grow: 1;
}

.blog-info .more>div,
.date-auth>div {
    display: flex;
    width: 50%;
    align-items: center;
}

.blog-info a {
    color: var(--color333)
}

.blog-info a:hover {
    color: var(--blue)
}

.blog-info .more>div:last-child,
.date-auth>div:last-child {
    justify-content: flex-end
}

.blog-info>div>div>i {
    color: var(--blue);
    font-size: 20px;
    margin-inline-end: 5px
}

.blog-info .more>div:last-child a {
    font-weight: 500
}

.field--name-groups {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.field--name-groups>div {
    width: calc(50% - 12px);
    background: var(--dark);
    padding: 15px 15px 5px;
    margin-block: 12px;
    color: #fff;
    border-radius: var(--radius4);
}

.field--name-groups>div a {
    font-weight: 500;
    font-size: 24px
}

.field--name-groups>div a:hover {
    color: #fff
}

.view {
    width: 100%;
    margin-bottom: 0 !important;
}

.view-team,
.view-team>div {
    width: 100%
}

.team-member {
    color: #fff;
    margin-block: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-name {
    font-family: 'Nunito', sans-serif;
    font-size: 20px
}

.team-position {
    color: #607D8B;
    font-size: 95%;
}

.team-member img {
    border-radius: 500px;
}

.team-member .team-social {
    margin-top: 6px;
    display: flex;
    justify-content: center;
}

.team-member .team-social a {
    font-size: 22px;
    display: inline-flex;
    width: 30px;
}

.team-member .team-social a:hover {
    color: #fff
}

.testimonials2 .owl-item,
.testimonials2 .owl-item>div,
.testimonials2 .owl-item>div>div {
    height: 100%;
}

.testi-item {
    margin: 5px 0px;
    background: #00000040;
    border-radius: var(--radius4);
    padding: 20px 0px 10px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testi-auth {
    color: var(--white);
    font-size: 24px;
    font-weight: 300;
    font-family: 'Nunito', sans-serif;
    margin-bottom: 10px;
}

.testi-text {
    position: relative;
    padding: 10px 30px;
}

.testi-text>i {
    color: var(--lemon);
    font-size: 38px;
    position: absolute;
}

.testi-text>i:first-child {
    top: -15px;
    left: -8px;
}

.testi-text>i:last-child {
    bottom: 10px;
    right: -10px;
}

.testi-image img {
    border-radius: 500px;
    width: 100px !important;
    margin-inline: auto;
}

.bg1 {
    background: url(../imgs/bg1-1.png) no-repeat;
    background-size: cover;
    padding-block: 70px;
}

.white-text,
.white-text .section-title>div {
    color: #fff
}

.owl-dot span {
    transition: all 0.3s cubic-bezier(0.42, 0, 0.12, 0.99) !IMPORTANT;
}

.owl-dot.active span {
    background: var(--blue) !IMPORTANT;
    display: flex !IMPORTANT;
    width: 35px !important;
}

.bg1 .owl-dot span {
    background: #ffffff59 !IMPORTANT;
}

.bg1 .owl-dot.active span {
    background: var(--white) !IMPORTANT;
}

.owl-theme .owl-dots .owl-dot span {
    height: 6px;
    border-radius: 0px;
}

/*bef-links*/

.sided .bef-exposed-form {
    /* background: #dfdfdf; */
}

.sided .bef-exposed-form>div,
.sided .bef-exposed-form>div>div {
    width: 100%;
}

.sided .bef-links {
    border: 0;
    padding: 0;
    background-image: none;
    width: 100%;
    background: none;
}

.sided .bef-links ul {
    margin: 0;
    padding: 0 6px;
    width: 100%;
    background: none;
}

.sided .bef-links ul li {
    list-style-type: none;
    border-bottom: 1px dotted #d9d9d9;
}

.sided .bef-links ul li a {
    display: flex;
    color: var(--color333);
    font-weight: 500;
    padding-block: 8px;
}

.sided .bef-links ul li a:hover,
.sided .bef-link--selected {
    color: var(--blue) !important
}

.sided .views-exposed-form label {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 14px;
    border-inline-start: 3px solid var(--blue);
    padding: 8px 12px;
    display: flex;
    background: whitesmoke;
}

.field--name-text-image-video>div>div {
    display: flex;
}

.field--name-text-image-video>div:nth-child(odd)>div {
    flex-direction: row-reverse;
}

.title-container {
    background: url(../imgs/bg2.jpg) no-repeat;
    background-size: cover;
    padding-block: 50px;
}

.title-container h1 {
    margin-bottom: 0;
}

.title-container .col-12 {
    display: flex;
    color: #fff;
}

.menu--courses {
    display: flex
}

.menu--courses ul {
    display: inline-flex;
    justify-content: center;
    margin-bottom: 30px;
    border-radius: var(--radius4);
    overflow: hidden;
    margin-inline: auto !important;
    background: #f3f3f3;
}

.menu--courses ul li:last-child {
    border-inline-start: 1px solid #e4e4e4
}

.menu--courses ul li a {
    color: var(--color333);
    min-width: 140px;
    text-align: center;
    font-weight: 600;
}

.menu--courses ul li a:hover,
.menu--courses ul li a.is-active {
    color: var(--blue);
}

.views-exposed-form .js-form-item {
    margin-bottom: 0 !IMPORTANT;
}

.flag-refund {
    margin-top: 10px
}

.site-footer,
.site-footer a {
    color: #cacaca
}

.footer-logo.first img {
    float: left;
    width: 110px;
    margin-inline-end: 10px;
}

.site-footer {
    background: #05182e;
}

.field--name-field-link-to-the-embedded a {
    background-color: var(--lemon);
    padding: 12px 10px;
    display: inline-flex;
    color: #fff;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}

.field--name-field-link-to-the-embedded a:focus,
.field--name-field-link-to-the-embedded a:hover {
    background-color: var(--blue);
    color: #fff;
}

iframe {
    max-width: 100%;
}

/*view-services*/

.view-services img {
    width: 100%;
    margin: 0;
    display: flex;
    overflow: hidden;
    margin-bottom: 15px;
}

.view-services a {
    width: 100%
}

.view-services .view-content>div {
    margin-bottom: 35px;
}

.styled-border {
    position: relative;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.styled-border:before,
.styled-border:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 50px;
    border-top: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
}

.styled-border:before {
    left: 0;
    border-left: 2px solid var(--blue);
}

.styled-border:after {
    right: 0;
    border-right: 2px solid var(--blue);
}

.styled-border .field--name-body {
    flex-grow: 1
}

.navbar-toggler:focus {
    box-shadow: none;
}

.view-blogs a {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.view-blogs a .blog-title {
    font-weight: 600;
    font-size: 116%;
    margin-block: 10px;
}

.view-blogs a .blog-body {
    color: #666;
    text-align: justify;
}

.view-blogs a img {
    transition: all 0.3s;
    border-radius: 8px 8px 0 0;
}

.view-blogs a:hover img {
    filter: grayscale(0.8)
}

.field--name-field-image-text-video>div:nth-child(odd)>div {
    display: flex;
    flex-direction: row-reverse;
}

@media screen and (max-width: 1199px) {
    .site-footer>.container>.row:first-child>div:first-child {
        order: 9;
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 991px) {
    .nav.navbar-nav>li:last-child {
        margin-inline-start: 0px;
        margin-top: 10px;
    }

    nav.menu--main {
        margin-left: 8px !important;
    }

    nav.menu--main {
        margin-left: 0px;
        max-width: calc(100% - 16px);
    }

    .path-frontpage header .navbar-nav a {
        color: #333;
    }

    header .navbar-nav a:before {
        left: 0
    }

    #slider {
        height: 70vh
    }

    .slider-content {
        height: 70vh
    }

    #slider img {
        height: 70vh;
        width: 100%;
        object-fit: cover;
        object-position: 50%
    }

    #slider .owl-nav {
        display: none !important
    }

    .accordion-item {
        width: calc(100% - 0px);
    }

    .owl-nav {
        display: none;
    }

    .accordion-item {
        width: calc(100% - 0px);
    }

    .owl-nav {
        display: none;
    }

    .site-footer>.container>.row:first-child {
        display: flex;
    }

    .site-footer>.container>.row:first-child>div {
        margin-bottom: 30px;
    }

    .site-footer>.container>.row:first-child>div:first-child {
        order: 9;
    }
}