﻿html,
body {
    margin: 0;
    height: 100%;
    direction: rtl;
}

.content_wrap {
    min-height: calc(100vh - 52px);
    padding-top: 79px;
    background-image: url('../images/best-bg.jpg');
}

.text-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.text-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

button,
button:focus {
    outline: none !important;
}

/**** scrollbar ****/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #dbeaeb;
}

::-webkit-scrollbar-thumb {
    background-color: #0b6f77;
    /*border-radius: 50px;*/
    transition: all .2s ease;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #1d525a;
}


div::-webkit-scrollbar {
    width: 5px;
}

div::-webkit-scrollbar-track {
    background-color: #cce1e2;
}

div::-webkit-scrollbar-thumb {
    background-color: #53999e;
    border-radius: 50px;
    opacity: 0;
    transition: all .2s ease;
}

div::-webkit-scrollbar-thumb:hover {
    background-color: #0b6f77;
}


.nav_contact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #eaeaea;
    padding: 9px 0;
    direction: ltr;
    gap: 1rem;
}
    .nav_contact span {
        display: inline-flex;
        align-items: center;
        gap: .5rem;
        font-size: .9rem;
    }
    /***************************************/
    .main_nav {
        display: block;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        background-color: #fff;
        z-index: 9999;
        box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.4);
    }

nav .line {
    display: block;
    background-color: #0b6f77;
    background-image: linear-gradient(to left, #0b6f77, #c69a47);
    height: 7px;
    width: 100%;
}

nav .logo {
    width: 140px;
    display: inline-flex;
    /*padding: 9px 0 0;*/
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

nav .logo img {
    width: 100%;
}

/*nav .nav-menu {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    margin-left: -10px;
}*/

nav .nav-menu li {
    display: inline-block
}

nav .nav-menu li a {
    display: inline-block;
    /*padding: 25px 10px;*/
    text-decoration: none;
    color: #333;
    transition: all .2s ease;
    position: relative;
}


    .navbar-light .navbar-nav .nav-link {
        color: #333;
    }
    nav .nav-menu li a:hover,
    nav .nav-menu li a:focus,
    nav .nav-menu li a.active,
    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #0b6f77;
    }

nav .nav-menu li a:hover:after,
nav .nav-menu li a:focus:after,
nav .nav-menu li a.active:after {
    opacity: 1;
}



/*header*/
.side_wrap {
    background-color: cadetblue;
    /* height: calc(80vh - 75px); */
    position: relative;
}

.side_wrap.r-side {
    background-image: url(../images/head1.png);
    background-size: cover;
    background-position: center;
    height: 100%;
}

.side_wrap.l-side {
    background-image: url(../images/head2.png);
    background-size: cover;
    background-position: center;
}

.side_wrap.l-side .overlay {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    /* right: 0; */
    /* top: 0; */
    background-color: rgba(34, 116, 113, 0.65);
    padding: 1.5em;
}

.side_wrap.l-side .overlay i {
    color: #bf8f2a;
    font-size: 11em;
    line-height: .1em;
}

.side_wrap.l-side .overlay p {
    color: #fff;
    font-size: 1.4em;
    margin-top: 2em;
}


.b-side_wrap {
    position: relative;
    min-height: 100px;
}

.b-side_wrap.r-side {
    background-color: #0b6f77;
    min-height: 100px;
    padding: 20px 50px;
}

.b-side_wrap.r-side h4 {
    margin: 0;
    color: #fff;
}

.b-side_wrap.r-side p {
    color: #fff;
    margin: 8px 0 0;
}

.b-side_wrap.l-side {
    background-color: #c69a47;
    min-height: 100px;
    position: relative;
    transition: all .2s ease;
}

.b-side_wrap.l-side a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    padding: 30px 50px;
    transition: all .2s ease;
}

.b-side_wrap.l-side a i {
    margin-right: 15px;
    display: inline-block;
    transform: translateY(4px);
    transition: all .2s ease;
}

.b-side_wrap.l-side:hover {
    background-color: #0b6f77;
}

.b-side_wrap.l-side a:hover {
    color: #c69a47;
}

.b-side_wrap.l-side a:hover i {
    margin-right: 25px;
}


/**** how_work section ******************************/
.how_work {
    padding: 60px 0 30px;
    background-color: #fff;
}

.sec_title {
    margin-bottom: 40px;
}

.sec_title h3 {
    margin: 0;
    color: #0b6f77;
    font-size: 20px;
}

.sec_title p {
    margin: 5px 0 0;
}

.how_item {
    margin-bottom: 60px;
}

.how_item .count {
    display: block;
    height: 45px;
    width: 45px;
    background-color: #0b6f77;
    background-image: linear-gradient(to left bottom, #0b6f77, #c69a47);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 6px 0;
    box-shadow: 0px 0px 0px 1px #0b6f77;
    border: 2px solid #fff;
}

.how_item h3 {
    color: #0b6f77;
    font-weight: 600;
    margin: 0;
    font-size: 18px;
}

.how_item p {
    margin: 5px 0 0;
}

/**** News section ******************************/
.news {
    padding: 60px 0;
    background-color: #f5f5f5;
}

.news_item {
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    height: 125px;
}

.news_item_inner {
    padding: 13px 15px;
}

.news_item h3 {
    color: #0b6f77;
    font-weight: 500;
    margin: 0;
    font-size: 18px;
}

.news_item .line {
    display: block;
    height: 2px;
    width: 70px;
    background-color: #c69a47;
    margin: 8px 0 0;
}

.news_item p {
    margin: 5px 0 0;
    font-size: 13px;
}

.news_item .more_link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #0b6f77;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    padding-top: 56%;
}

.img-responsive {
    max-width: 100%;
    display: block;
}

/**** Request section ******************************/
.recuest {
    padding: 60px 0;
    background-color: #fff;
}

.recuest h3 {
    color: #0b6f77;
    font-size: 2.5em;
    margin-bottom: 20px;
    margin-top: 0;
}

.recuest p {
    font-size: 1.5em;
    max-width: 80%;
}

.recuest .btn {
    background-color: #0b6f77;
    color: #fff;
    padding: 8px 25px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px;
}


/**** Footer ******************************/
footer {
    display: block;
    background-color: #0b6f77;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 0 0 0 0;
}


/**** Pages ******************************/

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: none;
}

.wizard>.steps>ul {
    text-align: center;
}

.wizard>.steps>ul>li {
    width: inherit;
    display: inline-block;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    background: transparent;
    color: #0b6f77;
    cursor: default;
}

.wizard>.steps .done a,
.wizard>.steps .done a:hover,
.wizard>.steps .done a:active {
    background: transparent;
    color: #c69a47;
}

.wizard>.steps .disabled a,
.wizard>.steps .disabled a:hover,
.wizard>.steps .disabled a:active {
    background: transparent;
    color: #828282;
    cursor: default;
}

.wizard>.steps .number {
    font-size: 2.429em;
    margin-left: 5px;
    /* display: block; */
    font-weight: bold;
    /* background-color: #0b6f77; */
}

.wizard>.steps .name {
    font-size: 17px;
}

.wizard>.actions>ul {
    text-align: left;
    display: block;
}

.wizard>.actions>ul li {
    display: inline-block;
}

.wizard>.actions {
    margin-bottom: 20px;
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    background: #0b6f77;
}

.wizard>.content {
    background: rgba(11, 111, 119, 0.05);
}

.reg-wrap,
.tasks-bg {
    /*background-image: url('../images/best-bg.jpg');*/
    padding: 40px 0;
}

.reg-wrap .block {
    margin: 0;
}

.stat-wrap {
    background-image: url(../images/statistics_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.stat-count {
    font-weight: bold;
    font-size: 2em;
    color: #be8e2a;
}

.text-custom {
    color: #0b6f77;
}

.fade {
    opacity: 1;
}

.modal-dialog {
    margin: 14rem auto 0;
}

.swal2-styled.swal2-confirm {
    background-color: #0d6f77 !important;
    border-left-color: #0d6f77 !important;
    border-right-color: #0d6f77 !important;
}

.v-tabs-wrap .nav-link {
    background-color: #ebf0f1;
    color: #0b6f77;
    margin-bottom: 10px;
}

.v-tabs-wrap .nav-link:focus,
.v-tabs-wrap .nav-link.active {
    background-color: #0b6f77;
    color: #fff;
}

nav .nav-menu li a {
    font-size: 1rem !important;
}
.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}
.navbar-toggler {
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* Small devices */
@media (min-width: 576px) {
}

/* Medium devices */
@media (min-width: 768px) {
    .side_wrap.l-side .overlay {
        padding: 2em;
    }

    footer {
        border-radius: 70px 0 0 0;
    }
    nav .nav-menu li a {
        padding: 10px 10px;
    }
}

/* Large devices */
@media (min-width: 992px) {
    .side_wrap.l-side .overlay {
        padding: 5rem 2em;
    }
    nav .nav-menu li a {
        padding: 15px 10px;
    }
        nav .nav-menu li a:after {
            content: "";
            position: absolute;
            right: 25px;
            left: 25px;
            bottom: 15px;
            height: 3px;
            border-radius: 50px;
            background-color: #c69a47;
            opacity: 0;
            transition: all .2s ease;
        }
}

/* Extra large devices */
@media (min-width: 1200px) {
    .side_wrap.l-side .overlay {
        padding: 6em;
    }
}