/* start global settings */
html {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  color: rgba(50, 58, 98, 0.6);
  outline-style: none;
}

a:hover {
  text-decoration: none;
  outline-style: none;
  color: #707070;
  padding-left: 1px;
  transition: all ease-in-out 0.2s;
}

p {
  color: #323a62;
  line-height: 28px;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: "San Francisco Pro Display Light", sans-serif;
  font-weight: 300;
  color: rgb(50, 58, 98);
  font-size: 18px;
}

* {
  margin: 0;
  padding: 0;
}

.footer {
  flex: 0 0 auto;
}

.container {
  max-width: 1740px;
  width: 100%;
  margin: 0 auto;
  padding: 80px;
}

.container-fluid {
  max-width: 100%;
  margin: 0 auto;
}

.row {
  padding-left: 20px;
}

/* end global settings */
/* start fonts*/
/* start fonts San Francisco Pro Display  */
@font-face {
  font-family: "San Francisco Pro Display Light";
  src: url("../fonts/SFProDisplay-Light.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "San Francisco Pro Display Light Italic";
  src: url("../fonts/SFProDisplay-LightItalic.woff2") format("woff2"),
    url("../fonts/SFProDisplay-LightItalic.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "San Francisco Pro Display Regular";
  src: url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "San Francisco Pro Display Medium";
  src: url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "San Francisco Pro Display Bold";
  src: url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Bold.woff") format("woff");
  font-display: swap;
}

/* end fonts San Francisco Pro Display  */
/* start fonts Montserrat  */
@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-display: swap;
}

/* end fonts Montserrat  */
/* end fonts*/

/* start header */

.header__inner {
  min-height: 1080px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: rgba(0, 0, 0, 0.6);
  background-blend-mode: color;
}

.header__lang-country {
  margin: 0px 23px;
  color: #fff;
}

.header__inner-item {
  margin-top: 218px;
  margin-bottom: 218px;
}

.header__inner-logo {
  position: relative;
  background-color: #0461ff;
  max-width: 743px;
  height: 442px;
}

.header__inner-logo img {
  width: 440px;
  height: 122px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px 30px;
}

.header__inner-description {
  background-color: rgba(0, 0, 0, 0.3);
  max-width: 1014px;
  height: 442px;
  padding-left: 30px;
}

.header__inner-box {
  max-width: 740px;
}

.header__inner-title {
  color: #fff;
  font-size: 43px;
  padding-top: 67px;
  margin-bottom: 30px;
}

.header__inner-text {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}

.header__button-pdf,
.header__button-demo {
  border: 1px solid #707070;
  color: #fff;
  font-family: "Montserrat Medium", sans-serif;
  font-size: 13px;
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 0%;
  margin-right: 30px;
  position: relative;
}

.btn-corner-pdf::before,
.btn-corner-pdf::after,
.header__button-pdf::after,
.header__button-pdf::before,
.header__button-demo::before,
.header__button-demo::after,
.btn-corner-demo::before,
.btn-corner-demo::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
}

.header__button-pdf::before,
.header__button-demo::before {
  background-image: url(../images/icons/corner-down-left.png);
  bottom: 0;
  left: 0;
}

.header__button-pdf::after,
.header__button-demo::after {
  background-image: url(../images/icons/corner-down-right.png);
  bottom: 0;
  right: 0;
}

.btn-corner-pdf::before,
.btn-corner-demo::before {
  top: 0;
  left: 0;
  background-image: url(../images/icons/corner-up-left.png);
}

.btn-corner-pdf::after,
.btn-corner-demo::after {
  top: 0;
  right: 0;
  background-image: url(../images/icons/corner-up-right.png);
}

.header__social-licens {
  color: #ffffff;
  font-family: "Montserrat Regular", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 62px;
}

.header__social-icons {
  margin-right: 60px;
}

.header__social-icons a + a {
  margin-left: 28px;
}

/* end header */

/* start menu */
.menu__inner {
  position: relative;
  background-color: #fff;
  z-index: 150;
}

.about__bg {
  background-color: #fafafa;
  min-height: 1080px;
}

.menu__inner-bga {
  position: absolute;
  min-height: 1140px;
  width: 855px;
  background-color: rgba(0, 0, 0, 0.016);
  bottom: 0;
  z-index: 0;
  top: 0;
}

.point__bg-left {
  position: absolute;
  bottom: 5%;
  left: 0;
}

.point__bg {
  position: absolute;
  bottom: 5%;
  right: 0;
}

.menu__inner-top {
  margin-bottom: 50px;
  margin-right: 60px;
}

.menu__inner-top a {
  z-index: 360;
}

.menu__logo-icon {
  margin-left: 60px;
  z-index: 190;
}

.menu__close-icon {
  width: 24px;
  height: 24px;
}

.menu__lang-country {
  color: #323a62;
  margin: 0px 23px;
}

.menu__lang-arrow {
  width: 15px;
  height: 15px;
}

.menu__inner-body {
  margin-bottom: 76px;
}

.menu__categories {
  margin-right: 138px;
  padding-left: 112px;
}

.main {
  margin-bottom: 40px;
}

.menu__item-title {
  margin-bottom: 31px;
  color: #5266e9;
  font-size: 32px;
}

.menu__item-list {
  font-size: 18px;
  color: #323a62;
  font-family: "Montserrat Regular", serif;
  line-height: 27px;
}

.menu__item-list a {
  padding-bottom: 32px;
}

.menu__platform-one {
  font-size: 32px;
  color: #5266e9;
  margin-bottom: 31px;
}

.menu__platform-main {
  padding: 15px 30px;
  background-color: white;
  box-shadow: -5px 1px 9px rgba(0, 0, 0, 0.06);
  margin-right: 30px;
  margin-bottom: 25px;
  max-width: 360px;
  width: 100%;
}

.menu__platform-main:hover {
  background: linear-gradient(#0461ff, #0345d0);
  transition: background-color 0.5s;
  cursor: pointer;
}

.menu__platform-title:hover,
.menu__platform-text:hover {
  transition: color 0.5s;
  color: #fff;
}

.menu__platform-title {
  font-size: 26px;
  font-family: "Montserrat Medium", sans-serif;
  font-weight: 500;
  color: #5266e9;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.menu__platform-text {
  font-size: 18px;
  font-family: "Montserrat Regular", sans-serif;
  font-weight: 400;
  color: rgba(50, 58, 98, 0.6);
}

.menu__social-licens {
  color: #323a62;
  font-family: "Montserrat Regular", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 62px;
  z-index: 105;
}

.menu__social-icons {
  margin-right: 60px;
}

.menu__social-icons a + a {
  margin-left: 28px;
}

/* end menu */
/* =======================  end index.html  ============ */
/* =======================  start about.html  ============ */

.point__bg-topleft {
  position: absolute;
  top: 0px;
  left: 0;
}

.about__inner {
  position: relative;
  padding-bottom: 10px;
}

.about__inner-top {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

.about__inner-title {
  font-size: 43px;
  margin-bottom: 30px;
}

.about__inner-text {
  font-size: 18px;
  color: rgba(50, 58, 98, 0.6);
  line-height: 28px;
  margin-bottom: 30px;
}

.about__categories-shadow {
  box-shadow: 0px -30px 25px -20px rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid #f0f1fa;
}

.about__categories-item {
  padding: 110px 90px 28px 90px;
}

.about__categories-title {
  margin-top: 30px;
  font-size: 32px;
  max-width: 300px;
}

.about__categories-border {
  width: 2px;
  height: 245px;
  background-color: #f0f1fa;
  position: relative;
}

.about__categories-border > img {
  z-index: 100;
  position: absolute;
  left: -4px;
  bottom: -7px;
}

.categories-border {
  margin-top: 44px;
}

/*
.about__categories {
  margin-bottom: 26px;
} */

.about__categories-text {
  font-size: 18px;
  color: rgba(50, 58, 98, 0.6);
  padding: 40px;
  margin-bottom: 30px;
}

/* ===== start about info */
.about {
  position: relative;
}

.project__inner-color {
  position: absolute;
  width: 705px;
  height: 613px;
  background-color: #fafafa;
  bottom: 0;
  z-index: 0;
}

.project__inner-bg {
  position: relative;
  max-height: 741px;
  max-width: 600px;
  margin-bottom: 62px;
  margin-left: 160px;
}

#shiva,
#active__count,
#experience__count {
  position: absolute;
  top: 104px;
  left: 112px;
  width: 480px;
  height: 165px;
  background: linear-gradient(#0461ff, #0345d0);
  color: #fff;
  text-transform: uppercase;
  font-size: 43px;
  padding: 40px 0px 8px 40px;
}

#active__count {
  top: 300px;
}

#experience__count {
  top: 500px;
}

.fadeInUp {
  animation-duration: 6s;
  animation-name: fadeInUp;
  animation-iteration-count: 1;
}

.zoomIn {
  animation-duration: 2s;
  animation-name: zoomIn;
  animation-iteration-count: 1;
}

@keyframes fadeInUp {
  from {
    margin-top: 100%;
  }

  to {
    margin-top: 0%;
  }
}

.project__inner-subtitle {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.6);
}

.project__inner-point {
  position: absolute;
  bottom: 62px;
  left: 47px;
}

.project__inner-description,
.clients__description {
  max-width: 570px;
  margin: 0 auto;
}

.project__inner-title,
.client__description-title {
  font-size: 43px;
  margin-bottom: 40px;
}

.project__inner-description,
.clients__description p {
  font-size: 18px;
  color: rgba(50, 58, 98, 0.6);
  margin-bottom: 40px;
}

/* start about slider */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  margin-top: 60px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: 16px;
  height: 50px;
  right: -40px;
  top: 50%;
}

.slick-dots li {
  margin: 12px 5px;
  background-color: #ecedf5;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.slick-dots li button:before {
  font-size: 0px;
}

.slick-dots .slick-active {
  right: 4px;
}

.slick-dots li.slick-active button:before {
  border: 2px solid #0461ff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}

.slider__about .slick-slide {
  display: flex;
  min-height: 740px;
  margin-bottom: 50px;
}

.slider__about .slick-slide {
  height: 740px;
}

/* end about slider */
/* ===== end about info */
/* =======================   end about.html  ============ */
/* =======================   start our-clients  ============ */
.clients__inner-body {
  position: relative;
}

.clients__slider {
  margin-bottom: 75px;
  margin-top: 30px;
  margin-left: 120px;
  margin-right: 60px;
}

.clients__inner-item {
  padding: 80px 70px;
  min-width: 330px;
  min-height: 330px;
  background-color: white;
  margin-right: 5px;
  margin-bottom: 30px;
  max-width: 360px;
  width: 100%;
  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.06);
}

.clients__inner-info {
  display: none;
}

.clients-fadeInUp {
  animation-duration: 2s;
  animation-name: clients-fadeInUp;
  animation-iteration-count: 1;
}

@keyframes clients-fadeInUp {
  from {
    margin-top: 10%;
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    visibility: visible;
    opacity: 1;
    margin-top: 0%;
    transform: translateY(0%);
  }
}

.clients__inner-item:hover {
  padding: 30px 61px 10px;
}

.clients__inner-item .client-hover {
  display: none;
}

.clients__inner-item:hover img {
  display: none;
}

.clients__inner-item:hover .client-hover {
  margin-bottom: 10px;
  display: block;
}

.clients__inner-item:hover {
  display: block;
  background: linear-gradient(#0461ff, #0345d0);
}

.clients__inner-item:hover .clients__inner-info {
  display: block;
}

.clients__info-title {
  font-family: "San Francisco Pro Display Regular";
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  width: 277px;
  margin-left: -35px;
  margin-bottom: 13px;
}

.clients__info-text {
  font-family: "San Francisco Pro Display Regular";
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  width: 277px;
  margin-left: -35px;
}

/* start slider our-clients  */

.clients__slider .slick-slide {
  display: flex;
}

.clients__slider .slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  margin-top: 60px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: 16px;
  height: 50px;
  right: -95%;
  top: 50%;
}

.clients__slider .slick-dots li {
  margin: 12px 5px;
  background-color: #ecedf5;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.slick-dots li button:before {
  font-size: 0px;
}

.slick-dots .slick-active {
  right: 4px;
}

.slick-dots li.slick-active button:before {
  border: 2px solid #0461ff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
}

/* end slider our-clients  */
/* =======================   end our-clients  ============ */

/* =======================   start partners ============ */

.partners__inner {
  margin-bottom: 60px;
  color: rgba(50, 58, 98, 0.6);
  position: relative;
}

.partners__inner .point__top-left {
  top: 0%;
  left: 0;
  position: absolute;
}

.partners__inner .point__top-right {
  top: 0%;
  right: 0;
  position: absolute;
}

.partners__inner .point__bg-left {
  bottom: 5%;
  left: 0;
  position: absolute;
}

.partners__slider {
  height: 494px;
}

.partners__slider-box {
  margin-left: 80px;
  margin-bottom: 60px;
}

.partners__inner-title {
  font-size: 43px;
  margin-bottom: 29px;
}

.partners__inner-text {
  height: 85px;
  overflow: auto;
}

/*
.partners__slider .slick-slide {
  opacity: 0.5;
}

.partners__slider .slick-slide.slick-active {
  opacity: 1;
  background: green;
} */

.partners__description {
  max-width: 700px;
  width: 100%;
  height: 207px;
  background-color: #ffffff;
  box-shadow: 5px 1px 9px rgba(0, 0, 0, 0.06);
  z-index: 58;
  margin-left: 100px;
  margin-bottom: 10px;
}

.partners__description-img {
  width: 140px;
  height: 140px;
  margin: 39px;
}

.partners__description-body {
  position: relative;
}

.partners__description-title {
  font-family: "San Francisco Pro Display Regular";
  font-weight: 400;
  font-size: 22px;
  margin: 17px 0px;
  color: #323a62;
}

.partners__description-text {
  font-family: "San Francisco Pro Display Light", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: rgba(50, 58, 98, 0.6);
  margin-bottom: 17px;
  width: 433px;
  height: 53px;
  overflow: hidden;
  position: relative;
}

.partners__btn,
.partners__btn-website {
  width: 210px;
  height: 43px;
  padding-left: 55px;
  margin-right: 10px;
  position: relative;
}

.partners__btn::before,
.partners__btn-website::before {
  position: absolute;
  content: "";
  height: 21px;
  left: 10%;
  top: 25%;
}

.partners__btn::before {
  width: 16px;
  background-image: url(../images/icons/partners.png);
}

.partners__btn-website::before {
  width: 20px;
  background-image: url(../images/icons/site.png);
}

.partners__slider-photo {
  margin-top: -50%;
}

.partners__foto {
  min-height: 745px;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
}

.point1 {
  position: relative;
}

.partners__slider-point {
  position: absolute;
  top: -50%;
  left: -38px;
}

/* =======================   end partners ============ */
/* =======================   start contact us ============ */
.contact__inner {
  margin-left: -50px;
}
.contact__inner .row {
  margin-left: -129px;
  background-color: #fff;
}
.contact__inner-info {
  min-height: 613px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 222;
  position: relative;
  color: #fff;
}

.contact__inner-bg {
  min-height: 613px;
  background: linear-gradient(#0461ff, #0345d0);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 671px;
  opacity: 0.76;
}

.contact__title {
  margin-left: 280px;
}

.contact__info-title {
  margin-top: 35px;
  font-size: 43px;
  margin-bottom: 15px;
}
.contact__info-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: "San Francisco Pro Display Regular";
  font-weight: 400;
  overflow: auto;
  height: 48px;
  margin-bottom: 38px;
}
.contact__info-sales {
  position: absolute;
  bottom: 42%;
  right: 10%;
}
.contact__title-sales {
  margin-bottom: 15px;
  font-size: 18px;
}
.service {
  position: absolute;
  bottom: 12%;
  /* right: -80%; */
}
.contact__sales-list {
  margin-left: 20px;
}
.contact__icon-phone,
.contact__icon-mail,
.contact__icon-hours {
  padding-left: 23px;
  margin-bottom: 15px;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-family: "San Francisco Pro Display Regular";
  font-weight: 400;
  position: relative;
}
.contact__icon-phone::before,
.contact__icon-mail::before,
.contact__icon-hours::before {
  position: absolute;
  content: "";
  top: 20%;
  left: 0%;
  width: 15px;
  height: 15px;
}
.contact__icon-phone::before {
  background-image: url(../images/icons/phone.png);
  width: 12px;
  height: 12px;
}
.contact__icon-mail::before {
  background-image: url(../images/icons/mail.png);
}
.contact__icon-hours::before {
  background-image: url(../images/icons/hours.png);
}

form {
  background-color: #fff;
  width: 700px;
  margin-left: 200px;
}
.form__title {
  font-size: 32px;
}

.form-control {
  border: none;
  border-bottom: 3px solid #f0f1fa;
  margin-bottom: 15px;
}
form .btn {
  padding: 15px 53px;
  margin-top: 60px;
  margin-left: auto;
  display: block;
  border-radius: 0;
}
.custom-file {
  margin-top: 32px;
  width: 360px;
  margin-bottom: 30px;
  margin-right: 30px;
}

.custom-file-label {
  border: none;
  background-color: rgba(240, 241, 250, 0.4);
  width: 360px;
  height: 60px;
  color: rgba(50, 58, 98, 0.6);
  font-size: 14px;
  font-family: "Montserrat Medium";
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-file-label span {
  color: #5266e9;
  margin-left: 2px;
}

.custom-file-label::after {
  position: absolute;
  top: 25%;
  left: 5%;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0;
  line-height: 1.5;
  width: 22px;
  height: 20px;
  color: rgba(240, 241, 250, 1);
  margin: 5px;
  content: "";
  background-image: url(../images/icons/download.png);

  border-left: inherit;
  border-radius: none;
}

.custom-file div {
  width: 50px;
  height: 50px;
  background-color: #f0f1fa;
  position: absolute;
  top: 0;
  margin: 5px;
}
/* =======================   end contact us ============ */
/* =======================  start business============ */
.business__slider {
  position: relative;
}
/* .about__categories {
  height: 181px;
} */
.business__inner-top {
  max-width: 1920px;
  text-align: center;
  position: relative;
  box-shadow: 0px -30px 25px -20px rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid #f0f1fa;
}

.business__inner-title {
  max-width: 920px;
  display: block;
  justify-content: center;
  margin: 0 auto;
  height: 150px;
  margin-bottom: 15px;
}
.slick-vertical .slick-slide {
  margin: -2px;
}
.business__inner-text {
  max-width: 950px;
  display: block;
  justify-content: center;
  margin: 0 auto;
}
.business__inner-top .point__bg-left {
  position: absolute;
  bottom: 5%;
  left: 0;
}
.business__inner-top .point__bg {
  position: absolute;
  bottom: 5%;
  right: 0;
}
.business__slider-subbottom .slick-slide .slick-current {
  width: 1580px;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 998;
  opacity: 1;
  transition: opacity 500ms ease 3s;
  margin-top: -50px;
}
.slick-dotted.slick-slider {
  display: block;
  margin: 0 auto;
}
.business__slider-subbottom .about__categories-shadow {
  box-shadow: none;
}
.business__categories-item {
  width: 313px;
  padding: 90px 10px 28px 20px;
  text-align: center;
  display: block;
  margin-top: -63px;
}
.business__categories-item img,
.business__categories-title {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.business__slider-moduls-hight {
  margin-bottom: 120px;
}
.business__categories-title {
  font-size: 24px;
}
.business__slider-subbottom {
  height: 560px;
  margin-top: 50px;
}
.business__slider-height {
  height: 560px;
  margin-top: 120px;
}

.menu__social {
  margin-top: 30px;
}
.business__moduls {
  height: 219px;
  margin-bottom: 16px;
}
.business__moduls-item {
  width: 330px;
  height: 220px;
  background-color: #fff;
  box-shadow: -5px 1px 9px rgba(0, 0, 0, 0.06);
}
.business__slider-height-bottom {
  height: 560px;
}
/* start moduls */
.moduls__slider-item .slick-slide.slick-current.slick-active {
  min-height: 680px;
}
.moduls__slider-about .slick-slide {
  height: 740px;
}
.moduls__slider-item {
  margin-top: 30px;
}

.moduls__slider-item {
  margin-bottom: 80px;
}

.moduls__slider-title {
  font-size: 43px;
  margin-bottom: 39px;
  margin-top: 10px;
}
.moduls__slider-text {
  font-size: 18px;
  color: rgba(50, 58, 98, 0.6);
}
.moduls__slider-text p {
  margin-bottom: 40px;
}

.moduls__scroll-title {
  font-size: 43px;
  margin-bottom: 29px;
}

.moduls__slider-paragraph {
  background-color: #fff;
  padding: 15px 50px 15px 25px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #8489a1;
  min-height: 101px;
  box-shadow: 2px 2px 6px 4px rgba(0, 0, 0, 0.06);
  margin-right: 7px;
  margin-left: 7px;
  position: relative;
}
.moduls__boder {
  width: 2px;
  background: linear-gradient(#0461ff, #0345d0);
  position: absolute;
  left: 0;
  top: 20px;
  height: 60px;
}
.moduls__slider-number {
  margin-right: 25px;
  padding-left: 25px;
  font-size: 43px;
  color: #5266e9;
}
.moduls .point__bg-left,
.moduls .point__bg {
  z-index: 168;
}
.moduls__opacity5 {
  box-shadow: inset 5em 5em rgba(250, 250, 250, 0.8);
}
.moduls__opacity4 {
  box-shadow: inset 5em 5em rgba(250, 250, 250, 0.5);
}
/* end moduls */
.decision {
  height: 2px;
  box-shadow: 0px -30px 25px -20px rgba(0, 0, 0, 0.6);
  margin-bottom: 70px;
}
.slider__decision {
  position: relative;
  margin-bottom: 94px;
}
.slider__decision-item .slick-dots {
  width: 800px;
  height: 20px;
  position: absolute;
  bottom: 0;
  top: 100%;
  right: 25%;
}
.slider__decision .business__moduls-item {
  min-height: 401px;
  max-width: 330px;
  margin-bottom: 40px;
  position: relative;
  margin-right: 20px;
}
.slider__decision .business__moduls-item:hover {
  background: linear-gradient(#0461ff, #0345d0);
}
.slider__decision .business__moduls-img {
  position: absolute;
  top: 25%;
  left: 40%;
}
.slider__decision .business__moduls-img:hover {
}

.slider__decision .business__moduls-title {
  position: absolute;
  top: 60%;
  left: 44%;
}
.slider__decision .business__moduls-title:hover {
  color: #fff;
}
/* =======================  end business html============ */
/* =======================  start teaching-personal html============ */

.tab {
  padding-top: 50px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  color: #888;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.tabs a {
  background-color: #fafafa;
  border-bottom: 1px solid #fff;
  color: #888;
  display: block;
  letter-spacing: 0;
  outline: none;
  padding: 26px 170px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}
.tabs_item h4 {
  font-weight: bold;
  color: #323a62;
  font-size: 20px;
}

.tabs_item img {
  width: 200px;
  float: left;
  margin-right: 30px;
}

.tabs_item img:first-child {
  display: block;
}

.current a {
  color: #000;
  background: rgba(240, 241, 250, 0.3);
  border-top: 2px solid #0461ff;
}

/* =======================  end teaching-personal html============ */

/* media 1670px */
@media (max-width: 1670px) {
  .header__inner-title {
    font-size: 36px;
  }
}

/*============================== */
