﻿*{
    margin: 0px;
    padding: 0px;
}
body {
    font-family: Roboto, sans-serif;
    margin: 0px;
    padding: 0px;
    position: relative;
    /*min-height: 100%;*/
    /*body {
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding-bottom: 100px; //height of the footer
  box-sizing: border-box;
}*/
}



    a:hover {
        color: #2b99f8;
        text-decoration: none;
    }

    .back-to-top {
        position: fixed;
        display: none;
        right: 15px;
        bottom: 15px;
        z-index: 99999;
    }

        .back-to-top i {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            width: 40px;
            height: 40px;
            border-radius: 50px;
            background: #0880e8;
            color: #fff;
            transition: all 0.4s;
        }

            .back-to-top i:hover {
                background: #04224a;
                color: #fff;
            }

    @media screen and (max-width: 768px) {
        [data-aos-delay] {
            transition-delay: 0 !important;
        }
    }


    @media screen and (max-width: 768px) {
        [data-aos-delay] {
            transition-delay: 0 !important;
        }
    }

    #topbar {
        height: 60px;
        font-size: 14px;
        transition: all 0.5s;
        overflow: hidden;
        color: rgba(255, 255, 255, 0.8);
    }

        #topbar.topbar-scrolled {
            top: -60px;
        }

        #topbar .contact-info ul {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        #topbar .contact-info li {
            display: inline-block;
            padding: 0;
        }

            #topbar .contact-info li + li {
                margin-left: 18px;
            }

        #topbar .contact-info a {
            color: rgba(255, 255, 255, 0.8);
            transition: 0.3s;
        }

            #topbar .contact-info a:hover {
                color: #fff;
            }

        #topbar .contact-info i {
            color: #04224a;
            padding-right: 4px;
        }

        #topbar .cta {
            background: transparent;
        }

            #topbar .cta a {
                color: #fff;
                background: #04224a;
                padding: 6px 24px 8px 24px;
                display: inline-block;
                transition: 0.3s;
                border-radius: 50px;
            }

                #topbar .cta a:hover {
                    background: #04224a;
                }

    #header {
        background-color: white;
        transition: all 0.5s;
        z-index: 997;
        color: black;
        top: 22px;
        height: 80px;
    }

.top-bar {
    display: block;
    height: 30px;
    border-bottom: 1px solid #f0f1f6;
    font-size: 14px;
    background-color:#137279;
    padding: 1px;
}

    .main {
        width: 100%;
        min-height: 100vh;
        display: flex;
        align-items: center;
        background: url(../img/Group\ 11863.png) no-repeat;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

        .main h2 {
            color: #fff;
            font-size: 1.4em;
            font-weight: 500;
        }

            .main h2 span {
                display: inline-block;
                margin-top: 10px;
                color: #4e9eff;
                font-size: 3em;
                font-weight: 600;
            }

        .main h3 {
            color: #fff;
            font-size: 2em;
            font-weight: 700;
            letter-spacing: 1px;
            margin-top: 10px;
            margin-bottom: 30px;
        }

    .main-btn {
        color: #fff;
        background-color: #3a6cf4;
        text-decoration: none;
        font-size: 1.1em;
        font-weight: 300;
        display: inline-block;
        padding: 0.9375em 2.1875em;
        letter-spacing: 1px;
        border-radius: 15px;
        margin-bottom: 40px;
        transition: 0.7s ease;
    }

    #btn_view {
        background-color: #fff;
        color: #3a6cf4;
        text-decoration: none;
        font-size: 1.1em;
        font-weight: 300;
        display: inline-block;
        padding: 0.9375em 2.1875em;
        letter-spacing: 1px;
        border-radius: 15px;
        margin-bottom: 40px;
        transition: 0.7s ease;
    }

    .main-btn:hover {
        background-color: #0a49f6;
        transform: scale(1.1);
    }

    .social-icons a {
        color: #fff;
        font-size: 1.7em;
        padding-right: 30px;
    }

    #header.header-scrolled {
        top: 0;
        background: rgba(5, 87, 158, 0.9);
    }

    #header .logo {
        font-size: 32px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            max-height: 70px;
        }

    @media (max-width: 992px) {
        #header {
            top: 0;
            padding: 15px 0;
            background: transparent;
            background-color: white;
            height: auto;
        }

            #header .logo {
                font-size: 28px;
            }

        .nav-menu .drop-down ul {
            background-color: white;
        }
    }
    /*#img_card{
  /*  width: 36rem;
    margin: -45px;
    padding: -30px;
    height: 318;
    width: 500px; height: 251px; margin-top: -31px; margin-left: -43px; margin-right: -57px;
}
@media (max-width: 992px) {
    #img_card {
        width: auto; 
        height: 251px; 
        margin-top: 0px; 
        margin-left: 0px;
         margin-right: 0px;
    }
   
  }*/

    #img_card {
        /*  width: 36rem;
    margin: -45px;
    padding: -30px;
    height: 318;*/
        width: 500px;
        height: 251px;
        margin-top: -31px;
        margin-left: -43px;
        margin-right: -57px;
    }

    @media (max-width: 500px) {
        #img_card {
            width: 345px;
            height: 251px;
            margin-top: 0px;
            margin-left: 0px;
            margin-right: 0px;
        }
    }

    #bodycard {
        width: 400px;
    }

    @media (max-width: 500px) {
        #bodycard {
            width: 345px;
        }
    }

    #jane1 {
        width: 400px;
        height: 250px;
        margin-top: 33px;
        margin-left: 9px
    }

    @media (max-width: 500px) {
        #jane1 {
            width: 280px;
            height: 250px;
            margin-top: 33px;
            margin-left: 10px
        }
    }

    #jane2 {
        width: 400px;
        height: 250px;
        margin-top: -75px;
        margin-bottom: -125px;
        margin-left: -85px
    }

    @media (max-width: 500px) {
        #jane2 {
            width: 280px;
            height: 250px;
            margin-top: -75px;
            margin-bottom: -125px;
            margin-left: 20px
        }
    }

    #jane3 {
        width: 400px;
        height: 250px;
        margin-top: 44px;
        margin-left: -85px;
        /*width: 400px;*/
    }

    @media (max-width: 500px) {
        #jane3 {
            width: 280px;
            height: 250px;
            margin-top: 55px;
            margin-left: 20px;
            /*width: 400px;*/
        }
    }

    #jane1card {
        margin-left: -64px
    }

    @media (max-width: 500px) {
        #jane1card {
            margin-left: 30px
        }
    }

    #jane2card {
        margin-left: 21px
    }

    @media (max-width: 500px) {
        #jane2card {
            margin-left: 21px
        }
    }


    #img_card2 {
        width: 36rem;
        margin: -45px;
        padding: -30px;
        height: 370px;
    }


    @media (max-width: 736px) {
        #img_card2 {
            width: 30rem;
        }
    }

    .footerwords {
        margin-top: 10px;
        background-color: #01387B;
        text-align: center;
    }

    .header-inner-pages {
        background: rgba(5, 87, 158, 0.9) !important;
    }

    .topbar-inner-pages {
        background: rgba(6, 98, 178, 0.9) !important;
    }

    .nav-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nav-menu > ul {
        display: flex;
    }

        .nav-menu > ul > li {
            position: relative;
            white-space: nowrap;
            padding: 10px 0 10px 24px;
        }

    .nav-menu a {
        display: block;
        position: relative;
        color: black;
        transition: 0.3s;
        font-size: 10px;
        padding: 0 3px;
        font-family: "Open Sans", sans-serif;
    }

    .nav-menu > ul > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -5px;
        left: 0;
        background-color: #04224a;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .nav-menu a:hover:before,
    .nav-menu li:hover > a:before,
    .nav-menu .active > a:before {
        visibility: visible;
        width: 100%;
    }

    .nav-menu a:hover,
    .nav-menu .active > a,
    .nav-menu li:hover > a {
        color: #01387B;
    }

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 8px;
    }

    .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        color: #032e54;
    }

        .nav-menu .drop-down ul a:hover,
        .nav-menu .drop-down ul .active > a,
        .nav-menu .drop-down ul li:hover > a {
            color: #0880e8;
        }

    .nav-menu .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
    }

    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }

    .nav-menu .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\eaa0";
            font-family: IcoFont;
            position: absolute;
            right: 15px;
        }

    @media (max-width: 1366px) {
        .nav-menu .drop-down .drop-down ul {
            left: -90%;
        }

        .nav-menu .drop-down .drop-down:hover > ul {
            left: -100%;
        }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\ea9d";
        }
    }

    .mobile-nav-toggle {
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 9998;
        border: 0;
        background: none;
        font-size: 24px;
        transition: all 0.4s;
        outline: none !important;
        line-height: 1;
        cursor: pointer;
        text-align: right;
    }

        .mobile-nav-toggle i {
            color: #fff;
        }

    .mobile-nav {
        position: fixed;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        z-index: 9999;
        overflow-y: auto;
        background: #fff;
        transition: ease-in-out 0.2s;
        opacity: 0;
        visibility: hidden;
        border-radius: 10px;
        padding: 10px 0;
    }

        .mobile-nav * {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .mobile-nav a {
            display: block;
            position: relative;
            color: #0665b7;
            padding: 10px 20px;
            font-weight: 500;
            outline: none;
        }

            .mobile-nav a:hover,
            .mobile-nav .active > a,
            .mobile-nav li:hover > a {
                color: #04224a;
                text-decoration: none;
            }

        .mobile-nav .drop-down > a:after {
            content: "\ea99";
            font-family: IcoFont;
            padding-left: 10px;
            position: absolute;
            right: 15px;
        }

        .mobile-nav .active.drop-down > a:after {
            content: "\eaa1";
        }

        .mobile-nav .drop-down > a {
            padding-right: 35px;
        }

        .mobile-nav .drop-down ul {
            display: none;
            overflow: hidden;
        }

        .mobile-nav .drop-down li {
            padding-left: 20px;
        }

    .mobile-nav-overly {
        width: 100%;
        height: 100%;
        z-index: 9997;
        top: 0;
        left: 0;
        position: fixed;
        background: rgba(5, 74, 133, 0.6);
        overflow: hidden;
        display: none;
        transition: ease-in-out 0.2s;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .mobile-nav {
            opacity: 1;
            visibility: visible;
        }

        .mobile-nav-active .mobile-nav-toggle i {
            color: #fff;
        }

    #hero {
        width: 100%;
        height: 80vh;
        overflow: hidden;
        position: relative;
        background: url("../img/hero-bg.jpg") top center;
        background-size: cover;
        position: relative;
        margin-bottom: -90px;
    }

        #hero:before {
            content: "";
            background: rgba(6, 101, 183, 0.9);
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
        }

        #hero .carousel-container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
        }

        #hero h2 {
            color: #fff;
            margin-bottom: 30px;
            font-size: 48px;
            font-weight: 700;
        }

        #hero p {
            width: 80%;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
            margin: 0 auto 30px auto;
            color: #fff;
        }

        #hero .carousel-control-prev,
        #hero .carousel-control-next {
            width: 10%;
        }

        #hero .carousel-control-next-icon,
        #hero .carousel-control-prev-icon {
            background: none;
            font-size: 48px;
            line-height: 1;
            width: auto;
            height: auto;
        }

        #hero .btn-get-started {
            font-family: "Raleway", sans-serif;
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 1px;
            display: inline-block;
            padding: 12px 32px;
            border-radius: 50px;
            transition: 0.5s;
            line-height: 1;
            margin: 10px;
            color: #fff;
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
            border: 2px solid #04224a;
        }

            #hero .btn-get-started:hover {
                background: #04224a;
                color: #fff;
                text-decoration: none;
            }

    @media (min-width: 1024px) {
        #hero p {
            width: 60%;
        }

        #hero .carousel-control-prev,
        #hero .carousel-control-next {
            width: 5%;
        }
    }

    @media (max-width: 768px) {
        #hero {
            height: 100vh;
            margin-bottom: 60px;
        }

            #hero h2 {
                font-size: 28px;
            }
    }

    section {
        padding: 60px 0;
        overflow: hidden;
    }

    .section-bg {
        background-color: #f1f8ff;
    }

    .section-title {
        text-align: center;
        padding-bottom: 30px;
    }

        .section-title h2 {
            font-size: 32px;
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: 20px;
            padding-bottom: 0;
            color: #054a85;
        }

        .section-title p {
            margin-bottom: 0;
            font-style: italic;
        }

    .icon-boxes {
        padding-top: 0;
    }

        .icon-boxes .icon-box {
            padding: 40px 30px;
            position: relative;
            overflow: hidden;
            background: #fff;
            box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
            transition: all 0.3s ease-in-out;
            border-radius: 10px;
        }

        .icon-boxes .icon {
            margin: 0 auto 20px auto;
            display: inline-block;
            text-align: center;
        }

            .icon-boxes .icon i {
                font-size: 36px;
                line-height: 1;
                color: #04224a;
            }

        .icon-boxes .title {
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 18px;
        }

            .icon-boxes .title a {
                color: #05579e;
            }

        .icon-boxes .description {
            font-size: 15px;
            line-height: 28px;
            margin-bottom: 0;
            color: #777777;
        }

    .img_chk {
        width: 15px;
        height: 15px;
        display: inline;
    }

    .img_div {
        display: inline;
        width: 50px;
        height: 50px;
        background-color: #F7FBFF;
    }

    .why-us {
        background: #f1f8ff;
        padding: 0;
    }

        .why-us .content {
            padding: 60px 100px 0 100px;
        }

            .why-us .content h3 {
                font-weight: 400;
                font-size: 34px;
            }

            .why-us .content h4 {
                font-size: 20px;
                font-weight: 700;
                margin-top: 5px;
            }

            .why-us .content p {
                font-size: 15px;
                color: #848484;
            }

        .why-us .video-box {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            min-height: 400px;
            position: relative;
        }

        .why-us .accordion-list {
            padding: 0 100px 60px 100px;
        }

            .why-us .accordion-list ul {
                padding: 0;
                list-style: none;
            }

            .why-us .accordion-list li + li {
                margin-top: 15px;
            }

            .why-us .accordion-list li {
                padding: 20px;
                background: #fff;
                border-radius: 4px;
            }

            .why-us .accordion-list a {
                display: block;
                position: relative;
                font-family: "Poppins", sans-serif;
                font-size: 16px;
                line-height: 24px;
                font-weight: 500;
                padding-right: 30px;
                outline: none;
            }

            .why-us .accordion-list span {
                color: #0880e8;
                font-weight: 600;
                font-size: 18px;
                padding-right: 10px;
            }

            .why-us .accordion-list i {
                font-size: 24px;
                position: absolute;
                right: 0;
                top: 0;
            }

            .why-us .accordion-list p {
                margin-bottom: 0;
                padding: 10px 0 0 0;
            }

            .why-us .accordion-list .icon-show {
                display: none;
            }

            .why-us .accordion-list a.collapsed {
                color: #343a40;
            }

                .why-us .accordion-list a.collapsed:hover {
                    color: #0880e8;
                }

                .why-us .accordion-list a.collapsed .icon-show {
                    display: inline-block;
                }

                .why-us .accordion-list a.collapsed .icon-close {
                    display: none;
                }

        .why-us .play-btn {
            width: 94px;
            height: 94px;
            background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
            border-radius: 50%;
            display: block;
            position: absolute;
            left: calc(50% - 47px);
            top: calc(50% - 47px);
            overflow: hidden;
        }

            .why-us .play-btn:hover::before {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translateX(-40%) translateY(-50%);
                width: 0;
                height: 0;
                border: none;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 15px solid #fff;
                z-index: 200;
                -webkit-animation: none;
                animation: none;
                border-radius: 0;
            }

    @media (max-width: 1024px) {
        .why-us .content,
        .why-us .accordion-list {
            padding-left: 0;
            padding-right: 0;
        }
    }

    @media (max-width: 992px) {
        .why-us .content {
            padding-top: 30px;
        }

        .why-us .accordion-list {
            padding-bottom: 30px;
        }
    }

    #card1pexels {
        border: 0px;
        margin-top: -14px;
        width: 406px;
    }

    #card2banner {
        border: 0px;
        margin-top: -14px;
        width: 408px;
    }

    @media (max-width: 500px) {
        #card1pexels {
            border: 0px;
            margin-top: -14px;
            width: 330px;
        }

        #card2banner {
            border: 0px;
            margin-top: -14px;
            width: 330px;
        }
    }


.modal-body img {
    height: 570px;
    width: 50%;
    margin-left: 270px;
    margin-top: 50px
}

@media (max-width: 992px) {
    .modal-body img {
        height: 570px;
        width: 50%;
        margin-left: 100px;
        margin-top: 0px
    }
}


@media (max-width: 768px) {
    /*.course-summary p {
        width: 400px;
        color: currentcolor;
        margin: 0 auto;
        max-width: 700px;
        font-size: 25px;
        font-weight: bold;
        font-style: normal;*/
/*        letter-spacing: 3px;*/
        /*text-align: center !important;
        line-height: 35px;
        padding-top: 2px;
        padding-bottom: 2px;
    }*/

    .course-title {
        font-size: 15px !important; 
        font-weight: bold;
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    .testimonial-card {
        flex: 0 0 33.33%;
        width: 100% !important;
        background-color: #f9f9f9;
        border-radius: 10px;
        padding: 20px;
        margin: 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-start !important;
        height: 715px !important;
        box-sizing: border-box;
    }
    .swiper-button-next,
    .swiper-button-prev{
        display:none !important;
    }
    /* تنسيق الصورة */
    .testimonial-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin-bottom: 10px;
        margin-left: 0px !important;
    }
}
