@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Odibee+Sans&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Epilogue", sans-serif;
}

body {
  font-family: "Epilogue", sans-serif;
  overflow-x: hidden;
}

.heading-font {
  font-family: "Odibee Sans", sans-serif;
}

.text_primary {
  color: #ffee02;
}

a.book_btn {
  display: inline-block;
  text-decoration: none;
  background-color: #ffd65d;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  color: #000;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 2px;
  transition: all 0.5s;
}
a.book_btn:hover {
  color: #000;
  transform: scale(0.9);
}

.slick-slider .slick-next, .slick-slider .slick-prev, .slick-slider .slick-next:hover, .slick-slider .slick-prev:hover, .slick-slider .slick-next:focus, .slick-slider .slick-prev:focus {
  bottom: 2px !important;
  top: unset !important;
  left: 50% !important;
  transform: translateX(-50%);
  background: #ffee02;
  height: 36px;
  width: 36px;
  border-radius: 6px;
}
.slick-slider .slick-next::before, .slick-slider .slick-prev::before, .slick-slider .slick-next:hover::before, .slick-slider .slick-prev:hover::before, .slick-slider .slick-next:focus::before, .slick-slider .slick-prev:focus::before {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  opacity: 1 !important;
}
.slick-slider .slick-next.slick-disabled, .slick-slider .slick-prev.slick-disabled, .slick-slider .slick-next:hover.slick-disabled, .slick-slider .slick-prev:hover.slick-disabled, .slick-slider .slick-next:focus.slick-disabled, .slick-slider .slick-prev:focus.slick-disabled {
  opacity: 0.6;
  cursor: default;
}
.slick-slider .slick-prev {
  margin-left: -24px;
  z-index: 999;
}
.slick-slider .slick-prev::before {
  content: "\f0d9";
}
.slick-slider .slick-next {
  margin-left: 24px;
}
.slick-slider .slick-next::before {
  content: "\f0da";
}

.slick-list {
  padding: 3rem 0 !important;
}

.slick-dots li {
  margin: 0 !important;
}

.slick-dots li button:before {
  font-size: 9px !important;
  color: #a5a5a5 !important;
}

.slick-dots li.slick-active button:before {
  color: #ffee02 !important;
}

.heading {
  padding-top: 5rem;
  padding-bottom: 2rem;
  text-align: center;
}
.heading h6 {
  color: #ffd65d;
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0;
  text-transform: uppercase;
  font-family: "Odibee Sans", sans-serif;
}
.heading h2 {
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Odibee Sans", sans-serif;
}

.btn--primary {
  position: relative;
  background-color: #ffee02;
  padding: 0.6rem 3rem 0.6rem 1rem;
  color: #000;
  text-decoration: none;
  border: none;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 89% 100%, 0 100%);
  transition: all 0.3s;
}
.btn--primary:hover {
  color: #000;
}
.btn--primary:hover::after {
  width: 12px;
}
.btn--primary::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 6px;
  background-color: #000;
  top: 0;
  right: 1rem;
  transform: skewX(-21deg);
  transition: all 0.5s;
}

#header {
  background: rgba(0, 0, 0, 0.831372549);
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 9999;
}
#header .logo_container img {
  height: 100%;
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header ul {
  list-style-type: none;
  margin: 0;
}
#header ul li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  text-transform: uppercase;
  transition: all 0.5s;
  cursor: pointer;
}
#header ul li a:hover {
  color: #ffee02;
}
#header ul li a.active {
  color: #ffee02;
}
#header ul li a.active::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 20px;
  height: 3px;
  background-color: #ffee02;
  border-radius: 50px;
}

section.hero {
  height: 100%;
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}
section.hero h2 {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  color: #ffffff;
}
section.hero h2 span {
  color: #ffee02;
}
section.hero .hero_img_container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
section.hero .hero_img_container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
section.hero .hero_img_container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: 1;
}
section.hero form {
  margin: 0;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.3803921569);
  border-radius: 8px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
section.hero form .input_container {
  display: flex;
  align-items: center;
  position: relative;
}
section.hero form .input_container input, section.hero form .input_container select, section.hero form .input_container textarea {
  width: 100%;
  background-color: #29231a;
  padding: 12px;
  border: 1px solid #474747;
  border-radius: 6px;
  color: #fff;
}
section.hero form .input_container input:focus, section.hero form .input_container select:focus, section.hero form .input_container textarea:focus {
  outline-color: #ffee02;
}
section.hero form .input_container input::-webkit-calendar-picker-indicator, section.hero form .input_container select::-webkit-calendar-picker-indicator, section.hero form .input_container textarea::-webkit-calendar-picker-indicator {
  opacity: 0;
}
section.hero form .input_container select {
  color: #777777;
}
section.hero form .input_container select:valid, section.hero form .input_container select option {
  color: #ffffff;
}
section.hero form .input_container select option:disabled {
  color: #777777;
}
section.hero form .input_container i {
  font-size: 18px;
  margin-left: -32px;
  color: #d8d8d8;
}
section.hero form .input_container input:focus + span.date-label {
  opacity: 0;
}
section.hero form .input_container span.date-label {
  position: absolute;
  left: 12px;
  color: #7a7a7a;
  padding-right: 10px;
  background-color: #29231a;
  pointer-events: none;
}
section.hero form .input_container textarea {
  resize: none;
}
section.hero form .thank_you_msg {
  padding: 6rem 2rem;
}
section.hero form .thank_you_msg img {
  height: 150px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 2rem;
}

section.contact_link {
  background-color: #ffee02;
  padding: 2rem 0;
  position: relative;
}
section.contact_link::after {
  content: "";
  position: absolute;
  right: 40%;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
section.contact_link .icon_container {
  display: grid;
  place-content: center;
  height: 56px;
  width: 56px;
  background-color: #fff;
  border-radius: 100px;
  font-size: 1.5rem;
}
section.contact_link span {
  font-size: 1.2rem;
  font-weight: bold;
}
section.contact_link a {
  color: #000;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 20rem;
  padding: 0.5rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
section.contact_link a i {
  transition: all 0.5s;
}
section.contact_link a:hover i {
  transform: scale(1.5);
}

.services .border-right {
  border-right: 1px dotted lightgray;
}
.services .service_box {
  text-align: center;
  padding: 2rem;
}
.services .service_box img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
  height: 64px;
  width: 100%;
}
.services .service_box h5 {
  font-weight: bolder;
}

#tariffs {
  background-color: #f9f9f9;
  padding-bottom: 5rem;
}
#tariffs .service_box {
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #fff;
  margin-right: 1rem;
  height: 100%;
  border: 2px solid rgb(245, 245, 245);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0431372549);
}
#tariffs .service_box.active {
  border: 2px solid #ffee02;
  position: relative;
}
#tariffs .service_box.active::after {
  content: "\f005";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: -50px;
  right: -50px;
  color: #ffffff;
  background-color: #ffee02;
  padding: 2rem 0.8rem 2rem 4rem;
  transform: rotate(132deg);
}
#tariffs .service_box img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
  height: 120px;
  width: 100%;
}
#tariffs .service_box h5 {
  font-weight: bolder;
}

#why_us {
  padding: 5rem 0;
}
#why_us ul.why_us {
  margin-left: 1rem;
}
#why_us ul.why_us li {
  position: relative;
  list-style: none;
}
#why_us ul.why_us li::before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: -1.4rem;
  color: #ffee02;
}

#testimonials {
  background-color: #f9f9f9;
  padding-bottom: 5rem;
}
#testimonials .testimonial_box {
  position: relative;
  text-align: center;
  background-color: #fff;
  height: 100%;
  border-radius: 8px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.073);
  overflow: hidden;
}
#testimonials .testimonial_box::after {
  content: "";
  background-color: #ffee02;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  transform: skew(246deg);
}
#testimonials .testimonial_box img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
  height: 40px;
  width: 40px;
  bottom: -8px;
  border-radius: 9999px;
}
#testimonials .testimonial_box h5 {
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  position: relative;
}
#testimonials .testimonial_box h5::before {
  content: "\f10d";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  color: #dddddd;
}
#testimonials .testimonial_box p {
  height: 190px;
  margin-bottom: 3rem;
  overflow: hidden;
  font-size: 1.1rem;
}

section.login-section {
  margin: 100px 0;
}
section.login-section .input-field input {
  width: 100%;
  padding: 0.5em;
  border-radius: 4px;
  border: 1px solid #cacaca;
}
section.login-section .input-field input:focus {
  outline-color: #ffee02;
}
section.login-section .input-field .check-password {
  display: flex;
  align-items: center;
}
section.login-section .input-field .check-password span {
  margin-left: -2rem;
  cursor: pointer;
  color: #717171;
}
section.login-section .checkbox .theme-checkbox {
  position: relative;
}
section.login-section .checkbox .theme-checkbox input {
  position: absolute;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}
section.login-section .checkbox .theme-checkbox input:checked ~ span i {
  opacity: 1;
}
section.login-section .checkbox .theme-checkbox .checkbox-field {
  height: 18px;
  width: 18px;
  min-height: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
  min-width: 18px;
  border: 1px solid lightgray;
  border-radius: 4px;
  pointer-events: none;
}
section.login-section .checkbox .theme-checkbox .checkbox-field i {
  opacity: 0;
}
section.login-section .sign-in-btn {
  font-weight: 600;
  padding: 0.8rem;
}
section.login-section .fs-sm {
  font-size: 14px;
}

footer {
  padding-top: 4rem;
  background-color: #161616;
  color: #CCCCCC;
}
footer span {
  font-weight: 500;
  font-size: 14px;
}
footer h4, footer h6 {
  color: #ffee02;
  text-transform: uppercase;
}
footer ul {
  list-style: none;
  padding-left: 10px;
}
footer ul li a {
  display: inline-block;
  text-decoration: none;
  color: #cccccc;
  border-bottom: 1px solid #505050;
  padding-bottom: 0.4rem;
  padding-right: 3rem;
  margin-bottom: 0.5rem;
}
footer ul li a:hover {
  color: #ffd65d;
}
footer .contact_info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}
footer .contact_info i {
  height: 40px;
  width: 40px;
  border-radius: 9999px;
  background-color: rgb(47, 47, 47);
  display: grid;
  place-content: center;
  color: #ffd65d;
}
footer .copyright {
  border-top: 1px solid rgb(43, 43, 43);
}
footer .copyright span {
  color: #ffee02;
}

iframe {
  height: 100%;
  border-radius: 8px;
}

#contact h5 {
  text-transform: uppercase;
}
#contact h2 {
  font-size: 3.5rem;
  font-weight: 600;
}
#contact .icon_box {
  height: 72px;
  width: 72px;
  background-color: #ffee02;
  color: #000;
  font-size: 1.5rem;
  display: grid;
  place-content: center;
  border-radius: 4px;
}
#contact .text_content p {
  font-size: 1.5rem;
  margin: 0;
}

.image_header {
  position: relative;
  padding: 10rem 0 3rem;
  text-align: center;
}
.image_header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(17, 17, 17, 0.59) url("/images/pattern.png");
  z-index: -1;
}
.image_header img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: -1;
}
.image_header h2 {
  font-size: 3rem;
  text-transform: uppercase;
  color: white;
}

section.services {
  padding: 5rem 0 7rem;
}
section.services .service_img_container {
  position: relative;
  height: 100%;
  width: 100%;
}
section.services .service_img_container img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
section.services .service_img_container .service_1 {
  border-radius: 150px;
  width: 300px;
  height: 500px;
  top: 0;
  left: 35%;
  border: 4px solid rgb(237, 237, 237);
}
section.services .service_img_container .service_2 {
  height: 350px;
  width: 200px;
  border-radius: 100px;
  left: 55%;
  bottom: -10%;
  border: 4px solid white;
}
section.services ul.services_list {
  margin-left: 1rem;
  padding-top: 3rem;
}
section.services ul.services_list h5 {
  font-size: 1.5rem;
}
section.services ul.services_list li {
  position: relative;
  list-style: none;
}
section.services ul.services_list li::before {
  content: "\f0da";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: -2rem;
  color: #ffee02;
  font-size: 1.5rem;
  line-height: normal;
}

.call_us_action {
  z-index: 99999;
  text-decoration: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffee02;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 0;
  color: #000;
  gap: 5px;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
}
.call_us_action span {
  font-size: 1.8rem;
}
.call_us_action:hover {
  color: #000;
}
.autocomplete-container {
  /*the container must be positioned relative:*/
  position: relative;
}

.autocomplete-container input {
  width: calc(100% - 43px);
  outline: none;
  
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  padding-right: 31px;
  font-size: 16px;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
  border-top: none;
  z-index: 999;
  background-color: #fff;
  /*position the autocomplete items to be the same width as the container:*/
  top: calc(100% + 2px);
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: rgba(0, 0, 0, 0.1);
}
@media (orientation: portrait) {
  .heading {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .heading h6 {
    font-size: 1.2rem;
  }
  .heading h2 {
    font-size: 2rem;
  }
  #why_us {
    padding: 3rem 0;
  }
  .service_box {
    margin-bottom: 1rem;
  }
  section.contact_link .icon_container {
    height: 32px;
    width: 32px;
    font-size: 1rem;
  }
  section.contact_link span {
    font-size: 0.9rem;
  }
  section.contact_link a {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .nav-btn i {
    color: #ffee02;
    font-size: 1.8rem;
    cursor: pointer;
  }
  .nav-btn:not(.active) .close {
    display: none;
  }
  .nav-btn.active .bar {
    display: none;
  }
  .navigation-links {
    padding-bottom: 2rem;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.831372549);
    transform: translateX(-100%);
    transition: all 0.5s;
  }
  .navigation-links.active {
    transform: translateX(0);
  }
  iframe {
    height: 300px !important;
  }
  section.services .service_img_container img {
    position: relative;
  }
  section.services .service_img_container .service_1 {
    border-radius: 150px;
    width: 250px;
    height: 400px;
    top: 0;
    left: 10%;
  }
  section.services .service_img_container .service_2 {
    position: absolute;
    width: 200px;
    height: 300px;
    border-radius: 100px;
    left: 40%;
    bottom: -5%;
  }
  footer {
    padding-bottom: 60px;
  }
}
.service-block {
  margin-bottom: 30px;
}

.service-block .inner-box {
  overflow: hidden;
  padding-bottom: 55px;
  position: relative;
  text-align: center;
}

.service-block .inner-box:before {
  background-color: #f7f6f2;
  bottom: 0;
  content: "";
  height: 381px;
  left: 80px;
  position: absolute;
  transform: skewX(-20deg);
  transition: all 0.3s ease;
  width: 200px;
}

.service-block .inner-box:hover:before {
  background-color: #ffee02;
  opacity: 0.3;
}

.service-block .inner-box:hover .image-box:after {
  height: 100%;
}

.service-block .inner-box:hover .image-box .image {
  border-color: #ffee02;
}

.service-block .inner-box:hover .image-box .image img {
  transform: scale(1.1);
}

.service-block .inner-box .image-box {
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 14px;
  position: relative;
}

@media (max-width: 991.98px) {
  .service-block .inner-box .image-box {
    margin-bottom: 10px;
  }
}
.service-block .inner-box .image-box:before {
  border: 1px solid #ffee02;
  border-radius: 50%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.service-block .inner-box .image-box:after {
  background: #ffee02;
  border-radius: 50%;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}

.service-block .inner-box .image-box .image {
  border-radius: 50%;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.service-block .inner-box .image-box .image img {
  border-radius: 50%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 3;
}

.service-block .inner-box .content {
  position: relative;
  text-align: center;
}

.service-block .inner-box .content .title {
  color: #000;
  font-size: 32px;
  margin-bottom: 12px;
  position: relative;
}

.service-block .inner-box .content .text {
  margin: 0 auto;
  max-width: 320px;
  position: relative;
}

.about-section {
  padding: 120px 0 70px;
  position: relative;
}
.about-section .content-column {
  margin-bottom: 50px;
}
.about-section .content-column .inner-column {
  padding-left: 80px;
  padding-top: 56px;
  position: relative;
}
@media only screen and (max-width: 1699px) {
  .about-section .content-column .inner-column {
    padding-left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column {
    padding-left: 0;
    padding-top: 0;
  }
}
.about-section .content-column .inner-column .sec-title {
  margin-bottom: 20px;
}
.about-section .content-column .inner-column .sec-title .text {
  padding-right: 30px;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column .sec-title .text {
    padding-right: 0;
  }
}
.about-section .content-column .inner-column .bottom-box {
  align-items: center;
  display: flex;
  margin-left: -2px;
  padding-top: 55px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-section .content-column .inner-column .bottom-box {
    margin-left: 0;
    padding-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .bottom-box {
    align-items: flex-start;
    flex-direction: column;
  }
}
.about-section .content-column .inner-column .bottom-box .info-btn {
  position: relative;
  text-decoration: none;
}
.about-section .content-column .inner-column .bottom-box .info-btn small {
  color: #000000;
  display: block;
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 0;
  position: relative;
  text-transform: uppercase;
}
.about-section .content-column .inner-column .bottom-box .info-btn strong {
  color: #000000;
  display: block;
  font-family: var(--title-font);
  font-size: 26px;
  line-height: 1.4em;
  position: relative;
  transition: all 0.3s ease;
}
.about-section .content-column .inner-column .bottom-box .info-btn strong:hover {
  text-decoration: underline;
}
.about-section .content-column .inner-column .bottom-box .author-box {
  align-items: center;
  display: flex;
  margin-left: 57px;
  position: relative;
}
@media (max-width: 575.98px) {
  .about-section .content-column .inner-column .bottom-box .author-box {
    margin-left: 0;
    margin-top: 10px;
  }
}
.about-section .content-column .inner-column .bottom-box .author-box .author-image {
  position: relative;
}
.about-section .content-column .inner-column .bottom-box .author-box .author-image img {
  position: relative;
  z-index: 1;
}
.about-section .content-column .inner-column .bottom-box .author-box .author-image:before {
  background-color: #ffee02;
  -webkit-clip-path: polygon(45% 0, 100% 0, 55% 100%, 0 100%);
  clip-path: polygon(45% 0, 100% 0, 55% 100%, 0 100%);
  content: "";
  height: 108px;
  left: -2px;
  position: absolute;
  top: -9px;
  width: 100px;
}
.about-section .content-column .inner-column .bottom-box .author-box .author-info {
  padding-left: 16px;
  padding-top: 5px;
  position: relative;
}
.about-section .content-column .inner-column .bottom-box .author-box .author-info .name {
  color: #000000;
  font-family: var(--text-font);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1px;
  position: relative;
}
.about-section .content-column .inner-column .bottom-box .author-box .author-info .designation {
  color: #000000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
}
.about-section .image-column {
  margin-bottom: 50px;
}
.about-section .image-column .inner-column {
  margin-bottom: 82px;
  margin-top: 50px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.about-section .image-column .inner-column:before {
  background-color: #ffee02;
  content: "";
  height: 678px;
  left: 80px;
  position: absolute;
  top: -50px;
  transform: skewX(-23deg);
  width: 350px;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column:before {
    display: none;
  }
}
.about-section .image-column .inner-column .image-1 {
  width: 400px;
  height: 520px;
}
.about-section .image-column .inner-column .image,
.about-section .image-column .inner-column .image-2 {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.about-section .image-column .inner-column .image img,
.about-section .image-column .inner-column .image-2 img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column .image,
  .about-section .image-column .inner-column .image-2 {
    height: 600px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .about-section .image-column .inner-column .image,
  .about-section .image-column .inner-column .image-2 {
    height: auto;
  }
}
.about-section .image-column .inner-column .image-2 {
  position: absolute;
  right: -12px;
  top: 30px;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column .image-2 {
    display: none;
  }
}
.about-section .image-column .inner-column .video-box {
  bottom: -50px;
  position: absolute;
  right: 50px;
}
@media (max-width: 1199.98px) {
  .about-section .image-column .inner-column .video-box {
    display: none;
  }
}

#book_divider .book_container {
  background: url("images/book_bg.jpg") center;
  border-radius: 12px;
  overflow: hidden;
}
#book_divider .book_container .content {
  padding: 5rem 3rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 600px) {
  #book_divider .book_container .content {
    padding: 4rem 1rem;
  }
}
#book_divider .book_container .content h2 {
  font-size: 4rem;
}
@media (max-width: 600px) {
  #book_divider .book_container .content h2 {
    font-size: 3rem;
  }
}
#book_divider .book_container .content h6 {
  font-weight: 400;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: #ffee02;
}/*# sourceMappingURL=style.css.map */