


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,800,900&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Poppins';
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 35px;

}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {

    font-weight: 500;
    font-size: 15px;
    line-height: 50px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}
.form-control {
    border-color: black !important;
    height: 28px;
}
.form-control:focus {
    border-color: blue !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

#vidbutton {

    position: absolute;
    top: 40%;
    left: 45%;
    z-index: auto;
    background-color: orangered;
    border: none;
    color: white;
    padding: 20px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 35px;
    margin: 4px 2px;
    cursor: pointer;


}
.vidcon{
    position: absolute; top: 15%;left: 15%;right: 15%;font-size: 200%;
    font-weight:  bold;text-align: center;color: white;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/*-- header area --*/


/*-- navigation--*/

.navigation.navbar {
    float: right;
    padding-top: 32px !important;
    padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
    padding: 0px 27px;
    color: #55236d;
    font-size: 17px;
    line-height: 20px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
    color: red;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-expand-md .navbar-nav {
    padding-right: 10px;
}

.header {
    width: 100%;
    padding: 15px 30px 0px 30px;
    position: absolute;
    z-index: 999;
}


/** banner section **/

.banner_main::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -21px;
    height: 500px;
    background: url(../image/images/banner_bottom_cross.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
video {
    width: 100%;
    height: auto;
    margin: 0;
}
.banner_main {
    position: relative;
    background-repeat: no-repeat;
    min-height: 914px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.banner_pr {
    position: relative;
    top: 20%;
    background-repeat: no-repeat;
    height: 314px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.text-bg {
    text-align: left;
    margin-right: -93px;
}

.clientcard{
  

}
.clientLocation{
    height: 60px;
    background: lightgoldenrodyellow;
 
}

.text-bg h1 {
    color: #fff;
    font-size: 72px;
    line-height: 78px;
    font-weight: bold;
}

.text-bg h1 span {
    color: #55236d;
}

.text-bg p {
    font-size: 17px;
    color: #fff;
    line-height: 5px;
    font-weight: 500;

    display: block;
}

.banner_img figure {
    margin: 0;
}

.banner_Carousel {
    margin: 200px -100px 0px -130px;
    z-index: 9999;
}
.MultiCarousel {  overflow: hidden; padding: 15px; width: 100%; position:relative; }
.MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
.MultiCarousel .MultiCarousel-inner .item { float: left;}
.MultiCarousel .MultiCarousel-inner .item img { text-align: center; padding:10px; margin:10px; }
.MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
.MultiCarousel .leftLst { position: absolute;left:0; }
.MultiCarousel .rightLst {right:0; }

.MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
.banner_Carousel .carousel-caption {
    position: inherit;
    padding: 0;
}

.banner_Carousel .carousel-indicators {
    bottom: -50px;
}

.banner_Carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #ffff00;
}

.banner_Carousel .carousel-indicators li.active {
    background: lightgrey;
}


/** end banner section **/

.titlepage {
    text-align: center;
    padding-bottom: 2px;
}

.titlepage h2 {
    font-size: 25px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1;


}

.border-c-bottom.st-2:before{
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    background: #6639ff;
    left: 49%;


}
.border-c-bottm.st-2:before{
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    background: #1b9dec;
    left: 83%;


}
.border-c-bottom.st-2:before{
    background: #1b9dec;
}

.d_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.read_more {
    font-size: 17px;
    background-color: #ffa30f;
    color: #fff;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 120px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    transition: ease-in all 0.5s;

    position: relative;
    font-weight: 300;

}

.read_more:hover {
    background: #4b1868;
    color: #fff;
    transition: ease-in all 0.5s;
}


/** about section **/

.about {


}

.about .titlepage {
    padding-bottom: 0;
    padding-top: 0;
    text-align: right;
    margin-left: -50px;

}

.about .titlepage h2 {
    color: #000;
}

.about .titlepage p {
    color: #5a5959;
    font-size: 17px;
    line-height: 32px;
    font-weight: 300;

}

.about_img {
    margin-left: -50px;
}

.about_img figure {
    margin: 0;
}

.about_img figure img {
    width: 90%;
}


/** end about section **/


/** Our Juices  section **/

.juices {
   background: rgba(211, 211, 211, 0.31);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 90px 0 0px 0;
    position: relative;
    overflow:hidden;
}

.juices .titlepage {
    text-align: center;
}

.juices .titlepage h2 {
    color: #000000;


    text-align: center;
    padding-top: 3px;

}
.juices .titlepage p {
    color: #5a5959;
    display: block;
    font-size: 17px;
    padding-top: 20px;
    line-height: 32px;
}

.our_img {
    box-shadow: 8px 0px 29px rgba(22, 22, 23, 0.17);
    text-align: center;
    background: #fff;
    border-radius: 30px;
    padding: 20px 0;
}

.our_img figure {
    margin: 0;
}

.our_text {
    text-align: center;
    padding: 5px 0;
    font-family: "Lato";
}

.our_text h4 {
    font-size: 15px;
}

.our_text h3 {
    font-size: 29px;
    line-height: 34px;
    color: #000000;
}

.our_text p {
    font-size: 16px;
    line-height: 28px;
    color: #5a5959;
    font-family: 'Poppins';
    padding: 20px 0;
}

.yellow {
    color: #ffa50e;
}

.margin_top {
    margin-top: -272px;
}


/** end Our Juices  section **/


/** testimonial section **/

.testimonial {
    padding: 60px 0px 50px 0px;
    /* background: #fff; */
}

.testimonial .titlepage {
    padding-bottom: 0;
}

.testimonial .titlepage p {
    color: #5a5959;
    line-height: 28px;
    font-weight: 300;
    font-size: 17px;
    padding-top: 20px;
}

.testimonial_Carousel .carousel-caption {
    position: inherit;
    padding: 0;
    padding-top: 65px;
}

.testimonial_box {
    text-align: center;
}

.testimonial_Carousel .test_box h4 {
    font-size: 30px;
    color: #1d1c1c;
    line-height: 18px;
    display: block;
    text-align: center;
    border-bottom: #4a1667 solid 1px;
    width: 161px;
    margin: 0 auto;
    font-weight: 600;
    padding: 23px 0px 12px 0px;
}

.testimonial_Carousel .test_box i {
    text-align: center;
}

.testimonial_Carousel .test_box p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300 !important;
    color: #5a5959;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 15px
}

.testimonial_Carousel .carousel-indicators {
    bottom: -50px;
}

.testimonial_Carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #4a1667;
}

.testimonial_Carousel .carousel-indicators li.active {
    background: #e5a124;
}

.carousel-control-next,
.carousel-control-prev {
    display: none;
}

#myCarousel .carousel-control-next-icon,
#myCarousel .carousel-control-prev-icon {
    display: none;
}


/** end testimonial section **/


/** footer **/
footer{
    overflow:hidden;
}


.footer {

    position: relative;
    background: #440e62;
    text-align: center;

}

.footer .titlepage {
    padding-bottom: 0px;
}

.footer .titlepage h2 {
    color: #fff;
}

.main_form {
    padding: 50px 0px 50px 0px;
}
.contactus {
    border: inherit;
    padding: 0px 10px;
    margin-bottom: 20px;
    width: 100%;
    height: 25px;
    background: transparent;
    color: black;
    font-size: 18px;
    font-weight: normal;
    border-bottom: black solid 1px;
}

.main_form .contactus1 {
    border: inherit;
    padding: 0px 10px;
    margin-bottom: 20px;
    padding-top: 21px;
    width: 100%;
    height: 80px;
    background: transparent;
    color: black;
    font-size: 18px;
    font-weight: normal;
    border-bottom: black solid 1px;
}

.main_form .send_btn {
    font-size: 20px;
    transition: ease-in all 0.5s;
    background-color: #ee3112;
    color: black;
    padding: 9px 0px;
    max-width: 190px;
    font-weight: 500;
    width: 100%;
    display: block;
    margin-top: 10px;
    float: left;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
}

.main_form .send_btn:hover {
    background-color: #e5a124;
    transition: ease-in all 0.5s;
    color: #000;
}

#request *::placeholder {
    color: rgba(33, 33, 33, 0.56);
    opacity: 1;
    font-size: 12px;
}

ul.social_icon {
    position: absolute;
    top: 332px;
    margin-left: 27%;
}


ul.social_icon h3 {
    color: #fff;
    font-size: 17px;
}

ul.social_icon li {
    display: inline-block;
}

ul.social_icon li a {
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 30px;
    margin: 0 3px;
    color: #440e62;
}

ul.social_icon li a:hover {
    background-color: #f4cb1e;
    color: #fff;
}

.bottom_form h3 {
    font-weight: 600;
    font-size: 22px;
    text-align: left;
    color: #fff;
    padding-bottom: 15px;
}

ul.location_icon {

    margin-top: -93px;
}

ul.location_icon li {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    padding-bottom: 25px;
    padding-right: 25px;
}

ul.location_icon li a {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    padding-right: 15px;
}

ul.location_icon li a:hover {
    color: #e5a124;
}

.footer h3 {
    font-weight: 600;
    text-align: left;
    padding-top: 5px;
    padding-right: 30px;
}

.copyright {

    padding-top: 12px;
    background-color: #f4cb1e;
}

.copyright p {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #212121;
}


/** end footer **/

.inner_page .header {
    background-color: #e7a601;
    padding-bottom: 15px !important;
    position: inherit;
}

.inner_page .about {
    padding: 90px 0 0px 0;
}



li:before {
    content: "\00BB";
    visibility: hidden;
    border: 2px white;
    position: absolute;
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.3s ease-out 0s;
}
.inner_page .testimonial {
    padding: 60px 0px 50px 0px;
    background: none;
}

.inner_page .footer::before {
    position: inherit;
}

.inner_page .footer::after {
    position: inherit;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
  
    top: 0;
    /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-dialog{
    position: relative;
    width:auto
}
/* Modal Content */
.modal-content {
    background-color: rgba(0,0,0,0) !important; 
    
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
/*     
    left: 25%; */
    margin-top: 50%;
    width: 150%;
    border: 0;
}



/* The Close Button */
.close {
    color: black;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.googlemap {
    position: relative;
    padding-bottom: 75%; /* 4:3 ratio*/

    overflow: hidden;
    width: 100% !important;
    height: 100% !important;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
* {box-sizing: border-box;}
body {font-family: 'Poppins';}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {font-size: 11px}
}
.concontainer {
    position: relative;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 500px;
    padding-right: 10px;
    border-radius: 15px;
    border: none;
    box-shadow: 0 0 5px rgb(180, 51, 73);
    /* background-color: gray; */
}

form {
    display: flex;
    flex-direction: column;

    width: 90%;
}

input {
    width: 100%;

    font-size: 17px;
    padding-left: 15px;
    outline: none;

    border: none;
    background: rgba(33, 33, 33, 0.1);
    box-shadow: 20px 10px 30px rgb(16 0 71 / 7%);
}

textarea {
    width: 100%;
    margin: 5px 0;
    font-size: 17px;

    outline: none;

    border: none;

    background: rgba(33, 33, 33, 0.1);
    box-shadow: 20px 10px 30px rgb(16 0 71 / 7%);
}
button[type=submit]{
    margin: 10px auto;
    width: 120px;
    background: rgb(216, 31, 62);
    color: white;
    cursor: pointer;
}
button[type=button]{
    margin: 10px auto;
    width: 120px;
    background: #1b9dec;
    color: white;
    cursor: pointer;
}
button[type=submit]:hover{
    background: tomato;
}
@media screen and (max-width:600px) {
    .concontainer{
        width: 90%;
    }
}
/* The chkcontainer */
.chkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.chkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 80%;
    height: 25px;
    width: 25px;
    background-color: #ccc;
    border-color: black;
}

/* On mouse-over, add a grey background color */
.chkcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkcontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
img:hover {
    box-shadow: 20px 10px 30px rgb(16 0 71 / 7%);
}
.banner_img img:hover{
    box-shadow: 0 0 11px rgb(0, 0, 0,0);
}
.foot img:hover{
    box-shadow: 0 0 11px rgb(0, 0, 0,0);
}

.logo img:hover{
    box-shadow: 0 0 11px rgb(0, 0, 0,0);
}
.footer img:hover{
    box-shadow: 0 0 11px rgb(0, 0, 0,0);
}
.about_img img:hover{
    box-shadow: 0 0 11px rgb(0, 0, 0,0);
}
a.accelerated {
    border-radius: 4px;
    border: none;
    color: black;
    text-align: left;
    font-size: 20px;

    transition: all 0.5s;
    cursor: pointer;

}

a.accelerated{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

a.accelerated:after {
    content: '»';
    position: absolute;
    color: yellow;
    opacity: 0;
    top: 3px;
    right: -20px;
    transition: 0.5s;
}

a.accelerated:hover{
    padding-right: 24px;
}

a.accelerated:hover:after {
    opacity: 1;
    right: 10px;
}
.contact-info-left{


}
.contact-info-left h2{
    font-size: 22px;
    font-weight: 700;
}
.contact-info-left p{
    margin-bottom: 15px;
}
.contact-info-left ul li{
    margin-bottom: 12px;
}
.contact-info-left ul li p{
    font-size: 16px;
    color: #222222;
    font-weight: 300;
    padding-right: 16px;
    padding-left: 70px;
    padding-top: 10px;
    line-height: 24px;
    position: relative;
}
.contact-info-left ul li p i{
    position: absolute;
    left: 0;
    top: 5px;
    padding: 20px;
    background: lightgoldenrodyellow;
    color: dodgerblue;
}
.contact-info-left ul li p a:hover{
    color: #d33b33;
}
.footlink li{
    margin-left: 15px;
}
label{
    text-align: left;
    margin:  0;
}
#pop .modal-content{
    position: absolute;
    left: -9%;
    margin-top: 15%;

}
.whatt{
    position: fixed;
    z-index: 999999;
    bottom: 5px;
    right: 0px;
}
.whatt a{
    display: table;
    font-family: sans-serif;
    text-decoration: none;
    margin: 1em auto;
    color: #fff;font-size: 14px;
    padding: 5em 2em 3em 8.5em;
    border-radius: 2em;font-weight: bold;background: #25d36600 url(../image/images/wp.png) no-repeat 1.5em center;background-size: 6.6em;
}

.product-img{
    width:500px;
    height:500px;
    object-fit: cover;
}