
* {
    border: 0;
    outline: 0
}


@font-face {
    font-family: font;
    src: url(../fonts/JF-Flat.ttf);
}

body {
    font-family: 'font', sans-serif, 'Font Awesome 5 Free';
    overflow-x: hidden;
    direction: rtl;
    color: #fff;
    text-align: initial;
    background-color: #004E59;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}



p {
    color: #fff;
    margin: 0;
}

input:focus::placeholder {
    color: transparent;
}

*::placeholder {
    color: #fff;
    transition: all .3s ease
}

form {
    padding: 0;
    margin: 0 auto;
    text-align: initial
}

body a {
    color: #fff;
    text-decoration: none !important;
}


ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

button,
input[type="submit"] {
    cursor: pointer
}

button,
li,
a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body input,
body button,
body select {
    border: 0;
    outline: 0
}
/* owl carousel*/
.owl-stage-outer {
    display: block;
    position: relative;
    direction: ltr;
}

.owl-carousel.owl-drag .owl-item {
    direction: rtl;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    display: inline-block;
}
/* owl carousel*/

/* Classes */
.padding-0 {
    padding: 0
}

.clear {
    clear: both
}

/* start Classes */

.dropdown-menu.main-drop {
    background-color: #004D5A;
    color: #fff;
}

    .dropdown-menu.main-drop .dropdown-item {
        color: #fff;
        border-bottom: 1px solid rgba(238, 238, 238, 0.2);
    }

        .dropdown-menu.main-drop .dropdown-item:hover {
            color: #004D5A;
        }

        .dropdown-menu.main-drop .dropdown-item:last-child {
            border: 0;
        }

.gold {
    color: #FFC524;
}

.box-title {
    font-size: 30px;
    color: #FFC524;
    margin-bottom: 20px;
}

.content {
    font-size: 15px;
    margin: 0;
}

.section-padding {
    padding: 90px 0;
}

.dark {
    background-color: #033841;
}

.section-title {
    font-size: 35px;
    margin-bottom: 15px;
}

.button {
    padding: 25px 33px;
    font-size: 20px;
    color: #fff;
    background-color: #033841;
    border-radius: 5px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    justify-content: center;
}

    .button i {
        margin-right: 20px;
    }

    .button:hover {
        background-color: #fff;
        color: #033841;
        box-shadow: 0 0 5px rgba(255,255,255,.1);
    }

    .button.white {
        color: #033841;
        background-color: #fff;
    }

        .button.white:hover {
            color: #fff;
            background-color: #033841;
        }

    .button.gold-btn {
        color: #fff;
        background-color: #FFC524;
    }

        .button.gold-btn:hover {
            color: #FFC524;
            background-color: #fff;
        }

.small-font {
    font-size: 12px;
    margin: 0;
}

.medum-font {
    font-size: 20px;
}

/* end Classes */

/*==============================//  HOME PAGE   //===================================*/

/***************  start header  ***************/


/*main nav*/


.header {
    position: relative;
    z-index: 999;
}

    .header .inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }

    .header .logo {
        position: relative;
        width: 180px;
        display: block;
    }

        .header .logo img {
            position: absolute;
            width: 100%;
        }

    .header .nav-side {
        width: calc(100% - 180px);
    }

        .header .nav-side .up {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            justify-content: flex-end;
            padding: 17px 0;
            border-bottom: 1px solid #033841;
        }

        .header .nav-side .dropdown-toggle {
            background-color: transparent;
            color: #fff;
            font-size: 15px;
            outline: 0;
        }

.nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 25px 0;
}

    .nav-list > .link {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        text-transform: capitalize;
        position: relative;
        margin: 0 25px;
        padding: 10px 0;
        position: relative;
    }

        .nav-list > .link:hover > a,
        .nav-list > .link.active > a {
            color: #FFC524;
        }

        .nav-list > .link > a {
            display: block;
            margin-right: 4px;
            color: #fff;
            font-weight: 500;
            position: relative;
            z-index: 1;
        }

    .nav-list .link i {
        color: #000;
        font-size: 12px;
        margin-right: 10px;
        display: none;
    }

.sub-list {
    background-color: #004D5A;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

    .sub-list li {
        position: relative;
    }

    .sub-list a {
        display: block;
        border-bottom: 1px solid rgba(238, 238, 238, 0.2);
        position: relative;
        color: #fff;
        padding: .5rem 1.5rem;
    }

        .sub-list a:hover {
            color: #004D5A;
            background-color: #f8f9fa;
        }

    .sub-list li:last-child > a {
        border-bottom: 0;
    }

        .sub-list li:last-child > a::before,
        .sub-list li:last-child > a::after {
            display: none;
        }

    .sub-list .sub-list a {
        padding-right: 15px;
        display: block;
        position: relative;
    }

    /*
.sub-list .sub-list a::before
{
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #192029;
    margin-left: 5px;
}
*/
    .sub-list .sub-link {
        padding: 10px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, .4);
        transition: .5s;
    }

        .sub-list .sub-link:hover {
            background-color: rgba(13, 23, 21, 0.6);
        }

        .sub-list .sub-link:last-child {
            border-bottom: 0;
        }

@media (min-width: 992px) {
    .sub-list {
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 230px;
        display: none;
    }

        .sub-list .sub-list {
            top: 0;
            right: 100%;
        }

    .nav-list .link:hover > .sub-list {
        display: block;
    }

    .nav-list .link .sub-list .sub-link {
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
    }

        .nav-list .link .sub-list .sub-link:hover > .sub-list {
            display: block;
        }
}

.nav-btn {
    background-color: transparent;
    font-size: 20px;
    display: none;
    color: #fff;
}

.close-bar {
    display: none;
}



@media (max-width: 992px) {
    .nav-list .link i {
        display: block;
    }

    .sub-list a {
        padding-right: 8px;
        display: block;
        position: relative;
    }

    .sub-list {
        box-shadow: none;
    }

    .nav-list .link {
        display: block;
        border-bottom: 1px solid rgba(238, 238, 238, 0.2);
    }

    .nav-list > .link::after {
        display: none;
    }

    .sub-list .sub-list a {
        padding-right: 15px;
        display: block;
        position: relative;
    }

    .nav-btn {
        display: block;
    }

    .header .nav-list {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        background-color: #004E59;
        transform: translateX(100%);
        transition: .5s;
        width: 100%;
        max-width: 300px;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2)
    }


    .trans-none {
        transform: none !important;
    }


    .nav-list {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

        .nav-list .link,
        .nav-list .link:hover,
        .nav-list .link.active {
            width: 100%;
            justify-content: space-between;
            padding: 0;
            font-size: 16px;
            position: relative;
            background-color: transparent;
        }


            .nav-list .link i {
                color: #fff;
                font-size: 16px;
                position: absolute;
                top: 10px;
                left: 10px;
                z-index: 9;
            }

        .nav-list > .link > a {
            padding: 10px 15px;
            display: inline-block;
        }

    .sub-list {
        width: 100%;
        /*max-height: 0;*/
        overflow: hidden;
        /*transition: .5s;*/
        background-color: transparent;
    }

    .sub-list {
        padding: 0 20px;
    }

        .sub-list.open {
            /*max-height: 150px;*/
            border-top: 0;
        }

        .sub-list .sub-link {
            border: 0;
            padding: 5px 20px;
            font-size: 14px;
            position: relative;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
            justify-content: space-between;
            white-space: nowrap;
            -webkit-flex-wrap: wrap;
            -moz-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            -o-flex-wrap: wrap;
            flex-wrap: wrap;
        }

    .nav-list .link i {
        transition: .3s;
        display: block;
        transform-origin: center
    }

        .nav-list .link i.open {
            transform: rotate(180deg);
            top: 10px;
        }

    .nav-overlay {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: .5s;
        transform: translateX(-100%);
    }

    .close-bar {
        display: block;
        color: #fff;
        padding: 5px 15px;
        text-align: right;
        background-color: #0b799d;
    }

    .header .logo {
        width: 100px;
    }

    .header .nav-side {
        width: calc(100% - 100px);
    }
}

/*main nav*/


/***************** end header ****************/



/***************** start home-head ****************/

.overflow-hidden {
    overflow: hidden;
}

.home-head {
    padding-top: 130px;
    padding-bottom: 150px;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .home-head::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.35);
    }

    .home-head .info {
        position: relative;
        min-height: 340px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        max-width: 760px;
        margin: auto;
    }

    .home-head .title {
        font-size: 70px;
        font-weight: 900;
        margin-bottom: 20px;
    }

    .home-head .content {
        font-size: 18px;
        margin: 0;
    }

/***************** end home-head ****************/



/***************** start our-vision ****************/

.our-vision {
    margin-top: -120px;
}

.vision-box {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #033841;
    display: block;
}

    .vision-box .icon {
        width: 70px;
        height: 63px;
        object-fit: contain;
        margin-bottom: 30px;
    }

/***************** end our-vision ****************/


/***************** start about ****************/

.about img {
    width: 100%;
    border-radius: 16px;
}

.about-list li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

    .about-list li::before {
        content: "\f0d9";
        font-weight: 900;
        margin-left: 10px;
        margin-top: 4px;
        color: #FFC524;
        font-size: 14px;
    }

/***************** end about ****************/



/***************** start offers ****************/

.offer-box {
    position: relative;
    border-radius: 23px;
    overflow: hidden;
}

    .offer-box::before {
        content: "";
        background: -webkit-linear-gradient(rgba(0, 77, 90, 0) 0%, rgba(0, 17, 20, 0.57) 50%, #000 100%);
        background: -o-linear-gradient(rgba(0, 77, 90, 0) 0%, rgba(0, 17, 20, 0.57) 50%, #000 100%);
        background: linear-gradient(rgba(0, 77, 90, 0) 0%, rgba(0, 17, 20, 0.57) 50%, #000 100%);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }

    .offer-box img {
        height: 330px;
        transition: .5s ease-out;
        position: relative;
        z-index: 1;
        width: 100%;
        object-fit: cover;
    }

    .offer-box:hover img {
        transform: rotate(3deg) scale(1.05)
    }

    .offer-box .info {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 25px;
        z-index: 3;
    }

        .offer-box .info .title {
            margin-bottom: 5px;
        }

        .offer-box .info .small-font {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
        }

        .offer-box .info .medum-font {
            transition: .3s ease-out;
        }

    .offer-box:hover .info .medum-font {
        color: #FFC524;
    }

    .offer-box .info i {
        margin-left: 5px;
    }

.offers .section-title {
    margin-bottom: 40px;
}

.with-nav .owl-nav {
    display: block !important;
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    top: -73px;
    left: 0;
}

    .with-nav .owl-nav i {
        width: 46px;
        height: 46px;
        background: #fff;
        color: #5E5E5E;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        margin-right: 10px;
        transition: .5s ease-out
    }

        .with-nav .owl-nav i:hover {
            background-color: #FFC524;
            color: #fff;
        }

/***************** end offers ****************/


/***************** start offers ****************/

.project-box {
    position: relative;
    border-radius: 23px 23px 0 0;
    overflow: hidden;
}

    .project-box .img {
        height: 240px;
        position: relative;
        z-index: 1;
    }

    .project-box img {
        transition: .5s ease-out;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .project-box:hover img {
        transform: rotate(3deg) scale(1.05)
    }

    .project-box .info {
        width: 100%;
        padding: 25px;
        background-color: #fff;
        display: block;
    }

        .project-box .info .medum-font {
            color: #303030;
        }

        .project-box .info .small-font {
            color: #878787;
        }

        .project-box .info .title {
            margin-bottom: 5px;
        }

        .project-box .info .small-font {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
        }

        .project-box .info .medum-font {
            transition: .3s ease-out;
        }

    .project-box:hover .info .medum-font {
        color: #FFC524;
    }

    .project-box .info i {
        margin-left: 5px;
    }

.project-details img {
    border-radius: 15px;
}

/***************** end offers ****************/


/***************** start footer ****************/

.footer {
    padding: 50px 0;
    background-image: url(../img/footer-bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

    .footer .logo {
        width: 122px;
        max-width: 100%;
    }

    .footer .about-list li {
        margin-bottom: 20px;
    }

.social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

    .social a {
        width: 31px;
        height: 31px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        color: #fff;
        background-color: #356067;
        border-radius: 5px;
        margin: 0 5px;
    }

        .social a:hover {
            background-color: #FFC524;
        }

.copy {
    padding: 20px 0;
}

    .copy .inner {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        justify-content: space-between;
    }

        .copy .inner a {
            color: #FFC524;
        }

/***************** end footer ****************/



/***************** start inner-head ****************/

.home-head.inner-head {
    padding-top: 111px;
    padding-bottom: 111px;
}

    .home-head.inner-head .info {
        min-height: auto;
    }

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item a:hover,
.breadcrumb-item.active {
    color: #FFC524;
}

/***************** end inner-head ****************/



/***************** start our-vision-details ****************/

.our-vision-details .img {
    position: relative;
    margin-bottom: 50px;
}

    .our-vision-details .img::before {
        content: "";
        display: block;
        position: absolute;
        right: -40px;
        top: -40px;
        width: 190px;
        height: 190px;
        background-color: #FFC524;
    }

    .our-vision-details .img .inner {
        position: relative;
        border-radius: 0 0 0 62px;
        overflow: hidden;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    }

        .our-vision-details .img .inner .vision-img {
            width: 100%;
        }

        .our-vision-details .img .inner::before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #004D5A;
            opacity: .62;
        }

.our-vision-details .logo {
    width: 214px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about .img {
    position: relative;
}

    .about .img::before {
        content: "";
        display: block;
        position: absolute;
        right: -40px;
        top: -40px;
        width: 190px;
        height: 190px;
        background-color: #FFC524;
    }

    .about .img img {
        border-radius: 0 0 0 62px;
        position: relative;
    }

/***************** end our-vision-details ****************/



/***************** start partners ****************/

.partner-box {
    margin-bottom: 20px;
    display: block;
}

    .partner-box img {
        border-radius: 15px;
        width: 100%;
        height: 240px;
        object-fit: cover;
    }

    .partner-box .title {
        text-align: center;
        padding: 15px;
        background-color: rgba(255,255,255,.1);
        border-radius: 0 0 25px 25px;
        width: calc(100% - 40px);
        margin: auto;
    }

/***************** end partners ****************/



/***************** start filter ****************/

.filter {
    margin-top: -40px;
    position: relative;
}

    .filter .row {
        align-items: flex-end;
    }

    .filter .inner {
        padding: 35px;
        background-color: #033841;
    }

.solect-container .title {
    margin-bottom: 10px;
}

.select select {
    padding: 17px 20px;
    background-color: #004D5A;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.filter .button {
    white-space: nowrap;
}

/***************** end filter ****************/



/***************** start offers-table ****************/

.offers-table .info .content {
    max-width: 790px;
    margin: auto;
    margin-bottom: 30px;
}

.offer-table {
    width: 100%;
}

    .offer-table thead td {
        background-color: #FFC524 !important;
    }

    .offer-table td {
        padding: 20px;
        background-color: #24525A;
    }

        .offer-table td:first-child {
            border-right: 1px solid rgba(225, 225, 225, 0.26);
            border-left: 1px solid rgba(225, 225, 225, 0.26);
        }

        .offer-table td:nth-child(2),
        .offer-table td:last-child {
            border-left: 1px solid rgba(225, 225, 225, 0.26);
        }

    .offer-table tr:first-child td {
        border-top: 1px solid rgba(225, 225, 225, 0.26);
    }

    .offer-table tr:lastnth-child(2),
    .offer-table tr:last-child td {
        border-bottom: 1px solid rgba(225, 225, 225, 0.26);
    }

    .offer-table td:first-child {
        max-width: 360px;
    }

    .offer-table td:nth-child(2),
    .offer-table td:last-child {
        background-color: #1A606A;
    }

    .offer-table tr:nth-child(odd) td:first-child {
        background-color: #033841;
    }

    .offer-table tr:nth-child(odd) td:nth-child(2),
    .offer-table tr:nth-child(odd) td:last-child {
        background-color: #004E59;
    }


/***************** end offers-table ****************/



/***************** start form ****************/

.form {
    max-width: 888px;
    margin: auto;
}

.label {
    display: block;
    margin-bottom: 20px;
}

.input {
    display: block;
    width: 100%;
    height: 50px;
    background-color: rgba(246, 246, 246, 0.1);
    padding: 0 15px;
    font-size: 14px;
    color: #bbb;
}

textarea.input {
    padding: 15px;
    height: 200px;
    resize: none;
}

.custom-radio span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

    .custom-radio span::before {
        content: "";
        display: block;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 1px solid #fff;
        margin-left: 10px;
    }

    .custom-radio span::after {
        content: "";
        display: block;
        position: absolute;
        width: 14px;
        height: 14px;
        top: 50%;
        right: 6px;
        transform: translateY(-50%);
        background-color: transparent;
        border-radius: 50%;
    }

.custom-radio input:checked ~ span::before {
    border-color: #FFC524
}

.custom-radio input:checked ~ span::after {
    background-color: #FFC524;
}

.file-label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

    .file-label i {
        margin-left: 10px;
        color: #FFC524;
    }


/***************** end form ****************/

/*===========================================// Media //=============================*/


@media(max-width: 992px) {
}



@media (max-width: 768px) {
    .home-head .title {
        font-size: 30px;
    }

    .home-head .content {
        font-size: 15px;
    }

    .home-head .info {
        min-height: 240px;
    }

    .section-padding {
        padding: 50px 0;
    }

    .section-title {
        font-size: 25px;
    }

    .box-title {
        font-size: 22px;
        margin-bottom: 15px;
    }




    .our-vision .vision-box {
        margin-bottom: 30px;
    }

    .our-vision .col-12:last-child .vision-box {
        margin-bottom: 0;
    }

    .vision-box .icon {
        margin-bottom: 20px;
    }

    .about img {
        margin-bottom: 30px;
    }

    .footer .logo {
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 450px) {
    .copy .inner {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        text-align: center;
    }
}
