@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Mulish:wght@400;500;600;700;800&display=swap");

:root {
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Inter", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::after,
::before {
  box-sizing: border-box;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

html,
body,
.sitecontent {
  min-height: 100vh;
}

/* .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .container {
    padding: 0 45px;
  }
} */

/* Header */

.header {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: #000;
}

.header {
  position: sticky;
}

.home.header {
  position: fixed;
}

.header .container {
  padding: 0 40px;
  max-width: 1584px;
}

.header-nav {
  display: flex;
  align-self: stretch;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-self: stretch;
  position: relative;
}

.header .navigation > div {
  height: 100%;
  align-self: stretch;
  display: flex;
  padding: 0;
}

.header .navigation {
  align-items: center;
  display: flex;
  align-items: center;
  align-self: stretch;
  height: 100%;
}

.navigation > div > ul {
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.navigation > div > ul > li {
  display: flex;
  align-items: center;
  align-self: stretch;
}

.navigation > div > ul > li:not(:last-child) {
  margin-right: 30px;
}

.navigation > div > ul > li > a {
  display: block;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--secondary-font);
}

.navigation > div > ul > li > ul {
  position: absolute;
  top: 100%;
  z-index: 252;
  background: #fff;
  width: 300px;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  /* transition: 1.2s linear; */
  box-shadow: 5px 8px 15px #0000001a;
  /* border: 1px solid #000; */
  list-style: none;
}

.navigation > div > ul > li > ul.sub-menu {
  display: none;
}
.navigation > div > ul > li.has-megasubmenu > a::after {
  content: "\f2f9";
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  display: inline-block;
  font-size: 18px;
  color: #fff;
  width: 20px;
  height: 20px;
  text-align: center;
}
.navigation > div > ul > li.has-megasubmenu.megaMenuBtn > a::after {
  content: "\f2fc";
}

/* .navigation > div > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  transition: all 0.3s ease;
  visibility: visible;
} */

.navigation > div > ul > li > a:hover,
.navigation > div > ul > li > a:hover::after,
.navigation > div > ul > li.has-megasubmenu.megaMenuBtn > a,
.navigation > div > ul > li.has-megasubmenu.megaMenuBtn > a::after,
.group__megaMenu > div > ul > li > a:hover {
  color: #2d74ff;
}
.navigation > div > ul > li > ul > li > a,
.navigation > div > ul > li > ul > li > ul > li > a {
  /* white-space: nowrap; */
  font-size: 13px;
  font-weight: 400;
  padding: 5px;
  display: block;
  font-family: "Inter", sans-serif;
}

.navigation > div > ul > li > ul > li:hover > a {
  background: #f5f5f5;
  color: #1a1a1a;
}

.navigation > div > ul > li > ul > li > a {
  padding-left: 20px;
}
.navigation > div > ul > li > ul > li > ul > li > a {
  white-space: nowrap;
  font-size: 14px;
  padding: 5px 15px;
}
.navigation > div > ul > li > a {
  height: auto;
  font-family: "Inter", sans-serif;
}

.navigation > div > ul > li {
  display: flex;
  align-items: center;
  align-self: stretch;
}

.navigation > div > ul > li > ul > li > ul.break-2 {
  column-count: 2;
}

.header-right {
  align-self: stretch;
  display: flex;
  width: 250px;
  justify-content: center;
  align-items: center;
}

.header-widget {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex-direction: column;
  /* width: 250px; */
}

.header-widget .dropdown {
  display: flex;
  align-self: stretch;
  flex-direction: column;
  height: 100%;
  margin-top: 25px;
  position: relative;
  cursor: pointer;
}

.header-widget span {
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-widget span i {
  font-style: normal;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.header-widget span div {
  display: flex;
  align-items: center;
}

.header-widget span div img {
  width: 15px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  align-items: center;
}

.header-widget span .icon-flag::after {
  content: "\f2f9";
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  color: #fff;
  margin-left: 8px;
  font-size: 16px;
}
.header-widget .dropdown .btn {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  outline: none;
  margin-top: 4px;
}

.header-widget span {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-widget .num-wrap .icon-call {
  width: 20px;
  margin-right: 6px;
  filter: none !important;
}

.schedule__call--btn {
  width: 100%;
  background: #f2b203;
  text-align: center;
  padding: 10px 8px;
  border: none;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: #0d0d0d;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.header-widget .num-wrap .text {
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}

.header-widget .num-wrap .text a {
  color: #fff;
}

.header-widget .dropdown-menu {
  box-shadow: 0 0 12px -6px rgba(0, 0, 0, 0.56);
  min-width: 194px;
  margin-top: -2px !important;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.header-inner .logo {
  padding: 8px 0 8px 0;
}

.header-widget .dropdown-menu li {
  border: none;
  white-space: nowrap;
  padding: 0;
}

.header-widget .dropdown-menu li > span {
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  display: flex;
  align-items: center;
  width: 100%;
}

.header-widget .num-wrap .icon-flag {
  height: 18px;
  margin-left: auto;
}

/* Mega Menu */

.mega-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  background: #fff;
  /*padding: 25px;
  */
  box-shadow: 0px 4px 8px 0px #00000040;
  z-index: 99999;
  max-width: 1140px;
  width: 100%;
  margin: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

/* .navigation > div > ul > li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
} */

.megaMenu-content,
.bhutanMegaMenu-content,
.tibetMegaMenu-content {
  display: none;
}

.megaMenu-content.current,
.bhutanMegaMenu-content.current,
.tibetMegaMenu-content.current {
  display: block;
}

.mega-menutabs {
  display: flex;
}

.megaMenu__data {
  flex: 6;
  padding: 15px;
}

.mega-menutabs > ul {
  margin: 0;
  padding: 0;
  padding: 8px;
  flex: 2;
  list-style: none;
}

.mega-menutabs > ul > li {
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 500;
  color: #0d0d0d;
  cursor: pointer;
}

.megaMenu-region > ul,
.group__megaMenu > div > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  column-count: 2;
}

.group__megaMenu > div > ul {
  column-count: auto;
}

.megaMenu-region > ul > li > a,
.group__megaMenu > div > ul > li > a {
  /* white-space: nowrap; */
  font-size: 13px;
  padding: 5px;
  display: block;
  transition: none;
  font-family: "Inter", sans-serif;
  color: #111;
}
.megaMenu-region > ul > li > a:hover {
  background: #f5f5f5;
}

.megaMenu-region.group__megaMenu {
  display: flex;
  flex-wrap: wrap;
}

.group__megaMenu > div {
  width: 50%;
  margin-bottom: 15px;
}

.megaMenu-region
  > ul
  > li
  > a:hover
  .group__megaMenu
  > div
  > ul
  > li
  > a:hover {
  color: #0048d6;
}

.megaMenu-region h4,
.megaMenu-region p {
  font-size: 18px;
  font-weight: 500;
}

.megaMenu-region h4 a,
.megaMenu-region p a {
  color: #212529;
  text-decoration: none;
}

.mega-menutabs > ul > li {
  position: relative;
}

.mega-menutabs > ul > li::after {
  content: "\f2fb";
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  /* line-height: 45px; */
  position: absolute;
  right: 5px;
  top: 17px;
}
.mega-menutabs > ul > li.current,
.mega-menutabs > ul > li:hover {
  background: #f5f5f5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.navigation > div > ul > li.megaMenuBtn .mega-menu,
.navigation > div > ul > li.megaMenuBtn .sub-menu {
  visibility: visible;
  opacity: 1;
}

.mobile__menu,
.mobile-subMenu,
.subMenu-second {
  position: fixed;
  height: 100vh;
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  /* padding: 6px; */
  z-index: 99999;
  overflow: auto;
}

.mobile-subMenu,
.subMenu-second {
  left: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.mobile__menu {
  left: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.mobile__menu.mainMobileMenu {
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.subMenu-second {
  left: 200%;
}

.showMobile__menu > .mobile-subMenu,
.showMobile__menu > .subMenu-second {
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.mobile__menu > nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 35px;
}
.mobile__menu > nav ul li {
  padding: 10px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mobile__menu > nav ul li:hover {
  background: #f5f5f5;
}

.mobile__menu > nav .subMenu-second ul li:hover {
  background: transparent;
}

.mobile__menu > nav ul li span {
  margin-left: auto;
  font-size: 23px;
  margin-right: 10px;
}
.mobile__menu > nav ul li a {
  font-weight: 500;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  color: #0d0d0d;
  text-decoration: none;
}

.mobile__menu > nav ul li.has-submenu-second > a {
  font-size: 18px;
}
.mobile__menu > nav ul li a.backMenu {
  font-size: 17px;
}

.subMenu-second h4 {
  font-size: 14px;
  padding: 6px 12px;
  margin-top: 8px;
}

.subMenu-second h4 > a {
  font-size: 15px !important;
}

.mobile__menu > nav .companyMenu h4 {
  font-weight: 500;
  font-size: 15px;
  padding: 6px 12px;
  margin-top: 8px;
  color: #0d0d0d;
  font-family: "Inter", sans-serif;
}

.mobile__menu > nav .subMenu-second ul,
.mobile__menu > nav .companyMenu ul {
  margin-top: 0;
}

.mobile__menu > nav .subMenu-second ul li,
.mobile__menu > nav .companyMenu ul li {
  padding: 0;
}

.mobile__menu > nav .subMenu-second ul li a,
.mobile__menu > nav .companyMenu ul li a {
  color: #4a4a4a;
  font-size: 14px;
  display: block;
  width: 100%;
  font-weight: 400;
  padding: 8px;
  border-bottom: 1px solid #eee;
}

.mobile__menu > nav .subMenu-second ul li a:hover {
  background: #f5f5f5;
}

.backButton {
  padding: 6px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  background: #fff;
}
.removeMenu svg {
  width: 16px;
  height: 16px;
}

.backMenu svg {
  width: 13px;
  height: 13px;
}

.header-widget .dropdown.show .dropdown-menu {
  display: block;
  position: absolute;
  /* width: 100%; */
  top: 100%;
  right: 0;
}

.header-widget .dropdown-menu .num-wrap .text {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.header-widget .dropdown-menu li:hover {
  background: #0000000a;
}

.header-widget .dropdown .icon-flag::after {
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}

.header-widget .dropdown.show .icon-flag::after {
  transform: rotate(180deg);
}

.header-btns {
  display: flex;
  align-items: center;
  margin: 0 0 0 35px;
  align-self: stretch;
}

.header-btns-wrap {
  position: relative;
  height: 100%;
  align-items: center;
  display: flex;
}

.header-btns-wrap ul {
  list-style: none;
  position: absolute;
  box-shadow: 5px 8px 15px #0000001a;
  top: 100%;
  z-index: 252;
  background: #fff;
  width: 460px;
  padding: 11px 0 11px 6px;
  opacity: 0;
  visibility: hidden;
}

.header-btns-wrap.has-megasubmenu.megaMenuBtn ul {
  opacity: 1;
  visibility: visible;
}

.header-btns-wrap ul li a {
  color: #000;
  font-weight: 400;
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  padding: 5px 15px;
}

.header-btns-wrap ul li a:hover {
  color: #2d74ff;
}

.header-btns .btn {
  padding: 11px 19px;
}

.btn--empty-white {
  color: #fff;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.btn--empty-white:hover,
.header-btns-wrap.has-megasubmenu.megaMenuBtn .btn--empty-white {
  color: #fff;
  background-color: #2d74ff;
  border-color: #2d74ff;
}

.header-btns-wrap > a {
  font-size: 14px;
  border-width: 2px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

#menu-item-53424 {
  position: relative;
}
#menu-item-53424 .sub-menu {
  display: block;
  width: 500px;
  flex-wrap: wrap;
  column-count: 2;
  padding: 10px 0;
}
.megamenu-backdrop {
  /* position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh; */
  /* background-color: rgba(17,17,17,.6); */
}

.burgerMenu,
.call__header {
  display: none;
  margin-left: 15px;
  vertical-align: middle;
}

.dropdown-toggle::after {
  display: none;
}
/* Header Ends */
@media (max-width: 1200px) {
  .header-right {
    width: 200px;
  }

  .header .container {
    padding: 0 15px;
  }
}

@media (max-width: 1130px) {
  .header .container {
    padding: 0 15px;
  }
  .header-btns {
    margin-left: 15px;
  }
}
@media (max-width: 1100px) {
  .header-inner .logo {
    max-width: 94px;
  }
}

@media (max-width: 1100px) {
  .header-right {
    width: auto;
  }
  .header .navigation,
  .header-widget,
  .header-btns {
    display: none;
  }

  .burgerMenu,
  .call__header {
    display: block;
    margin-left: 32px;
    vertical-align: middle;
  }

  .header-inner .custom-logo {
    display: block;
    width: 100%;
    max-height: 80px;
    padding: 10px 0;
  }
}

.footer__top-title {
  font-weight: 500;
}
