@font-face {
    font-family: "ClashGrotesk-Variable";
    src: url("../fonts/ClashGrotesk-Variable.woff2") format("woff2"),
      url("../fonts/ClashGrotesk-Variable.woff") format("woff"),
      url("../fonts/ClashGrotesk-Variable.ttf") format("truetype");
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}
  
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "ClashGrotesk-Variable", sans-serif;
}

.img-responsive {
    width: 100%;
    height: auto;
}

html {
    scroll-behavior: smooth;
}

#navbar {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #36474F1A;
}

#navbar .nav-item {
    padding: 7px 10px;
    transition: .3s all;    
}

#navbar .nav-link {
    transition: .3s all;
    font-weight: 400;
    font-size: 18px;
    line-height: 22.14px;
    letter-spacing: 0%;
    color: #36474F;
    position: relative;
}

#navbar .nav-link:hover {
    transition: .3s all;
    color: #F8661C;
}

#navbar .nav-link:hover::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #F8661C;
    transition: .3s all;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3px;
}

.navbar-light .navbar-toggler {
    outline: none;
    border: none;
}

.home-banner {
    margin-bottom: 100px;
}

.carousel-indicators {
    display: flex;
    justify-content: left;
    position: absolute;
    bottom: 50px;
    left: -100px;
}

.carousel-indicators li {
    background-color: #F8661C66;
	width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #FFFFFF66;
}

.carousel-indicators .active {
    color: #F74343;
    background-color: #F74343;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.home-banner .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.home-banner .card {
    background-image: url(./images/banner-img1.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: 0;
    padding-left: 70px;
    padding-top: 140px;
    padding-bottom: 140px;
}

.card-body-head {
    font-weight: 600;
    font-size: 50px;
    line-height: 61.5px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.card-body p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.22px;
    color: #FFFFFF;
    margin-bottom: 40px;
    width: 70%;
}

.card-body-btns {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.primary-btn button {
    background-color: #F8661C;
    color: #FFFFFF;
    outline: none;
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 22.14px;
    padding: 10px 20px;    
}

.primary-btn button:hover {
    background-color: #FFFFFF;
    color: #36474F;
}

.secondary-btn button {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    outline: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 22.14px;
    padding: 10px 20px;    
}

.secondary-btn button:hover {
    background-color: #FFFFFF;
    color: #36474F;
}

.slick-slide {
    margin: 0px 20px;
}


.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.customer-logos {
    margin-bottom: 100px;
}

.home-about {
    position: relative;
}

.home-about-left {
    padding-top: 100px;
    padding-bottom: 50px;
}

.home-about-left-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 49.2px;
    margin-bottom: 16px;
    color: #36474F;
}

.home-about-left p {
    font-weight: 500;
    font-size: 20px;
    line-height: 24.6px;
    color: #36474F;
    margin-bottom: 16px;
}

.home-about-left span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.68px;
    color: #36474F;
    margin-bottom: 16px;
}

.home-about-right {
    position: absolute;
    bottom: -50px;
}

.home-bg {
    background-image: url(./images/home-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 167px;
    padding-bottom: 185px;
    margin-bottom: 35px;
}

.mvc-row1 {
    position: relative;
}

.mvc-row2 {
    position: relative;
    margin-top: 50px;
}

.mvc-row3 {
    position: relative;
}

.mvc-row-bg {
    background-color: #36474F;
    width: 343px;
    height: 400px;
}

.mvc-row-box {
    background-color: #FFFFFF;
    width: 350px;
    height: 400px;
    position: absolute;
    left: 10px;
    top: -10px;
    padding-top: 140px;
    padding-left: 43px;
    padding-right: 43px;
}

.mvc-row-box2 {
    background-color: #FFFFFF;
    width: 350px;
    height: 400px;
    position: absolute;
    left: 10px;
    top: -10px;
    padding-top: 70px;
    padding-left: 43px;
    padding-right: 43px;
}

.mvc-row-box-head {
    font-weight: 500;
    font-size: 20px;
    line-height: 24.6px;
    color: #36474F;
    margin-bottom: 14px;
}

.home-bg p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.68px;
    color: #36474F;
}

.home-bg p span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19.68px;
    color: #36474F;
}

.what-clients-hd {
    font-weight: 600;
    font-size: 30px;
    line-height: 36.9px;
    color: #36474F;
}

.what-clients {
    position: relative;
    top: -40px;
    margin-bottom: 40px;
}

.what-clients-carousel-row {
    box-shadow: 0px 0px 10px 0px #36474F1F;
    padding: 20px;
}

.what-clients-carousel .card {
    border: none;
}

.what-clients-carousel {
    margin-bottom: 100px;
}

.what-clients-carousel .carousel-indicators {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 0px;
}

.what-clients-carousel .carousel-indicators li {
    background-color: #87878733;
	width: 10px;
    height: 10px;
    border-radius: 0%;
}

.what-clients-carousel .carousel-indicators .active {
    color: #FF6B00;
    background-color: #FF6B00;
    width: 10px;
    height: 10px;
    border-radius: 0%;
}

.what-clients-carousel-row p {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #36474F;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer {
    background-color: #36474F;
    padding-top: 60px;
    padding-bottom: 20px;
    color: #FFFFFF;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-head {
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 30px;
}

.footer ul li {
    list-style: none;
    line-height: 35px;
}

.footer ul li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 22.14px;
    color: #FFFFFF;
}

.footer ul li a:hover {
    color: #FF6B00;
}

.footer-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-rowR {
    width: 90%;
}

.footer-rowR-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.footer-rowR-content span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.footer-copy {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-top: 20px;
}

.footer-copy1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.footer-copy2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.footer-copy2 a {
    margin-right: 5px;
}

.footer-copy2 i {
    color: #F8661C;
}

.inner-banner {
    background-image: url(./images/inner-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.inner-banner-head {
    font-weight: 600;
    font-size: 50px;
    line-height: 61.5px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.inner-banner p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.22px;
    color: #FFFFFF;
}

.mobileLogo {
    display: none;
}

.inner_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.inner_navL-head {
    font-weight: 500;
    font-size: 30px;
    line-height: 36.9px;
    color: #36474F;
    width: 80%;
}

.inner_navR input {
    border: none;
    outline: none;
    border: 1px solid #DDDDDD;
    padding: 10px;
    width: 300px;
}

.inner_navR input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.68px;
    color: #36474F80;
}

.hover-zoomin {
    display: block;
    position: relative;
    overflow: hidden;
}

.hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.hover-zoomin:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.insightRows-box-img-date {
    background-color: #F8661C;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 19.68px;
    padding: 10px;
    width: fit-content;
    position: absolute;
    bottom: 0;
}

.insightRows-box {
    border: 1px solid #DDDDDD;
    margin-bottom: 40px;
}

.insightRows-box-img {
    position: relative;
}

.insightRows-box-content {
    padding: 20px;
}

.insightRows-box-head {
    font-weight: 600;
    font-size: 20px;
    line-height: 24.6px;
    color: #36474F;
    margin-bottom: 10px;
}

.insightRows-box-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.22px;
    color: #36474F;
    margin-bottom: 10px;
}

.insightRows-box-content a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 22.14px;
    color: #F8661C;
}

.insightRows-box-content a i {
    margin-left: 5px;
}

.learn_btn {
    text-align: center;
    margin-bottom: 100px;
}

.inner-banner-sub {
    font-weight: 500;
    font-size: 20px;
    line-height: 24.6px;
    color: #F8661C;
}

.insight-details-RowsR-sub {
    font-weight: 500;
    font-size: 20px;
    line-height: 24.6px;
    color: #36474F;
    margin-bottom: 30px;
    margin-top: 34px;
}

.insightRows-box-head2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: #36474F;
    margin-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 70%;
}

.insight-details-Rows p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21.65px;
    color: #36474F;
    width: 80%;
    margin-bottom: 20px;
}

.insight-share {
    display: flex;
    gap: 10px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.insight-share-head {
    font-weight: 500;
    font-size: 18px;
    line-height: 19.68px;
    color: #36474F;
}

.insight-share-icons a {
    text-decoration: none;
    color: #F8661C;
    margin-right: 5px;
}

.insight-details-Rows {
    margin-bottom: 100px;
}

.contact-box {
    box-shadow: 0px 0px 10px 0px #36474F1A;
    position: relative;
    top: -20px;
    margin-bottom: 100px;
}

.contact-boxR {
    padding: 40px;
}

.contact-boxR input {
    outline: none;
    border: none;
    border: 1px solid #EBEBEB;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.contact-boxR input:placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #36474F80;
}

.contact-boxR textarea {
    outline: none;
    border: none;
    border: 1px solid #EBEBEB;
    padding: 10px;
    width: 100%;
    margin-bottom: 50px;
}

.contact-boxR textarea:placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #36474F80;
}

.contact-addsS {
    width: 90%;
    margin: auto;
}

.contact-adds-row {
    border: 1px solid #CDCDCD;
    padding: 39px 20px;
    background-color: #36474F;
    color: #FFFFFF;
    height: 200px;
    margin-bottom: 20px;
}

.contact-adds-row p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.contact-adds-row p span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.contact-adds-row i {
    color: #F8661C;
    margin-bottom: 5px;
}

.contact-addsS2row1 {
    text-align: center;
    border-right: 1px solid #DDDDDD;
    padding: 10px;
}

.contact-addsS2row {
    text-align: center;
    padding: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #36474F;
}

.contact-addsS2 {
    width: 87%;
    margin: auto;
    border: 1px solid #D9D9D9;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #36474F;
}

.contact-addsS2 i {
    margin-right: 5px;
    color: #F8661C;
}

.contact-adds {
    background-color: #F5F5F5;
    padding-top: 100px;
    padding-bottom: 100px;
}

.clients_rows {
    border: 1px solid #CDCDCD;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 130px;
}

.clients_row {
    margin-bottom: 100px;
}

.gallery-page-row {
    position: relative;
    margin-bottom: 20px;
}

.gallery-page-row img {
    width: 100%;
}

.gallery-page-row-text {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22.14px;
    color: #FFFFFF;
}

.gallery-page {
    margin-bottom: 100px;
}

.about_rowL {
    font-weight: 500;
    font-size: 30px;
    line-height: 36.9px;
    color: #36474F;
    margin-bottom: 30px;
}

.about_rowR p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.68px;
    color: #36474F;
}

.aboutPage-row {
    margin-bottom: 250px;
}

.aboutPage-row2 {
    margin-bottom: 100px;
}

.aboutPage-rowWW {
    position: relative;
}

.aboutPage-rowWW2 {
    position: relative;
}

.aboutPage-rowWW3 {
    position: relative;
}

.aboutPage-rowL {
    position: absolute;
    top: -300px;
    left: 0px;
    background-color: #36474F;
    color: #FFFFFF;
    padding: 75px 50px;
}

.aboutPage-rowL2 {
    position: absolute;
    top: -475px;
    left: 20px;
    background-color: #36474F;
    color: #FFFFFF;
    padding: 30px 90px;
}

.aboutPage-rowL3 {
    position: absolute;
    top: -470px;
    right: -550px;
    background-color: #36474F;
    color: #FFFFFF;
    padding: 30px 40px;
}

.aboutPage-rowL-head {
    font-weight: 600;
    font-size: 40px;
    line-height: 49.2px;
    margin-bottom: 20px;
}

.aboutPage-rowL2 ul li {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.68px;
}

.aboutPage-rowL3 ul li {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.68px;
}

.aboutPage-rowL2-line {
    border: 1px solid #FFFFFF4D;
    margin-bottom: 20px;
    margin-top: 20px;
}

.aboutPage-rowL p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.68px;
}

.leadership_page {
    background-color: #F5F5F5;
    padding-top: 88px;  
    padding-bottom: 89px;
}

.leadership_head {
    font-weight: 600;
    font-size: 40px;
    line-height: 49.2px;
    color: #36474F;
    margin-bottom: 60px;
}

.ourFacility-row-top {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.ourFacility-row-top .overlay {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 100%;
    height: 100%;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.ourFacility-row-top:hover .overlay {
    opacity: 1;
}

.social-icons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
}

.social-icons a {
    color: #F8661C;
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    font-size: 18px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.social-icons a:hover {
    color: #182641; 
}

.team-card-name-head {
    font-weight: 500;
    font-size: 24px;
    line-height: 29.52px;
    color: #36474F;
    text-align: left;
    margin-bottom: 8px;
}

.team-card-name-sub {
    font-weight: 600;
    font-size: 20px;
    line-height: 24.6px;
    text-align: left;
    color: #F8661C;
}

.ourFacility-row {
    margin-bottom: 40px;
}

.ababb {
    margin-bottom: 100px;
}














/* MEDIA */

@media (max-width: 736px) {

    .contact-addsS2row1 {
        text-align: center;
        border-right: none;
        padding: 10px;
    }

    .mvc-row-bg {
        background-color: #36474F;
        width: auto;
        height: 400px;
    }
    
    .mvc-row-box {
        background-color: #FFFFFF;
        width: auto;
        height: 400px;
        position: absolute;
        left: 10px;
        top: -10px;
        padding-top: 140px;
        padding-left: 43px;
        padding-right: 43px;
    }
    
    .mvc-row-box2 {
        background-color: #FFFFFF;
        width: auto;
        height: 400px;
        position: absolute;
        left: 10px;
        top: -10px;
        padding-top: 70px;
        padding-left: 43px;
        padding-right: 43px;
    }

    .ababb {
        margin-bottom: 50px;
    }

    .aboutPage-row {
        margin-bottom: 100px;
    }

    .aboutPage-rowL3 {
        position: relative;
        top: 30px;
        right: 0px;
        background-color: #36474F;
        color: #FFFFFF;
        padding: 30px 40px;
    }

    .aboutPage-rowL2 {
        position: relative;
        top: 30px;
        left: 0px;
        background-color: #36474F;
        color: #FFFFFF;
        padding: 25px;
    }

    .aboutPage-rowL {
        position: relative;
        top: 30px;
        left: 0px;
        background-color: #36474F;
        color: #FFFFFF;
        padding: 25px;
    }

    .insightRows-box-head2 {
        font-weight: 600;
        font-size: 30px;
        line-height: 36px;
        color: #36474F;
        margin-bottom: 10px;
        margin-top: 30px;
        margin-bottom: 20px;
        width: 100%;
    }
    
    .insight-details-Rows p {
        font-weight: 400;
        font-size: 16px;
        line-height: 21.65px;
        color: #36474F;
        width: 100%;
        margin-bottom: 20px;
    }

    .inner_navR input {
        border: none;
        outline: none;
        border: 1px solid #DDDDDD;
        padding: 10px;
        width: 300px;
    }

    .inner_nav {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 60px;
        gap: 20px;
    }

    #navbar .nav-link:hover::after {
        content: '';
        display: none;
    }

    .desktopLogo {
        display: none;
    }

    .mobileLogo {
        display: block;
    }

    .footer-copy {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .what-clients-carousel-row {
        box-shadow: 0px 0px 10px 0px #36474F1F;
        padding: 20px;
        margin-bottom: 20px;
    }

    .home-bg {
        background-image: url(./images/home-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 67px;
        padding-bottom: 85px;
        margin-bottom: 5px;
    }

    .mvc-row2 {
        position: relative;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .home-about-right {
        position: relative;
        bottom: -10px;
    }

    .home-about-left {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .carousel-indicators {
        display: flex;
        justify-content: left;
        position: absolute;
        bottom: 50px;
        left: -40px;
    }

    .card-body-head {
        font-weight: 600;
        font-size: 35px;
        line-height: 40.5px;
        color: #FFFFFF;
        margin-bottom: 10px;
    }

    .card-body-btns {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 40px;
    }
    
    .home-banner .card {
        background-image: url(./images/banner-img1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border: none;
        border-radius: 0;
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
	
}







@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */


	

}



@media (min-device-width : 737px)
and	(max-device-width : 991px){
	
	 
    
	
}


@media only screen 
and (min-device-width : 737px) 
and (max-device-width : 767px) { /* STYLES GO HERE */



}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
	
	
	
  
}




@media (min-width:320px) and (max-width: 480px) { 
	
    
    
}


