/* 50729 */
.hei {
  height: 100%;
}

.auto {
  display: block;
  margin: 0 auto;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text_center {
  text-align: center;
}


p.auto {
  width: 85%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

i {
  font-family: FontAwesome !important;
}

i::before {
  font-family: FontAwesome !important;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* slider css  */

.slick-active {
  opacity: 1;
}

button.slick-prev,
button.slick-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1f4e79;
  z-index: 2;
  top: 39%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #fff;
  outline: none;
  background: #1f4e79;
}

button.slick-prev {
  left: 0;
}

button.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  color: #fff;
  font-size: 14px;
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 800;
  opacity: 1;
}

.slick-prev:before {
  transform: rotate(180deg);
}

.button-3d {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border-width: 0;
  padding: 0 8px;
  min-width: 4em;
  min-height: 4em;
  box-sizing: border-box;
  background: transparent;
  font: inherit;
  cursor: pointer;
  margin: 10px;
  border-radius: 20px;
}

.button-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  padding: 8px 16px;
  transform: translateY(0);
  color: #fff;
  background-image: linear-gradient(145deg, #f3d2, #000);
  text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  transition: transform 0.3s, border-radius 0.3s, background 10s;
}

.button-3d:active .button-top {
  border-radius: 10px 10px 8px 8px / 8px;
  transform: translateY(2px);
  background-image: linear-gradient(145deg, #000, #f3d2);
}

.button-bottom {
  position: absolute;
  z-index: 1;
  bottom: 4px;
  left: 4px;
  border-radius: 20px;
  padding-top: 6px;
  width: calc(100% - 8px);
  height: calc(100% - 10px);
  background-image: linear-gradient(145deg, #000, #f3d2);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
  transition: border-radius 0.2s, padding-top 0.2s;
}

.button-base {
  position: absolute;
  z-index: 0;
  top: 4px;
  left: 0;
  border-radius: 20px;
  width: 100%;
  height: calc(100% - 4px);
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.75),
    inset 0 2px 2px rgba(0, 0, 0, 0.25);
  transition: border-radius 0.2s, padding-top 0.2s;
}

.button-3d:active .button-bottom {
  border-radius: 10px 10px 8px 8px / 8px;
  padding-top: 0;
}

.button-3d:active .button-base {
  border-radius: 10px 10px 8px 8px / 8px;
}

/* slider css  */

/* input css  */
.form-control {
  height: 55px;
  margin: 0 0 20px 0;
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: 1px solid #eeeeee;
  border-radius: 50px;
  padding: 0 20px;
}

.form-control::placeholder {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

textarea.form-control {
  height: 150px;
  padding-top: 20px;
}

.form-control:focus {
  color: #000;
  background-color: #fff;
  outline: 0;
  box-shadow: unset;
}

/* input css  */

/* dots css  */

.solution-slider .slick-dots li button:before {
  line-height: normal;
  font-size: 10px;
  top: 55%;
  left: 50%;
  width: auto;
  height: auto;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.solution-slider .slick-dots li button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #0000;
}

.solution-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
}

.solution-slider .slick-dots li.slick-active button {
  border: 1px solid #000;
}

/* dots css  */

/* faq's css */
.main-accordion .accordion-item {
  margin: 20px 0;
  padding: 20px 20px;
  border-radius: 5px !important;
}

.main-accordion .accordion-item h6 {
  margin: 0;
  color: #a9a9a9;
}

.main-accordion .accordion-button {
  border-radius: 5px !important;
  padding: 0 0;
}

.main-accordion .accordion-body {
  padding: 0 0;
}

.main-accordion .accordion-body p {
  margin: 0;
  color: #000;
}

.main-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #0000;
  box-shadow: unset;
}

.main-accordion .accordion-button:focus {
  border-color: #0000;
  box-shadow: unset;
}

.main-accordion .accordion-button::after {
  content: "\2b";
  background-image: none;
  font-size: 10px;
  width: auto;
  height: auto;
  color: #000;
  font-family: "FontAwesome";
}

.main-accordion .accordion-button:not(.collapsed)::after {
  content: "\f068";
  background-image: none;
  font-size: 10px;
  width: auto;
  height: auto;
  color: #000;
  font-family: "FontAwesome";
}

/* Scrollable para */
.para-scroll {
  max-height: 150px;
  overflow-y: auto;
}

.para-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.para-scroll::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.para-scroll::-webkit-scrollbar-thumb {
  background-color: #a49b89;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.para-scroll.active {
  padding: 10px;
  box-shadow: 0 0 6px 0 #ffffff46;
  margin: 0 0 10px 0;
}

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */

/* InnerPage Aboutus start */
/* InnerPage Aboutus end */