/*
* Generate A Background Image Properties
* @param $size:    Background-size, default = 'cover'
* @param $pos:     Background-position, default = 'center'
* @param $repeat:  Background-repeat, default = 'no-repeat
*/
/*
* Generate A Squared Button
* @param $bg:    Background color
* @param $color: Text color
* @param $uppercase: Whether to transform text into all uppercase or not, default = 'none'
* @param $gray-60Color: Border color, default = background color
*/
#section-cover {
  margin-top: 6rem;
  position: relative;
}
#section-cover .section-cover-inner {
  height: 450px;
}
@media screen and (max-width: 991.98px) {
  #section-cover .section-cover-inner {
    flex-flow: column;
    height: 600px;
  }
}
@media screen and (max-width: 991.98px) {
  #section-cover {
    margin-top: 3.5rem;
  }
}
#section-cover .bg-wrapper {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #section-cover .bg-wrapper {
    height: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  #section-cover .bg-wrapper {
    flex: auto;
    max-width: none;
    height: 100%;
  }
}
#section-cover .bg-wrapper .copy-right {
  position: absolute;
  left: 0;
  bottom: 5px;
  padding: 3px 16px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991.98px) {
  #section-cover .bg-wrapper .copy-right {
    bottom: 45px;
  }
}
#section-cover .bg-wrapper .copy-right .img-copy-right {
  color: #fff;
  opacity: 0.75;
  text-align: right;
}
#section-cover .bg-wrapper .bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #171717;
  background: linear-gradient(to top, #171717 0%, #171717 4%, rgba(85, 85, 85, 0.5) 25%, rgba(100, 100, 100, 0) 100%);
  opacity: 0.3;
}
#section-cover .black-square {
  background-color: #f0eeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 5rem;
}
@media screen and (max-width: 991.98px) {
  #section-cover .black-square {
    padding: 2rem;
  }
}
@media screen and (max-width: 991.98px) {
  #section-cover .black-square {
    flex: auto;
    max-width: none;
  }
}
#section-cover .black-square .text-wrapper {
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}
@media screen and (max-width: 991.98px) {
  #section-cover .black-square .text-wrapper {
    width: 100%;
  }
}
#section-cover .black-square .text-wrapper h1 {
  margin-bottom: 1.5rem !important;
}
@media screen and (max-width: 991.98px) {
  #section-cover .black-square .text-wrapper h1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991.98px) {
  #section-cover .stripe-wrapper {
    width: 100%;
  }
}

.content-wrapper#section-cover {
  position: relative;
}
.content-wrapper#section-cover .black-square {
  height: 100%;
}
.content-wrapper#section-cover .bg-wrapper {
  width: 100%;
  flex: 100%;
}
.content-wrapper#section-cover .bg-wrapper .bg-overlay {
  background: linear-gradient(to bottom, #171717 0%, #171717 5%, rgba(85, 85, 85, 0.5) 30%, rgba(100, 100, 100, 0) 100%) !important;
}
.content-wrapper#section-cover .copy-right {
  top: 15px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.content-wrapper#FAQ .content-wrapper-inner {
  color: #000;
  padding-top: 3rem !important;
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .content-wrapper#FAQ .content-wrapper-inner .tab-inner {
    flex-direction: column;
  }
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner .nav-faq {
  padding-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .content-wrapper#FAQ .content-wrapper-inner .tab-inner .nav-faq {
    padding-top: 16px;
    flex-direction: row !important;
  }
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner .nav-faq h2 {
  margin-bottom: 1rem;
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner .nav-faq a {
  color: #000;
  padding-right: 0;
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner .nav-faq a.active {
  color: #a20000;
}
@media screen and (max-width: 767.98px) {
  .content-wrapper#FAQ .content-wrapper-inner .tab-inner .tab-content {
    padding: 0;
  }
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner .question-card {
  border-bottom: 1px solid #eae7e7;
  cursor: pointer;
  padding: 1.5rem 0;
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner .question-card.active .question-head img:first-of-type {
  display: none;
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner .question-card.active .question-head img:last-of-type {
  display: block;
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner .question-card.active .ansewer-body {
  max-height: 2500px;
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner .question-card .question-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner .question-card .question-head h2 {
  line-height: 1.5;
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner .question-card .question-head img:last-of-type {
  display: none;
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner .question-card .ansewer-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.content-wrapper#FAQ .content-wrapper-inner .tab-inner .question-card .ansewer-body p {
  line-height: 1.5;
  color: #737373;
  width: 80%;
}
@media screen and (max-width: 575.98px) {
  .content-wrapper#FAQ .content-wrapper-inner .tab-inner .question-card .ansewer-body p {
    width: 90%;
  }
}
