@font-face {
    font-family: 'PT-Serif-Regular';
    src: url('../fonts/PTSerif-Regular.woff2') format('woff2'),
        url('../fonts/PTSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT-Serif-BoldItalic';
    src: url('../fonts/PTSerif-BoldItalic.woff2') format('woff2'),
        url('../fonts/PTSerif-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT-Serif-Italic';
    src: url('../fonts/PTSerif-Italic.woff2') format('woff2'),
        url('../fonts/PTSerif-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT-Serif-Bold';
    src: url('../fonts/PTSerif-Bold.woff2') format('woff2'),
        url('../fonts/PTSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0;
}

body {
    font-family: 'PT-Serif-Regular';
    font-size: 18px;
    background: url("../images/pattent-bg.jpg");
}

ul {
    padding: 0;
}



/*headermenu*/
.navbarbrandcust {
    max-width: 330px;
}

.headermenusection {
    box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 5%) 0px 8px 32px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    padding: 8px 0;

}

.sticky-top {
    top: -150px;
    transition: .5s;
}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #000;
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 0;
    color: #c2a03d;
    outline: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.dropdown-item {
    color: #c2a03d;
    text-transform: uppercase;
    padding:5px 15px;
    background: #fff;
}
.dropdown-menu {
    padding: 0;
}

.dropdown-item:focus, .dropdown-item:hover{
    background: #c2a03d;
    color: #fff;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        padding: 0 15px;
        background: var(--primary);
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*end headermenu*/


/*bannersection*/
.bannersection{
    
}
.banner.templebanner {
    background: url("https://placehold.jp/1920x250.png");
    background-size: cover;
    background-position: center;
}

.banner {
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.breadcrume-head {
    font-size: 38px;
}
/*end bannersection*/


/*exploresection*/
.expore-desc {
    text-align: center;
}

.expore-desc a {text-decoration: none;}

.expore-desc a > h3 {
    font-size: 20px;
    letter-spacing: 1px;
    margin:25px 0 30px;
    color: #c2a03d;
    text-transform: uppercase;
    transition: all .5s ease-out;
    font-weight: bold;
}
.expore-desc:hover a > h3{
    margin-top: 10px;
}
.expore-desc a > h5 {
    /*font-size: 22px;
    margin:30px 0 30px;
    color: #000;
    text-transform: uppercase;*/
    margin:30px 0 0px;
    transition: all .5s ease-out;
    color: #c2a03d;
    font-size: 18px;
}
.expore-desc:hover a > h5{
    margin-top: 10px;
}
/*end exploresection*/



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 52rem;
}



/*heroslidersection*/
.heroslider-owl-carousel > .owl-nav {
    margin: 0;
}

.heroslider-owl-carousel > .owl-nav > button.owl-prev,
.heroslider-owl-carousel > .owl-nav > button.owl-next {
    position: relative;
}

.heroslider-owl-carousel > .owl-nav > button.owl-prev::after,
.heroslider-owl-carousel > .owl-nav > button.owl-next::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    border: 10px solid rgba(255, 208, 0, 0.3);
    left: -10px;
    top: -10px;
    border-radius: 50%;
}

.heroslider-owl-carousel > .owl-nav > button.owl-prev {
    position: absolute;
    left: 50px;
    top: 50%;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 112, 114, 1);
    border-radius: 50%;
    /*    border: 5px solid rgba(255, 208, 0, 1);*/
}

.heroslider-owl-carousel > .owl-nav > button.owl-prev > span,
.heroslider-owl-carousel > .owl-nav > button.owl-next > span {
    font-size: 38px;
    line-height: 43px;
    color: #ffd000;
}

.heroslider-owl-carousel > .owl-nav > button.owl-next {
    position: absolute;
    right: 60px;
    top: 50%;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ff7072;
    border-radius: 50%;
    /*    border: 5px solid rgba(255, 208, 0, 1);*/
}

.heroslider-owl-carousel > .owl-nav > button.owl-prev:hover,
.heroslider-owl-carousel > .owl-nav > button.owl-next:hover {
    background: #000;
}

/*end heroslidersection*/


.padding {
    padding: 70px 0;
}

.row.custalignment{display: flex; align-items: center;flex-wrap: wrap;}
.row.b-alignment {    display: flex;    align-items: end;flex-wrap: wrap;}

/*aboutussection*/
.aboutussection {
/*    background: url("../images/about-us-bg.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.about-us-right h2 {
    font-size: 38px;
    margin-bottom: 20px;
}
.about-us-right p {
    color: #000;
    line-height: 30px;
}
/*end aboutussection*/


/*templesection*/
/*.templesection{
    padding: 60px 0 70px;
}*/

.templesection{
    padding: 30px 0 70px;
}

.templeslider-owl-carousel > .owl-nav{display: none;}
.motivators-details .row {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    margin-bottom: 50px;
    box-shadow: rgb(0 0 0 / 15%) -1px -1px 9px, rgb(0 0 0 / 5%) 0px 5px 10px;
    border: 2px solid #d1d1d1;
}
.motivators-name p {
    font-size: 18px;
    margin-bottom: 10px;
}
.motivator-img{
    margin-bottom: 30px;
}

.temple-heading h1 {
    font-size: 26px;
    text-align: center;
    letter-spacing: 1px;
    margin: 40px 0 0;
    color: #c2a03d;
    font-weight: bold;
}

.temple-heading {
    margin-bottom: 10px;
}
.gajasthali-table.temple-table {
    margin-bottom: 0;
    margin-top: 30px;
}
a.donation-btn {
    background: #c2a03d;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 16px;
}
/*end templesection*/


/*fivesection*/
.fivesection{
    padding:70px 0;
}
.sectiondescriptionsection{
    padding: 70px 0 110px;
}
.five-head {
    text-align: center;
    font-size: 24px;
    color: #c2a03d;
    font-weight: bold;
    margin-bottom: 30px;
}
.five-desc {
    text-align: center;
}
.five-desc a{text-decoration: none;}
.five-desc a img {
    border-radius: 50%;
    margin-bottom: 20px;
}
.five-desc a h5{
    color: #c2a03d;
    font-size: 18px;
}
.sectiondescription h3 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #c2a03d;
    font-size: 28px;
}
.subsection-desc h6 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
}
.sectiondescription p {
    margin-bottom: 5px;
}
.subsection-desc-head {
    margin-bottom: 50px;
}
.subsection-desc-head p {
    width: 70%;
    margin: 10px auto 0;
    line-height: 24px;
}
.subsection-desc-head h6 {
    font-size: 18px;
    margin: 10px 0 0;
    color: #c2a03d;
    letter-spacing: 1px;
}
.subsection-desc-head img{
    border: 5px solid rgba(194, 160, 61, 0.5)
}
.sectiondescription {
    text-align: center;
}

/*.five-desc.section-gry{
    filter: grayscale(.9);
    transition: all .3s ease;
 }
 .five-desc.section-gry:hover{
    filter: grayscale(0);
 }*/
/*end fivesection*/

/*accommodationsection*/

.section-bdr{position: relative;}
.section-bdr::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    background: url(../images/section-border.png);
    width: 1280px;
    height: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -640px;
}
.accommodation h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #c2a03d;
}
.accommodation > table {
    margin-bottom: 0;
    border-color: #c2a03d;
    text-align: center;
    --bs-table-bg: transparent;
}
.accommodation > table > thead > tr > th {
    font-size: 17px;
/*    background: #f4f4f4;*/
    letter-spacing: 1px;
    color: #c2a03d;
}
.accommodation > table > tbody > tr > td{
/*    background: #f4f4f4;*/
    letter-spacing: 1px;
    font-size: 16px;
}
h2.arihant-head {
    margin-top: 30px;
}

/*end accommodationsection*/


/*jainfoodsection*/
.chovihar-description {
    padding: 70px 0 110px;
}
.jain-food-description p {
/*    width: 90%;*/
    text-align: center;
    margin: 0 auto 50px;
/*    font-size: 22px;*/
/*    line-height: 33px;*/
}
/*end jainfoodsection*/

/*historysection*/
.history-right h2 {
    color: #c2a03d;
    font-family: 'PT-Serif-Bold';
    font-size: 32px;
    margin-bottom: 15px;
}
/*end historysection*/


/*contactussection*/
.contactus-contact {
    display: flex;
    margin-bottom: 10px;
}
.contactus-icon {
    margin-right: 20px;
    color: #c2a03d;
}
.contactus-txt a {
    color: #000;
    text-decoration: none;
}
.contactus-right h3 {
    color: #c2a03d;
    margin-bottom: 20px;
    border-bottom: 1px solid #c2a03d;
    padding-bottom: 20px;
}
/*end contactussection*/


/*gajasthalisection*/
.gajasthalisection{
    padding: 50px 0 100px;
}
.gajasthali-details {
    text-align: center;
}
.gajasthali-details h3 {
    margin-bottom: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 28px;
    color: #c2a03d;
}

.gajasthali-timetable p {
    margin-bottom: 25px;
}
.gajasthali-details.gajdes p {
    margin-bottom: 10px;
}
.gajasthali-timetable h6 {
    font-size: 18px;
    margin-bottom: 5px;
    color: #c2a03d;
    font-weight: bold;
    letter-spacing: 1px;
}
.item.gajitems {
    border: 7px solid rgba(194, 160, 61, 0.5);
}
.gajasthali-details.gajdes {
    margin: 20px 0 0;
}
.gajasthali-timetable {
/*    margin-top: 30px;*/
}


.gajasthali-head h2 {
    font-size: 34px;
    color: #c2a03d;
    letter-spacing: 1px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
}
/*end gajasthalisection*/




/*section.how-to-reachsection*/
.how-to-reachsection {
    padding: 70px 0 110px;
}
.how-to-reach-details i {
    color: #000;
    width: 40px;
    height: 40px;
    background: #c2a03d;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    border-radius: 3px;
}
.how-to-reach-details h4 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}
.how-to-reach-details h3 {
    font-size: 22px;
    margin: 10px 0;
    font-family: 'PT-Serif-Bold';
    color: #c2a03d;
}
.how-to-reach-details p {
    font-size: 18px;
    margin-bottom: 0;
}
.how-to-reach-details p span{
    font-weight: bold;
}
.how-to-reach-bg {
    /* background: #ddd; */
    text-align: center;
    padding: 5px 0 0px;
    border: 1px solid #c2a03d;
}
/*end section.how-to-reachsection*/




/*facilitiessection*/
.facilitiessection {
    padding: 30px 0 80px;
}
.facilities-desc {
    text-align: center;
    box-shadow: rgb(17 17 26 / 10%) 0px 0px 16px;
    transition: all .3s ease-out;
    margin-bottom: 30px;
    background: #fff;
    cursor: pointer;
}
.facilities-desc:hover{
    background: #c2a03d;
}

.facilities-head p {
    text-align: center;
    margin-bottom: 50px;
}
.facilities-svg-txt {
    box-shadow:rgb(17 17 26 / 5%) 0px 1px 0px, rgb(17 17 26 / 10%) 0px 8px 8px;
    width: 90px;
    margin: -30px auto 20px;
    height: 90px;
    line-height: 90px;
    border-radius: 19%;
    background: #fff;
    position: relative;
    transition: all .3s ease-out;
}

.facilities-desc:hover .facilities-svg-txt{
    border-radius: 50%;
}

.facilities-svg-txt img {
    max-width: 60px;
}
.facilities-desc h3 {
    padding: 0 0 20px;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    color: #c2a03d;
}

.facilities-desc:hover h3{
    color: #fff;
}

img.second{display: none;}

.facilities-desc:hover img.second {
    display: block;
    margin: 0px auto;
    padding-top: 17px;
}


.facilities-desc:hover img.first{
    display: none;
}
/*end facilitiessection*/


/*jain food*/
.jain-food-desc{}
.jain-food-desc h3 {
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 28px;
    color: #c2a03d;
}
.jain-food-desc p{
    margin-bottom: 10px;
}
/*end jain food*/

/*historysection*/
.historysection {
    padding: 70px 0 110px;
}
.history-desc {
    text-align: center;
}
.history-desc h3 {
     color: #c2a03d;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}
.history-desc{
    margin-top: 30px;
}
/*end historysection*/


/*fivestep*/
.flip-card {
    background-color: transparent;
    width: 196px;
    height: 196px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    color: black;
}

.flip-card-back {
    color: white;
    transform: rotateY(180deg);
}

/*end fivestep*/



/*whatsup code*/
.whtsapp-block {
    position: fixed;
    right: 2%;
    bottom: 6%;
    z-index: 550;
}
.whtsapp-lg img.img-fluid {
    width: 50px;
}
.circle {
    border-radius: 50%;
    background-color: #000;
    width: 80%;
    height: 80%;
    position: absolute;
    opacity: 0;
    animation: scaleIn 2s infinite cubic-bezier(.36, .11, .89, .32);
    right: 10%;
    bottom: 11%;
    z-index: -5;
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
/*end whatsup code*/

/*footersection*/
.footersection {
    /*    background: #70090b;*/
    background: url("../images/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}


.footer-logo-desc img {
    max-width: 300px;
    margin-bottom: 30px;
    margin-top: -125px;
    position: relative;
    z-index: 9;
}

.footer-logo-desc p {
    color: #000;
    width: 65%;
    margin: 0 auto;
    font-size: 20px;
}

.footer-logo-desc {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c2a03d;
}

.footerdetails h2 {
    font-size: 24px;
    color: #c2a03d;
    font-family: 'PT-Serif-Bold';
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: .5px;
}

.footerdetails ul {
    padding-left: 20px;
}

.footerdetails ul li {
    color: #000;
}

.footerdetails ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 27px;
}

.footer-copyright {
    background: #181818;
    padding: 10px 0;
}

.footerdetails.footerquicklink ul {
    column-count: 2;
}

.footer-contact {
    display: flex;
    margin-bottom: 10px;
}

.footer-txt a {
    color: #000;
    text-decoration: none;
}

.footer-txt {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.footer-icon {
    color: #c2a03d;
    margin-right: 20px;
}

.copyright-left,
.copyright-right {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.copyright-left b {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.copyright-right a {
    color: #fff;
    text-decoration: none;
}

/*end footersection*/

.temples-text h2 { color:#c2a03d; font-size:25px; padding:30px 0 10px 0; }
.temples-text p {padding: 0 0 10px 0; text-align: justify;}
.mr-tp {margin-top:20px;}
.bg-lft { background:#c2a03d; color:#fff; width:29%; }
.table-bordered tr td{padding:5px; margin-bottom:1px;}
.bg-rgt {background:#EBEBEB;}
table {border-color:#fff;}

.row.custalignment.how-to-reach-bg.how-to-reach-dwarka{
    position: relative;
}
/*.row.custalignment.how-to-reach-bg.how-to-reach-dwarka::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 350px;
    background: url(../images/how-to-reach-dwarka.jpg);
    background-repeat: no-repeat;
    top: 5px;
    left: 6px;
    z-index: -1;
}*/

/*mediasection */
.mediasection {
    padding: 40px 0 100px;
}

.media-head h2 {
    font-size: 34px;
    color: #c2a03d;
    letter-spacing: 1px;
    text-align: center;
    margin: 30px 0;
}
.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 30px;
    opacity: 1;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 99999;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 80%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}
nav#mainNav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
a.navigation__link {
    text-decoration: none;
    background: #ff7072;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
}
/*end mediasection */

/*bottom to top*/

button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
    height: 0px;
  width: 0px;
  overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
  color: transparent;
    clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
    bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus,{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #EA5D5F;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#fff;
      position: relative;
  top:-24px;
}

button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 35px;
    bottom: 140px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 25%);
    -webkit-box-shadow: 0px 2px 4px 1px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}
/*end bottom to top*/

