/*side nav start*/

.sidenav {
  height: 100%;
  /* 100% Full-height */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Stay on top */
  top: 0;
  left: -500px;
  background: #0578a0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 59px;
  /* Place content 60px from the top */
  transition: 0.2s;
  /* 0.5 second transition effect to slide in the sidenav */
  -webkit-transition: 0.2s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  width: 250px;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
  animation: fadeInDown 0.8s;
}

/* The navigation menu links */

/* When you mouse over the navigation links, change their color */

.sidenav a:hover,
.sidenav a:focus {
  color: #fff;
  text-decoration: none;
  padding-left: 40px;
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
  position: absolute;
  top: -9px;
  right: 6px;
  font-size: 36px;
  margin-left: 0;
}

.sidenav a {
  text-align: left;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 12px;
  color: #fff;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

.mobilecontainer span {
  color: #fff;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  font-size: 25px;
  cursor: pointer;
}

.mobilecontainer img {
  width: 50%;
  margin: 10px 0;
}

.mobilecontainer {
  background-color: #fff;
  padding-left: 20px;
}

.navigation .caret {
  position: relative;
  left: 5px;
}

#mySidenav ul.dropdown-menu {
  position: static;
  float: none !important;
  width: 100%;
  display: none;
  background: #4a291c;
}

#mySidenav ul.dropdown-menu li {
  float: none;
  display: block;
  padding: 0 0px 4px;
}

#mySidenav .caret {
  display: none;
}

#mySidenav #hassubmenu {
  position: relative;
}

#mySidenav #hassubmenu i.fa.fa-angle-down {
  position: absolute;
  right: 20px;
  background: black;
  color: #fff;
  height: 20px;
  width: 20px;
  text-align: center;
  border-radius: 0;
  padding-top: 2px;
  top: 6px;
}

#mySidenav div {
  border-top: 1px solid white;
}

#mySidenav div:last-child {
  border-bottom: 1px solid white;
}

#mySidenav a.closebtn + div {
  margin-top: 10px;
}

#mySidenav ul.submenu {
  /*  display: none; */
  padding: 0;
  background-color: #000;
  width: 100%;
  overflow: scroll;
  height: 150px;
}

#mySidenav .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
}

.navigation ul li > .dropdown-menu li a i {
  float: right;
  right: 14px;
  font-weight: bold;
  margin-top: 1px;
  position: absolute;
  font-size: 17px;
}

.navigation ul .show-on-hover:hover > ul.submenu {
  left: 101% !important;
  top: -25% !important;
}

.navigation ul li > .dropdown-menu li i.fa.fa-angle-down {
  display: none;
}

/* sidenav-css end */

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

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

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

.text_center {
  text-align: center;
}

.topbar {
  padding: 0 0 50px 0;
}

p.text_center.auto {
  width: 60%;
}

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: 2px solid #4a646b;
  border-radius: 7px;
}

button.slick-prev {
  left: -45px;
}

button.slick-next {
  right: -45px;
}

.slick-prev:before,
.slick-next:before {
  color: #7a8c91;
  font-size: 12px;
  content: "\e20a";
  font-family: "Font Awesome 6 Pro";
  font-weight: 800;
}

.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: 60px;
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  border: 1px solid #e9ad95;
  background: transparent;
  border-radius: 10px;
}

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

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

.form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #e9ad95;
  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
  );
}

.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-row .form-group {
  width: 48%;
}

button.theme-btn {
  justify-self: center;
  background: transparent;
}

label.form-label {
  color: #e9ad95;
  font-size: 22px;
}
