* {
  font-family: "Lexend Deca" !important;
}

body {
  overflow-x: hidden;
}

header:first-child {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
  height: 100px;
  display: flex;
  align-items: center;
}
header:first-child .nav-link {
  font-size: 16px;
  font-family: "Lexend Deca";
  color: rgb(47, 52, 58);
  line-height: 1.75;
  display: flex;
  align-items: center;
}
header:first-child .nav-link::after {
  background-image: url(/website/assets/images/down-carret.png);
  height: 10px;
  width: 20px;
  background-size: 100% 100%;
  color: white;
  background-repeat: no-repeat;
  transition: all 0.6s;
  rotate: 0deg;
}
header:first-child .nav-link.dropdown-toggle.show::after {
  rotate: 180deg;
  transform-origin: center center;
  transition: all 0.6s;
}
header:first-child .search-form {
  border-radius: 10px;
  background-color: rgb(243, 243, 243);
  width: 256px;
  height: 50px;
  margin-left: 35px;
  position: relative;
}
header:first-child .search-form::-moz-placeholder {
  font-size: 16px;
  font-family: "Lexend Deca";
  color: rgba(47, 52, 58, 0.4);
  line-height: 1.75;
}
header:first-child .search-form::placeholder {
  font-size: 16px;
  font-family: "Lexend Deca";
  color: rgba(47, 52, 58, 0.4);
  line-height: 1.75;
}
header:first-child .search-image {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  right: 20px;
  top: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/website/assets/images/search-icon.png);
}
header:first-child .cart-image {
  margin-left: 24px;
}
header:first-child .sign-in {
  margin-left: 20px;
  color: #009fdf;
}

.hero-section h1 {
  font-size: 54px;
  font-family: "Lexend Deca";
  color: rgb(33, 51, 67);
  font-weight: bold;
  line-height: 1.259;
  text-align: left;
  color: #213343;
  width: 517px;
  margin-bottom: 20px;
}
.hero-section p {
  width: 487px;
  font-size: 18px;
  font-family: "Lexend Deca";
  color: rgb(33, 51, 67);
  line-height: 1.778;
  text-align: left;
  font-weight: 400;
  margin-bottom: 0;
}

.how-can-we-help {
  margin-top: 60px;
}
.how-can-we-help h2 {
  font-size: 32px;
  font-family: "Lexend Deca";
  color: rgb(10, 10, 10);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 50px;
}
.how-can-we-help .card {
  cursor: pointer;
  gap: 10px;
  min-width: 316px;
  height: 261px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 27px;
  border: 4px solid transparent;
}
.how-can-we-help .card img {
  margin-bottom: 24px;
}
.how-can-we-help .card h3 {
  font-size: 18px;
  font-family: "Lexend Deca";
  color: rgb(0, 41, 57);
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}
.how-can-we-help .card p {
  font-size: 16px;
  font-family: "Lexend Deca";
  color: rgb(0, 0, 0);
  line-height: 24px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0;
}
.how-can-we-help .card:hover {
  border-width: 4px;
  border-color: rgb(235, 247, 251);
  border-style: solid;
  border-radius: 20px;
}

.services {
  margin-top: 80px;
}
.services .heading-box {
  border-radius: 20px;
  background-color: rgb(243, 243, 243);
  width: 161px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.services .heading-box h2 {
  font-size: 18px;
  font-family: "Lexend Deca";
  color: rgb(0, 41, 57);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 0px;
}
.services .content {
  margin-bottom: 74px;
}
.services .content h3 {
  font-size: 50px;
  font-family: "Lexend Deca";
  color: rgb(10, 10, 10);
  font-weight: 600;
  line-height: 1.24;
  margin-bottom: 0px;
  min-width: 406px;
  max-width: 406px;
}
.services .content p {
  font-size: 24px;
  font-family: "Lexend Deca";
  color: rgb(1, 1, 1);
  line-height: 1.5;
  text-align: left;
  min-width: 706px;
  max-width: 780px;
  margin-bottom: 0px;
}
.services .boxes .card {
  width: 350px;
  height: 450px;
  border-radius: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.services .boxes .card .image-div {
  overflow: hidden;
  min-height: 178px;
}
.services .boxes .card img:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease-in-out;
}
.services .boxes .card .content {
  margin-top: 39px;
  margin-left: 18px;
  height: 100%;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  border-bottom-right-radius: 20px;
}
.services .boxes .card .content .heading {
  font-size: 18px;
  font-family: "Lexend Deca";
  color: rgb(0, 41, 57);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 18px;
}
.services .boxes .card .content .details {
  font-size: 16px;
  font-weight: 300;
  color: black;
  line-height: 28px;
  min-width: unset;
}
.services .boxes .card .content .tranquelizer {
  background-image: url("/website/assets/images/Vector Smart Object311-02.png");
  background-size: 100% 100%;
  width: 205px;
  height: 119px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.services .boxes .card:hover .tranquelizer {
  background-image: url(/website/assets/images/blue.png);
  transition: all 0.5s;
}
.services .boxes .card:hover .tranquelizer .white-caret {
  display: block;
}
.services .boxes .card:hover .tranquelizer .black-caret {
  display: none;
}

.display-none {
  display: none;
}

.achivements {
  margin-top: 100px;
}
.achivements .boxes .content {
  margin-left: 20px;
}
.achivements .boxes .numbers {
  font-size: 40px;
  font-family: "Lexend Deca";
  color: rgb(10, 10, 10);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 5px;
  text-align: left;
}
.achivements .boxes .details {
  font-size: 12px;
  font-family: "Lexend Deca";
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: left;
  margin-bottom: 0;
}

.banner {
  margin-top: 90px;
}
.banner .banner-side {
  border-radius: 20px;
  background-color: rgb(0, 41, 57);
  height: 200px;
  padding: 0 62px;
}
.banner .banner-side h2 {
  font-size: 32px;
  font-family: "Lexend Deca";
  color: rgb(255, 255, 255);
  font-weight: 600;
  line-height: 1.375;
  width: 510px;
  margin-bottom: 0;
}
.banner .banner-side input {
  border-width: 1px;
  border-color: rgb(233, 233, 233);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  width: 498px;
  height: 68px;
  border-radius: 35px;
  padding: 0 35px;
}
.banner .banner-side input::-moz-placeholder {
  font-size: 18px;
  font-family: "Lexend Deca";
  color: rgba(47, 52, 58, 0.4);
  line-height: 1.556;
}
.banner .banner-side input::placeholder {
  font-size: 18px;
  font-family: "Lexend Deca";
  color: rgba(47, 52, 58, 0.4);
  line-height: 1.556;
}
.banner .banner-side input:focus-visible {
  outline: unset !important;
}
.banner .banner-side .search-image {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  right: 30px;
  top: 22px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/website/assets/images/search-icon-blue.png);
}

.who-are-we {
  margin-top: 100px;
}
.who-are-we .w-block {
  width: 502px;
}
.who-are-we .w-block .accordion-item {
  margin: 10px 0px;
  border-bottom: 0;
}
.who-are-we .w-block .accordion-button {
  border-radius: 10px !important;
  background-color: rgb(246, 249, 252);
  width: 502px;
  height: 69px;
  padding-left: 40px !important;
  font-size: 25px;
  font-family: "Lexend Deca";
  color: rgb(85, 91, 99);
  line-height: 1.12;
  box-shadow: unset;
}
.who-are-we .w-block .accordion-collapse {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  height: auto;
  margin: 10px 0px;
  position: relative;
  padding-left: 40px;
}
.who-are-we .w-block .accordion-collapse::before {
  background-color: rgb(0, 159, 223);
  position: absolute;
  width: 10px;
  height: 100%;
  left: -3px;
  content: "";
  border-radius: 0px 5px 5px 0px;
}
.who-are-we .w-block .accordion-collapse h3 {
  font-size: 25px;
  font-family: "Lexend Deca";
  color: rgb(10, 10, 10);
  line-height: 1.12;
  font-weight: 500;
  margin-bottom: 16px;
}
.who-are-we .w-block .accordion-collapse .sub-heading {
  font-size: 16px;
  font-family: "Lexend Deca";
  color: rgb(10, 10, 10);
  line-height: 1;
  text-align: left;
  margin-bottom: 18px;
  font-weight: 500;
}
.who-are-we .w-block .accordion-collapse ul {
  padding-left: 18px;
}
.who-are-we .w-block .accordion-collapse li {
  font-size: 16px;
  font-family: "Lexend Deca";
  color: rgb(10, 10, 10);
  line-height: 1;
  text-align: left;
  font-weight: 300;
}
.who-are-we .w-block .accordion-collapse li::marker {
  color: #009fdf;
}
.who-are-we .w-block .accordion-collapse li:not(:last-child) {
  margin-bottom: 5px;
}

.awards {
  margin-top: 90px;
}
.awards h2 {
  font-size: 32px;
  font-family: "Lexend Deca";
  color: rgb(10, 10, 10);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 50px;
}
.awards .w-block {
  width: 1180px;
}
.awards .item {
  padding: 10px 0px;
}
.awards .boxs {
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.15);
  width: 1170px;
  height: 360px;
  padding-left: 24px;
}
.awards .boxs .heading {
  font-size: 24px;
  font-family: "Lexend Deca";
  color: rgb(0, 0, 0);
  line-height: 1.667;
  text-align: left;
  font-weight: 300;
  margin-bottom: 54px;
}
.awards .boxs .owner-name {
  font-size: 18px;
  font-family: "Lexend Deca";
  color: rgb(0, 159, 223);
  line-height: 1;
  text-align: left;
  margin-bottom: 6px;
  font-weight: 500;
}
.awards .boxs .company-name {
  font-size: 16px;
  font-family: "Lexend Deca";
  color: rgb(85, 91, 99);
  line-height: 1;
  font-weight: 300;
}
.awards .boxs .content {
  margin-right: 24px;
}
.awards .owl-dots {
  margin-top: 60px !important;
}
.awards .owl-dots .owl-dot {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.awards .owl-dots .owl-dot.active span {
  background: #009fdf !important;
}
.awards .owl-dots span {
  background: rgb(234, 243, 255) !important;
  width: 30px !important;
  height: 5px !important;
  margin: 0 !important;
  border-radius: 0px !important;
}

.owl-carousel img {
  width: auto !important;
}

.titles {
  margin-top: 60px;
}

.featured-product {
  margin-top: 90px;
}
.featured-product h2 {
  font-size: 32px;
  font-family: "Lexend Deca";
  color: rgb(10, 10, 10);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 50px;
}
.featured-product .item-inside {
  height: 350px;
  display: flex;
  align-items: end;
}
.featured-product .item-inside .float-image {
  position: absolute;
  top: 10px;
  z-index: 5;
}
.featured-product .item-inside .card {
  width: 270px;
  height: 240px;
  border-radius: 0px;
  background-color: #f5f5f5;
}
.featured-product .item-inside .card .content {
  margin-top: 39px;
  margin-left: 18px;
  height: 100%;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.featured-product .item-inside .card .content .heading {
  font-size: 18px;
  font-family: "Lexend Deca";
  color: rgb(0, 41, 57);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 18px;
}
.featured-product .item-inside .card .content .details {
  font-size: 16px;
  font-weight: 300;
  color: black;
  line-height: 28px;
  min-width: unset;
}
.featured-product .item-inside .card .content .tranquelizer {
  background-image: url("/website/assets/images/Vector Smart Object311-02.png");
  background-size: 100% 100%;
  width: 205px;
  height: 119px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.featured-product .item-inside .card .content .tranquelizer .white-caret {
  display: none !important;
}
.featured-product .item-inside .card .content .tranquelizer .black-caret {
  display: block !important;
}
.featured-product .item-inside .card:hover .tranquelizer {
  background-image: url(/website/assets/images/blue.png);
  transition: all 0.5s;
}
.featured-product .item-inside .card:hover .tranquelizer .white-caret {
  display: block !important;
}
.featured-product .item-inside .card:hover .tranquelizer .black-caret {
  display: none !important;
}
.featured-product .owl-dots {
  margin-top: 60px !important;
}
.featured-product .owl-dots .owl-dot {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.featured-product .owl-dots .owl-dot.active span {
  background: #009fdf !important;
}
.featured-product .owl-dots span {
  background: rgb(234, 243, 255) !important;
  width: 30px !important;
  height: 5px !important;
  margin: 0 !important;
  border-radius: 0px !important;
}

.featured-solution {
  margin-top: 100px;
}
.featured-solution h2 {
  font-size: 32px;
  font-family: "Lexend Deca";
  color: rgb(10, 10, 10);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 20px;
}
.featured-solution .details {
  font-size: 18px;
  font-family: "Lexend Deca";
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: center;
  font-weight: 300;
  margin-bottom: 50px;
}

.solutions {
  margin-top: 100px;
}
.solutions h2 {
  font-size: 32px;
  font-family: "Lexend Deca";
  color: rgb(10, 10, 10);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 50px;
}
.solutions .card {
  width: 540px;
  height: 400px;
  border-radius: 0px;
  background-color: #f5f5f5;
}
.solutions .card .content {
  margin-top: 39px;
  margin-left: 18px;
  height: 100%;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.solutions .card .content .heading {
  font-size: 24px;
  font-family: "Lexend Deca";
  color: rgb(0, 41, 57);
  line-height: 1;
  font-weight: 500;
  margin-bottom: 18px;
}
.solutions .card .content .details {
  font-size: 16px;
  font-weight: 300;
  color: black;
  line-height: 28px;
  min-width: unset;
  width: 467px;
}
.solutions .card .content .tranquelizer {
  background-image: url("/website/assets/images/Vector Smart Object311-02.png");
  background-size: 100% 100%;
  width: 176px;
  height: 88px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}
.solutions .card:hover .tranquelizer {
  background-image: url(/website/assets/images/blue.png);
  transition: all 0.5s;
}
.solutions .card:hover .tranquelizer .white-caret {
  display: block;
}
.solutions .card:hover .tranquelizer .black-caret {
  display: none;
}

.leverage-section {
  margin-top: 100px;
}
.leverage-section h2 {
  font-size: 32px;
  font-family: "Lexend Deca";
  color: rgb(10, 10, 10);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 18px;
}
.leverage-section .view {
  text-decoration: none;
  font-size: 14px;
  font-family: "Lexend Deca";
  color: rgb(10, 10, 10);
  line-height: 1;
  font-weight: 400;
  margin-bottom: 50px;
}

footer {
  margin-top: 175px;
  background-color: rgb(0, 41, 57);
  padding-top: 129px;
  padding-bottom: 62px;
  position: relative;
}
footer .social-icon-new a:nth-child(1) img {
  width: 11px;
}
footer .social-icon-new a:nth-child(2) img {
  width: 20px;
}
footer .social-icon-new a:nth-child(3) img {
  width: 26px;
}
footer .social-icon-new a:nth-child(4) img {
  width: 22px;
}
footer .social-icon-new a:nth-child(5) img {
  width: 22px;
}
footer .subscribtion-block {
  border-radius: 10px;
  background-color: rgb(234, 245, 252);
  box-shadow: 0px 12px 0px 0px rgba(0, 0, 0, 0.22);
  width: 1014px;
  height: 150px;
  top: -75px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  display: block;
  justify-content: space-between;
  padding: 0 32px;
  align-items: center;
}
footer .subscribtion-block .subscription-heading {
  text-align: center;
  color: #000000;
  line-height: 42px;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .subscribtion-block .input-group {
  width: auto !important;
  justify-content: center !important;
}
footer .subscribtion-block .input-group input {
  background-color: rgb(255, 255, 255);
  max-width: 200px;
  height: 74px;
  border-radius: 10px;
  color: #213343;
  font-size: 16px;
  font-weight: 500;
}
footer .subscribtion-block .input-group input::-moz-placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #213343;
}
footer .subscribtion-block .input-group input::placeholder {
  font-weight: 500;
  font-size: 13px;
  color: #213343;
}
footer .subscribtion-block .input-group button {
  background-color: rgb(0, 110, 207);
  width: 198px;
  height: 55px;
  color: white;
  border-radius: 10px;
  font-size: 16px;
}
footer .subscribtion-block .input-group button:hover {
  background-color: #009fdf;
  color: white;
}
footer .price-line .price {
  font-size: 60px;
  line-height: 1;
  color: #ff763a;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
footer .price-line .price-details {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0px;
}
footer .line-break {
  background-color: rgba(255, 255, 255, 0.2);
  height: 2px;
  margin: 50px 0px;
  width: 100%;
}
footer .links-side .knowledge {
  width: 250px;
}
footer .links-side .knowledge .gradient-btn {
  margin-top: 15px;
  width: 100%;
}
footer .links-side .knowledge input {
  width: 100%;
  height: 50px;
}
footer .links-side .home {
  width: 221px;
}
footer .links-side .home .logo {
  width: 211px;
  margin-bottom: 10px;
  margin-top: -10px;
}
footer .links-side .home .logo-details {
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 28px;
  margin-bottom: 22px;
}
footer .links-side .home .logo-heading {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 20px;
}
footer .links-side .home .cta {
  border-width: 1px;
  border-color: #009fdf;
  border-style: solid;
  border-radius: 10px;
  font-size: 16px;
  line-height: 48px;
  width: 199px;
  height: 48px;
  color: #fff;
  background-color: transparent;
  text-decoration: none;
  font-weight: 600;
  display: block;
  text-align: center;
}
footer .links-side .quick-links {
  width: 130px;
}
footer .links-side .services {
  margin-top: 0px;
  width: 276px;
}
footer .main-heading {
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 24px;
}
footer .main-links {
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
}
footer .main-links:hover {
  color: #009fdf;
}
footer .copyright {
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  margin-top: 48px;
  margin-bottom: 0;
}

.fixed-header {
  position: fixed !important;
  top: -300px;
  left: 0;
  transition: all 0.6s !important;
  width: 100%;
  background-color: white;
  z-index: 100;
}

.scroll-down {
  top: 0;
  transition: all 0.6s !important;
}

#header {
  transition: all 0.3s ease-in-out;
}

.contact-form {
  background-color: #f8f8f8;
}
.contact-form__wrapper {
  padding: 10px;
  border-radius: 24px;
}
.contact-form__header {
  text-align: center;
  margin-bottom: 40px;
}
.contact-form__subtitle {
  font-size: 25px;
  color: var(--secondary-color-red);
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 1.75rem;
  text-decoration: underline;
}
.contact-form__title {
  font-size: 45px;
  font-weight: 700;
  color: #222;
  line-height: 55px;
  max-width: 600px;
  width: 100%;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}
.contact-form__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form__row {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 992px) {
  .contact-form__row {
    display: contents;
  }
}
@media (max-width: 576px) {
  .contact-form__row {
    flex-direction: column;
  }
}
.contact-form__field {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact-form__field--full {
  width: 100%;
}
.contact-form__label {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.contact-form__input {
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #dee2e6;
  border-radius: 16px;
  font-size: 14px;
  transition: border-color 0.3s ease;
  background-color: rgb(243, 243, 243);
}
.contact-form__input:focus {
  outline: none;
}
.contact-form__textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #dee2e6;
  border-radius: 15px;
  font-size: 14px;
  transition: border-color 0.3s ease;
  background-color: rgb(243, 243, 243);
}
.contact-form__textarea:focus {
  outline: none;
}
.contact-form__textarea {
  resize: vertical;
}
.contact-form__submit {
  text-align: center;
  margin-top: 10px;
}
.contact-form__button {
  background-color: rgb(0, 110, 207);
  color: #fff;
  border: none;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  border-radius: px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-form__button:hover {
  transform: scale(1.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.contact-form__button:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.contact-form .contact-form__input,
.contact-form .contact-form__textarea {
  border: 1px solid #ccc;
  transition: border-color 0.3s ease;
}
.contact-form .contact-form__input.error,
.contact-form .contact-form__textarea.error {
  border-color: red !important;
}
.contact-form .contact-form__input.success,
.contact-form .contact-form__textarea.success {
  border-color: green !important;
}
.contact-form .contact-form__captcha-error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.modal-dialog {
  max-width: 600px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-content {
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.modal-header {
  border-bottom: none;
}
.modal-header .modal-title {
  font-size: 24px;
  font-weight: 600;
  color: #333;
}
.modal-header .btn-close {
  background: block;
  font-size: 1.2rem;
}
.modal-body {
  padding-top: 0;
}

@media (max-width: 576px) {
  .modal-dialog {
    max-width: 100%;
    margin: 0 10px;
  }
  .modal-content {
    border-radius: 12px;
    padding: 15px;
  }
  .modal-header .modal-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  header:first-child .search-form {
    width: 230px;
    height: 50px;
    margin-left: 18px;
  }
  .how-can-we-help .d-flex.justify-content-xl-between {
    justify-content: center !important;
  }
  .how-can-we-help .card {
    padding: 0px 8px;
    min-width: 280px !important;
  }
}
@media only screen and (max-width: 767px) {
  header {
    height: 68px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    background-color: white !important;
  }
  header .navbar-brand img {
    width: 89px;
  }
  header .navbar-toggler {
    padding: 0;
    border: 0;
    margin-right: 17px;
  }
  header .navbar-toggler span {
    height: 23px;
    width: 30px;
    background-image: url("/website/assets/images/sandwich-toggler.png");
  }
  .hero-section .content h1 {
    font-size: 20px;
    width: 243px;
    margin: 0 auto;
    line-height: 26px;
    text-align: center;
    margin-bottom: 8px;
  }
  .hero-section .content p {
    font-size: 10px;
    line-height: 14px;
    width: 335px;
    line-height: 14px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .how-can-we-help {
    margin-top: 40px;
  }
  .how-can-we-help h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .how-can-we-help .card {
    padding: 0 27px;
    border-width: 4px;
    border-color: rgb(235, 247, 251);
    border-style: solid;
    border-radius: 20px;
  }
  .how-can-we-help #owl-carousel-4 .owl-dot.active span {
    background: rgb(31, 80, 146);
  }
  .services {
    margin-top: 50px;
  }
  .services .heading-box {
    background-color: transparent;
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .services .content {
    margin-bottom: 20px;
  }
  .services .content h3 {
    font-size: 26px;
    font-family: "Lexend Deca";
    color: rgb(10, 10, 10);
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    min-width: 335px;
    max-width: 335px;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .services .content p {
    font-size: 16px;
    font-family: "Lexend Deca";
    color: rgb(1, 1, 1);
    line-height: 1.3;
    text-align: left;
    min-width: 335px;
    max-width: 335px;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: center;
  }
  .services .boxes {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center !important;
  }
  .services .boxes .card {
    width: 350px;
    height: 450px;
    border-radius: 20px;
    background-color: #f5f5f5;
  }
  .services .boxes .card .content {
    margin-top: 39px;
    margin-left: 18px;
    height: 100%;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    border-bottom-right-radius: 20px;
  }
  .services .boxes .card .content .heading {
    font-size: 18px;
    font-family: "Lexend Deca";
    color: rgb(0, 41, 57);
    line-height: 1;
    font-weight: 500;
    margin-bottom: 18px;
    text-align: left;
  }
  .services .boxes .card .content .details {
    font-size: 16px;
    font-weight: 300;
    color: black;
    line-height: 28px;
    text-align: left;
    min-width: unset;
  }
  .services .boxes .card .content .tranquelizer {
    background-image: url("/website/assets/images/Vector Smart Object311-02.png");
    background-size: 100% 100%;
    width: 205px;
    height: 119px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
  }
  .services .boxes .card:hover .tranquelizer {
    background-image: url(/website/assets/images/blue.png);
    transition: all 0.5s;
  }
  .services .boxes .card:hover .tranquelizer .white-caret {
    display: block;
  }
  .services .boxes .card:hover .tranquelizer .black-caret {
    display: none;
  }
  .achivements {
    margin-top: 40px;
  }
  .achivements .box-line {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: unset !important;
  }
  .achivements .boxes {
    width: 48%;
  }
  .achivements .boxes img {
    width: 54px;
  }
  .achivements .boxes .content {
    margin-left: 10px;
  }
  .achivements .boxes .numbers {
    font-size: 26px;
    font-family: "Lexend Deca";
    color: rgb(10, 10, 10);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 5px;
    text-align: left;
  }
  .achivements .boxes .details {
    font-size: 10px;
    font-family: "Lexend Deca";
    color: rgb(0, 0, 0);
    line-height: 1;
    text-align: left;
    margin-bottom: 0;
  }
  .banner {
    margin-top: 40px;
  }
  .banner .banner-side {
    border-radius: 20px;
    background-color: rgb(0, 41, 57);
    height: 280px;
    padding: 0 26px;
    display: grid !important;
    align-content: unset;
    align-content: center;
  }
  .banner .banner-side h2 {
    font-size: 26px;
    font-family: "Lexend Deca";
    color: rgb(255, 255, 255);
    line-height: 1.375;
    width: 290px;
    margin: 0 auto;
    margin-bottom: 16px;
    text-align: center;
  }
  .banner .banner-side input {
    border-width: 1px;
    border-color: rgb(233, 233, 233);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 48px;
    border-radius: 24px;
    padding: 0 5px;
    text-align: center;
  }
  .banner .banner-side input::-moz-placeholder {
    font-size: 12px;
    font-family: "Lexend Deca";
    color: rgba(47, 52, 58, 0.4);
    line-height: 1.556;
  }
  .banner .banner-side input::placeholder {
    font-size: 12px;
    font-family: "Lexend Deca";
    color: rgba(47, 52, 58, 0.4);
    line-height: 1.556;
  }
  .banner .banner-side button {
    margin-top: 10px;
    border: 0;
    background-color: #009fdf;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    padding: 0 5px;
    text-align: center;
  }
  .banner .banner-side .search-image {
    display: none;
    position: absolute;
    content: "";
    height: 23px;
    width: 23px;
    right: 30px;
    top: 22px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(/website/assets/images/search-icon-blue.png);
  }
  .who-are-we {
    margin-top: 35px;
  }
  .who-are-we .w-block {
    width: 100%;
    margin-left: 0 !important;
  }
  .who-are-we .w-block .accordion-item {
    margin: 10px 0px;
    border-bottom: 0;
  }
  .who-are-we .w-block .accordion-button {
    border-radius: 10px !important;
    background-color: rgb(246, 249, 252);
    width: 100%;
    height: 53px;
    padding-left: 30px !important;
    font-size: 20px;
    font-family: "Lexend Deca";
    color: rgb(85, 91, 99);
    line-height: 1.12;
    box-shadow: unset;
  }
  .who-are-we .w-block .accordion-collapse {
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    height: auto;
    margin: 10px 0px;
    position: relative;
    padding-left: 40px;
  }
  .who-are-we .w-block .accordion-collapse::before {
    background-color: rgb(0, 159, 223);
    position: absolute;
    width: 10px;
    height: 100%;
    left: -3px;
    content: "";
    border-radius: 0px 5px 5px 0px;
  }
  .who-are-we .w-block .accordion-collapse h3 {
    font-size: 20px;
    font-family: "Lexend Deca";
    color: rgb(10, 10, 10);
    line-height: 1.12;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .who-are-we .w-block .accordion-collapse .sub-heading {
    font-size: 12px;
    font-family: "Lexend Deca";
    color: rgb(10, 10, 10);
    line-height: 1;
    text-align: left;
    margin-bottom: 18px;
    font-weight: 500;
  }
  .who-are-we .w-block .accordion-collapse ul {
    padding-left: 18px;
  }
  .who-are-we .w-block .accordion-collapse li {
    font-size: 12px;
    font-family: "Lexend Deca";
    color: rgb(10, 10, 10);
    line-height: 1;
    text-align: left;
    font-weight: 300;
  }
  .who-are-we .w-block .accordion-collapse li::marker {
    color: #009fdf;
  }
  .who-are-we .w-block .accordion-collapse li:not(:last-child) {
    margin-bottom: 5px;
  }
  .who-are-we #graphic-block img {
    width: 100%;
  }
  .awards {
    margin-top: 40px;
  }
  .awards h2 {
    font-size: 26px;
    font-family: "Lexend Deca";
    color: rgb(10, 10, 10);
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 14px;
  }
  .awards .w-block {
    width: 100%;
  }
  .awards .item {
    padding: 10px 0px;
  }
  .awards .boxs {
    border-radius: unset;
    background-color: unset;
    box-shadow: unset;
    width: 100%;
    height: 465px;
    padding-left: 0px;
  }
  .awards .boxs .heading {
    font-size: 16px;
    font-family: "Lexend Deca";
    color: rgb(0, 0, 0);
    line-height: 1.667;
    text-align: left;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 26px;
    text-align: center;
  }
  .awards .boxs .owner-name {
    font-size: 18px;
    font-family: "Lexend Deca";
    color: rgb(0, 159, 223);
    line-height: 1;
    text-align: center;
    margin-bottom: 6px;
    font-weight: 500;
  }
  .awards .boxs .company {
    font-size: 16px;
    font-family: "Lexend Deca";
    color: rgb(85, 91, 99);
    line-height: 1;
    font-weight: 300;
    text-align: center;
  }
  .awards .boxs .company-logo {
    margin: 0 auto;
  }
  .awards .boxs .content {
    margin-right: 0px;
  }
  .awards .boxs .line-box {
    flex-direction: column-reverse;
    order: -1;
  }
  .awards .boxs .right-image {
    width: 97% !important;
    margin: 0 auto;
    border-radius: 10px;
  }
  .awards .owl-dots {
    margin-top: 60px !important;
  }
  .awards .owl-dots .owl-dot {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .awards .owl-dots .owl-dot.active span {
    background: #009fdf !important;
  }
  .awards .owl-dots span {
    background: rgb(234, 243, 255) !important;
    width: 30px !important;
    height: 5px !important;
    margin: 0 !important;
    border-radius: 0px !important;
  }
  .titles {
    margin-top: 40px;
  }
  .titles #owl-carousel-5 img {
    height: 70px !important;
  }
  .titles .owl-dot.active span {
    background: rgb(31, 80, 146);
  }
  .featured-product {
    margin-top: 50px;
  }
  .featured-product h2 {
    font-size: 26px;
    font-family: "Lexend Deca";
    color: rgb(10, 10, 10);
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 30px;
  }
  .featured-product .item-inside {
    height: 350px;
    display: flex;
    align-items: end;
  }
  .featured-product .item-inside .float-image {
    position: absolute;
    top: 10px;
    z-index: 5;
  }
  .featured-product .item-inside .card {
    width: 270px;
    height: 240px;
    border-radius: 0px;
    background-color: #f5f5f5;
  }
  .featured-product .item-inside .card .content {
    margin-top: 39px;
    margin-left: 18px;
    height: 100%;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
  }
  .featured-product .item-inside .card .content .heading {
    font-size: 18px;
    font-family: "Lexend Deca";
    color: rgb(0, 41, 57);
    line-height: 1;
    font-weight: 500;
    margin-bottom: 18px;
  }
  .featured-product .item-inside .card .content .details {
    font-size: 16px;
    font-weight: 300;
    color: black;
    line-height: 28px;
    min-width: unset;
  }
  .featured-product .item-inside .card .content .tranquelizer {
    background-image: url("/website/assets/images/Vector Smart Object311-02.png");
    background-size: 100% 100%;
    width: 205px;
    height: 119px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
  }
  .featured-product .item-inside .card .content .tranquelizer .white-caret {
    display: none !important;
  }
  .featured-product .item-inside .card .content .tranquelizer .black-caret {
    display: block !important;
  }
  .featured-product .item-inside .card:hover .tranquelizer {
    background-image: url(/website/assets/images/blue.png);
    transition: all 0.5s;
  }
  .featured-product .item-inside .card:hover .tranquelizer .white-caret {
    display: block !important;
  }
  .featured-product .item-inside .card:hover .tranquelizer .black-caret {
    display: none !important;
  }
  .featured-product .owl-dots {
    margin-top: 60px !important;
  }
  .featured-product .owl-dots .owl-dot {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .featured-product .owl-dots .owl-dot.active span {
    background: #009fdf !important;
  }
  .featured-product .owl-dots span {
    background: rgb(234, 243, 255) !important;
    width: 30px !important;
    height: 5px !important;
    margin: 0 !important;
    border-radius: 0px !important;
  }
  .featured-solution {
    margin-top: 100px;
  }
  .featured-solution h2 {
    font-size: 26px;
    font-family: "Lexend Deca";
    color: rgb(10, 10, 10);
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 30px;
  }
  .featured-solution .details {
    font-size: 18px;
    font-family: "Lexend Deca";
    color: rgb(0, 0, 0);
    line-height: 1;
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .featured-solution .owl-stage {
    display: flex;
    align-items: center;
  }
  .solutions {
    margin-top: 55px;
  }
  .solutions h2 {
    font-size: 26px;
    font-family: "Lexend Deca";
    color: rgb(10, 10, 10);
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 10px;
  }
  .solutions .line {
    justify-content: center;
  }
  .solutions .card {
    width: 363px;
    height: 270px;
    border-radius: 0px;
    background-color: #f5f5f5;
  }
  .solutions .card .content {
    margin-top: 10px;
    margin-left: 12px;
    height: 100%;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
  }
  .solutions .card .content .heading {
    font-size: 16px;
    font-family: "Lexend Deca";
    color: rgb(0, 41, 57);
    line-height: 1;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .solutions .card .content .details {
    font-size: 11px;
    font-weight: 300;
    color: black;
    line-height: 23px;
    min-width: unset;
    width: 280px;
  }
  .solutions .card .content .tranquelizer {
    background-image: url("/website/assets/images/Vector Smart Object311-02.png");
    background-size: 100% 100%;
    width: 130px;
    height: 66px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
  }
  .solutions .card:hover .tranquelizer {
    background-image: url(/website/assets/images/blue.png);
    transition: all 0.5s;
  }
  .solutions .card:hover .tranquelizer .white-caret {
    display: block;
  }
  .solutions .card:hover .tranquelizer .black-caret {
    display: none;
  }
  .leverage-section {
    margin-top: 40px;
  }
  .leverage-section h2 {
    font-size: 26px;
    font-family: "Lexend Deca";
    color: rgb(10, 10, 10);
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 10px;
  }
  .leverage-section .view {
    text-decoration: none;
    font-size: 14px;
    font-family: "Lexend Deca";
    color: rgb(10, 10, 10);
    line-height: 1;
    font-weight: 400;
    margin-bottom: 32px;
  }
  .leverage-section .line {
    flex-wrap: wrap;
    gap: 10px;
  }
  .leverage-section .line img {
    width: 90px;
  }
  footer {
    padding-top: 150px;
    margin-top: 110px;
  }
  footer .subscribtion-block {
    width: 100%;
    height: 223px;
    display: grid;
    align-content: center;
  }
  footer .subscribtion-block .subscription-heading {
    font-size: 26px;
    margin-bottom: 15px;
  }
  footer .mobile-footer-1 .logo {
    margin-top: 45px;
    width: 138px;
    margin-bottom: 21px;
  }
  footer .mobile-footer-1 .logo-a {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  footer .mobile-footer-1 .company-details {
    font-size: 14px;
    color: white;
    line-height: 24px;
    font-weight: 400;
    width: 276px;
    margin: 0 auto;
    text-align: center;
  }
  footer .mobile-footer-1 .cta {
    border-width: 1px;
    border-color: #009fdf;
    border-style: solid;
    border-radius: 10px;
    font-size: 14px;
    line-height: 35px;
    width: 137px;
    height: 35px;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    font-weight: 600;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  footer .mobile-footer-1 .main-link-content {
    font-size: 16px;
    font-family: "Lexend Deca";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    text-align: left;
    font-weight: 600;
    margin-bottom: 13px;
  }
  footer .mobile-footer-1 .main-link-content:hover {
    color: #009fdf;
  }
  footer .mobile-footer-1 .service-link {
    width: 125px;
    margin-top: 20px;
  }
  footer .mobile-footer-1 .sub-links {
    display: block;
    font-size: 14px;
    font-family: "Lexend Deca";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
    text-align: left;
    font-weight: 300;
    text-decoration: none;
  }
  footer .mobile-footer-1 .sub-links:hover {
    color: #009fdf;
  }
  footer .mobile-footer-1 .sub-links:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .mobile-footer-1 .service-link:nth-child(odd) {
    width: 190px;
  }
  footer .mobile-footer-1 .mobile-social-links {
    margin-top: 42px;
  }
  footer .mobile-footer-1 .mobile-social-links a:nth-child(1) img {
    width: 11px;
  }
  footer .mobile-footer-1 .mobile-social-links a:nth-child(2) img {
    width: 20px;
  }
  footer .mobile-footer-1 .mobile-social-links a:nth-child(3) img {
    width: 26px;
  }
  footer .mobile-footer-1 .mobile-social-links a:nth-child(4) img {
    width: 22px;
  }
  footer .mobile-footer-1 .mobile-social-links a:nth-child(5) img {
    width: 22px;
  }
  footer .mobile-footer-1 hr {
    border-width: 1px;
    opacity: 1;
    border-color: white;
    margin-top: 29px;
    margin-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
  }
  footer .mobile-footer-1 .main-links {
    font-size: 14px;
    margin-top: 21px;
  }
  footer .mobile-footer-1 .copyright {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 374px) {
  .hero-section .content h1 {
    font-size: 15px;
    width: 243px;
    margin: 0 auto;
    line-height: 22px;
    text-align: center;
    margin-bottom: 2px;
  }
  .hero-section .content p {
    margin-bottom: 6px;
    font-size: 9px;
    width: 256px;
  }
  .how-can-we-help .card {
    min-width: 256px;
    padding: 0 10px;
  }
  .services .content h3 {
    min-width: 256px;
    max-width: 256px;
  }
  .services .content .details {
    min-width: 256px;
    max-width: 256px;
  }
  .achivements .boxes img {
    width: 40px;
  }
  .achivements .boxes .numbers {
    font-size: 16px;
  }
  .achivements .boxes .details {
    font-size: 10px;
  }
  .banner .banner-side {
    padding: 0 16px;
  }
  .banner .banner-side h2 {
    width: 234px;
  }
  footer .mobile-footer-1 .company-details {
    width: 256px;
  }
}/*# sourceMappingURL=style.css.map */