@font-face {
    font-family: "TheSans";
    src: url("../fonts/TheSans-Bold.otf") format("opentype")
}

html {
    font-size: 16px;
}

body,
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle,
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-3xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: TheSans;
}

@media (min-width: 768px) {
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.f20 {
    font-size: 20px;
}

html {
    position: relative;
    min-height: 100%;
}

.home-cover.uk-background-cover {
    background-image: url(../images/bg3.jpg);
}

    .home-cover.uk-background-cover img.logo {
        height: 35px;
    }

    .home-cover.uk-background-cover .uk-navbar-nav li > a {
        color: rgb(63,84,208);
        font-size: 0.8rem;
    }

    .home-cover.uk-background-cover .uk-navbar-nav li.uk-active > a {
        font-weight: bolder;
    }

.home-about {
    background-image: url(../images/about.jpg);
    color: white;
}

    .home-about .with-padding h1 {
        color: white;
        position: relative;
    }

    .home-about .with-padding {
        padding-top: 125px
    }

.home-e-services {
    padding-top: 50px;
    padding-bottom: 75px;
    background-image: url(../images/bAsset13.svg);
    background-repeat: no-repeat;
    background-size: 343px 574px;
    background-position: bottom 0 left -40px;
    background-attachment: fixed;
}

.blue {
    color: rgb(80,128,223);
}

.force-blue {
    color: rgb(80,128,223) !important;
}

.home-e-services .title {
    text-align: center;
    padding: 10px 0 35px;
}

.home-e-services .service-card {
    background-color: rgb(242,242,242);
    padding: 25px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    transition: all 0.4s ease;
}

    .home-e-services .service-card:hover {
        background-color: #5080df;
    }

    .home-e-services .service-card svg,
    .home-e-services .service-card img {
        height: 40px;
    }

    .home-e-services .service-card .service-content {
        color: black;
        padding-top: 10px;
        font-size: 14px;
        text-align: justify;
    }



    .home-e-services .service-card .service-link-wrapper {
        text-align: left;
        padding-top: 5px;
        stroke-width: 0px;
    }

    .home-e-services .service-card .cls-1 {
        fill: #4d4d4d;
    }

    .home-e-services .service-card:hover .cls-1,
    .home-e-services .service-card:hover svg,
    .home-e-services .service-card:hover img {
        fill: #ffffff !important;
    }

    .home-e-services .service-card .service-link-wrapper img {
        height: 20px;
    }

    .home-e-services .service-card .service-link-wrapper a {
        color: #4d4d4d;
        font-size: 14px;
        font-weight: bold;
    }

    .home-e-services .service-card:hover .service-link-wrapper a,
    .home-e-services .service-card:hover .service-title,
    .home-e-services .service-card:hover .service-content {
        color: white;
    }

.home-team,
.home-statistics {
    padding-top: 75px;
    padding-bottom: 100px;
}

    .home-team .title,
    .home-statistics .title {
        text-align: center;
        padding-bottom: 70px;
    }

        .home-team .title > span,
        .home-statistics .title > span {
            display: inline-block;
            position: relative;
        }

            .home-team .title > span:after,
            .home-statistics .title > span:after {
                position: absolute;
                content: " ";
                bottom: -30px;
                height: 3px;
                background-color: rgb(21, 204, 202);
                width: 70%;
                left: 15%;
            }

    .home-statistics .st-card1 {
        width: 130px;
        border: 2px solid black;
        border-radius: 10px;
        padding: 10px;
        color: black;
        position: relative;
        z-index: 10;
        margin-bottom: 25px;
    }

        .home-statistics .st-card1 img {
            height: 35px;
            margin: auto;
        }

    .home-statistics .st-title {
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        padding-bottom: 15px;
    }

    .home-statistics .st-content {
        text-align: center;
    }

    .home-statistics .st-content-title {
        font-weight: bold;
    }

    .home-statistics .st-card1:after {
        position: absolute;
        height: 12px;
        width: 60%;
        background-color: rgb(63,84,208);
        bottom: -13px;
        left: 20%;
        content: " ";
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        z-index: 0;
    }

    .home-statistics .sub-title {
        font-weight: bold;
        margin-top: 15px;
    }

.st-top {
    padding-bottom: 75px;
}

.home-team .inner-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(250, 249, 248);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    margin-top: 50px;
}

.home-team .st-padding {
    padding-right: 25px;
    padding-left: 25px;
}

.home-team .first-row {
    padding-bottom: 50px;
}

.home-footer .footer-gradiant {
    height: 150px;
    background: rgb(63,85,208);
    background: linear-gradient(90deg, rgba(63,85,208,1) 0%, rgba(69,137,197,1) 40%, rgba(78,219,181,1) 100%);
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
    position: relative;
    padding-left: 100px;
}

    .home-footer .footer-gradiant img.footer-right {
        height: 190px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .home-footer .footer-gradiant .logo-light {
        height: 90px;
        margin-top: 30px;
    }

.home-footer .all-rights-reserved {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: .25em;
    box-sizing: border-box;
    min-height: 80px;
    font-size: .875rem;
}

.home-footer .footer-note {
    padding-top: 25px;
}

.justify-vertical-content {
    min-height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .justify-vertical-content > h5 {
        font-size: 25px;
    }

img.oman-vision {
    width: 130px;
}

img.oman-bld {
    height: 55px;
}

a.logged-in-user {
    font-size: 18px;
}

    a.logged-in-user > span {
        padding: 3px;
        border: 1px solid blue;
        border-radius: 50%
    }


.f20 {
    font-size: 20px;
}

a.to-top-anchor {
    position: fixed;
    padding: 10px;
    border-radius: 50%;
    background-color: rgb(53, 75, 184);
    color: white !important;
}

    a.to-top-anchor:hover {
        box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    }

[dir="rtl"] a.to-top-anchor {
    transform: rotate(0.25turn);
}

.hidden {
    display: none;
}

.bold {
    font-weight: bold;
}

.black {
    color: black !important;
}

@media (max-width: 959.9px) {
    .center-on-small {
        text-align: center;
    }

    .home-cover .main-cover-logo {
        width: 90%;
        margin: auto;
    }

    .system-description {
        margin-top: 50px;
        font-size: 1.3rem;
        text-align: center;
    }

    .home-about {
        height: auto;
        padding-bottom: 80px;
    }

        .home-about .with-padding h1 {
            margin-bottom: 65px;
            text-align: center;
        }

            .home-about .with-padding h1:after {
                position: absolute;
                bottom: -20px;
                right: 30%;
                width: 40%;
                height: 5px;
                content: " ";
                background-color: white;
            }

    .justify-on-small {
        text-align: justify;
    }

    a.to-top-anchor {
        bottom: 10px;
        left: 10px;
    }

    .home-e-services .service-card {
        height: auto;
        margin-bottom: 50px;
    }

        .home-e-services .service-card .service-content {
            height: auto;
            margin-bottom: 35px;
        }

    .home-statistics .st-card1 {
        margin: auto auto 50px auto;
    }

    .home-team .mg-top {
        margin-top: 22px;
    }

    .home-footer .footer-gradiant {
        margin-right: 10px;
    }

    .all-rights-reserved {
        padding-bottom: 50px;
    }
}

@media (min-width: 960px) {
    .ps-50 {
        padding-right: 50px;
    }

    .home-cover .main-cover-logo {
        width: 350px;
        margin-bottom: 35px
    }

    .f40 {
        font-size: 40px;
    }

    .uk-text-justify-m {
        text-align: justify;
    }

    .home-about {
        height: 600px;
    }

        .home-about .with-padding h1 {
            margin-bottom: 45px;
        }

            .home-about .with-padding h1:after {
                position: absolute;
                bottom: -20px;
                right: 0;
                width: 40%;
                height: 5px;
                content: " ";
                background-color: white;
            }

        .home-about .hirarchy {
            height: 350px;
            margin: auto;
        }

    a.to-top-anchor {
        bottom: 50px;
        left: 50px;
    }

    .home-e-services .service-card {
        height: 225px;
    }

        .home-e-services .service-card .service-content {
            height: 120px;
        }

    .home-team .mg-top {
        margin-top: 12px;
    }

    .home-footer .footer-gradiant {
        margin-right: 100px;
    }
}
.uk-navbar-dropdown.optima-custom {
    border-top: 8px solid rgb(79, 223, 180);
    border-bottom: 8px solid rgb(79, 223, 180);
    padding: 0 !important;
}
.uk-navbar-dropdown.optima-custom li {
    padding: 5px 10px;
}
.search-page .page-title {
    margin-top: 30px;
    font-size: 30px;
    
    display: inline-block;
   
    border-left: none;
    height: 75px;
    min-width: 241px;
    position: relative;
    /*background-image: url(../images//hh1.png);
    background-repeat: no-repeat;*/
}
.search-page .page-title > span {
    display: block;
    padding-top: 10px;
    position: absolute;
    left: 0;
    right:0;
    bottom: 0;
    top: 0;
    padding-top: 28px;
    color: rgb(110, 122, 123);
}
.search-page .page-title img {
    width: 250px
}
.search-page .search-wrapper {
    padding-top: 35px;
}
.search-page .search-wrapper h2 {
    text-align: center;
    color: rgb(65,65,65);
    font-size: 24px;
}
.search-page .search-wrapper .search-area {
    max-width: 700px;
    margin: auto;
}
.search-page .search-wrapper .search-area .uk-input {
    border-radius: 10px;
}
    .search-page .search-wrapper .search-area .uk-button {
        border-radius: 10px;
    }
.search-page .uk-fab {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    padding: 0;
    background-color: rgb(21, 204, 202);
    font-weight: bold;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .13), 0 1px 2px 0 rgba(0, 0, 0, .11);
    padding-top:5px;
}
.search-page .form-wrapper {
    border-radius: 10px;
    border: 1px solid rgb(110, 122, 123);
    padding: 25px 20px;
    max-width: 750px;
    margin: auto auto 50px auto;
}
.search-page .form-outer {
    padding-top: 50px;
}
.search-page .form-wrapper .uk-textarea {
    height: 120px;
    border-radius: 10px;
}

.uk-form-custom.file-selector label {
    display: inline-block;
    padding-right: 25px;
}

.page-loading-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: 9999;
    align-items: center;
    display: flex;
    justify-content: center;
}
body.loading {
    overflow: hidden;
}
body:not(.loading) .page-loading-wrapper {
    display: none;
}
.page-loading-wrapper > div {
    background-color: white;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3), 0px 3px 12px 0px rgba(0,0,0,0.22);
}
.animated-image-wrapper img {
    width: 200px;
    opacity: 1;
    /*animation: fadit 3s ease-out;
    animation-iteration-count: infinite;*/
}
@keyframes fadit {
    0% {
        opacity: 0.1;
    }
    20% {
        opacity: 0.2;
    }
    30% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.4;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}
.field-validation-error {
    color: red;
    display: inline-block;
    font-weight: bold;
    padding: 15px;
    font-size: 12px;
}
.field-validation-error:before {
    display: inline-block;
    content: "* ";
}
.search-results-wrapper {
    padding: 50px 15px;
}
.search-results-wrapper .search-result-row {
    margin-bottom: 35px;
    border: 1px solid #ccc;
    border-right: 7px solid rgb(21, 204, 202);
    border-left: 4px solid rgb(21, 204, 202);
    padding: 15px;
    border-radius: 10px;
    color: inherit;
    transition: all 0.4s ease 0s;
}
.search-results-wrapper a {
    text-decoration: none;
    color: inherit;

}
.search-results-wrapper a:hover .search-result-row {
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.1);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.1);
    transition: all 0.4s ease 0s;
}
.no-results-wrapper {
    color: red;
    font-weight: bold;
}
.search-wrapper .uk-button-primary {
    background-color: rgb(21, 204, 202);
}