body {
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins",sans-serif;
    background-color: #fff;
    line-height: 20px;
    color: #484848
}

@media(max-width: 767px) {
    body {
        overflow-x: hidden;
        max-width: 100vw
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins",sans-serif;
    font-weight: 700
}

h1 {
    font-size: 56px;
    line-height: 70px
}

@media(max-width: 992px) {
    h1 {
        font-size: 24px;
        line-height: 30px
    }
}

h2 {
    font-size: 2.3333333333em
}

@media(max-width: 767px) {
    h2 {
        font-size: 27px
    }
}

h3 {
    font-size: 1.7777777778em
}

h4 {
    font-size: 1.3333333333em
}

h5 {
    font-size: 1.2222222222em
}

label {
    font-size: 1em
}

.color-primary {
    color: #007481 !important
}

.color-secondary {
    color: #ee751c !important
}

.sub-heading {
    color: #007481;
    font-size: 24px;
    line-height: 30px;
    color: #007481;
    font-weight: 700;
    font-family: "Poppins",sans-serif
}

.heading-secondary {
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 25px;
    text-transform: uppercase;
    color: #ee751c;
    font-weight: 400;
    text-align: center
}

html[lang=ar] body {
    font-size: 20px
}

html[lang=ar] h1, html[lang=ar] h2, html[lang=ar] h3, html[lang=ar] h4, html[lang=ar] h5, html[lang=ar] h6 {
    font-family: arial
}

html[lang=ar] .heading-secondary {
    font-size: 36px
}

html[lang=ar] .contact-info h2 + p, html[lang=ar] .testimonials .client-testimonials .single-testimonials p {
    font-size: 18px
}

input[type=submit] {
    outline: none;
    text-decoration: none;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    color: #333
}

input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled {
    background-color: #f1f2f2 !important;
    cursor: not-allowed
}

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    height: 48px;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 24px;
    color: #828d96;
    font-family: arial
}

    textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus {
        border-color: #007481;
        outline: 0;
        box-shadow: none
    }

.error {
    border-left: solid 3px #de0202 !important
}

span.error {
    color: red;
    font-size: 12px;
    border-left: solid 0px #de0202 !important
}

.alert {
    padding: 10px;
    padding-right: 30px
}

.alert-dismissable .close, .alert-dismissible .close {
    font-size: 26px
}

#success, #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    display: none
}

#success, #success-footer {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px
}

#error, #error-footer {
    background-color: #ff1a1a;
    border-left: 5px solid red
}

html[lang=ar] select, html[lang=ar] textarea, html[lang=ar] input[type=text], html[lang=ar] input[type=password], html[lang=ar] input[type=datetime], html[lang=ar] input[type=datetime-local], html[lang=ar] input[type=date], html[lang=ar] input[type=month], html[lang=ar] input[type=time], html[lang=ar] input[type=week], html[lang=ar] input[type=number], html[lang=ar] input[type=email], html[lang=ar] input[type=url], html[lang=ar] input[type=search], html[lang=ar] input[type=tel], html[lang=ar] input[type=color] {
    font-size: 18px
}

* {
    margin: 0;
    padding: 0;
    outline: 0
}

div, a, span, input, select, textarea, li, img, i, ul, li {
    behavior: url(css/PIE.htc)
}

    a, a:hover, .activeLink {
        text-decoration: none;
        color: #000
    }

        a:active, a:focus {
            outline: none;
            border: 0px;
            text-decoration: none
        }

ul {
    list-style: none;
    padding: 0
}

.container {
    max-width: 1300px
}

input, textarea, select {
    outline: none;
    font-family: "Roboto",sans-serif
}

form {
    margin: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

strong {
    font-weight: 500
}

img {
    border: none;
    max-width: 100%;
    outline: none
}

ul {
    list-style: none
}

.clearfix {
    clear: both
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.taj {
    text-align: justify
}

.tac {
    text-align: center
}

.vAlign {
    vertical-align: middle
}

.themeColor {
    color: #007481
}

.blaclColor {
    color: #000 !important
}

label {
    font-weight: 400;
    color: #000
}

.section {
    padding: 70px 0
}

@media(max-width: 992px) {
    .section {
        padding: 40px 20px
    }
}

.section.section-light-gray {
    background-color: #f9f8f8
}

.semiBold {
    font-weight: 400
}

.mb20 {
    margin-bottom: 20px !important
}

.font16 {
    font-size: 16px !important
}

.line-1 {
    height: 1px;
    width: 100%;
    background-color: #eaeaea
}

.number {
    font-family: arial
}

.mb40 {
    margin-bottom: 40px
}

.mb20 {
    margin-bottom: 20px
}

.mt20 {
    margin-top: 20px
}

.mt40 {
    margin-top: 40px
}

@media(max-width: 767px) {
    .featureOuter, footer, .section {
        overflow-x: hidden;
        max-width: 100vw
    }
}

input[type=submit] {
    outline: none;
    text-decoration: none;
    text-decoration: none;
    transition: all 300ms ease-in-out;
    text-decoration: none;
    color: #333
}

input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled {
    background-color: #f1f2f2 !important;
    cursor: not-allowed
}

select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    height: 48px;
    padding: 10px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #dcdcdd;
    font-size: 16px;
    line-height: 24px;
    color: #828d96;
    font-family: arial
}

    textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=date]:focus, input[type=month]:focus, input[type=time]:focus, input[type=week]:focus, input[type=number]:focus, input[type=email]:focus, input[type=url]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=color]:focus {
        border-color: #007481;
        outline: 0;
        box-shadow: none
    }

.error {
    border-left: solid 3px #de0202 !important
}

span.error {
    color: red;
    font-size: 12px;
    border-left: solid 0px #de0202 !important
}

.alert {
    padding: 10px;
    padding-right: 30px
}

.alert-dismissable .close, .alert-dismissible .close {
    font-size: 26px
}

#success, #error {
    width: 100%;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    display: none
}

#success, #success-footer {
    background-color: #009a00;
    border-left: 5px solid green;
    margin-bottom: 5px
}

#error, #error-footer {
    background-color: #ff1a1a;
    border-left: 5px solid red
}

html[lang=ar] select, html[lang=ar] textarea, html[lang=ar] input[type=text], html[lang=ar] input[type=password], html[lang=ar] input[type=datetime], html[lang=ar] input[type=datetime-local], html[lang=ar] input[type=date], html[lang=ar] input[type=month], html[lang=ar] input[type=time], html[lang=ar] input[type=week], html[lang=ar] input[type=number], html[lang=ar] input[type=email], html[lang=ar] input[type=url], html[lang=ar] input[type=search], html[lang=ar] input[type=tel], html[lang=ar] input[type=color] {
    font-size: 18px
}

.button-secondary, .button-primary {
    font-family: "Poppins",sans-serif;
    color: #fff;
    font-size: 18px;
    padding: 18px 40px;
    border-radius: 30px;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    text-align: center
}

@media(max-width: 992px) {
    .button-secondary, .button-primary {
        font-size: 15px;
        padding: 10px 30px
    }
}

.button-secondary:hover, .button-primary:hover {
    box-shadow: rgba(0,0,0,.15) 0px 3px 3px 0px
}

.button-secondary i, .button-primary i {
    margin: 0 0 0 8px;
    vertical-align: middle;
    font-style: normal
}

html[lang=ar] .button-secondary, html[lang=ar] .button-primary {
    font-family: "myriad_arabicregular";
    font-size: 20px
}

.button-primary {
    background-color: #007481;
    color: #fff
}

    .button-primary .fa {
        margin-right: 5px
    }

    .button-primary:hover {
        background-color: #007481;
        color: #fff
    }

.button-secondary {
    background-color: #ee751c !important;
    color: #fff
}

    .button-secondary .fa {
        margin-right: 5px
    }

    .button-secondary:hover {
        background-color: #ee751c
    }

.search-submit, .button-gray {
    display: inline-block;
    height: 48px;
    border-radius: 8px;
    border: solid 0px #007481;
    background-color: #828d96;
    color: #fff !important;
    text-align: center;
    min-width: 152px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    font-family: "Poppins",sans-serif
}

    .search-submit:hover, .button-gray:hover {
        box-shadow: rgba(0,0,0,.15) 0px 3px 3px 0px
    }

.disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    pointer-events: none;
    opacity: .65
}

.tabs-container nav {
    border-radius: 8px;
    background-color: #66acb3
}

    .tabs-container nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border-radius: 8px;
        background-color: #4cc1c6
    }

@media(max-width: 992px) {
    .tabs-container nav ul {
        padding: 16px
    }
}

.tabs-container nav ul li {
    font-size: 20px;
    line-height: 29px;
    color: #fff;
    font-family: arial;
    cursor: pointer
}

@media(max-width: 992px) {
    .tabs-container nav ul li {
        font-size: 17px
    }
}

.tabs-container nav ul li img {
    vertical-align: middle;
    margin: -2px 10px 0 0
}

@media(max-width: 992px) {
    .tabs-container nav ul li img {
        max-height: 40px
    }
}

.tabs-container nav ul li:hover {
    text-shadow: 3px 3px 3px rgba(0,0,0,.1);
    box-shadow: inset 0 -2px 0 #007481
}

.tabs-container nav ul li.active {
    text-shadow: 3px 3px 3px rgba(0,0,0,.1);
    box-shadow: inset 0 -2px 0 #007481
}

@media(max-width: 992px) {
    .tabs-container nav ul li.active {
        border-top: none;
        box-shadow: none
    }
}

.tabs-container {
    position: relative;
    height: 4em
}

    .tabs-container nav {
        position: absolute;
        width: 100%
    }

        .tabs-container nav ul {
            display: flex;
            flex-direction: column
        }

            .tabs-container nav ul li {
                order: 1
            }

@media(max-width: 992px) {
    .tabs-container nav ul li {
        margin: 20px 0 0
    }
}

.tabs-container nav ul li.active {
    order: 0
}

@media(max-width: 992px) {
    .tabs-container nav ul li.active {
        margin: 0
    }
}

.tabs-container nav ul li.active:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: #fff;
    color: #484848;
    font-size: 28px;
    text-align: center;
    line-height: 1.6
}

.tabs-container nav ul li:not(.active) {
    position: absolute;
    top: -999em
}

.tabs-container nav ul.expanded {
    box-shadow: rgba(255,255,255,.1) 0px 1px 1px 0px inset,rgba(50,50,93,.25) 0px 50px 100px -20px,rgba(0,0,0,.3) 0px 30px 60px -30px
}

    .tabs-container nav ul.expanded li.active:after {
        transform: rotate(180deg)
    }

    .tabs-container nav ul.expanded li:not(.active) {
        position: relative;
        top: auto
    }

@media(min-width: 992px) {
    nav {
        background: rgba(0,0,0,0)
    }

    .tabs-container nav ul {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        white-space: nowrap;
        overflow: hidden;
        border: none
    }

        .tabs-container nav ul li {
            display: inline-block;
            padding: 10px;
            border: none
        }

            .tabs-container nav ul li:not(.active) {
                position: relative;
                top: auto
            }

            .tabs-container nav ul li.active {
                order: 1
            }

                .tabs-container nav ul li.active:after {
                    display: none
                }
}

.tab-content {
    display: none;
    padding: 15px
}

@media(max-width: 992px) {
    .tab-content {
        padding: 20px 0
    }
}

.tab-content.current {
    display: inherit
}

html[lang=ar] .tabs-container nav ul li.active:after {
    left: 14px;
    top: 14px;
    right: auto
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0px
}

.owl-next {
    position: absolute;
    top: 50%;
    right: 0px
}

.SliderOuter {
    overflow: hidden;
    position: relative
}

    .SliderOuter .owl-dots {
        position: absolute;
        bottom: 90px;
        text-align: center;
        z-index: 990;
        left: 0;
        right: 0
    }

@media(max-width: 604px) {
    .SliderOuter .owl-dots {
        bottom: -3px
    }
}

.SliderOuter .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    margin: 5px
}

    .SliderOuter .owl-dots .owl-dot.active {
        background-color: #007481
    }

.SliderOuter .bannerSlider {
    margin: 0;
    padding: 0
}

    .SliderOuter .bannerSlider .owl-carousel {
        z-index: 3
    }

    .SliderOuter .bannerSlider .owl-item {
        position: relative
    }

        .SliderOuter .bannerSlider .owl-item li:after {
            background-color: rgba(0,0,0,.4);
            content: "";
            z-index: 11;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0
        }

        .SliderOuter .bannerSlider .owl-item img {
            height: 100vh;
            -o-object-fit: cover;
            object-fit: cover;
            transition: all 10000ms linear;
            transform: scale(1)
        }

        .SliderOuter .bannerSlider .owl-item.active img {
            transform: scale(1.15)
        }

    .SliderOuter .bannerSlider.slider-fixheight .owl-item img {
        height: 90vh
    }

.SliderOuter .owl-nav {
    right: 50px;
    position: absolute;
    z-index: 30;
    top: 50%;
    margin-top: -90px
}

@media(max-width: 767px) {
    .SliderOuter .owl-nav {
        top: auto;
        bottom: 45%;
        left: 10px;
        right: 10px;
        display: flex;
        justify-content: space-between
    }
}

@media(max-width: 604px) {
    .SliderOuter .owl-nav {
        bottom: 15%
    }
}

.SliderOuter .owl-nav .owl-next, .SliderOuter .owl-nav .owl-prev {
    display: block;
    width: 50px;
    height: 50px;
    margin: 10px 0px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    font-size: 20px;
    transition: all 300ms ease;
    background-color: rgba(255,255,255,.3);
    color: #fff
}

@media(max-width: 767px) {
    .SliderOuter .owl-nav .owl-next, .SliderOuter .owl-nav .owl-prev {
        position: static
    }
}

.SliderOuter .owl-nav .owl-next:hover, .SliderOuter .owl-nav .owl-prev:hover {
    background-color: rgba(255,255,255,.8);
    color: #007481
}

.SliderOuter .owl-nav .owl-next:after, .SliderOuter .owl-nav .owl-prev:after {
    font-family: "Font Awesome 5 Pro";
    content: ""
}

.SliderOuter .owl-nav .owl-prev {
    right: 0;
    left: auto;
    margin-top: 80px
}

@media(max-width: 767px) {
    .SliderOuter .owl-nav .owl-prev {
        margin-top: 0px
    }
}

.SliderOuter .owl-nav .owl-prev:after {
    content: ""
}

.SliderOuter .arrow {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -19px;
    width: 38px;
    height: 38px;
    z-index: 10;
    animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    -moz-animation: bounce 2.5s infinite
}

    .SliderOuter .arrow:after {
        content: "";
        font-size: 20px;
        color: #fff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: rgba(0,0,0,.1);
        border-radius: 50%
    }

    .SliderOuter .arrow:hover:after {
        color: #007481
    }

.SliderOuter .arrow-2 {
    display: inline-block;
    width: 50px;
    height: 150px;
    font-size: 34px;
    animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    -moz-animation: bounce 2.5s infinite
}

    .SliderOuter .arrow-2:hover {
        color: #fff
    }

    .SliderOuter .arrow-2:focus {
        color: #fff
    }

.SliderOuter .slider-edge-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2
}

.captionText {
    color: #fff;
    position: absolute;
    z-index: 12;
    height: 260px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    width: 100%
}

@media(max-width: 992px) {
    .captionText {
        height: 250px
    }
}

@media(max-width: 604px) {
    .captionText {
        height: 210px
    }
}

.captionText h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #000
}

@media(max-width: 1170px) {
    .captionText h2 {
        font-size: 32px
    }
}

@media(max-width: 992px) {
    .captionText h2 {
        font-size: 30px
    }
}

@media(max-width: 604px) {
    .captionText h2 {
        font-size: 20px
    }
}

.captionText p {
    font-size: 16px;
    font-weight: 200;
    margin: 30px 0
}

@media(max-width: 604px) {
    .captionText p {
        font-size: 13px;
        margin-bottom: 12px
    }
}

.pricing {
    background-image: url(./images/BG.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 40px
}

@media(max-width: 992px) {
    .pricing {
        background-size: 40px
    }
}

.pricing .pricing-plans {
    gap: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 64px 0
}

@media(max-width: 992px) {
    .pricing .pricing-plans {
        gap: 0px
    }
}

@media(max-width: 767px) {
    .pricing .pricing-plans {
        padding: 30px 0
    }
}

.pricing .pricing-plans .pricing-card {
    text-align: center;
    border-radius: 8px;
    border: 1px solid #007481;
    padding: 30px;
    width: 22%;
    transition: all linear .3s
}

    .pricing .pricing-plans .pricing-card:hover {
        transform: scale(1.05);
        box-shadow: rgba(0,0,0,.1) 0px 20px 25px -5px,rgba(0,0,0,.04) 0px 10px 10px -5px
    }

@media(max-width: 992px) {
    .pricing .pricing-plans .pricing-card {
        width: 24%;
        padding: 20px 10px
    }
}

@media(max-width: 992px) {
    .pricing .pricing-plans .pricing-card {
        width: 48%;
        margin-bottom: 30px
    }
}

.pricing .pricing-plans .pricing-card .heading span {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #eee;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px
}

.pricing .pricing-plans .pricing-card .heading h4 {
    font-size: 24px;
    line-height: 30px;
    color: #484848;
    font-weight: 700;
    font-family: "Poppins",sans-serif
}

.pricing .pricing-plans .pricing-card .features {
    margin: 40px 0
}

    .pricing .pricing-plans .pricing-card .features li {
        font-size: 16px;
        line-height: 24px;
        color: #828d96;
        font-family: arial;
        margin: 8px 0
    }

@media(max-width: 992px) {
    .pricing .pricing-plans .pricing-card .features li {
        font-size: 14px;
        margin: 4px 0
    }
}

.pricing .pricing-plans .pricing-card .price {
    font-size: 42px;
    line-height: 80px;
    color: #484848;
    font-weight: 700;
    font-family: "Poppins",sans-serif
}

@media(max-width: 992px) {
    .pricing .pricing-plans .pricing-card .price {
        font-size: 32px
    }
}

.pricing .pricing-plans .pricing-card .btn-outline-primary {
    font-size: 18px;
    line-height: 24px;
    color: #007481;
    font-weight: 700;
    font-family: "Poppins",sans-serif;
    border-radius: 8px;
    border: 1px solid #b5d9d1;
    width: 100%;
    padding: 11px
}

    .pricing .pricing-plans .pricing-card .btn-outline-primary:hover {
        color: #007481;
        background-color: #fff;
        box-shadow: rgba(0,0,0,.15) 0px 3px 3px 0px
    }

.pricing .pricing-plans .pricing-card.premium {
    background-color: #007481
}

    .pricing .pricing-plans .pricing-card.premium .heading span {
        background-color: #66acb3
    }

    .pricing .pricing-plans .pricing-card.premium p, .pricing .pricing-plans .pricing-card.premium li, .pricing .pricing-plans .pricing-card.premium .btn, .pricing .pricing-plans .pricing-card.premium h4 {
        color: #fff
    }

    .pricing .pricing-plans .pricing-card.premium .features li {
        font-weight: 700
    }

    .pricing .pricing-plans .pricing-card.premium .btn-outline-primary:hover {
        color: #fff;
        background-color: #007481;
        box-shadow: rgba(0,0,0,.15) 0px 3px 3px 0px
    }

.pricing-comparison {
    background-color: #f5f5f6
}

    .pricing-comparison p {
        font-size: 16px;
        line-height: 20px;
        color: #484848;
        font-family: arial;
        max-width: 500px;
        margin: 40px auto 80px
    }

    .pricing-comparison ul {
        display: flex;
        top: 0px;
        z-index: 10;
        padding-bottom: 14px
    }

        .pricing-comparison ul li {
            list-style: none;
            flex: 1;
            padding: 2px
        }

            .pricing-comparison ul li button {
                font-size: 12px !important;
                width: 100%;
                padding: 10px 2px !important
            }

    .pricing-comparison li.active button {
        background: #f5f5f5;
        color: #000
    }

    .pricing-comparison table {
        border-collapse: collapse;
        table-layout: fixed;
        width: 100%
    }

    .pricing-comparison th {
        padding-top: 40px !important;
        font-size: 26px;
        line-height: 40px;
        color: #484848;
        font-weight: 700;
        font-family: "Poppins",sans-serif
    }

@media(max-width: 992px) {
    .pricing-comparison th {
        padding-top: 20px !important;
        font-size: 18px
    }
}

.pricing-comparison td {
    font-size: 20px;
    line-height: 29px;
    color: #484848;
    font-family: arial
}

    .pricing-comparison td .far {
        color: #007481
    }

.pricing-comparison td, .pricing-comparison th {
    padding: 15px
}

    .pricing-comparison td:nth-child(3), .pricing-comparison th:nth-child(3) {
        background-color: #fff;
    }

    .pricing-comparison td.default, .pricing-comparison th.default {
        background-color: #fff;
        --bs-table-bg-type: #fff !important;
    }

.pricing-comparison td, .pricing-comparison th {
    border: 0px solid #ddd;
    empty-cells: show
}

@media(max-width: 767px) {
    .pricing-comparison td, .pricing-comparison th {
        border: solid 1px #ddd
    }
}

.pricing-comparison td, .pricing-comparison th {
    text-align: left
}

    .pricing-comparison td + td, .pricing-comparison th + th {
        text-align: center;
        display: none
    }

    .pricing-comparison td.default {
        display: table-cell
    }

.pricing-comparison .sep {
    background: #f5f5f5;
    font-weight: bold
}

.pricing-comparison h1 {
    font-size: 48px;
    text-align: center;
    margin: 30px 0
}

.pricing-comparison .txt-l {
    font-size: 28px;
    font-weight: bold
}

.pricing-comparison .txt-2 {
    font-size: 18px;
    margin: 10px 0
}

.pricing-comparison .txt-top {
    position: relative;
    top: -9px;
    left: -2px
}

@media(min-width: 767px) {
    .pricing-comparison ul {
        display: none
    }

    .pricing-comparison td, .pricing-comparison th {
        display: table-cell !important
    }

    .pricing-comparison td, .pricing-comparison th {
        width: 200px
    }

        .pricing-comparison td + td, .pricing-comparison th + th {
            width: auto
        }
}

.pricing-comparison .btn-outline-primary {
    font-size: 18px;
    line-height: 24px;
    color: #007481;
    font-weight: 700;
    font-family: "Poppins",sans-serif;
    border-radius: 8px;
    border: 1px solid #007481;
    margin-bottom: 20px;
    padding: 11px 20px
}

@media(max-width: 992px) {
    .pricing-comparison .btn-outline-primary {
        padding: 10px;
        font-weight: 400;
        font-size: 13px
    }
}

.pricing-comparison .btn-outline-primary:hover {
    color: #007481;
    background-color: #fff;
    box-shadow: rgba(0,0,0,.15) 0px 3px 3px 0px
}

.pricing-comparison td {
    padding: 15px
}

    .pricing-comparison td:nth-child(3) .btn-outline-primary {
        color: #fff;
        background-color: #007481;
        border: 1px solid #007481
    }

        .pricing-comparison td:nth-child(3) .btn-outline-primary:hover {
            color: #fff;
            background-color: #007481;
            box-shadow: rgba(0,0,0,.15) 0px 3px 3px 0px
        }

html[lang=ar] .pricing .pricing-plans .pricing-card .heading h4 {
    font-size: 30px
}

html[lang=ar] .pricing .pricing-plans .pricing-card .features li {
    font-size: 20px
}

html[lang=ar] .pricing .pricing-plans .pricing-card .btn-outline-primary {
    font-size: 24px
}

.testimonials {
    background-color: #e9f2f3
}

    .testimonials .client-testimonials {
        max-width: 1000px;
        margin: 40px auto 0
    }

@media(max-width: 992px) {
    .testimonials .client-testimonials {
        max-width: 80%
    }
}

.testimonials .client-testimonials .single-testimonials {
    border-radius: 16px;
    background-color: #fff;
    padding: 30px 25px;
    text-align: center
}

@media(max-width: 992px) {
    .testimonials .client-testimonials .single-testimonials {
        padding: 20px
    }
}

.testimonials .client-testimonials .single-testimonials .rating {
    margin-bottom: 20px
}

.testimonials .client-testimonials .single-testimonials p {
    font-size: 16px;
    line-height: 20px;
    color: #484848;
    font-family: arial;
    margin-bottom: 22px;
    height: 100px;
    overflow: auto;
}

.testimonials .client-testimonials .single-testimonials .test-by {
    justify-content: center;
    margin-top: 10px
}

    .testimonials .client-testimonials .single-testimonials .test-by img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 16px
    }

    .testimonials .client-testimonials .single-testimonials .test-by div {
        text-align: left;
        font-size: 13px;
        line-height: 17px;
        color: #484848;
        font-weight: 700;
        font-family: arial
    }

        .testimonials .client-testimonials .single-testimonials .test-by div span {
            display: block;
            font-size: 16px;
            line-height: 26px;
            color: #007481;
            margin-top: 15px
        }

.testimonials .owl-nav .owl-prev, .testimonials .owl-nav .owl-next {
    width: 68px;
    height: 68px;
    border-radius: 8px;
    background-color: #007481;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -34px;
    left: -120px;
    transition: all linear .3s
}

@media(max-width: 1170px) {
    .testimonials .owl-nav .owl-prev, .testimonials .owl-nav .owl-next {
        width: 36px;
        height: 36px;
        border-radius: 8px;
        left: -60px;
        margin-top: -18px;
        background-color: #66acb3
    }
}

.testimonials .owl-nav .owl-prev:hover, .testimonials .owl-nav .owl-next:hover {
    box-shadow: rgba(0,0,0,.15) 0px 15px 25px,rgba(0,0,0,.05) 0px 5px 10px
}

.testimonials .owl-nav .owl-prev i, .testimonials .owl-nav .owl-next i {
    font-weight: 400;
    font-size: 32px
}

@media(max-width: 1170px) {
    .testimonials .owl-nav .owl-prev i, .testimonials .owl-nav .owl-next i {
        font-size: 18px
    }
}

.testimonials .owl-nav .owl-next {
    left: auto;
    right: -120px
}

@media(max-width: 1170px) {
    .testimonials .owl-nav .owl-next {
        right: -60px
    }
}

.top-bar {
    background-color: #f8f8f8;
    text-align: right;
    transition: all linear .3s;
    overflow: hidden
}

@media(max-width: 767px) {
    .top-bar {
        text-align: left
    }
}

.top-bar a {
    display: inline-block;
    padding: 8px 10px
}

@media(max-width: 767px) {
    .top-bar a {
        font-size: 16px
    }
}

.top-bar a img {
    vertical-align: middle;
    max-height: 18px;
    margin: -4px 5px 0 0px
}

@media(max-width: 767px) {
    .top-bar a img {
        max-height: 24px
    }
}

.top-bar a.color-primary {
    transform: scale(1);
    animation: scaleOut .1s linear alternate
}

    .top-bar a.color-primary:hover {
        animation: scaleIn .1s linear alternate;
        color: #ee751c !important
    }

@keyframes scaleIn {
    0% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1);
        color: #ee751c !important
    }
}

@keyframes scaleOut {
    0% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1);
        color: #ee751c !important
    }
}

header {
    padding: 0;
    position: fixed;
    z-index: 30;
    width: 100%;
    background-color: #fff;
    top: 0;
    transition: all 500ms ease;
    box-shadow: rgba(99,99,99,.2) 0px 2px 10px 0px
}

    header .logo {
        display: inline-block;
        margin: 10px 0;
        max-width: 240px
    }

@media(max-width: 1170px) {
    header .logo {
        width: 170px
    }
}

@media(max-width: 992px) {
    header .logo {
        margin: 10px auto 0;
        display: block
    }
}

header .logo span {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    transition: all 500ms ease
}

    header .logo span strong {
        font-weight: 900;
        color: #007481
    }

header.fixed {
    background-color: #fff;
    box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1)
}

@media(max-width: 767px) {
    header.fixed {
        padding-top: 10px
    }

        header.fixed .mobMenu {
            top: 16px
        }
}

header.fixed .top-bar {
    height: 0
}

@media(max-width: 767px) {
    header.fixed .logo {
        margin-top: 0px
    }
}

header.fixed .navigationTop {
    margin-top: 4px
}

@media(max-width: 1170px) {
    header.fixed .navigationTop {
        margin-top: 10px
    }
}

@media(min-width: 992px) {
    header.fixed .dropDown > ul {
        top: 85px
    }
}

@media(min-width: 992px) {
    header.fixed .megaDropDown > ul {
        top: 89px;
        height: auto !important;
    }
}

.navigation {
    position: relative
}

    .navigation .col-sm-12 ul.topNAv {
        padding: 0px;
        margin: 0px
    }

@media(max-width: 992px) {
    .megaDropDown > ul {
        margin-left: 0;
    }

    .megaDropDown .courses-list li .color-box a {
        color: #000;
    }

    .navigation .col-sm-12 ul.topNAv {
        /*display: none;
        position: fixed;
        z-index: 999;
        width: 300px;
        left: 0px;
        background-color: #fff;
        margin-top: 0px;
        box-shadow: rgba(0,0,0,.15) 1.95px 1.95px 2.6px,#ccdbe8 4px 4px 7px 1px inset;
        border-radius: 0 0 15px 0;
        padding: 16px*/
    }
}

.navigation .col-sm-12 ul.topNAv > li {
    display: inline-block
}

@media(max-width: 992px) {
    .navigation .col-sm-12 ul.topNAv > li {
        display: block;
        margin: 15px
    }
}

.navigation .col-sm-12 ul.topNAv > li > a {
    display: inline-block;
    font-size: 16px;
    padding: 33px 0px 30px;
    margin-right: 15px;
    font-weight: 400;
    color: #007481;
    cursor: pointer;
    border-bottom: solid 2px rgba(0,0,0,0)
}

@media(max-width: 1170px) {
    .navigation .col-sm-12 ul.topNAv > li > a {
        padding: 0px;
        font-size: 13px
    }
}

@media(max-width: 992px) {
    .navigation .col-sm-12 ul.topNAv > li > a {
        margin-right: 0px
    }
}

.navigation .col-sm-12 ul.topNAv > li > a.color-primary {
    /*transform: scale(1);
    animation: scaleOut .1s linear alternate*/
}

    .navigation .col-sm-12 ul.topNAv > li > a.color-primary:hover {
        /*animation: scaleIn .1s linear alternate;*/
        color: #ee751c !important
    }

.navigation .col-sm-12 ul.topNAv > li:last-child a {
    padding: 11px 40px;
    border-radius: 30px;
    color: #fff !important;
    font-weight: 700;
    margin-right: 0
}

@media(max-width: 1170px) {
    .navigation .col-sm-12 ul.topNAv > li:last-child a {
        padding: 12px 20px
    }
}

.navigation .col-sm-12 ul.topNAv > li:last-child a:hover {
    color: #fff
}

.navigation .col-sm-12 ul.topNAv > li a:hover, .navigation .navbar-collapse .topNAv1 > li a:hover {
    color: #ee751c;
    border-bottom: solid 2px #ee751c
}

.navigation .col-sm-12 ul.topNAv > li:first-child a {
    padding-left: 0px
}

.navigation .col-sm-12 ul.topNAv .contactUs {
    border: 0px;
    margin-left: 10px
}

@media(max-width: 992px) {
    .navigation .col-sm-12 ul.topNAv .contactUs {
        margin-left: 0px
    }
}

.navigation .col-sm-12 ul.topNAv .contactUs a {
    background-color: #f5f5f6;
    padding: 5px 10px !important;
    border: solid 1px #d1d0d0
}

@media(max-width: 992px) {
    .navigation .col-sm-12 ul.topNAv .contactUs a {
        padding: 5px 5px !important
    }
}

.navigation .col-sm-12 ul.topNAv .contactUs a:hover {
    border: solid 1px #007481;
    background-color: #007481;
    color: #fff
}

.mobMenu {
    display: none;
    position: absolute;
    left: 30px;
    top: 26px
}

@media(max-width: 992px) {
    .mobMenu {
        display: block
    }
}

.mobMenu i {
    display: block;
    background: #007481;
    height: 2px;
    width: 20px;
    margin: 0px auto 4px;
    transition: all linear .3s
}

.mobMenu.open i:nth-child(2) {
    opacity: 0
}

.mobMenu.open i:nth-child(1) {
    transform: rotate(45deg) translateX(2px) translateY(5px)
}

.mobMenu.open i:nth-child(3) {
    transform: rotate(-45deg) translateX(3px) translateY(-6.5px)
}

.navigationTop {
    float: right;
    transition: all 500ms ease
}

@media(max-width: 1170px) {
    .navigationTop {
        margin-top: 10px
    }
}

.navBottom {
    margin-top: 25px;
    display: table;
    width: 100%
}

@media(max-width: 992px) {
    .navBottom {
        margin-top: 15px
    }
}

@media(max-width: 767px) {
    .navBottom {
        display: none
    }
}

.dropDown {
    position: relative
}

@media(max-width: 767px) {
    .dropDown {
        padding-bottom: 0px
    }
}

.dropDown > a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin: -2px 0 0 5px;
    vertical-align: middle;
    font-size: 11px
}

.dropDown > ul {
    position: absolute;
    width: auto;
    padding: 10px;
    min-width: 230px;
    background-color: #fff;
    left: 0px;
    border-top: 0px;
    display: none;
    z-index: 99
}

@media(max-width: 992px) {
    .dropDown > ul:after {
        left: 308px
    }
}

@media(max-width: 767px) {
    .dropDown > ul:after {
        display: none
    }
}

@media(max-width: 992px) {
    .dropDown > ul:before {
        left: 310px
    }
}

@media(max-width: 767px) {
    .dropDown > ul:before {
        display: none
    }
}

@media(max-width: 767px) {
    .dropDown > ul .subMenuBox {
        width: 100%;
        float: none
    }
}

.dropDown > ul .subMenuBox .blackHD {
    color: #494847;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px
}

.dropDown > ul .subMenuBox a {
    display: block;
    font-size: 14px;
    padding: 2px 0;
    color: #909090
}

.dropDown > ul .subMenuBox .linkBox {
    margin: 5px 0 20px 0
}

.dropDown ul li {
    display: block;
    border: 0px !important
}

.megaDropDown {
    position: static
}

    .megaDropDown > ul {
        width: auto;
        left: auto;
        right: 0px;
        left: 0px;
        border-radius: 0 0 20px 20px;
        box-shadow: rgba(0,0,0,.05) 0px 10px 10px -3px,rgba(0,0,0,.05) 0px 4px 6px -2px,#ccdbe8 0px 5px 8px 0px inset
    }

@media(min-width: 992px) {
    .megaDropDown > ul {
        top: 85px;
        padding: 20px;
		height: auto !important;
    }
}

@media(max-width: 992px) {
    .megaDropDown > ul {
        padding: 20px;
        right: -31px;
        left: -31px;
        height: auto;
        overflow: auto
    }
}

.megaDropDown .subMenuBox i {
    float: right;
    margin-top: 5px;
    display: block;
    width: 26px;
    text-align: center
}

@media(max-width: 992px) {
    .megaDropDown {
        position: relative
    }
}

@media(min-width: 992px) {
    .megaDropDown .courses-list {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }
}

@media(min-width: 992px) {
    .megaDropDown .courses-list li {
        width: 11.4%;
        margin: .5%
    }
}

@media(min-width: 992px) {
    .megaDropDown .courses-list li .color-box {
        background-color: #007481
    }

        .megaDropDown .courses-list li .color-box.blue2 {
            background-color: #66acb3
        }

        .megaDropDown .courses-list li .color-box.blue3 {
            background-color: #b5d9d1
        }

        .megaDropDown .courses-list li .color-box.orange1 {
            background-color: #ee741c
        }

        .megaDropDown .courses-list li .color-box.orange2 {
            background-color: #f7934b
        }
}

.megaDropDown .courses-list li .color-box a {
    font-size: 14px
}

@media(min-width: 992px) {
    .megaDropDown .courses-list li .color-box a {
        padding: 8px;
        display: block;
        text-align: center;
        letter-spacing: 0px;
        line-height: 30px;
        color: #fff;
        font-weight: 700
    }
}

@media(max-width: 992px) {
    .megaDropDown .courses-list li .color-box a {
        padding: 3px 0;
        display: inline-block
    }
}

.megaDropDown .courses-list li .color-box a:hover {
    border-bottom: solid 0px rgba(0,0,0,0) !important;
    background-color: rgba(255,255,255,.15);
    color: #fff !important
}

@media(max-width: 992px) {
    .megaDropDown .courses-list li .color-box a:hover {
        color: #ee751c !important
    }
}

.megaDropDown .courses-list li .color-box a p {
    margin: 0;
    font-weight: 400;
    height: 48px;
}

@media(min-width: 992px) {
    .megaDropDown .courses-list li .color-box a p {
        text-align: center;
        color: #fff !important;
    }
}

.megaDropDown .courses-list li .color-box a img {
    /*width: 100px;
    height: 100px;*/
    margin: 10px 0
}

@media(max-width: 992px) {
    .megaDropDown .courses-list li .color-box a img {
        display: none;
        .megaDropDown .courses-list li .color-box a

{
    color: #007481 !important;
}
    }
}

@media(min-width: 992px) {
    .megaDropDown .courses-list li:first-child .color-box {
        text-align: left
    }

        .megaDropDown .courses-list li:first-child .color-box img {
            /*margin-left: -80px*/
        }

    .megaDropDown .courses-list li:last-child .color-box {
        text-align: right
    }

        .megaDropDown .courses-list li:last-child .color-box img {
            /*margin-right: -80px*/
        }
}

html[lang=ar] .home-banner {
    background-image: url(./images/banner-ar.png);
    background-position: left 20%
}

@media(max-width: 1170px) {
    html[lang=ar] .home-banner {
        background-size: auto 300px;
        background-position: left 10%
    }
}

@media(max-width: 992px) {
    html[lang=ar] .home-banner {
        background-size: auto 250px;
        background-position: left 10%
    }
}

@media(max-width: 604px) {
    html[lang=ar] .home-banner {
        padding-top: 300px;
        background-position: left 5%
    }
}

html[lang=ar] .home-banner .steps li > img {
    position: absolute;
    left: -60%;
    right: auto;
    top: 46%;
    transform: rotateY(180deg)
}

@media(max-width: 992px) {
    html[lang=ar] .home-banner .steps li > img {
        left: -31%;
        top: 43%;
        width: 50px
    }
}

@media(max-width: 604px) {
    html[lang=ar] .home-banner .steps li > img {
        left: -24%;
        top: 63%;
        width: 34px
    }
}

html[lang=ar] .home-banner .steps li span {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 604px) {
    html[lang=ar] .home-banner .steps li span {
        font-size: 16px
    }
}

@media(max-width: 604px) {
    html[lang=ar] .home-banner .steps li span img {
        width: 20px
    }
}

html[lang=ar] .search-form input.search-text {
    margin-left: 30px;
    margin-right: 0;
    font-size: 18px
}

@media(max-width: 992px) {
    html[lang=ar] .search-form input.search-text {
        margin-right: 0px
    }
}

@media(max-width: 767px) {
    html[lang=ar] .search-form input.search-text {
        margin-right: 0px;
        margin-left: 0px
    }
}

html[lang=ar] .search-form input.search-text:focus {
    border: 1px solid #007481
}

@media(max-width: 992px) {
    html[lang=ar] .section:not(.home-banner) {
        padding: 40px 10px
    }
}

.home-banner {
    margin-top: 100px;
    background-image: url("./images/banner.png");
    background-size: auto 450px;
    background-repeat: no-repeat;
    background-position: right 20%
}

@media(max-width: 1400px) {
    .home-banner {
        background-size: auto 350px;
        background-position:right 15% !important;
    }
}

@media(max-width: 1170px) {
    .home-banner {
        background-size: auto 300px;
        background-position: right 10%
    }
}

@media(max-width: 992px) {
    .home-banner {
        background-size: auto 185px;
        background-position: top 5% right 20% !important;
    }
}

@media(max-width: 604px) {
    .home-banner {
        padding-top: 300px;
        background-size: auto 240px;
        background-position: top 6% right 43% !important;
    }
}

.home-banner p {
    font-size: 20px;
    line-height: 29px
}

@media(max-width: 992px) {
    .home-banner p {
        font-size: 16px
    }
}

.home-banner .search-form {
    display: flex;
    margin: 50px 0;
    justify-content: space-between
}

@media(max-width: 767px) {
    .home-banner .search-form {
        flex-wrap: wrap;
        justify-content: center
    }
}

.home-banner .search-form input.search-text {
    margin-right: 30px;
    height: 48px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    font-family: arial;
    width: 100%
}

@media(max-width: 767px) {
    .home-banner .search-form input.search-text {
        margin: 0 0 20px 0
    }
}

.home-banner .search-form input.search-text:focus {
    border: 1px solid #007481
}

.home-banner .steps {
    display: flex;
    justify-content: space-between;
    width: 93%
}

    .home-banner .steps li {
        width: 30%;
        max-width: 140px;
        position: relative;
        font-size: 20px;
        line-height: 29px
    }

@media(max-width: 767px) {
    .home-banner .steps li {
        max-width: 130px
    }
}

@media(max-width: 604px) {
    .home-banner .steps li {
        font-size: 13px;
        line-height: 18px;
        width: 26%
    }
}

.home-banner .steps li > img {
    position: absolute;
    right: -80%;
    top: 46%
}

@media(max-width: 992px) {
    .home-banner .steps li > img {
        right: -35%;
        top: 52%;
        width: 48px
    }
}

@media(max-width: 604px) {
    .home-banner .steps li > img {
        right: -24%;
        top: 63%;
        width: 34px
    }
}

.home-banner .steps li span {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 604px) {
    .home-banner .steps li span {
        font-size: 16px
    }
}

@media(max-width: 604px) {
    .home-banner .steps li span img {
        width: 20px
    }
}

.home-banner .steps + .button-primary {
    margin-top: 40px
}

.top-courses {
    background-color: #f5f5f6;
    background-image: url("./images/BG.png");
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 150px
}

@media(max-width: 992px) {
    .top-courses {
        background-size: 40px;
        padding-bottom: 100px
    }
}

.top-courses .courses-list {
    margin: 50px 90px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

@media(max-width: 992px) {
    .top-courses .courses-list {
        margin: 50px 50px 0
    }
}

@media(max-width: 604px) {
    .top-courses .courses-list {
        margin: 30px 30px 0
    }
}

.top-courses .courses-list li {
    width: 32%
}

@media(max-width: 992px) {
    .top-courses .courses-list li {
        width: 33%
    }
}

.top-courses .courses-list li .color-box {
    height: 100%
}

    .top-courses .courses-list li .color-box a {
        padding: 20px;
        display: block;
        font-size: 20px;
        letter-spacing: 0px;
        line-height: 30px;
        color: #fff;
        font-weight: 700
    }

@media(max-width: 992px) {
    .top-courses .courses-list li .color-box a {
        height: 100%;
        font-weight: 400
    }
}

@media(max-width: 604px) {
    .top-courses .courses-list li .color-box a {
        padding: 10px
    }
}

.top-courses .courses-list li .color-box a:hover {
    background-color: rgba(255,255,255,.15)
}

.top-courses .courses-list li .color-box a p {
    margin: 40px 0 20px;
    text-align: center
}

@media(max-width: 992px) {
    .top-courses .courses-list li .color-box a p {
        margin: 20px 0 0
    }
}

@media(max-width: 604px) {
    .top-courses .courses-list li .color-box a p {
        font-size: 14px;
        line-height: 16px
    }
}

.top-courses .courses-list li .color-box a img {
    margin-top: 30px
}

@media(max-width: 992px) {
    .top-courses .courses-list li .color-box a img {
        margin-top: 10px;
        max-width: 100px
    }
}

.top-courses .courses-list li:nth-child(1) .color-box, .top-courses .courses-list li:nth-child(7) .color-box {
    background-color: #007481
}

    .top-courses .courses-list li:nth-child(1) .color-box img, .top-courses .courses-list li:nth-child(7) .color-box img {
        margin-left: -90px
    }

@media(max-width: 992px) {
    .top-courses .courses-list li:nth-child(1) .color-box img, .top-courses .courses-list li:nth-child(7) .color-box img {
        margin-left: -50px
    }
}

.top-courses .courses-list li:nth-child(2) .color-box, .top-courses .courses-list li:nth-child(8) .color-box {
    background-color: #66acb3;
    text-align: center
}

.top-courses .courses-list li:nth-child(3) .color-box, .top-courses .courses-list li:nth-child(9) .color-box {
    background-color: #b5d9d1;
    text-align: right
}

    .top-courses .courses-list li:nth-child(3) .color-box img, .top-courses .courses-list li:nth-child(9) .color-box img {
        margin-right: -90px
    }

@media(max-width: 992px) {
    .top-courses .courses-list li:nth-child(3) .color-box img, .top-courses .courses-list li:nth-child(9) .color-box img {
        margin-right: -50px
    }
}

.top-courses .courses-list li:nth-child(4) {
    min-width: 38%
}

.top-courses .courses-list li:nth-child(5) {
    width: 29%
}

@media(max-width: 992px) {
    .top-courses .courses-list li:nth-child(5) {
        width: 32%
    }
}

.top-courses .courses-list li:nth-child(5) .color-box {
    background-color: #f7934b;
    text-align: left
}

    .top-courses .courses-list li:nth-child(5) .color-box img {
        margin-left: -90px
    }

@media(max-width: 992px) {
    .top-courses .courses-list li:nth-child(5) .color-box img {
        margin-left: -50px
    }
}

.top-courses .courses-list li:nth-child(6) {
    width: 29%
}

    .top-courses .courses-list li:nth-child(6) .color-box {
        background-color: #ee741c;
        text-align: right
    }

        .top-courses .courses-list li:nth-child(6) .color-box img {
            margin-right: -90px
        }

@media(max-width: 992px) {
    .top-courses .courses-list li:nth-child(6) .color-box img {
        margin-right: -50px
    }
}

.top-courses .courses-list li .text-box {
    margin-left: -50px
}

    .top-courses .courses-list li .text-box p {
        font-size: 24px;
        letter-spacing: 0px;
        line-height: 30px;
        color: #484848;
        font-weight: 700;
        margin: 50px 0
    }

@media(max-width: 992px) {
    .top-courses .courses-list li .text-box p {
        font-size: 16px;
        line-height: 20px;
        margin: 20px 0
    }
}

@media(max-width: 604px) {
    .top-courses .courses-list li .text-box p {
        font-size: 13px;
        line-height: 17px;
        margin: 15px 0
    }
}

@media(max-width: 604px) {
    .top-courses .courses-list li {
        min-width: 50% !important
    }

        .top-courses .courses-list li:nth-child(2), .top-courses .courses-list li:nth-child(5), .top-courses .courses-list li:nth-child(7) {
            display: none
        }
}

.top-courses .action-button {
    text-align: right;
    margin-top: 40px;
    text-align: center;
}

@media(max-width: 604px) {
    .top-courses .action-button {
        text-align: center;
        margin-top: 20px
    }
}

.top-courses .action-button a {
    margin-left: 30px;
    color: #fff !important;
}

@media(max-width: 992px) {
    .top-courses .action-button a {
        margin-left: 20px
    }
}

@media(max-width: 604px) {
    .top-courses .action-button a {
        margin: 20px 0 0 0
    }
}

.experts {
    background-color: #f5f5f6
}

@media(max-width: 992px) {
    .experts {
        padding-bottom: 20px
    }
}

.experts .experts-carousel {
    margin-top: 50px
}

@media(max-width: 992px) {
    .experts .experts-carousel {
        max-width: 80%;
        margin: 50px auto 0
    }
}

@media(max-width: 604px) {
    .experts .experts-carousel {
        margin: 30px auto 0
    }
}

.experts .experts-carousel .experts-item .experts-img {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px
}

    .experts .experts-carousel .experts-item .experts-img img {
        width: 100%;
        height: 380px;
        -o-object-fit: cover;
        object-fit: cover;
        transition: all linear .3s
    }

@media(max-width: 992px) {
    .experts .experts-carousel .experts-item .experts-img img {
        height: 200px
    }
}

.experts .experts-carousel .experts-item:hover img {
    transform: scale(1.1)
}

.experts .experts-carousel p {
    font-size: 24px;
    line-height: 30px;
    color: #007481;
    font-weight: 700;
    margin: 24px 0 5px 0;
    text-transform: uppercase
}

@media(max-width: 992px) {
    .experts .experts-carousel p {
        font-size: 14px;
        line-height: 1;
        margin: 19px 0 3px 0
    }
}

.experts .experts-carousel span {
    font-size: 20px;
    line-height: 29px;
    color: #484848;
    font-family: arial
}

@media(max-width: 992px) {
    .experts .experts-carousel span {
        font-size: 14px
    }
}

.owl-dots {
    text-align: center;
    margin-top: 50px
}

@media(max-width: 992px) {
    .owl-dots {
        margin-top: 10px
    }
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #828d96;
    display: inline-block;
    margin: 7px;
    vertical-align: middle
}

    .owl-dots .owl-dot.active {
        width: 16px;
        height: 16px;
        background-color: #fff;
        border: 4px solid #007481
    }

.brands {
    display: block
}

    .brands .owl-carousel .owl-stage {
        margin-top: 50px;
        display: flex;
        align-items: center
    }

    .brands ul {
        display: block
    }

        .brands ul li {
            list-style: none
        }

        .brands ul .owl-item img {
            width: auto;
            opacity: .5;
            filter: gray;
            transition: all .3s ease 0s
        }

            .brands ul .owl-item img:hover {
                opacity: 1
            }

.contact-form {
    text-align: center
}

    .contact-form p {
        font-size: 16px;
        line-height: 20px;
        color: #484848;
        font-family: arial;
        margin: 30px 0
    }

    .contact-form input[type=text] {
        width: 20vw;
    }

@media(max-width: 992px) {
    .contact-form input[type=text] {
        width: 100%;
        margin-bottom: 25px
    }

    .contact-form .form .form-group {
        margin-right: 10px !important;
    }
}

@media(min-width: 1600px) {
    .contact-form input[type=text] {
        width: auto;
    }
}

.contact-form form {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center
}

@media(max-width: 992px) {
    .contact-form form {
        display: block;
        max-width: 328px;
        margin: auto
    }
}

.more-information .icon-box {
    margin-top: 30px;
    background-color: #b5d9d1;
    text-align: center;
    border: solid 1px #f9f9f9;
    transition: all linear .3s
}

    .more-information .icon-box .img-box {
        text-align: center;
        height: 250px;
        display: flex;
        justify-content: center;
        align-items: center
    }

@media(max-width: 604px) {
    .more-information .icon-box .img-box {
        height: 120px
    }
}

.more-information .icon-box .img-box img {
    transition: all linear .3s
}

@media(max-width: 767px) {
    .more-information .icon-box .img-box img {
        max-height: 45%
    }

    .membership .icon-box .img-box img {
        max-height: inherit !important;
    }
}

.more-information .icon-box .box-info {
    background-color: #fff;
    padding: 30px;
    min-height: 158px;
    font-size: 16px;
    line-height: 26px;
    color: #838d97;
    font-family: arial;
    position: relative
}

@media(max-width: 604px) {
    .more-information .icon-box .box-info {
        font-size: 13px;
        line-height: 17px;
        padding: 20px 10px;
        min-height: 123px
    }
}

.more-information .icon-box .box-info:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid rgba(0,0,0,0);
    border-right: 16px solid rgba(0,0,0,0);
    border-bottom: 16px solid #fff;
    position: absolute;
    left: 50%;
    top: -16px;
    z-index: 3;
    margin-left: -8px
}

@media(max-width: 767px) {
    .more-information .icon-box .box-info:after {
        margin-left: -16px
    }
}

.more-information .icon-box .box-info span {
    font-size: 22px;
    display: block;
    letter-spacing: 0px;
    color: #484848;
    font-weight: 700;
    font-family: "Poppins",sans-serif;
    margin-bottom: 20px
}

@media(max-width: 604px) {
    .more-information .icon-box .box-info span {
        font-size: 12px;
        line-height: 13px
    }
}

.more-information .icon-box:hover {
    transform: scale(1.02);
    box-shadow: rgba(0,0,0,.15) 0px 2px 8px
}

.contact-info {
    background-color: #f5f5f6
}

    .contact-info h2 {
        margin: 30px;
        font-size: 32px;
    }

@media(max-width: 604px) {
    .contact-info h2 {
        margin: 15px 0
    }
}

.contact-info h2 + p {
    font-size: 16px;
    line-height: 26px;
    color: #484848;
    font-family: arial
}

@media(max-width: 420px) {
    .contact-info h2 + p {
        font-size: 14px;
        line-height: 24px;
    }
}

.contact-info .con-info {
    min-height: 185px;
    border-radius: 16px;
    border: 1px solid #007481;
    padding: 20px;
    margin-top: 50px;
    font-size: 20px
}

    .contact-info .con-info img {
        vertical-align: middle;
        margin-top: -2px;
        max-height: 24px;
        margin-right: 10px;
    }

@media(max-width: 992px) {
    .contact-info .con-info {
        max-width: 300px;
        margin: 20px auto 0;
        font-size: 16px;
        min-height: auto
    }
}

@media(max-width: 767px) {
    .contact-info .con-info {
        font-size: 16px;
        line-height: 1
    }
}

.contact-info .con-info > p {
    line-height: 29px;
    color: #484848;
    font-family: arial
}

@media(max-width: 767px) {
    .contact-info .con-info > p {
        font-size: 16px;
        line-height: 1
    }
}

.contact-info .con-info div {
    color: #828d96
}

    .contact-info .con-info div strong {
        font-size: 20px;
        line-height: 30px;
        color: #484848;
        font-weight: 700
    }

@media(max-width: 992px) {
    .contact-info .con-info div strong {
        font-size: 16px
    }
}

.contact-info .con-info .time {
    margin-bottom: 10px
}

    .contact-info .con-info .time strong {
        display: inline-block;
        width: 145px;
    }

@media(max-width: 992px) {
    .contact-info .con-info .time strong {
        width: 110px
    }
}

[data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
    font-size: 28px
}

    [data-star]::before {
        display: block;
        content: "★★★★★";
        letter-spacing: 3px;
        color: #fff;
        -ms-text-stroke: 1px #ee741c;
        -moz-text-stroke: 1px #ee741c;
        -webkit-text-stroke: 1px #ee741c;
        text-stroke: 1px #ee741c
    }

    [data-star]::after {
        white-space: nowrap;
        position: absolute;
        top: 0;
        left: 0;
        content: "★★★★★";
        letter-spacing: 3px;
        width: 0;
        color: #ee741c;
        overflow: hidden;
        height: 100%
    }

.rating.gray [data-star]:before {
    color: #fff;
    -ms-text-stroke: 1px #b4b4b4;
    -moz-text-stroke: 1px #b4b4b4;
    -webkit-text-stroke: 1px #b4b4b4;
    text-stroke: 1px #b4b4b4
}

.rating.gray [data-star]:after {
    color: #868686
}

.whats-app {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5
}

@media(max-width: 992px) {
    .whats-app {
        display: none
    }
}

.whats-app img {
    width: 40px
}

.inner-banner {
    margin-top: 160px
}

@media(max-width: 767px) {
    .inner-banner {
        margin-top: 100px
    }
}

.inner-banner h1 {
    color: #007481;
    margin-bottom: 50px
}

.inner-banner p {
    font-size: 16px;
    line-height: 40px;
    color: #484848;
    font-family: arial
}

@media(max-width: 767px) {
    .inner-banner p {
        line-height: 30px;
        margin-top: 30px
    }
}

.inner-banner .search-form {
    display: flex;
    margin: 50px 0 0;
    justify-content: space-between
}

@media(max-width: 767px) {
    .inner-banner .search-form {
        flex-wrap: wrap;
        justify-content: center
    }
}

.inner-banner .search-form input.search-text {
    margin-right: 30px;
    height: 48px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #000;
    font-size: 16px;
    font-family: arial;
    width: 100%
}

    .inner-banner .search-form input.search-text:focus {
        border: 1px solid #007481
    }

@media(max-width: 767px) {
    .inner-banner .search-form input.search-text {
        margin: 0 0 20px 0
    }
}

.inner-banner-bkg {
    background-size: cover;
    margin-top: 110px;
    color: #fff;
    position: relative;
    padding-bottom: 80px
}

@media(max-width: 1170px) {
    .inner-banner-bkg {
        margin-top: 100px
    }
}

@media(max-width: 767px) {
    .inner-banner-bkg {
        text-align: center
    }
}

.inner-banner-bkg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0,0,0,.2)
}

.inner-banner-bkg .container {
    position: relative;
    z-index: 2
}

    .inner-banner-bkg .container h1, .inner-banner-bkg .container h2 {
        margin: 150px 0 200px 0;
        font-size: 56px;
        line-height: 70px;
        font-weight: 700;
        font-family: "Poppins",sans-serif
    }

@media(max-width: 992px) {
    .inner-banner-bkg .container h1, .inner-banner-bkg .container h2 {
        margin: 100px 0;
        font-size: 48px
    }
}

@media(max-width: 767px) {
    .inner-banner-bkg .container h1, .inner-banner-bkg .container h2 {
        margin: 50px 0;
        font-size: 32px
    }
}

.inner-banner-bkg .container p {
    font-size: 20px;
    line-height: 29px;
    max-width: 648px;
    font-family: arial
}

@media(max-width: 767px) {
    .inner-banner-bkg .container p {
        margin: 0 auto 30px;
        font-size: 16px;
        line-height: 1.2
    }
}

.faq {
    padding-bottom: 60px
}

@media(max-width: 992px) {
    .faq {
        padding: 20px
    }
}

.faq .row {
    justify-content: space-between
}

@media(min-width: 767px) {
    .faq .row .col-md-6 {
        width: 47%;
        max-width: 47%
    }
}

.faq .row + .row {
    margin-top: 80px
}

.faq .accordion {
    margin-top: 20px
}

@media(max-width: 767px) {
    .faq .accordion {
        margin: 0 0 40px 0
    }
}

.faq .accordion .card-header a {
    font-size: 24px;
    line-height: 30px;
    color: #484848;
    font-weight: 700;
    font-family: "Poppins",sans-serif
}

@media(max-width: 767px) {
    .faq .accordion .card-header a {
        font-size: 16px
    }
}

.faq .accordion .card-body {
    font-size: 16px;
    line-height: 24px;
    color: #828d96;
    font-family: arial;
    padding: 20px 0
}

.counter-progress-bar {
    margin-top: 60px
}

@media(max-width: 992px) {
    .counter-progress-bar {
        max-width: 100%
    }
}

.counter-progress-bar .counter {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 50px auto
}

    .counter-progress-bar .counter > div {
        text-align: center
    }

@media(max-width: 767px) {
    .counter-progress-bar .counter > div {
        margin: 20px
    }
}

.counter-progress-bar .counter > div p {
    font-size: 20px;
    line-height: 29px;
    color: #484848;
    font-family: arial
}

@media(max-width: 767px) {
    .counter-progress-bar .counter {
        flex-wrap: wrap;
        justify-content: center;
        margin: 30px auto 0
    }
}

.counter-progress-bar .counter .circle_percent {
    font-size: 200px;
    width: 1em;
    height: 1em;
    position: relative;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 20px
}

.counter-progress-bar .counter .circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em 0.5em)
}

.counter-progress-bar .counter .round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #007481;
    clip: rect(0 1em 1em 0.5em);
    transform: rotate(180deg);
    transition: 1.05s
}

.counter-progress-bar .counter .percent_more .circle_inner {
    clip: rect(0 0.5em 1em 0em)
}

.counter-progress-bar .counter .percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #007481;
    content: ""
}

.counter-progress-bar .counter .circle_inbox {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background: #fff;
    z-index: 3;
    border-radius: 50%
}

.counter-progress-bar .counter .percent_text {
    position: absolute;
    font-size: 38px;
    color: #484848;
    font-weight: 700;
    font-family: "Poppins",sans-serif;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3
}

html[lang=ar] .inner-banner-bkg .container p {
    font-size: 24px
}

html[lang=ar] .counter-progress-bar .counter > div p {
    font-size: 24px
}

html[lang=ar] footer .footer-menu h4 {
    font-size: 26px
}

html[lang=ar] footer .footer-menu ul li a {
    font-size: 18px
}

html[lang=ar] .contact-form p {
    font-size: 18px
}

[data-star^="0.1"]::after {
    width: 2%
}

[data-star^="0.2"]::after {
    width: 4%
}

[data-star^="0.3"]::after {
    width: 6%
}

[data-star^="0.4"]::after {
    width: 8%
}

[data-star^="0.5"]::after {
    width: 10%
}

[data-star^="0.6"]::after {
    width: 12%
}

[data-star^="0.7"]::after {
    width: 14%
}

[data-star^="0.8"]::after {
    width: 16%
}

[data-star^="0.9"]::after {
    width: 18%
}

[data-star^="1"]::after {
    width: 20%
}

[data-star^="1.1"]::after {
    width: 22%
}

[data-star^="1.2"]::after {
    width: 24%
}

[data-star^="1.3"]::after {
    width: 26%
}

[data-star^="1.4"]::after {
    width: 28%
}

[data-star^="1.5"]::after {
    width: 30%
}

[data-star^="1.6"]::after {
    width: 32%
}

[data-star^="1.7"]::after {
    width: 34%
}

[data-star^="1.8"]::after {
    width: 36%
}

[data-star^="1.9"]::after {
    width: 38%
}

[data-star^="2"]::after {
    width: 40%
}

[data-star^="2.1"]::after {
    width: 42%
}

[data-star^="2.2"]::after {
    width: 44%
}

[data-star^="2.3"]::after {
    width: 46%
}

[data-star^="2.4"]::after {
    width: 48%
}

[data-star^="2.5"]::after {
    width: 50%
}

[data-star^="2.6"]::after {
    width: 52%
}

[data-star^="2.7"]::after {
    width: 54%
}

[data-star^="2.8"]::after {
    width: 56%
}

[data-star^="2.9"]::after {
    width: 58%
}

[data-star^="3"]::after {
    width: 60%
}

[data-star^="3.1"]::after {
    width: 62%
}

[data-star^="3.2"]::after {
    width: 64%
}

[data-star^="3.3"]::after {
    width: 66%
}

[data-star^="3.4"]::after {
    width: 68%
}

[data-star^="3.5"]::after {
    width: 70%
}

[data-star^="3.6"]::after {
    width: 72%
}

[data-star^="3.7"]::after {
    width: 74%
}

[data-star^="3.8"]::after {
    width: 76%
}

[data-star^="3.9"]::after {
    width: 78%
}

[data-star^="4"]::after {
    width: 80%
}

[data-star^="4.1"]::after {
    width: 82%
}

[data-star^="4.2"]::after {
    width: 84%
}

[data-star^="4.3"]::after {
    width: 86%
}

[data-star^="4.4"]::after {
    width: 88%
}

[data-star^="4.5"]::after {
    width: 90%
}

[data-star^="4.6"]::after {
    width: 92%
}

[data-star^="4.7"]::after {
    width: 94%
}

[data-star^="4.8"]::after {
    width: 96%
}

[data-star^="4.9"]::after {
    width: 98%
}

[data-star^="5"]::after {
    width: 100%
}

footer {
    background-color: #dcdcdd;
    position: relative;
    padding-top: 60px;
    padding-bottom: 30px;
}

@media(max-width: 992px) {
    footer {
        padding: 40px 20px 0
    }
}

@media(max-width: 604px) {
    footer {
        padding: 40px 50px 0
    }
}

footer .footer-menu .logo-footer {
    margin-right: 30px
}

@media(max-width: 767px) {
    footer .footer-menu .logo-footer {
        min-width: 100%;
    }

    .CourseOutcome {
        padding-top: 30px !important;
    }
}

@media(max-width: 1300px) {
    .recomm-courses .owl-nav {
        display: none;
    }
}

@media(max-width: 992px) {
    footer .footer-menu .col {
        min-width: 50%;
        margin-bottom: 25px;
    }
}

@media(max-width: 604px) {
    footer .footer-menu .col {
        min-width: 100%
    }
}

footer .footer-menu h4 {
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #007481;
    font-weight: 400;
    font-family: "Poppins",sans-serif;
    margin-bottom: 20px
}

@media(max-width: 767px) {
    footer .footer-menu h4 {
        margin-bottom: 15px
    }
}

footer .footer-menu ul li {
    margin-bottom: 14px
}

    footer .footer-menu ul li a {
        font-size: 16px;
        line-height: 20px;
        color: #484848;
        font-family: arial
    }

@media(max-width: 991px) {
    footer .footer-menu ul li a:before {
        margin: -2px 5px 0 0;
    }

    .justify-content-md-end {
        justify-content: space-between !important;
    }
}

footer .footer-menu ul li a:before {
    transition: all linear .3s;
    display: inline-block;
    margin: -2px 10px 0 0;
    content: "";
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #007481
}

footer .footer-menu ul li a:hover {
    color: #007481
}

    footer .footer-menu ul li a:hover:before {
        background-color: #007481
    }

footer .footer-menu .address > div {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #484848;
    font-family: arial
}

    footer .footer-menu .address > div a {
        font-weight: 700
    }

        footer .footer-menu .address > div a:hover {
            color: #007481
        }

.copyright {
    background-color: #484848;
    padding: 26px 0;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #dcdcdd;
    font-family: arial
}

@media(max-width: 767px) {
    .copyright {
        font-size: 14px
    }
}

@media(max-width: 604px) {
    .copyright .row {
        text-align: center
    }

        .copyright .row .col-9, .copyright .row .col-3 {
            width: 100%
        }
}

.copyright .social-icon {
    text-align: right
}

@media(max-width: 767px) {
    .copyright .social-icon {
        text-align: left
    }
}

@media(max-width: 604px) {
    .copyright .social-icon {
        text-align: center;
        margin-top: 10px
    }
}

.copyright .social-icon a {
    color: #fff;
    font-size: 22px;
    margin-left: 16px;
    opacity: .8
}

    .copyright .social-icon a:hover {
        opacity: 1
    }

.coruse-detail {
    margin-top: 100px
}

    .coruse-detail .breadcrumb-item {
        font-size: 14px;
        color: #484848;
        font-family: arial
    }

        .coruse-detail .breadcrumb-item a:hover {
            color: #007481
        }

        .coruse-detail .breadcrumb-item + .breadcrumb-item:before {
            content: ">"
        }

    .coruse-detail .coruse-img {
        position: relative;
        text-align: center;
        max-height: 450px;
        min-height: 400px;
    }

        .coruse-detail .coruse-img img {
            position: relative;
            z-index: 2;
            max-height: 450px;
            height: 400px;
        }

        .coruse-detail .coruse-img:before {
            content: "";
            display: block;
            height: 296px;
            border-radius: 16px;
            background-color: #b4d9d1;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            margin: auto
        }

@media(max-width: 992px) {
    .coruse-detail .coruse-img:before {
        height: 150px;
    }

    .coruse-detail .coruse-img {
        max-height: 250px;
        min-height: 200px;
    }

        .coruse-detail .coruse-img img {
            max-height: 250px;
            height: 250px;
        }
}

.coruse-detail .coruse-fields h1 {
    color: #007481;
    font-size: 42px;
    line-height: 1;
    font-weight: 700;
    font-family: "Poppins",sans-serif
}

.coruse-detail .coruse-fields .heading-secondary {
    margin: 36px 0;
    text-align: initial;
    font-size: 32px
}

.coruse-detail .coruse-fields .courses-form .form-select {
    border-radius: 8px;
    border: 1px solid #000;
    font-size: 16px;
    line-height: 20px;
    color: #484848;
    font-family: arial
}

@media(max-width: 767px) {
    .coruse-detail .coruse-fields .courses-form .form-select {
        margin-bottom: 30px
    }
}

.coruse-detail .coruse-fields .courses-form .label {
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #007481;
    font-weight: 400;
    font-family: "Poppins",sans-serif;
    display: block;
    margin-bottom: 8px
}

.coruse-detail .coruse-fields .courses-form .form-group {
    margin-bottom: 50px
}

@media(max-width: 992px) {
    .coruse-detail .coruse-fields .courses-form .form-group {
        margin-bottom: 30px;
    }
}

.coruse-detail .coruse-fields .courses-form .form-group:last-child {
    margin-bottom: 0px
}

.coruse-detail .coruse-fields .courses-form .form-group .radio {
    border-right: 3px solid #dcdcdd
}

    .coruse-detail .coruse-fields .courses-form .form-group .radio:last-child {
        border: none
    }

    .coruse-detail .coruse-fields .courses-form .form-group .radio input {
        display: none
    }

    .coruse-detail .coruse-fields .courses-form .form-group .radio span {
        font-size: 16px;
        line-height: 20px;
        color: #484848;
        font-weight: 700;
        font-family: arial;
        padding: 5px 10px;
        transition: all linear .3s;
        display: inline-block;
        cursor: pointer;
        margin-left: -4px
    }

@media(max-width: 992px) {
    .coruse-detail .coruse-fields .courses-form .form-group .radio span {
        padding: 5px 7px
    }
}

.coruse-detail .coruse-fields .courses-form .form-group .radio input:checked + span {
    background-color: #f5f5f6;
    color: #007481
}

html[lang=ar] .coruse-detail .coruse-fields .radio {
    border-left: 3px solid #dcdcdd;
    border-right: 0px solid #dcdcdd !important
}

    html[lang=ar] .coruse-detail .coruse-fields .radio span {
        margin-left: 0 !important;
        margin-right: -4px
    }

.coruse-overview {
    background-color: #f5f5f6;
    background-image: url(./images/BG.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 40px
}

    .coruse-overview .sub-heading {
        margin-bottom: 16px
    }

    .coruse-overview p {
        font-size: 16px;
        line-height: 20px;
        color: #484848;
        font-family: arial;
        margin: 0 0 26px
    }

    .coruse-overview .heading-secondary {
        margin-bottom: 30px
    }

    .coruse-overview .timeline {
        display: flex;
        justify-content: space-between;
        position: relative;
        padding-top: 25px;
        margin-top: 40px
    }

@media(max-width: 992px) {
    .coruse-overview .timeline {
        flex-wrap: wrap;
        padding: 0
    }
}

@media(max-width: 604px) {
    .coruse-overview .timeline {
        padding: 0 0 0 17px
    }
}

.coruse-overview .timeline:before, .coruse-overview .timeline:after {
    content: "";
    position: absolute;
    border: 1px solid #b7b7b7;
    left: 9%;
    top: 0;
    right: 9%;
    opacity: .7;
    z-index: 0
}

@media(max-width: 992px) {
    .coruse-overview .timeline:before, .coruse-overview .timeline:after {
        left: 0;
        top: 15%;
        right: auto;
        bottom: 15%;
        opacity: .7
    }
}

@media(max-width: 604px) {
    .coruse-overview .timeline:before, .coruse-overview .timeline:after {
        left: 0;
        top: 9%;
        right: auto;
        bottom: 9%
    }
}

.coruse-overview .timeline:after {
    display: none
}

@media(max-width: 992px) {
    .coruse-overview .timeline:after {
        display: block;
        left: 52.7%;
        top: 15%;
        right: auto;
        bottom: 15%;
        opacity: .7;
        height: 100px
    }
}

@media(max-width: 604px) {
    .coruse-overview .timeline:after {
        display: none
    }
}

.coruse-overview .timeline li {
    width: 18%;
    text-align: center;
    padding: 10px;
    background-color: #e6eeef;
    font-size: 16px;
    line-height: 27px;
    color: #484848;
    font-family: arial;
    position: relative;
    transition: all linear .3s
}

@media(max-width: 992px) {
    .coruse-overview .timeline li {
        width: 40%;
        margin: 10px 25px;
        z-index: 1
    }
}

@media(max-width: 604px) {
    .coruse-overview .timeline li {
        width: 100%;
        margin: 10px 0 25px 10px;
        z-index: 1;
        min-height: 74px
    }
}

.coruse-overview .timeline li:hover {
    transform: scale(1.02);
    box-shadow: rgba(50,50,93,.25) 0px 13px 27px -5px,rgba(0,0,0,.3) 0px 8px 16px -8px
}

.coruse-overview .timeline li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid rgba(0,0,0,0);
    border-right: 20px solid rgba(0,0,0,0);
    border-bottom: 20px solid #e6eeef;
    top: -20px;
    left: 50%;
    transform: translateX(-20px)
}

@media(max-width: 992px) {
    .coruse-overview .timeline li:before {
        top: auto;
        left: -30px;
        transform: rotate(-90deg) translateX(-18px)
    }
}

.coruse-overview .timeline li:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #ee741c;
    top: -31px;
    left: 50%;
    transform: translateX(-6px)
}

@media(max-width: 992px) {
    .coruse-overview .timeline li:after {
        top: 50%;
        left: -31px;
        transform: translateY(-6px)
    }
}

html[lang=ar] .coruse-overview p {
    font-size: 20px
}

@media(max-width: 604px) {
    html[lang=ar] .coruse-overview .timeline {
        padding: 0 17px 0 0
    }
}

@media(max-width: 992px) {
    html[lang=ar] .coruse-overview .timeline:before, html[lang=ar] .coruse-overview .timeline:after {
        right: 0;
        left: auto
    }
}

@media(max-width: 604px) {
    html[lang=ar] .coruse-overview .timeline:before, html[lang=ar] .coruse-overview .timeline:after {
        right: 0;
        left: auto;
        bottom: 11%
    }
}

@media(max-width: 992px) {
    html[lang=ar] .coruse-overview .timeline:after {
        right: 52.7%;
        left: auto
    }
}

html[lang=ar] .coruse-overview .timeline li {
    font-size: 20px
}

    html[lang=ar] .coruse-overview .timeline li:before {
        left: 50%;
        transform: translateX(-20px)
    }

@media(max-width: 992px) {
    html[lang=ar] .coruse-overview .timeline li:before {
        top: 50%;
        right: -30px;
        transform: rotate(90deg) translateX(-12px)
    }
}

@media(max-width: 992px) {
    html[lang=ar] .coruse-overview .timeline li:after {
        top: 50%;
        right: -25px;
        transform: translateY(-9px)
    }
}

.coruse-tab {
    background-image: url(./images/BG.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 40px
}

    .coruse-tab .sub-heading {
        margin-bottom: 16px
    }

    .coruse-tab p {
        font-size: 16px;
        line-height: 20px;
        color: #484848;
        font-family: arial;
        margin: 0 0 26px
    }

    .coruse-tab .button-gray {
        margin-top: 20px;
        line-height: 2.6;
        font-size: 18px;
        font-weight: 700
    }

html[lang=ar] p {
    font-size: 18px
}

.recomm-courses {
    margin-top: 60px
}

    .recomm-courses a {
        display: block;
        text-align: center;
        padding: 20px;
        background-color: #fff;
        border-radius: 16px
    }

        .recomm-courses a img {
            max-height: 175px;
            width: auto !important;
            height: auto !important;
            display: inline-block !important;
            transition: all linear .3s
        }

        .recomm-courses a:hover img {
            transform: scale(1.05)
        }

    .recomm-courses p {
        font-size: 16px;
        line-height: 20px;
        color: #484848;
        font-family: arial;
        margin: 20px 0 0 0
    }

html[lang=ar] p {
    font-size: 20px
}

html[lang=ar] .coruse-detail .breadcrumb-item {
    font-size: 16px
}

html[lang=ar] .coruse-detail .coruse-fields .courses-form .label {
    font-size: 22px
}

html[lang=ar] .coruse-detail .coruse-fields .courses-form .form-group .radio span {
    font-size: 18px
}

.faqOuter {
    text-align: left;
    margin-bottom: 30px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px
}

    .faqOuter .subHd {
        font-size: 28px;
        padding-bottom: 20px
    }

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #f8f8f8
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #222;
    background-color: #fafafa;
    border-color: #f8f8f8
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #f8f8f8
    }

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none
}

    .panel-title > a[aria-expanded=true] {
        background-color: #007481;
        border: solid 1px #008ed6;
        color: #fff !important
    }

.more-less.fa {
    float: right;
    font-size: 32px;
    margin: 0px 0px 0 0;
    color: #8491a5;
    font-weight: 300
}

html[lang=ar] .more-less.fa {
    float: left
}

.more-less.fa-times-circle {
    font-size: 22px;
    margin: 3px -3px 0 0;
    color: #007481;
    font-weight: 600;
    box-shadow: 1px 1px 3px 3px rgba(0,0,0,.05);
    border-radius: 50%
}

.accordion .card-header {
    padding: 0;
    background-color: rgba(0,0,0,0);
    border: 0
}

    .accordion .card-header a {
        display: block;
        background-color: rgba(0,0,0,0);
        padding: 25px 0
    }

@media(max-width: 767px) {
    .accordion .card-header a {
        padding: 20px 0
    }
}

.accordion .card-header a i {
    font-size: 22px;
    line-height: 32px;
    color: #007481;
    font-weight: 700
}

.accordion .card {
    transition: all .15s ease;
    border: 0;
    border-radius: 0;
    border-bottom: solid 1px #dcdcdd
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.navbar-collapse {
    display: flex;
}

.navigation .col-sm-12 div.topNAv1 {
    padding: 0px;
    margin: 0px
}

@media(max-width: 992px) {
    .d-block {
        display: block;
    }

    .navbar-collapse {
        display: none;
        position: fixed;
        z-index: 999;
        width: 300px;
        left: 0px;
        background-color: #fff;
        margin-top: 0px;
        box-shadow: rgba(0,0,0,.15) 1.95px 1.95px 2.6px,#ccdbe8 4px 4px 7px 1px inset;
        border-radius: 0 0 15px 0;
        padding: 16px
    }
}

.navigation .col-sm-12 div.topNAv1 > li {
    display: inline-block
}

@media(max-width: 992px) {
    .navigation .col-sm-12 div.topNAv1 > li {
        display: block;
        margin: 15px
    }
}

.navigation .col-sm-12 div.topNAv1 > li > a {
    display: inline-block;
    font-size: 16px;
    padding: 33px 0px 30px;
    margin-right: 15px;
    font-weight: 400;
    color: #007481;
    cursor: pointer;
    border-bottom: solid 2px rgba(0,0,0,0)
}

@media(max-width: 1170px) {
    .navigation .col-sm-12 div.topNAv1 > li > a {
        padding: 0px;
        font-size: 13px
    }
}

@media(max-width: 992px) {
    .navigation .col-sm-12 div.topNAv1 > li > a {
        margin-right: 0px
    }
}

.navigation .col-sm-12 div.topNAv1 > li > a.color-primary {
    /*transform: scale(1);
    animation: scaleOut .1s linear alternate*/
}

    .navigation .col-sm-12 div.topNAv1 > li > a.color-primary:hover {
        /*animation: scaleIn .1s linear alternate;*/
        color: #ee751c !important
    }

col-sm-12 div.topNAv1 > li:last-child a:hover {
    color: #fff
}



.navigation .col-sm-12 div.topNAv1 > li:first-child a {
    padding-left: 0px
}

.ContactUs .form-group {
    width: 100%;
    margin: 10px;
}

    .ContactUs .form-group input[type=text] {
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #dcdcdd;
    }

    .ContactUs .form-group select, .ContactUs .form-group textarea, .ContactUs .form-group input[type=text] {
        width: 100%;
    }

.form-group textarea {
    height: 100px;
}

.pb-30 {
    padding-bottom: 30px !important;
}
.pt-30 {
    padding-top: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.col-md-3 .product-card {
    max-height: 450px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

.product-card .product-info {
    text-align: center;
}

    .product-card .product-info .card-title {
        color: #007481;
        /*font-size: 30px;*/
        /*line-height: 38px;*/
        font-weight: 700;
        font-family: "Poppins",sans-serif;
        min-height: 76px;
    }

    .product-card .product-info p strong {
        font-size: 26px;
        letter-spacing: 2px;
        line-height: 30px;
        text-transform: uppercase;
        color: #000;
        font-weight: 400;
        text-align: center;
    }

.card-img-top {
    max-height: 220px;
}

.pricing-comparison .features, .icon-box .box-info p {
    font-size: 16px;
    line-height: 24px;
}

.pricing .item .icon-box {
    padding-bottom: 30px;
}

.membership {
    background-color: #f1f6f9;
}

    .membership .icon-box {
        padding: 25px;
        background: #fff;
        border-radius: 10px;
    }

        .membership .icon-box .box-info {
            padding: 0;
            text-align: left;
            min-height: inherit;
        }

        .membership .icon-box .img-box img, .membership .icon-box .img-box {
            height: 200px;
            height: 200px;
            border-radius: 6px;
        }

        .membership .icon-box .box-info span {
            color: #007481;
            margin-top: 20px;
        }

    .membership .disabled {
        display: none;
    }

    .membership .nav-pills .nav-link.active,
    .nav-pills .show > .nav-link, .membership .nav-pills .nav-link:hover {
        background: #007481 !important;
        color: #fff;
    }

    .membership .nav-pills .nav-link {
        font-family: "Poppins",sans-serif;
        color: #444;
        font-size: 18px;
        height: 48px;
        border-radius: 6px;
        display: inline-block;
        border: 1px solid #dcdcdd;
        cursor: pointer;
        font-weight: 700;
        position: relative;
        overflow: hidden;
        text-align: center;
    }

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.pricing .fab {
    color: #007481;
    font-size: 30px;
    padding: 6px;
}

.CourseSearchFAQ .search-form {
    display: flex;
    margin: 0 0 50px 0;
    justify-content: space-between;
}

    .CourseSearchFAQ .search-form input.search-text {
        margin-right: 30px;
        height: 48px;
        border-radius: 8px;
        background-color: #fff;
        border: 1px solid #000;
        font-size: 16px;
        font-family: arial;
        width: 100%;
    }

footer .footer-menu ul {
    margin-left: 0px;
}

.footerMap {
    color: #484848;
    font-weight: 400 !important;
}

.footer-menu .address .fa, .footer-menu .address img {
    /*color: #007481;*/
    width: 15px;
    height: 15px;
    margin-right: 7px;
}

/*.megaDropDown .courses-list li .color-box a img {
    width: 200px !important;
    height: 150px !important;
}*/

@media(min-width: 1600px) and (max-width: 1999px) {
    .home-banner {
        background-position: top 30% right 9% !important;
    }
}

@media(min-width: 2000px) and (max-width: 2399px) {
    .home-banner {
        background-position: top 30% right 18% !important;
    }
}

@media(min-width: 2400px) and (max-width: 2799px) {
    .home-banner {
        background-position: top 30% right 25% !important;
    }
} 
@media(min-width: 2800px) and (max-width: 3199px) {
    .home-banner {
        background-position: top 30% right 33% !important;
    }
}
@media(min-width: 3200px) and (max-width: 3599px) {
    .home-banner {
        background-position: top 30% right 34% !important;
    }
}
@media(min-width: 3600px) and (max-width: 3999px) {
    .home-banner {
        background-position: top 30% right 35% !important;
    }
}
@media(min-width: 4000px) and (max-width: 4399px) {
    .home-banner {
        background-position: top 30% right 38% !important;
    }
}
@media(min-width: 4400px) and (max-width: 5199px) {
    .home-banner {
        background-position: top 30% right 39% !important;
    }
}
@media(min-width: 5200px) and (max-width: 5499px) {
    .home-banner {
        background-position: top 30% right 40% !important;
    }
}
@media(min-width: 5500px) and (max-width: 5999px) {
    .home-banner {
        background-position: top 30% right 41% !important;
    }
}
@media(min-width: 6000px) and (max-width: 6499px) {
    .home-banner {
        background-position: top 30% right 42% !important;
    }
}
@media(min-width: 6500px) and (max-width: 7099px) {
    .home-banner {
        background-position: top 30% right 43% !important;
    }
}
@media(min-width: 7100px) and (max-width: 8099px) {
    .home-banner {
        background-position: top 30% right 44% !important;
    }
}
@media(min-width: 8100px) and (max-width: 9099px) {
    .home-banner {
        background-position: top 30% right 45% !important;
    }
}
#whatsappimg {display:none;
}
.courseTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-info a.button-secondary:hover {color:#fff;
}