@font-face {
    font-family: jfflat;
    src: url(/fonts/ArbFONTS-JF-Flat-regular.ttf);
}

.welcome-single.inner h1 {
    font-size: 73px;
}

.welcome-single.inner {
    height: auto;
    padding-top: 200px;
    padding-bottom: 75px;
    background-image: url(/img/page-title.gif);
    background-position: center;
    background-size: cover;
}

.welcome-single.inner-error {
    height: auto;
    padding-top: 250px;
    padding-bottom: 100px;
    /*background-image: url(/img/about/about-bg.jpg);*/
    /*background-position: center;
    background-size: cover;*/
}

    .welcome-single.inner-error h1.icon {
        font-weight: 900;
        font-size: 150px;
    }

.blog-grid-area .single-blog-img span {
    background: #F9C200;
}

.single_blog_text {
    color: #fff;
}

.single-blog-article-area {
    background: #000000;
}

.card-text-box, .card-text-box h6, .card-text-box h2 {
    color: #fff;
}

    .card-text-box h6 {
        text-transform: uppercase;
    }

    .card-text-box h2 {
        text-transform: uppercase;
        font-weight: 700;
    }

    .card-text-box span {
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 1px #fff;
    }



.details-card {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    margin-top: -200px;
    z-index: 9;
    position: relative;
}

    .details-card h3 {
        font-size: 28px;
        color: #0B0C12;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        z-index: 2;
    }

        .details-card h3:after {
            position: absolute;
            content: "";
            height: 100%;
            width: 10px;
            background: #F9C200;
            left: -30px;
            top: 0;
        }

.contact-info {
    font-size: 14px;
    color: #A7A7A7;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    padding-left: 35px;
    font-weight: 400;
    margin-bottom: 15px;
}

    .contact-info span {
        display: block;
        font-size: 18px;
        font-weight: 500;
        color: #0B0C12;
        line-height: 1.4;
    }

    .contact-info i {
        position: absolute;
        height: 30px;
        width: 30px;
        text-align: center;
        line-height: 30px;
        top: 0;
        left: 0;
        font-size: 20px;
    }

    .contact-info p {
        margin: 0;
    }

.map {
    height: 500px;
}

.time-table td {
    padding: 8px;
    font-weight: 400;
}


.contact-form input,
.contact-form textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #858689;
    padding: 10px;
    color: #fff;
}

    .contact-form input::placeholder,
    .contact-form textarea::placeholder {
        color: #858689;
        text-transform: capitalize;
    }

    .contact-form input[type="text"] {
        width: calc(49% - 8px) !important;
    }

        .contact-form input[type="text"]:nth-child(2) {
            float: right !important;
        }

input, textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #858689;
    padding: 10px;
    color: #fff;
}

    input::placeholder, textarea::placeholder {
        color: #858689;
        text-transform: capitalize;
    }

select {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #858689;
    padding: 10px;
    color: #fff;
}

    select option {
        color: #000;
    }

    select:focus > option:checked {
        background-color: #0b0c12 !important;
        color: #fff !important;
    }

/*input[type="text"] {
        width: calc(49% - 8px) !important;
    }

        input[type="text"]:nth-child(2) {
            float: right !important;
        }*/



/*about page css*/



.about-client p {
    font-style: italic;
}

.card-author span {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
}

.card-author h6 {
    font-weight: 400;
}

.single-team {
    background: #fff;
    border-radius: 5px;
    padding: 40px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

    .single-team .team_back {
        position: absolute;
        left: -100%;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 3;
        display: block;
        transition: all .3s;
    }

.team-area .owl-item.active.center .team_back {
    left: 0;
    transition: all .3s;
    cursor: pointer
}



.team-hover-effect {
    position: relative;
    z-index: 2;
    display: flex;
    height: 100%;
    width: 100%;
    padding: 40px;
    align-items: flex-end;
    text-align: left;
}

.team_front {
    background: #fff;
    transition: all .3s
}

.team-hover-effect:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    opacity: .5;
    background: linear-gradient(to bottom, transparent,#3C3C3C);
    left: 0;
    top: 0;
    z-index: 2;
}

.team-hover-effect:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/team/teamhover.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.team-hover-effect.team_bg2:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../img/service/service1.png);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}

.team-back-text {
    z-index: 9;
}

    .team-back-text a {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
    }

    .team-back-text a {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
    }

        .team-back-text a:hover {
            color: #F9C200
        }

.heading h2 {
    text-transform: uppercase;
}

.team-back-text {
    color: #fff;
}

.team_front h5 {
    font-size: 20px;
    color: #2F3035;
    margin: 20px 0;
}

    .team_front h5 span {
        display: block;
        color: #48494D;
        font-size: 17px;
        font-weight: 300;
        margin-top: 5px;
    }

a.team_back h5 {
    color: #fff;
    font-size: 20px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

a.team_back p {
    color: #fff;
    margin: 0;
}


.teams-carousel .owl-nav div {
    background: #F9C200;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    margin-top: -40px;
    left: 32%;
    border: 8px solid #0B0C12;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.teams-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
    top: 50%;
}


.teams-carousel .owl-nav div.owl-next {
    left: auto;
    right: 32%;
    transition: all .3s;
}

.teams-carousel .owl-nav div i {
    color: #0B0C12;
    font-size: 28px;
}

.teams-carousel .owl-nav div:hover {
    border-color: #F9C200;
    background: #0B0C12;
    transition: all .3s;
}

    .teams-carousel .owl-nav div:hover i {
        color: #F9C200;
        transition: all .3s;
    }

.teams-carousel .single-blog-img span {
    background: #F9C200;
}




/*single blog area css*/

.single-blog-article-area .owl-nav div {
    background: #F9C200;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    border-radius: 50%;
    position: absolute;
    top: 45%;
    margin-top: -40px;
    left: -40px;
    border: 8px solid #0B0C12;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}

.single-blog-article-area:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
    top: 50%;
}


.single-blog-article-area .owl-nav div.owl-next {
    left: auto;
    right: -40px;
    transition: all .3s;
}

.single-blog-article-area .owl-nav div i {
    color: #0B0C12;
    font-size: 28px;
}

.single-blog-article-area .owl-nav div:hover {
    border-color: #F9C200;
    background: #0B0C12;
    transition: all .3s;
}

    .single-blog-article-area .owl-nav div:hover i {
        color: #F9C200;
        transition: all .3s;
    }

.single-blog-article-area .single-blog-img span {
    background: #F9C200;
}

.single_blog_mid_single_carousel {
    padding: 30px 60px;
    font-style: italic;
}

    .single_blog_mid_single_carousel .author {
        font-style: normal;
    }

.single_blog_mid_image {
    background: url(../img/welcome/home1.jpg);
    height: 450px;
    border-radius: 10px;
    margin: 40px 0;
}


.cpagination a.page-link {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    padding: 0;
    background: #242424;
    border: navajowhite;
    margin: 0 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

    .cpagination a.page-link:hover {
        background: #F9C200;
        color: #0B0C12;
    }

    .cpagination a.page-link img {
        max-width: 15px;
    }

.cpagination .pagination {
    float: right;
}

.single_comment h5 a {
    float: right;
    font-size: 17px;
    color: #F9C200;
    text-transform: capitalize;
}

.single_comment h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.single_comment {
    position: relative;
    z-index: 2;
    padding-left: 80px;
    border-bottom: 1px solid #24252A;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .single_comment img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 70px;
        border-radius: 50%;
    }

.single_comment_inner_comment > div {
    margin-left: 50px;
}

label {
    color: #fff;
}

.login-captcha {
    text-align: center;
    background: linear-gradient(to left,#F9C200,#FFBD7B);
    color: #000;
    padding: 20px;
    letter-spacing: 20px;
    font-weight: bolder;
    user-select: none;
    font-style: italic;
}

.footer-logo-area img {
    -webkit-filter: drop-shadow(2px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
    filter: drop-shadow(2px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff);
}

.loader {
    margin: 100px auto !important;
    font-size: 25px !important;
    width: 1em !important;
    height: 1em !important;
    border-radius: 50% !important;
    position: relative !important;
    text-indent: -9999em !important;
    -webkit-animation: load5 1.1s infinite ease !important;
    animation: load5 1.1s infinite ease !important;
    -webkit-transform: translateZ(0) !important;
    -ms-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.table{
    color:#fff;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

    .rating > input {
        display: none
    }

    .rating > label {
        position: relative;
        width: 1em;
        font-size: 50px;
        color: #FFD600;
        cursor: pointer
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important
        }

    .rating > input:checked ~ label:before {
        opacity: 1
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4
    }