/* Header Related CSS */

.trust_world_main {
  padding: 120px 0;
}

.font-italic {
  font-style: italic;
}

a.btn.memu-bnt {
  text-transform: none;
}

/*maga menu*/

header#myHeader .navbar-expand-lg {
  padding: 0px 0rem !important;
}

header#myHeader {
  height: 64px;
  border-bottom: 5px solid #dadada30 !important;
}

.navbar-brand {
  padding: 0.7rem 0;
}

.menuhr {
  margin: 0rem 0px 1rem 0px;
}

.menuheading {
  font-size: 18px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
}

.droppara {
  font-size: 14px;
/*  padding-left: 12px;*/
  line-height: 1.6;
  color:gray;
  line-break: normal;
}

.memu-bnt {
  color: #0b08fd;
  font-weight: 700;
}

.borderbox {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 20px;
/*  min-height: 275px;*/
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.row.borderbox img {

  width: 70px;
  box-shadow: none;
}

li.dropdown:has(> a) {
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s ease;
}

li.dropdown:has(> a.show) {
  border-bottom: 2px solid;
  border-color: #000000a3;
}

@font-face {
  font-family: "EBG";
  src: url(../fonts/EBGaramond-ExtraBold.ttf);
}


@font-face {
  font-family: "PPNeueMontreal";
  src: url(../fonts/PPNeueMontreal/PPNeueMontreal-Medium.otf);
  font-weight: 200;
}

@font-face {
  font-family: "PPNeueMontreal";
  src: url(../fonts/PPNeueMontreal/PPNeueMontreal-Thin.otf);
}

@font-face {
  font-family: "PPNeueMontreal";
  src: url(../fonts/PPNeueMontreal/PPNeueMontreal-Book.otf);
  font-weight: 400;
}

@font-face {
  font-family: "PPNeueMontreal";
  src: url(../fonts/PPNeueMontreal/PPNeueMontreal-Bold.otf);
  font-weight: 700;
}

.staticHeader {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
}

.staticHeader .darkLogo {
  display: none;
}

.staticHeader .whiteLogo {
  display: block;
}

.sticky .darkLogo {
  display: block;
}

.sticky .whiteLogo {
  display: none;
}

.customHeader img.darkLogo {
  display: block;
}

.customHeader img.whiteLogo {
  display: none;
}

.staticHeader .login_btn {
  background-color: transparent !important;
  color: white;
  border: 1px solid #fff;
}

.customHeader .login_btn {
  background-color: none !important;
  color: #000;
  border: 1px solid #000;
  font-weight: bold;
}

.customHeader .login_btn:hover,
.customHeader .login_btn:focus {
  background-color: none !important;
}

.transHeader .login_btn {
  color: #fff !important;
  border: 1px solid #fff !important;
}

.sticky ul li a.nav-link .login_btn {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000;
}

.staticHeader ul li a.nav-link {
  color: #fff !important;
  font-size: 1rem;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.customHeader ul li a.nav-link {
  color: #353434 !important;
  font-size: 1rem;
  padding: 1rem;
}

.sticky ul li a.nav-link {
  color: #000 !important;
}

.sticky {
  position: fixed !important;
  top: 0;
  width: 100% !important;
  background-color: #fff;
  z-index: 999999 !important;
  box-shadow: none !important;
}

header.stickyHeader.staticHeader.customHeader.sticky {
  width: 100%;
}

.dark_bg {
  background-color: #1a1a1a;
}

.dark_bg .navbar-light .navbar-nav .nav-link {
  color: #ffffff !important;
}

.dark_bg .login_btn {
  background: #fff;
  color: #1a1a1a;
}

.navigations_Links .nav-link {
  font-size: 14px;
  line-height: 20px;
  font-family: "PPNeueMontreal", sans-serif;
  color: #343435 !important;
  margin: 0 28px !important;
  font-weight: 400;
}

.dropMenuCard {
  border: none;
  padding: 0px 20px;
  left: 30px !important;
  box-shadow: 0px 5px 5px 0px #DADEF2;
}

.dropMenuCard .dropdown-item {
  font-family: "PPNeueMontreal", sans-serif;
  padding: 0;
}

.dropMenuCard .dropdown-item:hover {
  background: #fff;
}

.login_btn {
  /*  background: #343435;*/
  padding: 8px 16px !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  border-radius: 32px;
  border: 1px solid #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.btn-secondary:focus {
  box-shadow: none !important;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none !important;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125 !important;
}

.sticky .navbar-toggler-icon i {
  color: #000 !important;
}

/* .droppara {
  margin: 0 0 clamp(20px, calc(20px + 20 * ((100vw - 720px) / 1100)), 40px) 0 !important;
} */

/* @media (min-width: 992px) {
  ul.dropdown-menu.dropMenuCard.smenu.show {
    position: fixed;
    width: 100vw !important;
    left: 0vw !important;
    top: 53px !important;
  }
} */

/* .dropMenuCard hr {
  border: lightgray 1px solid;
  margin-bottom: 2.5em !important;
}

.dropMenuCard h4 {
  font-weight: 600 !important;
}

.mt-3 {
  margin-bottom: 0.5rem !important;
} */

.opacity-zero {
  opacity: 0;
}

@media (min-width: 577px) and (max-width: 1399px) {
  i.buttonarrow {
    display: none;
  }

  #filedoc_ico {
    display: none;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}

@media (min-width: 992px) {
  ul.dropdown-menu.dropMenuCard.smenu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  ul.dropdown-menu.dropMenuCard.smenu.show {
    position: fixed;
    width: 100vw !important;
    left: 0vw !important;
    top: 60px !important;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}

@media only screen and (max-width: 990px) {
  .container {
    max-width: 960px;
  }

  .top-banner {
    padding-top: 4.5rem !important;
  }

  .trust_world_main {
    padding: 60px 0 50px 0;
  }

  h2 {
    font-size: 3rem;
  }

  .trust_world_text p {
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {

  section.trust_world_main.bg-02home {
    background: none !important;
    padding-top: 8rem;
    padding-bottom: 4rem;

  }

  .container {
    padding: 0 20px;
    width: 100% !important;
  }

  footer {
    padding: 24px 0;
  }

  a.dropdown-item {
    font-size: 18px;
    padding: 1rem;
    display: block;
  }

  .staticHeader {
    background-color: #000;
  }

  .navbar-light .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
  }

  .states_main p {
    width: 100%;
  }

  .customHeader img.whiteLogo {
    display: block;
  }

  .customHeader img.darkLogo,
  .sticky .darkLogo {
    display: none;
  }

  header.stickyHeader.staticHeader.customHeader .container-fluid,
  header.stickyHeader.staticHeader .container-fluid {
    padding: 0 !important;
  }

  .navigations_Links .nav-link {
    margin: 0 8px !important;
  }

  .customHeader ul li a.nav-link {
    color: #ffffff !important;
  }

  .sticky ul li a.nav-link,
  .sticky .navbar-toggler-icon i {
    color: #fff !important;
  }

  .customHeader img.whiteLogo,
  .staticHeader .whiteLogo,
  .stickyHeader .whiteLogo {
    display: block;
  }

  .sticky ul li a.nav-link .login_btn {
    background-color: #fff !important;
    color: #000 !important;
    border-color: #ffffff;
  }

  .tabsItem_wrapper .nav-link {
    padding: 12px 24px;
  }

  .tabsItem_wrapper .businessTab {
    min-width: 100px;
  }
  .top-banner {
    padding-top: 4.5rem !important;
  }
}

/* Header Related Changes End */

.nav-item:hover {
  display: block;
}