
@font-face {
    font-family: 'Almarai-Bold';
    src: url('/fonts/Almarai-Bold.TTF');
    src: url('/fonts/Almarai-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Almarai-Bold.woff2') format('woff2'), url('/fonts/Almarai-Bold.woff') format('woff'), url('/fonts/Almarai-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almarai-Regular';
    src: url('/fonts/Almarai-Regular.TTF');
    src: url('/fonts/Almarai-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Almarai-Regular.woff2') format('woff2'), url('/fonts/Almarai-Regular.woff') format('woff'), url('/fonts/Almarai-Regular.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

a, p,label,button,li {
    font-family: 'Almarai-Regular';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Almarai-Bold';
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p {
    font-size: 15px;
}

a {
    font-size: 15px;
}

.lightgray {
    color: #A5A5A5;
}

.white {
    color: white !important;
}

body {
    background-color: white;
    direction: rtl;
    font-size: 14px;
    font-family: 'Almarai-Regular';
}

.mainmenu {
    padding: 10px 20px;
    margin-top: 20px;
    z-index: 10000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 30px 5%;
}

    .mainmenu .navbar-light .navbar-nav .nav-link {
        font-size: 20px;
        font-family: 'Almarai-Regular';
        color: #7B8085;
    }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: .5rem;
    }
}


.lightborder {
    width: 38px;
    height: 38px;
    padding: 7px;
    margin: 0px 5px;
    background: #004F73 !important;
}

    .lightborder button {
        padding: 0;
    }

    .lightborder a {
        font-size: 20px !important;
        font-family: 'Almarai-Regular';
        color: #fff;
    }

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    transform: translateY(-100%);
    background: rgba(2,49,65,.9);
    z-index: 1000000000;
}


.btn-close {
    box-sizing: content-box;
    width: 27px;
    height: 27px;
    padding: .25em .25em;
    color: #000;
    background: url("/images/whiteclose.png") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: 1;
}


.offcanvas-header .btn-close {
    padding: 0.5rem 5.5rem;
    margin-top: -.5rem;
    margin-right: -.5rem;
    margin-bottom: -.5rem;
}

.searchcontent h1 {
    font-size: 40px;
    color: white;
    font-family: 'Almarai-Regular';
}

.searchcontent input {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid white;
    width: 100%;
    margin-top: 100px;
    padding: 10px 0px;
    color: white;
    font-size: 24px;
    font-family: 'Almarai-Regular';
}

    .searchcontent input::placeholder {
        color: white;
        font-size: 24px;
        font-family: 'Almarai-Regular';
    }

.searchbtn {
    background: #9CC86E;
    border-radius: 20px;
    color: white;
    font-size: 14px;
    padding: 13px 55px;
    border: none;
    margin-top: 35px;
}

.searchcontent {
    margin-top: 12%;
    text-align: right;
}
button {
    outline: transparent;
}

.dropdown-item {
    display: inline;
    width: 100%;
    padding: 10px 0rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: normal;
    background-color: transparent;
    border: 0;
    font-size: 13px;
}

    .dropdown-item:hover {
        background-color: transparent;
    }

    .dropdown-item .d-flex {
        padding: 8px 15px;
    }

        .dropdown-item .d-flex:hover {
        }

    .dropdown-item img {
        padding-left: 10px;
    }

.dropdown-menu {
    min-width: 23rem;
    border-radius: 0;
}

#smalldrop {
    min-width: 20rem;
}

    #smalldrop .innermenu {
        padding: 0px 15px;
    }

.dropdown-menu[data-bs-popper] {
    top: 135%;
    left: 0;
    margin-top: 0.125rem;
    border-top: 2px solid #80c781;
}

.innermenu {
    padding: 0px 20px;
}

.imge {
    height: 20px;
    position: relative;
    top: -1px;
    padding-right: 10px;
}


.triggermenu {
}

    .triggermenu ul.toggle {
        position: relative;
        top: -5px;
        right: 5%;
        width: 28px;
        height: 28px;
        cursor: pointer;
        z-index: 100;
        left: 0;
        right: 0;
        margin-bottom: 0;
    }

        .triggermenu ul.toggle:active {
            position: relative;
            top: 0px;
            right: 5%;
            width: 25px;
            height: 28px;
            cursor: pointer;
            z-index: 100;
            left: 0;
            right: 0;
            margin-bottom: 0;
        }

        .triggermenu ul.toggle::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            color: #262626;
            font-size: 27px;
            line-height: 50px;
            transition: .5s;
        }

        .triggermenu ul.toggle li {
            list-style: none;
            background: #7B8085;
            position: absolute;
            left: 5%;
            width: 80%;
            height: 1px;
            transform: translate(0,-50%);
            transition: .9s;
        }

            .triggermenu ul.toggle li:nth-of-type(1) {
                top: 20%;
            }

            .triggermenu ul.toggle li:nth-of-type(2) {
                top: 50%;
            }

            .triggermenu ul.toggle li:nth-of-type(3) {
                top: 80%;
            }

.container ul.toggle.active li {
    background: #fff;
}

.triggermenu ul.toggle.active {
    position: absolute;
    top: 0px;
    width: 40px;
    height: 30px;
    cursor: pointer;
    z-index: 1000;
    right: 0px;
    left: 94.5%;
    margin-bottom: 0;
}

    .triggermenu ul.toggle.active::after {
        content: '';
        color: #1D1D1D;
        font-size: 14px;
        top: -11px;
        right: -39px;
        padding: 1px 8px;
        width: 88px;
        border-radius: 5px;
        height: 34px;
        z-index: 100;
    }

    .triggermenu ul.toggle.active li:nth-of-type(1) {
        top: 50%;
        transform: translate(0,-50%) rotate(45deg);
    }

    .triggermenu ul.toggle.active li:nth-of-type(2) {
        top: 50%;
        opacity: 0;
    }

    .triggermenu ul.toggle.active li:nth-of-type(3) {
        top: 50%;
        transform: translate(0,-50%) rotate(-45deg);
    }


.triggermenu .fullscreen-menu {
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100vh;
    background-color: #006285;
    background-image: url(../images/menubg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    transition: .9s;
    z-index: 100;
}

    .triggermenu .fullscreen-menu.active {
        right: 0;
    }

    .triggermenu .fullscreen-menu ul.menu {
        position: absolute;
        top: 50%;
        width: 100%;
        text-align: center;
        transform: translateY(-50%);
    }

        .triggermenu .fullscreen-menu ul.menu li {
            list-style: none;
            position: relative;
        }

            .triggermenu .fullscreen-menu ul.menu li a {
                display: inline-block;
                position: relative;
                padding: 20px 40px;
                font-family: 'Almarai-Bold';
                background: transparent;
                color: #fff;
                text-decoration: none;
                font-size: 25px;
            }

                .triggermenu .fullscreen-menu ul.menu li a:hover {
                    background: transparent
                }


.menuA .navbar-nav {
    width: 100%;
}

.addpadding {
    padding: 0px 35px;
}

.menuA .navbar-light .navbar-nav .nav-link {
    color: #212121;
    font-size: 15px;
    font-family: "Cairo-Bold",Helvetica,Arial,sans-serif;
    letter-spacing: 0.7px;
    padding-right: 15px;
    padding-left: 15px;
}

.menuA .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.homeicone {
    border-left: 1px solid #e6e6e6;
    padding: 10px 20px;
}

.triggermenu {
    padding: 10px 10px;
    height: 37px;
    position: relative;
    bottom: 30px;
}

.boder-menu {
    background-color: #e6e6e6;
    height: 1px;
}

.T-menu p {
    font-size: 16px;
    font-family: 'Almarai-Bold';
    color: white;
}

.T-menu a {
    font-size: 14px;
    font-family: 'Almarai-Bold';
    color: white;
    font-family: 'Almarai-Regular';
    margin-top: 20px;
}

.marginTop {
    margin-top: 100px;
}

.Menub a {
    text-decoration: none;
    color: white;
    font-size: 13px;
    padding: 0px 10px;
    font-family: 'Almarai-Regular';
}

.Menub {
    margin-top: 21px;
    margin-right: 23px;
}



.menubpart2 .lightborder a {
    padding: 0px;
    font-size: 18px;
}


#carouselExampleCaptions {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    /*height: 560px;*/
}

  

    #carouselExampleCaptions .carousel-caption p {
        line-height: 2rem;
    }

    #carouselExampleCaptions .carousel-caption {
        position: absolute;
        right: 0%;
        z-index:999999;
        bottom: 1.25rem;
        left: 13%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
        top: 50%;
        text-align: left;
        width: 37%;
    }


    #carouselExampleCaptions .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 13px;
        height: 13px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: transparent;
        background-clip: padding-box;
        border: 0;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border: 2px solid white;
        border-radius: 100%;
        opacity: 1 !important;
        transition: opacity .6s ease;
    }


    #carouselExampleCaptions .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        right: unset;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-left: 3%;
        margin-bottom: 25rem;
        margin-right: 15%;
        list-style: none;
        top: 25%;
        bottom: -35%;
    }

.owl-dot {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 13px;
    height: 13px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border: 1px solid grey;
    border-radius: 100%;
    opacity: .5;
    transition: opacity .6s ease;
}

.owl-dots {
    margin-top: 3rem;
}

    .owl-dots .active {
        background-color: #9CC86E;
        opacity: 1;
    }

.intro {
    height: 100px;
    text-align: center;
    /*margin-top: 180px !important;*/
    width: 60%;
    margin: 0 auto;
}

    .intro p {
        color: #7B8085 !important;
        font-size: 17px !important;
        font-family: 'Almarai-Regular';
    }

.storybanner {
    position: relative;
    box-shadow: 0;
    height: 274px;
    top: -100px;
}

.imgdata {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: left;
    padding: 33px;
    z-index: 1000;
}


    .imgdata h6 {
        font-size: 18px;
    }

    .imgdata p {
        font-size: 15px;
        font-family: 'Almarai-Regular';
    }

.pattern {
    background-image: url(../images/bg.png);
    height: 223px;
    background-repeat: no-repeat;
}

.box21 {
    box-shadow: none;
}

    .box21::after, .box21::before {
        content: "";
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background: rgba(0, 98, 133, 0.5);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

#carouselExampleCaptions .carousel-indicators button {
    margin-bottom: 5px;
}

.values h4 {
    margin-bottom: 30px;
    padding-right: 20px;
}

.values {
    margin-top: 50px;
}

.aboutus {
    position: relative;
    margin-top: -40px;
    background-image: url(../images/aboutbg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.timeline {
    min-height: 371px;
    padding: 50px 60px;
    position: relative;
}

.bolets {
    position: absolute;
    left: -7px;
}

p {
    line-height: 2.5rem;
}

.paddingtop {
    padding-top: 60px;
}

.readmore {
    background-color: #88A6C4;
    border-radius: 20px;
    padding: 13px 36px;
    color: white;
    border: none;
    margin-top: 31px;
    font-size: 15px;
}


.readmore2 {
    background-color: #9CC86E;
    border-radius: 20px;
    padding: 13px 36px;
    color: white;
    border: none;
    margin-top: 31px;
    font-size: 15px;
}

    .readmore2:hover {
        background: #7ea259 !important;
        transition: 0.5s ease-in;
    }

.location {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 9px 36px;
    color: white;
    border: none;
    margin-top: 31px;
    font-size: 15px;
}

    .location:hover {
        background-color: rgba(0,0,0,0.7);
        transition: 0.5s ease-in;
    }

.readmore:hover {
    background-color: #5e7a97;
    transition: 0.5s ease-in;
}


#carouselExampleIndicators .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: left;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 9%;
    list-style: none;
    top: 44px;
    left: 0;
}



#carouselExampleIndicators2 .carousel-indicators [data-bs-target] {
    text-indent: 0px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid white;
    opacity: 1;
    transition: opacity .6s ease;
    color: white;
}


#carouselExampleIndicators2 .carousel-indicators .active {
    opacity: 1;
    background-color: #9CC86E;
    border: none;
}

    #carouselExampleIndicators2 .carousel-indicators .active:hover {
        background-color: #7ea259;
        transition: 0.5s ease-in;
    }

#carouselExampleIndicators2 .carousel-indicators .notactive:hover {
    background-color: #7ea259;
    transition: 0.5s ease-in;
}

#carouselExampleIndicators2 .carousel-indicators {
    position: absolute;
    right: unset !important;
    bottom: 0;
    left: -35px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    /*margin-left: -1%;*/
    list-style: none;
    top: 36px;
    height: 10%;
}

    #carouselExampleIndicators2 .carousel-indicators [data-bs-target] {
        width: 200px !important;
        height: 43px !important;
        border-radius: 20px !important;
    }

#carouselExampleIndicators2 p {
    font-family: 'Almarai-Regular';
    margin-top: 10px;
}


.Presence {
    background-image: url(../images/mapbg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 560px;
    padding-top: 120px;
    height: 560px;
    background-color: #F9FBFB;
}

.job {
    background-image: url(../images/job.png);
    background-size: cover;
    min-height: 425px;
    padding-top: 100px;
}


#carouselExampleIndicators2 .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 1.25rem;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: -13px;
    text-align: left;
}

.sectionbox {
    border: 1px solid white;
    padding: 42px 10px;
    border: 1px solid white;
    padding: 30px;
    height: 176px;
}

    .sectionbox:hover {
        background-color: #9CC86E;
        transition: 0.5s ease-in;
    }

.widthoutborder {
    border: none !important
}


.paddingtop2 {
    padding-top: 150px;
}

.news {
    padding: 30px 0;
}

    .news .card {
        width: 100%;
    }

    .news .card-title {
        font-size: 15px;
        min-height: 40px;
        height: 40px;
        line-height: 1.4;
    }

    .news button {
        text-align: center !important;
    }

    .news .card {
        padding: 15px;
        ;
        border-radius: 20px;
        margin: 30px 0px;
    }

    .news .card-img-top {
        border-radius: 10px;
    }

.footer {
    background-color: #F1F1F1;
    min-height: 290px;
    background-image: url(../images/footerbg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-attachment: fixed;
}

.footermenu a {
    color: white;
    text-decoration: none;
    font-family: 'Almarai-Regular';
    font-size: 13px;
}

    .footermenu a:hover {
        color: #9cc86e;
    }


.footermenu p {
    color: white;
    text-decoration: none;
    font-family: 'Almarai-Regular';
    font-size: 13px;
}

.footer p {
    color: #000000;
    font-family: 'Almarai-Regular';
    font-size: 15px;
}

.footer a {
    color: #000000;
    text-decoration: none;
    font-family: 'Almarai-Regular';
    font-size: 15px;
    z-index: 99999999999999999;
}

.padding-top3 {
    padding-top: 60px;
}

path {
    transition: fill .1s linear
}

.hovermap:hover {
    fill: #80c781 !important;
}

.Presence {
    padding-right: 5%;
    padding-left: 5%;
}

.tooltip {
    font-size: 17px;
    font-family: 'Almarai-Bold';
}

#svg2 {
    fill: #999999;
    height: auto;
    width: 119% !important;
    margin-left: -34%;
    position: relative;
    top: 0px !important;
}



/* inner page style */
.innerheader {
    height: 520px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.breadcrumbsdiv {
   
}

  

        .breadcrumbsdiv .breadcrumb a {
            color: white;
        }

.breadcrumb-item.active {
    color: white;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-right: 0.5rem;
    color: #6c757d;
    content: url(/images/breadcrumbarrow.png);
}

.innerbody {
    padding: 40px 0px;
    background-image: url(../images/bginner.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.share {
    padding: 10px 20px;
    float:left
}

.at-style-responsive .at-share-btn {
    padding: 2px !important;
    background-color: transparent !important;
}

.img-fluid {
    margin: 0 auto !important;
}

#carouselExampleIndicators2 .carousel-item {
    height: 500px;
}
/*lists styles*/
.block-card {
    padding: 15px;
    border-radius: 20px;
    margin: 30px 0px;
    margin-top: 30px;
    width: 100%;
}

    .block-card img {
        border-radius: 10px;
        min-height: 200px;
        height: 201px;
    }


    .block-card .card-breif {
        min-height: 45px;
        height: 45px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

.listview-card .Date-text {
    color: #74B36E;
    height: 21px;
}

.listview-card .card-title {
    color: black;
}

.listview-card .Brif-text {
    min-height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-image {
    border-radius: 5px !important;
    min-height: 187px;
}

.document-header, .table-striped thead tr {
    background-color: #88A6C4;
    padding: 20px 20px !important;
    color: white !important;
}

    .document-header .col-3, .document-header .col-2 {
        color: white !important;
    }

.table-striped .td:nth-child(odd) {
    background-color: #e9eef4;
}

.table-striped .td:nth-child(even) {
    background-color: transparent;
}

.document-body {
    padding: 15px 20px !important;
    border: none !important;
}

.CurrentPageClass {
    display: inline-block;
    border: 1px solid grey;
    padding: 10px 15px;
    border-radius: 50%;
    background-color: #74B36E;
    color: white;
    margin: 0px 5px;
}

.table > :not(:first-child) {
    border: none !important;
}

.table > :not(caption) > * > * {
    padding: 20px 20px;
}

.table-striped tbody tr:nth-child(even) {
    background-color: #e9eef4 !important;
}

.table-striped tbody tr:nth-child(odd) {
    background-color: white !important;
}

.table {
    --bs-table-striped-bg: rgba(0, 0, 0, 0.0);
}

#Categories {
    height: 44px;
    border-radius: 20px;
}

.select .option {
    font-size: 20px;
    color: #AAAAAA;
}

.form-group input {
    margin-top: 0px !important;
    color: white !important;
    font-size: 1.8rem;
    border: none;
    background-color: #74b36e !important;
}

.dropdown-form {
    padding: 0px;
}

.search-box {
    border-top: 3px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 40px 0px 30px 0px;
}

.text-field-radius {
    border-radius: 5px;
}

.forms-label-margin {
    /*margin-left:10px;*/
    font-weight: 700;
}

.line-footer {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.modal-content {
    top: 150px;
}

.modal-body h5 {
    text-align: center;
}

.modal-body button {
    text-align: center;
    margin-top: 10px !important;
}

.LanguageModal {
    z-index: 999999999999 !important;
    background: rgba(0,0,0,0.5);
}

.links {
    padding: 30px 10PX 0px 10px;
    margin: 12% 5%;
    text-align: center;
    min-height: 100px;
    background-color: #88A6C4 !important;
}

.links1 {
    padding: 30px 10PX 0px 10px;
    margin: 12% 5%;
    text-align: center;
    min-height: 100px;
    background-color: #096488 !important;
}

.links2 {
    padding: 30px 10PX 0px 10px;
    margin: 12% 5%;
    text-align: center;
    min-height: 100px;
    background-color: #9CC86E !important;
}

.links3 {
    padding: 30px 10PX 0px 10px;
    margin: 12% 5%;
    text-align: center;
    min-height: 100px;
    background-color: #A5A5A5 !important;
}

.boxstyling {
    padding: 40px;
    box-shadow: 6px 0px 10px rgb(0 0 0 / 18%);
    margin-top: 20px;
    border-left: 3px solid #88A6C4;
    border-radius: 18px;
}

#subCategories {
    border-radius: 20px;
}

.echo-link {
    float: left;
}

.innerHeaderTitle {
    padding-top: 200px;
}

    .innerHeaderTitle h1 {
        padding-left: 0rem;
        position: relative;
    }

.submenuFontSize {
    font-size: 13px !important;
    line-height: 1.4;
}

.shadeBox {
    background-image: linear-gradient( 90deg, rgba(255,255,255,.32157) 0%, rgba(255,255,255,0.25) 100%);
    height: 520px;
}

.shadeBox1 {
    background-image: linear-gradient( 90deg, rgba(0,0,0,0.32157) 0%, rgba(0,0,0,0) 100%);
    height: 500px;
}

.umbraco-forms-field-wrapper input {
    border-radius: 5px;
}

.umbraco-forms-field-wrapper textarea {
    border-radius: 5px 5px 0px 5px;
}

.umbraco-forms-navigation .btn {
    background-color: #88A6C4;
    border-radius: 5px;
    padding: 10px 36px;
    color: white;
    border: none;
    font-size: 13px;
}

    .umbraco-forms-navigation .btn:hover {
        background-color: #5e7a97;
        transition: 0.5s ease-in;
    }

.umbraco-forms-indicator {
    color: red;
}

.umbraco-forms-label {
    margin: 10px 0px;
}

.umbraco-forms-field .help-block {
    margin: 5px 0px;
}

.readmoreListView a {
    position: relative;
    bottom: -20px;
    padding: 10px 36px;
}

.responsiveListViewImage {
    padding-left: 15px;
}

.sitemapSubList {
    border-left: 1px solid #85c57f;
    padding-left: 15px;
}

.umbraco-forms-form input.text, .umbraco-forms-form textarea {
    margin-bottom: 25px;
}

.umbraco-forms-container .umbraco-forms-field {
    margin-bottom: 1.5rem;
}

.owl-nav button {
    background-color: transparent;
    border: none;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 210px;
}

.owl-nav .owl-prev {
    left: 0px;
}

.owl-nav .owl-next {
    right: 2px;
    transform: rotate(180deg);
}

.arrowpostion {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
}

.introductionreadmore {
    background-color: #9CC86E;
    border-radius: 20px;
    padding: 12px 30px;
    width: 160px;
    height: 40px;
    margin-top: 25px;
}

    .introductionreadmore a {
        color: #fff !important;
    }

.introduction {
    /* background-color: #F6F9F9; */
    height: 605px !important;
    padding-top: 100px !important;
    background-image: url(/images/layer.png);
    background-size: cover;
    background-position: 8px;
    background-repeat: no-repeat;
}

.layer {
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-size: 340px;
    background-position: center;
}

.video {
    position: relative;
    bottom: 25px;
}

.categoryitem {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 0px;
    padding: 10px 0px 0px 14px;
}

.values .active {
    background-color: #ACD5F0;
    border-radius: 5px;
}

    .values .active h4 {
        color: #fff !important;
    }

.greenborder:before {
    content: '';
    position: absolute;
    top: 50px;
    left: -9px;
    margin: 0 auto;
    width: 0;
    height: 79%;
    border-right: 5px solid #9CC86E;
}

.greenborder:after {
    content: '';
    position: absolute;
    transform: rotate(90deg);
    left: -20px;
    margin: 0 auto;
    top: 90px;
    width: 0;
    height: 0;
    border-top: 9px solid #9CC86E;
    border-right: 10px solid transparent;
    border-left: 9px solid transparent;
}

.values .active img {
    margin-top: 8px;
}

.number {
    color: #9CC86E;
}

.more {
    background-color: #9CC86E;
    border-radius: 20px;
    padding: 13px 36px;
    color: white;
    border: none;
    margin-top: 31px;
    font-size: 15px;
}

.carousel-item img {
    /*height: 674px;*/
}
.share {
    display: flex;
}
    .share label {
        padding-left: 10px !important;
        padding-top: 8px !important;
    }
.image-block-dimintions {
    width: 250px !important;
    height: 250px !important;
    margin: auto !important;
}
.maplayer {
    background-size: 600px;
    height: 363px;
    background-position: center left;
}

.categoryitem:last-child {
    border-bottom: 1px solid transparent !important;
}

.polices ul li {
    display: inline-block;
    padding: 0px 5px;
    border-right: 1px solid #000;
}

    .polices ul li:last-child {
        border-right: 1px solid transparent !important;
    }

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-left: 0.5rem;
    color: #99D1A2;
    content: "|";
}

.pagination .active .page-link {
    border-width: 2px;
    background-color: transparent !important;
    border-color: #82A4D6 !important;
    border-radius: 107%;
    padding: 10px 14px;
    height: 38px;
    width: 38px;
    color: #000 !important;
}

#scroll-top {
    width: 41px;
    height: 35px;
    transition: 2s ease;
    position: fixed;
    bottom: 70px;
    left: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #004F73;
    color: white;
    padding-top: 21px;
    cursor: pointer;
    padding: 8px;
    border-radius: 0;
    text-align: center;
}

.nav-pills .nav-link {
    padding: 0px !important;
}

.responsiveimage {
    display: none;
}

.dropdown-menu {
    border-bottom: 4px solid #53a8c4 !important;
    border-left: 1px solid rgba(0,0,0,.15) !important;
}

.dropdown-item .d-row-flex, .submenuFontSize {
    /* -webkit-transition: all 0.3s ease-in-out; */
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dropdown-item:focus .d-row-flex, .dropdown-item:hover .d-row-flex {
    padding-left: 20px;
}

.dropdown-menu .dropdown-item {
    transition: all 0.3s ease-in-out !important;
}

.dropdown-item:focus, .dropdown-item:hover .d-flex {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-menu {
    top: 35px !important;
}

#locationimages img {
    transition: 2s ease;
}

    #locationimages img:hover {
        transform: translateY(-10);
    }

.navbar .nav-item {
    padding: 0px 10px !important;
}

.mainactions {
    position: relative;
    top: 40px;
    height: 0px;
}

.polices {
    display: none !important;
}

.txt-search {
    margin-bottom: 20px;
    width: 100%;
    height: 32px;
    font-size: 15px;
    outline: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 0 15px;
    font-weight: 500;
    color: #959595;
}

.customblock img {
    width: 150px;
    min-height: 150px;
    height: 90px;
    margin: 0 auto;
}

.st-last {
    display: inline-block !important;
}

.sharethis-inline-share-buttons {
    position: relative;
    z-index: 0 !important;
}

.navbar {
    z-index: 99 !important;
}

.active .lightborder:first-child {
    display: none !important;
}

.Menub {
    display: none !important;
}

.box {
    width: 500px;
    margin: auto;
}

    .box .more-text {
        display: none;
    }

    .box .less {
        display: none;
    }

.more-text {
    visibility: hidden !important;
}

#collapseList {
    max-height: 5em;
    overflow: hidden;
    position: relative;
}


    #collapseList.expanded {
        max-height: 200px;
        z-index: 9999999;
        position: relative;
        background: #fff;
    }


.btn-search::after {
    content: "";
    display: block;
    width: 34px;
    background-color: #7B8085;
    position: absolute;
    top: 19px;
    bottom: 0;
    z-index: 0;
    left: 34px;
    height: 1px;
    transform: rotate(90deg);
}

.services {
    background: #F2F2F2;
    padding: 50px 0px;
}

.service-box {
    background: #fff;
    padding: 15px 24px;
    height: 315px;
    width: 280px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    border-bottom: 8px solid #0080A2;
    max-height: 360px;
}

.service-title h5 {
    color: #0080A2 !important;
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Almarai-Regular';
    font-weight:bold;
}

.service-breif p {
    font-size: 16px !important;
}

.service-breif {
    height: 200px;
}

.service-readmore {
    color: #fff !important;
    position: absolute;
    width: 100%;
    bottom: 20px;
    right: 225px;
}
.service-readmore {
    color: #fff !important;
}

    .service-readmore a {
        color: #000;
    }

.carousel-indicators .active .inner-circle {
    border: 1px solid #00B2E3;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    margin-top: 0px;
    border-radius: 50%;
    background-color: #00B2E3;
}

.secondarymenu {
    position: relative;
    bottom: 30px;
}

.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    pointer-events: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: transparent;
}

.search--open .search-ip {
    z-index: 999999 !important;
    position: relative;
}

.search--open .search-ip {
    opacity: 1;
    transition: 0.4s;
}

.search-frm {
    position: relative;
    margin: 2em 0 2em;
    transform: scale(0);
    transition: 0.9s;
    transform-origin: center top;
}

.search-ip {
    font-family: inherit;
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 600px;
    padding: 1.25em;
    text-align: right;
    color: rgb(255, 255, 255);
    border: none;
    background: transparent;
    opacity: 0;
    transition: opacity 0.4s;
    transition: 0.3s;
    height: 70px;
}

.search--open .search-frm-inner {
    transform: translate3d(0, 0, 0);
    transition: none;
}

.search-frm-inner {
    position: relative;
    z-index: 10;
    overflow: hidden;
    transform: translate3d(0, -50px, 0);
    transition: transform 0.4s;
}

.search::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    background-image: url(../../images/searchbg.png);
    background-size: left center;
    background-repeat: no-repeat;
}

.search--open::before {
    opacity: 1 !important;
}

.search--open .search-cls {
    opacity: 1 !important;
}

.search-cls {
    position: absolute;
    top: 37px;
    right: 11%;
    display: none;
    background: #eaba82;
    opacity: 0;
    transition: opacity 0.4s;
    background: none;
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
}

.search--open {
    pointer-events: auto;
}

.search::before {
    opacity: 0;
    transition: opacity 0.4s;
}

.search.search--open .search-frm {
    transform: scale(1) !important;
}

.search-frm-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 105%;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    z-index: -1 !important;
}

.search2 {
    background-color: #004F73;
    color: White;
    padding: 8px 34px;
    border: none;
    margin-top: 21px;
    border-radius: 2;
}

.search-cls span::after {
    transform: translateY(-50%) rotate(-45deg) !important;
}

.search-cls span::before, .search-cls span::after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 5px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.search-cls {
    display: block !important;
}

    .search-cls span::before, .search-cls span::after {
        position: absolute;
        content: "";
        background: #ffffff;
        width: 5px;
        height: 24px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #fff;
    border: 0;
    opacity: .25;
}

input:focus-visible {
    outline-offset: -2px !important;
    -webkit-appearance: textfield !important;
}

#collapseList {
    list-style: disc !important;
}
.list li {
    list-style: disc !important;
}
.innerHeaderTitle h2, .breadcrumb-item a, .share label, .breadcrumb .active {
    color: #fff !important;
}
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 70px;
    z-index: 9999999;
    margin: 0px;
    /* transition: all 0.5s; */
    background: white !important;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.40);
}

#carouselExampleCaptions .carousel-caption {
    width: 472px;
    height: 158px;
}

.grey-header {
    background-color: #7B8085;
    width: fit-content;
    padding: 20px 30px 20px 30px;
    margin: -15px;
    margin-top: -15px;
    margin-top: 20px;
    opacity: .80;
}

.breadcrumb{
    padding-top:10px !important;
}