@font-face {
    font-family: SST-Arabic;
    src: url("libs/SST-Arabic.ttf")
}

@font-face {
    font-family: "DIN Next LT Arabic";
    src: url("libs/DINNextLTArabic-Bold.ttf")
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: SST-Arabic;
    font-weight: 400
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

img {
    max-width: 100%
}
.acad-stad .bg-color a {

    text-decoration: none;
}
body > .fa-chevron-up {
    background: #0e0948;
    color: #fff;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 38px;
    position: fixed;
    bottom: 10px;
    right: 12px;
    display: none;
    font-size: 1.3rem;
    z-index: 33;
    text-align: center
}

@media (max-width: 575.98px) {
    .carousle-overflow {
        padding-right: 0
    }
}

body.active {
    overflow: hidden
}

.navbar-up {
    width: 100%;
    z-index: 333;
    position: fixed;
    background-color: #e5f7eb
}

.navbar-up.resize {
    -webkit-box-shadow: #000 0 0 15px -1px;
    box-shadow: #000 0 0 15px -1px;
    background-color: #e5f7eb
}

.navbar-up.resize nav {
    padding: 10px 0
}

.navbar-up.resize .button a, .navbar-up.resize .nav-link {
    font-size: 14px !important
}

.navbar-up nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 30px 0;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-up nav .nav-parent {
    z-index: 222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media (max-width: 991.98px) {
    .navbar-up nav .nav-parent {
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow: auto;
        display: block;
        padding: 5rem 0
    }

    .navbar-up nav .nav-parent.active {
        left: 0
    }
}

.navbar-up nav .nav-parent .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

@media (max-width: 991.98px) {
    .navbar-up nav .nav-parent .nav-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        min-height: 400px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%
    }
}

.navbar-up nav .nav-parent .nav-menu .nav-item.active a {
    color: #95ce0a  !important
}

@media (max-width: 991.98px) {
    .navbar-up nav .nav-parent .nav-menu .nav-item.active a {
        color: #0e0948;
        background-color: rgba(79, 202, 119, .15)
    }
}

.navbar-up nav .nav-parent .nav-menu .nav-item:not(:last-of-type) {
    margin-right: 30px
}

.navbar-up nav .nav-parent .nav-menu .nav-item .nav-link {
    color: #2a2d34;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    font-size: 16px;
    letter-spacing: .01em
}

@media (max-width: 991.98px) {
    .navbar-up nav .nav-parent .nav-menu .nav-item .nav-link {
        padding-left: 0;
        margin-left: 0 !important;
        padding: 25px 0
    }
}

.navbar-up nav .nav-parent .nav-menu .nav-item .nav-link:hover {
    color: #0e0948
}
.navbar-up nav .nav-logo img{
    max-height: 70px;
        mix-blend-mode: darken;
}
@media (max-width: 991.98px) {
    .navbar-up nav .nav-parent .nav-menu .nav-item {
        padding: 0;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media (max-width: 767.98px) {

}

.navbar-up nav .nav-parent .nav-menu .nav-item button {
    color: #0e0948;
    background-color: rgba(79, 202, 119, .15);
    border-radius: 30px;
    padding: 4px 25px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    font-size: 14px !important;
    margin-top: 9px
}

@media (max-width: 991.98px) {
    .navbar-up nav .nav-parent .nav-menu .nav-item button {
        margin-right: auto;
        margin-left: auto;
        margin-top: 25px
    }
}

.navbar-up .bars {
    display: none;
    z-index: 9999;
    cursor: pointer;
    position: relative;
    direction: rtl
}

@media (max-width: 991.98px) {
    .navbar-up .bars {
        display: block;
        cursor: pointer;
        width: 35px;
        height: 25px
    }
}

.navbar-up .bars.active .bar:nth-child(1) {
    -webkit-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
    width: 22px
}

.navbar-up .bars.active .bar:nth-child(2) {
    opacity: 0
}

.navbar-up .bars.active .bar:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}

.navbar-up .bars .bar {
    display: block;
    width: 22px;
    height: 3px;
    margin-top: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #0e0948
}

.navbar-up .bars .bar:nth-child(1) {
    width: 32px;
    margin-top: 0
}

.header {
    padding: 170px 0 470px;
    position: relative
}
.header-img{
    max-height: 370px;
}
@media (max-width: 1399.98px) {
    .header {
        padding-top: 200px
    }
}

@media (max-width: 991.98px) {
    .header {
        padding-top: 178px;
        padding-bottom: 250px
    }
}

@media (max-width: 767.98px) {
    .header {
        padding-top:135px
    }
}

@media (max-width: 575.98px) {
    .header {
        padding-bottom: 140px
    }
}

.header h1 {
    font-weight: 400;
    font-size: 42px;
    line-height: 83px;
    color: #2a2d34
}

.header p {
    color: #2a2d34;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 55px
}

.header a {
    text-decoration: none
}

.header a:first-of-type {
    margin-right: 10px
}

@media (max-width: 575.98px) {
    .header a {
        width: 99.5px;
        display: inline-block
    }
}

.header::after {
    position: absolute;
    content: "";
    background: url("../img/header-bg.jpg");
    width: 100%;
    left: 0;
    bottom: 0;
    height: 374px;
    background-size: cover;
    background-position: center
}

@media (max-width: 991.98px) {
    .header .info h1 {
        font-size: 39px;
        line-height: 79px;
        margin: 0
    }

    .header .info p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 35px
    }

    .header::after {
        height: 200px
    }
}

@media (max-width: 767.98px) {
    .header::after {
        height: 190px
    }
}

@media (max-width: 575.98px) {
    .header::after {
        height: 108px
    }
}

@media (max-width: 767.98px) {
    .header .info {
        text-align: center
    }

    .header .info h1 {
        font-size: 18px;
        line-height: 36px
    }

    .header .info p {
        font-size: 12px;
        line-height: 140%
    }
}

.about-us {
    padding-top: 30px;
    margin-top: 70px
}

.about-us .videos {
    max-width: 86%;
    position: relative
}

@media (max-width: 991.98px) {
    .about-us .videos {
        text-align: center;
        margin: auto
    }
}

.about-us .videos video {
    max-width: 100%;
    height: 100%;
    border-radius: 30px
}

.about-us .videos .play-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

@media (max-width: 991.98px) {
    .about-us {
        margin-top: 0
    }
}

.about-us .text {
    padding: 10px 20px;
    padding-left: 0;
    position: relative
}

.about-us .text h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 52px;
    color: #2a2d34;
    margin-bottom: 15px
}

.about-us .text P {
    font-size: 18px;
    line-height: 140%;
    color: #565656;
    width: 90%;
    margin: 0
}

.about-us .text::after {
    position: absolute;
    content: "";
    background: rgba(79, 202, 119, .15);
    border-radius: 0 0 0 100px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: 11%;
    bottom: 0;
    width: 30%;
    height: 100%;
    z-index: -1
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-us .text {
        margin-right: 10px
    }

    .about-us .text p {
        width: 100%
    }

    .about-us .text::after {
        right: 0
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-us .text {
        margin-right: 10px
    }

    .about-us .text p {
        width: 100%
    }

    .about-us .text::after {
        right: 0
    }
}

@media (max-width: 991.98px) {
    .about-us .text {
        margin-bottom: 50px
    }

    .about-us .text h2 {
        font-size: 33px;
        line-height: 40px
    }

    .about-us .text p {
        font-size: 15px;
        line-height: 140%;
        width: 70%
    }

    .about-us .text::after {
        right: 5%
    }
}

@media (max-width: 767.98px) {
    .about-us .text h2 {
        font-size: 18px;
        line-height: 52px;
        margin: 0
    }

    .about-us .text p {
        font-size: 12px;
        line-height: 140%;
        width: 90%
    }
}

.services {
    padding-top: 30px;
    margin-top: 70px;
    padding: 10px 0;
    padding-left: 0;
    position: relative
}

@media (max-width: 767.98px) {
    .services {
        margin-top: 42px
    }
}

.services::after {
    position: absolute;
    content: "";
    background: 0 0;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    right: 642px;
    bottom: 31px;
    border: 8.8px solid #0e0948;
    z-index: -1
}

@media (max-width: 1199.98px) {
    .services::after {
        right: 390px
    }
}

@media (max-width: 991.98px) {
    .services::after {
        right: -30px;
        width: 68px;
        height: 68px;
        bottom: -17px
    }
}

@media (max-width: 767.98px) {
    .services::after {
        right: -13px;
        width: 70px;
        height: 70px;
        bottom: -100px
    }
}

.services::before {
    position: absolute;
    content: "";
    background: url("../img/services-bg.png");
    width: 405px;
    height: 154px;
    left: 0;
    bottom: 67px;
    z-index: -1;
    background-repeat: no-repeat
}

@media (max-width: 991.98px) {
    .services::before {
        bottom: 0;
        height: 90px
    }
}

@media (max-width: 767.98px) {
    .services::before {
        bottom: -128px
    }
}

.services .bg-color {
    position: absolute;
    right: 0;
    width: 84%;
    height: 74%;
    background: #f4f9fc;
    border-radius: 8%;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.services .bg-color ~ div {
    position: relative;
    z-index: 5
}

@media (max-width: 1199.98px) {
    .services .bg-color {
        width: 80%
    }
}

@media (max-width: 991.98px) {
    .services .bg-color {
        width: 45%;
        height: 102%
    }
}

@media (max-width: 767.98px) {
    .services .bg-color {
        width: 90%;
        top: auto;
        bottom: -475px;
        height: 95%
    }
}

.services h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 71px;
    color: #2a2d34;
    position: relative
}

.services h2::after {
    position: absolute;
    content: "";
    background: rgba(79, 202, 119, .15);
    border-radius: 0 0 0 100px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    right: 4.2em;
    top: -1.7em;
    width: 178px;
    height: 178px;
    z-index: -1
}

@media (max-width: 1399.98px) {
    .services h2::after {
        right: 2.5em
    }
}

@media (max-width: 1199.98px) {
    .services h2::after {
        right: 3.2em
    }
}

@media (max-width: 991.98px) {
    .services h2::after {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .services h2 {
        font-weight: 700;
        font-size: 22px;
        line-height: 36px
    }
}

@media (max-width: 991.98px) {
    .services h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 36px
    }
}

@media (max-width: 767.98px) {
    .services h2 ~ p {
        margin-bottom: 100px
    }
}

.services P {
    font-size: 18px;
    line-height: 140%;
    color: #2a2d34;
    margin: 0;
    width: 85%
}

@media (max-width: 1199.98px) {
    .services P {
        font-weight: 400;
        font-size: 16px;
        line-height: 140%
    }
}

@media (max-width: 991.98px) {
    .services P {
        font-weight: 400;
        font-size: 12px;
        line-height: 140%
    }
}

.services .our-services {
    padding: 50px 0 0
}

.services .our-services > div:first-of-type {
    margin-top: -60px
}

@media (max-width: 991.98px) {
    .services .our-services > div:first-of-type {
        margin-top: 0
    }
}

@media (max-width: 991.98px) {
    .services .our-services {
        font-weight: 400;
        font-size: 12px;
        line-height: 140%;
        padding-top: 0
    }
}

.services .our-services > div:last-of-type {
    margin-right: 50px
}

.services .our-services .service {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
    border-radius: 30px;
    padding: 40px 30px;
    min-height: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-right: 15px;
    margin-left: 15px
}

.services .our-services .service:first-of-type {
    margin-bottom: 30px
}

.services .our-services .service .icon {
    max-width: 100%
}

.services .our-services .service .text h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 47px;
    color: #2a2d34
}

.services .our-services .service .text p {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    color: #757575
}

@media (max-width: 1199.98px) {
    .services .our-services .service {
        margin-right: 8px;
        margin-left: 8px;
        padding: 30px 15px
    }

    .services .our-services .service .text h3 {
        font-size: 21px;
        line-height: 29px
    }

    .services .our-services .service .text p {
        font-size: 14px;
        line-height: 140%
    }

    .services .our-services > div:last-of-type {
        margin-right: 20px
    }
}

@media (max-width: 991.98px) {
    .services .our-services .service {
        padding: 15px;
        min-height: 210px
    }

    .services .our-services .service .text h3 {
        font-weight: 700;
        font-size: 12px;
        line-height: 24px
    }

    .services .our-services .service .text p {
        font-size: 10px;
        line-height: 140%
    }

    .services .our-services > div:last-of-type {
        margin-right: 20px
    }
}

@media (max-width: 767.98px) {
    .services .our-services .service {
        padding: 10px;
        min-height: 300px
    }

    .services .our-services > div:last-of-type {
        margin-right: 10px
    }
}

.playgrounds {
    margin-top: 70px;
    padding: 30px 0 10px
}

@media (max-width: 767.98px) {
    .playgrounds {
        margin-top: 162px
    }
}

.playgrounds h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    color: #2f2c39
}

@media (max-width: 991.98px) {
    .playgrounds h4 {
        font-size: 14px;
        line-height: 23px
    }
}

@media (max-width: 767.98px) {
    .playgrounds h4 {
        font-size: 12px;
        line-height: 140%;
        margin-bottom: 5px
    }
}

.playgrounds h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 69px;
    color: #2f2c39;
    margin-top: -10px;
    margin-bottom: 30px
}

@media (max-width: 767.98px) {
    .playgrounds h2 {
        font-size: 18px;
        line-height: 36px;
        font-weight: 700
    }
}

.academies .academies-carousel, .playgrounds .playgrounds-carousel {
    min-height: 200px
}

.playgrounds .playgrounds-carousel .carousel-cell {
    width: calc((100% - 80px) / 5)
}

.playgrounds .playgrounds-carousel .carousel-cell:not(:last-of-type) {
    margin-right: 20px
}

@media (max-width: 767.98px) {
    .playgrounds .playgrounds-carousel .carousel-cell:not(:last-of-type) {
        margin-right: 15px
    }
}

@media (max-width: 575.98px) {
    .playgrounds .playgrounds-carousel .carousel-cell:not(:last-of-type) {
        margin-right: 10px
    }
}

.playgrounds .playgrounds-carousel .carousel-cell .image {
    border-radius: 25px;
    margin-bottom: 17px;
    height: 100%;
    width: 100%
}

.playgrounds .playgrounds-carousel .carousel-cell .image img {
    width: 100%
}

.playgrounds .playgrounds-carousel .carousel-cell h3 {
    font-family: "DIN Next LT Arabic";
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #0e0948;
    position: relative;
    padding-right: 80px;
    margin-bottom: 5px
}

@media (max-width: 575.98px) {
    .playgrounds .playgrounds-carousel .carousel-cell h3 {
        padding-right: 40px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .playgrounds .playgrounds-carousel .carousel-cell h3 {
        white-space: nowrap
    }
}

.playgrounds .playgrounds-carousel .carousel-cell span.ground-width {
    position: absolute;
    right: 4px;
    top: 0;
    font-family: "DIN Next LT Arabic";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #ffc43d;
    border-radius: 40px;
    padding: 3px 10.3px;
    text-transform: uppercase
}

.playgrounds .playgrounds-carousel .carousel-cell p {
    font-family: "DIN Next LT Arabic";
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #2a2d34;
    margin: 0
}

@media (max-width: 991.98px) {
    .playgrounds .playgrounds-carousel .carousel-cell {
        width: calc((100% - 80px) / 3)
    }
}

@media (max-width: 575.98px) {
    .playgrounds .playgrounds-carousel .carousel-cell {
        width: calc((100% - 80px) / 2)
    }
}

.statistics {
    margin-top: 70px;
    padding: 10px 0 20px
}

@media (max-width: 767.98px) {
    .statistics {
        margin-top: 22px
    }
}

.statistics h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    color: #2f2c39
}

@media (max-width: 767.98px) {
    .statistics h4 {
        font-size: 12px;
        line-height: 140%;
        margin-bottom: 5px
    }
}

.statistics h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 69px;
    color: #2f2c39;
    margin-top: -10px;
    margin-bottom: 30px
}

@media (max-width: 767.98px) {
    .statistics h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 36px
    }
}

.statistics .our-statistics .statistic {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
    box-shadow: 0 10px 50px rgba(0, 0, 0, .05);
    border-radius: 30px;
    padding: 40px 20px 30px;
    border-radius: 30px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.statistics .our-statistics .statistic:first-of-type {
    margin-bottom: 30px
}

@media (max-width: 575.98px) {
    .statistics .our-statistics .statistic:first-of-type {
        margin-bottom: 20px
    }
}

.statistics .our-statistics .statistic .icon {
    max-width: 100%
}

.statistics .our-statistics .statistic .text {
    margin-top: 20px
}

.statistics .our-statistics .statistic .text h3 {
    font-weight: 500;
    font-size: 58px;
    line-height: 115px;
    color: #2a2d34;
    margin: 0
}

@media (max-width: 575.98px) {
    .statistics .our-statistics .statistic .text h3 {
        font-size: 24px;
        line-height: 47px
    }
}

.statistics .our-statistics .statistic .text p {
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    color: #0e0948;
    color: #0e0948;
    margin: 0
}

@media (max-width: 575.98px) {
    .statistics .our-statistics .statistic .text p {
        font-size: 14px;
        line-height: 140%
    }
}

.academies {
    margin-top: 70px;
    padding: 30px 0 10px
}

@media (max-width: 767.98px) {
    .academies {
        margin-top: 38px
    }
}

.academies h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    color: #2f2c39
}

@media (max-width: 767.98px) {
    .academies h4 {
        font-size: 12px;
        line-height: 140%;
        margin-bottom: 5px
    }
}

.academies h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 69px;
    color: #2f2c39;
    margin-top: -10px;
    margin-bottom: 30px
}

@media (max-width: 767.98px) {
    .academies h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 36px
    }
}

.academies .academies-carousel {
    text-align: center
}

.academies .academies-carousel .carousel-cell {
    width: calc((100% - 80px) / 4)
}

@media (max-width: 575.98px) {
    .academies .academies-carousel .carousel-cell {
        margin-right: 10px
    }
}

.academies .academies-carousel .carousel-cell:not(:last-of-type) {
    margin-right: 26px
}

.academies .academies-carousel .carousel-cell .image {
    border-radius: 25px;
    margin-bottom: 17px;
    height: 100%;
    width: 100%
}

.academies .academies-carousel .carousel-cell .image img {
    width: 100%
}

.academies .academies-carousel .carousel-cell h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 55px
}

@media (max-width: 1199.98px) {
    .academies .academies-carousel .carousel-cell h3 {
        font-size: 18px;
        line-height: 16px
    }
}

@media (max-width: 767.98px) {
    .academies .academies-carousel .carousel-cell h3 {
        font-size: 12px;
        line-height: 16px
    }
}

.academies .academies-carousel .carousel-cell p {
    font-weight: 400;
    font-size: 26px;
    line-height: 140%;
    color: #0e0948;
    margin: 0
}

@media (max-width: 1199.98px) {
    .academies .academies-carousel .carousel-cell p {
        font-size: 18px;
        line-height: 16px
    }
}

@media (max-width: 767.98px) {
    .academies .academies-carousel .carousel-cell p {
        font-size: 12px;
        line-height: 16px
    }
}

@media (max-width: 991.98px) {
    .academies .academies-carousel .carousel-cell {
        width: calc((100% - 80px) / 3)
    }
}

@media (max-width: 575.98px) {
    .academies .academies-carousel .carousel-cell {
        width: calc((100% - 80px) / 2)
    }
}

.academies .flickity-enabled.is-draggable .flickity-viewport {
    min-height: 200px
}

@media (max-width: 767.98px) {
    .academies .flickity-enabled.is-draggable .flickity-viewport {
        min-height: 159px
    }
}

.our-clients {
    margin-top: 70px;
    padding: 30px 0 10px
}

@media (max-width: 767.98px) {
    .our-clients {
        margin-top: 22px
    }
}

.our-clients h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    color: #2f2c39
}

@media (max-width: 767.98px) {
    .our-clients h4 {
        font-size: 12px;
        line-height: 140%;
        margin-bottom: 5px
    }
}

.our-clients h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 69px;
    color: #2f2c39;
    margin-top: -10px;
    margin-bottom: 30px
}

@media (max-width: 767.98px) {
    .our-clients h2 {
        font-size: 18px;
        line-height: 36px;
        font-weight: 700
    }
}

@media (max-width: 991.98px) {
    .our-clients .carousel-container {
        position: relative
    }
}

.our-clients .carousel-container .images {
    position: relative
}

.our-clients .carousel-container .images::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 184px;
    height: 184px;
    right: 26%;
    top: 57%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: rgba(79, 202, 119, .15)
}

@media (max-width: 1199.98px) {
    .our-clients .carousel-container .images::before {
        width: 100px;
        height: 100px;
        top: 53%;
        right: 23%
    }
}

@media (max-width: 991.98px) {
    .our-clients .carousel-container .images::before {
        display: none
    }
}

.our-clients .carousel-container .images .image {
    border-radius: 50%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    right: 39%;
    top: 50%
}

.our-clients .carousel-container .images .image:nth-child(1) {
    width: 98px;
    height: 98px;
    top: 36%;
    right: 11%
}

@media (max-width: 1199.98px) {
    .our-clients .carousel-container .images .image:nth-child(1) {
        width: 56px;
        height: 56px;
        top: 33%;
        right: 5%
    }
}

.our-clients .carousel-container .images .image:nth-child(2) {
    width: 68px;
    height: 68px;
    top: 21%;
    right: 36%
}

@media (max-width: 1199.98px) {
    .our-clients .carousel-container .images .image:nth-child(2) {
        top: 25%;
        right: 30%;
        height: 46px;
        width: 46px
    }
}

.our-clients .carousel-container .images .image:nth-child(3) {
    width: 54px;
    height: 54px;
    right: 58%;
    top: 30%
}

@media (max-width: 1199.98px) {
    .our-clients .carousel-container .images .image:nth-child(3) {
        right: 51%;
        top: 32%;
        height: 44px;
        width: 44px
    }
}

.our-clients .carousel-container .images .image:nth-child(4) {
    width: 54px;
    height: 54px;
    right: 66%;
    top: 50%
}

@media (max-width: 1199.98px) {
    .our-clients .carousel-container .images .image:nth-child(4) {
        right: 63%;
        top: 49%;
        height: 44px;
        width: 44px
    }
}

.our-clients .carousel-container .images .image:nth-child(5) {
    width: 68px;
    height: 68px;
    right: 57%;
    top: 72%
}

@media (max-width: 1199.98px) {
    .our-clients .carousel-container .images .image:nth-child(5) {
        height: 46px;
        width: 46px;
        right: 55%;
        top: 64%
    }
}

.our-clients .carousel-container .images .image:nth-child(6) {
    width: 98px;
    height: 98px;
    top: 83%;
    right: 29%
}

@media (max-width: 1199.98px) {
    .our-clients .carousel-container .images .image:nth-child(6) {
        width: 56px;
        height: 56px;
        top: 76%;
        right: 32%
    }
}

.our-clients .carousel-container .images .image:nth-child(7) {
    width: 73px;
    height: 73px;
    top: 65%;
    right: 3%
}

@media (max-width: 1199.98px) {
    .our-clients .carousel-container .images .image:nth-child(7) {
        width: 73px;
        height: 73px;
        top: 65%;
        right: 3%
    }
}

.our-clients .carousel-container .images .image:nth-child(8) {
    width: 120px;
    height: 120px;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

@media (max-width: 1199.98px) {
    .our-clients .carousel-container .images .image:nth-child(8) {
        width: 81px;
        height: 81px;
        right: 28%
    }
}

@media (max-width: 991.98px) {
    .our-clients .carousel-container .images .image {
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        top: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        position: relative !important;
        width: 57.71px !important;
        height: 54px !important;
        position: absolute;
        top: 300px !important
    }

    .our-clients .carousel-container .images .image:not(:last-of-type) {
        margin-right: 15px
    }
}

@media (max-width: 575.98px) {
    .our-clients .carousel-container .images .image {
        width: 36px !important;
        height: 36px !important
    }

    .our-clients .carousel-container .images .image:not(:last-of-type) {
        margin-right: 8px
    }
}

@media (max-width: 991.98px) {
    .our-clients .carousel-container .images {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 3px
    }
}

.our-clients .carousel-container .clients-carousel .carousel-cell {
    display: -ms-grid;
    display: grid;
    grid-template-areas:"image image text text text text"
}

.our-clients .carousel-container .clients-carousel .carousel-cell .image {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    border-radius: 25px;
    margin-bottom: 17px;
    grid-area: image;
    width: 389px;
    height: 389px;
    margin: 0;
    border-radius: 0 500px 500px 500px
}

@media (max-width: 1199.98px) {
    .our-clients .carousel-container .clients-carousel .carousel-cell .image {
        width: 289px;
        height: 289px
    }
}

.our-clients .carousel-container .clients-carousel .carousel-cell .image .carousel-image {
    border-radius: 0 500px 500px 500px;
    width: 90%;
    height: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.our-clients .carousel-container .clients-carousel .carousel-cell .image .carousel-image::after {
    position: absolute;
    content: "";
    background: 0 0;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    right: 0;
    bottom: 0;
    border: 8.8px solid #0e0948;
    z-index: -1
}

@media (max-width: 991.98px) {
    .our-clients .carousel-container .clients-carousel .carousel-cell .image .carousel-image::after {
        display: none
    }
}

.our-clients .carousel-container .clients-carousel .carousel-cell .text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-area: text
}

.our-clients .carousel-container .clients-carousel .carousel-cell .text h3 {
    font-size: 24px;
    line-height: 47px;
    color: #000;
    margin: 0
}

@media (max-width: 991.98px) {
    .our-clients .carousel-container .clients-carousel .carousel-cell .text h3 {
        margin: 90px 0 50px
    }
}

@media (max-width: 767.98px) {
    .our-clients .carousel-container .clients-carousel .carousel-cell .text h3 {
        font-size: 16px;
        line-height: 32px;
        margin: 90px 0 25px
    }
}

.our-clients .carousel-container .clients-carousel .carousel-cell .text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #2a2d34;
    margin: 0;
    width: 93%
}

@media (max-width: 767.98px) {
    .our-clients .carousel-container .clients-carousel .carousel-cell .text p {
        font-size: 12px;
        line-height: 150%
    }
}

.our-clients .carousel-container .clients-carousel .flickity-page-dots .dot {
    background: rgba(79, 202, 119, .9)
}

.our-clients .carousel-container .clients-carousel .flickity-page-dots .dot.is-selected {
    background: #0e0948
}

@media (max-width: 991.98px) {
    .our-clients .carousel-container .clients-carousel .flickity-page-dots .dot {
        width: 18px;
        height: 18px
    }
}

@media (max-width: 767.98px) {
    .our-clients .carousel-container .clients-carousel .flickity-page-dots .dot {
        width: 15px;
        height: 15px;
        margin: 0 5px
    }
}

@media (max-width: 991.98px) {
    .our-clients .carousel-container .clients-carousel .flickity-page-dots {
        bottom: -55px;
        text-align: left
    }
}

@media (max-width: 991.98px) {
    .our-clients .carousel-container .clients-carousel .carousel-cell {
        grid-template-areas:"image image image image image image" "text text text text text text"
    }

    .our-clients .carousel-container .clients-carousel .image {
        margin: auto !important
    }

    .our-clients .carousel-container .clients-carousel .image .carousel-image {
        margin: auto !important
    }

    .our-clients .carousel-container .clients-carousel .carousel-cell .image {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6
    }

    .our-clients .carousel-container .clients-carousel .carousel-cell .text {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 6
    }
}

#contacts {
    padding-top: 70px
}

@media (max-width: 991.98px) {
    #contacts {
        padding-top: 120px
    }
}

.acad-stad {
    
    background: #ffc43d;
    border-radius: 60px;
    
    
    padding: 30px 40px 50px;
    background: #def0b2;
    border-radius: 75px;
    /*min-height: 292px;*/
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: center;*/
    /*-webkit-align-items: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    position: relative
}

@media (max-width: 991.98px) {
    .acad-stad {
        padding: 40px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        min-height: 330px;
        -webkit-box-align: unset;
        -webkit-align-items: unset;
        -ms-flex-align: unset;
        align-items: unset;
        border-radius: 12px;
        border-bottom-left-radius: 75px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.acad-stad .bg-color {
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    height: 100%;
    /*width: 35%;*/
        font-size: 25px;
    background: #0ec143;
    border-radius: 75px;
    /*-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);*/
    /*-ms-transform: matrix(-1, 0, 0, 1, 0, 0);*/
    /*transform: matrix(-1, 0, 0, 1, 0, 0);*/
    
    
    /*    display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    
}
.acad-stad .bg-color a{
    color:#fff;
      display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.acad-stad .bg-color i {
        margin-inline-end: 30px;
    font-size: 40px;
}
.acad-stad .bg-color ~ .row {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative;
    z-index: 3
}

@media (max-width: 991.98px) {
    .acad-stad .bg-color {
        width: 100%;
        left: 0;
        top: auto;
        bottom: 0;
        /*height: 61%;*/
        border-radius: 12px;
        /*border-bottom-right-radius: 75px*/
    }
}

@media (max-width: 575.98px) {
    .acad-stad .bg-color {
        /*width: 100%;*/
        /*left: 0;*/
        /*top: auto;*/
        /*bottom: 0;*/
        /*height: 55%;*/
        border-radius: 12px;
        /*border-bottom-right-radius: 75px*/
    }
}

.acad-stad::before {
    position: absolute;
    content: "";
    background: url(../img/services-bg.png);
    width: 175px;
    height: 154px;
    right: -40px;
    top: -58px;
    z-index: -1;
    background-repeat: no-repeat
}

@media (max-width: 991.98px) {
    .acad-stad::before {
        width: 125px;
        height: 104px;
        right: -40px;
        top: -58px;
        background-size: cover
    }
}

.acad-stad::after {
    position: absolute;
    content: "";
    background: rgba(79, 202, 119, .15);
    border-radius: 0 0 0 100px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    left: -35px;
    bottom: -35px;
    width: 178px;
    height: 178px;
    z-index: -1
}

@media (max-width: 991.98px) {
    .acad-stad::after {
        display: none
    }
}

.acad-stad h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 79px;
    color: #2a2d34;
    margin: 0
}

@media (max-width: 991.98px) {
    .acad-stad h2 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px
    }
}

@media (max-width: 575.98px) {
    .acad-stad h2 {
        font-size: 12px;
        margin-bottom: 10px;
        font-weight: 700
    }
}

.acad-stad p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    margin: 0;
    color: #757575
}

@media (max-width: 991.98px) {
    .acad-stad p {
        font-size: 15px;
        line-height: 24px;
        width: 90%;
        margin-bottom: 25px
    }
}

@media (max-width: 575.98px) {
    .acad-stad p {
        font-size: 12px
    }
}

.acad-stad ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    background: #fff;
    border: 1px solid #f1f1f1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 10px 20px 50px rgba(0, 0, 0, .15);
    box-shadow: 10px 20px 50px rgba(0, 0, 0, .15);
    border-radius: 60px;
    padding: 10px 20px
}

@media (max-width: 991.98px) {
    .acad-stad ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background: 0 0;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-top: 70px;
        padding-bottom: 33px
    }
}

@media (max-width: 575.98px) {
    .acad-stad ul {
        padding-top: 37px;
        padding-bottom: 0
    }
}

.acad-stad ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center
}

@media (max-width: 991.98px) {
    .acad-stad ul li {
        padding: 8px 10px 11px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 80%;
        -ms-flex: 1 0 80%;
        flex: 1 0 80%;
        width: 80%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 575.98px) {
    .acad-stad ul li {
        padding: 10px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        width: 100%
    }
}

.acad-stad ul li a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .065em;
    color: #fff;
    text-decoration: none
}

@media (max-width: 575.98px) {
    .acad-stad ul li a {
        font-size: 10px;
        text-align: center;

    }
}

.acad-stad ul li.stad {

}

.acad-stad ul li.acad {

}

.acad-stad ul li:not(:last-of-type) {
    margin-inline-start: 10px
}

@media (max-width: 991.98px) {
    .acad-stad ul li:not(:last-of-type) {
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0
    }
}

.contact-us {
    margin-top: 130px;
    padding: 64px 0 30px;
    background: #fff;
}

@media (max-width: 767.98px) {
    .contact-us {
        margin-top: 95px
    }
}

.contact-us h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 15px
}

.contact-us p {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #fff
}

.contact-us ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    color: #fff
}

.contact-us ul.social-media {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.contact-us ul.social-media li:not(:last-of-type) {
    margin-right: 10px
}

.footer {
    background: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
    padding: 20px 0
}

.footer .social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .footer .social-media {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
}

.social-media li i {
    color: #fff
}

.social-media li:not(:last-of-type) {
    margin-right: 20px
}

.footer .copyright {
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    text-transform: capitalize;
    color: rgba(0, 0, 0, .4)
}

@media (max-width: 767.98px) {
    .footer .copyright {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 10px
    }
}

@media (max-width: 575.98px) {
    .footer .copyright {
        font-size: 13px
    }
}

.footer .languages {
    text-align: right
}

@media (max-width: 767.98px) {
    .footer .languages {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.footer .languages button {
    font-family: "DIN Next LT Arabic";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(47, 44, 57, .8);
    direction: ltr;
    outline: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.footer .languages button:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.footer .languages button::after {
    display: none
}

.footer .languages button i {
    color: #2f2c39;
    margin-left: 10px;
    pointer-events: none
}

.footer .languages button ~ ul.dropdown-menu {
    background: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 15px rgba(0, 0, 0, .15);
    padding: 10px 20px
}

.footer .languages button ~ ul.dropdown-menu li a {
    text-decoration: none;
    color: #2f2c39;
    font-size: 16px
}

.footer .languages button ~ ul.dropdown-menu li:not(:last-of-type) {
    margin-bottom: 10px
}

#sign-in-form .sign-in {
    padding: 30px 20px 50px;
    border-radius: 17px;
    text-align: center
}

#sign-in-form .sign-in i {
    margin-bottom: 8px;
    font-size: 50px;
    color: #0e0948;
    border: 1px solid #0e0948;
    padding: 14px 19px 19px;
    border-radius: 50%
}

#sign-in-form .sign-in h3 {
    margin-bottom: 37px;
    font-size: 27px;
    color: #2a2d34
}

#sign-in-form .sign-in form .form-floating {
    margin-bottom: 13px;
    color: #565656;
    font-size: 14px
}

#sign-in-form .sign-in form input {
    border-radius: 4px;
    color: #565656
}

#sign-in-form .sign-in form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #0e0948
}

#sign-in-form .sign-in form button {
    background: #0e0948;
    border: 2px solid #0e0948;
    border-radius: 4px;
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem .75rem;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #f5f5f5;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

#sign-in-form .sign-in form .error {
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
    color: #e40a0a;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#sign-in-form .btn-close {
    position: absolute;
    right: 10px;
    top: 10px
}

#sign-in-form .btn-close:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.navbar-up nav .nav-parent .nav-menu .nav-item button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

/* ==========================================================================
   4.Features
   ========================================================================== */

.features {
    margin-top: 70px;
    padding: 30px 0 10px;
}
.features h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin: 0;
    color: #2f2c39;
}
.features h2 {
    font-weight: 500;
    font-size: 35px;
    line-height: 69px;
    color: #2f2c39;
    margin-top: -10px;
    margin-bottom: 30px;
}
.features h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 1.5em;
}

.features p { color: #B2B2B2; }

.features > .container > .row > div { margin-bottom: 2.25em; }


/* ==========================================================================
   8.Contact
   ========================================================================== */

.section-spacing {
    padding: 6em 0;
}
.contact header { margin-bottom: 3em; }

.contact-form .form-control {
    border-color: #ddd;
    margin-bottom: .75em;
    padding: 1em;
    margin-bottom: 1.5em;
    box-shadow: none;
}

.contact .btn-default { width: 100%; }

.section-spacing header h2,
.section-spacing header h3 {
    margin-top: 0;
}
.section-spacing h2 {
    color: #333;
    font-weight: 300;
    text-transform: uppercase;
}
.section-spacing header h3 {
    color: #999;
    font-size: 20px;
}
.section-spacing header h3 a {
        color: #04ad6f;
    display: inline-block;
    direction: ltr;
}
.contact-form .form-control {
    border-color: #ddd;
    margin-bottom: 0.75em;
    padding: 1em;
    margin-bottom: 1.5em;
    box-shadow: none;
}

.contact .btn-default {
    width: 100%;
}
.btn-default {
    border-radius: 30px;
    padding: 1em 3em;
    color: #fff;
    background-color: #04ad6f;
    border-color: #04ad6f;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    text-transform: uppercase;
}
