* {
  font-family: verdana;
}

body {
  font-family: "verdana";
  margin: 0;
  padding: 0;
  font-size: 13px;
  background: #fafafa;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans";
}
.main {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.popup {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.popup{
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
}

.popup-content {
  color: beige;
  font-size: 36px;
  background-image: url("/images/IMG_0120.JPG");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  max-width: 90%;
  margin: auto;
  position: relative;
}

.close-bt1n {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .popup-content {
      max-width: 800px;
  }
}
/* login page css */
.left-banner-img {
  /* background: url(../images/login-banner.png) no-repeat; */
  height: 100vh;
  background-size: cover;
}

.login-box {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.search-area {
  position: relative;
}
.search-field {
  position: absolute;
  right: 0;
  top: 53px;
}
.search-field input {
  font-size: 13px;
  padding: 10px;
  width: 280px;
  border-radius: 4px;
  border: none;
}
.loginHeader {
  text-align: center;
  color: #848181;
  padding: 20px;
  box-sizing: border-box;
}
.login-logo img {
  max-width: 206px;
}
.loginContent {
  padding: 20px 100px 0 60px;
  box-sizing: border-box;
}
.form-info {
  margin-bottom: 30px;
}
.form-info label {
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  color: #848181;
  font-weight: 500;
}
.welcome-txt {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #848181;
}
.form-info:hover label {
  color: #01082b;
  font-weight: 600;
}
.form-info input {
  border: none;
  border-bottom: #ccc 1px solid;
  width: 100%;
  padding: 5px 0;
  box-sizing: border-box;
}
.forgot-pass {
  text-align: right;
  font-size: 12px;
  text-decoration: none;
  margin-top: -20px;
}
.forgot-pass a {
  color: #53b5e9;
  text-decoration: none;
}
ul.options {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}
.login-btn,
.login-btn:hover {
  background: #e50a30;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 3px;
  line-height: 22px;
  padding: 5px 0;
}
.options li span {
  color: #01082b;
  text-decoration: none;
  font-size: 12px;
  padding: 8px 10px;
}
.options li span:hover {
  color: #e50a30;
  box-shadow: #00000029 0 3px 6px;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
}
.options li span.activeOpt {
  background: #e50a30;
  color: #fff;
  padding: 8px 10px;
  border-radius: 3px;
  box-shadow: #ccc 0 3px 6px;
  text-transform: uppercase;
}
.login-wrap {
  margin-top: 60px;
  margin-bottom: 30px;
}
input:hover,
input:focus {
  border: none;
  outline: none;
  border-bottom: #53b4e8 1px solid;
}
.login-wrapper .row {
  padding: 0px;
  margin: 0;
}

.login-wrapper .col-md-6 {
  padding: 0;
  background: #fff !important;
}
/* nav section */
.search-field {
  display: none;
}
nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(256, 256, 256, 0.3);
  z-index: 999;
}
.logo img {
  max-width: 180px;
}
.navSec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0;
}
.navLinks {
  align-items: center;

  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 40px;
  font-size: 14px;
  font-weight: 300;
}
.rightNav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.clientLogin a:hover {
  background-color: #e50a30;
}
.btn-orange,
.btn-orange:hover,
.btn-orange:focus {
  background-color: #0077b5;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  padding: 5px 10px;
}
ul.navLinks a {
  color: #fff;
  text-decoration: none;
}
.navLinks li a:hover {
  text-underline-position: under;
  text-decoration: underline;
  font-weight: 500;
}

.search-area button {
  padding: 0 0;
  margin: 0;
  background: none;
  border: none;
  font-size: 16px;
  position: relative;
  top: 3px;
  color: #fff;
}
.realLogo {
  display: none;
}
.bar1,
.bar2,
.bar3 {
  width: 24px;
  height: 2px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 5px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
.bar-icon {
  display: none;
}
.centerNav.slideNav a {
  color: #000;
}
/* nav hover effect */
nav:hover {
  background: rgba(256, 256, 256, 1);
}
nav:hover ul.navLinks a {
  color: #000;
}

nav:hover ul.navLinks select {
  color: #000;
}

nav:hover div.abt button {
  font-size: 14px;
  color: black;
}
nav:hover div.rightNav label {
  color: #000;
}

.abt > button {
  font-weight: 300;
  font-size: 14px;
}

nav:hover .search-area button {
  color: #000;
}
nav:hover .wtLogo {
  display: none;
}
nav:hover .realLogo {
  display: block;
}

.dropdown-menu li a {
  color: #000 !important;
}
.dropdown-menu {
  width: 15%;
}

/* homepage css */
.heroImg img {
  width: 100%;
}

.content-heroBanner {
  position: absolute;
  top: 24%;
  left: 8%;
  color: #fff;
}
.content-heroBanner h1 {
  font-family: "Verdana";
  font-size: 66px;
  margin: 0;
  padding: 0;
}
.content-heroBanner p {
  font-size: 52px;
  margin: 0;
  padding: 0;
  margin-top: 8px;
}
/* tabs css */
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  text-align: center;
  background: #fff;
  box-shadow: #ccc 0 10px 10px;
  border-radius: 20px;
  margin-top: -50px;
  z-index: 999;
  position: relative;
  gap: 0;
}

.tabs li {
  width: 100%;
}
.tabs li a:after {
  content: "";
  background: #280071;
  height: 50px;
  position: absolute;
  right: -1px;
  width: 1px;
  top: 30%;
}
.tabs li:last-child a::after {
  display: none;
}
.tabs li a {
  display: block;
  padding: 20px 40px;
  position: relative;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
}
.tab-img img {
  max-width: 90px;
}
.tabs li a.activeTab {
  color: white;
  background: #280071;
  text-decoration: none;
}
.activeTab:after {
  display: none;
}

/* content homepage */
.infoBox {
  text-align: center;
  background: #f1f6f8;
  padding: 20px;
  border-radius: 20px;
  min-height: 280px;
}
.infoBox h2 {
  color: #280071;
  font-size: 22px;
}
.infoBox p {
  margin: 0;
  padding: 0;
}
.infoImg img {
  max-width: 120px;
}
.infoBoxes {
  padding: 70px 50px;
}
.seemless-box {
  background-image: url("../images/secur.png");
  background-size: cover;
  background-position: right;
}

.seemless-img {
  padding: 20px;
}
.seemless-img img {
  max-width: 460px;
}
.seemless-content {
  padding: 80px 0;
  max-width: 480px;
}

.seemless-content h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 400;
}
.seemless-content p {
  color: #fff;
  margin: 40px 0;
}
ul.seemless-lnks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.seemless-content li a {
  display: block;
}
/* .btn-orange {
  background-color: transparent;

} */
.seemless-lnks li a {
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  text-underline-offset: 2px;
  text-underline-position: under;
  text-decoration: underline;
  color: white;
}
.seemless-lnks li a:hover {
  text-decoration: none;

  background-color: #e50a30;
  color: white;
}
.done1:hover {
  text-decoration: none !important;
}

.heading-area h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 20px;
}
.insightImg img {
  max-width: 100%;
  height: 100%;
  width: 100%;
}
.insightContent h3 {
  color: #2a2c6d;
  font-size: 20px;
  margin: 0;
  padding: 10px 5px 5px;
}
.insightContent p 
{
  margin-top: 16px;
  padding: 4px 7px;
}
.readmore {
  padding: 0 5px;
}
.insightbox {
  border: #e6e6e6 1px solid;
  padding: 5px;
}
.readmore a {
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.readmore a:hover {
  text-underline-offset: 5px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #e50a30;
}
.insights-wrap {
  padding: 40px 20px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.bannerInfo img {
  width: 100%;
}
.content-area {
  padding: 50px 0;
}
.boxWhyChoose {
  text-align: center;
  border: #e6e6e6 1px solid;
  min-height: 200px;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.whyChooseTxt p {
  color: #2a2c6d;
  margin-top: 20px;
  margin-bottom: 0;
}
.why-choose {
  padding: 60px 0;
}
.whyChooseImg img {
  max-width: 50px;
}
/* footer sec */
footer {
  width: 100%;
  float: left;
  background: #01082b;
  padding: 20px 0;
}
.topfooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
ul.socialLinks {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 10px;
}
ul.socialLinks a img {
  /* color: #fff;
  border: #fff 0.5px solid;
  width: 35px;
  display: block; */
  height: 35px;
  /* border-radius: 30px;
  text-align: center;
  line-height: 35px; */
}
.newsletter {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.newsletter button {
  color: white;
  border: 0px;
  border-radius: 3px;
  padding: 4px;
  background-color: #e50a30;
  text-transform: uppercase;
  margin: 0;
}
.newletter-box input {
  width: 250px;
  height: 29px;
  border: none;
  border-radius: 3px;
  padding-left: 30px;
  padding: 4px 20px;
}
.newletter-box button {
  background: #e50a30;
  border: none;
  color: #fff;
  padding: 6px 16px 5px;
  height: 29px;
  position: relative;
  left: -5px;
  top: 0px;
}
.newletter-box {
  display: flex;
  align-items: start;
}
.footerLinks {
  display: flex;
  gap: 20px;
  padding: 30px 0;
}
.footer-col h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
ul.footer_links {
  margin: 0;
  padding: 0;
  font-size: 13px;
  list-style-type: none;
  line-height: 28px;
}
ul.footer_links a {
  color: #fff;
  text-decoration: none;
  font-weight: 200;
  font-size: 12px;
}
.footer-col {
  width: 25%;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding: 15px 0;
}
.footer-logo img {
  max-width: 170px;
}
.address {
  text-align: center;
}
ul.regCust {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 20px;
}
ul.regCust li {
  text-align: center;
  font-size: 11px;
  font-weight: 300;
}
.reguAuth {
  font-weight: 500;
  text-align: center;
}
ul.whoServeOption {
  margin: 40px 0;
  background: #fff;
  border-radius: 10px;
  border: #e6e6e6 1px solid;
  padding: 20px;
  list-style: none;
  box-sizing: border-box;
  text-align: center;
}
.whoServeBoxImg img {
  max-width: 40px;
  margin-bottom: 20px;
}
ul.whoServeOption li {
  display: inline-block;
  width: 19%;
  text-align: center;
  padding: 30px 30px;
  box-sizing: border-box;
  vertical-align: top;
}
.whoServeBoxTxt p {
  color: #2a2c6d;
  margin: 0;
}
.milestoneWrap {
  padding: 60px 0;
}
.milestonebox {
  background: #000;
  padding: 30px 80px;
  border-radius: 10px;
  text-align: center;
  min-height: 310px;
}
.milestonebox p {
  font-size: 22px;
  color: #fff;
}
.milestonebox h2 {
  font-size: 43px;
  color: #fff;
}

.milestonebox.milestone1 p {
  min-height: 100px;
  padding-top: 20px;
}

.milestonebox.milestone3 p {
  min-height: 100px;
  padding-top: 30px;
}
.milestonebox.milestone1 {
  background: url(../images/milestone1.png) no-repeat;
  background-size: 100%;
}
.milestonebox.milestone2 {
  background: url(../images/aua.png) no-repeat;
  background-size: 100%;
}
.milestonebox.milestone3 {
  background: url(../images/milestone2.png) no-repeat;
  background-size: 100%;
}

/* aboutus  */
.teamWrap {
  width: 100%;
  padding: 60px 0 0;
}
.teambox {
  width: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0px 0px 5px 5px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.teamImg {
  text-align: center;
}
.teamImg img {
  max-width: 150px;
  display: inline-block;
  border: #707070 1px solid;
  border-radius: 50%;
}
.teamImgWrap {
  background-color: #cce9f8;
  padding: 4px;
  border-radius: 50%;
  display: inline-block;
}
.teamContent {
  text-align: center;
  margin-top: 20px;
}
.teamContent h2 {
  color: #280071;
  font-size: 14px;
  font-weight: 500;
}
.teamProfile {
  font-weight: 600;
  font-size: 12px;
}
.dinNum {
  font-weight: 300;
  font-size: 11px;
}
ul.socialConnect {
  margin: 0;
  padding: 2px;
  list-style: none;
  justify-content: center;
  display: flex;
  gap: 10px;
  font-size: 19px;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.socialConnect li:first-child a {
  color: #0077b5;
  font-size: 25px;
}
.socialConnect li:nth-child(2) a {
  background: #0077b5;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
}
.teambox:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(
    to right,
    #280071 0%,
    #280071 38%,
    #e50a30 98%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  left: 0;
  border-radius: 0 0 10px 10px;
}
.heading-area {
  margin-bottom: 50px;
}
.aboutHeroBanner {
  background: url(../images/about-bg.png) no-repeat;
  background-size: 100%;
  padding: 0;
  position: relative;
  z-index: 0;
}
.testiWrap {
  display: flex;
  align-items: center;
  padding: 200px 40px 150px;
  position: relative;
}

.testiImg img {
  max-width: 290px;
  border-radius: 50%;
}
.testLeft {
  color: #fff;
}
.personInfo {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/bg-testi.png);
  color: #fff;
  padding: 13px 40px 20px 40px;
  background-size: contain;
}

.personInfo:before {
  background: url(../images/leftImg.png);
  position: absolute;
  left: -79px;
  width: 80px;
  height: 90px;
  content: "";
  top: -4px;
  background-size: 100%;
}
.testLeft {
  color: #fff;
  padding: 0 20% 0 100px;
}
.testiText {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 200;
  position: relative;
}
.testiText:before {
  content: "";
  left: -66px;
  top: -40px;
  background: url(../images/testi.png) no-repeat;
  background-size: 100%;
  position: absolute;
  width: 50px;
  height: 50px;
}
.testiText:after {
  content: "";
  right: -40px;
  bottom: -13px;
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/rt-testi.png) no-repeat;
  background-size: 100%;
}
.testiPerson {
  font-size: 20px;
}
.aboutHeroBanner .carousel-inner:before {
  background: linear-gradient(to bottom, #cd4142 0%, #37076c 100%);
  height: 100px;
  width: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
}
.personName {
  font-size: 22px;
  font-weight: 500;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  background: #fff;
  content: "";
  border-radius: 20px;
  margin: 0 7px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
}
.carousel-indicators {
  bottom: 20px;
}
/* statury css */
.bannerImg img {
  background-color: black;
  width: 100%;
}
.btnbanner {
  font-weight: 400;
  text-underline-offset: 7px;
  text-decoration: underline;
  bottom: 210px;
  left: 110px;
  position: relative;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  border: 0px;
  color: white;
}
.btnbanner:hover {
  text-decoration: none;
  background-color: #e50a30;
}
.btnsus {
  background-color: #e50a30;
  font-size: 14px;
  font-weight: 400;

  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  border: 0px;
  color: white !important;
}

.btnsus:hover {
  text-underline-position: under;
  text-underline-offset: 3px;

  text-decoration: underline;
  font-size: 14px;
  color: white !important;
  background-color: #e50a30;
  cursor: pointer;
}
.btnsus1 {
  font-size: 14px;
  text-underline-offset: 5px;

  font-weight: 400;
  text-underline-position: under;
  text-decoration: underline;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  border: 0px;
  color: black;
}
.btnsus1:hover {
  font-size: 14px;

  color: white;
  text-decoration: none;
  background-color: #e50a30;
}
.btnsus2 {
  font-size: 13px;
  text-underline-offset: 6px;

  font-weight: 400;
  text-underline-position: under;
  text-decoration: underline;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  border: 0px;
  color: white;
}
.btnsus2:hover {
  font-size: 13px;

  color: white;
  text-decoration: none;
  background-color: #e50a30;
}

.btnclient {
  background-color: transparent;
  font-weight: 400;
  text-underline-position: under;
  text-decoration: underline;
  text-transform: uppercase;
  padding: 5px;
  border-radius: 5px;
  border: 0px;
  color: white;
}
.btnclient:hover {
  text-decoration: none;
  background-color: #e50a30;
}

.bannerInner {
  width: 100%;
  float: left;
}
.bannerTxt {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 40%;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}
.whiteWrap {
  background: #fff;
  width: 100%;
  float: left;
  border-radius: 20px;
  margin-top: -220px;
  padding: 20px;
  box-shadow: 0px 3px 45px #28007117;
  margin-bottom: 40px;
}
.filterWrap {
  width: 100%;
  float: left;
}
.filterOpt li:hover {
  cursor: pointer;
}
ul.filterOpt {
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 10px;
}
.filterOpt li {
  border-right: #ccc 1px solid;
  padding: 0 10px;
}
.filterOpt li:first-child {
  padding-left: 0;
}
.filterOpt li:last-child {
  border-right: none;
}
.resultArea {
  width: 100%;
  float: left;
}
.resultArea {
  overflow: auto;
  height: 400px;
}
.resultBox {
  border: 1px solid #e6e6e6;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.resultBox {
  display: flex;
  align-items: start;
  gap: 30px;
}
.statoryTxt {
  width: 44%;
}
.downloadOpt {
  margin-left: auto;
}
.statoryDuration {
  width: 30%;
  padding-left: 79px;
}
.statoryDuration label {
  display: block;
}
.statoryType {
  width: 80%;
  font-weight: 500;
}

button.downloadBtn {
  border: none;
  background: url(../images/cloud-computing.svg) no-repeat;
  background-position: center top;
  font-size: 11px;
}

button.downloadBtn {
  border: none;
  background: url(../images/cloud-computing.svg) no-repeat;
  background-position: center top;
  font-size: 9px;
  background-size: 32px;
  margin-top: 7px;
  padding-top: 30px;
}
.searchBarBox {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.searchBarBox input {
  border: none;
  width: 100%;
  border-bottom: #cccccc 1px solid;
  padding: 7px 10px;
  background: none;
}
.searchBtn {
  background: url(../images/search-icon.png) no-repeat;
  font-size: 0;
  width: 25px;
  height: 25px;
  background-size: 100%;
  border: none;
  position: absolute;
  right: 0;
}
.whiteBox {
  border: #e6e6e6 1px solid;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
.detailPartPolicy {
  display: flex;
  gap: 30px;
}
.policyIcon img {
  max-width: 30px;
}
.policyHeading {
  font-weight: 600;
}
.readMore a {
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  position: relative;
}
.readMore a:hover {
  text-underline-position: under;
  text-decoration: underline;
  text-decoration-color: #e50a30;
  font-weight: 600;
}

.readMore a:after {
  width: 100%;
  height: 1px;
  content: "";
  left: 0;
  bottom: -6px;
  display: inline-block;
  position: absolute;
}
.policyInfo .readMore {
  margin-top: 30px;
}

.actionPartPolicy {
  display: flex;
  justify-content: right;
  align-items: end;
  margin-top: -40px;
}
.saarchResult {
  margin-bottom: 60px;
}
.corporateInfo .infoBoxes {
  padding: 20px;
}

.galleryRecognition {
  display: flex;
  gap: 3;
}

.galleryRecognition div {
  flex-direction: row;
}

.recognition {
  margin-bottom: 70px;
}
/* disclaimer */
.dislaimerWrap {
  border: #e6e6e6 1px solid;
  border-radius: 10px;
  padding: 20px;
  font-size: 12px;
  line-height: 23px;
}
.dislaimerWrap p {
  margin-bottom: 20px;
}

.dislaimerWrap h2 {
  font-size: 13px;
  font-weight: 500;
}
ul.paggingInfo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 20px;
}
.activeTxt {
  font-weight: 500;
}
ul.paggingInfo li {
  border-right: #ccc 1px solid;
  margin-right: 15px;
  padding-right: 15px;
}
ul.paggingInfo li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.paggingInfo li {
  cursor: pointer;
}
/* seemless security */
.content-heroBanner h2 {
  margin-bottom: 35px;
  font-size: 55px;
  width: 70%;
}
.btn-submit {
  text-underline-offset: 2px !important;
  text-underline-position: under !important;
  text-decoration: underline !important;
  background-color: transparent !important;
  color: #000 !important;
}
.scrl {
  height: 400px;
  overflow: auto;
}
.btn-submit:hover {
  color: white !important;
  background-color: #e50a30 !important;
}
.becomeClientBtn .btn {
  background-color: #0077b5;
  text-transform: uppercase;
  margin-top: 20px;
}
.becomeClientBtn .btn:hover {
  background-color: #e50a30;
}
.seemlessTabs {
  max-width: 800px;
  margin: 0 auto;
}
.seemlessListing {
  padding: 40px 0;
}
.seelessBox {
  border: #e6e6e6 1px solid;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
.seelessIcon svg {
  max-width: 44px;
}
.seelessContent h2 {
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
}
.seelessContent p {
  text-align: justify;
  color: #363636;
  font-size: 12px;
  margin: 0;
}
.seelessBox:hover {
  background: #e50a30;
  color: #fff;
}
.seelessBox:hover p {
  color: #fff;
}
.seelessBox:hover .seelessIcon svg path {
  fill: rgb(256, 256, 256) !important;
}

/* news press */
.newsBox {
  border: #e6e6e6 1px solid;
  border-radius: 10px;
  padding: 10px;
}
.newsBox h2 {
  color: #e50a30;
  font-size: 20px;
}
.date_info {
  color: #e50a30;
  margin-bottom: 10px;
}
.newsHeading {
  color: #01082b;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 10px 0;
}
.newsContent p {
  color: #848181;
}
.arrowBtn img {
  max-width: 30px;
}
.arrowBtn {
  text-align: right;
}
.eventGallery {
  width: 100%;
  float: left;
  margin-bottom: 80px;
  margin-top: 20px;
}
.leadershipBox {
  border: #e6e6e6 1px solid;
  border-radius: 0;
  overflow: hidden;
  padding: 5px;
}
.leadershipConent h2 {
  color: #01082b;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.leadershipDate {
  color: #e50a30;
  margin-bottom: 10px;
}
button.owl-prev {
  position: absolute;
  left: -42px;
  top: 20%;
  font-size: 72px !important;
  color: #e50a30 !important;
}
button.owl-next {
  position: absolute;
  right: -42px;
  top: 20%;
  font-size: 72px !important;
  color: #e50a30 !important;
}
button.owl-prev:hover,
button.owl-next:hover {
  background: none !important;
  color: #e50a30 !important;
}
button.owl-next.disabled,
button.owl-prev.disabled {
  color: #999 !important;
}
.galleryTxt {
  background: rgba(0, 0, 0, 0.6);
  padding: 15px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: none;
  animation: fadeIn 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.galleryContent {
  position: relative;
}
ul.galleryBlock {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.galleryBlock li {
  margin-bottom: 20px;
}

ul.galleryBlock li:hover .galleryTxt {
  opacity: 1;
  display: block;
}
.galleryView .btn {
  padding: 5px 30px;
}

/* Market Updates */
.search-market input {
  font-size: 14px;
  border: none;
  padding: 10px;
  border-radius: 3px;
  min-width: 410px;
  background: black;
  border-radius: 3px;
  color-scheme: dark;
  color: white;
  opacity: 0.5;
}

.contactForm1:last-child {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.contactForm1 .btn-submit {
  color: white;
}
.marketUpdateBox {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  border: rgba(256, 256, 256, 0.4) 1px solid;
  padding: 20px;
  text-align: left;
  color: #fff;
}
.marketPrintBtn {
  float: right;
  margin-top: 0;
}
.marketPrintBtn img {
  max-width: 30px;
}
.marketUpdateBox h2 {
  font-size: 18px;
}
.marketDate {
  font-size: 12px;
  font-weight: 300;
}
.marketLearnMore a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  position: relative;
}
.marketLearnMore a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 500;
  text-decoration-color: #e50a30;
}
.marketLearnMore a:before {
  content: "";
  width: 67px;
  height: 1px;
  position: absolute;
  bottom: -6px;
  left: 0;
}
.marketUpdatesContain {
  margin-top: 30px;
}
.marketPlaceWrap {
  background: url(../images/market-updates.png);
  padding: 150px 0;
  text-align: center;
  background-size: cover;
  margin-bottom: 40px;
}
.headingMarketPlace {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}
.marketLearnMore {
  margin-top: 30px;
}
/* market Updates */
.latestUpdateHeader {
  display: flex;
  background: #2a2c6d;
  color: #fff;
  padding: 10px 50px;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
}
.latestUpdateHeading {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
ul.latestUpdatListing {
  margin: 0;
  padding: 0;
}
ul.latestUpdatListing li {
  margin: 10px 0;
  padding: 10px;
  list-style: none;
  border-bottom: #ccc 1px solid;
}
ul.latestUpdatListing li:last-child {
  border-bottom: none;
}
.latestUpdateBox {
  display: flex;
  gap: 20px;
}
.latestUpdateImg img {
  max-width: 140px;
  border-radius: 10px;
}
.latestUpadateContent h2 {
  font-family: verdana;
  font-size: 18px;
}
.latestUpadateContent p {
  color: #2a2c6d;
}
.latestReadMore img {
  max-width: 30px;
  float: right;
}
.latestUpdates {
  background: #fff;
}
.latestUpdateDrop select {
  padding: 4px 10px;
  background: none;
  color: #fff;
  border: none;
}
.insightBoxImg img {
  max-width: 100%;
}
.listingMarketing {
  display: flex;
  gap: 10px;
}
.marketPanel {
  margin-bottom: 60px;
}
.insightBox {
  border: #e6e6e6 1px solid;
  padding: 10px;
}
.insightBoxContent h3 {
  font-size: 18px;
  margin-top: 6px;
  color: #2a2c6d;
}
.insightBoxContent h2 {
  font-size: 18px;
  margin-top: 6px;
  color: #2a2c6d;
}
.insightBoxContent p {
  margin-top: 15px;
  color: #000;
}
.insightBoxReadMore a {
  color: #d4433e;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
.insightBoxReadMore a:before {
  content: "";
  background: #d64540;
  width: 67px;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.listingMarketing .insightBox {
  align-self: start;
}

.listingMarketing .insightBox:nth-child(1) {
  align-self: stretch;
}

/* empower community area */
.impactBox {
  border: #e6e6e6 1px solid;
  margin: 30px 0;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 100px;
}

.impactGraph img {
  max-width: 320px;
}
.impactInfo p {
  color: #363636;
}
.impactInfo h3 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
ul.empowerList {
  margin: 20px 0;
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
}
.empowerFeatureImg img {
  max-width: 100px;
}
.empowerFeatureBox {
  text-align: center;
}
.empowerFeatureBox h2 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
ul.empowerList li {
  position: relative;
  width: 18%;
}
ul.empowerList li:after {
  height: 60px;
  width: 1px;
  background: #01082b;
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
}
ul.empowerList li:last-child::after {
  display: none;
}
.testimonialWrap {
  display: flex;
  gap: 30px;
  align-items: center;
}
.testimonialImg img {
  max-width: 420px;
}
.testimonialContent {
  padding: 0 80px;
  position: relative;
}
.testimonialContent h2 {
  font-size: 42px;
}
.testimonialContent h6 {
  font-size: 24px;
}
.testimonialContent p {
  font-size: 20px;
  margin-bottom: 40px;
  position: relative;
}
.testimonialAutor label {
  display: block;
  font-size: 19px;
  font-weight: 500;
}
.testimonialAutor span {
  font-size: 16px;
  font-weight: 500;
}

.testimonialArea {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 60px;
}
.testimonialContent:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/leftTesti.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 30px;
  top: -30px;
}
.testimonialContent p:after {
  content: "";
  width: 45px;
  height: 40px;
  background: url(../images/rightTesti.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -40px;
  bottom: -30px;
}
.currentOpeningProfile {
  color: #e50a30;
  font-size: 16px;
}
.currentOpeningHeader h2 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 24px;
}
.navBtn {
  float: right;
  cursor: pointer;
}
ul.openingJobArea {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}
ul.openingJobArea > li {
  border-bottom: #cccccc 1px solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
  float: left;
}

ul.listingOpening {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
ul.listingOpening li {
  padding: 5px 0;
  font-size: 16px;
}
ul.listingOpening label {
  font-weight: 500;
}
button.btn.btnApply {
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #e50a30;
  font-size: 14px;
  margin-top: 30px;
}
button.btn.btnApply:hover {
  background-color: #e50a30;
  text-decoration: none;
  color: white;
}
.currentOpeningHeader {
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
.currentOpeningContent {
  width: 100%;
  float: left;
}
.actionBtns {
  float: right;
  cursor: pointer;
  color: #848181;
  font-size: 15px;
}
.lessBtn {
  display: none;
}
.moreBtn {
  color: #e50a30;
}
.accordion-collapse {
  width: 100%;
  float: left;
}
.newJob .bannerTxt {
  /* margin-top: 70px; */
}
.otherInfoArea {
  background: url(../images/contact-wrap.png);
  padding: 80px 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
.wtWrapBox {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  min-height: 520px;
  box-shadow: 0px 3px 45px #28007117;
}
.wtWrapBox h2 {
  text-align: center;
  font-size: 25px;
  margin: 0;
  padding: 0;
}
ul.listingArea {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.listingArea li {
  border-bottom: #ccc 1px solid;
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 10px;
}
ul.listingArea li:last-child {
  border-bottom: none;
}
.listingIcon img {
  max-width: 80px;
}
.listingContent h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #e50a30;
}
.listingContent p {
  margin: 0;
  padding: 0;
  color: #848181;
}
.listingContent b {
  font-weight: 500;
}

.tableInfo {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 45px #28007117;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 80px;
}
.tableInfo h2 {
  color: #363636;
  font-size: 22px;
  margin-bottom: 20px;
}

.thead-dark th {
  background: #280071;
  color: #fff;
  font-weight: 500;
}

.table td,
.table th {
  border: #eee 1px solid;
  padding: 15px;
}
.annexureArea h3 {
  font-size: 22px;
  margin-top: 20px;
}
.contactWrap {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 45px #28007117;
  border-radius: 20px;
  display: flex;
  padding: 0;
  margin: 40px 0;
  gap: 0;
  margin-top: -15%;
}
.contactForm label {
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
}
.contactForm1 label {
  display: block;
  margin-bottom: 0;
  text-transform: uppercase;
}
.contactForm input {
  border: none;
  border-bottom: #ccc 1px solid;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
.contactForm1 input {
  border: none;
  border-bottom: #ccc 1px solid;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
}
.contactForm textarea {
  border: none;
  border-bottom: #ccc 1px solid;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  min-height: 60px;
}
.contactForm1 textarea {
  border: none;
  border-bottom: #ccc 1px solid;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  min-height: 60px;
}
.contactForm .btn {
  width: 140px;
  text-transform: uppercase;
}
.contactForm1 .btn {
  width: 140px;
  text-transform: uppercase;
}
.modal-content {
  color: #000;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.clientbtn .modal-dialog {
  max-width: 800px !important;
}
.clientbtn .modal-content {
  box-shadow: #ccc 0 10px 15px;

  border-radius: 20px !important;
  padding: 20px;
}
.btn:hover {
  background-color: #0077b5;
}
.contactForm {
  width: 70%;
  padding: 30px;
  box-sizing: border-box;
}
.contactForm1 {
  padding: 0px;
  box-sizing: border-box;
}
.contactAdd {
  background: #280071;
  padding: 30px;
  color: #fff;
  border-radius: 0 18px 18px 0;
}
.contactAdd h2 {
  font-size: 22px;
}
ul.contactInfo {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
ul.contactInfo li {
  padding: 10px 0;
  width: 70%;
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

ul.contactInfo a {
  color: white;
  text-decoration: none;
}

.contactAdd .socialLinks {
  justify-content: center;
  margin-top: 80px;
}
.contactHeaderTxt {
  position: relative;
  color: #fff;
  left: 0;
  top: -240px;
  margin-bottom: 30px;
}
ul.contactInfo img {
  max-width: 36px;
}
.contactHeaderTxt h2 {
  font-size: 52px;
}

/* sneha's css  */
.col-md-6.left-part img {
  height: 100vh;
}
.col-md-6.left-part .content-heroBanner {
  top: 15%;
  left: 3%;
}
.col-md-6.left-part .content-heroBanner p {
  margin-top: 0;
}

.galleryInfo h2 {
  font-size: 14px;
}
.owl-carousel .owl-item img {
  height: 220px;
}

.accordion-button:focus {
  border-color: transparent;
  background-color: transparent;
}
#number {
  text-align: center;
  position: relative;
  bottom: 200px;
  font: 500 20px system-ui;

  text-align: center;
}
#value {
  position: relative;
  bottom: 210px;
  text-align: center;
  font: 800 40px system-ui;
}

.footer_links li a:hover {
  text-underline-offset: 8px;
  text-decoration: underline;
  font-weight: 500;
  text-decoration-color: #e50a30;
}

.tabs li a:hover {
  background-color: rgba(0, 169, 224, 1);
}
#heading-service {
  text-align: center;
  font-size: 30px;
}

.modal-backdrop {
  display: none;
}

.upban {
  position: relative;
  bottom: 800px;
}

.form-select {
  border: none;
  font-size: 13px;
}

.abt {
  color: #000;
  background: transparent;
  border: 0px;
  /* border-radius: 4px; */
  padding: 0px;
}
.abt:hover {
  color: black;
}
.abt::after {
  color: #000;
}

.container:hover {
  color: #000;
}

.dropdown-toggle {
  font-weight: 100;
  background: transparent;
  border: none;
}
.dropdown-menu.show {
  background-color: white;
  padding: 10px;
  color: #000 !important;
}

.btn.show {
  background-color: transparent;
}

.btn-secondary {
  color: #fff;
  background-color: transparent !important;
  border: none !important;
}
.fade:not(.show) {
  opacity: 0;
  display: none;
}

.nav-tabs .nav-link.active {
  color: white;
  background-color: #e50a30;
}

.image-row-cor {
  max-height: 180px;
  display: flex;
  justify-content: space-between; /* Adjust as needed */
}

.imagec {
  max-width: 100%; /* Ensure images don't exceed their container */
  height: auto; /* Maintain aspect ratio */
}

.btn-submt {
  text-decoration: underline;
  text-underline-offset: 5px;
  border: none;
  background-color: transparent;
  font-size: 13px;
  text-underline-offset: 5px;

  font-weight: 400;
  text-underline-position: under;
  text-decoration: underline;
  margin: 0px;
  padding: 6px;
  border-radius: 5px;
  border: 0px;
  color: black;
}
.btn-submt:hover {
  font-size: 13px;

  color: white;
  text-decoration: none;
  background-color: #e50a30;
}
.entr {
  font-size: 13px;
  color: gray;
  top: 14px;
  position: absolute;
  right: 20px;
}
.teb img {
  max-width: 300px;
  max-height: 300px;
  margin: 15px;
}

.emag {
  padding: 0;
  gap: 15px;
  align-items: normal;
  display: flex;
}

.bn {
  position: absolute;
  top: 2%;
  left: 97%;
}

.cnt {
  width: 90%;
  height: 500px;
}
.cnt1 {
  width: 100%;
  height: 500px;
}

.emag {
  padding: 0;
  gap: 15px;
  align-items: normal;
  display: flex;
}

.image-row-cor1 {
  gap: 10px;
  display: flex;
  justify-content: space-between; /* Adjust as needed */
}

.image-row-cor1 button {
  max-height: 309px;
  max-width: 220px;
}

.imagec1 {
  width: 300px !important;
  height: 220px;
  object-fit: cover; /* Ensure images don't exceed their container */
}
.com1 {
  max-height: 680px;
}
.com2 div img {
  height: 680px;
}
.col {
  margin-bottom: 22px;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
}
/* .headofmod {
  position: relative;
  top: 100px;
  color: white;
  text-align: center;
} */
.btn:first-child:active {
  color: black !important ;
}

.n2 .n3 {
  font-weight: 600;
  font-size: 13px;
  color: #000;
}

.sa3 .active {
  font-size: 14px;
  font-weight: 400;
  color: white;
}
.sa3 button {
  font-weight: 400;
  font-size: 14px;
  color: black;
}
.sa3 .nav-link:hover {
  color: #000;
}

.container32 div {
  transition: all 0.5s ease;
}

.hidden {
  display: none;
}

.co {
  display: flex;
}

.colum1 {
  height: 415px;
  width: auto;
  margin: 10px;
}
.colum1 img {
  border-radius: 10px;
}

.row2 {
  overflow: auto;
  height: 665px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  row-gap: 10px;
  width: 42%;
}
.cnt-row2 {
  border-radius: 6px;
  color: white;
  background-color: #00a9e0;
  text-align: center;
  top: 0%;
  overflow: visible;
  position: sticky;
}
.row1 {
  width: 85%;
}
.clmn {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  margin: 10px;
}
.clmn1 {
  width: 400px;
  height: 207px;
}
.clmn div img {
  border-radius: 10px;
}
.sd2 {
  height: 207px;
}
.sd2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

#more {
  display: none;
}

.contn-iew {
  margin: 36px 30px 0px 14px;
  width: 70%;
}
.contn-iew h5 {
  margin-bottom: 20px;
}
.contn-iew p {
  font-size: 15px;
}
.contn-iew h6 {
  margin-bottom: 20px;
}
.insightImg {
  height: 150px;
  width: 284px;
}
.cntnins h3{
  font-size: 18px;
  margin-top: 7px;
}
.contn-iew1 {
  margin: 36px 30px 0px 14px;
  width: 70%;
  overflow: auto;
  height: 420px;
}
.contn-iew1 h2 {
  font-size: 35px;
  margin-top: 6px;
}
.contn-iew1 h5{
  padding: 7px;
}

.blg-bn {
  border: none;
  text-decoration: underline;
  color: #e50a30;
  background-color: transparent;
  text-underline-offset: 4px;
  text-underline-position: under;
}

.ig-blg {
  height: 500px;
  width: 600px;
}
.ig-blg img {
  margin: 10px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-blg {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p-blg1 {
  width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.readmore1 {
  padding: 0 0px;
}
.readmore1 button {
  color: #000;
  border: none;
  background-color: transparent;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
}
.readmore1 button:hover {
  text-underline-offset: 5px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #e50a30;
}
.descrtn {
  font-family: verdana;
  margin: 12px;
  text-align: justify;
  /* background-color: white; */
  font-size: 26px;
  position: relative;
}

.descrtn > a {
  font-family: verdana;
  text-align: justify;
  text-decoration: none;
  color: black;
  font-size: 26px;
  position: relative;
}

.lkn-link{
position: relative; 
top: -2px; 
}
.htnd{
  border-bottom: 0px !important;
}
.lts{
  overflow: auto;
    height: 520px;
}
.ltsim img{
  height: 150px;
    max-width: 140px;
    border-radius: 10px;
}
.lstm img{
  max-width: 30px;
  float: right;
  position: relative;
  bottom: 10px;
}
.ltsc{
  color: #000;
  text-decoration: none !important;
}
.ltshdr{
  position: sticky;
  top: 0;
}

.fa-solid.user-mail {
  line-height: inherit;
}
.contactForm1 .btn:hover {
  text-decoration: none !important;
}

.done2:hover{
  text-decoration: none !important;
}
.seelessIcon img {
  transition: fill 0.3s ease; /* Add a smooth transition effect */
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .25s ease-in-out;
}
.seelessBox:hover img {
  filter: brightness(0) invert(1); /* Make the icon white on hover */
}