@import url("https://fonts.googleapis.com/css2?family=c+Bangla:wght@100..800&family=Fredoka:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: AkzidenzGroteskBQ;
  src: url("../fonts/AkzidenzGroteskBQ-XBold.woff");
}

:root {
  font-family: "Poppins", sans-serif;
  --font-family: "AkzidenzGroteskBQ", sans-serif;
  --body-font: "Poppins", sans-serif;
  --header-color: #5d2b08;
  --box-shadow: rgba(92, 8, 33, 0.5);
  --body-color: #fff;
  --darkbody-color: #5d2b08;
  --body-alt-color: #5d2b08;
  --dark-color: #5d2b08;
  --primary-color: #5d2b08;
  --secondary-color: #b3591a;
  --accent-color: #fcd00f;
  --white-color: #fff;
  --light-color: #e6e6e6;
  --border-color: #ee620e;
  --link-color: #fff;
  --footer-copyright: #5d2b08;
  --border-rad-5: 5px;
  --font-28: 1.75rem;
  --pad-section: 40px;
  --heading-lg: 2.5rem;
  --heading-1: 2rem;
  --heading-2: 1.75rem;
  --heading-3: 1.5rem;
  --heading-4: 1.25rem;
  --heading-5: 1.125rem;
  --heading-6: 1rem;
/*   --body-font: 1rem; */
  --heading-lh: 1.4;
  --body-lh: 1.2;
}

.collapsing {
  transition: 0.3s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font);

  background-color: var(--dark-color);

  font-size: 14px;

  line-height: 30px;

  padding: 0;

  margin: 0;

  font-weight: 400;

  overflow-x: hidden;
}

.web_img, .web_block {
	margin: 0 auto;
	
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;

  margin: 0;
}

h1,
h1 > a,
h2,
h2 > a,
h3,
h3 > a,
h4,
h4 > a,
h5,
h5 > a,
h6,
h6 > a {
  font-family: var(--font-family);

  color: var(--bs-white);

  font-weight: 600;

  text-transform: initial;

  transition: all 0.2s;
}

h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover {
  color: var(--accent-color);
}

a,
a:focus,
a:hover {
  text-decoration: none;

  outline: none;

  color: var(--accent-color);

  transition: all 0.6s; /* font-size: 16px; */
}

img {
  max-width: 100%;

  height: auto;
}

.d-rtl {
  direction: rtl;
}

ul,
ol {
  padding: 0;

  margin: 0;

  list-style: none;
}

input:focus,
textarea:focus {
  outline: none;

  box-shadow: none;

  border: 1px solid #fff;
}

button {
  border: none;

  cursor: pointer;
}
.tag_div_alt {
    color: #fff;
}

input,
textarea {
  padding: 10px 20px;

  color: var(--bs-white);

  width: 100%;

  font-family: var(--font-family);

  height: 50px;

  background: var(--bg-color);

  border: 2px solid var(--border-color);
}

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

  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="password"] {
  font-family: initial;
}

input[type="checkbox"] {
  width: initial;

  height: initial;
}

select {
  padding: 10px 20px;

  border: none;

  cursor: pointer;

  outline: none;
}

textarea {
  min-height: 150px;

  resize: none;
}

span {
  display: inline-block;
}

.table thead th,
.table td,
.table th {
  border: none;
}

.d-grid {
  display: grid !important;
}

.b-none {
  border: none !important;
}

.ovf-unset {
  overflow-x: unset !important;
}

iframe {
  border: 0;

  width: 100%;
}

.shadow-none {
  -webkit-box-shadow: none;

  box-shadow: none;
}

h1.m-none,
h2.m-none,
h3.m-none,
h4.m-none,
h5.m-none {
  margin: 0;
}

table thead tr th {
  font-size: 18px;

  line-height: 30px;
}

a {
  display: inline-block;

  color: var(--para-color);

  font-weight: 400;

  font-size: 14px;

  line-height: 24px;
}

p,
span,
li,
label {
  margin: 0; /* font-family: var(--font-family); */

  font-size: 14px;

  font-weight: 400;

  color: var(--bs-white);

  line-height: 24px;
}

.section-text {
  margin-bottom: 34px;
}

.section-header {
  margin-bottom: 55px;
}

.sub-title {
  color: var(--white-color); /* margin-top: 40px; */

  line-height: 40px;

  font-size: 30px;

  text-align: center;

  position: relative;
}

.title {
  font-weight: 700;

  margin-bottom: 14px;
}

.xxlr {
  font-size: 26px;

  line-height: 36px;

  margin-top: -7px;
}

.xlr {
  font-size: 24px;

  line-height: 36px;

  margin-top: -7px;
}

.mdr {
  font-size: 16px;

  line-height: 22px;
}

.z-1 {
  z-index: 1;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

*::-webkit-scrollbar-track {
  background: var(--bg-color);
}

*::-webkit-scrollbar {
  width: 6px;
}

*::-webkit-scrollbar-button,
*::-webkit-scrollbar-thumb {
  background-color: var(--accent-color);
}

::placeholder {
  color: rgba(255, 255, 255, 0.6);

  opacity: 1;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.scrollToTop {
  position: fixed;

  bottom: 0;

  right: 30px;

  width: 45px;

  height: 45px;

  background-color: var(--hover-color);

  border-radius: 5px;

  color: #fff;

  line-height: 45px;

  font-size: 20px;

  text-align: center;

  z-index: 9;

  cursor: pointer;

  transition: all 1s;

  transform: translateY(100%);
}

.scrollToTop.active {
  bottom: 30px;

  transform: translateY(0%);
}

.preloader {
  position: fixed;

  width: 100%;

  height: 100vh;

  z-index: 99999999;

  overflow: visible;

  background: url(../images/preloader.gif) no-repeat center center;

  background-size: 20%;

  background-color: #e5eff1;
}

.color-golden,
span.golden_color {
  color: var(--accent-color);
}

/* Button */
.btn.btn-v3:hover {
  background: var(--secondary-color);
  -webkit-box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, .15);
  color: #fff;
}

.btn {
  background: var(--secondary-color);
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  /* text-transform: uppercase; */
  font-family: var(--body-font);
}

.header-section {
/*   padding: 10px 0; */
  background: var(--header-color);
  border-bottom: 1px solid var(--border-color);
}

.header-logo a img {
  width: 135px;
}

.selected_language img {
  width: 30px;

  height: 30px;
}

.sidenav-menu {
  /* width: 30%; */

  display: none;

  background: var(--dark-color);

  height: 100vh;

  position: fixed;

  overflow-y: scroll;

  z-index: 100;
}

.sidenav {
  top: 8px;
  position: relative;
}

.sidenav-menu.show {
  display: block;
}

.sidenav-wrapper {
  padding: 40px;
}

.hide-sidenav {
  position: absolute;

  right: 0;

  top: 0;

  background: var(--accent-color);

  width: 40px;

  height: 40px;

  line-height: 40px;

  vertical-align: middle;

  text-align: center;

  font-size: 30px;

  cursor: pointer;
}

.sidenav-heading {
  margin-bottom: 30px;
}

.sidenav-heading p,
.sidenav-heading p span {
  font-size: 20px;
}

.navigation-wrapper {
  float: right;
	margin-top:10px;
}
.header-nav {
	margin-top:10px;
}

.navigation-wrapper ul li {
  list-style: none;
}

.navigation-wrapper ul li ul.sub-menu {
  display: none;
}

.navigation-wrapper ul.navbar-nav {
  flex-direction: row;

  gap: 20px;
}

.navigation-menu {
  float: right;
}

.navigation-wrapper ul li a {
  padding: 2px 0;
}
.navigation-wrapper ul li a {
  font-weight: 700;
  font-size: 14px;
  transition: color .3s, background .3s;
}

.navigation-wrapper ul li.login a,
.navigation-wrapper ul li.register a {
  padding: 5px 20px;

  border-radius: 4px;

  text-align: center;

  color: var(--dark-color); /* font-size: 16px; */

  font-weight: 700; /* text-transform: uppercase; */
  box-shadow: 0 2px 2px 2px #00000025;
}

.navigation-wrapper ul li.login a {
  background: var(--accent-color);

  color: var(--dark-color);
	 border: 1px solid transparent;
}

.navigation-wrapper ul li.register a {
  background: var(--secondary-color);

  color: var(--white-color);
	 border: 1px solid transparent;
}

.navigation-wrapper ul li.login:hover a {
  background: var(--primary-color);

  color: var(--white-color);
	 border: 1px solid var(--accent-color);
}

.navigation-wrapper ul li.register:hover a {
  background: var(--primary-color);

  color: var(--white-color);
	 border: 1px solid var(--accent-color);
}

#sidenav {
  cursor: pointer;
}

.sidenav-menu-wrapper ul {
  list-style: none;
}

.sidenav-menu-wrapper ul li {
  margin: 8px 0;
}

.sidenav-menu-wrapper ul li a {
  font-size: 16px;
}

.sidenav-menu-wrapper ul li.login a,
.sidenav-menu-wrapper ul li.register a {
  font-size: 16px;

  font-weight: 600;

  display: block;

  padding: 15px;

  border-radius: 5px;

  text-align: center;
}

.sidenav-menu-wrapper ul li.login a {
  margin-top: 30px;

  background: var(--accent-color);

  color: var(--body-color);
}

.sidenav-menu-wrapper ul li.register a {
  margin-top: 10px;

  background: var(--primary-color);

  color: var(--body-color);
}

div#languageModal .modal-header {
  justify-content: center;

  text-align: center;

  border: 0;
}

div#languageModal .modal-header .btn-close {
  float: right;

  margin: 0;

  position: absolute;

  top: 14px;

  right: 20px;

  color: #fff;

  background: none;
}

div#languageModal .modal-body {
  background-color: var(--body-color);
}

div#languageModal .modal-content {
  background: var(--body-alt-color);

  border-radius: 8px;
}

div#languageModal.modal {
  top: 50px;
}

.countrylang {
  text-align: center;

  background: var(--body-alt-color);

  margin-bottom: 20px;

  border-radius: 5px;

  padding: 10px 0px;
}

.countrylang img {
  width: 30px;

  height: 30px;

  margin-bottom: 10px;
}

.countrylang h3 {
  font-size: 16px;

  margin-bottom: 10px;
}

.countrylang .btn-group {
  display: block;

  position: relative;
}

.countrylang .btn-group a.btn {
  display: inline-block;

  position: relative;

  width: 49%;

  background: #424242; /* float: left; */

  border: 10px;

  color: #fff;
}

/* Slider */

section.slider_wrapper {
  border-bottom: 2px solid var(--border-color);
}

.slider-indicators-round .slider-indicators > *,
.slider-indicators-round.slider-indicators > * {
  background-color: var(--secondary-color);

  border-radius: 0;
}

.slider-indicators > .active {
  background-color: var(--accent-color);

  border-radius: 0;
}

/* Search Section */

.search-section {
  padding: var(--pad-section) 0;

  text-align: center;

  background-color: var(--secondary-color);
}

.search-section h2 {
  font-family: var(--font-family);
  font-size: var(--heading-lg);
  color: var(--accent-color);
  font-weight: bold;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1), 5px 5px 2px rgba(0, 0, 0, 0.05), -5px 5px 2px rgba(0, 0, 0, 0.05);
}

.descriptions {
  margin: 20px 0;
}

.descriptions p {
  font-size: var(--heading-3);

  line-height: var(--body-lh);
}

.search-input {
  width: 75%;

  margin: 0 auto;
}

.search-input input {
  border-radius: 35px;
  font-family: var(--body-font);
  border-top-right-radius: 35px !important;
  border-bottom-right-radius: 35px !important;
  background: var(--white-color);
  position: relative;
  z-index: 2;
  padding-left: 20px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .15);
}

.input-group-append {
  position: absolute;
  right: 0px;
  z-index: 10;
}

.input-group-append button {
  background: var(--accent-color);

  border: none;

  color: var(--body-alt-color);

  font-weight: 600;
}

.input-group .btn {
  position: relative;
  z-index: 2;
  /* padding: 5px 10px; */
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 35px;
  background: var(--accent-color);
  font-weight: 400;
  color: var(--primary-color);
  border: 1px solid var(--border-color);
} /* End Search Section */

.page-heading {
  background: var(--body-alt-color);

  display: block;

  text-align: center;

  padding: 35px 0px;

  border-radius: var(--border-rad-5);

  margin: 50px 0 0px 0px;
}

.page-heading p,
.page-heading span {
  font-family: var(--font-family);

  font-weight: 600;

  font-size: var(--font-28);

  line-height: 1.2;
}

.bitjili-content h2 {
  font-size: 28px;

  font-family: var(--font-family) !important;

  color: var(--accent-color) !important;

  font-weight: 700 !important;
}

.padding-desktop.bitjili-content {
  padding: 0px 50px;
  margin-bottom: 40px;
}

.padding-desktop.bitjili-content.padding-default {
  padding: var(--pad-section) 50px;
}

.bitjili-content h3 {
  font-size: 20px;

  line-height: 60px;

  font-family: var(--font-family) !important;

  color: var(--accent-color) !important;

  font-weight: 700 !important;
}

.bitjili-content p {
  text-align: justify;

  margin: 10px 0;
}

/* .bitjili-content div a {

  color: var(--accent-color);

  border-bottom: 3px solid transparent;

  transition: all 0.2s;

  font-size: 16px;

}

.bitjili-content div a:hover {

  color: var(--accent-color);

  border-bottom: 3px solid var(--accent-color);

} */

/* Faq */

.faq-page .nav-item {
  margin-right: 10px;

  margin-bottom: 10px;
}

.faq-page .nav-pills .nav-link {
  background: var(--dark-color);

  color: var(--accent-color);

  font-size: 14px;

  font-family: var(--font-family);

  font-weight: 600;

  border: 1px solid var(--primary-color);
}

.faq-page .nav-pills .nav-link.active {
  background-color: var(--primary-color);

  color: var(--body-color);
}

li.faq-item {
  line-height: 32px;
}

ul.faq-items {
  list-style: circle;

  column-count: 2;
}

ul.faq-items li::marker {
  color: var(--link-color);
} /* Related Section */

.related_wrapper {
  margin: 20px 0 0;

  padding: 60px 0;

  background: var(--accent-color);
}

.related-faqs h2 {
  font-size: 16px;

  margin-bottom: 20px;

  color: var(--body-alt-color);
}

.related-faqs .faq-list p {
  color: var(--body-alt-color);
}

.related-faqs a.faq-item-link {
  color: var(--body-alt-color);

  border-bottom: 3px solid transparent;

  transition: all 0.2s;

  font-size: 16px;
}

.related-faqs ul.faq-items li::marker {
  color: var(--body-alt-color);
}

.related-faqs a.faq-item-link:hover {
  color: var(--light-color);

  border-bottom: 3px solid var(--light-color);

  transition: all 0.2s;

  font-size: 16px;
} /* End Related Section */ /* Topics Section */

.topics-section {
  background-color: var(--darkbody-color);
  padding: var(--pad-section) 0 var(--pad-section) 0;
  text-align: center;
}

.topics-section h2,
.topics-section span {
  font-family: var(--font-family);
  font-size: var(--heading-lg);
  font-weight: bold;
  margin-bottom: 60px;
  color: var(--accent-color);
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1), 5px 5px 2px rgba(0, 0, 0, 0.05), -5px 5px 2px rgba(0, 0, 0, 0.05);
}

div#faq-search-results {
  display: none;
}

body.single-faq {
  background-color: var(--primary-color);
}

.single-faq-archive {
  margin: var(--pad-section) 0 calc(var(--pad-section) / 2) 0;
}

div#faq-search-results {
  width: 75%;
  background: var(--light-color);
  margin: 0 auto;
  padding: 40px 30px 30px 30px;
  text-align: left;
  position: relative;
  top: -20px;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  height: 300px;
  overflow-y: scroll;
}

.faq-grid-img {
  width: 140px;
  height: 140px;
  background: var(--primary-color);
  margin: 0 auto;
  border-radius: 10px;
  margin-bottom: 40px;
  transition: transform 0.8s;
}
.faq-grid-item:hover .faq-grid-img {
  transform: scale(1.1);
}

.faq-grid-item:hover .faq-grid-title h4 {
  color: var(--accent-color);
}

.faq-grid-item {
  /* height: 150px; */

  text-align: center;

  /* border: 2px solid var(--primary-color); */

  margin-bottom: 30px;

  /* padding: 20px; */

  border-radius: 6px;
}

.faq-grid-title h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.faq-grid-img img {
  padding: 25px 0;
}

.topics_link a {
  padding: 10px 50px;
  border: 2px solid var(--accent-color);
  font-size: 16px;
  border-radius: 8px;
  margin-top: 20px;
  transition: all 1s;
}

.topics_link a:hover {
  transform: scale(1.1);
} /* End Topics Section */

.cta-section {
  background: var(--accent-color);
  padding: var(--pad-section) 0;
}

.cta-img-holder {
  border-radius: 10px;
  overflow: hidden;
  /* margin-bottom: 20px; */
}


.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.shine:hover::before, .shine:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}


.cta-section .item.cta-single {
  transition: all 500ms ease;
}
.cta-section .item.cta-single:hover {
  transform: scaleX(1.05);
}

.cta-section h3.heading {
  font-size: 20px;
  font-weight: 700;
  color: var(--darkbody-color);
  margin-bottom: 10px;
  line-height: 28px;
  padding-left: 15px;
}

.cta-section .description {
  color: var(--darkbody-color);
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.break {
  background: var(--dark-color);
  height: 2px;
  width: 100%;
  margin: 30px 0 50px;
}
.cta-section a.cta-btn {
  /* padding: 10px 20px; */
  text-align: center;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), color-stop(51%, var(--border-color)), to(var(--secondary-color)));
  background-image: linear-gradient(to right, var(--primary-color) 0%, var(--border-color) 50%, var(--secondary-color) 100%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-size: 200%;
  margin: 10px 0 0 0;
  border-radius: 8px;
  color: var(--white-color);
  font-weight: 600;
  font-size: var(--heading-5);
  font-family: var(--font-family);
  text-transform: uppercase;

}

.cta-section a.cta-btn:hover {
  color: var(--dark-color);
  background-color: var(--accent-color);
  background-position: right center;
}

.cta-section .item.cta-single:hover {
  /* box-shadow: 0 4px 6px 2px var(--box-shadow); */
}

/* .item.cta-single:before,
.item.cta-single:after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0.2;
  background-image: linear-gradient(1deg, #25f186 0%, #06773c 100%);
  border-radius: 0 0 10px 10px;
  transition: 0.4s ease;
  z-index: -3;
}

.item.cta-single::before {
  z-index: 2;
  left: 20px;
  right: 20px;
  height: 10px;
  bottom: -10px;
  opacity: 0.4;
}

.item.cta-single:after {
  z-index: 1;
  left: 40px;
  right: 40px;
  height: 10px;
  bottom: -20px;
  opacity: 0.6;
} */

#ctaSlider {
  position: relative;
}

.owl-nav {
  position: relative;

  top: -220px;

  left: 0;
}

.owl-carousel .owl-nav button.owl-prev {
  position: absolute;

  left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;

  right: -30px;
}

.cta-section .item.cta-single {
  /* background: #fff;
  background: linear-gradient(
    0deg,
    rgba(230, 230, 230, 0.98) 0%,
    rgba(250, 250, 250, 0.9) 100%
  ); */
  /* padding: 10px; */
  /* border-radius: 10px; */

  /* box-shadow: 0 3px 4px 1px var(--box-shadow); */
  /* margin: 5px; */
  /* margin-bottom: 20px; */
  position: relative;
}

.bitjili-content ul {
  list-style: circle;

  padding-left: 20px;
}

.bitjili-content ul li span {
  /* display: block;/ */
}

.bitjili-content ul li::marker {
  color: var(--golden-color);

  font-weight: 900;
}

.topics-pills-wrapper {
  background-color: var(--white-color);

  padding: 20px;

  border-radius: 6px;
}

.topics-pills-wrapper ul {
  list-style: none;
}

.heading-wrapper {
  text-align: center;

  margin: 40px auto;

  /* background: var(--accent-color); */

  width: 50%;

  padding: 10px 40px;
}

h4.topic-heading {
  background: var(--secondary-color);

  padding: 10px 0px;

  border-radius: 6px;

  font-size: var(--heading-2);

  line-height: 24px;
}

h4.topic-heading span {
  font-size: 18px;

  line-height: 24px;

  color: var(--accent-color);

  font-weight: 600;
}

.faq-items-lists {
  padding: 0 40px;
  margin-bottom: 40px;
}

a.faq-item-link span {
  color: var(--link-color);
  transition: all 0.2s;
	display: block;
	float: left;
  font-size: 16px;
}

a.faq-item-link span:hover {
  color: var(--accent-color);

  border-bottom: 3px solid var(--accent-color);

  transition: all 0.2s;

  font-size: 16px;
}

div#faq-search-results ul li a {
  color: var(--dark-color);

  margin-bottom: 10px;
}

div#faq-search-results ul li {
  border-bottom: 1px solid var(--dark-color);
} /* Faq Page */

.single-faq-wrapper {
  background: var(--body-alt-color);
} /* End Faq Page */ /*  */

.bitjili-content h2.faq-title {
  margin-bottom: 32px;
}

.bitjili-content a {
  color: var(--accent-color);
}

.bitjili-content h4 {
  font-size: 18px;

  line-height: 24px;
}

.bitjili-content .related-faqs h2 {
  font-size: 18px !important;

  color: var(--white-color) !important;

  font-weight: 700 !important;

  margin-bottom: 20px;
} /* Footer Area */

footer.footer-wrapper {
  background-color: var(--secondary-color);

  padding: 60px 0;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-logo a img {
  width: 180px;
}

.footer-menu-wrapper {
  margin-bottom: 40px;
}

.footer-menu ul {
  flex-direction: row;

  display: flex;

  flex-wrap: wrap;
}

.footer-menu li {
  flex-basis: 33.33%;

  box-sizing: border-box;

  margin-bottom: 10px;
}

.footer-menu li a {
  color: var(--white-color);

  font-weight: 600;
}

.footer-menu li a:hover {
  color: var(--accent-color);
}

.footer-wrapper-copyright {
  background-color: var(--footer-copyright);

  text-align: center;

  padding: 20px 0;
}

p.copyright {
  color: var(--accent-color);
}

p.social_title {
  color: var(--white-color);
  font-weight: 600;
  text-align: right;
}

.social_links {
  margin-top: 10px;

  margin-bottom: 20px;
}

.social_links ul li {
  display: inline-block;

  margin-right: 5px;
} /* navigation-wrapper */

@media (max-width: 768px) {
  .navigation-wrapper {
    display: none;
  }
}

.navigation-wrapper ul li ul.sub-menu {
  display: none;

  position: absolute;

  background: #fff;

  z-index: 100;

  transition: all 0.5s ease;

  height: 0;

  box-shadow: 0 2px 4px 2px rgb(18 51 86 / 50%);
}

.navigation-wrapper ul.navbar-nav li:hover ul.sub-menu {
  display: block;

  opacity: 1;

  height: auto;

  transform: translateY(0);
}

ul.navbar-nav li:hover ul.sub-menu li {
  /* color: var(--golden-color); */

  padding: 8px 35px 8px 15px;

  background-color: var(--secondary-color);
}

li.menu-item.menu-item-has-children > a:after {
  content: "";

  display: inline-block;

  position: relative;

  left: 0;

  margin: 0px 10px;

  border: solid #fff;

  border-width: 0 3px 3px 0;

  display: inline-block;

  padding: 3px;

  transform: rotate(45deg);

  -webkit-transform: rotate(45deg);
}

ul.navbar-nav li ul.sub-menu {
  color: var(--accent-color);

  background: var(--primary-color);
}

.mob {
  display: none;
}

@media (max-width: 768px) {
  .selected_language {
    /* 		width: 200px; */
  }

  .mob {
    display: inline-block;
  }
}

.bitjili-content table tr,
.bitjili-content table td {
  border-color: #fff;

  color: #fff;
}

.single-page {
  padding: var(--pad-section);
}
