
.template-info .hd-51 * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.template-info .hd-51 img {
  max-width: 100%;
}

.template-info .hd-51 .container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.template-info .hd-51 a {
  text-decoration: none;
}

.template-info .hd-51 li {
  list-style-type: none;
}

.template-info .hd-51 .ds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.template-info .hd-51-header {
  border-top: 3px solid var(--footer-bg);
}

.template-info .hd-51-info-logo-sec {
  padding-left: 20px;
}

.template-info .hd-51-logo-sec {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.template-info .hd-51-logo-sec a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@-webkit-keyframes ministorm {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}

@keyframes ministorm {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}

.template-info .hd-51-logo {
  vertical-align: middle;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.template-info .hd-51-logo:hover img {
  -webkit-animation: ministorm .5s ease;
  animation: ministorm .5s ease;
}

.template-info .hd-51-info-sec > li:first-child {
  font-size: 12px;
  line-height: 1.5;
}

.template-info .hd-51-info-sec li {
  line-height: 1.1;
  font-weight: 700;
}

.template-info .hd-51-co {
  color: var(--btn_bg_color);
}

.template-info .hd-51-down-header {
  background-color: var(--footer-bg);
  border-radius: 4px;
}

.template-info .hd-51-menu-head {
  color: var(--white_color);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  line-height: 1.51;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.template-info .hd-51-menu-head:hover {
  background-color: var(--black-color);
}

.template-info .hd-51-sub-menu {
  position: relative;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.template-info .hd-51-sub-menu:hover .hd-51-menu-list-bar {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.template-info .hd-51-menu-list-bar {
  position: absolute;
 /* width: 780px;*/
width:600px;
  margin-top: 10px;
  border-radius: 4px;
  border-top: 3px solid var(--footer-bg);
  border-left: 1px solid var(--btn_border_color);
  border-right: 1px solid var(--btn_border_color);
  border-bottom: 1px solid var(--btn_border_color);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  z-index: 2;
}

.template-info .hd-51-menu-list-bar::before {
  position: absolute;
  top: -11px;
  left: 20px;
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--footer-bg);
  border-left: 10px solid transparent;
  width: 0px;
  height: 0px;
  z-index: 1;
}

.template-info .hd-51-menu-list {
  padding: 10px 5px 5px 0px;
  background: white;
}

.template-info .hd-51-li1 p {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 5px 20px;
  padding: 5px 0;
}

.template-info .hd-51-li1 ul li {
  font-size: 14px;
  padding: 7.7px 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.template-info .hd-51-li1 ul li a {
  color: var(--black-color);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.template-info .hd-51-li1 ul li:hover {
  background-color: var(--btn_border_color);
}

.template-info .hd-51-li1 ul li:hover a {
  color: var(--btn_bg_hover_color);
}

.template-info .hd-51-wd-26 {
  /*width: 30%;*/
  width: 50%;
}

.template-info .hd-51-2nd-div {
  padding: 0 10px;
  width: 35%;
}

.template-info .hd-51-img-div {
  width: 35%;
  /* width: 100%; */
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: right;
  -ms-flex-align: right;
  text-align: center;
  align-items: right;
}

.template-info .hd-51-img-div img:hover {
  -webkit-box-shadow: 0 0.1875rem 0.625rem 0 var(--rgba3);
  box-shadow: 0 0.1875rem 0.625rem 0 var(--rgba3);
  /* text-align: center; */
}

@media (min-width: 768px) {
  .template-info .hd-51-top-header {
    padding: 29px 0 29px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .template-info .hd-51-top-div {
    width: 50%;
  }
  .template-info .hd-51-humburger-menu {
    display: none;
  }
  .template-info .hd-51-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .template-info .hd-51-info-sec {
    text-align: right;
  }
  .template-info .hd-51-logo-sec {
    padding: 0 7px;
  }
  .template-info .hd-51-logo img {
    width: 170px;
  }
  .template-info .hd-51-info-sec li {
    font-size: 17.5px;
  }
}

@media (min-width: 1024px) {
  .template-info .hd-51-menu-head {
    padding: 20px 20px;
    font-size: 14px;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .template-info .hd-51-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .template-info .hd-51-menu-head {
    padding: 15px 6px;
    font-size: 13px;
  }
  .template-info .hd-51-menu-list-bar {
    width: 689px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .template-info .hd-51-down-header {
    display: none;
  }
  .template-info .hd-51-top-header {
    padding: 10px 0;
  }
  .template-info .hd-51-top-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .template-info .hd-51-top-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .template-info .hd-51-info-sec {
    text-align: center;
  }
  .template-info .hd-51-info-sec li {
    font-size: 12px;
  }
  .template-info .hd-51-logo img {
    width: 150px;
    height: 50px;
  }
  .template-info .hd-51-menu-head {
    padding: 5px 10px;
    border-bottom: 1px solid var(--white_color);
    font-size: 12px;
  }
  .template-info .hd-51-sub-menu .hd-51-menu-list-bar {
    visibility: initial;
    opacity: 1;
  }
  .template-info .hd-51-li1 ul li a {
    color: var(--white_color);
  }
  .template-info .hd-51-img-div {
    margin: 15px auto;
    max-width: 80%;
  }
  .template-info .hd-51-menu-list-bar {
    max-width: none;
    position: static;
    width: auto;
    display: none;
    border: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
    visibility: initial;
  }
  .template-info .hd-51-menu-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .template-info .hd-51-menu-list > div {
    width: 100%;
  }
}
/*# sourceMappingURL=hd-51.css.map */