.sharethis {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
.sharethis-item {
  display: inline-block;
}
.sharethis-item:not(:last-child) {
  margin-right: 1rem;
}
.sharethis-button {
  font-size: 1.5rem;
  cursor: pointer;
}
.sharethis-button[data-network=facebook] {
  color: #4267b2;
}
.sharethis-button[data-network=twitter] {
  color: #55acee;
}
.sharethis-button[data-network=whatsapp] {
  color: #25d366;
}
.sharethis-button[data-network=linkedin] {
  color: #0077b5;
}

.partners {
  padding-top: 75px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .partners {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.partners h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 800;
  color: #fff;
}
@media (min-width: 1200px) {
  .partners h2 {
    font-size: 2.25rem;
  }
}
.partners .swiper-slide {
  height: auto;
}
.partners-box {
  padding: 40px 48px;
  border-radius: 0 0 20px 20px;
  text-align: center;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.service {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("./../../../images/background_.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  section.service {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
section.service .service-background {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
section.service h1 {
  font-size: calc(1.275rem + 0.3vw);
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  section.service h1 {
    font-size: 1.5rem;
  }
}
section.service h2 {
  font-size: calc(1.45rem + 2.4vw);
  margin-bottom: 24px;
  font-weight: 800;
}
@media (min-width: 1200px) {
  section.service h2 {
    font-size: 3.25rem;
  }
}
section.service p {
  font-size: 18px;
}
@media (max-width: 767.98px) {
  section.service p {
    font-size: 16px;
  }
}
section.icons {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 767.98px) {
  section.icons {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
section.icons .icons-box {
  height: 100%;
  background: #1c004a;
  padding: 2.25rem 2rem 3.25rem 2rem;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
section.icons .icons-box:hover {
  background: #390099;
}
section.icons .icons-box-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.25rem;
}
@media (max-width: 767.98px) {
  section.icons .icons-box-title {
    margin-bottom: 3rem;
  }
}
section.icons .icons-box-title h2 {
  font-size: calc(1.275rem + 0.3vw);
  font-weight: 700;
}
@media (min-width: 1200px) {
  section.icons .icons-box-title h2 {
    font-size: 1.5rem;
  }
}
section.icons .icons-box-title img {
  filter: brightness(0) invert(1);
}
section.icons .icons-box-title svg {
  font-size: 4.125rem;
}
section.icons .icons-box .gradient {
  height: 27px;
  width: 100%;
}
section.expirence {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("./../../../images/background_2.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  section.expirence {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
section.expirence h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 800;
}
@media (min-width: 1200px) {
  section.expirence h2 {
    font-size: 2.25rem;
  }
}
section.expirence .col-md-3 {
  margin-bottom: 24px;
}
section.expirence .col-md-3 img {
  border-radius: 10rem 20px 20px 20px;
  filter: grayscale(1);
  transition: all 1s;
}
section.expirence .col-md-3 img:hover {
  border-radius: 0 0 20px 20px;
  filter: grayscale(0);
}
@media (min-width: 768px) {
  section.expirence .swiper-gallery {
    display: none;
  }
}
section.expirence .swiper-gallery .swiper-slide {
  text-align: center;
}
@media (max-width: 767.98px) {
  section.expirence .galery-desk {
    display: none;
  }
}
section.testemony {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
}
@media (max-width: 767.98px) {
  section.testemony {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
section.testemony .testemony-background {
  position: absolute;
  top: 100px;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
section.testemony .col-md-3 {
  display: flex;
  align-items: center;
}
section.testemony .col-md-3 h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 800;
}
@media (min-width: 1200px) {
  section.testemony .col-md-3 h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  section.testemony .col-md-3 h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 2rem;
  }
}
section.testemony .testemony-box {
  width: 33.33333333%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  section.testemony .testemony-box {
    display: none;
  }
}
section.testemony .testemony-box-item {
  background: #ffffff;
  border-radius: 10rem 0 10rem 10rem;
  padding: 40px 50px;
  transition: all 0.3s;
  height: 100%;
  color: #4b4b4b;
}
section.testemony .testemony-box-item p {
  margin-bottom: 30px;
}
section.testemony .testemony-box.active {
  width: 41.66666667%;
}
section.testemony .testemony-box.active .testemony-box-item {
  background: #390099;
  color: #fff;
}
@media (min-width: 768px) {
  section.testemony .swiper-testemony {
    display: none;
  }
}
section.testemony .swiper-testemony .testemony-box-item {
  background: #390099;
  border-radius: 10rem 0 10rem 10rem;
  padding: 45px;
  transition: all 0.3s;
  color: #fff;
  width: 100%;
}
section.testemony .swiper-testemony .testemony-box-item p {
  margin-bottom: 30px;
}
section.video {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 767.98px) {
  section.video {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
section.video .video-thumb {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
section.video .video-thumb:hover svg {
  fill: #1c004a;
}
section.video .video-thumb img {
  border-radius: 0 0 20px 20px;
}
section.video .video-thumb svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: #fff;
  font-size: 58px;
}
section.video h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 800;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  section.video h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 767.98px) {
  section.video h2 {
    margin-top: 32px;
  }
}
section.allservice {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 767.98px) {
  section.allservice {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
section.allservice h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 800;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 1200px) {
  section.allservice h2 {
    font-size: 2.25rem;
  }
}
section.allservice .box {
  background: #181919;
  padding: 24px 24px 34px;
  border-radius: 0 0 20px 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
section.allservice .box:hover {
  background: #390099;
}
section.allservice .box.budget img {
  margin: 30px auto 20px;
}
section.allservice .box-title {
  font-weight: 700;
  color: #fff;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  section.allservice .box-title {
    font-size: 1.5rem;
  }
}
section.allservice .box svg {
  font-size: 42px;
  display: block;
  margin-bottom: 1rem;
}
section.allservice .box img {
  max-width: 42px;
  display: block;
  margin-bottom: 100px;
}
section.allservice .box .gradient {
  background: linear-gradient(90deg, #ffc600 0%, #ff0000 31%, #ff00a2 62%, #a8cee5 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 9px;
  width: 100%;
}
section.forms {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-image: url("./../../../images/background_.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  section.forms {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
section.forms .container {
  position: relative;
}
section.forms .container .forms-img {
  z-index: 10;
  position: absolute;
}
@media (max-width: 767.98px) {
  section.forms .container .forms-img {
    display: none;
  }
}
section.forms .container .forms-details {
  margin: 100px 0 0 auto;
  width: 70%;
  background: #390099;
  z-index: 9;
  padding: 45px 8.3% 70px 27%;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  section.forms .container .forms-details {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  section.forms .container .forms-details {
    width: 100%;
    padding: 45px;
    margin-top: 0;
    z-index: auto;
  }
}
section.forms .container .forms-details h2 {
  font-size: calc(1.35rem + 1.2vw);
  font-weight: 800;
}
@media (min-width: 1200px) {
  section.forms .container .forms-details h2 {
    font-size: 2.25rem;
  }
}
section.forms .container .forms-details .gradient {
  background: linear-gradient(90deg, #ffc600 0%, #ff0000 31%, #ff00a2 62%, #a8cee5 100%);
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  height: 15px;
  width: 70%;
  border-radius: 0 0 1rem 1rem;
}
@media (max-width: 767.98px) {
  section.forms .container .forms-details .gradient {
    width: 100%;
  }
}
section.forms .container .forms-details a {
  color: #fff;
}
