:root {
  --main-color: #F0DA62;
  --dark-blue: #393F4A;
  --heading-color: #1E1E1E;
  --text-color: #1E1E1E;
  --white-color: #fff;
  --black-color: #000;
  --main-font: "Poppins", sans-serif;
  --heading-font: "Poppins", sans-serif;
  --button-font: "Poppins", sans-serif;
  --main-gradient:linear-gradient(166deg, #F7B900, #F0DA62, #B9962E);
}

html,
body {
  font-family: var(--main-font);
}

a {
  text-decoration: none;
}

.container-fluid {
  padding: 0 4%;
}

@media (min-width:1450px) {
  .container {
    max-width: 1500px;
  }
}

h1,
h2,
h3,
h5,
h6 {
  font-family: var(--heading-font);
}

p {
  font-family: var(--main-font);
}

.main_menu_hdr {
  background: #101416;
  z-index: 99;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}

.left_top {
  display: flex;
  justify-content: flex-start;
}

.main_menu {
  display: block;
  position: relative;
  background: #101416;
  padding: 0px;
  border-radius: 15px;
}

.main_menu .navigation.navbar {
  padding: 0;
}

.container-menu {
  width: 80%;
  margin: 0 auto;
}

.logo {
  display: block;
  padding: 0px;
}

.logo a {
  position: relative;
  z-index: 1;
  width: 180px;
  display: inline-block;
  margin: 0px 0 -100px;
}

.logo a img {
  width: 100%;
}
.top_call{
  padding: 0 10px;
}
.call_email {
  width: 100%;
  position: relative;
  background: #272732;
  padding: 14px 100px 14px 40px;
  margin-top: -42px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
.call_email a {
  color: var(--white-color);
  position: relative;
  display: inline-block;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}
.call_email a span {
  color: var(--white-color);
  font-weight: 500;
}

.login_hdr a{
  color: #1E1E1E;
}

.banner_sec {
  width: 100%;
  background-size: cover;
  position: relative;
}

.slide .slide__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(0 0 0 / 60%), transparent);
}

.slider,
.slide {
  height: 90vh;
}
.slide {
  position: relative;
  transition: 1s;
}

.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  object-fit: cover;
}

.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33%;
}

.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}

.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide .slide__content--headings {
  color: #FFF;
}

.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
  letter-spacing: 0px;
}

.slide .slide__content--headings h5 {
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--white-color);
}

.slide .slide__content--headings .title {
  font-size: 62px;
  font-weight: 800;
  font-family: var(--heading-font);
  color: var(--white-color);
  text-transform: uppercase;
}
.slide .slide__content--headings .title span {
  color: var(--text-color);
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}
.slide__content--headings {
  position: relative;
}
.baner_pro{
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}
.progressBarContainer {
  width: 100%;
  background-color: rgb(0 0 0 / 65%);
  backdrop-filter: blur(5px);
  z-index: 2
}

.progressBarContainer div {
  display: block;
  width: 25%;
  padding: 0;
  cursor: pointer;
  float: left;
  color: white;
  position: relative;
  border-right: 1px solid rgb(255 255 255 / 36%);
  border-top: 1px solid rgb(255 255 255 / 36%)
}

.progressBarContainer div:last-child {
  border-right: none
}

.progressBarContainer div h4 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 17px;
  width: 85%;
  padding-left: 22px;
  min-height: 60%;
}
.progressBarContainer div h4:before{
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  transform: translate(0%, 0%);
  z-index: 99;
  width: 15px;
  height: 15px;
  background: #C03939;
}
.progressBarContainer div:last-child {
  margin-right: 0;
}

.progressBarContainer div span.progressBar {
  width: 100%;
  height: 100px;
  display: block;
}

.progressBarContainer div span.progressBar .inProgress {
  width: 0%;
  height: 100px;
  background: var(--main-gradient)
}

/*-------- button Effect-------*/
.red_btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 14px 35px;
  border-radius: 30px;
  position: relative;
  color: var(--text-color);
  background: var(--main-gradient);
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
}

.red_btn span {
  font-weight: 400;
  position: relative;
  font-family: var(--button-font);
  letter-spacing: 2px;
  color: var(--text-color);
  font-size: 16px;
}
.red_btn img{
  padding-left: 5px;
  position: relative;
  display: inline-block;
  transition: all ease-in 0.3s;
}
.red_btn:before {
  content: "";
  height: 0;
  width: 100%;
  transform: translateX(0%);
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--main-color);
  border-radius: 0px;
  transition: all ease-in 0.3s;
}

.red_btn:hover:before {
  bottom: 0;
  transition: all ease-in 0.3s;
  height: 100%;
}
.red_btn:hover img{
  transform: rotate(45deg);
  transition: all ease-in 0.3s;
}
.red_btn:hover span {
  color: var(--black-color);
}

.red_btn.white_bg {
  color: var(--black-color);
  background: var(--white-color);
}

.red_btn.white_bg:before {
  background: rgb(255 255 255 / 50%);
}

.red_btn.white_bg span {
  color: var(--black-color);
}

.red_btn.black_bg {
  color: var(--white-color);
  background: var(--black-color);
}

.red_btn.black_bg:before {
  background: rgb(0 0 0 / 50%);
}

.red_btn.black_bg span {
  color: var(--white-color);
}

.red_btn.border_btn {
  color: var(--white-color);
  background: transparent;
  border: 1px solid var(--white-color);
}

.red_btn.border_btn:before {
  background: rgb(0 0 0 / 50%);
}

.red_btn.border_btn span {
  color: var(--white-color);
}

/*-------- button Effect-------*/
.heading_hp h2 {
  font-size: 36px;
  font-weight: 800;
  color: var(--heading-color);
  position: relative;
  letter-spacing: 0px;
}

.heading_hp h2 span {
  color: var(--main-color);
}

.heading_hp h6 {
  font-weight: 200;
  color: var(--heading-color);
  margin-bottom: 5px;
  font-size: 48px;
}

.heading_hp p {
  font-size: 15px;
  color: var(--text-color);
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 25px;
}

.heading_hp.text_white h2,
.heading_hp.text_white p,
.heading_hp.text_white h6{
  color: var(--white-color);
}

.border_h2 h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.border_h2 h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
  background: var(--main-color);
}

/* About */
.about_sec {
  padding: 50px 0px;
  background: #EEEEEE;
  position: relative;
}
.abt_img_div{
  width: 100%;
  height: 550px;
  display: block;
  position: relative;
}
.abt_img_div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.abt_img_div:before{
  content: '';
  position: absolute;
  right: -40px;
  bottom: -40px;
  background: var(--main-gradient);
  width:200px;
  height: 250px;
}


.service_sec{
  background:#82878D;
  padding: 50px 0;
}
.services_slid_img{
  width: 100%;
  height: 250px;
  display: block;
}
.services_slid_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serr-text{
  width: 90%;
}
.service_box_sec{
  padding: 0px;
  border-radius: 0px;
  background: #fff;
  position: relative;
}
.padding_box{
  padding: 10px 15px 20px;
}
.serr_text{
  padding: 20px;
}
.serr_text h3{
  display: block;
  display: -webkit-box;
  font-size: 16px;
  padding: 0px 0 5px;
  margin-bottom: 0;
  font-weight: 800;
  min-height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.serr_text p{
  display: block;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 400;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.serr_text h3, .serr_text p{
  color: #000;
}
.srr_btn{
  background: var(--main-gradient);
  color: var(--black-color);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: -15px;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
  }
  .slick-nav.prev-arrow {
    left: -3%;
    transform: scaleX(-1);
    z-index: 1;
  }
  .slick-nav.next-arrow {
  left: auto;
  right: -3%;
  }
  .slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  }
  .slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #1E1E1E;
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
  z-index: 1;
  }
  .slick-nav i:before {
  transform: rotate(-40deg);
  }
  .slick-nav i:after {
  transform: rotate(40deg);
  }
  .slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  background: #F4F8FF;
  }
  .slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: #F4F8FF;
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
  }
  .slick-nav:hover i:before, .slick-nav:hover i:after {
    background: var(--white-color);
    z-index: 1;
  }
  .slick-nav:hover:before, .slick-nav:hover:after {
    background: rgb(244 248 255 / 50%);
  }  
  .slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
  }
  .slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
  }
  .slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
  }
  .slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
  }
  @-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
  }
  @keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
  }
  @-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
  }
  @keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
  }
  @-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
  }
  @keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
  }
  @-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
  }
  @keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
  }


.flexible_sec{
  background: #F0DA62;
  position: relative;
  padding: 50px 0;
}
.flex_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
}
.flex_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.counter_js{
  position: relative;
  padding-top: 0px;
  margin-bottom: 15px;
}
.counter_js #counter {
  padding: 0px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  justify-content: space-between;
}
.counter_js #counter li {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.counter_js #counter li:last-child{
  border-right: 0;
}
.count, .plus_count{
  font-size: 35px;
  font-weight: 700;
}
.counter_js #counter li span{
  display: block;
  text-align: center;
}
.feature_project_sec{
  padding: 50px 0;
}
.feature_slid_img{
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  overflow: hidden;
}
.feature_slid_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.serr-text{
  width: 90%;
}
.feature_box_sec{
  padding: 0px;
  border-radius: 0px;
  background: #fff;
  position: relative;
}
.feature_slid_img span{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(30 30 30 / 50%);
  font-size: 66px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in 0.3s;
  transform: translate(-100%, 0%);
}
.feature_box_sec:hover .feature_slid_img span{
  transform: translate(0%, 0%);
}
.feature_slid .padding_box{
  padding-bottom: 0;
}


/* Footer */
.ftr_top {
  background: #101416;
  padding: 50px 0 0;
  position: relative;
}
.ftr_logo {
  margin-bottom: 10px;
  width: 140px;
  display: inline-block;
}
.ftr_logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.read_btn {
  color: var(--white-color);
  font-family: var(--text-font);
  font-weight: 600;
  font-size: 12px;
  line-height: 23px;
  text-decoration: none;
  letter-spacing: 2px;
}
.read_btn:hover {
  background: var(--red-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social_icon {
  margin-top: 15px;
}
.social_icon ul {
  padding: 0;
  margin-bottom: 0;
}
.social_icon ul li {
  display: inline-block;
  margin-right: 8px;
}
.social_icon ul li a {
  background: rgb(225 225 225 / 20%);
  width: 35px;
  height: 35px;
  display: flex;
  color: var(--white-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all ease-in 0.3s;
}
.social_icon ul li a:hover {
  background: var(--main-gradient);
  color: var(--black-color);
  transition: all ease-in 0.3s;
}
.social_icon ul li a {
  text-decoration: none;
}
.find_us h4 {
  font-weight: 700;
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 20px;
  font-family: var(--text-font);
}
.find_us p{
  color: rgb(255 255 255 / 50%);
  font-size: 14px;
}
.add_icon span {
  color: var(--white-color);
}
.add_text h4 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 18px;
  color: var(--text-color);
  font-family: var(--text-font);
  margin-bottom: 5px;
}
.add_text p,
.add_text a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--white-color);
  text-decoration: none;
  font-family: var(--text-font);
  margin-bottom: 0;
}
.add_icon {
  padding-right: 20px;
}
.add {
  padding-bottom: 15px;
}
.indus_head p {
  color: rgb(255 255 255 / 50%);
  font-size: 15px;
  margin-bottom: 0;
}
.indus_head h4 {
  color: var(--white-color);
}
/* ftr-btm */
.ftr_btm {
  background: var(--purple-color);
  padding: 0px 0 0px;
}
.ftr_link {
  padding: 0px 0px 25px;
}
.ftr_link ul {
  padding: 0 0px 20px;
  margin: 0;
  display: block;
}
.ftr_link ul li {
  display: block;
  margin-bottom: 8px;
}
.ftr_link ul li a {
  text-decoration: none;
  color: var(--white-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--main-font);
  letter-spacing: 1px;
}
.ftr_link p {
  color: rgb(255 255 255 / 50%);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.ftr_link p a {
  text-decoration: none;
  color: rgb(255 255 255 / 50%);
}
.email_ftr {
  font-size: 15px;
  position: relative;
}
.email_ftr .form-control {
  background: transparent;
  padding: 10px 15px;
  outline: none;
  border-radius: 30px;
  border: 1px solid #fff;
  width: 100%;
  color: var(--white-color);
  margin-bottom: 15px;
}
.submit_ftr {
  position: absolute;
  border: none;
  background: var(--main-gradient);
  padding: 4px 30px;
  border-radius: 30px;
  height: 40px;
  color: var(--text-color);
  top: 3px;
  right: 2px;
  font-size: 14px;
  letter-spacing: 0px;
}

.ftr_sec {
  position: relative;
}
.sb_tp h4{
  margin-bottom: 0;
}
.ftr_frm .form-control::-webkit-input-placeholder {
  /* Edge */
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  font-family: var(--text-font);
  color: rgb(255 255 255 / 50%);
}
.ftr_frm .form-control:-ms-input-placeholder {
  /* Internet Explorer */
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  font-family: var(--text-font);
  color: rgb(255 255 255 / 50%);
}
.ftr_frm .form-control::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  font-family: var(--text-font);
  color: rgb(255 255 255 / 50%);
}


/*------------- Inner Page ----------------- */
.inner_banner_sec {
  padding: 150px 0;
  position: relative
}
.inner_banner_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}
.inner_banner_ontent {
  position: relative;
  z-index: 9
}
.inner_banner_ontent h1{
  font-size: 45px;
  font-family: var(--heading-font);
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.inner_banner_ontent h4 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-size: 60px;
  font-weight: 300
}
.inner_banner_ontent p{
  color: var(--white-color);
}
.inr_abt{
  width: 100%;
}
.inr_abt img{
  width: 100%;
}

/* Contact Page */
.inner_contact_sec {
  padding: 50px 0;
}

.font_size_line_height {
  width: 100%;
  padding: 51px;
  background: #fff;
  box-shadow: 0 0 40px rgb(0 0 0 / 10%);
  border-top: 10px solid var(--main-color);
  border-radius: 15px;
}

.con-head h4 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.inner_contact_sec .main_loc {
  margin-bottom: 20px;
  text-align: center;
  padding: 50px;
  background: #fff;
  box-shadow: 0 0px 50px rgb(0 0 0 / 10%);
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  min-height: 300px;
}

.inner_contact_sec .main_loc .main_icon {
  background: var(--white-color);
  color: var(--blue);
  width: 50px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.main_loc .main_icon i {
  background: var(--main-color);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 53px;
  text-align: center;
  font-size: 18px;
  display: block;
}

.main_text h5 {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
}

.main_text p,
.main_text a {
  color: #000;
  text-decoration: none;
}

.inner_contact_sec .form-group .btn_green {
  border: none;
  background-color: var(--main-color);
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
}

.inr-frm .form-group {
  margin-bottom: 15px;
}

.inr-frm textarea.form-control {
  min-height: 100px;
}

.inr-frm .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ced4da;
}

.sub-btn {
  background: var(--main-color);
  padding: 10px 35px;
  border-radius: 30px;
  color: var(--white-color);
  text-transform: uppercase;
  border: none;
  transition: all ease-in 0.3s;
}

.sub-btn:hover {
  background: var(--main-color);
  transition: all ease-in 0.3s;
}

.apply_reset_btn button{
  border: 2px solid var(--main-color);
  padding: 6px 25px;
  background: var(--white-color);
}
.blog_filter_h4{
  font-size: 15px;
}
.blog_filter{
  padding: 50px 0;
}
