/*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

:root {
  --blue: #d12523;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #d12523;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth !important;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

footer,
header,
main,
nav,
section {
  display: block;
}

@font-face {
  font-family: Muli-Regular;
  src: url("../fonts/muli/Muli-Regular.woff");
}

body {
  margin: 0;
  font-family: Muli-Regular !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.rk-mb-logo-div {
  margin-bottom: 0% !important;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

b {
  font-weight: bolder;
}

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

a {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #d12523;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

/* button:focus {
  box-shadow: 0 0 2px 0 #d12523 !important;
} */

button,
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/*  */

/* ------------------------------------------------ */

.modal-open {
  overflow: hidden;
  padding-right: 0px !important;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 500px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

body {
  overflow-x: hidden !important;
}

/* .nav_bar {
  background-color: lightblue;
  width: 100%;
  padding: 40px 65px;
  --bs-gutter-x: 0rem !important;
} */

section {
  padding: 30px 20px;
}

.section-title {
  font-size: 40px;
  margin-bottom: 20px !important;
  font-family: "Optima Bold", sans-serif;
  color: #000;
  text-align: start;
  border-left: 9px solid #bea055;
  padding-left: 25px;
}

.sub_title {
  font-family: "Optima Bold", sans-serif;
  color: #000;
}

.section-subtitle {
  text-align: start;
  color: #000;
  font-size: 21px;
  font-family: "Optima Bold";
}

p {
  font-size: 16px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  font-weight: normal;
}

h3 {
  font-family: "Optima Bold";
}

.highlight {
  /* background-color: lightblue; */
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-direction: column;
  gap: 60px;
  padding: 70px 40px;
}

.highlight p {
  font-size: 16px;
  text-align: center;
}

.highlight_content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  text-align: center;
  /* gap: 5px; */
  padding: 5px;
}

.highlight_img {
  background-color: #bea055;
  padding: 20px;
  border-radius: 50%;
  margin-bottom: 15px;
  transform: rotateY(0deg);
  transition: all 0.3s ease-in-out;
}

.highlight_img img {
  width: 65px;
}

.highlight_img:hover {
  transform: rotateY(180deg);
}

.configuration {
  position: relative;
  /* background: url("assets/img/gallery/main-entrance-lobby-desktop-arihant-sky.jpg"); */
  background-size: contain;
  background-attachment: fixed;
  padding: 90px 20px;
  z-index: 2;
}

.configuration::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #161616ec;
  z-index: -1;
}

c,
th,
tr,
table {
  border-collapse: collapse;
  font-family: "Poppins", sans-serif;
}

.configuration table {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.configuration table th {
  /* font-family: "Poppins", sans-serif; */
  font-size: 16px;
  background-color: #bea055;
  padding: 10px 20px;
  color: whitesmoke;
  font-weight: 500;
}
.sm-modals-headings{
    background-color: #bea055!important;
}

.configuration table tr {
  background-color: whitesmoke;
}

.configuration table td {
  padding: 15px 5px;
  border-bottom: 1px solid rgba(186, 186, 186, 0.603);
  background-color: #ffffff !important;
  font-size: 15px;
  vertical-align: middle;
  line-height: 1.42857143;
  font-weight: 500;
}

.configuration .click_here {
  background-color: rgba(211, 211, 211, 0.629);
  border: none;
  font-family: "Poppins", sans-serif;
  padding: 2px 5px;
  border-radius: 4px;
  font-weight: bold;
}

/* AMENITIES */

.amenities {
  background-color: #f5f5f5;
}

.amenities_box {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  background-color: #fff;
  max-width: 100%;
  padding: 15px;
  box-shadow: 0px 0px 15px rgba(137, 137, 137, 0.284);
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

/* .amenities_box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 5px;
  background-color: #bea055;
  transition: all 0.5s ease-in-out;
} */

.amenities_box:hover::after {
  width: 100%;
}

/* .amenities_box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 90px;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background-color: #bea055;
  transition: all 0.5s ease-in-out;
}

.amenities_box:hover::before {
  width: 100%;
} */

.amenities_box p {
  font-size: 14px;
}

.amenities_outbox {
  display: grid;
  grid-template-columns: auto;
  gap: 10px;
}

.amenity_img {
  max-width: 50px;
}

/* GALLERY */
.gallery {
  --bs-gutter-x: 0rem !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.gallery_nav ul li {
  padding: 0px 5px;
  /* margin: 0px 5px; */
}
.nav-pills .nav-link {
  color: black !important;
}

.nav-pills .nav-link.active {
  background-color: #132a4c !important;
  color: whitesmoke !important;
}

.image_outer_box {
  padding: 30px 20px;
}

.img_inner_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.img_inner_box img {
  border: 2px solid black;
  object-fit: cover;
  padding-right: 0px !important;
  padding-left: 0px !important;
  width: 100%;
  /*height: 300px;*/
}

.gall_amen_img img {
  border: 2px solid black;
}

.owl-carousel .owl-nav button.owl-next span {
  font-size: 59px;
  font-family: initial;
  /* display: none; */
  color: #bea055;
}

.owl-carousel .owl-nav button.owl-prev span {
  font-size: 59px;
  font-family: initial;
  /* display: none; */
  color: #bea055;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent !important;
  color: #fff;
  text-decoration: none;
}

.location_contact {
  --bs-gutter-x: 0rem !important;
  padding: 0px;
}

.location_contact .contact_us {
  position: relative;
  background-image: url(../img/contact_bg.jpg);
  background-size: cover;
  padding: 0px;
  z-index: 2;
  padding: 30px 30px;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.location_contact .contact_us p {
  font-size: 16px;
  text-align: center;
  color: whitesmoke;
}

.location_contact .contact_us:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(37, 37, 37, 0.846);
  z-index: -1;
}

#contact_form input {
  height: 40px;
  border: none;
  width: 100%;
  padding-left: 8px;
  background: #fff;
}

.form_box {
}

.form-control {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  border-radius: 0px !important;
}

.form-group {
  font-family: "Poppins", sans-serif;
  text-align: center;
  font-size: 1rem;
  padding: 10px;
}

.ccode {
  border: none;
  position: absolute !important;
  width: 100px !important;
  z-index: 1000 !important;
  left: 50px;
  height: 30px !important;
  font-weight: bold !important;
  bottom: 5px !important;
  font-size: 0.8rem !important;
}

.submit {
  color: whitesmoke;
  border: none;
  padding: 5px 15px;
  background-color: #132a4c;
  font-weight: 500;
  border-radius: 4px;
}

.input-group-addon {
  background-color: #132a4c;
  color: #ffffff;
  border: 0;
  padding: 7px 15px;
}

footer {
  width: 100%;
  line-height: 32px;
  background-color: #292b33;
  padding: 30px 20px 60px 20px;
  color: whitesmoke;
  font-size: 15px;
  text-align: center;
}

.privacy_section {
  line-height: 1.6;
  font-size: 13px;
  text-align: justify;
}

.copyright {
  margin-top: 5%;
  font-size: 18px;
}

@media (max-width: 676px) {
  .section-title {
    font-size: 30px;
  }
}

#site_address {
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
}

.wp-mb {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: #bea055;
  padding: 10px 10px;
  z-index: 99999;
  font-family: "Poppins", sans-serif;
  color: whitesmoke;
  --bs-gutter-x: 0rem !important;
  /* height: 2rem; */
  margin-bottom: 0px;
}

.wp-mb a {
  color: white;
  text-decoration: none;
}

.navbar {
  background-color: rgb(255, 255, 255) !important;
  font-family: "Poppins", sans-serif;
  --bs-navbar-padding-x: none !important;
  z-index: 999999999 !important;
  /* position: sticky; */
  /*
  position: fixed !important;
  z-index: 999999999 !important;
  top: -3px;
  left: 0px;
  padding: 0px 0px !important;
  gap: 30px !important; */
}

.navbar .nav-item {
  padding: 5px 6px;
}

.navbar .nav-item a {
  font-size: 1.1rem;
}

.navbar-expand-lg .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap !important;
  --bs-gutter-x: 0rem !important;
}

/*.navbar .container-fluid {*/
/*  align-items: center !important;*/
/*  justify-content: center !important;*/
/*  gap: 12%;*/
/*}*/

#builder_logo {
  width: 1.5rem;
  margin-left: 0px !important;
}

#project_logo {
  width: 1.2rem;
}

.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus {
  --bs-navbar-toggler-focus-width: 0rem !important;
}

.navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23BEA055' stroke-linecap='' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* TESTIMONIAL */
blockquote {
  padding: 0;
  margin: 0;
}

div.t-bq-section {
  padding: 30px;
  margin-bottom: -15px;
  font-family: "Poppins", sans-serif;
}

.t-bq-wrapper.t-bq-wrapper-boxed {
  max-width: 576px;
  margin: 0 auto;
}

.t-bq-wrapper.t-bq-wrapper-fullwidth {
  max-width: 100%;
}

/* ========== 05. Paul ========== */

.t-bq-quote-paul {
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 250px;
  box-shadow: 2px 2px 25px #cecece;
  border-radius: 10px;
}

.t-bq-quote-paul .t-bq-quote-paul-pattern {
  flex-basis: 80px;
  background: url("https://raw.githubusercontent.com/taviskaron/t-div-blockquotes/main/img/hexabump.png")
    repeat;
  border-radius: 10px 0 0 10px;
}

.t-bq-quote-paul .t-bq-quote-paul-base {
  flex-basis: calc(100% - 80px);
  background: #ffffff;
  padding: 40px 30px 50px 80px;
  font-size: 11pt;
  line-height: 1.62em;
  border-radius: 0 10px 10px 0;
}

.t-bq-quote-paul .t-bq-quote-paul-qmark {
  position: absolute;
  top: 50px;
  left: 105px;
  font-family: "Poppins", sans-serif;
  font-size: 42pt;
  color: #bea055;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.t-bq-quote-paul .t-bq-quote-paul-userpic {
  position: absolute;
  top: 80px;
  left: 45px;
  width: 70px;
  height: 70px;
  background: url("https://raw.githubusercontent.com/taviskaron/t-div-blockquotes/main/img/strug.jpg")
    center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.t-bq-quote-paul .t-bq-quote-paul-meta {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 2px dotted #777777;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author,
.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-source {
  color: #777777;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author {
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 10pt;
  font-weight: bold;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-author cite {
  font-style: normal;
}

.t-bq-quote-paul .t-bq-quote-paul-meta .t-bq-quote-paul-source {
  font-size: 9pt;
}

@media screen and (max-width: 768px) {
  .t-bq-quote-paul .t-bq-quote-paul-pattern {
    flex-basis: 20px;
  }

  .t-bq-quote-paul .t-bq-quote-paul-base {
    flex-basis: calc(100% - 20px);
    padding: 99px 22px 50px 4px;
  }

  .t-bq-quote-paul .t-bq-quote-paul-userpic {
    width: 50px;
    height: 50px;
    left: 40px;
    top: 20px;
  }

  .t-bq-quote-paul .t-bq-quote-paul-qmark {
    left: 26px;
    top: 24px;
  }
}

/* .slider {
  margin-top: 17%;
} */

#builder_logo {
  width: 60px;
}

#project_logo {
  width: 110px;
}

.overview {
  --bs-gutter-x: 0rem !important;
}

.thankyou_section {
  width: 100%;
  background-image: url(../img/gallery/image1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 20px !important;
  background-position: 100% top;
}

.thankyou_box {
  width: 100%;
  background-color: #f3f3f2;
  padding: 50px 10px;
  opacity: 0.95;
  gap: 10px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.thankyou_box h3 {
  margin-top: 20px;
  font-family: "GFS Didot", serif;
  font-size: 2.5rem;
  font-weight: 300;
  font-style: italic;
  color: #181818;
  margin-bottom: -30px;
  text-align: center;
}

.thankyou_box p {
  font-size: 1.8rem;
  font-family: "GFS Didot", serif;
  font-weight: 100;
  font-style: italic;
  color: #181818;
  margin-top: -30px;
  text-align: center;
}

#comp-lkjha20i {
}

.thankyou_button {
  width: 90%;
  padding: 15px 30px;
  background-color: #132a4c;
  border: none;
  font-family: "GFS Didot", serif;
  font-size: 1.4rem;
  /* font-style: italic;
   */
  color: rgb(32, 32, 32);
  border-radius: 0px 20px 0px 20px;
  border: 1px solid #181818;
  text-align: center;
  text-decoration: none;
  color: #181818;
}
  .modals-headings{
            text-align: center;
             background-color:#132a4c;
             color:white;
             font-family:Poppins, sans-serif;
              margin-bottom:0px; 
              padding:10px; 
              font-size:20px;
            
        }
.mt-sm{
  margin-top: 30px!important;
}
.sm-form{
  width: 100%;
}

