:root {
    --font-face: 'Almarai', sans-serif;
    --light-pale-grey: rgb(231 234 254 / 60%);
    --dark-royal-blue: #06107A;
    --night-blue: #030949;
    --very-light-grey: #CFCFCF;
    --white: #fff;
    --brown-grey: #AFAFAF;
    --text-grey: #8F8F8F;
    --text-bale-grey: #8F8F8F;
    --gradient-blue: linear-gradient(90deg, rgba(7, 22, 171, 1) 0%, rgba(3, 9, 73, 1) 50%);
    --cobalt-blue: #0716AB;
    --carchol-grey: #464749;
    --bale-grey: #E7EAFE;
    --gradient-bale-grey: rgb(231 234 254 / 30%);
    --blue-light: #d0d3eb
}

/*body*/
body {
    font-family: var(--font-face);
    color:var(--carchol-grey);
    font-size: 1.2rem;
}

.anspress { font-family: var(--font-face); }

/*
h1,h2,h3,h4,h5,h6{
    color:var(--carchol-grey);
}
/*common*/
.text-primary {
    color: var(--dark-royal-blue) !important;
}

.bg-dark-blue {
    background: var(--dark-royal-blue) !important;
}

.bg-light-blue {
    background: var(--bale-grey)
}

a {
    color: var(--dark-royal-blue);
    text-decoration: none;
}

a:hover {
    color: var(--night-blue);
}

.btn-primary {
    background: var(--night-blue) !important;
    border-color: var(--night-blue) !important;
}

.btn-primary:hover {
    background: var(--dark-royal-blue) !important;
    border-color: var(--dark-royal-blue) !important;
}
.btn-outline-primary {
    color:var(--dark-royal-blue) !important;
    border-color:var(--dark-royal-blue) !important;
}
.btn-outline-primary:hover {
    color:white !important;
    background:var(--dark-royal-blue) !important;
}
.text-grey {
    color: var(--text-bale-grey)
}

.rounded-5 {
    border-radius: 50px;
}

/* Header */
.site--header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9
}

.site--header--top-bar-element {
    color: var(--white);
    font-size: 19px
}
.site--header--top-bar-element a{
    color:var(--white);
}
.site--header--top-bar-element i {
    font-size: 25px;
}

.form-search {
    color: var(--white);
    border: 0px solid !important;
    padding: 0;
    max-width: 70px;
    font-size: 18px;
}

.form-search::placeholder {
    color: var(--white)
}

.form-search:focus {
    color: var(--white);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 /0%);
}

.site--header--top-bar {
    background: var(--light-pale-grey)
}
.site--header .wpml-ls-link{
    color:var(--white);
}
.site--header-navbar {
    background: transparent;
}

.site--header-navbar.darkHeader {
    background: var(--white) !important;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
}

.btn-search {
    background: transparent;
    color: var(--white);
    background: transparent;
}

.btn-search:hover {
    background: transparent
}

.language--link {
    font-size: 19px;
    font-weight: bold;
    color: var(--white);
    text-decoration: none;
}

.social--media-links li {
    margin: 0 15px;
}

.navabar--roya img {
    width: 90px;
}

.site--header-navbar .nav-link {
    color: var(--white);
    font-size: 20px;
}

.site--header-navbar .navbar-brand {
    padding: 0;
}

.site--header .navbar-toggler:focus {
    box-shadow: 0 0 0 0
}

.site--footer-info-icon {
    width: 75px;
    height: 75px;
    line-height: 60px;
    text-align:
        center;
    display: block !important;
    padding: 13px 20px;
    border-radius: 100%;
}

/*footer*/
.site--footer-top {
    background: var(--dark-royal-blue);
    color: var(--white);
}

.site--footer-top-logo img {
    height: 65px;
}

.site--footer-top-text {
    border-left: 3px solid var(--white);
}

.site--footer-bottom {
    background: var(--night-blue);
    color: var(--white);
}

.site--footer-bottom h5 {
    margin-bottom: 30px;
}

.site--footer-bottom ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site--footer-bottom li {
    padding: 10px 0;
    font-size: 17px
}

.site--footer-bottom li a {
    color: var(--white);
    text-decoration: none;
}

.footer--rights {
    background: var(--very-light-grey);
    color: var(--dark-royal-blue);
}

/* page sections */
.site--header--title-style-one {
    font-weight: bold;
}

.site--header--title-style-one h2 {
    display:
        inline-block;
    position:
        relative;
    padding-bottom: 15px;
    font-weight: 800;
}

.site--header--title-style-one h2:after {
    height: 4px;
    content: '';
    position: absolute;
    bottom: 0;
    right: 25%;
    left: 25%;
    background: var(--dark-royal-blue);
    border-radius: 5px;
}

.site--header--title-style-two {
    font-weight: bold;
}

.site--header--title-style-two h2 {
    display:
        inline-block;
    position:
        relative;
    padding-bottom: 15px;
    font-weight: 800;
}

.site--header--title-style-two h2:after {
    height: 4px;
    content:
        '';
    position:
        absolute;
    bottom: 0;
    left: 0;
    right: 75%;
    background:
        var(--dark-royal-blue);
    border-radius: 5px;
}

.page--single-title .breadcrumb {
    display: block;
}

.page--single-title .breadcrumb li {
    display: inline-block;
    color: var(--white);
}

.page--single-title .breadcrumb-item + .breadcrumb-item::before {
    font-family: 'font awesome 5 pro';
    font-weight: 300;
    content:
        "\f104";
    font-size: 19px;
    color: var(--white);
}

.page--single-title .breadcrumb li a {
    color: var(--white);
}

.page--inner-title-style-blog .breadcrumb {
    display: block;
}

.page--inner-title-style-blog .breadcrumb li {
    display: inline-block;
    color: var(--dark-royal-blue);
}

.page--inner-title-style-blog .breadcrumb-item + .breadcrumb-item::before {
    font-family: 'font awesome 5 pro';
    font-weight: 300;
    content:
        "\f104";
    font-size: 19px;
    color: var(--dark-royal-blue);
}

.page--inner-title-style-blog .breadcrumb li a {
    color: var(--carchol-grey);
}

/*box icon */
.icon--box-icon-class {
    font-size: 70px;
    color: var(--dark-royal-blue);
    vertical-align: top;
}

.icon--box-title {
    color: var(--dark-royal-blue);
}

.icon--box-content {
    color: var(--brown-grey);
}

.owl-theme .owl-dots .owl-dot span {
    width: 22px;
    height: 5px;
    margin: 5px 3px;
    background: var(--text-bale-grey);
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--cobalt-blue);
    width: 44px;
}

/*counter*/
.number--counter-number {
    font-size: 80px;
    font-weight: 800;
}

.page--single-title {
    background:
        var(--gradient-blue);
    padding-top: 140px;
}

.page--inner-title-style {
    position:
        relative;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page--inner-title-style:before {
    content: '';
    position:
        absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: var(--cobalt-blue);
    border-radius: 4px;
}

.page--inner-title-style-white h3 {
    color: var(--white);
}

.page--inner-title-style-white:before {
    background: var(--white);
}

.page--inner-title-style-small {
    color:
        var(--brown-grey);
    margin-bottom: 15px;
}

.team--member-box {
    background: var(--gradient-bale-grey);
}

.team--member-box.text-white h3 {
    color: var(--white);
}

.nav--tabs {
    border-color: var(--brown-grey);
}

.vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background: transparent !important;
    border-width: 1px 0 0 0 !important
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab > a {
    background: transparent !important;
    color: var(--brown-grey) !important;
    border-width: 0 0 3px 0 !important;
    border-color: transparent !important;
}

.vc_tta-color-white.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    border-color: var(--white) !important;
    color: var(--white) !important;
}

.nav--tabs .nav-link {
    color: var(--brown-grey);
    border-radius: 0;
    border-width: 0;
}

.nav--tabs .nav-link.active {
    color: var(--white);
    background: transparent;
    border-width: 0 0 3px 0
}

.blog--tabs .nav-link {
    color: var(--carchol-grey);
    border-radius: 0;
    border-width: 0;
    font-size: 1.4rem
}

.blog--tabs .nav-link.active {
    color:
        var(--cobalt-blue);
    background:
        transparent;
    border-width: 0 0 3px 0;
    border-color: var(--cobalt-blue);
}

.list--stars ul {
    padding: 0;
    margin: 30px 0;
    list-style: none;
}

.list--stars li {
    padding: 10px 0;
}

.list--stars li i {
    color: var(--dark-royal-blue)
}

.wpcf7-spinner {
    display: none;
}

form.submitting .wpcf7-spinner {
    display: block;
}

.rmp-icon--star:before {
    content: "\f005";
    font-weight: 100 !important;
}

.rmp-icon--ratings {
    color: var(--dark-royal-blue);
    font-size: 1rem;
}

[class*=" rmp-icon--"],
[class^=rmp-icon--] {
    font-family: 'font awesome 5 pro' !important;
    speak: none;
    font-style: normal;
    font-weight: 100;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blog--post-card {
    position: relative;
    overflow: hidden;
}

.blog--post-links {
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
}

.form--for-icon i {
    font-size: 1.8rem
}

.border-dashed {
    border: 1px dashed var(--brown-grey)
}

.file--upload {
    position: relative;
    color: var(--brown-grey);
    text-align: center;
}

.file--upload::file-selector-button {
    display: none;
}

.file--upload:after {
    content: "\f0ee";
    position: absolute;
    right: 15px;
    color: var(--cobalt-blue);
    font-family: 'font awesome 5 pro';
    font-weight: 300;
}

.jobs--holder-in {
    position: relative;
    overflow: hidden;
    direction: ltr;
}

.jobs--holder-in:after {
    background: url(../img/Hire.webp) no-repeat center top / cover;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 55%;
}

.contact-us-textarea {
    position: relative;
}

.contact-us-textarea textarea {
    height: 100px;
}

.contact-us-textarea:before {
    content: "\f303";
    position:
        absolute;
    right: 15px;
    top: 10px;
    color:
        var(--cobalt-blue);
    font-family: 'font awesome 5 pro';
    font-weight: 300;
    /* width: 30px; */
    /* height: 30px; */
    z-index: 9;
}

.map-marker-box i {
    color: var(--blue-light);
}

/*responsive*/
@media screen and (min-width:250px) and (max-width: 768px) {
    .navabar--roya img {
        width: 55px;
    }

    .navbar-brand img {
        height: 050px
    }

    .navbar-collapse {
        text-align:
            center;
        padding: 0 0 50px 0;
        background:
            var(--dark-royal-blue);
        position:
            absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .site--footer-top-text {
        border-bottom: 3px solid var(--white);
        border-right: 0px solid !important;
        padding-bottom: 15px;
    }

    .jobs--holder-in:after {
        background: transparent;
    }

}
#anspress .ap-questions {
    border: solid 0px #eee;
    box-shadow: 0 0 9px 3px #eee;
}
.ap-display-question-meta{
    direction: ltr
}
#anspress .ap-questions-item {
    border-bottom: 1px solid #cfcfcf;
    box-shadow: none;
    display: table;
    margin: 0;
    padding: 30px 15px;
    width: 100%;
    position: relative;
}
.ap-question-meta{
    padding:30px 0;
}
.anspress .ap-cell apcomment {
    padding: 50px 10px;
}
.anspress apcomment .comment-header {
    font-weight: 400;
    font-size: 17px;
    color: #666;
    margin-bottom: 23px;
}
.ap-btn {
    background: var(--cobalt-blue);
    border: 0px solid;
    border-radius: 2px;
    color: var(--white);
    font-weight: 600;
    line-height: 1.6;
    padding: 12px 16px;
    text-decoration: none;
    vertical-align: middle;
    box-shadow: none;
}
.ap-btn:hover{
    background: var(--cobalt-blue);
}
.ap-editor,.ap-cell-inner{
    margin-top: 50px;
}
.anspress .ap-cell apcomment .ap-comment-content {
    font-size: 20px;
}
.anspress apcomment .comment-header {
    font-weight: 400;
    font-size: 17px;
    color: #666;
    margin-bottom: 23px;
}
.ap-btn.active {
    background: var(--cobalt-blue);
    box-shadow: 0 0 5px rgb(0 0 0 / 20%) inset;
}
.ap-login-buttons{
    display: none;
}
#anspress .ap-taxo-detail{
    padding-bottom: 58px;
}
@media screen and (min-width:769px) and (max-width: 1024px) {
    .site--header-navbar .nav-link {
        font-size: 14px;
    }
}

/* css for faqs */
#ap-categories-widget.ap-cat-wid>li .ap-cat-image {
    float: right;
    position: relative;
    border-radius: 2px;
    margin: 0 10px;
}
.ask--counter-number{
    font-size:90px;
    font-weight: bold;
    line-height: 1;
}
.ask--text{
    position:
    relative;
    padding: 0px 56px 0 0;
}
.ask--text:before{
    content:
    '';
    width:50px;
    height:25px;
    background:
    var(--cobalt-blue);
    position:
    absolute;
    right: 24px;
    left:0;
}
.ap-cradit{
    display: none;
}
.dor-ltr{
    direction: ltr;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #fff !important;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #fff !important;
}
.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{
    background:transparent !important;
	border-color:transparent !important;
}