
body {
font-family: 'Montserrat', sans-serif;
}
p {

}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.carousel-item {
  height: auto;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.carousel-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}

.carousel-caption p {
  width: 75%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}



/*Menu CSS*/
@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 50px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}








.about-area {
    padding-top: 100px;
    padding-bottom: 120px;

  background: url(../images/col-bg.jpg);
}
.about-area .section-title {
    text-align: left;
    margin-bottom: 30px;
}
.section-title .sub-title {
    display: inline-block;
    color: #fa5f0b;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 8px;
}
.section-title h2 {
    font-weight: 600;
    font-size: 38px;
    color: #282828;
    text-transform: capitalize;
}
.about-area .about-content p {
    color: #282828;
    font-weight: 500;
    margin-bottom: 18px;
}
.about-area .about-content ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}
.about-area .about-content ul li {
    list-style-type: none;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
}
.about-area .about-content ul li i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    color: #fa5f0b;
    background-color: #f2f4fd;
    margin-right: 8px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.about-area .about-content img {
    display: inline-block;
    margin-right: 25px;
    border-right: 3px solid #fa5f0b;
    padding-right: 25px;
}
.about-area .about-content img:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
.about-area .about-img-wrap {
    position: relative;
}
.about-area .about-img-wrap .about-img-slider .about-img-item img {
    width: unset !important;
    max-width: 450px;
}
.about-area .about-img-wrap .about-shape img:nth-child(1) {
    top: -25px;
    left: 0;
}
.about-area .about-img-wrap .about-shape img {
    position: absolute;
}
.about-area .about-img-wrap .about-shape img:nth-child(2) {
    bottom: -55px;
    right: 0;
    z-index: 1;
}
.about-area .about-img-wrap .about-shape img:nth-child(3) {
    top: -65px;
    right: 25px;
}
@media only screen and (max-width: 1500px) and (min-width: 1200px) {
  .about-area .about-img-wrap .about-shape img:nth-child(4) {
      display: none;
  }
}
.about-area .about-img-wrap .about-shape img:nth-child(4) {
    top: 255px;
    right: -50px;
}
.about-area .about-img-wrap .about-year {
    z-index: 1;
    background-color: #ffffffd9;
    border-left: 5px solid #02111e;
    display: inline-block;
    padding: 35px 60px;
    position: absolute;
    left: 0;
    bottom: -36px;
}
.about-area .about-img-wrap .about-year h2 {
    font-size: 58px;
    color: #02111e;
    font-weight: 700;
    margin-bottom: 0;
}
.about-area .about-img-wrap .about-year h2 span {
    font-size: 38px;
}


nav {
  /*background: linear-gradient(0deg, rgb(255 255 255 / 0%) 0%, rgba(0,0,0,3) 100%);*/
  /*background: rgba(0,0,0,0.6);*/
      /*border-bottom: 1px solid #d8d8d8;*/
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}


.home-banner .carousel, .home-banner .carousel-inner {
    height: 100vh;
}
.home-banner .carousel-item img {
    height: 100vh;

}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 15px;
   /* border-right: 1px dashed #ff6019;
    border-left: 1px dashed #dc4400;*/
}
.navbar-nav {
    /*background: #ff4f00;
    background-image:
    linear-gradient(
      to top right, 
      red, #f06d06
    );
    border-radius: 50px;*/
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
     color: #000; 
}

.navbar-nav li:first-child a, .navbar-nav li:last-child a {
  border: 0px !important;
}
.about-btn {
      background: #ff4f00;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
}

.col-bg {
  padding: 60px 0;
  /*background: url(../images/col-bg1.jpg);
    background-size: cover;*/
}
.m-bot-col {
  margin-bottom: 12px;
}
.col-box {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    border: 5px solid #fff;
    box-shadow: 0px 0px 6px #8c8c8c;
}
.ds-sec h2 img, .col-bg h2 img {
      display: block;
    margin: 5px auto 20px auto;
}
.col-bg h2, .ds-sec h2 {
      text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.col-box h4 {
position: absolute;
    top: -50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    left: 10%;
    width: 80%;
    transform: translateY(-50%);
    line-height: 26px;
    font-weight: 600;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    opacity: 0;
  }
  .col-box img {
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
  }
  .col-box:hover img {
      filter: brightness(.50);
      -webkit-filter: brightness(.50);
      -moz-filter: brightness(.50);
      -o-filter: brightness(.50);
      -ms-filter: brightness(.50);
      transform: rotate(20deg) scale(1.6);
      -moz-transform: rotate(20deg) scale(1.6);
      -o-transform: rotate(20deg) scale(1.6);
      -ms-transform: rotate(20deg) scale(1.6);
      -webkit-transform: rotate(20deg) scale(1.6);
  }
  .col-box:hover h4 {
    top: 50%;
    opacity: 1;
  }

  .ds-sec {
    padding: 60px 0;
    background: url(../images/ds-bg.jpg);
    background-size: cover;
  }
  .ds-sec p {
        text-align: center;
    font-size: 16px;
    line-height: 27px;
    color: #2d2d2d;
  }


  footer {
        padding: 10px 0;
    /*background-image: linear-gradient( to top right, red, #f06d06 );*/
    color: #fff;
    font-weight: 400;
  }
  footer p {
    margin-bottom: 5px;
  }
   footer i {
    color: #333;
  }



.company-sec {
    padding: 50px 0 20px 0;
}
  .comp-box {
padding: 15px;
   /* border: 1px solid #f5f5f5;
    margin-bottom: 30px;
    box-shadow: 0px 0px 3px #8e8e8e;
        background: #fff;*/
  }
  .comp-box img {
        width: 130px;
    padding-right: 20px;
    margin-right: 20px;
  }
  .comp-box p {
        font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }
   .comp-cont {
    position: relative;
    min-height: 204px;
    display: flex;
    flex-direction: column;
    justify-content: center;
   }
   .comp-cont:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
   /* border-left: 1px dashed #ccc;*/
   }
   .comp-cont h4 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    color: #fe4f00;
    line-height: 26px;
   }
.all-head {
      text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.all-head img {
      display: block;
    margin: 5px auto 20px auto;
}


#Iframe-Master-CC-and-Rs {
  max-width: 100%;
  max-height: 100%; 
  overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
  position: relative;
  height: 0;    /* gets height from padding-bottom */
  
  /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
  
}
 
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  margin: 0;
  padding: 0;
  border: none;
}

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-border {
  border: 5px inset #4f4f4f;
}
.set-box-shadow { 
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
.set-padding {
  padding: 10px;
}
.set-margin {
  margin: 30px;
}
.center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}
.all-head p {

    font-size: 14px;
    text-transform:none;
    color: #000;
    font-weight: 500;
    line-height: 22px;

}

.colection-img {
      margin-bottom: 30px;
    display: flex;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #cecece;
}
.colection-img img {
      height: 300px;
    width: 100%;
    object-fit: cover;
}




.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(254 79 0);
  padding: 6px 10px;
  border-radius: 5px;
        color: #fff;  
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before, .direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255,80,80);
    z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(254 79 0);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0 0 0;
  
  font-size: 0.77777em;
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0;
}

.inner-banner {
      height: 350px;
}
.inner-banner .carousel img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}

/* ================ Timeline Media Queries ================ */

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

.timeline {
  width: 100%;
  padding: 4em 0 1em 0;
}

.timeline li {
  padding: 2em 0;
}

.direction-l,
.direction-r {
  float: none;
  width: 100%;

  text-align: center;
}

.flag-wrapper {
  text-align: center;
}

.flag {
  background: rgb(255,255,255);
  z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
  left: 49%;
  content: ' ';
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -9px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  height: 0;
  width: 0;
  margin-left: -8px;
  border: solid transparent;
  border-bottom-color: rgb(255,255,255);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: block;
  position: relative;
  margin: 4px 0 0 0;
  z-index: 14;
}

.direction-l .time-wrapper {
  float: none;
}

.direction-r .time-wrapper {
  float: none;
}

.desc {
  position: relative;
  margin: 1em 0 0 0;
  padding: 1em;
  background: rgb(245,245,245);
  -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
  box-shadow: 0 0 1px rgba(0,0,0,0.20);
  
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
  position: relative;
  margin: 1em 1em 0 1em;
  padding: 1em;
  
  z-index: 15;
}

}

@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
  margin: 1em 4em 0 4em;
}

}

.desc li {
     display: inline-block;
    margin: 8px 10px 8px 5px;
    padding: 0 0 0 25px;
    position: relative;
}
.desc li:before {
    content: '\f041';
    position: absolute;
    top: -2px;
    left: 0;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 13px;
    height: 20px;
    width: 20px;
    background: #34d400;
    text-align: center;
    line-height: 20px;
    border-radius: 50px;
}


.cont-box ul li {
    margin-bottom: 10px;
    line-height: 24px;
    padding-left: 120px;
    position: relative;
}

.cont-box ul li span {
    font-weight: 600;
    margin-right: 15px;
    color: #fe4f00;
    position: absolute;
    left: 0;
}
.cont-box {
  /*  background: #fff;*/
    padding: 15px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
}
.inq-form {
  margin-top: 30px;
}
.inq-form input {
    width: 100%;
    height: 40px;
    border: 1px solid #ffffff;
    margin-bottom: 15px;
    font-size: 13px;
    padding-left: 10px;
    box-shadow: 0 0 10px #ababab;
}
.inq-form textarea {
 width: 100%;
 height: 100px;
 
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    font-size: 13px;
    padding-left: 10px;
}
.inq-form button {
    background: #fe4f00;
    border: 0;
    height: 40px;
    color: #fff;
    width: 200px;
}
.per-cont li img {
    width: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.per-cont li {
      margin: 20px 0;
    padding-left: 40px;
    position: relative;
    width: 100%;
}
.persion-cont {
    /*background: #fff;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 10px;
}
.persion-cont img{
 /* border: 5px solid #fff;
    box-shadow: 0 0 4px #ccc;*/
}
.persion-cont p span {
  margin-top: 10px;
      display: block;
    font-weight: 600;
    font-size: 12px;
}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.navbar-toggler {
      background: #fe4f00;
    height: 56px;
    border-radius: 50px;
}

.global-row {
      display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.global-row h4 {
    line-height: 20px;
	font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.global-row h4 a {
  font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.global-row ul li a {
  color: #000;
    text-decoration: none;
    font-weight: 500;
}
.global-row ul li {
  color: #000;
    text-decoration: none;
    font-weight: 500;
}
@media only screen and (max-width: 1920px) and (min-width: 1200px) {
    

}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
    

}
@media only screen and (max-width:991px) and (min-width: 768px) {
   

}
@media only screen and (max-width: 767px) and (min-width: 320px) {
    .carousel, .carousel-inner, .carousel-item img {
    height: 70vh;
}
.navbar-brand img {
  width: 200px !important;
}
.about-img-wrap {
  margin-top: 30px;

}
.about-img-wrap img {
  width: 100%;
}
.about-shape img {
  display: none;
}

.about-img-slider {
}
.global-row {
    justify-content: center;
    padding-left: 0 10px;
}
.global-row .cols {
    margin: 0 10px;
}
}
section {
  position: relative;
}
.hi-s:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url(../images/banner/banner_embrodery.jpg);
  opacity: 0.2;
  background-attachment: fixed;
}
.fev-sec {
  /*background-image: linear-gradient(to bottom, rgb(0 0 0 / 35%), rgb(255 255 255 / 89%)), url(../images/feathers/9.jpg);*/
  
  background-image: url(../images/banner/feather.jpg);
  background-size: cover;
    background-attachment: fixed;
}
.glob-sec {
  /*  background-image: linear-gradient(to bottom, rgb(0 0 0 / 35%), rgb(255 255 255 / 89%)), url(../images/banner/globalpresence.jpg);*/
	background-image: url(../images/banner/globalpresence.jpg);
  background-size: cover;
    background-attachment: fixed;
}
.d-sec {
   
  /* background-image: linear-gradient(to bottom, rgb(0 0 0 / 35%), rgb(255 255 255 / 89%)), url(../images/banner/collecion-accessories.jpg);*/
    background-image: url(../images/banner/banner_accessories.jpg);
  background-size: cover;
    background-attachment: fixed;
}
.infr-sec {
  /*background-image: linear-gradient(to bottom, rgb(0 0 0 / 35%), rgb(255 255 255 / 89%)), url(../images/banner/inftastructure.jpeg);*/
  background-image: url(../images/banner/inftastructure.jpg);
  background-size: cover;
    background-attachment: fixed;
}
.cre-sec {
 /* background-image: linear-gradient(to bottom, rgb(0 0 0 / 35%), rgb(255 255 255 / 89%)), url(../images/banner/credentials.jpg);*/
  background-image: url(../images/banner/credentials.jpg);
  background-size: cover;
    background-attachment: fixed;
}
.com-sec {
  /*background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%), rgb(255 255 255 / 89%)), url(../images/banner/company.jpg);*/
  background-image: url(../images/banner/company1.jpg);
  background-size: cover;
    background-attachment: fixed;
}
.cont-sec {
  /*background-image: linear-gradient(to bottom, rgb(0 0 0 / 35%), rgb(255 255 255 / 89%)), url(../images/banner/contact.jpg);*/
  background-image: url(../images/banner/contact.jpg);
  background-size: cover;
    background-attachment: fixed;
}

.hif-sec {
   /* background-image: linear-gradient(to bottom, rgb(0 0 0 / 35%), rgb(255 255 255 / 89%)), url(../images/banner/embrodery.jpg);*/
  background-image: url(../images/banner/embrodery.jpg);
  background-size: cover;
    background-attachment: fixed;
}
.ass-sec {
  /*  background-image: linear-gradient(to bottom, rgb(0 0 0 / 35%), rgb(255 255 255 / 89%)), url(../images/banner/accessories.jpg);*/
	background-image: url(../images/banner/banner_accessories.jpg);
  background-size: cover;
    background-attachment: fixed;
}
.wov-sec {
    /*background-image: linear-gradient(to bottom, rgb(0 0 0 / 35%), rgb(255 255 255 / 89%)), url(../images/banner/INDIAN-DUPION-SILK.jpg);*/
	background-image: url(../images/banner/INDIAN-DUPION-SILK.jpg);
  background-size: cover;
    background-attachment: fixed;
}
.lin-sec {
   /* background-image: linear-gradient(to bottom, rgb(0 0 0 / 35%), rgb(255 255 255 / 89%)), url(../images/banner/linen.jpg);*/
	background-image: url(../images/banner/linen.jpg);
  background-size: cover;
    background-attachment: fixed;
}
.dropdown-menu {
  margin: 0;
}