
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
   scroll-behavior: smooth;
}
::-webkit-scrollbar {-webkit-appearance: none;width: 10px;}
::-webkit-scrollbar-thumb {background-color: var(--secondary);}
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.7;font-weight: 300;color: var(--white); font-size: 14px;}
:root {
  --primary: #07080C;
  --white: #fff;
  --secondary: #229AD8;
  --darkgray: #747474;
  --gray: #e8e7e7;
  --primary1: #050505;
  --gray1: #eee;
  --gray2:#6a6b6d;
  --menu-bg:#2b3744;
  --darkgray2:#707070;
  --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:700}
.bg-black{background:var(--primary)}
.bg-blue{background:var(--secondary)}
.text-black{color:var(--primary)!important}
.text-blue{color:var(--secondary)}
.text-grayc{color:#fffc}
.mb-30{margin-bottom:30px}
.container{max-width:var(--container-max-width);width:100%;z-index:2}
.header{z-index:6;position:fixed;text-align:center;left:0;top:0;width:100%}
.language-dropdown ul li a{font-size:14px;font-weight:400}
.dropdown-item.active,.dropdown-item:active,.dropdown-item:hover{background:var(--secondary);color:var(--white)}
.header.header__sticky{background: linear-gradient(to right, #7e98a9, #74c69c)}
.site-bg{background:var(--secondary)}
.site-color{color:var(--secondary)!important}
.fw-200{font-weight:200}
.section{padding:54px 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:300;display:flex;position:relative;transition:.3s}
.language-dropdown #dropdownMenuButton{color:var(--white);font-weight:300;font-size:14px;padding:0;background-color:transparent}
.home-video{width:100%;height:100vh;position:relative;}
video.fillWidth{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-size:cover;right:0;object-fit:cover;border-radius:0;object-position:center;}
.text-bdr{letter-spacing:0;opacity:1;-webkit-text-stroke:1px var(--white);color:transparent}
.head-tag-round{color:var(--white);border-radius:10px;font-size:15px;line-height:28px;padding:10px 22px;display:inline-flex;background: rgba(255, 255, 255, 0.1);backdrop-filter: blur(10px);-webkit-backdrop-filter: blur(10px);border: 1px solid rgba(255, 255, 255, 0);transition:all .5s ease-in-out}
.head-tag-round:hover{
  border: 1px solid rgba(255, 255, 255, 0.6)
}

.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%}
.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 .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .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:.5rem 0;border:none;outline:0;color:var(--white);transition:color .3s ease-in-out}
.header .menu > ul > li .menu-column-1{min-width:236px;max-width:max-content;background:var(--primary);box-shadow:0 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 .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 .3s ease-out}
.last-menu-item a{padding:8px 18px;border-radius:30px;
    transition: all .5s ease-in-out;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.4);

}
.last-menu-item a:hover{background:var(--white);color:var(--secondary);transition:all .3s ease-out}
.header .menu > ul > li .menu-subs.menu-column-4{width:100%;display:flex;align-items:flex-start;justify-content:space-between;left:0;right:0;margin:0 auto;top:70px;padding:26px;
backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    background: rgba(255, 255, 255, 0.2);

}
.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 .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-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 .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 .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{color:var(--secondary)}
.title-menu a{color:var(--white)}


@media only screen and (min-width: 1025px) {
.header .menu > ul > li.menu-item-has-children:hover .menu-subs{opacity:1;visibility:visible}
.menu-open .header .menu > ul > li .menu-subs.menu-column-4{top:0;padding-top:110px}
.menu-open .site-logo{position:relative;z-index:999}
.menu-open .site-nav .nav-item-first > a{z-index:999}
.menu-open .language-dropdown{z-index:999}
.side-menu-rht{width:241px;margin-right:32px}
.menu-item-col ul:before{content:"";position:absolute;top:2px;left:0;width:1px;height:90%;background:#ffffff4f}
.menu-item-col .horizontal-link li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:11px;height:2px;background:#ffffff4f}


}


.menu-heading-top{padding:12px;font-size:15px;color:var(--white);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);display:inline-flex;align-items:center;border-top:2px solid #a6c9e67d;border-bottom:2px solid #a6c9e67d;margin-bottom:20px;width:100%;max-width:274px;justify-content:space-between}
.menu-heading-top span{background:url(../img/down-arrow.svg);width:26px;height:26px;background-size:contain;background-repeat:no-repeat;display:inline-flex}
.menu-item-box{width:100%;flex-wrap:wrap;position: relative;}
.menu-item-col{width:33%;position:relative;margin-bottom:30px}
.menu-subs .menu-item-col-half ul li a{padding:0}
.menu-subs .menu-item-col-half{width:100%;max-width:300px;position:relative;padding-right:44px}
.menu-subs .menu-item-col-half:first-child::before{content:'';position:absolute;top:0;right:24px;width:1px;height:100%;background:#a6c9e67d}
.menu-mobile-header,.menu-mobile-trigger{display:none}

.hidden-ht{overflow: hidden;}
.menu-item-col-menu{width:25%;height: 100%;position: relative;padding-right: 30px;}
.menu-item-col-menu:first-child:before{display: none;}
.menu-subs .menu-item-col-menu ul li a{padding-left: 0;}
.menu-item-col-menu:before{
  content: '';
  position: absolute;
  top: 0; 
  left: -20px;
  width: 1px;
  height: 100%;
  background: #ffffff4f;

}

@media only screen and (max-width: 1025px) {
    .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:.35s ease-in-out;-o-transition:.35s ease-in-out;transition:.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:.25rem;background:var(--white);-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.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:.5rem}
    .header .menu-mobile-trigger span:nth-child(4){top:1rem}

    .header .menu{position:fixed;top:0;right:0;width:100%;height:100%;z-index:1099;overflow:hidden;background:var(--menu-bg);-webkit-transform:translate(100%);-ms-transform:translate(100%);transform:translate(100%);-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .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;padding:0 1.225rem 0 1rem;border-bottom:1px solid #2a2b2c;align-items:center;justify-content:space-between;font-size: 16px;
    font-weight: 400;}
    .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.025rem;z-index:501;background:var(--secondary);}
    .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 var(--primary1);color:var(--primary);text-align:center;background:var(--secondary)  url('../img/down-arrow.svg') no-repeat;background-position: center;background-size: 36px; transform: rotate(90deg);}
    .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:var(--white);text-rendering:optimizeLegibility;padding: 0 16px;}
    .menu-mobile-title img{height: 36px;}
    .header .menu .menu-mobile-header .menu-mobile-close{border:0;background:var(--secondary);height:49px;width:50px;cursor:pointer;line-height:50px;text-align:center;color:var(--white);font-size:16px}
    .header .menu .menu-section{overflow-y:auto;overflow-x:hidden;flex-direction:column;align-items:flex-start;margin:0;padding:0;}
    .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:5rem;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 > 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:#0000008c;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
    .overlay.active{opacity:1;visibility:visible}
}
.menu-subs p,.menu-subs ul li a{color: var(--white);font-size: 13px;font-weight: 300;}
.menu-subs ul li a{position: relative;padding-left: 16px;}
.menu-subs ul li a img{position: absolute;left: 0;top:2px}
.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}

.menu-link{font-size:14px;font-weight:400;color:var(--white);text-decoration:none;display:inline-flex;letter-spacing:1px;padding-right:30px;background:url(../img/arrow-l-m.svg) no-repeat;background-position:right center;background-size:11px}
.down-arrow{width:26px;height:26px;background:url(../img/down-arrow.svg) no-repeat;background-position:center;background-size:30px;display:inline-block;position:relative;top:-2px;left:-3px;display:none}
.plus-icon-menu{width:16px;height:16px;background:url(../img/plus-icon.svg) no-repeat;background-position:center;background-size:contain;display:inline-block;position:relative;top:4px;right:-2px;}
.menu-item-has-children.active .plus-icon-menu{width:16px;height:16px;background:url(../img/minus-icon.svg) no-repeat;background-position:center;background-size:contain;display:inline-block;position:relative;top:4px;left:4px}
.menu-level-subs{width:auto;height:auto;padding:0;border:none;outline:0;z-index:500;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;display:none;margin:0;position:absolute;padding:12px;box-shadow:0 3px 6px #0000000F;border-radius:10px;opacity:1;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);top:28px;left:16px;background:#466e8c}
.menu-level-subs .horizontal-link li{border-bottom:1px dashed #DDD;margin:0;padding:6px 0;line-height:normal}
.menu-level-subs .horizontal-link li a{padding:0}
.menu-level-subs .horizontal-link:before{display:none}
.menu-level-subs .horizontal-link li:before{display:none}
li.menu-item-has-children.active{width:100%}
.plus-icon-menu{transition:.3s}
.plus-icon-menu.active{transform:rotate(45deg)}
.menu-level-subs.menu-sub-active{display:block}
.plus-icon-menu{cursor:pointer}

@media screen and (max-width: 1024px) {
  .menu-subs.menu-mega:after{display:none}
  .menu-open{overflow:hidden}
  .down-arrow{display:block;}
  .header .menu .last-menu-item a {border-bottom: 2px solid var(--white);margin: 24px;justify-content: center;}
}

.modal-backdrop.show{}
.horizontal-link{ padding: 0;display: flex;flex-direction: column;position: relative;}
.horizontal-link li{width:100%;margin:0 0 10px;padding-right:4px;position:relative}
.menu-item-title{font-size:15px;line-height:18px;color:var(--white);margin-bottom:14px;font-weight:500}
.horizontal-link li:last-child{margin-bottom:0}
.left-menu-width{width:calc(100% - 280px)}
.side-menu-rht img{width:100%;border-radius:16px;display:block}
.grid-row-menu{width:100%;max-width:280px;margin-bottom:14px}
.grid-row-menu:last-child{margin-bottom:0}
.blog-detail-menu{width:182px;max-width:100%;margin-left:20px}
.blog-detail-menu p{font-size:12px;color:var(--white);line-height:20px;font-weight:300}
.blog-detail-menu a{color:var(--white);font-weight:500;font-size:10px;padding:0;text-decoration:none}
.blog-img-menu img{width:100%;border-radius:16px;display:block;height:94px}
.blog-detail-menu a:hover{color:var(--white)}
@media screen and (max-width: 1024px) {
  .left-menu-width {width: 100%;}
  .side-menu-rht { border-left: 0;padding-left: 0;margin:20px 0 30px;}
  .menu-subs ul li a{font-size: 16px;font-weight: 400;padding-left: 0;padding-right: 16px;}
  .horizontal-link li{margin:16px 0px;}
  .menu-subs ul li a img{top:3px}
  .header .menu > ul > li.menu-item-has-children:hover > a::after{display: none;}
  .menu-item-col{width: 33%;}
}
@media screen and (max-width: 991px) {
  .menu-item-col{width: 48%;}
  .menu-item-col-menu{width: 48%;margin-bottom: 20px;}
  .home-video{height: 650px;max-height: 650px;}
}
@media screen and (max-width: 767px) {
  .horizontal-link li{width: 100%;margin: 18px 0px;}
 .menu-subs .menu-item-col-half:first-child::before{display: none;}
 .menu-subs .menu-item-col-half{width: 100%;max-width: none;padding-right: 0;margin-bottom: 20px;}
  li.menu-item-has-children.active{margin-bottom: 0;}
  .menu-item-col{width: 100%;margin-bottom:30px;}
  .menu-item-col-menu{width: 100%;}
  .menu-item-col-menu:before{display: none;}
}


.footer-new-nav-grid{display:grid;grid-template-columns:repeat(5,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:flex-start;gap:6px}
.social-item-link a{width:48px;height:48px;display:inline-flex;padding:12px;border-radius:100%;-webkit-backdrop-filter:blur(4px);transition:all .5s ease-in-out;background:#ffffff1a;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid #fff0}
.social-item-link a:hover{background:var(--secondary);transform:translateY(-5px);border-color:var(--secondary)}
.social-item-link svg{height:100%;width:100%}
.copyright{font-size:12px}
.footer-bottom{border-top:1px solid #fff3}
.footer{background:var(--primary)}
.footer-new-top-left{font-size:65px;line-height:80px;font-weight:500;color:var(--white);opacity:.04;text-align:center;width:100%;width:100%;padding:0 10%;display:flex;align-items:center;justify-content:center}


@media (min-width: 768px) {
  .footer-new-nav-column ul{display:block}
  .footer-new-nav-column h3{cursor:default}
}
@media (max-width: 767px) {
  .footer-new-nav-column:last-child{border:0;}
  .footer-new-nav-column h3.solhead:after{display: none;}
  .footer-new-nav-column ul{display:none;padding-left:0}
  .footer-new-nav-column{border-bottom:1px solid #444;padding:10px 0}
  .footer-new-nav-column h3{cursor:pointer;position:relative}
  .footer-new-nav-column h3::after{content:"+";position:absolute;right:0;font-size:18px}
  .footer-new-nav-column.active h3::after{content:"-"}
  .footer-new-nav-column.active ul{display:block;margin-top:10px}
}
