
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  overflow-x: hidden;
}

.top-bar {
    background-color: #174873;
    background: linear-gradient(233.19deg, #8EC850 -256.88%, #428DCB -167.3%, #2AB998 -81.23%, #C2579B -2.2%, #EC7026 80.36%);
    background: linear-gradient(311deg, #8ec85073 -256.88%, #428dcb2b -167.3%, #2ab9983d -81.23%, #c2579b91 -2.2%, #ec7026a8 80.36%);
    padding: 4px 0 0px;
    margin-bottom: -5px;
    background: #174873;
}

.top-bar ul, .top-bar ul li, .top-bar .col-md-6:last-child > a {
    display: inline-block;
}


.btn-login {
    color: #fff;
    background-color: #066b95fe;
    border-color: #066b95fe;
    background-color: green;
    border-color: green;
}

.btn-quote {
    color: #fff;
    background-color: #fd6802;
    border-color: #fd6802;
}

.btn-quote.focus, .btn-quote:focus, .btn-quote:hover {
    color: #E0F2F1;
    text-decoration: none;
}

.btn-login.focus, .btn-login:focus, .btn-login:hover {
    color: #E0F2F1;
    text-decoration: none;
}
/* For Social Wrapper */
.social{
    /* background:linear-gradient(121deg, #00418257, #00314d); */
    background-color: #e8e8e6;
    padding:10px 0;
}
.social-wrapper .social-icon a{
    float:left;
    font-size:13px;
    color:#fff;
}
.social-wrapper ul li {
    margin: 0 1px;
    display: inline-block;
}
.social-wrapper .social-icon a:hover{
    color:#82ca9c;
}
.social-icon img {
    width: 32px;
    height: 32px;
}
.social-wrapper .social-icon a i{
    padding-right:10px;
}
.social-wrapper .social-contact{
    float:right;
    font-size:13px;
    margin-top: 6px;
}
.social-wrapper .social-contact a{
    color: #000048;;
    margin-right:20px;
}
.social-wrapper .social-contact a:hover{
    color:#2f78c4;
}
.social-wrapper .social-contact a i{
    padding-right:5px;
}


/*.overlay-all {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(11, 13, 37, 0.4);
}
#banner {
    padding-bottom: 140px;
    padding-top: 200px;
}*/

/*.navbar-default {
    border-color: transparent;
    border-radius: 0;
    padding-top: 55px;
}*/
.navbar {
    position: sticky;
    top: -1px;
    z-index: 1000;
    /*    padding: 20px;*/
    padding: 5px;
    background: radial-gradient(circle, #d5e1f8, #fff, #f3f3f3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 0;
}

/*.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}*/

/*.navbar .navbar-brand img {
    width: 75px;
    margin-top: -24px;
}

.navbar .navbar-nav > li > a {
    color: #333;  Change this to your desired text color 
}*/
.navbar-brand {
    margin-top: -5px;
}
/*.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #82ca9c;
    background-color: transparent;
}*/
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    /*    text-transform: uppercase;*/
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: transparent;

}
/*.navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus, .navbar-default .navbar-nav > li a.active {
    background-color: #000048;
    color: #fff;
}*/

.navbar-default .navbar-nav > li a.active {
    color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background: #fd6802;
}

 .navbar-default .navbar-nav > li:hover a, .navbar-default .navbar-nav > li:focus a {
    color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background: #fd6802;
}

.navbar-default .navbar-nav > li a {
    color: #333333;
/*    padding: 15px 15px;*/
    margin-top: 12px;
}

/*.navbar-nav > li > a {
    
    padding-top: 20px;
    padding-bottom: 0px;
    line-height: 45px;
}*/
.navbar-nav>li>.dropdown-menu {
/*    margin-top: 0px;*/
     margin-top: 1px;
}
  
/*.navbar-nav>li>.dropdown-menu > li a:hover, .navbar-nav>li>.dropdown-menu > li a:focus,  .navbar-nav>li>.dropdown-menu > li a.active {
    background-color: #000048;
    color: #fff;
}

 .navbar-nav>li>.dropdown-menu > li:hover a, .navbar-nav>li>.dropdown-menu > li:focus a {
    color: #333;
    background: none;
}*/

/* Default state: no background */
.navbar-nav > li > .dropdown-menu > li > a {
    border-radius: 0 !important;
    background-color: transparent !important; /* remove orange */
    color: #333 !important;                  /* normal text color */
}

/* On hover/focus/active: orange background */
.navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-nav > li > .dropdown-menu > li > a:focus,
.navbar-nav > li > .dropdown-menu > li > a.active {
    background-color: #fd6802 !important; /* orange background */
    color: #fff !important;               /* white text */
    border-radius: 0 !important;          /* square corners */
}


/* remove Bootstrap dropdown shadow completely */
.navbar-nav > li > .dropdown-menu {
    box-shadow: none !important;
    border: 1px solid #ddd;   /* optional: keep a thin border for separation */
}

/* also catch hover case */
.navbar-default .navbar-nav > li:hover > .dropdown-menu {
    box-shadow: none !important;
}

/* Target only dropdown menu list items */
.dropdown-menu li,
.dropdown-menu li:hover,
.dropdown-menu li:focus,
.dropdown-menu li a,
.dropdown-menu li a:hover {
    box-shadow: none !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
    border-radius: 25px 0px 25px 0px;
    background: #fd6802;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.33);
    }
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
/*    color: #333;*/
    color: #525252;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
     .collapse.in{
        display:block !important;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }
   .navbar-right .dropdown-menu {
        right: 0;
        left: 0;
    }
.navbar-default .navbar-nav > li a {
    margin-top: 10px;
}
  .navbar-nav .nav-item {
    z-index: unset;
}
}




.scrolled #header {
    position: fixed;
}

.cgf-logo {
  width: 340px;
  width: 315px;
  margin-top: -15px;
}

.dbt-logo {
    width: 90px;
    /*  margin-top: -24px;*/
}

.cdfd-logo {
   width: 390px;
}


.navbar-default .navbar-nav {
    margin: 0;
    margin-left: auto !important;
    margin-right: auto !important;
}

.navbar-nav .nav-item {
    /*z-index: 1;*/
    position: relative;
    margin-right: 20px;
}

.notice {
    background: #e6e6e68a;
    position: relative;
    top: 0;
    border-top: 2px solid #757575;
    border-bottom: 2px solid #757575;
}

.notice1 {
    background: #757575;
    padding: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    margin: 5px;
    z-index: 999;
}

.notice2 {
    padding-top: 11px;
    margin-top: -48px;
}

section {
    padding: 60px 0;
    overflow: hidden;
}

.home-section-bg {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
    z-index: 1;
}

.home-section-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/map-pattern.png) no-repeat center center / cover;
    opacity: 0.6;
    z-index: -1;
}


.section-title {
    /* text-align: center; */
    /* color: #FF7200; */
    /* margin-bottom: 5%; */
/*    text-transform: uppercase;*/
    font-size: 3.5rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    color: #212529;
/*    text-align: left;*/
}
.section-title h2 {
    /* font-size: 50px; */
    font-weight: 700;
    font-family: Poppins, sans-serif;
    color: #1968b3;
}

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

.news-item
{
    padding:4px 4px;
    margin:0px 20px;
    border-bottom:1px dotted #555; 

}

.news-item a{color:#1968b3;}
.news-item:hover a{color: #F47E39;}

.panel-footer {
    padding: 5px 15px;
    /*    background-color: #f5f5f5;*/
    background-color: #015580;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pull-right {
    float: right!important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

/*.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}*/

.pagination>li {
    display: inline;
}

.pagination>li>a {
    background: transparent;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 0px 12px;
    margin-left: -1px;
    /* line-height: 1.42857143; */
    color: #fff;
    text-decoration: none;
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
}


.theme h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 56px;
    color: #d2232a;
}

.section-title {
    /* text-align: center; */
    /* color: #FF7200; */
    /* margin-bottom: 5%; */
/*    text-transform: uppercase;*/
    font-size: 3.5rem;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    color: #212529;
/*    text-align: left;*/
}
.section-title h2 {
    /* font-size: 50px; */
    font-size: 43px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 56px;
    color: #1968b3;
}

.home-section-bg p{
    font-size: 21px; 
    text-align: justify; 
    margin-bottom: 10px;
}

.video {
    border-radius: 5px;
    margin-top: 25px;
    position: relative;
}

.video video {
    border-radius: 10px;
    max-width: 100%;
    max-height: 100%;
}

.goal_hr {
    width: 120px;
    height: 1px;
    background: #364167;
    margin-bottom: 40px;
    float: left;
}

.theme h2 {
    font-size: 43px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    line-height: 56px;
    color: #333 !important;
}


.post-wrap-design {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.post-wrap-color {
/*    background-color: #fff2eb;*/
/*  background-color: #cccccc36;*/
  background-color: #795548;
  background-image: url(../images/mob-grid-bg.png);
    background-repeat: repeat-x;
    background-position: top center;
    padding-top: 6rem;
}
.post {
  font-size: 20px;
  line-height: 28px;
  text-align: left;
/*    max-width: 800px;
  margin: auto;*/
  padding: 0 20px;
}
.shape.a2 {
  right: -100px;
  top: 183px;
  border-radius: 34px;
  background-color: rgba(255,124,63, 0.5);
  transform: rotate(-21deg);
}
.shape {
  position: absolute;
  width: 200px;
  height: 200px;
  opacity: 0.25;
}
.shape.b2 {
  left: -158px;
  top: 73px;
  border-radius: 34px;
  background-color: rgba(255,124,63, 0.5);
  transform: rotate(-77deg);
}
.shape {
  animation:x 4000ms infinite alternate ease-in, y 4000ms infinite alternate ease-out;
}
@keyframes x {
  from { transform: translateX(0vw) }
  to { transform: translateX(5vw) }
}
@keyframes y {
  from { transform: translateY(0vh) }
  to { transform: translateY(5vh) }
}



/*.min-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
}
.min-card:hover {
  transform: translateY(-5px);
}
.min-card img {
  max-height: 150px;
  margin: 15px auto;
  display: block;
  border-radius: 10px;
}*/



.equal-panel {
  display: flex;
  flex-wrap: wrap;
}

.equal-panel > .col-md-6 {
  display: flex;
}

.equal-panel .panel {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-publication .row {
  display: flex;
  flex-wrap: wrap;
}

.news-publication .col-md-6 {
  display: flex;
  flex-direction: column;
}

.news-publication .panel {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.news-publication .panel-body {
  flex: 1; /* makes the body expand equally */
}




.titleBox {
    font-weight: bold;
    color: #282828 !important;
    position: relative;
    bottom: 0px;
    left: 0;
    right: 0;
    margin-bottom: 1%;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}




/*
.min-card {
  position: relative;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: 0.3s;
  overflow: hidden;  makes overlay follow rounded corners 
}

.min-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/about_pics/goal_background.jpg') no-repeat center center / cover;
  opacity: 0.2;  adjust 0.1 → 1 for opacity strength 
  z-index: 0;
}

.min-card * {
  position: relative;
  z-index: 1;  keep content above background 
}

.min-card:hover {
  transform: translateY(-5px);
}*/

.min-card img {
  max-height: 150px;
  margin: 15px auto;
  display: block;
  border-radius: 10px;
}



.min-card {
  position: relative;
  border-radius: 15px;
  padding: 30px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 123, 255, 0.2); /* soft glow */
  transition: 0.3s;
  overflow: hidden;
  background: #fff;
}

/* glowing background image overlay */
.min-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/about_pics/goal_background.jpg') no-repeat center center / cover;
  opacity: 0.25; /* make it lighter so content pops */
  z-index: 0;
}

/* keep text and content above */
.min-card * {
  position: relative;
  z-index: 1;
}

/* add a glowing hover effect */
.min-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4); /* brighter glow */
}



.sec-vid .video-box {
  background: url("../images/video.png") center center no-repeat;
  background-size: cover;
  min-height: 380px;
}
.sec-vid .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.sec-vid .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.sec-vid .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.sec-vid .play-btn:hover::after {
  border-left: 15px solid #1977cc;
  transform: scale(20);
}
.sec-vid .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



#footer {
    background-color: #265766;
    padding: 10px 0 10px;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
}


.news-publication {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
    z-index: 1;
}

.news-publication::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/news-background.jpg) no-repeat center center / cover;
    opacity: 0.3;
    z-index: -1;
}


.image-section-banner {
    color: #fff;
    padding-top: 3%;
    padding-bottom: 3%;
    /* margin-top: 7%; */
}

.lg-text {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: none;
    color: #fff;
}

#hero-image {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin-top: -20px;
}

#banner-image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    min-height: 250px;
    position: relative;
}

.card-img-overlay {
    /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
}

#banner-image .banner-main {
    position: relative;
}

.breadcrumb-wrap {
    position: absolute;
    position: relative;
    /* padding: 0.7rem 1.2rem; */
    /* background: #2c3b92eb; */
    border-radius: 4px;
    bottom: 56px;
}
.banner-main {
    height: 100%;
    min-height: 400px;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.breadcrumb {
    /* padding: 18px 15px; */
    /* margin-bottom: -7px; */
    list-style: none;
    background-color: #f2dedee3;
    background-color: rgba(79, 79, 79, 0.3);
    border-radius: 4px;
}

.breadcrumb>li a {
    color: #fff;
}
.breadcrumb>.active {
    color: #fff;
}


#spec_tab .nav>li>a {
    color: #fff;
}

#spec_tab .nav-pills>li>a {
    background: #0a7b39;
}

#spec_tab .nav>li>a:focus, #spec_tab .nav>li>a:hover {
    text-decoration: none;
    background-color: #f58a35;
    color: #fff;
}

#spec_tab .nav-pills>li.active>a, #spec_tab .nav-pills>li.active>a:focus, #spec_tab .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #f58a35;
}


.flow_chart {
    /* background-color: #eceeef; */
/*    margin: 5% 0%;*/
}



.single-team{
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 5%;
  
}

.team-img{
  position: relative;
  z-index: 5;
  overflow: hidden;
}
.team-img img{
  width: 100%;
  transition: .3s;
}
.single-team:hover .team-img img {
  transform: scale(1.1);
}
.team-content {

  width: 100%;
  position: absolute;
  text-align: center;
  overflow: hidden;

  transition: all .4s;
  background: #1968b3;
  z-index:5;
}

.team-info {
  padding: 5px 20px 5px 18px;
  transition: all .5s;
}
.single-team:hover .team-content{
  background: #000;
}
.single-team .team-content .team-info h3 {
  /*text-transform: uppercase;*/
  color: #fff;
  font-size: 14px;
  margin: 5px;
}
.single-team:hover .team-info h3{
  color: tomato;
}
.team-info p {
  
  color: #fff;
}
.single-team-text p{
  margin-top: 5px;
}
.team-text {
  color: #fff;
  padding: 0 10px 5px;
}


.contact-info-section {
  padding: 25px 0;
  padding-left: 60px;
  margin-bottom: 0;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.contact-info-section p {
/*    color: #999;*/
  font-size: 20px;
    font-weight: 400;
    /* margin: 0; */
    margin-top: -31px;
    margin-left: 45px;
}
.contact-info-section i {
    width: 32px;
    height: 32px;
    padding-top: 11px;
    border-radius: 50%;
    background: #36415f;
    color: #fff;
    font-size: 20px;
    margin-right: 5px;
    line-height: 11px;
}
.list-style-1 li {
  padding: 5px 0;
  list-style-type: none;
}
.email_color_site {
  color: #999 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
  padding-left: 0px !important;
}
/*ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}*/


.ngc_centres {
    background-color: #eceeef;
}

.map-wrap iframe {
    height: 275px;
    height: 325px;
    width: 100%;
    border: none;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0.5rem;
}




/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
       
}



/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
       .team-info {
    padding: 5px 5px 5px 5px;
    transition: all .5s;
}


.single-team .team-content .team-info h3 {
    text-transform: capitalize;
    font-size: 15px;

}


}







