/* 
Title : PICO BROS
Author : ABHINANDAN KUMAR
github : https://github.com/abhinandan1432

*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'inter', sans-serif;
  font-family: sans-serif; */
  font-family: 'Oswald', sans-serif;
}

::selection{
  background-color: var(--primary-color);
  color: white;
}

:root {
  --primary-color: #E63239;
  --secondary-color: #FFF212;
  --secondary-color-one: #353333;
}
/* ===================================TYPOGRAPHY==================================== */

.btn {
  padding: 10px 30px;
  font-family: 'inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.25em;
  border: none;
  transition: .3s;
}

p {
  text-align: justify;
}

.btn:focus {
  box-shadow: 0 0 0 0 !important;
}

.btn:hover {
  background-color: var(--primary-color);
  color: #ffffff;
  border: none !important;
  outline: none;
  overflow: hidden;
  animation: pulse 1s infinite;
  transition: .3s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

/* ===================================TYPOGRAPHY==================================== */

.topbar {
  background-color: #000000;
  color: white;
  font-family: 'inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25em;
}

.form-control {
  font-size: 14px;
  color: #788399;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: var(--primary-color);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 14px;
  color: #788399;
}

input[type="date"] {
  font-size: 14px;
  color: #788399;
}

.hero h1 {
  font-size: 3rem;
  font-weight: 800;
}

.hero {
  background-image: linear-gradient(180deg, #00000066 0%, #001a4e61 100%), url(../images/banners/home__banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; 
  height: 120vh;
  /* height: 85vh; */
  /* z-index: -1; */
  overflow: hidden;
  /* position: relative; */
}

.navbar {
  background-color: #1c1c1d;
}

nav .nav-link {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.25em;
  color: white;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: white;
  background-color: var(--secondary-color-one);
}
.dropdown-menu{
  padding: 0;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255 255 255);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgb(255 255 255);
}

.contact-no {
  font-family: 'inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25em;
  color: white;
}

nav .nav-item {
  padding: 0 0.5rem;
}

.nav-link.active {
  color: var(--primary-color) !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .55);
  border-color: transparent;
}

.top-card .top-card-row .row {
  --bs-gutter-x: 0;
}

.top-card .row .card {
  border-radius: 0;
}

.top-card .t-card-two {
  background-color: black;
  color: white;
}

.top-card .t-card-three {
  background-color: white;
  color: black;
}

.top-card .t-card-four {
  background-color: black;
  color: white;
}

.top-card {
  margin-top: -4%;
  z-index: 100;
  position: relative;
}

.top-card .t-card-two span {
  background-color: var(--primary-color);
  padding: 14px 16px 14px 16px;
  ;
}

.top-card .t-card-three span {
  background-color: var(--secondary-color);
  padding: 14px 16px 14px 16px;
}

.top-card .t-card-four span {
  background-color: var(--primary-color);
  padding: 14px 16px 14px 16px;
}

.top-card .card .card-title {
  font-size: 18px;
  font-weight: 700;
}

.top-card .card .card-text {
  font-size: 14px;
  font-weight: 400;
}

.top-card .card .card-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
}

.top-card .bg .btn:hover {
  background-color: var(--secondary-color);
  color: black;
}

.card {
  background-color: black;
  color: white;
}

/* services swiper */
.servicess .swiper-slide {
  width: calc(100% / 3);
  transition: all .25s ease-out;
  opacity: 1;
  height: 40vh;
}
.servicess .slideOne .btn{
  background-color: var(--primary-color);
}

.servicess .swiper-slide-active+.swiper-slide~.swiper-slide {
  opacity: .35;
}

.servicess .swiper-slide .card {
  max-width: 100%;
  transition: all .25s ease-out;
  transform: scale(.85);
  transform-origin: center;
}
.servicess .swiper-slide .card::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 13, 13, 0.8);
}

.servicess .swiper-slide .card {
  border: none;
}

.servicess .swiper-slide-active .card {
  transform: scale(1.3);
}

.servicess .swiper-slide-active .card::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 13, 13, 0.5);
}

.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: var(--secondary-color);
}

.servicess .srvce {
  background-color: #000000 !important;
}

.servicess .card-img-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.servicess .card {
  background-color: transparent;
  background: #000;
  opacity: 0.8;
}

.servicess .card img {
  border-radius: 0;
}

/* services swiper */

/* flip card  */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 150px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.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;
  -webkit-perspective: 1000px;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-front:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(40, 39, 39, 0.6);
}

.flip-card-front img {
  object-fit: cover;
  height: 100%;
  background: black;


}

.flip-card-front h3 {
  position: relative;
  top: -60%;
  z-index: 2;
  font-weight: 900;
  font-size: 18px;
  object-fit: contain;
  text-transform: uppercase;
  color: white;
  display: flex;
  justify-content: center;
}

.flip-card-back {
  background-color: black;
  color: white;
  transform: rotateY(180deg);
  display: flex;
}

.flip-card-back p {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  text-align: center;
  padding: 0 7px 0 7px;
}

/* flip card  */
.services h5 {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 3px;
}

.services h2 {
  font-size: 36px;
  font-weight: 600;
  color: var(--secondary-color-one);
}

#more {
  display: none;
}

.services .card .card-text {
  font-size: 14px;
  color: white !important;
}

.services a {
  color: white !important;
}

.services .card #myBtn {
  color: var(--secondary-color) !important;
}

a:hover {
  color: initial;
}

.why .card span {
  background-color: var(--secondary-color);
  padding: 14px 16px 14px 16px;
}

.why {
  background-image: url(../images/backgrounds/why_bg.JPG);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  box-shadow: inset 0 0 0 2000px rgba(62, 62, 62, 0.4) !important;
}

.checked {
  color: orange;
}

.testimonials {
  background-image: url(../images/backgrounds/bg-testi.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(62, 62, 62, 0.4) !important;
}

/* swiper slider */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
}

.swiper-content {
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* swiper slider */

/*  */
figure {
  height: 100%;
}

.services-cards a span {
  max-width: 100%;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
  z-index: 1;
  position: relative;
  right: -45%;
  bottom: -24px;
  background-color: var(--primary-color);
  color: white;
}

.services-cards a span .icons {
  position: absolute;
  top: 36%;
  right: 39%;
}

.services-cards img {
  display: block;
  border-radius: 8px;
  position: relative;
  margin: 0 0 -50px;
}

figure.snip1192 img {
  max-width: 100%;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  display: inline-block;
  z-index: 1;
  position: relative;
}

figure.snip1192 blockquote {
  margin: 0;
  display: block;
  border-radius: 8px;
  position: relative;
  background-color: #fafafa;
  padding: 4rem;
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 -50px;
  line-height: 1.6em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1192 blockquote:before,
figure.snip1192 blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

figure.snip1192 blockquote:before {
  top: 35px;
  left: 20px;
}

figure.snip1192 blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 35px;
}

figure.snip1192 .author {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

figure.snip1192 .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}

figure.snip1192 .author h5 span {
  font-weight: 400;
  text-transform: none;
  display: block;
}

/*  */
.destinations a{
  color: white !important;
}

.destinations .card .card-body .readMore {
  color: var(--secondary-color) !important;
}


/* ========================FOOTER ========================*/
footer {
  background-color: #000000;
}

footer h3 {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: white;
}

footer p,
address,
a {
  font-size: 14px;
  line-height: 1.5em;
  color: #788399;
  text-decoration: none;
}

footer .btn {
  background-color: var(--secondary-color);
  border: none;
}

footer ul a:hover li {
  color: var(--secondary-color) !important;
}

footer .fabs:hover {
  color: var(--secondary-color) !important;
}

/* ========================FOOTER ========================*/

/* service.php css */
.school-bus-services {
  overflow: hidden;
}

.school-bus-services h3 {
  color: var(--primary-color);
  font-weight: 700;
}

.school-bus-services p {
  font: 14px;
  line-height: 1.25em;
}

.text-justify {
  text-align: justify;
}
.banner-area-about{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/banner_one.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-liability{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/liability-disclaimer.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-contact{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/contact_us_banner.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-request{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/banner_two.png');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-privacy{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/banner_privacy.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-area-school-service {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/backgrounds/school_final.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-area-militaris-service {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/backgrounds/bus.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-area-corporate-service {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/backgrounds/corporate_final.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-area-emergency-service {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/backgrounds/emergency_banner_final.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-area-shuttle-service {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/services/shuttle_final.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-area-special-service {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/backgrounds/SpecialEvents.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-area-florida {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/destinations/florida-banner.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-washington{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/banner_washington.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-newyork{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/banner_newyork.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-california{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/banner_california.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-nevada{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/banner_nevada.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-tempabay{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/banner_tempabay.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-jacksonville{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/banner_jacksonville.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-orlando{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/banner_orlando.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-south-carolina{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/south-carolina.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-north-carolina{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/north-carolina.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-alabama{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/alabama.jpg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-area-georgia{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/banners/georgia.jpeg');
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.breadcrumb li {
  color: white;
}

.main-content {
  margin: 100px 0;
  overflow: hidden;
}

.main-content p {
  font-size: 16px;
  line-height: 1.25em;
}

.image-area img {
  box-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 600px) {
  .banner-area-school-service {
    padding: 50px;
  }

  .hero img {
    height: 30% !important;
  }

  .hero h1 {
    font-size: 7vw;
    text-align: center;
  }

  .hero h6 {
    text-align: center;
  }

  .banner-area {
    height: 30vh;
  }

  .servicess .swiper-slide {
    height: 20vh;
  }
}

@media only screen and (max-width:992px) {
  .hero {
    height: 30vh;
  }

  .banners-area {
    height: 30vh;
  }
  .servicess .swiper-slide {
    height: 40vh;
  }
}

/* service.php css*/

/* ======================== media query ========================*/
@media screen and (max-width:992px) {
  footer .bottom-footer .left {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .bottom-footer .right {
    display: flex;
    justify-content: center !important;
    align-items: center;
  }

  .w-50 {
    width: 100% !important;
  }

  nav .navbar-brand img {
    width: 100px;
  }
}

/* ======================== media query ========================*/

/* destionations */
.destination-content p::first-letter {
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 900;
}

.florida-top-destinations .card-title {
  font-size: large;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--secondary-color);
  text-align: center;
}

.florida-top-destinations .card-text {
  font-size: 16px;
  text-align: justify;
  line-height: 1.25em;
}

.florida-destinations-desc p {
  font-size: 16px;
  text-align: justify;
  line-height: 1.25em;
}

.florida-destinations-desc p::first-letter {
  font-size: 18px;
  font-weight: 700;
}

/* destionations */

.school-bus-services p {
  text-align: justify;
  font-size: 16px;
}

.testing p {
  text-align: justify;
}

.contacts form .btn{
  background-color: var(--primary-color);
  color: white;
}

/* privacy policy */
.privacy-policy-content p {
  font-size: 14px;
  text-align: justify;
}

/* privacy policy */

/* move to top  */
#moveTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999999;
  font-size: 18px;
  font-weight: bold;
  border: none;
  outline: none;
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#moveTop:hover {
  background-color: var(--secondary-color);
  color: black;
}
/* move to top  */

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 2rem;
}
.owl-nav button.owl-next {
  right: 2rem;
}

.owl-dots {
  display: none;
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    color: var(--secondary-color) !important;
}
.hero span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
.hero .item img{
  height: 100%;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0;
  background-color: transparent;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 50%;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}


/*New Css*/
/* Apply some basic styles to the form container */
form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    /*background-color: #333;*/
    color: #fff;
}

/* Style the form labels */
.form-label {
    color: #fff;
    font-weight: bold;
}

/* Style the form inputs and textareas */
.form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #555;
    border: none;
    color: #fff;
    border-radius: 5px;
}

/* Style the submit button */
/*.btn {*/
/*    background-color: #007bff;*/
/*    color: #fff;*/
/*    padding: 10px 20px;*/
/*    border: none;*/
/*    border-radius: 5px;*/
/*    cursor: pointer;*/
/*    transition: background-color 0.3s ease;*/
/*}*/

/*.btn:hover {*/
/*    background-color: #0056b3;*/
/*}*/



