/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap"); */



@font-face {
  font-family: 'optima';
  src: url('../fonts/optima.ttf');
}

@font-face {
  font-family: 'optima-bold';
  src: url('../fonts/futur-bold.ttf');
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1;
  font-size: 15px !important;
  overflow-x: hidden;
  font-family: 'optima' !important;
  padding: 0 !important;
}

.section-title {
  font-size: 35px;
  margin-bottom: 20px;
  /* font-family: 'Roboto', sans-serif; */
  color: #ef3f3e;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'FurturaBQ-DemiBold';
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 7px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0%;
}

.padding {
  padding: 35px 0px;
}

p {
  line-height: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}

.mo1 {
  width: 100% !important;
  border-radius: 0%;
  border: none;
  border-bottom: 2px white solid;
}

a {
  outline: none !important;
}

.pd0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

/* scroll bar style */
body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
  background: #0068a6;
}

body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

:root {
  --primary-color: #ef3f3e;
  --grey-color: #828186;
  --dark-color: #2E2420;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.m-0-auto {
  margin: 0 auto !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt_mi_30 {
  margin-top: -30px;
}

.extra_pd {
  padding: 110px 0 !important;
}

.grey_bg {
  background: #F3F3F3 !important;
}

.dark_bg {
  background: #3A3A3A;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.btn-close:focus {
  box-shadow: none !important;
}

.my_nav_bar {
  /* background-color: #fff !important; */
  transition: ease all 0.5s;
  padding: 0.5vw 0;
}

.my_nav_bar .navbar-brand img {
  width: 5vw;
}

.my_nav_bar .navbar-toggler {
  padding: 0;
  border: none;
  background: #fff;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my_nav_bar .my_nav li {
  position: relative;
}

.my_nav_bar .my_nav li a.active {
  color: #222;
}

.my_nav_bar .my_nav li a {
  color: #222;
  padding: 8px 0.7vw !important;
  font-size: 17px;
  letter-spacing: 0.02vw;
}

.my_nav_bar .my_nav li:last-child a {
  padding-right: 0 !important;
}

.my_nav_bar .my_nav li:last-child:after {
  display: none;
}

.navbar-toggler-icon {
  background-image: url("../images/menu.png") !important;
  background-size: 80%;
}

.header_wrap {
  position: fixed;
  top: -150px;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.45s ease;
}

.header_wrap.show {
  top: 0;
  transition: all 0.45s ease;
}



.header_wrap.stick .my_nav_bar {
  background-color: #fff !important;
  transition: ease all 0.5s;
}

.my_nav_bar .my_nav .dropdown-menu {
  background: #292B33;
  border-radius: 0;
}

.my_nav_bar .my_nav .dropdown-menu li:after {
  display: none;
}

.my_nav_bar .my_nav .dropdown-menu li .dropdown-item {
  border-left: 4px solid transparent;
  padding: 10px 3px 10px 4px !important;
  transition: ease all 0.5s;
}

.my_nav_bar .my_nav .dropdown-menu li .dropdown-item:hover,
.my_nav_bar .my_nav .dropdown-menu li .dropdown-item:focus {
  padding: 10px 3px 10px 10px !important;
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 4px solid var(--primary-color);
  transition: ease all 0.5s;
}

.dropdown-toggle::after {
  display: none !important;
}

.nav_logo_center .center_logo img {
  width: 7.3vw;
}

.nav_logo_center .my_nav {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.dropdown-toggle {
  outline: 0;
}

.btn-toggle {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: #d2f4ea;
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded=true] {
  color: rgba(0, 0, 0, 0.85);
}

.btn-toggle[aria-expanded=true]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: #d2f4ea;
}

.loc_box img {
  filter: invert(41%) sepia(62%) saturate(6420%) hue-rotate(343deg) brightness(105%) contrast(88%) !important;

}


.scrollarea {
  overflow-y: auto;
}

.side_menu {
  background-color: #0068a6;
  z-index: 99999;
}

.side_menu .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.side_menu .offcanvas-body {
  margin-top: 20px;
}

.side_menu .offcanvas-bottom {
  padding: 0 1rem;
}

.offcanvas-body {
  overflow-y: scroll;
}

.offcanvas-body::-webkit-scrollbar {
  width: 3px;
}

.offcanvas-body::-webkit-scrollbar-track {
  background: transparent;
}

.offcanvas-body::-webkit-scrollbar-thumb {
  background: #222222;
}

.offcanvas-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.offcanvas-body p {
  color: #FFFFFF;
}

.offcanvas-body .loc-list {
  margin-bottom: 0;
}

.offcanvas-body .loc-list li {
  color: #FFFFFF;
}

.menu_nav {
  content: "";
}

.menu_nav .no_child {
  content: "";
}

.menu_nav .no_child a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  padding: 10px 5px;
  line-height: 18px;
}

.menu_nav li a:hover,
.menu_nav li a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.menu_nav li button.btn-toggle {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 10px 5px;
  position: relative;
  color: #fff;
}

.menu_nav li button.btn-toggle:before {
  position: absolute;
  right: 6px;
}

.menu_nav li button.btn-toggle:hover,
.menu_nav li button.btn-toggle:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.menu_nav li .btn-toggle-nav a {
  text-decoration: none;
  color: #9d9d9d;
  display: block;
  font-size: 16px;
  border-radius: 5px;
  width: 100%;
  padding: 10px 5px;
  line-height: 18px;
  margin-left: 0;
  padding-left: 20px;
  margin-top: 0;
  position: relative;
}

.menu_nav li .btn-toggle-nav a:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #5c5c5c;
}

.menu_nav li .btn-toggle-nav a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 10px;
  background: #5c5c5c;
  left: 8px;
  top: 20px;
}

.menu_nav li .btn-toggle-nav a:hover:before {
  border-color: var(--primary-color);
}

.menu_nav li .btn-toggle-nav a:hover:after {
  background: var(--primary-color);
}

.third_level .btn-toggle[aria-expanded=true]::before {
  transform: rotate(0deg);
}

.third_level .btn-toggle {
  font-weight: 400;
}

.third_level .btn-toggle-nav {
  margin-left: 30px;
}

.custom_link {
  text-decoration: none;
  display: flex;
  /* background: #0068a6; */
  color: #000;
  width: 157px;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
  font-size: 0.81vw;
  line-height: 0.81vw;
  margin: 20px 0;
}

.custom_link i {
  position: relative;
  top: 5px;
  margin-left: 10px;
  transition: ease all 0.5s;
}

.custom_link i:before {
  font-size: 27px;
}

.error1 {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.custom_link:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  background: #343434;
  z-index: 2;
  height: 100%;
  transition: ease all 0.5s;
}

.custom_link:hover,
.custom_link:focus {
  color: #FFFFFF;
}

.custom_link:hover:after,
.custom_link:focus:after {
  width: 100%;
}

.custom_link:hover i,
.custom_link:focus i {
  margin-left: 20px;
  transition: ease all 0.5s;
}

.custom_link span {
  display: flex;
  padding: 0.5vw;
  width: 100%;
  align-items: center;
  position: relative;
  z-index: 3;
  text-align: center;
  justify-content: center;
}

.custom_link.no_arrow {
  display: inline-block;
  width: auto;
  padding: 0.2vw;
}

.custom_link.no_arrow i {
  display: none;
}

.my_cust_tab {
  justify-content: center;
  padding: 0;
  position: relative;
}

.my_cust_tab li {
  margin: 0 10px;
}

.my_cust_tab li .nav-link {
  border-radius: 30px;
  color: #fff;
  padding: 0.6vw 1.5vw;
  border: 1px solid #fff;
  font-size: 0.9vw;
}

.my_cust_tab li .nav-link.active {
  background-color: #0068a6;
  border-color: #0068a6 !important;
  color: #fff;
}

.my_cust_tab.white_color li .nav-link {
  color: #FFFFFF;
}

.my_cust_tab.nav_right {
  justify-content: end;
}

/* ============================ */
.my_cust_tab2 {
  justify-content: center;
  padding: 0;
  position: relative;
}

.my_cust_tab2 li {
  margin: 0 12px;
}

.my_cust_tab2 li .nav-link {
  border-radius: 30px;
  color: #0068a6;
  padding: 0.6vw 1.5vw;
  border: 1px solid #0068a6;
  font-size: 0.9vw;
}

.my_cust_tab2 li .nav-link.active {
  background-color: #0068a6;
  border-color: #0068a6 !important;
  color: #fff;
}

.my_cust_tab2.white_color li .nav-link {
  color: #FFFFFF;
}

.my_cust_tab2.nav_right {
  justify-content: end;
}

/* ============================== */

.pro_gallery {
  position: relative;
  overflow: hidden;
}

.pro_gallery p {
  position: absolute;
  bottom: 0px;
  color: #fff;
  background: #000;
  font-size: 8px;
  padding: 2px 5px;
}

.pro_gallery .gall_img {
  overflow: hidden;
  position: relative;
}

.pro_gallery .gall_img1 {
  overflow: hidden;
  position: relative;
}

.pro_gallery .gall_img img {
  width: 100%;
  transition: ease all 0.5s;
  transform: scale(1);
  height: 300px;
  object-fit: cover;
}

.pro_gallery .gall_img1 img {
  width: 100%;
  transition: ease all 0.5s;
  transform: scale(1);
  height: 160px !important;
  object-fit: cover;
}

.row-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

.loc-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .pro_gallery .gall_img1 img {
    width: 100%;
    transition: ease all 0.5s;
    transform: scale(1);
    height: 250px !important;
    object-fit: cover;
  }

  .loc-row {
    flex-direction: column;
    ;
  }

  .inpu {
    width: 42px;
  }

  label.error {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-top: 11px;
  }

  .row-flex {
    flex-direction: column;
  }
}

.pro_gallery .gall_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000ab;
  opacity: 0;
  transition: ease all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro_gallery .gall_txt i {
  color: var(--golden-color);
  font-size: 3vw;
}

.pro_gallery:hover .gall_img img {
  transform: scale(1.1);
  transition: ease all 0.5s;
}

.pro_gallery:hover .gall_txt {
  bottom: 0;
  opacity: 1;
  transition: ease all 0.5s;
}

.artist_wrap {
  position: relative;
}

.artist_wrap p {
  position: absolute;
  margin-bottom: 0;
  left: 0;
  color: #fff;
  padding: 3px 6px;
  font-size: 0.7vw;
}

.artist_wrap.light_bg p {
  background: #222222db;
  line-height: 19px;
}

.artist_wrap.bottom p {
  bottom: 0;
}

.artist_wrap.left p {
  left: 0;
}

.artist_wrap.top p {
  top: 0;
}

.artist_wrap.right p {
  right: 0;
}

.artist_wrap.black p {
  color: #222222;
}

.my_cust_tab.project_tab {
  content: "";
  background-color: #fff;
  box-shadow: 20px 20px 40px #00000029;
  margin-bottom: 40px !important;
}

.my_cust_tab.project_tab li .nav-link {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  border: none;
  border-left: 1px solid #c9c9c9;
  letter-spacing: 2px;
  padding: 20px 5px;
  text-align: center;
  cursor: pointer;
}

.my_cust_tab.project_tab li:first-child .nav-link {
  border-left: none !important;
}

.my_cust_tab.project_tab li {
  width: 25%;
  margin: 0;
}

.my_cust_tab.project_tab li .nav-link span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-top: 4px;
  letter-spacing: 0;
}



.readmore {
  color: #202020 !important;
  font-weight: 600;
  text-decoration: none !important;
  outline: none !important;
}

.readmore:focus {
  text-decoration: none !important;
}

.readmore i {
  color: var(--primary-color);
}

.readmore i:before {
  content: "\f146" !important;
}

.readmore.collapsed i:before {
  content: "\f0fe" !important;
}

.animated_social {
  padding-left: 0;
  display: flex;
}

.animated_social li {
  position: relative;
  float: left;
  vertical-align: top;
  width: auto;
  line-height: 1;
  margin-left: 10px;
  list-style: none;
}

.animated_social li:first-child {
  margin-left: 0;
}

.animated_social li a {
  display: block;
  text-decoration: none;
}

.animated_social li a svg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  fill: none;
  color: currentColor;
  stroke: #ffffff;
  -webkit-transition: all 0.8s cubic-bezier(0.14, 0.57, 0.14, 1.03);
  -o-transition: all 0.8s cubic-bezier(0.14, 0.57, 0.14, 1.03);
  transition: all 0.8s cubic-bezier(0.14, 0.57, 0.14, 1.03);
  overflow: visible;
}

.animated_social li a svg circle {
  stroke-dasharray: 160;
  stroke-dashoffset: 160;
  stroke-width: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
  -o-transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
  transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
  -webkit-transform: rotate(-200deg);
  -ms-transform: rotate(-200deg);
  transform: rotate(-200deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.animated_social li a .social-icon {
  width: 37px;
  height: 37px;
  border: 1px solid;
  border-color: #ffffff45;
  border-radius: 50%;
  font-size: 15px;
  line-height: 2em;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.animated_social li a .social-icon:before {
  display: block;
  line-height: inherit;
}

.animated_social li:hover a svg circle {
  stroke-dashoffset: 10;
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
  -webkit-transition: 1s cubic-bezier(0.38, 0.67, 0.76, 0.66);
  -o-transition: 1s cubic-bezier(0.38, 0.67, 0.76, 0.66);
  transition: 1s cubic-bezier(0.38, 0.67, 0.76, 0.66);
}

.animated_social.on_center {
  justify-content: center;
  border-top: 1px solid #525252;
  margin: 0;
  padding: 15px 0;
}

/*----------Modal Design-------*/
label.error {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin-top: 10px;
}

.modal {
  z-index: 9999;
  background: rgba(185, 185, 185, 0.6);
}

.modal-content {
  background-color: #0068a6 !important;
  border: none;
  border-radius: 17px;
}

.modal-body {
  padding-top: 40px;
  padding-bottom: 30px;
}

.modal .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  opacity: 1;
  outline: none;
  border: none;
  z-index: 9;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
}

.modal-body p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.modal-body h3 {
  text-transform: uppercase;
  margin-top: -10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  font-family: 'optima-bold';
}

/*---modal form--*/
/*-------------------------------*/
.modal-body form input,
.modal-body form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;

  color: #222222;
  border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
  color: #222222;
}

.modal-body form .input-group-addon {
  background: #fff;
  color: var(--primary-color);
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}

.form-ico {
  font-size: 19px !important;
}

.modal-body form textarea {
  border: none;
  resize: none;
  /*background: #e4e4e4;*/
}

.modal-body form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}

.form-control:focus {
  box-shadow: none !important;
}

.btn-center {
  display: block;
  margin: 0 auto;
}

.modal-body form .input-group {
  box-shadow: 0 5px 30px #00000014;
}

.modal-body form button {
  margin: 0 auto;
  border: 1px solid #fff;
}

.modal-body form input[type=file] {
  padding: 0;
  width: calc(100% - 30px);
  padding-top: 9px;
}

.cv-label {
  margin-bottom: 10px;
}

/*-----------Modal End --------*/
.global-sec {
  padding: 50px 0px;
  position: relative;
}

.global-sec1 {
  padding: 30px 0;
  position: relative;
}

/* #homeSlider {
  margin-top: 85px;
} */

.brown_bg {
  background: #eeee;
}

.tittle_wrap {
  margin-bottom: 3vw;
}

.tittle_wrap .slide_title {
  font-size: 1.5vw;
  line-height: 2vw;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  /* margin-top: 13px; */
  font-weight: 900;
  letter-spacing: 1px;
}

.tittle_wrap .slide_title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8vw;
  height: 1px;
  background: var(--golden-color);
}

.tittle_wrap .slide_subtitle {
  color: #fff;
  font-size: 1.2vw;
  margin-bottom: 0;
}

.tittle_wrap.red .slide_title {
  color: #0068a6;
}

.tittle_wrap.white .slide_title {
  color: #FFFFFF;
}

.tittle_wrap.style2 {
  content: "";
}

.tittle_wrap.style2 .title_logo {
  width: 6vw;
  margin: 0 auto;
  margin-bottom: 0.5vw;
}

.tittle_wrap.style2 .slide_title {
  padding-bottom: 0;
  margin-bottom: 0.5vw;
}

.tittle_wrap.style2 .slide_title:after {
  display: none;
}

.tittle_wrap.style2 .slide_subtitle {
  position: relative;
  display: inline-block;
}

.tittle_wrap.style2 .slide_subtitle:before {
  content: "";
  position: absolute;
  bottom: 0.6vw;
  left: -3vw;
  width: 2.5vw;
  height: 1px;
  background: var(--golden-color);
}

.tittle_wrap.style2 .slide_subtitle:after {
  content: "";
  position: absolute;
  bottom: 0.6vw;
  right: -3vw;
  width: 2.5vw;
  height: 1px;
  background: var(--golden-color);
}

.overview_logo {
  width: 11vw !important;
  margin-top: 1vw;
}

.overview_img_wrap {
  position: relative;
}

.overview_img_wrap img {
  width: 50% !important;
  display: block;
  margin: 0 auto;
}

.footer-form {
  content: "";
}

.footer-form input {
  border-radius: 20px !important;
  background: transparent !important;
  font-size: 0.8vw;
  border-color: var(--golden-color) !important;
  color: var(--golden-color) !important;
}

.footer-form input::placeholder {
  color: var(--golden-color);
}

.form-group,
.input-group,
input {
  height: 2.1vw;
}

.form_btn {
  border-radius: 20px;
  height: 2.1vw;
  width: 9vw;
}

.footer_form_txt {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.2vw;
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
}

.tittle_wrap.center {
  text-align: center;
}

.tittle_wrap.center .slide_title:after {
  left: 50%;
  margin-left: -4vw;
}

.tittle_wrap.center .slide_subtitle {
  content: "";
}

.pro_gallery.map {
  border: 1px solid var(--golden-color);
}

.pro_gallery.map .gall_img img {
  /* height: 17.2vw; */
}

.custom_link.loc_btn {
  width: 12vw;
  margin: 0 auto;
  border-radius: 28px;
  background: transparent;
  border: 1px solid var(--golden-color);
  margin-top: 1vw;
}

.custom_link.loc_btn span {
  justify-content: center;
  color: #FFFFFF;
}

.custom_link.loc_btn:after {
  background: var(--golden-color);
}

.hightlight_row {
  width: 85%;
  margin: 0 auto;
}

.hightlight_wrap {
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: ease all 0.5s;
  margin-bottom: 20px;
}

.hightlight_wrap1 {
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: ease all 0.5s;
  margin-bottom: 20px;
}

.hightlight_wrap1 img {
  width: 100%;
  margin: 0 auto;
  /* margin-bottom: 10px; */
}

.hightlight_wrap img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.hightlight_wrap1 .distance {
  margin-bottom: 0;
  font-size: 1vw;
  color: var(--golden-color);
  font-weight: 600;
}

.hightlight_wrap1 .from {
  color: #fff;
  margin-bottom: 0;
  line-height: 19px;
  background-color: #ef3f3e;
  height: 50px;
  padding: 10px 0;
}

.hightlight_wrap .distance {
  margin-bottom: 0;
  font-size: 1vw;
  color: var(--golden-color);
  font-weight: 600;
}

.hightlight_wrap .from {
  color: #222;
  margin-bottom: 0;
  line-height: 19px;
}

.global-half-red .container {
  position: relative;
  z-index: 2;
}

.global-half-red:after {
  content: "";
  position: absolute;
  /* background: var(--primary-color); */
  width: 100%;
  bottom: 102px;
  left: 0;
  height: 57.1%;
  z-index: 1;
}

.tittle_for_half {
  position: absolute;
  top: 6%;
}

.tittle_for_half .slide_title {
  color: var(--primary-color);
  font-size: 1.5vw;
  line-height: 1.5vw;
  position: relative;
  margin-bottom: 1vw;
  padding-bottom: 0.5vw;
  font-weight: 900;
  letter-spacing: 1px;
}

.tittle_for_half img {
  width: 14vw;
}

.ame_wrap {
  content: "";
}

.ame_wrap .ame_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--golden-color);
  border-radius: 50%;
  width: 6vw;
  height: 6vw;
  margin: 0 auto;
}

.ame_wrap .ame_icon img {
  width: 50% !important;
  filter: invert(91%) sepia(23%) saturate(795%) hue-rotate(331deg) brightness(92%) contrast(87%);
}

.ame_wrap .ame_txt {
  text-align: center;
  margin-top: 0.5vw;
  margin-bottom: 1.5vw;
}

.contact-form {
  content: "";
}

.contact-form input {

  background: transparent !important;
  font-size: 0.8vw;
  border-color: #FFFFFF !important;
  color: #FFFFFF !important;
}

.contact-form input::placeholder {
  color: #FFFFFF;
}

.contact-form .form_btn {
  height: 100%;
  border-radius: 30px;
  margin: auto;
}

.tittle_wrap.tborder .head_line {
  display: block;
  height: 1px;
  background: var(--golden-color);
  width: 5vw;
  margin: 0 auto;
}

.contact-form .form-group,
.contact-form .input-group,
.contact-form input {
  height: 2.5vw;
  margin: 20px 0;
}

.contact-form .form-group button {
  margin: 86px auto;
}

/* .slide_contact {
  background: url("../images/address-bg.jpeg") no-repeat center;
}

.slide_contact:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #271f1c;
  z-index: 1;
} */

.slide_contact .slide_page_wrap {
  position: relative;
  z-index: 2;
}

.address_grid {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.address_grid .grid_item {
  border-right: 1px solid #767676;
  padding: 0 2vw;
}

.address_grid .grid_item:last-child {
  border: none;
}

.address_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.address_wrap .add_icon {
  width: 2.6vw !important;
  margin-right: 10px;
}

.address_wrap .address_txt {
  content: "";
}

.address_wrap .address_txt p {
  margin-bottom: 0;
  font-weight: 400;
  color: #fff;
  font-size: 13px;
}

.address_wrap .address_txt a {
  display: block;
  color: #000 !important;
  margin: 0.4vw 0;
  text-decoration: none;
  font-size: 0.9vw;
}

.add-img img {
  width: 111px;
}

.disc_txt {
  text-align: center;
  margin: 18px 0px;
  font-size: 13px;
  line-height: 17px;
  color: #000;
}

.copy_txt {
  text-align: center;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  margin-top: 20px;
}

.over_txt {
  color: #FFFFFF;
  text-align: center;
  position: relative;
  right: 133px;
}

.over_txt .bold_txt {
  font-weight: 600;
  font-size: 1vw;
  letter-spacing: 1px;
}

.overview_img_wrap.the_club img {
  width: 65% !important;
}

.pro_gallery.plan .gall_img img {
  height: auto;
}

.config-table {
  text-align: center;
  margin-bottom: 0;
  table-layout: fixed;
}

.config-table tr th {
  text-align: center;
  vertical-align: middle !important;
  padding: 20px 0 !important;
  font-size: 17px;
}

.config-table tr td {
  vertical-align: middle !important;
  padding: 15px 5px !important;
  /*background: #f1f1f1;*/
}

.config-table thead {
  background: var(--primary-color);
  color: #fff;
  border: none !important;
}

.config-table>tbody>tr>td,
.config-table>tbody>tr>th,
.config-table>tfoot>tr>td,
.config-table>tfoot>tr>th,
.config-table>thead>tr>td,
.config-table>thead>tr>th {
  border: none !important;
}

.config-table tbody {
  background: #ffffff;
}

.price-click {
  background: var(--primary-color);
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}

.price-click:hover,
.price-click:focus {
  color: #ffffff;
}

.sec_sepration {
  position: relative;
  background: #35308E;
  padding: 33px 0;
}

.sec_sepration1 {
  position: relative;
  background: var(--primary-color);
  /* padding: 33px 0; */
}

.sec_sepration1 .sep_txt_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_sepration1 .sep_txt_wrap h4 {
  color: var(--primary-color);
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  margin-right: 10px;
  margin-left: 10px;
  letter-spacing: 6px;
  background: #fff;
  padding: 0 15px;

}

.sec_sepration .sep_txt_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_sepration .sep_txt_wrap h4 {
  color: #FFFFFF;
  margin-bottom: 0;
  font-size: 1.2vw;
  font-weight: 600;
  margin-right: 10px;
  letter-spacing: 1px;
}

.sec_sepration .sep_txt_wrap img {
  width: 11vw;
}

.sec_sepration:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5vw;
  /* background: linear-gradient(90deg, #a35824 0%, #fbf5aa 50%, #a35824 100%); */
}

.sec_sepration:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5vw;
  /* background: linear-gradient(90deg, #a35824 0%, #fbf5aa 50%, #a35824 100%); */
}

.pro_gallery.acedemies .gall_img img {
  height: auto;
}

.acedemies {
  margin: 0 0 30px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.acedemies .ace_txt {
  margin-bottom: 0;
  background: var(--primary-color);
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  padding: 7px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  bottom: 0;
  font-size: 10px;

}

.acedemies .ace_logo {
  width: 8vw !important;
  display: block !important;
  margin: 0 auto;
  padding: 15px 0;
}

.owl-carousel .owl-nav button:hover {
  background: transparent !important;
}

.owl-carousel .owl-nav .owl-prev {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.ame_head {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-color);
  font-size: 1.2vw;
  line-height: 1.2vw;
  margin-bottom: 1vw;
}

.ame-list {
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 0;
}

.ame-list li {
  position: relative;
  list-style: none;
  font-size: 0.9vw;
  margin: 0.4vw 0;
  padding-left: 17px;
}

.ame-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 5px;
  height: 5px;
  background: #0068a6;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .ame_head {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--primary-color);
    font-size: 4.2vw !important;
    line-height: 5.2vw !important;
    margin-bottom: 1vw;
  }

  .ame-list li {
    position: relative;
    list-style: none;
    font-size: 2.9vw !important;
    margin: 0.4vw 0;
    padding-left: 17px;
    line-height: 17px !important;
  }
}


.txt_white {
  color: #FFFFFF !important;
  text-align: center;
}

.location_main {
  background: var(--primary-color);
  position: relative;
  padding-top: 80px;
  padding-bottom: 90px;
  padding-right: 30px;
}

.location_main:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 190%;
  background: var(--primary-color);
  z-index: -1;
}

.loc_anil {
  width: 60%;
  margin-top: -100px;
  position: relative;
}

.loc_box {
  display: inline-flex;
  align-items: center;
  padding-right: 30px;
  position: relative;
  margin: 12px 0px;
  width: 80%;
}

.loc_box .f_wrap {
  width: 100%;
}

.loc_box img {
  width: 4.5vw;
  filter: invert(19%) sepia(70%) saturate(4874%) hue-rotate(335deg) brightness(97%) contrast(90%);
}

.loc_box h4 {
  font-size: 1.5vw;
  line-height: 1.4vw;
  margin: 5px 0;
  font-weight: 600;
  color: var(--primary-color);
}

.loc_box p {
  margin-bottom: 0;
}

.loc_box:before {
  content: "";
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 2.4vw);
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  border-left: 0;
  z-index: -1;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.loc_sub {
  font-weight: 900;
  text-align: center;
  margin-bottom: 20px;
}

.loc_sub span {
  color: var(--primary-color);
}

.my_accord button {
  box-shadow: none !important;
  font-size: 0.9vw;
}

.my_accord .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #0068a6;
}

.accordion-body p {
  margin-bottom: 2px;
}

.lightgrey_bg {
  background: #ededed94;
}

.loc_logo {
  width: 190px;
  margin-bottom: 20px;
}

/*---mobile fix footer----*/


.f-icon {
  height: 14px;
  width: 14px;
  padding-top: 4px;
}

.fix-link {
  color: #fff !important;
  font-size: 14px;
}

.i-am {
  padding: 0;
  background: transparent;
  border: none;
  background-image: none;
  box-shadow: none;
  outline: none !important;
}

.i-am:hover,
.i-am:focus {
  background: transparent !important;
}

/*---mobile fix footer----*/


.mobile_cta {
  display: flex;
  justify-content: space-around;
  padding: 10px 0px;
  background: #0068a6;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 9;
}

.mobile_cta .half {
  width: 50%;
  text-align: center;
}

.line_border {
  border-right: 1px solid #FFFFFF;
}

.mobile_cta a {
  text-decoration: none;
}

/*responsive*/
@media only screen and (max-width: 1300px) {
  .global-half-red:after {
    height: 52.4%;
  }

  .overview_img_wrap img {
    width: 230px !important;
  }
}

@media only screen and (max-width: 1199px) {
  p {
    line-height: 23px;
    font-size: 14px;
    font-family: 'optima';
  }

  .tittle_wrap {
    margin-bottom: 20px;
  }

  .tittle_wrap .slide_title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'optima-bold' !important;
     !i;
     !;
  }

  .tittle_wrap .slide_subtitle {
    font-size: 18px;
    line-height: 20px;
  }

  .my_nav_bar .navbar-brand img {
    width: 120px;
  }

  .my_nav_bar .my_nav li a {
    font-size: 14px;
  }

  .my_cust_tab li .nav-link {
    font-size: 16px;
    padding: 10px 28px;
  }

  .my_cust_tab2 li .nav-link {
    font-size: 16px;
    padding: 11px 28px;
    margin-bottom: 8px;
    /* padding-bottom: 9px; */
  }

  .over_txt {
    margin-top: 60px;
  }

  .over_txt .bold_txt {
    font-size: 16px;
  }

  .tittle_for_half .slide_title {
    font-size: 22px;
    line-height: 25px;
    padding-bottom: 10px;
  }

  .tittle_for_half img {
    width: 160px;
  }

  .acedemies {
    margin: 0 15px 30px;
  }

  .acedemies .ace_logo {
    width: 150px !important;
  }

  .sec_sepration:before,
  .sec_sepration:after {
    height: 7px;
  }

  .sec_sepration .sep_txt_wrap img {
    width: 150px;
  }

  .sec_sepration .sep_txt_wrap h4 {
    font-size: 17px;
  }

  .loc_box h4 {
    font-size: 17px;
    line-height: 17px;
  }

  .loc_box p {
    margin-bottom: 0;
    line-height: 15px;
  }

  .loc_box img {
    width: 75px;
  }

  .my_accord button {
    font-size: 15px;
  }

  .tittle_wrap.style2 .title_logo {
    width: 130px;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .hide_menu_desktop {
    display: none !important;
  }

  .nav_logo_center .navbar-collapse .navbar-toggler {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .hide_menu_desktop {
    display: none;
  }

  .my_nav_bar .navbar-toggler {
    width: 32px;
    height: 32px;
  }

  .my_nav_bar .navbar-brand img {
    width: 100px;
  }

  .custom_link {
    font-size: 14px;
    line-height: 16px;
  }

  .custom_link span {
    padding: 8px 10px;
  }

  .custom_link.no_arrow span {
    padding: 6px;
  }

  .form-group,
  .input-group,
  input {
    height: 30px;
  }

  .footer-form input {
    font-size: 14px;
  }

  .form_btn {
    height: 30px;
    width: 122px;
  }

  .footer_form_txt {
    font-size: 16px;
    line-height: 16px;
  }

  .custom_link.loc_btn {
    width: 200px;
    margin-top: 30px;
  }

  .hightlight_wrap .distance {
    font-size: 14px;
  }

  .hightlight_row {
    width: 100%;
  }

  .overview_img_wrap .patch {
    width: 120px !important;
  }

  .overview_logo {
    width: 100px !important;
  }

  .ame_wrap .ame_icon {
    width: 8vw;
    height: 8vw;
  }

  .contact-form .form-group,
  .contact-form .input-group,
  .contact-form input {
    height: 35px;
  }

  .contact-form input {
    font-size: 14px;
  }

  .address_wrap .address_txt a {
    font-size: 14px;
  }

  .disc_txt {
    font-size: 12px;
  }

  .pro_gallery .gall_txt i {
    font-size: 38px;
  }

  .pro_gallery.map .gall_img img {
    height: auto;
  }

  .over_txt {
    margin-top: 100px;
  }

  .loc_box {
    width: 100%;
  }

  .loc_box:before {
    width: calc(100% - 28px);
  }
}

@media only screen and (max-width: 767px) {
  .m_mb0 {
    margin-bottom: 0 !important;
  }

  p {
    line-height: 20px;
    font-size: 14px;
  }

  .hide_on_mobile {
    display: none !important;
  }

  .pdm0 {
    padding: 0 !important;
  }

  #homeSlider {
    /* margin-top: 121px; */
  }

  .my_nav_bar .navbar-brand img {
    width: 95px;
  }

  .navbar-toggler-icon {
    background-size: 70%;
  }

  .overview_logo {
    width: 130px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .overview_img_wrap:after {
    width: 240px;
    height: 5px;
  }

  .pro_gallery.map .gall_img img {
    height: auto;
  }

  .hightlight_wrap {
    margin-bottom: 30px;
  }

  .my_nav_bar {
    padding: 10px 0;
  }

  .my_cust_tab li {
    margin: 6px 10px;
  }

  .ame_wrap .ame_icon {
    width: 100px;
    height: 100px;
  }

  .ame_wrap {
    margin-bottom: 30px;
  }

  .contact-form .form-group {
    margin-bottom: 20px;
  }

  .contact-form .form_btn {
    margin: 0 auto;
  }

  .address_grid {
    display: block;
  }

  .address_wrap .add_icon {
    width: 30px !important;
  }

  .address_grid .grid_item {
    border-right: none;
    border-bottom: 1px solid #767676;
    padding: 20px 0;
  }

  .address_wrap .address_txt a {
    font-size: 14px;
  }

  .global-half-red:after {
    bottom: 0;
    height: 100%;
  }

  .overview_img_wrap img {
    width: 200px !important;
  }

  .tittle_for_half {
    position: relative;
    text-align: center;
  }

  .over_txt {
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
    left: 0%;
  }

  .tittle_for_half .slide_title {
    color: #FFFFFF;
  }

  .tittle_for_half img {
    background: #FFFFFF;
    width: 200px;
    padding: 10px;
  }

  .loc_box {
    width: 250px;
    max-width: 100%;
  }

  .location_main:before {
    right: -140px;
  }

  .center_on_mobile {
    justify-content: center;
  }

  .slide_contact {
    /* margin-bottom: 41px; */
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 575px) {
  .home_banner_patch {
    width: 56vw !important;
  }
}

@media only screen and (max-width: 489px) {
  .home_banner_patch {
    width: 60vw !important;
  }
}

@media only screen and (max-width: 400px) {
  .home_banner_patch {
    width: 90vw !important;
  }
}

@media only screen and (max-width: 470px) {
  .home_banner_content:after {
    background-size: cover;
    width: 100%;
    right: 0;
  }
}

@media (min-width: 768px) {
  .hide_on_desktop {
    display: none !important;
  }


}

@media (min-width: 580px) {
  .hide_awards_on_desktop {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

.commit-specs {
  text-align: center;
}

.commit-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.team-sec {
  text-align: center;
  margin: 30px 0;
}

.team-sec h3 {
  text-align: center;
  font-weight: 600;
  color: #ef3f3e;
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  .commit-specs {
    text-align: center;
    width: 50% !important;
    margin: 25px 0 !important;
  }

  .contact-form .form-group button {
    margin: 123px auto !important;
  }
}


/* Thank You Page */
.space {
  margin-top: 6%;
}

.wrap {
  display: table;
  /* padding: 60px 0px 60px; */
}

.msgicon {
  height: 100px;
  width: 100px;
  border: 4px solid #fff;
  font-size: 39px;
  background: #0068a6;
  color: #fff;
  border-radius: 50%;
  padding: 20px;
  text-align: center;
  margin: 0px auto;
  display: block;
}

.oops {
  /*color: #fff;*/
  text-align: center;
  font-size: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.go-home {
  color: #0068a6;
  background: #fff;
  font-size: 19px;
  padding: 10px;
  width: 225px;
  margin: 0px auto;
  margin-top: 30px;
  border-radius: 5px;
  transition: ease 0.5s;
}

.go-home:hover {
  transition: ease 0.5s;
  color: #fff;
  background: #0068a6;
  border-radius: 25px;
}

.oops-greet {
  color: #0068a6;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media all and (max-width: 767px) {
  .wrap {
    display: block
  }
}


.qrImg img {
  text-align: center !important;
}

.qrImg img {

  height: 230px;
}

.qr-box img {
  width: 120px !important;
  margin: auto;
  margin-bottom: 20px;
}

.qr-box p {
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .qrImg img {
    text-align: left !important;
  }

  .newflex p {
    text-align: justify !important;
    font-size: 12px;
  }
}

button.btn.btn-danger.interested {
  position: fixed;
  /*bottom: 15px;*/
  bottom: 5px;
  right: 5px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #0068a6;
  color: #fff;
  /* width: 160px; */
  font-weight: 600;
  font-size: 18px;
  padding: 5px 10px;
  /* transform: rotate(270deg); */
  border: 2px solid #ffffff;
  border-radius: 0;
  text-transform: uppercase;
}

button.btn.btn-danger.interested:hover {
  background-color: #0068a6 !important;
}

button.btn.btn-danger.download1 {
  position: fixed;
  /*bottom: 15px;*/
  bottom: 5px;
  left: 5px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #0068a6;
  color: #fff;
  /* width: 160px; */
  font-weight: 600;
  font-size: 15px;
  padding: 5px 10px;
  /* transform: rotate(270deg); */
  border: 2px solid #ffffff;
  border-radius: 0;
  text-transform: uppercase;
}


.pricingTable {
  background-color: #fff;
  text-align: center;
  padding: 35px 0 0;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.3);
  /* border-radius: 20px; */
  transition: ease all 0.5s;
  border: 2px solid #35308E;
}

.pricingTable:hover {
  -webkit-box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 8px -6px rgb(0 0 0 / 50%);
  transform: translateY(-10px);
  transition: ease all 0.5s;
}

.pricingTable .pricingTable-header {
  background: linear-gradient(transparent, transparent, #e7e7e7);
  padding: 0 0 20px;
}

.pricingTable .title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2px;
  /* text-transform: uppercase; */
  margin: 0 0 15px;
}

.pricingTable .title:after {
  content: "";
  width: 100px;
  height: 3px;
  margin: 10px auto 0;
  display: block;
  clear: both;
  background-color: #35308E;
}

.pricingTable .price-value {
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2px;
  display: block;
}

.pricingTable .price-value sup {
  font-size: 30px;
  vertical-align: bottom;
}

.pricingTable .pricing-content {
  /* border-radius: 0 0 20px 20px; */
  padding: 23px 30px;
  /* background: linear-gradient(to right, #233c75, #273f7c); */
  background-color: #0068a6;
}

.pricingTable .pricing-content ul {
  text-align: left;
  padding: 0 0 0 20px;
  margin: 0 0 25px;
  display: inline-block;
}

.pricingTable .pricing-content ul li {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 15px;
  letter-spacing: 0.5px;
  position: relative;
}

.pricingTable .pricing-content ul li:last-child {
  margin: 0;
}

.pricingTable .pricingTable-signup a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 20px;
  font-weight: 600;
  margin: 0 auto;
  /* border: 2px solid #fff; */
  /* border-radius: 10px; */
  display: inline-block;
  transition: all 0.5s;
}

.pricingTable .pricingTable-signup a:hover {
  letter-spacing: 1px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  padding: 14px;
}

.config-wrap .pricing_btn,
.config-wrap1 .pricing_btn {
  background: #000;
  border: none;
  font-size: 17px;
  color: #ffffff;
  padding: 8px 5px;
  margin: 5px 0px;
  font-weight: 600;
  border: 2px solid;
  outline: none;
}

@media only screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 40px;
  }
}

.disbutton {
  background-color: #ef3f3e !important;
  width: 100px;
  margin: auto;
  color: #fff !important;
  background-color: #0068a6 !important;
  border: 1px solid #fff;
}

.privacyButton {
  background-color: #0068a6 !important;
  width: 130px;
  margin: auto;
  color: #fff !important;
  margin-bottom: 10px;
  border: 1px solid #fff;
}


.checkbox-box img {
  vertical-align: middle;
}

.checkbox-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  top: 0;
  width: 100%;
  text-align: left;
}

.checkbox-box input {
  position: absolute;
  width: 20px !important;
  left: 0;
  top: 12px;
  z-index: 99;
}


.checkbox-box label::before {
  /*content: "";*/
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 1px solid #ef9a33;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 9px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.checkbox-box input:checked~label::after {
  background-color: #ef9a33;
}

.checkbox-box label::after {
  /*content: "";*/
  width: 12px;
  height: 12px;
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 14px;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.checkbox-box label {
  margin-top: 53px;
  font-size: 12px;
  color: #333333;
  /* margin: 0; */
  margin-bottom: 0px;
  padding: 8px;
  padding-left: 35px;
  cursor: pointer;
  padding-top: 8px;
  position: relative;
  display: inline-block;
  width: 100%;
  font-weight: normal;
}

.checkbox-box p {
  color: #fff;
  margin: 6px 0px;

}

.global-sec1 {
  padding: 50px 0 !important;
}

marquee {
  font-size: 30px;
  font-weight: 800;
  color: #EF1B55;
  font-family: sans-serif;
}


.floorplans img {
  width: 100%;
  transition: ease all 0.5s;
  transform: scale(1);
  /* height: 310px; */
  object-fit: cover;
}

/* .mapsize img {
  width: 300px !important;
} */


.counter {
  /* Updated class name */
  font-size: 35px;
  display: block;
  font-weight: bold;
  color: #000;
}


.reveal {
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}


.gallery-carousel .owl-item>div {
  cursor: pointer;
  margin: 2% 3% 2% 3%;
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.gallery-carousel .owl-item.center>div {
  cursor: auto;
  margin: 2%;
  transform: scale(1.2);
}

.gallery-carousel .owl-item:not(.center)>div:hover {
  opacity: .75;
}



.amenities-gallery {
  position: relative;
  width: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.amenities-gallery img {
  width: 100%;
  margin-bottom: -2px;
  /* width: 383px; */
  height: 265px;
  object-fit: fill;
}

#tour .amenities-gallery img {
  width: 100%;
  margin-bottom: -2px;
  /* width: 383px; */
  height: auto;
  object-fit: fill;
}

.ami-overlay {
  width: 100%;
  height: 100%;
  background: rgba(76, 118, 135, 0.75);
  position: absolute;
  top: 0;
  transform: translate(-100%, 0);
  transition: all 1s;
}

.loc {
  width: 100% !important;
  height: 100% !important;
}

.amenities-gallery:hover .ami-overlay {
  transform: translate(0%, 0);
  transition: all 0.5s;
  cursor: url(../images/hovericon.png), auto !important;
}

#contact-form ::placeholder {
  color: #fff;
  font-size: 16px;
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  /* width: 20px; */
  border: none;
  min-width: 0;
  border-radius: 0 !important;
  border-bottom: 2px solid #fff;
}

.contact-form .form-group,
.contact-form .input-group,
.contact-form input {
  width: 100% !important;
  height: 2.5vw;
  margin: 20px auto;
  display: inline-block;
}

#confback {
  background-image: url(../images/amenities/1.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  background-color: #000000bf;
  height: 840px;
  padding: 50px;
}

#loc {
  background-image: url(../images/slider-amenities/6.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay2 {
  background-color: #000000bf;
  /* height: 600px; */
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .contact-form .form-group button {
    margin: 135px auto;
    height: 34px !important;
  }

  #contact-form ::placeholder {
    color: #fff;
    font-size: 12px;
  }

  .overlay2 {
    height: unset;
  }


}

.mapsize a {
  /* color: #ef3f3e; */
}

.contact-form .form-group,
.contact-form .input-group,
.contact-form input {
  width: 86%;
  height: 24px !important;
  margin: 22px auto;
}

.dwnButton {
  background-color: #ef3f3e !important;
  width: 190px;
  margin: auto;
  color: #fff !important;
  margin-bottom: 10px;
}

.month-style {
  margin-bottom: 40px;
  color: #ef3f3e;
  font-size: 20px;
  text-align: center;
}


.video a:before {
  filter: invert(-13%) sepia(-52%) saturate(-4265%) hue-rotate(-239deg) brightness(-94%) contrast(-89%);
}

.video a:before {
  position: absolute;
  content: "";
  background-image: url(../images/play-button.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  animation: pulse-cust1 2s infinite;
  border-radius: 50%;
  z-index: 1;
}

.video a {
  flex-direction: column;
  text-decoration: none;
}

.video a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.pro_gallery {
  position: relative;
  overflow: hidden;
  /* width: 85%; */
}

.pro_gallery .gall_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5098039216);
  opacity: 0;
  transition: ease all .5s;
}

#conf {
  background: url(../images/amenities/4.webp);
  background-size: cover;
  background-attachment: fixed;
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
  background: #0068a62b !important;
}

.intl-tel-input {
  width: 100%;
}