* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    background: #ffffff;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

.content {
    margin: 0 auto;
    width: 1170px;
    max-width: calc(100% - 48px);
}

.header .menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: transparent;
    width: 1171px;
}

.header.fix {
    top: 0;
    z-index: 1;
    background: transparent;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
    padding: 10px 0 0 0;
    transition: top 0.3s ease-in-out;
}

.site-header.hidden {
    top: -100px;
}

.header .logo {
    width: 80px;
    height: 80px;
}

.header .nar ul {
    display: flex;
    gap: 40px;
}

.header .nar ul a {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    color: #000000;
}

.header .nar ul a:hover {
    text-shadow: 1px 0 0 currentColor;
    font-size: 1.6rem;
}

.body {
    padding-bottom: 79px;
}

.background {
    background-image: url(https://scontent.fdad1-3.fna.fbcdn.net/v/t1.15752-9/361528482_305790698473462_5603942447789422272_n.png?_nc_cat=110&ccb=1-7&_nc_sid=ae9488&_nc_ohc=zZYhbUrQApwAX_BKBdh&_nc_ht=scontent.fdad1-3.fna&oh=03_AdQ-61rqEV1661VmaEAbXZFacEiQHx1HzBY4vNCZ6zxqtg&oe=64DBA348);
    background-repeat: no-repeat;
    background-size: cover;
}

.body-content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.body-content .body-left {
    width: 665px;
    height: 445px;
    margin-top: 200px;
}

.body-left .desc {
    font-weight: 600;
    font-size: 3rem;
    line-height: 21px;
    color: #0d1111;
}

.body-left .heading {
    margin-top: 18px;
    font-weight: 700;
    font-size: 4.8rem;
    line-height: 1.16;
    color: #0d1111;
}

.body-left .desc-1 {
    margin-top: 10px;
    width: 375px;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.78;
    color: #000000;
}

.body-content .body-right {
    width: 641px;
    height: 631px;
}

.courses {
    margin-top: 65px;
}

.courses-body .courses-top .title {
    margin-top: 18px;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 63px;
    color: #0d1111;
}

.courses-body .courses-bottom {
    margin-top: 79px;
    display: flex;
    align-items: center;
    gap: 47px;
}

.courses-bottom .item {
    position: relative;
}

.courses-bottom .item .image {
    width: 359px;
    height: 393px;
    object-fit: cover;
    border-radius: 8px;
    opacity: 0.8;
    transition: all 0.5s ease-in-out;
}

.courses-bottom .item:hover .image {
    transform: scale(1.2, 1.2);
    transition-duration: 0.5s;
    opacity: 1;
}
.courses-bottom .item .info {
    position: absolute;
    top: 322px;
    left: 17px;
    right: 17px;
    width: 325px;
    background: #ffffff;
    box-shadow: 0px 16px 90px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 18px 18px 29px 18px;
}

.item .info .name {
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 33px;
    color: #0d1111;
    text-align: center;
}

.item .info .mot {
    margin-top: 6px;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 21px;
    color: #9da6a5;
    text-align: center;
}

.cta {
    margin-top: 130px;
    background: #e2eddf;
    padding: 80px;
}

.cta .cta-elearning {
    text-align: center;
}

.cta-elearning .cta-left .title {
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 63px;
    color: #070707;
}

.our-process {
    margin-top: 100px;
}

.our-process__top {
    padding-top: 36px;
}

.our-process__top--text {
    margin-left: 46px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.12;
    color: #152427;
}

.our-process__top--heading {
    width: 477px;
    font-weight: 600;
    font-size: 42px;
    line-height: 52px;
    color: #152427;
}

.our-process__top--heading::after {
    position: relative;
    display: inline-block;
    content: "";
    width: 66px;
    height: 2px;
    background: #152427;
    top: -6px;
    left: 10px;
}

.our-process__bottom {
    margin-top: 81px;
}

.our-process--item {
    width: 1140px;
    height: 130px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid;
    justify-content: space-between;
    transition: all 0.7s;
}

.our-process--item-2 {
    width: 1140px;
    height: 160px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid;
    justify-content: space-around;
}

.our-process--item-3 {
    width: 1140px;
    height: 180px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid;
    justify-content: space-between;
}

.our-process--number {
    margin-left: 30px;
    font-weight: 600;
    font-size: 7rem;
    line-height: 0.72;
    color: #143c3c;
}

.our-process__project {
    margin-left: -120px;
}

.our-process__project--heading {
    margin-top: 20px;
    padding-bottom: 22px;
    width: 176px;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1;
    color: #152427;
    margin-left: 0;
}

.our-process__text {
    width: 627px;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.56;
    color: #7d8188;
    margin-right: 41px;
}

.our-process__text-2 {
    width: 807px;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.56;
    color: #7d8188;
    margin-right: 41px;
}

.our-process__text:first-child {
    display: none;
}

.our-process--item:hover {
    background-color: #e2eddf;
}

.services {
    margin-top: 100px;
    background: #143c3c;
    padding: 50px;
}

.services__top {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
}

.services__heading {
    margin-top: 80px;
    font-weight: 600;
    font-size: 4.5rem;
    line-height: 1.24;
    color: #ffffff;
}

.services__desc {
    margin-top: 20px;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.62;
    color: #7d8188;
}

.grid,
.grid-2 {
    display: flex;
    flex-direction: column;
    flex-flow: row wrap;
}

.grid > [class*="column-"],
.grid-2 > [class*="column-"] {
    display: block;
}

.first {
    order: -1;
}

.last {
    order: 12;
}

.align-top {
    align-items: start;
}

.align-center {
    align-items: center;
}

.align-bottom {
    align-items: end;
}

.column-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
}

.column-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
}

.column-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.column-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.column-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
}

.column-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.column-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
}

.column-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.column-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.column-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
}

.column-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
}

.column-xs-12,
.column-xs-12-2 {
    flex-basis: 100%;
    max-width: 100%;
}

@media (min-width: 48rem) {
    .column-sm-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .column-sm-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .column-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .column-sm-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .column-sm-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .column-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .column-sm-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .column-sm-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .column-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .column-sm-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .column-sm-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .column-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media (min-width: 62rem) {
    .column-md-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .column-md-2,
    .column-md-2-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .column-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .column-md-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .column-md-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .column-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .column-md-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .column-md-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .column-md-9,
    .column-md-9-2 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .column-md-10,
    .column-md-10-2 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .column-md-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .column-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}
@media (min-width: 75rem) {
    .column-lg-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .column-lg-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .column-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .column-lg-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .column-lg-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .column-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .column-lg-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .column-lg-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .column-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .column-lg-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .column-lg-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .column-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }
}
@supports (display: grid) {
    .grid,
    .grid-2 {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: auto;
    }
    .grid > [class*="column-"],
    .grid-2 > [class*="column-"] {
        margin: 0;
        max-width: 100%;
    }

    .column-xs-1 {
        grid-column-start: span 1;
        grid-column-end: span 1;
    }

    .column-xs-2 {
        grid-column-start: span 2;
        grid-column-end: span 2;
    }

    .column-xs-3 {
        grid-column-start: span 3;
        grid-column-end: span 3;
    }

    .column-xs-4 {
        grid-column-start: span 4;
        grid-column-end: span 4;
    }

    .column-xs-5 {
        grid-column-start: span 5;
        grid-column-end: span 5;
    }

    .column-xs-6 {
        grid-column-start: span 6;
        grid-column-end: span 6;
    }

    .column-xs-7 {
        grid-column-start: span 7;
        grid-column-end: span 7;
    }

    .column-xs-8 {
        grid-column-start: span 8;
        grid-column-end: span 8;
    }

    .column-xs-9 {
        grid-column-start: span 9;
        grid-column-end: span 9;
    }

    .column-xs-10 {
        grid-column-start: span 10;
        grid-column-end: span 10;
    }

    .column-xs-11 {
        grid-column-start: span 11;
        grid-column-end: span 11;
    }

    .column-xs-12,
    .column-xs-12-2 {
        grid-column-start: span 12;
        grid-column-end: span 12;
    }

    @media (min-width: 48rem) {
        .column-sm-1 {
            grid-column-start: span 1;
            grid-column-end: span 1;
        }

        .column-sm-2 {
            grid-column-start: span 2;
            grid-column-end: span 2;
        }

        .column-sm-3 {
            grid-column-start: span 3;
            grid-column-end: span 3;
        }

        .column-sm-4 {
            grid-column-start: span 4;
            grid-column-end: span 4;
        }

        .column-sm-5 {
            grid-column-start: span 5;
            grid-column-end: span 5;
        }

        .column-sm-6 {
            grid-column-start: span 6;
            grid-column-end: span 6;
        }

        .column-sm-7 {
            grid-column-start: span 7;
            grid-column-end: span 7;
        }

        .column-sm-8 {
            grid-column-start: span 8;
            grid-column-end: span 8;
        }

        .column-sm-9 {
            grid-column-start: span 9;
            grid-column-end: span 9;
        }

        .column-sm-10 {
            grid-column-start: span 10;
            grid-column-end: span 10;
        }

        .column-sm-11 {
            grid-column-start: span 11;
            grid-column-end: span 11;
        }

        .column-sm-12 {
            grid-column-start: span 12;
            grid-column-end: span 12;
        }
    }
    @media (min-width: 62rem) {
        .column-md-1 {
            grid-column-start: span 1;
            grid-column-end: span 1;
        }

        .column-md-2,
        .column-md-2-2 {
            grid-column-start: span 2;
            grid-column-end: span 2;
        }

        .column-md-3 {
            grid-column-start: span 3;
            grid-column-end: span 3;
        }

        .column-md-4 {
            grid-column-start: span 4;
            grid-column-end: span 4;
        }

        .column-md-5 {
            grid-column-start: span 5;
            grid-column-end: span 5;
        }

        .column-md-6 {
            grid-column-start: span 6;
            grid-column-end: span 6;
        }

        .column-md-7 {
            grid-column-start: span 7;
            grid-column-end: span 7;
        }

        .column-md-8 {
            grid-column-start: span 8;
            grid-column-end: span 8;
        }

        .column-md-9,
        .column-md-9-2 {
            grid-column-start: span 9;
            grid-column-end: span 9;
        }

        .column-md-10,
        .column-md-10-2 {
            grid-column-start: span 10;
            grid-column-end: span 10;
        }

        .column-md-11 {
            grid-column-start: span 11;
            grid-column-end: span 11;
        }

        .column-md-12 {
            grid-column-start: span 12;
            grid-column-end: span 12;
        }
    }
    @media (min-width: 75rem) {
        .column-lg-1 {
            grid-column-start: span 1;
            grid-column-end: span 1;
        }

        .column-lg-2 {
            grid-column-start: span 2;
            grid-column-end: span 2;
        }

        .column-lg-3 {
            grid-column-start: span 3;
            grid-column-end: span 3;
        }

        .column-lg-4 {
            grid-column-start: span 4;
            grid-column-end: span 4;
        }

        .column-lg-5 {
            grid-column-start: span 5;
            grid-column-end: span 5;
        }

        .column-lg-6 {
            grid-column-start: span 6;
            grid-column-end: span 6;
        }

        .column-lg-7 {
            grid-column-start: span 7;
            grid-column-end: span 7;
        }

        .column-lg-8 {
            grid-column-start: span 8;
            grid-column-end: span 8;
        }

        .column-lg-9 {
            grid-column-start: span 9;
            grid-column-end: span 9;
        }

        .column-lg-10 {
            grid-column-start: span 10;
            grid-column-end: span 10;
        }

        .column-lg-11 {
            grid-column-start: span 11;
            grid-column-end: span 11;
        }

        .column-lg-12 {
            grid-column-start: span 12;
            grid-column-end: span 12;
        }
    }
}

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a {
    color: #8d8d8d;
    text-decoration: none;
}

a:hover {
    color: #232323;
}

nav {
    position: relative;
    z-index: 2;
    padding: 1.25rem 0 1.25rem 0;
}

nav ul {
    line-height: 2.2;
    display: flex;
    justify-content: flex-start;
}

nav ul li {
    margin: 0.325rem 0;
}

#logo {
    color: #232323;
    font-weight: 700;
    font-size: 1.125rem;
}

#highlight {
    color: #e83f43;
}

img {
    width: 90%;
    height: 43vh;
    object-fit: cover;
}

.vertical,
.vertical-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.intro,
.intro-2 {
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: fadeIn 0.8s 0.4s ease forwards;
}

.intro .title,
.intro-2 .title-2  {
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: underline;
    color: #e83f43;
}

.intro .title .underline,
.intro-2 .title-2 .underline-2 {
    color: #232323;
}

.slider-item,
.slider-item-2 {
    display: none;
}

.slider-item.active,
.slider-item-2.active-2 {
    display: block;
}

.slider-item.active .hide-mobile,
.slider-item-2.active-2 .hide-mobile-2 {
    display: none;
}

.slider-item.active .show-mobile,
.slider-item-2.active-2 .show-mobile-2 {
    display: block;
    margin: 1rem 0;
}

button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    font-size: inherit;
    width: 55px;
    height: 55px;
}

.controls,
.controls-2 {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    padding: 0.25rem 0 0.25rem 0;
}

.controls .previous,
.controls-2 .previous-2 {
    border: 1px solid #232323;
}

.controls .next,
.controls-2 .next-2 {
    border-top: 1px solid #232323;
    border-right: 1px solid #232323;
    border-bottom: 1px solid #232323;
}

.controls .icon,
.controls-2 .icon-2 {
    position: relative;
    margin: auto;
    width: 20px;
    height: 1px;
    background-color: currentColor;
}

.controls .icon.arrow-left::before,
.controls-2 .icon-2.arrow-left-2::before {
    content: "";
    position: absolute;
    left: 1px;
    top: -4px;
    width: 9px;
    height: 9px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform: rotate(-135deg);
}

.controls .icon.arrow-right::before,
.controls-2 .icon-2.arrow-right-2::before {
    content: "";
    position: absolute;
    right: 1px;
    top: -4px;
    width: 9px;
    height: 9px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform: rotate(45deg);
}

.previous,
.next,
.previous-2,
.next-2 {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-basis: 15%;
    font-size: 2rem;
    color: #232323;
}

.previous:hover .icon,
.next:hover .icon,
.previous-2:hover .icon-2,
.next-2:hover .icon-2 {
    transform: scale(1.5);
}

.previous .icon,
.next .icon,
.previous-2 .icon-2,
.next-2 .icon-2 {
    transition: transform 0.1s ease;
}

.active .image-holder::before,
.active-2 .image-holder-2::before {
    position: absolute;
    content: "";
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform-origin: 100% 50%;
    animation: revealRight 1s cubic-bezier(0.23, 1, 0.75, 1) forwards;
}

@keyframes revealRight {
    0% {
        transform: scaleX(1);
    }
    100% {
        transform: scaleX(0);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.toggle-nav {
    display: flex;
    justify-content: flex-end;
    font-size: 1rem;
    line-height: 1.9;
}

.toggle-nav i {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 0 0 0.5rem;
}

.flex-nav ul {
    position: absolute;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    display: none;
    width: 100%;
    left: 0;
    padding: 1rem;
    background: #fff;
    text-align: center;
}

.flex-nav ul.active,
.flex-nav ul.active-2 {
    display: flex;
}

@media (min-width: 62rem) {
    nav ul {
        justify-content: flex-end;
    }

    #logo {
        font-size: 1.25rem;
    }

    .controls,
    .controls-2 {
        margin-right: -160px;
        margin-top: -369px;
        padding: 1.75rem 0 1.75rem 0;
    }

    .intro,
    .intro-2 {
        animation: fadeInLeft 0.8s 0.4s ease forwards;
    }

    .intro .title,
    .intro-2 .title-2 {
        margin-left: -150px;
        font-size: 3.15rem;
        padding: 2.5rem 2.5rem 3rem 2.5rem;
        background: #fff;
    }

    img {
        height: 90vh;
    }

    .description {
        font-size: 1.25rem;
        margin: 1rem 0 0 0;
    }

    .previous,
    .next,
    .previous-2,
    .next-2 {
        flex-basis: 8.33%;
    }

    .slider-item.active .hide-mobile,
    .slider-item-2.active-2 .hide-mobile-2 {
        display: block;
    }

    .slider-item.active .show-mobile,
    .slider-item-2.active-2 .show-mobile-2 {
        display: none;
    }

    .toggle-nav {
        display: none;
    }

    .flex-nav ul {
        display: flex;
        flex-direction: row;
        position: relative;
        padding: 0;
        justify-content: flex-end;
    }

    nav {
        padding: 1.75rem 0 1.75rem 0;
    }
    nav ul {
        line-height: 2.2;
        display: flex;
        justify-content: flex-start;
    }
    nav ul li {
        font-size: 1rem;
        text-transform: uppercase;
        margin: 0 2rem 0 0;
    }
    nav ul li:nth-child(3) {
        margin: 0;
    }
}
.visually-hidden,
.visually-hidden-2 {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.footer {
    margin-top: 102px;
    background-color: #143c3c;
}

.footer .content {
    padding-top: 72px;
    margin-bottom: 45px;
}

.footer-ty {
    text-align: center;
    font-weight: 700;
    font-size: 4.2rem;
    line-height: 63px;
    color: #fff;
}

.copy-right {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.copy-right::before {
    display: block;
    content: "";
    width: 1140px;
    height: 1px;
    background: linear-gradient(
        90deg,
        #143c3c 2.28%,
        #295a5a 55.65%,
        rgba(38, 82, 82, 0) 102.06%
    );
}

.copy-right-text {
    margin-top: 10px;
    display: flex;
    font-family: "Poppins";
    color: #6a8383;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .header .content {
        width: 100%;
        padding: 0 20px;
    }

    .background {
        background-size: cover;
    }

    .header .menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .header .logo {
        width: 60px;
        height: 60px;
    }

    .header .nar ul {
        display: none;
    }

    .body-content {
        flex-direction: column;
        align-items: center;
    }

    .body-content .body-left {
        width: 100%;
        height: auto;
        margin-top: 100px;
        text-align: center;
    }

    .body-left .desc {
        font-size: 2.4rem;
    }

    .body-left .heading {
        font-size: 3.6rem;
    }

    .body-left .desc-1 {
        width: 100%;
        font-size: 1.8rem;
    }

    .body-left .desc,
    .body-left .heading,
    .body-left .desc-1 {
        color: #e2eddf;
    }

    .body-content .body-right {
        display: none;
    }

    .courses-body .courses-bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .content {
        padding: 0 24px;
    }

    .courses-body .courses-top .title {
        font-size: 3rem;
        line-height: 45px;
    }

    .courses-bottom .item {
        width: calc(50% - 12px);
        max-width: 100%;
    }

    .courses-bottom .item .image {
        width: 100%;
        height: auto;
    }

    .courses-bottom .item .info {
        position: static;
        width: 100%;
        margin-top: 16px;
        box-shadow: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .item .info .name {
        width: 220px;
        font-size: 1.6rem;
        line-height: 28px;
    }

    .item .info .mot {
        width: 230px;
        font-size: 1.4rem;
        line-height: 21px;
    }
}

@media (max-width: 767px) {
    .cta {
        padding: 40px;
        margin-top: 50px;
    }

    .cta .cta-elearning .cta-left .title {
        font-size: 1rem;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .content {
        width: 100%;
        max-width: none;
        padding: 0 24px;
    }

    .our-process {
        margin-top: 50px;
    }

    .our-process__top--heading {
        font-size: 3rem;
    }

    .our-process--item,
    .our-process--item-2,
    .our-process--item-3 {
        width: 100%;
        height: auto;
        min-height: 130px;
        border-radius: 33px;
        display: block;
        border-bottom: none;
        margin-bottom: 24px;
        padding: 24px;
        border-bottom: 2px solid;
    }

    .our-process--number {
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 5rem;
    }

    .our-process__project {
        margin-left: 0;
    }

    .our-process__project--heading {
        width: 100%;
    }

    .our-process__text,
    .our-process__text-2 {
        width: 100%;
        margin-right: 0;
        font-size: 1.2rem;
    }
}

@media (max-width: 767px) {
    .content {
        padding: 0 24px;
    }

    .services {
        padding: 30px;
    }

    .services__top {
        max-width: 100%;
    }

    .services__heading {
        font-size: 2.8rem;
        margin-top: 40px;
    }

    .services__desc {
        font-size: 1.4rem;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .content {
        width: 100%;
        max-width: 100%;
        padding: 0 24px;
    }

    .grid > [class*="column-"] {
        flex-basis: 100%;
        max-width: 100%;
    }

    .intro .title {
        font-size: 1.8rem;
        padding: 2rem;
    }

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

    .description {
        font-size: 1.2rem;
    }

    .controls {
        margin-right: 0;
        margin-top: 1.5rem;
        padding: 0;
    }

    .previous,
    .next,
    .previous-2,
    .next-2 {
        flex-basis: 25%;
        font-size: 1.5rem;
    }

    .toggle-nav {
        display: flex;
        justify-content: flex-end;
        font-size: 1.2rem;
        line-height: 2;
        margin-top: 1.5rem;
    }

    .flex-nav ul {
        flex-direction: column;
        padding: 0;
        justify-content: flex-start;
    }

    nav ul li {
        font-size: 1.2rem;
        margin: 0 0 1rem 0;
    }
}

@media (max-width: 767px) {
    .content {
        padding: 0 24px;
    }

    .footer {
        margin-top: 80px;
    }

    .footer .content {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .footer-ty {
        font-size: 3rem;
        line-height: 48px;
    }

    .copy-right {
        width: 100%;
        padding-bottom: 10px;
    }

    .copy-right::before {
        width: 100%;
    }

    .copy-right-text {
        margin-top: 5px;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .header .content {
        width: 100%;
        padding: 0 20px;
    }

    .background {
        background-size: cover;
    }

    .header .menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .header .logo {
        width: 60px;
        height: 60px;
    }

    .header .nar ul {
        display: none;
    }

    .body-content {
        flex-direction: column;
        align-items: center;
    }

    .body-content .body-left {
        width: 100%;
        height: auto;
        margin-top: 100px;
        text-align: center;
    }

    .body-left .desc {
        font-size: 2.4rem;
    }

    .body-left .heading {
        font-size: 3.6rem;
    }

    .body-left .desc-1 {
        width: 100%;
        font-size: 1.8rem;
    }

    .body-left .desc,
    .body-left .heading,
    .body-left .desc-1 {
        color: #e2eddf;
    }

    .body-content .body-right {
        display: none;
    }

    .courses-body .courses-bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .content {
        padding: 0 24px;
    }

    .services {
        padding: 30px;
    }

    .services__top {
        max-width: 100%;
    }

    .services__heading {
        font-size: 2.8rem;
        margin-top: 40px;
    }

    .services__desc {
        font-size: 1.4rem;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .content {
        width: 100%;
        max-width: 100%;
        padding: 0 24px;
    }

    .grid > [class*="column-"] {
        flex-basis: 100%;
        max-width: 100%;
    }

    .intro .title {
        font-size: 1.8rem;
        padding: 2rem;
    }

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

    .description {
        font-size: 1.2rem;
    }

    .controls {
        margin-right: 0;
        margin-top: 1.5rem;
        padding: 0;
    }

    .previous,
    .next {
        flex-basis: 25%;
        font-size: 1.5rem;
    }

    .toggle-nav {
        display: flex;
        justify-content: flex-end;
        font-size: 1.2rem;
        line-height: 2;
        margin-top: 1.5rem;
    }

    .flex-nav ul {
        flex-direction: column;
        padding: 0;
        justify-content: flex-start;
    }

    nav ul li {
        font-size: 1.2rem;
        margin: 0 0 1rem 0;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .content {
        padding: 0 24px;
    }

    .footer {
        margin-top: 80px;
    }

    .footer .content {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .footer-ty {
        font-size: 3rem;
        line-height: 48px;
    }

    .copy-right {
        width: 100%;
        padding-bottom: 10px;
    }

    .copy-right::before {
        width: 100%;
    }

    .copy-right-text {
        margin-top: 5px;
        font-size: 1.2rem;
    }
}
