
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  /* -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; */
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 0;
}
::-webkit-scrollbar-thumb {
    background-color: #090909;
}
body {
     font-family: "Poppins", sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%; 
    margin: 0;  
    padding: 0;
    box-sizing: border-box;
    background: var(--primary);
    overflow-x: hidden;
}
ol, ul {list-style: none;}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: var(--secondary);
}
p {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: var(--primary1);
  font-size: 16px;
}
:root {
  --primary: #07080C;
  --white: #fff;
  --secondary: #229AD8;
  --darkgray: #747474;
  --gray: #e8e7e7;
  --primary1: #050505;
  --gray1: #eee;
  --section-padding-fluid: clamp(24px, 5vw + 4px, 75px);
  --container-max-width: clamp(320px, 83.33vw, 1600px);
  --container-sm-max-width: 790px;
  --container-padding-inline: clamp(1rem, 4vw, 3rem);
}
b,
strong {
  font-weight: bold;
}

.bg-black {
  background: var(--primary);
}
.bg-blue {
  background: var(--secondary);
}
.text-black {
  color: var(--primary) !important;
}
.text-blue {
  color: var(--secondary);
}
.text-grayc {
  color: rgba(255, 255, 255, 0.8);
}
.mb-30 {
  margin-bottom: 30px;
}
.container {
    max-width: var(--container-max-width);
    width: 100%;
    z-index: 2;
}
/* Header top css */
.header {
  z-index: 4;
  position: fixed;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
}
.language-dropdown ul li a {
    font-size: 14px;
    font-weight: 200;
}
.header.header__sticky {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);  
}
.site-bg {
  background: var(--secondary);
}
.site-color {
  color: var(--secondary);
}
.fw-200 {
  font-weight: 200;
}
.section {
  padding: 46px 0;
}
.header-top {
  padding: 12px 0;
  background: var(--secondary);
}

.site-logo a {
    width: 142px;
    display: block;
    height: 42px;
}

.header-nav {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
.site-nav .nav-item-first {
  font-size:14px;
  color: var(--primary);
  margin:0 10px;
  line-height: 20px;
}
.site-nav .nav-item-first:last-child {
  margin-right: 0;
}
.site-nav .nav-item-first > a {
  color: var(--white);
  font-weight: 200;
  display: flex;
  position: relative;
  transition: 0.3s;
}


.language-dropdown #dropdownMenuButton {
    color: #fff;
    font-weight: 200;
    font-size: 14px;
    padding: 0;
}
/* Video Section css */
.home-video {
  width: 100%;
  height: 700px;
  position: relative;
  max-height:700px;
}
video.fillWidth {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  right: 0;
  object-fit: cover;
}
.text-bdr{
    font-size: 71px;
    letter-spacing: 0;
    opacity: 1;
    -webkit-text-stroke: 1px #ffffff;
    color: transparent;
}
.head-tag-round{
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 21px;
    font-size: 16px;
    line-height: 28px;
    padding: 6px 34px;
    display: inline-flex;
}
.pl403{
    padding-left: 403px;
}
.banner-heading h1{
    letter-spacing: 2.02px;
    font-weight: 600;
    font-size: 4rem;
    line-height: 72px;
    margin-bottom: 16px;
}
.hide-header {
    height: 62px;
    width: 100%;
}
/* Footer css */
.footer-new-nav-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
}

.footer-new-nav-column {
    display: flex;
    flex-direction: column;
}
.footer-new-nav-column ul{
    padding: 0;
    margin: 0;  
}
.footer-new-nav-column ul li {
    margin-bottom: 2px;
}
.footer-new-nav-column ul a {
    font-size: 12px;
    color: var(--white);
    font-weight: 200;
}
.footer-new-nav-column ul a:hover {
    color: var(--secondary);
}



.social-item-link {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-item-link a {
    width: 26px;
    height: 26px;
    display: inline-flex;
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 100%;
    transition: all 0.3s ease-in-out;
}
.social-item-link a:hover {
    background: var(--secondary);
    transform: translateY(-5px);
    border-color: var(--secondary);
}
.social-items a svg {
  width: 100%;
  height: 100%;
}
.social-item-link svg {
    height: 100%;
    width: 100%;
}
.social-items a:hover {
  background: var(--primary);
  transform: translateY(-5px);
}

.copyright {
  font-size: 12px;
}
.footer-bottom {
 border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer {
  background: var(--primary);
}


.footer-new-top-left{
  font-size: 65px;
  line-height: 80px;
  font-weight: 500;
  color: var(--white);      
  opacity: 0.04;
  text-align: center;
  width: 100%;
}
.header .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 1rem 2rem;
  border: none;
  outline: 0;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .menu > ul > li .menu-subs > ul > li {
  line-height: 1;
  display: flex;
  align-items: center;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li span,
.header .menu > ul > li .menu-subs > ul > li span {
  margin-right: 5px;
  background: var(--secondary);
  border-radius: 40px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
}
.header .menu > ul > li .menu-subs > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  padding: 0.5rem 0;
  border: none;
  outline: 0;
  color: var(--white);
  transition: color 0.3s ease-in-out;
}
.header .menu > ul > li .menu-column-1 {
  min-width: 236px;
  max-width: max-content;
  background: var(--primary);
  box-shadow: 0px 9px 17px #63636357;
  background: var(--primary);
  border-radius: 30px;
  top: 73px;
  padding-top: 31px;
  margin-left: -63px;
  min-height: auto;
}
.header .menu > ul > li .menu-column-1 li {
  margin-bottom: 16px;
}
.header .menu > ul > li .menu-column-1 li a {
  transition: all 0.3s ease-out;
}
.header .menu > ul > li .menu-column-1 li a:hover {
  padding-left: 4px;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
  display: inline-block;
  font-family: inherit;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  border: none;
  outline: 0;
  color: var(--white);
  transition: all 0.3s ease-out;
}
.last-menu-item a{
  border: #fff 1px solid;
  padding: 6px 18px;
  border-radius: 30px;
}
.last-menu-item a:hover{
  background: var(--white);
  color: var(--secondary);
  transition: all 0.3s ease-out;
}
.header .menu > ul > li .menu-subs.menu-column-4 {
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  box-shadow: 0px 9px 17px #63636357;
  background: var(--primary);
  border-radius: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 73px;
  padding-top: 31px;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  padding: 0 14px;
}
.header .menu > ul > li .menu-subs.menu-column-1 .title-menu,
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title-menu {
  font-size: 14px;
  line-height: 18px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 6px;
  color: var(--white);
}
.header
  .menu
  > ul
  > li
  .menu-subs.menu-column-4
  > .list-item.text-center
  .title-menu {
  text-align: center;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
}
.header
  .menu
  > ul
  > li
  .menu-subs.menu-mega
  > .list-item
  > ul
  > li
  > a:hover
  span {
  background: var(--white);
  color: var(--primary);
}
.header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover {
  padding-left: 4px;
  transition: all 0.3s ease-out;
}
.header .menu > ul > li .menu-subs > ul > li > a:hover span {
  background: var(--white);
  color: var(--primary);
}
.header .menu > ul > li .menu-subs > ul > li a,
.header .menu > ul > li .menu-subs > ul > li > a span {
  transition: all 0.3s ease-out;
}
.header .menu > ul > li .menu-subs > ul > li a:hover {
  padding-left: 4px;
}
.header .menu > ul > li > a .bi {
  padding-left: 2px;
}
.header .menu > ul > li:hover > a,
.header-item-right a:hover {
  color: var(--secondary);
}
.title-menu a {
  color: var(--white);
}
@media only screen and (min-width: 993px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    opacity: 1;
    visibility: visible;
  }
}
.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}
@media only screen and (max-width: 991px) {
  .header-item-center {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .header .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: 0;
    margin-left: 1.25rem;
    background: 0 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: 0;
    opacity: 1;
    border-radius: 0.25rem;
    background: #121212;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .menu-mobile-trigger span:first-child {
    top: 0;
  }
  .header .menu-mobile-trigger span:nth-child(2),
  .header .menu-mobile-trigger span:nth-child(3) {
    top: 0.5rem;
  }
  .header .menu-mobile-trigger span:nth-child(4) {
    top: 1rem;
  }
  .header-item-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #fafafa;
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header .menu.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    overflow-y: auto;
    visibility: visible;
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .header .menu > ul > li > a {
    display: flex;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 1.225rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    align-items: center;
    justify-content: space-between;
  }
  .header .menu > ul > li > a i.fas {
    position: absolute;
    font-size: 1.25rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header .menu .menu-mobile-header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 501;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    border: 0;
    display: none;
    font-size: 1.25rem;
    line-height: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #121212;
    text-align: center;
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: #121212;
    text-rendering: optimizeLegibility;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    border: 0;
    background: var(--secondary);
    height: 50px;
    width: 50px;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: var(--white);
    font-size: 25px;
  }
  .header .menu .menu-section {
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    align-items: flex-start;
    margin: 8px;
  }

  .header .menu > ul > li .menu-subs.menu-mega,
  .header .menu > ul > li .menu-column-1 {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
    border-radius: 0;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    margin-top: 0;
  }
  .header
    .menu
    > ul
    > li
    .menu-subs.menu-column-4
    > .list-item.text-center
    .title {
    margin-bottom: 1.25rem;
  }
  .header
    .menu
    > ul
    > li
    .menu-subs.menu-column-4
    > .list-item.text-center:last-child
    .title {
    margin-bottom: 0;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: block;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
  }
}


.center-box-line {
  border-left: 1px solid rgba(255, 255, 255, 0.87);
  border-right: 1px solid rgba(255, 255, 255, 0.87);
  min-height: 326px;
}
.menu-subs p,
.menu-subs ul li a {
  color: rgba(255, 255, 255, 0.87) !important;
  font-size: 12px;
}
.menu-icon-top {
  width: 28px;
  height: 28px;
  background: url(../img/menu-icon-top.svg) no-repeat;
  background-position: center;
  background-size: contain;
}
.branding-logo {
  width: 306px;
  height: 282px;
  background: url(../img/branding.png) no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  left: 21px;
  top: -9px;
  z-index: 0;
}
.menu-subs.menu-mega:after {
  display: none;
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid var(--primary);
  position: absolute;
  left: 0;
  top: -10px;
  right: 137px;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .home-video {
    height: 400px;
  }
  
  .menu-subs.menu-mega:after {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .home-video {
    height: 350px;
  }
  .title-2 {
    font-size: 2rem;
    line-height: 41px;
  }

 
  .header.header__sticky {
    backdrop-filter: none !important;
  }
  .menu-open {
    overflow: hidden;
  }
 
}

@media screen and (max-width: 767px) {
  .home-video {
    height: 240px;
  }
  
}

@media screen and (max-width: 767px) {
  video.fillWidth {
    object-fit: contain;
  }
}
