body
{
  font-family:'Poppins'!important;
  cursor:pointer!important;
  color:#000;
}

p,ul li,ol li,tr td, tr th
{
  font-size:15px;
  font-family:'Poppins'!important;
}
h1,h2,h3,h4,h5,h6,a span{
  font-family:Poppins;
}
a{
  text-decoration:none!important;
  color:#000!important;
}
h3,h4,h5
{
  font-size:18px!important;
}
h6
{
  font-size:16px!important;
}
label{
  font-size:14px!important;
}
.w3-animate-up
{
  animation-duration:1s;
}
.tabcontent h6{
  padding:8px 0!important;
}
.tabcontent ul li{
  font-size: 15px;
}
.btn
{
  border: 2px solid #0099d1!important;
  border-radius:5px!important;
  font-size:15px!important;
  padding: 5px 15px!important;
}
.moredetails
{
  border-radius:5px!important;
  border:1px solid #00a1dd;
  background:#fff;
  color:#00a1dd!important;
}
.btn :hover
{
  color:#fff!important;
  background: #70c7e6;
}
input,select 
{
  font-size:15px!important;
}
.Products-img{
  float:right;
  width:60%;
}
@media only screen and (max-width: 600px) 
{
  .Products-img 
  {
    float:capabilities-area;
  }
}
/*-------------icon----------------*/
.fa-thumbs-o-up
{
  color:#0096d0;
  font-weight: 600;
}
header 
{
  background-color: #ffffff;
  color: var(--default-color);
  transition: all 0.5s;
  z-index: 997;
  max-height:70px;
}
header .logo img 
{
  max-height:40px;
}
header .navbar{
  position: fixed;
  min-height:75px;
}
header nav a img
{
  height:50px;
}
header .navbar
  {
    position:fixed!important;
  }
@media screen and (min-width: 480px) {
  header .navbar
  {
    position:relative;
    min-height:75px;
  }
  /*header nav a img
  {
    height:30px!important;
  }*/
}
/*----------Slider-------------*/
.navbar 
{
  z-index:1;
}
.btn 
{
  border-radius:20px;
  color: #000;
  border:1px solid #70c7e6;
  padding: 8px 20px;
}
.btn:hover
{
  border-radius:20px;
  color: #fff!important;
  background: #70c7e6;
  border:1px solid #70c7e6;
}
.navmenu ul li a
{
  font-weight:500;
}
@media (min-width: 1200px) 
{
  .navmenu ul 
  {
    margin: 0;
    padding:15px 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navmenu a 
{
  color: #000;
  padding:10px 18px;
  font-size:18px;
  font-family: var(--nav-font);
  font-weight:500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  text-decoration:none;
}
.navmenu .dropdown ul 
{
  margin: 0;
  background:#fff;
  display: block;
  position: absolute;
  visibility: hidden;
  left: 14px;
  top: 130%;
  opacity: 0;
  transition: 0.3s;
  border-radius: 4px;
  z-index: 99;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.navmenu .dropdown ul li 
{
  min-width: 200px;
}
.navmenu .dropdown:hover>ul 
{
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navmenu .dropdown .dropdown ul 
{
  top: 0;
  left: -90%;
  visibility: hidden;
}
.navmenu .dropdown .dropdown:hover>ul 
{
  opacity: 1;
  top: 0;
  left: -100%;
  visibility: visible;
}
/* Navmenu - Mobile */
@media (max-width: 1199px) 
{
  .mobile-nav-toggle 
  {
    color:#2d467a!important;
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }
  .navmenu 
  {
    padding: 0;
    z-index: 9997;
  }
  .navmenu a i:hover,.navmenu a:focus i:hover 
  {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }
  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus 
  {
    color: var(--nav-dropdown-hover-color);
  }
  .navmenu .active i,
  .navmenu .active:focus i 
  {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }
  .navmenu .dropdown ul 
  {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }
  .navmenu .dropdown ul  
  {
    background-color: rgba(33, 37, 41, 0.1);
  }
  .navmenu .dropdown>.dropdown-active 
  {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }
  .mobile-nav-active 
  {
    overflow: hidden;
  }
  .mobile-nav-active .mobile-nav-toggle 
  {
    color: #2d467a;;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }
  .mobile-nav-active .navmenu 
  {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }
  .mobile-nav-active .navmenu>ul 
  {
    display: block;
  }
}
/*---------Slider--------*/
/*.mySlides
{
  width:100%;

}*/
/*-----Home------*/
.w3-content 
{
  max-width:100%; 
}
.PageHeader
{
  /*background-color:#0096d0;
  height:150px;*/
  margin-top:75px;
}
.MainPage{
  margin-top:85px;
}
/*-------About US-----*/
.about-img img
{
  border-radius: 10px;
}
.page-heading
{
  font-size: 25px;
  font-weight: 700;
  font-family: sans-serif;
}
.heading_container
{
  margin:10px 0;
}
.heading_container h2 
{
    font-weight:750;
    font-size:28px;
  
  }
  .heading_container h3 {
    font-weight:750;
    font-size:24px!important;
  }
  .detail-box h1{
    font-weight:750;
    font-size:28px;
  }
  span{
    color:#0096d0;
  }
  hr{
    color:#0096d0;
  }
  .card-header h3 b{
    border-bottom:2px solid #0096d0;
  }
  h3 img{
    width:40px;
  }
  .card-body p{
    text-align:justify;
  }
  /*.company-value{
    height:220px;
  }*/
  /*.value h3,.company-value h3
  {
    font-size: 30px;
      font-weight: 700;
      font-family: sans-serif;
  }*/
  .banner-heading
  {
    position: absolute;
    animation: mymove 50s;
    animation-iteration-count:1;
    text-align:center;
  }
  @keyframes mymove 
  {
    from {top: 0px;}
    to {top: 50px;}
  }
  .imp-point
  {
    margin-bottom:5px;
    /*padding-left:35px;*/
  }
  .imp-point i:hover{
     rotate:90deg;
     transition:1s ease-in-out;
  }
  .Value_img
  {
    margin-top:-50px;
  }
  .value_des p span
  {
    color:#000;
    font-size:16px;
    font-weight:700;
  }
  .value-card{
    height:180px;
  }
  #more 
  {
    display: none;
  }
  .page-title 
  {
      width:100%;
  }
.company_value div .card {
         box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0px 0 rgba(0, 0, 0, 0.19);
      margin-bottom:15px;
  }
  .company_value div .card:hover {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      margin-bottom:15px;
    
  }
  .card .icon:hover{
    color: #0096d0;
    rotate:360deg;
     transition:2s ease-in-out;
     /*transform:.7s ease-in-out;*/
    }   
  .card .icon{
    position: absolute;
    top: auto;
    bottom: 0;
    right: 9px;
    z-index: 0;
    font-size: 40px;
   /* color: rgba(0, 0, 0, 0.20);*/
    color:#0096d0;
}
.card .icon img{
  height:100px;
}
  /*-------Solution Page----------*/
  .services{
  background-color:#d0e2e90d;
}
.feature {
    margin-bottom: 30px;
}
.feature .icon {
    display: inline-block;
    position: relative;
}

.feature .icon
{
  background:#0099d14a;
    width: 70px;
    height: 70px;
    border-radius: 30px;

}
.feature .icon img{
  /*margin: 14px 4px;*/
  width:60px;
}

.feature .icon h4 {
    font-size: 14px;
    color: #2f2f2f;
    font-weight:#550;
}
.feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a;
}



/*------------Product-----------------*/


.Products .Products-item {
    background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 20px 10px;
    transition: 0.3s;
    border-radius: 5px;
}
.Products .card{
  margin:15px 0;
}
.Products .Products-item:hover {
    background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
}
.Products-item a img{
  height:80px;
}
.Products-item a h3{
  font-size: 23px;
    font-weight: 650;
}

.Products .Products-item a i {
    color: #0099d1;
}
.Products .Products-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
}
.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.services .services-item {
    background: #fff;
    box-shadow: 2px 2px 1px 2px #0096d017;
    display: flex;
    align-items: center;
    padding:18px;
    transition: 0.3s;
    border: 1px solid #0096d0;
    border-radius:7px;
  /*color-mix(in srgb, var(--default-color), transparent 90%);*/
    position: relative;
}

.services .services-item h3 {
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size:20px!important;
    font-family:Poppins!important;
}
.services .services-item h3 a {
    color: var(--heading-color);
    transition: 0.3s;
}
.services-item img{
  margin:10px;
}

/*---------Service---------*/
/*.PMS,.Digitization{
  width:60px;
}
.CBT{
  width:85px;
}.SITC,.Scanning{
  width:70px;
}
.Biometric{
  width:75px;
}
.CCTV{
  width:90px;
}
.PMC{
  width:50px;
}
*/
.services-item img:hover {
   box-shadow: 0 0 11px rgba(33,33,33,.2);
}
.content p{
  font-size:13pxs!important;
}

/*-------------.why-choose-section------------------*/
.why-choose-section {
    padding:3rem 0;
}
.section-title {
    color: #2f2f2f;
}
.feature {
    margin-bottom: 30px;
}
.feature .icon {
    display: inline-block;
    position: relative;
}
.feature h3 {
  font-size: 24px;
  color: #2f2f2f;
  font-weight:650;
}
.feature p {
    font-size: 14px;
    line-height: 22px;
    color: #6a6a6a;
}
.why-choose-section .img-wrap {
    position: relative;
     margin-top:7rem;
}
.why-choose-section .img-wrap:before {
    position: absolute;
    content: "";
    width: 182px;
    height: 167px;
    background-image: url("<?php echo base_url();?>/assets/img/solutions/dots.svg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(-40%, -40%);
    -ms-transform: translate(-40%, -40%);
    transform: translate(-40%, -40%);
    z-index: -1;
}
.hero{
  background:#0096d003;
}
.Innovation{
  margin: 1px 4px;
}
.Delivery{
  margin: 14px 4px;
}
.Research{
  margin: 17px 8px;
}
.Value{
  margin:8px;
}
/*--------Career------*/
.Career-img
{
  max-width:100%;
  height: 300px;
  float: right;
}
.tab
{
  float: left;
  /*border: 1px solid #ccc;*/
  width: 30%;
  height: 1321px;
}
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}
.tab button:hover {
  background-color:#ebf7ff;
  color:#000;
}
.tab button.active {
   background-color:#ebf7ff;
  color:#000;
}
.tabcontent {
  float: left;
  padding: 0px 12px;
  /*border: 1px solid #ccc;*/
  width: 70%;
  border-left: none;
 /* height: 300px;*/
 background-color:#ebf7ff;
}
.tabcontent p{
  font-size:15px;
}
/*-------form-----------*/
.ApplyNow {
    background-color: #e4f8ff08;
    border: 2px solid #70c7e608;
    box-shadow: 0 4px 0px 0 #e1f5fe38, 0 6px 4px 0 rgba(0, 0, 0, 0.19);
}
.ApplyNow form
{
  padding:10;
}
..ApplyNow form button{
  background-color:#0099d18f;
}
/*--------Contact------*/
  .untree_co-section {
    padding:4rem 0;
}
.contact {
    line-height: 1.5;
}
.panel-title a b{
  font-size:16px;
}
.contact .contact-icon {
    border-radius: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background:#0096d0;
    margin-right: 20px;
    color: #ffffff;
}
.contact-contents p a{
  font-size:18px;
  color:#000!important;
  text-decoration:none;
}
.panel-body p a{
  color:#000!important;
  
}
.panel-body p i{
  color:#00a1dd!important;
}
.panel-body p b{
  color:#00a1dd!important;
}
.contact .contact-icon i{
    font-size: 33px;
    text-align: center;
    padding: 7px 7px;
}
.tab-content form label{
  font-size:15px!important;
}
.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.detail-box .tab-content{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tab-content .tab-pane form{
  padding:25px;
}
}
/*--------Footer------*/
footer
{
  background-color:#000!important;
}
footer p
{
  color:#fff;
  margin-bottom:3px;
  font-size:13px !important;
  line-height: 25px;
}

.copyright a{
  font-size:14px;
}
footer h5, footer h6
{
  color:#fff;
}
.footer-logo 
{
  background: #fff;
  padding: 0px 10px 5px 10px;
  border-radius: 6px;
  width:365px;
}
.footer-logo a img
{
  width:165px;
}
footer ul li a
{
  text-decoration:none;
}
.address ul 
{
  li 
  {
    display: inline;
    background-color:#009cd2;
    padding:5px 15px!important;
    position: relative;
    margin:0 10px!important;
    /*border-radius:5px;*/
    color:#fff!important;
    font-size:15px!important;
    &:hover 
    {
      background-color:#009cd2;
      cursor:pointer;
    }
    &.current 
    {
      &:after 
      {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #009cd2;
        content: " ";
        position: absolute;
        bottom: -15px;
        left: 35%;
      }
    }
  }
}
.address ul li a{
  color:#fff!important;
  font-size:15px;
}
.reach p i{
  font-size:17px;
}
.locaion li
{
  list-style-type: none;
  line-height:30px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link 
{
  color:#fff;
  background-color:#009fd0!important;
}
.nav-link:focus, .nav-link:hover
{
  color:#fff!important;
  background-color:#009fd0;
}
.linkedin img {
  width: 50px;
  margin-top:10px;
  /*margin-left:-17px;*/
}
.SocialMedia a img
{
  width:25px;
  /*padding:5px;*/
}
@media only screen and (max-width: 600px) {
  .linkedin img {
    margin-bottom :10px;
  }
}
.tab-pane p b{
  color:#0397d1;
}
/*--------------DigiMarker-----------------*/
.cb-row 
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.6rem 8.5rem;
    padding-left: 40px;
    padding-right: 8px;
    margin:20px 0;
}
.cb-row .mt-col-two 
{
    padding: 2rem 1.4rem 2rem 3rem;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
    position: relative;
}
.cb-row .mt-col-two:hover
{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.color-box-icon 
{
    padding: 12px;
    border: 1px solid #0096d0;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    left: -57px;
    top: 18px;
    width:70px;
    height:70px;
}
.color-box h6 
{
    font-size: 18px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.blue_box 
{
    float: left;
    max-width: 650px;
    padding:10px 80px 30px 0;
    position: relative;
}
.we-best .blue_box ul 
{
    list-style: none;
    padding: 0;
    margin: 35px auto 0;
    overflow: hidden;
}
.blue_box ul li 
{
    margin-bottom:30px;
    position: relative;
    padding-left: 128px;
    min-height: 90px;
    list-style: none;
}
.blue_box .icon-circle 
{
    font-size: 44px;
    border: 3px solid #0096d0;
    height:90px;
    width:90px;
    text-align: center;
    line-height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border-radius: 100%;
    background:#ffffff;
}
.blue_box .icon-circle img
{
  width:50px;
  height:50px;
}
.Query.card
{
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}
/*-------------DIgiVarsity---------------------*/
.weDo 
{
    padding:60px 0;
}
.mb-30 {
    margin-bottom: 30px;
}
.heading-box {
    position: relative;
    padding-left: 15px;
}
.wedo-point
{
    border:1px solid #0096d0;
    padding: 20px 0;
    float: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.2), 0 1px 0px 0 rgba(0, 0, 0, 0.19);
}
.wedo-point:hover{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important; 
  border-color: transparent;
    border:1px solid #0096d0;
}

.wedo-point:before {
    content: '';
    position: absolute;
    top: -9px;
    left: -18px;
    background: #0096d0;
    width: 100px;
    height: 116%;
    transform: rotate(9deg);
    transform-origin: top right;
    transition: all 0.3s;

}
.wedo-point:hover:before {
    transform: rotate(0deg);
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.19);*/
}

.wedo-point .icon-serv {
    float: left;
    text-align: center;
    width: 64px;
    font-size: 30px;
    line-height: 64px;
    margin-right: 24px;
    color: #fff;
    margin-left: 0;
    height: 64px;
    position: relative;
    z-index: 1;
    text-indent: 7px;
    text-shadow: 1px 1px 1px #0006;
}
.wedo-point .icon-serv img{
  width:50px;
}
.wedo-point .serv-poin {
    width: calc(100% - 97px);
    display: inline-block;
    overflow: hidden;
    padding-left: 15px;
    /*height:170px;*/
}
.serv-poin h3 {
    font-size: 18px;
    color: #0c1f38;
}
.serv-poin h3 a {
    color: #0c1f38;
    display: inline-block;
}
.serv-poin p {
    margin-bottom: 0px;
}
.wedo-point:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #0096d0;
    border-bottom: 1px solid #0096d0;
    width: 0;
    height: 100%;
    transition: all 0.3s;
}

.l-left {
    margin: 0;
}

.b-line {
    position: relative;
    width: 60px;
    height: 3px;
    background: #0c1f38;
    display: block;
    margin: 0 auto;
}
.box_content__block {
    margin: 15px 0;
    min-height:50px;
    position: relative;
}
.box_content__block i.fa {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    font-size: 20px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin-top: -39px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    color:#0096d0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.19);
}
.box_content__block h4 {
    font-size: 18px!important;
    margin-left: 73px;
}
/*-------Awsum-------*/
  .ft-about-feature-list-warpper 
  {
      padding-top: 35px;
  }
  .ft-about-feature-list-item 
  {
      padding: 27px 20px 25px 20px;
      border-radius: 6px;
      -webkit-box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
      box-shadow: 1.91px 10.833px 50px 0px rgba(68, 68, 68, 0.15);
      background-color:#fff;
    }
  .ft-about-feature-list-item .ft-about-feature-icon 
  {
      width: 55px;
      height: 55px;
      margin-right: 20px;
      border-radius: 100%;
      background-color:#09759c;
       box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
      -webkit-transition: 500ms all ease;
      transition: 500ms all ease;
  }
  @media only screen and (max-width: 600px) {
  .ft-about-feature-list-item .ft-about-feature-icon  {
   height:40px;
  }
}
  .ft-about-feature-list-item .ft-about-feature-icon img
  {
     width:35px;
  }
  .ft-about-feature-list-item .ft-about-feature-text 
  {
      max-width: 420px;
  }
  .ft-about-feature-list-item .ft-about-feature-text h3 {
      font-size: 20px;
      font-weight: 700;
      padding-bottom: 5px;
  }
  .pera-content p 
  {
      margin-bottom: 0;
  }
  /*-------------DigiScan-----------*/
  .ft-why-choose-feature-icon:before {
    top: 10px;
    left: 10px;
    content: "";
    z-index: -1;
    width: 65px;
    height: 65px;
    position: absolute;
    border-radius: 100%;
    background-color:#0099d0;
}
.ft-why-choose-feature-icon {
    z-index: 1;
    width:85px;
    height: 85px;
    margin-right: 23px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15);
    box-shadow: 1.045px 9.945px 40px 0px rgba(68, 68, 68, 0.15);
}
.ft-why-choose-feature-icon img{
  width:40px;
}
.Modules{
  width:75%;
}
/*---------Service Page---------------*/
/*---------PMS--------*/
  .services-section{
    background-color:#f4f4f447;
  }
  .circle-grid .eqh-box {
    position: relative;
    height: 100%;
    padding-bottom: 20px;
    overflow: hidden;
}
.head-abtus {
    font-size: 25px;
    line-height: 27px;
    letter-spacing: -0.5px;
    color: #000;
    font-weight: 900;
}
.capabilities-area{
  border: 2px solid #0099d0;
    border-radius: 10px;
    padding: 15px;
    margin: 10px 0;
    height: 220px;
    background: linear-gradient(to bottom left, #ffffff 50%, #e6eef108 50%);
}
@media only screen and (max-width: 600px) {
  .capabilities-area {
   height:220px;
  }
}
.capabilities-area:hover{
   transform: scale(1.05) translateY(-5px);
    box-shadow: 0 5px 15px #0099d026;
}
.capabilities-area img{
      width: 70px;
    background: #fff;
    padding: 7px;
    border-radius: 10px;
    box-shadow: 2px 4px #009cd00f;
}
.capabilities-area h4{
  font-weight:600;
  font-size:20px;
  color:#0099d0;
}
.projectmanagement img{
  width:300px;
}
/*-----------CBT---------*/
  .service-img{
    text-align:center;
  }
  .service-img img{
    width:72%;
  }
  /*.CBT{
    margin:30px 0;
  }*/
  .CBT-img{
    text-align:center;
  }
  .CBT-img img{
    height:300px;
  }
  .CBT .card .card-header img
  {
    width:45px;
    padding-top:10px ;
  }
  .CBT-text ul li{
    font-size: 18px;
      line-height: 30px;
  }
  .card-header-img
  {
      position: relative;
      margin-top: -40px;
      background: #fff;
      width: 75px;
      height: 75px;
      text-align: center;
      border-radius: 50px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
/*-----------tagline--------------*/
.cursor{
    position: relative;
    width:10em;
    margin: 0 auto;
    color:#fff;
    font-size:55px;
    font-weight:900;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}
@media only screen and (max-width: 600px) {
  .cursor {
    font-size:40px;
  }
  .Products-img{
    float:center;
  }
}
@media only screen and (max-width: 500px) {
  .cursor {
    font-size:40px;
  }
  .Products-img{
    float:center;
  }
}
@media only screen and (max-width: 600px) {
  .cursor {
    font-size:40px;
  }
  .Products-img{
    float:center;
  }
}
/* Animation */
.typewriter-animation {
  animation: 
    typewriter 5s steps(30) 1s 1 normal both, 
    blinkingCursor steps(10) infinite normal;

}
.typewriter-animation p{
   font-style: italic;
}
@keyframes typewriter {
  from { width: 0; }
  to { width: 100%; }
}
@keyframes blinkingCursor{
  from { border-right-color: rgba(255,255,255,.75); }
  to { border-right-color: transparent; }
}
/*-----------------Testimonials------------------------*/
/*Employee*/
 .testimonial-card{
    height:240px;
   }
  @media screen and (min-width: 576px) {
    .testimonial-card
    {
      height:260px;
    }
    .cb-row{
      padding-left:70px;
    }
  }
  @media screen and (min-width: 476px) {
    .testimonial-card
    {
      height:250px;
    }
    .cb-row{
      padding-left:70px;
    }
  }
  @media screen and (min-width: 676px) {
    .testimonial-card
    {
      height:250px;
    }
    .cb-row{
      padding-left:70px;
    }
  }
  @media screen and (min-width: 376px) {
    .testimonial-card
    {
      height:260px;
    }
    .cb-row{
      padding-left:70px;
    }
  }
  .shadow-sm{
    /*border-radius:15px;*/
  border:1px solid #0096d052;
  }
  .shadow-sm .card-body img {
  width:50px;
  height:50px;
  border-radius:25px;
  border:1px solid;
}
.shadow-sm:hover,.card-body > div >.fw-bold:hover 
{
  box-shadow:8px 5px 6px 6px #00000066 !important;
  /*border-radius:15px;*/
  /*border:1px solid #0096d052;*/
}

/*.carousel-inner {
  padding: 1em;
}*/

@media screen and (min-width: 576px) {
  .carousel-inner {
  /*  display: flex;*/
    width: 90%;
    margin-inline: auto;
    /*padding: 1em 0;*/
    overflow: hidden;
  }
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}
@media screen and (min-width: 768px) {
  .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}
.carousel .card {
  margin: 0 0.5em;
  border: 0;
}

 
/*--------------DMS--------------*/
.benitfts ul li{
  font-size:18px!important;
}
.card h5 span{
  font-size: 18px!important;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color:#009fd0!important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
{
  color: #fff;
  background-color:#009fd0!important;;
}
/*----------We Serve---------------*/
.we-Serve{
    background-color:#bbdefb14 !important;
  }
  .we-Serve .card .card-body{
    margin:15px 0;
    text-align: center;
  }
  .we-Serve .card .card-body p{
    margin:15px 0;
    text-align: center!important;
    font-size:15px;
  }
  .we-Serve .card .card-body h2
  {
     margin:5px 0;
  }
  .serveimg{
    text-align:center;

  }
  .serveimg img{
    width:100px;
    padding:10px;
  }

  .server_section {
    background-color: #00bece21;
}
.server_section p {
    font-size: 14px;
}
.card-body h2 img {
    width:60px;
}

.server_section .card .card-body h2 i {
    color: #00a5de;
    font-size: 35px;
}
.server_section h1 {
    font-size: 20px;
    font-weight: bold;
   /* margin-top: 40px;*/
}
#WeServe .card{
  height:150px;
}
/*----------animate-------------*/
.w3-animate-zoom, .w3-animate-right,.w3-animate-left,.w3-animate-bottom{
  animation-duration:1.5s!important;
}
/*---------What we do---------------*/
.we-do{
  padding: 60px 0;
  overflow: hidden;
}
.section-title {
    padding-bottom: 40px;
}
.section-title h2 
{
  /*font-size: 14px;*/
  /*font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;*/
}
.section-title p
{
  margin: 0;
  margin: 0;
  text-transform: uppercase;
  color: #151515;
}
.we-do .icon-box 
{
  text-align: center;
  border: 1px solid #ebebeb;
  padding:30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.we-do .icon-box .icon 
{
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background:#fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: 0.3s;
  box-shadow:2px 1px 3px 4px #00a1dd24;
}
.we-do .icon-box h4 a{
  font-size:18px!important;
  font-weight:600;
  color:#00a1dd!important;
}
.we-do .icon-box .icon img 
{
  width:50px;
  transition: ease-in-out 0.3s;
}
.we-do .icon-box p{
  text-align:left;
}
.we-do .icon-box:hover 
{
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
/*---------------- Index.php ----------------*/
.link-btn 
{
  background-color: #fff;
  padding: 15px;
  display: table;
  vertical-align: middle;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 15px;
  color: #605d5c;
  box-shadow: 0 0 9px rgba(0, 92, 171, .35);
  -webkit-box-shadow: 0 0 9px rgba(0, 92, 171, .35);
  -moz-box-shadow: 0 0 9px rgba(0, 92, 171, .35);
  -o-box-shadow: 0 0 9px rgba(0, 92, 171, .35);
  width: 100%;
}
.link-btn 
{
  padding: 13px !important;
}
.link-img
{
  background-color:#0096d0;
  border-radius:50px;
  width:70px;
  height: 70px;
}
.link-img .Products-imgbg
{
  padding:5px;
}
.link-img img
{
  width: 60px;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 3px 0 rgba(0, 0, 0, 0.19);
}
.quick-link a 
{
  color: #337ab7;
  text-decoration: none;
}
.link-txt 
{
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
.link-btn h2 
{
  font-size: 18px;
  color:#0096d0;
  font-weight:750;
  margin: 0;
}
.link-btn p 
{
  font-size: 13px;
  line-height: 1.4;
  margin-bottom:0;
}
.flt 
{
  margin-right: 15px;
  float: left;
  background-color:#00a1dd;
  border-radius:10px;
  height:60px!important;
}
.flt img 
{
  padding: 10px;
  width: 60px;
}
.mobilPd
{
  font-size:18px; 
  color:#343434; 
  display:flex;
  margin-bottom: 0px !important;
}
.tagline-section {
    height:130px;
  }
  .tagline p
  {
    font-size:33px;
    font-weight:700;
  }
  .OurJourney{
    margin-top:-50px;
  }
  .OurJourney .card{
    border-radius:5px;
    /*padding:20px 0;*/
    padding:0;
  }

  .OurJourney .card p i
  {
    font-size: 25px;
    margin: -35px 0 0 -15px;
    position:absolute;
    color: #0099d1;
    border-radius: 5px;
    box-shadow: 1px 3px 5px 3px #6e6a6a82;
    background: #fff;
    padding: 4px;
    border: 1px solid #0099d1;
    position:relative;
  }

/*------------New CSS-------------*/

.homebtn button 
   {
      $btn-color: random-color($max: 200);
      $btn-color-dark: shade($btn-color, 40%);
      color: tint($btn-color);

      &:before {
        content: '';
        @include absolute(0, 0, 0, 0);
        background-color: $btn-color-dark;
        transform: translateX(-100%);
      }

  &:hover {
    color: tint($btn-color, 75%);

    &:before {
      transform: translateX(0);
    }
  }
}

.oursolution {
  background-color: #eeeeee;
}

.OurSolutions .container .card {
  boder: none !important;
}


.OurSolutions .container .cardimg img {
  transition-duration: 4s;
  margin: 0 auto;
  display: block;
}

.OurSolutions .container .cardImgsection .card-header {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  text-align: center !important;
}

.OurSolutions .container .cardImgsection img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  z-index: 1;
}

.CompanyValue {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  margin-top: -60px;
  margin-bottom: 70px;
  margin-left: 30px;
  margin-right: 30px;
}

.CompanyValueRow {
  padding-left: 150px;
}

.CompanyValueImg img {
  width: 65px;
  margin: 20px 0;
}

.CompanyValueText p {
  font-size: 14px;
  font-weight: 700;
}

.WhyTechSumImg img {
  width: 600px;
  border-radius:10px;
}
/*@media screen and (min-width: 750px) and (max-width: 1200px) 
{
  .WhyTechSumImg img 
  {
    width: 600px;
  }
}*/
   @media (min-width: 1200px) {
    .testimonialscontainer .container {
        max-width: 1500px;
    }
}
.testimonialscontainer{
   /*background-color: #dce8f2;*/
   height: 270px;"
}

/*.testimonialscontainer .container {
  padding:0!important;
}*/
@media screen and (min-width: 750px) and (max-width: 2000px) 
{
  .CompanyReview{
    display:none;
  }
  .ProductTagline h2{
    font-size:33px!important;
        font-weight: 700;
   }
}
@media screen and (min-width: 100px) and (max-width: 749px) {
  header nav a img 
  {
    height: 30px!important;
  }
  .PageHeader img{
    margin-top:75px!important;
  }
    .WhyTechSumImg img
    {
      width:100%;
    }
    .carousel-control-next-icon{
      display:none!important;
    }
    .testimonialscontainer 
    {
       height: 100px!important;
    }
    .CompanyValueSection{
      display:none!important;
    }
    .CompanyValue{
      display:none!important;
    }
    .tagline p
    {
      font-size:18px;
    }
    .CompanyRevieward{
      margin:30px 0px;
      /*width:200px;*/
      text-align:center;
   }
   .CompanyReviewardImg
   {
      background:#0099d1;
      margin: -50px 100px 20px 105px;
      width: 70px;
      height: 70px;
      border-radius: 50px;
      text-align:center;
   }
   .CompanyReviewardImg img
   {
      width: 60px;
    height: 60px;
    margin: 5px;
    background: #fff;
    border-radius: 50px;
   }
   .CompanyRevieward .number span
   {
      color:#0099d1;
   }
    .ProductTagline h2{
    font-size:18px!important;
   }

    
}
/*@media screen and (min-width: 150px) and (max-width: 160px) {
  .CompanyReviewardImg
   {
      background:#0099d1;
      margin: -50px 100px 20px 95px!important;
      width: 70px;
      height: 70px;
      border-radius: 50px;
      text-align:center;
    }
     .CompanyRevieward {
        margin: 30px 40px;
        /* width: 200px; */
       
}
*/
.Assessed,
.DigitallyEvaluated {
  width: 75px !important;
}

.MES {
  background-color: #dce8f2;
}

.MES_Stat p i {
  color: #ff9a12;
  font-size: 26px;
}

/*multipal card slider*/
.carousel-inner .active.left {
  left: -33%;
}

.carousel-inner .active.right {
  left: 33%;
}

.carousel-inner .next {
  left: 33%
}

.carousel-inner .prev {
  left: -33%
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.carousel-inner .item {
  background: white;
  width: 100%;
}

.item .card {
  height: 200px;
}

.DrivenTransformation {
  background-image: url('../img/Home/bg-banner.png');
  padding: 20px 0;
}

.DrivenTransformationImg img {
  height: 300px;
  transition: 0.3s;
}

.DrivenTransformationImg img:hover {
  transform: scale(1.1);
}

.DrivenTransformationText ul li {
  line-height: 30px;
}

.homebtn button {
  border-radius: 20px;
  background-color: #000;
  padding: 4px 8px
}

.homebtn button a {
  color: #fff !important;
}

.homebtn button a i {
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 2px;
  margin: 0;
  margin-right: -5px;
  color: #fff;
}

.imp-point h5 i {
  color: #e4a91d;
}

.institution {
  font-size: 22px;
  margin: 30px;
}

.institutionBtn button {
  background-color: #000;
  border-radius: 20px;
}

.institutionBtn button a {
  color: #fff !important;
  font-size: 16px;
  padding: 10px 20px;
}

.institutionimg img {
  width: 100%;
  margin: 0;
}

.sliderImg {
  width: 100%;
}

.UniquelyCard .card {
  background-color: #eeeeee;
  border-radius: 5px;
  height: 120px;
}

.UniquelyCard .card p {
  padding: 33px 5px;
  text-align: center;
}

.w3-animate-bottom {
  animation-duration: 1s !important;
}

/*---------- widgets -----------*/

/*------------- Multicard Silder ---------------*/
.testimonialCarousel .carousel img {
  width: 70px;
  max-height: 70px;
  border-radius: 50%;
  margin-right: 1rem;
  overflow: hidden;
}

.testimonialCarousel .carousel-inner {
  padding: 1em;
}

@media screen and (min-width: 576px) {
  .carousel-inner {
    display: flex;
    width: 90%;
    margin-inline: auto;
    padding: 1em 0;
    overflow: hidden;
  }

  .testimonialCarousel .carousel-item {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 768px) 
{
  .testimonialCarousel .carousel-item 
  {
    display: block;
    margin-right: 0;
    flex: 0 0 calc(100% / 3);
  }
}

.testimonialCarousel .carousel .card {
  margin: 0 0.5em;
  border: 0;
}

.testimonialCarousel .carousel-control-prev,
.testimonialCarousel .carousel-control-next 
{
  width: 3rem;
  height: 3rem;
  background-color: grey;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}


@media (min-width: 768px) 
{

  /* show 3 items */
  .carousel-inner .active,
  .carousel-inner .active+.carousel-item,
  .carousel-inner .active+.carousel-item+.carousel-item 
  {
    display: block;
  }

  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-ite
  {
    transition: none;
  }

  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }

  .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* left or forward direction */
  .active.carousel-item-left+.carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left+.carousel-item,
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
  .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }

  /* right or prev direction */
  .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right+.carousel-item,
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
  .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}

.carousel-control-prev {
  margin-left: -60px !important;
  margin-top: 120px !important;
  width: 30px !important;
  height: 30px !important;
}

.carousel-control-prev span {
  background-color: #000 !important;
  border-radius: 10px;
}

.carousel-control-next {
  margin-right: -60px !important;
  margin-top: 120px !important;
  width: 30px !important;
  height: 30px !important;
}

.carousel-control-next span {
  background-color: #000 !important;
  border-radius: 10px;
}
/*------------ Slider Us ------------*/
  .slider {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.slides {
  display: flex;
  height: 100%;
  transition: transform 0.7s ease;
}

.slide {
  min-width: 100%;
  position: relative;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay text */
.caption {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  max-width: 500px;
}
.cta {
  display: inline-block;
  padding: 8px 15px;
  background: #000;
  border-radius:25px!important;
  color: #fff!important;
  text-decoration: none;
  border-radius: 4px;
  margin-top:200px;
}

/* Buttons */
.btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 10;
}

.prev { left: 15px; }
.next { right: 15px; }

/* Mobile */
@media (max-width: 768px) {
  .slider { height: 40vh; }

  .caption h1 {
    font-size: 28px;
  }

  .caption p {
    font-size: 14px;
  }
}
/*--------- Testimonials Slider ----------*/

 .TestimonialsSlider{
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.TestimonialsSlider .slides {
  display: flex;
  height: 100%;
  transition: transform 0.7s ease;
}

.TestimonialsSlider .slide {
  min-width: 100%;
  position: relative;
}

.TestimonialsSlider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay text */



.prev { left: 15px; }
.next { right: 15px; }

/* Mobile */
@media (max-width: 768px) 
{
  .slider 
  { 
    height: 40vh; 
  }
}
.slick-slider {
   margin-bottom: 0!important;
}

.slick-dots li button:before {
   font-size: 1rem;
}

/*--------------- About Page -------------------*/
  .PageHeader img
  {
    width:100%;
    height:100%;
  }
  .VisionMission h2 img
  {
    width:50px;
  }
  .ValueImg
  {
    width:150px;
  }
  .card-value{
    gap:20px;
    margin:10px 0;
  }
  .card-value .card{
    background:#eeeeee;
    padding:25px 15px 10px 15px;
  }
  .card-value .card div
  {
    /*padding: 10px;*/
  }
  /*.hexagon 
  {
    height: 150px;
    aspect-ratio: 1/cos(30deg);
    clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
    background:#eeeeee;
  }*/
  .hexagon p{
    padding: 35px 25px;
  }
  .Leadership
  {
    background:#0096d0!important;
  }
  .LeadershipImg{
    text-align: center;
  }
  .LeadershipImg img{
    background:#eeeeee;
    width:150px; 
    height:150px;
    border:1px solid #eeeeee;
    border-radius:50%;
    
  }
  .LeadershipPost h6 a img{
    width:15px;
  }
  /*-----------------Solution Page----------------------*/
  .we-Serve .card
   {
   box-shadow: 0 0 30px rgba(0, 0, 0, 0.14);
   border-radius: 6px;
   transition: 0.5s;
   }
   .Services-img img
   {
      width: 50px;
    /*background-color: #0099d1*/;
    border-radius: 50px;
    margin: 5px;
   }
   .Services-flt{
      margin-right: 15px;
    float: left;
    background-color: #00a1dd;
    border-radius: 10px;
    height: 60px !important;
    border-radius: 30px;
    width: 60px;
   }
   .Services-btn {
    background-color: #fff;
    padding: 15px;
    display: table;
    vertical-align: middle;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 15px;
    color: #605d5c;
    box-shadow: 0 0 9px rgba(0, 92, 171, .35);
    -webkit-box-shadow: 0 0 9px rgba(0, 92, 171, .35);
    -moz-box-shadow: 0 0 9px rgba(0, 92, 171, .35);
    -o-box-shadow: 0 0 9px rgba(0, 92, 171, .35);
    width: 100%;
 }

   .Services-btn h2 {
    font-size: 18px;
    color: #0096d0;
    font-weight: 750;
    margin: 0;
    padding-top: 10px;
}
/*------------career Page--------------*/
.careerbtn
  {
    background:#0099d1;
      color: white;
      border: none;
      font-size: 24px;
      padding: 10px 15px;
      width: 100px;
      font-size: 18px;
      border-radius: 50px;
      padding:5px;
  }
  .careerbtn:hover{
    border:2px solid #fff;
  }
  @media screen and (min-width: 100px) and (max-width: 749px) {
   .tabbtn .tablinks
   {
      padding: 10px 10px !important;
      background-color: #ebf7ff !important;
      margin: 5px 0;
      border-radius: 5px
  }

  }
/*---------Employeet Testimonials-----------*/
  .Employeetestimonials .shadow-sm{
   border-radius:15px!important;
  }
  .Employeetestimonials .shadow-sm h5{
    font-size:16px!important;
    margin-left:10px;
  }
  .Employeetestimonials .shadow-sm p{
    font-size:13px!important;
  }
  .Employeetestimonials .shadow .card-body .card-title{
  font-size:18px!important;
}
