/*elementanimation when page get open*/
.scroll-reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.7s ease-out;
}
.scroll-reveal.action {
  opacity: 1;
  transform: translateY(0px);
}
/*elementanimation when page get open---completed*/

/*header*/
.no-scroll {
  overflow: hidden;
  height: 100%;
}
.aboutusheader {
  height: 100vh;
  overflow: hidden;
  z-index: -6;
}

.custom-cover {
  height: auto;
}

.menu_text {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.sub_menu img {
  width: auto;
  height: 50px;
}

.main_menu {
  width: 50px;
  height: 50px;
  background-color: #302a72;
  border-radius: 5px;
  color: white;
  font-size: 24px;
}
/* menubox */
#menubox {
  cursor: pointer;
}
#menuboxslide-in ul li,
#menuboxslide-in .media-icons a {
  cursor: pointer !important;
}

.menubox {
  /* position: relative; */
  position: fixed;
  z-index: 1000;
  top: 0;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none;
  right: -120%;
  height: 100%;
  width: 300px;
  background-color: white;
  border-radius: 3px;
  box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
  transition: right 0.5s ease-in-out;
}
.menubox::-webkit-scrollbar {
  display: none;
}
.menubox.action-in {
  right: 0%;
}
.menubox .menubox-inner .close:active {
  color: #302a72;
}
.menubox .menubox-inner .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  cursor: pointer;
  color: #747474;
}
.menubox .menubox-logo img {
  height: 50px;
}
.menubox .menubox-logo p {
  text-align: justify;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  color: #747474;
  font-size: 12px;
}
.menubox .menus-list i {
  font-size: 10px;
}
.menubox .all-list li a {
  list-style: none;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #302a72;
}
.menubox .media-icons i {
  font-size: 24px;
  color: #747474;
  transition: color linear;
}
/* service-menu-decription */
.menu-details .descriptionbox-close:active {
  color: #302a72;
}
.menu-details .descriptionbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 22px;
  cursor: pointer;
  color: #747474;
}
.menu-details {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 999;
  left: -100%;
  width: calc(100% - 300px);
  height: 100%;
  background-color: #f3f3f3;
  border-radius: 3px;
  transition: left 0.5s ease-in-out;
  /* box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75); */
}
.menu-details.submenuactive-in {
  left: 0%;
}
.menu-details .sub-options a {
  text-decoration: none;
}
.menu-details .sub-options {
  display: flex;
  flex-direction: column;
  align-items: start;
  height: 100%;
  width: auto;
  border-right: 1px solid #c5c5c5;
}
.menu-details .sub-options .service-list {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: auto;
  overflow-y: scroll;
}
.product-list .product_selected {
  background-color: #302a72;
  color: white;
}
.outerproduct-list {
  width: auto;
}
.product-list h6 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "eurostile-black";
}
.product-list {
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #747474;
  cursor: pointer;
}
.product_features li {
  font-size: 14px;
  font-weight: 300;
  color: #747474;
  transition: background-color 0.3s ease;
}
.product_features li:hover {
  background-color: #8d8d8d;
  color: #fff;
}
.product-list .product_features.active {
  max-height: 200px;
  margin-top: 15px !important;
  overflow-y: scroll;
  opacity: 1;
  transition: all 0.3s ease;
}
.active::-webkit-scrollbar {
  background-color: #f3f3f3;
  width: 8px;
}
.active::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
  border-radius: 50px;
}
.product-list .product_features {
  max-height: 0px;
  margin-top: 0px;
  overflow-y: hidden;
  opacity: 0;
  background-color: #e8e8e8;
  transition: all 0.3s ease;
}
.service-list::-webkit-scrollbar {
  background-color: #f3f3f3;
  width: 8px;
}
.service-list::-webkit-scrollbar-thumb {
  background-color: #c5c5c5;
  border-radius: 50px;
}
.menu-details .sub-options .service-list li {
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #747474;
  transition: background-color 0.3s ease;
}

.menu-details .sub-options h2 {
  margin-bottom: 12px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 25px;
  color: #747474;
}
.menu-details .description p {
  width: 85%;
  margin: 0px;
  font-size: 14px;
  font-weight: 300;
}

.menu-details .description h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "eurostile-black";
  /* font-weight: 500; */
  font-size: 24px;
  color: #747474;
}
.menu-details .description {
  width: 80%;
}
.menu-details .description a {
  text-decoration: none;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #747474;
}
.menu-details .description button {
  width: fit-content;
  padding: 10px 25px 10px 25px;
  border-radius: 50px;
  color: white;
  background-color: #f3f3f3;
  border: 1px solid #747474;
}
.menu-details .description button:hover,
.menu-details .description button:hover a {
  color: white;
  background-color: #302a72;
  border: 1px solid #302a72;
}
/* header-end */

/* animations */
/* menuanimation */
#mainmenu {
  position: fixed;
  background-color: transparent;
  z-index: 900;
  transition: all 0.3s ease;
}
#mainmenu.scrolled {
  background-color: #302a72;
  color: white;
  box-shadow: 0px 6px 14px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 6px 14px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 14px -2px rgba(0, 0, 0, 0.75);
}
#mainmenu .bg-color {
  background-color: #fff;
  color: #060043;
}
/* menusdescription-hovering */
.menu-details .sub-options .service-list li:hover {
  background-color: #302a72;
  color: #fff;
}
/* menuiconshovering */
.menubox .media-icons i:hover {
  color: #302a72;
}
/* menuunderlineanimation */
.menubox .all-list li {
  position: relative;
}
.menubox .all-list li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  border-radius: 50px;
  width: 0%;
  background-color: #302a72;
  transition: width 0.3s ease-in-out;
}
.menubox .all-list li:hover::after {
  width: 15%;
}
.menu_group .sub-list li {
  cursor: pointer;
  position: relative;
}
.menu_group .sub-list li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  border-radius: 50px;
  width: 0%;
  background-color: #ffffff;
  transition: width 0.3s ease-in-out;
}
.menu_group .sub-list li:hover::after {
  width: 50%;
}
.demobtn {
  display: none;
  position: fixed;
  z-index: 888;
  bottom: 20px;
  right: 10px;
  height: 70px;
  width: auto;
  border: none;
  background-color: transparent;
}
.demobtn img {
  height: 100%;
  width: auto;
}
/*loading*/

.loading.display {
  display: block !important;
}
.loading {
  display: none;
  position: fixed;
  background-color: white;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2002;
}
.loader {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  aspect-ratio: 1;
  color: #192794;
  position: relative;
  /* background: radial-gradient(0px,currentColor 0%,#ffffff00); */
}
.loader:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(25px at bottom right, #0000 94%, currentColor) top
      left,
    radial-gradient(25px at bottom left, #0000 94%, currentColor) top right,
    radial-gradient(25px at top right, #0000 94%, currentColor) bottom left,
    radial-gradient(25px at top left, #0000 94%, currentColor) bottom right;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  animation: l18 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}
@keyframes l18 {
  33% {
    inset: -35px;
    transform: rotate(0deg);
  }
  66% {
    inset: -35px;
    transform: rotate(90deg);
  }
  100% {
    inset: 0;
    transform: rotate(90deg);
  }
}

.loading img {
  height: 50px !important;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: image 1.5s infinite cubic-bezier(0.3, 3, 0, 1);
}

@keyframes image {
  0%,
  10% {
    opacity: 0;
  } /* stays hidden at start */
  15%,
  70% {
    opacity: 1;
  } /* appears slightly earlier & stays longer */
  85%,
  100% {
    opacity: 0;
  } /* fades out before animation restarts */
}

/*Reponsiveness*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  /*--header-menus---------------------------------------------*/
  .menubox {
    width: 280px;
    background-color: white;
    border-radius: 3px;
    box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
    transition: right 0.4s ease-in-out;
  }
  .menu-details {
    position: fixed;
    top: 0;
    z-index: 999;
    left: -100%;
    width: calc(100% - 280px);
    height: 100%;
    background-color: #f3f3f3;
    border-radius: 3px;
    transition: left 0.5s ease-in-out;
    /* box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75); */
  }
}

/*tablets*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /*--header-menus---------------------------------------------*/
  .menubox {
    width: 330px;
    background-color: white;
    border-radius: 3px;
    box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
    transition: right 0.4s ease-in-out;
  }

  .menu-details {
    position: fixed;
    align-items: start;
    top: 0;
    z-index: 1001;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    border-radius: 3px;
    transition: left 0.5s ease-in-out;
    /* box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75); */
  }
  .menu-details .description h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "eurostile-black";
    /* font-weight: 500; */
    font-size: 20px;
    color: #747474;
  }
  .sub_menu img {
    height: 60px;
  }
  .demobtn {
    display: block;
    position: fixed;
    z-index: 888;
    bottom: 20px;
    right: 10px;
    height: 90px;
    width: auto;
    border: none;
    background-color: transparent;
  }
}

/*landscape phones*/
@media (min-width: 576px) and (max-width: 767.98px) {
  /*--header-menus---------------------------------------------*/
  .menubox {
    width: 330px;
    background-color: white;
    border-radius: 3px;
    box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
    transition: right 0.4s ease-in-out;
  }
  .menu-details .description {
    display: none !important;
  }
  .menu-details .sub-options {
    width: 100%;
  }
  .outerproduct-list {
    width: 100%;
  }
  .menu-details .sub-options .service-list {
    width: 100%;
  }
  .menu-details {
    position: fixed;
    align-items: start;
    top: 0;
    z-index: 1001;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    border-radius: 3px;
    transition: left 0.5s ease-in-out;
    /* box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75); */
  }

  .sub_menu img {
    height: 55px;
  }
  .demobtn {
    display: block;
    position: fixed;
    z-index: 888;
    bottom: 20px;
    right: 10px;
    height: 80px;
    width: auto;
    border: none;
    background-color: transparent;
  }
}

/*portrait phones*/
@media (max-width: 575.98px) {
  /*--header-menus---------------------------------------------*/
  .menu-details .description {
    display: none !important;
  }
  .menubox {
    width: 330px;
    background-color: white;
    border-radius: 3px;
    box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -7px 0px 17px 2px rgba(0, 0, 0, 0.45);
    transition: right 0.4s ease-in-out;
  }
  .menu-details .sub-options .service-list {
    width: 100%;
  }
  .menu-details .sub-options {
    width: 100%;
  }
  .menu-details {
    position: fixed;
    align-items: start;
    top: 0;
    z-index: 1001;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
    border-radius: 3px;
    transition: left 0.5s ease-in-out;
    /* box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 0px 17px 2px rgba(0,0,0,0.75); */
  }
  .sub_menu img {
    height: 40px;
  }
  .demobtn {
    display: block;
    position: fixed;
    z-index: 888;
    bottom: 20px;
    right: 10px;
    height: 80px;
    width: auto;
    border: none;
    background-color: transparent;
  }
}
