/*Theme css file*/
/* Universal Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

/* Basic Body Style */
body {
    font-size: 18px;
    line-height: 1;
    color: #777777;
    background-color: #fff;
}
.w-80{
	width:80%;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
}
h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 72px;
}
h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #454545;
}
h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
}
h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
}
h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
ul {
    padding: 0;
}
ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
a {
    text-decoration: none;
    transition: .5s ease all;
    color: var(--secondary-color);
}
a:hover {
    color: var(--primary-color);
}
.color-change {
    color: var(--primary-color);
    transition: ease .5s all;
}
.color-change:hover {
    color: var(--secondary-color);
}
p {
        font-size: 14px;
    }
    h1 {
        font-size: 57px;
    }
    h2 {
        font-size: 37px;
    }
    h3 {
        font-size: 27px;
    }
    h4 {
        font-size: 21px;
    }
    h5 {
        font-size: 17px;
    }
    h6 {
        font-size: 15px;
    }
    .woocommerce-loop-product__title {
        font-size: 21px;
        color: var(--secondary-color);
    }
    .container-fluid.fixed-space {
        padding: 0 64px;
    }
    .container-fluid.fixed-space-more {
        padding: 0 120px;
    }
    .mtc{
        margin-top: 55px;
    }
    .mbc{
        margin-bottom: 55px;
    }
    .myc{
        margin: 55px 0;
    }
    .ptc{
        padding-top: 55px;
    }
    .pbc{
        padding-bottom: 55px;
    }
    .pyc{
        padding: 55px 0;
    }
/* Set Bootstrap primary color to #FF8D10 */
:root {
    --primary-color: #FF8D10;
    --secondary-color: #442200;
    --bs-primary: #FF8D10;  /* Bootstrap 5 primary color */
}

/* Optional: Adjust primary color for specific components */
.btn {
    border-radius: 30px;
    padding: 12px 15px;
    font-size: 16px;
}
/* Primary button color */
.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.btn-primary:hover {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}
.btn-transparent {
    border-color: var(--primary-color) !important;
    color: var(--primary-color) !important;
    width: 180px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-transparent.bgi-dark {
    border-color: #fff !important;
    color: #fff !important;
    background: transparent;
}
.btn-transparent.bgi-dark:hover {
    border-color: var(--bs-primary) !important;
    color: var(--primary-color) !important;
}
.btn-transparent:hover {
    border-color: var(--secondary-color) !important;
    color: var(--secondary-color) !important;
}
/* Hover effect for navbar links */
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;  /* Darker shade for hover effect */
}
/* Header */
a.navbar-brand {
    width: 230px;
}
.navbar-light {
    background-color: #ffffff !important;  /* White background */
}
.search-input {
    background: #F5F5F5;
    border-radius: 30px;
    border-color: #E3E3E3;
    width: 250px;
    height: 40px;
}
.search-form {
    position: relative;
}
.search-form button {
    position: absolute;
    top: 0;
    right: 10px;
    border: 0;
    background: transparent;
    padding: 5px 10px;
}
header .navbar-light .navbar-nav .nav-link {
    color: var(--secondary-color);
    font-size: 16px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.header-call {
    color: var(--secondary-color);
    font-size: 16px;
}
/* Slider */
.slide-item {
    position: relative;
}
.bnr-text {
    position: absolute;
    bottom: 85px;
    left: 60px;
}
.site-slider .owl-nav {
    position: absolute;
    bottom: 85px;
    right: 65px;
    border: 1px solid #F5F5F533;
    width: 200px;
    /* height: 30px; */
    border-radius: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* backdrop-filter: blur(4px); */
    background: #F5F5F540
}
.site-slider .owl-nav button {
font-size: 12px !important;
color: #fff !important;
transition: ease .5s all;
}
.site-slider .owl-nav button:hover {
opacity: .7;
}
.site-slider .owl-nav::before {
    content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    top: 7.5px;
    left: 50%;
    transform: translateX(-50%);
    background: #F5F5F533;
}
/* Features section */
.feature-sec {
    position: relative;
}
.feature-sec:before {
    content: '';
    position: absolute;
    top: -300px;
    bottom: -396px;
    left: 0;
    right: 0;
    background: url(../img/bg-1.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
.feature-div {
    border-radius: 10px;
    border: 1px solid #E3E3E3;
    padding: 15px;
    background: #fff;
    height: 100%;
}
.feature-div h3 {
    color: #FF8D10;
    font-size: 48px;
    font-weight: 900;
    line-height: 57.6px;
}
.feature-div h4 {
    color: #442200;
}
/* counter section */
.count-div {
    position: relative;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none; /* Ensures overlay doesn't interfere with interactions */
  }
.counter-head {
    position: absolute;
    padding: 28px 37px;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}
.count-div .counter-footer {
    position: absolute;
    padding: 28px 37px;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.counter-footer a {
    color: #fff;
    transition: ease .5s all;
}
.counter-footer a:hover {
    color: var(--primary-color);
}
.counter-head h3 {
    font-size: 64px;
    font-weight: 400;
    line-height: 76.8px;
}
.counter-footer h5 {
    font-weight: 700;
}
.counter-footer hovera {
    color: #fff;
    transition: ease .5s all;
}
.counter-footer a:hover {
    color: var(--primary-color);
}
.marquee h2 {
    font-size: 200px;
    font-weight: 700;
    line-height: 240px;
    background-image: linear-gradient(90deg, #FF8D10 0%, #FF3399 100%);
    color: #fff; 
    -webkit-background-clip: text; 
    background-clip: text; 
    -webkit-text-stroke: 4px transparent; 
    text-fill-color: transparent; 
}
.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 270px;
    overflow-x: hidden;
  }
  
  .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 25s linear infinite;
  }
  
  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }
  /* Catelogue section */
  .catelogue-sec {
    background: #F5F5F5;
  }
  .p-50 {
    width: 50%;
  }
  .catelogue-div {
    position: relative;
    border-radius: 10px;
  }
  .catelogue-div .overlay {
    border-radius: 10px;
  }
  .catelogue-div img {
    border-radius: 10px;
  }
  .catelogue-inner-div {
    position: absolute;
    padding: 20px 24px;
    bottom:0;
    background-color: #fff;
    width: 100%;
    border: 1px solid #F5F5F5;
    margin: 20px 24px;
    width: calc(100% - 48px);
    border-radius: 5px;
  }
  .catelogue-inner-div h5 {
    color : var(--secondary-color);
  }
.catelogue-inner-div a {
    color : var(--bs-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    letter-spacing: 0.1em;
    transition: .5s ease;
}
.catelogue-inner-div a:hover {
    color : var(--secondary-color);
    transition: .5s ease;
}

.vemer-img{
	border:1px solid #ddd;
	padding:20px 20px;
	border-radius:20px;
	text-align:center;
	background:#ffffff;
}
.vemer-img img{
	max-width:400px;
	margin:0px auto;
	min-width:200px;
}
/* Client section */
.client-section {
    background: url(../img/client-bg.png);
    background-size: cover;
    background-position: center;
}
.client-div {
    padding: 40px 0;
}
.custom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns per row */
    gap: 0; 
}

/* Each column content */
.client-column {
    padding: 10px; /* Inner padding */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Remove outer edges */
.custom-grid > .client-column {
    border: 1px solid #E9E9E9; /* Line color */
}

/* Remove the top border for the first row */
.custom-grid > .client-column:nth-child(-n+3) {
    border-top: none;
}

/* Remove left border for the first column in each row */
.custom-grid > .client-column:nth-child(3n+1) {
    border-left: none;
}

/* Remove right border for the last column in each row */
.custom-grid > .client-column:nth-child(3n) {
    border-right: none;
}

/* Remove bottom border on the last row */
.custom-grid > .client-column:nth-last-child(-n+3) {
    border-bottom: none;
}
/* Blog section */
.blog-sec {
    background: #F5F5F5;
}
.blog-left {
    position: relative;
}
.blog-left-content h3 {
    margin-bottom: 30px;
}
.blog-left-content span {
    margin-bottom: 40px;
}
.blog-left-content {
    position: absolute;
    text-align: center;
    margin: 40px 70px;
    width: calc( 100% - 140px);
    bottom: 0;
}
.blog-archive {
    margin-top: 60px;
}
.blog-archive:hover h3 {
    transition: .5s ease all;
}
.blog-archive:hover h3 {
    color: var(--primary-color);
}
.blog-archive h3 {
    color: var(--secondary-color);
    margin-bottom: 30px;
}
.blogs span {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}
.post-meta {
    color: var(--primary-color);
}
.sidebar .post-meta {
    font-size: 13px;
}
.row.custom-gutter {
    --bs-gutter-x: 88px; /* Horizontal gutter size */
    /* --bs-gutter-y: 20px; Vertical gutter size */
}
/* Connect section */
.connect-div {
    position: relative;
    border-radius: 30px;
    height: 535px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.connect-inner-div {
    position: absolute;
    bottom: 45px;
    left: 60px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: calc(100% - 120px);
}
.connect-inner-div h2 {
    flex: 1 1 200px; /* Allow flexibility with a minimum width */
    margin: 0;
    max-width: 50%; /* Sets a maximum width to control wrapping */
    word-break: break-word; /* Breaks long words if necessary */
    padding-left: 20px;
    border-left: 30px solid var(--bs-primary);
}
.connect-logo {
    position: absolute;
    top: 45px;
    right:60px;
}
.connect-bg, .connect-div .overlay {
    border-radius: 30px;
}
/* Footer */
footer {
    background: #212529;
    position: relative;
    z-index: 1;
}
footer a {
    color: #fff;
    transition: ease .5s all;
}
footer a:hover {
    color: var(--primary-color);
}
.connect-by-phone {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer-column1 li {
        display: flex;
        list-style: none;
        align-items: baseline;
        color: #fff;
        gap: 16px;
        margin-bottom: 20px;
    }
.footer-column1 li svg {
    flex-shrink : 0;
    }
.icon-div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.number-div span {
    font-weight: 300;
    font-size: 14px;
    display: block;
}
.phone-div {
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.social {
    list-style: none;
}
ul.social li:not(:first-child) {
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    display: flex;
    align-items: center;
    background: #616365;
    margin-left: 20px;
    border-radius: 50%;
    transition: 0.7s ease-in-out;
}
ul.social li:not(:first-child):hover {
    transform: translateY(-5px);
    background: var(--primary-color);
}
ul.social.contact-social li:first-child a {
    color: #777777;
}
ul.social li a {
    color: #fff;
}
.prof-link li {
    padding-left: 20px;
    list-style: none;
    position: relative;
    margin-top: 10px;
}
.prof-link li a {
    color: #fff;
}
.prof-link li a:hover {
    color: var(--primary-color);
}
.prof-link li::before {
    content: '';
    width: 10px;
    height: 1px;
    background: var(--primary-color);
    position: absolute;
    top: 15px;
    left: 0
}
.footer-middle {
    margin-top: 70px;
}
.footer-bottom p {
    font-size: 18px;
    font-weight: 500;
}
.footer-bottom p span {
    font-weight: 700;
}
.footer-bg {
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    opacity: .2;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: -1;
}
iframe {
    border-radius: 12px;
}

/* Inner page */
.breadcrumb__overlay {
    position: relative;
}
.include-bg {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: url(../img/slider1.png);
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 300px;
    position: relative;
}
.breadcrumb__content {
    z-index: 1;
    position: relative;
}
.breadcrumb__area {
    display: flex;
    align-items: center;
}
.breadcrumb__title, .breadcrumb__list span, .breadcrumb__list a {
    color: #fff;
}
span.dvdr {
    color: #ffffff66;
}
.breadcrumb__list a:hover {
    color: var(--primary-color);
}

/* COntact */
.contact__info-inner h4 {
    color: #454545;
}
/* About Us */
.vision-mis svg {
    vertical-align: middle;
    background: #ff8d10;
    padding:10px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.vision-mis {
    text-align: center;
    padding: 20px 22px;
}
.about-last {
    background: #F5F5F5;
}
q {
    color: var(--primary-color);
    font-size: 49px;
    font-style: italic;
    line-height: 68px;
    font-weight: lighter;
}
.founder-div {
    position: relative;
}
.founder-div p {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: #f5f5f5;
    margin: 10px;
    border-radius: 5px;
    color: var(--secondary-color);
}
#sector-slide img {
    width: 64px;
    margin: 0 auto;
}
#sector-slide h6 {
    color: var(--secondary-color);
}
/* Product Page */
/* Change breadcrumb text color */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    color: #fff; /* Change to your preferred color */
    font-size: 18px; /* Adjust font size */
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
    color: var(--primary-color); /* Change to your preferred color */
}
/* Change breadcrumb separator color */
.woocommerce-breadcrumb .dvdr {
    color: #ffffff66; /* Change to your preferred separator color */
}
.woocommerce-loop-product__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
}
.price {
    display: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 700;
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    border: 1px solid #00000029;
    padding: 15px;
    border-radius: 6px;
}
.woocommerce div.product .product_title {
    color: var(--secondary-color);
}
.product_meta {
    margin-bottom: 10px;
    font-size: 12px;
}
.woocommerce-info {
    border-top-color: var(--primary-color);
}
.woocommerce-info::before {
    color: var(--primary-color);
}
.single-post-content .post-thumbnail img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}
.recentpost-hold h3 {
    color: var(--primary-color);
}
.get-a-quote-form {
    padding: 20px 20px 10px;
    background: #f5f5f5;
    border-radius: 10px;
}
.get-a-quote-form h3 {
    color: var(--secondary-color);
}
.get-a-quote-form h6{
    font-weight: 400;
}
.get-a-quote-formp {
    font-size: 14px;
    margin-bottom: 10px;
}
.wpcf7-not-valid-tip {
    font-size: .8em;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}
.select2-container .select2-selection--single {
    height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
/* -----------------------------media query ----------------------------- */
 
/* Max width 1600px */
@media (max-width: 1600px) {
    /* Add your styles here */
}

/* Max width 1500px */
@media (max-width: 1500px) {
    p {
        font-size: 14px;
    }
    ul li {
        font-size: 14px;
    }
    h1 {
        font-size: 57px;
    }
    h2 {
        font-size: 37px;
    }
    h3 {
        font-size: 27px;
    }
    h4, .woocommerce-loop-product__title {
        font-size: 20px;
    }
    h5 {
        font-size: 17px;
    }
    h6 {
        font-size: 15px;
    }
    .feature-sec h2 {
        margin: 45px 0;
    }
    .container-fluid.fixed-space {
        /* padding: 0 45px; */
    }
    .blog-left-content h3 {
        margin-bottom: 20px;
    }
    .blog-left-content span {
        margin-bottom: 30px;
    }
    .blog-archive h3 {
        margin-bottom: 20px;
    }
    .footer-bottom p {
        font-size: 16px;
    }
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
        font-size: 16px;
    }
    .btn {
        padding: 10px;
    }
    ul.social li:not(:first-child) {
        min-width: 37px;
        height: 37px;
    }
    ul.social li:not(:first-child) svg {
        width: 20px;
        height: 20px;
    }
    .icon-div {
        width: 45px;
        height: 45px;
    }
}

/* Max width 1400px */
@media (max-width: 1400px) {
    p {
        font-size: 15px;
    }
    h1 {
        font-size: 57px;
    }
    h2 {
        font-size: 37px;
    }
    h3 {
        font-size: 27px;
    }
    h4, .woocommerce-loop-product__title {
        font-size: 21px;
    }
    h5 {
        font-size: 17px;
    }
    h6 {
        font-size: 15px;
    }
    .btn-primary {
        padding: 4px 7px;
    }
    .btn-primary svg {
        width: 25px;
    }
    body {
        font-size: 16px;
    }
    header .navbar-light .navbar-nav .nav-link, .header-call a {
        padding-left: .8rem;
        padding-right: .8rem;
    }
}

/* Max width 1300px */
@media (max-width: 1366px) {
    p {
        font-size: 14px;
    }
    h1 {
        font-size: 57px;
    }
    h2 {
        font-size: 37px;
    }
    h3 {
        font-size: 27px;
    }
    h4, .woocommerce-loop-product__title {
        font-size: 21px;
    }
    h5 {
        font-size: 17px;
    }
    h6 {
        font-size: 15px;
    }
    header .navbar-light .navbar-nav .nav-link, .header-call a {
        padding-left: 0.5rem;
        padding-right: .5rem;
    }
    .search-input {
        width: 192px;
        height: 35px;
    }
    body {
        font-size: 14px;
    }
    .header-call,.btn {
        font-size: 14px;
    }
    a.navbar-brand {
        width: 200px;
    }
}

/* Max width 1200px */
@media (max-width: 1200px) {
    p {
        font-size: 14px;
    }
    h1 {
        font-size: 57px;
    }
    h2 {
        font-size: 37px;
    }
    h3 {
        font-size: 27px;
    }
    h4, .woocommerce-loop-product__title {
        font-size: 21px;
    }
    h5 {
        font-size: 17px;
    }
    h6 {
        font-size: 15px;
    }
    header .navbar-light .navbar-nav .nav-link, .header-call a {
        padding-left: 0.5rem;
        padding-right: .5rem;
        font-size: 14px;
    }
    a.navbar-brand {
        width: 150px;
    }
    .feature-sec h2 {
        margin: 15px 0;
    }
}
/* Max width 1024px */
@media (max-width: 1090px) {
    header .navbar-light .navbar-nav .nav-link, .header-call a {
        padding-left: 0.4rem;
        padding-right: .4rem;
        font-size: 14px;
    }
    .search-input {
        width: 175px;
    }
    a.navbar-brand {
        width: 150px;
    }
    .btn-primary svg {
        width: 20px;
    }
    .header-call {
        display: none;
    }
}
/* Max width 992px */
@media (max-width: 992px) {
    .site-slider .owl-nav {
        display: none;
    }
    .bnr-text {
        bottom: 40px;
    }
    h2 {
        font-size: 30px;
        line-height: 37px;
    }
    .p-50 {
        width: 100%;
      }
    .feature-div, .count-div, .catelogue-div {
        margin-bottom: 10px;
        height: auto;
    }
    .count-div img, .catelogue-div img  {
        width: 100%;
    }
    .connect-by-phone {
        display: block;
    }
    .container-fluid.fixed-space {
        padding: 0 20px;
    }
    .marquee {
        height: 145px;
    }
    .marquee h2 {
        font-size: 100px;
        font-weight: 700;
        line-height: 103px;
    }
    .pyc {
        padding: 35px 0;
    }
    .custom-grid {
        margin-top: 20px;
    }
    .connect-inner-div {
        display: block;
        left: 20px;
        width: calc(100% - 40px);
    }
    .connect-inner-div h2 {
        margin-bottom: 10px;
        max-width: 100%;
        border-left: 15px solid var(--bs-primary);
    }
    .blog-archive, .blog-right-content {
        margin-top: 20px;
    }
    .blog-archive h3 {
        margin-bottom: 5px;
    }
    .phone-div {
        margin: 10px 0;
        justify-content: left;
    }
    .footer-middle {
        margin-top: 0;
    }
    .footer-middle iframe {
        margin-bottom: 30px;
    }
    .footer-bottom {
        text-align: center;
    }
    .row.custom-gutter {
        --bs-gutter-x: auto;
    }
    .search-form {
        position: relative;
        margin-bottom: 15px;
    }
    .vision-mis {
        text-align: center;
        padding: 30px;
    }
    .search-input {
        width: 100%;
        height: 40px;
    }
    h1.breadcrumb__title {
        font-size: 30px;
        line-height: 34px;
    }
    #navbarSupportedContent {
        position: absolute;
        top: 73px;
        background: #ffff;
        z-index: 9;
        width: 100%;
        left: 0;
        padding-bottom: 10px;
        padding: 10px;
    }
}

/* Max width 576px */
@media (max-width: 576px) {
    .bnr-text {
        display: none;
    }
    .feature-sec h2 {
        margin: 20px 0;
    }   
}



