@charset "UTF-8";
@font-face {
  font-family: 'Forma DJR Banner';
  src: url('../fonts/webfont/FormaDJRBanner-Regular.woff2') format('woff2'),
    url('../fonts/webfont/FormaDJRBanner-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Forma DJR Banner';
  src: url('../fonts/webfont/FormaDJRBanner-Regular.woff2') format('woff2'),
    url('../fonts/webfont/FormaDJRBanner-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Forma DJR Banner';
  src: url('../fonts/webfont/FormaDJRBanner-Medium.woff2') format('woff2'),
    url('../fonts/webfont/FormaDJRBanner-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Forma DJR Banner';
  src: url('../fonts/webfont/FormaDJRBanner-Medium.woff2') format('woff2'),
    url('../fonts/webfont/FormaDJRBanner-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Forma DJR Banner';
  src: url('../fonts/webfont/FormaDJRBanner-Bold.woff2') format('woff2'),
    url('../fonts/webfont/FormaDJRBanner-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Forma DJR Banner';
  src: url('../fonts/webfont/FormaDJRBanner-Bold.woff2') format('woff2'),
    url('../fonts/webfont/FormaDJRBanner-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

button {
  transition: all ease 0.5s;
}

.default-btn {
  padding: 16px 28.5px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #FF6726;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  gap: 5px;
  text-transform: capitalize;
  border-radius: 50px;
}
.default-btn img {
  transition: all ease 0.5s;
}
.default-btn:hover {
  background-color: #FFA826;
  border-color: #fff;
  color: #fff;
}
.default-btn.active {
  background-color: #FFA826;
  color: #fff;
}
.default-btn.active:hover {
  background-color: #FF6726;
  color: #fff;
  border-color: #FF6726;
}
@keyframes ripple {
  0%,
  35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.top-title {
  color: #160A05;
  font-size: 15px;
  font-weight: 500;
  line-height: 166.667%;
  text-transform: uppercase;
  border-radius: 100px;
  background: rgba(22, 10, 5, 0.08);
  padding: 3px 16px;
  margin-bottom: 20px;
  display: inline-block;
}
.top-title:last-child {
  margin-bottom: 0;
}
.top-title.two {
  background: rgba(255, 255, 255, 0.11);
}

.main-title {
  font-size: 46px;
  line-height: 125%;
  color: #160A05;
  margin-bottom: 15px;
}
.get-to-know-us-content .main-title {
  font-size: 32px;
}
.main-title:last-child {
  margin-bottom: 0;
}
.main-title.mw-455 {
  max-width: 460px;
}
.main-title.mw-550 {
  max-width: 550px;
}
.main-title.mw-620 {
  max-width: 620px;
}
.main-title.mw-720 {
  max-width: 720px;
}
.main-title.mw-1055 {
  max-width: 1055px;
}

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

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

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

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

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

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

@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ptb-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .shape {
    display: none;
  }
  .error-content h1,
  .error-content .h1 {
    font-size: 70px;
  }
  .top-title {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .main-title {
    font-size: 28px;
    letter-spacing: normal;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-70 {
    margin-bottom: 30px;
  }
  .mb-80 {
    margin-bottom: 30px;
  }
  .default-slide-controller .slide-icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .default-btn {
    padding: 10.5px 25px;
    font-size: 15px;
  }
  .read-more {
    font-size: 14px;
    font-weight: 600;
  }
  .main-content-text h3,
  .main-content-text .h3 {
    font-size: 20px;
  }
}
/* Min width 768px to Max width 992px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 15px;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ptb-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .shape {
    display: none;
  }
  .error-content h1,
  .error-content .h1 {
    font-size: 80px;
  }
  .top-title {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .main-title {
    font-size: 35px;
  }
  .mb-40 {
    margin-bottom: 30px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .mb-70 {
    margin-bottom: 30px;
  }
  .mb-80 {
    margin-bottom: 30px;
  }
  .default-slide-controller .slide-icon i {
    font-size: 30px;
  }
  .default-btn {
    padding: 12.5px 15px;
    font-size: 15px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb-120 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pt-120 {
    padding-top: 100px;
  }
  .pb-120 {
    padding-bottom: 100px;
  }
  .shape {
    display: none;
  }
  .default-btn {
    padding: 10.5px 20px;
    font-size: 15px;
  }
  .main-title {
    font-size: 40px;
  }
}
@media (min-width: 1399px) {
  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .mw-650 {
    max-width: 650px;
  }
}
@media (min-width: 991px) {
  .mw-1690 {
    max-width: 1690px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.navbar {
  z-index: 9;
  padding-top: 0;
  padding-bottom: 0;
  transition: all ease 0.5s;
}
.navbar.border-bottoms {
  border-bottom: 1px solid rgba(22, 10, 5, 0.1);
}
.navbar img {
  width: 60px;
  height: auto;
}
.navbar p {
  font-size: 14px;
}
.navbar.sticky {
  top: -1px;
  left: 0;
  width: 100%;
  position: sticky;
  box-shadow: 0 2px 28px 0 rgba(255, 255, 255, 0.09);
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 11;
  width: 100%;
  margin: 0;
}

.white-logo {
  display: none;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar .me-100 {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar .container {
    position: relative;
  }
}
@media (min-width: 1399px) {
  .navbar {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1199px) {
  .navbar .me-100 {
    margin-right: 100px;
  }
}
.banner-area {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner-area .row {
  row-gap: 16px;
}
.banner-img img {
  border-radius: 20px;
}
.banner-content h1,
.banner-content .h1 {
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.1;
  margin-bottom: 0;
}
.banner-content .banner-btn {
  margin-top: 40px;
}
.banner-content .banner-btn .call-btn {
  text-decoration: none;
}
.banner-content .banner-btn .call-btn .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  display: inline-block;
  background-color: #FFA826;
  border-radius: 100px;
  transition: all ease 0.5s;
}
.banner-content .banner-btn .call-btn .name {
  font-size: 16px;
  color: #555555;
  margin-bottom: 2px;
}
.banner-content .banner-btn .call-btn .number {
  font-size: 18px;
  font-weight: 600;
  color: #160A05;
  transition: all ease 0.5s;
}
.banner-content .banner-btn .call-btn:hover .number {
  color: #FF6726;
}
.banner-content .banner-btn .call-btn:hover .icon {
  background-color: #FF6726;
}
.banner-img-two .banner-award {
  position: absolute;
  top: 150px;
  left: 10px;
}
@media only screen and (max-width: 767px) {
  .banner-content h1,
  .banner-content .h1 {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .banner-content h1 img,
  .banner-content .h1 img {
    width: 50px;
  }
  .banner-content .banner-btn {
    margin-top: 20px;
  }
  .banner-content .banner-btn.gap-30 {
    gap: 10px;
  }
  .banner-content .banner-btn .call-btn span {
    font-size: 14px;
  }
  .banner-content .banner-btn .call-btn .number {
    font-size: 16px;
  }
  .banner-content .banner-btn .call-btn .icon {
    width: 43px;
    height: 43px;
    line-height: 43px;
  }
  .banner-img-two .banner-award {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area {
    padding-top: 70px;
  }
  .banner-content h1,
  .banner-content .h1 {
    font-size: 65px;
  }
  .banner-content .banner-btn {
    margin-top: 20px;
  }
  .banner-content .banner-btn.gap-30 {
    gap: 10px;
  }
  .banner-content .banner-btn .call-btn span {
    font-size: 14px;
  }
  .banner-content .banner-btn .call-btn .number {
    font-size: 16px;
  }
  .banner-content .banner-btn .call-btn .icon {
    width: 47px;
    height: 47px;
    line-height: 45px;
  }
  .banner-img-two .banner-award {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content h1,
  .banner-content .h1 {
    font-size: 65px;
  }
  .banner-content .banner-btn.gap-30 {
    gap: 10px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-content .banner-btn.gap-30 {
    gap: 3px;
  }
}
/* Min width 1400px to Max width 1799px */
@media (min-width: 1399px) {
  .banner-area {
    margin-right: 20px;
    margin-left: 20px;
    background-size: contain;
    background-position: right top;
  }
  .banner-img-two {
    margin-right: -145px;
  }
  .banner-img-two .img {
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  }
}
.what-we-do-single-item .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  border-radius: 15px;
}
.what-we-do-single-item h3,
.what-we-do-single-item .h3 {
  font-size: 24px;
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid rgba(22, 10, 5, 0.1);
}
.what-we-do-single-item.style-two {
  background-color: #F7F7F7;
  padding: 50px 35px;
  border-radius: 20px;
}
.what-we-do-single-item.style-two h3,
.what-we-do-single-item.style-two .h3 {
  margin-top: 0;
  border: none;
  margin-bottom: 10px;
}

.what-we-do-single-item-two {
  max-width: 400px;
  margin: auto;
  text-align: center;
}
.what-we-do-single-item-two img {
  margin-bottom: 30px;
}
.what-we-do-single-item-two h3,
.what-we-do-single-item-two .h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
}
.what-we-do-single-item-two p {
  color: #fff;
}

.what-we-do-play-img img {
  border-radius: 20px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .what-we-do-single-item h3,
  .what-we-do-single-item .h3 {
    font-size: 20px;
    margin-top: 25px;
    padding-top: 20px;
  }
  .what-we-do-single-item-two img {
    margin-bottom: 15px;
  }
  .what-we-do-single-item-two h3,
  .what-we-do-single-item-two .h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .what-we-do-single-item.style-two {
    padding: 25px;
  }
  .what-we-do-single-item.style-two h3,
  .what-we-do-single-item.style-two .h3 {
    font-size: 22px;
  }
}
/* Min width 768px to Max width 992px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .what-we-do-single-item h3,
  .what-we-do-single-item .h3 {
    font-size: 22px;
    margin-top: 25px;
    padding-top: 20px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .what-we-do-single-item h3,
  .what-we-do-single-item .h3 {
    font-size: 20px;
    margin-top: 25px;
    padding-top: 20px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .what-we-do-single-item.style-two {
    padding: 25px;
  }
  .what-we-do-single-item.style-two h3,
  .what-we-do-single-item.style-two .h3 {
    font-size: 22px;
  }
}
/* Min width 1400px to Max width 1799px */
@media (min-width: 1399px) {
  .what-we-do-area .col-lg-4:last-child .what-we-do-single-item-two::before {
    display: none;
  }
  .what-we-do-single-item-two {
    position: relative;
    z-index: 1;
  }
  .what-we-do-single-item-two::before {
    content: "";
    position: absolute;
    top: 0;
    right: -76px;
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
    z-index: -1;
  }
}
.get-to-know-img img {
  border-radius: 15px;
}

.get-to-us {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px 30px;
  margin-top: 30px;
  padding-top: 45px;
}
.get-to-us img {
  border-radius: 15px;
}
.get-to-us h3,
.get-to-us .h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.get-to-us.bg-fff5e9 {
  background-color: #fff5e9;
}

.get-to-know-us-single-item {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 15px;
}
.get-to-know-us-single-item h3,
.get-to-know-us-single-item .h3 {
  font-size: 24px;
}
.about-btn {
  margin-top: 40px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .about-btn {
    gap: 10px;
  }
  .get-to-know-us-single-item {
    padding: 25px;
  }
  .get-to-know-us-single-item h3,
  .get-to-know-us-single-item .h3 {
    font-size: 20px;
  }
}
@media (min-width: 1799px) {
  .get-to-know-img-wrap {
    margin-right: 70px;
  }
}
.services-single-item {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  margin-top: 30px;
}
.services-single-item h3,
.services-single-item .h3 {
  font-size: 24px;
  transition: all ease 0.5s;
}
.services-single-item p {
  color: #555555;
}
.services-single-item .gap-35 {
  gap: 35px;
  margin-bottom: 35px;
}
.services-single-item .read-more {
  margin-top: 20px;
}
.services-single-item .img {
  border-radius: 15px;
  margin: 35px 0;
  transition: all ease 0.5s;
}
.services-single-item .services-img1 {
  display: none;
}
.services-single-item .services-img2 {
  margin-bottom: 0;
}
.services-single-item:hover h3,
.services-single-item:hover .h3 {
  color: #FF6726;
}
.services-single-item-two {
  background-color: #fff;
  padding: 40px;
  border-radius: 15px;
}
.services-single-item-two .img {
  border-radius: 15px;
}
.services-single-item-two h3,
.services-single-item-two .h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.services-single-item-two ul {
  margin-top: 25px;
}
.services-single-item-two ul li {
  font-size: 18px;
  margin-bottom: 15px;
}
.services-single-item-two ul li:last-child {
  margin: 0;
}
.services-single-item-two ul li i {
  font-size: 20px;
}
.services-single-item-two .default-btn {
  margin-top: 40px;
}
.services-single-item-three {
  text-decoration: none;
  background-color: #F7F7F7;
  padding: 40px;
  display: block;
  border-radius: 20px;
  margin-bottom: 25px;
}
.services-single-item-three:last-child {
  margin-bottom: 0;
}
.services-single-item-three .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  background-color: #fff;
}
.services-single-item-three h3,
.services-single-item-three .h3 {
  margin-bottom: 0;
  font-size: 24px;
}
.services-single-item-three p {
  color: #555555;
}

.tops-150 {
  top: 150px;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .services-single-item {
    padding: 25px;
  }
  .services-single-item .gap-35 {
    gap: 20px;
    margin-bottom: 20px;
  }
  .services-single-item h3,
  .services-single-item .h3 {
    font-size: 20px;
  }
  .services-single-item-two {
    padding: 25px;
  }
  .services-single-item-two h3,
  .services-single-item-two .h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .services-single-item-two ul {
    margin-top: 25px;
  }
  .services-single-item-two ul li {
    font-size: 16px;
  }
  .services-single-item-two .default-btn {
    margin-top: 25px;
  }
  .services-single-item-three {
    padding: 25px;
  }
  .services-single-item-three h3,
  .services-single-item-three .h3 {
    font-size: 20px;
  }
}
/* Min width 768px to Max width 992px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-single-item {
    padding: 25px;
  }
  .services-single-item .gap-35 {
    gap: 20px;
    margin-bottom: 20px;
  }
  .services-single-item h3,
  .services-single-item .h3 {
    font-size: 22px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-single-item-three {
    padding: 25px;
  }
  .services-single-item-three h3,
  .services-single-item-three .h3 {
    font-size: 20px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .services-single-item-two {
    padding: 25px;
  }
}
/* Min width 1400px to Max width 1799px */
@media (min-width: 1399px) {
  .services-area {
    margin: 0 20px;
    border-radius: 10px;
  }
  .services-img-two {
    margin-right: -30px;
  }
  .services-single-item-three {
    max-width: 700px;
    margin-left: auto;
  }
}
.working-process-single-item {
  text-align: center;
  transition: all ease 0.5s;
  margin: auto;
}
.working-process-single-item .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  display: inline-block;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.working-process-single-item .icon .count {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background-color: #FFA826;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}
.working-process-single-item h3,
.working-process-single-item .h3 {
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.working-process-single-item:hover {
  transform: translateY(-5px);
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .working-process-single-item h3,
  .working-process-single-item .h3 {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
/* Min width 768px to Max width 992px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .working-process-single-item h3,
  .working-process-single-item .h3 {
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .working-process-single-item h3,
  .working-process-single-item .h3 {
    font-size: 18px;
  }
  .working-process-single-item p {
    font-size: 15px;
  }
}
@media (min-width: 1399px) {
  .working-process-single-item {
    position: relative;
    max-width: 323px;
  }
  .working-process-single-item::before {
    content: "";
    position: absolute;
    top: 60px;
    right: -200px;
    width: 100%;
    height: 1px;
    background-color: rgba(22, 10, 5, 0.1);
  }
  .working-process-area .col-lg-3:last-child .working-process-single-item::before {
    display: none;
  }
}
textarea {
  resize: none;
}
.faq-area {
  padding-bottom: 50px;
}
.faq-wrapper.accordion .accordion-item {
  padding: 0;
  margin-bottom: 22px;
  border-radius: 10px;
  border: none;
}
.faq-wrapper.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-wrapper.accordion .accordion-item .accordion-header {
  margin-bottom: 0;
}
.faq-wrapper.accordion .accordion-item .accordion-header .accordion-button {
  background-color: #fff;
  border-radius: 10px;
  padding: 21.5px 30px;
  color: #160A05;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  border: none;
  text-transform: capitalize;
  font-family: "Forma DJR Banner";
  letter-spacing: 1px;
}
.faq-wrapper.accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}
.faq-wrapper.accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url(../images/plus.svg);
}
.faq-wrapper.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.faq-wrapper.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../images/minus.svg);
}
.faq-wrapper.accordion .accordion-item .accordion-body {
  padding: 18px 30px;
  padding-top: 0;
}
.faq-wrapper.style-two.accordion .accordion-item {
  border: 1px solid rgba(22, 10, 5, 0.15);
}
.faq-wrapper.style-two.accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 700;
  font-size: 24px;
}
.email-us .icon {
  width: 56px;
  height: 56px;
  line-height: 52px;
  background-color: #FFF5E9;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #FFA826;
}
.email-us a {
  color: #160A05;
}
.email-us a:hover {
  color: #FF6726;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .faq-wrapper.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 12px 20px;
  }
  .faq-wrapper.accordion .accordion-item .accordion-body {
    padding: 12px 20px;
    padding-top: 0;
  }
  .faq-wrapper.style-two.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-wrapper.accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
@media (min-width: 1399px) {
  .faq-wrapper.style-two {
    margin-left: 75px;
  }
  .faq-wrapper.style-two.accordion .accordion-item .accordion-header .accordion-button {
    padding: 28.5px 30px;
  }
  .faq-content.style-three {
    max-width: 647px;
  }
}
.footer-area {
  padding: 60px 0 40px;
}
.footer-area img {
  width: 40px;
}
.footer-area p {
  margin-bottom: 10px;
}
.footer-single-widget .footer-logo {
  margin-bottom: 30px;
}
.footer-single-widget .info-list li {
  margin-bottom: 20px;
  gap: 13px;
}
.footer-single-widget .info-list li i {
  font-size: 22px;
  color: #FF6726;
}
.footer-single-widget .info-list li a:hover {
  color: #FF6726;
}
.footer-single-widget .info-list li:last-child {
  margin-bottom: 0;
}
.footer-single-widget h3,
.footer-single-widget .h3 {
  font-size: 24px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.footer-single-widget h3::before,
.footer-single-widget .h3::before,
.footer-single-widget h3::after,
.footer-single-widget .h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  border-bottom: 1px dashed #FFFFFF;
  opacity: 0.2;
}
.footer-single-widget h3::after,
.footer-single-widget .h3::after {
  background-color: #FFA826;
  width: 25px;
  height: 3px;
  opacity: 1;
  bottom: -1px;
  z-index: 2;
  border: none;
}
.footer-area a {
  text-decoration: none !important;
  font-weight: 600 !important;
}
.footer-single-widget .import-link li {
  margin-bottom: 15px;
}
.footer-single-widget .import-link li a:hover {
  color: #FF6726;
}
.footer-single-widget .import-link li:last-child {
  margin-bottom: 0;
}
.footer-single-widget .import-link li:hover {
  color: #FF6726;
}
.footer-single-widget.newsletter-form .submit-btn {
  border-radius: 10px;
  background: #FF6726;
  border: none;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 10px;
}
.footer-single-widget.newsletter-form .form-control {
  height: 56px;
}
.footer-single-widget.newsletter-form p {
  color: #fff;
  margin-bottom: 20px;
}
.footer-single-widget.newsletter-form .form-check-label {
  color: #fff;
}
.footer-single-widget.newsletter-form .form-check-label a {
  color: #fff;
}
.footer-single-widget.newsletter-form .form-check-label a:hover {
  color: #FF6726;
}
.footer-single-widget .social-link {
  margin-top: 30px;
}
.footer-single-widget .social-link li a {
  gap: 13px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #160A05;
}
.footer-single-widget .social-link li a i {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  border-radius: 100px;
  transition: all ease 0.5s;
}
.footer-single-widget .social-link li a span {
  color: #fff;
}
.footer-single-widget .social-link li a:hover i {
  background-color: #FF6726;
  color: #fff;
}
.footer-single-widget .instagram-item {
  position: relative;
  z-index: 1;
}
.footer-single-widget .instagram-item img {
  border-radius: 10px;
}
.footer-single-widget .instagram-item i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  border-radius: 100px;
  font-size: 25px;
  opacity: 0;
  transition: all ease 0.5s;
}
.footer-single-widget .instagram-item:hover i {
  opacity: 1;
}
.footer-single-widget .submit-btn {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #FFA826;
  border-radius: 10px;
}
.footer-single-widget .form-control {
  height: 56px;
  margin: 0 5px;
}
.footer-single-widget .info {
  gap: 20px;
}
.footer-single-widget .info img {
  border-radius: 100px;
  border: 1px solid #FF6726;
}
.footer-single-widget .info span {
  color: #fff;
}
.footer-single-widget .info a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}
.footer-single-widget .info a:hover {
  color: #FF6726;
}

.copy-right-area {
  padding: 25px 0;
}
.copy-right-area p {
  font-size: 16px;
  line-height: 162.5%;
  text-transform: capitalize;
  margin-bottom: 0;
}
.copy-right-area p span {
  font-weight: 800;
  color: #160A05;
}
.copy-right-area p a {
  font-weight: 700;
  text-decoration: none;
  color: #FF6726;
}
.copy-right-area .policy {
  gap: 40px;
}
.copy-right-area .policy a {
  position: relative;
}
.copy-right-area .policy a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -29px;
  width: 8px;
  height: 8px;
  background-color: #FF6726;
  border-radius: 50px;
}
.copy-right-area .policy a:last-child::before {
  display: none;
}
.copy-right-area .policy a:hover {
  color: #FF6726;
}

.copy-right-wrap {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copy-right-wrap .policy a {
  color: #fff;
}
.copy-right-wrap .policy a:hover {
  color: #FF6726;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .footer-single-widget h3,
  .footer-single-widget .h3 {
    font-size: 20px;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .footer-single-widget .logo {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-single-widget h3,
  .footer-single-widget .h3 {
    font-size: 22px;
  }
}
@media (min-width: 1399px) {
  .footer-area {
    margin: 0 20px;
    border-radius: 0 0 20px 20px;
  }
}
.get-to-know-us-list li {
  margin-bottom: 25px;
}
.get-to-know-us-list li:last-child {
  margin-bottom: 0;
}

.get-to-know-us-img img {
  border-radius: 20px;
}
.contact-us-from {
  background-color: #fff;
  padding: 50px 40px;
  border-radius: 20px;
}
.contact-us-from h3,
.contact-us-from .h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.contact-us-from p {
  margin-bottom: 30px;
}
.contact-us-from .form-control {
  border: 1px solid rgba(22, 10, 5, 0.15);
}
.contact-us-from .form-control:focus {
  border-color: #FF6726;
}
.contact-us-from .mb-20 {
  margin-bottom: 20px;
}
.contact-us-from .form-check a {
  color: #160A05;
}
.contact-us-from .form-check a:hover {
  color: #FF6726;
}

.contact-us-info-single-item {
  padding: 40px;
  border-radius: 20px;
}
.contact-us-info-single-item .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
}
.contact-us-info-single-item h3,
.contact-us-info-single-item .h3 {
  font-size: 22px;
}
.contact-us-info-single-item a {
  text-decoration: none;
}

/* Max width 767px */
@media only screen and (max-width: 767px) {
  .contact-us-from {
    padding: 25px;
  }
  .contact-us-info-single-item {
    padding: 25px;
  }
  .contact-us-info-single-item h3,
  .contact-us-info-single-item .h3 {
    font-size: 18px;
  }
}
/* Min width 768px to Max width 992px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-us-info-single-item {
    padding: 30px;
    gap: 20px;
  }
}
@media (min-width: 1399px) {
  .contact-us-from {
    margin-left: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .header-box {
    flex-direction: column;
    text-align: center;
  }
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 150px 0;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
  color: var(--second-color);
}
.thanks p.thanks-text {
  font-weight: 700;
  color: #FF6726;
}
.docs {
  word-break: break-word;
  padding: 50px 0;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: #FF6726;
  font-weight: 700;
}
.docs a:hover {
  color: #FFA826;
}
#cookPopup {
  display: none;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 900px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border: 1px solid rgb(255, 168, 38);
  border-radius: 20px;
  box-shadow: 2px 3px 10px rgba(255, 168, 38, 0.4);
  z-index: 9999
}
#cookPopup p {
  margin: 0;
  text-align: center
}
#cookPopup a {
  color: #FF6726;
  font-weight: 700;
  text-decoration: none;
}
@media(min-width:576px) {
  #cookPopup.show {
    display: flex;
    align-items: center
  }
}
@media(max-width:575px) {
  #cookPopup.show {
    display: block;
    text-align: left
  }
  .cookPopup_btn {
    margin: 10px 0 0 0
  }
}
.cookPopup_title {
  font-size: 16px;
  font-weight: 700
}
.cookPopup_desc {
  font-size: 16px
}
.show {
  display: flex !important
}