:root {
  --primary-color: #000;
  --green-btn-color: #abd400;
  --p-text: #4a5469;
  --white-color: #fff;
  --heading-color: #313131;
  --c-green-color: #8effff;
  --all-color: #313131;
  --allover-font: "Inter, sans-serif";
  /* --heading-font: "Montserrat", sans-serif;
  --p-font: "Montserrat", sans-serif; */
}

header {
  position: fixed;
  top: 0; /* visible from start */
  left: 0;
  width: 100%;
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 1;
  z-index: 999;
}

header.show-header {
  top: 0;
  transform: translateY(0);
  opacity: 1;
}

header:not(.show-header) {
  transform: translateY(-100%);
  top: -100px; /* slide up when hidden */
  opacity: 0;
}

.pull-left {
  float: none !important;
}

header.sticky-shadow {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  box-shadow: 1px 1px 18px #2222221f;
  background: #fff;
}

.menuzord.orange .menuzord-menu > li a.active,
.menuzord.orange .menuzord-menu > li a:hover > {
  background: #0433aa;
  color: #fff;
}

.menuzord-menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
  position: static;
  display: flex;
  justify-content: start;
  align-items: center;
}

.menuzord-menu > li {
  display: inline-block;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.header-nav {
  background-color: #fff;
  border: solid 1px #dddddd99;
}

.menuzord-menu > li:hover > a,
.menuzord-menu > li.active > a {
  color: #222;
}

.logo-holder {
  width: 150px;
  height: 75px;
  display: inline-block;
  padding-top: 5px;
}

.desktop-nav-new > ul > li {
  width: auto;
  display: inline-block;
  margin: 0 0 0 0;
  position: static;
}

.desktop-nav-new > ul > li.dropdown {
  position: relative;
}

.desktop-nav-new > ul > li > ul {
  width: 100%;
  min-width: 270px;
  position: absolute;
  z-index: 5;
  left: 0px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0px;
  border-top: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  visibility: hidden;
  top: 80%;
  transform: rotateX(-75deg);
  transform-origin: 0% 0%;
  box-shadow: 1px 1px 1px #ddd;
}

.desktop-nav-new > ul > li:hover > ul {
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

.logo-holder img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain !important;
}

.lh-30 {
  line-height: 30px !important;
}

.float-right {
  width: auto !important;
  float: right;
}

.demo-btn a {
  background-color: var(--primary-color);
  padding: 10px 19px;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 16px;
  display: block;
  width: auto;
  text-align: center;
  font-weight: 400;
}

.header-right .side-menu {
  position: relative;
  float: right;
  width: 40px;
  height: 100%;
  /* margin-left: 16px; */
  padding: 10px 0;
  margin-left: 30px;
}

/* .sub-menu li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 20px;
  text-align: left;
  color: #000;
  background: #fff !important;
}

.sub-menu li {
  position: relative;
} */

.sub-menu li a:hover {
  background: #3da060;
  color: #222;
}

.menuzord-menu .dropdown span i {
  position: relative;
  top: 2px;
}

.main-header {
  width: 100%;
  text-align: center;
  padding: 0px 0px;
  transition: all 300ms ease-in-out;
  position: relative;
  border-radius: 10px;
}

.header .main-header .header-left .logo-holder {
  display: none;
}

.header.sticky-shadow .main-header .header-left .logo-holder {
  display: block;
}

.sticky-shadow .main-header {
  margin-top: 0px;
  padding: 0;
  box-shadow: 0px 0px 0px #e8e8ea;
}

.header.sticky-shadow .header-nav-wrapper {
  top: 0;
  position: relative;
  right: 0;
}

.heading-banner h2 {
  color: #000830;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 800;
}

/* .desktop-nav-new>ul>li:hover a {
  background: var(--hover-color);
  color: #002147;
} */

.desktop-nav-new > ul > li > a {
  width: 100%;
  height: auto;
  display: block;
  padding: 28px 18px 28px;
  font-size: 17px;
  color: var(--all-color);
  box-sizing: border-box;
  font-weight: 400;
  position: relative;
}
.desktop-nav-new > ul > li > a span i {
  position: relative;
  top: 3px;
}
.desktop-nav-new ul li:last-child a {
  padding-right: 0;
}

/* .desktop-nav-new>ul>li>a:before {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #03d3c2;
  top: 22px;
  right: 0;
  content: "";
  border-radius: 15px;
} */

.desktop-nav-new ul li:last-child a::before {
  background: transparent;
}

/* .contact-us-text {
  color: var(--green-btn) !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
} */

/* .contact-us-text i {
  font-size: 22px;
  margin-right: 6px;
  position: relative;
  top: 5px;
} */

header .desktop-nav-new > ul > li > ul > li a {
  padding: 15px 10px;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 20px;
  text-align: left;
  color: #000;
  background: #fff !important;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

header .desktop-nav-new > ul > li > ul > li a span {
  position: relative;
  z-index: 1;
}

/* .header-btn-sec {
  margin-top: 25px;
} */

header .desktop-nav-new > ul > li > ul.sub-menu li a::before {
  display: block;
  content: "";
  height: 100%;
  width: 3px;
  position: absolute;
  top: 0;
  background: var(--primary-color);
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.35s ease;
  pointer-events: none;
}

header .desktop-nav-new > ul > li > ul > li:hover > a::before {
  width: 100%;
}

header .desktop-nav-new > ul > li > ul > li:hover > a > span {
  color: #fff;
}

/* .header-top .login-btn li a {
  padding: 10px 22px;
  color: #212529;
} */
/* 
.login-btn .theme-btn-color {
  background: none;
  border: 2px solid var(--hover-color);
  border-radius: 5px;
  color: var(--hover-color);
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 22px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  align-items: center;
  background: #fff;
  box-shadow: 1px 3px 10px #0a456f8a;
  width: 170px;
  line-height: 25px;
  border-radius: 4px;
}

.login-btn .theme-btn-color::before,
.login-btn .theme-btn-color::after {
  background: var(--hover-color);
  content: "";
  position: absolute;
  z-index: 1;
}

.login-btn .theme-btn-color {
  background: none;
} */

.header-nav-wrapper .col-md-2 {
  width: 10%;
}

.header-nav-wrapper .col-md-6 {
  width: 56%;
}

.desktop-nav-new ul li ul.mega-menu {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  background-color: #fff;
  box-sizing: border-box;
  min-width: 280px;
  box-sizing: border-box;
  box-shadow: 1px 34px 40px #00000030;
  padding: 40px;
}

.mega-menu .service-box {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.mega-menu .service-box .service-icon {
  background: #fff;
  box-shadow: 1px 1px 41px #afacac61;
  padding: 15px;
  border-radius: 7px;
  position: absolute;
  width: 70px;
  height: 70px;
}

.mega-menu .service-box .service-text {
  padding-left: 90px;
}

.mega-menu .service-box .service-text h3 {
  font-family: var(--allover-font);
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: var(--all-color);
  font-weight: 500;
  margin-bottom: 5px;
}

.mega-menu .service-box .service-text p {
  line-height: 1.5;
  font-size: 13px;
  font-weight: 400;
}

.mega-menu .service-icon img {
  width: 100%;
}

/* .theme-btn:hover {
  color: var(--all-color);
} */

.black-btn:hover {
  color: #fff;
}

.book-demo-popup .modal-content {
  border-radius: 30px;
  overflow: hidden;
}

.book-demo-popup .heading {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #222;
}

.book-demo-popup .btn-close {
  position: absolute;
  right: 15px;
  top: 16px;
}

.book-demo-popup .form-control {
  height: 45px;
  border: solid 1px #cdd5e1;
  background: #ffffff;
  line-height: 1;
  padding: 12px 16px;
  border-radius: 8px;
}
.book-demo-popup .form-control::placeholder {
  font-size: 14px;
}
.book-demo-popup .details-btn {
  height: 50px;
  border: none;
}
.book-demo-popup .modal-content {
  border-radius: 30px;
  overflow: hidden;
}
/* .book-demo-popup .modal-body {
  padding: 30px;
} */

.details-btn {
  background-color: var(--primary-color);
  padding: 5px;
  width: 100%;
  display: block;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  margin-top: 15px;
}
.details-btn:hover {
  background-color: var(--primary-color) !important;
  color: #fff;
  opacity: 0.8 !important;
}
@media (max-width: 767px) {
  header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
  }

  .menuzord-menu {
    display: none;
  }

  header.sticky-shadow {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    box-shadow: none;
    background: transparent;
  }

  .mean-container .mean-bar {
  }

  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #102762;
    height: 3px;
    margin-top: 3px;
  }

  .mean-container a.meanmenu-reveal {
    color: #102762 !important;
    right: 10px !important;
    left: auto;
    text-align: center;
    text-indent: 0px;
    font-size: 18px;
    top: -100px;
    position: absolute;
  }

  /* .logo-holder {
    width: 95px;
    height: auto;
    display: inline-block;
    padding-top: 15px;
  } */

  .header-nav {
    background-color: transparent;
    border: none;
  }

  .menuzord-responsive {
    text-align: center;
  }

  .header-btn-sec {
    position: relative;
  }

  .header-btn-sec .d-flex.justify-content-end {
    justify-content: center !important;
  }

  .demo-btn a {
    background-color: var(--primary-color);
    padding: 4px 9px;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    display: block;
    width: auto;
    text-align: center;
  }

  .mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #75a605;
    margin-top: -16px;
  }

  .mean-container .mean-bar {
    position: absolute;
    background: transparent;
    padding: 2px 0;
    height: 42px;
    z-index: 999999;
    top: 164px;
  }

  .mega-menu .service-box .service-icon {
    display: none;
  }

  .mega-menu .service-box .service-icon {
    display: none;
  }

  .mega-menu .service-box .service-text h3 {
    font-family: var(--heading-font);
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
  }

  .mega-menu .service-box .service-text p {
    display: none;
  }

  .mega-menu .service-box .service-text {
    padding-left: 0;
  }

  .mega-menu .service-box {
    margin-bottom: 0px;
  }

  .mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 26px;
    height: 32px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: none !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    line-height: 36px;
  }

  .mean-nav .ri-arrow-down-s-line {
    display: none;
  }

  /* =============header-end=========== */
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
  }

  .menuzord-menu {
    display: none;
  }

  header.sticky-shadow {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    box-shadow: none;
    background: transparent;
  }

  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #102762;
    height: 3px;
    margin-top: 3px;
  }

  .mega-menu .service-box .service-icon {
    display: none;
  }

  .mega-menu .service-box .service-text p {
    display: none;
  }

  .mega-menu .service-box .service-text h3 {
    font-family: var(--heading-font);
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
  }

  .mega-menu .service-box {
    margin-bottom: 0px;
  }

  .mega-menu .service-box .service-text {
    padding-left: 0px;
  }

  .mean-container a.meanmenu-reveal {
    color: #102762 !important;
    right: 10px !important;
    left: auto;
    text-align: center;
    text-indent: 0px;
    font-size: 18px;
    top: -100px;
    position: absolute;
  }

  .logo-holder {
    width: 95px;
    height: auto;
    display: inline-block;
    padding-top: 15px;
  }

  .header-nav {
    background-color: transparent;
    border: none;
  }

  .menuzord-responsive {
    text-align: center;
  }

  .header-btn-sec {
    position: relative;
  }

  .header-btn-sec .d-flex.justify-content-end {
    justify-content: center !important;
  }

  .mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #75a605;
    margin-top: -16px;
  }

  .mean-container .mean-bar {
    position: absolute;
    background: transparent;
    padding: 2px 0;
    height: 42px;
    z-index: 999999;
    top: 164px;
  }

  .mean-nav .ri-arrow-down-s-line {
    display: none;
  }

  .header-nav-wrapper .col-md-2 {
    width: 100%;
  }

  .header-nav-wrapper .col-md-3 {
    width: 100%;
  }

  /* =================header-end================ */
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .header-nav-wrapper .row.align-items-center {
    justify-content: space-between;
  }
}
