body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}

.aligned {
    align-items: center;
}

:focus {
    border: none !important;
    outline: none !important;
}

.mob-nav-container {
  display:none;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.bg-green {
  background:#161616;
  color:#fff;
  padding:45px 0px;
}

.only-mob {
  display: none;
}

.bg-green .col span{
  text-align: center;
  width:100%;
  display: block;
  font-weight: 700;
  font-size:4em;
  color:#00f535;
}

.bg-green .col p {
  text-align: center;
  font-size:.8em;
}

.bd {
  font-weight: 500;
  color:#222;
  font-size:1.3em;
  text-align: center;
  padding:25px 0px;
}

.bd i {
  font-size:2em;
  width: 100%;
  display:block;
  text-align: center;
  padding-bottom:12px;
}

/*DROPMENU CSS*/

#dropmenu ul li ul li:hover {
    background: rgba(240, 23, 76, .8);
}

.nav-list {
    float: right;
    z-index: 99955;
}

.nav-list li a {
    color: #fff;
    padding: 0px 8px;
}



#dropmenu {
    margin-top:10px;
}

#dropmenu ul li a i {
    padding-right: 6px;
    padding-bottom: 0px;
    font-size: .9em;
}

.ml-15 {
  margin-left:15px;
}

#dropmenu, #dropmenu ul, #dropmenu ul li, #dropmenu ul li a, #dropmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#dropmenu:after, #dropmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#dropmenu #head-mobile {
    display: none
}

#dropmenu ul li:first-child a {
  border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#dropmenu>ul>li {
    float: left;
    margin-right:1px;
}

#dropmenu>ul>li>a {
    color: #fff;
    background: rgba(0, 0, 0, .7);
    padding: 10px 22px;
    font-size: .8em;
    font-weight: 500;
    transition: .2s ease-in-out all;
}

#dropmenu>ul>li>a:hover {
  background: rgba(0, 0, 0, .7) !important;
  color:#00f535 !important;
}

#dropmenu ul li:first-child a:hover {
  border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#dropmenu>ul>li:hover>a, #dropmenu ul li.active a {
    color: #fff;
    background: #00ff3796;
    z-index:99996;
    position: relative;

}

#dropmenu>ul>li:hover, #dropmenu ul li.active:hover, #dropmenu ul li.active, #dropmenu ul li.has-sub.active:hover {
  background: rgba(0, 0, 0, .7) !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#dropmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#dropmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 14px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: ''
}

#dropmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 11px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#dropmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#dropmenu ul ul {
    position: absolute;
    left: -9999px
}

#dropmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: rgba(0, 0, 0, .8);
    transition: all .25s ease
}

#dropmenu li:hover>ul {
    left: auto
}

#dropmenu li:hover>ul>li {
    height: auto;
}

#dropmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#dropmenu ul ul li a {
    border-bottom: 1px solid rgba(250, 250, 250, 0.20);
    padding: 11px 15px;
    width: 170px;
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
}

#dropmenu ul ul li:last-child>a, #dropmenu ul ul li.last-item>a {
    border-bottom: 0
}

#dropmenu ul ul li:hover>a, #dropmenu ul ul li a:hover {
    color: #fff
}

#dropmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: ''
}

#dropmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#dropmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#dropmenu ul ul li.has-sub:hover, #dropmenu ul li.has-sub ul li.has-sub ul li:hover {
}

#dropmenu ul ul ul li.active a {
    border-left: 1px solid #01357a;
}

#dropmenu>ul>li.has-sub>ul>li.active>a, #dropmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #01357a;
}

.ch-lng a:after {
    display:none !important;
}

.ch-lng a:before {
    display:none !important;
}

@media screen and (max-width:1000px) {

    nav {
        width: 100%;
    }
    #dropmenu {
        width: 100%
    }
    #dropmenu ul {
        width: 100%;
        display: none
    }
    #dropmenu ul li {
        width: 100%;
        border-top: 1px solid #fff

    }
    #dropmenu ul li:hover {
        background: #00abbd;
    }
    #dropmenu ul ul li, #dropmenu li:hover>ul>li {
        height: auto
    }
    #dropmenu ul li a, #dropmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #dropmenu>ul>li {
        float: none
    }
    #dropmenu ul ul li a {
        padding-left: 25px
    }
    #dropmenu ul ul li {
        background: #00abbd!important;
    }
    #dropmenu ul ul li:hover {
        background: #00abbd!important
    }
    #dropmenu ul ul ul li a {
        padding-left: 35px
    }
    #dropmenu ul ul li a {
        color: #fff;
        background: none
    }
    #dropmenu ul ul li:hover>a, #dropmenu ul ul li.active>a {
        color: #fff
    }
    #dropmenu ul ul, #dropmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #dropmenu>ul>li.has-sub>a:after, #dropmenu>ul>li.has-sub>a:before, #dropmenu ul ul>li.has-sub>a:after, #dropmenu ul ul>li.has-sub>a:before {
        display: none
    }
    #dropmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    #dropmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #dropmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #dropmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #dropmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #dropmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #dropmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #dropmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #dropmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #dropmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #dropmenu ul ul ul li.active a {
        border-left: none
    }
    #dropmenu>ul>li.has-sub>ul>li.active>a, #dropmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}


.only-mb {
  display:none;
}

.only-ds {
  display:block;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
}

.ov-dark {
    background: rgb(129 26 10);
    background: linear-gradient(126deg, rgb(10 10 10) 54%, rgb(17 92 37) 100%);
}

.overlay {
    width: 100%;
    height: 100%;
    opacity: .8;
    position: absolute;
    z-index: 99901;
}

#vid {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.navigate-holder {
    position: absolute;
    padding: 25px 75px;
    width: 100%;
    z-index: 99995;
}

.navigate-holder .logo img {
    width: 100%;
}

.navigate ul li a {
    color: #fff;
    padding: 10px 22px;
    font-size: .8em;
    font-weight: 500;
    transition: .2s ease-in-out all;
}

.ed-list img {
  padding:15px;
  border-radius: 5px;
  border:1px solid #ddd;
}

.bg-vid {
    z-index: 99900;
}

.navigate ul li a i {
    padding-right: 6px;
}

.navigate ul li:first-child a {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.navigate ul li:last-child a {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.navigate ul li {
    float: left;
    margin-right: 1px;
}

.navigate ul li a:hover {
    background: #02cc36;
    color: #fff;
    text-decoration: none;
}

.navigate .active-mn {
    background: #02cc36;
    color: #fff;
    text-decoration: none;
}

.nav-2 li a i {
    padding-right: 0px !important;
}

.navigate ul {
    float: right;
    margin-left: 15px;
}

.lang-chevron {
    padding-left: 6px;
}

.slide-content {
    position: absolute;
    width: 60%;
    left: 75px;
    bottom: 50px;
    z-index: 99995;
}

.slide-content h1 {
    color: #fff;
    text-align: left;
    font-size: 2em;
    font-weight: 900;
}

.slide-content p {
    text-align: left;
    font-size: 1em;
    width: 65%;
    color: #fff;
}

.slide-content a {
    background: #161616;
    padding: 15px 25px;
    border:1px solid #02cc36;
    color: #02cc36;
    float: left;
    font-size: .8em;
    transition: .2s ease-in-out all;
    border-radius: 3px;
    font-weight: bold;
}

.slide-content a:hover {
    background: #02cc36;
    border:1px solid #02cc36;
    text-decoration: none;
    color:#000;
}


.slide-content a i {
    padding-left: 7px;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.main-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255, 255, 255, .4);
    border: 1px solid #fff;
}

.after-slide {
    padding:75px 0px;
}

.add-pad {
    padding: 125px 75px;
}

.ball-bg img {
    width: 70%;
    margin-left:15%;
}

.b-first {
    position: absolute;
    left:17%;
    top:11%;
    color:#fff;
    transition: .3s ease-in-out all;
    background:#12ac6c;
    font-weight: 500;
    font-size:.8em;
    padding:5px 8px;
    border-radius: 4px;
    transition:.2s ease-in-out all;
    width:fit-content;
}

.b-first span {
    padding-left:6px;
    font-weight: bold;
}

.b-first:hover {
    background:#222;
    text-decoration: none;
    color:#fff;
    padding-left:20px;
}

.b-orange{
    background:#ee7821;
    top: -5%;
    right: 21%;
    left: auto;
}

.b-orange:hover {
    padding-right:20px;
    padding-left:8px;
}

.b-purple {
    background:#863b83;
    top: 29%;
    right: 8%;
    left: auto;
}

.b-purple:hover {
    padding-right:20px;
    padding-left:8px;
}

.b-blue {
    background:#3745ae;
    top:53%;
    left:13%;
}

.b-red {
    background:#e82d35;
    top:71%;
    right:23%;
    left:auto;
}

.b-red:hover {
    padding-right:20px;
    padding-left:8px;
}

.programs h2 {
    font-weight: bold;
}

.message-container {
    background-image: url(../images/msg-bg.jpg);

}


/*OPEN ENROLLMENTS*/

.oe-slide-bg {
    object-position: bottom;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-enrollment h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 5.5em;
    line-height: 1em;
    letter-spacing: -2px;
}

.oe-slider-search input {
    padding: 12px 16px;
    background: #fff;
    color: #999;
    border: none;
    border-radius: 4px;
    float: left;
    width: auto;
    min-width: 50%;
    font-size: .9em;
}

.oe-slider-search {
    margin-top: 25px;
}

.oe-slider-search button {
    background: #02cc36;
    padding: 12px 16px;
    color: #fff;
    float: left;
    font-size: .9em;
    transition: .2s ease-in-out all;
    border-radius: 4px;
    border: none;
    margin-left: 5px;
}

.oe-slider-search button:hover {
    background: #ee174c;
}

.swiper-enrollment .slide-content {
    bottom: 120px !important;
}

.oe-pg {
    text-align: right;
    padding-right: 35px;
    padding-bottom: 35px;
}

.inner-container {
    padding: 25px 75px;
    width: 100%;
    z-index: 99995;
    margin-top: -50px;
    position: relative;
    margin-bottom: 20px;
}

.enrollment-categories {
    width: 100%;
    border-radius: 8px;
    padding: 30px 45px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 28px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 28px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 28px 6px rgba(0, 0, 0, 0.5);
}

.category-head h4 {
    color: #02cc36;
    font-weight: bold;
    font-size: 1em;
}

.category-head p {
    font-size: .8em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    width: 90%;
}

.enrollment-categories .col-md-2 {
    border-right: 1px solid #e4e4e4;
}

.enrollment-categories a {
    display: block;
    transition: .3s ease-in-out all;
    position: absolute;
    width: 100%;
}

.enrollment-categories a .oe-cat-icon {
    text-align: center;
    color: #292929;
    font-size: 2.5em;
    padding: 0px 0px 0px;
    margin-top: 12px;
}

.enrollment-categories a span {
    text-align: center;
    font-weight: bold;
    color: #292929;
    font-size: .9em;
    padding-bottom: 15px;
    position: relative;
    display: block;
}

.enrollment-categories a:hover {
    background: #02cc36;
    color: #fff !important;
    margin-top: -50px;
    padding-bottom: 45px;
    padding-top: 45px;
    border-radius: 4px;
    text-decoration: none;
    width: 100%;
}

.enrollment-categories a:hover span, .enrollment-categories a:hover .oe-cat-icon {
    color: #fff;
    text-decoration: none;
    transform: scale(1.1, 1.1);
}

.enrollment-container {
    padding: 10px 0px;
}

.enrollment-container .edu-count {
    font-size: 1em;
    font-weight: 500;
    color: #000;
}

.oe-liner {
    width: 100%;
    height: 1.2px;
    background: #e4e4e4;
    margin-top: 10px;
    margin-bottom: 15px;
}

.last-oe {
    border-right: none !important;
}


/*EDUCATION DETAIL*/

.ed-container {
    position: relative;
}

.ed-wrapper {
    position: absolute;
    width: 100%;
    bottom: 30px;
}

.ed-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 3.6em !important;
    color: #fff;
    text-align: center;
    max-width:55%;
    margin:0 auto;
    position: relative;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1.1em;
}

.ed-name span {
    font-family: 'Montserrat', sans-serif;
    font-size:.25em;
    line-height: normal;
    letter-spacing: 0px;
    display:block;
    margin-top:15px;
    text-align:center;
}

.detail-badge-one {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    border-radius: 2px;
    background: #ffd700;
    padding: 5px 0px;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: bold;
    color: #000;
    float: left;
    margin-bottom: 10px;
}

.detail-badge-two {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    border-radius: 2px;
    padding: 5px 0px;
    text-align: center;
    background: #42de7c;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: bold;
    color: #000;
    float: left;
}

.ed-container .row {
    align-items: flex-end;
}

.ed-container i {
    padding-right: 4px;
}

.ed-content {
    padding-top: 25px;
}

.partial-content {
    padding-bottom: 20px;
}

.partial-content h5 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    color: #000;
}

.partial-content p {
    font-size: .95em;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5em;
}

.ed-image img {
    width: 100%;
}

.accordions {
    width: 100%;
    margin: 60px auto;
    margin-top: 15px;
    margin-bottom:15px;
}

.educated-infos h4 {
    border-radius: 3px;
    padding: 3px 0px 3px;
    transition: all 0.4s;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    font-family: 'Barlow Condensed', sans-serif;
    font-size:1.2em;
    margin-bottom: 0px;
    color:#292929;
}

.educated-infos h4 i {
    padding-right:7px;
}

.educated-infos p {
    border-radius: 3px;
    padding: 2px 0px 0px;;
    font-size:.9em;
}


.accordion-item .accordion-title.active-title {
    background-color: #282828;
    color: #fff;
}

.accordion-item .accordion-title h2 {
    margin: 0;
    font-size: 1.15em;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
}

.accordion-item .accordion-title i.fa-chevron-down {
    transform: rotate(0);
    transition: 0.4s;
}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
    transform: rotate(-180deg);
}

.accordion-item .accordion-content {
    display: none;
    line-height: 1.7;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.accordion-item .accordion-content.active {
    display: block;
}

.accordion-item .accordion-content p {
    margin: 0;
}

.ed-to-form {
    background: #107d08;
    color: #fff;
    cursor: pointer;
    padding: 12px 20px;
    transition: all 0.4s;
    border-radius: 3px;
    font-size: 1.15em !important;
    font-weight: bold;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline-block;
    border:none;
}

.ed-to-form i {
    float: right;
    padding-top: 5px;
    padding-left:15px;
}

.ed-to-form:hover {
    background:#000;
    color:#fff;
    text-decoration: none;
}

.form15 {
    margin-top:15px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000 !important;
    opacity: 1; /* Firefox */
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
  }

  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
  }

.partial-content .form-control {
    background:#efefef;
    color:#000;
    font-family: 'Barlow Condensed', sans-serif;
    border:none;
    padding:10px 20px !important;
    margin-bottom:15px;
    font-size:1.2em;
    height:auto;
}

.form15 .col-md-4 {
    padding-right:0px !important;
}

.form15 .col-md-12 {
    padding-right:0px !important;
}

.partial-content .form-control:focus {
    outline: none;
    box-shadow:none;
    background:#dfdfdf;
}


.footer-prep {
    background: #fff;
    padding: 35px 0px;
}

.footer {
    background: #f5f5f5;
    padding: 90px 0px 70px;
    margin-top:75px;
}

.footer-prep img {
    width: 16%;
}

.footer .dark-gray {
    background: #f1f1f1;
}

.footer-prep span {
    margin-left: 50px;
    font-weight: bold;
}

.footer-box h3 {
    font-weight: 800;
    font-size: 1em;
}

.footer-box a {
    display: block;
    font-size: .9em;
    color: #000;
}

.footer-box .mt15 {
    margin-top: 25px;
}

.footer-box p {
    display: block;
    font-size: .9em;
    color: #000;
}

.footer-box img {
    width: 65%;
    margin-top: 35px;
}

.inline-b {
    display: inline-block;
}

.get-center-text {
    text-align: center;
}


















@media screen and (min-width: 1900px) {
    .slide-content {
        position: absolute;
        width: 60%;
        left: 200px;
        bottom: 50px;
        z-index: 99995;
    }
    .navigate-holder {
        position: absolute;
        padding: 25px 200px;
        width: 100%;
        z-index: 99995;
    }
    .inner-container {
        padding: 25px 200px;
        width: 100%;
        z-index: 99995;
    }

    .add-pad {
        padding: 125px 200px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
.ed-name span {
font-family: 'Montserrat', sans-serif;
  font-size: .45em;
  line-height: normal;
  letter-spacing: 0px;
  display: block;
  margin-top: 15px;
  text-align: center;
}

.slide-content h1 {
    color: #fff;
    text-align: left;
    font-size: 1.3em;
    font-weight: 900;
}

.swiper-enrollment h1 {
font-family: 'Barlow Condensed', sans-serif;
font-size: 1.6em !important;
line-height: 1em;
letter-spacing: -2px;
}

.slide-content {
    position: absolute;
    width: 60%;
    left: 45px;
    bottom: 50px;
    z-index: 99995;
}

.oe-slide-bg {
    object-position: -550px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-enrollment h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.6em !important;
    line-height: 1em;
    width: 100%;
    max-width: 100%;
    letter-spacing: -2px;
}

.form15 .col-md-4 {
    padding-right: 15px !important;
}

.form15 .col-md-12 {
    padding-right: 15px !important;
}

.only-mb {
  display:block;
}

.only-mob {
  display: block;
}

.only-ds {
  display:none;
}

.mob-nav-container {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    z-index: 99999;
    padding: 60px 0px;
}

.mob-nav {
    color: #fff;
    float: right;
    font-size: 1.5em !important;
    position: absolute;
    right: 15px;
}

.mob-nav-container a {
    color: #222;
    font-size: 1.4em;
    text-align: left;
    padding-left:45px;
    display: block;
    margin-top: 25px;
    font-weight: bold;
}

.mob-nav-close {
    position: absolute;
    right: 25px;
    top: 0px;
    color: #000;
    font-size: 1.4em;
    font-weight: bold;
}

.sub {
  margin-top:3px !important;
  font-size:1.2em !important;
  font-weight: bold;
  padding-left:55px !important;
}


}
