@charset "UTF-8";
*, *:before, *:after {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

body, html {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
@media (max-width: 991px) {
  body, html {
    font-size: 14px;
    line-height: 20px;
  }
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a[href] {
  text-decoration: none;
  transition: 400ms ease;
}
a[href]:hover {
  color: #D8B589;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Maison Neue";
  color: #000;
  font-weight: normal;
  margin: 15px 0;
}
@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 5px 0;
  }
}

h1 {
  font-size: 48px;
  line-height: 48px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 675px) {
  h1 {
    font-size: 24px;
    line-height: 29px;
  }
}

h2 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 32px;
  }
}

h3 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}
@media (max-width: 991px) {
  h6 {
    font-size: 14px;
  }
}

.heading {
  margin-bottom: 15px;
}
.heading h2 {
  font-weight: 600;
}
input, select, button, textarea {
  font-family: "Poppins", sans-serif;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}

button, input[type=submit], input[type=button] {
  cursor: pointer;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slideInUp {
  animation-name: slideInUp;
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  background: #fff !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1098039216);
  opacity: 1;
  transition: 400ms ease;
}
.owl-carousel .owl-nav button.disabled {
  pointer-events: none;
  opacity: 0;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -22px;
}
@media (max-width: 675px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}
.owl-carousel .owl-nav button.owl-next {
  right: -22px;
}
@media (max-width: 675px) {
  .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
.owl-carousel .owl-nav button svg {
  display: block;
  width: 30px;
  height: 30px;
  color: #000;
}

.model_open {
  cursor: pointer;
}

div#back-to-top {
  position: fixed;
  left: auto;
  right: -100px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  z-index: 11;
  bottom: 10px;
  background: #003060;
  padding: 10px;
  cursor: pointer;
  transition: 700ms ease;
}
@media (max-width: 675px) {
  div#back-to-top {
    width: 45px;
    height: 45px;
    bottom: 50px;
  }
}
div#back-to-top.show {
  right: 10px;
}
div#back-to-top svg {
  color: #fff;
  max-width: 15px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  transition: 700ms ease;
}

.is-open ~ .overlay {
  opacity: 0.5;
  pointer-events: all;
}

.owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-dots button.owl-dot {
  border-radius: 20px;
  opacity: 1;
  width: 15px;
  height: 15px;
  background: transparent;
  position: relative;
  border-color: transparent;
  margin: 0;
}
.owl-dots button.owl-dot span {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #003060;
  border-radius: 50px;
}
.owl-dots button.owl-dot.active span {
  background: #D8B589;
  opacity: 1;
}

.social_links ul li {
  display: inline-block;
}
.social_links ul li a {
  display: block;
  width: 30px;
  line-height: 0;
  text-align: center;
  margin: 0;
}
.social_links ul li a svg {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.social_links ul li a svg path {
  fill: #fff;
  transition: 600ms ease;
}
.social_links ul li a:hover svg path {
  fill: #D8B589;
}

.form .formgroup {
  position: relative;
  margin-bottom: 20px;
}
.form .formgroup .form-control {
  max-width: 767px;
  width: 100%;
  height: 45px;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  top: 16px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  padding-top: 15px;
  background: transparent;
  border-bottom: 1px solid #dbdbdb;
  transition: 700ms ease;
}
.form .formgroup .form-control:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.form .formgroup .form-control option {
  color: #000;
}
.form .formgroup .form-control:focus {
  outline: none;
  border-color: #000;
}
.form .formgroup .form-control:focus ~ label {
  top: -8px;
}
.form .formgroup .form-control.valid {
  outline: none;
  border-color: #000;
}
.form .formgroup .form-control.valid ~ label {
  top: -8px;
  font-size: 14px;
}
.form .formgroup textarea.form-control {
  height: 85px;
  max-width: 100%;
  padding-top: 15px;
}
.form .formgroup label {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 16px;
  pointer-events: none;
  line-height: normal;
  transition: 600ms ease;
  display: block;
  color: #fff;
  top: 10px;
  padding: 0 0 13px;
}

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

.video_icon {
  width: 57px;
  height: 57px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
}
.video_icon .circule {
  width: 47px;
  height: 47px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 100px;
  transform: translate(-50%, -50%);
  border: 1px solid #003060;
  animation: anirot 60s linear infinite;
}
.video_icon .circule:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 16px;
  bottom: 0;
  background: #fff;
  width: 20px;
}
.video_icon .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.customscroll {
  position: relative;
}
.customscroll::-webkit-scrollbar {
  width: 5px;
}
.customscroll::-webkit-scrollbar-track {
  box-shadow: unset;
  background: transparent;
}
.customscroll::-webkit-scrollbar-thumb {
  background-color: #003060;
}

.modelPop {
  position: fixed;
  z-index: 111;
}

.close_model {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  line-height: 0;
  width: 25px;
  height: 25px;
  z-index: 111;
}

.model.Model_Video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  z-index: 1111;
  transition: transform 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: top left;
  transform: translateY(-100%);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.model.Model_Video .modelBody {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.model.Model_Video iframe {
  width: 100%;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0;
}
.model.Model_Video.is-open {
  pointer-events: all;
  transform: translateY(0%);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: 0s;
  transition-duration: 500ms;
}

.bullet_list {
  padding-left: 20px;
}
.bullet_list li {
  position: relative;
  padding: 0 0 0 20px;
}
.bullet_list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background: #D8B589;
  border-radius: 20px;
}

ul.numb_list {
  padding-left: 20px;
  counter-reset: my-list-counter;
}
ul.numb_list li {
  position: relative;
  padding: 0 0 5px 20px;
}
ul.numb_list li:before {
  counter-increment: my-list-counter;
  content: counter(my-list-counter) ".";
  position: absolute;
  left: 0;
  top: 0px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #666666;
}

.ui-datepicker .ui-widget-header {
  background: #003060;
  border-color: #003060;
}
.ui-datepicker .ui-datepicker-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.ui-datepicker-calendar .ui-state-highlight, .ui-datepicker-calendar .ui-widget-content .ui-state-highlight, .ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  border: 1px solid #003060 !important;
  background: #003060 !important;
  color: #ffffff !important;
  text-align: center !important;
}
.ui-datepicker-calendar .ui-state-active, .ui-datepicker-calendar .ui-widget-content .ui-state-active {
  border: 1px solid #D8B589 !important;
  background: #D8B589 !important;
  color: #ffffff !important;
  text-align: center !important;
}
.ui-datepicker-calendar * {
  font-family: "Poppins", sans-serif;
  text-align: center !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  background: #003060 !important;
  border: 0 !important;
  top: 2px !important;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
  left: 1px !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 1px !important;
}

.ui-datepicker .ui-datepicker-prev span {
  background: url("../icons/leftarrow.png");
  background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-next span {
  background: url("../icons/rightarrow.png");
  background-repeat: no-repeat;
}

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

@media (min-width: 768px) {
  .img_hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    transition: transform 1s;
    z-index: 11;
    opacity: 0.3;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    pointer-events: none !important;
  }
}

.img_hover:hover:before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
@keyframes img_hovera {
  0% {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  }
  100% {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  }
}
@keyframes xanimation {
  0% {
    transform: translateY(-80%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeIn {
  animation: fadeIn 700ms ease;
}

.fadeOut {
  animation: fadeOut 700ms ease;
}
@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes anirot {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(3580deg);
  }
}
.comm_btn {
  display: inline-block;
}
.comm_btn a, .comm_btn > .btn-nodiv {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.comm_btn a:before, .comm_btn > .btn-nodiv:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #003060;
  transform: translateX(0%);
  transition: 700ms ease;
}
.comm_btn a:after, .comm_btn > .btn-nodiv:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #D8B589;
  transform: translateX(100%);
  transition: 300ms ease;
}
.comm_btn a span, .comm_btn > .btn-nodiv span {
  color: #E3EBF2;
  position: relative;
  display: block;
  padding: 8px 25px;
  z-index: 1;
}
@media (max-width: 675px) {
  .comm_btn a span, .comm_btn > .btn-nodiv span {
    padding: 8px 14px;
    font-size: 14px;
  }
}
.comm_btn a:hover:before, .comm_btn > .btn-nodiv:hover:before {
  transform: translateX(-100%);
}
.comm_btn a:hover:after, .comm_btn > .btn-nodiv:hover:after {
  transform: translateX(0%);
}

.readmore {
  position: relative;
  display: inline-block;
}
.readmore a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #002141;
  padding: 11px 0;
}
.readmore a span {
  display: block;
  position: relative;
  z-index: 11;
  margin-left: 22px;
  margin-right: 45px;
  background: #fff;
}
@media (max-width: 991px) {
  .readmore a span {
    font-size: 14px;
  }
}
.readmore a:before, .readmore a:after {
  content: "";
  position: absolute;
}
.readmore a:before {
  width: 46px;
  height: 46px;
  border-radius: 100px;
  border: 1px solid #002141;
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .readmore a:before {
    width: 35px;
    height: 35px;
    top: 3px;
  }
}
.readmore a:after {
  right: 70px;
  top: 50%;
  width: 36px;
  height: 1px;
  opacity: 0;
  background: #002141;
  transition: 700ms ease;
}
@media (max-width: 991px) {
  .readmore a:after {
    right: 0;
  }
}
.readmore a:hover {
  color: #002141;
}
.readmore a:hover:after {
  right: 0px;
  opacity: 1;
}

.mob_strip {
  display: none;
}
@media (max-width: 675px) {
  .mob_strip {
    display: flex;
    justify-content: space-between;
    background: #003060;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
  }
  .mob_strip a {
    display: inline-block;
    color: #fff;
    padding: 6px 10px;
    flex: 1;
    text-align: center;
    font-size: 14px;
  }
}
@media only screen and (max-width: 675px) and (max-width: 420px) {
  .mob_strip a {
    font-size: 13px;
  }
}
@media (max-width: 675px) {
  .mob_strip a:not(:last-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.1607843137);
    border-right: 1px solid rgba(255, 255, 255, 0.1607843137);
  }
}

.only_mob {
  display: none !important;
}
@media (max-width: 675px) {
  .only_mob {
    display: block !important;
  }
}

.table-div {
  width: 100%;
  overflow-x: auto;
}

.owl-stage {
  display: flex;
}
.owl-stage .owl-item {
  height: auto;
}

.asd-div {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.asd-div .dt-lnch {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.asd-div .asd-lft {
  flex: 1;
  text-align: left;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .asd-div .asd-lft {
    padding-left: 1rem;
  }
}
.asd-div .asd-rgt {
  flex: 0 1 auto;
  text-align: right;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .asd-div .asd-rgt {
    padding-right: 1rem;
  }
}

.upc-anc:hover .btn-nodiv:before {
  transform: translateX(-100%);
}
.upc-anc:hover .btn-nodiv:after {
  transform: translateX(0%);
}

.Pro-projects-List.upcom-pro-list {
  padding-top: 0;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 8px 0;
  z-index: 1111;
  background: #F7F7F7;
}
header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  background: #002141;
  transition: 400ms ease;
}
header.header-fixed .mob_prlink, header.header-fill .mob_prlink {
  color: #ffffff !important;
}
header.header-fixed .custom-logo, header.header-fill .custom-logo {
  max-width: 98px;
}
header.header-fixed .custom-logo .logo, header.header-fill .custom-logo .logo {
  display: none !important;
}
header.header-fixed .custom-logo .logo-white, header.header-fill .custom-logo .logo-white {
  display: block !important;
}
header.header-fixed .header-wrapper .nav_link li, header.header-fixed .header-wrapper .nav_link .text, header.header-fill .header-wrapper .nav_link li, header.header-fill .header-wrapper .nav_link .text {
  color: #fff;
}
header.header-fixed .header-wrapper .nav_link .aside_ul > li.has_dropdown::after, header.header-fill .header-wrapper .nav_link .aside_ul > li.has_dropdown::after {
  filter: none;
}
header.header-fixed .header-wrapper .nav_link .globe, header.header-fill .header-wrapper .nav_link .globe {
  filter: none;
}
header.header-fixed .header-wrapper .nav_link .arrow, header.header-fill .header-wrapper .nav_link .arrow {
  filter: none;
}
header.header-fixed .header-wrapper .menu-trigger span, header.header-fill .header-wrapper .menu-trigger span {
  background: #fff;
}
header.header-fixed .header-wrapper .list_location li a, header.header-fill .header-wrapper .list_location li a {
  color: #003060;
}
header.header-fixed:before, header.header-fill:before {
  height: 100%;
}
header .header-wrapper .container-full {
  padding: 0 25px;
}
@media (max-width: 1280px) {
  header .header-wrapper .container-full {
    padding: 0 15px;
  }
}
header .header-wrapper .only_mob {
  text-align: right;
}
header .header-wrapper a.mob_prlink {
  font-size: 12px;
  color: #003060;
  font-family: "Maison Neue";
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 25px;
}
header .header-wrapper .flex {
  align-items: center;
}
header .header-wrapper .flex .col {
  flex: 1;
}
header .header-wrapper .flex .col:first-child {
  flex: 0 1 auto;
}
@media (min-width: 992px) {
  header .header-wrapper .flex .col:first-child {
    order: 1;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .col:first-child {
    flex: 0 1 15%;
    max-width: 15%;
  }
}
@media (max-width: 675px) {
  header .header-wrapper .flex .col:first-child {
    flex: 0 1 auto;
    max-width: 100%;
  }
}
@media (max-width: 675px) {
  header .header-wrapper .flex .col .custom-logo {
    max-width: 95px;
  }
}
@media (min-width: 992px) {
  header .header-wrapper .flex .col:nth-child(2) {
    order: 0;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .col:nth-child(2) {
    display: block;
    flex: 1;
    max-width: unset;
    position: relative;
    z-index: 11;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .col:nth-child(2) .nav_link .flex {
    justify-content: flex-end;
    padding-right: 15px;
  }
}
@media (max-width: 675px) {
  header .header-wrapper .flex .col:nth-child(2) .nav_link .flex {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  header .header-wrapper .flex .col:last-child {
    flex: 1;
    position: relative;
    order: 2;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .col:last-child {
    flex: 0 1 155px;
    max-width: 155px;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 675px) {
  header .header-wrapper .flex .col:last-child {
    flex: 0 1 55px;
    max-width: 55px;
  }
}
@media (min-width: 992px) {
  header .header-wrapper .flex .col:last-child .nav_link {
    padding-right: 80px;
    text-align: right;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .flex .col:last-child .nav_link a {
    margin-right: 20px;
    position: relative;
  }
}
@media (max-width: 675px) {
  header .header-wrapper .flex .col:last-child .nav_link a {
    display: none;
  }
}
@media (max-width: 991px) {
  header .header-wrapper .nav_link > .flex {
    display: none;
  }
}
header .header-wrapper .nav_link.nav_link_aside {
  align-items: center;
  gap: 15px;
  padding-right: 0 !important;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  header .header-wrapper .nav_link .aside_ul {
    display: none;
  }
}
header .header-wrapper .nav_link .aside_ul > li {
  display: inline-block;
  vertical-align: middle;
}
header .header-wrapper .nav_link .aside_ul > li:not(:last-child) {
  margin-right: 15px;
}
header .header-wrapper .nav_link .aside_ul > li > a:hover {
  color: #D8B589 !important;
}
header .header-wrapper .nav_link .aside_ul > li.has_dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
header .header-wrapper .nav_link .aside_ul > li.has_dropdown::after {
  content: "";
  display: inline-block;
  height: 9px;
  width: 9px;
  background: url(../icons/down_ar.png) no-repeat center center;
  background-size: 100% auto;
  filter: brightness(0) saturate(100%) invert(15%) sepia(47%) saturate(2617%) hue-rotate(188deg) brightness(95%) contrast(109%);
  transition: 0.5s ease;
  margin-bottom: 3px;
}
header .header-wrapper .nav_link .aside_ul > li.has_dropdown:hover::after {
  filter: brightness(0) saturate(100%) invert(70%) sepia(30%) saturate(379%) hue-rotate(354deg) brightness(100%) contrast(90%) !important;
}
header .header-wrapper .nav_link .aside_ul > li.has_dropdown:hover a {
  color: #D8B589;
}
header .header-wrapper .nav_link .aside_ul > li.has_dropdown:hover .dropdown_item {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
  pointer-events: all;
}
header .header-wrapper .nav_link .aside_ul > li.has_dropdown .dropdown_item {
  position: absolute;
  left: 50%;
  top: 100%;
  translate: -50% 0;
  transform: translateY(10px);
  opacity: 0;
  transition: 0.4s ease;
  width: 200px;
  padding-top: 7px;
  text-align: left;
  pointer-events: none;
}
header .header-wrapper .nav_link .aside_ul > li.has_dropdown .dropdown_item::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -12px;
  left: 50%;
  translate: -50% 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
header .header-wrapper .nav_link .aside_ul > li.has_dropdown .dropdown_item ul {
  background: #fff;
  padding: 5px 0;
  border-radius: 5px;
}
header .header-wrapper .nav_link .aside_ul > li.has_dropdown .dropdown_item ul li {
  padding: 2px 8px;
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background: #fff;
  transition: 700ms ease;
  cursor: pointer;
}
header .header-wrapper .nav_link .aside_ul > li.has_dropdown .dropdown_item ul li a {
  color: #003060;
}
header .header-wrapper .nav_link .aside_ul > li.has_dropdown .dropdown_item ul li:hover {
  background: #f2f2f2;
  padding-left: 10px;
}
@media (max-width: 675px) {
  header .header-wrapper .nav_link .flex {
    display: none;
  }
}
header .header-wrapper .nav_link .arrow {
  position: absolute;
  right: 0;
  filter: brightness(0) saturate(100%) invert(13%) sepia(80%) saturate(1910%) hue-rotate(193deg) brightness(91%) contrast(104%);
  top: 6px;
}
header .header-wrapper .nav_link .globe {
  position: absolute;
  left: 0;
  top: 2px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(80%) saturate(1910%) hue-rotate(193deg) brightness(91%) contrast(104%);
}
header .header-wrapper .nav_link li, header .header-wrapper .nav_link .text {
  font-size: 12px;
  color: #003060;
  font-family: "Maison Neue";
  font-weight: 500;
  text-transform: uppercase;
}
header .header-wrapper .nav_link li a, header .header-wrapper .nav_link .text a {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
}
header .header-wrapper .nav_link .nav_lissnk {
  margin-left: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1140px) {
  header .header-wrapper .nav_link .nav_lissnk {
    margin-left: 14px;
  }
}
header .header-wrapper .nav_link .nav_lissnk a.text:hover {
  color: #D8B589 !important;
}

.location_head {
  position: relative;
  padding: 0 25px;
  margin-right: 30px;
}
@media (max-width: 1140px) {
  .location_head {
    padding: 0 18px;
    margin-right: 11px;
  }
}
@media (max-width: 675px) {
  .location_head {
    margin-right: 12px;
  }
}
.location_head .locat_select {
  cursor: pointer;
}
.location_head:hover .text {
  color: #D8B589 !important;
}
.location_head:hover .list_location {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.location_head:hover .globe, .location_head:hover .arrow {
  filter: brightness(0) saturate(100%) invert(70%) sepia(30%) saturate(379%) hue-rotate(354deg) brightness(100%) contrast(90%) !important;
}
.location_head .list_location {
  position: absolute;
  left: 0;
  right: 0;
  width: 150px;
  padding: 8px 0 0;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 700ms ease;
}
.location_head .list_location:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -12px;
  left: 5px;
  border: 10px solid transparent;
  border-bottom-color: white;
}
.location_head .list_location ul {
  background: #fff;
  padding: 5px 0;
  border-radius: 5px;
}
.location_head .list_location ul li {
  padding: 2px 8px;
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  background: #fff;
  transition: 700ms ease;
  cursor: pointer;
}
.location_head .list_location ul li a {
  color: #003060;
}
.location_head .list_location ul li:hover {
  background: #f2f2f2;
  padding-left: 10px;
}

.Proj_hedDrop {
  padding: 6px 0;
}
.Proj_hedDrop .ProjDropd {
  position: relative;
  padding-right: 25px;
}
@media (max-width: 675px) {
  .Proj_hedDrop .ProjDropd {
    display: none;
  }
}
.Proj_hedDrop .ProjDropd ul li {
  position: relative;
}
.Proj_hedDrop .ProjDropd ul li .arrow {
  right: -25px;
}
.Proj_hedDrop:hover .ProjDropd ul li a, .Proj_hedDrop.is-open .ProjDropd ul li a {
  color: #D8B589 !important;
}
.Proj_hedDrop:hover .ProjDropd ul li .arrow, .Proj_hedDrop.is-open .ProjDropd ul li .arrow {
  filter: brightness(0) saturate(100%) invert(70%) sepia(30%) saturate(379%) hue-rotate(354deg) brightness(100%) contrast(90%) !important;
}
.Proj_hedDrop:hover .dropdown, .Proj_hedDrop.is-open .dropdown {
  transform: translateY(-5px);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.Proj_hedDrop .dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 400ms ease;
  z-index: 11;
  pointer-events: none;
}
.Proj_hedDrop .dropdown .bg {
  background: url("../images/home/bg.jpg");
  padding: 25px 0;
}
.Proj_hedDrop .dropdown .flex {
  align-items: center;
  justify-content: center;
}
.Proj_hedDrop .dropdown .flex .col_list {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
.Proj_hedDrop .dropdown .img a {
  display: block;
  line-height: 0;
  text-align: center;
}
.Proj_hedDrop .dropdown .img a .img_hover {
  line-height: 0;
  margin-bottom: 15px;
}
.Proj_hedDrop .dropdown .img a img {
  width: 100%;
  transform: scale(1);
  transition: 2s ease;
}
.Proj_hedDrop .dropdown .img a:hover img {
  transform: scale(1.2);
}
.Proj_hedDrop .dropdown .img a p {
  color: #003060;
  font-weight: 500;
}

.custom-logo {
  max-width: 115px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 11;
  transition: 700ms ease;
}
@media (max-width: 991px) {
  .custom-logo {
    margin-left: 0;
  }
}
.custom-logo a {
  display: block;
  line-height: 0;
}
.custom-logo a img {
  display: block;
}

.menu-trigger {
  width: 50px;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  padding: 0;
}
.menu-trigger:hover span {
  background: #D8B589 !important;
}
.menu-trigger span {
  width: 100%;
  height: 1px;
  display: block;
  background: #003060;
  position: relative;
  margin: 8px 0;
  transition: 0.4s ease;
}
@media (max-width: 675px) {
  .menu-trigger span {
    margin: 12px 0;
  }
}

.banner {
  width: 100%;
}

.model.Grrow-navigationModel {
  top: 0;
  bottom: 0;
  max-width: 400px;
  width: 100%;
  left: 0;
  right: auto;
  background: #003060;
  z-index: 1111;
  padding: 60px 30px 10px;
  height: 100vh;
  overflow: hidden;
  transform: translateX(-100%);
  transition: 700ms ease;
}
.model.Grrow-navigationModel.is-open {
  transform: translateX(0%);
}
.model.Grrow-navigationModel .close_model {
  top: 20px;
  right: 30px;
}
.model.Grrow-navigationModel .shade_img {
  position: relative;
  padding: 25px 0 0;
  border-top: 1px solid #14304e;
  margin-top: 25px;
}
@media only screen and (max-width: 400px) {
  .model.Grrow-navigationModel .shade_img {
    border: 0;
  }
}
.model.Grrow-navigationModel .shade_img img {
  opacity: 0.1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: block;
  margin-left: auto;
}
@media only screen and (max-width: 400px) {
  .model.Grrow-navigationModel .shade_img img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.model.Grrow-navigationModel .model-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.model.Grrow-navigationModel .model-body .main-nav ul li {
  display: block;
}
.model.Grrow-navigationModel .model-body .main-nav ul li a {
  display: inline-block;
  padding: 11px 10px;
  color: #fff;
  font-size: 24px;
  line-height: 22px;
  font-family: "Maison Neue";
  font-weight: 600;
  transition: 700ms ease;
  opacity: 0.8;
}
.model.Grrow-navigationModel .model-body .main-nav ul li:hover a {
  opacity: 1;
  padding-left: 15px;
  color: #D8B589;
}
.model.Grrow-navigationModel .social_links {
  display: block;
  margin-bottom: 15%;
}
@media only screen and (max-width: 400px) {
  .model.Grrow-navigationModel .social_links {
    margin-bottom: 5%;
  }
}
.model.Grrow-navigationModel .social_links ul li a svg {
  width: 24px;
  height: 24px;
  padding: 3px;
  display: inline-block;
  border-radius: 0px;
}
.model.Grrow-navigationModel .social_links ul li a svg path {
  fill: #fff;
}
.model.Grrow-navigationModel .social_links ul li a svg:hover path {
  fill: #D8B589;
}

.banner {
  position: relative;
}
.banner .bg {
  line-height: 0;
}
.banner .bg video {
  aspect-ratio: 848/388;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .bg img {
  width: 100%;
}
@media (max-width: 675px) {
  .banner .bg img {
    height: 340px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media only screen and (max-width: 420px) {
  .banner .bg img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.banner.HomeBanner::before {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.75) 15%, transparent 100%);
  z-index: 1;
}
@media (max-width: 991px) {
  .banner.HomeBanner::before {
    right: auto;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.46) 19%, transparent 100%);
    width: 70%;
  }
}
.banner.HomeBanner .banner-content {
  position: relative;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner.HomeBanner .banner-content .bg {
  height: 100vh;
}
.banner.HomeBanner .banner-content .container {
  height: 100%;
  position: relative;
}
.banner.HomeBanner .banner-content .content {
  position: absolute;
  bottom: 20%;
  left: 0;
  max-width: 440px;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .banner.HomeBanner .banner-content .content {
    left: 0;
    right: 0;
    bottom: 10%;
    max-width: 373px;
  }
}
@media (max-width: 675px) {
  .banner.HomeBanner .banner-content .content {
    padding: 0;
    max-width: 274px;
  }
}
.banner.HomeBanner .banner-content .content h1 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.banner.HomeBanner .banner-content .content h1 span {
  text-indent: -2px;
  display: block;
}
@media (max-width: 675px) {
  .banner.HomeBanner .banner-content .content h1 span {
    text-indent: 0px;
  }
}
.banner.HomeBanner .banner-content .content p {
  color: #fff;
  font-family: "Maison Neue";
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .banner.HomeBanner .banner-content .content p {
    margin-bottom: 20px;
    line-height: 30px;
  }
}

.BN-H-WhyEkodio-Sec {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .BN-H-WhyEkodio-Sec {
    padding: 40px 0;
  }
}
@media (max-width: 675px) {
  .BN-H-WhyEkodio-Sec {
    padding: 25px 0;
  }
}
.BN-H-WhyEkodio-Sec .heading h2 {
  color: #003060;
}
.BN-H-WhyEkodio-Sec .flex {
  padding: 40px 0;
  align-items: center;
}
@media (max-width: 675px) {
  .BN-H-WhyEkodio-Sec .flex {
    padding: 15px 0;
  }
}
.BN-H-WhyEkodio-Sec .flex .col1 {
  flex: 0 1 60%;
  max-width: 60%;
  padding-right: 15px;
}
@media (max-width: 991px) {
  .BN-H-WhyEkodio-Sec .flex .col1 {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 675px) {
  .BN-H-WhyEkodio-Sec .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
.BN-H-WhyEkodio-Sec .flex .col2 {
  flex: 0 1 40%;
  max-width: 40%;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .BN-H-WhyEkodio-Sec .flex .col2 {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 675px) {
  .BN-H-WhyEkodio-Sec .flex .col2 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
.BN-H-WhyEkodio-Sec .img {
  line-height: 0;
  position: relative;
}
.BN-H-WhyEkodio-Sec .img img {
  display: block;
  margin: 0 auto;
}
.BN-H-WhyEkodio-Sec .content {
  max-width: 410px;
}
@media (max-width: 675px) {
  .BN-H-WhyEkodio-Sec .content {
    max-width: 100%;
    padding: 15px 0;
    text-align: center;
  }
}
.BN-H-WhyEkodio-Sec .content p {
  margin-bottom: 25px;
}

.HoBn-GuestCIn {
  max-width: 1015px;
  margin: 0 auto;
  padding: 70px 0 0;
}
@media (max-width: 991px) {
  .HoBn-GuestCIn {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .HoBn-GuestCIn .flex {
    padding: 25px 0;
  }
}
@media (max-width: 675px) {
  .HoBn-GuestCIn .flex {
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.HoBn-GuestCIn .flex .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  padding: 0 15px;
}
@media (max-width: 675px) {
  .HoBn-GuestCIn .flex .col {
    padding: 8px;
  }
}
.HoBn-GuestCIn .flex .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 675px) {
  .HoBn-GuestCIn .flex .item {
    display: block;
  }
}
@media (max-width: 675px) {
  .HoBn-GuestCIn .flex .item .icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 675px) {
  .HoBn-GuestCIn .flex .item .icon img {
    display: block;
    margin: 0 auto;
    max-width: 40px;
  }
}
.HoBn-GuestCIn .flex .item .text {
  padding-left: 25px;
}
@media (max-width: 675px) {
  .HoBn-GuestCIn .flex .item .text {
    padding: 0;
    text-align: center;
  }
}
.HoBn-GuestCIn .flex .item .text span {
  font-size: 36px;
  font-family: "Maison Neue";
  font-weight: 600;
  color: #003060;
}
@media (max-width: 991px) {
  .HoBn-GuestCIn .flex .item .text span {
    font-size: 25px;
  }
}
@media (max-width: 675px) {
  .HoBn-GuestCIn .flex .item .text span {
    font-size: 20px;
  }
}
.HoBn-GuestCIn .flex .item .text p {
  font-size: 18px;
  font-family: "Maison Neue";
  font-weight: 600;
  color: #003060;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .HoBn-GuestCIn .flex .item .text p {
    font-size: 14px;
  }
}
@media (max-width: 675px) {
  .HoBn-GuestCIn .flex .item .text p {
    font-size: 11px;
  }
}

.VN-H-projects {
  padding: 70px 0;
  background: #F7F7F7;
}
@media (max-width: 991px) {
  .VN-H-projects {
    padding: 40px 0;
  }
}
@media (max-width: 675px) {
  .VN-H-projects.home_secA .container {
    padding: 0;
  }
}
.VN-H-projects .heading p {
  color: #003060;
  font-weight: 500;
}
@media (max-width: 991px) {
  .VN-H-projects .heading p {
    margin-bottom: 12px;
  }
}
@media (max-width: 675px) {
  .VN-H-projects .heading p {
    margin-bottom: 4px;
  }
}
.VN-H-projects .heading h2 {
  color: #003060;
  font-size: 36px;
  margin-top: 7px;
}
@media (max-width: 991px) {
  .VN-H-projects .heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 675px) {
  .VN-H-projects .heading h2 {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .VN-H-projects .Project-List {
    padding: 0 15px;
  }
}
@media (max-width: 675px) {
  .VN-H-projects .Project-List {
    padding: 0;
  }
}
@media (max-width: 675px) {
  .VN-H-projects .Project-List .project-list-slider .owl-item {
    opacity: 0.5;
    transition: 400ms ease;
  }
}
.VN-H-projects .Project-List .project-list-slider .owl-item.center {
  opacity: 1;
}
@media (max-width: 675px) {
  .VN-H-projects .Project-List .project-list-slider .owl-nav .owl-prev, .VN-H-projects .Project-List .project-list-slider .owl-nav .owl-next {
    top: 36%;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 345px) {
  .VN-H-projects .Project-List .project-list-slider .owl-nav .owl-prev, .VN-H-projects .Project-List .project-list-slider .owl-nav .owl-next {
    top: 32%;
  }
}
@media (max-width: 675px) {
  .VN-H-projects .Project-List .project-list-slider .owl-nav .owl-prev img, .VN-H-projects .Project-List .project-list-slider .owl-nav .owl-next img {
    width: 7px;
  }
}
@media (max-width: 675px) {
  .VN-H-projects .Project-List .project-list-slider .owl-nav .owl-prev {
    left: 0;
  }
}
@media (max-width: 675px) {
  .VN-H-projects .Project-List .project-list-slider .owl-nav .owl-next {
    right: 0;
  }
}
.VN-H-projects .Project-List .flex {
  padding: 70px 0 0;
  align-items: center;
}
@media (max-width: 991px) {
  .VN-H-projects .Project-List .flex {
    padding-top: 0;
  }
}
.VN-H-projects .Project-List .flex .col {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 675px) {
  .VN-H-projects .Project-List .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.VN-H-projects .Project-List .flex:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 675px) {
  .VN-H-projects .Project-List .flex:nth-child(even) {
    flex-direction: unset;
  }
}
.VN-H-projects .Project-List .flex:nth-child(even) .img {
  padding-right: 0;
  padding-left: 15px;
}
@media (max-width: 675px) {
  .VN-H-projects .Project-List .flex:nth-child(even) .img {
    padding: 0;
  }
}
.VN-H-projects .Project-List .flex:nth-child(even) .img img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.VN-H-projects .Project-List .img {
  line-height: 0;
  padding-right: 15px;
}
@media (max-width: 675px) {
  .VN-H-projects .Project-List .img {
    padding: 0;
  }
}
.VN-H-projects .Project-List .img img {
  max-width: 100%;
  width: 100%;
}
.VN-H-projects .Project-List .content {
  padding: 0 45px;
}
@media (max-width: 991px) {
  .VN-H-projects .Project-List .content {
    padding: 15px;
  }
}
@media (max-width: 675px) {
  .VN-H-projects .Project-List .content {
    padding: 15px 0;
  }
}
.VN-H-projects .Project-List .content h3 {
  font-weight: 600;
  color: #003060;
  margin-bottom: 5px;
}
.VN-H-projects .Project-List .content h6 {
  color: #003060;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
  margin-bottom: 8px;
  font-weight: 500;
}
.VN-H-projects .Project-List .content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.VN-H-projects .Project-List .content ul li span {
  display: inline-block;
  line-height: 0;
}
.VN-H-projects .Project-List .content .line {
  height: 2px;
  background: #003060;
  width: 80px;
  margin-bottom: 20px;
}
.VN-H-projects .Project-List .content p {
  margin-bottom: 15px;
}
.VN-H-projects .Project-List .content .readmore {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .VN-H-projects .Project-List .content .readmore {
    margin-top: 15px;
  }
}
.VN-H-projects .Project-List .content .readmore span {
  background: #f4f4f4;
  color: #002141;
}
.VN-H-projects .Project-List .comm_btn {
  margin-top: 75px;
}
@media (max-width: 675px) {
  .VN-H-projects .Project-List .comm_btn {
    margin-top: 25px;
  }
}
.VN-H-projects .Project-List .comm_btn a:before {
  background: #003060;
}
.VN-H-projects .Project-List .comm_btn a:after {
  background: #D8B589;
}

.BN-H-OurClient {
  padding: 70px 0 50px;
}
@media (max-width: 991px) {
  .BN-H-OurClient {
    padding: 40px 0;
  }
}
.BN-H-OurClient .heading {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.BN-H-OurClient .heading h3 {
  font-weight: 600;
  color: #003060;
  margin-bottom: 15px;
}
@media (max-width: 675px) {
  .BN-H-OurClient .heading h3 {
    font-size: 30px;
  }
}
.BN-H-OurClient .heading p {
  font-size: 18px;
  font-family: "Maison Neue";
  font-weight: 600;
  color: #000;
}
@media (max-width: 675px) {
  .BN-H-OurClient .heading p {
    font-size: 14px;
    font-weight: 500;
  }
}
.BN-H-OurClient .flex {
  padding: 70px 0 0;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .BN-H-OurClient .flex {
    padding: 40px 0 0;
  }
}
.BN-H-OurClient .flex .col {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (max-width: 675px) {
  .BN-H-OurClient .flex .col:first-child {
    order: 1;
  }
}
@media (max-width: 675px) {
  .BN-H-OurClient .flex .col:last-child {
    order: 0;
  }
}
.BN-H-OurClient .client_list {
  align-items: center;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 1024px) {
  .BN-H-OurClient .client_list {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 991px) {
  .BN-H-OurClient .client_list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 675px) {
  .BN-H-OurClient .client_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 345px) {
  .BN-H-OurClient .client_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 675px) {
  .BN-H-OurClient .client_list.active .img:nth-child(n+7) {
    display: block;
  }
}
.BN-H-OurClient .client_list .img {
  padding: 5px 20px;
}
@media (max-width: 675px) {
  .BN-H-OurClient .client_list .img {
    padding: 5px 8px;
  }
}
@media (max-width: 675px) {
  .BN-H-OurClient .client_list .img:nth-child(n+7) {
    display: none;
  }
}
.BN-H-OurClient .btn-see-mr {
  display: none;
}
@media (max-width: 675px) {
  .BN-H-OurClient .btn-see-mr {
    display: block;
    margin-top: 20px;
  }
}
.BN-H-OurClient .btn-see-mr button {
  color: #ffffff;
  font-size: 12px;
  border: none;
  background: #213c76;
  padding: 4px 10px;
}
.BN-H-OurClient .client_slidr {
  width: 90%;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 675px) {
  .BN-H-OurClient .client_slidr {
    max-width: 100%;
    margin: 0 auto;
  }
}
.BN-H-OurClient .client_slidr .owl-item {
  opacity: 0.2;
  transition: 400ms ease;
}
.BN-H-OurClient .client_slidr .owl-item.current {
  opacity: 1;
}

.BN-H-LiveCen-Sec .bg {
  padding: 235px 0;
  background: url("../images/home/bg_1.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
}
@media (max-width: 991px) {
  .BN-H-LiveCen-Sec .bg {
    padding: 150px 0;
  }
}
.BN-H-LiveCen-Sec .bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.5;
  background: linear-gradient(to top, #000, transparent);
}
.BN-H-LiveCen-Sec .bg h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  text-align: center;
  line-height: 36px;
  left: 0;
  right: 0;
  max-width: 380px;
  margin: 0 auto;
  z-index: 1;
  bottom: 10%;
}
@media (max-width: 991px) {
  .BN-H-LiveCen-Sec .bg h2 {
    max-width: 295px;
    font-size: 30px;
  }
}
@media (max-width: 675px) {
  .BN-H-LiveCen-Sec .bg h2 {
    max-width: 224px;
    font-size: 25px;
    line-height: 1.2;
  }
}
.BN-H-LiveCen-Sec .het_itoc {
  background: url("../images/home/bg1.jpg");
  padding: 60px 0;
}
.BN-H-LiveCen-Sec .het_itoc .container {
  position: relative;
}
.BN-H-LiveCen-Sec .het_itoc .content {
  flex: 1;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .BN-H-LiveCen-Sec .het_itoc .content {
    text-align: center;
    flex: 0 1 100%;
    padding-right: 0;
    margin-bottom: 2rem;
  }
}
.BN-H-LiveCen-Sec .het_itoc .content p {
  font-weight: 500;
  color: #000;
}
@media (min-width: 992px) {
  .BN-H-LiveCen-Sec .het_itoc .content p {
    max-width: 600px;
  }
}
.BN-H-LiveCen-Sec .het_itoc .content .comm_btn {
  margin-top: 18px;
}
.BN-H-LiveCen-Sec .het_itoc .col_b {
  flex: 0 1 auto;
}
@media (max-width: 991px) {
  .BN-H-LiveCen-Sec .het_itoc .col_b {
    text-align: center;
    flex: 0 1 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.BN-H-LiveCen-Sec .het_itoc .col_b .sbscrb-div h4 {
  font-weight: 600;
  color: #003060;
}
@media (max-width: 991px) {
  .BN-H-LiveCen-Sec .het_itoc .col_b .sbscrb-div h4 {
    font-size: 20px;
  }
}
.BN-H-LiveCen-Sec .het_itoc .col_b .sbscrb-div .input-div {
  display: flex;
}
.BN-H-LiveCen-Sec .het_itoc .col_b .sbscrb-div .input-div input {
  border-radius: 0px !important;
}
.BN-H-LiveCen-Sec .het_itoc .col_b .sbscrb-div .input-div input:not(.sbmt-btn-nws) {
  flex: 1;
  border: 1px solid #003060;
  border-right: none;
  padding: 0 12px;
}
.BN-H-LiveCen-Sec .het_itoc .col_b .sbscrb-div .input-div input:not(.sbmt-btn-nws):focus {
  outline: none;
}
.BN-H-LiveCen-Sec .het_itoc .col_b .sbscrb-div .input-div .sbmt-btn-nws {
  height: 35px;
  width: 35px;
  min-width: 35px;
  background: #003060;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #003060;
  transition: 0.5s ease;
}
.BN-H-LiveCen-Sec .het_itoc .col_b .sbscrb-div .input-div .sbmt-btn-nws:hover {
  background: #D8B589;
  color: #003060;
}
.BN-H-LiveCen-Sec .het_itoc .col_b .sbscrb-div .input-div .sbmt-btn-nws svg {
  color: currentColor;
}

.home_secA .owl-dots {
  margin-top: 40px;
}

.BN-InAbout_sec {
  padding: 60px 0 0;
  background-color: #fff;
}
@media (max-width: 991px) {
  .BN-InAbout_sec {
    padding-top: 30px;
  }
}
.BN-InAbout_sec .heading {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .BN-InAbout_sec .heading {
    margin-bottom: 35px;
    padding: 0 15px;
  }
}
.BN-InAbout_sec .heading h2 {
  color: #003060;
  font-size: 36px;
}
@media (max-width: 675px) {
  .BN-InAbout_sec .heading h2 {
    font-size: 24px;
  }
}
.BN-InAbout_sec .heading p {
  color: #000;
}
.BN-InAbout_sec .flex {
  background: #003060;
}
@media (max-width: 991px) {
  .BN-InAbout_sec .flex {
    align-items: unset;
  }
}
.BN-InAbout_sec.prtnr-wih-us-secA .heading h2 {
  line-height: 1.2;
}
@media (max-width: 675px) {
  .BN-InAbout_sec.prtnr-wih-us-secA .heading h2 {
    font-size: 18px;
  }
}
@media (max-width: 675px) {
  .BN-InAbout_sec.prtnr-wih-us-secA .heading h2 br {
    display: none;
  }
}
.BN-InAbout_sec.prtnr-wih-us-secA .col {
  padding: 0 !important;
}
.BN-InAbout_sec.prtnr-wih-us-secA .col .content {
  padding: 50px 45px;
}
@media (max-width: 675px) {
  .BN-InAbout_sec.prtnr-wih-us-secA .col .content {
    padding: 30px 15px !important;
  }
}
.BN-InAbout_sec .col {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 675px) {
  .BN-InAbout_sec .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.BN-InAbout_sec .col:first-child {
  padding-right: 25px;
}
@media (max-width: 991px) {
  .BN-InAbout_sec .col:first-child {
    padding-right: 15px;
  }
}
@media (max-width: 675px) {
  .BN-InAbout_sec .col:first-child {
    padding: 0;
  }
}
.BN-InAbout_sec .col:last-child {
  padding-left: 55px;
}
@media (max-width: 1024px) {
  .BN-InAbout_sec .col:last-child {
    padding-left: 0;
    padding-right: 15px;
  }
}
@media (max-width: 675px) {
  .BN-InAbout_sec .col:last-child {
    padding: 0;
  }
}
.BN-InAbout_sec .img {
  line-height: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .BN-InAbout_sec .img {
    height: 100%;
  }
}
.BN-InAbout_sec .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .BN-InAbout_sec .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.BN-InAbout_sec .content {
  max-width: 700px;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .BN-InAbout_sec .content {
    max-width: 100%;
  }
}
@media (max-width: 675px) {
  .BN-InAbout_sec .content {
    padding: 30px 15px;
  }
}
.BN-InAbout_sec .content img {
  display: block;
  margin-bottom: 28px;
  max-width: 175px;
}
@media (max-width: 675px) {
  .BN-InAbout_sec .content img {
    max-width: 125px;
  }
}
.BN-InAbout_sec .content p {
  margin-bottom: 28px;
  color: #fff;
}
@media (max-width: 991px) {
  .BN-InAbout_sec .content p {
    margin-bottom: 15px;
  }
}
@media (max-width: 675px) {
  .BN-InAbout_sec .content p {
    font-size: 14px;
  }
}
.BN-InAbout_sec .content p:last-child {
  margin: 0;
}

.AB-InVision-Sec {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .AB-InVision-Sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.AB-InVision-Sec .heading {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .AB-InVision-Sec .heading {
    margin-bottom: 45px;
  }
}
.AB-InVision-Sec .heading h2 {
  color: #003060;
  font-size: 36px;
}
@media (max-width: 675px) {
  .AB-InVision-Sec .heading h2 {
    font-size: 24px;
  }
}
.AB-InVision-Sec .heading p {
  color: #000;
}
@media (max-width: 675px) {
  .AB-InVision-Sec .heading p {
    font-size: 14px;
  }
}
.AB-InVision-Sec .flex {
  align-items: center;
}
.AB-InVision-Sec .col {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 675px) {
  .AB-InVision-Sec .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.AB-InVision-Sec .col:first-child {
  padding-right: 35px;
}
@media (max-width: 675px) {
  .AB-InVision-Sec .col:first-child {
    padding: 0;
    order: 1;
  }
}
.AB-InVision-Sec .col:last-child {
  position: relative;
}
@media (max-width: 675px) {
  .AB-InVision-Sec .col:last-child {
    order: 0;
  }
}
.AB-InVision-Sec .img {
  line-height: 0;
}
.AB-InVision-Sec .img img {
  width: 100%;
}
.AB-InVision-Sec .video_icon {
  left: -28.5px;
  transform: translateY(-50%);
  box-shadow: -4px 0px 10px 1px rgba(51, 51, 51, 0.1294117647);
}
@media (max-width: 675px) {
  .AB-InVision-Sec .video_icon {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.AB-InVision-Sec .content {
  max-width: 507px;
}
@media (max-width: 675px) {
  .AB-InVision-Sec .content {
    max-width: 100%;
    padding: 20px 0;
  }
}
.AB-InVision-Sec .content img {
  display: block;
  margin-bottom: 28px;
}
.AB-InVision-Sec .content p {
  margin-bottom: 28px;
}
@media (max-width: 675px) {
  .AB-InVision-Sec .content p {
    margin-bottom: 15px;
  }
}
.AB-InVision-Sec.prtnr-wih-us-secC .flex {
  align-items: flex-start;
}
@media (max-width: 675px) {
  .AB-InVision-Sec.prtnr-wih-us-secC .heading {
    margin-bottom: 15px;
  }
}
.AB-InVision-Sec.prtnr-wih-us-secC .content h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #003060;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.AB-InVision-Sec.prtnr-wih-us-secC .content h4 img {
  width: 30px;
  margin: 0;
  margin-top: -2px;
}
.AB-InVision-Sec.prtnr-wih-us-secC .content p {
  margin-bottom: 26px;
}
.AB-InVision-Sec.prtnr-wih-us-secC .content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.AB-InVision-Sec.prtnr-wih-us-secC .content ul li {
  list-style: disc;
}
.AB-InVision-Sec.prtnr-wih-us-secC .content ul li::marker {
  color: #D8B589;
}
.AB-InVision-Sec.prtnr-wih-us-secC.prtnr-wih-us-secD {
  background: url(../images/home/bg.jpg);
}

.BN-AbIn-ValueSec {
  padding: 50px 0;
  background: url(../images/home/bg.jpg);
}
@media (max-width: 675px) {
  .BN-AbIn-ValueSec {
    padding: 40px 0;
  }
}
.BN-AbIn-ValueSec .heading {
  max-width: 767px;
  margin: 0 auto 60px;
}
@media (max-width: 675px) {
  .BN-AbIn-ValueSec .heading {
    margin-bottom: 35px;
  }
}
.BN-AbIn-ValueSec .heading h2 {
  color: #003060;
  font-size: 36px;
}
@media (max-width: 675px) {
  .BN-AbIn-ValueSec .heading h2 {
    font-size: 24px;
  }
}
.BN-AbIn-ValueSec .heading p {
  color: #000;
}
.BN-AbIn-ValueSec .flex .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  padding: 10px;
}
@media (max-width: 991px) {
  .BN-AbIn-ValueSec .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 675px) {
  .BN-AbIn-ValueSec .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 10px 0;
  }
}
.BN-AbIn-ValueSec .item {
  position: relative;
  padding-left: 70px;
  padding-right: 15px;
}
@media (max-width: 675px) {
  .BN-AbIn-ValueSec .item {
    padding-right: 0;
  }
}
.BN-AbIn-ValueSec .item.item-hed-only {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 675px) {
  .BN-AbIn-ValueSec .item.item-hed-only {
    padding-left: 0;
  }
}
.BN-AbIn-ValueSec .item.item-hed-only .icon {
  position: unset;
  flex: 0 1 auto;
}
.BN-AbIn-ValueSec .item.item-hed-only .text {
  flex: 1;
  padding-left: 1rem;
  margin: 0;
}
.BN-AbIn-ValueSec .item .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
}
.BN-AbIn-ValueSec .item .icon img {
  display: block;
  margin: 0 auto;
}
.BN-AbIn-ValueSec .item .text h6 {
  color: #003060;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 8px;
}
@media (max-width: 1140px) {
  .BN-AbIn-ValueSec .item .text h6 {
    font-size: 18px;
  }
}
.BN-AbIn-ValueSec .item .text p {
  color: #003060;
  font-size: 14px;
  line-height: 20px;
}
.BN-AbIn-ValueSec.prtnr-wih-us-secB {
  margin-top: 3rem;
}
.BN-AbIn-ValueSec.prtnr-wih-us-secB .heading h4 {
  font-size: 22px;
  color: #5f5f5f;
}
@media (max-width: 675px) {
  .BN-AbIn-ValueSec.prtnr-wih-us-secB .heading h4 {
    font-size: 16px;
  }
}
@media (max-width: 675px) {
  .BN-AbIn-ValueSec.prtnr-wih-us-secB .item {
    padding-left: 55px;
  }
}
@media (max-width: 675px) {
  .BN-AbIn-ValueSec.prtnr-wih-us-secB .item .icon {
    width: 40px;
  }
}
.BN-AbIn-ValueSec.prtnr-wih-us-secB .item ul {
  padding-left: 20px;
}
.BN-AbIn-ValueSec.prtnr-wih-us-secB .item ul li {
  list-style: disc;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.BN-AbIn-ValueSec.prtnr-wih-us-secB .item ul li::marker {
  color: #D8B589;
}

.BN-InAbout-LedSec {
  padding: 50px 0;
}
@media (max-width: 675px) {
  .BN-InAbout-LedSec {
    padding: 40px 0;
  }
}
@media (max-width: 675px) {
  .BN-InAbout-LedSec .container {
    padding-right: 0;
  }
}
.BN-InAbout-LedSec .heading {
  margin-bottom: 60px;
}
@media (max-width: 675px) {
  .BN-InAbout-LedSec .heading {
    margin-bottom: 40px;
    padding-right: 25px;
  }
}
.BN-InAbout-LedSec .heading h2 {
  color: #003060;
  font-size: 36px;
}
.BN-InAbout-LedSec .heading p {
  color: #000;
  letter-spacing: 2px;
}
.BN-InAbout-LedSec .leader_slider {
  padding: 0 25px;
}
@media (max-width: 675px) {
  .BN-InAbout-LedSec .leader_slider {
    padding: 0;
  }
}
.BN-InAbout-LedSec .leader_slider .item.testi_box {
  border: 1px solid #e3e3e3;
  text-align: center;
  padding: 30px;
}
.BN-InAbout-LedSec .leader_slider .item.testi_box .name {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 10px;
}
.BN-InAbout-LedSec .leader_slider .item:not(.testi_box) {
  overflow: hidden;
  position: relative;
}
.BN-InAbout-LedSec .leader_slider .item:not(.testi_box) .img {
  line-height: 0;
  position: relative;
}
.BN-InAbout-LedSec .leader_slider .item:not(.testi_box) .img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.6;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to top, #000, transparent);
  height: 300px;
  pointer-events: none;
}
.BN-InAbout-LedSec .leader_slider .item:not(.testi_box):hover .hover_content {
  transform: translateY(0%);
}
.BN-InAbout-LedSec .leader_slider .item:not(.testi_box) .hover_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  z-index: 11;
  transition: 700ms ease;
  pointer-events: none;
}
@media (max-width: 675px) {
  .BN-InAbout-LedSec .leader_slider .item:not(.testi_box) .hover_content {
    padding: 12px;
  }
}
.BN-InAbout-LedSec .leader_slider .item:not(.testi_box) .hover_content .name {
  font-size: 18px;
}
.BN-InAbout-LedSec .leader_slider .item:not(.testi_box) .hover_content .name, .BN-InAbout-LedSec .leader_slider .item:not(.testi_box) .hover_content .designation {
  color: #fff;
  font-family: "Maison Neue";
}
.BN-InAbout-LedSec .leader_slider .item:not(.testi_box) .hover_content .designation {
  opacity: 0.7;
  font-size: 14px;
}
@media (max-width: 675px) {
  .BN-InAbout-LedSec .leader_slider .item:not(.testi_box) .hover_content .designation {
    font-size: 13px;
  }
}
.BN-InAbout-LedSec .owl-carousel.leader_slider .owl-nav button {
  box-shadow: none;
}
@media (max-width: 1140px) {
  .BN-InAbout-LedSec .owl-carousel.leader_slider .owl-nav button {
    box-shadow: -4px 0 5px 1px rgba(51, 51, 51, 0.1019607843);
  }
}
.BN-InAbout-LedSec .owl-carousel.leader_slider .owl-nav button.owl-prev {
  left: -44px;
}
@media (max-width: 1140px) {
  .BN-InAbout-LedSec .owl-carousel.leader_slider .owl-nav button.owl-prev {
    left: 0;
  }
}
.BN-InAbout-LedSec .owl-carousel.leader_slider .owl-nav button.owl-next {
  right: -44px;
}
@media (max-width: 1140px) {
  .BN-InAbout-LedSec .owl-carousel.leader_slider .owl-nav button.owl-next {
    right: 0;
  }
}

.media_sec {
  padding: 100px 15px 30px;
}
.media_sec h2 {
  color: #003060;
}
.media_sec .flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
@media (max-width: 991px) {
  .media_sec .flex {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 675px) {
  .media_sec .flex {
    grid-template-columns: 100%;
  }
}
.media_sec .flex .img img {
  aspect-ratio: 487/609;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 675px) {
  .media_sec .flex .img img {
    aspect-ratio: initial;
  }
}
.media_sec .flex .img p {
  color: #003060;
}

.service_secA {
  padding: 60px 0 120px;
}
.service_secA .flex-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 45px;
}
@media (max-width: 991px) {
  .service_secA .flex-grid {
    grid-template-columns: 100%;
  }
}
.service_secA .flex-grid .item h4 {
  color: #003060;
  font-weight: bold;
  margin-bottom: 12px;
}
.service_secA .flex-grid .item h5 {
  font-weight: 500;
  margin-top: 0;
  font-size: 18px;
  border-bottom: 1px solid rgba(33, 60, 118, 0.3803921569);
  padding-bottom: 15px;
}
.service_secA .flex-grid .item h6 {
  font-size: 16px;
  font-weight: 500;
}
.service_secA .flex-grid .item p b {
  font-weight: 500;
}

.banner .bg {
  position: relative;
}
.banner .bg.oberlay_before:before, .banner .bg.over_after:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.6;
  width: 100%;
}
.banner .bg.oberlay_before:before {
  top: 0;
  background: linear-gradient(to bottom, #000, transparent);
  height: 220px;
  pointer-events: none;
}
.banner .bg.over_after:after {
  bottom: 0;
  background: linear-gradient(to top, #000, transparent);
  height: 300px;
}
.banner .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
@media (max-width: 991px) {
  .banner .banner-content {
    padding: 0 15px;
  }
}
.banner .banner-content .container {
  height: 100%;
  position: relative;
}
.banner .banner-content .content {
  position: absolute;
  bottom: 10%;
  right: 0;
  left: 0;
}
.banner .banner-content .content h1 {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.banner .banner-content .content p {
  color: #fff;
  font-family: "Maison Neue";
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 48px;
}
@media (max-width: 675px) {
  .banner .banner-content .content p {
    font-size: 16px;
  }
}
.banner.projects_banner .banner-content .content {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

.VN-Pro-projects .plain_text {
  background: #fff url("../images/projects/whtare.svg");
  background-repeat: no-repeat;
  background-position: center;
  padding: 95px 0;
}
@media (max-width: 991px) {
  .VN-Pro-projects .plain_text {
    padding: 70px 0;
  }
}
@media (max-width: 675px) {
  .VN-Pro-projects .plain_text {
    padding: 40px 0;
  }
}
.VN-Pro-projects .plain_text .container {
  max-width: 845px;
}
.VN-Pro-projects .plain_text .content p {
  color: #666666;
}

.Pro-projects-List {
  padding: 30px 0 1px;
}
@media (max-width: 675px) {
  .Pro-projects-List {
    padding: 0 4px 5px;
  }
}
.Pro-projects-List .flex .col {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 675px) {
  .Pro-projects-List .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.Pro-projects-List .item {
  padding: 1px;
  height: 100%;
}
@media (max-width: 675px) {
  .Pro-projects-List .item {
    padding: 3px;
  }
}
.Pro-projects-List .item a {
  display: block;
  line-height: 0;
  position: relative;
  height: 100%;
}
.Pro-projects-List .item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.8;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to top, #000, transparent);
  height: 300px;
  pointer-events: none;
}
@media (max-width: 675px) {
  .Pro-projects-List .item a:after {
    height: 100%;
  }
}
.Pro-projects-List .item a .img {
  line-height: 0;
  height: 100%;
}
.Pro-projects-List .item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 1s ease;
}
.Pro-projects-List .item a .img:hover img {
  transform: scale(1.2);
}
.Pro-projects-List .item a .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  line-height: normal;
  text-align: center;
  padding: 40px 0;
  pointer-events: none;
}
@media (max-width: 675px) {
  .Pro-projects-List .item a .text {
    padding: 15px 0;
  }
}
.Pro-projects-List .item a .text h3 {
  color: #fff;
  margin: 0;
}
@media (max-width: 675px) {
  .Pro-projects-List .item a .text h3 {
    font-size: 18px;
  }
}
.Pro-projects-List .item a .text p {
  color: #fff;
}
@media (max-width: 675px) {
  .Pro-projects-List .item a .text p {
    font-size: 10px;
  }
}

.banner.projects_details .banner-content .content {
  max-width: 415px;
  bottom: 5%;
}
@media (max-width: 520px) {
  .banner.projects_details .banner-content .content {
    bottom: 20%;
  }
}
@media (max-width: 520px) {
  .banner.projects_details .banner-content .content h1 {
    margin: 0;
  }
}
@media (max-width: 520px) {
  .banner.projects_details .banner-content .content p {
    font-size: 14px;
    line-height: 30px;
  }
}
.banner.projects_details .banner-content .DOWNLO_BROU {
  position: absolute;
  right: 0;
  bottom: 10%;
}
@media (max-width: 520px) {
  .banner.projects_details .banner-content .DOWNLO_BROU {
    left: 0;
    right: auto;
  }
}
.banner.projects_details .banner-content .DOWNLO_BROU a {
  display: inline-block;
}
.banner.projects_details .banner-content .DOWNLO_BROU a img {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 520px) {
  .banner.projects_details .banner-content .DOWNLO_BROU a img {
    width: 35px;
  }
}
.banner.projects_details .banner-content .DOWNLO_BROU a span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.BN-Projects_detail {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .BN-Projects_detail {
    padding: 50px 0 20px;
  }
}
.BN-Projects_detail .flex .col1 {
  flex: 0 1 68%;
  max-width: 68%;
  padding-right: 35px;
}
@media (max-width: 991px) {
  .BN-Projects_detail .flex .col1 {
    padding: 0;
    padding-right: 15px;
  }
}
@media (max-width: 675px) {
  .BN-Projects_detail .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
.BN-Projects_detail .flex .col2 {
  flex: 0 1 32%;
  max-width: 32%;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .BN-Projects_detail .flex .col2 {
    padding: 0;
  }
}
@media (max-width: 675px) {
  .BN-Projects_detail .flex .col2 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
.BN-Projects_detail .Projects_detail .inclustion .item {
  flex: 0 1 25%;
  max-width: 25%;
  padding-right: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .BN-Projects_detail .Projects_detail .inclustion .item {
    text-align: center;
    padding: 10px 0;
    padding-right: 5px;
  }
}
@media (max-width: 520px) {
  .BN-Projects_detail .Projects_detail .inclustion .item {
    flex: 0 1 33.33%;
    max-width: 33.33%;
  }
}
.BN-Projects_detail .Projects_detail .inclustion .item .icon {
  flex: 0 1 auto;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .BN-Projects_detail .Projects_detail .inclustion .item .icon {
    display: block;
  }
}
.BN-Projects_detail .Projects_detail .inclustion .item .text {
  flex: 1;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  font-family: "Maison Neue";
  color: #003060;
  font-weight: 600;
}
@media (max-width: 991px) {
  .BN-Projects_detail .Projects_detail .inclustion .item .text {
    padding: 0;
    font-size: 12px;
  }
}
.BN-Projects_detail .Projects_detail .plain_text {
  padding: 20px 0;
}
.BN-Projects_detail .Projects_detail .plain_text p {
  text-align: justify;
  margin-bottom: 15px;
}
.BN-Projects_detail .Projects_detail .plain_text h3 {
  color: #003060;
  font-weight: 500;
  margin: 40px 0 15px;
}
.BN-Projects_detail .Projects_detail .plain_text ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 30px;
  padding-left: 0;
}
.BN-Projects_detail .Projects_detail .plain_text ul li {
  position: relative;
  padding: 0 0 0 20px;
}
.BN-Projects_detail .Projects_detail .plain_text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background: #D8B589;
  border-radius: 20px;
}
.BN-Projects_detail .Projects_detail .plain_text ul li {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  margin: 8px 0;
  padding-right: 10px;
  font-size: 14px;
}
@media (max-width: 520px) {
  .BN-Projects_detail .Projects_detail .plain_text ul li {
    flex: 0 1 50%;
    max-width: 50%;
    margin: 5px 0;
  }
}
.BN-Projects_detail .Projects_detail .plain_text ul li:before {
  background: #c4a264;
}
.BN-Projects_detail .Projects_detail .plain_text .comm_btn a {
  border: 1px solid #003060;
}
.BN-Projects_detail .Projects_detail .plain_text .comm_btn a:before {
  background: #fff;
}
.BN-Projects_detail .Projects_detail .plain_text .comm_btn a img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 11;
  margin-left: 15px;
}
.BN-Projects_detail .Projects_detail .plain_text .comm_btn a span {
  display: inline-block;
  vertical-align: middle;
  color: #003060;
  font-family: "Maison Neue";
  font-weight: 500;
  position: relative;
  z-index: 11;
  padding-left: 10px;
}
.BN-Projects_detail .Projects_detail .plain_text .comm_btn a:hover span {
  color: #fff;
}
@media (max-width: 675px) {
  .BN-Projects_detail .aside_right .form_chi_chout {
    display: flex;
    flex-direction: column-reverse;
  }
}
.BN-Projects_detail .aside_right .form_chi_chout .form {
  padding: 35px;
  background: #f3f3f3;
}
@media (max-width: 991px) {
  .BN-Projects_detail .aside_right .form_chi_chout .form {
    padding: 15px;
    padding-top: 25px;
  }
}
@media (max-width: 675px) {
  .BN-Projects_detail .aside_right .form_chi_chout .form {
    margin-top: 25px;
  }
}
@media (max-width: 991px) {
  .BN-Projects_detail .aside_right .form_chi_chout .form .formgroup {
    margin-bottom: 10px;
  }
}
.BN-Projects_detail .aside_right .form_chi_chout .form .formgroup .form-control {
  border-color: #a1a1a1;
  color: #666666;
}
@media (max-width: 991px) {
  .BN-Projects_detail .aside_right .form_chi_chout .form .formgroup .form-control {
    font-size: 14px;
  }
}
.BN-Projects_detail .aside_right .form_chi_chout .form .formgroup label {
  color: #003060;
}
@media (max-width: 991px) {
  .BN-Projects_detail .aside_right .form_chi_chout .form .formgroup label {
    font-size: 14px;
  }
}
.BN-Projects_detail .aside_right .form_chi_chout .form .comm_btn {
  display: block;
  line-height: 0;
  margin-top: 15px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .BN-Projects_detail .aside_right .form_chi_chout .form .comm_btn {
    margin-bottom: 20px;
  }
}
.BN-Projects_detail .aside_right .form_chi_chout .form .comm_btn a {
  display: block;
  line-height: normal;
  text-align: center;
}
.BN-Projects_detail .aside_right .form_chi_chout .form .clall_d {
  text-align: center;
  display: block;
}
.BN-Projects_detail .aside_right .form_chi_chout .form .clall_d a {
  display: inline-block;
  color: #000;
  font-family: "Maison Neue";
  font-weight: 600;
}
.BN-Projects_detail .aside_right .form_chi_chout .flex .col {
  flex: 0 1 50%;
  max-width: 50%;
}
.BN-Projects_detail .aside_right .form_chi_chout .flex .col:first-child {
  padding-right: 8px;
}
.BN-Projects_detail .aside_right .form_chi_chout .flex .col:last-child {
  padding-left: 8px;
}
@media (max-width: 675px) {
  .BN-Projects_detail .aside_right .form_chi_chout .share_post {
    margin-top: 0;
  }
}
.BN-Projects_detail .aside_right .form_chi_chout .share_post h6 {
  color: #003060;
  font-weight: 600;
  border-bottom: 1px solid #003060;
  padding-bottom: 10px;
  margin-bottom: 30px;
  margin-top: 0;
}
.BN-Projects_detail .aside_right .form_chi_chout .share_post .social_links ul li {
  margin-right: 10px;
}
@media (max-width: 991px) {
  .BN-Projects_detail .aside_right .form_chi_chout .share_post .social_links ul li a {
    width: 20px;
  }
}
.BN-Projects_detail .aside_right .form_chi_chout .share_post .social_links ul li a svg path {
  fill: #003060;
}
.BN-Projects_detail .aside_right .form_chi_chout .share_post .social_links ul li a:hover svg path {
  fill: #D8B589;
}

.ProjectD-Gallery {
  padding: 30px 0;
}
.ProjectD-Gallery .heading h2 {
  font-size: 36px;
  line-height: 36px;
  margin: 0;
}
.ProjectD-Gallery .gallery_slider {
  padding: 30px 0;
}

.video_proj .bg {
  background: url("../images/details/img3.jpg") !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  padding: 260px 0;
}
@media (max-width: 991px) {
  .video_proj .bg {
    padding: 150px 0;
  }
}

.BN-MoreProjects {
  padding: 60px 0 1px;
}
@media (max-width: 991px) {
  .BN-MoreProjects {
    padding: 40px 10px 11px;
  }
}
.BN-MoreProjects .Pro-projects-List {
  padding-bottom: 0;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .BN-MoreProjects .Pro-projects-List {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .BN-MoreProjects .Pro-projects-List {
    padding-top: 20px;
  }
}
@media (max-width: 675px) {
  .BN-MoreProjects .Pro-projects-List {
    padding: 20px 0;
  }
}
.BN-MoreProjects .owl-carousel .owl-nav button.owl-prev {
  left: 5%;
}
.BN-MoreProjects .owl-carousel .owl-nav button.owl-next {
  right: 5%;
}

.bN-BlogListSec {
  background: #fff;
  padding: 76px 0 1px;
}
@media (max-width: 675px) {
  .bN-BlogListSec {
    padding-top: 66px;
  }
}
@media (max-width: 520px) {
  .bN-BlogListSec {
    padding-bottom: 3px;
  }
}
.bN-BlogListSec .flex .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  padding: 2px;
}
@media (max-width: 675px) {
  .bN-BlogListSec .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 520px) {
  .bN-BlogListSec .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 3px 5px;
  }
}
.bN-BlogListSec .flex .col:nth-child(5n-4) {
  flex: 0 1 66.66%;
  max-width: 66.66%;
}
@media (max-width: 675px) {
  .bN-BlogListSec .flex .col:nth-child(5n-4) {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 520px) {
  .bN-BlogListSec .flex .col:nth-child(5n-4) {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.bN-BlogListSec .item {
  height: 100%;
}
.bN-BlogListSec .item a {
  display: block;
  height: 100%;
  position: relative;
}
.bN-BlogListSec .item a .img {
  line-height: 0;
  height: 100%;
  position: relative;
}
.bN-BlogListSec .item a .img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.6;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to top, #000, transparent);
  height: 300px;
  pointer-events: none;
}
.bN-BlogListSec .item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bN-BlogListSec .item a .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 45px;
}
@media (max-width: 767px) {
  .bN-BlogListSec .item a .content {
    padding: 15px;
  }
}
.bN-BlogListSec .item a .content p {
  color: #fff;
}

.banner.blog_details .banner-content .content {
  max-width: 500px;
}
@media (max-width: 1140px) {
  .banner.blog_details .banner-content .content {
    max-width: 530px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .banner.blog_details .banner-content .content {
    padding: 0;
  }
}
.banner.blog_details .banner-content .content h1 {
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .banner.blog_details .banner-content .content h1 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 400px) {
  .banner.blog_details .banner-content .content h1 {
    font-size: 20px;
    line-height: 28px;
  }
}

.Bn-blogDetails {
  padding: 45px 0;
}
.Bn-blogDetails .flex .col1 {
  flex: 0 1 75%;
  max-width: 75%;
  padding-right: 25px;
}
@media (max-width: 1140px) {
  .Bn-blogDetails .flex .col1 {
    flex: 0 1 70%;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .Bn-blogDetails .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
.Bn-blogDetails .flex .col2 {
  flex: 0 1 25%;
  max-width: 25%;
  padding-left: 25px;
}
@media (max-width: 1140px) {
  .Bn-blogDetails .flex .col2 {
    flex: 0 1 30%;
    max-width: 30%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .Bn-blogDetails .flex .col2 {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
.Bn-blogDetails .content p {
  line-height: 24px;
  color: #282828;
  margin-bottom: 20px;
  text-align: justify;
}
.Bn-blogDetails .content h5 {
  margin: 20px 0;
  font-size: 24px;
  color: #003060;
  font-weight: 600;
}
.Bn-blogDetails .content ul li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 24px;
  color: #282828;
  margin: 4px 0;
}
.Bn-blogDetails .content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background: #D8B589;
  border-radius: 20px;
}
.Bn-blogDetails .aside {
  position: sticky;
  top: 100px;
}
.Bn-blogDetails .aside h5 {
  font-size: 18px;
  font-weight: 600;
  color: #003060;
  border-bottom: 1px solid #000;
  margin: 0 0 15px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.Bn-blogDetails .aside .quick_links ul li a {
  font-size: 14px;
  color: #404040;
  line-height: 26px;
  font-weight: 500;
  padding: 0;
  transition: 400ms ease;
}
.Bn-blogDetails .aside .quick_links ul li a:hover {
  padding-left: 8px;
  color: #D8B589;
}
.Bn-blogDetails .aside .share_post {
  margin-top: 60px;
}
@media (max-width: 675px) {
  .Bn-blogDetails .aside .share_post {
    margin-top: 30px;
  }
}
.Bn-blogDetails .aside .share_post ul {
  margin-top: 20px;
}
.Bn-blogDetails .aside .share_post ul li {
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 991px) {
  .Bn-blogDetails .aside .share_post ul li {
    margin-right: 4px;
  }
}
.Bn-blogDetails .aside .share_post ul li:last-child {
  margin: 0;
}
.Bn-blogDetails .aside .share_post ul li a {
  width: 34px;
  height: 34px;
  border: 1px solid #000;
  line-height: 0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  transition: 700ms ease;
}
@media (max-width: 991px) {
  .Bn-blogDetails .aside .share_post ul li a {
    width: 30px;
    height: 30px;
  }
}
.Bn-blogDetails .aside .share_post ul li a svg {
  width: 18px;
  height: 18px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .Bn-blogDetails .aside .share_post ul li a svg {
    width: 14px;
    height: 14px;
  }
}
.Bn-blogDetails .aside .share_post ul li a svg path {
  fill: #000;
  transition: 700ms ease;
}
.Bn-blogDetails .aside .share_post ul li a:hover {
  border-color: #D8B589;
}
.Bn-blogDetails .aside .share_post ul li a:hover svg path {
  fill: #D8B589;
}

.related_blog {
  padding: 60px 0 2px;
}
@media (max-width: 1140px) {
  .related_blog {
    padding: 0 0 45px;
  }
}
@media (max-width: 767px) {
  .related_blog {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .related_blog {
    padding-top: 0px;
  }
}
.related_blog .heading {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .related_blog .heading {
    margin-bottom: 40px;
  }
}
.related_blog .heading h2 {
  color: #003060;
  font-size: 36px;
}
@media (max-width: 767px) {
  .related_blog .heading h2 {
    font-size: 30px;
  }
}
.related_blog .heading p {
  color: #000;
  letter-spacing: 3px;
}
.related_blog .owl-stage {
  display: flex;
}
.related_blog .relatedBlo_slid .item {
  height: 100%;
}
.related_blog .relatedBlo_slid .item a {
  display: block;
  height: 100%;
  position: relative;
}
.related_blog .relatedBlo_slid .item a .img {
  line-height: 0;
  height: 100%;
  position: relative;
}
.related_blog .relatedBlo_slid .item a .img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.6;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to top, #000, transparent);
  height: 300px;
  pointer-events: none;
}
.related_blog .relatedBlo_slid .item a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.related_blog .relatedBlo_slid .item a .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 45px;
}
@media (max-width: 1140px) {
  .related_blog .relatedBlo_slid .item a .content {
    padding: 15px;
  }
}
.related_blog .relatedBlo_slid .item a .content p {
  color: #fff;
}
.related_blog .relatedBlo_slid .owl-nav button.owl-prev {
  left: 2%;
}
.related_blog .relatedBlo_slid .owl-nav button.owl-next {
  right: 2%;
}

.banner.construction_banner .banner-content .content {
  bottom: 6%;
}
.banner.construction_banner .banner-content .content h1 {
  font-size: 36px;
  line-height: 40px;
}

.BN_Const_text {
  padding: 60px 0;
}
.BN_Const_text .flex {
  align-items: center;
}
.BN_Const_text .flex .col1 {
  flex: 0 1 70%;
  max-width: 70%;
  padding-right: 25px;
}
@media (max-width: 675px) {
  .BN_Const_text .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
    order: 1;
  }
}
.BN_Const_text .flex .col2 {
  flex: 0 1 30%;
  max-width: 30%;
  padding-left: 15px;
}
@media (max-width: 675px) {
  .BN_Const_text .flex .col2 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
    order: 0;
    margin-bottom: 25px;
  }
}
.BN_Const_text .content h3 {
  line-height: 30px;
  font-weight: 500;
  color: #003060;
}
@media (max-width: 520px) {
  .BN_Const_text .content h3 {
    line-height: 25px;
    font-size: 16px;
  }
}
.BN_Const_text .content p {
  font-weight: 500;
}
@media (max-width: 520px) {
  .BN_Const_text .content p {
    font-weight: normal;
  }
}

.BN-Location_Construct .flex .col1 {
  flex: 0 1 411px;
  max-width: 411px;
}
@media (max-width: 675px) {
  .BN-Location_Construct .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
    order: 1;
  }
}
.BN-Location_Construct .flex .col2 {
  flex: 1;
}
@media (max-width: 675px) {
  .BN-Location_Construct .flex .col2 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
    order: 0;
  }
}
.BN-Location_Construct .aside_left {
  padding: 15px;
  background: #f7f7f7;
  position: relative;
}
.BN-Location_Construct .aside_left .line {
  position: absolute;
  right: 17px;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background: #003060;
}
@media (max-width: 675px) {
  .BN-Location_Construct .aside_left .line {
    display: none;
  }
}
.BN-Location_Construct .locat_COnstr_list {
  height: 85vh;
  overflow-y: scroll;
}
@media (max-width: 991px) {
  .BN-Location_Construct .locat_COnstr_list {
    height: 500px;
  }
}
@media (max-width: 675px) {
  .BN-Location_Construct .locat_COnstr_list {
    height: 100%;
    overflow: unset;
  }
}
.BN-Location_Construct .locat_COnstr_list ul {
  padding-right: 40px;
  padding-left: 15px;
}
@media (max-width: 675px) {
  .BN-Location_Construct .locat_COnstr_list ul {
    padding: 0;
  }
}
.BN-Location_Construct .locat_COnstr_list ul li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.BN-Location_Construct .locat_COnstr_list ul li:last-child {
  border: 0;
}
.BN-Location_Construct .locat_COnstr_list ul li.current {
  font-size: 18px;
  font-family: "Maison Neue";
  font-weight: 600;
  color: #003060;
}
.BN-Location_Construct .mapholder {
  height: 100%;
}
.BN-Location_Construct .mapholder .map {
  height: 100%;
}
@media (max-width: 675px) {
  .BN-Location_Construct .mapholder .map {
    height: 350px;
    margin-bottom: 25px;
  }
}

.const_calltoact {
  padding: 30px 0;
  background: #D8B589;
}
.const_calltoact .flex .col1 {
  flex: 0 1 70%;
  max-width: 70%;
  padding-right: 15px;
}
@media (max-width: 675px) {
  .const_calltoact .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
.const_calltoact .flex .col2 {
  flex: 0 1 30%;
  max-width: 30%;
}
@media (max-width: 675px) {
  .const_calltoact .flex .col2 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.const_calltoact .content {
  max-width: 664px;
}
@media (max-width: 675px) {
  .const_calltoact .content {
    max-width: 100%;
    text-align: center;
  }
}
.const_calltoact .content p {
  color: #fff;
  font-family: "Maison Neue";
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 675px) {
  .const_calltoact .content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
.const_calltoact .calbtn {
  text-align: right;
}
@media (max-width: 675px) {
  .const_calltoact .calbtn {
    text-align: center;
  }
}
.const_calltoact .calbtn .comm_btn a span {
  color: #003060;
  font-family: "Maison Neue";
  font-weight: 600;
}
.const_calltoact .calbtn .comm_btn a:hover span {
  color: #fff;
}
.const_calltoact .calbtn .comm_btn a:before {
  background: #fff;
}
.const_calltoact .calbtn .comm_btn a::after {
  background: #003060;
}

.BN-FAQ-Inn {
  padding: 76px 0 0;
  background: url("../images/faq/bg1.jpg");
}
@media (max-width: 675px) {
  .BN-FAQ-Inn {
    padding-top: 57px;
  }
}
.BN-FAQ-Inn .flex .col1 {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .BN-FAQ-Inn .flex .col1 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.BN-FAQ-Inn .flex .col2 {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .BN-FAQ-Inn .flex .col2 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.BN-FAQ-Inn .img {
  line-height: 0;
}
@media (max-width: 1140px) {
  .BN-FAQ-Inn .img {
    position: sticky;
    top: 76px;
  }
}
.BN-FAQ-Inn .img img {
  width: 100%;
}
.BN-FAQ-Inn .FAQ_List {
  padding: 50px;
}
@media (max-width: 991px) {
  .BN-FAQ-Inn .FAQ_List {
    padding: 50px 15px;
  }
}
.BN-FAQ-Inn .FAQ_List .heading {
  margin-bottom: 40px;
}
.BN-FAQ-Inn .FAQ_List .heading h2 {
  color: #003060;
  font-size: 36px;
}
.BN-FAQ-Inn .FAQ_List .List_faq .item {
  position: relative;
}
.BN-FAQ-Inn .FAQ_List .List_faq .item .title {
  font-size: 18px;
  line-height: 26px;
  color: #003060;
  font-weight: 500;
  cursor: pointer;
  padding-right: 60px;
  margin: 15px 0;
}
@media (max-width: 675px) {
  .BN-FAQ-Inn .FAQ_List .List_faq .item .title {
    font-size: 14px;
    line-height: 20px;
  }
}
.BN-FAQ-Inn .FAQ_List .List_faq .item .title.current ~ .trigger span:last-child {
  opacity: 0;
}
.BN-FAQ-Inn .FAQ_List .List_faq .item .trigger {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 675px) {
  .BN-FAQ-Inn .FAQ_List .List_faq .item .trigger {
    top: 2px;
    width: 15px;
    height: 15px;
  }
}
.BN-FAQ-Inn .FAQ_List .List_faq .item .trigger span {
  display: block;
  background: #003060;
}
.BN-FAQ-Inn .FAQ_List .List_faq .item .trigger span:first-child {
  width: 100%;
  height: 2px;
  position: absolute;
}
.BN-FAQ-Inn .FAQ_List .List_faq .item .trigger span:last-child {
  width: 2px;
  height: 100%;
}
.BN-FAQ-Inn .FAQ_List .List_faq .item .content {
  padding-right: 60px;
  display: none;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .BN-FAQ-Inn .FAQ_List .List_faq .item .content {
    padding-right: 0;
  }
}
.BN-FAQ-Inn .FAQ_List .List_faq .item .content p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.BN-FAQ-Inn .FAQ_List .List_faq .item .content ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.BN-FAQ-Inn .FAQ_List .List_faq .item .content ul li {
  font-size: 14px;
  line-height: 20px;
}
.BN-FAQ-Inn .FAQ_List .List_faq .item:first-child .content {
  display: block;
}

.contact_plain_text {
  padding: 120px 0 80px;
}
.contact_plain_text .content h2 {
  font-size: 36px;
  color: #666666;
  font-weight: 500;
  line-height: 45px;
}
@media (max-width: 767px) {
  .contact_plain_text .content h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 675px) {
  .contact_plain_text .content h2 {
    font-size: 26px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 420px) {
  .contact_plain_text .content h2 {
    font-size: 23px;
    line-height: 30px;
  }
}
.contact_plain_text .content h2 span {
  color: #003060;
}
.contact_plain_text .content ul li {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 400px) {
  .contact_plain_text .content ul li {
    margin-right: 8px;
  }
}
.contact_plain_text .content ul li .comm_btn {
  line-height: 0;
}
.contact_plain_text .content ul li .comm_btn a {
  line-height: normal;
  border: 1px solid #003060;
}
.contact_plain_text .content ul li .comm_btn a span {
  color: #003060;
}
.contact_plain_text .content ul li .comm_btn a:hover {
  border-color: #D8B589;
}
.contact_plain_text .content ul li .comm_btn a:hover span {
  color: #fff;
}
.contact_plain_text .content ul li .comm_btn a:before {
  background: #fff;
}
.contact_plain_text .content ul li .comm_btn a:after {
  background: #D8B589;
}
.contact_plain_text .content ul li span.down {
  line-height: normal;
  color: #003060;
  cursor: pointer;
  position: relative;
}
.contact_plain_text .content ul li span.down img {
  margin-left: 10px;
  display: inline-block;
}

.contact_info_conp {
  background: url("../images/contact/bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 142px 0;
}
@media (max-width: 767px) {
  .contact_info_conp {
    padding: 50px 0;
  }
}
.contact_info_conp .info_boxc {
  max-width: 375px;
  padding: 35px;
  background: #003060;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 675px) {
  .contact_info_conp .info_boxc {
    margin: 0 auto;
  }
}
.contact_info_conp .info_boxc .card img {
  display: block;
  margin-right: 0;
  margin-bottom: 25px;
}
@media (max-width: 675px) {
  .contact_info_conp .info_boxc .card img {
    max-width: 140px;
  }
}
.contact_info_conp .info_boxc .card h2 {
  color: #ffffff;
  font-weight: 600;
  margin: 0 0 18px;
  font-size: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0705882353);
  padding-bottom: 15px;
}
.contact_info_conp .info_boxc .card h6 {
  color: #fff;
  font-weight: 500;
}
.contact_info_conp .info_boxc .card .line {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 25px 0;
}
.contact_info_conp .info_boxc .card p {
  color: #fff;
  font-weight: 500;
  font-family: "Maison Neue";
  margin-bottom: 10px;
}
.contact_info_conp .info_boxc .card p a {
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}

.contact_pae_contact_Sect {
  background: url("../images/home/bg.jpg");
  padding: 70px 0;
}
.contact_pae_contact_Sect .flex .col {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 675px) {
  .contact_pae_contact_Sect .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.contact_pae_contact_Sect .flex .col:first-child {
  padding-right: 30px;
}
@media (max-width: 991px) {
  .contact_pae_contact_Sect .flex .col:first-child {
    padding-right: 0;
  }
}
@media (max-width: 675px) {
  .contact_pae_contact_Sect .flex .col:first-child {
    padding: 0;
  }
}
.contact_pae_contact_Sect .flex .col:last-child {
  padding-left: 30px;
}
@media (max-width: 675px) {
  .contact_pae_contact_Sect .flex .col:last-child {
    padding: 0;
  }
}
@media (max-width: 675px) {
  .contact_pae_contact_Sect .flex .col .addr-inf {
    margin-top: 3rem;
  }
}
.contact_pae_contact_Sect .flex .col .addr-inf li {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact_pae_contact_Sect .flex .col .addr-inf li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.contact_pae_contact_Sect .flex .col .addr-inf li .ico {
  flex: 0 0 50px;
  height: 50px;
  max-width: 50px;
  width: 100%;
  padding: 10px;
  background: #D8B589;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .contact_pae_contact_Sect .flex .col .addr-inf li .ico {
    flex: 0 0 40px;
    height: 40px;
    max-width: 40px;
  }
}
.contact_pae_contact_Sect .flex .col .addr-inf li .ico svg {
  width: 100%;
  height: 100%;
  display: block;
}
.contact_pae_contact_Sect .flex .col .addr-inf li .ico svg path {
  fill: #fff;
}
.contact_pae_contact_Sect .flex .col .addr-inf li .asd-rt {
  flex: 1;
}
.contact_pae_contact_Sect .flex .col .addr-inf li .asd-rt h6 {
  color: #003060;
  font-weight: 600;
  margin: 0 0 8px;
  font-size: 18px;
}
.contact_pae_contact_Sect .flex .col .addr-inf li .asd-rt .span {
  display: block;
}
.contact_pae_contact_Sect .flex .col .addr-inf li .asd-rt .vst-lnk {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #003060;
  margin-top: 12px;
  line-height: 1;
  font-weight: 500;
  font-size: 14px;
  transition: 0.3s ease;
}
.contact_pae_contact_Sect .flex .col .addr-inf li .asd-rt .vst-lnk svg {
  transition: 0.3s ease;
}
.contact_pae_contact_Sect .flex .col .addr-inf li .asd-rt .vst-lnk svg path {
  transition: 0.3s ease;
}
.contact_pae_contact_Sect .flex .col .addr-inf li .asd-rt .vst-lnk:hover {
  color: #D8B589;
}
.contact_pae_contact_Sect .flex .col .addr-inf li .asd-rt .vst-lnk:hover svg {
  transform: translateX(5px);
}
.contact_pae_contact_Sect .flex .col .addr-inf li .asd-rt .vst-lnk:hover svg path {
  fill: #003060;
}
.contact_pae_contact_Sect .content {
  max-width: 485px;
}
@media (max-width: 675px) {
  .contact_pae_contact_Sect .content {
    max-width: 100%;
  }
}
.contact_pae_contact_Sect .content h2 {
  font-size: 30px;
  line-height: 36px;
  color: #003060;
  font-weight: 600;
  max-width: 420px;
}
@media (max-width: 675px) {
  .contact_pae_contact_Sect .content h2 {
    max-width: 100%;
    font-size: 23px;
    line-height: 30px;
  }
}
.contact_pae_contact_Sect .content .line {
  display: block;
  background: #c7c7c7;
  height: 1px;
  margin: 40px 0;
}
@media (max-width: 767px) {
  .contact_pae_contact_Sect .content .line {
    opacity: 0;
    margin: 20px 0;
  }
}
.contact_pae_contact_Sect .content h3 {
  color: #003060;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contact_pae_contact_Sect .content h3 {
    display: none;
  }
}
.contact_pae_contact_Sect .content .comm_btn {
  line-height: 0;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact_pae_contact_Sect .content .comm_btn {
    display: none;
  }
}
.contact_pae_contact_Sect .content .comm_btn a {
  line-height: normal;
  border: 1px solid #003060;
}
.contact_pae_contact_Sect .content .comm_btn a span {
  color: #003060;
  font-weight: 500;
}
.contact_pae_contact_Sect .content .comm_btn a:hover {
  border-color: #D8B589;
}
.contact_pae_contact_Sect .content .comm_btn a:hover span {
  color: #fff;
}
.contact_pae_contact_Sect .content .comm_btn a:before {
  background: #fff;
}
.contact_pae_contact_Sect .content .comm_btn a:after {
  background: #D8B589;
}
.contact_pae_contact_Sect .contact_form .form .formgroup .form-control {
  border-bottom: 1px solid #003060;
  color: #003060;
}
.contact_pae_contact_Sect .contact_form .form .formgroup label {
  color: #003060;
}
.contact_pae_contact_Sect .contact_form .form .form-btn {
  margin-top: 40px;
}
.contact_pae_contact_Sect .contact_form .form .form-btn .btn_inp {
  background: #003060;
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  max-width: 200px;
  text-align: center;
  width: 100%;
  font-weight: 500;
  border: 0;
  transition: 0.3s ease;
}
.contact_pae_contact_Sect .contact_form .form .form-btn .btn_inp:hover {
  background: #D8B589;
  color: #fff;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .col {
  position: sticky;
  top: 96px;
  height: 100%;
}
@media (max-width: 675px) {
  .contact_pae_contact_Sect.prtnr-wih-us-secF .col {
    position: unset;
    height: auto;
  }
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .content h2 {
  max-width: 100%;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form h5 {
  color: #003060;
  font-weight: 500;
  margin: 15px 0;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 15px 0;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form p {
  margin: 15px 0;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form ul {
  margin: 15px 0;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form ul li:has(input:checked) {
  color: #000;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form ul li:has(input:checked) input::before {
  outline: 5px solid #003060;
  outline-offset: -8px;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form ul li label {
  font-size: 15px;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form ul li input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  height: 18px;
  width: 18px;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form ul li input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #003060;
  background: #fff;
  transition: 0.01s ease;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form .form-eje {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  background: #efefef;
  padding: 15px;
}
@media (max-width: 675px) {
  .contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form .form-eje {
    grid-template-columns: 100%;
  }
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form .form-eje .span-2 {
  grid-column: span 2;
}
@media (max-width: 675px) {
  .contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form .form-eje .span-2 {
    grid-column: unset;
  }
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form .form-eje .formgroup {
  margin: 0;
  background: #fff;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form .form-eje .formgroup label {
  left: 15px;
  right: auto;
  padding: 0;
  font-size: 14px;
  top: 9px;
  background: #fff;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form .form-eje .formgroup .form-control {
  border: 1px solid #003060;
  height: 38px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form .form-eje .formgroup .form-control.valid ~ label, .contact_pae_contact_Sect.prtnr-wih-us-secF .contact_form .form-eje .formgroup .form-control:focus ~ label {
  top: -11px !important;
  font-size: 13px;
}

.appartment-secB h2 {
  color: #003060;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 767px) {
  .appartment-secB h2 {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
}

.bhklisting {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.bhklisting ul {
  padding-left: 25px;
}
.bhklisting ul li {
  list-style-type: none;
}
.bhklisting ul li::before {
  content: "•";
  color: #D8B589;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.bhkrent-secC {
  margin: 40px 0;
  background: url(../images/home/bg.jpg);
  padding: 80px 0;
}
@media (max-width: 991px) {
  .bhkrent-secC {
    padding: 60px 0;
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .bhkrent-secC {
    padding: 40px 0;
    margin: 0px 0;
  }
}
.bhkrent-secC .container .flex .colA {
  flex: 0 1 45%;
  max-width: 45%;
  width: 100%;
  margin: auto;
}
@media (max-width: 860px) {
  .bhkrent-secC .container .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.bhkrent-secC .container .flex .colA .content-box {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .bhkrent-secC .container .flex .colA .content-box {
    padding-left: 30px;
  }
}
@media (max-width: 860px) {
  .bhkrent-secC .container .flex .colA .content-box {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .bhkrent-secC .container .flex .colA .content-box {
    padding-left: 0;
    padding-top: 20px;
  }
}
.bhkrent-secC .container .flex .colA .content-box h2 {
  color: #003060;
  font-size: 36px;
  font-weight: 600;
  line-height: 40px;
}
@media (max-width: 767px) {
  .bhkrent-secC .container .flex .colA .content-box h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.bhkrent-secC .container .flex .colA .content-box p {
  margin-bottom: 15px;
}
.bhkrent-secC .container .flex .colA .content-box ul {
  padding-left: 25px;
}
.bhkrent-secC .container .flex .colA .content-box ul li {
  list-style-type: none;
}
.bhkrent-secC .container .flex .colA .content-box ul li::before {
  content: "•";
  color: #D8B589;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.bhkrent-secC .container .flex .colB {
  flex: 0 1 55%;
  max-width: 55%;
  width: 100%;
}
@media (max-width: 860px) {
  .bhkrent-secC .container .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}

.mb-10 {
  margin-bottom: 10px;
  text-align: justify;
}

.p-10 {
  padding: 10px 0 !important;
}

.back-none {
  background: #fff !important;
}

.con-strip-sec {
  background: url(../images/home/bg.jpg);
  padding: 60px 0;
}
@media (max-width: 860px) {
  .con-strip-sec {
    padding: 40px 0;
  }
}
.con-strip-sec h4 {
  color: #003060;
  font-weight: 600;
  line-height: 30px;
}
.con-strip-sec .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}
@media (max-width: 675px) {
  .con-strip-sec .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.con-strip-sec .grid .col {
  text-align: center;
}
.con-strip-sec .grid .col .content a {
  color: #D8B589;
}

.eweuens {
  padding: 60px 0 0;
}
.eweuens p {
  margin-bottom: 15px;
}
.eweuens a {
  color: #000;
  text-decoration: underline;
}

.appartment-secB a:not(.btn_inp) {
  text-decoration: underline;
  color: #000;
}
.appartment-secB.onebhksecB .flex .content-box h2 {
  font-size: 26px;
  line-height: 30px;
}
.appartment-secB.onebhksecB.fltdimg-seciopie {
  padding-top: 36px;
}
.appartment-secB.onebhksecB.fltdimg-seciopie h3 {
  font-weight: 500;
}
.appartment-secB.onebhksecB.fltdimg-seciopie a:not(.btn_inp) {
  color: #000;
  text-decoration: underline;
}
.appartment-secB.onebhksecB.fltdimg-seciopie .btn {
  text-align: center;
  margin-top: 45px;
}
.appartment-secB.onebhksecB.fltdimg-seciopie .btn a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.appartment-secB.onebhksecB.fltdimg-seciopie .content-box p {
  margin-bottom: 15px;
}

.float-img-jdfj {
  width: 50%;
  float: right;
  margin: 0 0 25px 40px;
}

.bhkrent-secC.iiewnes a {
  text-decoration: underline;
  color: #000;
}
.bhkrent-secC.iiewnes .heading {
  text-align: center;
  margin-bottom: 55px;
}
.bhkrent-secC.iiewnes .heading h3 {
  font-size: 30px;
  font-weight: 500;
}
.bhkrent-secC.iiewnes .flex .colA h4 {
  text-align: left;
  line-height: 1.3;
  font-weight: 500;
  font-size: 18px;
}

.Appartment-ValueSec.back-none.p-10 a {
  text-decoration: underline;
  color: #000;
}

.banner.construction_banner .banner-content.banner-overlay.extraparacontent .content p {
  font-size: 16px;
  line-height: 1.4 !important;
}
.banner.construction_banner .banner-content.banner-overlay.extraparacontent .content a {
  text-decoration: underline;
  color: #fff;
}

.Appartment-ValueSec.back-none.p-10.ubeew-sec88 p {
  margin-bottom: 15px;
}

.model.Grrow-EnquiryModel {
  top: 0;
  bottom: 0;
  max-width: 500px;
  width: 100%;
  right: 0;
  background: #fff;
  z-index: 1111;
  padding: 35px 60px;
  height: 100vh;
  overflow: hidden;
  transform: translateX(100%);
  transition: 700ms ease;
  background-position: bottom right;
}
@media (max-width: 767px) {
  .model.Grrow-EnquiryModel {
    padding: 50px 25px;
  }
}
.model.Grrow-EnquiryModel.is-open {
  transform: translateX(0%);
}
.model.Grrow-EnquiryModel .close_model {
  top: 20px;
  right: 30px;
}
.model.Grrow-EnquiryModel .shade_img {
  position: absolute;
  bottom: 0;
  right: 0;
  filter: invert(1) grayscale(1) blur(0);
  opacity: 0.1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.model.Grrow-EnquiryModel .model-body {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
}
.model.Grrow-EnquiryModel .model-body h3 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #003060;
  font-weight: 500;
}
.model.Grrow-EnquiryModel .model-body p {
  font-size: 14px;
  line-height: 20px;
}
.model.Grrow-EnquiryModel .model-body .colf {
  padding: 8px 0;
}
.model.Grrow-EnquiryModel .model-body .form {
  margin-top: 20px;
}
.model.Grrow-EnquiryModel .model-body .form .flex .col_ {
  flex: 0 1 50%;
  max-width: 50%;
}
.model.Grrow-EnquiryModel .model-body .form .flex .col_:first-child {
  padding-right: 7px;
}
.model.Grrow-EnquiryModel .model-body .form .flex .col_:last-child {
  padding-left: 7px;
}
.model.Grrow-EnquiryModel .model-body .form .formgroup {
  margin: 0;
}
.model.Grrow-EnquiryModel .model-body .form .formgroup .form-control {
  background: #fff;
  border: 0;
  padding: 0 15px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.04);
  transition: 700ms ease;
  color: #666666;
  font-size: 14px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 38px;
}
.model.Grrow-EnquiryModel .model-body .form .formgroup .form-control:focus, .model.Grrow-EnquiryModel .model-body .form .formgroup .form-control.valid {
  border-color: #000;
  box-shadow: 0 -7px 8px 1px rgba(0, 0, 0, 0.04);
}
.model.Grrow-EnquiryModel .model-body .form .formgroup .form-control:focus ~ label, .model.Grrow-EnquiryModel .model-body .form .formgroup .form-control.valid ~ label {
  top: -10px;
}
.model.Grrow-EnquiryModel .model-body .form .formgroup textarea.form-control {
  padding-top: 15px;
  height: 120px;
}
.model.Grrow-EnquiryModel .model-body .form .formgroup label {
  color: #666666;
  font-size: 14px;
  padding: 0 10px;
  top: 12px;
  left: 7px;
  right: auto;
  line-height: 14px;
  background: #fff;
}
.model.Grrow-EnquiryModel .model-body .form .form_btn .btn {
  display: block;
  background-color: #003060;
  margin: 20px auto;
  transition: 700ms ease;
}
.model.Grrow-EnquiryModel .model-body .form .form_btn .btn:hover {
  background: #D8B589;
}
.model.Grrow-EnquiryModel .model-body .form .form_btn .btn input {
  background: transparent;
  border: 0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 30px;
  cursor: pointer;
  text-align: center;
  width: 100%;
  color: #fff;
}

.construction_banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9019607843), transparent);
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.appartments {
  top: 55%;
  bottom: 0 !important;
  transform: translateY(-55%);
  left: 0 !important;
  max-width: 510px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .appartments {
    left: 5% !important;
    max-width: 730px;
    right: 5% !important;
  }
}
@media (max-width: 860px) {
  .appartments {
    top: 60%;
    max-width: 425px;
  }
}
@media (max-width: 767px) {
  .appartments .appartment-ban-cta {
    display: block;
  }
}
@media (max-width: 767px) {
  .appartments > h1 {
    font-size: 30px !important;
    line-height: 35px;
  }
}
@media (max-width: 675px) {
  .appartments > h1 {
    font-size: 26px !important;
    line-height: 35px !important;
  }
}
.appartments > p {
  line-height: 25px !important;
  color: #fff;
}
@media (max-width: 860px) {
  .appartments > p {
    display: none;
  }
}
.appartments .show-860 {
  display: none;
}
@media (max-width: 860px) {
  .appartments .show-860 {
    display: block;
  }
}

.p_link {
  color: #D8B589;
}

.p-white {
  color: #fff;
}

.p_opa {
  opacity: 1;
}

.banner-overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #000, transparent);
}

.oberlay_before:before {
  height: 400px !important;
}

.btn_inp {
  background: #D8B589;
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  max-width: 200px;
  text-align: center;
  width: 100%;
  font-weight: 500;
  border: 0;
  cursor: pointer;
}
.btn_inp:hover {
  color: #fff !important;
}
@media (max-width: 767px) {
  .btn_inp {
    padding: 8px 20px;
  }
}

.appartment-secB {
  margin: 40px 0;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .appartment-secB {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .appartment-secB {
    margin: 0;
    padding: 50px 0;
  }
}
@media (max-width: 860px) {
  .appartment-secB {
    padding: 30px 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .appartment-secB {
    margin: 0;
    padding: 35px 0;
  }
}
.appartment-secB .container .flex .colA {
  flex: 0 1 45%;
  max-width: 45%;
  width: 100%;
  margin: auto;
}
@media (max-width: 860px) {
  .appartment-secB .container .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.appartment-secB .container .flex .colA .content-box {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .appartment-secB .container .flex .colA .content-box {
    padding-right: 25px;
  }
}
@media (max-width: 860px) {
  .appartment-secB .container .flex .colA .content-box {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .appartment-secB .container .flex .colA .content-box {
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.appartment-secB .container .flex .colA .content-box p {
  margin-bottom: 15px;
}
.appartment-secB .container .flex .colB {
  flex: 0 1 55%;
  max-width: 55%;
  width: 100%;
}
@media (max-width: 860px) {
  .appartment-secB .container .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 860px) {
  .appartment-secB .container .flex .colB figure {
    margin-top: 20px;
  }
}

.f-new {
  color: #003060;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 8px;
}

.lh-40 {
  line-height: 40px;
}
@media (max-width: 767px) {
  .lh-40 {
    font-size: 30px;
    line-height: 35px;
  }
}

.appartment-gallery-sec {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .appartment-gallery-sec {
    padding: 30px 0;
  }
}
.appartment-gallery-sec .container .gallery-content {
  max-width: 767px;
  margin: 0 auto 60px;
}
@media (max-width: 991px) {
  .appartment-gallery-sec .container .gallery-content {
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .appartment-gallery-sec .container .gallery-content {
    margin: 0 auto 30px;
  }
}
.appartment-gallery-sec .container .gallery-content > h2 {
  color: #003060;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .appartment-gallery-sec .container .gallery-content > h2 {
    font-size: 25px !important;
  }
}
.appartment-gallery-sec .container .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .appartment-gallery-sec .container .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.appartment-gallery-sec .container .grid .col {
  overflow: hidden;
}
.appartment-gallery-sec .container .grid .col a {
  display: block;
  position: relative;
}
.appartment-gallery-sec .container .grid .col a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(to top, #000, transparent);
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.appartment-gallery-sec .container .grid .col a:hover img {
  transform: scale(1.3);
  transition: 0.5s ease;
}
.appartment-gallery-sec .container .grid .col a img {
  transform: scale(1);
  transition: 0.5s ease;
}
.appartment-gallery-sec .container .grid .col a .img-caption {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  z-index: 1;
}
.appartment-gallery-sec .container .grid .col a .img-caption h3 {
  color: #fff;
}
@media (max-width: 675px) {
  .appartment-gallery-sec .container .grid .col a .img-caption h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .video_proj {
    margin-top: 20px;
  }
}
.video_proj .video-content h2 {
  max-width: 767px;
  margin: 0 auto 60px;
  color: #003060;
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .video_proj .video-content h2 {
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .video_proj .video-content h2 {
    font-size: 25px;
    line-height: 30px;
    margin: 0 auto 30px;
  }
}

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

.BN-AbIn-ValueSec .item .apprt-text p {
  text-align: justify;
}

.testimonial-sec-appartment {
  background: #003060;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .testimonial-sec-appartment {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .testimonial-sec-appartment {
    padding: 30px 0;
  }
}
.testimonial-sec-appartment .testimonial-slider {
  padding: 50px 0;
  width: 800px;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px) {
  .testimonial-sec-appartment .testimonial-slider {
    width: 100%;
    padding: 30px 0px;
  }
}
@media (max-width: 767px) {
  .testimonial-sec-appartment .testimonial-slider {
    width: 100%;
    padding: 0px 0;
  }
}
.testimonial-sec-appartment .testimonial-slider .p-lr-50 {
  padding: 0 50px !important;
  color: #fff;
}
@media (max-width: 675px) {
  .testimonial-sec-appartment .testimonial-slider .p-lr-50 {
    padding: 0 0px !important;
    color: #fff;
  }
}
.testimonial-sec-appartment .testimonial-slider .p-lr-50 h4 {
  color: #fff;
}
@media (max-width: 767px) {
  .testimonial-sec-appartment .testimonial-slider .p-lr-50 h4 {
    margin: 15px 0;
    font-size: 20px;
  }
}
.testimonial-sec-appartment .testimonial-slider .quote-img {
  width: 50px !important;
  text-align: center;
  margin: auto;
  margin-bottom: 25px;
  filter: invert(1);
}
.testimonial-sec-appartment .testimonial-slider .owl-nav button {
  background: rgba(255, 255, 255, 0) !important;
  border: none;
  box-shadow: none;
}
.testimonial-sec-appartment .testimonial-slider .owl-nav button img {
  filter: invert(1);
}
.testimonial-sec-appartment .testimonial-slider .owl-nav button.owl-next {
  right: -10px;
}
.testimonial-sec-appartment .testimonial-slider .owl-nav button.owl-prev {
  left: -10px;
}
.testimonial-sec-appartment .testimonial-slider .owl-dots button.owl-dot.active span {
  background: #D8B589 !important;
}
.testimonial-sec-appartment .testimonial-slider .owl-dots button.owl-dot span {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50px;
}

.Appartment-ValueSec {
  padding: 50px 0;
  background: url(../images/home/bg.jpg);
}
@media (max-width: 675px) {
  .Appartment-ValueSec {
    padding: 30px 0;
  }
}
.Appartment-ValueSec .heading {
  max-width: 767px;
  margin: 0 auto 60px;
}
@media (max-width: 991px) {
  .Appartment-ValueSec .heading {
    margin: 0 auto 50px;
  }
}
@media (max-width: 675px) {
  .Appartment-ValueSec .heading {
    margin-bottom: 35px;
  }
}
.Appartment-ValueSec .heading h2 {
  color: #003060;
  font-size: 36px;
}
@media (max-width: 767px) {
  .Appartment-ValueSec .heading h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 675px) {
  .Appartment-ValueSec .heading h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
.Appartment-ValueSec .heading p {
  color: #000;
}
.Appartment-ValueSec .flex .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  padding: 10px;
}
@media (max-width: 991px) {
  .Appartment-ValueSec .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 675px) {
  .Appartment-ValueSec .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 10px 0;
  }
}
.Appartment-ValueSec .item {
  position: relative;
  padding-right: 15px;
}
@media (max-width: 675px) {
  .Appartment-ValueSec .item {
    padding-right: 0;
    text-align: center;
  }
}
.Appartment-ValueSec .item .icon {
  position: relative;
  margin-bottom: 15px;
  width: 60px;
}
@media (max-width: 675px) {
  .Appartment-ValueSec .item .icon {
    margin: auto;
  }
}
.Appartment-ValueSec .item .icon img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 675px) {
  .Appartment-ValueSec .item .apprt-text {
    margin-top: 10px;
  }
}
.Appartment-ValueSec .item .text h6 {
  color: #003060;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 8px;
}
@media (max-width: 1140px) {
  .Appartment-ValueSec .item .text h6 {
    font-size: 18px;
  }
}
.Appartment-ValueSec .item .text p {
  color: #003060;
  font-size: 14px;
  line-height: 20px;
}

footer {
  background: #002141;
  padding: 40px 0;
}
@media (max-width: 991px) {
  footer .flex {
    position: relative;
  }
}
footer .footer-wrapper h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
}
footer .footer-wrapper a {
  font-size: 12px;
  color: #8e9aa7;
  display: inline-block;
  line-height: 20px;
}
footer .footer-wrapper a:hover {
  color: #fff;
}
footer .footer-wrapper p a {
  font-size: 14px;
}
@media (max-width: 675px) {
  footer .footer-wrapper p {
    margin-bottom: 10px;
  }
}
footer .footer-wrapper .social_links {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  footer .footer-wrapper .social_links {
    position: absolute;
    right: 0;
    top: 20px;
    margin: 0;
  }
}
footer .flex .col:nth-child(1) {
  flex: 0 1 auto;
  align-self: center;
}
@media (max-width: 991px) {
  footer .flex .col:nth-child(1) {
    flex: 0 1 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 675px) {
  footer .flex .col:nth-child(1) {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
footer .flex .col:nth-child(2) {
  flex: 1;
}
@media (max-width: 675px) {
  footer .flex .col:nth-child(2) {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
footer .flex .col:nth-child(3) {
  flex: 0 1 auto;
  text-align: right;
}
@media (max-width: 675px) {
  footer .flex .col:nth-child(3) {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}
footer .flex .col .flex {
  justify-content: center;
}
@media (max-width: 991px) {
  footer .flex .col .flex {
    justify-content: start;
  }
}
footer .flex .col .cutom-logo {
  max-width: 180px;
}
@media (max-width: 1024px) {
  footer .flex .col .cutom-logo {
    max-width: 170px;
  }
}
@media (max-width: 675px) {
  footer .flex .col .cutom-logo {
    max-width: 145px;
    margin: 0;
  }
}
footer .col1 {
  flex: 0 1 30%;
  max-width: 30%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  footer .col1 {
    flex: 0 1 40%;
    max-width: 40%;
  }
}
@media (max-width: 675px) {
  footer .col1 {
    padding: 0;
  }
}
@media (max-width: 675px) {
  footer .cutom-logo {
    margin-bottom: 25px;
  }
}
footer .cutom-logo a {
  display: block;
  line-height: 0;
}
footer .copyright {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 675px) {
  footer .copyright {
    margin-top: 20px;
    text-align: center;
  }
}
footer .copyright .link {
  position: absolute;
  right: 0;
}
@media (max-width: 675px) {
  footer .copyright .link {
    position: static;
  }
}
footer .copyright .link span {
  font-size: 12px;
  color: #8e9aa7;
  display: inline-block;
}
footer .copyright p {
  font-size: 12px;
  color: #8e9aa7;
  display: inline-block;
  line-height: 20px;
}
@media (max-width: 675px) {
  footer .copyright p {
    margin-top: 8px;
  }
}
footer .copyright p a {
  line-height: 0;
  display: inline-block;
  vertical-align: sub;
  margin-left: 10px;
}

.GTF-DesCPrivasPol {
  background: #fff;
  padding: 120px 0 40px;
}
@media (max-width: 767px) {
  .GTF-DesCPrivasPol {
    padding: 80px 0 40px;
  }
}
.GTF-DesCPrivasPol .content b, .GTF-DesCPrivasPol .content strong {
  font-weight: 500;
  color: #003060;
}
.GTF-DesCPrivasPol .content h2 {
  margin-bottom: 30px;
  color: #000;
}
.GTF-DesCPrivasPol .content p {
  margin-bottom: 20px;
  text-align: justify;
}
.GTF-DesCPrivasPol .content p a {
  color: #D8B589;
}
.GTF-DesCPrivasPol .content p a:hover {
  color: #000;
}
.GTF-DesCPrivasPol .content h4, .GTF-DesCPrivasPol .content h5, .GTF-DesCPrivasPol .content h6 {
  color: #003060;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .GTF-DesCPrivasPol .content h4, .GTF-DesCPrivasPol .content h5, .GTF-DesCPrivasPol .content h6 {
    line-height: normal;
  }
}
.GTF-DesCPrivasPol .content ul {
  padding-left: 20px;
}
.GTF-DesCPrivasPol .content ul li {
  position: relative;
  padding: 0 0 10px 20px;
  text-align: justify;
}
.GTF-DesCPrivasPol .content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background: #D8B589;
  border-radius: 20px;
}
.GTF-DesCPrivasPol table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
}
.GTF-DesCPrivasPol table tbody tr:first-child td {
  color: #fff;
  background-color: #003060;
  border: 1px solid #003060;
  vertical-align: middle;
  padding: 0.75rem;
  text-align: center;
  font-weight: 600;
}
.GTF-DesCPrivasPol table tbody tr:first-child td b {
  color: #fff;
}
.GTF-DesCPrivasPol table tbody tr th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  color: #333333;
  font-size: 15px;
}
.GTF-DesCPrivasPol table tbody tr td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  color: #333333;
  font-size: 15px;
}
.GTF-DesCPrivasPol table tbody tr:nth-child(2n+1) {
  background: #f7f7f7;
}/*# sourceMappingURL=style.css.map */