br {
  display: none;
}
@media (min-width: 992px) {
  br {
    display: block;
  }
}
.cursorPointer {
  cursor: pointer;
}
:root {
  margin-top: 0 !important;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: 11px;
  font-weight: 400;
  color: #000;
  padding-top: 67px;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
    padding-top: 93px;
  }
}
.white {
  color: #fff !important;
}
.white p {
  color: #fff !important;
}
a {
  text-decoration: none;
  transition: all 0.3s ease;
}
.section-padding {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .section-padding {
    padding: 50px 0;
  }
}
.btnWrapper .buttonStyle {
  text-transform: uppercase;
  background-color: #CCAC7F;
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  cursor: pointer;
  min-width: 125px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50px;
  border: 1px solid #CCAC7F;
  text-align: center;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .btnWrapper .buttonStyle {
    padding: 10px 30px;
    font-size: 16px;
  }
}
.btnWrapper .buttonStyle:hover {
  background-color: #fff;
  color: #000;
}
.btnWrapper .buttonStyle.whiteBG {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}
.btnWrapper .buttonStyle.whiteBG:hover {
  background-color: #000;
  color: #fff;
}
.btnWrapper .buttonStyle.blackBG {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btnWrapper .buttonStyle.blackBG:hover {
  background-color: #fff;
  color: #fff;
}
.btnWrapper .buttonStyle.blueBG {
  background-color: #0447AB;
  border: 1px solid #0447AB;
  box-shadow: 0 0 42px 0 #A4705A;
  color: #fff;
}
.btnWrapper .buttonStyle.blueBG:hover {
  background-color: #CCAC7F;
  color: #fff;
}
.section_title_ {
  position: relative;
}
.section_title_ .section_sub_title {
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 600;
  color: #000;
}
@media (min-width: 992px) {
  .section_title_ .section_sub_title {
    font-size: 18px;
  }
}
.section_title_ .section_sub_heading_box {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}
.section_title_ .section_sub_heading_box .logoImg {
  width: 150px;
}
@media (min-width: 992px) {
  .section_title_ .section_sub_heading_box .logoImg {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .section_title_ .section_sub_heading_box {
    font-size: 24px;
  }
}
.section_title_ .section_title_box {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin: 7px 0 10px;
}
@media (min-width: 992px) {
  .section_title_ .section_title_box {
    font-size: 40px;
    margin: 10px 0 20px;
  }
}
@media (min-width: 1400px) {
  .section_title_ .section_title_box {
    font-size: 48px;
  }
}
.section_title_ .section_title_text {
  width: 100%;
  font-weight: 400;
}
.formTitle {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .formTitle {
    font-size: 26px;
  }
}
.formWrapper {
  padding-bottom: 0;
}
.formWrapper .inputbox {
  margin-bottom: 20px;
}
.formWrapper input {
  width: 100%;
  background-color: #fff;
  border: none;
  border: 1px solid rgba(49, 72, 98, 0.1);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  padding: 15px 20px;
  outline: none;
  box-shadow: none;
  color: #000;
  transition: all 0.3s ease;
}
.formWrapper input::placeholder {
  color: #58595B;
}
.formWrapper input:focus {
  box-shadow: none;
  outline: none;
  border-color: #CCAC7F;
}
.formWrapper .iti {
  width: 100%;
  border: none;
}
.formWrapper .inputbox_two {
  text-align: center;
}
.formWrapper .inputbox_two input {
  border: 2px solid #CCAC7F;
  text-transform: uppercase;
  background-color: #fff;
  text-decoration: none;
  color: #CCAC7F;
  padding: 10px 30px;
  display: inline-block;
  width: 125px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50px;
  transition: all 0.3s ease;
}
@media (min-width: 992px) {
  .formWrapper .inputbox_two input {
    text-align: center;
  }
}
.formWrapper .inputbox_two input:hover {
  background-color: #CCAC7F;
  color: #fff;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease;
  /* Remove border from toggler */
}
header::before {
  content: "";
  background-image: url('../images/header-beg.png');
  background-size: cover;
  background-position: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
header .navbar .navbar-brand img {
  width: 190px;
}
@media (min-width: 992px) {
  header .navbar .navbar-brand img {
    width: 310px;
  }
}
header .navbar .navbar-collapse {
  justify-content: center;
}
header .navbar .nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff !important;
  transition: 0.5s;
  text-align: center;
}
@media (min-width: 992px) {
  header .navbar .nav-link {
    text-align: start;
  }
}
header .navbar .nav-link:hover {
  font-weight: 700;
}
@media (max-width: 991px) {
  header .btnWrapper {
    position: absolute;
    right: 55px;
  }
  header .btnWrapper .buttonStyle {
    padding: 10px;
    cursor: pointer;
    min-width: 105px;
    font-size: 11px;
  }
}
@media (max-width: 992px) {
  header .navbar-toggler {
    position: absolute;
    right: 0;
    z-index: 99999;
  }
}
header .collapsed {
  z-index: 99;
  background: transparent;
  padding: 0;
}
@media (max-width: 640px) {
  header .collapsed {
    margin-right: 15px;
  }
}
header .navbar-toggler {
  border: 0 !important;
}
header .navbar-toggler:focus,
header .navbar-toggler:active,
header .navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
header .toggler-icon {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: all 0.2s;
}
header .middle-bar {
  margin: 5px auto;
}
header .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
header .navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}
header .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
header .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
header .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}
header .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
header .navbar-toggler.collapsed .toggler-icon {
  background-color: #fff;
}
header .logoInn_mobile {
  display: none;
  text-align: left;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  header .logoInn_mobile {
    display: block;
  }
}
header .logoInn_mobile img {
  width: 220px;
}
@media (max-width: 640px) {
  header .navbar-collapse {
    position: absolute;
    background: #000;
    width: 0%;
    left: 0;
    top: 0px;
    height: 100vh;
    z-index: 9999;
    padding: 5vw;
    transition: none;
    margin-left: 0 !important;
    overflow: scroll;
  }
}
header .show {
  width: 100% !important;
}
header .navbar-collapse {
  justify-content: center;
}
header .logotwo {
  margin-right: 30vw;
}
@media (min-width: 1100px) {
  header .logotwo {
    margin: 0;
  }
}
header .logotwo img {
  width: 26vw;
}
@media (min-width: 1100px) {
  header .logotwo img {
    width: 10vw;
  }
}
header.scroll-up {
  top: -129px;
}
header.scroll-down {
  top: 0px;
}
@media (min-width: 1200px) {
  header.fixed_top .custom-navbar .navbar-brand img {
    width: 135px;
  }
}
section.homebanner .bannerContent {
  position: absolute;
  width: 50%;
  left: 20px;
  bottom: 70px;
  z-index: 1;
}
@media (min-width: 992px) {
  section.homebanner .bannerContent {
    width: 60%;
    transform: translateY(-75%);
    bottom: 50%;
  }
}
@media (min-width: 1400px) {
  section.homebanner .bannerContent {
    width: 54%;
    transform: translateY(-85%);
  }
}
section.homebanner .bannerTitle {
  font-family: "Playfair Display", serif;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 1;
}
@media (min-width: 992px) {
  section.homebanner .bannerTitle {
    font-size: 57px;
  }
}
@media (min-width: 1400px) {
  section.homebanner .bannerTitle {
    font-size: 66px;
  }
}
section.homebanner .bannerText {
  font-size: 12px;
}
@media (min-width: 992px) {
  section.homebanner .bannerText {
    font-size: 24px;
    max-width: 580px;
  }
}
section.homeAbout {
  position: relative;
}
section.homeAbout::before {
  content: "";
  background-image: url(../images/bg-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: -45px;
  top: 210px;
  width: 100%;
  height: 0;
  transform: rotate(22deg);
}
@media (min-width: 992px) {
  section.homeAbout::before {
    left: 0;
    top: 140px;
    width: 100%;
    height: 100%;
    transform: unset;
  }
}
section.homeAbout .videoWrapperMain {
  height: 513px;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 400px) {
  section.homeAbout .videoWrapperMain {
    height: 488px;
  }
}
@media (max-width: 375px) {
  section.homeAbout .videoWrapperMain {
    height: 455px;
  }
}
@media (min-width: 992px) {
  section.homeAbout .videoWrapperMain {
    height: 566px;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  section.homeAbout .videoWrapperMain {
    height: 664px;
  }
}
section.homeAbout .videoWrapperMain video {
  height: 100%;
  padding: 0px;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  section.homeAbout .videoWrapperMain video {
    padding: 0px 60px 60px 60px;
  }
}
section.homeAbout .buttonStyle {
  font-size: 11px;
  padding: 10px 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  section.homeAbout .buttonStyle {
    padding: 10px 20px;
    margin-bottom: 0;
  }
}
section.homeAbout img {
  display: block;
  margin: 10px 0;
  width: 170px;
}
section.homeGallery .nav-tabs {
  border: 0;
  justify-content: center;
  position: relative;
}
section.homeGallery .nav-tabs .nav-item {
  margin: 0 10px 0px;
}
section.homeGallery .nav-tabs .nav-item .nav-link {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  border-radius: 0;
  border: 0;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
  padding: 0;
  position: relative;
  z-index: 1;
  width: 100%;
}
section.homeGallery .nav-tabs .nav-item .nav-link:hover,
section.homeGallery .nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #CCAC7F;
  color: #CCAC7F;
}
section.homeGallery .tab-content {
  border: 2px solid #CCAC7F;
  padding: 20px;
}
@media (min-width: 992px) {
  section.homeGallery .tab-content {
    padding: 30px;
  }
}
section.homeGallery .tab-content .section_title_ .section_sub_title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
section.homeGallery .tab-content .section_title_ .section_sub_heading_box {
  font-size: 22px;
  margin: 10px 0;
}
section.homeGallery .tab-content .section_title_ .section_title_text {
  color: #595959;
}
@media (min-width: 992px) {
  section.homeGallery .tab-content .section_title_ {
    width: 314px;
  }
}
@media (min-width: 1400px) {
  section.homeGallery .tab-content .section_title_ {
    width: 364px;
  }
}
section.homeGallery .tab-content .imgWrapper {
  box-shadow: 4px 6px 25px 0 rgba(0, 0, 0, 0.25);
}
section.homeGallery .tab-content .imgWrapper.thirdImage {
  height: 100%;
}
section.homeGallery .tab-content .imgWrapper.thirdImage img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
section.homeGallery .tab-content .col-lg-9 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
@media (min-width: 992px) {
  section.homeGallery .tab-content .col-lg-9 .imgWrapper.firstImage {
    width: 207px;
  }
  section.homeGallery .tab-content .col-lg-9 .imgWrapper.secondImage {
    width: 243px;
  }
}
@media (min-width: 1400px) {
  section.homeGallery .tab-content .col-lg-9 .imgWrapper.firstImage {
    width: 249px;
  }
  section.homeGallery .tab-content .col-lg-9 .imgWrapper.secondImage {
    width: 287px;
  }
}
section.homeGallery .owl-carousel .imgWrapper {
  max-width: 230px;
  margin: auto;
}
section.homeGallery .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}
section.homeGallery .owl-carousel .owl-nav button {
  height: 40px;
  width: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.homeGallery .owl-carousel .owl-nav button span {
  display: none;
}
section.homeGallery .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  z-index: 100;
  background-image: url('../images/sliderArrow.svg');
}
section.homeGallery .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background-image: url('../images/sliderArrow.svg');
}
section.homeGallery .owl-carousel .owl-dots {
  display: none;
}
section.homeaboutDeveloper {
  background-color: #FFFCF8;
}
section.homeaboutDeveloper .section_title_ {
  position: relative;
  padding-left: 20px;
}
@media (min-width: 992px) {
  section.homeaboutDeveloper .section_title_ {
    padding-left: 30px;
  }
}
section.homeaboutDeveloper .section_title_::before {
  content: "";
  background-color: #000;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
section.homeConnect {
  background-color: #FFF8EF;
}
section.homeConnect .section_title_ {
  margin-bottom: 40px;
}
section.homeConnect .imgWrapper img {
  box-shadow: 1px 3px 33px 0 rgba(0, 0, 0, 0.1);
}
section.homeConnect .accordion-item {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
section.homeConnect .accordion-item .accordion-header .accordion-button {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3B3B3B;
  background-color: transparent;
  box-shadow: none;
  position: relative;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #BFBFBF;
}
@media (min-width: 992px) {
  section.homeConnect .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
section.homeConnect .accordion-item .accordion-collapse .accordion-body {
  font-size: 12px;
  padding-top: 5px;
  padding: 5px 0 16px;
  overflow-x: auto;
}
@media (min-width: 992px) {
  section.homeConnect .accordion-item .accordion-collapse .accordion-body {
    font-size: 17px;
  }
}
section.homeConnect .accordion-item:last-child {
  margin-bottom: 0;
}
section.homeConnect .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}
section.homeContact .contactInfo {
  height: 100%;
  background-color: #CCAC7F;
  padding: 30px;
  border-radius: 16px;
}
section.homeContact .contactInfo .singleItem {
  display: flex;
  gap: 20px;
}
@media (min-width: 992px) {
  section.homeContact .contactInfo .singleItem {
    gap: 30px;
  }
}
section.homeContact .contactInfo .singleItem .name {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  section.homeContact .contactInfo .singleItem .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
section.homeContact .contactInfo .singleItem img {
  width: 40px;
}
@media (min-width: 992px) {
  section.homeContact .contactInfo .singleItem img {
    width: 60px;
  }
}
section.homeContact .contactInfo .singleItem .desc {
  color: rgba(255, 255, 255, 0.8);
}
section.homeContact .contactInfo .singleItem .desc a {
  color: rgba(255, 255, 255, 0.8);
}
section.homeContact .contactInfo .singleItem .desc a:hover {
  color: #000;
}
section.homeContact .formWrapper {
  height: auto;
  background-color: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.28);
}
@media (min-width: 992px) {
  section.homeContact .formWrapper {
    height: 100%;
  }
}
footer {
  background-color: #CCAC7F;
  padding: 30px 0 0;
}
footer .mainLogo img {
  width: 100%;
}
@media (min-width: 992px) {
  footer .mainLogo img {
    width: 300px;
  }
}
footer .extendLogo img {
  width: 100%;
}
footer .qrWrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  font-size: 12px;
}
@media (min-width: 992px) {
  footer .qrWrapper {
    flex-direction: row;
    gap: 20px;
  }
}
footer .qrWrapper .content {
  text-align: center;
}
@media (min-width: 992px) {
  footer .qrWrapper .content {
    text-align: start;
  }
}
footer .disclaimer {
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 12px;
}
footer .bottomfooter {
  font-size: 12px;
}
footer .bottomfooter a {
  color: #fff;
  font-weight: 500;
}
footer .bottomfooter a:hover {
  color: #000;
  text-decoration: underline;
}
.callWrapper {
  position: fixed;
  right: 30px;
  bottom: 70px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .callWrapper {
    bottom: 90px;
  }
}
.callWrapper img {
  width: 40px;
}
@media (min-width: 992px) {
  .callWrapper img {
    width: 60px;
  }
}
.propflo-button-wrapper {
  width: 40px !important;
  height: 40px !important;
}
@media (min-width: 992px) {
  .propflo-button-wrapper {
    width: 60px !important;
    height: 60px !important;
  }
}
.propflo-button-wrapper .button__container {
  width: 40px !important;
  height: 40px !important;
}
@media (min-width: 992px) {
  .propflo-button-wrapper .button__container {
    width: 60px !important;
    height: 60px !important;
  }
}
.propflo-button-wrapper .propflo-widget-icon-logo {
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 992px) {
  .propflo-button-wrapper .propflo-widget-icon-logo {
    width: 40px !important;
    height: 40px !important;
  }
}
@media screen and (max-width: 768px) {
  body .widget__container {
    right: -20px !important;
    bottom: 55px !important;
  }
}
.downloadBrouchure {
  position: fixed;
  right: 80px;
  bottom: 20px;
}
@media (min-width: 992px) {
  .downloadBrouchure {
    right: 100px;
  }
}
.scrolltotop {
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
  transition: 0.5s;
}
.scrolltotop img {
  width: 35px;
}
@media (min-width: 992px) {
  .scrolltotop img {
    width: 45px;
  }
}
.scrolltotop.hide {
  opacity: 0;
  visibility: hidden;
}
.thankyou_page {
  padding: 20vw 0;
  background: linear-gradient(180deg, #f5f5f5, transparent);
  text-align: center;
}
@media (min-width: 992px) {
  .thankyou_page {
    padding: 8vw 0;
  }
}
.thankyou_page .thankyou_box {
  background: #fff;
  padding: 8vw 5vw;
  border-radius: 3vw;
  position: relative;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
}
@media (min-width: 992px) {
  .thankyou_page .thankyou_box {
    padding: 3.5vw 3vw;
    border-radius: 1vw;
  }
}
.thankyou_page .thankyou_icon img {
  width: 14vw;
}
@media (min-width: 992px) {
  .thankyou_page .thankyou_icon img {
    width: 4vw;
  }
}
.thankyou_page .thankyou_title {
  font-size: 8vw;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  margin-top: 4vw;
  color: #000;
  font-family: "Playfair Display", serif;
}
@media (min-width: 992px) {
  .thankyou_page .thankyou_title {
    font-size: 5vw;
    margin-top: 1vw;
  }
}
.thankyou_page .thankyou_text {
  font-size: 3.8vw;
  margin-top: 2.5vw;
  color: #666;
  line-height: 5.5vw;
}
@media (min-width: 992px) {
  .thankyou_page .thankyou_text {
    font-size: 1.1vw;
    margin-top: 0.8vw;
    line-height: 1.6vw;
  }
}
.thankyou_page .thankyou_btn {
  margin-top: 5vw;
}
@media (min-width: 992px) {
  .thankyou_page .thankyou_btn {
    margin-top: 1.8vw;
  }
}
section.accesibility__ .accesibility__imgblock {
  position: relative;
}
section.accesibility__ .accesibility__imgblock img {
  width: 100%;
  height: 48vw;
  object-fit: cover;
}
section.accesibility__ .shapeone,
section.accesibility__ .shapetwo,
section.accesibility__ .shapethree,
section.accesibility__ .shapefour,
section.accesibility__ .shapefive,
section.accesibility__ .shapesix,
section.accesibility__ .shapeseven,
section.accesibility__ .shapeeight {
  opacity: 0;
  visibility: hidden;
  transform: translateY(1vw);
  transition: all 0.6s ease;
}
section.accesibility__ .shapeone.active,
section.accesibility__ .shapetwo.active,
section.accesibility__ .shapethree.active,
section.accesibility__ .shapefour.active,
section.accesibility__ .shapefive.active,
section.accesibility__ .shapesix.active,
section.accesibility__ .shapeseven.active,
section.accesibility__ .shapeeight.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
section.accesibility__ .shapeone {
  position: absolute;
  width: 20vw;
  background: rgba(61, 39, 27, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 1vw 1.2vw;
  font-size: 12px;
  border-radius: 0.8vw;
  top: 4vw;
  left: 2.5vw;
}
@media (min-width: 992px) {
  section.accesibility__ .shapeone {
    top: 11.4vw;
    left: 2.2vw;
    width: 13vw;
    font-size: 1vw;
  }
}
section.accesibility__ .shapeone::after {
  content: "";
  position: absolute;
  bottom: -1.7vw;
  left: 59%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.6vw solid transparent;
  border-right: 1.6vw solid transparent;
  border-top: 1.8vw solid rgba(61, 39, 27, 0.72);
}
@media (min-width: 992px) {
  section.accesibility__ .shapeone::after {
    border-left: 0.6vw solid transparent;
    border-right: 0.6vw solid transparent;
    border-top: 0.8vw solid rgba(61, 39, 27, 0.72);
    left: 82%;
    bottom: -0.8vw;
  }
}
section.accesibility__ .shapetwo {
  position: absolute;
  width: 20vw;
  background: rgba(61, 39, 27, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 1vw 1.2vw;
  top: 8.2vw;
  font-size: 12px;
  left: 18.2vw;
  border-radius: 0.8vw;
}
@media (min-width: 992px) {
  section.accesibility__ .shapetwo {
    top: 11.4vw;
    font-size: 1vw;
    left: 19.2vw;
    border-radius: 0.8vw;
    width: 10vw;
  }
}
section.accesibility__ .shapetwo::after {
  content: "";
  position: absolute;
  bottom: -1.7vw;
  left: 32%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.6vw solid transparent;
  border-right: 1.6vw solid transparent;
  border-top: 1.8vw solid rgba(61, 39, 27, 0.72);
}
@media (min-width: 992px) {
  section.accesibility__ .shapetwo::after {
    border-left: 0.6vw solid transparent;
    border-right: 0.6vw solid transparent;
    border-top: 0.8vw solid rgba(61, 39, 27, 0.72);
    left: 43%;
    bottom: -0.8vw;
  }
}
section.accesibility__ .shapethree {
  position: absolute;
  width: 20vw;
  background: rgba(61, 39, 27, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 1vw 1.2vw;
  top: 22.2vw;
  font-size: 12px;
  left: 23.2vw;
  border-radius: 0.8vw;
}
@media (min-width: 992px) {
  section.accesibility__ .shapethree {
    top: 11.6vw;
    font-size: 1vw;
    left: 27.2vw;
    border-radius: 0.8vw;
    width: 12vw;
  }
}
section.accesibility__ .shapethree::after {
  content: "";
  position: absolute;
  top: -1.4vw;
  left: 86%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.6vw solid transparent;
  border-right: 1.6vw solid transparent;
  border-top: 1.8vw solid rgba(61, 39, 27, 0.72);
}
@media (min-width: 992px) {
  section.accesibility__ .shapethree::after {
    border-left: 0.6vw solid transparent;
    border-right: 0.6vw solid transparent;
    border-top: 0.8vw solid rgba(61, 39, 27, 0.72);
    top: 5.2vw;
  }
}
section.accesibility__ .shapefour {
  position: absolute;
  width: 20vw;
  background: rgba(61, 39, 27, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 1vw 1.2vw;
  border-radius: 0.8vw;
  top: 1vw;
  font-size: 12px;
  left: 52.2vw;
}
@media (min-width: 992px) {
  section.accesibility__ .shapefour {
    top: 2vw;
    font-size: 1vw;
    left: 53.2vw;
  }
}
section.accesibility__ .shapefour::after {
  content: "";
  position: absolute;
  bottom: -8.35vw;
  transform: translateX(-49%);
  width: 0;
  height: 0;
  border-left: 0.6vw solid transparent;
  border-right: 0.6vw solid transparent;
  border-top: 8.4vw solid rgba(61, 39, 27, 0.72);
  left: 21%;
}
section.accesibility__ .shapefive {
  position: absolute;
  width: 20vw;
  background: rgba(61, 39, 27, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 1vw 1.2vw;
  border-radius: 0.8vw;
  top: 8vw;
  font-size: 12px;
  left: 64vw;
}
@media (min-width: 992px) {
  section.accesibility__ .shapefive {
    top: 11.4vw;
    font-size: 1vw;
    left: 65.2vw;
  }
}
section.accesibility__ .shapefive::after {
  content: "";
  position: absolute;
  bottom: -1.4vw;
  left: 11%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.6vw solid transparent;
  border-right: 1.6vw solid transparent;
  border-top: 1.8vw solid rgba(61, 39, 27, 0.72);
}
@media (min-width: 992px) {
  section.accesibility__ .shapefive::after {
    border-left: 0.6vw solid transparent;
    border-right: 0.6vw solid transparent;
    border-top: 0.8vw solid rgba(61, 39, 27, 0.72);
    bottom: -0.8vw;
  }
}
section.accesibility__ .shapesix {
  position: absolute;
  width: 20vw;
  background: rgba(61, 39, 27, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 1vw 1.2vw;
  border-radius: 0.8vw;
  top: 22.7vw;
  font-size: 12px;
  left: 65.9vw;
}
@media (min-width: 992px) {
  section.accesibility__ .shapesix {
    top: 12.7vw;
    font-size: 1vw;
    left: 71.2vw;
    width: 10vw;
  }
}
section.accesibility__ .shapesix::after {
  content: "";
  position: absolute;
  top: -1.4vw;
  left: 83%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.6vw solid transparent;
  border-right: 1.6vw solid transparent;
  border-top: 1.8vw solid rgba(61, 39, 27, 0.72);
}
@media (min-width: 992px) {
  section.accesibility__ .shapesix::after {
    border-left: 0.6vw solid transparent;
    border-right: 0.6vw solid transparent;
    border-top: 0.8vw solid rgba(61, 39, 27, 0.72);
    top: 5vw;
  }
}
section.accesibility__ .shapeseven {
  position: absolute;
  width: 20vw;
  background: rgba(61, 39, 27, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 1vw 1.2vw;
  border-radius: 0.8vw;
  top: 26vw;
  font-size: 12px;
  right: 5.3vw;
}
@media (min-width: 992px) {
  section.accesibility__ .shapeseven {
    top: 8vw;
    font-size: 1vw;
    right: 5.3vw;
    width: 10vw;
  }
}
section.accesibility__ .shapeseven::after {
  content: "";
  position: absolute;
  top: -1.6vw;
  left: 37%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.6vw solid transparent;
  border-right: 1.6vw solid transparent;
  border-top: 1.8vw solid rgba(61, 39, 27, 0.72);
}
@media (min-width: 992px) {
  section.accesibility__ .shapeseven::after {
    border-left: 0.6vw solid transparent;
    border-right: 0.6vw solid transparent;
    border-top: 8vw solid rgba(61, 39, 27, 0.72);
    top: 6.7vw;
    left: 17%;
  }
}
section.accesibility__ .shapeeight {
  position: absolute;
  width: 20vw;
  background: rgba(61, 39, 27, 0.72);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #fff;
  padding: 1vw 1.2vw;
  border-radius: 0.8vw;
  top: 12vw;
  font-size: 12px;
  right: 2.3vw;
}
@media (min-width: 992px) {
  section.accesibility__ .shapeeight {
    top: 10vw;
    font-size: 1vw;
    right: 2.3vw;
  }
}
section.accesibility__ .shapeeight::after {
  content: "";
  position: absolute;
  bottom: -1.7vw;
  left: 88%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.6vw solid transparent;
  border-right: 1.6vw solid transparent;
  border-top: 1.8vw solid rgba(61, 39, 27, 0.72);
}
@media (min-width: 992px) {
  section.accesibility__ .shapeeight::after {
    border-left: 0.6vw solid transparent;
    border-right: 0.6vw solid transparent;
    border-top: 5.8vw solid rgba(61, 39, 27, 0.72);
    bottom: -5.8vw;
  }
}
section.accesibility__ .titleboxtime {
  font-weight: 200;
  font-size: 1.3vw;
  margin-bottom: 0.3vw;
}
@media (min-width: 992px) {
  section.accesibility__ .titleboxtime {
    font-size: 0.9vw;
  }
}
.modal .modal-content .modal-header {
  background-image: url('../images/header-beg.png');
  background-size: cover;
  background-position: 100% 100%;
}
.modal .modal-content .modal-header .btn-close {
  filter: invert(1);
}
