@font-face {
    font-family: gees;
    src: url("../fonts/GE-SS-Text-Medium.otf") format("opentype");
}
@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    src: url(../fonts/DroidKufi-Regular.woff) format('woff'),
    url(../fonts/DroidKufi-Regular.ttf) format('truetype');
}
body,h1,h2,h3,h4,h5,h6,.tooltip{font-family: 'Droid Arabic Kufi' !important;}
 :root {
    --main-color: #64131A;
    --main-opactiy-color : rgba(100, 19, 26, 0.6);
}

body {
    direction: rtl;
    text-align: right;
    font-size: 14px;
    overflow-x: hidden;
}

a,
a:hover {
    color: inherit;
    transition: .3s;
    text-decoration: none;
}

[class*="mobile"] {
    display: none;
}

ul.list{
    list-style: none;
    margin: 0;
}
img{
    object-fit: cover;
    max-width: 100%;
}
button{
    border:none;
    cursor: pointer;
}

.scroll-to-top{
    position: fixed;
    bottom:10px;
    right:10px;
    border:1px solid #ddd;
    color:#fff;
    background-color: var(--main-color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
}
.scroll-to-top a{
    color:#fff;
    display: block;
}

.overlay-wrapper{
    position: relative;
}
.overlay-box{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 10;
}

.view-more{
    border: 1px solid var(--main-color);
    padding: 1px 10px;
    border-radius: 7px;
    color: var(--main-color);
}

.view-more:hover{
    color:#fff;
    background: var(--main-color);
}
.short-desc{
    color:#777;

}
/* icons social */

.facebook {
    background-color: #3a5897;
}

.facebook-h:hover,
.facebook-c {
    color: #3a5897;
    border: 1px solid #3a5897;
}

.twitter {
    background-color: #0cf;
}

.twitter-h:hover,
.twitter-c {
    color: #0cf;
    border: 1px solid #0cf;
}

.vimeo {
    background-color: #18b1e3;
}

.vimeo-h:hover,
.vimeo-c {
    color: #18b1e3;
    border: 1px solid #18b1e3;
}

.telegram {
    background-color: #0094d6;
}

.telegram-h:hover,
.telegram-c {
    color: #0094d6;
    border: 1px solid #0094d6;
}

.youtube,
.youtube-play {
    background-color: #f00;
}

.youtube-h:hover,
.youtube-play:hover,
.youtube-c,
.youtube-play-c {
    color: #f00;
    border: 1px solid #f00;
}

.skype {
    background-color: #00a9f0;
}

.skype-h:hover,
.skype-c {
    color: #00a9f0;
    border: 1px solid #00a9f0;
}

.google-plus {
    background-color: #dd4d3f;
}

.google-plus-h:hover,
.google-plus-c {
    color: #dd4d3f;
    border: 1px solid #dd4d3f;
}

.instagram {
    background-color: #fb3958;
}

.instagram-h:hover,
.instagram-c {
    color: #fb3958;
    border: 1px solid #fb3958;
}

.r-l-btn {
    position: absolute;
    top: 2px;
    left: 0;
}

.r-l-btn button {
    border: 1px solid#dadada5e;
    background-color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    border-radius: 5px;
    background-color: transparent;
    padding-inline-end: 2px;
}

.title-under-line::after {
    position: absolute;
    bottom: -2px;
    display: block;
    width: 60px;
    height: 5px;
    content: '';
    background: var(--main-color);
    transition: .3s;
    border-radius: 20px;
}


/* topnav start*/

.top-nav {
    font-size: 14px;
    background-color: var(--main-color);
}

.nav a {
    color: #fff;
    font-weight: normal;
}

.nav a.nav-link:hover {
    color: #000;
}

.slach {
    padding-top: 7px;
    color: #fff;
}

.top-nav .icon {
    color: #fff;
    font-size: 16px;
    padding-top: 9px;
}

#date {
    direction: ltr;
    text-align: left;
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.social-icons {
    font-size: 20px;
    display: flex;
    justify-content: end;
    padding-top: 7px;
}

.social-icons a {
    color: #fff;
    padding: 0 5px;
}

.logo {
    align-items: center;
}

.img-logo {
    width: 85px;
    transition: .3s;
}

.logo-wraper {
    padding: 15px 0;
}

.logo-wraper a {
    display: flex;
    align-items: center;
}
.logo-h1{
    font-size: 1.5rem;
    transition: .3s;
}
.logo-h2{
    font-size: 1.2rem;
    transition: .3s;
}

.search-group {
    display: flex;
    align-items: center;
    position: relative;
}

.search-group input {
    border: 1px solid rgb(199, 199, 199);
    border-radius: 2px;
    padding: 5px;
    width: 100%;
}

.search-btn {
    background-color: var(--main-color);
    color: #fff;
    border: 0;
    position: absolute;
    left: 5px;
    border-radius: 3px;
    padding: 1px 5px;
}

.navbar {
    background-color: #000;
    padding: 0;
}

.navbar a:hover {
    color: #fff;
}

.navbar a {
    color: #fff;
    padding: 0;
    padding-top: 5px;
    position: relative;
}

.navbar .nav-link::after {
    position: absolute;
    bottom: -12px;
    right: 0;
    width: 0;
    height: 5px;
    content: '';
    background: var(--main-color);
    transition: .3s;
}

.navbar a.active::after,
.navbar a:hover:after {
    display: block;
    width: 100%;
}
.navbar .nav-item{
    padding: 5px 0 10px;
    margin-inline-end: 10px;
    padding-inline-end: 4px;
    color:#fff;
}
.nav-item.has-menu {
    position: relative;
}
.nav-item.has-menu .nav-menu{
    color: #fff;
    display: none;
}

.navbar .nav-item .nav-link:hover{
    cursor: pointer;
}
.navbar .nav-item.has-menu .nav-menu{
    top: calc(100% + 2px );
}
.nav-item.has-menu .nav-menu li{
    padding: 10px ;
}
.nav-item.has-menu .nav-menu li a{
    white-space: nowrap;
}


@media screen and (min-width: 992px) {

    .nav-item.has-menu .nav-menu{
        position: absolute;
        top: 100%;
        left:50%;
        transform: translateX(-50%);
        min-width: 230px;
        z-index: 10000;
    }
    .nav-item.has-menu:hover .nav-menu{
        display: block;
    }
    .nav-item.has-menu .nav-menu li{
        background: #000;
    }
}

@media screen and (min-width: 993px) {
    .navbar  .nav-item.has-menu > a:last-of-type{
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .navbar .nav-item.has-menu > a:first-of-type{
        display: none;
    }


  .acme-news-ticker-label {
    padding: 8px 10px 8px 20px !important;
    }
    .nav-item.has-menu .nav-link::before{
        content:'>';
        position: absolute;
        top: 50%;
        left:0;
        z-index: 10000;
        color: #fff;
        transform: translateY(-50%);
    }
    .navbar {
        padding:0 10px;
    }
    .navbar .navbar-toggler{
        margin: 5px 0;
    }
}
#time {
    direction: ltr;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 13px;
    padding: 5px 15px;
    font-size: 12px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.menu_btn {
    color: #fff;
    background-color: var(--main-color);
    border-radius: 13px;
    padding: 5px 15px;
    font-size: 12px;
    display: inline-block;
}
.top-nav-item-mobile {
    display: block;
}

.closebtn {
    display: none;
    font-size: 35px;
    margin: 10px 10px 0 0;
    color: #fff;
    padding: 0;
    background-color: transparent;
    border: none;
}

@media screen and (max-width: 992px) {
    .closebtn {
        display: block;
    }
    .overlay-nav {
        height: 100%;
        min-width: 60%;
        position: fixed;
        z-index: 1000;
        top: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.959);
        overflow-y: hidden;
        transition: 0.3s;
        transform: translateX(100%);
    }
    .overlay-content {
        position: relative;
        margin-top: 30px;
        margin-right: 10px;
    }
    .logo-wraper {
        width: 100%;
        margin-bottom: 0;
    }
    .navbar {
        margin-top: 5px;
        display: block;
    }
    /*
    .navbar a {
        margin-bottom: 15px;
    }
    */
    .navbar a::after {
        bottom: -6px;
    }
    #time {
        height: 30px;
        justify-content: center;
    }
    .nav,
    .social-icons {
        justify-content: center;
    }
    .search-group {
        margin-top: 0px;
    }
    [class*="mobile"] {
        display: block;
    }
    .top-nav-item-mobile {
        display: none;
    }
    .slach {
        display: none;
    }
}


/*end header*/


/* start news line*/

.acme-news-ticker {
    border: 0;
    margin: 15px 0;
}

.acme-news-ticker-label {
    float: right;
    background-color: var(--main-color);
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding: 8px 30px;
    margin-right: 0;
}

.news-ticker li a {
    color: gray;
}

.news-ticker li i {
    color: gray;
    font-size: 10px;
}
/* end news line*/
/* start main section*/
.main-row .side-menu{
    height: 100%;
}

.side-menu {
    background-color: rgb(180, 179, 179);
    list-style-type: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 35px 30px 20px;
}

.side-menu li.side-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}
.side-menu li.side-item:not(:last-child) {
    border-bottom: 1px solid #d3d3d3;
}

.side-menu li a:hover ,.side-menu li a.active{
    color: #fff;
}
.side-item-menu{
    position: absolute;
    top: 0;
    right: 70%;
    width: 200px;
    background: rgba(34, 34, 34, 0.925);
    z-index: 100;
    color:#fff;
    padding: 8px 10px;
    font-size: 14px;
    display: none;
}

.side-item-menu li{
    padding: 5px 0;
}
.side-item-menu li a{
    display: block;
}
.side-item:hover .side-item-menu{
    display: block;
}
.menu-main-item h4{
    font-size: 17px;
}
.side-item-menu li a:hover{
    color:var(--main-color);
}
.menu-main-item,
.menu-main-item:hover {
    color: var(--main-color);
}
.main-news-wrapper{
    position: relative;
}
.main-img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: relative;
    object-fit: cover;
    max-height: 430px;
}

.main-text-group {
    position: absolute;
    background-color: #64131ab3;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    padding: 25px 30px;
    color: #fff;
    font-size: 16px;
}

.main-text {
    color: #fff;
}

.main-more-link {
    padding: 0px 20px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
}

.main-more-link:hover {
    color: var(--main-color);
}

@media screen and (max-width: 992px) {
    .main-text-group {
        bottom: 0;
    }
    .main-row .side-menu{
        height: auto;
    }
    .side-item:hover .side-item-menu{
        display: none;
    }
    .side-item-menu{
        position: static;
        width: 100%;
        background: none;
        color:#222;
        padding-inline-start: 12px;
    }

}


/* end main section*/

.news-section {
    background-color: rgb(243, 243, 243);
    padding: 30px 0;
}

.main-news-card {
    background-color: transparent;
    border: 0;
}

#map {
    border-radius: 5px;
    position: relative;
    height: 250px;
}

.map-title {
    position: absolute;
    top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 20px;
    color: #fff;
    background-color: var(--main-color);
    width: 92%;
}

.taswet {
    height: 200px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

.card-title {
    color: var(--main-color);
}

.card-text {
    color: gray;
    font-size: 13px;
}

.card-link {
    color: var(--main-color);
    font-size: 12px;
    padding-inline-start: 3px;
}

.card-link:hover {
    color: #000;
}

.card-img-top {
    height: 250px;
    border-radius: 5px;
}

.card-news {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.card-news:not(:last-child){
    border-bottom: 1px solid rgb(201, 201, 201);
}

.media img {
    width: 100px;
    border-radius: 5px;
    margin-inline-end: 10px;
}

.media-date {
    margin: 0;
}

.section{
    padding: 30px 0;
}
.section-title {
    background-color: var(--main-color);
    padding: 5px 20px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 16px;
}
.section-wrapper{
    padding: 20px 20px;
}
.elements-page{
    margin-bottom: 20px;
}

@media screen and (max-width: 520px) {
    .taswet {
        margin-bottom: 20px;
    }
    .map-title {
        width: 94%;
    }
}


/* end news section */


/* end lows section */

.lows-header {
    position: relative;
}

.lows-card .media-body {
    padding: 15px 20px;
    padding-inline-end: 0;
    padding-bottom: 0;
}

.lows-card .media-body p {
    font-size: 14px;
    color: gray;
}

.lows-card img {
    width: 300px !important;
}
/*
.history-section {
    border-top: 1px solid rgb(214, 214, 214);
}
*/
.history-card img {
    margin-inline-end: 20px;
}

.history-card {
    padding-top: 20px;
}
.history-card-title {
    font-size: 16px;
}

.regester-form  {
    margin: 20px 0;
}
.regester-form input {
    display: block;
    width: 100%;
    border: 1px solid rgb(199, 199, 199);
    border-radius: 20px;
    /*margin: 20px 0;*/
    padding: 7px 20px;
    font-size: 0.9rem;
}

.regester-form button {
    padding: 10px 50px;
    background-color: rgb(29, 29, 29);
    color: #ddd;
    border-radius: 25px;
}

.title-regester-form {
    color: var(--main-color);
    padding-bottom: 15px;
    border-bottom: 1px solid var(--main-color);
}

@media screen and (max-width: 520px) {
    .lows-card {
        flex-wrap: wrap;
    }
    .lows-card img a {
        display: block;
        width: 100%;
    }
}


/* end lows section */


/* start new projects section */

.jumbotron {
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    box-shadow: inset 0px 0px 100px 100px rgba(3, 3, 3, 0.247);
}

.newprojects-text {
    padding: 20px 200px;
    color: #fff;
    font-size: 14px;
}

.newprojects-morelink {
    color: #fff;
    background-color: var(--main-color);
    padding: 5px 20px;
    border-radius: 5px;
}

@media screen and (max-width: 520px) {
    .jumbotron {
        margin-top: 20px;
    }
    .newprojects-text {
        padding: 30px;
    }
}


/* end new projects section */


/* start things section */

.things-title {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    padding-bottom: 10px;
    font-size: 16px;
}

.item {
    position: relative;
}
.item .title {margin: 10px 0}
.item .title a{color: var(--main-color)}
.item .title a:hover{color: #e1273a
}
.img-things {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: #64131ab3;
    color: #fff;
    width: 100%;
    opacity: 0;
    font-size: 20px;
    padding: 20px;
    transition: .3s;
}

.item:hover .overlay {
    opacity: 1;
}

.website-link {
    border-bottom: 0;
    font-size: 15px;
    padding-inline-end: 20px;
    padding-inline-start: 10px;
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: 10px;
}

@media screen and (max-width: 520px) {
    .owl-carousel {
        margin-bottom: 30px;
    }
}


/* end new projects section */


/* start footer */

.footer {
    background-color: rgb(27, 27, 27);
    color: #fff;
}

.footer-icon {
    margin-bottom: 5px;
}

.footer-icon i {
    margin-inline-end: 5px;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 18px;
}

.footer-rcol p {
    color: gray;
    margin-bottom: 30px;
}

.footer-links li {
    list-style-type: none;
    padding-bottom: 10px;
}

.footer-links li a {
    color: #fff;
}

.footer-links li a:hover {
    color: var(--main-color);
}

.social-icons-footer a {
    margin-left: 10px;
    border: 0;
}

.social-icons-footer a i:hover {
    transform: translateY(-10px);
    transition: .3s;
}

.social-icons-footer i {
    line-height: 2.2;
    color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
}

@media screen and (max-width: 520px) {
    .footer-links-left {
        position: relative;
    }
    .social-icons-footer {
        padding: 20px 0 30px 0;
    }
}

.rights {
    font-size: 13px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--main-color);
    color: #fff;
    padding: 10px 0;
}


/* end footer */


/*  details style page start*/

.square-news {
    padding: 40px 0;
    background-color: rgb(243, 243, 243);
    min-height: 500px;
}

.img-news {
    width: 40%;
    float: left;
    border-radius: 10px;
    margin: 0  20px 5px 0;
}

.details-news-title {
    color: var(--main-color);
    margin-bottom: 30px;
}

.details-news {
    line-height: 2;
    color: gray;
}

.details-news-title,
.details-news {
    text-align: justify;
}

@media screen and (max-width: 520px) {
    .img-news {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
}


/*  details style page end*/


/*  contact us style page start*/
.contact-title{
    font-size: 19px;
}
.contact-box{
    padding: 0 20px 10px ;
    font-size: 17px;
    display: flex;
}
.number{
    direction: ltr;
}
.contact-box i {
    font-size: 25px;
    padding: 3px;
    text-align: center;
    color: #fff;
    margin-inline-end: 10px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 32px;
    background-color: var(--main-color);
}
.contact-box a ,.contact-box span {
    display: block;
    align-self: center;
}

@media screen and (max-width: 520px) {
    form {
        margin-top: 30px;
    }
}


/*  contact us style page end*/


/*  news style page start*/

.news-header {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    height: 300px;
    /*
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    box-shadow: inset 0px 0px 100px 100px rgba(3, 3, 3, 0.247);
    */
}

.news-header h1 {
    color: var(--main-color);
    padding: 50px 150px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.849);
}

@media screen and (max-width: 520px) {
    .lows-card {
        display: block;
    }
    .lows-card img {
        width: 100%;
    }
}


/*  news style page end*/

.page-heading{
    min-height: 140px;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-heading .overlay-box{
    background-color: var(--main-opactiy-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-heading .overlay-box .page-heading-title{
    color: #222;
    min-width: 299px;
    text-align: center;
    background: #ddd9;
    min-height: 100px;
    line-height: 100px;
    padding: 0 10px;
    font-size: 1.5rem;
    margin: 0;
}

.housing-card img {
    width: 120px !important;
}


.item-images .img-wrapper .overlay-box {
    text-align: center;
    background: var(--main-opactiy-color);
    opacity: 0;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-images .img-wrapper .overlay-box a {
    color: #fff;
    font-size: 40px;
}

.item-images .img-wrapper:hover .overlay-box {
    opacity: 1;
}

.vbox-overlay {
    z-index: 100000;
}

.vbox-container img {
    max-height: 90vh;
}


.voting-item{
    padding: 25px 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.voting-item-title{
    font-size: 15px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.voting-option-text{
    margin-inline-start: 10px;
}
 /* Customize the label (the check-container) */
.check-container {
  display: block;
  position: relative;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.img-option .check-container {
  margin-bottom: 55px;
}
.text-option,.img-option {
  margin-bottom: 15px;
}
/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  /*transform: translateX(-50%);*/
  height: 20px;
  width: 20px;
  background-color: #999;
}
.text-option .checkmark{
  right: 0;
}
.progress-bar{
  background: var(--main-color);
}

.check-container .check-title {
  padding-inline-start: 30px;
}

/* On mouse-over, add a grey background color */
.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: var(--main-color);
}
.check-container input:checked ~ .check-title {
    color: var(--main-color);
  }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 4px;
    top: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
}

.voting-item-head{
    position: relative;
    display: flex;
    justify-content: space-between;
}

.voting-item .voting-item-head .btn{
  position: absolute;
  top: 0;
  left: 0;
}

.spinner-icon{
  cursor: progress !important;
}
.voting-num{
  text-align: center;
  margin-top: 9px;
}

.progress-bar{
    background-color: #999;
  }
  .voting-wrapper{
    margin: 10px 0;
    background: #fff;
    padding: 15px;
  }

  .acme-news-ticker-label {
    position: absolute;
    top: auto !important;
    z-index: 1000;
}

.map-link{
    padding-bottom: 10px;
    display: block;
    position: relative;
}
.map-link::before{
    display: inline-block;
    content: '';
    width: 7px;
    height: 7px;
    background-color: var(--main-color);
    margin-inline-end: 10px;
}
.map-link-item.has-menu .map-link-menu {
    padding: 0 39px 10px;
}
.map-link-menu a::before{
    display: inline-block;
    content: '';
    width: 6px;
    height:6px;
    background-color: var(--main-color);
    margin-inline-end: 5px;
    border-radius: 50%;
}
.map-link-menu li{
    margin-bottom: 5px;
}
.btn-wrapper{
    text-align: left;
}
.btn-wrapper .btn{
    padding: 0.3rem 0.4rem;
    font-size: 14px;
    color: #fff;
    background: #222;
}

.contact-section .btn-submit{
    background-color: var(--main-color);
    color:#fff;
}
.error-text{
    color: red !important;
}
.img-title{
    background: #000;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.service-item{
    margin-bottom: 5px;
}
.service-item a:hover{
    color: var(--main-color)
}

.social{
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 0px;
    font-size: 40px;
    background: #25D366;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
}
