@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
  font-family: 'Outfit', sans-serif;
  color: #444444;
}

a {
  color: #7bc7d7;
  text-decoration: none;
}

a:hover {
  color: #8ec4dd;
  text-decoration: none;
}
.bg-light1 .main-heading:after{
  content: '';
    position: absolute;
    top:45px;
    width: 200px;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
  background:#00b0a8 !important;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  margin-bottom: 25px;
}
.media-body p{
  font-size: 0.75rem;
  line-height: 20px;
  color: #000;
}
.font-weight-bold {
  font-weight: 700;
  color: #333333;
  font-size: 0.875rem;
}

.qualified-img {
  animation-name: animateUpDown;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.count-on-wapper .color-dot.green {
  background-color: #1a5b89;
}

.serve-cnt{margin-top: 40px;text-align: center;}
.serve-cnt img{
  width: 85px;
  background: #f0f0f0;
  border-radius: 50%;
  padding: 10px;
}
.serve-cnt h4{
  color: #333333;
  font-size: 0.875rem;
  margin-top: 15px;
}

.data-security-wapper .section-title:after{
      content: '';
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 2px;
    margin: auto;
    left: 0;
    background-color: #e05d5d !important;
    right: 0;
}

.data-security-wapper {
  background: #f5fcfc;
}



.mains-sec::after {
  content: '';
  position: relative;
  margin: 10px auto;
  display: block;
  /* width: 230px !important; */
  height: 2px;
  border-radius: 6px;
  /* background: #e05d5d !important; */
}

.f12 {
  font-size: 0.75rem;
  line-height: 22px;
}
.media i{
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: block;
      background-color: #1a5b89;
      color:#fff;
      padding: 16px;
      font-size: 18px;
}
.media {
  display: flex;
  margin-top: 30px;
}

.count-on-wapper .color-dot {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
}

section.bnr {
  padding: 0;
}

.bg-1 {
  background-color: #f6f6f6;
}

.bg-2 {
  background-color: #8de0fc;
}
.serv-list p{font-size:16px !important;text-align:justify;}
.serv-list li{list-style: disc;text-align:justify;line-height:30px;font-size: 14px;}
@media (min-width: 768px) {
    .inner-header-bg {
        width: 900px;
        height: 900px;
        position: absolute;
        top: -590px !important;
        right: -160px;
        background: url(../Image/inner-header-bg.png) no-repeat;
        background-size: cover;
    }
}
img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-18 {
  font-size: 18px;
}

#divmainenquiry11 .close {
  position: absolute;
  right: 14px;
  font-size: 30px;
  cursor: pointer;
}

/*nav-top*/
.table-responsive {
  overflow: hidden !important;
  padding: 0;
}

.intro-text {
  font-size: 1.2rem;
  line-height: normal;
}

.typed-cursor {
  font-size: 1.8rem !important;
  line-height: normal;
  animation: blink 1s step-end infinite;
}

.intro-text .type-wrap {
  color: #15467c;
}

.intro-text .type-wrap .subtext {
  font-size: 1rem;
}

.intor-img-block {
  height: 360px;
}
.intor-img-block img {
    position: absolute;
}
.intro-img,
.qualified-img {
      animation-name: animateUpDown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.intro-img.mobile {
  animation-delay: 0.5s;
  animation-duration: 3s;
}
.weserv-wapper .carousel-control-next-icon, .carousel-control-prev-icon{
    filter: invert(1);
}
.weserv-wapper .carousel-control-prev{left:-100px;}
.weserv-wapper .carousel-control-next{right:-100px;}
.section-title:after {
    content: '';
    position: absolute;
    top: 45px;
    width: 200px;
    height: 2px;
    margin: auto;
    left: 0;
    right: 0;
    background: #000 !important;
}
.section-title {
  font-size: 1.85rem;
  padding-bottom: 1rem;
  font-weight: 300;
  position: relative;
}

.ind-head{color:#333;font-size:28px;font-weight:600;margin-bottom:30px;}
.ser-bx {margin-bottom: 40px;border-radius: 3px;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;-webkit-transition: all 0.3s ease;-ms-transition: all 0.3s ease;transition: all 0.3s ease;background: #fff;-webkit-box-shadow: 0px 15px 46px -16px rgb(0 0 0 / 11%);-moz-box-shadow: 0px 15px 46px -16px rgba(0, 0, 0, 0.11);box-shadow: 2px 2px 6px #ccc8c8;}
.ser-bx .img {width: 100%; height: 216px; /*border-bottom:#dd9933 2px solid;*/ overflow:hidden; transition:all .5s;}
.ser-bx img  { -webkit-transform: rotate(15deg) scale(1.4);  transform: rotate(15deg) scale(1.4); transition:.5s;}
.ser-bx:hover img {-webkit-transform: rotate(0) scale(1);  transform: rotate(0) scale(1);}
.ser-bx .text {background: #fff; width: 90%; text-align: center; padding: 0 0px 20px; margin:0 auto; margin-top:-50px; position: relative;}
.ser-bx .text .icon:after{/*content:''; width:60px; height:40px; background: #dd9933; transform:skew(20deg, 0deg); transition: all 0.3s ease; position:absolute;*/}
.ser-bx .text .icon {
    width: 100%;
    position:relative;
    height: 6px;
    padding: 0 10px;
    text-align:left;
    /*border-radius: 50%;*/
    font-size: 20px;
    font-weight: bold;
    background: #000;
    /*margin: -62px 0 20px;*/
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 11px 32px -12px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 11px 32px -12px rgb(0 0 0 / 28%);
}
.ser-bx .text h3 {font-weight: 600;font-size: 17px;color:#000;margin-bottom: 0;margin-top: 7px;}
.ser-bx .text h3 span{color: #738391;}
.ser-bx .text p{font-size: 16px;line-height:26px;padding: 0 10px;text-align: justify;}
.ser-bx .text .btn-custom { position: absolute; transition: all 0.3s ease; /*bottom: -45px;*/ left: 0; right: 0;  width: 150px;
    background: #000; color: #fff; padding: 12px 10px; border-radius: 3px;  margin: 0 auto; text-transform: uppercase; font-weight: 500; font-size: 14px;}
.ser-bx:hover .text .icon, .ser-bx:hover .text .icon:after {background: #5b6d7e;color:#fff;}
.ser-bx:hover .text .icon .fa{ color: #fff;}
.ser-bx:hover .text .btn-custom { background: #dd9933;}



.section-title strong {
  font-weight: 700;
}
@media (min-width: 768px) {
    .intro-bg {
        background-color: transparent;
        position: relative;
        z-index: 99;
    }
      .header-bg {
        width: 100%;
        height: 1200px;
        position: absolute;
        left: 34%;
        top: -136%;
        background: url(../Image/header-bg.png) no-repeat;
    }
}
@media (min-width: 1200px) {
    .header-bg {
        left: 42%;
        top: -80%;
    }
}
@media (min-width:992px) {
  .intro-text {
    font-size: 2rem;
  }
    .header-bg {
        border-radius: 95px;
    }

  .intro-text .type-wrap .subtext {
    font-size: 1.4rem;
  }

  .intor-img-block {
    height: 347px;
  }

  .banner-bold {
    font-size: 30px
  }

  .banner-light {
    font-size: 22px
  }

  .banner-small {
    font-size: 22px
  }

  .how-block {
    margin-top: 0;
  }
}

@media (min-width:1200px) {
  .intro-text {
    font-size: 2rem;
    padding: 0 35px;
    position: relative;
  }


  .intro-text .type-wrap .subtext {
    font-size: 1.8rem;
  }
}



@keyframes animateUpDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes blink {
  67% {
    opacity: 0
  }
}

.whodo-anim.two {
  animation-delay: 0.5s;
}

.whodo-anim.three {
  animation-delay: 0.8s;
}

.whodo-anim.four {
  animation-delay: 1.1s;
}

.whodo-anim.five {
  animation-delay: 1.4s;
}

.fade-content {
  animation-delay: 0.5s;
}

.int-sec {
  padding: 30px 0 !important;
}

.fade-content p {
  font-size: 13px;
}
.team-sec img{
  box-shadow:1px 1px 5px gray;
  border-radius:10px;
}
.team-sec .main-heading{
  text-align:left;
  margin-bottom: 25px !important;
  color: #333;
}
.team-sec .main-heading:after{
  background-position: left;
}
.team-sec p{
  text-align: justify;
}
.team-sec {margin-bottom:45px;}
.banner-bold {
  font-weight: 700;
  font-size: 32px;
  color: #15467c;
  line-height:35px;
}

.banner-light {
  font-weight: 200;
  font-size: 22px;
  color: #343a40 !Important;
  line-height:25px;
}

.banner-small {
  font-weight: 300;
  font-size: 18px
}

.btn-danger {
  background-color: #e05d5d !important;
  border-color: #e05d5d !important;
}

.fixed-top {
  border-bottom: 1px solid #b3b4b6
}
.contact-pg{margin-top:45px;}
.contact-pg i{
  color:#e05d5d;
  float:left;
  font-size: 25px;
}
.contact-pg h4{
  text-align:left;
  padding-left: 45px;
  font-size: 1.7rem;
  color: #000;
}
.contact-pg a{
  color: #007bff;
}
.contact-pg p{
  text-align: left;
  padding-left: 45px;
  font-size: 16px;
  color: #000;
}
.nav-top {
  position: relative;
  overflow: hidden;
}

.nav-top:before {
  position: absolute;
  left: -140px;
  top: 0;
  z-index: 0;
  border-right: 5px solid #fff;
  background: #115199;
  content: '';
  height: 60px;
  width: 40%;
  transform: skew(-20deg, 0deg);
}

.nav-top .text-end .d-inline-flex .fa {
  background: #115199;
  width: 45px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  transition: .5s;
  margin-top: 5px;
}

.nav-top .text-end .d-inline-flex .fa:hover {
  background: #000;
}

/*nav-top*/
/*nav-bar*/
.dropdown-toggle {
  position: relative;
}

.nav-item ul li .dropdown-toggle::after {
  position: absolute;
  right: 5px;
  top: 10px;
}

/*#MenuControl*/
.navbar.bg-light {
  height: 100%;
  float: right;
}
.nav-link{font-size:14px;}
#MenuControl .nav-link:focus,
#MenuControl .nav-link:hover {
  /* background-color: #fff !important; */
  color: #2b2825 !important;
}
.navbar-nav .nav-item:not(:last-child) .nav-link:before{
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        width: 1px;
        height: 1em;
        background-color: #333333;
    }
}


	#HeaderControl {
    transition: 0.5s;
    position: relative;
    z-index: 999;
    text-align: center;
    top: 0;
    left: 0;
}
.body-fx #HeaderControl{
    float: Left;
    position: fixed;
    padding: 0;
    padding-left: 0;
    background: rgb(255 255 255);
    z-index: 99999;
    text-align: left;
    transition: 0.5s;
    box-shadow: 2px 1px 2px #817c7c;
    top: 0px;
}
.body-fx #MenuControl_C{ height: 80px !important;}


.body-fx #MenuControl {
    float: Right;
    position: fixed;
    right: 0;
    padding: 0;
    padding-right: 0;
    background: rgba(255,255,255, 0.95);
    transition: 0.5s;
    top: 0;
    box-shadow: 2px 1px 2px #817c7c;
}


.nav-link {
  font-weight: 400;
  font-size: 15px;
  color: #000000e6;
}

.dropdown-item {
  font-size: 16px;
}

.nav-fill {
  width: 100%;
  font-size: 15px;
}

.navbar-brand {
  margin: 0;
}

.nav-item {
  position: relative;
}

/*nav-bar*/
@media (max-width: 1170px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1px;
    padding-left: 1px;
  }
}

@media (max-width: 991px) {

  #MenuControl,
  #MenuControl_C,
  #HeaderControl,
  #HeaderControl_C,
  #widgetsControl_C,
  #widgetsControl {
    height: initial !important;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 12px;
  }
}
.banner{padding:0 !important;}
@media (min-width: 992px) {
    .intor-img-block {
        height: 347px;
    }
}
@media (max-width: 767px) {
  .navbar-toggler {
    background: #eee;
  }

  .navbar.navbar-expand-md {
    text-align: center;
    float: none;
  }

  .navbar.navbar-expand-md .container-fluid {
    display: block;
  }

  .nav-fill .nav-item,
  .nav-fill>.nav-link {
    text-align: left;
  }

  .navbar-nav>li {
    display: block;
    text-align: left;
    padding: 4px 0;
    border-bottom: 1px solid #999;
    border-right: 0;
  }

  .nav-item ul li .dropdown-toggle::after {
    transform: rotate(90deg);
  }

  .nav-item .nav-link.dropdown-toggle::after {
    position: absolute;
    right: 5px;
    top: 15px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
  }
}



.main-table {
  Font-size: 22px;
  color: #292a2c;
  line-height: 24px;
  text-align: justify;
  padding: 0 5px;
}
.main-heading span{color:#333;font-weight:700;}
.main-heading {
  font-weight: 400;
  Font-size: 28px;
  color: #c1c1c1;
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  position: relative;
}

.main-heading::after {
  content: '';
  display: inline-block;
  background: url("../image/founder-border.svg") no-repeat bottom center;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -46%;
  left: 0;
}

.sub-heading {
  font-weight: bold;
  Font-size: 17px;
  color: #292a2c;
  line-height: 30px;
  margin: 0;
  text-align: left;
}

.team-title {
  font-weight: bold;
  Font-size: 14px;
  color: #292a2c;
  line-height: 30px;
  margin: 0;
  text-align: left;
}

p,
ol,
ul,
li,
tr,
td,
th {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

a {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
}

p {
  line-height: 27px;
}



/*innr-pg-bnnr*/
.otherpagecss #RadDockZone1.container {
  max-width: 100%;
}

.otherpagecss #RadDockZone1.container #HomepagecontentControl_C table {
  margin-top: 0 !important;
}

.innr-pg-bnnr {
  padding: 170px 0 0;
  width: 100%;
  background-size: cover;
  min-height: 450px;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.innr-pg-bnnr:after {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #000000c7;
}

.main-table.innr-pg {
  padding-bottom: 50px;
}

.innr-pg-bnnr h1 {
  color: #fff;
  text-align: center;
  font-size: 52px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.inner-pages ul,
.innr-pg ul {
  padding: 0px;
  margin-bottom: 0;
}

.inner-pages li,
.innr-pg li {
  position: relative;
  list-style: none;
  padding-left: 30px;
}

.inner-pages li:before,
.innr-pg li:before {
  content: "\f101";
  position: absolute;
  font-family: FontAwesome;
  font-size: 17px;
  line-height: 30px;
  left: 7px;
  top: -2px;
  color: #a2d5f2;
}

/*innr-pg-bnnr*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header .fa-mobile {
  font-size: 50px !important;
}

#header .head-img {
  position: relative;
  padding: 15px 0px;
}


#MenuControl {
  padding: 0px 0;
}

/*#MenuControl .navbar-expand-md .navbar-collapse{display:block !important;text-align: center;}
#MenuControl .navbar-expand-md .navbar-nav{display: -webkit-inline-box;}*/
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0 !important;
}

.specialist-team {
  background-color: #EBEBEB;
}

.specialist-team p {
  font-weight: 600;
  font-size: 24px;
}

.footer a {
  color: #15467c;
  font-size: 14px;
}

.footer .nav .nav-link {
  position: relative;
  padding: 0 1rem;
}

.footer .nav .nav-link:not(:last-child):after {
  content: '';
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 1em;
  background-color: #333333;
}

.footer .nav .nav-link:first-child {
  padding-left: 0;
}

.footer .nav .nav-link:last-child {
  padding-right: 0;
}

.footer .footer-nav li {
  margin-bottom: 5px;
  font-size: 0px;
}

.footer .footer-nav li a:hover,
.footer .footer-nav li a:focus {
  text-decoration: none;
  color: #15467c;
  font-weight: bold;
}

.footer .border-bottom {
  border-bottom-color: #e05d5d !important;
  font-size: 20px;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #00b0a8;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 40px;
  bottom: 15px;
  transition: background .5s;
  z-index: 11
}

.connect-btn {
  animation-delay: 12s;
}

.specialist-team a {
  color: red;
  font-weight: 300;
  font-size: 20px;
}

.bg-light {background-color: transparent !important;}
.bg-light1 {
  background: #f8f9fa!important;
  margin: 0;
}

.section-bg {
  background-color: #f4f9fc;
}

.tm-lft .section-title h2::before {
  background: #fff;
}

.section-title p {
  margin-bottom: 0;
}

/*bnr-sec*/


.bnr-sec .carousel-caption h2 {
  font-size: 65px;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
  animation: fadeInRight 2000ms ease-in-out;
  color: #ff7c0a;
  text-align: center;
}

.bnr-sec .carousel-caption h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 16px;
  text-transform: uppercase;
  animation: fadeInRight 2000ms ease-in-out;
  color: #5cbd51;
  text-align: center;
}

.bnr-sec .carousel-caption h2 span {
  color: #fff;
  display: block;
}

.bnr-sec .carousel-caption h4 span {
  color: #5cbd51;
}

.bnr-sec .carousel-caption p {
  font-size: 18px;
  line-height: 25px;
  margin-top: 50px;
  animation: fadeInRight 2000ms ease-in-out;
}

.bnr-sec .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #fff;
}

.bnr-sec .carousel-caption {
  text-align: left;
}

.bnr-sec .carousel-indicators {
  display: none;
}

.bnr-sec .carousel-caption {
  bottom: 10.25rem;
}

/*bnr-sec*/



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.abt-cont p {
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.cont {
  margin: 0 auto;
}

.cont-1 p {
  text-align: center;
  color: #242222;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background-color: #b2e1ff;
  font-size: .85rem;
  font-weight: 400;
}

.top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  background: #00b0a8;
  opacity: 0;
  transition: ease-in 0.5s;
}

.top.scll-top {
  opacity: 1;
  transition: ease-in 0.5s;
  bottom: 46px;
  width: 40px;
  height: 40px;
  padding: 0 !important;
}

.top .fa {
  display: block !important;
  font-size: 22px;
  transition: 0.3s;
  line-height: 32px;
}

.top .fa:hover {
  transform: scale(1.04);
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .bnr-sec .carousel-caption h2 {
    font-size: 36px;
  }

  .bnr-sec .carousel-caption p {
    margin-top: 30px;
  }

  .team .member {
    margin-bottom: 110px;
  }

  .services .icon-box {
    margin: 15px auto;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
  .banner-light{font-size:18px;}
  .banner-bold{font-size:22px;}
  .navbar-nav .nav-item:not(:last-child) .nav-link:before{display:none;}
}

@media (max-width: 767px) {
  .bnr-sec .carousel-caption h2 {
    font-size: 36px;
  }
  .main-heading, .ind-head{font-size:17px;}
.header-bg{display:none;}
  .int-sec {
    padding-top: 0px !important;
  }


  .specialist-team a {
    font-size: 18px;
  }

  .data-security-wapper {
    padding-top: 0px !important;
  }

  .bnr-sec .carousel-caption h4 {
    margin-bottom: 0;
  }

  .bnr-sec .carousel-caption p {
    margin-top: 14px;
  }

  .header_img {
    text-align: left !important;
  }

  .Top_social_link {
    text-align: left !important;
  }

  #header img {
    margin: inherit;
  }

  .navbar-toggler {
    /* position: absolute; top: -23px;  */
  }

  .caption {
    width: 100%;
  }

  .wback .caption {
    top: 30%;
  }

}

@media (max-width: 575px) {
  .carousel-caption {
    display: none;
  }

  .bnr-btm-sec .btm-bx {
    padding: 18px 20px 20px;
  }

  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }

  .wback .caption {
    display: none;
  }
}

.business-advisory {
  top: -28% !important;
}

.contact-us {
  top: -34%;
}

#RadDockZone2 {
  position: unset;
}
ul.text-dark {
    line-height: 27px;
}
@media(min-width:1920px){
  .header-bg{/* left: 0; */width: 100%;right: 0;}
}

/*============WHATSAPP==========*/
  
.whatsapp_btn{
    position: fixed;
    bottom: 7em;
    right: 17px;
    width: 55px;
    height: 55px;
    z-index: 9999;
}
.whatsapp_btn .icon_logo{
    position: relative;
    z-index: 100;
    padding: 5px;
}

.whatsapp_btn .icon_logo > a > img{
    width: 100%;
}

.whatsapp_btn .circle_waves {
    border-radius: 50%;
    background-color: #3cc04e;
    width: 55px;
    height: 55px;
    position: absolute;
    opacity: 0;
    bottom: 1px;
    left: 0px;
    z-index: 99;
    animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}

@keyframes waves {
    from {
        transform: scale(.55, .55);
        opacity: .6;
    }
    to {
        transform: scale(1.8, 1.8);
        opacity: 0;
    }
}
