:root {
    --btn-rd: 1em;
    --plain: #fff;
    --bg-secondary: #FCFAF6;
    --primary: #ABAAD5;
    --secondary: #F0C5D8;
    --secondary-01: #D6AEBF;
    --color1: #FEDBD3;
    --color2: #E0F8FF;
    --color3: #FFE6CF;
    --color4: #E7F9E6;
    --text-color1: #986B60;
    --text-color2: #3C6F7D;
    --text-color3: #663D18;
    --text-color4: #5B7D59;
    --circle-bg: #F4F2EC;
    --circle-border: #C5BFB4;
    --num-bg: #C9B8D8;
    --num-text-color: #727190;
    --footer-bg: #686792;

    --sk-bs-modal-width: 1000px;
    --bs-navbar-nav-link-padding-x: 1rem;
}


header.primary {
    position: absolute;
    width: 100%;
    z-index: 999;
}

header.primary .navbar-expand-lg {
    padding-top: 0px;
    padding-bottom: 0px;
}

header.primary nav.navbar.navbar-expand-lg.bg-light {
    background-color: none;
}

header.primary .navbar-brand svg,
header.primary .navbar-brand img {
    height: 70px !important;
    width: auto;
}

header.primary .navbar-brand svg path.white-bg {
    fill: var(--plain);
}

header.primary .navbar-onscroll .navbar-brand svg path.white-bg {
    fill: #ABAAD5;
}

header.primary .navbar-expand-lg .navbar-nav .nav-item {
    padding-right: 1rem;
    padding-left: 1rem;
}

header.primary .navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    text-align: center;
    border: none;
    border-top: 16px solid transparent;
    border-bottom: 8px solid transparent;
    font-size: 0.9rem;
    background-color: inherit;
}

header.primary .navbar-expand-lg .navbar-nav .nav-link.active {
    background-color: inherit;
    /*border-top: 16px solid var(--secondary);*/
    border-bottom: 8px solid var(--secondary);
}

/*.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: inherit; 
    border: 0;
    /* border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); */
/*}*/

header.primary .navbar-expand-lg .navbar-nav .nav-link i {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 2px;
    color: var(--plain);
}

header.primary .navbar-expand-lg.navbar-onscroll .navbar-nav .nav-link i {
    color: var(--primary);
}

header.primary .navbar-brand img {
    height: 70px;
}

.navbar-toggler {
    padding: 0;
    border: 0;
}

.navbar-svg {
    fill: white;
}

.navbar-svg-onscroll {
    fill: var(--title);
}

.nav-link-text {
    color: var(--plain);
}

.nav-link-text-onscroll {
    color: var(--primary);
}


.navbar-onscroll {
    width: 100%;
    background: #fff;
    position: fixed;
    /*color: black;*/
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    animation: nav .2s ease-out forwards;
}

.navbar-onscroll a {
    color: black;
}

@keyframes nav {
    from {
        opacity: 0;
        top: -2em;
    }

    to {
        opacity: 1;
        top: 0;
    }
}

.hamburger {
    cursor: pointer;
}

header.primary .side-nav-cont .side-nav.list-group .list-group-item {
    background: none;
    padding: 0px;
    border: none;
    line-height: 4rem;
    opacity: 0.5;
    font-size: 1.1rem;
}

header.primary .side-nav-cont .side-nav.list-group .list-group-item i{
    font-size: 24px;
    margin-right: 12px;
}

header.primary .side-nav-cont .cancel-cont .cancel {
    font-size: 1.2em;
}

header.primary .side-nav-cont.side-nav-show .side-nav.list-group .list-group-item:hover {
    opacity: 1;
    color: var(--plain);
}

header.primary .side-nav {
    margin-top: 100px;
}

header.primary .side-nav-show {
    align-items: initial;
}

.banner {
    background-color: var(--primary);
    background-image: url('../img/bg.jpg');
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.banner .container {
    position: relative;
}

.banner .content {
    padding-top: 200px;
    padding-bottom: 250px;
}

/*@media only screen and (max-width: 520px) {
    .banner .content{
        padding-top: 200px;
        padding-bottom: 350px;
    }
}
*/
.banner .content .title {
    color: #fff;
}

.banner .content p {
    color: #fff;
    font-size: 1.1rem;
}

.banner .content .btn {
    font-size: 1.2rem;
    font-weight: 500;
}

.banner .img-holder {
    position: absolute;
    right: 30px;
    bottom: 0;
    text-align: right;
}

.about1 {
    padding-top: 3em;
}

.about1 .about1-cont {
    padding: 5em 0 0;
    color: var(--secondary);
}

.about1 .about1-cont .btn {
    font-size: 1.2rem;
    font-weight: 500;
}

.video-cont video {
    width: 100%;
}

.values {
    background: url(../img/about-bg.jpg) var(--bg-secondary) no-repeat center;
    background-size: cover;
    padding-top: 3em;
    padding-bottom: 8em;
    position: relative;
}

.values:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 170px;
    z-index: 1;
    left: 0;
    bottom: 0;
    background: url(../img/robe-bg.jpg) no-repeat center;
    background-size: cover;
}

.values .values-cont {
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /*-webkit-transition-duration: 0.2s;*/
    position: relative;
    z-index: 2;
    top: 0;
}

.values .values-cont:hover {
    top: -2em;
}

.values .values-cont .title,
.values .values-cont p {
    margin-top: 1rem;
}

.values .values-cont p {
    font-size: 0.9rem;
}

.values .values-cont i {
    font-size: 3rem;
}

.values .values-cont-1 {
    background: var(--color1);
    color: var(--text-color1);
    margin-top: 3em;
}

/*.values .values-cont-1:hover {
	margin-top: 2em;
}
*/
.values .values-cont-1 .title,
.values .values-cont-1 p {
    color: var(--text-color1);
}

.values .values-cont-2 {
    background: var(--color2);
    color: var(--text-color2);
}

/*.values .values-cont-2:hover {
	margin-top: 1em;
}*/

.values .values-cont-2 .title,
.values .values-cont-2 p {
    color: var(--text-color2);
}

.values .values-cont-3 {
    background: var(--color3);
    color: var(--text-color3);
    margin-top: 3em;
}

/*.values .values-cont-3:hover {
	margin-top: 2em;
}*/

.values .values-cont-3 .title,
.values .values-cont-3 p {
    color: var(--text-color3);
}

.values .values-cont-4 {
    background: var(--color4);
    color: var(--text-color4);
}

/*.values .values-cont-4:hover {
	margin-top: 1em;
}*/

.values .values-cont-4 .title,
.values .values-cont-4 p {
    color: var(--text-color4);
}




.our-approach {
    background: var(--bg-secondary);
    padding-top: 3em;
}

.our-approach .top-cont p {
    font-size: 0.8rem;
}

.our-approach .main-cont {
    position: relative;
}

.our-approach .main-cont .circle {
    background: var(--circle-bg);
    width: 33em;
    height: 33em;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -16.5em;
    border: 0.15em dashed var(--circle-border);
}

.our-approach .main-cont .img-holder {
    position: absolute;
    left: 0;
    top: 30%;
    text-align: center;
    width: 100%;
}

.our-approach .main-cont .img-holder img{
    left: -40px;
    position: relative;
}

.our-approach .main-cont ul {
    list-style: none;
    margin-top: 3em;
}

.our-approach .main-cont ul li {
    padding: 0 3em 0 0;
    margin-top: 2rem;
    border-radius: 12px;
    background: var(--plain);
    text-align: start;
    display: inline-block;
    color: var(--num-text-color);
    font-size: 0.9rem;
    font-weight: 500;
    box-shadow: 0px 3.27451px 2.45588px rgba(0, 0, 0, 0.07);
    max-width: 300px;
}

.our-approach .main-holder {
    position: relative;
    /*z-index: 999;*/
}

.our-approach .main-cont ul li .numb {
    background: var(--num-bg);
    color: var(--num-text-color);
    display: inline-block;
    font-size: 1.6em;
    margin-right: 0.5rem;
    padding: 0.5em 0.7em;
    float: left;
    /* width: 100%; */
    border-top-left-radius: 1em;
    border-bottom-left-radius: 1em;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
}

.our-approach .main-cont ul li .cont {
    float: left;
    padding-top: 18px;
}

.our-approach .main-cont .col-left ul {
    list-style: none;
}

.our-approach .main-cont .col-left ul li:first-child {
    margin-right: -70px;
}

.our-approach .main-cont .col-left ul li:last-child {
    margin-right: -70px;
}

.our-approach .main-cont .col-right ul li {
    padding: 0 0 0 3em;
}

.our-approach .main-cont .col-right ul li .numb {
    margin-left: 0.5rem;
    margin-right: 0;
    float: right;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
}

.our-approach .main-cont .col-right ul li:first-child {
    margin-left: -70px;
}

.our-approach .main-cont .col-right ul li:last-child {
    margin-left: -70px;
}

.our-approach .main-cont .col-left ul li:last-child .cont,
.our-approach .main-cont .col-right ul li:last-child .cont{
    width: 70%;
    padding-top: 8px;
}

.our-services {
    background: url(../img/about-bg-b.jpg) var(--bg-secondary) no-repeat center bottom;
    background-size: cover;
    padding-top: 10em;
    padding-bottom: 5em;
}

.our-services .container.main-cont {
    border-bottom: dashed 1px #BDBDBD;
}

.our-services .top-cont {
    margin-bottom: 4em;
}

.our-services .service-item {
    background: var(--plain);
    border-radius: 8px;
    border: solid 1px #E2E2EF;
    margin-bottom: 80px;
}

.our-services .service-item .img-holder {
    position: relative;
    margin-top: -72px;
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 14px 54px rgba(0, 0, 0, 0.1);
}

.our-services .service-item .title {
    margin-bottom: 16px;
}




.our-team {
    padding-top: 0em;
    padding-bottom: 5em;
}

.our-team .img-holder {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}


/* Gallery custom grid */
/*
.section6-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: .8em;
}


.section6-item:nth-child(1) { background: url('../img/gallery/g-1.jpg') no-repeat center center/cover; }
.section6-item:nth-child(2) { background: url('../img/gallery/g-2.jpg') no-repeat center center/cover; }
.section6-item:nth-child(3) { background: url('../img/gallery/g-3.jpg') no-repeat center center/cover; }
.section6-item:nth-child(4) { background: url('../img/gallery/g-4.jpg') no-repeat center center/cover; }
.section6-item:nth-child(5) { background: url('../img/gallery/g-5.jpg') no-repeat center center/cover; }
.section6-item:nth-child(6) { background: url('../img/gallery/g-6.jpg') no-repeat center center/cover; }
.section6-item:nth-child(7) { background: url('../img/gallery/g-7.jpg') no-repeat center center/cover; }
.section6-item:nth-child(8) { background: url('../img/gallery/g-8.jpg') no-repeat center center/cover; }
.section6-item:nth-child(9) { background: url('../img/gallery/g-9.jpg') no-repeat center center/cover; }
.section6-item:nth-child(10) { background: url('../img/gallery/g-10.jpg') no-repeat center center/cover; }
.section6-item:nth-child(11) { background: url('../img/gallery/g-11.jpg') no-repeat center center/cover; }
.section6-item:nth-child(12) { background: url('../img/gallery/g-12.jpg') no-repeat center center/cover; }
.section6-item:nth-child(13) { background: url('../img/gallery/g-13.jpg') no-repeat center center/cover; }





.section6-item:nth-child(2) { grid-column: 2 / span 2; grid-row: 1 / span 2; }
.section6-item:nth-child(3) { grid-column: 1; grid-row: 2; }
.section6-item:nth-child(4) { grid-row: 2; grid-column: 4 / span 2; }
.section6-item:nth-child(8) { grid-row: 1; grid-column: 7 / span 2; }
.section6-item:nth-child(9) { grid-row: 1 / span 2; }
.section6-item:nth-child(10) { grid-row: 1 / span 2; }
*/
/************************/
/*.arrow {
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background: #ABAAD5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}
*/

.our-facilities {
    padding-bottom: 5em;
    position: relative;
    overflow: hidden;
}

.our-facilities .carousel-gallery {
    padding: 0px;
}

.our-facilities .carousel-gallery .gal {
    padding: 4px;
}

.our-facilities .carousel-gallery .gal .gal-cont {
    height: 400px;
    position: relative;

    display: grid;
    grid-template-columns: auto;
    grid-gap: 8px;
}

.our-facilities .carousel-gallery .gal .gal-cont a {
    display: flex;
    width: 100%;
    height: 100%;
    background-size: auto 150%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.our-facilities .carousel-gallery .gal .gal-cont a:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    bottom: 0;
    right: 0;
    background: var(--title);
    opacity: 0;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
}

.our-facilities .carousel-gallery .gal .gal-cont a i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    color: #fff;
    margin-left: -15px;
    margin-top: -15px;
    opacity: 0;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
}

.our-facilities .carousel-gallery .gal .gal-cont a:hover i {
    opacity: 1;
}

.our-facilities .carousel-gallery .gal .gal-cont a:hover:before {
    opacity: 0.8;
}

.our-facilities .carousel-gallery .gal .gal-cont .gal-sub-holder {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 8px;
}

.our-facilities .carousel-gallery .gal .st-1 {
    width: 300px;
}

.our-facilities .carousel-gallery .gal .st-2 {
    width: 250px;
}

.our-facilities .carousel-gallery .gal .st-3 {
    width: 400px;
}

.our-facilities .carousel-gallery .slick-arrow {
    background: var(--plain);
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -40px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    /*text-indent: 9999999px;*/
    color: var(--title);
    font-size: 24px;
    border: none;
    z-index: 9;
}

.our-facilities .carousel-gallery .slick-next.slick-arrow {
    right: 20px;
    left: auto;
}

footer {
    background: var(--footer-bg);
    color: var(--plain);
    margin-top: 10em;
}

footer .map {
    width: 100%;
    height: 20em;
    background: lightgrey;
    position: relative;
    margin-top: -10em;
    margin-bottom: 3em;
    border-radius: 1em;
    overflow: hidden;
}

footer .map iframe {
    width: 100%;
    height: 100%;
}

footer i,
footer p,
footer a,
footer .title {
    color: var(--plain);
}

footer .contact-item i {
    font-size: 3rem;
}

footer .contact-item .title {
    margin-top: 1rem;
}

footer .contact-item h6.title {
    text-transform: none;
    font-weight: 400;
    line-height: 2rem;
    opacity: 0.5;
}

footer .contact-item h6.title span {
    display: block;
}

footer .socials {
    list-style: none;
    padding: 0px;
    margin: 4em auto 3em;
    justify-content: center;
}

footer .socials li {
    display: inline-block;
    margin: 0 12px;
}

footer .socials li a {
    font-size: 2em;
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--plain);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

footer .socials li a:hover {
    background: var(--secondary);
}

footer .socials li a i {
    color: var(--footer-bg);
}

footer .logo svg,
footer .logo img {
    height: 80px;
    width: auto;
}

footer hr {
    margin: 4em 0;
}

.modal-content {
    background: none;
    border: none;
}

.modal-body {
    padding: 0px;
}

.modal-dialog {
    max-width: var(--sk-bs-modal-width);
}

@media (max-width: 1399.98px) {
    h1.title {
        font-size: 3rem;
    }

    h4.title {
        font-size: 1.1rem;
    }

    h6.title {
        font-size: 0.9rem;
    }

    p {
        font-size: 0.8rem;
    }

    .banner .content {
        padding-top: 180px;
    }

    .about1 {
        padding-top: 0px;
    }

    .about1 .about1-cont p {
        font-size: 1rem;
    }

    .values .values-cont:hover,
    .values .values-cont {
        margin-top: 0px !important;
        top: 0 !important;
        margin-bottom: 2rem;
    }

    .our-facilities .carousel-gallery .gal .gal-cont {
        height: 350px;
    }

    .our-facilities .carousel-gallery .gal .st-1 {
        width: 250px;
    }

    .our-facilities .carousel-gallery .gal .st-2 {
        width: 200px;
    }

    .our-facilities .carousel-gallery .gal .st-3 {
        width: 350px;
    }

    footer .contact-item i {
        font-size: 2.5rem;
    }

    footer .socials li {
        width: 45px;
    }

    footer .socials li a {
        font-size: 1.7rem;
    }

    footer .contact-item h6.title {
        line-height: 1.6rem;
    }

    footer .logo svg,
    footer .logo img {
        height: 60px;
        width: auto;
    }

    footer hr {
        margin: 2.5em 0;
    }

}

@media (max-width: 1199.98px) {

    header.primary .navbar-brand svg,
    header.primary .navbar-brand img {
        height: 55px !important;
    }

    header.primary .navbar-expand-lg .navbar-nav .nav-item {
        padding-right: 0.7rem;
        padding-left: 0.7rem;
    }

    header.primary .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 0.8rem;
    }


}

@media (max-width: 991.98px) {
    /*.section6-item {
        border-radius: 0 !important;
    }
    .section6-grid {
      grid-gap: 0em !important;
    }*/

    .banner .content {
        padding-top: 150px;
        padding-bottom: 200px;
    }

    .about1 .about1-cont {
        padding: 0px;
    }

    .about1 .img-cont {
        order: 2;
        text-align: center;
    }

    .about1 .img-cont .img-main-holder {
        width: 60%;
        margin: 2em auto 0;
    }

    .our-approach .main-cont .circle {
        width: 25em;
        height: 25em;
        margin-left: -12.5em;
    }

    .our-approach .main-cont .img-holder {
        width: 50%;
        margin-left: 27%;
    }

    .our-approach .main-cont ul li {
        font-size: 0.7rem;
    }

    .our-approach .main-cont .col-left ul li:nth-child(1),
    .our-approach .main-cont .col-left ul li:nth-child(4) {
        margin-left: -50px;
        margin-right: -20px;
    }

    .our-approach .main-cont .col-left ul li:nth-child(2),
    .our-approach .main-cont .col-left ul li:nth-child(3) {
        margin-left: -70px;
    }

    .our-approach .main-cont .col-right ul li:nth-child(1),
    .our-approach .main-cont .col-right ul li:nth-child(4) {
        margin-right: -50px;
        margin-left: -20px;
    }

    .our-approach .main-cont .col-right ul li:nth-child(2),
    .our-approach .main-cont .col-right ul li:nth-child(3) {
        margin-right: -70px;
        margin-left: auto;
    }

    .values {
        padding-top: 0px;
    }

    footer .contact-item h6.title {
        font-size: 0.8rem;
    }

    footer .socials {
        margin: 2em 0;
    }
}

@media (max-width: 767.98px) {
    .our-services {
        padding-top: 5em;
    }

    .our-services .container.main-cont {
        max-width: 100%;
    }

    /*.our-services .service-item{
        display: flex;
    }
    
    .our-services .service-item .img-holder{
        flex: 0 0 auto;
        width: 50%;
        margin: 0;
    }*/

    .our-approach{
        padding-top: 0px;
    }
    
    .values .values-cont {
        text-align: center;
    }

    .values .values-cont .title br {
        display: none;
    }

    .our-approach .main-cont .circle {
        width: 20em;
        height: 20em;
        margin-left: -10em;
    }

    .our-approach .main-cont .col-left ul li:nth-child(1),
    .our-approach .main-cont .col-left ul li:nth-child(4) {
        margin-left: -100px;
        margin-right: -20px;
    }

    .our-approach .main-cont .col-left ul li:nth-child(2),
    .our-approach .main-cont .col-left ul li:nth-child(3) {
        margin-left: -120px;
    }

    .our-approach .main-cont .col-right ul li:nth-child(1),
    .our-approach .main-cont .col-right ul li:nth-child(4) {
        margin-right: -70px;
        margin-left: -60px;
    }

    .our-approach .main-cont .col-right ul li:nth-child(2),
    .our-approach .main-cont .col-right ul li:nth-child(3) {
        margin-right: -50px;
        margin-left: -40px;
    }

    .our-approach .main-cont ul li {
        margin-top: 1rem;
    }
}

@media (max-width: 575.98px) {
    .about1 .about1-cont .btn{
        display: block;
    }
    
    .about1 .img-cont .img-main-holder{
        width: 80%;
    }
    
    .our-approach .main-cont .img-holder,
    .our-approach .main-cont .circle {
        display: none;
    }

    .our-approach .main-cont .col-left {
        margin-top: 1em !important;
    }
    
    .our-approach .main-cont .col-right {
        margin-top: 0px !important;
    }

    .our-approach .main-cont .col-right ul,
    .our-approach .main-cont .col-left ul {
        padding-left: 0px;
        float: left;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .our-approach .main-cont ul li {
        width: 100%;
        max-width: 100%;
        font-size: 1rem;
        float: left;
        padding-right: 0;
        padding-right: 0px;
    }

    .our-approach .main-cont .col-right ul li {
        padding-left: 0px;
    }

    .our-approach .main-cont .col-right ul li:nth-child(1),
    .our-approach .main-cont .col-left ul li:nth-child(1),
    .our-approach .main-cont .col-right ul li:nth-child(2),
    .our-approach .main-cont .col-left ul li:nth-child(2),
    .our-approach .main-cont .col-right ul li:nth-child(3),
    .our-approach .main-cont .col-left ul li:nth-child(3),
    .our-approach .main-cont .col-right ul li:nth-child(4),
    .our-approach .main-cont .col-left ul li:nth-child(4) {
        margin-left: 0px;
        margin-right: 0px;
    }

    .our-approach .main-cont .col-right ul li .numb {
        float: left;
        border-top-left-radius: 1em;
        border-bottom-left-radius: 1em;
        border-top-right-radius: 100%;
        border-bottom-right-radius: 100%;
        margin-left: 0px;
        margin-right: 0.5rem;
    }
    
    footer .contact-item{
        width: 50%;
    }
    
    header.primary .side-nav-show{
        width:80%;
    }

}


@media (max-width: 480.98px) {
    .banner .content .btn{
        display: block;
        margin-bottom: 12px;
    }
    
    footer .contact-item{
        width: 100%;
    }
}
