@font-face {
  font-family: "NeueMontreal", sans-serif;
  src: url("../fonts/") format("otf"),
    url("../fonts/NeueMontreal/NeueMontreal-Light.otf") format("otf"),
    url("../fonts/NeueMontreal/NeueMontreal-Light.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BwGradual-Regular";
  src: url("../fonts/BwGradual/BwGradual-Light.woff") format("woff"),
    url("../fonts/BwGradual/BwGradual-Light.woff") format("woff"),
    url("../fonts/BwGradual/BwGradual-Light.woff") format("woff"),
    url("../fonts/BwGradual/BwGradual-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "BwGradual-Regular-bold";
  src: url("../fonts/BwGradual/BwGradualDEMO-Bold.otf") format("woff");
  font-weight: bold;
  font-style: normal;
}
body{
  overflow-x: hidden;
}
b {
  font-family: "BwGradual-Regular-bold";
}

body {
  scroll-behavior: smooth;
  touch-action: manipulation;
  /* Enables smooth scrolling */
}

a {
  text-decoration: none;
}

.row {
  padding: 0px;
}

body {
  
}

/* ******************************** Navbar ************************************* */
.header {
  width: 100%;
  position: fixed;
  top: 0px;
  background-color: transparent;
  z-index: 999;
}

.header {
  transition: all 1s ease-out;
}

.nav-header ul li a {
  color: #fff;
  font-size: 11px;
  font-family: "NeueMontreal", sans-serif;
}

.nav-header ul li a:hover {
  color: #ba987f !important;
}

.nav-header ul li a:focus {
  color: #ba987f !important;
}

.navbar-brand-logo img {
  width: 200px;
}

.navbar-brand-logo img {
  transition: 1s;
}

.navbar-brand-logo .desktop_img img {
  width: 238px;
}

.navbar-brand-logo-mob-img img {
  width: 60px;
}

.closebtn img {
  width: 30px;
}

.scroll-top-back {
  background-color: #00000083 !important;
  padding-top: 0px !important;
}

.scroll-top-back-padding {}

/* ******************************** Animated banner ************************************* */
.about-section {
  padding-top: 100px;
}

.padding-div {
  padding: 0px 60px;
}

.contact-form-section {
  padding-top: 180px;
}

.navbar {
  top: 0px;
  padding: 30px 0px 0px 0px !important;
  display: flex !important;
  justify-content: space-between !important;
  margin: 0px !important;
}

.center-logo {}

.nav-top-padding {
  padding: 5px 0px 5px 0px !important;
}

.banner-head {
  text-align: center;
  width: 50%;
  position: absolute;
  left: 48.4%;
  top: 52%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.banner-head img {
  width: 220px;
}

.banner-head h2 {
  color: #fff;
  margin-top: 60px;
  font-family: "NeueMontreal", sans-serif;
  font-size: 25px;
  letter-spacing: 2px;
}

.introprojectbgimage {
  width: 100%;
  position: relative;
  display: inline-block;
}

img.desktopimage {
  max-width: 100% !important;
  height: 100vh;
}

.desktopimage img {
  display: block;
  max-width: 100%;
}

.desktopimage {
  max-width: 100% !important;
  width: 100%;
  object-fit: cover;
}

.cd-block-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/* ******************************** About us ************************************* */
.about-img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.about-img:hover {
  opacity: 0.9;
}

.about-us h1 {
  text-align: start;
}

.about-us {
  padding-right: 80px;
}

.services-img img {
  display: block;
  width: 100%;
  height: auto;
}

.services-img img:hover {
  opacity: 0.9;
}

.about-head {
  opacity: 0.8;
  line-height: 42px;
  margin-bottom: 30px;
  color: rgb(0, 0, 0);
  font-size: 36px;
  letter-spacing: 1px;
  font-family: "NeueMontreal", sans-serif;
}

.about-us p {
  text-align: justify;
  color: #000;
  font-size: 16px;
  font-weight: 100;
  line-height: 22px;
  margin-bottom: 20px;
  font-family: "NeueMontreal", sans-serif;
}

.btn-about {
  position: relative;
  color: black;
  transition: all 0.3ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  user-select: none;
  border: 1px solid black;
  border-radius: 0px;
}

.btn-about:before,
.btn-about:after {
  content: "";
  position: absolute;
  transition: 0.3s ease-out;
  z-index: -1;
}

.btn-about:hover {
  color: #fff;
  transition-delay: 0.3s;
}

.btn-about:hover:before {
  transition-delay: 0s;
}

.btn-about:hover:after {
  background: black;
  transition-delay: 0.3s;
}

.from-center {
  padding: 18px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: max-content;
}

.service-button {
  margin: auto;
}

.discover-more-button {
  margin-top: 60px;
}

.technical-partners-sub:hover .technical-head h1 {
  color: #ba987f;
}


.submit-bg {
  background: url(../images/galaxy-button/Arrow_White_real.png) left 28px center no-repeat #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 30px 10px 120px;
  border-radius: 0;
  width: max-content;
}

.submit-bg:hover {
  color: #000;
  background: url(../images/galaxy-button/Arrow_Black_real.png) left 28px center no-repeat #fff;
  border: 1px solid #000;
}

.submit-bg:focus {
  color: #000 !important;
  background: url(../images/galaxy-button/Arrow_Black_real.png) left 28px center no-repeat #fff;
  border: 1px solid #000 !important;
}

.discover-more-button .galaxy-input {
  background: url(../images/galaxy-button/Arrow_White_real.png) left 28px center no-repeat #000 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px;
  text-transform: uppercase !important;
  color: #fff !important;
  padding: 10px 30px 10px 120px !important;
  border-radius: 0 !important;
  width: max-content !important;
  border: none !important;
}

.discover-more-button .galaxy-input:hover {
  color: #000 !important;
  background: url(../images/galaxy-button/Arrow_Black_real.png) left 28px center no-repeat #fff !important;
  border: 1px solid #000 !important;
}

.galaxy-name {
  font-size: 10px !important;
}

.from-center h6 {
  font-weight: 300;
  font-family: "NeueMontreal", sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.from-center img {}

.from-center img:hover {
  color: #fff;
}

.from-center:before {
  top: 0;
  left: 0%;
  height: 100%;
  width: 0;
}

.from-center:after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: black;
}

.from-center:hover:before {
  left: 0;
  width: 100%;
}

.from-center:hover:after {
  top: 0;
  height: 100%;
}

/* ******************************** Service  ************************************* */
.paddingimage {}

.service-div {
  padding: 0px 80px;
}

.services-img {
  position: relative;
  text-align: center;
}

.bottom {
  color: white;
  font-size: 20px;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.bottom h1 {
  font-weight: 600;
  font-family: "NeueMontreal", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.bottom .icons i {
  color: #ba987f;
  font-size: 10px;
  margin: 10px;
}

.view-all-more {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 330px;
  margin: 95px auto 0px auto;
  border: 2px solid #000;
  padding: 11px 33px 11px 26px;
}

.view-all-more h6 {
  font-family: "NeueMontreal", sans-serif;
  letter-spacing: 1px;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0px;
}

/* ******************************** Contact  ************************************* */
.contact-div {
  padding: 0px 80px;
}

.form-head h1 {
  text-align: start;
  line-height: 56px;
  margin-bottom: 41px;
  letter-spacing: 0px;
  font-family: "BwGradual-Regular";
  color: #ba987f;
  font-size: 50px;
}

.padding-div-form {
  padding: 0px 80px 0px 120px;
}

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

.form-input:active {

  border-color: #ba987f;
}

.select_input {
  padding: 14px 12px !important;
  border: 1px solid #ba987f !important;
  border-radius: 0 !important;
  width: 100% !important;
  height: 45px !important;
  font-family: "BwGradual-Regular" !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  color: #000;
}

.select_input:focus {
  border: 1px solid #ba987f !important;
  box-shadow: none !important;
}

.form-input {
  border: 1px solid #ba987f;
  border-radius: 0;
  padding: 14px 12px;
  font-family: "BwGradual-Regular" !important;
  font-size: 10px;
  font-weight: 500 !important;
  color: #000;
  height: 45px !important;
}

.checkbox-input {
  border: 1px solid #ba987f;
  border-radius: 0;
  padding: 16px 14px;
  font-family: "BwGradual-Regular";
  box-shadow: none;
}

.checkbox-input:focus ,.checkbox-input:active , .checkbox-input:hover{
  border: 1px solid #ba987f;box-shadow: none;

}
.label-input {
  color: #000;
  border-radius: 0;
  font-family: "BwGradual-Regular";
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 300;
}

input[type="text"].form-input:focus,
input[type="number"].form-input:focus,
input[type="checkbox"].form-input:focus,
select.select_input:focus {
  border: 1px solid #ba987f;
  box-shadow: none;
}

input[type="text"].form-input:active,
input[type="number"].form-input:active,
input[type="checkbox"].form-input:active {
  border-color: #ba987f;
}

input[type="text"].form-input:valid,
input[type="number"].form-input:valid,
input[type="checkbox"].form-input:valid {
  border-color: #ba987f;
  border-radius: 0px;
}

input[type="text"].form-input:invalid,
input[type="number"].form-input:invalid,
input[type="checkbox"].form-input:invalid {
  border-color: #ba987f;
}

.form-check-input:checked[type="checkbox"] {
  background-color: #000;
  border: 1px solid #ba987f !important;
  box-shadow: none !important;
}

select:focus {
  border: 1px solid #ba987f !important;
  box-shadow: none;
}

select:active {
  border: 1px solid #ba987f !important;
  box-shadow: none;
}

select option {
  background-color: #fff !important;
  color: #333;
}

/* ******************************** Footer  ************************************* */
.hr-top-form {
  color: black;
}

.more {
  width: 6%;
  font-size: 11px;
  border: none;
  font-family: "NeueMontreal", sans-serif;
}

.more:focus {
  border: 1px solid #ba987f !important;
  box-shadow: none;
  border: none !important;
}

.social-media-footer {
  padding: 50px 0px;
}

.padding-socialmedia {
  padding: 0px 0px;
}

.social-media-footer-icons {
  padding: 16px 16px 71px 16px;
  background: #e7e7e7;

  width: 100% !important;

  clear: both;
}

.footer-inner {
  bottom: 0px !important;
}

.social-icons {
  display: flex;
}

.social-icons .icons {
  margin-right: 15px;
}

.icons a {
  font-family: "NeueMontreal", sans-serif;
  color: #000;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.footer-para {
  text-align: end;
  padding-top: 10px;
}

.footer-para p {
  font-family: "NeueMontreal", sans-serif;
  color: #000;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.footer-icons {
  height: 54px;
  padding: 6px;
  background: #000;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 999;
  box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.16);
}

.footer-icons-link {
  justify-content: space-between;
}

.footer-icons .nav-item {
  text-align: center;
  cursor: pointer;
}

.nav-bottom {
  margin-top: 0px !important;
}

.navbar-nav {}

.navbar-start {
  flex-grow: 1;
}

.navbar-end {
  flex-grow: 1;
}

.navbar-nav .nav-item .nav-bottom {
  padding: 2px 0px 0px 0px !important;
}

.nav.footer-icons-link .nav-item a {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-family: "NeueMontreal", sans-serif;
}

.navbar-nav .nav-item h6 {
  padding-top: 5px;
  font-size: 8px;
  font-family: "NeueMontreal", sans-serif;
}

.nav-item .nav-link {
  margin-top: -30px;
}

.navbar-nav .nav-item .nav-link {
  padding: 0 1rem;
}

.navbar-nav .nav-item .nav-margin-link {
  padding: 0rem 1rem;
  margin: 0px;
}

.borderleft {
  position: relative;
}

img.bottom-footer-img {
  width: 18px;
}

.borderleft::after {}

.footer-brochure-button {
  padding: 0px !important;
  background: black !important;
  border: none !important;
  box-shadow: none !important;
}

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

.dropup h6 {
  color: #fff;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.footer-brochure-popup .dropdown-menu {
  background-color: #000;
}

.footer-brochure-popup .dropdown-menu .dropdown-item {
  color: #fff;
  text-decoration: none;
  font-size: 10px;
  font-family: "NeueMontreal", sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
}

.dropdown-menu.show {
  transform: translate(19px, -35px) !important;
}

.footer-brochure-popup .dropdown-menu .dropdown-item:hover {
  color: #000 !important;
}

.footer-brochure-popup .dropdown-menu .dropdown-item:active {
  background-color: #fff !important;
}

/* ******************************** Fixed icos  ************************************* */
.icons-left {
  position: fixed;
  right: 4%;
  z-index: 999;
  cursor: pointer;
  bottom: 10%;
}

.icons-left .register {
  text-align: center;
  height: 90px;
  width: 90px;
  background: #ba987f;
  margin-bottom: 10px;
  border-radius: 20px;
  padding: 11px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16) !important;
}

.register h1 {
  font-family: "NeueMontreal", sans-serif;
  font-size: 12px;
  color: #fff;
}

.icons-left .register img {
  width: 30px;
  margin-bottom: 10px;
}

.icons-left .call {
  height: 90px;
  width: 90px;
  background: #ba987f;
  margin-bottom: 10px;
  border-radius: 20px;
  padding: 16px;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.icons-left .call img {
  width: 30px;
 margin: auto;
}

.call h1 {
  color: #fff;
  margin: auto;
  font-family: "NeueMontreal", sans-serif;
  font-size: 11px;
  text-transform: capitalize;
}

/* ******************************** Animated Banner  ************************************* */
.secondbanner-img {
  position: relative;
  overflow: hidden;
  display: block;
}

.secondbanner-img video {
  width: 100%;
  transition: 0.7s;
  opacity: 1;
  overflow: hidden;
}

.secondbanner-img:hover {}

.secondbanner-img:hover img {}

.backoverlayimg {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
}

.img1 img {
  width: 100%;
}

.img2 img {
  width: 100%;
}

#scrollingImage {
  width: 50%;
  position: absolute;
  top: 0%;
  left: 0%;
}

#scrollingImageSecond {
  width: 50%;
  position: absolute;
  top: 0%;
  right: 0%;
}

/* ******************************** Modal div ************************************* */
.modal-div {
  display: none;
  position: fixed;
  z-index: 2999 !important;
  padding: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #e7e7e7;
}

/* Modal Content */
.modal-content-div {
  border-radius: 30px;
  background-color: #fefefe;
  height: 100%;
  padding: 50px 50px 100px 50px;
  width: 100%;
  position: relative;
  z-index: 999;
  height: auto;
}

.close {
  position: absolute;
  text-align: end;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  right: 4px;
  top: -60px;
  z-index: 999;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.close img {
  width: 30px;
}

.tab-content-div {
  width: 85%;
  padding: 0px 0px 0px 200px;
}

.tab-nav-div {
  width: 15%;
}

.form-head-tab h1 {
  text-align: justify;
  line-height: 60px;
  letter-spacing: 0px;
  font-family: "BwGradual-Regular";
  color: #ba987f;
  font-size: 54px;
}

.nav-pills .tab-nav-link-div.active {
  padding: 0px;
  background-color: #fff;
  border-bottom: 1px solid #000;
  border-radius: 0px;
  font-family: "BwGradual-Regular";
  color: #ba987f;
}

.nav-pills .tab-nav-link-div.active h1 {
  color: #ba987f;
}

.nav-pills .tab-nav-link-div {
  padding: 0px;
  background-color: #fff;
  border-radius: 0px;
}

.nav-pills .tab-nav-link-div h1 {
  margin-bottom: 45px;
  text-align: justify;
  line-height: 60px;
  letter-spacing: 0px;
  font-family: "BwGradual-Regular";
  color: #d4d4d4;
  font-size: 54px;
}

.tab-cntact-head {}

hr {
  margin-bottom: 0px;
}

.tab-cntact-head h1 {
  font-size: 12px;
  text-align: start;
  margin-bottom: 10px;
  font-weight: 800;
  font-family: "NeueMontreal", sans-serif;
}

.tab-cntact-head p {
  font-size: 12px;
  font-family: "BwGradual-Regular";
  margin-bottom: 0px;
}

.contact-margin {
  margin-top: 45px;
}

.tab-hr {
  opacity: 1 !important;
  margin: 48px 0px !important;
  border-top: 1px solid #ba987f !important;
}

/* ******************************** mobile responsive ************************************* */
#hamburgerButton {
  border: none;
  cursor: pointer;
  /* padding: 10px 15px; */
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 25px;
}

.mobile_res i {
  color: #fff;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 18px;
}

.sidenav li a {
  color: black !important;
}

.sidenav li a:visited {
  color: #000;
}

.sidenav li a:active {
  color: #000;
}

.sidenav li {
  text-align: center;
  margin: 0px 15px;
  font-family: "NeueMontreal";
  list-style-type: none;
  padding: 10px 10px;
}

.sidenav a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  font-weight: 300;
}

.menu a:focus {
  color: #000;
}

.sidenav li a {}

.sidenav li a:focus {
  color: #000;
}

.closebtn {
  float: right;
  padding: 10px 20px;
  font-size: 25px;
}

.mob_logo img {
  width: 200px;
}

.sidebar_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mob_logo {
  padding: 10px 20px;
}

.mobile_res img {
  width: 25px;
}

.sidenav li a {
  font-size: 13px !important;
}

/* ******************************** service hovering ************************************* */
.content {
  display: flex;
  flex-wrap: wrap;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.name {
  position: relative;
  font-size: 16px;
  display: inline-block;
}

.box {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017),
    0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03),
    0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043),
    0 50px 60px rgba(0, 0, 0, 0.06);
}

.box .hide {
  opacity: 0;
}

.box .frame {
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box h2,
.box p {
  position: absolute;
  color: #fff;
  z-index: 2;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
}

.box h2 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.box p {
  bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}

.box:hover {
  transition: all 0.3s ease-in-out;
}

.box:hover:before {
  transition: all 0.3s ease-in-out;
}

.box img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.box img:hover {
  transition: all 0.3s ease-in-out;
}

.box img:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.box img:hover {
  transition: all 0.3s ease-in-out;
}

.vintage h2 {
  bottom: 0px;
  /* top: 40%; */
  transform: translate3d(0, 0px, 0);
  text-align: center;
}

.vintage p {
  opacity: 0;
  bottom: 0;
  transform: translate3d(0, -10px, 0);
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

.vintage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #2c2c2c57 0%, #2c2c2c5f 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}

.vintage:hover:before {
  bottom: 0;
}

.vintage:hover h2 {
  transform: translate3d(0, 0px, 0);
}

.vintage:hover p {
  opacity: 1;
  transform: translate3d(0, -30px, 0);
}

/* ************************************** */
.container-fullwidth {
  width: 100%;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}

.home-hero-wrapper {
  max-height: 100vh;
  overflow-y: hidden;
}

.home-thumb-fullwidth {
  position: relative;
}

.home-thumb-img {
  object-fit: cover;
  height: 100vh;
  display: block;
  width: 100%;
}

.status-head h1 {
  margin-bottom: 20px;
  font-size: 15px;
}

.main-img-about img {
  width: 100%;
  height: 100%;
}

.main-img-about {
  position: relative;
  max-width: 100%;
}

.about-new-contents {
  opacity: 0.9;
  position: absolute;
  top: 50px;
  right: 50px;
  width: 550px;
  bottom: 50px;
  padding: 50px;
  /* height: -webkit-fill-available; */
  background-color: white;


}

.about-new-contents h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  font-family: "NeueMontreal", sans-serif;
}

.about-new-contents p {
  text-align: justify;
  color: #000;
  font-size: 16px;

  line-height: 22px;

  font-family: "NeueMontreal", sans-serif;
}

.about-new-contents p:last-child {
  background: #ff0000;
}

.about-discover-button {
  position: absolute;

  opacity: 1;
  z-index: 2;
}

.technical-partners-sub:hover .technical-head h1 {
  color: #ba987f;
}

.about-discover-button input.submit-bg{
  background: url(../images/galaxy-button/Arrow_Black_real.png) left 28px center no-repeat #fff;
  font-weight: 400;

  text-transform: uppercase;
  color: #000 !important;
  padding: 10px 30px 10px 120px;
  border-radius: 0;
  position: absolute;
  z-index: 2;
  opacity: 1;
  position: relative;
  width: max-content;
  border: 1px solid #000;
  font-family: "NeueMontreal", sans-serif;
}

.about-discover-button input.submit-bg:hover {
  color: #fff !important;


  background: url(../images/galaxy-button/Arrow_White_real.png) left 28px center no-repeat #000;

  width: max-content;
}

.blog-footer-div {
  margin-left: -40px;
  padding-right: 10px;
  padding-top: 2px;
}

.blog-footer-div a {
  font-family: "NeueMontreal", sans-serif !important;
  color: #000 !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  margin-bottom: 0px !important;
  padding-right: 10px !important;
  border-right: 2px solid black !important;
}

.b-left {
  background: white;
  color: white;
  width: 1px;
  height: 20px;
  display: flex;
  align-items: center;
  padding-top: 22px;
  margin: auto;
}

button.footer-brochure-button {
  margin-top: 0px;
  margin-right: 0px;
}

#project-inner-slider {
  border: 1px solid #9e8991;
  padding: 10px;
  margin: 30px 0 0;
}

.project-inner-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -12%;
  width: 50px;
}

.project-inner-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -12%;
  width: 50px;
}

.project-inner-slider button.owl-prev {
  background-color: transparent !important;
  box-shadow: none !important;
}

.project-inner-slider button.owl-next {
  box-shadow: none !important;
  background-color: transparent !important;
}



