@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap");
@font-face {
  font-family: "Shelby";
  src: url("/fonts/Shelby.woff2") format("woff2"), url("/fonts/Shelby.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1;
  font-family: "Lato", sans-serif !important;
  font-size: 16px !important;
  overflow-x: hidden;
  font-weight: 400 !important;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none !important;
}

a,
button {
  outline: none !important;
}

p,
.accordion-body {
  font-size: 0.8vw;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #222;
}

/*-------------- CSS Resetter ----------*/
.pd0 {
  padding: 0 !important;
}

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

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

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

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

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

.mr0 {
  margin: 0 !important;
}

.text-justify {
  text-align: justify;
}

:root {
  --primary-color: #ccaf86;
  --dark-color: #272727;
}

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

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

body::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

body::-webkit-scrollbar-thumb:hover {
  background: var(--primary-color);
}

.img_h_auto {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}

.lightbg {
  background: #f5f5f5;
}

.header_wrap .navbar {
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}
.header_wrap .navbar .navbar-brand img {
  width: 9.7vw;
  height: inherit;
}
.header_wrap .navbar .nav-link {
  color: #222;
  font-weight: 400;
  letter-spacing: 2px;
  position: relative;
  padding: 0px 1vw !important;
  font-size: 0.82vw;
}
.header_wrap .navbar .nav-link:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 2px;
  background: var(--primary-color);
  bottom: 0.5vw;
  left: 0;
  transition: ease all 0.5s;
  opacity: 0;
}
.header_wrap .navbar .nav-link:after {
  color: var(--primary-color);
}
.header_wrap .navbar .nav-link:hover {
  color: var(--primary-color);
}
.header_wrap .navbar .nav-link:hover:before {
  left: 0.3vw;
  opacity: 1;
  transition: ease all 0.5s;
}
.header_wrap .navbar .nav-link:hover:after {
  right: 0.4vw;
  opacity: 1;
  transition: ease all 0.5s;
}
.header_wrap .navbar .nav-link:focus {
  color: var(--primary-color);
}
.header_wrap .navbar .nav-link.active {
  color: var(--primary-color);
}

.header_wrap.stick .navbar {
  position: fixed;
  top: -100px;
  transition: transform 0.5s;
  transform: translateY(100px);
}

.my_nav .dropdown-menu {
  border-radius: 0;
  margin-left: 1vw;
  margin-top: 1.2vw !important;
  padding: 0;
  width: 11vw;
}
.my_nav .dropdown-menu .dropdown-item {
  border-left: 4px solid transparent;
  padding: 10px 3px 10px 4px !important;
  transition: ease all 0.5s;
  border-bottom: 0.1vw solid #dadada;
  font-size: 0.8vw;
  line-height: 1.5vw;
  letter-spacing: 2px;
}
.my_nav .dropdown-menu .dropdown-item:hover, .my_nav .dropdown-menu .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;
}
.my_nav .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}

.inner-banner {
  position: relative;
  background-size: cover !important;
  overflow: hidden;
}
.inner-banner .inner_wrap .inner-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 2;
}
.inner-banner .inner_wrap .inner-overlay .banner-wrap p {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 25px;
}
.inner-banner .inner_wrap .inner-overlay .banner-wrap h1,
.inner-banner .inner_wrap .inner-overlay .banner-wrap .banner_title {
  text-align: center !important;
  font-size: 2vw;
  line-height: 2vw;
  color: #fff;
  position: relative;
  letter-spacing: 0.1vw;
  margin-bottom: 2vw;
}
.inner-banner .inner_wrap .inner-overlay .banner-wrap h1::after,
.inner-banner .inner_wrap .inner-overlay .banner-wrap .banner_title::after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7.5vw;
  bottom: -1vw;
  height: 0.2vw;
  width: 15vw;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(222, 172, 106, 0) 0%, #eaa752 45%, rgba(248, 160, 52, 0) 100%) 0% 0% no-repeat padding-box;
}
.inner-banner .inner_wrap .inner-overlay .banner-wrap {
  text-align: center;
}
.inner-banner .inner_wrap .inner_banner_img {
  margin-top: 75px;
  height: auto;
  width: 100%;
}
.inner-banner::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: -1.5vw;
  background: transparent linear-gradient(0deg, #141a44 0%, rgba(96, 89, 89, 0) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}

.inner-banner.golden_bg::after {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #443214 0%, rgba(96, 89, 89, 0) 100%) 0% 0% no-repeat padding-box;
}

.breadcrumb {
  margin-bottom: 3vw !important;
  justify-content: center;
}
.breadcrumb li {
  font-size: 0.9vw;
}
.breadcrumb li a {
  color: var(--primary-color);
}
.breadcrumb li.active {
  color: #fff;
}

.banner_down_arrow img {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  width: 28px;
  right: 50%;
  margin-right: -14px;
}

/*------------New home slider-------------------------*/
.hero-header {
  position: relative;
  margin-top: 97px;
}

.hero-header .item {
  height: calc(100vh - 70px);
  position: relative;
}

.hero-header .owl-item .item {
  padding: 0;
}

.homeslider .hero-image {
  position: relative;
}
.homeslider .hero-image .banner_video {
  width: 100% !important;
  height: 100% !important;
}
.homeslider .hero-image video {
  width: 100%;
  height: 100%;
}

.hero-header .item img {
  width: 100%;
  height: 100%;
}

.hero-header .item .hero-image.has_video img {
  width: 100%;
  position: absolute;
  height: 100%;
  bottom: 0;
}

.hero-header .item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: start;
  /*background: rgb(39 39 39 / 40%);*/
  z-index: 9;
}

.hero-header .item .cover:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}

.hero-header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
  text-align: left;
  margin-right: 3vw;
}

.hero-header .item .cover .header-content .line {
  content: "";
  /*display: inline-block;*/
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

.hero-header .item .cover .header-content .banner_tittle2 {
  font-weight: 400 !important;
  font-size: 1.2vw;
  color: #fff;
  line-height: 1.2vw;
  margin-bottom: 1vw;
}

.hero-header .item .cover .header-content .banner_tittle1 {
  font-size: 1.5vw;
  margin: 0 0 0.5vw;
  color: #fff;
  line-height: 1.5vw;
  letter-spacing: 1px;
  font-weight: 300;
}

.hero-header .item .cover .header-content .banner_tittle3 {
  font-size: 2.5vw;
  font-weight: normal;
  line-height: 2.5vw;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 1.4vw;
  position: relative;
}
.hero-header .item .cover .header-content .banner_tittle3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.4vw;
  width: 287px;
  max-width: 100%;
  height: 2px;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #deac6a 0%, rgba(248, 160, 52, 0) 100%) 0% 0% no-repeat padding-box;
}

.hero-header .owl-item .banner_tittle1 span {
  color: var(--primary-color);
}

.ame_txt_wrap h5 {
  min-height: 20px;
  font-size: 17px;
}

.hero-header .owl-item.active .banner_tittle1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1s;
}

.hero-header .owl-item.active .banner_tittle2 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 1s;
}

.hero-header .owl-item.active .banner_tittle3 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}

.hero-header .int_btn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1s;
}

.hero-header .owl-item.active .line {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 1s;
}

.hero-header .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  width: 100%;
  /*top: 50%;*/
  bottom: 50px;
  text-align: right;
}

.hero-header .owl-theme .owl-nav button {
  background: transparent !important;
  color: #fff !important;
  outline: none !important;
  padding: 0 14px !important;
}

.hero-header .owl-theme .owl-nav .owl-next {
  margin-right: 50px;
}

.hero-header .owl-theme .owl-nav i {
  color: var(--primary-color) !important;
}

.homevideoicon-wrap {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.bannervideo {
  width: 55px !important;
  height: 55px !important;
  position: absolute;
  margin: 0 auto;
  left: 50%;
  margin-left: -27px;
  bottom: -25px;
  border-radius: 50%;
}

.hero-header .owl-item.active .h-iwrap {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

/*--------------------hero --slider-------*/
.grid_view5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid_view3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

body .description a,
body .description a span {
  color: var(--primary-color) !important;
  text-decoration: none !important;
}

body .description a:hover,
body .description a:hover span {
  color: var(--dark-color) !important;
}

body .description u {
  text-decoration: none;
}

#floating-button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--primary-color);
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

.plus {
  color: white;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size: 25px;
  font-family: "Roboto";
  font-weight: 300;
  border-radius: 50%;
  transition: all 0.3s;
  z-index: 9;
}

#container-floating {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 1;
}

#container-floating:hover {
  height: 400px;
  width: 90px;
  padding: 30px;
}

.loc_title img {
  width: 2vw;
  height: 2vw;
}

.edit {
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit {
  animation: edit-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes edit-in {
  from {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
@keyframes edit-out {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  to {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
}
@keyframes plus-in {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  to {
    opacity: 0;
    transform: rotateZ(180deg);
  }
}
@keyframes plus-out {
  from {
    opacity: 0;
    transform: rotateZ(180deg);
  }
  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
.nds {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform: scale(0);
  cursor: pointer;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 1px dashed #fff;
  outline-offset: -4px;
}
.nds a {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff !important;
}
.nds button {
  background: transparent !important;
  color: #fff;
  box-shadow: none;
  border: none;
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.nd1 {
  right: 35px;
  bottom: 98px;
  animation-delay: 0.2s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode: forwards;
}

.nd2 {
  right: 35px;
  bottom: 155px;
  animation-delay: 0.15s;
  animation: bounce-out-nds 0.15s linear;
  animation-fill-mode: forwards;
}

.nd3 {
  right: 35px;
  bottom: 230px;
  animation-delay: 0.1s;
  animation: bounce-out-nds 0.1s linear;
  animation-fill-mode: forwards;
}

@keyframes bounce-nds {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce-out-nds {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
#container-floating:hover .nds {
  animation: bounce-nds 0.1s linear;
  animation-fill-mode: forwards;
}

#container-floating:hover .nd1 {
  animation-delay: 0.08s;
}

#container-floating:hover .nd2 {
  animation-delay: 0.15s;
}

#container-floating:hover .nd3 {
  animation-delay: 0.2s;
}

.letter {
  font-size: 23px;
  font-family: "Roboto";
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

/*----------Modal Design-------*/
.error {
  color: red;
  font-size: 0.8vw;
  font-weight: 300;
  line-height: 12px;
  position: relative;
  top: -5px;
}

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

.modal-dialog {
  margin-top: 7% !important;
  z-index: 9999 !important;
  width: 30vw !important;
}
.modal-dialog .modal-content {
  background: url("/images/texture-bg.jpg") no-repeat;
  border: none !important;
}
.modal-dialog .modal-content .modal-header {
  justify-content: center;
  width: 95%;
  margin: 0 auto;
  border-color: rgba(0, 0, 0, 0.1882352941);
}
.modal-dialog .modal-content .modal-header .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  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='%23222'%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 .modal-content .modal-header .modal-title {
  margin-bottom: 0;
  font-size: 1.2vw;
  line-height: 1.2vw;
  color: #4e4e4e !important;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}
.modal-dialog .modal-content .modal-body {
  padding: 20px 10px 20px 10px !important;
}
.modal-dialog .modal-content .modal-body .form_disc {
  font-size: 0.8vw;
  line-height: 0.8vw;
  text-align: center;
  margin-bottom: 10px;
  color: #6c757d;
}
.modal-dialog .modal-content .modal-body .form_disc span {
  display: inline-block;
  font-size: 1vw;
  line-height: 1vw;
  margin-top: 0.5vw;
  margin-bottom: 0.3vw;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 800;
  color: #000;
  position: relative;
  max-width: 85%;
}
.modal-dialog .modal-content .modal-body .form_disc span::before {
  content: "";
  position: absolute;
  width: 1.5vw;
  height: 2px;
  background: var(--primary-color);
  left: -2vw;
  top: 0.5vw;
}
.modal-dialog .modal-content .modal-body .form_disc span::after {
  content: "";
  position: absolute;
  width: 1.5vw;
  height: 2px;
  background: var(--primary-color);
  right: -1.8vw;
  top: 0.5vw;
}

/*---modal form--*/
/*-------------------------------*/
.modal-body form input,
.modal-body form select {
  height: 2.4vw !important;
  border: none !important;
  width: 100% !important;
  background-color: #fff !important;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 7px !important;
  color: #333 !important;
  font-size: 0.9vw !important;
}

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

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

.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;
  font-size: 0.9vw;
  width: 100% !important;
}

.modal-body form .form-group {
  height: 2.4vw;
  margin-bottom: 1.1vw;
  margin-top: 0;
}

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

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

.modal-body form .input-group {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 7px;
}

.modal-body form button {
  margin: 0 auto;
}

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

input::-webkit-file-upload-button {
  background: rgba(34, 34, 34, 0.6117647059);
  color: #fff;
  border: none !important;
  font-size: 0.7vw;
  margin-top: -2px;
}

.modal-body form input[type=file]::-moz-placeholder {
  color: var(--primary-color);
}

.modal-body form input[type=file]::placeholder {
  color: var(--primary-color);
}

.consent-text {
  font-size: 0.8vw;
}

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

.btn_style_2 {
  border: none;
  padding: 0.7vw 1vw;
  border-radius: 0;
  background: var(--primary-color);
  color: #222;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: ease all 0.5s;
  display: flex;
  width: 100%;
  justify-content: center;
}
.btn_style_2 span {
  position: relative;
  z-index: 3;
  font-size: 0.8vw;
  font-weight: 600;
  letter-spacing: 0.3vw;
}
.btn_style_2:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 160%;
  left: -44%;
  top: 16px;
  background: var(--primary-color);
  z-index: 2;
  transform: rotate(57deg) scale(3);
  transition: ease all 0.5s;
}
.btn_style_2:hover {
  color: #ffffff;
  transition: ease all 0.5s;
}
.btn_style_2:hover:before {
  transition: ease all 0.5s;
  left: 10px;
}

/*-----------Modal End --------*/
#jobpost-form .cv-label {
  color: #333;
  font-size: 0.9vw;
}

.modal-body .react-tel-input .flag-dropdown {
  background-color: #fff;
  border: none;
  border-radius: 7px 0 0 7px;
}

.modal-body .react-tel-input .selected-flag {
  border-radius: 7px 0 0 7px;
}

#enquirenow-form .react-tel-input .flag-dropdown {
  border: none;
  background-color: rgba(0, 0, 0, 0.1803921569) !important;
}

#enquirenow-form .react-tel-input .selected-flag:hover,
#enquirenow-form .react-tel-input .selected-flag:focus {
  background-color: rgba(0, 0, 0, 0.1803921569) !important;
}

#enquirenow-form .react-tel-input .flag-dropdown.open .selected-flag {
  background-color: rgba(0, 0, 0, 0.1803921569) !important;
}

.react-tel-input .country-list .search-box {
  border: 1px solid #cacaca !important;
  border-radius: 3px !important;
}

.react-tel-input .country-list {
  color: #222;
}

.react-tel-input .country-list .search-box {
  margin-left: 0 !important;
}

.react-tel-input .country-list .country {
  padding: 4px 9px !important;
}

.pulseanimation {
  animation: pulse-cust 2s infinite;
}

.pulseanimation:hover {
  animation: none;
}
@keyframes pulse-cust {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(177, 151, 119, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(177, 151, 119, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(177, 151, 119, 0);
  }
}
.effect-1,
.effect-2,
.effect-3 {
  overflow: hidden;
}

.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 !important;
  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: 0;
}
.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;
  outline: none !important;
  border: none;
  text-align: left;
  background-color: transparent;
}
.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;
}

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

.animated_social {
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
  justify-content: end;
}

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

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

.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: #b19777;
  transition: all 0.8s cubic-bezier(0.14, 0.57, 0.14, 1.03);
  overflow: visible;
}

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

.animated_social li a .social-icon {
  width: 2.3vw;
  height: 2.3vw;
  border: 1px solid #707070;
  border-radius: 50%;
  font-size: 0.9vw;
  line-height: 2em;
  text-align: center;
  color: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
  transform: rotate(55deg);
  transition: 1s cubic-bezier(0.38, 0.67, 0.76, 0.66);
}

.animated_social li:hover a .social-icon {
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.nav_menu_btn {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
}
.nav_menu_btn img {
  width: 35px;
  height: auto;
}

.global_section {
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}

.tittle_style1 {
  position: relative;
  margin-bottom: 2vw;
}
.tittle_style1 .mian_tittle {
  font-size: 1.8vw;
  line-height: 1.8vw;
  margin-bottom: 0;
  color: var(--primary-color);
}
.tittle_style1 .style_tittle {
  font-family: "Shelby";
  font-size: 2.6vw;
  line-height: 3vw;
  margin-bottom: 0;
}
.tittle_style1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2vw;
  width: 12vw;
  max-width: 100%;
  height: 0.15vw;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #deac6a 0%, rgba(248, 160, 52, 0) 100%) 0% 0% no-repeat padding-box;
}

.texture_bg {
  background: url("/images/texture-bg.jpg") no-repeat;
  background-size: cover;
}

.cust-container {
  width: 80%;
  display: block;
  margin: 0px auto;
}

.cta_btn {
  position: relative;
  width: 1.8vw;
  height: 1.8vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 50%;
  border: 0.12vw solid var(--primary-color);
  transition: ease all 0.5s;
}
.cta_btn img {
  width: 2vw !important;
  height: auto;
  margin-left: 0.5vw;
  transform: scale(1);
  transition: ease all 0.5s;
}
.cta_btn:hover {
  background: rgba(204, 175, 134, 0.5411764706);
  border-color: transparent;
  transition: ease all 0.5s;
}
.cta_btn:hover img {
  transform: scale(1.2);
  transition: ease all 0.5s;
}

.cta_style_1 {
  display: flex;
  align-items: center;
  color: #222;
  font-size: 0.8vw;
  border: none;
  background: transparent;
  outline: none !important;
}
.cta_style_1 .cta_btn {
  margin-left: 0.5vw;
}
.cta_style_1:hover, .cta_style_1:focus {
  color: #222;
}
.cta_style_1:hover .cta_btn, .cta_style_1:focus .cta_btn {
  background: rgba(204, 175, 134, 0.5411764706);
  border-color: transparent;
  transition: ease all 0.5s;
}
.cta_style_1:hover .cta_btn img, .cta_style_1:focus .cta_btn img {
  transform: scale(1.2);
  transition: ease all 0.5s;
}

.sec_overview p {
  font-size: 15px;
}
.sec_overview .cta_style_1 {
  font-size: 15px;
}
.sec_overview::after {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 0;
  height: 6vw;
  width: 100%;
  z-index: -1;
}

.over_img_wrap {
  width: 29vw;
  position: relative;
  float: right;
}
.over_img_wrap .img_large {
  border-radius: 0 5vw 0 0;
  max-width: 100%;
  height: auto;
}
.over_img_wrap .img_small {
  border-radius: 0 5vw 0 0;
  border-left: 0.4vw solid var(--primary-color);
  position: absolute;
  bottom: -4vw;
  left: -4vw;
  width: 19vw;
  max-width: 100%;
  height: auto;
}

.tittle_style2 {
  position: relative;
  margin-bottom: 3.5vw;
}
.tittle_style2 .mian_tittle {
  font-size: 1.8vw;
  line-height: 1.8vw;
  margin-bottom: 0;
  color: var(--primary-color);
  margin-top: -0.5vw;
}
.tittle_style2 .style_tittle {
  font-family: "Shelby";
  font-size: 2.6vw;
  line-height: 3vw;
  margin-bottom: 0;
}
.tittle_style2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.8vw;
  width: 12vw;
  max-width: 100%;
  height: 0.15vw;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #deac6a 0%, rgba(248, 160, 52, 0) 100%) 0% 0% no-repeat padding-box;
}

.tittle_style2.black .mian_tittle {
  color: #222;
}

.tittle_style2.white .mian_tittle {
  color: #fff;
}

.project_main_wrap {
  width: 90%;
  margin: 0 auto;
}
.project_main_wrap .project_img {
  overflow: hidden;
  border-radius: 60px 0 0 0;
  position: relative;
}
.project_main_wrap .project_img img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: ease all 0.5s;
}
.project_main_wrap .project_txt {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project_main_wrap .project_txt .pro_name {
  font-size: 1.3vw;
  line-height: 1.6vw;
  margin-bottom: 0;
  color: #222;
}
.project_main_wrap .project_txt .pro_loc {
  font-size: 0.8vw;
  margin-bottom: 6px;
  line-height: 1vw;
  color: #222;
}
.project_main_wrap .project_txt .pro_config {
  margin-bottom: 0;
  color: var(--primary-color);
  font-size: 0.9vw;
  line-height: 0.9vw;
}
.project_main_wrap .cta_btn {
  margin-right: 24px;
}
.project_main_wrap:hover .project_img img {
  transform: scale(1.1);
  transition: ease all 0.5s;
}

.grid_view_4 {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.c_width {
  width: 68vw !important;
  margin: 0 auto;
}

.counter_bg {
  background: url("/images/counter-bg.jpg") no-repeat center;
  background-size: cover;
  height: 60vh;
  position: relative;
  z-index: 1;
}

.counter_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter_wrap .counter_num {
  font-family: "Libre Baskerville", serif;
  font-size: 3vw;
  line-height: 3vw;
  margin-bottom: 0;
  font-style: italic;
  color: var(--primary-color);
  position: relative;
}
.counter_wrap .counter_num::after {
  content: "";
  position: absolute;
  width: 3.5vw;
  height: 3.5vw;
  left: -0.9vw;
  bottom: 0vw;
  background: rgba(230, 211, 211, 0.2117647059);
  z-index: 0;
  border-radius: 50%;
}
.counter_wrap .counter_txt {
  margin-bottom: 0;
  font-size: 0.9vw;
  line-height: 0.9vw;
  margin-left: 10px;
  z-index: 9;
  color: #fff;
}

.tittle_style2.tittle_center .style_tittle {
  text-align: center;
}

.tittle_style2.tittle_center .mian_tittle {
  text-align: center;
}

.tittle_style2.tittle_center::after {
  background: transparent linear-gradient(90deg, rgba(248, 160, 52, 0) 0%, #bd925b 43%, rgba(248, 160, 52, 0) 100%) 0% 0% no-repeat padding-box;
  left: 50%;
  margin-left: -6vw;
}

.project_main_wrap.no_corner .project_img {
  border-radius: 10px;
}

.home_award_wrap {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.home_award_wrap .aw_img {
  width: 4vw !important;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  transition: ease all 0.5s;
}
.home_award_wrap .awards_divider {
  display: block;
  margin: 1vw auto;
  height: 0.1vw;
  width: 11vw;
  max-width: 90%;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(222, 172, 106, 0) 0%, #bd925b 43%, rgba(152, 117, 74, 0) 100%) 0% 0% no-repeat padding-box;
}
.home_award_wrap .awards_txt {
  content: "";
}
.home_award_wrap .awards_txt .aw_title {
  font-size: 1.2vw;
  line-height: 1.2vw;
  margin-bottom: 0.5vw;
}
.home_award_wrap .awards_txt .aw_disc {
  color: #979797;
  font-size: 0.8vw;
  line-height: 0.8vw;
  margin-bottom: 0;
}

.owl-carousel .owl-nav .owl-prev {
  transform: scaleX(-1);
  background: transparent !important;
  outline: none !important;
}
.owl-carousel .owl-nav .owl-next {
  background: transparent !important;
  outline: none !important;
}

.owl_nav_middle_center {
  padding: 0 !important;
}
.owl_nav_middle_center .owl-nav {
  position: absolute;
  width: 100%;
  margin-top: 0 !important;
  bottom: 50%;
  z-index: -1;
}
.owl_nav_middle_center .owl-nav button.owl-prev {
  float: left;
  margin-left: -24px;
}
.owl_nav_middle_center .owl-nav button.owl-next {
  float: right;
  margin-right: -24px;
}

.owl_nav_middle_center_inside {
  padding: 0 !important;
}
.owl_nav_middle_center_inside .owl-nav {
  position: absolute;
  width: 100%;
  margin-top: 0 !important;
  bottom: 50%;
  z-index: 2;
}
.owl_nav_middle_center_inside .owl-nav button.owl-prev {
  float: left;
  margin-left: 25px;
}
.owl_nav_middle_center_inside .owl-nav button.owl-next {
  float: right;
  margin-right: 25px;
}

.awards_carousel .owl-item.active .home_award_wrap .aw_img {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  animation-delay: 0.5s;
}

.footer_bg {
  width: 100%;
  height: auto;
}

.footer_main_wrap {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 2.5vw;
  width: 90%;
  margin: 0 auto;
  margin-top: -24vw;
  border-bottom: 0.5vw solid var(--primary-color);
}
.footer_main_wrap .address_warp {
  border-bottom: 0.1vw solid #172036;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
.footer_main_wrap .address_warp .add_title {
  font-size: 1.6vw;
  line-height: 1.6vw;
  margin-bottom: 0.8vw;
  color: var(--primary-color);
}
.footer_main_wrap .address_warp .office_add {
  font-size: 0.8vw;
  line-height: 1vw;
  margin-bottom: 0;
}

.footer_call {
  padding-left: 0;
  height: 2.3vw;
  margin-bottom: 0;
  display: flex;
}
.footer_call li {
  display: inline-flex;
  position: relative;
  margin-right: 1.5vw;
  height: 2.3vw;
  align-items: center;
}
.footer_call li img {
  width: auto;
  height: 2.3vw;
}
.footer_call li i {
  width: 2.5vw;
  height: 2.5vw;
  background: #222;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.2vw;
}
.footer_call li a {
  color: #222;
  font-size: 0.9vw;
  line-height: 0.9vw;
  transition: ease all 0.5s;
}
.footer_call li a:hover {
  transition: ease all 0.5s;
}
.footer_call li::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -0.8vw;
  width: 0.1vw;
  height: 1vw;
  margin-bottom: -0.5vw;
  background: #222;
}
.footer_call li:first-child {
  margin-right: 0.5vw;
}
.footer_call li:first-child::after {
  display: none;
}
.footer_call li:last-child::after {
  display: none;
}

.footer_email {
  font-size: 0.8vw;
  line-height: 0.8vw;
  display: block;
  margin-top: 10px;
  color: #222 !important;
}

.footer_link {
  padding-left: 0;
  margin-top: 1vw;
  margin-bottom: 1.8vw;
}
.footer_link li {
  display: inline-flex;
  margin-right: 1.5vw;
  position: relative;
}
.footer_link li a {
  color: #222;
  font-size: 0.9vw;
  line-height: 0.9vw;
}
.footer_link li::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: -0.8vw;
  width: 0.1vw;
  height: 1vw;
  margin-bottom: -0.5vw;
  background: #222;
}
.footer_link li:last-child::after {
  display: none;
}

.copyright {
  font-size: 0.8vw;
  line-height: 0.8vw;
  margin-bottom: 0;
  color: #222;
}
.copyright a {
  color: #222 !important;
}

.footer_social_wrap {
  display: flex;
  align-items: center;
  border-top: 0.1vw solid #172036;
  margin-top: 1vw;
  padding-top: 1vw;
}
.footer_social_wrap .follow_us {
  margin-bottom: 0;
  font-size: 1vw;
  margin-right: 1vw;
}

.footer_form_wrap {
  background: rgba(255, 255, 255, 0.2);
  padding: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(92, 90, 88, 0.3) 0px 30px 60px -30px;
}

.form_title {
  font-size: 1.6vw;
  line-height: 1.6vw;
  margin-bottom: 0.8vw;
  color: #4b2e2e;
}

#footer-form .form-group,
#footer-form .form-group input {
  height: 3vw;
}

#footer-form .form-group {
  margin-bottom: 23px;
  margin-top: 0;
}
#footer-form .form-group input {
  border: none;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #222;
  border-radius: 0;
  color: #222;
}
#footer-form .form-group select {
  border: none;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #222;
  border-radius: 0;
  color: #222;
}
#footer-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #222;
  border-radius: 0;
  width: 100%;
}
#footer-form .input-group-addon {
  color: #222;
  border: none;
  border-right: 0;
  border-bottom: 1px solid #222;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
}
#footer-form .flag-dropdown {
  background-color: transparent;
  border: none;
}
#footer-form .react-tel-input .selected-flag:hover,
#footer-form .react-tel-input .selected-flag:focus {
  background-color: transparent;
}
#footer-form .react-tel-input .flag-dropdown.open .selected-flag {
  background: transparent;
}
#footer-form input::-moz-placeholder, #footer-form textarea::-moz-placeholder {
  color: #222222;
}
#footer-form input::placeholder,
#footer-form textarea::placeholder {
  color: #222222;
}

.footer_bottom {
  margin-top: 35px;
  text-align: center;
}
.footer_bottom p {
  font-size: 0.8vw;
  margin: 6px 0;
  line-height: 0.9vw;
}

.typo_links li {
  margin-bottom: 10px;
}

.sec_footer {
  padding-bottom: 30px;
}

.testimonial_wrap {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  border: 1px solid var(--primary-color);
  padding: 2vw;
  padding-top: 0;
  position: relative;
  border-top-color: transparent;
  margin-top: 30px;
}
.testimonial_wrap .t_quote {
  width: 5vw !important;
  height: auto !important;
  margin: 0 auto;
  margin-top: -30px;
}
.testimonial_wrap .testimonial_txt {
  margin-top: 2vw;
  margin-bottom: 1.5vw;
}
.testimonial_wrap .t_title {
  font-size: 1.3vw;
  line-height: 1.3vw;
  margin-bottom: 0.2vw;
}
.testimonial_wrap .t_disc {
  margin-bottom: 0;
}
.testimonial_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: calc(50% - 4vw);
  background: var(--primary-color);
}
.testimonial_wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 1px;
  width: calc(50% - 4vw);
  background: var(--primary-color);
}

.testimonials_carousel .item {
  padding-bottom: 3px;
}

.key_highlight {
  padding-left: 0;
  margin-top: 2vw;
}
.key_highlight li {
  display: inline-flex;
  align-items: center;
  font-family: "Playfair Display", serif;
  font-size: 1.1vw;
  margin-right: 2vw;
}
.key_highlight li img {
  width: 2.5vw;
  height: auto;
  margin-right: 10px;
}
.key_highlight li:last-child {
  margin-right: 0;
}

.download_btn {
  border: none;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  padding: 0.5vw 1vw;
  font-size: 0.9vw;
  color: #4b2e2e !important;
}
.download_btn img {
  height: auto !important;
  width: 1.6vw;
  margin-left: 6px;
}

.overview_image {
  width: 80%;
  position: relative;
}
.overview_image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.overview_image::after {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  height: calc(100% + 40px);
  width: 50%;
  background: #6a5c4a;
  z-index: 1;
  opacity: 0.5;
}

.amenities_wrap {
  content: "";
}
.amenities_wrap .ame_icon_wrap {
  position: relative;
  width: 8vw;
  height: 8vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(180deg, rgba(219, 196, 165, 0.5019607843) 0%, rgba(205, 176, 136, 0.9647058824) 56%, #ccaf86 100%) 0% 0% no-repeat padding-box;
  margin: 0 auto;
}
.amenities_wrap .ame_icon_wrap .ame_icon {
  width: 3.25vw !important;
  height: auto;
  filter: invert(8%) sepia(94%) saturate(12%) hue-rotate(347deg) brightness(94%) contrast(90%);
  transform: scale(1);
  transition: ease all 0.5s;
}
.amenities_wrap .ame_icon_wrap .animate_icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 3.5vw);
  z-index: -1;
}
.amenities_wrap .ame_txt_wrap {
  text-align: center;
}
.amenities_wrap .ame_txt_wrap .ame_tittle {
  font-family: "Lato", sans-serif;
  font-size: 1.1vw;
  margin-top: 1.5vw;
  position: relative;
  margin-bottom: 1.2vw;
}
.amenities_wrap .ame_txt_wrap .ame_tittle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 2px;
  width: 10vw;
  margin-left: -5vw;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(222, 172, 106, 0) 0%, #eaa752 45%, rgba(248, 160, 52, 0) 100%) 0% 0% no-repeat padding-box;
}
.amenities_wrap .ame_txt_wrap .ame_disc {
  content: "";
}
.amenities_wrap:hover .ame_icon_wrap .ame_icon {
  transform: scale(1.1);
  transition: ease all 0.5s;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(104deg) brightness(103%) contrast(103%) drop-shadow(5px 5px 5px #222);
}

.floor_bg {
  background: url("/images/floor-bg.jpg") no-repeat center;
  position: absolute;
  width: 80%;
  height: 100%;
  left: 0;
  top: 0;
}
.floor_bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(23, 32, 54, 0.95);
}

.mytab {
  content: "";
}
.mytab .nav-link {
  font-size: 1vw;
  margin-bottom: 19px;
  border: 1px solid var(--primary-color) !important;
  border-radius: 0 !important;
  color: #fff;
  padding: 12px 10px;
}
.mytab .nav-link:hover {
  color: #fff;
}
.mytab .nav-link.active {
  background-color: var(--primary-color) !important;
}

.floorplan_wrap {
  width: calc(100% + 75px);
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
}
.floorplan_wrap::after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  height: calc(100% + 4px);
  width: calc(100% + 0px);
  background: #fff;
  z-index: -1;
  border: 2px solid #707070;
}

.floorplan_img {
  width: 100%;
  height: auto;
}

.gallery_tab.nav-tabs {
  border: none;
  margin-bottom: 70px !important;
}
.gallery_tab.nav-tabs .nav-item {
  position: relative;
}
.gallery_tab.nav-tabs .nav-item .nav-link {
  color: #222;
  letter-spacing: 1px;
  border-radius: 5px;
  border: none;
  position: relative;
  font-size: 0.8vw;
}
.gallery_tab.nav-tabs .nav-item .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background: transparent;
  transition: ease all 0.3s;
}
.gallery_tab.nav-tabs .nav-item .nav-link.active {
  color: #222;
}
.gallery_tab.nav-tabs .nav-item .nav-link.active:after {
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(222, 172, 106, 0) 0%, #eaa752 45%, rgba(248, 160, 52, 0) 100%) 0% 0% no-repeat padding-box;
  transition: ease all 0.3s;
}

.gallery-type3 {
  position: relative;
  overflow: hidden;
}
.gallery-type3 .gallimg {
  position: relative;
  overflow: hidden;
}
.gallery-type3 .gallimg img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: ease all 0.5s;
}
.gallery-type3 .gallimg .galloverlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.01) 40%, rgba(0, 0, 0, 0.75) 97%);
  padding: 13px;
}
.gallery-type3 .gallimg .galloverlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0.15vw dashed #fff;
  left: 0;
  top: 0;
  transform: scale(0.95);
  z-index: 9;
}
.gallery-type3 .galltxt3 {
  text-align: center;
  padding: 0.7vw 1vw 1.2vw 1vw;
  position: absolute;
  width: 100%;
  bottom: 0px;
  transition: ease all 0.5s;
}
.gallery-type3 .galltxt3 p {
  color: #fff;
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 1.2vw;
}
.gallery-type3 .galltxt3 .line {
  width: 13%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.gallery-type3:hover .gallimg img {
  transition: ease all 0.5s;
  transform: scale(1.2);
}
.gallery-type3:hover .galltxt3 {
  bottom: 40px;
  transition: ease all 0.5s;
}
.gallery-type3:hover .galltxt3 .line {
  width: 70%;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
}

.loc_list {
  padding-left: 0;
}
.loc_list li {
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  border-bottom: 0.1vw solid #707070;
}
.loc_list li .loc_title {
  font-size: 1.1vw;
  line-height: 1.2vw;
  margin-bottom: 4px;
}
.loc_list li .loc_disc {
  margin-bottom: 0;
}
.loc_list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.g_map {
  content: "";
}
.g_map iframe {
  width: 100%;
  height: 390px;
}

.rera_disc {
  display: flex;
  align-items: center;
  width: 70% !important;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.0784313725);
  border-radius: 12px;
}
.rera_disc img {
  width: 3.5vw;
  height: auto;
}
.rera_disc .rera_txt {
  margin-left: 15px;
}
.rera_disc .rera_txt .rera_title {
  font-size: 0.8vw;
  line-height: 0.8vw;
  margin-bottom: 0.3vw;
}
.rera_disc .rera_txt p {
  margin-bottom: 0;
  font-size: 0.75vw;
  line-height: 0.9vw;
}

.loc_gap {
  margin-bottom: 2vw;
}

.news_article_box .project_txt {
  display: block;
}
.news_article_box .project_txt .article_txt {
  margin-bottom: 12px;
}
.news_article_box .date_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: transparent linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%) 0% 0% no-repeat padding-box;
}
.news_article_box .date_wrap .date_inner {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  align-items: center;
  font-size: 0.8vw;
}
.news_article_box .date_wrap .date_inner img {
  width: 1.3vw;
  height: auto;
  margin-right: 13px;
}

.contact_add {
  font-family: "Playfair Display", serif;
  font-size: 1.2vw;
  margin-top: -1.5vw;
}

.contact_cta {
  margin-bottom: 0;
}
.contact_cta a {
  color: #222;
}
.contact_cta a:hover {
  color: var(--primary-color);
}

.image_container {
  width: 100%;
  position: relative;
}
.image_container .image {
  position: relative !important;
}

.about_img_wrap {
  margin-left: 15px;
  margin-bottom: 15px;
  width: calc(100% - 15px);
}
.about_img_wrap img {
  z-index: 1;
}
.about_img_wrap::after {
  content: "";
  position: absolute;
  left: -15px;
  bottom: -15px;
  width: 80%;
  height: 80%;
  background: #6a5c4a;
  opacity: 0.5;
}

.about_img_wrap.right_patch {
  margin-left: 0;
  margin-right: 15px;
}
.about_img_wrap.right_patch::after {
  left: initial;
  right: -15px;
}

.mission_tittle {
  font-size: 1.3vw;
  line-height: 1.3vw;
}

.mission_subtittle {
  border-bottom: 1px solid #222;
  display: inline-block;
  font-size: 0.9vw;
}

.animated_bg {
  position: relative;
}
.animated_bg .image_container img {
  border-radius: 50%;
}
.animated_bg .animate_icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 6vw);
  z-index: -1;
}

.animated_bg.director {
  width: 18vw;
  margin: 0 auto;
}

.team_txt_wrap {
  margin-top: -1.1vw;
}
.team_txt_wrap .team_quote {
  font-style: italic;
}
.team_txt_wrap .team_title {
  font-size: 1vw;
  line-height: 1vw;
  margin-bottom: 0;
  font-weight: 500;
}
.team_txt_wrap .team_designation {
  margin-bottom: 0;
}

.quote_tittle::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.5vw;
  width: 1.5vw;
  height: 1.5vw;
  background: url("/images/quote-1.svg") no-repeat center;
  background-size: contain;
}

.address_list {
  padding-left: 0;
}
.address_list li {
  display: flex;
  align-items: center;
  margin-bottom: 1vw;
}
.address_list li .icon_wrap i {
  height: 4vw;
  width: 4vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-color);
  border-radius: 50%;
  font-size: 1.5vw;
  color: #fff;
  margin-right: 10px;
}
.address_list li .address {
  font-size: 0.9vw;
}
.address_list li .address a {
  color: #222;
}
.address_list li .address a:hover {
  color: var(--primary-color);
}
.address_list li:last-child {
  margin-bottom: 0;
}

.animated_bg.career_img {
  width: 75%;
  margin: 0 auto;
}

.animated_bg.career_img .animate_icon svg {
  width: 140%;
}

.jobpost_box {
  position: relative;
  border: 0.1vw solid #bdbdbd;
  padding: 1.5vw 0.9vw;
}
.jobpost_box .job_tittle {
  color: #222;
  font-size: 1.1vw;
  line-height: 1.1vw;
  margin-bottom: 8px;
}
.jobpost_box .job_type {
  font-size: 0.8vw;
  line-height: 0.8vw;
  margin-bottom: 3px;
  color: #222;
  letter-spacing: 1px;
}
.jobpost_box .line {
  display: block;
  width: 170px;
  height: 1px;
  background: #bdbdbd;
  margin-bottom: 0.8vw;
}
.jobpost_box .job_loc {
  font-size: 0.8vw;
  line-height: 0.8vw;
  color: #222;
  letter-spacing: 1px;
}
.jobpost_box .job_details {
  font-size: 0.79vw;
  line-height: 1.2vw;
  color: #222;
}

.radius_top_right {
  border-radius: 0 60px 0 0;
}

.radius_top_left {
  border-radius: 60px 0 0 0;
}

.project_page_banner,
.project_page_banner .owl-stage-outer,
.project_page_banner .owl-stage,
.project_page_banner .owl-item,
.project_page_banner .item {
  height: 100%;
}

.loc_scroll {
  overflow-y: scroll;
  height: 295px;
  padding-right: 15px;
}
.loc_scroll::-webkit-scrollbar {
  width: 2px;
}
.loc_scroll::-webkit-scrollbar-track {
  background: transparent;
}
.loc_scroll::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}
.loc_scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.loc_scroll .cust_accordion {
  width: 100%;
}

.blog_short {
  margin-bottom: 0;
}

.blog_list {
  margin-bottom: 35px;
}

.blog_txt_wrap p,
.description p {
  font-size: 17px;
}

.homeblogimg img {
  height: 15.625vw !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: topcenter;
     object-position: topcenter;
}

.pagination {
  justify-content: center;
  margin-bottom: 0;
  margin-top: 20px;
}
.pagination .page-item {
  background: #ededed;
}
.pagination .page-item .page-numbers {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #222;
}
.pagination .page-item:first-child {
  background: transparent;
}
.pagination .page-item:first-child a {
  color: #222;
  font-size: 24px;
}
.pagination .page-item:last-child {
  background: transparent;
}
.pagination .page-item:last-child a {
  color: #222;
  font-size: 24px;
}
.pagination .page-item.active {
  background: var(--primary-color);
}
.pagination .page-item.active a {
  color: #fff;
}

.blog_tittle {
  margin-bottom: 2vw;
}
.blog_tittle .blog_head {
  font-size: 1.8vw;
  line-height: 1.8vw;
  margin-bottom: 0;
  position: relative;
}
.blog_tittle .blog_head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.8vw;
  width: 12vw;
  max-width: 100%;
  height: 0.15vw;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #deac6a 0%, rgba(248, 160, 52, 0) 100%) 0% 0% no-repeat padding-box;
}

.post_detail {
  margin-bottom: 40px;
}
.post_detail ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.post_detail ul li {
  margin-right: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.post_detail ul li img {
  width: 23px;
  margin-right: 7px;
}
.post_detail ul li:last-child {
  margin-right: 0;
}

.post_img {
  margin-bottom: 40px;
}
.post_img img {
  width: 100%;
}

.post-share-buttons {
  display: flex;
  padding-left: 0;
  margin-top: 50px;
}

.post-share-buttons li.facebook a {
  background: #3b5998;
}

.post-share-buttons li.google-plus a {
  background: #dd4b39;
}

.post-share-buttons li.twitter a {
  background: #55acee;
}

.post-share-buttons li.linkedin a {
  background: #007bb5;
}

.post-share-buttons li.pinterest a {
  background: #cb2027;
}

.post-share-buttons li.whatsapp a {
  background: #25d366;
}

.post-share-buttons li a {
  color: #fff;
  text-align: center;
  background: #ededed;
  margin: 0;
  float: left;
  padding: 5px 25px;
  margin-right: 10px;
  width: 65px;
  margin-bottom: 10px;
}

.msgicon {
  height: 6vw;
  width: 6vw !important;
  border: 4px solid #fff;
  font-size: 39px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  padding: 27px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.msgicon img {
  width: 3vw;
  height: auto;
}

.oops {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: capitalize;
}

.oops span {
  font-weight: 300;
}

.oops-subtitle {
  font-size: 1vw;
  letter-spacing: 0px;
  line-height: 1.3vw;
  text-transform: capitalize;
  text-align: center;
}

.go-home {
  color: #222;
  font-size: 1vw;
  padding: 10px;
  width: 10vw;
  margin: 0 auto;
  margin-top: 30px;
  border-radius: 20px;
  text-align: center;
  transition: ease 0.5s;
  line-height: 1vw;
  letter-spacing: 2px;
  border: 1px solid var(--primary-color);
}

.go-home:hover {
  transition: ease 0.5s;
  color: #ffffff;
  background: var(--primary-color);
  border-radius: 25px;
}

.oops-greet {
  color: #222;
  font-size: 1.5vw;
  margin-bottom: 1vw;
  text-align: center;
}

.fit_cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.price_btn {
  padding: 0.5vw 1.2vw;
  border: none;
  background: var(--primary-color);
  color: #fff;
  font-size: 0.8vw;
  letter-spacing: 2px;
}
.price_btn span {
  content: "";
}
.price_btn span i {
  content: "";
}

.custom_modal .btn-close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
}
.custom_modal .modal-body h3 {
  text-align: center;
}
.custom_modal .modal-body p {
  text-align: center;
}

.qrcode_wrap {
  display: grid;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.qrcode_wrap .rera_qr {
  margin: 0 5px;
  margin-top: 0.8vw;
}
.qrcode_wrap .rera_qr img {
  width: 5.5vw;
  height: auto;
}
.qrcode_wrap .rera_qr p {
  font-size: 0.9vw;
  line-height: 1vw;
  margin-top: 3px;
}

.privacy-content ul {
  list-style-type: disc;
}

.privacy-content ol {
  list-style: decimal;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ccaf86'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.faqs .accordion-item .accordion-button,
.accordion-item:last-of-type {
  border-radius: 0 !important;
}

.faqs .accordion-item {
  border-left: 0 !important;
  border-right: 0 !important;
  -o-border-image: linear-gradient(0.25turn, rgb(221, 158, 79), rgb(221, 158, 79), rgba(72, 63, 68, 0));
     border-image: linear-gradient(0.25turn, rgb(221, 158, 79), rgb(221, 158, 79), rgba(72, 63, 68, 0));
  border-image-slice: 1;
  width: 100%;
}

.accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  color: var(--dark-color) !important;
  background-color: #fff8ed !important;
}

.career-form form input,
.career-form form select {
  height: 2.4vw !important;
  border: none !important;
  width: 100% !important;
  background-color: #fff !important;
  margin-bottom: 0;
  padding-left: 10px;
  border-radius: 7px !important;
  color: #333 !important;
  font-size: 0.9vw !important;
}

.career-form form input::-moz-placeholder, .career-form form textarea::-moz-placeholder {
  color: #444;
}

.career-form form input::placeholder,
.career-form form textarea::placeholder {
  color: #444;
}

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

.career-form form textarea {
  border: none;
  resize: none;
  font-size: 0.9vw;
  width: 100% !important;
}

.career-form form .form-group {
  height: 2.4vw;
  margin-bottom: 1.1vw;
  margin-top: 0;
}

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

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

.career-form form .input-group {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 7px;
}

.career-form form button {
  margin: 0 auto;
}

.career-form form input[type=file] {
  padding: 0;
  width: calc(100% - 30px) !important;
  padding-top: 0.5vw;
}

input::-webkit-file-upload-button {
  background: rgba(34, 34, 34, 0.6117647059);
  color: #fff;
  border: none !important;
  font-size: 0.7vw;
  margin-top: -2px;
}

.career-form form input[type=file]::-moz-placeholder {
  color: var(--primary-color);
}

.career-form form input[type=file]::placeholder {
  color: var(--primary-color);
}

.consent-text {
  font-size: 0.8vw;
}

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

.fixedwhats {
  position: fixed;
  bottom: 4%;
  left: 3vw;
  z-index: 9;
}

.fixedwhats img {
  width: 50px;
  height: 50px;
}

.animated_social img {
  width: 40px;
  height: 40px;
}

.center-arrow-left {
  position: absolute;
  top: 50%;
  left: 4%;
}

.center-arrow-right {
  position: absolute;
  top: 50%;
  right: 4%;
}

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

.longhead {
  text-align: center;
  margin-top: 3vw !important;
  font-family: "Libre Baskerville", serif;
  font-size: 1.5vw;
  padding-left: 100px !important;
  width: 90% !important;
  width: 90% !important;
  z-index: 9;
}

.counter_bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.77);
  z-index: 0;
}

.playbutton img {
  filter: invert(1);
  border-radius: 50%;
}

@media only screen and (max-width: 1300px) {
  .hero-header {
    margin-top: 60px;
  }
  .hero-header .item {
    height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 1199px) {
  p,
  .accordion-body {
    font-size: 14px;
  }
  .blog_txt_wrap p,
  .description p {
    font-size: 14px;
  }
  .header_wrap .navbar .nav-link {
    font-size: 14px;
  }
  .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
    line-height: 22px;
  }
  .modal-dialog .modal-content .modal-header {
    padding: 10px 0px;
  }
  .modal-dialog .modal-content .modal-body .form_disc {
    font-size: 14px;
    line-height: 17px;
  }
  .modal-dialog .modal-content .modal-body .form_disc span {
    font-size: 17px;
    line-height: 18px;
    margin-top: 10px;
    letter-spacing: 3px;
  }
  .modal-body form input,
  .modal-body form select {
    height: 40px !important;
    font-size: 14px !important;
  }
  .modal-body form .form-group {
    height: 40px;
    margin-bottom: 20px;
  }
  .modal-body form textarea {
    font-size: 14px;
  }
  #jobpost-form .cv-label {
    font-size: 14px;
  }
  .modal-dialog .modal-content .modal-body .form_disc span::before {
    width: 20px;
    height: 2px;
    left: -26px;
    top: 8px;
  }
  .modal-dialog .modal-content .modal-body .form_disc span::after {
    width: 20px;
    height: 2px;
    right: -22px;
    top: 8px;
  }
  input::-webkit-file-upload-button {
    font-size: 13px;
  }
  .modal-body form input[type=file] {
    padding-top: 8px;
  }
  .tittle_style1 .mian_tittle {
    font-size: 2vw;
    line-height: 2vw;
  }
  .tittle_style1 .style_tittle {
    font-size: 3vw;
    line-height: 3.8vw;
  }
  .tittle_style1::after {
    width: 160px;
    height: 2px;
  }
  .tittle_style2 .mian_tittle {
    font-size: 2vw;
    line-height: 2vw;
  }
  .tittle_style2 .style_tittle {
    font-size: 3vw;
    line-height: 3.8vw;
    margin-top: 0;
  }
  .tittle_style2::after {
    width: 160px;
    height: 2px;
    bottom: -13px;
  }
  .cta_btn {
    width: 25px;
    height: 25px;
    border: 1px solid var(--primary-color);
  }
  .cta_btn img {
    width: 28px !important;
    margin-left: 7px;
  }
  .cta_style_1 {
    font-size: 14px;
  }
  .cta_style_1 .cta_btn {
    margin-left: 10px;
  }
  .sec_overview p {
    font-size: 14px;
  }
  .sec_overview .cta_style_1 {
    font-size: 14px;
  }
  .sec_overview::after {
    height: 2vw;
  }
  .over_img_wrap {
    width: 31vw;
  }
  .project_main_wrap .project_txt .pro_name {
    font-size: 17px;
    line-height: 19px;
  }
  .project_main_wrap .project_txt .pro_loc {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 15px;
    color: #222;
  }
  .project_main_wrap .project_txt .pro_config {
    font-size: 14px;
    line-height: 15px;
  }
  .counter_wrap {
    width: 100%;
  }
  .counter_wrap .counter_num {
    font-size: 30px;
    line-height: 30px;
  }
  .counter_wrap .counter_txt {
    font-size: 14px;
    line-height: 14px;
    width: -moz-min-content;
    width: min-content;
  }
  .tittle_style2.tittle_center::after {
    margin-left: -80px;
  }
  .counter_bg {
    height: 400px;
  }
  .home_award_wrap .awards_txt .aw_title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
  }
  .home_award_wrap .awards_txt .aw_disc {
    font-size: 14px;
    line-height: 15px;
  }
  .home_award_wrap .awards_divider {
    margin: 10px auto;
    margin-top: 15px;
    height: 2px;
    width: 180px;
  }
  .home_award_wrap .aw_img {
    width: 65px !important;
  }
  .footer_main_wrap .address_warp .add_title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 40px;
  }
  .footer_main_wrap .address_warp .office_add {
    font-size: 14px;
    line-height: 17px;
  }
  .footer_main_wrap .address_warp {
    border-bottom: 1px solid #172036;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer_call,
  .footer_call li,
  .footer_call li img {
    height: 34px;
  }
  .footer_call li {
    margin-right: 26px;
  }
  .footer_call li a {
    font-size: 17px;
    line-height: 17px;
  }
  .footer_call li::after {
    right: -13px;
    height: 16px;
    width: 1px;
    margin-bottom: -8px;
  }
  .footer_email {
    font-size: 15px;
    line-height: 18px;
  }
  .footer_link {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .footer_link li a {
    font-size: 14px;
    line-height: 17px;
  }
  .copyright {
    font-size: 14px;
    line-height: 17px;
  }
  .footer_social_wrap {
    margin-top: 20px;
    padding-top: 20px;
  }
  .footer_social_wrap .follow_us {
    font-size: 15px;
    margin-right: 15px;
    line-height: 18px;
  }
  .animated_social li a .social-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .footer_form_wrap {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #footer-form .form-group,
  #footer-form .form-group input {
    height: 40px;
  }
  .form_title {
    font-size: 20px;
    line-height: 20px;
  }
  .footer_bottom p {
    font-size: 14px;
    line-height: 17px;
  }
  .consent-text {
    font-size: 14px;
  }
  .inner-banner .inner_wrap .inner-overlay .banner-wrap h3,
  .inner-banner .inner_wrap .inner-overlay .banner-wrap .banner_title {
    font-size: 25px;
    line-height: 25px;
  }
  .breadcrumb li {
    font-size: 14px;
  }
  .testimonial_wrap {
    width: 80%;
  }
  .testimonial_wrap .t_title {
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 2px;
  }
  .testimonial_wrap .t_quote {
    width: 70px !important;
    margin-top: -23px;
  }
  .testimonial_wrap::before {
    width: calc(50% - 60px);
  }
  .testimonial_wrap::after {
    width: calc(50% - 60px);
  }
  .key_highlight li {
    font-size: 17px;
    margin-right: 30px;
  }
  .key_highlight li img {
    width: 35px;
  }
  .download_btn {
    font-size: 14px;
    padding: 8px 15px;
  }
  .download_btn img {
    width: 25px;
  }
  .amenities_wrap .ame_icon_wrap {
    width: 110px;
    height: 110px;
  }
  .amenities_wrap .ame_icon_wrap .ame_icon {
    width: 50px !important;
  }
  .amenities_wrap .ame_txt_wrap .ame_tittle {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .amenities_wrap .ame_txt_wrap .ame_tittle::after {
    width: 118px;
    margin-left: -59px;
  }
  .amenities_wrap .ame_icon_wrap .animate_icon svg {
    width: calc(100% + 47px);
  }
  .floorplan_wrap {
    width: calc(100% + 30px);
  }
  .mytab .nav-link {
    font-size: 16px;
  }
  .gallery_tab.nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
  .loc_list li .loc_title {
    font-size: 18px;
    line-height: 18px;
  }
  .loc_list li {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
  .rera_disc {
    width: 100% !important;
  }
  .rera_disc img {
    width: 50px;
  }
  .rera_disc .rera_txt .rera_title {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
  }
  .rera_disc .rera_txt p {
    margin-bottom: 0;
    font-size: 11px;
    line-height: 14px;
  }
  .news_article_box .date_wrap .date_inner {
    font-size: 14px;
  }
  .news_article_box .date_wrap .date_inner img {
    width: 20px;
  }
  .contact_add {
    font-size: 19px;
    margin-top: -11px;
  }
  .team_txt_wrap .team_title {
    font-size: 17px;
    line-height: 17px;
  }
  .mission_tittle {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .mission_subtittle {
    font-size: 16px;
  }
  .address_list li {
    margin-bottom: 20px;
  }
  .address_list li .address {
    font-size: 14px;
    line-height: 17px;
  }
  .address_list li .icon_wrap i {
    height: 60px;
    width: 60px;
    font-size: 24px;
  }
  .animated_bg.career_img {
    width: 100%;
  }
  .jobpost_box .job_tittle {
    font-size: 1.4vw;
    line-height: 1.4vw;
  }
  .jobpost_box .job_loc {
    font-size: 1.1vw;
    line-height: 1.1vw;
  }
  .jobpost_box .job_type {
    font-size: 1.1vw;
    line-height: 1.1vw;
  }
  .jobpost_box .job_details {
    font-size: 14px;
    line-height: 19px;
  }
  .msgicon {
    height: 100px;
    width: 100px !important;
  }
  .msgicon img {
    width: 40px;
  }
  .oops-greet {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px !important;
  }
  .oops-subtitle {
    font-size: 15px;
    line-height: 20px;
  }
  .go-home {
    width: 170px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 18px;
  }
  .qrcode_wrap .rera_qr {
    margin-top: 15px;
  }
  .qrcode_wrap .rera_qr img {
    width: 120px;
  }
  .rera_disc .rera_txt p {
    font-size: 14px;
  }
  .hero-header .item {
    height: calc(75vh - 60px);
  }
  .price_btn {
    padding: 7px 20px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1080px) {
  .header_wrap .navbar .nav-link {
    font-size: 14px;
  }
  .header_wrap .navbar .navbar-brand img {
    width: 147px;
  }
  .inner-banner .inner_wrap {
    height: calc(100% - 59px);
  }
}
@media only screen and (min-width: 992px) {
  .mob_nav {
    display: none !important;
  }
  .hero-header .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 50%;
    text-align: right;
    display: flex;
    justify-content: space-between;
  }
  .hero-header .owl-theme .owl-nav .owl-next {
    margin-right: 30px;
  }
  .hero-header .owl-theme .owl-nav .owl-prev {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .col_rev_tab {
    flex-direction: column-reverse;
  }
  .hero-header .item .cover .header-content .banner_tittle2 {
    font-size: 3vw;
    line-height: 3vw;
    margin-bottom: 3vw;
  }
  .hero-header .item .cover .header-content .banner_tittle1 {
    font-size: 2vw;
    line-height: 2vw;
    margin: 0 0 0.5vw;
  }
  .hero-header .item .cover .header-content .banner_tittle3 {
    font-size: 4vw;
    line-height: 4vw;
    margin-bottom: 4vw;
  }
  .hero-header .item .cover .header-content .banner_tittle3::after {
    bottom: -1.8vw;
  }
  .modal-dialog {
    width: initial !important;
  }
  .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 20px;
    line-height: 29px;
  }
  .modal-dialog .modal-content .modal-body .form_disc {
    font-size: 14px;
    line-height: 14px;
  }
  .modal-body form .form-group {
    height: 40px;
    margin-bottom: 20px;
  }
  .modal-body form input,
  .modal-body form select {
    height: 40px !important;
    font-size: 14px;
  }
  .btn_style_2 {
    padding: 7px 15px;
  }
  .btn_style_2 span {
    font-size: 15px;
  }
  .tittle_style1 {
    margin-bottom: 33px;
  }
  .tittle_style1 .mian_tittle {
    font-size: 20px;
    line-height: 23px;
  }
  .tittle_style1 .style_tittle {
    font-size: 35px;
    line-height: 39px;
  }
  .tittle_style1::after {
    width: 160px;
    height: 2px;
    bottom: -4px;
  }
  .tittle_style2 {
    margin-bottom: 33px;
  }
  .tittle_style2 .mian_tittle {
    font-size: 20px;
    line-height: 23px;
    margin-top: -12px;
  }
  .tittle_style2 .style_tittle {
    font-size: 35px;
    line-height: 39px;
  }
  .tittle_style2::after {
    width: 160px;
    height: 2px;
  }
  .over_img_wrap {
    float: none;
    margin: 0 auto;
    width: 50%;
    margin-top: 20px;
  }
  .over_img_wrap .img_small {
    height: auto;
    width: 220px;
    border-radius: 0 60px 0 0;
  }
  .sec_overview::after {
    height: 140px;
  }
  .over_img_wrap .img_large {
    border-radius: 0 60px 0 0;
  }
  .home_award_wrap {
    width: 100%;
  }
  .footer_form_wrap {
    background: transparent;
    padding: 0;
  }
  .inner-banner .inner_wrap .inner-overlay .banner-wrap h3::after,
  .inner-banner .inner_wrap .inner-overlay .banner-wrap .banner_title::after {
    width: 220px;
    margin-left: -110px;
    bottom: -12px;
    height: 2px;
  }
  .inner-banner .inner_wrap .inner-overlay .banner-wrap h3,
  .inner-banner .inner_wrap .inner-overlay .banner-wrap .banner_title {
    margin-bottom: 22px;
  }
  .breadcrumb {
    margin-bottom: 25px !important;
  }
  .testimonial_wrap {
    width: 100%;
  }
  .testimonial_wrap .t_quote svg {
    width: 75px;
  }
  .testimonial_wrap .testimonial_txt {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .key_highlight li {
    font-size: 14px;
    margin-right: 7px;
  }
  .key_highlight li img {
    width: 26px;
    margin-right: 5px;
  }
  .mytab .nav-link {
    font-size: 14px;
    line-height: 17px;
  }
  .gallery-type3 .galltxt3 {
    padding: 10px 0 18px 0;
  }
  .team_txt_wrap {
    margin-top: 0;
  }
  .quote_tittle::before {
    width: 20px;
    height: 20px;
    top: -20px;
  }
  .jobpost_box {
    margin-bottom: 30px;
    padding: 10px;
  }
  .jobpost_box .job_tittle {
    font-size: 18px;
    line-height: 20px;
  }
  .jobpost_box .job_loc {
    font-size: 15px;
    line-height: 15px;
  }
  .jobpost_box .job_type {
    font-size: 15px;
    line-height: 15px;
  }
  .jobpost_box .job_details {
    font-size: 14px;
    line-height: 20px;
  }
  .hero-header .item {
    height: auto;
  }
  .home_award_wrap .aw_img {
    width: 60px !important;
  }
  .error {
    font-size: 13px;
  }
  .hero-header {
    margin-top: 76px;
  }
}
@media (min-width: 768px) {
  .hide_on_desktop {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .c_width {
    width: 92vw !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .global_section {
    padding: 2rem 0;
  }
  .cust-container {
    width: 90%;
    display: block;
    margin: 0px auto;
  }
  .fixedwhats {
    position: fixed;
    bottom: 6%;
    left: 5vw;
    z-index: 9;
  }
  .pdm-0 {
    padding: 0 !important;
  }
  .hide_on_mobile {
    display: none !important;
  }
  .col-inverse-mobile {
    flex-direction: column-reverse;
  }
  .text-justify-mobile {
    text-align: justify;
  }
  .hero-header .item {
    height: calc(74vh - 60px);
  }
  .homeslider .hero-image {
    height: 100%;
  }
  .hero-header .item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner_video video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero-header .item .cover .header-content .banner_tittle2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .hero-header .item .cover .header-content .banner_tittle1 {
    font-size: 19px;
    line-height: 20px;
    margin: 0;
  }
  .hero-header .item .cover .header-content .banner_tittle3 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 55px;
  }
  .hero-header .item .cover .header-content {
    padding: 26px;
  }
  .hero-header .owl-theme .owl-nav {
    bottom: 15px;
  }
  .hero-header .owl-theme .owl-nav .owl-prev {
    margin-left: 10px;
  }
  .grid_view5 {
    grid-template-columns: 1fr 1fr;
  }
  .grid_view3 {
    grid-template-columns: 1fr 1fr;
  }
  .animated_social {
    justify-content: center;
  }
  .animated_social li a .social-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .animated_social li {
    margin-left: 10px !important;
  }
  .over_img_wrap {
    width: 75%;
    float: right;
  }
  .over_img_wrap .img_large {
    border-radius: 0 50px 0 0;
  }
  .over_img_wrap .img_small {
    border-radius: 0 50px 0 0;
    left: -23vw;
    width: 170px;
    bottom: -11vw;
  }
  .sec_overview::after {
    height: 80px;
  }
  .project_main_wrap {
    margin-bottom: 40px;
  }
  .project_main_wrap .project_txt .pro_name {
    font-size: 18px;
    line-height: 27px;
  }
  .counter_bg {
    height: 470px;
  }
  .c_width {
    width: 90% !important;
    grid-template-columns: 1fr 1fr;
    gap: 27px;
  }
  .counter_wrap {
    justify-content: flex-start;
  }
  .counter_wrap .counter_num {
    font-size: 32px;
    line-height: 40px;
  }
  .counter_wrap .counter_num::after {
    width: 45px;
    height: 45px;
    left: -10px;
  }
  .owl_nav_middle_center {
    padding: 0px 15px !important;
  }
  .owl_nav_middle_center .owl-nav {
    position: initial;
  }
  .owl_nav_middle_center .owl-nav button.owl-prev {
    float: none;
    margin-left: 0;
  }
  .owl_nav_middle_center .owl-nav button.owl-next {
    float: none;
    margin-right: 0;
  }
  .owl_nav_middle_center_inside .owl-nav button.owl-prev {
    margin-left: 5px;
  }
  .owl_nav_middle_center_inside .owl-nav button.owl-next {
    margin-right: 5px;
  }
  .footer_main_wrap {
    width: 100%;
    margin-top: -250px;
    padding: 30px 20px;
    border-bottom: 5px solid var(--primary-color);
  }
  .footer_bg {
    height: 310px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .footer_call,
  .footer_call li,
  .footer_call li img {
    height: 28px;
  }
  .footer_link li {
    margin-right: 20px;
  }
  .footer_link li::after {
    right: -10px;
    width: 1px;
    height: 12px;
    margin-bottom: -7px;
  }
  .footer_link li a {
    font-size: 16px;
    line-height: 17px;
  }
  .testimonial_wrap {
    padding-bottom: 25px;
  }
  .key_highlight li {
    font-size: 16px;
    margin-right: 20px;
  }
  .key_highlight li img {
    width: 30px;
    margin-right: 8px;
  }
  .overview_image {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .floor_bg {
    width: 100%;
  }
  .floorplan_wrap {
    width: 100%;
    margin-top: 30px;
  }
  .news_article_box {
    margin-bottom: 20px;
  }
  .mb-m {
    margin-bottom: 30px;
  }
  .tittle_style2.center_on_mobile .mian_tittle {
    text-align: center;
  }
  .tittle_style2.center_on_mobile::after {
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, rgba(248, 160, 52, 0) 0%, #bd925b 43%, rgba(248, 160, 52, 0) 100%) 0% 0% no-repeat padding-box;
    left: 50%;
    margin-left: -80px;
  }
  .team_txt_wrap {
    text-align: center;
  }
  .animated_bg.director {
    width: 170px;
    margin-bottom: 15px;
  }
  .animated_bg .animate_icon svg {
    width: calc(100% + 70px);
  }
  .jobpost_box .job_type {
    font-size: 14px;
    line-height: 14px;
  }
  .jobpost_box .job_loc {
    font-size: 14px;
    line-height: 14px;
  }
  .loc_gap {
    margin-bottom: 30px;
  }
  .qrcode_wrap {
    grid-template-columns: 1fr 1fr;
  }
  .rera_disc {
    flex-direction: column;
    gap: 10px;
  }
  .homeblogimg img {
    height: 193px !important;
  }
  .dfflex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 5vw;
  }
  .inner-banner {
    height: unset;
    margin-top: 25px;
  }
  .homeproject-sec .center-arrow-left,
  .homeproject-sec .center-arrow-right {
    position: unset;
  }
  .gallery_tab.nav-tabs {
    width: 100%;
    aspect-ratio: 6/1;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    flex-wrap: nowrap;
    border: 0;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 576px) {
  .grid_view5 {
    grid-template-columns: 1fr;
  }
  .grid_view3 {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 413px) {
  .footer_call,
  .footer_call li,
  .footer_call li img {
    height: auto;
  }
  .footer_call li img {
    height: 20px;
  }
  .footer_call li a {
    font-size: 14px;
    line-height: 17px;
  }
  .footer_call li {
    margin-right: 13px;
  }
  .footer_call li::after {
    right: -8px;
  }
  .footer_social_wrap {
    display: block;
  }
  .footer_social_wrap .follow_us {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 359px) {
  .c_width {
    width: 90% !important;
    grid-template-columns: 1fr;
  }
}
.upcoming-project-mob-handle {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 576px) {
  .upcoming-project-mob-handle {
    display: block !important;
  }
}
.wrapper {
  padding: 5%;
  /* height: 100vh; */
  width: 100%;
  background-color: rgba(255, 255, 255, 0.571);
}

.ind-content {
  width: 100%;
  border: 1px #eaa752 solid;
  /* margin-top: 150px; */
  padding: 2%;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: space-between;
}

.sec-right {
  display: flex;
  align-items: end;
  justify-content: end;
}

.content-section {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 50px;
}

.content_heading {
  font-size: 30px;
  text-align: center;
  color: #ac9370;
}

.accordian-body {
  border: 1px solid #ccaf86;
}

.overview-info-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  /* background: transparent linear-gradient(180deg, rgba(219, 196, 165, 0.5019607843) 0%, rgba(205, 176, 136, 0.9647058824) 56%, #ccaf86 100%) 0% 0% no-repeat padding-box; */
}

.mob-slider-sec {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .mob-slider-sec {
    display: block;
  }
  .mob-img img {
    display: none;
  }
}
.refer-sec {
  padding-top: 2%;
}

.refer-content-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.nri-heading {
  font-size: 20px;
}

.work-text {
  font-size: 30px;
}

.step-text {
  font-size: 25px;
}

.descr-text {
  font-size: 20px;
}

.upcoming-project-mob-handle {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 576px) {
  .upcoming-project-mob-handle {
    display: block !important;
  }
}
@media only screen and (max-width: 425px) {
  .footer_bottom {
    text-align: start;
  }
  .footer_bottom .footer_link {
    display: flex;
    flex-direction: column;
  }
  .footer_link li::after {
    height: 0px;
    width: 0px;
    /* position: relative; */
  }
}
/* temp css */
.left_button {
  transform: rotate(180deg);
}

.temp_css {
  gap: 10px;
}

.project_carousel .project_main_wrap {
  width: 75% !important;
}

@media only screen and (max-width: 776px) {
  .image_container img {
    width: 100% !important;
    height: 100% !important;
  }
  .ftr_btm {
    display: none !important;
  }
  .ftr_btm1 {
    display: block !important;
  }
}
.ftr_btm1 {
  display: none;
}

.posttimg img {
  height: 100%;
}

.card-channel {
  border: 2px solid black !important;
  padding: 24px 10px;
  background-color: white;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 16px; */
}

.download-icon {
  /* background-color: transparent; */
  filter: invert(86%) sepia(14%) saturate(910%) hue-rotate(342deg) brightness(85%) contrast(86%);
}

.fillform {
  text-align: center;
}

.fillform button {
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 0.5vw 2vw;
}/*# sourceMappingURL=style.css.map */