.rtl {
    direction: rtl;
    text-align: right;
}

input.form-control,
select.form-control {
    height: 50px; /* or any desired height */
    font-size: 1.1rem;
    padding: 0.5rem 1rem;
}

.floating-label {
    position: relative;
    margin: 1rem 0.5rem;
    flex: 1; /* Allow inputs to grow equally */
    min-width: 200px;
}

    .floating-label input {
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 1.2rem 0.75rem 0.3rem;
        width: 100%;
        box-sizing: border-box;
    }

    .floating-label label {
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
        transition: 0.2s ease all;
        pointer-events: none;
        background-color: white;
        padding: 0 0.25rem;
        font-size: 0.9rem;
    }

    .floating-label input:focus + label,
    .floating-label input:not(:placeholder-shown) + label {
        top: -0.6rem;
        right: 0.6rem;
        font-size: 0.75rem;
        color: #28a745;
    }



.myCircle {
    border-radius: 50%;
    border-color: #c71010;
    background-color: #f6bdbd;
    color: #c71010;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: 900
}

.degreeFont {
    font-size: 18px;
    font-weight: 900
}

body {
    font-family: "Cairo",sans-serif;
    color: #444;
    direction: ltr
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    color: #5cb874
}

    a:hover {
        color: #80c792;
        text-decoration: none
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Cairo",sans-serif
}

textarea {
    resize: 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: 24px;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background: #5cb874;
        color: #fff;
        transition: all .4s
    }

        .back-to-top i:hover {
            background: #6ec083;
            color: #fff
        }

#header {
    background: #fff;
    transition: all .5s;
    z-index: 997;
    top: 0
}

    #header.header-scrolled {
        top: 0;
        box-shadow: 0 2px 15px rgba(0,0,0,.1)
    }

@media(max-width:992px) {
    #header {
        top: 0
    }
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav-menu > ul {
    display: flex;
    direction: rtl
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        padding: 10px 0 10px 28px
    }

.nav-menu a {
    display: block;
    position: relative;
    color: #222;
    transition: .3s;
    font-size: 20px;
    font-family: "Cairo",sans-serif
}

    .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
        color: #5cb874
    }

.mobile-nav-toggle {
    position: fixed;
    top: 50px;
    left: 40px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 30px;
    transition: all .4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: center
}

    .mobile-nav-toggle i {
        color: #222
    }

.mobile-nav {
    position: fixed;
    top: 80px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    text-align: center;
    background: #fff;
    transition: ease-in-out .2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
    direction: rtl
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #222;
        padding: 10px 20px;
        font-weight: 500;
        outline: none
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #5cb874;
            text-decoration: none
        }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(9,9,9,.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out .2s
}

.mobile-nav-active {
    overflow: hidden
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff
    }

.allcom {
    width: 100%;
    height: 100vh;
    margin: 100px 0 0 0
}

#hero {
    background-color: rgba(9,9,9,.8);
    height: 57%;
    position: relative
}

    #hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0
    }

        #hero .carousel-item::before {
            content: '';
            background-color: rgba(45,103,60,.8);
            background-color: rgba(36,85,49,.8)
        }

    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 40px;
        left: 50px;
        right: 50px
    }

    #hero .container {
        text-align: center
    }

    #hero h2 {
        color: #fff;
        margin-bottom: 10px;
        font-size: 50px;
        font-weight: 700
    }

    #hero p {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
        font-size: 35px;
        font-weight: 400;
        margin: 30px auto 30px auto;
        color: #fff
    }

    #hero .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top
    }

    #hero .carousel-inner .carousel-item, #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right {
        opacity: 0
    }

    #hero .carousel-inner .active, #hero .carousel-inner .carousel-item-next.carousel-item-left, #hero .carousel-inner .carousel-item-prev.carousel-item-right {
        opacity: 1;
        transition: .5s
    }

        #hero .carousel-inner .carousel-item-next, #hero .carousel-inner .carousel-item-prev, #hero .carousel-inner .active.carousel-item-left, #hero .carousel-inner .active.carousel-item-right {
            left: 0;
            transform: translate3d(0,0,0)
        }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 10%;
        top: 40px
    }

@media(max-width:992px) {
    #hero .carousel-control-prev, #hero .carousel-control-next {
        top: 50px
    }
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 36px;
    line-height: 1;
    width: auto;
    height: auto;
    background: rgba(19,63,50,.493);
    border-radius: 50px;
    padding: 10px;
    transition: .3s;
    color: rgba(255,255,255,.5)
}

    #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
        background: rgba(255,255,255,.3);
        color: rgba(255,255,255,.8)
    }

#hero .carousel-indicators li {
    cursor: pointer;
    background: #fff;
    overflow: hidden;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    opacity: .6;
    transition: .3s
}

    #hero .carousel-indicators li.active {
        opacity: 1;
        background: #5cb874
    }

#hero .btn-get-started {
    font-family: "Raleway",sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: .5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    background: #5cb874
}

    #hero .btn-get-started:hover {
        background: #6ec083
    }

@media(max-width:992px) {
    #hero {
        height: 60%
    }

        #hero .carousel-container {
            top: 45px
        }
}

@media(max-width:768px) {
    #hero h2 {
        font-size: 35px
    }

    #hero p {
        font-size: 22px
    }
}

@media(min-width:1024px) {
    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%
    }
}

@media(max-height:500px) {
    #hero {
        height: 65%
    }

        #hero h2 {
            font-size: 25px
        }

        #hero p {
            font-size: 12px
        }
}

section {
    padding: 50px 0 0 0
}

.section-bg {
    background-color: #fff
}

.section-title {
    text-align: center
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative
    }

        .section-title h2::before {
            content: '';
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px)
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #5cb874;
            bottom: 0;
            left: calc(50% - 20px)
        }

    .section-title p {
        margin-bottom: 0;
        font-size: 14px;
        color: #919191
    }

.featured-services {
    padding: 20px 15px 20px 0
}

    .featured-services .icon-box {
        padding: 5px 0 10px;
        text-align: center
    }

    .featured-services .icon {
        margin-bottom: 15px;
        margin: auto
    }

        .featured-services .icon i {
            color: #3c744b;
            font-size: 50px
        }

    .featured-services .title {
        font-weight: 700;
        margin-bottom: 15px;
        padding-top: 10px;
        font-size: 30px
    }

        .featured-services .title span {
            font-size: 40px;
            font-weight: 700;
            color: #2b5736
        }

        .featured-services .title a {
            color: #222;
            transition: .3s
        }

    .featured-services .icon-box:hover .title a {
        color: #5cb874
    }

    .featured-services .description {
        line-height: 24px;
        font-size: 14px
    }

.btn-scroll {
    transition: .4s;
    animation: up-down 1s ease-in-out infinite alternate-reverse both
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(8px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes up-down {
    0% {
        transform: translateY(8px)
    }

    100% {
        transform: translateY(-8px)
    }
}

.cform {
    direction: rtl;
    text-align: center
}

    .cform p {
        font-size: 24px
    }

.nategalabel {
    font-size: 30px;
    font-weight: 700
}

    .nategalabel:hover {
        color: #2b5736
    }

.Excellent {
    background-color: #e9f0e9
}

.carddirection {
    direction: rtl
}

.card-footer {
    background-color: #5cb874
}

    .card-footer h6 {
        color: #fff
    }

.card h5 {
    font-weight: bold;
    font-size: 18px
}

.card img {
    margin-top: -60px;
    height: 110px;
    width: 110px
}

.card p {
    font-size: 14px
}

.card {
    border: solid 1px #5cb874 !important
}

#statistics {
    background-color: #e9f0e9
}

.statistics .container {
    background-color: #e9f0e9;
    padding: 20px 0;
    background-color: #fff;
    direction: rtl;
    margin-top: 80px
}

.statistics .count-box2 {
    width: 100%;
    text-align: center
}

.statistics .count-box {
    width: 100%;
    text-align: center;
    border-right: 1px solid #5cb874;
    border-left: 1px solid #5cb874
}

.statistics .count-box3 {
    width: 100%;
    text-align: center;
    border: none
}

.statistics .count-box i {
    font-size: 48px;
    color: #5cb874
}

.statistics .count-box span {
    font-size: 40px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    color: #5cb874;
    margin: 30px
}

.statistics .count-box p {
    padding: 5px 0 0 0;
    font-family: "Cairo",sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #000;
    text-align: center
}

.statistics .count-box2 i {
    font-size: 48px;
    color: #5cb874
}

.statistics .count-box2 span {
    font-size: 40px;
    line-height: 30px;
    display: block;
    font-weight: 700;
    color: #5cb874;
    margin: 30px
}

.statistics .count-box2 p {
    padding: 5px 0 0 0;
    font-family: "Cairo",sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #000;
    text-align: center
}

.contact {
    background-color: #e9f0e9;
    direction: rtl;
    text-align: right;
    padding: 20px 15px 50px 0;
    margin: 80px 0 0 0
}

    .contact .info {
        border-top: 3px solid #5cb874;
        border-bottom: 3px solid #5cb874;
        padding: 30px;
        background: #fff;
        width: 100%;
        box-shadow: 0 0 24px 0 rgba(0,0,0,.12)
    }

        .contact .info i {
            font-size: 20px;
            color: #5cb874;
            float: right;
            margin: 0 10px;
            width: 45px;
            height: 45px;
            background: #eaf6ed;
            display: flex;
            flex-direction: row-reverse;
            justify-content: center;
            align-items: center;
            border-radius: 50px;
            transition: all .3s ease-in-out
        }

        .contact .info h4 {
            padding: 0 0 0 60px;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #222
        }

        .contact .info p {
            padding: 0 0 10px 60px;
            margin-bottom: 20px;
            font-size: 14px;
            color: #555
        }

        .contact .info .social-links {
            padding-left: 60px
        }

            .contact .info .social-links a {
                font-size: 18px;
                display: inline-block;
                background: #333;
                color: #fff;
                line-height: 1;
                padding: 8px 0;
                border-radius: 50%;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: .3s;
                margin-right: 10px
            }

                .contact .info .social-links a:hover {
                    background: #5cb874;
                    color: #fff
                }

        .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
            background: #5cb874;
            color: #fff
        }

    .contact .php-email-form {
        width: 100%;
        border-top: 3px solid #5cb874;
        border-bottom: 3px solid #5cb874;
        padding: 30px;
        background: #fff;
        box-shadow: 0 0 24px 0 rgba(0,0,0,.12)
    }

    .contact .form-group {
        padding-bottom: 8px
    }

    .contact .validate {
        display: none;
        color: #f00;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px
    }

    .contact .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600
    }

        .contact .error-message br + br {
            margin-top: 10px
        }

#footer {
    background-color: rgba(36,85,49,.8);
    color: #fff;
    font-size: 15px;
    text-align: center;
    margin: 50px 0 0 0;
    padding: 20px 0
}

    #footer .social-links {
        margin: 10px
    }

        #footer .social-links a {
            font-size: 16px;
            display: inline-block;
            background: #5cb874;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: .3s
        }

            #footer .social-links a:hover {
                background: rgba(255,255,255,.3);
                color: #fff;
                text-decoration: none
            }

.Result {
    direction: rtl;
    text-align: center;
    margin: 80px 0 0 0
}

.table .thead-dark .changebcolor {
    background: #5b2c6f;
    border-color: #5b2c6f;
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.table .thead-dark .changebcolor3 {
    background: #2874a6;
    border-color: #2874a6;
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.table .thead-dark .changebcolorIndicator {
    background: #2874a6;
    border-color: #2874a6;
    color: #fff;
    font-size: 18px;
    font-weight: 600
}

.total {
    font-size: 24px;
    font-weight: 900
}

.table .thead-dark .changebcolor4 {
    background: #1e8449;
    border-color: #1e8449;
    color: #fff;
    font-size: 24px;
    font-weight: 600
}

.ControlResult {
    margin-top: 100px;
    direction: rtl;
    text-align: center
}

    .ControlResult h1 {
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 20px
    }

    .ControlResult .mtitle {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .ControlResult i {
        font-size: 50px;
        margin: 20px;
        color: #5cb874
    }

    .ControlResult p {
        font-size: 24px
    }

    .ControlResult h2 {
        font-weight: 900
    }
