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

@font-face {
  font-family: 'FurturaBQ-DemiBold';
  src: url('../font/FuturaBQ-DemiBold.otf');
}

@font-face {
  font-family: 'PlayfairDisplay-Regular';
  src: url('../font/PlayfairDisplay-Regular.otf');
}


html {
  overflow-x: hidden;
}

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

p {
  line-height: 1.3vw;
  font-size: 16px;
  font-weight: 400;
}

a {
  outline: none !important;
}

.pd0 {
  padding: 0 !important;
}

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

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

.mo {
  width: 100% !important;

  border: none;
  border-bottom: 2px solid white;
}

.mo1 {
  border: none;
  border-bottom: 2px solid white;
}

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


.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: #BDB356;
}

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

:root {
  --primary-color: #BDB356;
  --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-3 {
  margin-top: 3rem !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;
}

.white {
  color: #fff;
}

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

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

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

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

.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: #fff;
}

.my_nav_bar .my_nav li a {
  color: #fff;
  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: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header_wrap.stick .my_nav_bar {
  background-color: #4A441D !important;
  transition: ease all 0.5s;
  border-bottom: 1px solid #fff;
}

.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 #BDB356;
  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;
}

.scrollarea {
  overflow-y: auto;
}

.side_menu {
  background-color: #3a3a3a;
  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: #BDB356;
}

.menu_nav li .btn-toggle-nav a:hover:after {
  background: #BDB356;
}

.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: #BDB356;
  color: #fff;
  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;
}

.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: 7px 10px;
}

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

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

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

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

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

.pro_gallery p {
  position: absolute;
  bottom: 0px;
  color: #fff;
  background: #0000009c;
  font-size: 12px;
  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 !important;
  object-fit: cover;
}

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

@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;
  }

  .inpu {
    width: 42px;
  }

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

.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: #FFF;
  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: #BDB356;
}

.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;
}

.label.er {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  margin: 6px 37px;
}

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

.modal-content {
  background-color: #494949 !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;
}

/*---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;
  border-radius: 7px !important;
  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: #BDB356;
  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;
}

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

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

#banner-form-sec form input,
#banner-form-sec form select {
  height: 40px;
  border: 1px solid #ffffff;
  width: 100%;
  background: #fff;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 7px !important;
  color: #222222;
  border-left: none;
}

#banner-form-sec form input::placeholder,
#banner-form-sec form textarea::placeholder {
  color: #222222;
}

#banner-form-sec form .input-group-addon {
  background: #fff;
  color: #BDB356;
  border: 1px solid #ffffff;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}

#banner-form-sec form .form-group {
  height: 40px;
  margin-bottom: 23px;
  margin-top: 0;
}




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

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

#homeSlider {
  margin-top: 75px;
}

.brown_bg {
  background: var(--dark-color);
}

.tittle_wrap {
  margin-bottom: 3vw;
}

.tittle_wrap .slide_title {
  font-size: 1.5vw;
  line-height: 2vw;
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0;
  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: #fff;
}

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

.tittle_wrap.style2 {
  content: "";
}

.tittle_wrap.style2 .title_logo {
  width: 7vw;
  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: 100% !important;
  display: block;
  margin: 0 auto;
}

.overview_img_wrap p {
  position: absolute;
  bottom: 8px;
  left: 20px;
  line-height: 1;
  font-size: 11px;
  background-image: linear-gradient(45deg, black, transparent);
  color: #fff;
  padding: 2px;
}

.footer-form {
  content: "";
}

@media screen and (max-width:768px) {
  .overview_img_wrap p {
    position: absolute;
    bottom: -15px;
    left: 104px;
    line-height: 1;
    font-size: 11px;
    background-image: linear-gradient(45deg, black, transparent);
    color: #fff;
    padding: 2px;
  }
}

.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;
  margin-bottom: 10px;
}

.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: #BDB356;
  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: #fff;
  margin-bottom: 0;
  line-height: 19px;
}

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

/* 
.global-half-red:after {
  content: "";
  position: absolute;
  background: #BDB356;  
  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: #fff;
  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: 10vw;
  margin: 1% auto;
  text-align: center;
  display: block;
}

.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: 84px auto;
}

/* .slide_contact {
  background: url("../images/address-bg.jpg") 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;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.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;
}

.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;
}

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

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

.disc_txt {
  text-align: center;
  margin: 18px 0px;

  font-size: 13px;
  line-height: 17px;
  color: #fff;
}

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

.over_txt {
  color: #FFFFFF;
  text-align: left;
  font-size: 14px;
  /* margin-top: 3rem; */
  position: relative;
  /* right: 133px; */
}

.over_txt_1 {
  color: #FFFFFF;
  text-align: center;
  /* margin-top: 3rem; */
  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: #BDB356;
  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: #BDB356;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
}

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

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

.sec_sepration1 {
  position: relative;
  /* background: #000; */
  padding: 30px 0;
}

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

.sec_sepration1 .sep_txt_wrap h4 {
  color: #4A441D;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  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;
  text-align: center;
}

.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: #BDB356;
  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: #fff;
  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;
  color: #fff;
}

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

@media only screen and (max-width: 767px) {
  .ame_head {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    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: #BDB356;
  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: #BDB356;
  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: #BDB356;
}

.loc_box p {
  margin-bottom: 0;
}

.loc_box:before {
  content: "";
  position: absolute;
  height: 100%;
  right: 0;
  width: calc(100% - 2.4vw);
  border: 1px solid #BDB356;
  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;
  color: #ffffff;
}

.loc_sub span {
  color: #BDB356;
}

.my_accord button {
  box-shadow: none !important;
  font-size: 0.9vw;
  background-color: #BDB356;
  color: #fff;
}

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

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

.lightgrey_bg {
  background: #BDB356;
}

.loc_logo {
  width: 185px;
  margin: 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: #4A441D;
  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: 20px;
    font-size: 14px;
  }

  .tittle_wrap {
    margin-bottom: 20px;
  }

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

  .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;
  }

  .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) {
  .loc-left img {
    width: 300px;
  }

  .slide_subtitle {
    color: #fff;
    font-size: 3.2vw !important;
    margin-bottom: 0;
  }

  .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: 73px;
  }

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

  .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: 8px;
    margin-bottom: 3px;
    font-size: 13px;
    /* position: relative; */
    left: 0%;
  }

  .tittle_for_half .slide_title {
    color: #FFFFFF;
  }

  .tittle_for_half img {
    /* background: #FFFFFF; */
    width: 140px;
    padding: 8px;
  }



  .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: #4A441D;
  font-size: 21px;
}

.team-sec span {
  line-height: 25px;
}

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

  .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    margin-bottom: 16px;
  }

}


/* 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: #CC2425;
  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: #CC2425;
  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: #CC2425;
  border-radius: 25px;
}

.oops-greet {
  color: #CC2425;
  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;
  text-transform: uppercase;
}

@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: #BDB356;
  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: #BDB356 !important;
}

button.btn.btn-danger.download1 {
  position: fixed;
  /*bottom: 15px;*/
  bottom: 5px;
  left: 5px;
  transition: 0.4s ease-in;
  z-index: 999;
  background-color: #BDB356;
  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;
}


.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 #BDB356;
  height: 315px;
}

.form_p {
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 13px;
  margin-top: 6px;
}

.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: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 25px;
}

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

.pricingTable .price-value {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  /* letter-spacing: 1px; */
  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: #BDB356; */
}

.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: #BDB356 !important;
  width: 100px;
  margin: auto;
  color: #fff !important;
}

.privacyButton {
  background-color: #BDB356 !important;
  width: 130px;
  margin: auto;
  color: #fff !important;
  margin-bottom: 10px;
}


.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: 25px;
  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;
}

.cheox {
  height: 20px !important;
}

.checkbox-box p {
  color: #fff;
  margin-top: 21px;
}

.global-sec1 {
  padding: 30px 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: 210px;
  object-fit: cover;
}

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


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

.commit-specs span {
  color: #fff !important;
}

.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;
}

#con .form-group select {
  height: 40px !important;
  width: 100% !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-bottom: 2px solid #fff !important;
  padding-left: 10px !important;
  border-radius: 0px !important;
  color: #fff !important;
  border-left: none !important;
  position: relative;
}


.form-group select option {
  color: #fff !important;
  background-color: #000 !important;
}

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

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

.overlay {
  background-color: #000000c0;
  height: auto;
  padding: 46px;

}

/* .clentlogo{
  width: 200px;
} */
@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;
  }


}

.mapsize a {
  color: #EF1B55;
}

.contact-form .form-group,
.contact-form .input-group,
.contact-form input {
  width: 86%;
  margin: 20px auto;
}

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

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

#about {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

#conf {
  background-image: url("../images/bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

#loc {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

#amenities {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

#advan {
  background-image: url("../images/bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

#highlight {
  background-image: url("../images/bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

#gal {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

#floor {
  background-image: url("../images/bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

#aboutus {
  background-image: url("../images/bg1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

#tieups {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

#expert {
  background-color: #BDB457;
  /* background-image: url("../images/bg.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.slide_subtitle {
  color: #fff;
  font-size: 2vw;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.newsection1 h2 {
  display: block;
  text-align: center;
}

.team-sec img {
  width: 120px;
  margin: 1rem 0rem;
}

.devel-logo {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 2rem 0rem;
}

.devel-logo .olivelogo {
  width: 120px;
}

.devel-logo .pinelogo {
  width: 94px;
}

.common-flex {
  height: 95vh;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}

.common-flex-over {
  height: 70vh;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}

.common-flex-1 {
  height: 80vh;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}

.loc-left {
  width: 100%;
}

.loc-left img {
  display: flex;
  justify-content: center;
  align-items: center;

}

.overimage {
  width: 100%;
}

.newsection2 .shiamak {
  width: 180px !important;
}

.newsection2 .suresh {
  width: 180px !important;
}

.owl-nav img {
  width: 70px;
}

.slide_title_p {
  font-size: 16px;
  margin-top: 1rem;
  color: #fff;
}

.hightlight_wrap .heighligh_p {
  z-index: 7;
  padding: 1px 0px;
  font-size: 8px;
  position: absolute;
  bottom: 63px;
  left: 2px;
  color: #fff;
  background: #0000007c;

}

.clentlogo {
  background: #fff;
  padding: 10px;
  margin: 15px;
  width: 200px !important;
}

.footer2 {
  background: #000000;
  color: white;
  padding: 1% 0 1%;
}

.disclo {
  font-size: 10px;
  border-right: 1px dotted #bdb457;
  padding: 10px;
  text-align: justify;
  line-height: 2;
}

.kotak {
  width: 125px;
  /* margin: auto; */
  padding: 5px;
}

.partnerlink a {
  color: #fff !important;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

.pd-0 {
  padding: 0px;
}

.d-flex {
  display: flex;
}

.tie_p {
  color: #fff;
  padding: 20px;
  margin: 0px;
}

.newsection1 .school {
  width: 30vw;
  margin: 2% auto;
  display: block;
}

.newsection1 .tie_client_img {
  width: 21vw !important;
  height: auto !important;
  margin: 2% auto;
  display: block;
}

@media screen and (max-width:768px) {
  .newsection1 .tie_client_img {
    width: 65vw !important;
    height: auto !important;
    margin: 2% auto;
    display: block;
  }

  .newsection1 .school {
    width: 85vw;
    height: auto;
    margin: 2% auto;
    display: block;
  }

  .newsection1 h2 {
    display: block;
    text-align: center;
    FONT-SIZE: 19PX;
  }

  .newsection2 .clentlogo {
    display: block !important;
    margin: 2% auto !important;
    width: 120px !important;

  }

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

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

.d-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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


.devel-logo {
  margin: 1rem 0rem;
}

.pricingTable .price-value {
  font-size: 13px;
}


.form-select {
  background-image: url('../images/downarrow.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
}

#con .form-group select {
  background-image: url('../images/right-arrow.png') !important;
  background-repeat: no-repeat !important;
  background-position: right 0.75rem center !important;
  background-size: 16px 12px !important;
}

.nav-phone img {
  width: 20px;
  /* filter: brightness(0) saturate(100%) invert(33%) sepia(9%) saturate(89%) hue-rotate(47deg) brightness(95%) contrast(85%); */
}

#banner-form-sec .banner-bg {
  background: #BDB356;
  padding: 33px;
  margin: 20px auto;
  border-radius: 20px;
}

#banner-form-sec p {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  line-height: 35px;
}

#banner-form-sec h3 {
  text-transform: uppercase;
  margin-top: -10px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}