﻿@charset "UTF-8";
@import url(../package/iranyekan/Farsi_numerals/WebFonts/css/style.css);

body, html {
    overflow-x: hidden !important;
    margin: 0;
    padding: 0;
    font-family: iranyekan !important;
    direction: rtl;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, input, textarea, a, span, div {
    font-family: iranyekan !important;
}

.uk-table th{
    text-align:center !important;
}
.gray-color {
    width: 100%;
    background: #f3f3f3;
    height: 20px;
    position: absolute;
    top: 0;
}

.back-pink {
    background-color: #bd1616;
    color: white;
}

.uk-container {
    padding-right: 80px !important;
    padding-left: 80px !important;
}

.title {
    font-size: 1.75rem;
    font-weight: 500;
}

.uk-navbar-nav > li > a {
    color: #d5d5d5 !important;
}

.phone b {
    font-size: 1.4rem;
    font-weight: 700;
    display: inline-block;
    margin-left: 10px;
    color: #bcc2c3;
}

.phone:hover {
    color: #ff8a12;
}

.phone img {
    margin-top: -10px;
    color: #ffa41b;
}

header .uk-navbar-container {
    background-color: rgba(255, 255, 255, 0) !important;
}

    header .uk-navbar-container ul {
        /*    margin-top: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
        display: flex;
    }



        header .uk-navbar-container ul li div {
            text-align: right;
            margin-top: 10px;
            top: 10px;
            left: 10px;
            padding: 10px;
            position: absolute;
            background-color: #5d5d5d;
        }

            header .uk-navbar-container ul li div ul {
                text-align: right;
                margin-top: 20px;
                /*position: absolute;*/
                top: 10px;
                left: 10px;
                /*transform: translate(-50%, -50%);*/
                display: inline-table;
                margin-top: 4px;
                position: relative;
                transform: translate(-5%, -5%);
            }

                header .uk-navbar-container ul li div ul li a {
                    direction: rtl;
                    text-align: right;
                    min-height: 15px !important;
                    position: relative;
                    display: block;
                    text-transform: uppercase;
                    margin: 10px 0;
                    padding: 5px 5px;
                    text-decoration: none;
                    color: #a6eeec;
                    font-family: sans-serif;
                    font-size: .8rem;
                    font-weight: 600;
                    transition: .5s;
                    z-index: 1;
                    background-color: transparent !important;
                }



        header .uk-navbar-container ul a {
            min-height: 35px !important;
        }

        header .uk-navbar-container ul li {
            list-style: none;
        }

            header .uk-navbar-container ul li a {
                position: relative;
                display: block;
                text-transform: uppercase;
                margin: 20px 0;
                padding: 10px 10px;
                text-decoration: none;
                color: white;
                font-family: sans-serif;
                font-size: 1.0rem;
                font-weight: 600;
                transition: .5s;
                z-index: 1;
                /*background-color: rgb(0 0 0 / 16%);*/
                border-right: solid 1px rgb(120 120 120 / 37%);
            }

                header .uk-navbar-container ul li a:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    /*border-top: 2px solid #16a6bd;*/
                    border-bottom: 2px solid #16a6bd;
                    transform: scaleY(2);
                    opacity: 0;
                    transition: .3s;
                }

                header .uk-navbar-container ul li a:after {
                    content: '';
                    position: absolute;
                    top: 2px;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background-color: #16a6bd;
                    transform: scale(0);
                    opacity: 0;
                    transition: .3s;
                    z-index: -1;
                }

                header .uk-navbar-container ul li a:hover {
                    color: #fff;
                }

                    header .uk-navbar-container ul li a:hover:before {
                        transform: scaleY(1);
                        opacity: 1;
                    }

                    header .uk-navbar-container ul li a:hover:after {
                        transform: scaleY(1);
                        opacity: 1;
                    }

    header .uk-navbar-container .online-consultation {
        max-height: 40px;
        padding-top: 15px;
        padding-right: 19px;
        padding-left: 19px;
        margin-top: 18px;
        margin-right: 20px;
    }

        header .uk-navbar-container .online-consultation a {
            color: white;
            font-size: 1.2rem;
            font-weight: bold;
            text-decoration: none;
        }

header b {
    color: black;
}

header .social-media .social {
    background-color: white;
    width: 28px;
    height: 28px;
    border-radius: 500px;
    margin-right: 12px;
    text-align: left;
    /* background-color: #94e2ff;*/
}

    header .social-media .social img {
        margin-left: 6px;
        margin-top: 1px;
    }

    header .social-media .social:hover {
        background-color: #ff6262;
    }

header .drop-down-parent {
    margin-left: 10px;
}

    header .drop-down-parent .drop-down {
        background-color: white;
        color: black;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        line-height: 25px;
        padding: 2px 7px;
    }

        header .drop-down-parent .drop-down span {
            font-size: 0.73rem;
            font-weight: 700;
        }

header .uk-inline .drop-down-parent :hover {
    background-color: aquamarine;
}

header .drop-down-parent .uk-dropdown {
    width: 110px !important;
    min-width: 110px !important;
    padding: 3px 7px !important;
    float: right;
    left: 0.783px !important;
    top: 23.5px !important;
}

header .drop-down-parent ul li a {
    text-decoration: none;
    color: black;
    font-size: 0.7rem;
    font-weight: 700;
}

    header .drop-down-parent ul li a:hover {
        color: #16a5bc;
    }

    header .drop-down-parent ul li a img {
        display: inline-block;
        margin-left: 8px;
    }

header h1 {
    /*font-size: 1.7rem !important */;
    font-weight: 600 !important;
}

header h2 {
    /*  font-size: 1.15rem !important;*/
    font-weight: 600 !important;
    margin-right: 40px !important;
    margin-top: 15px !important;
}

.uk-card-body-feature {
    padding: 10px 10px;
}

    .uk-card-body-feature h5 {
        margin-top: 10px !important;
        font-size: 0.8rem;
        text-align: center;
        color: white;
    }

.back-feature {
    background-color: #d3055287;
    color: white;
}

.uk-card-default .uk-card-title {
    color: #00a9dd !important;
}

.uk-input, .uk-select {
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

textarea, .uk-textarea {
    border: solid #ebebeb 1px !important;
}


.fa {
    text-align: right;
    margin-top: 5px;
}

.items {
    margin-bottom: 50px !important;
}

    .items .back-feature {
        /*min-height: 120px;*/
        min-width: 150px;
        max-height: 120px;
        /*max-width: 150px;*/
        padding: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        border-radius: 10px;
        font-size: 0.9rem !important;
    }

    .items .uk-grid > * {
        padding-right: 25px !important;
    }

.uk-checkbox {
    margin: 5px;
}

.uk-label-checkbox {
    width: auto !important;
    margin: 5px;
    padding: 5px;
}

.uk-button-green {
    background-color: #16a6bd;
    color: white;
}

.knowledge {
    margin-top: 120px;
    padding:1% 5% 5% 5% !important;
}

    .knowledge p {
        text-align: justify;
        /*text-align-last: right;*/
        font-size: 1rem;
        padding-right: 2%;
        padding-left: 3%;
        line-height: 2rem;
    }

    .knowledge h4 {
        color: black;
        font-size: 0.9rem !important;
        font-weight: 600;
        margin: 5px;
    }

    .knowledge img {
    }

    .knowledge div span figure:nth-child(odd) {
        float: left !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 0;
    }

    .knowledge div span figure:nth-child(even) {
        float: right !important;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: 0;
    }

.uk-offcanvas-bar ul li a {
    color: #333 !important;
}

.uk-offcanvas-bar ul li ul li a {
    color: #999 !important;
}

.uk-full-size {
    width: 78%;
}

.knowledge .uk-padding-large {
    padding: 65px !important;
}

.knowledge form input {
    /*background-color: #F3F3F3;*/
    border: none;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .knowledge form input::placeholder {
        font-size: 0.9rem;
    }

.knowledge form button {
    padding: 5px !important;
   /* background-color: #16a6bd;*/
    color: white;
    border: none;
    /*border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;*/
    cursor: pointer;
}

    .knowledge form button:hover {
        background-color: #16a6bd;
    }

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}

    .custom-select select {
        display: none;
        /*hide original SELECT element:*/
    }

.select-selected {
    text-align: right;
    background-color: #F3F3F3;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 18px;
        left: 18px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #4e4e4e transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        border-color: transparent transparent #4e4e4e transparent;
        top: 7px;
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #272727;
    padding: 8px 16px;
    cursor: pointer;
    user-select: none;
    text-align: right;
    font-size: 0.9rem;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #F3F3F3;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.about p {
    padding: 10px;
    white-space: pre-line;
    font-size: 0.9rem;
}

.about b {
    margin-top: 70px;
    display: inline-block;
    font-size: 2rem;
}

.about .secial-items .uk-display-inline-block {
    background-color: white;
    padding: 12px;
    border-radius: 500px;
}

    .about .secial-items .uk-display-inline-block img {
        width: 25px;
    }

.about .back-pink {
    padding-bottom: 60px;
    padding-top: 20px;
}

.consulting p {
    white-space: pre-line;
    font-size: 0.95rem;
}

.knowledge-title, .knowledge {
    background-color: white;
}

.px-65 {
    padding: 10px 65px;
}

footer {
    background-color: #252525;
}

    footer .call.back-pink {
        margin-top: -19px;
        padding: 40px;
        border-radius: 25px;
    }

        footer .call.back-pink .call b {
            font-weight: 600;
            font-size: 1.5rem;
            margin-top: 8px;
            display: inline-block;
        }

        footer .call.back-pink .call img {
            margin-top: -10px;
            margin-right: 10px;
        }

        footer .call.back-pink .text {
            margin-top: 8px;
            font-weight: 600;
            font-size: 1.3rem;
        }

    footer .middle-items {
        padding: 50px;
    }

        footer .middle-items ul li {
            text-align: right;
            margin-bottom: 18px;
        }

            footer .middle-items ul li a {
                text-decoration: none;
                color: #a5a1a1;
            }

                footer .middle-items ul li a:hover {
                    color: #35a5b7;
                }

        footer .middle-items .online-consultation {
            display: inherit;
            padding: 7px 14px;
            font-size: 1.3rem;
            font-weight: 600;
            margin-top: 50px;
            margin-right: 10px;
        }

        footer .middle-items .title {
            margin-top: 15px;
            color: #35a5b7;
            margin-right: 50px;
        }

        footer .middle-items .subtitle {
            margin-top: 20px;
            font-size: 1.2rem;
            font-weight: 500;
            margin-right: 50px;
            color: #35a5b7;
        }

        footer .middle-items .secial-items {
            margin-top: 28px;
            margin-left: 45px;
        }

            footer .middle-items .secial-items .uk-display-inline-block {
                background-color: white;
                border-radius: 50px;
                padding: 10px;
            }

                footer .middle-items .secial-items .uk-display-inline-block img {
                    width: 25px;
                }

                footer .middle-items .secial-items .uk-display-inline-block:hover {
                    background-color: #16a6bd;
                }

    footer .copyright {
        padding: 40px 0px;
        background-color: #252525;
    }

        footer .copyright div {
            color: #808080;
            font-weight: 500;
        }

            footer .copyright div a {
                color: #b51356;
                font-weight: 500;
            }

                footer .copyright div a:hover {
                    color: #dc2370;
                    font-weight: 500;
                }

.uk-container {
    max-width: 100%;
}

.other-page-navbar h1.uk-h3 {
    margin-top: 0px !important;
    font-size: 1rem !important;
    text-align: center;
}

.other-page-navbar h2.uk-h5 {
    font-size: 0.78rem !important;
    margin-right: 0px !important;
    text-align: center;
}

.other-page-navbar .logo-header {
    margin-top: -20px;
}

.other-page-navbar .w-270 {
    width: 270px;
    margin-left: 18px;
}

.other-page-navbar ul li a {
    font-size: 1.15rem !important;
    font-weight: normal !important;
}

.other-page-header {
    /*padding: 22px 0px;*/
    padding-top: 22px;
    background-color: #252525ba;
    margin-top: 14px;
    padding-top: 6px;
}

.other-page {
    background-color: #F3F3F3;
}

.back-white {
    background-color: white;
    padding: 10px;
}

.sidebar .profile-parent {
    background-color: #16a5bc;
    padding-bottom: 20px;
    padding-top: 20px;
}

    .sidebar .profile-parent .profile-pic {
        max-height: 190px;
        max-width: 190px;
        min-height: 190px;
        min-width: 190px;
        border-radius: 500px;
        margin: 0 auto;
    }

        .sidebar .profile-parent .profile-pic .default-img {
            width: 97%;
            border-radius: 500%;
        }

    .sidebar .profile-parent .plus {
        background-color: white;
        padding: 4px;
        padding-top: 1px;
        padding-bottom: 2px;
        color: #16a6bd;
        border-radius: 50px;
        box-shadow: 0px 1px 2px 1px #808080a8;
        left: 35px;
    }

.sidebar .list-parent {
    padding: 25px;
    padding-bottom: 10px;
}

    .sidebar .list-parent ul li a {
        color: black;
        text-decoration: none;
        margin-bottom: 20px;
        display: inline-block;
        font-size: 0.9rem;
    }

        .sidebar .list-parent ul li a img {
            width: 19px;
        }

        .sidebar .list-parent ul li a span {
            margin-right: 15px;
        }

        .sidebar .list-parent ul li a:hover {
            font-weight: 600;
        }

.panel-form .uk-form-label {
    display: block;
    text-align: right;
}

.panel-form input {
    border: none !important;
    border-bottom: 1px solid #7b7b7b !important;
    background-color: white !important;
    margin-bottom: 25px !important;
    padding-right: 0px !important;
}

.panel-form .select-selected {
    padding: 20px 16px;
    border-bottom: 1px solid #7b7b7b !important;
    background-color: white !important;
    padding-bottom: 10px;
    height: 22px;
    padding-top: 7px;
}

.min-h-600 {
    min-height: 610px;
}

.uk-accordion-title {
    font-size: 0.98rem;
}

.example1.pwt-datepicker-input-element {
    margin-bottom: 0px !important;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 7px;
    margin-bottom: 25px !important;
}

.uk-padding-large-top {
    padding-bottom: 90px;
}

textarea:focus, input:focus {
    outline: none;
}

.user-sidebar-mobile {
    background-color: #85BFA9;
    color: white;
    font-weight: bold;
}

    .user-sidebar-mobile .uk-text-small {
        font-size: 1rem;
    }

.uk-accordion-title::before {
    background-image: url("../../~/assets/img/down-arrow.png");
    background-size: 15px;
}

.uk-open > .uk-accordion-title::before {
    background-image: url("../../~/assets/img/up-arrow.png");
    background-size: 15px;
}

.uk-accordion .label {
    color: black;
    font-size: 0.92rem;
}

.button-back-gray {
    background: #F3F3F3;
    border-radius: 0px !important;
}

label {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}


.btn:hover {
    cursor: pointer !important;
}

.btn:active {
    box-shadow: 0 1px #ffffff !important;
    transform: translateY(2px) !important;
}

.btn {
    font-size: 15px;
    height: 35px;
    width: 100px;
    box-shadow: 0 3px #ffffff;
    text-align: center;
}

/*.btn-icon:hover {
        cursor: pointer !important;
    }

.btn-icon:active {
    box-shadow: 0 1px #ffffff !important;
    transform: translateY(2px) !important;
}

.btn-icon {
    font-size: 15px;*/
/* height: 35px;
    width: 100px;*/
/*box-shadow: 0 3px #ffffff;
    text-align: center;
}*/

.btn-sık {
    transition: all 0.2s ease;
    border-radius: 7px;
}

label input[type="radio"] {
    position: absolute;
    visibility: hidden;
}

    label input[type="radio"] + div {
        position: relative;
    }

    label input[type="radio"]:checked + div > span {
        color: white;
    }

    label input[type="radio"] + div > span {
        position: relative;
        top: 25%;
    }

input[type="radio"]:checked + div::before {
    font-family: FontAwesome;
    content: " ";
    position: absolute;
    bottom: 31px;
    font-size: 17px;
    color: white;
    left: 11px;
    animation: all 0.5s forwards;
    top: 4px;
}

.input[type="radio"]:checked {
    background: #85BFA9;
}

input[type="radio"]:checked + div {
    background: #85BFA9 !important;
}

.days-of-shift .uk-button {
    padding: 0px;
    font-size: 0.8rem;
}

.days-of-shift.uk-grid-column-small > *, .days-of-shift.uk-grid-small > * {
    padding-right: 6px;
}

.uk-grid-row {

    border-bottom: 1px solid rgba(168, 168, 168, 0.39);
}
.uk-grid-row:hover {
    background-color:aliceblue;
}



.nobatMant .row {
    padding: 10px;
    margin-top: 0px;
    border-bottom: 2px solid rgba(168, 168, 168, 0.39);
    background-color: #5cb2920d;
}
    .nobatMant .row:nth-of-type(2n+1) {
        background: #f8f8f8;
        border-bottom: 2px solid rgba(168, 168, 168, 0.39);
    }
    .nobatMant .row .parent-pro-img {
        background-color: white;
        width: 65px;
        height: 65px;
        padding: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        border-radius: 500px;
    }

        .nobatMant .row .parent-pro-img .pro-img {
            width: 25px;
        }

    .nobatMant .row .text {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600;
        color: black;
    }

        .nobatMant .row .text.status {
            color: #85BFA9;
        }

        .nobatMant .row .text a {
            color: #16a6bd;
        }

   

.pwt-btn-next, .pwt-btn-prev {
    /* transform: rotate(180deg) !important; */
}

.uk-text-passage {
    font-size: 1rem;
    padding-right: 5rem;
    padding-bottom: 5rem;
    padding-left: 5rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

.uk-form-padding {
    margin: 5rem;
    background-color: #e6e3e3;
}

.uk-vid-master {
    background-color: #2f2929;
    border: 1px solid silver;
    /*width : 100% !important;*/
    background-image: url('../img/master.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h6 {
    font-size: 1.2rem !important;
}


.uk-vid-slave {
    width: 25%;
    background-color: snow;
    margin: 5px;
    padding: 1px;
    z-index: 99;
    background-image: url('../img/slave.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.uk-page {
    padding: 1% !important;
}

@media (min-width: 960px) {

    .ticketleft {
        margin-right: 50% !important;
    }

    header .uk-navbar-container ul li a {
        font-size: 1.2rem;
    }

    .uk-h1, h1 {
        font-size: 3rem;
    }
}

@media (max-width: 1440px) {
    h6 {
        font-size: .8rem !important;
    }
}

@media (max-width: 1024px) {

    header .uk-navbar-container ul li a {
        font-size: .7rem;
    }

    header h1, h2, h3, h4, h5, h6 {
        font-size: 1.2rem !important;
    }

    header h4, h5, h6 {
        font-size: .8rem !important;
    }



    header .social-media .social {
        margin-right: 0px;
    }

    .phone b {
        font-size: 1.1rem;
    }
}



@media (min-width: 768px) {

    .uk-ticket-bage {
        left: -15px;
        top: -8px;
        position: absolute;
    }

   
    .uk-padding-small-s {
        padding: 2%;
    }

    .uk-page {
        min-height: 500px !important;
    }

    .knowledge img {
        padding-right: 2% !important;
        padding-left: 2% !important;
    }

    h1 {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 1rem;
    }

    .my-captcha {
        /*padding-right: 10px;*/
    }

    .header h1 {
        font-size: 2.5rem;
    }

    .header h2 {
        font-size: 2rem;
    }

    .uk-header-title-center {
        top: 40% !important;
    }
}

@media (max-width: 768px) {

    .uk-ticket-bage {
        left: 15px;
        top:  15px;
        position: absolute;
        font-size:.7rem;
    }
    .uk-card-body-feature h5 {
        color: black;
    }

    .uk-form-padding {
        margin: 1rem;
    }

    .knowledge img {
         width: 95% !important;
    }

    .uk-text-passage {
        font-size: 1rem;
        padding-right: 1rem;
        padding-bottom: 2rem;
        padding-left: 1rem;
    }

    .other-page-header {
        padding: 5px 0px;
        padding-top: 5px;
        background-color: #ECECEC;
        margin-top: 5px;
        padding-top: 5px;
    }

    .uk-container {
        padding-right: 20px !important;
        padding-left: 20px !important;
        margin-top: 5px !important;
    }

    .items {
        right: 51% !important;
    }

        .items .back-pink {
            min-height: 90px;
            min-width: 90px;
        }

    .knowledge .uk-padding-large {
        padding: 25px !important;
        text-align: justify !important;
    }

    .about {
        margin-top: 80px !important;
    }

    .contant {
        margin-top: 100px !important;
    }

        .contant .back-pink {
            padding-bottom: 20px !important;
            margin-top: 47px;
        }

        .contant b {
            margin-top: 15px !important;
            font-size: 1.5rem !important;
        }

        .contant .uk-height-1-1 {
            height: 130% !important;
        }

        .contant .secial-items {
            margin-top: 3px !important;
        }

            .contant .secial-items .uk-display-inline-block {
                padding: 8px !important;
            }

                .contant .secial-items .uk-display-inline-block img {
                    width: 23px !important;
                }

    .consulting {
        margin-top: 140px !important;
    }

        .consulting .uk-padding-small {
            padding: 0px !important;
        }

    .logo-footer {
        width: 40%;
    }

    .title, .subtitle {
        text-align: center;
        margin-right: 0px !important;
    }

    footer .middle-items .secial-items {
        margin-left: 0px;
    }

        footer .middle-items .secial-items .uk-display-inline-block {
            padding: 5px 7px;
        }

    footer .middle-items ul li {
        text-align: center;
    }

    footer .center {
        display: flex;
        justify-content: center;
    }

    header h1.uk-h3 {
        font-size: 1.0rem !important;
        margin-top: 10px !important;
    }

    header h2 {
        margin-right: 0px !important;
        font-size: 0.98rem !important;
    }

    header .logo-header {
        margin-right: 20px;
        padding: 10px 10px 10px 10px;
    }

    .m-t-100 {
        margin-top: 50px !important;
    }

    .menu-convas {
        color: black;
    }

        .menu-convas:hover {
            color: black !important;
        }

    .uk-offcanvas-bar {
        background-color: white;
    }

        .uk-offcanvas-bar a {
            color: black;
        }

        .uk-offcanvas-bar p, .uk-offcanvas-bar div, .uk-offcanvas-bar p, .uk-offcanvas-bar button, .uk-offcanvas-bar svg, .uk-offcanvas-bar h1, .uk-offcanvas-bar h2 {
            color: black !important;
        }

        .uk-offcanvas-bar .logo-header {
            margin-right: 0px;
            width:60%;
            text-align:center !important;
        }

        .uk-offcanvas-bar h1.uk-h3 {
            font-size: 1.1rem !important;
            font-weight: 800;
        }

        .uk-offcanvas-bar h2 {
            font-size: 0.85rem !important;
        }

        .uk-offcanvas-bar hr {
            border-top-color: black !important;
        }

        .uk-offcanvas-bar .back-pink {
            padding: 9px;
            margin-top: 33px;
            display: block;
            float: none;
            text-align: center;
        }

        .uk-offcanvas-bar .back-pink-two.back-pink {
            background-color: rgba(128, 128, 128, 0) !important;
            margin-top: -15px;
        }

            .uk-offcanvas-bar .back-pink-two.back-pink p {
                font-size: 0.75rem;
                margin-top: 10px !important;
            }

            .uk-offcanvas-bar .back-pink-two.back-pink .secial-items {
                margin-top: 9px !important;
                margin-bottom: 8px;
            }

    .px-65 {
        padding: 10px 40px;
        padding-top: 5px;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .sidebar .profile-parent .profile-pic {
        /*padding: 43px 12px;*/
        border-radius: 500px;
        width: 140px;
        margin: 0 auto;
    }

    .side-bar {
        display: none;
    }

    .uk-accordion {
        margin-right: -20px;
    }

    .nobatMant .row {
        padding-right: 0px;
    }

    .nobatMant .pro-p {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .uk-height-viewport {
        min-height: 120vh;
    }
}

@media (max-width: 480px) {

    .uk-image-cooperation {
        width: 70%;
    }
    .uk-h1, h1 {
        font-size: 1.2rem !important;
        margin-top: 20% !important;
    }

    h1, h2, h3, h4 {

        font-size: 1.2rem !important;
    }

}

/*# sourceMappingURL=style.css.map */
