@charset "UTF-8";
body {
  font-family: "Montserrat";
  position: relative;
  overflow-x: hidden;
}
body:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/textura-vsya.png");
  opacity: 1;
  z-index: -99;
}
h2 {
  font-size: 3rem;
  font-weight: bold;
  color: #0a2735;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}
img {
  width: 100%;
  height: auto;
}
.ld-circle-top {
  width: 100%;
  height: 55rem;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .ld-circle-top {
    height: 45rem;
  }
}
@media only screen and (max-width: 991px) {
  .ld-circle-top {
    height: 55rem;
  }
}
.ld-circle-top:before {
  content: "";
  width: 120vw;
  height: 120vw;
  position: absolute;
  left: -10vw;
  bottom: 0;
  background-color: #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 50% 50%;
}
@media only screen and (max-width: 1200px) {
  .ld-circle-top:before {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ld-circle-top:before {
    width: 180vw;
    left: -40.5vw;
  }
}
.ld-circle-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.ld-circle-bottom:before {
  content: "";
  width: 140vw;
  height: 140vw;
  position: absolute;
  top: 15px;
  left: -20.5vw;
  border-radius: 50% 50% 0 0;
  background-image: url("../../images/textura-vsya.png");
  opacity: 0.03;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .ld-circle-bottom:before {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ld-circle-bottom:before {
    width: 200vw;
    left: -50.5vw;
  }
}
.ld-circle-bottom:after {
  content: "";
  width: 140vw;
  height: 140vw;
  position: absolute;
  top: 15px;
  left: -20.5vw;
  border-radius: 50% 50% 0 0;
  background-color: #0067e2;
  box-shadow: 0 0 15px rgba(0, 103, 226, 0.5);
}
@media only screen and (max-width: 991px) {
  .ld-circle-bottom:after {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ld-circle-bottom:after {
    width: 200vw;
    left: -50.5vw;
  }
}
.ld-circle-inter-top {
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -9;
}
.ld-circle-inter-top:before {
  content: "";
  width: 140vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: -20.5vw;
  border-radius: 0 0 50% 50%;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.ld-circle-inter-bottom {
  width: 100%;
  height: 78%;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (max-width: 1390px) {
  .ld-circle-inter-bottom {
    height: 82%;
  }
}
@media only screen and (max-width: 1200px) {
  .ld-circle-inter-bottom {
    height: 86%;
  }
}
@media only screen and (max-width: 991px) {
  .ld-circle-inter-bottom {
    height: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .ld-circle-inter-bottom {
    height: 83%;
  }
}
@media only screen and (max-width: 567px) {
  .ld-circle-inter-bottom {
    height: 85%;
  }
}
@media only screen and (max-width: 367px) {
  .ld-circle-inter-bottom {
    height: 86%;
  }
}
.ld-circle-inter-bottom:before {
  content: "";
  width: 170vw;
  height: 100%;
  position: absolute;
  top: 32%;
  left: -35.5vw;
  border-radius: 50% 50% 0 0;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1516px) {
  .ld-circle-inter-bottom:before {
    width: 200vw;
    left: -50.5vw;
  }
}
@media only screen and (max-width: 1200px) {
  .ld-circle-inter-bottom:before {
    width: 300vw;
    left: -95.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .ld-circle-inter-bottom:before {
    width: 400vw;
    left: -150.5vw;
  }
}
@media only screen and (max-width: 567px) {
  .ld-circle-inter-bottom:before {
    width: 600vw;
    left: -250.5vw;
  }
}
.ld-title h1 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 42px;
  color: #fff;
  position: relative;
  display: inline-block;
  padding-right: 60px;
  margin-bottom: 0;
}
.ld-title h1:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  background-color: #aaa;
  border-radius: 0 30px 30px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
@media (min-width: 576px) {
  .ld-title h1:before {
    width: calc(100% + ( (100vw - 540px) / 2 ) + 7px);
    left: calc((-100vw + 540px) / 2 - 15px);
  }
}
@media (min-width: 768px) {
  .ld-title h1:before {
    width: calc(100% + ( (100vw - 720px) / 2 ) + 7px);
    left: calc((-100vw + 720px) / 2 - 15px);
  }
}
@media (min-width: 992px) {
  .ld-title h1:before {
    width: calc(100% + ( (100vw - 960px) / 2 ) + 7px);
    left: calc((-100vw + 960px) / 2 - 15px);
  }
}
@media (min-width: 1200px) {
  .ld-title h1:before {
    width: calc(100% + ( (100vw - 1140px) / 2 ) + 7px);
    left: calc((-100vw + 1140px) / 2 - 7px);
  }
}
.ld-title h1:before .container {
  max-width: 1140px;
}
.ld-button {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  color: #fff;
  background-color: #ff5b28;
  padding: 15px 45px;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(255, 91, 38, 0.7);
  transition: 400ms all ease-in-out;
}
.ld-button:hover {
  color: #ff5b28;
  background-color: #fff;
}
.ld-container {
  width: 100%;
  padding-left: 15px;
  margin-left: auto;
}
@media (min-width: 576px) {
  .ld-container {
    max-width: calc(540px + (100% - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .ld-container {
    max-width: calc(720px + (100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .ld-container {
    max-width: calc(960px + (100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .ld-container {
    max-width: calc(1140px + (100% - 1140px) / 2);
  }
}
.ld-container__right {
  padding-left: 0;
  padding-right: 15px;
  margin-right: auto;
  margin-left: 0;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Bold.woff2") format("woff2"), url("../../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Light.woff2") format("woff2"), url("../../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Medium.woff2") format("woff2"), url("../../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Regular.woff2") format("woff2"), url("../../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Thin.woff2") format("woff2"), url("../../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../../fonts/Montserrat-Black.woff2") format("woff2"), url("../../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.ld-about-us-people__container {
  width: 65%;
  position: relative;
  margin: 8rem auto 10rem auto;
  background-image: url("../../images/textura-banner.png");
  background-color: #0067e2;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(0, 103, 226, 0.5);
}
.ld-about-us-people__container:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 200px;
  top: -80px;
  right: -80px;
  background-image: url("../../images/forma-naranja.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .ld-about-us-people__container:before {
    width: 90px;
    height: 100px;
    top: -40px;
    right: -20px;
  }
}
@media only screen and (max-width: 576px) {
  .ld-about-us-people__container:before {
    right: -15px;
  }
}
@media only screen and (max-width: 1200px) {
  .ld-about-us-people__container {
    width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .ld-about-us-people__container {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ld-about-us-people__container {
    margin-top: 0;
  }
  .ld-about-us-people__container .row {
    flex-direction: column-reverse;
  }
}
.ld-about-us-people__image {
  margin-top: -5rem;
}
@media only screen and (max-width: 767px) {
  .ld-about-us-people__image {
    margin-top: 0;
  }
}
.ld-about-us-people__image img {
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.ld-about-us-people__content {
  color: #fff;
  padding: 30px;
}
.ld-about-us-people__content p:last-child {
  margin-bottom: 0;
}
.ld-about-us-products .ld-product-category__image {
  width: 50px;
  height: 50px;
}
.ld-about-us-products .ld-product-category__name strong {
  display: block;
}
.ld-about-us-products #ld-products__categories {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .ld-about-us-products #ld-products__categories {
    margin-bottom: 1rem;
  }
  .ld-about-us-products #ld-products__categories li {
    width: 45%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .ld-about-us-products #ld-products__categories li {
    width: 48%;
  }
}
@media only screen and (max-width: 567px) {
  .ld-about-us-products #ld-products__categories {
    justify-content: center;
  }
  .ld-about-us-products #ld-products__categories li {
    width: 70%;
  }
}
@media only screen and (max-width: 340px) {
  .ld-about-us-products #ld-products__categories li {
    width: 100%;
  }
}
.ld-about-us-products #ld-products__categories .nav-link.active {
  background-color: #0067e2;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 103, 226, 0.5);
}
.ld-about-us-products .ld-products__list {
  padding-left: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ld-about-us-products .ld-products__list li {
    width: 48%;
    display: inline-block;
  }
}
.ld-about-us-products .ld-products__list a {
  font-weight: 500;
  text-decoration: none !important;
  color: #9d9f9e;
  display: inline-block;
  padding: 12px 20px;
  border-radius: 20px;
}
.ld-about-us-products .ld-products__list a:hover {
  color: #fff;
  background-color: #0067e2;
  box-shadow: 0 0 15px rgba(0, 103, 226, 0.5);
}
.ld-about-us-products__container {
  min-height: 300px;
}
.ld-about-us-section img {
  background-color: #eee;
}
.ld-about-us-section__container {
  color: #fff;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .ld-about-us-section__container {
    padding: 10px;
  }
}
.ld-about-us-section__container h2 {
  color: #fff;
}
.ld-about-us-section__content {
  padding: 30px 20px;
}
@media only screen and (max-width: 767px) {
  .ld-about-us-section__content {
    padding: 20px 10px;
  }
}
.ld-about-us-section__content h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #ff5b28;
}
.ld-about-us-section__image {
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.ld-address:first-child {
  margin-bottom: 20px;
}
.ld-address__image {
  background-color: #0a2634;
  border-radius: 10px;
  overflow: hidden;
}
.ld-address__image img {
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.ld-address__content {
  font-size: 14px;
  font-weight: 500;
  line-height: 1rem;
  color: #9f9f9f;
}
.ld-banner-home {
  margin-top: 50px;
}
@media only screen and (max-width: 1100px) {
  .ld-banner-home {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .ld-banner-home {
    margin-top: 100px;
    margin-bottom: 0;
  }
}
.ld-banner-home h1, .ld-banner-home h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem !important;
}
@media only screen and (max-width: 1200px) {
  .ld-banner-home h1, .ld-banner-home h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.ld-banner-home img {
  background-color: #eee;
  border-radius: 0 40rem 40rem 0;
}
.ld-banner-home.ld-background {
  color: #fff;
}
.ld-banner-home.ld-background h2 {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .ld-banner-home .row {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 991px) {
  .ld-banner-home__container {
    text-align: center;
    margin-bottom: 30px;
    margin-left: calc((100% - 720px) / 2);
    padding-left: 15px;
  }
}
@media only screen and (max-width: 567px) {
  .ld-banner-home__container {
    margin-left: 0;
  }
}
.ld-banner-home__content {
  font-size: 1.4rem;
}
@media only screen and (max-width: 991px) {
  .ld-banner-home__content {
    margin-bottom: 30px;
  }
}
.ld-banner-home .carousel-indicators {
  bottom: 5% !important;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .ld-banner-home .carousel-indicators {
    bottom: 1% !important;
  }
}
.ld-banner-home .carousel-indicators li:first-child {
  margin-left: 100px;
}
.ld-banner-inter {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1300px) {
  .ld-banner-inter {
    width: 1250px;
  }
}
.ld-banner-inter h3 {
  font-size: 1.5rem;
}
@media only screen and (max-width: 991px) {
  .ld-banner-inter h3 {
    font-size: 1rem;
  }
}
.ld-banner-inter h3 strong {
  display: block;
  font-size: 3rem;
}
@media only screen and (max-width: 991px) {
  .ld-banner-inter h3 strong {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .ld-banner-inter__container {
    padding: 50px 0 50px 30px;
  }
}
.ld-banner-inter__button {
  margin-top: 40px;
}
.ld-banner-inter__gallery {
  background-color: #eee;
  background-image: url("../../images/textura-banner.png");
  border-radius: 30px;
}
.ld-banner-inter__gallery.ld-background {
  color: #fff;
}
.ld-banner-inter__gallery.ld-background h3 {
  color: #fff;
}
.ld-banner-inter__image {
  margin-top: -13rem;
}
@media only screen and (max-width: 991px) {
  .ld-banner-inter__image {
    margin-top: -9rem;
  }
}
@media only screen and (max-width: 767px) {
  .ld-banner-inter__image {
    margin-top: 0;
  }
}
.ld-banner-inter__image img {
  background-size: contain;
  background-position: bottom;
}
.ld-banner-inter .carousel-item {
  position: relative;
  padding-top: 65px;
}
.ld-banner-inter .carousel-item:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 15px;
  left: 70px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.ld-banner-inter .carousel-item .ld-button {
  color: #ff5b28;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}
.ld-banner-inter .carousel-item .ld-button:hover {
  color: #fff;
  background-color: #ff5b28;
}
.ld-banner-page__container {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .ld-banner-page__container {
    margin-top: 20px;
  }
}
.ld-banner-page__image img {
  margin-top: -60px;
  background-size: auto 100%;
  background-position: left;
}
@media only screen and (max-width: 991px) {
  .ld-banner-page__image img {
    margin-top: 0;
  }
}
.ld-banner-page__content {
  color: #fff;
  max-height: 300px;
  padding-right: 15px;
  overflow-y: auto;
}
@media only screen and (max-width: 991px) {
  .ld-banner-page__content {
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
.ld-banner-page__content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 10px;
}
.ld-banner-page__content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 40px;
}
.ld-banner-page__content::-webkit-scrollbar-track {
  background-color: rgba(10, 39, 53, 0.4);
  border-radius: 10px;
}
.ld-banner-page__content::-webkit-scrollbar-corner {
  background: transparent;
}
.ld-blog-aside {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
.ld-blog-aside h2 {
  font-size: 1rem;
  font-weight: 600;
}
.ld-blog-aside ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.ld-blog-aside li a {
  color: #0d2432;
}
.ld-blog-aside li a:hover {
  color: #0067e2;
}
.ld-blog-aside li .post-date {
  font-size: 12px;
  display: block;
}
.ld-blog-aside li:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f3f2;
  margin-bottom: 15px;
}
.ld-blog-aside .ld-widget:not(:last-child) {
  margin-bottom: 70px;
}
.ld-blog-posts {
  padding-top: 0 !important;
}
.ld-blog-posts .ld-post-card {
  margin-bottom: 30px;
}
.ld-blog-section h2 {
  color: #fff;
  margin-bottom: 40px;
}
.ld-blog-section__content {
  color: #fff;
}
.ld-blog-section .ld-post-card {
  margin: 15px;
}
.ld-blog-section form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .ld-blog-section form input[type=submit] {
    margin-left: -50px;
    position: relative;
  }
}
@media (max-width: 991px) {
  .ld-blog-section form > p:nth-child(3) {
    order: 3;
  }
}
.ld-blog-section form input[type=email] {
  border-radius: 30px !important;
  padding: 13px 2rem 14px 2rem !important;
}
.ld-blog-section form input[type="checkbox"]:before {
  border: 2px solid #ff5b28;
  background-color: #ffffff;
}
.ld-blog-section form input[type="checkbox"]:after {
  color: #ff5b28 !important;
}
.ld-blog-section .form__privacy-policy {
  width: 100%;
  color: #fff;
}
.ld-blog-section .form__privacy-policy a {
  color: #fff;
}
.ld-box {
  width: 27%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  transition: 300ms all ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .ld-box {
    width: 47%;
    margin-left: auto;
    margin-right: auto;
  }
  .ld-box:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .ld-box {
    width: 100%;
  }
}
.ld-box h3 {
  font-size: 1rem;
}
.ld-box h3 strong {
  font-size: 1.6rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .ld-box h3 strong {
    font-size: 1.2rem;
  }
}
.ld-box.ld-background h3 {
  color: #fff;
}
.ld-box:hover {
  width: 36%;
  z-index: 999;
}
@media only screen and (max-width: 1200px) {
  .ld-box:hover {
    width: 56%;
  }
}
@media only screen and (max-width: 767px) {
  .ld-box:hover {
    width: 100%;
  }
}
.ld-box:hover h3 {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .ld-box:hover h3 {
    font-size: 1rem;
  }
}
.ld-box:hover h3 strong {
  font-size: 1.8rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .ld-box:hover h3 strong {
    font-size: 1.2rem;
  }
}
.ld-box:hover .ld-box__button i {
  color: #fff;
  background-color: #ff5b28;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.7);
}
.ld-box:hover .ld-box__button i:before {
  content: "";
}
.ld-box .col-7 {
  padding-left: 0;
}
.ld-box__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.ld-box__image {
  margin-left: -60%;
}
@media only screen and (max-width: 767px) {
  .ld-box__image {
    margin-left: 0;
  }
}
.ld-box__image img {
  background-size: contain;
  background-position: bottom center;
}
.ld-box__content {
  padding-right: 20px;
}
.ld-box__button i {
  font-size: 1.4rem;
  text-decoration: none !important;
  width: 45px;
  height: 45px;
  color: #0a2735;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 30px;
  transition: 400ms all ease-in-out;
}
.ld-carousel .carousel-control-prev, .ld-carousel .carousel-control-next {
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.ld-carousel .carousel-control-prev span, .ld-carousel .carousel-control-next span {
  font-size: 20px;
  color: #000;
}
.ld-carousel .carousel-control-prev {
  left: -60px;
}
.ld-carousel .carousel-control-next {
  right: -60px;
}
.ld-carousel .carousel-indicators {
  bottom: -70px;
}
.ld-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  position: relative;
  transition: 400ms all ease-in-out;
}
.ld-carousel .carousel-indicators li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ff5b28;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: 400ms all ease-in-out;
}
.ld-carousel .carousel-indicators li.active {
  width: 50px;
}
.ld-carousel .carousel-indicators li.active:before {
  width: 50px;
}
.ld-category-card {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  margin: 15px 15px 25px 15px;
  transition: 300ms all ease-in-out;
  overflow: hidden;
}
.ld-category-card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
  .ld-category-card {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  }
}
.ld-category-card__image {
  width: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.ld-category-card__image img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ld-category-card__content {
  padding: 0 35px 25px 35px;
}
.ld-category-card__name {
  font-size: 1rem;
  text-align: center;
  color: #0067e2;
}
.ld-category-card__name strong {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
}
.ld-category-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ld-certifications-section__title {
  margin-bottom: 50px;
}
.ld-certifications-section__container {
  width: 95%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
@media only screen and (min-width: 1300px) {
  .ld-certifications-section__container {
    width: 1250px;
  }
}
.ld-certifications-section__image {
  margin-top: -35%;
}
.ld-certifications-section__image img {
  background-size: contain;
  background-position: top;
}
.ld-certifications-section .ld-slick-carousel {
  padding: 40px 0;
}
.ld-certifications-section .ld-slick-carousel img {
  background-size: 80% auto;
}
.ld-clients-section__title {
  margin-bottom: 50px;
}
.ld-clients-section__container {
  width: 95%;
  background-color: #fff;
  padding: 40px 0;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
@media only screen and (min-width: 1300px) {
  .ld-clients-section__container {
    width: 1250px;
  }
}
.ld-clients-section img {
  background-size: auto 80%;
}
.ld-contact-section__container {
  background-color: #0a2634;
  background-image: url("../../images/textura-banner.png");
  padding: 0 50px;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .ld-contact-section__container {
    padding: 0 0;
  }
}
.ld-contact-section__image {
  margin-top: -150px;
}
.ld-contact-section__image img {
  background-position: bottom center;
  background-size: contain;
}
.ld-contact-section__content {
  padding: 50px 50px 0 50px;
}
@media only screen and (max-width: 567px) {
  .ld-contact-section__content {
    padding: 40px 30px 0 30px;
  }
}
.ld-contact-section form label {
  color: #fff !important;
  margin-bottom: 1rem;
}
.ld-contact-section form input, .ld-contact-section form textarea {
  background-color: transparent;
}
.ld-contact-section form input::placeholder, .ld-contact-section form textarea::placeholder {
  font-weight: 600;
  color: #fff !important;
}
.ld-contact-section form .form__privacy-policy {
  color: #fff !important;
}
.ld-contact-section form .form__privacy-policy a {
  color: #fff !important;
}
.ld-footer-menu li {
  display: inline-block;
}
.ld-footer-menu li:not(:last-child) {
  margin-right: 10px;
}
.ld-footer-menu a {
  font-size: 1rem;
  color: #fff !important;
}
#ld-footer {
  font-size: 14px;
  padding-top: 15px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  #ld-footer {
    text-align: center;
  }
}
#ld-footer h2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #0067e2;
}
#ld-footer ul {
  list-style: none;
  padding-left: 0;
}
#ld-footer ul li {
  margin-bottom: 10px;
}
#ld-footer ul a {
  font-size: 14px;
  color: #333;
}
#ld-footer p {
  margin-bottom: 10px;
}
#ld-footer .ld-footer-image {
  width: 280px;
  height: auto;
  margin: 0 auto -50px auto;
}
@media only screen and (max-width: 767px) {
  #ld-footer .ld-footer-image {
    width: 50%;
  }
}
#ld-footer #ld-footer-1 {
  width: 95%;
  background-color: #fff;
  padding: 90px 0 50px 0;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1300px) {
  #ld-footer #ld-footer-1 {
    width: 1250px;
  }
}
#ld-footer #ld-footer-1 .widget_media_image img {
  width: 70%;
  height: auto;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  #ld-footer #ld-footer-1 .widget_media_image img {
    width: 150px;
    height: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  #ld-footer .ld-widget {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  #ld-footer .ld-footer-social-menu ul {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
#ld-footer .ld-footer-social-menu ul li {
  margin-right: 15px;
}
#ld-footer .ld-footer-social-menu ul a {
  font-size: 1.5rem;
  color: #0067e2;
}
#ld-footer .copyright {
  color: #fff;
  margin-top: 10px;
}
#ld-footer #ld-footer-whatsapp {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000;
}
#ld-footer #ld-footer-whatsapp a {
  background-color: #ffffff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ld-header .row > div {
  position: inherit;
}
#ld-header .ld-sticky-active .ld-search, #ld-header .active .ld-search {
  color: #2c76d9;
}
#ld-header .ld-sticky-active .ld-search.active, #ld-header .active .ld-search.active {
  color: #ffffff;
}
#ld-header .ld-search {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  padding: 0 5px;
}
#ld-header .ld-search > i {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#ld-header .ld-search.active {
  color: #fff;
}
#ld-header .ld-search.active > i {
  background-color: #2c76d9;
}
#ld-header .ld-search.active > .ld-search-container {
  visibility: visible;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #ff5b28;
  opacity: 1;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
#ld-header .ld-search-container {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 0;
  top: 100%;
  right: 0;
  background: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 2px solid transparent;
  margin-bottom: 0;
  transition: 400ms all ease-out;
  opacity: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #ld-header .ld-search-container {
    padding-left: 0;
    padding-right: 0;
  }
}
#ld-header .ld-search-container .input-search {
  position: relative;
}
#ld-header .ld-search-container input:not([type=submit]) {
  width: 100%;
  background-color: #e3e3e3;
  padding: 10px 35px;
  border: 0;
  border-radius: 20px;
  outline: none !important;
}
#ld-header .ld-search-container i {
  position: absolute;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  color: #2c76d9;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 45px;
  cursor: pointer;
}
.ld-info-section {
  margin-top: 40px;
}
.ld-info-section__container {
  position: relative;
}
.ld-info-section__container iframe {
  width: 100%;
}
.ld-info-section__image {
  background-color: #aaa;
}
.ld-info-section__content {
  font-weight: 600;
  width: 45%;
  position: absolute;
  right: -20px;
  bottom: -20px;
  color: #fff;
  background-color: #ff5b28;
  padding: 15px 25px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 567px) {
  .ld-info-section__content {
    width: 80%;
    right: -10px;
    bottom: -40px;
  }
}
.ld-info-section__directions {
  /*.slick-list {
      padding: 200px 0;
      transform: rotate(-90deg)!important;
    }*/
}
@media only screen and (max-width: 991px) {
  .ld-info-section__directions {
    margin-top: 150px;
  }
}
.ld-info-section__directions .ld-slick-carousel .slick-arrow {
  left: 0;
  right: 0;
  color: #fff;
  background-color: #ff5b28;
  box-shadow: 0 0 15px rgba(255, 91, 40, 0.7);
  margin-right: auto;
  margin-left: auto;
  transform: rotate(90deg);
}
.ld-info-section__directions .slick-arrow.slick-prev {
  top: -100px;
}
@media only screen and (max-width: 991px) {
  .ld-info-section__directions .slick-arrow.slick-prev {
    top: -50px;
  }
}
.ld-info-section__directions .slick-arrow.slick-next {
  top: auto;
  bottom: -100px;
}
@media only screen and (max-width: 991px) {
  .ld-info-section__directions .slick-arrow.slick-next {
    bottom: -50px;
  }
}
.ld-know-more-section__container {
  width: 95%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1300px) {
  .ld-know-more-section__container {
    width: 1250px;
  }
}
@media only screen and (max-width: 1200px) {
  .ld-know-more-section__container {
    display: block;
  }
}
.ld-newsletter .input-group {
  justify-content: center;
  align-items: flex-start;
}
.ld-newsletter .wpcf7-form-control-wrap {
  width: 60%;
  margin-bottom: 0;
}
.ld-newsletter .wpcf7-form-control-wrap input {
  height: 50px;
  padding: 5px 20px;
  border-radius: 30px;
  border: 1px solid;
}
@media only screen and (max-width: 480px) {
  .ld-newsletter .wpcf7-form-control-wrap {
    width: 70%;
  }
}
.ld-newsletter .wpcf7-submit {
  font-size: 1rem;
  width: calc(40% + 50px);
  height: 50px;
  background-color: #ff5b28;
  box-shadow: 0 0 15px rgba(255, 91, 38, 0.7);
  padding: 0 20px;
  border-radius: 30px;
  border: 0;
  margin-left: -50px;
  z-index: 999;
}
@media only screen and (max-width: 480px) {
  .ld-newsletter .wpcf7-submit {
    font-size: 14px;
    width: calc(30% + 50px);
  }
}
.ld-page .ld-title {
  margin: 100px 0;
}
@media only screen and (max-width: 1200px) {
  .ld-page .ld-title {
    margin: 80px 0 50px 0;
  }
}
.ld-page .ld-banner-page .ld-title {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .ld-page .ld-banner-page .ld-title {
    margin-bottom: 50px;
  }
}
.ld-page .ld-content {
  background-color: #fff;
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.ld-page .ld-content h2 {
  font-size: 1.6rem;
}
.ld-page .ld-content h3 {
  font-size: 1.4rem;
}
.ld-post-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.ld-post-card h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #0067e2;
}
.ld-post-card img {
  background-color: #eee;
}
.ld-post-card__img {
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}
.ld-post-card__cover {
  margin-bottom: 15px;
}
.ld-post-card__content {
  padding: 20px;
}
.ld-post-card .ld-post-categories a {
  font-size: 12px;
  padding: 10px 0;
}
.ld-post-card__description {
  font-size: 14px;
}
.ld-post-card__button {
  text-align: right;
}
.ld-post-card__button a {
  font-size: 14px;
  color: #0a2735;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  position: relative;
  background-color: #f6f6f6;
  padding: 10px 20px;
  border-radius: 30px;
  overflow: hidden;
}
.ld-post-card__button a:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  background-color: #ff5b28;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 30px;
  transition: 400ms all ease-in-out;
  z-index: 1;
}
.ld-post-card__button a:hover:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.ld-post-card__button a:hover span {
  color: #fff;
  font-weight: 600;
}
.ld-post-card__button span {
  z-index: 9;
}
.ld-post-card__button i {
  font-size: 1.4rem;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff5b28;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(255, 91, 38, 0.7);
  margin-left: 10px;
  z-index: 9;
}
.ld-post-categories {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.ld-post-categories a {
  font-size: 14px;
}
.ld-post-date {
  font-size: 12px;
  text-transform: capitalize;
}
.ld-product-card {
  background-color: #fff;
  border-radius: 30px 30px 20px 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin: 15px 15px 45px 15px;
}
.ld-product-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.ld-product-card__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ld-product-card__content {
  padding: 25px 35px;
}
.ld-product-card__name {
  font-size: 1.1rem;
  font-weight: bold;
  color: #0067e0;
}
.ld-product-card__description {
  font-size: 14px;
}
.ld-product-card__price {
  text-align: center;
}
.ld-product-card__price > span:first-child {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  padding-right: 15px;
  margin-right: 10px;
}
.ld-product-card__price > span:first-child:before {
  content: "";
  width: 1px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #0a2735;
  margin-top: auto;
  margin-bottom: auto;
}
.ld-product-card__price > span:last-child {
  font-size: 12px;
}
.ld-product-card__button {
  text-align: center;
  position: relative;
  width: 100%;
  height: 20px;
  transition: 400ms all ease-in-out;
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .ld-product-card__button {
    opacity: 1;
  }
}
.ld-product-card__button a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  width: 100%;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
.ld-product-card:hover .ld-product-card__button {
  opacity: 1;
}
.ld-product__image {
  border-radius: 20px;
  overflow: hidden;
}
body > div .ld-section {
  padding: 40px 0;
}
body > div .ld-section h2 {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991px) {
  body > div .ld-section h2 {
    margin-bottom: 2rem;
  }
}
.ld-service:not(:last-child) {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .ld-service:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .ld-service__title {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .ld-service .col-6 {
    margin-left: auto;
    margin-right: auto;
  }
}
.ld-service__image {
  margin-left: -50px;
}
@media only screen and (max-width: 991px) {
  .ld-service__image {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .ld-service__image {
    margin-bottom: 30px;
  }
}
.ld-service__image img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.ld-service__description {
  max-height: 400px;
  padding-right: 40px;
  overflow-y: auto;
}
.ld-service__description::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 10px;
}
.ld-service__description::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
}
.ld-service__description::-webkit-scrollbar-track {
  background-color: rgba(10, 39, 53, 0.4);
  border-radius: 10px;
}
.ld-service__description::-webkit-scrollbar-corner {
  background: transparent;
}
.ld-service__text {
  padding-top: 30px;
  border-top: 2px solid #e3e3e3;
}
@media only screen and (max-width: 991px) {
  .ld-service__text {
    margin-top: 30px;
  }
}
.ld-service__text ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}
.ld-service__text li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.ld-service__text li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #0067e2;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 103, 226, 0.6);
}
.ld-service__text li:not(:first-child) {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .ld-service__text li:not(:first-child) {
    width: 100%;
  }
}
.ld-service__image-right .ld-service__image {
  margin-right: -70px;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .ld-service__image-right .ld-service__image {
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.ld-service__image-right .ld-service__button {
  margin-top: 30px;
}
.ld-service .ld-whatsapp {
  margin-left: 15px;
  width: 60px;
  height: auto;
}
.ld-service .ld-whatsapp img {
  background-size: contain;
}
.ld-share button {
  font-size: 2rem;
  color: #606060;
  background-color: transparent;
  border: 0;
}
.ld-slick-carousel .slick-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.ld-slick-carousel .slick-dots li button {
  transition: 400ms all ease-in-out;
}
.ld-slick-carousel .slick-dots li button:before {
  background-color: #ff5b28;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: 400ms all ease-in-out;
}
.ld-slick-carousel .slick-dots li.slick-active button {
  width: 50px;
}
.ld-slick-carousel .slick-dots li.slick-active button:before {
  width: 50px;
}
.ld-slick-carousel__light .slick-dots li button:before {
  background-color: #fff;
}
.ld-testimonials-section {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ld-testimonials-section .ld-caption {
  padding: 20px 0;
}
.ld-testimonials-section .carousel-indicators {
  bottom: 15%;
}
@media only screen and (max-width: 480px) {
  .ld-testimonials-section .carousel-indicators {
    bottom: 5%;
  }
}
.ld-testimonials-section .carousel-control-prev {
  left: 10px;
}
@media (min-width: 768px) {
  .ld-testimonials-section .carousel-control-prev {
    left: 20px;
  }
}
@media (min-width: 992px) {
  .ld-testimonials-section .carousel-control-prev {
    left: calc(100px + (100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .ld-testimonials-section .carousel-control-prev {
    left: calc(180px + (100% - 1140px) / 2);
  }
}
@media only screen and (max-width: 480px) {
  .ld-testimonials-section .carousel-control-prev {
    display: none;
  }
}
.ld-testimonials-section .carousel-control-next {
  right: 10px;
}
@media (min-width: 768px) {
  .ld-testimonials-section .carousel-control-next {
    right: 20px;
  }
}
@media (min-width: 992px) {
  .ld-testimonials-section .carousel-control-next {
    right: calc(100px + (100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .ld-testimonials-section .carousel-control-next {
    right: calc(180px + (100% - 1140px) / 2);
  }
}
@media only screen and (max-width: 480px) {
  .ld-testimonials-section .carousel-control-next {
    display: none;
  }
}
.ld-testimony {
  width: 600px;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 15% 10%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .ld-testimony {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (max-width: 567px) {
  .ld-testimony {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .ld-testimony {
    width: 95vw;
    height: 95vw;
  }
}
.ld-testimony__image {
  background-color: #eee;
  border-radius: 50%;
  overflow: hidden;
}
.ld-testimony__name {
  font-weight: bold;
  text-transform: uppercase;
  color: #0067e0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .ld-testimony__name {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 480px) {
  .ld-testimony__name {
    font-size: 1rem;
  }
}
.ld-testimony__position {
  font-size: 1.4rem;
  font-weight: 500;
  color: #0a2735;
}
@media only screen and (max-width: 767px) {
  .ld-testimony__position {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .ld-testimony__position {
    font-size: 14px;
  }
}
.ld-testimony__content {
  font-size: 14px;
  max-height: 180px;
  padding-right: 10px;
  margin-top: 20px;
  overflow-y: auto;
}
.ld-testimony__content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 10px;
}
.ld-testimony__content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
}
.ld-testimony__content::-webkit-scrollbar-track {
  background-color: rgba(10, 39, 53, 0.4);
  border-radius: 10px;
}
.ld-testimony__content::-webkit-scrollbar-corner {
  background: transparent;
}
@media only screen and (max-width: 480px) {
  .ld-testimony__content {
    font-size: 12px;
    max-height: 100px;
    margin-bottom: 15px;
  }
}
.ld-testimony__review {
  color: #ff5b28;
  font-size: 14px;
}
.ld-testimony__review i:not(:last-child) {
  margin-right: 10px;
}
body.error404#ld-page-body .ld-circle-top {
  background-color: #0a2735;
}
#ld-tpl-404 .ld-main-content {
  color: #fff;
  padding: 200px 0;
}
#ld-tpl-404 .ld-section-title {
  font-size: 10rem;
  font-weight: 900;
  color: #fff;
}
#ld-tpl-about-us .ld-circle-inter-top {
  height: 55%;
}
@media only screen and (max-width: 991px) {
  #ld-tpl-about-us .ld-circle-inter-top {
    height: 45%;
  }
}
@media only screen and (max-width: 767px) {
  #ld-tpl-about-us .ld-circle-inter-top {
    height: 43%;
  }
}
@media only screen and (max-width: 567px) {
  #ld-tpl-about-us .ld-circle-inter-top {
    height: 48%;
  }
}
#ld-tpl-blog .ld-single-post {
  background-color: #fff;
  padding-top: 0;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
  overflow: hidden;
}
#ld-tpl-blog .ld-single-post__content {
  padding: 50px;
}
#ld-tpl-blog .ld-single-post__content h2 {
  font-size: 1.5rem;
  margin: 2rem 0;
}
#ld-tpl-blog .ld-single-post__content h3 {
  font-size: 1.2rem;
  margin: 2rem 0;
}
#ld-tpl-blog .ld-single-post__content h4, #ld-tpl-blog .ld-single-post__content h5, #ld-tpl-blog .ld-single-post__content h6 {
  font-size: 1rem;
  margin: 1.5rem 0;
}
#ld-tpl-blog .ld-single-post__content ul {
  list-style: none;
  padding-left: 0;
}
#ld-tpl-blog .ld-single-post__content li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
#ld-tpl-blog .ld-single-post__content li:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #0067e2;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 103, 226, 0.6);
}
#ld-tpl-blog .ld-single-post__content a {
  font-weight: 600;
}
#ld-tpl-blog .ld-single-post__content a:hover {
  color: #ff5b28;
}
#ld-tpl-blog .ld-single-post .ld-post-footer {
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #f1f3f2;
  margin: 0 50px;
}
#ld-tpl-blog .ld-single-post .ld-post-footer span {
  padding: 10px;
}
#ld-tpl-blog .ld-single-post .ld-post-footer ul {
  list-style: none;
  padding: 10px;
  border-left: 1px solid #f1f3f2;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #ld-tpl-blog .ld-single-post .ld-post-footer ul {
    width: 100%;
    border-left: 0;
    border-top: 1px solid #f1f3f2;
  }
}
#ld-tpl-blog .ld-single-post .ld-post-footer li {
  display: inline-block;
}
body.home#ld-page-body .ld-circle-top {
  height: 40rem;
}
@media only screen and (max-width: 1200px) {
  body.home#ld-page-body .ld-circle-top {
    height: 35rem;
  }
}
body.home#ld-page-body .ld-circle-top:before {
  width: 90vw;
  height: 90vw;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1467px) {
  body.home#ld-page-body .ld-circle-top:before {
    width: 100vw;
    height: 100vw;
    left: -0.5vw;
  }
}
@media only screen and (max-width: 1200px) {
  body.home#ld-page-body .ld-circle-top:before {
    width: 120vw;
    height: 120vw;
    left: -10vw;
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  body.home#ld-page-body .ld-circle-top:before {
    height: 100%;
  }
}
body.home#ld-page-body .ld-circle-top:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/textura-vsya.png");
  opacity: 0.03;
}
body.home#ld-page-body .ld-circle-bottom {
  height: 1600px;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 1400px) {
  body.home#ld-page-body .ld-circle-bottom {
    height: 28%;
  }
}
@media only screen and (max-width: 1200px) {
  body.home#ld-page-body .ld-circle-bottom {
    height: 26%;
  }
}
@media only screen and (max-width: 991px) {
  body.home#ld-page-body .ld-circle-bottom {
    height: 32%;
  }
}
@media only screen and (max-width: 767px) {
  body.home#ld-page-body .ld-circle-bottom {
    height: 31%;
  }
}
@media only screen and (max-width: 567px) {
  body.home#ld-page-body .ld-circle-bottom {
    height: 34%;
  }
}
@media only screen and (max-width: 1200px) {
  body.home#ld-page-body .ld-circle-bottom:before {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  body.home#ld-page-body .ld-circle-bottom:before {
    width: 250vw;
    left: -75.5vw;
  }
}
@media only screen and (max-width: 1200px) {
  body.home#ld-page-body .ld-circle-bottom:after {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  body.home#ld-page-body .ld-circle-bottom:after {
    width: 250vw;
    left: -75.5vw;
  }
}
body.home#ld-page-body .ld-circle-inter-top {
  height: 38%;
}
@media only screen and (max-width: 1200px) {
  body.home#ld-page-body .ld-circle-inter-top {
    height: 30%;
  }
}
body.home#ld-page-body .ld-circle-inter-bottom:before {
  width: 220vw;
  left: -60.5vw;
}
.ld-button-whatsapp {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000;
}
.ld-button-whatsapp a {
  color: #ffffff;
  background-color: #10C043;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ld-tpl-search .ld-title {
  margin-bottom: 0;
}
#ld-tpl-search .title-result h2 {
  font-size: 1.5rem;
  color: #fff;
}
#ld-tpl-search .ld-post-card {
  margin-bottom: 30px;
}
.widget_search #s, .form-search #s {
  background-color: #fff;
  padding: 7px 40px 7px 25px;
  border-radius: 20px;
  border: 2px solid #0a2735;
}
.widget_search #s:hover, .form-search #s:hover {
  border: 1px solid #0067e2;
}
.widget_search #s::placeholder, .form-search #s::placeholder {
  font-size: 14px;
  font-weight: bold;
}
.widget_search .form-control:focus, .form-search .form-control:focus {
  box-shadow: 0 0 0 2px #0067e2;
}
.widget_search .input-group-append .input-group-text .ld-search-submit i:hover, .widget_search .input-group-append .ld-search-submit .ld-search-submit i:hover, .form-search .input-group-append .input-group-text .ld-search-submit i:hover, .form-search .input-group-append .ld-search-submit .ld-search-submit i:hover {
  color: #0067e2;
}
#ld-tpl-services {
  overflow: hidden;
}
#ld-tpl-services .ld-services-section__menu {
  margin-bottom: 100px;
}
#ld-tpl-services .ld-services-section__menu-container {
  display: inline-flex;
  align-items: center;
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 991px) {
  #ld-tpl-services .ld-services-section__menu-container {
    display: block;
  }
}
@media only screen and (max-width: 567px) {
  #ld-tpl-services .ld-services-section__menu-container {
    padding: 30px 15px;
  }
}
#ld-tpl-services .ld-services-section__menu-container a {
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none !important;
  color: #0a2735;
  display: flex;
  align-items: center;
  padding: 15px 25px;
  border-radius: 20px;
  transition: 300ms all ease-in-out;
}
#ld-tpl-services .ld-services-section__menu-container a img {
  width: 30px;
  height: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
#ld-tpl-services .ld-services-section__menu-container a img.ld-img-light {
  display: none;
}
#ld-tpl-services .ld-services-section__menu-container a:not(:last-child) {
  margin-right: 10px;
}
#ld-tpl-services .ld-services-section__menu-container a:hover {
  color: #fff;
  background-color: #ff5b28;
  box-shadow: 0 0 15px rgba(255, 91, 38, 0.7);
}
#ld-tpl-services .ld-services-section__menu-container a:hover img:not(.ld-img-light) {
  display: none;
}
#ld-tpl-services .ld-services-section__menu-container a:hover img.ld-img-light {
  display: block;
}
.ld-we-are {
  position: relative;
}
.ld-we-are:before {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../images/isotipo-azul.svg");
  background-position: 120% center;
  background-repeat: no-repeat;
  z-index: -1;
}
.ld-we-are:after {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../images/isotipo-naranja.svg");
  background-position: -20% center;
  background-repeat: no-repeat;
  z-index: -1;
}
.ld-we-are__container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .ld-we-are__container {
    width: 100%;
  }
}
.ld-we-are iframe {
  width: 100%;
  height: 450px;
}
@media only screen and (max-width: 991px) {
  .ld-we-are iframe {
    height: 340px;
  }
}
@media only screen and (max-width: 567px) {
  .ld-we-are iframe {
    height: 260px;
  }
}
.ld-work-us-section h2 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 567px) {
  .ld-work-us-section h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .ld-work-us-section .col-9 {
    margin-left: auto;
    margin-right: auto;
  }
}
.ld-work-us-section__image img {
  background-size: contain;
  background-position: center;
}
.ld-work-us-section__form {
  background-color: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media only screen and (max-width: 567px) {
  .ld-work-us-section__form {
    padding: 40px 30px;
  }
}
.ld-logo {
  width: auto;
  height: 60px;
}
.ld-menu-desktop {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.ld-menu-desktop ul.menu li {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}
.ld-menu-desktop ul.menu li.menu-item-has-children {
  position: relative;
}
.ld-menu-desktop ul.menu li.menu-item-has-children > a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: 20px;
  bottom: 34px;
}
.ld-menu-desktop ul.menu li.ld-icon > a {
  padding-left: 5px;
  padding-right: 5px;
}
.ld-menu-desktop ul.menu li.pll-parent-menu-item > a {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
.ld-menu-desktop ul.menu li.pll-parent-menu-item > a:after {
  right: 10px;
}
.ld-menu-desktop ul.menu > li:not(.pll-parent-menu-item).current-menu-item > a:before {
  background-color: #ff5b28;
}
.ld-menu-desktop ul.menu > li:not(.pll-parent-menu-item) > a {
  position: relative;
  text-decoration: none !important;
}
.ld-menu-desktop ul.menu > li:not(.pll-parent-menu-item) > a:before {
  content: "";
  width: 80%;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  background-color: transparent;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
}
.ld-menu-desktop ul.menu ul {
  text-align: left;
  position: absolute;
  height: 0;
  left: 0;
  top: calc(100% + 33px);
  display: inherit;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}
.ld-menu-desktop ul.menu ul li:not(:last-child) {
  margin-bottom: 10px;
}
.ld-menu-desktop ul.menu ul li.lang-item a {
  padding: inherit;
}
.ld-menu-desktop ul.menu ul a {
  color: #2c76d9;
  padding: 12px 20px;
}
.ld-menu-desktop ul.menu li:hover > ul {
  height: auto;
  padding: 15px;
  border-top: 2px solid #ff5b28;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
.ld-menu-desktop ul.menu a {
  padding: 36px 40px;
}
@media only screen and (max-width: 1200px) {
  .ld-menu-desktop ul.menu a {
    padding: 36px 20px;
  }
}
.ld-menu-desktop ul li a {
  font-weight: 600;
}
.ld-mobile-menu-container.active {
  height: 90vh;
  background-color: #fff;
}
.ld-mobile-menu-container .menu {
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .ld-mobile-menu-container .menu {
    padding-top: 20px;
  }
}
.ld-mobile-menu-container .menu ul {
  padding-left: 15px;
}
.ld-mobile-menu-container .menu ul a {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .ld-mobile-menu-container .menu {
    flex-wrap: wrap;
    justify-content: left;
  }
  .ld-mobile-menu-container .menu > li {
    margin-bottom: 15px;
  }
  .ld-mobile-menu-container .menu > li:not(.ld-icon) {
    width: 100%;
  }
  .ld-mobile-menu-container .menu > li.ld-icon {
    margin-right: 10px;
  }
}
.ld-mobile-menu-container a {
  display: block;
}
.ld-mobile-menu-container li.menu-item-has-children > a {
  padding-bottom: 15px;
  border-bottom: 2px solid #ff5b28;
  margin-bottom: 15px;
}
.ld-menu-mobile-layout {
  background-color: transparent;
}
.ld-menu-mobile-layout.ld-sticky-active, .ld-menu-mobile-layout.active {
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.ld-menu-mobile-layout.ld-sticky-active a, .ld-menu-mobile-layout.active a {
  font-weight: 600;
  color: #2c76d9;
}
.ld-menu-mobile-layout.ld-sticky-active .ld-mobile-menu-button, .ld-menu-mobile-layout.active .ld-mobile-menu-button {
  color: #2c76d9;
}
.ld-mobile-menu .ld-section-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.ld-user-button {
  text-decoration: none !important;
  color: #fff;
}
.ld-mobile-search-button {
  color: #fff;
  background-color: transparent;
  border: 0;
  margin-left: 10px;
}
.ld-mobile-menu-button {
  margin-left: 10px;
}
form .wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 20px;
}
form label {
  color: #606060;
}
form input:not([type=submit]):not([type=checkbox]) {
  font-size: 1rem;
  width: 100%;
  padding: 15px 0;
  border: 0;
  border-bottom: 2px solid rgba(227, 228, 230, 0.25);
  border-radius: 0;
}
form input:not([type=submit]):not([type=checkbox])::placeholder {
  font-size: 1rem;
  color: #606060;
}
form textarea {
  height: 100px !important;
  border-radius: 15px !important;
  border: 2px solid rgba(227, 228, 230, 0.25);
  margin-top: 1rem;
}
form input[type=submit] {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
  display: block;
  align-items: center;
  color: #fff;
  background-color: #ff5b28;
  padding: 12px 40px;
  border-radius: 30px;
  border: 0;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px rgba(255, 91, 38, 0.7);
  transition: 400ms all ease-in-out;
}
form input[type=submit]:hover {
  color: #ff5b28;
  background-color: #fff;
}
form input[type="checkbox"] {
  top: 2px;
  left: 2px;
}
form input[type="checkbox"]:before {
  top: -2px;
  left: -2px;
  border: 2px solid rgba(227, 228, 230, 0.25);
  background-color: #0a2634;
  border-radius: 5px;
}
form input[type="checkbox"]:after {
  top: -20px !important;
  left: 0 !important;
  color: #ffffff !important;
}
form .form__privacy-policy {
  font-size: 13px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}
form .form__privacy-policy a {
  color: #606060;
  font-weight: 500;
}
form .form__privacy-policy a:hover {
  color: #ff5b28;
}
form .form__privacy-policy .idt-form-cf7__checkbox-content {
  margin-left: 20px;
}
form .form__privacy-policy .wpcf7-list-item-label::before {
  border-color: #0067e0;
}
form .form__privacy-policy input:hover ~ .wpcf7-list-item-label::before {
  -webkit-box-shadow: 0 0 7px #0067e0;
  -moz-box-shadow: 0 0 7px #0067e0;
  box-shadow: 0 0 7px #0067e0;
}
