@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-display: swap !important;
}
body {
  color: #1A1A1A;
  font-family: "Manrope", sans-serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  transition: 0.5s ease;
  text-decoration: none;
}

video {
  display: block;
}

body .container {
  max-width: 1144px;
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  body .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body .small-container {
  max-width: 1000px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.05em;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 64px;
  line-height: 57px;
  padding-bottom: 53px;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.05em;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 47px;
    line-height: 47px;
  }
}
@media (max-width: 360px) {
  h2 {
    font-size: 37px;
    line-height: 37px;
  }
}

h3 {
  font-size: 48px;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.05em;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  h3 {
    font-size: 44px;
    line-height: 47px;
  }
}
@media (max-width: 360px) {
  h3 {
    font-size: 36px;
    line-height: 39px;
  }
}

.grad-support {
  display: inline-block;
}

h4 {
  font-size: 40px;
  color: #FFF;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.05em;
  font-weight: normal;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  h4 {
    font-size: 35px;
  }
}
@media (max-width: 360px) {
  h4 {
    font-size: 25px;
  }
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: none;
}

.heading-sec {
  margin-bottom: 55px;
}

p {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #101A28;
}
@media (max-width: 1000px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

img {
  max-width: 100%;
}

@media (max-width: 1000px) {
  .only-desk {
    display: none !important;
  }
}

.only-mob {
  display: none !important;
}
@media (max-width: 1000px) {
  .only-mob {
    display: block !important;
  }
}

@media (max-width: 1200px) {
  .only-laptop {
    display: none !important;
  }
}

.only-ipad {
  display: none !important;
}
@media (max-width: 1200px) {
  .only-ipad {
    display: block !important;
  }
}

h1 {
  font-size: 74px;
  line-height: 64px;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 50px;
    line-height: 43px;
  }
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.section-space-top {
  padding-top: 150px;
}
@media (max-width: 1000px) {
  .section-space-top {
    padding-top: 75px;
  }
}

.section-space-bottom {
  padding-bottom: 150px;
}
@media (max-width: 1000px) {
  .section-space-bottom {
    padding-bottom: 75px;
  }
}

.img-100 {
  width: 100%;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.balmer-text-bg {
  background: url(../images/balmer-text-bg.svg) no-repeat center top 211px;
}

.important-notice.active .acc-header::after {
  transform: rotate(180deg);
}

/* menu-css-starts-here */
@media (min-width: 1200px) {
  .mob-menu, .close-menu-div {
    display: none;
  }
}
.close-menu-div {
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .close-menu-div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
.hamburger {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.hamburger div {
  align-self: flex-end;
  height: 2px;
  width: 100%;
  background: #FFF;
  border-radius: 4px;
  width: 15px;
}

.hamburger .meat {
  margin-right: 5px;
  transition: all 200ms ease-in-out;
}

.hamburger .bottom-bun {
  margin-right: 10px;
  transition: all 400ms ease-in-out;
}

.menu-main .search-sec {
  cursor: pointer;
}
.menu-main .search-sec circle, .menu-main .search-sec line {
  transition: 0.5s ease;
}
.menu-main .search-sec:hover svg circle, .menu-main .search-sec:hover svg line {
  stroke: #F27024;
}
@media (min-width: 1200px) {
  .menu-main {
    display: flex;
    align-items: center;
  }
  .menu-main .search-sec {
    margin-left: 50px;
  }
}

@media (max-width: 1200px) {
  .menu-main-wrap {
    width: 302px;
    transform: translateX(302px);
    z-index: 1001;
    background: #FFF;
    padding: 40px 33px 25px 33px;
    right: 0;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 10001;
    transition: 0.3s ease-in !important;
    overflow: auto;
    display: flex;
  }
  .menu-main-wrap.show {
    transform: translateX(0px);
    flex-direction: column;
    background: #038140;
  }
}
.menu-main-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 1200px) {
  .menu-main-wrap .top-menu {
    margin-bottom: 20px;
  }
  .menu-main-wrap .top-menu li {
    margin: 20px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-mobile-menu {
    display: none;
  }
}
@media (max-width: 1200px) {
  .overlay-mobile-menu {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: fixed;
    z-index: 1000;
    display: none;
  }
}
@media (max-width: 1200px) {
  .overlay-mobile-menu.show {
    display: block;
  }
  .header-right-section {
    display: flex;
    align-items: center;
  }
  .menu-item-has-children .res-submenu {
    width: 12px;
    height: 10px;
    background: url(../images/menu-arrow-white.svg) no-repeat center center;
    display: block;
    position: absolute;
    right: 0;
    top: 22px;
    background-size: 12px;
  }
  .menu-item-has-children.active .res-submenu {
    transform: rotate(180deg);
  }
}
header ul.menu > li.menu-item-has-children {
  position: relative;
}

header ul.menu > li:last-child a {
  height: 50px;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

@media (min-width: 1200px) {
  header ul.menu > li.menu-item-has-children {
    background: url(../images/menu-arrow-white.svg) no-repeat top 13px right 11px !important;
    padding-right: 27px;
  }
  header ul.menu > li:last-child {
    padding-right: 0;
  }
  header ul.menu > li.menu-item-has-children:hover {
    background: url(../images/menu-arrow-blue-hover.svg) no-repeat top 10px right 15px !important;
  }
}
@media (min-width: 1200px) {
  header ul.menu > li {
    padding: 0px 15px;
  }
  header ul.menu > li a {
    color: #FFF;
    font-size: 18px;
  }
}
@media (max-width: 1800px) {
  header ul.menu > li {
    padding: 0px 10px;
  }
}
@media (max-width: 1400px) {
  header ul.menu > li {
    padding: 0px 12px;
  }
}
@media (max-width: 1200px) {
  header ul.menu > li {
    padding: 20px 0px;
  }
  header ul.menu > li a {
    color: #FFF;
  }
  .menu-main-wrap ul {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .menu > li > ul.sub-menu {
    position: absolute;
    top: 24px;
    z-index: 1000;
    margin: 0px;
    padding: 0px 0 0 0;
    min-width: 267px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    right: 0px;
    background: #FFF;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1607843137);
  }
  .menu > li > ul.sub-menu a {
    padding: 10px;
    font-size: 16px;
    line-height: 16px;
    display: block;
    border-radius: 7px;
    transition: 0.5s ease;
  }
  .menu > li > ul.sub-menu a:hover {
    color: #6a6a6a !important;
  }
  .menu > li > ul.sub-menu::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    display: inline-block;
    top: 14px;
    position: relative;
    display: none;
  }
}
@media (min-width: 1200px) {
  .menu > li > ul.sub-menu {
    min-width: 411px;
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  .menu > li > ul.sub-menu > li {
    border: none;
    padding: 0px 0px;
    text-align: left;
    margin: 0;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .menu > li > ul.sub-menu > li i {
    margin-right: 15px;
  }
  .menu > li > ul.sub-menu > li span {
    font-size: 16px;
    font-weight: 300;
  }
  .menu > li > ul.sub-menu > li > a {
    padding: 0;
    color: #231F20;
  }
}
@media (min-width: 1200px) {
  .menu > li > ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg);
  }
}
@media (max-width: 1200px) {
  .menu > li > ul.sub-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .menu > li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    padding-left: 25px;
    padding-right: 25px;
  }
}
.menu > li > ul.sub-menu {
  display: flex;
}

@media (max-width: 1200px) {
  .menu > li > ul.sub-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .menu > li > ul.sub-menu {
    padding: 10px 10px;
  }
}
@media (max-width: 1200px) {
  header ul.menu > li.menu-item-has-children.active {
    display: block;
  }
}
header ul.menu > li.menu-item-has-children.active .sub-menu {
  display: block;
}

header ul.menu > li.menu-item-has-children.active .sub-menu li {
  margin: 0;
}

header ul.menu > li.menu-item-has-children.active .sub-menu li a {
  background: none;
}

@media (min-width: 1200px) {
  .menu > li > ul.sub-menu > li a {
    text-transform: none;
  }
}
@media (max-width: 1200px) {
  .menu > li > ul.sub-menu > li > a {
    background: #EFF2F6;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
  }
}
.menu > li > ul.sub-menu > li > ul.sub-menu > li a {
  font-size: 16px;
  color: #000000;
  padding: 12px 0;
}

.menu > li > ul.sub-menu > li > ul.sub-menu {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

header .top-header-right .current-menu-item > a {
  color: #000 !important;
}

span.menu-image-title-below.menu-image-title {
  text-align: left;
}

span.menu-image-title-below.menu-image-title .linktext {
  font-size: 18px;
  color: #000;
  padding: 0px 0 15px 0;
  display: block;
}

header ul.menu > li.menu-item-has-children.active .sub-menu .res-submenu {
  display: none;
}

@media (min-width: 1200px) {
  .page-template-page-products .the-grey-shade {
    display: flex;
    justify-content: flex-end;
  }
  .page-template-page-products .the-grey-shade .container-fluid {
    width: 71.5%;
    margin: 0;
    max-width: initial;
  }
  .header .container {
    width: 91%;
  }
  header .menu {
    display: flex;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  header .menu {
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .menu > li > ul.sub-menu.megamenu {
    min-width: 1200px;
    right: -265px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 30px 30px;
  }
  .menu > li > ul.sub-menu.megamenu > li {
    width: 12.5%;
    padding: 0 5px;
  }
  .menu > li > ul.sub-menu.megamenu > li p {
    font-size: 16px;
    color: #000;
  }
  .menu > li > ul.sub-menu.megamenu > li p a {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    padding: 0;
  }
  .menu > li > ul.sub-menu.megamenu > li:last-child img {
    margin-bottom: 20px;
  }
  .menu > li > ul.sub-menu.megamenu > li > a {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .page-template-page-products .the-grey-shade .container-fluid {
    width: 72.5%;
  }
}
@media (max-width: 1200px) {
  .c-d-links a {
    font-size: 14px;
  }
  header ul.menu > li.menu-item-has-children.active .sub-menu li {
    padding: 10px;
  }
  .menu > li > ul.sub-menu > li > ul.sub-menu > li a {
    font-size: 13px;
  }
  header .top-header-right header ul.menu > li > a {
    font-size: 14px;
    color: #154379;
    font-weight: 500;
    margin-bottom: 16px;
  }
  header .top-header-right header ul.menu > li > ul > li a {
    color: #154379;
    font-weight: 500;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header .top-header-right header ul.menu > li > ul > li a {
    color: #154379;
    font-weight: 500;
    font-size: 13px;
  }
  header .top-header-right .menu-topmenu-container ul > li a {
    font-size: 13px;
  }
  header .top-header-right .menu-topmenu-container {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E5EEFF;
  }
  header .top-header-right header ul.menu > li ul {
    padding: 0;
  }
  header .top-header-right header ul.menu > li > ul > li .res-submenu,
  header .top-header-right header ul.menu > li > ul > li > ul > li .res-submenu {
    display: none;
  }
  header .top-header-right header ul.menu > li > ul > li > ul > a {
    font-size: 12px;
    color: #585858;
  }
}
@media (min-width: 1200px) {
  header .top-header-right .menu-first {
    margin-top: 10px;
  }
  .main-prod-right .product-sub li {
    margin-bottom: 65px !important;
  }
}
@media (max-width: 1000px) {
  header .top-header-right .menu-first {
    margin-bottom: 42px;
    padding-bottom: 12px;
  }
}
@media (max-width: 1200px) {
  header .top-header-right .menu-first .menu > li {
    padding: 9px 0;
  }
}
/* menu-css-ends-here */
.search-sec-main {
  display: none !important;
}
.search-sec-main.show {
  display: block;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: flex !important;
}
.search-sec-main input[type=text] {
  background: none;
  border: none;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  outline: none;
  height: 45px;
}
.search-sec-main input[type=text]::-moz-placeholder {
  opacity: 1;
  color: #FFF;
}
.search-sec-main input[type=text]::placeholder {
  opacity: 1;
  color: #FFF;
}
.search-sec-main input[type=submit] {
  height: 45px;
}
.search-sec-main .search-field-sec {
  display: flex;
  align-items: center;
  position: relative;
}
.search-sec-main .search-field-sec .close-menu {
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
}

.for-bottom-bg {
  padding-bottom: 260px;
  background: url(../images/balmer-logo-mountain.png) no-repeat center bottom;
}
@media (max-width: 767px) {
  .for-bottom-bg {
    background: url(../images/balmer-logo-mountain-mobile.png) no-repeat center bottom;
    background-size: 100%;
  }
}
.for-bottom-bg .container {
  padding: 0;
}
.for-bottom-bg.inner-bottom-bg {
  min-height: 590px;
  margin-top: -200px;
}

.no-banner-space {
  height: 111px;
}
@media (max-width: 1000px) {
  .no-banner-space {
    height: 108px;
  }
}

.acc-header {
  cursor: pointer;
}

.read-more {
  color: #FFF;
}
.read-more i {
  margin-left: 15px;
  transition: 0.5s ease;
}
.read-more:hover i {
  margin-left: 25px;
}

.pin-section {
  position: relative;
  height: 1300px; /* scroll height controlling pin duration */
}

.wheel-container {
  position: sticky;
  top: 0;
  height: 100vh; /* visible area for one icon */
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.icon-wrapper {
  display: flex;
  flex-direction: column;
  transform: translateY(0); /* will move on scroll */
}

.scroll-box {
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5rem;
}

@media (min-width: 1000px) {
  .new-banner-sec {
    margin-top: 70px;
  }
}

@media (min-width: 1000px) {
  .banner-wrap {
    z-index: 10000;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  body .headertop {
    background: none;
  }
}
@media (max-width: 767px) {
  .new-banner-sec .hero {
    padding-top: 46px;
  }
}

.home .banner-wrap, .page-template-template-our-team .banner-wrap {
  background: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}
@media (min-width: 1000px) {
  .home .banner-wrap, .page-template-template-our-team .banner-wrap {
    z-index: 10000;
  }
}

@media (max-width: 1000px) {
  .page-template-template-our-team footer {
    margin-top: 0 !important;
  }
}
.page-template-template-our-team .new-banner-sec {
  margin-top: 0;
}
@media (min-width: 1000px) {
  .page-template-template-our-team .new-banner-sec:after {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    height: 371px;
  }
}

@media (min-width: 1000px) {
  .new-banner-sec:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.84) 40.18%, rgba(255, 255, 255, 0.35) 66.97%, rgba(255, 255, 255, 0) 91.84%);
  }
}
body .accordion-item {
  background: none;
  border: none;
}

@media (max-width: 767px) {
  .new-banner-sec:after {
    content: "";
    display: block;
    height: 150px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, #FFF 0%, #FFF 17.7%, #FFF 31.09%, rgba(255, 255, 255, 0.72) 48.31%, rgba(255, 255, 255, 0) 91.84%);
    z-index: 100;
  }
  .new-banner-sec .hero {
    padding-bottom: 90px;
  }
  .b-slider {
    margin-top: -75px;
    position: relative;
    z-index: 100;
  }
}
.home footer {
  margin-top: 0 !important;
  position: relative;
}
.home footer:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 9px;
  background: linear-gradient(90deg, #F6E4E0 5.19%, #C7E7D6 30.18%, #C7EEF5 45.44%, #E6C7EA 62.32%);
  position: absolute;
  width: 100%;
}

@media (max-width: 1000px) {
  .fixed-header .banner-wrap {
    background-color: #FFF !important;
    position: fixed;
    height: 77px;
    z-index: 99999;
  }
  .fixed-header .wsmenuexpandermain {
    z-index: 100000;
  }
}
@media (min-width: 1000px) {
  .mobile-space {
    display: none;
  }
}

@media (max-width: 1000px) {
  .desk-space {
    display: none;
  }
}

.digital-mark-dubai .accordion-item {
  margin: 0px 0;
}

.b-slider {
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee-slider {
  white-space: nowrap;
}

.b-slider__slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 2rem;
  flex-shrink: 0;
}

.b-slider__img {
  height: 50px;
  width: auto;
  filter: grayscale(1);
  transition: filter 0.3s ease;
}

.b-slider__img:hover {
  filter: grayscale(0);
}

/* Optional responsive size */
@media (max-width: 767px) {
  .b-slider__img {
    height: 35px;
  }
}
body section {
  margin-bottom: 0;
}/*# sourceMappingURL=style-common.css.map */