*, .fixed .header-nav, ul {
    padding: 0
}

*, button:focus {
    outline: 0
}

.main-btn, body {
    font-size: 16px
}

.info .icon, .main-btn {
    line-height: 50px;
    transition: .35s ease-in-out
}

.header, .loader, .loader img, .main-btn, .main-title {
    position: relative
}

.header:before, header {
    position: absolute;
    left: 0;
    right: 0
}

.main-btn, .nav-trigger, .wrap {
    overflow: hidden
}

.main-btn, .menu-btn {
    display: flex;
    cursor: pointer
}

@font-face {
    font-family: Bahij-Janna;
    src: url('../fonts/bahij/BahijJanna.eot');
    src: url('../fonts/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'), url('../fonts/bahij/BahijJanna.woff2') format('woff2'), url('../fonts/bahij/BahijJanna.woff') format('woff'), url('../fonts/bahij/BahijJanna.ttf') format('truetype'), url('../fonts/bahij/BahijJanna.svg#BahijJanna') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Bahij-Janna-bold;
    src: url('../fonts/bahij/BahijJanna-Bold.eot');
    src: url('../fonts/bahij/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/bahij/BahijJanna-Bold.woff2') format('woff2'), url('../fonts/bahij/BahijJanna-Bold.woff') format('woff'), url('../fonts/bahij/BahijJanna-Bold.ttf') format('truetype'), url('../fonts/bahij/BahijJanna-Bold.svg#BahijJanna-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Cairo;
    src: url('../fonts/cairo/Cairo-Black.ttf');
    src: url('../fonts/cairo/Cairo-Bold.ttf');
    src: url('../fonts/cairo/Cairo-ExtraLight.ttf');
    src: url('../fonts/cairo/Cairo-Light.ttf');
    src: url('../fonts/cairo/Cairo-Regular.ttf');
    src: url('../fonts/cairo/Cairo-SemiBold.ttf')
}

@font-face {
    font-family: Cairo;
    src: url('../fonts/Cairo-Regular')
}

@font-face {
    font-family: NeoSansArabic;
    src: url('../fonts/NeoSansArabic.ttf')
}

:root {
    --primary: #043351;
    --secondary: #f50017;
    --bluelight: #59B1BB;
    --text: #373737;
    --black: #000000;
    --white: #ffffff
}

* {
    margin: 0;
    border: 0
}

html {
    scroll-behavior: smooth
}

html[dir=ltr] .form-control, html[dir=ltr] body {
    direction: ltr;
    text-align: left
}

.form-control, html[dir=rtl] body {
    text-align: right;
    direction: rtl
}

body {
    font-family: Bahij-Janna, serif;
    color: var(--black);
    background: var(--white)
}

ol, p:last-of-type, ul {
    margin-bottom: 0
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    font-weight: 700;
    color: var(--white)
}

a, button, li {
    transition: .5s ease-in-out
}

a {
    display: inline-block
}

a, a:focus, a:hover {
    text-decoration: none
}

a, input[type=submit], li {
    transition: .5s linear
}

iframe, img, video {
    max-width: 100%
}

.no-padding {
    padding: 0 !important
}

.form-control {
    border-radius: 10px;
    background: #f0f1f3 !important;
    border: 1px solid var(--secondary);
    height: 40px
}

.head-tit, .info .icon, .lang, .main-btn {
    text-align: center
}

textarea.form-control {
    height: 100px
}

.form-control:focus {
    box-shadow: none;
    outline: 0;
    color: var(--primary);
    background: #fff !important;
    border: 1px solid var(--primary)
}

.footer-list li a, .main-btn, .main-btn:hover {
    color: var(--white) !important
}

.main-btn {
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 50px;
    font-weight: 700;
    border-radius: 35px;
    /*background: var(--primary)*/
     background: linear-gradient(90deg, #043351 0, #f50017 100%)
}

.fixed .header-list a, .header-list a, .main-title {
    color: var(--primary)
}

.header, .header-list a, .header-list li::before, .header-nav {
    transition: .3s ease-in-out
}

.main-btn:hover {
    /*background: linear-gradient(90deg, #043351 0, #f50017 100%)*/
}

.main-title {
    font-size: 48px;
    margin-bottom: 10px;
    font-weight: 700
}

.main-title i {
    font-size: 20px
}

.head-tit {
    margin-bottom: 30px
}

.head-tit .tit-desc {
    width: 80%;
    margin: 0 auto;
    display: table
}

#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999
}

.loader {
    display: flex;
    flex-direction: column;
    align-items: center
}

.loader img {
    width: 100px;
    z-index: 1;
    margin-bottom: 20px
}

header, header.fixed {
    z-index: 99999;
    width: 100%;
    top: 0
}

.spinner {
    display: flex;
    justify-content: space-between;
    width: 80px
}

.fixed .header, .info-footer {
    align-items: center
}

.spinner .dot {
    width: 15px;
    height: 15px;
    background-color: #3498db;
    border-radius: 50%;
    animation: 1.5s ease-in-out bounce
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-10px)
    }
}

.spinner .dot:first-child {
    animation-delay: 0s
}

.spinner .dot:nth-child(2) {
    animation-delay: .2s
}

.spinner .dot:nth-child(3) {
    animation-delay: .4s
}

#content {
    display: none
}

header.fixed {
    position: fixed;
    padding: 15px 0
}

header.fixed .header {
    box-shadow: 0 8.15px 16.3px 0 rgba(12, 78, 76, .15)
}

header.fixed .logo-content .logo img {
    max-width: 90px
}

.info-footer {
    display: flex;
    justify-content: space-evenly
}

.info-footer .info {
    border-inline-end: 2px solid var(--text);
    padding-inline-end: 20px
}

.info-footer .info:last-of-type {
    border-inline-end: 2px solid transparent
}

.info .icon {
    font-size: 18px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-inline-end: 5px;
    color: var(--white);
    background: #0332504f;
    border: 1px solid #59b1bb;
    transform: translateY(0)
}

.info .info-content .kay {
    color: var(--text);
    font-size: 18px;
    font-weight: 700
}

.info .info-content .value {
    display: block;
    font-size: 14px;
    color: var(--black);
    font-weight: 700
}

.header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 15px;
    border-right: 10px solid var(--secondary);
    border-radius: 0 0 50px
}

.header:before {
    content: " ";
    background: var(--white);
    border-radius: 50px 0 40px 50px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.client .owl-dots .owl-dot.active, .inside-head {
    background: var(--secondary)
}
 .link-header .main-btn{
    background: linear-gradient(90deg, #043351 0, #f50017 100%);
}
.fixed .menu-btn .btn-bar, .menu-btn .btn-bar {
    background-color: var(--primary)
}

.nav-trigger {
    display: none;
    align-items: center;
    justify-content: flex-end
}

.menu-btn, .menu-btn .btn-bar {
    border-radius: 10px;
    position: relative
}

.menu-btn {
    flex-flow: column;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    padding: 5px;
    z-index: 99
}

.header-list, .nav-content {
    align-items: center;
    display: flex
}

.menu-btn .btn-bar {
    width: 22px;
    height: 2px
}

.menu-btn .btn-bar.menu {
    transition: transform .3s ease-in-out .2s, opacity .15s ease-in-out .2s
}

.menu-btn .btn-bar.menu:not(:first-child) {
    margin-top: 5px
}

.menu-btn .btn-bar.menu:nth-child(2n) {
    width: 30px
}

.menu-btn .btn-bar.close {
    transform-origin: center center;
    position: absolute;
    margin-top: -1.5px;
    opacity: 0;
    top: 50%;
    transition: transform .2s ease-in-out, opacity 50ms ease-in-out .2s
}

.menu-btn .btn-bar.close:not(:last-child) {
    transform: rotate(45deg) translateX(-250%)
}

.menu-btn .btn-bar.close:last-child {
    transform: rotate(-45deg) translateX(250%)
}

.menu-btn.active .btn-bar {
    background-color: var(--secondary)
}

.menu-btn.active .btn-bar.menu {
    transition: transform .3s ease-in-out, opacity .15s ease-in-out .15s, background-color .15s ease-in-out .15s;
    opacity: 0
}

.menu-btn.active .btn-bar.menu:nth-child(odd) {
    transform: translateX(-400%)
}

.menu-btn.active .btn-bar.menu:nth-child(2n) {
    transform: translateX(200%)
}

.menu-btn.active .btn-bar.close {
    opacity: 1;
    transition: transform .2s ease-in-out .3s, opacity 50ms ease-in-out .3s, background-color .15s ease-in-out .3s
}

.menu-btn.active .btn-bar.close:not(:last-child) {
    transform: rotate(45deg)
}

.menu-btn.active .btn-bar.close:last-child {
    transform: rotate(-45deg)
}

.header-nav {
    width: 100%
}

.nav-content {
    justify-content: space-between
}

.header-list {
    justify-content: center;
    width: 100%;
    gap: 5px;
    padding-inline-start: 15px
}

.header-list li {
    padding-inline-start: 6px;
    padding-inline-end: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    position: relative
}

.header-list li::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 0;
    height: 2px;
    background: var(--primary)
}

.header-list li:has(.active)::before, .header-list li:hover:before {
    width: 100%
}

.header-list a {
    font-size: 16px;
    font-weight: 500
}

html[dir=ltr] .header-list a {
    font-size: 18px;
    font-weight: 700
}

@media (max-width: 991px) {
    .logo-content {
        width: 150px;
        border-radius: 0 0 20px 20px
    }

    .header-list {
        gap: 8px
    }

    .header-list a {
        font-size: 10px
    }
}

.header-list a.active, .header-list a:hover {
    color: var(--secondary)
}

.background {
    position: absolute;
    flex-flow: column;
    align-items: stretch;
    top: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    display: none
}

.background .portion {
    background: #f7f2fa;
    flex: 1 1 100%;
    transition: transform .2s ease-in-out
}

.background .portion:not(:first-child) {
    margin-top: -1px
}

.background .portion:nth-child(odd) {
    transform: translateX(-100%)
}

.background .portion:nth-child(2n) {
    transform: translateX(100%)
}

.main-logo img {
    max-width: 125px
}

.arrow-container, .slider, .slider .mian-img {
    position: relative
}

.arrow-slider i, .lang {
    line-height: 50px;
    color: var(--white)
}

.form-newsletter, .icon-text, .link-header {
    display: flex;
    align-items: center
}

.lang {
    width: 50px;
    height: 50px;
    margin-inline-end: 12px;
    border-radius: 50%;
    font-size: 22px;
    background: var(--primary)
}

.slider, .slider .main-image, .slider .main-image img, .slider .mian-img, .slider .mian-img img {
    border-radius: 0 0 50px
}

.slider .mian-img:before, footer:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(62, 30, 138, .6);
    border-radius: 0 0 50px
}

.arrow-slider i, .slider .main-image .url .main-btn:hover {
    background: linear-gradient(90deg, #043351 0, #f50017 100%)
}

.slider .main-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.slider .main-image .head {
    font-size: 48px;
    font-weight: 700;
    color: var(--white)
}

.slider .main-image .dsec {
    font-size: 20px;
    margin-bottom: 30px;
    color: var(--white)
}

.slider .main-image .url .main-btn {
    background: 0 0;
    border: 1px solid var(--white);
    color: var(--white)
}

.slider .main-image .url .main-btn:hover {
    border: 1px solid var(--primary);
    color: var(--white) !important
}

.slider .form {
    background: var(--white);
    padding: 20px;
    border-radius: 20px
}

.slider .form-input {
    height: 50px;
    direction: rtl;
    text-align: right;
    padding: 0 15px;
    border-radius: 10px;
    width: 100%;
    color: var(--black);
    background: #f2f2f2;
    border: 1px solid transparent
}

.slider .form-input:focus {
    border: 1px solid var(--secondary)
}

.arrow-container {
    width: 200px;
    height: 100px;
    transform: rotate(-20deg);
    left: -50%;
    animation: 2s infinite pulse
}

.about-video .icon:before, .arrow-slider {
    background: var(--white);
    width: 100px;
    height: 100px;
    position: absolute
}

.arrow-slider {
    bottom: -50px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.about-video, .arrow, .banner-items, .powerd, .powerd-content, footer {
    position: relative
}

.arrow-slider i {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center
}

.arrow {
    width: 100%;
    height: 2px;
    background-color: #fff
}

.arrow::after {
    content: '';
    position: absolute;
    top: -6px;
    right: 0;
    border: 7px solid transparent;
    border-left: 10px solid #fff
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(0)
    }
    50% {
        transform: translateX(10px)
    }
}

@media (min-width: 500px) {
    .img-mob {
        display: none !important
    }
}

.about {
    padding: 100px 0 50px
}

.about-content .about-tit {
    color: var(--primary);
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px
}

.about-desc {
    color: var(--text);
    font-size: 18px;
    margin-bottom: 20px
}

.about-video .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about-video .icon:before {
    content: " ";
    border-radius: 50%;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1
}

.banner, .services {
    padding: 50px 0
}

.services .container .services-items {
    margin-bottom: 30px
}

.services .container .services-items:nth-of-type(2n) .row {
    flex-direction: row-reverse
}

.services .container .services-items .services-tit {
    color: #313131;
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 20px
}

.services .container .services-items .services-desc {
    color: #313131;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px
}

.banner-items {
    border-radius: 25px
}

.banner-items:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(62, 30, 138, .6);
    border-radius: 25px
}

.powerd-content:before, footer {
    background-size: cover;
    background-repeat: no-repeat
}

.banner-items .image img {
    border-radius: 25px;
    width: 100%
}

.banner-items .banner-content {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.banner-items .banner-content .banner-desc {
    color: var(--white);
    font-size: 18px;
    margin: 20px 0;
    font-weight: 500
}

.banner-items .banner-content .banner-url {
    display: table;
    margin: 0 auto
}

.client {
    padding: 50px 0 100px
}

.client-slider .client-img, .client-slider .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center
}

.client-slider .client-img img {
    max-width: 150px
}

.client .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center
}

.client .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d9d9d9;
    margin: 0 5px;
    transition: .35s ease-in-out
}

footer {
    padding: 50px 0 20px;
    background-image: url(../images/footer.png)
}

.inoformation-footer .info {
    margin-bottom: 10px
}

.inoformation-footer .info .info-content .kay, .inoformation-footer .info .info-content .value {
    color: var(--white);
    font-size: 14px;
    font-weight: initial
}

.place-time {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 50px 0
}

.powerd-content span, .value-content {
    color: var(--white)
}

.footer-list li {
    text-align: start;
    margin-bottom: 5px
}

.desc-footer {
    color: var(--white);
    font-size: 16px;
    margin: 20px 0;
    text-align: justify
}

.footer-list li:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 5px;
    margin-inline-end: 10px;
    text-align: center;
    display: inline-block;
    color: var(--white);
    border-radius: 50%;
    transition: .35s ease-in-out
}

html[dir=ltr] .footer-list li:before {
    content: "\f101"
}

.footer-list li a {
    font-size: 18px;
    font-weight: 700
}

.input-newsletterSubmit {
    justify-content: space-around
}

.foot-widget-item-desc {
    font-size: 16px;
    font-weight: initial
}

.form-newsletter input {
    width: 100%
}

.powerd-content {
    margin: 50px auto 0;
    padding: 20px 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.powerd-content:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: url(../images/Line.png)
}

.col-f-mid {
    border-right: 1px solid var(--white);
    border-left: 1px solid var(--white)
}

.powerd-content a {
    color: #919ea0
}

.foot-widget-item-tit {
    color: #a8b2b3;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative
}

.foot-widget-item-tit:before {
    content: " ";
    position: absolute;
    bottom: -10px;
    right: 0;
    background: var(--secondary);
    width: 10%;
    height: 4px
}

.row-fot {
    padding: 50px 0 20px
}
.logo-footer img{
    max-height : 55px;
}
.social-media a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px
}

@media (max-width: 768px) {
    .mid-header {
        justify-content: space-between
    }

    .link-header {
        justify-content: center
    }

    .slider .main-image .head {
        font-size: 28px
    }

    .slider .main-image .dsec {
        font-size: 12px
    }

    .slider .form {
        padding: 10px
    }

    .form-group {
        margin-bottom: 10px
    }

    .slider .form-input {
        height: 40px
    }

    .slider .main-image img {
        max-width: 140px
    }

    .about-content .about-tit {
        font-size: 24px;
        margin-bottom: 10px
    }

    .about-desc, .services .container .services-items .services-desc {
        font-size: 16px
    }

    .services .container .services-items .services-tit {
        font-size: 24px
    }

    .powerd-content {
        width: 100%
    }

    footer {
        padding: 30px 0 0
    }

    .col-footer {
        margin: 30px 0
    }
}

@media (max-width: 500px) {
    .main-btn {
        font-size: 14px;
        width: 140px;
        height: 35px;
        line-height: 35px
    }

    .main-title {
        font-size: 28px;
        margin: 10px 0
    }

    .head-tit .tit-desc {
        width: 100%;
        font-size: 14px
    }

    .main-logo img {
        max-width: 100px
    }

    .main-nav-url .main-btn {
        width: 75px
    }

    .mid-header {
        justify-content: space-between
    }

    header {
        position: relative;
        z-index: 9
    }

    .contact-whats {
        width: 35px;
        border: none
    }

    .contact-whats span {
        display: none
    }

    .head-inf {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }

    .head-inf .info {
        margin-bottom: 8px
    }

    .head-inf .info .desc {
        margin-inline-start: 5px;
        font-size: 12px
    }

    .nav-btn {
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .mian-img > img {
        height: 600px;
        object-fit: cover
    }

    .arrow-container {
        width: 75px;
        height: 75px
    }

    .img-desc {
        display: none !important
    }

    .img-mob {
        display: block !important;
        width: 100%
    }

    .main-slider .slid-tit .tit {
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 0
    }

    .mainItem .slider-img img {
        height: initial
    }

    .main-slider .slid-tit {
        top: 50%
    }

    .arrow-slider {
        left: 38%;
        width: 75px;
        height: 75px
    }

    .arrow-slider i {
        width: 35px;
        height: 35px;
        line-height: 35px
    }

    .arrow-container {
        left: -50%;
        bottom: 75px;
        animation: none;
        transform: rotate(170deg) rotateY(180deg)
    }

    .about {
        padding: 50px 0
    }

    .about-content {
        margin-top: 20px
    }

    .services .container .services-items .row, .services .container .services-items:nth-of-type(2n) .row {
        flex-direction: column-reverse
    }

    .banner, .client {
        padding: 20px 0
    }

    .banner-logo img {
        max-width: 75px
    }

    .banner-items .banner-content {
        width: 100%
    }

    .banner-items .banner-content .banner-desc {
        padding: 0 20px;
        margin: 10px 0;
        font-size: 10px
    }

    .info-footer {
        flex-direction: column;
        align-items: flex-start
    }

    .col-f-mid {
        border-right: 0px solid var(--white);
        border-left: 0 solid var(--white);
        margin: 30px 0
    }

    .powerd-content {
        display: inline-block;
        text-align: center
    }

    .main-footer .nav-list a {
        margin: 0 5px
    }
}

.fly-icon {
    position: fixed;
    left: 10px;
    top: 60%;
    display: flex;
    align-items: center;
    flex-direction: column
}

.fly-icon a {
    margin-bottom: 5px
}

.fly-icon a img {
    max-width: 40px
}

@media (min-width: 768px) {
    .collapse {
        display: block !important
    }
}

@media (max-width: 767px) {
    .header {
        align-items: center
    }

    .logo-content {
        border-radius: 0 0 20px 20px
    }

    .header-nav .background, .nav-trigger {
        display: flex
    }

    .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        border: none;
        padding: 0;
        background-color: transparent;
        border-radius: 0;
        display: none;
        transition: z-index 10ms ease-in-out .2s
    }

    .header-nav .nav-content {
        visibility: hidden;
        opacity: 0;
        transform: matrix(1, 0, 0, 1, 0, 20);
        display: block;
        border: none;
        padding: 150px 30px 40px;
        width: 100%;
        height: 100%;
        background: #fff;
        overflow-y: auto;
        border-radius: 0;
        transition: 10ms ease-in-out
    }

    .header-nav .header-list {
        display: block;
        text-align: center
    }

    .header-nav .header-list li {
        padding: 10px;
        margin: 0 auto;
        width: -moz-fit-content;
        width: fit-content;
        height: auto
    }

    .header-nav .header-list a {
        font-size: 20px;
        font-weight: 700;
        color: var(--secondary);
        width: 100%
    }

    .header-nav .header-list a.active, .header-nav .header-list a:hover {
        color: var(--secondary)
    }

    .header-nav.active {
        z-index: 98;
        transition: z-index 10ms ease-in-out .3s
    }

    .header-nav.active .background .portion {
        transform: translateX(0);
        transition: transform .2s ease-in-out .3s
    }

    .header-nav.active .nav-content {
        visibility: visible;
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
        transition: .3s ease-in-out .5s
    }

    .collapse, .foot-widget-item-tit {
        display: none
    }

    .d-md-none {
        color: #59b1bb;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 30px;
        position: relative;
        background: 0 0;
        text-align: start;
        width: 100%
    }

    .d-md-none:before {
        content: " ";
        position: absolute;
        bottom: -10px;
        right: 0;
        background: var(--secondary);
        width: 10%;
        height: 4px
    }

    .collapse.show {
        display: block
    }

    .btn i.fa {
        margin-left: 10px;
        transition: transform .3s;
        position: absolute;
        left: 0
    }

    .collapse.show .btn i.fa {
        transform: rotate(180deg)
    }
}
}