 /*---- Title ---*/
 body a{
    text-decoration: none;
 }
    @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1800px;
    }
}
@media (min-width: 1400px) {
    .small-container, .small-container-lg, .small-container-md, .small-container-sm, .small-container-xl, .small-container-xxl {
        max-width: 1170px;
    }
}
    .sub-title-dark {
        color: #932434;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
    }
.section-sub-paragraph-dark{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
     /*font-family: 'Neue Montreal';*/
        color : rgb(44, 43, 43);
        font-size : 18px;
        font-weight: 500;
}
    .section-title-dark {
    /*     letter-spacing: 1px;*/
    /*    font-weight: 500;*/
    /*    font-size: 38px;*/
    /*    font-weight: 400;*/
    /*font-family: 'Neue Montreal';*/
     letter-spacing: 1px;
    color: rgb(39, 39, 39);
    font-size: 38px;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    }

    .section-sub-title-dark {
        width: 85%;
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
      /*font-family: 'Neue Montreal';*/
        color : rgb(88, 88, 88);
        font-size : 18px;
        font-weight: 300;
    }
  /* .btn.border-bottom a{
        border-bottom: 2px solid #181717; 
        width : 30px;
    } */
     .theame_btn_dark{
        position : relative;
        border-radius: 0 !important;
    }
    .theame_btn_dark::after{
        content: '';
        position:absolute;
        bottom : -7px;
        left:0;
        width: 100%;
        background: black;
        height : 1px;
    }

    /*---- Blogs ---*/ 

    .blog_btn_dark {
        position : relative;
       color : #353434;
       font-size : 20px;
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
/*font-family: 'Neue Montreal';*/
    }
     .blog_btn_dark a{
         text-decoration: underline;
     }
   .blog_btn_dark:hover{
    color : rgb(241, 6, 6);
   }
.service-box-layout7 .item-img{
    overflow:hidden;             
}
.service-box-layout7 .item-img img{
    transition:transform .55s ease;
    transform-origin:center center;
}
.service-box-layout7 .item-img:hover img{
    transform:scale(1.05);         
}

   /*----- Blogs end ----*/

   .theame_btn_primary{
    position : relative;
    border-radius: 0 !important;
   }
   .theame_btn_primary::after{
        content: '';
        position:absolute;
        bottom : -7px;
        left:0;
        width: 100%;
        background: rgb(255, 255, 255);
        height : 1px;
    }
    /*---- End ----*/  
  
  /*---------- header ------*/
.navbar-nav .nav-link {
      color: #424242;
    /* font-weight: 500; */
    font-size: 17px;
    font-family :'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /*font-family: 'Neue Montreal';*/
    margin: 0px 10px;
    }
    .navbar-nav .dropdown-menu {
      background-color: white;
      border-radius: 0;
      border: none;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }
    .navbar-nav .dropdown-item:hover {
      background-color: #f8f9fa;
    }
    .callback-btn {
      background-color: #13252f;
      color: white;
      font-weight: 600;
      border-radius: 6px;
      padding: 8px 16px;
    }
    .callback-btn:hover {
      background-color: #0e1b23;
    }
    .navbar-brand img {
      height: 40px;
    }
    @media (max-width: 991px) {
      .navbar-collapse {
        text-align: center;
      }
    }

    /*------Button Animation -----*/
    @keyframes zoomInOut {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1);
        }
    }

    .btn-zoom-animate {
        animation: zoomInOut 2s ease-in-out infinite;
        transition: all 0.3s ease-in-out;
    }
    /*------ ENd ----*/ 
   
/*--- who we are ---*/
     .section { text-align: center; padding: 40px 20px; background: #fff; }
    .slider {
      position: relative;
      max-width: 1300px;
      margin: auto;
      overflow: visible;
    }
    .slide {
      display: none;
      position: relative;
      cursor: pointer;
    }
    .slide img {
      width: 130%;
      height: auto;
      border-radius: 6px;
    }
    .active { display: block; }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 36px;
      color: #a62828;
      background: none;
      border: none;
      padding: 10px;
      cursor: pointer;
      z-index: 10;
    }
    .arrow-left { left: -60px; }
    .arrow-right { right: -60px; }

    .video-popup {
      display: none;
      position: fixed;
      z-index: 1000;
      top: 0; left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.85);
      justify-content: center;
      align-items: center;
    }
    .video-popup iframe {
      width: 80vw;
      height: 45vw;
      max-width: 960px;
      max-height: 540px;
    }
    .video-popup.active { display: flex; }

    @media (max-width: 768px) {
      .arrow-left { left: -30px; }
      .arrow-right { right: -30px; }
      .arrow { font-size: 28px; }
    }
    /*--- end ----*/
    
   

 /*-------------- Why Pride Group ----------*/
 .why_pride_group {
      /* background-image: url('assets/front/img/why_pride.jpg'); */
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      color: #000;
      padding: 130px 20px;
      aspect-ratio: 1600 / 620;
    }
/* .why_pride_group .col-lg-4 {
  padding-left: 10px;
  padding-right: 10px;
} */
    .overlay-content {
      position: relative;
      z-index: 2;
    }

    .why_title {
      font-size: 36px;
      font-weight: bold;
      text-align: center;
      margin-bottom: 40px;
    }

    .stat-item {
      text-align: center;
      margin-bottom: 30px;
    }

    .stat-number {
      font-size: 35px;
      font-weight: 400;
      color: #1c1c1c;
    }

    .stat-label {
      font-size: 16px;
      color: #333;
    }

    .middle-image {
      max-width: 100%;
      height: auto;
    }

   /* earlier styles … */

@media (min-width:1400px){
  .why_pride_group .stats-left  { transform:translateX( 220px); }
  .why_pride_group .stats-right { transform:translateX( -180px); }
}

@media (min-width:992px) and (max-width:1399.98px){
  .why_pride_group .stats-left  { transform:translateX(-60px); }
  .why_pride_group .stats-right { transform:translateX( 60px); }
}
@media (max-width: 767.98px){
  /* 1 ── reset any earlier transforms */
  .why_pride_group .stats-left,
  .why_pride_group .stats-right{
    transform:none !important;
    margin-bottom:2rem;           /* breathing room between blocks */
  }

  /* 2 ── stack columns full‑width */
  .why_pride_group .stats-left,
  .why_pride_group .stats-right,
  .why_pride_group .middle-image-wrapper{
    flex: 0 0 100%;               /* Bootstrap overrides need this */
    max-width:100%;
    text-align:center;
  }

  /* 3 ── show the middle image (if you previously hid it on mobile) */
  .why_pride_group .middle-image-wrapper{
    display:block !important;     /* override d-none */
    margin:2rem 0;
  }

  /* 4 ── make sure the PNG/WEBP fills the width nicely */
  .why_pride_group .middle-image{
    width:100%;
    max-width:320px;              /* cap so it doesn’t get too tall */
    height:auto;
  }

  /* 5 ── reduce big paddings so the section fits small screens */
  .why_pride_group{
    padding: 230px 20px 15px;          /* was 130px 20px */
    aspect-ratio:auto;    
    width: 100%;        /* let height grow naturally */
  }

  /* 6 ── tame the stat font sizes for small devices */
  .why_pride_group .stat-number{ font-size:35px; }
  .why_pride_group .stat-label { font-size:20px; }
}
    /*----- End -----*/

    /*----- End -----*/
    /*-----------------   Projects ------------*/
    @charset "UTF-8";
    @import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap);
    @import url(https://use.fontawesome.com/releases/v5.4.1/css/all.css);

    :root {
        --white: #ffffff;
        --white-rgb: 255, 255, 255;
        --dark: #0f0617;
        --dark-rgb: 15, 6, 23;
        --light: #e8e0e0;
        --light-rgb: 232, 224, 224;
        --primary: #ff4713;
        --primary-rgb: 178, 69, 255;
        --secondary: #172F41;
        --secondary-rgb: 250, 195, 132;
        --shadow-color: 178, 169, 169;
        --shadow: 1.4px 2.7px 3.6px rgba(var(--shadow-color), 0.017),
            3.8px 7.5px 10px rgba(var(--shadow-color), 0.025),
            9px 18.1px 24.1px rgba(var(--shadow-color), 0.033),
            30px 60px 80px rgba(var(--shadow-color), 0.05);
        --shadow-hover: 1.8px 3.7px 3.6px rgba(var(--shadow-color), 0.052),
            5px 10.1px 10px rgba(var(--shadow-color), 0.075),
            12.1px 24.4px 24.1px rgba(var(--shadow-color), 0.098),
            40px 81px 80px rgba(var(--shadow-color), 0.15);
    }

   
    .pride-projects {
        padding: 1rem 2rem;
    }

    @media (min-width: 992px) {
        .pride-projects {
            padding: 2.5rem 5rem;
        }
    }

    .pride-projects h1 {
        font-size: 2rem;
        line-height: 1.25;
        margin: 0;
    }

    @media (min-width: 768px) {
        .pride-projects h1 {
            font-size: 3rem;
        }
    }

    .pride-projects .filter {
        display: flex;
        flex-wrap: wrap;
        gap: 0.75rem;
        padding: 0rem 0 3rem;
    }

    .pride-projects .search {
        position: relative;
    }

    .pride-projects .search__input {
        padding: 0.75rem 2.5rem 0.75rem 1rem;
        border: 1px solid #9b2e3b;
        background: var(--white);
        color: var(--dark);
        font-size: 16px;
        border-radius: 2rem;
        outline: 0;
    }

    .pride-projects .search__button {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1rem;
        color: #9b2e3b;
        margin: 0;
        padding: 0;
        background: transparent;
        border: 0;
    }

    .pride-projects .button {
        font-size: 13px;
        padding: 0.75rem 2rem;
        border-radius: 2rem;

    }

    @media only screen and (max-width: 600px) {
        .pride-projects .button {
            color: var(--primary);
            font-size: 10px;
            font-weight: 500;
            cursor: pointer;
            padding: 0.40rem 1.5rem;
            border-radius: 2rem;
            border: 2px solid var(--primary);
            background: transparent;
        }
    }

    .pride-projects .button.--active {
        border-color: #9b2e3b;
        background: #9b2e3b;
        color: var(--light);
    }

    .portfolio-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    @media (min-width: 768px) {
        .portfolio-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 1200px) {
        .portfolio-grid {
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
    }

    .card {
        display: flex;
        flex-direction: column;
        background: var(--white);
        border-radius: 7px;
        overflow: hidden;
        box-shadow: var(--shadow);
        color: var(--dark);
        text-decoration: none;
        transition: all 0.25s;
        position: relative;
    }

    .card__picture {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 1.4/1;
        overflow: hidden;
        position: relative;
        transition: background 0.25s;
    }

    .card__picture:after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(rgba(var(--dark-rgb), 0) 25%, rgba(var(--dark-rgb), 0));
        z-index: 1;
    }

    .card__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.25s;
    }

    .card__content {
        padding: 1rem 2rem;
        position: relative;
    }

    .card__title {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .card__more {
        position: relative;
        margin: -1.5rem 1.5rem -1.5rem 0;
        height: 3rem;
        width: 3rem;
        border-radius: 50%;
        background: var(--secondary);
        color: var(--white);
        align-self: flex-end;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.25s;
        z-index: 2;
        font-size :30px;
    }

    @media (min-width: 992px) {
        .card__more {
            margin: -2rem 1.5rem -2rem 0;
            height: 4rem;
            width: 4rem;
        }
    }

    /*.card__more:after {*/
    /*    content: "";*/
        /*font-family: "Font Awesome 5 Free";*/
    /*   font-family: 'Neue Montreal';*/
    /*    font-weight: 900;*/
    /*    font-size: 1rem;*/
    /*}*/

    @media (min-width: 992px) {
        .card__more:after {
            font-size: 1.5rem;
        }
    }

    .card__location {
        color: #9b2e3b;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 0.25rem;
        display: flex;
        align-items: center;
        gap: 0.25rem;
        margin-bottom: 0.25rem;
    }

    .card__location:before {
        content: "";
        /*font-family: "Font Awesome 5 Free";*/
        font-family: 'Neue Montreal';
        font-weight: 900;
        font-size: 0.75rem;
    }

    .card.--inactive {
        display: none;
    }

    .card:hover {
        box-shadow: var(--shadow-hover);
    }

    .card:hover .card__picture:after {
        background: linear-gradient(rgba(var(--primary-rgb), 0) 25%, rgba(var(--primary-rgb), 0.5));
    }

    .card:hover .card__image {
        transform: scale(1.1);
    }

    .card:hover .card__more {
        background: var(--primary);
    }

    /* Add animations */
    @keyframes fadeInScale {
        from {
            opacity: 0;
            transform: scale(0.95);
        }

        to {
            opacity: 1;
            transform: scale(1);
        }
    }

    @keyframes fadeOutScale {
        from {
            opacity: 1;
            transform: scale(1);
        }

        to {
            opacity: 0;
            transform: scale(0.95);
        }
    }

    .card {
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    }

    .card.fade-in {
        animation: fadeInScale 0.5s forwards;
    }

    .card.fade-out {
        animation: fadeOutScale 0.5s forwards;
        pointer-events: none;
    }

@media (min-width: 992px) {
    .container-inner {
        padding: 2.5rem 5rem;
    }
}

    /*---------- End ---------*/

    /*------- SCHEDULE YOUR APPOINTMENT -------*/

    .appointment-box {
      /* background-color: #1e2f38; */
      padding: 40px 30px;
      border-radius: 12px;
      max-width: 700px;
      width: 100%;
      margin: 0 auto;
    }

    .appointment-box h2 {
      text-align: center;
      margin-bottom: 30px;
      font-weight: 700;
      font-size: 28px;
      color: #fff;
    }

    .appointment-box.form-control,
    .form-select {
      border-radius: 8px;
      height: 45px;
    }

   .appointment-box .input-group-text {
      background-color: #0f2027;
      color: #fff;
      border: none;
      border-radius: 8px 0 0 8px;
    }
.appointment-box .form-label {
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
  font-size : 17px;
}

   .appointment-box .btn-submit {
      border-radius: 8px;
      padding: 10px;
      font-weight: 600;
      letter-spacing: 1px;
    }

    /*-------- Award Logo section ----*/
.team-box-layout6 img.brand-logo {
  max-height: 80px; 
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.team-box-layout6 img.brand-logo:hover {
  transform: scale(1.05);
}

    /*------- vedio  --------*/
.play-btn:hover i {
  transform: scale(1.1);
  color: #000000;
} 
.Video_Walkthrough{
    background-size: cover; 
    background-position: center;
     background-attachment: fixed;
}

/*---------- footer ----*/
 footer {
      background-color: #13242e;
    }
    .footer-newsletter{
      font-size: 30px;
    color: rgb(228, 226, 226);
    /*font-family :'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;*/
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /*font-family: 'Neue Montreal';*/
    font-weight:400;
    }
    .footer-link a:hover {
      text-decoration: underline;
    }
    .social-icons a {
      color: #ffffff;
      font-size: 1.2rem;
      margin-right: 10px;
    }
   
    .award-img {
      height: 80px;
      margin-right: 10px;
    }
    input::placeholder {
    color: white;
    opacity: 1; 
  }
.newsletter-container {
    border-bottom: 1px solid #474545;
    padding-bottom: 1.5rem; 
  }
  .footer_bottom_border{
     border-bottom: 1px solid #474545;
    padding-bottom: 1.5rem; 
  }
    .round-social-icon {
  border: 1px solid rgb(107, 106, 106);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
 .round-social-icon:hover {
  background-color: white;
  }
.round-social-icon i:hover {
  color: #00bfa5;
}
.footer-links {
    font-size: 15px;
    color: rgb(192, 191, 191);
    /*font-family :cursive;*/
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
  }
  .footer-links:hover {
    text-decoration: underline;
    color : #fff;
  }
  .footer-heading{
  /*font-family: cursive;*/
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size : 35px;
  color : rgb(228, 227, 227);
 
}
.footer-para{
  font-size: 15px;
    color: rgb(192, 191, 191);
    /*font-family :cursive;*/
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    text-decoration: none;
}
/* @media screen and (max-width: 480px) {
  .footer_logo{
    flex-wrap : wrap;
    width : 280px;
  }
} */
@media (min-width: 768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, 
.container>.navbar-collapse, .container>.navbar-header {
  display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
}
}
/*----------- Social Icons ------*/

 .social-media-sticky-icons {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: fixed;
            z-index: 8;
            gap: 5px;
            top: 50%;
            transform: translateY(-50%);
            left: 1px;
            transition: transform 0.5s;
        }

        .social-media-sticky-icons:hover {
            transform: translateY(-50%) translateX(5px);
        }

        .social-media-sticky-icons a {
            display: flex;
            background: #e3edf7;
            height: 36px;
            width: 36px;
            border-radius: 8px;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            border: 1px solid rgba(0, 0, 0, 0);
        }

        .social-media-sticky-icons a i {
            font-size: 20px;
            color: #91404e;
        }

        .social-media-sticky-icons a:hover i {
            transform: scale(0.9);
            color: #91404e;
        }

        .social-media-sticky-icons a .fa-phone {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

        .social-media-sticky-icons a:hover .fa-phone {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            color: #91404e;
        }
          /*---- Phone Icons ----*/ 
        .footer-phone-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 8;
    gap: 5px;
    top: 50%;
    transform: translateY(-50%);
    right: 1px; 
    transition: transform 0.5s;
}

.footer-phone-icon:hover {
    transform: translateY(-50%) translateX(-5px); 
}
.footer-phone-icon a {
            display: flex;
            background: #e3edf7;
            height: 36px;
            width: 36px;
            border-radius: 8px;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            border: 1px solid rgba(0, 0, 0, 0);
        }

        .footer-phone-icon a i {
            font-size: 20px;
            color: #91404e;
        }

        .footer-phone-icon a:hover i {
            transform: scale(0.9);
            color: #91404e;
        }

        .footer-phone-icon a .fa-phone {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

        .footer-phone-icon a:hover .fa-phone {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
            color: #91404e;
        }
/*----- End ----*/
/*----- End ----*/
/*----- contact page ----*/
 .contact-form-main h4{
    color: rgb(54, 54, 54);
  font-size : 25px;
  text-align : center;
  font-family: system-ui;
  /*font-family: 'Neue Montreal';*/
 font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  letter-spacing : 2px;
  }
 .contact-form-main .form-label {
  font-weight: 400;
  margin-bottom: 10px;
  color: #333;
  font-size : 17px;
}
.contact-details-head{
  /* margin-bottom: 10px; */
  color: rgb(219, 217, 217);
  font-size : 25px;
  text-align : center;
}
.contact-details-para{
  margin-bottom: 10px;
  color:rgb(201, 197, 197);
  font-size : 16px;
  text-align : center;
   /*font-family :cursive;*/
   /*font-family: 'Neue Montreal';*/
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
/*--- End ----*/
/*------ about page -----*/

    .download-box {
      max-width: 400px;
      margin: 40px auto;
      background: #f5f5f5;
      border-radius: 12px;
      box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 6px 12px 0 rgba(0, 0, 0, 0.19);
      padding: 30px 20px;
      text-align: center;
    }

    .download-box i {
      font-size: 20px;
      color:rgb(255, 255, 255);
    }

    @media (max-width: 576px) {
      .section-sub-title-dark {
        padding: 0 15px;
      }
    }
 .download-box .zoom-effect {
    animation: zoomInOut 2s ease-in-out infinite;
    transition: all 0.3s ease-in-out;
  }

  /*----- Our Directors ----*/
  .our-directors-intro {
  background-color: rgb(238, 238, 238);
}

.text-justify {
  text-align: justify;
}
.director-heading{
       color :rgb(39, 39, 39);
       font-size : 27px;
       /*font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
       /*font-family: 'Neue Montreal';*/
       font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.section-director-para{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    /*font-family: 'Neue Montreal';*/
    font-size:17px;
    color :rgb(138, 138, 138);
}
@media (max-width: 767px) {
  .text-justify {
    text-align: left;
  }
}

/*--- completed Projects ----*/
 .project-thumb {
  border:1px solid #0d6a37;
 }                 
  .project-title { 
       font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
      /*font-family: 'Neue Montreal';*/
      font-weight:700; text-transform:uppercase; 
}
    
    #modalImage    { 
      border:1px solid #0d6a37; 
    }
    #modalImage    { 
      border:1px solid #c5c3c3; 
    }
    
    