@import url("../fonts/jn/jn.css");

body {
    color: #000;
    font-family: "jn","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-weight: 400;
    direction: rtl;
    text-align: right
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700
}

.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
    right: 0;
    left: 0;
    z-index: 9999999
}

.loader-logo img {
    width: 200px;
    margin: auto
}

.loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px)
}

.loader, .loader-figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em
}

.loader-figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #f9f9f9;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}

.loader-label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 2em 0 0 50%;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5em;
    color: #006f42;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    font-weight: 600
}

.preloader.checking {
    display: none
}

    .preloader.checking .loader-logo img {
        width: 5rem
    }

    .preloader.checking .loader-figure {
        height: 0;
        width: 0;
        box-sizing: border-box;
        border: 0 solid #f9f9f9;
        border-radius: 50%;
        -webkit-animation: loader-figure-check 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
        animation: loader-figure-check 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
    }

.preloader.checking {
    background: rgba(0,0,0,0.5)
}

    .preloader.checking .loader-figure {
        border-color: #eceff3
    }

body.loaded-checking .preloader.checking {
    display: block !important
}

body.loaded-checking {
    overflow: hidden
}

@-webkit-keyframes loader-figure {
    0% {
        height: 2em;
        width: 2em;
        background-color: #1976d2
    }

    29% {
        background-color: #1976d2
    }

    30% {
        height: 4em;
        width: 4em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }

    to {
        height: 5em;
        width: 5em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@keyframes loader-figure {
    0% {
        height: 2em;
        width: 2em;
        background-color: #ffffff
    }

    29% {
        background-color: #fff
    }

    30% {
        height: 5em;
        width: 5em;
        background-color: transparent;
        border-width: 3em;
        opacity: 1
    }

    to {
        height: 5.5em;
        width: 5.5em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}

@-webkit-keyframes loader-figure-check {
    0% {
        height: 2em;
        width: 2em;
        border: 10px solid #85bd48
    }

    50% {
        height: 4em;
        width: 4em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
        border: 40px solid #fff
    }

    100% {
        height: 5em;
        width: 5em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
        border: 80px solid #07706d
    }
}

@keyframes loader-figure-check {
    0% {
        height: 2em;
        width: 2em;
        border: 10px solid #85bd48
    }

    50% {
        height: 4em;
        width: 4em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
        border: 40px solid #fff
    }

    100% {
        height: 5em;
        width: 5em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
        border: 80px solid #07706d
    }
}

@-webkit-keyframes loader-label {
    0% {
        opacity: 0.25
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0.25
    }
}

@keyframes loader-label {
    0% {
        opacity: 0.25
    }

    30% {
        opacity: 1
    }

    to {
        opacity: 0.25
    }
}

.bs-avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px
}

    .bs-avatar.size-1-by-2 {
        width: 20px;
        height: 20px
    }

    .bs-avatar.size-1 {
        width: 40px;
        height: 40px
    }

    .bs-avatar.size-2 {
        width: 70px;
        height: 70px
    }

    .bs-avatar.size-3 {
        width: 90px;
        height: 90px
    }

    .bs-avatar.size-4 {
        width: 110px;
        height: 110px
    }

.text-success {
    color: #28a745 !important
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    color: #e5e4e4;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    display: block
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li a {
            color: #e5e4e4
        }

        .breadcrumb > li + li:before {
            color: #e5e4e4;
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

        .breadcrumb > li + li:empty:before {
            content: ""
        }

.bg-secondary-01 {
    background-image: -webkit-linear-gradient(left bottom, #07706d, #008570, #299a6a, #55ac5c, #85bd48);
    background-image: linear-gradient(to right top, #07706d, #008570, #299a6a, #55ac5c, #85bd48)
}

.bg-secondary-02 {
    background-image: -webkit-linear-gradient(left bottom, #07706d, #008873, #2ba06e, #5bb661, #8fca4e);
    background-image: linear-gradient(to right top, #07706d, #008873, #2ba06e, #5bb661, #8fca4e)
}

.bg-secondary-03 {
    background-image: -webkit-linear-gradient(left bottom, #07706d, #067f6b, #298d61, #4e9952, #74a33f);
    background-image: linear-gradient(to right top, #07706d, #067f6b, #298d61, #4e9952, #74a33f)
}

.bg-theme {
    background-color: #07706d !important
}

.bg-grey {
    background-color: #eceff3 !important
}

.bg-light-grey {
    background-color: #f3f6f7 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-dark {
    background-color: #222222 !important
}

.bg-secondary {
    background-color: #81be40
}

.bg-parallax {
    background-attachment: fixed !important
}

.bg-overlay {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%
}

    .bg-overlay:before {
        content: "";
        display: inline-block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

.bg-overlay-light:before {
    background-color: rgba(255,255,255,0.8)
}

.bg-overlay-dark:before {
    background-color: rgba(0,0,0,0.2);
    background-image: -webkit-linear-gradient(top, rgba(27,26,26,0.25) 0%, rgba(27,26,26,0) 34%, rgba(27,26,26,0) 82%);
    background-image: linear-gradient(to bottom, rgba(27,26,26,0.25) 0%, rgba(27,26,26,0) 34%, rgba(27,26,26,0) 82%)
}

.bg-overlay-dark-2:before {
    background-color: rgba(0,0,0,0.6)
}

.bg-overlay-theme:before {
    background-color: rgba(0,0,0,0.9)
}

.no-shadow {
    box-shadow: none
}

.pagination {
    margin: 0;
    border-radius: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .pagination li {
        margin-right: 10px;
        display: inline-block
    }

        .pagination li.disabled {
            opacity: .5
        }

        .pagination li a, .pagination li span {
            background-color: #f9f9f9;
            color: #07706d;
            /*font-size: 16px;*/
            /*wael*/
            font-size: 14px;
            font-weight: 600;
            border: none;
            text-transform: uppercase;
            padding: 0;
            text-align: center;
            border-radius: 3px;
            display: inline-block;
            padding: 10px 15px;
            min-width: 40px;
            -webkit-transition: .3s ease;
            transition: .3s ease
        }

            .pagination li a:hover, .pagination li span:hover {
                background-color: #81be40;
                color: #fff;
                border-color: #07706d
            }

        .pagination li .current {
            background-color: #81be40;
            color: #fff;
            border-color: #07706d
        }

    .pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link {
        font-size: 14px;
        font-weight: 700
    }

.pagination-nav .pagination {
    display: block;
    margin: 0;
    border-radius: 0
}

    .pagination-nav .pagination > a {
        display: none
    }

    .pagination-nav .pagination .nav-links a, .pagination-nav .pagination .nav-links span {
        background-color: #f9f9f9;
        color: #07706d;
        font-size: 20px;
        font-weight: 700;
        border: none;
        text-transform: uppercase;
        padding: 0;
        text-align: center;
        border-radius: 3px;
        display: inline-block;
        padding: 10px 15px;
        min-width: 40px;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

        .pagination-nav .pagination .nav-links a:hover, .pagination-nav .pagination .nav-links span:hover {
            background-color: #81be40;
            color: #fff;
            border-color: #07706d
        }

    .pagination-nav .pagination .nav-links .current {
        background-color: #81be40;
        color: #fff;
        border-color: #07706d
    }

.pagination-buttons .next-page a, .pagination-buttons .prev-page a {
    background-color: #07706d;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 3px
}

    .pagination-buttons .next-page a:hover, .pagination-buttons .prev-page a:hover {
        background-color: #04403e;
        color: #fff
    }

.pagination-buttons .next-page {
    text-align: right
}

.page-link {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 16px;
    color: #3c3c3b;
    background-color: transparent;
    border: none;
    padding: 0
}

    .page-link:hover {
        background-color: transparent;
        border: none;
        color: #07706d;
        cursor: auto
    }

    .page-link a {
        color: #07706d
    }

        .page-link a:hover {
            color: #07706d
        }

form {
    position: relative
}

.form-control, input, select, textarea {
    color: #3c3c3b;
    font-size: 13px;
    font-weight: 400;
    height: 51px;
    line-height: 49px;
    background: transparent;
    padding-left: 20px;
    position: relative;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

    .form-control:focus, input:focus, select:focus, textarea:focus {
        background: transparent;
        border-color: #07706d;
        box-shadow: none;
        outline: 0
    }

    .form-control::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        color: #777;
        text-transform: capitalize
    }

    .form-control:-moz-placeholder, input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
        color: #777;
        text-transform: capitalize
    }

    .form-control::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
        color: #777;
        text-transform: capitalize
    }

    .form-control:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        color: #777;
        text-transform: capitalize
    }

    .form-control + .error, input + .error, select + .error, textarea + .error {
        position: absolute;
        top: -23px;
        left: 20px;
        color: red
    }

    .form-control.error, input.error, select.error, textarea.error {
        border-color: red
    }

textarea {
    height: auto
}

.form-select {
    position: relative
}

    .form-select i {
        position: absolute;
        font-size: 19px;
        font-weight: 400;
        line-height: 49px;
        right: 20px;
        top: 0;
        z-index: 1;
        pointer-events: none;
        cursor: pointer;
        color: #3c3c3b
    }

    .form-select select {
        line-height: 1;
        color: #3c3c3b;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

.input-checkbox {
    margin-bottom: 30px
}

.label-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    z-index: 2
}

    .label-checkbox input {
        position: absolute;
        z-index: -1;
        opacity: 0
    }

.check-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 1px solid #e1e3e3;
    border-radius: 2px
}

.label-checkbox input:checked ~ .check-indicator {
    background: #fff
}

.check-indicator:after {
    content: '';
    position: absolute;
    display: none
}

.label-checkbox .check-indicator:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #07706d;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.label-checkbox input:checked ~ .check-indicator:after {
    display: block
}

.input-checkbox p {
    display: block;
    position: relative;
    font-size: 13px;
    padding-left: 30px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0
}

.form-actions-cont {
    border: 1px solid #e4e5e9;
    border-radius: 12px;
    padding: 1rem;
    background: #f3f6f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 3rem;
    background: #fff
}

    .form-actions-cont .btn {
        margin-right: .75rem
    }

.form-control[readonly] {
    background: #f3f6f7
}

@media all and (max-width: 767px) {
    .form-actions-cont {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 1rem .5rem !important
    }
}

.site-header-cont {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

@media (max-width: 1023px) {
    .site-header-cont {
        background: #07706d
    }
}

.top-navbar {
    background: #07706d;
    color: #fff;
    padding: 0
}

    .top-navbar .options-list {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .top-navbar .options-list .nav-link {
            color: #fff;
            font-size: 14px;
            font-size: .875rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-transition: 0.3s all;
            transition: 0.3s all
        }

@media (prefers-reduced-motion: reduce) {
    .top-navbar .options-list .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 1023px) {
    .top-navbar .options-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.top-navbar .nav-item svg {
    fill: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media (prefers-reduced-motion: reduce) {
    .top-navbar .nav-item svg {
        -webkit-transition: none;
        transition: none
    }
}

.top-navbar .nav-item svg + .title {
    margin-right: 8px
}

    .top-navbar .nav-item svg + .title + .arrow-hover {
        margin-right: 8px
    }

.top-navbar .nav-item:first-child > a {
    padding-right: 0
}

.top-navbar .nav-item:last-child > a {
    padding-left: 0
}

.top-navbar.navbar-expand-lg .navbar-nav .nav-link:not(:first-child), .top-navbar.navbar-expand-lg .navbar-nav .nav-link:not(:last-child) {
    padding: .5rem 1rem
}

.top-navbar .search-trigger {
    margin-right: 1rem;
    border-right: 1px solid rgba(255,255,255,0.15);
    padding-right: 1rem !important
}

.top-navbar .dropdown-menu {
    margin: 0;
    min-width: 150px;
    width: 300px;
    padding: 20px 0 24px
}

    .top-navbar .dropdown-menu .dropdown-item {
        line-height: 1.7;
        padding: 10px 25px 14px;
        white-space: normal
    }

        .top-navbar .dropdown-menu .dropdown-item:hover .title {
            color: #85bd48
        }

        .top-navbar .dropdown-menu .dropdown-item span {
            display: block
        }

    .top-navbar .dropdown-menu .title {
        font-weight: 700;
        -webkit-transition: 0.3s all;
        transition: 0.3s all
    }

@media (prefers-reduced-motion: reduce) {
    .top-navbar .dropdown-menu .title {
        -webkit-transition: none;
        transition: none
    }
}

.top-navbar .dropdown-menu .sub-title {
    font-size: 14px;
    font-size: .875rem;
    opacity: 0.7
}

.top-navbar .dropdown-menu .item-img {
    background: #ffffff;
    padding: 5px;
    border-radius: 6px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.top-navbar .dropdown-menu .dropdown-item:active .title, .top-navbar .dropdown-menu .dropdown-item:active:hover .title {
    color: #fff
}

@media (max-width: 767px) {
    .top-navbar .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%
    }
}

@media (max-width: 1023px) {
    .top-navbar .dropdown-menu {
        position: absolute
    }
}

@media (max-width: 767px) {
    .top-navbar ul.navbar-nav.options-list .nav-item {
        position: static
    }

    .top-navbar ul.navbar-nav.options-list .user-dropdown .title {
        display: none
    }

    .top-navbar ul.navbar-nav.options-list .lang-dropdown svg {
        display: none
    }

    .top-navbar ul.navbar-nav.options-list .user-dropdown .dropdown-toggle {
        padding-left: 0
    }

    .top-navbar ul.navbar-nav.options-list .dropdown.user-dropdown .dropdown-menu {
        background: #f1f1f1;
        padding: 0 0 10px
    }

        .top-navbar ul.navbar-nav.options-list .dropdown.user-dropdown .dropdown-menu .dropdown-item {
            padding: 15px 15px 0px
        }
}

.top-navbar.nav-link-hover .nav-link {
    color: #8994a2
}

    .top-navbar.nav-link-hover .nav-link:hover {
        color: #fff
    }

        .top-navbar.nav-link-hover .nav-link:hover svg {
            fill: #fff
        }

.top-navbar.nav-link-hover .dropdown.show .nav-link {
    color: #fff
}

    .top-navbar.nav-link-hover .dropdown.show .nav-link svg {
        fill: #fff
    }

.top-navbar.nav-link-hover .nav-item svg {
    fill: #8994a2
}

    .top-navbar.nav-link-hover .nav-item svg:hover {
        fill: #fff
    }

.top-navbar.nav-link-hover .nav-item .font-options-cont svg {
    fill: #000
}

.top-navbar .navbar-setting-dropdown .dropdown-menu {
    left: auto;
    right: 0;
    padding: 15px;
    width: auto
}

@media (max-width: 767px) {
    .top-navbar .navbar-setting-dropdown .dropdown-menu {
        left: 0;
        right: 0
    }
}

@media (max-width: 1023px) {
    .top-navbar .navbar-setting-dropdown .dropdown-menu .yesser-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.top-navbar .yesser-header {
    padding: 0;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .top-navbar .yesser-header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: -5px;
        padding-right: 10px
    }

    .top-navbar .yesser-header .font-options-cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #e7e8e9;
        border-radius: 10rem;
        padding: .75rem 1rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 1rem
    }

@media (max-width: 1023px) {
    .top-navbar .yesser-header .font-options-cont {
        margin: 0 0 15px
    }
}

.top-navbar .yesser-header .font-options-cont a {
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: 0 5px;
    display: block;
    padding: 0 !important;
    position: relative;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer
}

@media (prefers-reduced-motion: reduce) {
    .top-navbar .yesser-header .font-options-cont a {
        -webkit-transition: none;
        transition: none
    }
}

.top-navbar .yesser-header .font-options-cont a:hover {
    background: #07706d
}

    .top-navbar .yesser-header .font-options-cont a:hover svg {
        fill: #fff
    }

.top-navbar .yesser-header .font-options-cont a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 16px
}

.top-navbar .yesser-header .contrast-hold {
    background: #e7e8e9;
    border-radius: 10rem;
    padding: .5rem 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.top-navbar .yesser-header svg {
    fill: #000
}

.top-navbar .yesser-header .font-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.top-navbar .yesser-header .contrast {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.top-navbar .yesser-header h3 {
    margin: 0;
    font-size: 15px;
    font-size: .9375rem;
    white-space: nowrap
}

.top-navbar .yesser-header .contrast .switch-toggle {
    margin-bottom: 0;
    margin-right: 10px
}

.top-navbar .yesser-header .switch-toggle {
    position: relative;
    width: 40px;
    height: 22px;
    margin-left: -2px
}

    .top-navbar .yesser-header .switch-toggle input {
        opacity: 0;
        width: 0;
        height: 0
    }

    .top-navbar .yesser-header .switch-toggle .slider.round {
        border-radius: 10rem
    }

    .top-navbar .yesser-header .switch-toggle .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
        border: 2px solid #ddd
    }

        .top-navbar .yesser-header .switch-toggle .slider.round:before {
            border-radius: 50%
        }

        .top-navbar .yesser-header .switch-toggle .slider:before {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            left: 2px;
            bottom: 3px;
            background-color: #000;
            -webkit-transition: .4s;
            transition: .4s
        }

    .top-navbar .yesser-header .switch-toggle input:checked + .slider:before {
        -webkit-transform: translateX(19px);
        -ms-transform: translateX(19px);
        transform: translateX(19px);
        background: #07706d
    }

@media (max-width: 1023px) {
    .menu-dropdown-open .site-header-cont {
        position: relative
    }

    .menu-dropdown-open header.site-header {
        padding-bottom: 0
    }
}

.menu-dropdown-open header.site-header {
    border-bottom: 1px solid #bdc5cd
}

header.site-header {
    background: #fff;
    z-index: 1002;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 15px rgba(0,0,0,0.035);
    padding: 0;
    border-bottom: 1px solid transparent
}

    header.site-header .navbar-nav {
        padding: 0
    }

@media (max-width: 1023px) {
    header.site-header .navbar-collapse .nav-setting-user {
        display: none !important
    }
}

header.site-header nav.navbar {
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 1023px) {
    header.site-header nav.navbar > .nav-setting-user {
        display: none
    }
}

@media (max-width: 1023px) {
    header.site-header nav.navbar .nav-setting-user {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0
    }

        header.site-header nav.navbar .nav-setting-user .dropdown-menu {
            position: absolute
        }
}

header.site-header nav.navbar .nav-link {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    padding: 30px 3px;
    margin: 0 0 0 30px;
    position: relative;
    line-height: 1.25;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    header.site-header nav.navbar .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 1023px) {
    header.site-header nav.navbar .nav-link {
        padding: 10px;
        margin: 0
    }
}

header.site-header nav.navbar .nav-link:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 0;
    left: 0;
    background: #07706d;
    -webkit-transition: all 400ms cubic-bezier(0.79, 0.14, 0.16, 0.86);
    transition: all 400ms cubic-bezier(0.79, 0.14, 0.16, 0.86)
}

@media (prefers-reduced-motion: reduce) {
    header.site-header nav.navbar .nav-link:before {
        -webkit-transition: none;
        transition: none
    }
}

header.site-header nav.navbar .nav-link.active, header.site-header nav.navbar .nav-link:hover {
    color: #07706d
}

    header.site-header nav.navbar .nav-link.active:before, header.site-header nav.navbar .nav-link:hover:before {
        width: 100%;
        right: 0;
        left: auto;
        width: 100%
    }

header.site-header nav.navbar .nav-link .arrow-hover {
    margin-right: 5px
}

    header.site-header nav.navbar .nav-link .arrow-hover svg {
        width: 10px
    }

@media (min-width: 1200px) {
    header.site-header nav.navbar .dropdown.show .nav-link:before {
        width: 100%;
        right: 0;
        left: auto;
        width: 100%
    }
}

@media (max-width: 1023px) {
    header.site-header nav.navbar .dropdown.show .nav-link {
        background: #07706d;
        color: #fff
    }

        header.site-header nav.navbar .dropdown.show .nav-link svg {
            fill: #fff
        }
}

header.site-header nav.navbar .navbar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header.site-header .navbar-brand {
    padding: .5rem 0;
    margin: 0 0 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    header.site-header .navbar-brand img {
        height: 50px
    }

@media (min-width: 767px) {
    header.site-header .navbar-brand img.dark {
        display: none
    }
}

@media (max-width: 1023px) {
    header.site-header .navbar-brand img.dark {
        display: block
    }

    header.site-header .navbar-brand img.light {
        display: none
    }
}

header.site-header .navbar-brand .divider-logos {
    margin: 0 20px;
    border-right: 1px solid rgba(0,0,0,0.05);
    padding: 0
}

.whatsapp {
    color: #25d366
}

.twitter {
    color: #1da1f2
}

.instagram {
    color: #c32aa3
}

.linkedin {
    color: #007bb5
}

.youtube {
    color: #ff0000
}

.facebook {
    color: #3b5998
}

.arrow-hover svg {
    width: 10px
}

.nav-item.emp-gate {
    margin: 0;
    padding-right: 2rem;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .nav-item.emp-gate .nav-link {
        margin: 0 !important;
        padding: 12px 30px !important;
        border-radius: 10rem
    }

        .nav-item.emp-gate .nav-link:hover {
            background: #07706d;
            color: #fff !important;
            border-color: #07706d
        }

header.site-header .navbar-nav {
    margin-left: 0;
    margin-right: auto
}

@media (max-width: 1023px) {
    header.site-header .navbar-nav {
        padding: 10px 0px 0
    }
}

.btn-emp {
    border: 1px solid #ddd
}

    .btn-emp:after, .btn-emp:before {
        display: none
    }

header.site-header nav.navbar .nav-item, header.site-header nav.navbar, header.site-header .container {
    position: static
}

@media (max-width: 1023px) {
    header.site-header nav.navbar .nav-item .navbar-collapse, header.site-header nav.navbar .navbar-collapse, header.site-header .container .navbar-collapse {
        margin: 0 -15px
    }
}

@media (max-width: 1023px) {
    header.site-header .container {
        max-width: 100%;
        width: 100%
    }
}

header.site-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    margin: 0
}

@media (min-width: 768px) {
    header.site-header .navbar-expand-lg .navbar-nav .dropdown-menu {
        box-shadow: 0 16px 24px -16px rgba(8,9,10,0.1),0 31px 63px -31px rgba(0,0,0,0.15);
        padding: 40px 0
    }
}

@media (max-width: 768px) {
    header.site-header .navbar-expand-lg .navbar-nav .dropdown-menu {
        box-shadow: none;
        padding: 15px;
        background: #f1f1f1
    }
}

header.site-header .navbar-expand-lg .navbar-nav .dropdown-menu .container {
    padding: 0
}

.header-menu-title {
    display: none
}

@media (min-width: 768px) {
    .header-menu-title {
        padding-left: 80px;
        border-left: 1px solid #bdc5cd;
        display: block
    }
}

.header-menu-title h1 {
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem
}

.header-menu-title p {
    color: #001837;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6
}

.header-menu-lists h3 {
    color: #5c6b7e;
    font-size: 16px;
    font-size: 1rem
}

.header-menu-lists {
    padding-right: 40px
}

@media (max-width: 1023px) {
    .header-menu-lists {
        padding: 0 15px
    }
}

.header-menu-lists ul {
    padding: 0;
    margin: 2rem 0 0
}

@media (max-width: 768px) {
    .header-menu-lists ul {
        margin: 0
    }
}

.header-menu-lists .dropdown-item {
    padding-right: 0;
    font-size: 20px;
    margin-bottom: 0.5rem
}

@media (max-width: 767px) {
    .header-menu-lists .dropdown-item {
        font-size: 16px;
        margin-bottom: 0.25rem
    }
}

.header-menu-lists .dropdown-item .arrow-hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
    margin-right: -10px;
    z-index: -1;
    opacity: 0
}

    .header-menu-lists .dropdown-item .arrow-hover svg {
        width: 24px
    }

.header-menu-lists .dropdown-item:hover .arrow-hover {
    margin-right: 10px;
    opacity: 1
}

.header-menu-lists .dropdown-item:hover {
    background: none;
    color: #06706c
}

.header-menu-lists .dropdown-item .arrow-hover svg {
    fill: #06706c !important
}

@media (min-width: 767px) {
    .header-menu-lists ul:not(.no-col) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width: 767px) {
    .header-menu-lists ul:not(.no-col) li {
        max-width: 50%;
        width: 50%
    }
}

.search-modal .modal-dialog {
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    max-width: 100%
}

    .search-modal .modal-dialog .modal-content {
        border: 0;
        border-radius: 0;
        padding: 0
    }

    .search-modal .modal-dialog .modal-body {
        position: relative;
        padding: 5rem 0
    }

        .search-modal .modal-dialog .modal-body .close {
            position: absolute;
            top: 0;
            left: 0;
            margin: 3rem
        }

.search-modal form.search-modal-form {
    position: relative
}

.search-modal .input-wrap {
    display: block;
    width: calc(100% - 60px)
}

.search-modal .search-input {
    font-size: 3.25em;
    line-height: 1.135;
    letter-spacing: normal;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 21px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    border-radius: 0;
    padding-left: 0;
    height: 100px
}

.search-modal p.small-p {
    margin-top: 10px;
    margin-bottom: 0;
    opacity: .7;
    font-size: 14px
}

.search-modal button.search-submit {
    display: inline-block;
    border-radius: 100%;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    background: #07706d;
    background-size: 15px 15px;
    border: 0 none !important;
    box-shadow: 0 0 0 transparent;
    outline: 0;
    float: left;
    position: absolute;
    top: 10px;
    left: 0;
    width: 58px !important;
    height: 58px !important;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

    .search-modal button.search-submit svg {
        fill: #fff
    }

@media (prefers-reduced-motion: reduce) {
    .search-modal button.search-submit {
        -webkit-transition: none;
        transition: none
    }
}

.search-modal button.search-submit:hover {
    opacity: .7
}

@media (min-width: 1200px) {
    body:not(.menu-dropdown-open) .no-bg-header header.site-header {
        background: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        color: #fff
    }

        body:not(.menu-dropdown-open) .no-bg-header header.site-header nav.navbar .nav-link {
            color: #fff
        }

            body:not(.menu-dropdown-open) .no-bg-header header.site-header nav.navbar .nav-link .arrow-hover svg {
                fill: #fff
            }

            body:not(.menu-dropdown-open) .no-bg-header header.site-header nav.navbar .nav-link:before {
                background: #fff
            }
}

body .no-bg-header header.site-header.nav-fixed {
    background: #fff;
    color: #000;
    box-shadow: 0 0 15px rgba(0,0,0,0.035);
    border-bottom: 1px solid #bdc5cd
}

    body .no-bg-header header.site-header.nav-fixed nav.navbar .nav-link {
        color: #000
    }

        body .no-bg-header header.site-header.nav-fixed nav.navbar .nav-link .arrow-hover svg {
            fill: #000
        }

        body .no-bg-header header.site-header.nav-fixed nav.navbar .nav-link:before {
            background: #07706d
        }

body .no-bg-header nav.top-navbar.navbar.nav-fixed {
    background: #07706d
}

.no-bg-header nav.top-navbar {
    background: rgba(0,0,0,0.15)
}

.inner-header-login.site-header {
    background: #07706d;
    height: 66px
}

    .inner-header-login.site-header .navbar-brand img {
        height: 40px
    }

@media (min-width: 1200) {
    .inner-header-login.site-header .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: -1px
    }
}

.inner-header-login.site-header .navbar-expand-lg .navbar-nav .header-profile .dropdown-menu {
    margin: 0;
    min-width: 150px;
    width: 200px;
    padding: 20px 0 24px;
    left: 15px;
    right: auto;
    background-color: #fff;
    border-radius: 4px;
    border: 0;
    text-align: right;
    box-shadow: 0 17px 46px 0 rgba(12,13,30,0.3)
}

.inner-header-login .navbar .nav-item .nav-link, .inner-header-login .navbar .nav-item.show .nav-link {
    color: #fff;
    font-size: 15px;
    font-size: .9375rem
}

@media (min-width: 1023px) {
    .inner-header-login .navbar .nav-item .nav-link, .inner-header-login .navbar .nav-item.show .nav-link {
        padding: 22px 3px
    }
}

.inner-header-login .navbar .nav-item .nav-link:hover, .inner-header-login .navbar .nav-item.show .nav-link:hover {
    color: #eee
}

.inner-header-login .navbar .nav-item .nav-link svg, .inner-header-login .navbar .nav-item.show .nav-link svg {
    fill: #fff
}

.inner-header-login .navbar .nav-item .nav-link:before, .inner-header-login .navbar .nav-item.show .nav-link:before {
    background: #fff
}

.header-profile {
    position: relative !important
}

    .header-profile .dropdown-item {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700
    }

        .header-profile .dropdown-item svg {
            margin-left: 8px
        }

        .header-profile .dropdown-item:hover {
            color: #07706d
        }

            .header-profile .dropdown-item:hover svg {
                fill: #07706d
            }

body.modal-open .site-header-cont {
    z-index: 999
}

@media (max-width: 1023px) {
    .navbar-toggler {
        padding-left: 0;
        padding-right: 0
    }

    .inner-header-login.site-header .navbar-toggler svg {
        fill: #fff
    }

    .top-navbar .options-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .top-navbar {
        padding: 0 15px
    }

    header.site-header, .inner-header-login.site-header {
        height: auto
    }

    .nav-link:before {
        display: none
    }
}

@media (max-width: 767px) {
    .site-header-cont {
        position: relative
    }

    header.site-header, .menu-dropdown-open header.site-header {
        border: 0
    }
}

.footer {
    background: #222222;
    color: #eee
}

.form-newsletter {
    position: relative;
    z-index: 1
}

.footer .form-newsletter input {
    background-color: #fff;
    border: none;
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 30px 0 20px;
    text-transform: capitalize;
    border-radius: 3px 0px 0px 3px;
    width: calc(100% - 40px)
}

    .footer .form-newsletter input:focus {
        color: #07706d;
        background-color: #07706d;
        border-color: #07706d;
        outline: 0
    }

footer.footer h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px
}

.footer-logo img {
    height: 40px;
    margin-bottom: 20px
}

.footer-about, .form-newsletter p {
    font-size: 14px;
    line-height: 1.4
}

footer.footer a {
    color: #eee;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px
}

.footer .form-newsletter button {
    position: absolute;
    top: 0;
    right: -1px;
    background-color: #07706d;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 52px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0
}

    .footer .form-newsletter button:focus {
        color: #07706d;
        background-color: #07706d;
        border-color: #07706d;
        outline: 0
    }

footer.footer .footer-contact-info a {
    color: #fff
}

.contact-address {
    margin-top: 30px
}

.bot-footer {
    padding-top: 20px;
    padding-bottom: 15px
}

    .bot-footer .d-flex {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 14px
    }

        .bot-footer .d-flex ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin: 0
        }

            .bot-footer .d-flex ul li a {
                display: inline-block;
                margin-right: 30px;
                font-size: 14px
            }

footer.footer {
    background: #07706d;
    padding: 2rem 0
}

.top-footer {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 2rem
}

@media (min-width: 767px) {
    .top-footer {
        padding-bottom: 1rem
    }
}

.direct-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 767px) {
    .direct-num {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.direct-num h3 {
    font-weight: 700;
    color: #fff
}

.footer .direct-num a {
    color: #fff;
    font-size: 3rem;
    margin-right: 1rem
}

.footer-logo img {
    margin: 0;
    height: 80px
}

.top-footer .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mid-footer {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

    .mid-footer a {
        display: block
    }

footer.footer .mid-footer a {
    color: #eee;
    display: block;
    padding: 4px 0
}

footer.footer .mid-footer h4 {
    margin-bottom: 1rem
}

.bot-footer {
    padding-top: 2rem;
    padding-bottom: 0
}

    .bot-footer .container {
        padding: 0
    }

footer.footer.footer-inner {
    background: #fff;
    padding: 1.5rem 0;
    color: #333;
    font-size: 14px
}

    footer.footer.footer-inner a {
        margin: 0;
        color: #333;
        font-size: 14px
    }

    footer.footer.footer-inner .footer-cont {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        footer.footer.footer-inner .footer-cont .side-one {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center
        }

        footer.footer.footer-inner .footer-cont ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin: 0;
            padding: 0
        }

            footer.footer.footer-inner .footer-cont ul li + li {
                margin-right: 1rem
            }

    footer.footer.footer-inner .footer-logo {
        margin-left: 2rem
    }

        footer.footer.footer-inner .footer-logo img {
            height: 40px
        }

@media (max-width: 767px) {
    footer.footer.footer-inner {
        padding: .5rem 0
    }

        footer.footer.footer-inner a {
            font-size: 10px
        }

    .bot-footer .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

        .bot-footer .d-flex ul {
            padding: 0
        }

            .bot-footer .d-flex ul li a {
                margin-right: 0;
                margin: 0px 10px 10px 10px
            }

    footer.footer.footer-inner .footer-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

        footer.footer.footer-inner .footer-cont .side-one {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column
        }

        footer.footer.footer-inner .footer-cont .footer-logo {
            margin: 0;
            margin-bottom: .5rem
        }

        footer.footer.footer-inner .footer-cont .copyright {
            margin-bottom: .5rem;
            font-size: 10px;
            text-align: center;
            padding: 0 3rem
        }
}

.navbar-menu-wrapper {
    width: 249px;
    height: auto;
    border: solid 1px #eeeeee;
    border-bottom: 0;
    border-top: 0;
    background-color: #ffffff;
    position: relative
}

    .navbar-menu-wrapper .nav-link {
        padding: 0.625rem 1rem;
        color: #3c3c3b;
        border-bottom: 1px solid #eeeeee;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }

        .navbar-menu-wrapper .nav-link:hover {
            opacity: 0.75
        }

@media (prefers-reduced-motion: reduce) {
    .navbar-menu-wrapper .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-menu-wrapper .nav-link i {
    width: 1.25em;
    margin-right: 5px;
    display: inline-block;
    text-align: center
}

.heading-cont {
    margin-top: 3rem;
    margin-bottom: 1rem
}

    .heading-cont .sub-heading-top {
        color: #8f8f8f;
        font-weight: 400
    }

    .heading-cont .heading {
        font-weight: 700;
        color: #07706c;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin: 0;
        padding-bottom: 1rem
    }

        .heading-cont .heading::before {
            content: "";
            position: absolute;
            bottom: -5px;
            right: 0;
            width: 100px;
            height: 5px;
            background: #07706d
        }

@media (max-width: 767px) {
    .heading-cont .heading {
        font-size: 24px
    }
}

.heading-services {
    position: relative
}

    .heading-services:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        background: url(../images/cityBG.png) no-repeat;
        background-size: contain
    }

@media (max-width: 1023px) {
    .heading-services {
        font-size: 24px
    }

        .heading-services::before {
            display: block;
            position: static;
            width: 100%;
            height: 100px;
            background-size: cover;
            background-position: bottom;
            margin-bottom: 15px
        }
}

@media (max-width: 767px) {
    .heading-services {
        font-size: 24px
    }

        .heading-services::before {
            height: 50px
        }
}

.heading .sub-heading {
    font-size: 18px;
    color: #000
}

@media (max-width: 767px) {
    .heading .sub-heading {
        font-size: 20px
    }

        .heading .sub-heading h2 {
            font-size: 100%
        }

        .heading .sub-heading h4 {
            font-size: 80%
        }
}

.section {
    padding: 5rem 0
}

    .section .heading {
        position: relative
    }

        .section .heading:after {
            content: '';
            display: block;
            width: 40px;
            height: 6px;
            margin: 1.375em 0;
            background: #85bd48;
            bottom: 0
        }

    .section .heading-title {
        font-weight: 700;
        color: #000
    }

    .section .heading-cont:before {
        display: none
    }

    .section .heading-cont .heading:after {
        display: none
    }

.page-title.page-title-about {
    background: url(../images/ab-2.png) no-repeat;
    background-size: cover;
    background-position: bottom center
}

.page-title {
    padding-top: 220px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #07706d
}

    .page-title.service-header {
        padding-top: 118px
    }

@media (max-width: 1023px) {
    .page-title.service-header {
        padding-top: 104px
    }
}

.page-title.service-header .item-rate {
    margin-bottom: 1.5rem
}

.page-title .rating {
    background: none;
    color: #fff;
    text-align: right
}

.page-title .rating-title, .page-title span.ratings-count {
    color: #fff
}

.page-title .item-rate {
    margin: 0rem 0 1.5rem 0
}

.page-title.service-header .container {
    position: relative
}

    .page-title.service-header .container:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #07706c;
        margin-left: -10px
    }

@media (min-width: 768px) {
    .page-title.service-header .container:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: #0f1b2d;
        margin-right: -20px
    }
}

.page-title .page-title-content {
    position: relative;
    background-size: cover;
    color: #fff;
    z-index: 9;
    padding: 5rem 0;
    width: 100%
}

.page-title .service-description {
    padding: 5rem 3em 5rem 0;
    background: #0f1b2d;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 9
}

@media (max-width: 767px) {
    .page-title .service-description {
        margin: 0 -15px !important;
        width: calc(100% + 30px);
        padding: 1rem
    }
}

.page-title .service-description h3 {
    font-weight: 700;
    margin-bottom: 1.5rem
}

.page-title .service-description .btn {
    margin-top: 1.25rem
}

.title-heading {
    padding: 1rem 0 1rem 0
}

    .title-heading h1 {
        font-size: 36px;
        font-size: 2.25rem;
        font-weight: 700
    }

        .title-heading h1.big {
            font-size: 60px
        }

.page-title .title .title-heading h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0
}

    .page-title .title .title-heading h1.big {
        font-size: 90px;
        line-height: 1.2
    }

        .page-title .title .title-heading h1.big + p {
            font-size: 36px
        }

.page-title .title .title-desc {
    max-width: 550px
}

    .page-title .title .title-desc p {
        color: #f9f9f9;
        font-size: 16px;
        margin-bottom: 0;
        font-weight: 300
    }

.page-title .breadcrumb {
    font-size: 16px;
    background-image: transparent;
    color: #fff
}

    .page-title .breadcrumb a {
        color: #fff;
        text-decoration: none;
        -webkit-transition: .3s ease;
        transition: .3s ease
    }

    .page-title .breadcrumb .active {
        color: #fff
    }

.page-title.text-dark .title h1 {
    color: #051033
}

.page-title.text-dark .title-desc p {
    color: #051033
}

.page-title.text-dark .breadcrumb {
    color: #051033
}

    .page-title.text-dark .breadcrumb a {
        color: #051033
    }

        .page-title.text-dark .breadcrumb a:hover {
            color: #07706d
        }

    .page-title.text-dark .breadcrumb .active {
        color: #051033
    }

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0
}

.page-title .breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
    padding: 0 9px
}

.title-heading h1 small {
    font-size: 20px;
    color: #777;
    border-right: 2px solid rgba(0,0,0,0.1);
    margin-right: 1rem;
    padding-right: 1rem
}

.title-heading h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page-title-content .item-rate {
    margin: 0
}

@media (max-width: 767px) {
    .page-title-content .item-rate .rating {
        border-radius: 10rem;
        margin: 0 !important
    }

        .page-title-content .item-rate .rating span.ratings-count {
            display: inline-block;
            width: auto
        }
}

.page-title .title-1 {
    padding-bottom: 110px
}

    .page-title .title-1 .breadcrumb {
        position: absolute;
        bottom: 30px;
        right: 0;
        left: 0
    }

.page-title .title-2 {
    padding-bottom: 130px
}

    .page-title .title-2 .title-heading {
        margin-bottom: 5px
    }

.page-title .title-3 {
    padding-bottom: 120px
}

    .page-title .title-3 .title-heading {
        margin-bottom: 5px
    }

    .page-title .title-3 .breadcrumb {
        position: absolute;
        bottom: 50px;
        right: 0;
        left: 0
    }

.page-title .title-4 {
    padding-bottom: 190px
}

    .page-title .title-4 .title-heading {
        margin-bottom: 35px
    }

    .page-title .title-4 .breadcrumb {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

@media only screen and (max-width: 991px) {
    .page-title .title .title-heading h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 50px
    }

    .page-title .title .title-desc p {
        font-size: 14px
    }

    .page-title .breadcrumb {
        font-size: 12px
    }

    .page-title .title .title-heading h1.big {
        font-size: 50px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .page-title .title .title-heading h1 {
        font-size: 45px;
        font-weight: 800;
        line-height: 60px
    }
}

.page-inner-title {
    padding-top: 120px
}

    .page-inner-title .breadcrumb > li a, .page-inner-title .breadcrumb > li {
        color: #000
    }

    .page-inner-title .page-title-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .page-inner-title .page-title-content nav {
            width: 100%
        }

        .page-inner-title .page-title-content .rating {
            padding: 1px 20px;
            margin-right: 1rem
        }

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        touch-action: manipulation;
        -moz-backface-visibility: hidden
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px)
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0)
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%
        }

    .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
        display: none
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
        background: none;
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden
    }

    .owl-carousel.owl-drag .owl-item {
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

    .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
        max-height: 0
    }

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3, 1.3);
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3)
    }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: rgba(0,0,0,0.5);
    padding: 8px !important;
    color: #fff !important;
    -webkit-transition: .5s all;
    transition: .5s all
}

.owl-carousel .owl-nav button span {
    font-size: 1rem
}

.owl-carousel .owl-nav button:hover {
    background: #000
}

.owl-dots {
    text-align: center
}

    .owl-dots .owl-dot {
        display: inline-block;
        vertical-align: top;
        width: 15px;
        height: 15px;
        background: #fff;
        border: 1px solid #07706d !important;
        -webkit-transition: ease all 0.55s;
        transition: ease all 0.55s;
        border-radius: 50%;
        margin: 0 5px
    }

@media (prefers-reduced-motion: reduce) {
    .owl-dots .owl-dot {
        -webkit-transition: none;
        transition: none
    }
}

.owl-carousel-white .owl-dots .owl-dot {
    border-color: #fff;
    background: none
}

.owl-dots .owl-dot.active {
    background: #07706d
}

.owl-carousel-white .owl-dots .owl-dot.active {
    background: #fff
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%
}

.select2-results__option {
    border-radius: 0;
    margin-bottom: 1px;
    font-size: inherit
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #d7d7d7;
    height: 38px;
    outline: none
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #4e4e4e;
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        font-size: 0.875rem
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #6c757d
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 30px;
        height: 38px;
        line-height: calc(1.5em + .75rem + 2px);
        left: 0
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            margin-top: -3px
        }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        font-size: 20px;
        font-weight: 400;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto;
        margin-right: 5px;
        color: #8392a5;
        position: relative;
        z-index: 100
    }

        .select2-container--default .select2-selection--single .select2-selection__clear:hover {
            color: #1b2e4b
        }

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border-color: #d7d7d7;
    border-radius: 2px;
    min-height: 38px;
    outline: none
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        padding: 0 4px;
        display: block
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        position: relative;
        margin-top: 4px;
        margin-right: 4px;
        padding: 3px 10px 3px 20px;
        border-color: transparent;
        border-radius: 1px;
        background-color: #07706d;
        color: #fff;
        font-size: 13px;
        line-height: 1.45
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
        opacity: .5;
        font-size: 14px;
        font-weight: 400;
        display: inline-block;
        position: absolute;
        top: 4px;
        left: 7px;
        line-height: 1.2
    }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d7d7d7
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e7e7ed;
    border-radius: 0;
    padding: 5px 10px;
    box-shadow: none;
    outline: none;
    direction: rtl
}

    .select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
        color: #8392a5
    }

    .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
        color: #8392a5
    }

    .select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
        color: #8392a5
    }

    .select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
        color: #8392a5
    }

    .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
        color: #8392a5
    }

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fff
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #07706d
}

.select2-container--default .select2-results > .select2-results__options {
    margin: 0px
}

.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 6px;
    line-height: 26px;
    padding-left: 10px;
    opacity: 1
}

    .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
        color: #8392a5;
        font-weight: 400;
        opacity: 1
    }

    .select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
        color: #8392a5;
        font-weight: 400;
        opacity: 1
    }

    .select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
        color: #8392a5;
        font-weight: 400;
        opacity: 1
    }

    .select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder {
        color: #8392a5;
        font-weight: 400;
        opacity: 1
    }

    .select2-container--default .select2-search--inline .select2-search__field::placeholder {
        color: #8392a5;
        font-weight: 400;
        opacity: 1
    }

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eceff3
}

.select2-container--default.select2-container--disabled .select2-selection__choice {
    padding-left: 10px;
    background-color: #adb5bd
}

    .select2-container--default.select2-container--disabled .select2-selection__choice .select2-selection__choice__remove {
        display: none
    }

.select2-container--open {
    font-size: 14px
}

    .select2-container--open .select2-selection--single, .select2-container--open .select2-selection--multiple {
        background-color: #fff;
        border-color: #d7d7d7
    }

    .select2-container--open .select2-dropdown--above {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .select2-container--open .select2-dropdown--below {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        top: 0
    }

.select2-dropdown {
    border: 0;
    box-shadow: 0 5px 50px 0 rgba(37,44,65,0.12)
}

.select2-search--dropdown {
    padding: 12px
}

.select2-results__option {
    padding: 6px 10px;
    font-size: inherit
}

.has-success .select2-container--default .select2-selection--single {
    border-color: #28a745
}

.has-warning .select2-container--default .select2-selection--single {
    border-color: #ffc107
}

.has-danger .select2-container--default .select2-selection--single {
    border-color: #dc3545
}

.select2-xs + .select2-container {
    font-size: 12px
}

.select2-dropdown-xs .select2-results__option {
    font-size: 12px
}

.select2-sm + .select2-container {
    font-size: 14px
}

.select2-dropdown-sm .select2-results__option {
    font-size: 14px
}

.select2-bd-0 + .select2-container--default .select2-selection--single {
    border-width: 0
}

.bg-gray + .select2-container--default .select2-selection--single {
    background-color: #3f474e
}

    .bg-gray + .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #dee2e6
    }

.select2.line + .select2-container .select2-selection--single {
    height: 51px;
    background: none;
    border: 0;
    border: 1px solid #d7d7d7;
    border-radius: .25rem
}

.select2.line + .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    margin-left: 10px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
    padding: 0 1rem !important
}

.disabled.select2 {
    pointer-events: none;
    background-color: #e9ecef;
    opacity: 1
}

    .disabled.select2 .select2-selection__arrow {
        display: none
    }

.service-details-menu-cont {
    background: #f3f5f9
}

@media (min-width: 767px) {
    .service-details-menu-cont {
        border-left: 1px solid #DFE1E5
    }
}

.service-details > .container {
    position: relative
}

    .service-details > .container:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        background: #f3f5f9;
        width: 100%
    }

.service-details-menu {
    padding: 1.5rem;
    background: #84bd47;
    color: #fff
}

@media (min-width: 767px) {
    .service-details-menu {
        margin-top: -2rem;
        position: relative;
        z-index: 9;
        margin-left: -1px;
        position: -webkit-sticky;
        position: sticky;
        top: 120px
    }
}

.service-details-menu ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 1rem
}

.service-details-menu a {
    display: block;
    color: #fff;
    position: relative;
    padding: 6px 12px 6px 12px;
    font-weight: 700;
    border-radius: 10rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media (prefers-reduced-motion: reduce) {
    .service-details-menu a {
        -webkit-transition: none;
        transition: none
    }
}

.service-details-menu a.active {
    background: #fff;
    color: #83bd46;
    border-radius: 10rem;
    padding-right: 20px
}

    .service-details-menu a.active:before {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.service-details-menu a:before {
    content: "";
    position: absolute;
    top: 15px;
    right: -5px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media (prefers-reduced-motion: reduce) {
    .service-details-menu a:before {
        -webkit-transition: none;
        transition: none
    }
}

.service-overview {
    border: 1px solid #e4e5e9;
    border-radius: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem
}

.service-summary-cont {
    padding: 5rem 5rem 5rem 0 !important
}

@media (max-width: 767px) {
    .service-summary-cont {
        padding: 15px !important
    }
}

.service-overview .item {
    width: 50%;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 1023px) {
    .service-overview .item {
        padding: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

.service-overview .item:first-child {
    border-bottom: 1px solid #e4e5e9;
    border-left: 1px solid #e4e5e9
}

.service-overview .item:nth-child(2) {
    border-bottom: 1px solid #e4e5e9
}

.service-overview .item:nth-child(3) {
    border-left: 1px solid #e4e5e9
}

.service-overview .item h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #777
}

.service-overview .item .item-icon {
    margin-bottom: .5rem
}

@media (min-width: 767px) {
    .service-overview .item .item-icon {
        margin-left: 1rem;
        margin-bottom: 0
    }
}

.service-overview-link {
    background: #07706c;
    color: #fff;
    border-radius: 10rem;
    padding: 2px 15px;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
    border: 1px solid #07706c;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media (prefers-reduced-motion: reduce) {
    .service-overview-link {
        -webkit-transition: none;
        transition: none
    }
}

.service-overview-link:hover {
    background: #fff;
    color: #07706c
}

.service-overview .item .item-icon svg {
    fill: #07706c
}

.service-summary h2 {
    position: relative;
    font-weight: 700;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    padding-top: 2rem
}

    .service-summary h2:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        height: 6px;
        width: 40px;
        background: #85bd48
    }

.service-summary + .service-summary {
    margin-top: 4rem;
    border-top: 1px dotted #DFE1E5;
    padding-top: 2rem
}

.service-summary ul {
    margin: 0;
    padding: 0 1rem 0 0
}

.content-list {
    position: relative
}

    .content-list li {
        position: relative;
        padding-top: 0.75rem
    }

        .content-list li:before {
            content: "";
            position: absolute;
            top: 20px;
            right: -15px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            border: 2px solid #85bd48
        }

.service-terms {
    border: 1px solid #e4e5e9;
    border-radius: 12px;
    margin-top: 3rem;
    padding: 2rem
}

    .service-terms h3 {
        border-bottom: 1px solid #e4e5e9;
        padding-bottom: 1rem
    }

    .service-terms .btn-custom {
        color: #fff;
        border-color: #07706c;
        background: #07706c
    }

    .service-terms p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-right: 2rem;
        position: relative
    }

        .service-terms p input {
            position: absolute;
            top: -15px;
            right: 0
        }

.service-terms-content {
    padding-top: 1rem
}

    .service-terms-content ul {
        margin: 0;
        padding: 0
    }

        .service-terms-content ul li {
            display: inline-block
        }

.service-terms .btn-custom:hover {
    background: #fff;
    color: #07706c
}

.form-steps-cont .step-anchor {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 3rem
}

    .form-steps-cont .step-anchor li a:before {
        content: ' ';
        position: absolute;
        margin-top: 10px;
        display: block;
        border-radius: 50%;
        color: #428bca;
        border: none;
        text-decoration: none;
        z-index: 8;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #f3f3f3;
        bottom: -2px;
        width: 24px;
        height: 24px
    }

    .form-steps-cont .step-anchor li a {
        position: relative;
        padding-bottom: 2rem;
        color: #777;
        text-align: center;
        height: 100%;
        line-height: 1.2
    }

        .form-steps-cont .step-anchor li a .num {
            display: block;
            width: 30px;
            height: 30px;
            text-align: center;
            border: 1px solid #ddd;
            border-radius: 50%;
            margin: auto;
            margin-bottom: .5rem;
            line-height: 28px
        }

        .form-steps-cont .step-anchor li a:after {
            content: ' ';
            position: absolute;
            left: 50%;
            bottom: 2px;
            margin-top: 10px;
            display: block;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            z-index: 9;
            background: #07706d;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%)
        }

    .form-steps-cont .step-anchor:before {
        background: #f3f3f3;
        height: 1px;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 100%;
        content: "";
        position: absolute;
        margin-top: -10px
    }

    .form-steps-cont .step-anchor li.active a {
        color: #07706d;
        font-weight: 700
    }

        .form-steps-cont .step-anchor li.active a .num {
            background: #07706d;
            color: #fff
        }

        .form-steps-cont .step-anchor li.active a small {
            font-weight: 700
        }

        .form-steps-cont .step-anchor li.active a .num {
            border: 2px solid #07706d
        }

    .form-steps-cont .step-anchor li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

.form-steps-cont-new .step-anchor {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.form-steps-cont-new li + li {
    margin-right: .35rem
}

.form-steps-cont-new .step-anchor li a {
    position: relative;
    padding: 0rem;
    color: #777;
    text-align: center;
    height: 100%;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    padding: 5px 15px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000
}

    .form-steps-cont-new .step-anchor li a .num {
        font-size: 90%;
        margin-left: 5px
    }

        .form-steps-cont-new .step-anchor li a .num:after {
            content: "."
        }

        .form-steps-cont-new .step-anchor li a .num small {
            font-weight: 100
        }

.form-steps-cont-new .step-anchor li.active a {
    color: #07706d;
    font-weight: 700;
    border-color: #07706d
}

    .form-steps-cont-new .step-anchor li.active a small {
        font-weight: 700
    }

.page-btns-top-fixed {
    padding-bottom: 15px !important
}

.form-steps-cont-new .step-anchor li.active a {
    border-color: #ebebeb;
    border-bottom-color: transparent;
    position: relative;
    top: 1px;
    background: #eceff3
}

.form-steps-cont-new .step-anchor li a {
    padding: 10px 15px;
    color: #666
}

    .form-steps-cont-new .step-anchor li a small {
        font-weight: 700
    }

.form-steps-cont-new .step-anchor li a {
    border-radius: 5px 5px 0 0;
    font-size: 18px
}

.page-top-fixed.nav-fixed {
    left: 0;
    right: 0;
    top: 0
}

    .page-top-fixed.nav-fixed .form-steps-cont-new {
        display: none
    }

@media (max-width: 1023px) {
    .form-steps-cont-new .step-anchor {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form-steps-cont-new li {
        margin: 0;
        padding: 3px 3px
    }

    .form-steps-cont-new .step-anchor li a {
        border: 0;
        border-radius: .25rem
    }

    .form-steps-cont-new li + li {
        margin: 0
    }

    .form-steps-cont-new .step-anchor {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 -3px
    }

        .form-steps-cont-new .step-anchor .nav-item {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-top: 0;
            padding-bottom: 0;
            display: none
        }

            .form-steps-cont-new .step-anchor .nav-item.current, .form-steps-cont-new .step-anchor .nav-item.next, .form-steps-cont-new .step-anchor .nav-item.prev {
                display: inline-block
            }

                .form-steps-cont-new .step-anchor .nav-item.prev a {
                    color: #777
                }

            .form-steps-cont-new .step-anchor .nav-item.active a {
                border-radius: 5px 5px 0 0 !important;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center
            }

            .form-steps-cont-new .step-anchor .nav-item a {
                padding: 8px 5px
            }

                .form-steps-cont-new .step-anchor .nav-item a small {
                    text-align: right;
                    line-height: 1.5;
                    font-size: 12px
                }
}

@media (max-width: 1023px) and (max-width: 320px) {
    .form-steps-cont-new .step-anchor .nav-item a small {
        font-size: 10px
    }
}

@media (max-width: 1023px) {
    .form-steps-cont-new .step-anchor .nav-item a .num {
        font-size: 12px;
        padding-top: 2px;
        padding-right: 5px
    }
}

.page-top-filter .page-top-search-form {
    position: relative
}

    .page-top-filter .page-top-search-form .form-control {
        background: #f4f5f7;
        height: 36px
    }

        .page-top-filter .page-top-search-form .form-control:focus {
            background: #fff
        }

    .page-top-filter .page-top-search-form .label-search-icon {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-left: 10px
    }

        .page-top-filter .page-top-search-form .label-search-icon svg {
            width: 16px;
            fill: #707070
        }

.page-top-filter ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .page-top-filter ul .btn {
        margin-left: 15px
    }

        .page-top-filter ul .btn:hover {
            color: #212529;
            background-color: #e2e6ea;
            border-color: #dae0e5
        }

.btn {
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    padding: .4rem 1.75rem;
    border-radius: .85rem;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    font-weight: 700;
    border-radius: 10rem;
    /*padding: 12px 40px;*/
    /*wael*/
    padding: 8px 15px;
}

    .btn .icon {
        margin-left: 8px;
        opacity: .3
    }

.btn-sm {
    padding: .35rem 1.5rem
}

.btn:focus, .btn.active, .btn:active, body .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none;
    outline: none
}

.btn-primary {
    background-color: #07706d;
    color: #fff;
    border: 1px solid #07706d;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    font-weight: 700;
    color: #fff;
    border-radius: 10rem
}

.btn-secondary {
    background-color: #85bd48;
    color: #fff;
    border: 1px solid #85bd48;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    font-weight: 700;
    color: #fff;
    border-radius: 10rem
}

.btn-light {
    border: 1px solid #eceff3;
    color: #000;
    box-shadow: none
}

.btn.has-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #81be40;
    color: #fff;
    border: 1px solid #81be40
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    box-shadow: none
}

.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:focus, .btn-primary.btn-inverse:hover {
    background-color: #fff;
    color: #07706d;
    border-color: #fff
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #07706d;
    color: #fff;
    border-color: #07706d
}

.btn-secondary.btn-inverse:active, .btn-secondary.btn-inverse:focus, .btn-secondary.btn-inverse:hover {
    background-color: #fff;
    color: #222;
    border-color: #fff
}

.btn-white {
    background-color: #fff;
    color: #3c3c3b;
    border: 1px solid #fff
}

    .btn-white:active, .btn-white:focus, .btn-white:hover {
        background-color: #07706d;
        color: #fff;
        border-color: #07706d
    }

.btn-hover-dark:active, .btn-hover-dark:focus, .btn-hover-dark:hover {
    background-color: #3c3c3b;
    color: #fff;
    border-color: #3c3c3b
}

.btn-custom {
    text-align: center;
    padding: 12px 15px;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
    font-weight: 700;
    background: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10rem
}

@media (min-width: 1200px) {
    .btn-custom {
        padding: 12px 40px
    }
}

.btn-custom:hover {
    background: #fff;
    color: #07706d
}

.btn-link {
    color: #fff;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
    padding-left: 0
}

    .btn-link .arrow-hover svg {
        position: relative;
        -webkit-transition: .3s all;
        transition: .3s all;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        fill: #fff;
        width: 30px
    }

        .btn-link .arrow-hover svg path {
            fill: #fff
        }

    .btn-link .arrow-hover {
        width: 30px;
        height: 30px;
        background: #fff;
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-right: 1rem
    }

.btn-dark svg {
    fill: #fff
}

dashboard-kanbansection.page-container.dashboard-kanban .row > [class^="col-"] {
    padding: 4px
}

section.page-container.dashboard-kanban .cards-row {
    margin: 0 -19px
}

.card-list {
    background: #fff;
    border-radius: 3px;
    padding-bottom: 8px
}

.card-list-header h3 {
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700
}

.card-list-header {
    padding: 15px 16px 12px
}

.card-list-content {
    padding: 0 4px;
    margin: 0 4px
}

.card-list-item {
    background: #f4f5f7;
    padding: 6px 8px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 1px 2px 0px rgba(9,30,66,0.25);
    margin: 5px 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border: 1px solid #ebecf0
}

@media (prefers-reduced-motion: reduce) {
    .card-list-item {
        -webkit-transition: none;
        transition: none
    }
}

.card-list-item:hover {
    background: #fff
}

.card-list-item-labels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .card-list-item-labels .badge {
        font-size: 10px;
        font-weight: 400;
        line-height: 1.2;
        padding: .3em .6em
    }

.card-list-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    padding-top: 10px
}

    .card-list-item-title .icon {
        width: 30px;
        height: 30px;
        background: #ebecf0;
        border-radius: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .card-list-item-title a {
        color: #000
    }

    .card-list-item-title .icon {
        margin-left: 8px
    }

        .card-list-item-title .icon svg {
            fill: #6f7782;
            fill: #07706d;
            width: 16px;
            height: 16px
        }

.card-list-item-badges {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 7px -.4rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .card-list-item-badges svg {
        width: 14px
    }

    .card-list-item-badges .badge-next, .card-list-item-badges .gov {
        margin: 0 auto 0 0;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

        .card-list-item-badges .badge-next .icon, .card-list-item-badges .gov .icon {
            background: #06706d;
            border-radius: 50%;
            padding: 4px;
            width: 20px;
            height: 20px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-right: 6px
        }

            .card-list-item-badges .badge-next .icon svg, .card-list-item-badges .gov .icon svg {
                fill: #fff;
                width: 12px
            }

    .card-list-item-badges .gov, .card-list-item-badges .details {
        margin: 0 auto 0 4px;
        font-weight: 400;
        cursor: pointer
    }

        .card-list-item-badges .gov:hover, .card-list-item-badges .details:hover {
            background: #343a40
        }

section.page-container.dashboard-kanban {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding-top: 65px;
    overflow: hidden
}

.card-list {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    position: relative;
    white-space: normal
}

.card-list-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.card-list-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 4px;
    padding: 0 4px;
    z-index: 1;
    min-height: 0
}

.row.cards-row {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}

section.page-container.dashboard-kanban .row > [class^="col-"] {
    height: 100%
}

.card-list {
    height: 100%;
    overflow: auto
}

section.page-container.dashboard-kanban > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
}

section.page-container.dashboard-kanban ::-webkit-scrollbar {
    width: 5px
}

section.page-container.dashboard-kanban ::-webkit-scrollbar-track {
    background: #f1f1f1
}

section.page-container.dashboard-kanban ::-webkit-scrollbar-thumb {
    background: #c7c6c6
}

    section.page-container.dashboard-kanban ::-webkit-scrollbar-thumb:hover {
        background: #555
    }

.dashboard-alt .card-list {
    background: none;
    padding: 0;
    margin: 0 -20px
}

.dashboard-alt .card-list-header {
    padding-left: 5px;
    padding-right: 5px
}

.dashboard-alt .card-list-content {
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dashboard-alt .card-list-item {
    width: calc(100% / 3 - 10px);
    margin: 5px;
    background: #fff
}

    .dashboard-alt .card-list-item:hover {
        background: #f4f5f7
    }

.dashboard-alt .card-list {
    margin-bottom: 3rem
}

.dashboard-kanban .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
}

.user-img {
    background: #fff;
    padding: 10px;
    border-radius: 12px 12px 0px 0px;
    border: 1px solid #e1e4e8;
    border-bottom: 0
}

.user-type {
    background: #fff;
    border-radius: 0 0 12px 12px;
    border: 1px solid #e1e4e8;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.user-username {
    font-size: 24px;
    padding: 10px
}

.profile-list {
    margin: 0;
    padding: 0
}

    .profile-list li {
        padding: 1rem 0
    }

        .profile-list li + li {
            border-top: 1px solid #e1e4e8
        }

        .profile-list li .title {
            color: #06706d;
            font-weight: 700
        }

.custom-accordion .collapse {
    background: #fcfcfc;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #d7d7d7
}

@media (max-width: 767px) {
    .custom-accordion .collapse {
        padding: 1rem
    }
}

input.parsley-error, input.parsley-error:focus, textarea.parsley-error, textarea.parsley-error:focus {
    box-shadow: none !important;
    border-color: #dc3545
}

input.parsley-success, input.parsley-success:focus, textarea.parsley-success, textarea.parsley-success:focus {
    box-shadow: none !important;
    border-color: #28a745
}

.parsley-checkbox.parsley-error, .parsley-checkbox.parsley-success {
    display: inline-block;
    padding: 10px;
    border-radius: .25rem
}

.parsley-checkbox.parsley-error {
    border: 1px solid #dc3545
}

.parsley-checkbox.parsley-success {
    border: 1px solid #28a745
}

.custom-select.parsley-error, .custom-select.parsley-success {
    box-shadow: none !important
}

.custom-select.parsley-error {
    border-color: #dc3545
}

.custom-select.parsley-success {
    border-color: #28a745
}

.parsley-errors-list {
    color: #dc3545;
    list-style: none;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0
}

    .parsley-errors-list li {
        margin: 5px 0 0
    }

.parsley-style-1 .parsley-input.parsley-error .form-control {
    background-color: #fef9f9;
    border-color: #dc3545;
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.parsley-style-1 .parsley-input.parsley-success .form-control {
    border-color: #28a745
}

.parsley-style-1 .parsley-checkbox.parsley-error {
    padding-bottom: 35px;
    border: 1px solid #dc3545;
    background-color: #fef9f9;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.parsley-style-1 .parsley-checkbox .parsley-errors-list.filled {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}

.parsley-style-1 .custom-select.parsley-error {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.parsley-style-1 .parsley-errors-list.filled {
    background-color: #dc3545;
    color: #fff;
    padding: 3px 10px;
    font-size: 11px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    position: relative;
    margin-top: -5px
}

    .parsley-style-1 .parsley-errors-list.filled li:first-child {
        margin-top: 0
    }

.parsley-style-1 .parsley-error .custom-control label, .parsley-style-1 .parsley-error .select2.line + .select2-container .select2-selection--single {
    border-color: #dc3545
}

.parsley-style-1 .parsley-success .select2.line + .select2-container .select2-selection--single {
    border-color: #28a745
}

.page-top-fixed {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    z-index: 998;
    margin-top: 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 81px 0 0
}

@media (prefers-reduced-motion: reduce) {
    .page-top-fixed {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 767px) {
    .page-top-fixed {
        padding: 8px 0 0
    }
}

.page-top-fixed .page-options-btns .btn:hover {
    background-color: #f5f6f7;
    border-color: rgba(87,90,93,0.27);
    color: #18191a;
    box-shadow: none;
    z-index: 9
}

.page-top-fixed .page-options-btns .btn {
    box-shadow: none;
    border: 1px solid #ebecf0;
    padding: 6px 15px;
    position: relative
}

    .page-top-fixed .page-options-btns .btn:not(:first-child), .page-top-fixed .page-options-btns .btn:not(:last-child) {
        border-radius: 0
    }

.page-top-fixed .page-options-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

    .page-top-fixed .page-options-btns .btn + .btn {
        margin-right: -1px
    }

    .page-top-fixed .page-options-btns .btn:first-child {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem
    }

    .page-top-fixed .page-options-btns .btn:last-child {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem
    }

.page-top-fixed .icon-rotate-left {
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.page-top-fixed .page-options-btns .btn svg {
    margin: 0 5px
}

.page-top-fixed .page-options-btns .btn-form-prev:hover {
    background: #eceff3;
    border-color: #eceff3
}

.page-top-fixed .page-options-btns .btn-form-draft:hover {
    background: #17a2b8;
    color: #fff;
    border-color: #17a2b8
}

    .page-top-fixed .page-options-btns .btn-form-draft:hover svg {
        fill: #fff
    }

.page-top-fixed .page-options-btns .btn-form-next:hover {
    background: #07706d;
    color: #fff;
    border-color: #07706d
}

    .page-top-fixed .page-options-btns .btn-form-next:hover svg {
        fill: #fff
    }

.page-top-fixed .page-options-btns [disabled] {
    cursor: not-allowed
}

.page-top-fixed nav a {
    color: #000;
    font-weight: 700
}

.page-top-fixed nav li {
    color: #444;
    font-weight: 700
}

.page-top-fixed .page-title-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.page-top-fixed nav {
    width: 100%
}

.page-top-fixed .title-heading h1 {
    font-size: 24px;
    margin: 0
}

.page-top-fixed .title-heading {
    padding-top: 0;
    padding-bottom: 0
}

.page-top-fixed .rating {
    padding: 3px 20px
}

.page-options-btns .btn-group {
    border: 1px solid #ebecf0;
    border-radius: 6px;
    overflow: hidden
}

    .page-options-btns .btn-group .btn {
        border-radius: 0
    }

    .page-options-btns .btn-group .btn-light {
        background: #eceff3;
        border: 0
    }

.page-top-fixed nav a {
    /*font-size: 16px;*/
    /*wael*/
    font-size: 14px;
}

@media (max-width: 767px) {
    .page-top-fixed nav a {
        font-size: 14px
    }
}

.page-top-fixed.nav-fixed {
    box-shadow: 0px -2px 15px -5px rgba(0,0,0,0.3)
}

    .page-top-fixed.nav-fixed + section.page-container {
        padding-top: 5rem
    }

    .page-top-fixed.nav-fixed .page-btns-top-fixed {
        padding-bottom: 1rem !important
    }

    .page-top-fixed.nav-fixed .form-steps-cont-new {
        display: none
    }

.page-top-fixed.nav-fixed {
    position: -webkit-sticky;
    position: sticky
}

@media (max-width: 767px) {
    .page-btns-top-fixed {
        padding: 0 0 15px 0 !important
    }

    .page-top-fixed.nav-fixed + section.page-container {
        margin-top: 0
    }

    .page-top-fixed .page-options-btns {
        margin-top: .5rem
    }

    .page-options-btns .btn {
        padding: 6px 15px;
        position: relative;
        font-size: 12px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }

    .page-options-btns {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%
    }

        .page-options-btns .btn svg {
            width: 12px;
            margin: 0
        }
}

.nav-tabs .nav-link {
    color: #000
}

.nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e1e4e8;
    margin: 0;
    padding: 0
}

    .nav-tabs .nav-link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        line-height: 1.2;
        border-radius: 0;
        font-weight: 700;
        font-size: 16px;
        font-size: 1rem;
        position: relative;
        border: 0;
        background: none;
        padding: 1rem
    }

        .nav-tabs .nav-link:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            background: #07706d;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            opacity: 0;
            width: 0
        }

@media (prefers-reduced-motion: reduce) {
    .nav-tabs .nav-link:before {
        -webkit-transition: none;
        transition: none
    }
}

.nav-tabs .nav-link {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

    .nav-tabs .nav-link:hover {
        opacity: 0.75
    }

        .nav-tabs .nav-link:hover:before {
            opacity: 1;
            right: 0;
            left: auto;
            width: 100%
        }

    .nav-tabs .nav-link.active:hover {
        opacity: 0.75;
        border-top-color: #3981e5
    }

    .nav-tabs .nav-link.active:before {
        opacity: 1;
        right: 0;
        left: auto;
        width: 100%
    }

@media (prefers-reduced-motion: reduce) {
    .nav-tabs .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

.vertical-ribbon {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 200;
    background-color: #07706d;
    width: 20px
}

.page-home-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

    .page-home-hero .mask-clip {
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        background: url(../images/bg.jpg) no-repeat;
        background-size: cover;
        background-position: center
    }

    .page-home-hero.style-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100vh;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: url(../images/hero-img-2.png) no-repeat;
        background-size: cover;
        background-position: center
    }

        .page-home-hero.style-2 .mask-clip {
            height: auto;
            left: 50%;
            min-height: 100%;
            min-width: 100%;
            position: absolute;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            width: auto;
            background: #000;
            opacity: .5
        }

.home-hero-text {
    padding-top: 35vh;
    color: #fff
}

    .home-hero-text h1 {
        font-size: 50px;
        font-weight: 700;
        color: #fff
    }

@media (max-width: 767px) {
    .home-hero-text h1 {
        font-size: 2rem
    }
}

.page-bottom-nav .nav-block {
    position: relative
}

.page-bottom-nav .mask {
    background-color: rgba(0,0,0,0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.page-bottom-nav {
    position: relative
}

.nav-block {
    padding: 30px;
    color: #fff
}

.page-bottom-nav .mask {
    z-index: 0
}

.nav-block > * {
    position: relative;
    z-index: 1
}

.nav-block h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5
}

.nav-block-inner-header {
    padding: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    position: relative
}

    .nav-block-inner-header h3 {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        position: relative
    }

.nav-block-inner > * {
    position: relative
}

.nav-block-inner {
    padding: 0;
    position: relative;
    z-index: 9;
    border-left: 1px solid rgba(255,255,255,0.15)
}

.page-bottom-nav {
    border-top: 1px solid rgba(255,255,255,0.15)
}

.nav-block.big {
    border-left: 1px solid rgba(255,255,255,0.15)
}

.nav-block-inner-content {
    padding: 1rem;
    color: #fff
}

    .nav-block-inner-content p {
        margin-top: 1rem
    }

.page-bottom-nav .btn-link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: none
}

    .page-bottom-nav .btn-link .arrow-hover {
        -webkit-transition: .5s all;
        transition: .5s all
    }

    .page-bottom-nav .btn-link:hover {
        text-decoration: none;
        color: #fff
    }

        .page-bottom-nav .btn-link:hover .arrow-hover {
            -webkit-transform: scale(1.3);
            -ms-transform: scale(1.3);
            transform: scale(1.3)
        }

.page-bottom-nav.style-2 {
    background: #07706d
}

    .page-bottom-nav.style-2 .nav-block-inner {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .page-bottom-nav.style-2 .nav-block-inner-header {
        border: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

.page-bottom-nav.style-2 {
    border: 0
}

    .page-bottom-nav.style-2 .icon img {
        width: 50px;
        margin-left: 10px
    }

    .page-bottom-nav.style-2 .nav-block-inner-header {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .page-bottom-nav.style-2 .nav-block-inner {
        position: relative
    }

        .page-bottom-nav.style-2 .nav-block-inner:after {
            content: "";
            position: absolute;
            width: 2px;
            height: 30px;
            background: #07706d;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .page-bottom-nav.style-2 .nav-block-inner.border-0:after {
            opacity: 0
        }

.nav-block-inner-header a {
    color: #fff
}

@media (max-width: 767px) {
    .nav-block-inner-header:hover h3 {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .nav-block-inner-header h3 {
        position: absolute;
        bottom: 100%;
        background: #fff;
        border-radius: 4px;
        text-align: center;
        padding: .5rem;
        color: #000;
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 5px;
        width: 96%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
    .nav-block-inner-header h3 {
        -webkit-transition: none;
        transition: none
    }
}

@media (max-width: 767px) {
    .page-bottom-nav.style-2 .nav-block-inner-header {
        width: 100%;
        text-align: center;
        padding: .5rem;
        position: relative
    }

        .page-bottom-nav.style-2 .nav-block-inner-header .icon {
            margin: auto
        }

    .page-bottom-nav.style-2 .icon img {
        margin: 0;
        width: 40px
    }

    .nav-block-inner-header a {
        color: #000;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        text-decoration: none
    }
}

.dashboard-cards {
    padding-top: 65px
}

    .dashboard-cards .cards-row > .card-header {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: none;
        padding-left: 0;
        padding-right: 0
    }

        .dashboard-cards .cards-row > .card-header h3 {
            margin: 0
        }

        .dashboard-cards .cards-row > .card-header ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            padding: 0
        }

        .dashboard-cards .cards-row > .card-header li {
            margin-right: 8px
        }

.sidebae-menu {
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff
}

.sidebae-menu {
    width: 100%;
    padding-top: 1rem
}

    .sidebae-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        padding: 0 15px
    }

        .sidebae-menu ul a h3 {
            font-size: 18px
        }

        .sidebae-menu ul .menu-link {
            padding: 5px 16px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between
        }

.login-container-bg {
    background-image: url("../images/login-bg.svg");
    background-size: cover;
    color: white;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.logo-container {
    position: relative;
    text-align: center
}

.center-container {
    width: 50%;
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 80px;
    border-radius: 12px
}

@media (max-width: 1023px) {
    .center-container {
        width: 80%
    }
}

@media (max-width: 767px) {
    .center-container {
        width: 90%;
        padding: 30px
    }
}

.center-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh
}

.has-float-label {
    display: block;
    position: relative
}

.login-container-bg {
    z-index: -1
}

.logo-container img.logo {
    height: 100px;
    margin: auto
}

.center-container .btn-custom {
    color: #fff;
    background: #07706d;
    border: 1px solid #07706d
}

    .center-container .btn-custom:hover {
        background: #fff;
        color: #07706d
    }

.form-cont h6 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 2rem
}

.form-cont {
    margin-top: 3rem
}

.login-options a {
    border: 1px solid #d7d7d7;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: .35rem;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media (prefers-reduced-motion: reduce) {
    .login-options a {
        -webkit-transition: none;
        transition: none
    }
}

.login-options a:hover {
    background: #f3f6f7;
    border-color: #f3f6f7
}

.login-options .sub-title {
    font-size: 14px;
    font-size: .875rem;
    opacity: 0.7;
    display: block;
    color: #000
}

.login-options .title {
    font-weight: 700;
    color: #000;
    padding-bottom: 3px;
    display: block
}

.login-options .item-img {
    background: #ffffff;
    padding: 5px;
    border-radius: 6px
}

.no-arrow.dropdown-toggle::after {
    display: none
}

.services-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px
}

    .services-row.cols-5 .card {
        width: calc(100% / 5 - 16px);
        max-width: calc(100% / 5 - 16px);
        margin: 8px
    }

@media (max-width: 1023px) {
    .services-row.cols-5 .card {
        width: calc(100% /3 - 16px);
        max-width: calc(100% /3 - 16px)
    }
}

@media (max-width: 767px) {
    .services-row.cols-5 .card {
        width: calc(50% - 16px);
        max-width: calc(50% - 16px)
    }
}

.services-row.cols-2 .card {
    width: calc(100% / 2 - 16px);
    max-width: calc(100% / 2 - 16px);
    margin: 8px
}

@media (max-width: 767px) {
    .services-row.cols-2 .card {
        width: 100%;
        max-width: 100%
    }
}

.services-row.cols-3 .card {
    width: calc(100% / 3 - 16px);
    max-width: calc(100% / 3 - 16px);
    margin: 8px
}

@media (max-width: 767px) {
    .services-row.cols-3 .card {
        width: 100%;
        max-width: 100%
    }
}

.services-row.cols-4 .card {
    width: calc(100% / 4 - 16px);
    max-width: calc(100% / 4 - 16px);
    margin: 8px
}

@media (max-width: 767px) {
    .services-row.cols-4 .card {
        width: 100%;
        max-width: 100%
    }
}

.services-row .card {
    border-radius: .75rem;
    border: initial;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0,0,0,0.04),0 1px 6px rgba(0,0,0,0.04);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 2px solid transparent;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media (prefers-reduced-motion: reduce) {
    .services-row .card {
        -webkit-transition: none;
        transition: none
    }
}

.services-row .card svg {
    fill: #07706d
}

.services-row .card:hover {
    border-color: #07706d
}

    .services-row .card:hover .item-icon {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

.services-row .card .card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 1rem 1rem 1rem
}

    .services-row .card .card-body .item-icon {
        text-align: center;
        margin-bottom: 1rem;
        -webkit-transition: 0.3s all;
        transition: 0.3s all
    }

@media (prefers-reduced-motion: reduce) {
    .services-row .card .card-body .item-icon {
        -webkit-transition: none;
        transition: none
    }
}

.services-row .card .card-body h3 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 0;
    font-weight: 700
}

.rating i.on {
    font-size: 90%;
    color: #f4b61e;
    line-height: 1;
    margin: 0 5px
}

span.ratings-count {
    color: #737373;
    font-size: 87.5%
}

@media (max-width: 767px) {
    span.ratings-count {
        width: 100%;
        display: block
    }
}

.rating {
    text-align: center;
    background: #f3f6f7;
    border-radius: 10rem;
    padding: 1px 5px
}

@media (max-width: 767px) {
    .rating {
        background: none
    }
}

.item-rate {
    margin-top: .75rem
}

.rating-title {
    font-size: 87.5%;
    color: #737373
}

.overall-rating {
    font-weight: 700;
    margin-right: 5px
}

.form-result {
    margin-top: 3rem
}

    .form-result .alert {
        margin: 0
    }

    .form-result .form-result-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #d7d7d7;
        margin-bottom: 1rem;
        border-radius: 12px;
        overflow: hidden
    }

@media (max-width: 767px) {
    .form-result .form-result-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.form-result .form-result-header .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    background: #83bd46;
    color: #fff;
    padding: .5rem 1rem
}

@media (max-width: 767px) {
    .form-result .form-result-header .price {
        width: 100%
    }
}

.form-result .form-result-header .price span {
    font-size: 1rem
}

.form-result .form-result-header h3 {
    font-size: 24px;
    padding: 1rem;
    margin: 0
}

@media (max-width: 767px) {
    .form-result .form-result-header h3 {
        font-size: 18px
    }
}

.form-result-content .rs-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #eee;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0
}

    .form-result-content .rs-row .title {
        width: 30%;
        font-size: 18px
    }

@media (max-width: 767px) {
    .form-result-content .rs-row .title {
        width: 100%
    }
}

.form-result-content .rs-row .description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .form-result-content .rs-row .description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

.form-result-content .rs-row .description .price {
    font-weight: 700;
    font-size: 24px;
    margin-left: 1rem
}

@media (max-width: 767px) {
    .form-result-content .rs-row .description .price {
        margin: 0
    }
}

.form-result-content .rs-row .description .price-rate {
    background: #f3f6f7;
    padding: 1px 10px;
    border-radius: 10rem;
    font-size: 80%;
    color: #000
}

.form-result-content .rs-row:last-child {
    border: 0;
    padding-top: 2rem
}

.section {
    font-weight: 400;
    line-height: 1.8;
    color: #484e56
}

.section-about .video-box-cont {
    padding-left: 5rem
}

@media (max-width: 767px) {
    .section-about .video-box-cont {
        padding: 0;
        margin-bottom: 1rem
    }
}

.section-about .video-box-cont .embed-responsive {
    border-radius: 10px;
    overflow: hidden
}

.municipality-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

@media (max-width: 767px) {
    .municipality-list {
        padding: 0 8px
    }
}

.municipality-list li {
    margin: 8px;
    width: calc(50% - 16px);
    max-width: calc(50% - 16px)
}

@media (min-width: 768px) {
    .municipality-list li {
        width: calc(100%/3 - 16px);
        max-width: calc(100%/3 - 16px);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 8px
    }
}

@media (min-width: 1200px) {
    .municipality-list li {
        width: calc(100%/5 - 16px);
        max-width: calc(100%/5 - 16px)
    }
}

.municipality-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    padding: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}

@media (prefers-reduced-motion: reduce) {
    .municipality-list li a {
        -webkit-transition: none;
        transition: none
    }
}

.municipality-list li a img {
    max-width: 70%;
    width: 70%;
    margin-bottom: 1rem;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
    transition-timing-function: cubic-bezier(0, 0, 1, 1)
}

@media (prefers-reduced-motion: reduce) {
    .municipality-list li a img {
        -webkit-transition: none;
        transition: none
    }
}

.municipality-list li a:hover {
    color: #07706d
}

    .municipality-list li a:hover img {
        -webkit-transform: scale(1.075);
        -ms-transform: scale(1.075);
        transform: scale(1.075)
    }

.blockquote {
    border-right: 5px solid #d7d7d7;
    padding: .1rem 1rem .1rem 1.5rem;
    font-size: 1rem;
    background: #f3f6f7;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000
}

    .blockquote p {
        margin: 0
    }

.choose-service-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767px) {
    .choose-service-type + .choose-service-type {
        margin-top: 1rem
    }
}

.choose-service-type .custom-control {
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    cursor: pointer
}

@media (max-width: 767px) {
    .choose-service-type .custom-control {
        margin-bottom: 1rem
    }
}

.choose-service-type .custom-control label {
    padding: .657rem 1rem;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .choose-service-type .custom-control label {
        -webkit-transition: none;
        transition: none
    }
}

.choose-service-type .custom-control label svg {
    margin-bottom: .35rem
}

.choose-service-type .custom-control label:hover {
    border-color: #07706d;
    box-shadow: 0px 0px 0px 1px #06706d;
    color: #07706d
}

    .choose-service-type .custom-control label:hover svg {
        fill: #07706d
    }

.choose-service-type .custom-control-input {
    position: absolute;
    opacity: 0
}

    .choose-service-type .custom-control-input:checked ~ .custom-control-label {
        border-color: #07706d;
        box-shadow: 0px 1px 2px 0px rgba(9,30,66,0.25);
        box-shadow: 0px 0px 0px 1px #06706d;
        color: #07706d
    }

        .choose-service-type .custom-control-input:checked ~ .custom-control-label svg {
            fill: #07706d
        }

.choose-service-type .custom-control-label::before {
    opacity: 0;
    display: none
}

.choose-service-type .custom-control label svg {
    width: 50px;
    height: 50px
}

.parsley-error .custom-control label, .parsley-error .custom-control label:hover {
    box-shadow: none !important
}

.upload-file-preview {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

    .upload-file-preview .icon-close {
        position: absolute;
        top: 0;
        left: 0;
        margin: 1rem;
        z-index: 9;
        background: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        cursor: pointer
    }

        .upload-file-preview .icon-close svg {
            fill: #000;
            width: 12px;
            height: 12px
        }

        .upload-file-preview .icon-close:hover {
            background: #07706d
        }

            .upload-file-preview .icon-close:hover svg {
                fill: #fff
            }

.upload-file-preview {
    padding-top: 56.4%;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

    .upload-file-preview img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 0;
        background: none;
        padding: 0;
        margin: auto;
        border-radius: 0
    }

.date-type-cont {
    direction: rtl;
    text-align: right
}

    .date-type-cont input[type="date"] {
        direction: rtl;
        text-align: right
    }

.check-agreement-btn {
    font-weight: 700
}

.rate-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px
}

    .rate-cont .rate-item {
        margin: 0;
        padding: 0;
        min-width: 70px
    }

        .rate-cont .rate-item .rate-title {
            display: block;
            text-align: right;
            font-weight: 700;
            margin-top: 5px
        }

@media (max-width: 320px) {
    .rate-cont .rate-item {
        min-width: 40px
    }

        .rate-cont .rate-item svg {
            max-width: 30px !important;
            max-height: 30px !important
        }
}

.rate-cont .rate-item .symbolFill {
    opacity: 0;
    fill: #07706d
}

.rate-cont .rate-item.active .symbolFill {
    opacity: 1
}

.rate-cont .rate-item .symbolOutline {
    fill: #07706d
}

.rate-cont[data-rate="1"] .rate-item .symbolFill, .rate-cont[data-rate="2"] .rate-item .symbolFill, .rate-cont[data-rate="1"] .rate-item .symbolOutline, .rate-cont[data-rate="2"] .rate-item .symbolOutline {
    fill: #ec6d78
}

.rate-cont[data-hover="1"] .rate-item .symbolFill, .rate-cont[data-hover="2"] .rate-item .symbolFill, .rate-cont[data-hover="1"] .rate-item .symbolOutline, .rate-cont[data-hover="2"] .rate-item .symbolOutline {
    fill: #ec6d78 !important
}

.rate-cont[data-rate="3"] .rate-item .symbolFill, .rate-cont[data-rate="3"] .rate-item .symbolOutline {
    fill: #f7d347
}

.rate-cont[data-hover="3"] .rate-item .symbolFill, .rate-cont[data-hover="3"] .rate-item .symbolOutline {
    fill: #f7d347 !important
}

.rate-cont[data-rate="4"] .rate-item .symbolFill, .rate-cont[data-rate="5"] .rate-item .symbolFill, .rate-cont[data-rate="4"] .rate-item .symbolOutline, .rate-cont[data-rate="5"] .rate-item .symbolOutline {
    fill: #07706d
}

.rate-cont[data-hover="4"] .rate-item .symbolFill, .rate-cont[data-hover="5"] .rate-item .symbolFill, .rate-cont[data-hover="4"] .rate-item .symbolOutline, .rate-cont[data-hover="5"] .rate-item .symbolOutline {
    fill: #00a18c !important
}

.rate-cont .rate-item {
    -webkit-transition: .5s all;
    transition: .5s all;
    cursor: pointer
}

    .rate-cont .rate-item:hover {
        opacity: .7
    }

    .rate-cont .rate-item.active:hover {
        opacity: .5
    }

.form-group + .form-group {
    margin-top: 2rem
}

.section.section-personal .form-group {
    margin-bottom: 2rem
}

.activity-isic-row .collapse + .collapse {
    margin-top: 1.5rem;
    border-top: 2px dashed #ddd;
    padding-top: 2.5rem
}

#map_canvas {
    width: 100%;
    height: 500px
}

#current-lat-long {
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    margin: 1rem 0;
    padding: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 3rem
}

    #current-lat-long p {
        margin: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        padding: .75rem;
        background: #f7f8f9;
        font-weight: 700;
        font-size: 18px
    }

        #current-lat-long p + p {
            border-right: 1px solid #d7d7d7
        }

.toggle-item .collapse {
    display: block
}

.loged-user section.page-container {
    min-height: 80vh
}

@media (max-width: 767px) {
    .loged-user section.page-container {
        height: auto;
        min-height: 1px
    }
}

.service-row-list .collapse:not(.show) {
    display: none
}

.service-row-list .services-row.cols-2 .card {
    overflow: hidden
}

.service-row-list .card-header {
    border: 0 !important;
    background: none !important;
    box-shadow: none !important
}

.service-row-list .card .card-body {
    border: 0;
    background: none;
    padding: 0 1rem
}

.service-row-list .card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.service-row-list .item-content h3 {
    font-size: 18px;
    font-weight: 700
}

.service-row-list .item-content h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.service-row-list .item-content {
    margin-right: 8px
}

.service-row-list .card-header .arrow-hover {
    margin: 0 auto 0 0;
    text-align: left
}

.service-row-list .card-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .service-row-list .card-header .arrow-hover svg {
        width: 18px;
        height: 18px;
        fill: #000
    }

.service-row-list .card-body .item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .service-row-list .card-body .item-content .item-content-details {
        width: 50%;
        padding-left: 1rem
    }

        .service-row-list .card-body .item-content .item-content-details .title {
            font-weight: 400;
            font-size: 14px
        }

        .service-row-list .card-body .item-content .item-content-details .description {
            font-weight: 700;
            font-size: 14px;
            color: #07706d
        }

        .service-row-list .card-body .item-content .item-content-details + .item-content-details {
            margin-top: .5rem
        }

.service-row-list .card-body .item-footer {
    border-top: 1px solid #ddd
}

    .service-row-list .card-body .item-footer .btn {
        box-shadow: none;
        display: block;
        text-align: right;
        padding-right: 1rem;
        border-radius: 0
    }

        .service-row-list .card-body .item-footer .btn.disabled {
            cursor: not-allowed;
            background: #f9f9f9;
            color: #999
        }

        .service-row-list .card-body .item-footer .btn:hover {
            background: #f1f1f1
        }

.service-row-list .card-body .item-footer {
    margin: 1rem 0rem 0
}

.service-row-list .card .card-body {
    padding: 0
}

.service-row-list .card-body .item-content {
    margin: 0;
    padding: 0 1rem
}

.service-row-list .card-header {
    padding: .75rem 1rem
}

.service-row-list .card {
    border: 0;
    -webkit-transition: none;
    transition: none;
    overflow: hidden;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

    .service-row-list .card:hover {
        box-shadow: 0px 0px 0px 2px #06706d
    }

.approvals-list .list-header h3 {
    font-size: 16px;
    color: #737373;
    padding: .5rem 0;
    margin: 0
}

@media (max-width: 320px) {
    .approvals-list .list-header h3 {
        font-size: 12px
    }
}

.approvals-list .list-body h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 0
}

@media (max-width: 320px) {
    .approvals-list .list-body h3 {
        font-size: 12px
    }
}

.approvals-list .list-body {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

    .approvals-list .list-body .form-group {
        margin: 0
    }

    .approvals-list .list-body + .list-body {
        margin-top: 1rem;
        padding-top: 1rem;
        position: relative;
        border-top: 1px solid #ddd
    }

.approvals-list .list-header {
    position: relative;
    background: #f1f1f1;
    margin-bottom: 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .service-terms-content-button span {
        white-space: normal;
        text-align: right;
        line-height: 1.5
    }

    .loged-user section.page-container .section {
        padding-bottom: .25rem
    }

    .loged-user section.page-container > .section > .container > .card {
        border-radius: 0
    }

        .loged-user section.page-container > .section > .container > .card .card-body:first-child {
            min-height: 80vh;
            padding: 1rem !important
        }

        .loged-user section.page-container > .section > .container > .card .choose-service-type .custom-accordion > .collapse {
            padding: .5rem
        }

        .loged-user section.page-container > .section > .container > .card .cr-number-cont .btn {
            margin-top: 1rem
        }
}

@media (max-width: 1023px) {
    .loged-user section.page-container .section {
        padding-bottom: 1.5rem !important
    }
}

/*# sourceMappingURL=app.min.css.map */
/*added by yasmin*/
.btn-success:hover {
    background-color: #81be40;
    color: #fff;
    border: 1px solid #81be40;
}
.btn-success {
    background: #07706d;
    color: #fefefe;
}
