body {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15.5%, rgba(255, 253, 208, 0.72) 37.43%, rgba(255, 255, 255, 0.51) 56.63%);
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
header .nav {
  /* width: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  position: relative; */
  align-items: center;
  background: linear-gradient(180deg, #fff 60.27%, rgba(255, 255, 255, 0) 105.37%);
  color: white;
  display: flex;
  flex-direction: row;
  font-family: sans-serif;
  /* padding: 10px 50px; */
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 99;
  opacity: 0.8;
}

header .nav > .nav-header {
  flex: 0.95;
  padding-left: 1rem;
}
header .nav > .nav-header > .nav-title {
  font-size: 22px;
  color: #fff;
}
header .nav > .nav-list {
  display: flex;
    gap: 1rem;
    padding-left: 0;
}
header .nav > .nav-list > li {
  list-style-type: none;
}
header .nav > .nav-list > li a {
  text-decoration: none;
  color: #000 !important;
  cursor: pointer;
  font-weight: bold !important;
}
header .nav > .nav-list > li a:active {
  text-decoration: none;
  color: #0063ac !important;
  cursor: pointer;
}
header .nav > .nav-list > li a:hover {
  text-decoration: none !important;
  color: #0063ac !important;
  cursor: pointer;
}
header .nav > #nav-check {
  display: none;
}
header .menu-headermenu-container .nav-list .nav-link {
  color: #303030;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding: 5px 15px;
}
header .menu-headermenu-container .nav-list .nav-link:hover {
  color: #0063ac !important;
  cursor: pointer;
  font-weight: 400;
}
header .nav > .nav-list > li a {
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding: 5px 10px;
}
header .menu-headermenu-container .nav-list li a {
  color: #000;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  padding: 5px 15px;
}
header .nav > .nav-list > li a:hover {
  color: #0063ac !important;
  cursor: pointer;
  font-weight: 400;
}
.testominal-slider-inner .slick-track {
  display: flex !important;
}

.testominal-slider-inner .slick-slide {
  height: inherit !important;
}
@media (max-width: 480px) {
  header .nav {
      padding: 1rem;
  }
  header .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      padding-top: 0.2rem;
  }
  header .nav > .nav-btn > label {
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 13px;
  }
  header .nav > .nav-btn > label > span {
      display: block;
      width: 30px;
      height: 10px;
      border-top: 2px solid #0063ac;
  }
  header .nav > .nav-list {
      position: absolute;
      display: flex;
      flex-direction: column;
      gap: 0rem;
      width: 100%;
      background-color: #0063AC;
      height: 0;
      transition: all 0.3s ease-in;
      top: 50px;
      left: 0;
      overflow: hidden;
  }
  header .nav > .nav-list > li {
      width: 100%;
      margin-top: 1.5rem;
  }
  header .nav > #nav-check:checked ~ .nav-list {
      height: calc(100vh - 50px);
  }
}

header {
  padding-top: 20px;
}
.bg-none {
  border-radius: 50rem!important;
  background-color: transparent !important;
}
.current_page_item .nav-link {
  color: #0063ac !important;
}
.logo-img {
  max-width: 100%;
  width: 600px;
}
.social-media-icon i {
  background-color: #0063ac;
  color: white;
  padding: 5px;
  font-size: 38px;
}
.social-media-icon {
}
.search-bar input.search {
  width: 80px;
  border: 1px solid #555;
  display: block;
  padding: 2px 4px 2px 40px;
  margin-top: 10px;
  border-radius: 23px;
  background: transparent url("../images/search.svg") no-repeat 3px;
  background-size: 15px 25px;
}
.search-bar {
  margin-left: 2px;
  border-right: 1px solid #4b4b4b;
}
.about-imgs .home-grp {
  right: 0;
  width: 100%;
  z-index: 88;
  position: relative;
  width: 649px;
}
.about-imgs .home-circle {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 0;
  width: 250px;
  top: unset;
}
/* index */
/* .home-banner {
  background-image: url(../images/home-banner.png);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
} */

.home-banner .home-banner-slider-img img{
  height: auto;
  width: 100%;
  object-fit: cover;
}

.enquiry-login-form-btn {
  text-align: center;
  position: absolute;
  display: flex;
  bottom: -45px;
  z-index: 88;
}
.home-banner .enquiry-login-form-btn {
  text-align: center;
  position: relative;
  display: flex;
  bottom: 100px;
  z-index: 88;
}
.enquiry-login-form-btn .left-btn a:hover {
  background: linear-gradient(180deg, #0864ad 35.73%, #002e52 100%);
  color: #fff !important;
  transition: 1s;
}
.enquiry-login-form-btn .middle-btn a:hover {
  background: linear-gradient(180deg, #0864ad 35.73%, #002e52 100%);
  color: #fff !important;
  transition: 1s;
}
.enquiry-login-form-btn .right-btn a:hover {
  background: linear-gradient(180deg, #0864ad 35.73%, #002e52 100%);
  color: #fff !important;
  transition: 1s;
}
.enquiry-login-form-btn .left-btn a {
  border-radius: 30px 0px 0px 30px;
  background: linear-gradient(180deg, #fffa83 35.73%, #fff300 100%);
  box-shadow: 0px 4px 30px 4px rgba(0, 0, 0, 0.27);
  color: #0063ac !important;
  width: 215px;
  padding: 16px;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-right: 20px;
  display: block;
  transition: 1s;
}
.enquiry-login-form-btn .middle-btn a {
  background: linear-gradient(180deg, #fffa83 25.31%, #fff300 99.99%, #fffdd4 100%, #fffdd4 100%);
  box-shadow: 0px 4px 30px 4px rgba(0, 0, 0, 0.27);
  color: #0063ac !important;
  padding: 16px;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  width: 215px;
  margin-right: 20px;
  display: block;
  transition: 1s;
}

.enquiry-login-form-btn .right-btn a {
  border-radius: 0px 30px 30px 0px;
  background: linear-gradient(180deg, #fffa83 56.78%, #fff300 100%);
  box-shadow: 0px 4px 30px 4px rgba(0, 0, 0, 0.27);
  color: #0063ac !important;
  width: 215px;
  padding: 16px;
  font-family: Lato;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-right: 20px;
  display: block;
  transition: 1s;
}

.about-imgs {
  position: relative;
}
.about-imgs img {
  position: absolute;
  right: -50px;
  width: 650px;
  top: -66px;
}
.about-content h3 {
  font-family: "Hammersmith One", sans-serif;
}
.about-content p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: #383838;
  line-height: normal;
}
.about-content {
  position: relative;
  padding: 40px;
  background: #ddf1ff;
  box-shadow: 0px 0px 40px 2px rgba(116, 116, 116, 0.56);
  z-index: 999;
}

.see-more-btn {
  width: 218px !important;
  color: #fff !important;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  background-color: #0864ad !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  border-radius: 40px !important;
  text-align: center;
  display: block;
  padding: 0;
}
.see-more-btn:hover {
  background: linear-gradient(180deg, #2985ce 0%, #074779 100%);
}
.product-block {
  text-align: center;
  justify-content: center;
  transition: 2s;
  padding: 40px;
}
.product-block img {
  border-bottom: 5px solid transparent;
  transition: 2s;
  margin-bottom: 20px;
  max-width: 100%;
  width: auto;
}
.product-block:hover {
  box-shadow: 0px 0px 41px 0px rgba(72, 95, 112, 0.29);
}
.product-block:hover img {
  border-bottom: 5px solid #f5ea00;
}
.product-block .see-more-btn {
  margin: auto;
}
.slider-text h4 {
  color: #4b4b4b;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin-top: 20px;
}
.hpcho-germany-content img {
  width: 100%;
  z-index: 2;
  position: inherit;
  top: 0;
  left: 0;
}
.hpcho-germany-content .hpcho-germany-img {
  position: relative;
}
.hpcho-germany-img .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  padding: 10%;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  z-index: 999;
}
.hpcho-germany-content img {
  width: 100%;
  z-index: 2;
  position: inherit;
  top: 0;
  left: 0;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 99;
  background-color: rgb(0 0 0 / 45%);
}
.hpcho-germany-content .hpcho-germany-img::before {
  content: url("../images/circle.png");
  position: absolute;
  bottom: -125px;
  left: -100px;
}
.hpcho-germany-content p {
  font-size: 18px;
  font-family: "Lato", sans-serif;
}
.hpcho-germany-content {
  background-color: linear-gradient(#ddf1ff);
  background: linear-gradient(to left, #ddf1ff 70%, transparent 30%);
  padding: 80px;
  margin-bottom: 50px;
  margin-top: 50px;
}
.hpcho-germany-content .hpcho-germany-img {
  position: relative;
}
.popup-form .modal-content {
  border-radius: 45px;
  border: 1px solid #bfbfbf;
  background: #fff;
  padding: 40px;
  text-align: center;
}
.popup-form .modal-content input {
  border-radius: 11px;
  border: 1px solid #969696;
  background: #fff;
  color: #797979;
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-size: 24px;
  padding: 10px;
  padding-left: 15px !important;
  margin-top: 15px;
  margin-bottom: 15px;
}
.popup-form .modal-content label {
  color: #797979;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.popup-form .modal-content .see-more-btn {
  margin: auto;
}
/* company */
.aboutus-banner {
  background-image: url(../images/aboutus-banner.png);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.tools-img .about-us-grp {
  width: 100%;
  z-index: 99;
  position: relative;
  margin-top: 15px;
}
.tools-img {
  position: relative;
}
.tools-img .circle {
  position: absolute;
  bottom: -25px;
  right: -110px;
}
.tool-ol {
  margin-left: 150px;
}
.tool-ol ol {
  counter-reset: list;
  color: #383838;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding-left: 0px;
  margin-bottom: 50px;
}
.tool-ol ol > li {
  list-style: none;
}
.tool-ol ol li {
  list-style: none;
  margin-bottom: 10px;
  font-size: 16px;
}

.tool-ol ol > li:before {
  content: counter(list) ") ";
  counter-increment: list;
}
.global-presence {
  background: linear-gradient(139deg, #ddf1ff 36.31%, rgba(221, 241, 255, 0) 62.59%);
}
.global-presence h6 {
  color: #000;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.global-presence ul {
  list-style: none;
  padding-left: 0px;
}
.global-presence li {
  color: #000;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  width: 25% !important;
  float: left;
  padding-right: 15px !important;
}

/* product */
.product-banner {
  background-image: url(../images/product-banner.png);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.product-page .product-block {
  text-align: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 0px 41px 0px rgba(72, 95, 112, 0.29);
  width: 100%;
  padding: 40px;
  margin-top: 40px;
  position: relative;
}
/* industry */
.industry-banner {
  background-image: url(../images/industry-banner.png);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.industry-content .row{
  /* border-radius: 35px;
  background: #fff;
  box-shadow: 0px 4px 13px 1px rgba(195, 195, 195, 0.27);
  padding: 20px;
  max-width: 100%;
  width: 915px;
  position: relative;
  margin-top: 180px; */
  border-radius: 35px;
  background: #fff;
  box-shadow: 0px 4px 13px 1px rgba(195, 195, 195, 0.27);
  padding: 20px;
  max-width: 100%;
  width: 100%;
  position: relative;
  margin-top: 120px;
  height: 240px;
}
/* .industry-content img {
  position: absolute;
  width: 280px;
  top: -95px;
} */
.industry-content img {
  /* position: absolute; */
  width: 100%;
  margin-top: -95px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 260px;
  object-fit: cover;
}
.industry-content p {
  font-size: 20px;
  font-family: "Lato", sans-serif;
}
.industry-content h4 {
  font-family: "Lato", sans-serif;
}
/* news and event */
.news-event-banner {
  background-image: url(../images/news-event-banner.png);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}

.upcoming-event p {
  font-size: 20px;
  font-family: "Lato", sans-serif;
}
.upcoming-event img {
  padding: 50px;
  margin: auto;
  width: 100%;
}
.past-event p {
  color: #383838;
  font-family: "Lato", sans-serif;
  font-size: 20px;
}
.past-event img {
  width: auto;
  max-width: 100%;
}
.looking-update-box {
  background: #fff;
  box-shadow: 0px 0px 42px 11px rgba(140, 148, 160, 0.49);
  padding-left: 100px !important;
  padding-right: 100px !important;
  padding: 40px;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 50px;
}
.looking-update-box .circle {
  position: absolute;
  bottom: 140px;
  right: -100px;
  width: 200px;
}
.looking-update-box img {
  width: 100%;
  object-fit: cover;
}
.looking-update-box p {
  color: #383838;
  font-family: Lato;
  font-size: 18px;
}
.new-event-bg-design {
  background-image: url(../images/new-event-design.png);
  width: 100%;
  height: 828px;
  background-repeat: no-repeat;
  background-position: right 200px bottom 0px;
  position: absolute;
}
/* FAQ */
.faq-banner {
  background-image: url(../images/faq-banner.png);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.faq-content-box {
  width: 745px;
  margin-top: 80px !important;
  margin: auto;
}
.faq-content-box h6 {
  color: #025ea6;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
}
.faq-content-box input {
  height: 60px;
  background-color: #fff;
  border: 0px;
  width: 600px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0px 0px 28px 0px rgba(203, 203, 203, 0.85);
}
.faq-content-box input:focus-visible {
  outline: none;
}
.faq-content-box .see-more-btn {
  margin: auto;
  margin-top: 25px !important;
}
.blog-details-con figure.post-thumbnail {
  background: #ffffff !important;
  border: 1px solid #0864ad !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.attachment-post-thumbnail {
  width: 100%;
}
.popular-topic-question ul {
  counter-reset: list;
  color: #383838;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 400;
  padding-left: 0px;
  margin-bottom: 50px;
}
.popular-topic-question ul > li {
  list-style: none;
}
.popular-topic-question ul li {
  list-style: none;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
}

.popular-topic-question ul > li:before {
  content: url("../images/li-img.svg");
  counter-increment: list;
  position: absolute;
  left: 0;
}
.popular-topic-question ul li .h6 {
  color: #383838;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.faq-accordian .accordion-button {
  background-color: #1f6ca4;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.faq-accordian .accordion-button::after {
  background-image: url("../images/accordian-arrow.svg");
}
.faq-accordian .accordion-button:not(.collapsed)::after {
  background-image: url("../images/accordian-arrow.svg");
  transform: rotate(-180deg);
}
.faq-accordian .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.faq-accordian .accordion-body {
  color: #383838;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.ask-ques-box {
  background-color: #d6edff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 80px;
}
.ask-ques-box .see-more-btn {
  margin-top: 20px !important;
  margin: auto;
  border: 0px;
  height: auto !important;
}
.ask-ques-box input {
  width: 100%;
  height: 38px;
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #66a4d3;
}
.ask-ques-box input:focus-visible {
  outline: none;
}
.ask-ques-box textarea {
  width: 100%;
  max-height: 120px;
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #66a4d3;
}
.ask-ques-box textarea:focus-visible {
  outline: none;
}
.ask-ques-box h4 {
  color: #004f89;
  font-family: "Lato", sans-serif;
  font-size: 35px;
  font-weight: 700;
}
.ask-ques-box p {
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.ask-ques-box .ques-text {
  vertical-align: middle;
}
/* contact */
.contact-banner {
  background-image: url(../images/contact-banner.png);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.contact-form {
  width: 100%;
  background-color: #eeee;
  padding-top: 1px;
  padding-bottom: 10px;
  margin-top: 180px;
}
.contact-form h3 {
  color: #025ea6;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
.contact-form .see-more-btn {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
}
.contact-form input {
  width: 100%;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 4px 17px 0px rgba(94, 94, 94, 0.25);
  border: 0px;
  height: 47px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px;
}
.contact-form input:focus-visible {
  outline: none;
}
.contact-form textarea {
  width: 100%;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0px 4px 17px 0px rgba(94, 94, 94, 0.25);
  border: 0px;
  height: 47px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 20px;
  height: 100px;
}
.contact-form {
  position: relative;
}
.contact-form textarea:focus-visible {
  outline: none;
}
.contact-form form {
  /* width: 650px; */
  margin: auto;
  text-align: center;
}
.contact-application p {
  color: #2c2c2c;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-application {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  max-width: 650px;
  margin: auto;
}
.contact-application .see-more-btn {
  margin: auto;
}
.contact-form .contact-social-media {
  position: absolute;
  top: -65px;
  width: 100%;
}
.contact-form .contact-social-media .social-media-box {
  position: relative;
  background: linear-gradient(90deg, #0f6db8 50.54%, #004a85 97.54%);
  color: #fff;
  width: 360px;
  padding: 10px;
  padding-top: 20px !important;
  padding-right: 20px !important;
  margin: auto;
  height: 100%;
}
.contact-form .contact-social-media .social-media-box h6 {
  color: #fff;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
}
.contact-form .contact-social-media .social-media-box p {
  color: #fff;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-form .contact-social-media .social-media-box img {
  position: absolute;
  top: -40px;
  left: 20px;
}
/* product category */
.product-category-banner {
  background-image: url(../images/product-category.png);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.product-category {
  background-color: #ddf1ff;
  padding: 20px;
  margin-bottom: 40px;
}
.product-category h4 {
  color: #121212;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.product-category ul {
  border-top: 1px solid #0864AD;
  list-style: none;
  padding-left: 0px !important;
}
.product-category li {
  color: #0E3958;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px;
  box-shadow: inset 0 -1px #0864AD;
}
.product-category li:after {
  /* height: 1px;
  display: block;
  width: 100%;
  background: #0864AD;
  content: '';
  margin: 10px auto; */
}
.product-list h3 {
  font-family: "Roboto", sans-serif;
}
.product-list h3{
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 700;
}
.k-pack-product img {
  width: 100%;
  object-fit: cover;
}
.k-pack-product h6 {
  color: #3d3d3d;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  margin-top: 15px;
  font-weight: 700;
}
.k-pack-product {
  margin-top: 15px;
  margin-bottom: 80px;
}
.product-category .Popular-product h5 {
  color: #3d3d3d;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: auto;
  margin-top: 8px;
}
.product-category .Popular-product a {
  color: #0063ac;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/* product-page */
.product-page-banner {
  background-image: url(../images/product-page-banner.png);
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
.product-img img {
  /* width: 100%;
  object-fit: cover; */
}
.product-information h3 {
  font-family: "Lato", sans-serif;
  color: #4d4d4d;
}
.product-information h5 {
  color: #343434;
  font-family: "Lato", sans-serif;
  font-size: 24px;
}
.product-information p {
  color: #343434;
  font-family: "Lato", sans-serif;
  font-size: 20px;
}
.product-information .product-type a {
  background: linear-gradient(180deg, #fffdd0 -32.73%, #f5ea00 100%);
  box-shadow: 0px 0px 10px 4px rgba(255, 214, 0, 0.48) inset;
  padding: 10px;
  margin-right: 14px;
  width: 100px;
  text-align: center;
  color: #343434;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-information .product-type a:hover {
  background: linear-gradient(180deg, #50c3ee -1.65%, #3893cc 25.25%, #1172b6 55.74%, #005492 80.85%);
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.53);
}
.product-information .see-more-btn {
  margin-top: 40px;
  margin-bottom: 40px;
}
.product-information h6 {
  color: #343434;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 20px;
}
.product-col {
  margin-top: 100px;
}
/* footer */
footer {
  /* margin-top: 180px; */
}
.footer-top {
  margin-top: 50px;
}
.footer-address {
  list-style: none;
}
.footer-address li a {
  color: #0063ac;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.footer-address li {
  padding-bottom: 20px;
}
.page-link-footer {
  /* justify-content: end;
  margin-top: 50px;
  display: grid;
  margin-bottom: 50px; */
}
.page-link-footer li {
  color: #0063ac;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.footer-logo img {
  width: 100%;
  margin-bottom: 30px;
}
footer .map-img img {
  width: 100%;
  object-fit: cover;
}

.home-aboutus-design {
  background-image: url(../images/home-about.png);
  width: 100%;
  height: 828px;
  background-repeat: no-repeat;
  background-position: right 0px bottom 255px;
  position: absolute;
}
.footer-bg {
  background-image: url(../images/footer-bg.png);
  width: 100%;
  height: 828px;
  background-repeat: no-repeat;
  background-position: right 0px bottom 255px;
}
.new-event-design {
  background-image: url(../images/new-event-design.png);
  width: 100%;
  height: 828px;
  background-repeat: no-repeat;
  background-position: right 0px bottom 255px;
  position: absolute;
}
.social-link {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}
.social-item {
  background-color: #0063ac;
  height: 40px;
  width: 50px;
  border-radius: 6px;
  margin-right: 10px;
  text-align: center;
}
.social-item {
  color: #fff;
}
.social-item:hover {
  color: #fff;
}
.search-box-new {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}
.search-box-new .input-group {
  margin-bottom: 20px;
}
.form-control::placeholder {
  font-size: 0.95rem;
  color: #aaa;
  font-style: italic;
}
#dLabel {
  width: 160px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #cccccc;
  text-align: left;
  padding: 7.5px 15px;
  color: #ccc;
  letter-spacing: 0.7px;
  margin-left: 20px;
}

.caret {
  float: right;
  margin-top: 9px;
  display: block;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.search-box-new .input-group {
  width: 100%;
  border: 1px solid black !important;
  margin-right: 15px;
}
.search-box-new .input-group-prepend .btn-link {
  font-weight: 400;
  color: #000 !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #303030 !important;
}
.section-padding{
  padding-top: 56px;
  padding-bottom: 56px;
}
.col-padding{
  padding-top: 50px;
  padding-bottom: 50px;
}
.itdtb-card-con {
  width: 100%;
  display: inline-block;
}
.itdtb-card-col {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 0;
  background: #ffffff !important;
  border: 1px solid #0864ad !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.same-hight {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
}
.itdtb-card-full {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-direction: column;
}
.itdtb-card-top-fixd {
  justify-content: space-between;
}
.itdtb-card-img {
  width: 100%;
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  background: #EDF4FA;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #0864ad !important;
}
.itdtb-card-img img {
  width: auto;
  margin: 20px auto;
  height: 200px;
  object-fit: contain;
  max-width: 100%;
}
.itdtb-card-text {
  width: 100%;
  display: inline-block;
}
.itdtb-card-title {
  width: 100%;
  display: inline-block;
}
.itdtb-card-title{
  text-align: center;
}
.itdtb-card-title h6{
  font-size: 18px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}
.footer-bottom {
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.footer-bottom::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #0063AC;
  position: absolute;
  top: 27px;
}
.footer-social-media {
  background-color: #fff;
  z-index: 1;
  position: relative;
  display: inline-block;
}
.footer-social-media li {
  display: inline-block;
}
.wrapper-dropdown {
  position: relative;
  display: inline-block; 
  min-width: 200px;
  padding: 0 5px 0 15px;
  background: rgba(255, 255, 255, 0.8);
  /* box-shadow: 0 2px 2px 0 rgba(0 ,0 , 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2); */
  text-align: left;
  line-height: 45px;
  color: #4B4B4B;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: 2px solid #4B4B4B;
}

.wrapper-dropdown::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  
  margin-top: -2px;
  width: 0;
  height: 0;
  
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #a0a0a0 transparent;
}

.wrapper-dropdown.active::before {
  border-width: 0 6px 6px 6px;
}

.wrapper-dropdown .dropdown {
  position: absolute;
  top: 140%;
  right: 0;
  left: 0;
  
  margin: 0;
  padding: 0;
  
  list-style: none;
  
  border-radius: inherit;
  box-shadow: inherit;
  background: inherit;
  
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  transition: .5s ease;
  
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
  opacity: 0;
  visibility: hidden;
}

.wrapper-dropdown .dropdown li {
  padding: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  overflow: hidden;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  transition: .5s ease;
  display: block;
  color: white;
}

.wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}

.wrapper-dropdown .dropdown li:hover {
  background: rgba(197, 239, 247, .55);
}

.wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  background: #0063ac;
  z-index: 9999;
}
.map-img iframe {
  width: 100%;
  height: 260px;
}
span.wpcf7-spinner {
  display: none !important;
}
.twoLi li {
  width: 50% !important;
  float: left;
  padding-right: 15px !important;
}
.popular-topic-question {
  margin-bottom: 40px;
}
.product-category .nav a,
.nav label {
  display: block;
  color: #0E3958;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 700;
  /* box-shadow: inset 0 -1px #0864AD; */
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.product-category .nav a:focus,
.nav a:hover,
.nav label:focus,
.nav label:hover {
  /* color: rgba(255, 255, 255, 0.5);
  background: #030303; */
}

.product-category .nav label {
  cursor: pointer;
}

/**
* Styling first level lists items
*/

.group-list a,
.group-list label {
  padding-left: 20px;
  margin: 5px 5px;
  margin-top: 15px;
  font-size: 15px !important;
  line-height: normal;
}

.group-list a:focus,
.group-list a:hover,
.group-list label:focus,
.group-list label:hover {
  /* background: #131313; */
}

/**
* Styling second level list items
*/

.sub-group-list a,
.sub-group-list label {
  padding-left: 3rem;
  /* background: #353535; */
  box-shadow: inset 0 -1px #0864AD;
}

.sub-group-list a:focus,
.sub-group-list a:hover,
.sub-group-list label:focus,
.sub-group-list label:hover {
  background: transparent;
}

/**
* Styling third level list items
*/

.sub-sub-group-list a,
.sub-sub-group-list label {
  padding-left: 6rem;
  /* background: #454545;
  box-shadow: inset 0 -1px #0864AD; */
}

.sub-sub-group-list a:focus,
.sub-sub-group-list a:hover,
.sub-sub-group-list label:focus,
.sub-sub-group-list label:hover {
  background: transparent;
}

/**
* Hide nested lists
*/

.group-list,
.sub-group-list,
.sub-sub-group-list {
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.nav__list input[type="checkbox"]:checked + label + ul {
  /* reset the height when checkbox is checked */
  max-height: 1000px;
}

/**
* Rotating chevron icon
*/

.product-category  label > span {
  float: right;
  -webkit-transition: -webkit-transform 0.65s ease;
  transition: transform 0.65s ease;
}

.product-category .nav__list input[type="checkbox"]:checked + label > span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hpco-video-iframe iframe {
  width: 100%;
  height: 450px;
}
.lang {
  /* border-left: 2px solid black; */
  padding-left: 10px;
  height: 42px;
  border: 1px solid #303030;
}
.home-banner .slick-slide {
    margin:0 0;
}
@media all and (min-width: 992px) {

  .dropdown-menu li {
    position: relative;
    color: #303030;
  }

  .dropdown-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }

  .dropdown-menu .submenu-left {
    right: 100%;
    left: auto;
  }

  .dropdown-menu>li:hover {
    background-color: #f1f1f1
  }

  .dropdown-menu>li:hover>.submenu {
    display: block;
  }
}
/* responsive */
@media only screen and (min-width: 1920px) and (max-width: 1920px) {
  .space-top {
      margin-top: 260px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 2560px) {
  .space-top {
      margin-top: 260px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-form .contact-social-media .social-media-box {
      width: 260px !important;
  }
  .contact-form .contact-social-media .social-media-box h6 {
      font-size: 13px;
  }
  .contact-form .contact-social-media .social-media-box p {
      font-size: 13px;
  }
  .contact-form .contact-social-media .social-media-box img {
      position: absolute;
      top: -30px;
      left: 20px;
      width: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-imgs img {
      width: 450px;
  }
  .faq-content-box {
      width: 520px;
  }
  .faq-content-box input {
      width: 100%;
      height: 40px;
  }
  .faq-content-box h6 {
      font-size: 16px;
  }
  .see-more-btn {
      width: 160px;
      font-size: 17px;
  }
  .faq-accordian .accordion-button {
      font-size: 14px;
  }
  .faq-accordian .accordion-body {
      font-size: 12px;
  }
  .industry-content img {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 0;
  }
  .industry-content p {
    font-size: 13px;
  }
  .product-category li {
      font-size: 16px;
  }
  .k-pack-product h6 {
      font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .hpcho-germany-content p {
      font-size: 14px;
      z-index: 4;
      position: relative;
  }
  .twoLi li {
    width: 100% !important;
  }
  .global-presence li {
    width: 100% !important;
  }
  .search-box-new .input-group {
      width: 100%;
  }
  .col-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}
  .social-link {
    justify-content: center;
  }
  .search-box-new {
    justify-content: center;
  }
  .search-box-new .input-group {
      margin-bottom: 0;
  }
  .product-block img {
    max-width: 100%;
    width: auto;
  }
  .about-content {
      padding: 20px;
  }
  .about-content p {
      font-size: 14px;
  }
  .global-presence li {
      font-size: 14px;
  }
  .see-more-btn {
      width: 130px;
      font-size: 14px;
      padding-top: 5px;
      padding-bottom: 5px;
  }
  .enquiry-login-form-btn .left-btn a {
      width: 170px;
      padding: 16px;
      font-size: 14px;
  }
  .enquiry-login-form-btn .middle-btn a {
      width: 170px;
      font-size: 14px;
      padding: 30px;
  }
  .enquiry-login-form-btn .right-btn a {
      width: 170px;
      padding: 16px;
      font-size: 14px;
  }
  .tool-ol {
      margin-left: 90px;
  }

  .tool-ol ol {
      font-size: 14px;
  }
  .faq-content-box {
      width: auto;
  }
  .industry-content p {
    font-size: 13px;
  }
  .industry-content img {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 0;
  }
  .product-category li {
      font-size: 18px;
  }
  .k-pack-product h6 {
      font-size: 16px;
  }
  .product-information .product-type a {
      padding: 6px;
      margin-right: 14px;
      width: 75px;
      font-size: 16px;
  }
  .product-information p {
      font-size: 16px;
  }
  .product-information h6 {
      font-size: 18px;
  }
  .global-presence h6 {
      font-size: 18px;
  }
  .contact-form .contact-social-media {
      top: -40px;
  }
  .contact-form .contact-social-media .social-media-box {
      width: 175px !important;
      padding: 6px;
      padding-top: 10px !important;
      padding-right: 10px !important;
  }
  .contact-form .contact-social-media .social-media-box h6 {
      font-size: 10px;
  }
  .contact-form .contact-social-media .social-media-box img {
      position: absolute;
      top: -22px;
      left: 10px;
      width: 48px;
  }
  .contact-form .contact-social-media .social-media-box p {
      font-size: 10px;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
    margin-bottom: .5rem;
  }
  .industry-content .row {
      border-radius: 35px;
      background: #fff;
      box-shadow: 0px 4px 13px 1px rgba(195, 195, 195, 0.27);
      padding: 20px;
      max-width: 100%;
      width: 100%;
      position: relative;
      margin-top: 30px;
      height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hpcho-germany-content {
      background: none;
      padding: 0;
      margin-bottom: 20px;
      margin-top: 20px;
  }
  .home-banner .enquiry-login-form-btn {
    bottom: 90px;
    text-align: center;
    position: absolute;
    z-index: 88;
}

  .industry-content .row {
      border-radius: 35px;
      background: #fff;
      box-shadow: 0px 4px 13px 1px rgba(195, 195, 195, 0.27);
      padding: 20px;
      max-width: 100%;
      width: 100%;
      position: relative;
      margin-top: 30px;
      height: auto;
  }
  .popular-topic-question ul li .h6 {
    font-size: 18px;
  }
  .popular-topic-question ul > li:before {
      top: 4px;
  }
  .ask-ques-box {
    margin-top: 20px;
    padding: 20px;
  }
  .space-top {
      margin-top: 60px;
  }
  .about-col .space-top {
      margin-top: 40px;
  }
  .product-block {
    padding: 0;
  }
  .hpcho-germany-content h3 {
      margin-top: 30px;
      z-index: 4;
      position: relative;
  }
  .enquiry-login-form-btn .left-btn a {
      width: 170px;
      padding: 16px;
      font-size: 14px;
  }
  .enquiry-login-form-btn .middle-btn a {
      width: 170px;
      font-size: 14px;
      padding: 30px;
  }
  .enquiry-login-form-btn .right-btn a {
      width: 170px;
      padding: 16px;
      font-size: 14px;
  }
  .footer-address li a {
      font-size: 14px;
  }
  .page-link-footer li {
      font-size: 16px;
  }
  .page-link-footer {
      justify-content: flex-start;
  }
  .about-imgs img {
      width: 100%;
      top: 0;
      position: relative;
      right: 0;
  }
  .enquiry-login-form-btn {
      left: 12px;
  }
  .contact-form form {
    width: 100%;
    margin: 0;
  }
  .tool-ol {
      margin-left: auto;
      margin-top: 10%;
  }
  .space-bottom {
      margin-bottom: 0;
  }
  .contact-form .space-top {
      margin-top: 0;
  }
  .tool-ol ol {
      font-size: 14px;
  }
  .industry-content {
      padding: 8px;
  }
  .industry-content img {
    position: relative;
    width: 100%;
    top: 0;
    margin-top: 0;
  }
  .industry-content p {
    font-size: 13px;
  }
  .contact-form .contact-social-media {
      position: relative;
  }
  .contact-form .contact-social-media .social-media-box {
      width: 100% !important;
      max-width: auto !important;
      height: auto;
      margin-top: 40px;
  }
  .contact-form .contact-social-media .social-media-box h6 {
      font-size: 13px;
  }
  .contact-form .contact-social-media .social-media-box p {
      font-size: 13px;
  }
  .contact-form {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
    padding: 15px;
    margin-top: 20px;
  }
  .popup-form .modal-content input {
      font-size: 14px;
  }
  .pad-top {
      padding-top: 20px;
  }
  .pad-bottom {
      padding-bottom: 20px;
  }
  .section-padding {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .home-banner {
    height: 300px;
    background-size: contain;
  }
  .aboutus-banner {
    height: 300px;
    background-size: contain;
  }
  .product-banner {
    height: 300px;
    background-size: contain;
  }
  .product-page-banner {
    height: 300px;
    background-size: contain;
  }
  .industry-banner{
    height: 300px;
    background-size: contain;
  }
  .news-event-banner{
    height: 300px;
    background-size: contain;
  }
  .contact-banner{
    height: 200px;
    background-size: contain;
  }
  
  .product-category-banner{
    height: 300px;
    background-size: contain;
  }
  header .nav > .nav-list > li a {
      text-decoration: none;
      color: #fff !important;
      cursor: pointer;
  }
  .global-presence-content {
      margin: 20px auto;
  }
  .tools-img .circle {
      display: none;
  }
  .product-category li {
      font-size: 16px;
  }
  .k-pack-product {
      margin-top: 15px;
      margin-bottom: 0;
  }
  .contact-form h3 {
      font-size: 30px;
  }
  .contact-application p {
      font-size: 16px;
      line-height: 25px;
  }
  .about-imgs {
      margin-top: 30px;
  }
  header .nav > .nav-list > li a:hover {
    text-decoration: underline !important;
    color: #fff !important;
    cursor: pointer;
    font-weight: bold;
  }
}
@media only screen and (max-width: 575px) {
  .enquiry-login-form-btn .left-btn a {
      width: auto;
      padding: 6px;
      font-size: 9px;
      line-height: 20px;
  }
  .enquiry-login-form-btn .middle-btn a {
      width: auto;
      font-size: 9px;
      padding: 6px;
      line-height: 20px;
  }
  .enquiry-login-form-btn .right-btn a {
      width: auto;
      padding: 6px;
      font-size: 9px;
      line-height: 20px;
  }
  .about-content p {
      font-size: 10px;
  }
  .enquiry-login-form-btn {
      left: auto;
      bottom: -40px;
  }
}
@media only screen and (max-width: 468px) {
  .about-imgs img {
    width: 100%;
    top: 0;
    position: relative;
    right: 0;
  }
}
@media only screen and (max-width: 1900px) {
  .home-banner .enquiry-login-form-btn {
      bottom: 90px;
  }
}
.home-banner .slick-dots {
  display: none !important;
}
@media only screen and (max-width: 1400px) {
  .home-banner .enquiry-login-form-btn {
      bottom: 50px;
  }
}

@media only screen and (max-width: 1900px) {
  .home-banner .slick-dots {
      bottom: 100px !important;
  }
}
@media only screen and (max-width: 1600px) {
  .home-banner .slick-dots {
      bottom: 100px !important;
  }
}
@media only screen and (max-width: 2200px) {
  .home-banner .slick-dots {
      bottom: 100px !important;
  }
}