body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #f4f5ec;
  font-weight: normal;
  height: 200vh;
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #b3b3b3;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  transition: 0.3s all ease;
}
a, a:hover {
  text-decoration: none !important;
}

.hero {
  background-color: #fff;
  height: 70vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .hero_pic {
  left: 10%;
  position: absolute;
  width: 60%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../../public/hero/hero.jpg);
}
.hero .hero_bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.hero .social_media {
  position: absolute;
  bottom: 1rem;
  right: 8rem;
  z-index: 99;
}
.hero .social_media a {
  cursor: pointer;
}
.hero .social_media a i {
  cursor: pointer;
  color: #e78d37;
  font-size: 2.3rem;
  margin: 0.5rem;
}
.hero .social_media a i:hover {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .hero .social_media {
    position: absolute;
    bottom: 1rem;
    right: 5rem;
    z-index: 99;
  }
}
.hero .hero_text {
  background-color: #f4f5ec;
  padding: 150px 80px;
  margin-top: 50px;
  right: 10rem;
  position: absolute;
  color: #fff;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero .hero_text h3 {
  color: #e78d37;
  font-weight: normal;
  letter-spacing: 0.2rem;
}
.hero .hero_text .btn {
  margin-top: 0.7rem;
  background-color: #e78d37;
  color: #fff;
  font-size: 1.2rem;
  padding: 7px 30px;
  border-radius: 0px;
  transition: 0.5s;
  border: none;
  letter-spacing: 0.1rem;
}
.hero .hero_text .btn:hover {
  background-color: #fff;
  color: #e78d37;
  transition: 0.5s;
}
@media (max-width: 1700px) {
  .hero .hero_text {
    right: 18%;
  }
}
@media (max-width: 768px) {
  .hero .hero_pic {
    left: auto;
    width: 100%;
  }
  .hero .hero_text {
    background-color: rgba(244, 245, 236, 0);
    right: auto;
  }
  .hero .hero_text h3 {
    color: #fff;
    font-weight: normal;
    letter-spacing: 0.2rem;
  }
  .hero .hero_text h3 span {
    display: none;
  }
  .hero .social_media {
    position: absolute;
    display: flex;
    right: auto;
    filter: brightness(5);
    justify-content: center;
    align-items: center;
    z-index: 99;
  }
}

@media (max-width: 768px) {
  .hero {
    height: 100vh;
  }
}
.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
}
.site-navbar-wrap a {
  color: #fff;
}
.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  background-color: #fff;
  margin-bottom: 0px;
  width: 100%;
}
.site-navbar .site-logo {
  transition: 0.5s;
  font-weight: 200;
  line-height: 0;
  position: relative;
  top: 10px;
}
.site-navbar .site-logo img {
  width: 50px;
  margin-top: -25px;
  margin-right: 5px;
}
.site-navbar .site-logo a {
  font-weight: 200;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.site-navbar .site-navigation .icon-menu {
  color: #000;
  transition: 0.5s;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 300;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 20px 10px 5px 10px;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 0;
  color: black;
  font-size: 15px;
  text-decoration: none !important;
  transition: 0.2s;
  border-bottom: 1px solid transparent;
}
.site-navbar .site-navigation .site-menu > li > a.active {
  border-bottom: 1px solid #000;
  transition: 0.2s;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  border-bottom: 1px solid #000;
  transition: 0.2s;
}
.site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #f4f5ec;
  transition: 0.2s 0s;
  border-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: transparent;
  border-bottom-color: #f4f5ec;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 14px;
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #e78d37;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
  color: #fff !important;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #4dabeb;
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #ebeef0;
  color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #fff;
}
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #f4f5ec;
  height: 100vh;
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 20px;
  display: block;
  position: relative;
  color: #ba7534;
}
.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
  color: #000;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li.active > a {
  color: #e78d37;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 18px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  transition: 0.8s;
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px;
}
.sticky-wrapper .site-navbar {
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar ul li.active a {
  color: #fff;
}
.sticky-wrapper.is-sticky .site-navbar {
  background-color: #fff;
  transition: 1s;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000;
  transition: 0.5s;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .icon-menu {
  transition: 0.8s;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
  display: inline-block;
  padding: 10px 5px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
  padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
  padding-right: 0;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
  padding-right: 20px;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
  padding: 10px 10px;
  color: black;
  font-size: 15px;
  border-bottom: 1px solid transparent;
  transition: 0, 2s;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
  color: #000 !important;
  transition: 0, 2s;
  border-bottom: 1px solid #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
  color: #000 !important;
  transition: 0, 2s;
  border-bottom: 1px solid #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
  color: #000;
}
#about {
  background: url(../../public/about/about_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  height: fit-content;
}
#about h2 {
  font-family: "Poiret One", sans-serif;
  color: #e78d37;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #e78d37;
  padding-bottom: 10px;
  text-align: center;
  margin: auto;
  font-weight: bold;
}
#about p {
  line-height: 2.5rem;
  font-size: 15px;
}
#about img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
  margin: auto;
  position: relative;
}
#about h3 {
  line-height: 2rem;
}
#about .text_S {
  display: none;
}
#about .about_content {
  font-weight: normal;
  width: 100%;
  margin-top: 20px;
  line-height: 2.5rem;
  font-size: 15px;
}
#about .about_content p {
  color: rgba(0, 0, 0, 0.8);
}
#about .about_content p:nth-child(2), #about .about_content p:nth-child(4) {
  color: #ba7534;
  font-size: 1.02rem;
  width: 100%;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
#about .about_content p:nth-child(2)::after, #about .about_content p:nth-child(4)::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 0;
  right: -0.6rem;
  background: url(../../public/about/quote/quote-right-solid.svg);
}
#about .about_content p:nth-child(2)::before, #about .about_content p:nth-child(4)::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  bottom: 0;
  left: -0.6rem;
  background: url(../../public/about/quote/quote-left-solid.svg);
}
#about .about_content .about_pic img {
  max-width: 600px;
}
#about .about_content ul {
  padding: 0;
  text-align: start;
}
#about .about_content ul li {
  list-style: none;
  text-align: start;
}

@media (max-width: 576px) {
  #about .title {
    width: 100%;
  }
  #about .title hr {
    width: 40%;
    margin: 15px auto;
  }
  #about .text_L {
    display: none;
  }
  #about .text_S {
    display: block;
  }
  #about .about_content {
    width: 100%;
    font-size: 13px;
  }
}
#about_carousel .img-box img {
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 1/1;
  max-height: 400px;
  object-fit: cover;
  position: relative;
  z-index: 3;
}

#service {
  background-color: #e78d37;
}
#service .heading-section h2 {
  font-family: "Poiret One", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  text-transform: uppercase;
}
#service .heading-section h4 {
  font-size: 1.5rem;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.8);
}
#service p {
  color: #fff;
  line-height: 2.5rem;
}
#service .tech .main_tech {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0) 0px 3px 6px, rgba(0, 0, 0, 0) 0px 3px 6px;
  transform: scale(0.95);
  transition: 0.5s;
  display: flex;
}
#service .tech .main_tech:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transform: scale(0.98);
  transition: 0.5s;
}
#service .tech .main_tech img {
  min-height: 300px;
  object-fit: cover;
  object-position: center 0%;
}
@media (max-width: 768px) {
  #service .tech .main_tech img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center 0%;
  }
}
#service .tech .main_tech div {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  min-height: 300px;
}
#service .tech .main_tech div h5 {
  font-size: 1.3rem;
  color: #ba7534;
  text-align: center;
}
#service .tech .main_tech div p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 2.5rem;
}
#service .course {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  text-align: center;
  min-height: 350px;
}
#service .course div:nth-child(1):hover img,
#service .course div:nth-child(2):hover img,
#service .course div:nth-child(3):hover img,
#service .course div:nth-child(4):hover img,
#service .course div:nth-child(5):hover img {
  transform: scale(1.1);
  transition: 0.5s;
}
#service .course img {
  transform: scale(1);
  transition: 0.5s;
  width: 100%;
  max-width: 200px;
  padding: 2rem;
}
#service .course h4 {
  color: #fff;
  font-size: 1.05rem;
  opacity: 0.5;
  letter-spacing: 0.2rem;
}
#service .course h5 {
  color: #fff;
  opacity: 0.8;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 2rem;
}

#process {
  background: #f4f5ec;
  background-attachment: fixed;
  background-size: cover;
}
#process .heading-section h2 {
  font-family: "Poiret One", sans-serif;
  color: #e78d37;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #e78d37;
  padding-bottom: 10px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  text-transform: uppercase;
}
#process .heading-section a {
  color: #e78d37;
}
#process .process_pic {
  width: 100%;
  max-width: 50px;
}
#process h5 {
  font-size: 1.05rem;
}
#process p {
  line-height: 2rem;
  padding: 0px 30px;
}
@media (max-width: 992px) {
  #process p {
    padding: 0px 10px;
  }
}
#process .main_pic img {
  width: 100%;
  margin-bottom: 1rem;
  transition: 0.5s;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
#process .main_pic img:hover {
  transition: 0.5s;
}

#products {
  background: #fff;
  background-attachment: fixed;
  background-size: cover;
}
#products .heading-section h2 {
  font-family: "Poiret One", sans-serif;
  color: #e78d37;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #e78d37;
  padding-bottom: 10px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  text-transform: uppercase;
}
#products .heading-section a {
  color: #e78d37;
}

@media (max-width: 768px) {
  #faq .container-fluid {
    --bs-gutter-x: 0;
  }
}
#faq {
  position: relative;
  background-color: #fff;
}
#faq .faq_bg {
  position: absolute;
  top: -2rem;
  left: 0rem;
  height: 100vh;
  z-index: 0;
  background: url(../../public/faq/faq.jpg) no-repeat;
  background-size: contain;
}
#faq .container-fluid {
  margin-left: -20rem;
}
@media (max-width: 996px) {
  #faq .container-fluid {
    margin-left: -5rem;
  }
}
@media (max-width: 768px) {
  #faq .container-fluid {
    margin-left: 0rem;
  }
}
#faq .heading-section h2 {
  font-family: "Poiret One", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  text-transform: uppercase;
}
#faq .heading-section a {
  color: #e78d37;
}
#faq .faq_box {
  z-index: 1;
  background-color: rgba(231, 141, 55, 0.9);
}
@media (max-width: 768px) {
  #faq .faq_box {
    z-index: 1;
    background-color: #e78d37;
  }
}
#faq a {
  background-color: white;
  padding: 0px 40px;
  color: #e78d37;
}
#faq a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #e78d37;
}

.faq-header {
  font-size: 25px;
  border-bottom: 5px dotted #fff;
  padding: 24px;
}

.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.panel-title {
  text-align: center;
  font-size: 16px;
  width: 90%;
  position: relative;
  margin: 0;
  padding: 10px 0 0 40px;
  display: block;
  cursor: pointer;
  line-height: 2.5rem;
  color: #fff;
}

.panel-content {
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  padding: 0px 14px;
  margin: auto;
  height: 0;
  overflow: hidden;
  line-height: 2.5rem;
  text-align: start;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}

@media (max-width: 992px) {
  .panel-title {
    text-align: start;
  }
  .panel-content {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    padding: 0px 14px;
    margin: auto;
    height: 0;
    overflow: hidden;
    line-height: 2.5rem;
    text-align: start;
    position: relative;
    opacity: 0;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}
.panel:checked ~ .panel-content {
  height: auto;
  opacity: 1;
  padding: 14px;
}

.plus {
  filter: invert(1) brightness(5);
  position: absolute;
  margin-left: 20px;
  margin-top: 20px;
  z-index: 5;
  font-size: 20px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}

#comment_carousel {
  background: url(../../public/comment/comment.jpg);
  background-size: cover;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  color: #fff;
}
#comment_carousel .carousel-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#comment_carousel img {
  width: 100%;
}
#comment_carousel p {
  color: #fff;
  font-weight: normal;
}

@media (max-width: 576px) {
  #comment_carousel {
    height: fit-content;
  }
}
#contact {
  background: #fff;
}
#contact img {
  width: 100%;
  height: 50vh;
  object-fit: contain;
  object-position: 50% 60%;
}
#contact .heading-section h2 {
  font-family: "Poiret One", sans-serif;
  color: #e78d37;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  max-width: 300px;
  border-bottom: 1px solid #e78d37;
  padding-bottom: 10px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  text-transform: uppercase;
}
#contact .heading-section a {
  color: #e78d37;
}
#contact ul {
  list-style: none;
  width: fit-content;
  padding: 0;
  line-height: 3rem;
  margin: auto;
}
#contact ul li {
  display: flex;
  align-items: center;
  text-align: start;
}
#contact ul li a {
  color: #ba7534;
  font-size: 1.1rem;
  font-weight: normal;
}
#contact ul li a:hover {
  color: #e78d37;
}
#contact ul li a i {
  margin: 0px 1rem;
  font-size: 1.2rem !important;
}

footer {
  background-color: #e78d37;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 20px;
}
footer a {
  color: #fff;
}
footer p {
  color: #fff;
  margin: 0;
  padding: 20px 0px;
}

.value-title {
  margin: 5rem 0;
  font-size: 2rem;
  color: #e78d37;
}

.icon-box-title {
  width: 100%;
  color: #ba7534;
}

.icon-box {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.icon-box img {
  width: 80%;
  height: 80%;
}

.contact-icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin: 0.5rem;
  background-color: #663f1b;
  border-radius: 50%;
  cursor: pointer;
}
.contact-icon-box:hover {
  transform: scale(1.1, 1.1);
}
.contact-icon-box .contact-icon {
  color: rgb(255, 255, 255);
  transform: scale(1.5, 1.5);
}

.navbar-title {
  font-size: 1rem;
}/*# sourceMappingURL=style.css.map */