@import url(https://fonts.googleapis.com/css2?family=Montserrat&family=Quicksand:wght@500&display=swap);
.text,
.text-right {
  top: 24%;
  position: absolute;
}
.card__one,
.card__one::after {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
}
#mainnav > ul > li > a,
#top-menu li a {
  text-transform: uppercase;
  font-weight: 700;
}
#mainnav > ul > li,
#mainnav > ul > li > a,
.navigation.open,
nav,
time {
  display: block;
}
.timeline ul li,
ul {
  list-style-type: none;
}
#mainnav ul.submenu,
#top_button,
.timeline ul li div {
  opacity: 0;
  visibility: hidden;
}
#top_button:hover,
.dk-footer-form button:hover,
.search__button {
  cursor: pointer;
}
#top_button.show,
.timeline ul li.in-view div {
  opacity: 1;
  visibility: visible;
}
.fix-dv button,
.hero-heading,
.hero-subheading {
  text-transform: capitalize;
}
@font-face {
  font-family: fonarto;
  src: url("../fonts/fonarto.regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: Montserrat, sans-serif;
}
.fornato,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: fonarto, serif;
}
.nav-top {
  color: #000000;
  padding: 1px 0 0;
}
.py-9-px {
  padding: 9px 0;
}
.nav-center a {
  color: #176e9e;
  text-decoration: none !important;
}
#mainnav ul.submenu > li > a,
#mainnav > ul > li > a,
#top-menu li a,
.categories a,
.navigation-list a,
.tcb-product-item a:hover,
a {
  text-decoration: none;
}
#top-menu li {
  padding: 0 5px;
}
#top-menu li a {
  font-style: normal;
}
.search {
  margin: 20px;
  display: inline-flex;
  align-items: center;
  background-color: #18ba60;
  color: #82b735;
  padding: 10px;
  border-radius: 40px;
}
.search :is(input, button) {
  color: inherit;
  border: none;
  background: 0 0;
  outline: 0;
  font-size: 14px;
}
.search__input {
  width: 0;
  transition: width 0.5s;
}
.search__button {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  transition: color 0.25s;
}
.search__button:hover {
  color: #e3e3e3;
}
.search:focus-within input {
  width: 180px;
}
::placeholder {
  font: inherit;
  color: #82b735;
}
.px-20 {
  padding: 20px 0;
}
.image .img-1 {
  border-radius: 15px;
}
.text {
  left: 5%;
}
.text p,
.text-right p {
  font-size: 20px;
  color: #e1fbf4;
}
.text h1,
.text-right h1 {
  font-size: 48px;
  color: #e1fbf4;
}
.btn-green,
.btn-green-bord,
.btn-green-plate {
  background: #80b638;
  background: linear-gradient(90deg, #80b638 22%, #5dba6b 58%, #51bb7a 100%);
  border: 2px solid #e1fbf4;
  color: #e1fbf4;
}
.btn-green-plate:hover {
  background: #fff;
  color: #019700;
}
.text-right {
  right: 4%;
}
#mainnav ul li,
#mainnav > ul > li > a,
.card_p,
.dk-footer-form,
.nav_responsive li,
.owl-carousel,
.relative,
.testimonials,
div#bg-gray {
  position: relative;
}
.img-round-20 {
  border-radius: 20px;
}
.mt-13-px {
  margin-top: 13px;
}
.btn-green:hover,
.deli,
.wp_sticky:hover {
  color: #fff;
}
.fx-42 {
  font-size: 42px;
  color: #fff;
  font-weight: 400;
}
.py-20 {
  padding: 8px 0;
}
.categories .card {
  border-radius: 8px;
  background-color: #55ba7626;
}
.card__one::after,
.card_p {
  border-radius: 10px;
  height: 100%;
}
.categories a {
  color: #000;
}
.card__one:focus,
.card__one:hover {
  transform: scale3d(1.006, 1.006, 1);
}
.card_p {
  flex: 1 1 100%;
  padding: 30px;
  background: 0 0;
}
.card__one {
  transition: transform 0.5s;
}
.about-img,
.form-container-a {
  box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
}
.card__one::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  content: "";
  opacity: 0;
  z-index: -1;
}
.mainslider .owl-dots,
.timeline ul li::after {
  left: 50%;
  position: absolute;
  bottom: 0;
}
#mainnav ul.submenu,
#mainnav > ul > li > a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.card__one:focus::after,
.card__one:hover::after {
  opacity: 1;
}
.bg-black {
  background: #000;
  color: #fff;
  padding: 0 5px;
}
.fa-star {
  color: #ffb028;
}
.post-image img {
  border-radius: 10px 10px 0 0;
}
.card-blogs {
  border: 1px solid #a1a1a1;
  border-radius: 10px;
}
.bg-post {
  background-image: url("../image/bg-remove.jpg");
  padding: 25px;
}
.form-parent {
  background: linear-gradient(90deg, #80b638 22%, #5dba6b 58%, #51bb7a 100%);
  padding: 15px;
  border-radius: 10px;
  margin: 30px 0;
}
.fx-18 {
  font-size: 18px;
}
.px-25,
.timeline ul {
  padding: 50px 0;
}
.mt-25 {
  margin-top: 25px;
}
.bg-light-green {
  background-color: #00d7a71a;
}
.mainslider .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  color: linear-gradient(
    90deg,
    #80b638 22%,
    #5dba6b 58%,
    #51bb7a 100%
  ) !important;
}

#mainnav ul.menu {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
#mainnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainnav > ul > li {
  padding: 0 6px;
}
.header #mainnav > ul > li > a {
  line-height: 100px;
}
#mainnav > ul > li.home > a {
  color: #000000;
  font-weight: 900;
}
#mainnav > ul > li > a {
  color: #060606;
  font-size: 14px;
  margin: 0 15px;
  transition: 0.3s ease-in-out;
}
#mainnav ul.submenu {
  position: absolute;
  width: 300px;
  text-align: left;
  z-index: 99999999;
  transition: 0.3s ease-in-out;
}
#mainnav ul.submenu li:first-child {
  border-top: none;
}

#mainnav ul li ul li {
  margin-left: 0;
}
#mainnav ul.submenu > li > a {
  background-color: white;
  display: block;
  color: #000000;
  padding: 0 0 0 20px;
  line-height: 45px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#mainnav ul li:hover > ul.submenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
ul#submenue2 {
  left: 85%;
  top: 12px !important;
}
#mainnav > ul > li > a:hover {
  color: #ffffff;
}
.tcb-product-slider {
  background: url(https://unsplash.it/1240/530?image=721) 0 0 / cover no-repeat
    #333;
  padding: 100px 0;
}
.tcb-product-slider .carousel-control {
  width: 5%;
}
.tcb-product-item a {
  color: #147196;
}
.tcb-product-item .tcb-hline {
  margin: 10px 0;
  height: 1px;
  background: #ccc;
}
@media all and (max-width: 768px) {
  .tcb-product-item {
    margin-bottom: 30px;
  }
}
.tcb-product-photo {
  text-align: center;
  height: 180px;
  background: #fff;
}
.tcb-product-photo img {
  height: 100%;
  display: inline-block;
}
.tcb-product-info {
  background: #f0f0f0;
  padding: 15px;
}
.tcb-product-title h4 {
  margin-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tcb-product-rating {
  color: #acacac;
}
.tcb-product-rating .active {
  color: #ffb500;
}
.tcb-product-price {
  color: #b22222;
  font-size: 18px;
}
.details {
  margin: 50px 0;
}
.details h1 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 3px;
}
#customers-testimonials .item,
.details .back-link,
.text-center {
  text-align: center;
}
.details .back-link a {
  display: inline-block;
  margin: 20px 0;
  padding: 15px 30px;
  background: #333;
  color: #fff;
  border-radius: 24px;
}
.details .back-link a svg {
  margin-right: 10px;
  vertical-align: text-top;
  display: inline-block;
}
.testimonials {
  background-color: #f33f02;
  padding-top: 80px;
}
.testimonials:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ddd;
}
#customers-testimonials .item-details {
  background-color: #e5fbf663;
  color: #000;
  padding: 20px 10px;
  text-align: left;
  border-radius: 1px solid #000;
}
#top_button:active,
#top_button:hover {
  background-color: #35cccfd9;
}
#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#customers-testimonials .item-details p,
.fx-14 {
  font-size: 14px;
}
.owl-carousel .owl-nav [class*="owl-"] {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  background-color: #e5fbf6 !important;
}
.owl-carousel .owl-prev {
  left: -70px;
}
.owl-carousel .owl-next {
  right: -70px;
}
.img-responsive {
  border-radius: 10px;
}
.shadow-effect {
  border: 1px solid #000;
  border-radius: 10px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  margin: 0 !important;
}
#navbar {
  z-index: 100;
  background: 0 0;
}
#navbar_responsive {
  z-index: 100;
  background-color: #fff;
}
footer {
  background-color: #000;
}
.footer-div h5 {
  font-size: 18px;
  padding-left: 10px;
  border-left: 2px solid #7ecd02;
  margin-bottom: 30px;
}
.m-t-0 {
  margin-top: 0;
}
.contact-info {
  padding: 5px 0 0;
  margin: 0;
}
.footer-div .contact-info li i,
.px-16 {
  font-size: 16px;
}
.contact-info li i {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.img-circle {
  border-radius: 50%;
}
.footer-div .contact-info li span.cont_add {
  padding: 0;
  font-size: 15px;
}
.footer-div .contact-info li span {
  font-size: 13px;
}
.contact-info li span {
  display: inline-block;
  width: calc(100% - 43px);
  vertical-align: top;
  font-size: 12px;
  padding-left: 13px;
}
.fonarto {
  font-family: Fonarto;
}
.t-green {
  color: #7ecd02;
}
.contact-info li + li {
  margin-top: 20px;
}
.contact-info li {
  padding-bottom: 3px;
  list-style: none;
  display: table;
  width: 100%;
  color: #fff;
}
.footer .list.newbadge {
  display: flex;
  flex-wrap: wrap;
}
.blog_category ul {
  display: flex;
}
.category_active {
  background: radial-gradient(circle, #80b638 22%, #5dba6b 58%, #51bb7a 100%);
}
.btn-click,
.btn-click:hover {
  margin-right: 10px;
  background-color: #212529;
  padding: 9px 16px;
  border-radius: 8px;
  color: #fff;
}
.blog_card:hover {
  border-width: 3px;
  border-style: solid;
  background: radial-gradient(circle, #80b638 22%, #5dba6b 58%, #51bb7a 100%);
  overflow: hidden;
  padding: 0;
}
.blog_card {
  border: 3px solid transparent;
}
.form-container-a {
  background: var(--white);
}
form .hs-button,
form input[type="submit"] {
  background: #18ba60;
  color: #fff !important;
  border: 0;
  border-radius: 8px;
  color: var(--white);
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  min-width: 100px;
  padding: 9px 24px;
  text-align: center;
  transition: background 0.3s;
}
#search-box,
.p-list li strong {
  font-weight: 600;
}
.contact-h1 {
  font-size: 48px;
}
.contact-center {
  background: #51bb7a;
}
.sm\:hidden {
  display: none;
}
.w-5 {
  width: 28px;
}
.h-5 {
  height: 28px;
}
.bg-white {
  max-height: 40px !important;
  min-height: 40px !important;
  margin-bottom: 20px !important;
  border-style: none !important;
  background-color: #212529 !important;
  opacity: 1 !important;
  color: #fff !important;
  margin: 5px;
  border-radius: 8px;
}
[aria-current]:not([aria-current="false"]) .border-gray-300 {
  background-color: transparent !important;
  background: radial-gradient(circle, #80b638 22%, #5dba6b 58%, #51bb7a 100%);
}
#social-links ul {
  padding: 0;
  display: flex;
  margin: 0;
}
.about-img {
  padding: 10px;
}
.count {
  background-color: #a2ffa17d;
}
.shadow-effect-pharma {
  box-shadow: 1px 1px 10px #a1a1a1;
}
.intro {
  background: #f45b69;
  padding: 100px 0;
}
.timeline ul li {
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #06592bcf;
}
.timeline ul li::after {
  content: "";
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
  transition: background 0.5s ease-in-out;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 25px 15px;
  background: #176e9e;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}
.timeline ul li:nth-child(odd) div {
  left: 45px;
  transform: translate3d(200px, 0, 0);
}
.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #176e9e transparent transparent;
}
.timeline ul li:nth-child(2n) div {
  left: -439px;
  transform: translate3d(-200px, 0, 0);
}
.timeline ul li:nth-child(2n) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #176e9e;
}
time {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.timeline ul li.in-view::after {
  background: #32c288;
}
.timeline ul li.in-view div {
  transform: none;
}
@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(2n) div {
    left: -289px;
  }
}
@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(2n) div {
    left: 45px;
  }
  .timeline ul li:nth-child(2n) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f45b69 transparent transparent;
  }
}
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.timeline-rhombus ul li div::before {
  bottom: 12px;
}
.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}
.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}
.timeline-infinite ul li::after {
  animation: 2s infinite scaleAnimation;
}
@keyframes scaleAnimation {
  0%,
  100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
}
.border-faq {
  border: 3px solid #cfcdcd !important;
}
.accordion-button:not(.collapsed) {
  color: #18ba60 !important;
  background-color: #e5fbf6 !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125) !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #18ba60;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s;
}
footer p {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}
.animate-border {
  position: relative;
  display: block;
  width: 150px;
  height: 3px;
  background: #18ba60;
}
@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
.animate-border.border-white:after {
  border-color: #fff;
}
.animate-border.border-yellow:after {
  border-color: #f5b02e;
}
.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff;
}
.animate-border.border-ash:after {
  border-right-color: #eef0ef;
  border-left-color: #eef0ef;
}
.animate-border.border-offwhite:after {
  border-right-color: #f7f9f8;
  border-left-color: #f7f9f8;
}
@keyframes primary-short {
  0% {
    width: 15%;
  }
  50% {
    width: 90%;
  }
  100% {
    width: 10%;
  }
}
@keyframes primary-long {
  0%,
  100% {
    width: 80%;
  }
  50% {
    width: 0%;
  }
}
.dk-footer {
  padding: 75px 0 0;
  background-color: #d1cccc;
  position: relative;
  z-index: 2;
}
.dk-footer .contact-icon i {
  font-size: 24px;
  top: -15px;
  position: relative;
  color: #007bff;
}
.dk-footer-box-info .footer-social-link h3 {
  color: #176e9e;
  font-size: 24px;
  margin-bottom: 16px;
}
.dk-footer-box-info .footer-social-link ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.dk-footer-box-info .footer-social-link li,
.footer-social-link li,
.translate_language li {
  display: inline-block;
}
.footer-social-link a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.7;
  background: #176e9e;
  margin-right: 5px;
  color: #fff;
  font-size: 25px;
}
.footer-awarad {
  margin-top: 285px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-awarad p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-left: 20px;
  padding-top: 15px;
}
.footer-info-text {
  margin: 26px 0 32px;
  font-size: 18px;
}
.footer-left-widget {
  padding-left: 80px;
}
.footer-widget .section-heading {
  margin-bottom: 35px;
}
.footer-widget h3 {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.footer-widget ul {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget li {
  margin-bottom: 10px;
}
.footer-widget p {
  margin-bottom: 27px;
}
.footer-widget a {
  color: #000000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.copyright a:hover,
.footer-widget a:hover {
  color: #007bff;
}
.footer-widget:after {
  content: "";
  display: block;
  clear: both;
}
.dk-footer-form input[type="email"] {
  padding: 14px 28px;
  border-radius: 50px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
}
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
  color: #878787;
  font-size: 14px;
}
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::placeholder {
  color: #878787;
  font-size: 14px;
}
.dk-footer-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 24px 12px 17px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 2px solid #18ba60;
  background: #18ba60;
  color: #fff;
}
.contact-us {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#suggesstion-box,
.contact-icon {
  position: absolute;
}
.contact-icon i {
  font-size: 36px;
  top: -5px;
  position: relative;
  color: #007bff;
}
.contact-info {
  margin-left: 75px;
  color: #fff;
}
.contact-info h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
.copyright {
  padding: 12px 0;
  margin-top: 55px;
  background-color: #176e9e;
  text-align: center;
}
.copyright a,
.copyright p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}
.copyright-menu ul {
  text-align: right;
  margin: 0;
}
#top_button,
.contact-icon,
.fix-dv button,
.round-label,
.wp_sticky {
  text-align: center;
}
.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}
.back-to-top {
  position: relative;
  z-index: 2;
}
.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #fa6742;
  border-color: #fa6742;
}
.img-foot {
  padding: 5px;
}
.contact-icon {
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #202020;
  line-height: 45px;
  box-shadow: 0 0 7px 0;
}
#top_button,
.m-head a:first-child,
.wp_sticky {
  background-color: #176e9e;
}
.category ul li.active a,
footer .form-control {
  color: #fff !important;
}
.product_card:hover {
  box-shadow: 0 0 4px 0 #c1c1c1;
}
.wp_sticky {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  left: 40px;
  color: #fff;
  border-radius: 50px;
  font-size: 30px;
  box-shadow: 1px 1px 2px #999;
  z-index: 100;
  display: flex;
  align-items: center;
  line-height: 60px;
  justify-content: center;
}
#top_button {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  z-index: 1000;
  box-shadow: 0 0 12px -6px #fff;
}
#top_button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
.fix-dv {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 999999998;
}
.fix-dv button {
  background: #7ecd02;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 5px 5px 0 0;
  float: right;
  position: relative;
  right: -73px;
  width: 180px;
}
.b-green {
  background-color: #176e9e !important;
  color: #fff;
}
.p-list {
  padding: 12px 0 0;
  margin: 0;
}
.p-list li {
  border-bottom: 1px solid #e9e9e9;
  list-style: none;
  padding: 12px 0;
  font-size: 14px;
}
.footer-social-link ul,
.translate_language ul {
  padding: 0;
  margin: 0;
}
.menu {
  margin: 20px;
}
#search-list {
  left: 0;
  list-style: none;
  margin-top: 10px;
  padding: 0;
  width: 400px;
  position: absolute;
  top: 25px;
  z-index: 99999;
}
#search-list li {
  padding: 10px;
  background: #f0f0f0;
  border-bottom: 1px solid #bbb9b9;
}
.category_index .card,
.category_response .card {
  background: #80b638;
  background: linear-gradient(90deg, #80b638 22%, #5dba6b 58%, #51bb7a 100%);
}
.round-label {
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  width: 40px;
  height: 40px;
  line-height: 2;
  margin: 0 9px;
}
.w-25 {
  width: 20px !important;
  height: 20px !important;
}
#search-box {
  font-size: 14px;
  padding: 6px 25px 6px 10px;
  width: 100%;
  background: url(../image/search-icon.png) right 10px bottom 11px no-repeat;
}
.navigation {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 1001;
  min-width: 250px;
  overflow: auto;
  display: none;
  box-shadow: -1px 2px 6px 1px #9e9e9e;
}
.slider,
.w-background-video,
div.highway-slider div.highway-barrier {
  overflow: hidden;
  position: relative;
}
.navigation-button {
  padding: 10px;
  text-align: right;
}
.navigation-heading {
  margin: 0;
  font-weight: 400;
  color: #777;
  padding: 10px;
}
.navigation-list {
  padding: 0;
  list-style: none;
  margin: 0;
}
.navigation-list a {
  color: #159bfb;
  display: block;
  padding: 10px;
}
.hero-video {
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 200px;
  display: flex;
}
.w-background-video > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}
audio,
canvas,
progress,
video {
  vertical-align: baseline;
  display: inline-block;
}
.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.hero-heading {
  color: var(--nexus-dark-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 500;
  line-height: 100%;
  position: static;
  color: #000;
}
.f-w-700,
.get-business span,
.red {
  font-weight: 700;
}
.hero-subheading {
  color: var(--nexus-light-blue);
  text-align: center;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 30px;
  color: #000;
}
.w-container:after,
div#bg-gray:after {
  clear: both;
}
.w-container:after,
.w-container:before {
  content: " ";
  grid-area: 1/1/2/2;
  display: table;
}
.w-background-video {
  height: 500px;
  color: #fff;
}
.expert-resources {
  background-color: #00d7a71a;
  padding: 50px;
  overflow: hidden;
}
.get-business {
  padding: 50px;
  background: #fff;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.get-business .text {
  font-size: 21px;
  line-height: 23px;
  color: #fff;
  top: 50%;
  transform: translateY(-43%);
  -webkit-transform: translateY(-43%);
  -moz-transform: translateY(-43%);
  position: relative;
}
.get-business span {
  font-size: 35px;
}
.get-business small {
  font-size: 25px;
}
.btn-green-bord:hover {
  border: 2px solid #019700;
  background: #fff;
  color: #019700;
}
div.highway-slider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 150px;
}
div.highway-slider ul.highway-lane {
  display: flex;
  height: 100%;
}
div.highway-slider ul.highway-lane li.highway-car {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #343434;
}
@keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-500%);
  }
}
#stffull div.highway-barrier ul.highway-lane {
  width: 500%;
}
#stffull div.highway-barrier ul.highway-lane li.highway-car {
  animation: 30s linear infinite translatestf;
}
#stffull div.highway-barrier ul.highway-lane li.highway-car h4 {
  font-size: 28px;
}
@keyframes translateinfinite {
  100% {
    transform: translateX(calc(-2160px));
  }
}
#infinite div.highway-barrier {
  background: #fff;
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.3);
}
#infinite div.highway-barrier::after,
#infinite div.highway-barrier::before {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 180px;
  height: 100%;
}
#infinite div.highway-barrier::before {
  top: 0;
  left: 0;
  background: linear-gradient(to right, #fff 0, rgba(255, 255, 255, 0) 100%);
}
#infinite div.highway-barrier::after {
  top: 0;
  right: 0;
  background: linear-gradient(to left, #fff 0, rgba(255, 255, 255, 0) 100%);
}
#infinite div.highway-barrier ul.highway-lane {
  width: calc(4320px);
}
#infinite div.highway-barrier ul.highway-lane li.highway-car {
  width: 180px;
  animation: 25s linear infinite translateinfinite;
}
#infinite div.highway-barrier ul.highway-lane li.highway-car span.fab {
  font-size: 65px;
}
div#bg-gray:before {
  background: #00d7a71a;
  content: "";
  top: -40px;
  bottom: -90px;
  position: absolute;
  width: calc(100% + 284px);
  height: calc(100% + 118px);
  z-index: -1;
  right: 0;
  left: -200px;
}
.vc_row:before,
div#bg-gray:after {
  content: " ";
  display: table;
}
div#bott-om {
  padding-bottom: 117px;
}
.bottom-padding-60 {
  padding-bottom: 60px;
}
.border {
  border: 1px solid #dee2e6a3 !important;
}
.red {
  color: #7ecd02;
}
article.content-right-margin-20.light-bg-2.animated {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.hover-img {
  filter: grayscale(100%) !important;
}
.hover-img:hover {
  filter: none !important;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  margin: auto;
}
.slider::after {
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: -1;
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: 40s linear infinite scroll;
  display: flex;
  width: calc(250px * 14);
}
.large {
  font-size: 20px;
}
.w-350 {
  width: 350px;
}
.slick-slide {
  margin: 0 10px;
}
.contact-us.contact-us-last {
  width: 100%;
}
.breadcrumbs {
  background-image: url("../image/breadcumb.jpg");
}
.logo_responsive {
  font-family: fonarto, serif;
  font-size: 22px;
  color: #fff;
}
.btn-close:not(.main) {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #000;
  background: url("../image/svgwhite.svg") center/1em auto no-repeat !important;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.category_index .card,
.slick-active {
  width: 130px !important;
}
.nav_responsive .nav-item {
  padding: 12px 10px;
}
.nav_responsive .nav-item a {
  padding: 0 !important;
}
.nav_responsive a {
  padding: 0;
  font-size: 13px;
  font-family: fonarto, serif;
}
.nav_responsive .svg-inline--fa .fa-angle-down {
  position: absolute !important;
  right: 11px;
  top: 22px;
}
.dropdown-menu li {
  padding: 12px 10px;
  border-bottom: 1px solid #d9d9d9;
}
.category ul li.active {
  background: #176e9e;
  border-right: 8px solid #176e9e;
  color: #fff;
}
.parent_category .image img {
  height: 30px;
}
#navbar_responsive .multi_language_box {
  position: fixed;
  bottom: 0;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: 0 0 !important;
}
.category_index .card {
  height: 100px;
}
.text-green {
  color: #176e9e;
}
.text-blue {
  color: #156d9c;
}
.foot-top {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 20px;
}
.foot-top-txt p {
  font-size: 18px;
  color: #333;
  padding-left: 10px;
  border-left: 5px solid #7ecd02;
  font-weight: 500;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}
.foot-top-txt h4,
.foot-top-txt h4 a {
  color: #176e9e;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 0;
  word-break: break-all;
  text-decoration: none;
  transition: 10ms ease-in-out;
}
.foot-top-img {
  max-width: 75px;
}
img {
  max-width: 100%;
}
.fx-38 {
  font-size: 38px !important;
}
.outer-circle {
  background-image: linear-gradient(#156d9c, #176e9e, #d1d1d1);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 0 solid transparent;
  animation: 2s linear infinite rotateCircle;
  padding: 2px;
  display: table;
}
.outer-circle .inner-circle {
  background: #e5fbf6;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  border: 1px solid transparent;
  animation: 2s linear infinite reverse rotateCircle;
  display: table;
  line-height: 136px;
  text-align: center;
}
.outer-circle .text {
  vertical-align: middle;
  display: table-cell;
  padding: 0 20px;
  text-align: center;
  color: #000;
}
@keyframes rotateCircle {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.timeline-responsive .col-sm-12 {
  position: relative;
  padding-left: 30px;
}
.timeline-responsive .col-sm-12::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 5px;
  bottom: 0;
  width: 2px;
  background: #333;
}
.timeline-responsive .timeline-event time {
  font-weight: 700;
  display: block;
}
.timeline-responsive .timeline-event::after {
  content: attr(data-description);
  display: block;
  margin-top: 5px;
}
.timeline-responsive .timeline-event {
  position: relative;
  margin-bottom: 20px;
}
.timeline-responsive .timeline-event::before {
  content: "";
  position: absolute;
  left: -19px;
  background: #333;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  top: 5px;
}
.m-head a:first-child {
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (max-width: 576px) {
  #search-list {
    width: 320px;
  }
  h2 {
    font-size: x-larger;
  }
  .footer-widget a,
  h3 {
    font-size: larger;
  }
  .contact-info h3,
  p {
    font-size: 14px !important;
  }
  .px-25 {
    padding: 25px 0;
  }
  .category_index_image {
    width: 35px !important;
    height: 35px !important;
  }
  .contact-h1 {
    font-size: 32px;
  }
  .footer-widget .section-heading {
    margin-bottom: 15px;
  }
  .footer-left-widget {
    padding-left: 12px;
    margin-top: 10px;
  }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 12px;
  }
  .dk-footer .contact-us.contact-us-last {
    margin-left: 0;
    padding: 10px 20px !important;
  }
  .dk-footer-box-info {
    top: -122px;
    padding: 0;
    z-index: 2;
  }
  .footer-widget {
    padding: 10px 0;
  }
  .mt-sm-3 {
    margin-top: 1rem;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .footer-widget h3 {
    margin-bottom: 10px;
  }
  .dk-footer {
    padding: 12px 0 0;
    background-color: #d1cccc;
    position: relative;
    z-index: 2;
  }
  .copyright {
    padding: 12px 0;
    margin-top: 15px;
  }
  .image_check {
    width: 14px;
    height: 14px;
  }
  .round-label {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1;
    margin: 0 4px;
  }
  .form-parent {
    background: linear-gradient(90deg, #80b638 22%, #5dba6b 58%, #51bb7a 100%);
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
  }
  .hero-heading {
    font-size: 35px !important;
  }
  .expert-resources .slider img {
    width: 100px !important;
    height: 100px !important;
  }
  .w-background-video {
    height: 400px !important;
  }
  .hero-video {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contact-us.contact-us-last {
    width: 100%;
  }
  .g-recaptcha div,
  .g-recaptcha iframe {
    width: 265px !important;
  }
  .sticky-media {
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 100 !important;
  }
  .border-media {
    border: 1px solid #fff;
    padding: 8px;
  }
  .text h1,
  .text-right h1 {
    font-size: 14px;
    color: #e1fbf4;
  }
  #navbar_responsive .nav-item a,
  #navbar_responsive .nav-link {
    color: #000;
  }
  .expert-resources {
    padding: 35px !important;
  }
  #department-emails .fa-envelope,
  #department-emails .fa-phone,
  #department-emails .fa-whatsapp {
    font-size: 50px !important;
  }
  #department-emails h4 {
    font-size: 15px;
  }
  .m-head a {
    padding: 10px;
    font-size: 12px;
  }
  .m-head {
    height: 30px;
  }
  .foot-top-txt p {
    font-size: 15px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mainslider .owl-dots {
    left: 42% !important;
  }
  .fx-38 {
    font-size: 26px !important;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .footer-widget h3,
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  .contact-info h3,
  .footer-widget a,
  p {
    font-size: 14px !important;
  }
  .px-25 {
    padding: 30px 0;
  }
  .contact-h1 {
    font-size: 35px;
  }
  .footer-widget .section-heading {
    margin-bottom: 15px;
  }
  .footer-left-widget {
    padding-left: 12px;
    margin-top: 10px;
  }
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 12px;
  }
  .dk-footer .contact-us.contact-us-last {
    margin-left: 0;
    padding: 15px !important;
  }
  .dk-footer-box-info {
    top: -122px;
    background: #979797;
    padding: 10px;
    z-index: 2;
  }
  .dk-footer {
    padding: 12px 0 0;
    background-color: #979797;
    position: relative;
    z-index: 2;
  }
  .copyright {
    padding: 12px 0;
    margin-top: 15px;
    background-color: #202020;
  }
  .image_check {
    width: 14px;
    height: 14px;
  }
  .category_index_image {
    width: 50px !important;
    height: 50px !important;
  }
  .form-parent {
    background: linear-gradient(90deg, #80b638 22%, #5dba6b 58%, #51bb7a 100%);
    padding: 15px;
    border-radius: 10px;
    margin: 10px 0;
  }
  .round-label {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1;
    margin: 0 4px;
  }
  .text h1,
  .text-right h1 {
    font-size: 28px;
    color: #e1fbf4;
  }
  .get-business {
    padding: 10px !important;
    background: #fff;
  }
  .contact-info {
    margin-left: 45px;
    color: #fff;
  }
  footer p {
    margin: 0;
  }
  .contact-icon {
    color: #fff;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    background: #202020;
    line-height: 35px;
    box-shadow: 0 0 7px 0;
    text-align: center;
  }
  .footer-info-text {
    margin: 16px 0 12px;
  }
  .footer-widget li {
    margin-bottom: 10px;
  }
  .sticky-media {
    position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 100 !important;
  }
  .border-media {
    border: 1px solid #fff;
    padding: 10px;
  }
  #department-emails .fa-envelope,
  #department-emails .fa-phone,
  #department-emails .fa-whatsapp {
    font-size: 50px !important;
  }
  #department-emails h4 {
    font-size: 15px;
  }
  .m-head {
    width: 100%;
    padding: 10px 0;
  }
  .fx-38 {
    font-size: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 12px;
    padding-left: 12px;
  }
  .footer-widget .section-heading,
  .hero-heading {
    margin-bottom: 15px;
  }
  .footer-left-widget {
    padding-left: 12px;
  }
  .copyright {
    padding: 18px 0;
    margin-top: 55px;
  }
  .dk-footer {
    padding: 35px 0 0;
    background-color: #d1cccc;
    position: relative;
    z-index: 2;
  }
  .dk-footer-box-info {
    top: -122px;
    background: #d1cccc;
    padding: 20px;
    z-index: 2;
  }
  .foot-top-txt p {
    font-size: 16px;
  }
  .text h1,
  .text-right h1 {
    font-size: 30px;
    color: #e1fbf4;
  }
  .expert-resources .slider img {
    width: 150px !important;
    height: 150px !important;
  }
  .large {
    font-size: 18px;
  }
  .hero-video {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 150px !important;
    padding-bottom: 150px !important;
    display: flex;
  }
  .hero-heading {
    color: var(--nexus-dark-blue);
    text-align: center;
    text-transform: capitalize;
    margin-top: 0;
    font-family: Gantari, sans-serif;
    font-size: 40px !important;
    font-weight: 500;
    line-height: 100%;
    position: static;
    color: #000;
  }
  .w-background-video {
    height: 300px !important;
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .card_p,
  .card_p .card__one {
    padding: 15px;
  }
  .m-head {
    width: 100%;
    padding: 10px 0;
  }
  .fx-38 {
    font-size: 34px !important;
  }
}
